.lv-globalHeader-widget-container {
    background: #00539b;
}
.lv-globalHeader-widget .lv-skip-link {
    position: absolute;
    left: -9999em;
    z-index: 1000;
    padding: 10px;
    background: #fff;
    border: 1px solid #ff8000;
    border-top: 4px solid #ff8000;
    color: #0085cf;
    text-decoration: none;
}
.lv-globalHeader-widget .lv-skip-link:focus {
    left: 0;
    background: #fff;
    border: 1px solid #ff8000;
    border-top: 4px solid #ff8000;
    color: #0085cf;
    text-decoration: underline;
}
.lv-globalHeader-widget input::-ms-clear,
.lv-globalHeader-widget input::-ms-reveal {
    height: 0;
    width: 0;
    display: none;
}
.lv-globalHeader-widget .lv-primary-btn {
    background: #0885e3;
    background: -webkit-linear-gradient(#0a9ee9,#0885e3);
    background: -o-linear-gradient(#0a9ee9,#0885e3);
    background: -moz-linear-gradient(#0a9ee9,#0885e3);
    background: linear-gradient(#0a9ee9,#0885e3);
    box-shadow: 2px 2px 2px #b1b1b1;
    border: 1px solid #0885e3;
    padding: 7px 30px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.lv-overlay {
    z-index: 100;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.0;
    display: block;
}
.lv-active {
    background-color: #0085cf;
}
.lv-mobile-detector {
    position: absolute;
    left: -9999em;
    display: block;
    width: 0px;
    height: 0px;
}
.lv-noscroll {
    overflow: hidden;
    position: fixed;
}
/**********************************************************************************
Global Header - Container
**********************************************************************************/
.lv-globalHeader-widget {
    height: 48px;
    background-color: #00539b;
    z-index: 200;
}
.lv-globalHeader-widget.lv-persistent {
    position: fixed;
    width: 100%;
}
.lv-globalHeader-widget a {
    color: #ffffff;
    text-decoration: none;
}
.lv-globalHeader-widget a:focus {
    background-color: #0085cf;
}
.lv-globalHeader-widget a:hover {
    background-color: #0085cf;
}
.lv-globalHeader-widget .lv-input {
    padding: 2px 5px;
    background: #fff;
    display: block;
}
.lv-globalHeader-widget .lv-input input {
    font-size: 14px;
    border: none;
    padding: 0;
}
.lv-globalHeader-widget .lv-input + .lv-input {
    margin: 5px 0 0 0;
}
.lv-globalHeader-widget .lv-globalHeader-container {
    display: block;
    overflow: hidden;
}

/**********************************************************************************
Global Header - Logo
**********************************************************************************/
.lv-globalHeader-logo {
    float: left;
}
.lv-globalHeader-logo a {
    display: block;
    width: 180px;
    height: 48px;
    background: url('./cb_logo.svg') center center no-repeat;
    background-size: 120px 32px;
    text-indent: -9999em;
}

/**********************************************************************************
Global Header - Navigation
**********************************************************************************/
.lv-globalHeader-navigation {
    float: left;
}
.lv-globalHeader-navigation ul li {
    list-style: none;
}
/**********************************************************************************
Global Header - Navigation - Global Links
**********************************************************************************/
.lv-globalLinks {
    overflow: hidden;
    padding-left: 0;
}
.lv-globalLinks > li {
    float: left;
}
.lv-globalLinks > li > a {
    display: block;
    font-size: 14px;
    height: 48px;
    padding: 0 15px;
    line-height: 48px;
    font-weight: bold;
}
.lv-globalLinks > li > a:active,
.lv-globalLinks > li > a:link,
.lv-globalLinks > li > a:visited,
.lv-globalLinks > li > a:hover {
    text-decoration: none;
    color: #fff;
}
/**********************************************************************************
Global Header - Navigation - Global Links - More
**********************************************************************************/
.lv-globalLinks-more-trigger .lv-icon {
    display: inline-block;
    background-image: url('./menu_dropdown_down.svg');
    background-position: center center;
    background-size: 15px 20px;
    height: 10px;
    width: 16px;
}
.lv-globalLinks-more-trigger.lv-active .lv-icon {
    background-image: url('./menu_dropdown_up.svg');

}
.lv-globalLinks-more {
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.25);
    background: #fff;
    position: absolute;
    overflow: hidden;
    display: none;
    padding: 5px 0;
    z-index: 100;
}
.lv-globalLinks-more > li > a {
    font-size: 14px;
    background-color: #fff;
    color: #0085cf;
    display: block;
    padding: 6px 20px;
}
.lv-globalLinks-more > li > a:focus {
    background-color: #f5f5f5;
}
.lv-globalLinks-more > li > a:hover {
    background-color: #f5f5f5;
}
.lv-controls {
    float: right;
}

#search-widget {
  padding-left: 15px;
  float: left;
}
/**********************************************************************************
Tablet
**********************************************************************************/
@media only screen and (max-width: 1249px) {
    .lv-globalLinks > li > a {
        padding-left: 11px;
        padding-right: 11px;
    }
    .lv-globalHeader-logo a {
        width: 170px;
    }
}
/**********************************************************************************
Mobile
**********************************************************************************/
@media only screen and (max-width: 1024px) {
    #search-widget {
      position: absolute;
      right: 0;
    }
    .lv-mobile-detector {
        display: none;
    }
    .lv-globalHeader-logo {
        width: 100%;
    }
    .lv-globalHeader-logo a {
        margin: 0 auto;
    }

    .lv-globalHeader-navigation {
        background: #ffffff;
        top: 48px;
        float: none;
        position: fixed;
        -webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.25);
        box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.25);
        height: 100%;
        display: none;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 200;
        padding: 0 0 40px 0;
    }
    .lv-globalHeader-navigation ul {
        padding: 0;
    }

    .lv-globalLinks {
        width: 100%;
        background: #f00;
    }
    .lv-globalLinks > li {
        background: #0f0;
        padding: 0;
        float: none;
    }
    .lv-globalLinks li a:active,
    .lv-globalLinks li a:link,
    .lv-globalLinks li a:visited,
    .lv-globalLinks li a:hover,
    .lv-globalLinks-more li a {
        background: #ffffff;
        display: block;
        width: 264px;
        height: auto;
        line-height: 30px;
        font-size: 14px;
        color: #0085cf;
        font-weight: bold;
        padding: 0px 18px;
    }
    .lv-globalLinks li a:hover {
        background: #f5f5f5;
    }
    .lv-globalLinks > li > a.lv-globalLinks-more-trigger {
        display: none;
    }
    .lv-globalLinks-more {
        display: block;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 0px 0px 40px 0px;
        margin: 0;
        position: static;
    }
    .lv-controls {
        width: 100%;
        position: absolute;
        float: none;
    }
    .lv-noscroll {
        position: fixed;
    }
}

