/* Style you custom popupbox according to your requirement */
.popupbox.iframe {
  width: 748px !important;
  height: 577px !important;
  min-height: 300px !important;
  box-shadow: 1px 1px 3px #2b2b2b;
  -webkit-box-shadow: 1px 1px 3px #2b2b2b;
  -moz-box-shadow: 1px 1px 3px #2b2b2b;
  border-radius: 4px !important;
  display: none;
  /* Hidden as default */
  background: #fff !important;
  float: left;
  position: fixed;
  margin-left: -374px !important;
  margin-top: -284px !important;
  top: 50%;
  left: 50%;
  z-index: 99999;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .popupbox.iframe .closebtn {
    position: absolute;
    font-size: 16px;
    top: 0;
    margin-top: 20px;
    margin-right: 20px;
    cursor: pointer;
    color: #fff;
    margin: 5px -30px 0 0; }
  .popupbox.iframe .innerDiv {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    height: 577px !important; }

.popupbox.iframe.newSignup {
  background: transparent !important; }

.popupbox {
  width: 640px;
  min-height: 262px;
  display: none;
  /* Hidden as default */
  float: left;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.subHeading {
  font-size: 1.6rem;
  display: block; }

.v-middle {
  max-height: 180px;
  overflow: auto; }
  .v-middle ul.baseUl li {
    width: 49%; }
    .v-middle ul.baseUl li:not(:nth-child(-n+2)) {
      margin-top: 20px; }

.popSeparator {
  word-break: break-word; }
  .popSeparator:not(:first-child) {
    margin-top: 30px; }

.headerPopup {
  min-height: 78px;
  vertical-align: middle;
  padding: 22px 40px 20px;
  color: #fff;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  position: relative;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  background: #1f2e67;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1f2e67 0%, #3a4d95 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1f2e67 0%, #3a4d95 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1f2e67 0%, #3a4d95 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2e67', endColorstr='#3a4d95',GradientType=1 );
  /* IE6-9 */ }

.headerPopup .closebtn {
  color: #ffffff;
  top: 50%;
  margin-top: -8px;
  margin-right: 40px; }

.closebtn {
  position: absolute;
  right: 0;
  font-size: 16px;
  top: 0;
  margin-top: 20px;
  margin-right: 20px;
  cursor: pointer; }

body.modalopen {
  overflow: hidden; }

.popupbox2 {
  width: 454px;
  height: 307px;
  background-image: url(/edit_media/2010/201010/20101009/custompopup/images/pu_03.png);
  background-repeat: no-repeat;
  display: none;
  float: left;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  -webkit-box-shadow: 0px 0px 20px #000;
  -moz-box-shadow: 0px 0px 20px #000;
  box-shadow: 0px 0px 20px #000; }

.popupbox3 {
  width: 502px;
  height: 302px;
  background-image: url(/edit_media/2010/201010/20101009/custompopup/images/3_03.png);
  background-repeat: no-repeat;
  display: none;
  float: left;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  -webkit-box-shadow: 0px 0px 20px #000;
  -moz-box-shadow: 0px 0px 20px #000;
  box-shadow: 0px 0px 20px #000; }

#fade {
  display: none;
  /* Hidden as default */
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .70;
  z-index: 9999; }

.contentSecPopup {
  padding: 30px;
  display: table;
  min-height: 180px;
  font-size: 14px;
  color: #333;
  width: 100%; }
  .contentSecPopup p {
    margin-top: 0; }
    .contentSecPopup p:last-child {
      margin-bottom: 0; }
  .contentSecPopup .pipeUl {
    padding: 0; }
    .contentSecPopup .pipeUl li {
      margin-right: 15px;
      padding-right: 10px; }

.loginPopUp {
  height: 522px; }

.cardOuter {
  padding: 0 20px 20px; }
  .cardOuter .card {
    border: 1px solid #f2f2f2;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 10px; }
    .cardOuter .card:hover {
      -webkit-box-shadow: 3px 0px 10px 0 rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 3px 0px 10px 0 rgba(0, 0, 0, 0.15);
      -ms-box-shadow: 3px 0px 10px 0 rgba(0, 0, 0, 0.15);
      -o-box-shadow: 3px 0px 10px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 3px 0px 10px 0 rgba(0, 0, 0, 0.15); }
    .cardOuter .card:last-child {
      margin-bottom: 0; }
    .cardOuter .card .cardDetail {
      float: left;
      width: 70%;
      width: calc(100% - 173px);
      margin-right: 20px; }
      .cardOuter .card .cardDetail .headingFirst {
        font-size: 14px;
        font-weight: 600;
        color: #3A4D95;
        margin-bottom: 7px; }
      .cardOuter .card .cardDetail .headingSecound {
        font-size: 12px;
        color: #999999;
        margin-bottom: 20px; }
        .cardOuter .card .cardDetail .headingSecound span {
          color: #333333; }
    .cardOuter .card .buttonBox {
      float: right;
      margin-top: 16px; }
      .cardOuter .card .buttonBox .sendAlert {
        font-size: 12px;
        color: #02A569;
        display: block;
        letter-spacing: 0.3px;
        text-align: center;
        margin-top: 1px; }

.grayModal .subHead {
  padding: 17px;
  text-align: center;
  font-size: 16px;
  color: #999;
  border-bottom: 0px solid #f2f2f2;
  margin-bottom: 0px; }
.grayModal .headerPopup {
  font-size: 18px;
  padding: 23px 30px 25px 20px;
  line-height: 40px;
  background: #f2f2f2;
  color: #333; }

.grayRecomend .headerPopup {
  font-size: 1.6rem;
  padding: 16px 70px 15px 20px;
  line-height: 25px;
  background: #f2f2f2;
  color: #333;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  min-height: 57px;
  font-weight: 400; }
  .grayRecomend .headerPopup .closebtn {
    color: #333; }
.grayRecomend .contentSecPopup {
  padding: 20px;
  min-height: 300px !important; }
.grayRecomend .v-middle {
  max-height: 300px !important; }

.formPopInn {
  width: 300px;
  margin: 0 auto; }

.thankPopup img {
  width: 225px; }
.thankPopup .thankCont {
  margin-top: 30px; }
  .thankPopup .thankCont strong {
    font-size: 2.4rem; }
.thankPopup .contentSecPopup {
  padding: 60px 30px; }

.removeLoader .popupLoader {
  display: none; }

.popupLoader {
  background: white url(https://images.careers360.mobi/sites/all/themes/careers360_new/images/c360-loader.gif) no-repeat scroll center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.browser-midBlock {
  text-align: center;
  padding-top: 50px; }
  .browser-midBlock .heading2 {
    color: #333; }
  .browser-midBlock p {
    font-size: 14px;
    margin: 0;
    line-height: 21px; }

.filterPopup label.control {
  display: block; }
.filterPopup:not(:first-child) label.control {
  margin-top: 10px; }

.modal.new-withlogin .careers-cross {
  color: #fff;
  top: 13px;
  right: 10px; }

#streamform {
  background: #f2f2f2;
  padding-bottom: 50px; }
  #streamform .mCSB_inside > .mCSB_container {
    margin-right: 15px; }
  #streamform .scrollForm.mscroll {
    padding: 20px;
    padding-right: 10px; }
  #streamform .form-group {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0; }
    #streamform .form-group input {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px; }
  #streamform .errorlist {
    float: right;
    margin: 0;
    height: 14px;
    margin-right: 15px;
    line-height: 13px;
    background: #fff;
    padding-left: 5px;
    margin-top: -27px;
    position: relative;
    z-index: 9; }
    #streamform .errorlist li {
      font-size: 10px;
      color: #ec1c24; }
  #streamform .scrollForm.mscroll {
    max-height: 246px; }
  #streamform input[type="submit"] {
    font-size: 14px;
    padding: 8px 10px 9px;
    width: 100px; }

.contentSecPopup.admissionBuddyPopup .headerPopup {
  min-height: 100%;
  font-size: 16px;
  line-height: 28px;
  padding: 12px 25px 10px;
  font-weight: normal; }

.popupbox.potrait-popup {
  width: 400px !important;
  height: 380px !important;
  overflow: hidden;
  margin-top: -170px !important;
  margin-left: -220px !important;
  background: #f2f2f2; }
  .popupbox.potrait-popup .closebtn {
    z-index: 99999999;
    font-size: 12px;
    color: #fff;
    margin-top: 0;
    margin-right: 0px; }
  .popupbox.potrait-popup i.closebtn {
    margin-top: 10px;
    margin-right: 10px; }

.addActive .popupbox.iframe {
  margin-top: -271px !important; }

.popupbox.iframe.potrait-popup .winLoader {
  width: 400px !important;
  height: 380px !important; }

.popupbox.iframe .winLoader {
  position: absolute;
  width: 748px !important;
  height: 577px !important;
  z-index: 99999999;
  border-radius: 5px; }

.popupbox.iframe iframe {
  display: none;
  border-radius: 5px;
  overflow: hidden; }

.cardBlk {
  overflow-wrap: break-word;
  background-color: #fff;
  padding: 30px 20px; }
  .cardBlk:not(:first-child) {
    margin-top: 20px; }
  .cardBlk > .headingContainer {
    margin-top: -9px;
    margin-bottom: 13px; }
    .cardBlk > .headingContainer p {
      font-size: 1.4rem;
      font-weight: normal;
      line-height: initial; }
  .cardBlk .owl-carousel .owl-nav .owl-next, .cardBlk .owl-carousel .owl-nav .owl-prev {
    right: 0;
    left: inherit;
    top: 0;
    margin-top: -48px;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    width: 30px;
    height: 30px;
    line-height: 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #999;
    text-align: center; }
    .cardBlk .owl-carousel .owl-nav .owl-next i, .cardBlk .owl-carousel .owl-nav .owl-prev i {
      font-size: 1.2rem; }
  .cardBlk .owl-carousel .owl-nav .owl-prev {
    right: 40px; }

.cardBlkInn .blockHeading {
  font-size: 1.6rem; }
.cardBlkInn.singleColg {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  padding: 15px 10px !important; }

.sidebar .cardBlk {
  padding: 0;
  border: solid 1px #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px; }
.sidebar .viewAllBtn {
  background-color: #fcfcfc;
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  text-transform: capitalize;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px; }

.sidebar .google-Ad {
  margin: 0 auto;
  margin-bottom: 20px; }

.collegeFormHeader {
  padding-bottom: 15px;
  min-height: 221px;
  background: #1f2e67;
  background: -moz-linear-gradient(left, #1f2e67 0%, #3a4d95 100%);
  background: -webkit-linear-gradient(left, #1f2e67 0%, #3a4d95 100%);
  background: linear-gradient(to right, #1f2e67 0%, #3a4d95 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2e67', endColorstr='#3a4d95',GradientType=1 );
  position: relative; }
  .collegeFormHeader .bannerImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .collegeFormHeader .bannerImg img {
      width: 100%;
      height: 100%; }
    .collegeFormHeader .bannerImg:before {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 80px;
      content: "";
      background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
      /* IE6-9 */ }
  .collegeFormHeader .container {
    position: relative;
    z-index: 9; }
  .collegeFormHeader .button:nth-child(2) {
    margin-left: 0 !important; }

.headingBanner {
  width: 100%;
  padding: 35px 0 45px;
  background: #1f2e67;
  text-align: center;
  color: #fff;
  background: -moz-linear-gradient(left, #1f2e67 0%, #3a4d95 100%);
  background: -webkit-linear-gradient(left, #1f2e67 0%, #3a4d95 100%);
  background: linear-gradient(to right, #1f2e67 0%, #3a4d95 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2e67', endColorstr='#3a4d95',GradientType=1 ); }
  .headingBanner .bannerHeading {
    text-align: center;
    color: #fff;
    font-size: 32px;
    line-height: 45px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px; }

.collegeDetail {
  margin-top: 20px;
  margin-bottom: 20px; }
  .collegeDetail .thumb {
    width: 64px;
    height: 64px;
    margin-right: 25px;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    position: relative; }
    .collegeDetail .thumb img {
      max-width: 100%;
      width: 100%;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      background-color: #3a4d95; }
    .collegeDetail .thumb:after {
      position: absolute;
      width: 100%;
      height: 100%;
      border: 1px solid #ccc;
      top: 0;
      left: 0;
      content: "";
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
  .collegeDetail .detail {
    margin-top: 10px;
    overflow: hidden;
    position: relative; }
    .collegeDetail .detail .shortList {
      right: 10px; }
    .collegeDetail .detail h1 {
      margin-top: -5px;
      margin-bottom: 10px;
      font-weight: 400;
      color: #fff;
      font-size: 2.4rem;
      padding-right: 200px;
      line-height: 31px; }
      .collegeDetail .detail h1 .shortName {
        color: #fff;
        font-size: 1.2rem;
        vertical-align: text-bottom; }
      .collegeDetail .detail h1 a {
        color: #fff; }
        .collegeDetail .detail h1 a.collegeLink {
          font-size: 1.4rem;
          line-height: 22px; }
          .collegeDetail .detail h1 a.collegeLink .shortName {
            vertical-align: top; }
            .collegeDetail .detail h1 a.collegeLink .shortName span {
              text-transform: uppercase; }
      .collegeDetail .detail h1 .shortName span {
        text-transform: uppercase; }
    .collegeDetail .detail .location, .collegeDetail .detail .university {
      color: #fff;
      font-size: 12px;
      display: inline-block;
      margin-right: 20px; }
      .collegeDetail .detail .location i, .collegeDetail .detail .university i {
        padding-right: 5px;
        vertical-align: top; }
      .collegeDetail .detail .location .entity-refrence-data, .collegeDetail .detail .university .entity-refrence-data {
        color: #fff;
        text-decoration: underline; }
      .collegeDetail .detail .location a, .collegeDetail .detail .university a {
        color: #fff; }
    .collegeDetail .detail .btnBox {
      margin-top: 20px; }
      .collegeDetail .detail .btnBox .btn-primary {
        margin-left: 20px; }

.btn-lineGray input[type="checkbox"] {
  display: none; }

.breadcrumbOuter {
  background-color: #f2f2f2; }

.breadCrumb {
  padding: 0;
  margin: 0;
  margin-top: 14px;
  overflow: hidden; }
  .breadCrumb li {
    float: left;
    font-size: .9rem;
    position: relative;
    list-style: none;
    color: #999;
    padding-right: 13px;
    margin-right: 8px; }
    .breadCrumb li a {
      color: #999; }
    .breadCrumb li:before, .breadCrumb li:after {
      content: '';
      position: absolute;
      width: 4px;
      height: 4px;
      border-top: 1px solid #999;
      border-right: 1px solid #999;
      transform: rotate(45deg);
      right: 0;
      top: 50%;
      margin-top: -2px; }
    .breadCrumb li:after {
      right: 3px; }
    .breadCrumb li:last-child {
      margin-right: 0;
      padding-right: 0; }
      .breadCrumb li:last-child:before, .breadCrumb li:last-child:after {
        display: none; }
  .breadCrumb li.ellipsis {
    max-width: 150px; }
    .breadCrumb li.ellipsis span {
      max-width: 140px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }

.control {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 25px; }
  .control input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  .control span {
    color: #333;
    font-size: 1.4rem; }

.controlIndicator {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

.control--radio .controlIndicator {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

/* Hover and focus states */
.control:hover input ~ .controlIndicator,
.control input:focus ~ .controlIndicator {
  background-color: transparent;
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

/* Checked state */
.control input:checked ~ .controlIndicator {
  background-color: #02a569;
  border: 1px solid #02a569; }

.compareCheck input:checked ~ .controlIndicator {
  background-color: #fff;
  border-color: #ccc; }

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .controlIndicator,
.control input:checked:focus ~ .controlIndicator {
  background-color: #02a569;
  border: 1px solid #02a569; }

.compareCheck:hover input:not([disabled]):checked ~ .controlIndicator,
.compareCheck input:checked:focus ~ .controlIndicator {
  background-color: #fff;
  border-color: #ccc; }

/* Disabled state */
.control input:disabled ~ .controlIndicator {
  pointer-events: none;
  opacity: .6;
  background-color: #e6e6e6; }

/* Check mark */
.controlIndicator:after {
  position: absolute;
  display: none;
  content: ''; }

/* Show check mark */
.control input:checked ~ .controlIndicator:after {
  display: block; }

/* Checkbox tick */
.controlCheckbox .controlIndicator:after {
  top: 1px;
  left: 5px;
  width: 5px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 2px 2px 0; }

.compareCheck .controlIndicator:after {
  border-color: #333; }

/* Disabled tick colour */
.controlCheckbox input:disabled ~ .controlIndicator:after {
  border-color: #7b7b7b; }

/* Radio button inner circle */
.control--radio .controlIndicator:after {
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff; }

/* Disabled circle colour */
.control--radio input:disabled ~ .controlIndicator:after {
  background-color: #7b7b7b; }

/*different radio*/
input[type='radio'] {
  -webkit-appearance: none; }

input[type="radio"] {
  display: none; }

input[type="radio"] + label:before {
  content: "";
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0;
  margin-right: 10px;
  /* background-color only for content */
  background-clip: content-box;
  border: 1px solid #cccccc;
  background-color: #fff;
  border-radius: 50%;
  box-sizing: initial; }

/* appearance for checked radiobutton */
input[type="radio"]:checked + label:before {
  background-color: #fff;
  padding: 0;
  border: solid 5px #02a569;
  width: 6px;
  height: 6px; }

/* optional styles, I'm using this for centering radiobuttons */
input[type="radio"] + label {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600; }

.shortList {
  position: absolute;
  right: 0;
  top: 0; }
  .shortList input[type="checkbox"] {
    display: none; }
    .shortList input[type="checkbox"] + label {
      position: absolute;
      z-index: 100;
      height: 25px;
      width: 25px;
      right: 0;
      top: 0;
      display: block;
      text-align: center;
      line-height: 20px;
      cursor: pointer;
      -webkit-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
      .shortList input[type="checkbox"] + label svg {
        display: inline-flex;
        vertical-align: middle;
        width: 16px;
        fill: none;
        stroke: #FFA81E;
        stroke-width: 5;
        stroke-miterlimit: 10; }
      .shortList input[type="checkbox"] + label span {
        font-size: 1rem;
        color: #fff;
        position: relative;
        right: 5px; }
    .shortList input[type="checkbox"]:checked + label svg {
      -webkit-transition: all 300ms ease-in-out;
      -ms-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      fill: #FFA81E;
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }

/******Fancy Scroll BAr******/
.admissionOPenSection .filters form {
  max-height: 270px; }

.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none; }

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_inside > .mCSB_container {
  margin-right: 15px; }

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto; }

.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools {
  position: absolute;
  width: 6px;
  height: auto;
  left: auto;
  top: 5px;
  right: 0;
  bottom: 5px; }

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #666666;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #e5e5e5; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #02a569;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

/******Fancy Scroll BAr END******/
.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 40px; }
  .pagination li {
    display: inline-block;
    margin-right: 1px;
    height: 32px;
    line-height: 32px;
    width: 28px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    text-align: center; }
    .pagination li.active {
      background-color: #e5e5e5 !important; }
    .pagination li.disabled {
      color: #cccccc; }
      .pagination li.disabled:before, .pagination li.disabled:after {
        border-color: #cccccc !important; }
    .pagination li:first-child, .pagination li:last-child {
      position: relative;
      width: 44px; }
      .pagination li:first-child a:hover, .pagination li:last-child a:hover {
        background-color: transparent !important; }
    .pagination li:first-child {
      margin-right: 20px; }
      .pagination li:first-child:before {
        content: '';
        width: 6px;
        height: 6px;
        position: absolute;
        left: -3px;
        top: 13px;
        display: inline-block;
        border-top: 1px solid #666666;
        border-left: 1px solid #666666;
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .pagination li:last-child {
      margin-left: 20px; }
      .pagination li:last-child:after {
        content: '';
        width: 6px;
        height: 6px;
        position: absolute;
        right: -3px;
        top: 13px;
        display: inline-block;
        border-top: 1px solid #666666;
        border-left: 1px solid #666666;
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg); }
    .pagination li a {
      color: #666;
      display: block; }
      .pagination li a:hover {
        background-color: #e5e5e5;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px; }

p {
  font-size: 14px;
  line-height: 21px;
  margin-top: 0;
  color: #666666; }

.breadCrumb {
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: -15px; }
  .breadCrumb li {
    color: #999999;
    font-size: 9px; }
    .breadCrumb li:before, .breadCrumb li:after {
      border-top: 1px solid #999999;
      border-right: 1px solid #999999; }
    .breadCrumb li a {
      color: #999999;
      font-size: 9px; }

#sticky.stick {
  position: fixed; }

.pagination {
  text-align: center; }

.headingBanner h3 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
  margin: 0 0 5px; }
.headingBanner p {
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0; }

.control {
  display: block;
  margin-bottom: 10px; }

.admissionOPenSection {
  padding: 15px 0 40px;
  background-color: #f2f2f2; }

.admissionOPenSection .filters form, .admissionOPenSection .filters form {
  height: auto;
  max-height: 100%; }

.filters {
  padding: 0; }
  .filters #sticky {
    background: #ffffff;
    padding: 10px 15px 25px;
    width: 295px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
  .filters .stream {
    position: relative; }
  .filters .selected {
    display: block;
    font-size: 14px;
    color: #666666;
    position: relative; }
    .filters .selected:after {
      content: '';
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #666666;
      position: relative;
      top: 13px;
      left: 5px; }
  .filters .dropDownBox {
    max-height: 200px;
    width: 100%;
    display: none;
    border: 1px solid #ccc;
    padding: 5px 0;
    position: absolute;
    z-index: 999;
    margin-top: 5px;
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 0px 10px 2px rgba(50, 50, 50, 0.25);
    -ms-box-shadow: 0px 0px 10px 2px rgba(50, 50, 50, 0.25);
    -o-box-shadow: 0px 0px 10px 2px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 0px 10px 2px rgba(50, 50, 50, 0.25); }
    .filters .dropDownBox .mCSB_inside > .mCSB_container {
      margin-right: 0; }
    .filters .dropDownBox .mCSB_scrollTools {
      right: 10px; }
    .filters .dropDownBox .controlIndicator {
      display: none; }
    .filters .dropDownBox a {
      display: block;
      padding: 5px 10px;
      color: #333333; }
      .filters .dropDownBox a:hover, .filters .dropDownBox a.current {
        background-color: #f2f2f2; }
  .filters h4 {
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 -15px 20px;
    padding: 0 15px 6px; }
    .filters h4 a {
      font-size: 14px;
      font-weight: normal;
      color: #333333; }
  .filters h5 {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    margin: 15px 0; }
    .filters h5 .selectedState {
      display: inline-block;
      margin-left: 7px;
      font-size: 12px;
      color: #666666;
      text-transform: none;
      font-weight: 400; }
    .filters h5 span {
      font-size: 12px;
      color: #666666;
      font-weight: normal;
      display: inline-block;
      margin-left: 5px;
      text-transform: capitalize; }
  .filters .stream {
    margin-bottom: 30px; }
  .filters .moreState {
    margin-left: 25px; }

.stateSearch .search {
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 8px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .stateSearch .search input {
    border: 0;
    width: calc(100% - 30px); }
.stateSearch .careers-search-icon {
  float: right;
  position: inherit;
  margin-right: 19px;
  margin-top: -18px; }
  .stateSearch .careers-search-icon:before {
    color: #cccccc; }
.stateSearch .stateSelector {
  margin-top: 20px;
  overflow: hidden;
  height: 210px; }
  .stateSearch .stateSelector label {
    width: 50%;
    float: left; }
.stateSearch .submitBox {
  text-align: right;
  border-top: 1px solid #f2f2f2;
  padding: 10px 20px;
  margin: 0 -20px; }
  .stateSearch .submitBox .btn-blue {
    background-color: #3a4d95;
    color: #ffffff; }
  .stateSearch .submitBox .clearAll {
    margin-top: 5px;
    margin-right: 40px; }

#moreState .headerPopup {
  text-align: left;
  min-height: 60px;
  padding: 13px 30px 13px 20px; }
  #moreState .headerPopup .closebtn {
    top: 22px; }
#moreState .contentSecPopup {
  padding: 20px 20px 0px 20px; }

.collageList {
  margin-bottom: 20px;
  overflow: hidden;
  padding: 20px;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .collageList .thumb {
    width: 50px;
    margin-right: 20px;
    float: left; }
    .collageList .thumb img {
      display: block; }
  .collageList .content {
    float: left;
    width: calc(100% - 170px);
    position: relative; }
    .collageList .content .heading {
      font-size: 16px;
      font-weight: 600;
      color: #333333;
      margin: 0px;
      margin-bottom: 10px;
      line-height: 21px; }
  .collageList .BtnBox {
    float: left;
    width: 80px;
    margin-left: 20px; }
    .collageList .BtnBox .button {
      min-width: 80px; }
  .collageList .titleBand {
    background-color: #f2f2f2;
    border: solid 1px #e5e5e5;
    margin-bottom: 15px;
    padding: 5px;
    border-radius: 4px;
    overflow: hidden; }
    .collageList .titleBand .button {
      position: absolute;
      right: 15px;
      top: 10px; }
      .collageList .titleBand .button.applied {
        background-color: #ffffff;
        color: #999999;
        border: 1px solid #999999; }
        .collageList .titleBand .button.applied:before {
          border-right: 1px solid #999999;
          border-bottom: 1px solid #999999; }

.showHideTxt {
  overflow: hidden;
  position: relative; }
  .showHideTxt .toggleTxt {
    width: 100%;
    text-align: right; }
  .showHideTxt .toggleTxt {
    font-size: 12px; }
    .showHideTxt .toggleTxt:after {
      font-family: "careers-fonts" !important;
      content: "\e934";
      padding-left: 5px;
      font-size: 9px; }
  .showHideTxt.heightFound {
    height: 142px; }
    .showHideTxt.heightFound .toggleTxt {
      font-size: 12px;
      position: absolute;
      bottom: 0;
      right: 0;
      height: 28px;
      width: 100%;
      text-align: right;
      background: -webkit-linear-gradient(bottom, #fff 0, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.01) 100%);
      background: -ms-linear-gradient(bottom, #fff 0, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.01) 100%);
      background: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.01) 100%); }
      .showHideTxt.heightFound .toggleTxt:after {
        font-family: "careers-fonts" !important;
        content: "\e932";
        padding-left: 5px;
        font-size: 9px; }
  .showHideTxt.HeightAuto {
    height: auto; }
    .showHideTxt.HeightAuto .toggleTxt {
      font-size: 12px;
      position: inherit; }
      .showHideTxt.HeightAuto .toggleTxt:after {
        font-family: "careers-fonts" !important;
        content: "\e934";
        padding-left: 5px;
        font-size: 9px; }
  .showHideTxt ul {
    padding: 0; }
  .showHideTxt > p, .showHideTxt li {
    position: relative;
    padding-left: 13px;
    list-style: none;
    color: #666666;
    font-size: 14px;
    margin-bottom: 2px; }
    .showHideTxt > p:before, .showHideTxt li:before {
      content: '';
      width: 6px;
      height: 6px;
      background: #cccccc;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 8px; }

#otherStream {
  text-align: center; }
  #otherStream .closebtn {
    top: 20px; }
  #otherStream.popupbox {
    min-height: auto; }
    #otherStream.popupbox .contentSecPopup {
      padding: 60px 30px; }
      #otherStream.popupbox .contentSecPopup .closebtn {
        top: 20px; }
      #otherStream.popupbox .contentSecPopup p {
        color: #666666;
        font-size: 14px; }
        #otherStream.popupbox .contentSecPopup p strong {
          color: #333333; }

.btnGroupPopup {
  text-align: center;
  margin-top: 15px; }
  .btnGroupPopup a {
    margin: 0 13px; }
  .btnGroupPopup .no {
    min-width: 100px;
    height: 30px;
    background-color: #25408f;
    color: #fff;
    line-height: 27px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
  .btnGroupPopup .yes {
    min-width: 100px;
    height: 30px;
    border: 1px solid #cccccc;
    color: #333333;
    line-height: 27px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }

#appliedCourse {
  text-align: center; }
  #appliedCourse .contentSecPopup {
    padding: 65px 65px 60px; }
  #appliedCourse .closebtn {
    top: 20px; }
  #appliedCourse img {
    width: 225px; }
  #appliedCourse p {
    color: #666666;
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 21px; }
    #appliedCourse p strong {
      color: #333333; }
  #appliedCourse .viewAllList {
    color: #999999;
    border-top: 1px solid #e5e5e5;
    padding-top: 5px;
    font-size: 12px;
    line-height: 19px; }
    #appliedCourse .viewAllList a {
      color: #333333; }

.emptyCard {
  background-color: #ffffff;
  text-align: center;
  padding: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .emptyCard img {
    width: 224px; }
  .emptyCard p {
    margin-top: 20px;
    color: #999999;
    margin-bottom: 0; }

.selectStreamPage {
  min-height: 500px; }

#streamLavelList {
  width: 400px;
  height: 400px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }
  #streamLavelList .head {
    background-color: #1f2e67;
    line-height: 21px;
    padding: 15px 20px;
    color: #fff;
    height: 50px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    padding: 16px 20px 14px;
    color: #fff;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background: #1f2e67;
    background: -moz-linear-gradient(left, #1f2e67 0%, #3a4d95 100%);
    background: -webkit-linear-gradient(left, #1f2e67 0%, #3a4d95 100%);
    background: linear-gradient(to right, #1f2e67 0%, #3a4d95 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2e67', endColorstr='#3a4d95',GradientType=1 ); }
  #streamLavelList .list a {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding: 7px 20px;
    color: #333; }

.loadMore {
  text-align: center;
  margin-top: 40px; }
  .loadMore a {
    min-width: 100px;
    height: 30px;
    line-height: 30px;
    background-color: #666666;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }

#finishApplication, #finishApplicationTextField {
  width: 500px; }
  #finishApplication form, #finishApplicationTextField form {
    max-width: 260px;
    margin: 0 auto; }
  #finishApplication .formField, #finishApplicationTextField .formField {
    min-height: 175px; }
  #finishApplication label, #finishApplicationTextField label {
    display: block;
    font-size: 12px;
    color: #999999;
    margin-bottom: 2px; }
    #finishApplication label span, #finishApplicationTextField label span {
      color: #ec1c24; }
  #finishApplication select, #finishApplicationTextField select {
    width: 100%;
    padding: 8px;
    margin-bottom: 30px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
  #finishApplication input, #finishApplicationTextField input {
    width: 100%;
    padding: 8px;
    margin-bottom: 3px;
    color: #333333;
    border: 1px solid #cccccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
  #finishApplication .erroMsg, #finishApplicationTextField .erroMsg {
    font-size: 12px;
    color: #ec1c24; }
  #finishApplication button, #finishApplicationTextField button {
    width: 180px;
    height: 50px;
    display: block;
    font-weight: 300;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
    background-color: #e56c5b;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }

#stateFilter .list {
  max-height: 350px; }

/*# sourceMappingURL=admissionBuddy.css.map */