#login-widget {
    float: left;
    color: #ccc;
    text-align: left;
}
.lv-login-widget h2 {
    color: #4c4b4a;
    border-bottom: 1px solid #ccc;
    padding: 0 0 6px 0;
    margin: 0 0 12px 0;
}
.lv-login-widget ul {
    padding: 0;
    margin: 0;
}
.lv-login-widget ul li {
    list-style: none;
}
.lv-login-widget ul li a {
    display: block;
    color: #0085cf;
    line-height: 40px;
    height: 40px;
    padding: 0 18px;
    font-weight: bold;
    font-size: 14px;
}
.lv-login-widget ul li a:hover {
    background: #f5f5f5;
}
.lv-login-widget ul li a:focus {
    background: #f5f5f5;
}
.lv-login-widget a:hover {
    text-decoration: underline;
}
.lv-login-widget .lv-sign-out {
    border-top: 1px solid #f5f5f5;
    padding-top: 12px;
}
.lv-login-navigation .lv-sign-out button {
    width: 100%;
}
.lv-login-widget .lv-button-link,
.lv-login-navigation .lv-button-link {
    text-align: left;
    display: block;
    width: 100%;
    background: none;
    border: none;
    color: #0085cf;
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    padding: 0 18px;
}
.lv-login-widget .lv-button-link:hover,
.lv-login-navigation .lv-button-link:hover {
    cursor: pointer;
    background: #f5f5f5;
}
.lv-login-icon {
    float: left;
}
.lv-login-icon a {
    text-indent: -9999em;
    display: block;
    width: 50px;
    height: 48px;
    background-image: url('./user_icon.svg');
    background-size: 22px 26px;
    background-position: center center;
    background-repeat: no-repeat;
}
.lv-login-icon.lv-logged-in-state a {
  background-image: url('./user_icon_login.svg');
}
.lv-login-navigation {
    overflow: hidden;
    display: block;
}
.lv-login-details {
    overflow: hidden;
}
.lv-login-panel {
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.25);
    background: #fff;
    display: none;
    width: 340px;
    position: absolute;
    top: 48px;
    right: 0;
    z-index: 100;
}
.lv-login-widget .lv-form-group {
    margin-bottom: 24px;
}
.lv-login-group {
    padding: 24px 24px 0 24px;
}
.lv-login-body {
    padding: 0 24px 24px 24px;
}
.lv-form-group label {
    font-size: 14px;
    color: #4c4b4a;
}
.lv-login-form {
    padding: 12px 0 0 0;
}
.lv-login-form .lv-input {
    box-sizing: border-box;
    padding: 0 26px 0 0;
}
.lv-login-form .lv-input + .lv-input {
    margin: 12px 0 0 0;
}
.lv-login-form .lv-input input {
    border-radius: 3px;
    font-size: 16px;
    background-color: #fff;
    padding: 12px;
    width: 100%;
    border: 1px solid #ccc;
    color: #4c4b4a;
}
.lv-login-form .lv-input input:focus {
    outline: none;
    border: 1px solid #0085cf;
    background: #ffffff;
}
.lv-login-content {
    margin-bottom: 30px;
}
.lv-login-content p {
    font-size: 14px;
    color: #4c4b4a;
    margin-bottom: 24px;
}
.lv-login-content a {
    color: #0085cf;
    font-weight: bold;
}
.lv-login-content a:hover,
.lv-login-content a:focus {
    background: transparent;
    color: #0085cf;
    font-weight: bold;
}
.lv-login-footer p {
    color: #4c4b4a;
    font-size: 14px;
}
.lv-login-footer p a {
    color: #0085cf;
    font-weight: bold;
}
.lv-login-footer p a:hover,
.lv-login-footer p a:focus {
    background: transparent;
}
.lv-login-navigation {
    display: none;
    border-bottom: 1px solid #666564;
    padding-bottom: 6px;
    margin-bottom: 6px;
}
.lv-login-navigation a.lv-primary-btn {
    display: block;
    width: 100%;
}
.lv-login-navigation .lv-create-link {
    font-size: 14px;
    color: #0085cf;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 6px 0 0 0;
}
.lv-login-navigation .lv-create-link:hover {
    text-decoration: underline;
    background: none;
}
.lv-login-navigation .lv-create-link:focus {
    background: #fff;
}
.lv-login-navigation ul.lv-login-links li > a {
    background: #ffffff;
    display: block;
    width: 264px;
    height: auto;
    line-height: 30px;
    font-size: 14px;
    color: #0085cf;
    font-weight: bold;
    padding: 0px 18px;
}
.lv-login-navigation ul.lv-login-links li > a:hover {
    background: #f5f5f5;
}
.lv-login-navigation .lv-sign-out {
    padding: 18px;
}
/**********************************************************************************
Mobile
**********************************************************************************/
@media only screen and (max-width: 1024px) {
    .lv-login-navigation {
      display: block;
    }
    .lv-login-icon a {
      background-image: url('./user_menu_icon.svg');
      background-size: 18px 20px;
    }
    .lv-login-icon.lv-logged-in-state a {
      background-image: url('./user_menu_icon.svg');
    }

    #login-widget {
      position: absolute;
      left: -15px;
      width: 50px;
    }
    .lv-login-panel {
      display: none;
    }

    .lv-login-widget {
      left: 0;
    }
    .lv-login-logged-out {
      padding: 15px 20px;
    }
    .lv-login-logged-out ul {
      margin-bottom: 0;
    }
    .lv-login-logged-out ul li {
      text-align: center;
    }
}

.lv-search-widget-wrapper {
  background: #ffffff;
  padding: 1px;
  margin-top: 12px;
  overflow: hidden;
}
.lv-search {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #cdcdcd;
}
.lv-search-form {
  float: left;
  width: 115px;
  overflow: hidden;
}
.lv-search-form .lv-search-input {
  padding-top: 1px;
  padding-bottom: 1px;
}
.lv-search-form form {
  display: block;
}
.lv-search-form input[type="text"] {
  width: 100%;
}
.lv-search-icon {
  overflow: hidden;
  float: left;
}
.lv-search-icon a {
  text-indent: -9999em;
  display: block;
  width: 22px;
  height: 22px;
  background-image: url('./search_icon-inactive.svg');
  background-size: 18px 22px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
.lv-search-icon a:hover {
  background: inherit;
  background-image: url('./search_icon-inactive.svg');
  background-size: 18px 22px;
  background-position: center center;
  background-repeat: no-repeat;
}
/**********************************************************************************
Mobile
**********************************************************************************/
@media only screen and (max-width: 1024px) {
    .lv-search-widget-wrapper {
      margin-top: 0;
      background: transparent;
      overflow: hidden;
      padding: 0;
    }
    .lv-search-form {
      width: 0px;
      margin-top: 13px;
    }
    .lv-search-icon {
      margin: 0;
    }
    .lv-search-icon a {
      width: 50px;
      height: 48px;
      background-color: #00539b;
      background-image: url('./search_icon.svg');
      background-size: 18px 22px;
    }
    .lv-search-icon a:hover {
      background-color: #0085cf;
      background-image: url('./search_icon.svg');
      background-size: 18px 22px;
    }
}

.lv-suggestion-widget-wrapper {
  background: #ffffff;
  padding: 1px;
  margin-top: 12px;
  overflow: hidden;
}
.lv-suggestion-widget .lv-suggestions {
  position: absolute;
  background: #fff;
  border: 1px solid #cdcdcd;
  z-index: 10;
}
.lv-suggestion-widget .lv-suggestions ul {
  padding: 0;
  margin: 0;
}
.lv-suggestion-widget .lv-suggestions ul li {
  background: #fff;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  color: #0085cf;
}
.lv-suggestion-widget .lv-suggestions ul li:active,
.lv-suggestion-widget .lv-suggestions ul li:hover,
.lv-suggestion-widget .lv-suggestions ul li:focus {
  background-color: #f5f5f5;
}
.lv-suggestion-widget .lv-suggestions ul li a {
  color: #0085cf;
  display: block;
  height: 100%;
  width: 100%;
  padding: 5px;
}
.lv-suggestion-widget .lv-suggestions ul li a:active,
.lv-suggestion-widget .lv-suggestions ul li a:hover,
.lv-suggestion-widget .lv-suggestions ul li a:focus {
  background: #f5f5f5;
  text-decoration: underline;
}

/**********************************************************************************
Mobile
**********************************************************************************/
@media only screen and (max-width: 1024px) {
 .lv-suggestion-widget-wrapper {
    margin-top: 0;
    background: transparent;
    overflow: hidden;
    padding: 0;
  }
}

.wi-globalfooter h5 {
  text-align: left !important;
}

.wi-globalfooter .bg-footer {
  background: #4c4b4a;
  padding:30px 0;
}

.wi-globalfooter .bg-footer-bottom {
  padding-top:10px;
  padding-bottom:10px;
}

.wi-globalfooter .bg-footer .footer-divider {
  border: solid #656463;
  border-width:0 0 0 1px;
  min-height: 175px;
  padding-left:20px;
}

.wi-globalfooter h5 {
  font-size:12px;
  font-weight: bold;
  color: #989795;
  margin-top:0;
}

.wi-globalfooter ul {
  list-style: none;
  margin:0;
  padding:0;
}

.wi-globalfooter ul > li {
  line-height: 12px;
  padding: 5px 0;
  margin: 0 !important;
  list-style: none !important;
  text-align: left !important;
  color: #fff;
}

.wi-globalfooter ul > li > a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  line-height: 16px;
}

.wi-globalfooter ul > li > a:hover {
  text-decoration: underline;
}

.wi-globalfooter ul.btn-links > li {
  text-align: left !important;
}

.wi-globalfooter ul.btn-links > li > a {
  font-size:14px;
  font-family:'SerifaStdBold', Helvetica, Arial, sans-serif;
  line-height:30px;
}

.wi-globalfooter ul.btn-links > li i {
  display: block;
  float: right;
  margin: 8px 0;
  background: url(./footer-icons.png) 0 0 no-repeat;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

  .wi-globalfooter ul.btn-links > li i {
    background: url(./footer-icons2x.png) 0 0 no-repeat;
    background-size:66px 63px;
  }
}

.wi-globalfooter ul.btn-links > li .icon-help {
  background-position: 0 0;
  height: 18px;
  width: 19px;
}
.wi-globalfooter ul.btn-links > li .icon-contact {
  background-position: 0 -18px;
  height: 12px;
  width:18px;
}
.wi-globalfooter ul.btn-links > li .icon-social {
  background-position: 0 -30px;
  height: 15px;
  width: 66px;
}
.wi-globalfooter ul.btn-links > li .icon-feedback {
  background-position: 0 -45px;
  height: 18px;
  width: 19px;
}
.wi-globalfooter p.copyright {
  margin-bottom: 0;
  font-size: 12px;
  color: #4c4b4a;
  line-height: 45px; /* needs to match the height of the truste logo */
}

.wi-globalfooter .footer-mobile-bar {
  background: #e5e2e0;
}
.wi-globalfooter .footer-mobile-bar .row > div {
  padding:15px 15px 5px;
}
.wi-globalfooter .footer-mobile-bar .row > div:first-child {
  background: #cbc8c7;
}
.wi-globalfooter .footer-mobile-bar .glyphicon {
  font-size:.7em;
}

@media (max-width: 767px) { /* mobile styles */
  .wi-globalfooter .bg-footer .footer-divider {
    padding-left:0;
    border-left-width:0;
    min-height: 0;
  }
  .wi-globalfooter .bg-footer .footer-divider:not(.footer-divider-top) {
    border-top-width:1px;
    padding-top:20px;
    margin-top:20px;
  }
}
.lv-notificationWidget {
    font-family: 'Helvetica Neue Regular', 'arial', 'sans-serif';
    color: #4c4b4a;
}
.lv-notificationWidget .lv-notification-alert-icon,
.lv-notificationWidget .lv-notification-body,
.lv-notificationWidget .lv-notification-close-icon {
    box-sizing: border-box;
}
.lv-notificationWidget.lv-closed {
    display: none;
}
.lv-notificationWidget .lv-notificationWidget-viewport {
    border-bottom: 1px solid #000;
}
.lv-notificationWidget .lv-notification {
    border-top: 4px solid #1d9582;
    padding: 18px 30px;
    overflow: hidden;
}
.lv-notificationWidget .lv-notification p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.5em;
}
.lv-notificationWidget .lv-notification.lv-closed {
    display: none;
}
.lv-notificationWidget .lv-notification-meta {
    display: none;
}
.lv-notificationWidget .lv-notification-header .title {
    font-family: 'Helvetica Neue Bold', 'arial', 'sans-serif';
    font-size: 16px;
    font-weight: bold;
    color: #4c4b4a;
    margin: 0 0 18px 0;
}
.lv-notificationWidget .lv-notification-alert-icon {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    float: left;
    font-size: 1.1em;
}
.lv-notificationWidget .lv-notification-close-icon {
    display: block;
    position: absolute;
    right: 16px;
}
.lv-notificationWidget .lv-notification-close-icon a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-top: -12px;
    margin-right: -12px;
    font-size: 12px;
    text-decoration: none;
    color: #4c4b4a;
}
.lv-notificationWidget .lv-notification-close-icon a:hover {
    color: #0085cf;
}
.lv-notificationWidget .lv-notification-body {
    float: left;
    width: 95%;
}
/*********************************************************
* Colors
**********************************************************/
/**
* Default
*/
.lv-notificationWidget .lv-notification { border-top-color: #f7c021; }
.lv-notificationWidget .lv-notification .lv-notification-alert-icon { color: #f7c021; }
/**
* Alert
*/
.lv-notificationWidget .lv-notification.lv-alert { border-top-color: #f7c021; }
.lv-notificationWidget .lv-notification.lv-alert .lv-notification-alert-icon { color: #f7c021; }
/**
* Emergency
*/
.lv-notificationWidget .lv-notification.lv-emergency { border-top-color: #c23246; }
.lv-notificationWidget .lv-notification.lv-emergency .lv-notification-alert-icon { color: #c23246; }
/**
* Success
*/
.lv-notificationWidget .lv-notification.lv-success { border-top-color: #1d9582; }
.lv-notificationWidget .lv-notification.lv-success .lv-notification-alert-icon { color: #1d9582; }

@media screen and (max-width: 950px) {
    .lv-notificationWidget .lv-notification-body {
        width: 90%;
    }
}
/**
* Medium Screens
* Tablets, Desktop
*/
@media screen and (max-width: 768px) {
    .lv-notificationWidget .lv-notification {
        padding: 18px 20px;
    }
}
/**
* Small Screens
* Phones
*/
@media screen and (max-width: 480px) {
    .lv-notificationWidget .lv-notification-body {
        width: 80%;
    }
    .lv-notificationWidget .lv-notification {
        padding: 18px 15px;
    }
}

.lv-college-search-widget.lv-high-school-lookup .lv-search-controls .list-group-item {
  padding: 36px;
}
.lv-college-search-widget.lv-high-school-lookup .lv-info {
  text-align: right;
  margin-bottom: 36px;
}
.lv-college-search-widget.lv-high-school-lookup .lv-info .cb-required {
  margin-right: 12px;
}
.lv-college-search-widget.lv-high-school-lookup .list-group-item .aiCode {
  color: #6c6d70;
  font-weight: bold;
  float: right;
}
.lv-college-search-widget.lv-high-school-lookup .lv-num-results {
  font-weight: bold;
  margin-bottom: 6px;
  display: block;
}
.lv-college-search-widget.lv-high-school-lookup .btn-primary.btn,
.lv-college-search-widget.lv-high-school-lookup .btn-primary.btn:focus,
.lv-college-search-widget.lv-high-school-lookup .btn-primary.btn:hover {
  font-family: 'RobotoSlab-Light', 'Helvetica', 'arial', 'sans-serif';
  display: block;
  background: #ffde17;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  color: #1e1e1e;
  font-size: 14px;
  height: 40px;
  padding: 0 18px;
  margin: 36px auto 0 auto;
}
.lv-college-search-widget lv-university-lookup {
  overflow: hidden;
}
.lv-college-search-widget.lv-university-lookup div[class^="col-md-"] + div[class^="col-md-"] {
  margin-bottom: 18px;
}
.lv-college-search-widget.lv-university-lookup .lv-search-controls .list-group-item {
  padding: 36px;
}
.lv-college-search-widget.lv-university-lookup .lv-or-break {
  overflow: hidden;
  position: relative;
  margin-top: 18px;
}
.lv-college-search-widget.lv-university-lookup .lv-or-break hr {
  border-color: #aeadad;
}
.lv-college-search-widget.lv-university-lookup .lv-or-break p {
  background: #fff;
  text-transform: uppercase;
  width: 50px;
  text-align: center;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 12px;
}
.lv-college-search-widget.lv-university-lookup .lv-university-autocomplete {
  position: relative;
}
.lv-college-search-widget.lv-university-lookup .lv-university-autocomplete ul {
  position: absolute;
  width: 100%;
  border: 1px solid #aeadad;
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1000;
}
.lv-college-search-widget.lv-university-lookup .lv-university-autocomplete ul li {
  padding: 5px 15px;
  cursor: pointer;
}
.lv-college-search-widget.lv-university-lookup .lv-university-autocomplete ul li:hover {
  background: #efefef;
}
.lv-college-search-widget.lv-university-lookup .lv-info {
  text-align: right;
  margin-bottom: 36px;
}
.lv-college-search-widget.lv-university-lookup .lv-info .cb-required {
  margin-right: 12px;
}
.lv-college-search-widget.lv-university-lookup .list-group-item .di_code {
  color: #6c6d70;
  font-weight: bold;
  float: right;
}
.lv-college-search-widget.lv-university-lookup .lv-num-results {
  font-weight: bold;
  margin-bottom: 6px;
  display: block;
}
.lv-college-search-widget.lv-university-lookup .btn-primary.btn,
.lv-college-search-widget.lv-university-lookup .btn-primary.btn:focus,
.lv-college-search-widget.lv-university-lookup .btn-primary.btn:hover {
  font-family: 'RobotoSlab-Light', 'Helvetica', 'arial', 'sans-serif';
  display: block;
  background: #ffde17;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  color: #1e1e1e;
  font-size: 14px;
  height: 40px;
  padding: 0 18px;
  margin: 36px auto 0 auto;
}
.lv-college-search-widget.lv-country-lookup .lv-search-controls .list-group-item {
  padding: 36px;
}
.lv-college-search-widget.lv-country-lookup .lv-info {
  text-align: right;
  margin-bottom: 36px;
}
.lv-college-search-widget.lv-country-lookup .lv-info .cb-required {
  margin-right: 12px;
}
.lv-college-search-widget.lv-country-lookup .list-group-item .aiCode {
  color: #6c6d70;
  font-weight: bold;
  float: right;
}
.lv-college-search-widget.lv-country-lookup .lv-num-results {
  font-weight: bold;
  margin-bottom: 6px;
  display: block;
}
.lv-college-search-widget.lv-country-lookup .btn-primary.btn,
.lv-college-search-widget.lv-country-lookup .btn-primary.btn:focus,
.lv-college-search-widget.lv-country-lookup .btn-primary.btn:hover {
  font-family: 'RobotoSlab-Light', 'Helvetica', 'arial', 'sans-serif';
  display: block;
  background: #ffde17;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  color: #1e1e1e;
  font-size: 14px;
  height: 40px;
  padding: 0 18px;
  margin: 36px auto 0 auto;
}
.lv-college-search-widget.lv-country-lookup .lv-college-profile-template {
  padding: 24px;
}