/* Global */

sup {
    font-size: 80% !important;
    top: -.5em;
}

.content {
    padding: 30px 0;
}

.btn-default, .btn-default:hover {
    background-color: #e8e8e8;
}

.btn-blue {
    background-color: #3463a1;
}

.btn.btn-default:focus, .btn-default:active {
    border: 1px solid #ccc;
    color: #666;
    background-color: #d1d1d1;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
    color: #ffffff;
    opacity: .9;
}

.btn-grey {
    background-color: #aaaaaa;
    color: #fff;
}

.btn-grey:hover,
.btn-grey:focus {
    color: #fff;
    opacity: .9;
}

.btn:focus {
    color: #fff;

}

.body {
    padding-top: 147px;
}

div.main {
    padding-bottom: 100px;
}

.p-0 {
    padding: 0px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-r-0 {
    padding-right: 0px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.p-r-30 {
    padding-right: 30px !important;
}

.p-r-40 {
    padding-right: 40px !important;
}

.p-t-0 {
    padding-top: 0px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-b-0 {
    padding-bottom: 0px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.p-b-40 {
    padding-bottom: 40px !important;
}

.m-0 {
    margin: 0px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-l-40 {
    margin-left: 40px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-r-30 {
    margin-right: 30px !important;
}

.m-r-40 {
    margin-right: 40px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-0 {
    margin-top: 0px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-t-60 {
    margin-top: 80px !important;
}

.m-t-70 {
    margin-top: 80px !important;
}

.m-t-80 {
    margin-top: 80px !important;
}

.m-t-90 {
    margin-top: 90px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.btn.btn-primary, .label.label-primary {
    text-shadow: 1px 1px 3px #3f3f3f4a;
}

.post-title a {
    color: #333 !important;
}

.post-title a:hover {
    color: #f6bb42 !important;
}

.btn-info {
    color: #fff;
    background-color: #29A9B2;
    border-color: #29A9B2;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #29A9B2;
    border-color: #29A9B2;
    opacity: 0.9;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #29A9B2;
    border-color: #29A9B2;
}

.btn-info .badge {
    color: #29A9B2;
    background-color: #fff;
}

.banner-ads {
    margin-bottom: 50px;
}

i:hover {
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

@media (min-width: 767px) and (max-width: 991px) {
    .hide-tablet {
        display: none;
    }
}

/* Ar Arabic Specific temporary fix, should install rtl support css for full fix */

html:lang(ar-EG) .users-sidebar .list-group li a > i {
    margin-left: 5px;
    margin-right: 0px;
}

html:lang(ar-EG) #description-tab ul {
    margin: 10px 20px 18px 0;
}

html:lang(ar-EG) .vehicle-details-sidebar .seller-contact-widget h4:before {
    padding-right: 0px;
    padding-left: 8px;
}

html:lang(ar-EG) .checkbox-inline input[type="checkbox"] {
    position: static;
}

html:lang(ar-EG) #inquiry-form .checkbox-inline input[type="checkbox"] {
    margin-left: 0;
}

html:lang(ar-EG) #inquiry-form .checkbox-inline {
    padding-left: 0;
}

html:lang(ar-EG) #navbar-language-menu .dd-menu > ul > li ul {
    left: -58px;
    min-width: 185px;
}

html:lang(ar-EG) .hero-slider.flexslider:hover .flex-prev {
    left: -50px !important;
    right: auto !important;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

html:lang(ar-EG) .hero-slider.flexslider .flex-prev {
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

@media only screen and (max-width: 991px) {
    html:lang(ar-EG) ul > li {
        margin-right: 0;
    }

    html:lang(ar-EG) ul > li > a {
        padding: 20px 20px 20px 0;
    }
}

.main-navigation > ul > li:last-child {
    margin-right: 35px;
}

html:lang(ar-EG) .users-sidebar .list-group li a > i {
    margin-left: 5px;
    margin-right: 0px;
}

html:lang(ar-EG) #description-tab ul {
    margin: 10px 20px 18px 0;
}

/* anchor tag focus fix */

.search-trigger:focus {
    color: #fff;
}

.utility-bar a:focus {
    color: #fff;
}

/* Responsive Tables Firefox Fix */

@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

/* Navigation */

#school-search-nav a {
    white-space: normal;
    word-wrap: break-word;
}

.megamenu .body-type-widget li {
    margin-bottom: 10px;
    margin-top: 5px;
}

.megamenu li {
    overflow: hidden;
}

.body-type-widget li span, .school-of-day-widget li span {
    font-size: 11px;
}

[id*='mm-degree-level'] {
    min-height: 105px
}

[id*='mm-degree-level'] li {
    max-height: 80px;
}

[id*='mm-degree-level'] span {
    max-width: 135px;
}

#mm-degree-level-1 a, #mm-degree-level-2 {
    white-space: normal;
    word-wrap: break-word;
}

.school-of-day-widget li {
    width: 33.33%;
    float: left;
    margin-bottom: 5px;
    text-align: center;
}

.school-of-day-widget li img {
    max-width: 100%;
    margin-bottom: 10px;
    width: 100px;
    height: 66px;
}

@media only screen and (max-width: 480px) {
    .dd-menu .megamenu-container {
        padding: 0px 25px 10px 25px;
    }
}

@media only screen and (max-width: 991px) {
    .main-navigation.content-nav .toggle-menu > ul > li > a {
        padding: 20px 0 20px 20px;
    }

    .main-navigation.content-nav .dropdown a {
        background-color: #222;
        color: #fff;
    }

    .main-navigation.content-nav > ul > li > ul > li > a:hover {
        background-color: #222;
        color: #f6bb42;
    }

    .main-navigation.content-nav > ul > li > ul li > a {
        padding: 15px 15px 15px 40px;
        border-bottom: 1px solid #2d2d2d;
    }

    .main-navigation.content-nav > ul > li > ul li {
        font-size: 15px;
    }

}

#site-header-wrapper .navbar {
    border: none;
    height: 51px;
}

.navbar .search-form {
    left: 0;
    padding: 0 15px 0 15px;
}

@media only screen and (max-width: 991px) {
    .toggle-menu {
        background: #252525;
        border: none !important;
    }

    .main-navigation > ul > li > a {
        color: #fff;
    }

    .toggle-menu > ul > li {
        border-bottom: 1px solid #2d2d2d;
    }

    #navbar-language-menu .main-navigation > ul > li > a {
        color: #555;
    }
}

#navbar-language-menu .dd-menu > ul > li ul {
    min-width: 200px;
    left: -30px;
}

.logged-in-user .meta-data {
    display: inline;
    font-size: 15px;
}

.logged-in-user .user-name {
    display: inline;
    font-size: 15px;
    color: #3463a1;
    font-weight: bold;
    letter-spacing: .03em;
}

.logged-in-user .user-informa {
    margin-top: 12px;
}

.logged-in-user .user-dd-dropper {
    margin-top: 12px;
}

.user-login-panel:hover .user-dd-dropper,
.user-login-panel:active .user-dd-dropper,
.user-login-panel:focus .user-dd-dropper {
    background-color: #eee !important;
}

#userdropdown:hover .user-dd-dropper,
#userdropdown:active .user-dd-dropper,
#userdropdown:focus .user-dd-dropper {
    background-color: #cbcbcb !important;
}

.logged-in-user .user-dd-dropper {
    background-color: #eee !important;
}

.user-login-btn .user-dd-dropper .fa {
    color: #333;
}

/* Homepage */

.floated .search-form-inner {
    padding-bottom: 5px !important;
}

.floated .search-form .search-form-inner {
    background: rgba(255, 255, 255, 0.85) !important;
}

.advanced-search-row .form-control {
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .floated .search-form-inner input[type="text"] {
        font-size: 12px !important;
    }

    .show-mobile .utility-icons > li {
        float: none;
        margin: 0 20px 0 0;
    }
}

.by-type-options {
    border-bottom: 1px solid rgb(228, 228, 228);
}

img.features-icon {
    height: 50px !important;
    width: 50px;
    margin: 0 auto;
}

div#welcome img {
    margin: 0 20px 10px 0;
}

.sidebar section {
    margin-bottom: 60px;
    text-align: center;
}

.latest-news .post-actions {
    margin: 13px 0 0 0;
}

.latest-news .post-date {
    width: 100%
}

.homepage h3 {
    width: 550px;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .hide-mobile {
        display: none;
    }

    .site-footer-top {
        padding: 20px 0;
    }
}

@media only screen and (min-width: 767px) {
    .show-mobile {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .show-mobile {
        display: block;
    }

    .owl-pagination {
        margin-top: 0 !important;
    }

    .owl-controls {
        margin-top: 0 !important;
    }

    .listing-header h3 {
        margin-bottom: 10px;
    }
}

button.navbar-toggle.btn {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#navbar-language-menu {
    margin-right: 15px;
}

a svg.degree-svg, a svg.degree-svg + span {
    fill: #333;
    color: #333;
    -webkit-transition: all .3s ease .2s;
    -moz-transition: all .3s ease .2s;
    -ms-transition: all .3s ease .2s;
    -o-transition: all .3s ease .2s;
    transition: all .3s ease .1s;
}

a:hover svg.degree-svg, a:hover svg.degree-svg + span {
    fill: #f6bb42;
    color: #f6bb42;
    -webkit-transition: all .3s ease .2s;
    -moz-transition: all .3s ease .2s;
    -ms-transition: all .3s ease .2s;
    -o-transition: all .3s ease .2s;
    transition: all .3s ease .1s;
}

/* Search box Jquery UI */

ul.ui-autocomplete {
    z-index: 999 !important;
}

/* Breadcrumb */

.breadcrumb {
    padding: 6px 0px;
}

.utility-bar {
    min-height: 40px;
    top: -1px;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    ul.breadcrumb {
        text-align: center;
    }
}

/* Advertisement Widgets */

.our-sponsors ul {
    list-style-type: none;
    margin: 20px 0 125px 0;
}

.our-sponsors li {
    margin-bottom: 40px;
    padding: 0;
}

.our-sponsors ul img {
    border: 1px solid #ccc;
}

.services-to-students a.title {
    color: #444;
    font-size: 90%;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    -webkit-box-shadow: inset 0 0 0 #ffffff;
    box-shadow: inset 0px 0 0 #ffffff;
}

.services-to-students a.title:hover {
    color: #f6bb42;
}

.services-to-students h4 {
    margin-bottom: 0;
}

.services-to-students ul {
    margin: 20px 0 0 0;
    list-style: none;
    text-align: left;
    font-size: 90%;
}

.services-to-students a > img {
    float: left;
    border: 1px solid #ccc;
    padding: 3px;
    margin: 0 10px 0 0;
    max-width: 75px;
    min-height: 75px;
}

.services-to-students li {
    margin: 0 0 40px 0;
}

div.awards img {
    width: 100px;
    height: 100px;
}

@media only screen and (max-width: 767px) {
    div#welcome img {
        margin: 0 20px 20px 0;
    }

    #homepage-ad-sidebar {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    div#welcome img {
        margin: 0 15px 15px 0;
    }

    section.AdServe {
        text-align: center;
    }

    #ad-sidebar {
        margin-top: 40px;
    }

    .services-to-students img {
        max-width: 100px;
        min-height: 100px;
    }

}

/* School Search */

ul.pagination {
    display: block;
    clear: both;
    min-height: 10px;
}

ul.pagination:after {
    clear: both;
}

.filters-sidebar label, .search-form label {
    text-transform: uppercase;
    font-size: 13px;
}

.sponsored-listing-container .sponsored-listing .format-standard {
    margin-bottom: 30px;
}

.sponsored-listing-container .vehicle-age, .sponsored-listing-container .premium-listing {
    left: 15px;
}

.results-grid-view .list-view .summary {
    margin-left: 20px;
}

.sponsored-listing-container .result-item-in {
    overflow: hidden;
}

.sponsored-listing-container .sponsored-listing .result-item-in {
    min-height: 175px !important;
    max-height: 175px !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sponsored-listing-container .sponsored-listing .result-item-in {
        min-height: 155px !important;
        max-height: 155px !important;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .sponsored-listing-container .sponsored-listing .result-item-in {
        min-height: 160px !important;
        max-height: 160px !important;
    }
}

@media only screen and (max-width: 767px) {
    .sponsored-listing-container .sponsored-listing .result-item-in {
        max-height: 1000px !important;
    }
}

#results-holder.results-list-view .summary {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 25px;
}

#school-search-tool .hero-slider.flexslider ul.slides li {
    background-position: center center !important;
}

.sponsored-listing-container.sponsored-listing-sidebar .result-item-image {
    width: 100%;
    float: none;
}

.sponsored-listing-container.sponsored-listing-sidebar .result-item-image img {
    width: 100%;
}

.sponsored-listing-container.sponsored-listing-sidebar .result-item-in {
    max-height: 1000px !important;
    min-height: 175px !important;
    float: none;
    width: 100%;
    background: #fff;
}

.sponsored-listing-container.sponsored-listing-sidebar .result-item-in .result-item-title {
    background: none;
    font-size: 18px;
    line-height: 24px;
}

.sponsored-listing-container.sponsored-listing-sidebar .result-item-cont {
    padding: 0px 20px 15px 20px !important;
}

.sponsored-listing-container.sponsored-listing-sidebar .result-item-cont .result-item-block.col1 {
    width: 100%;
    margin-right: 0%;
    display: block;
}

.sponsored-listing-container.sponsored-listing-sidebar .result-item-cont a.btn {
    margin: 10px 0 0 0 !important;
}

.sponsored-listing-container.sponsored-listing-sidebar .sponsored-listing .format-standard {
    margin-bottom: 0;
}

.results-apply-btn {
    color: #fff;
    background-color: #3463a1;
    border: 1px solid #3463a1;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.result-item-action-buttons a {
    margin-bottom: 10px;
}

.result-item-block.col1 {
    width: 65%;
    margin-right: 3%;
}

.result-item-block.col2 {
    width: 32%;
    float: left;
    text-align: center;
}

.result-item-action-buttons a {
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .result-item-block.col2 {
        width: 100%;
    }
}

/* Template Fix for grid view search results on mobile */

@media only screen and (max-width: 767px) {
    .results-grid-view {
        margin-left: 0%;
    }

    .text-panel {
        height: 500px;
        position: relative;
        overflow: hidden;
    }

    .text-panel .show-more {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 30px 0;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #fff);
        z-index: 999;
    }

    .text-panel .show-less {
        position: relative;
        text-align: center;
        margin-top: 5px;
    }
}

.results-container-in #results-holder #w0 .empty {
    font-size: 35px;
}

/* Temporary Fix for mobile Filter Button */

@media only screen and (max-width: 767px) {
    .is-sticky .actions-bar {
        top: 0 !important;
        z-index: 999999999;
    }

    #Search-Filters {
        /*position: absolute;*/
        /*z-index: 999;*/
        width: 100%;
        background: #FFF;
        height: 100%;
        overflow: auto;
        /*top: 69px !important;*/
    }
}

div.result-item-image > a > div {
    overflow: hidden;
}

/* Content Pages Universal */

.page-header {
    min-height: 180px;
}

/* School Details Page */

.school-profile.school-profile-page.container {
    padding-top: 10px;
}

.single-vehicle-details .single-listing-actions .btn-group {
    margin-bottom: 20px;
}

.single-vehicle-details .language-nav {
    margin-top: 20px;
}

.fast-facts .badge {
    background: #3463a1;
    font-size: 15px;
    font-weight: normal;
}

.fast-facts p {
    margin-bottom: 0;
    float: right;
}

.fast-facts ul.social-icons li {
    padding-top: 0px;
    padding-bottom: 0px;
}

.fast-facts .list-group-item {
    float: right;
    width: 100%;
}

.seller-contact-widget button.btn.btn-primary {
    background-color: #3463a1;
}

#description-tab {
    border: 0;
}

.school-profile table {
    margin-bottom: 24px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #ffffff;
}

.tab-content {
    padding: 20px 10px 0;
}

#map_canvas {
    margin-bottom: 15px;
}

.vehicle-details-tabs .nav-tabs > li > a {
    color: #555;
    cursor: default;
    background-color: #e8e8e8;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-top-width: 3px;
}

.vehicle-details-tabs .nav-tabs > li.active > a {
    background-color: #fff;
}

.vehicle-details-tabs .nav-tabs > li > a:hover {
    color: #555;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-top-width: 3px;
    border-top-color: #f6bb42;
}

.vehicle-details-tabs .nav-tabs > li {
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .vehicle-details-tabs .nav-tabs > li {
        margin: 0 0 -1px 0;
    }

    .vehicle-details-tabs .nav-tabs > li > a {
        color: #555;
        cursor: default;
        background-color: #fff;
        border: 1px solid #ddd;
        border-top-width: 1px;
    }

    .vehicle-details-tabs .nav-tabs li.active a, .vehicle-details-tabs .nav-tabs > li.active > a:hover,
    .vehicle-details-tabs .nav-tabs > li.active > a:focus {
        border-top-width: 3px;
    }
}

@media only screen and (max-width: 767px) {

    .fast-facts p {
        float: left;
        display: block;
        clear: both;
    }

    .fast-facts .utility-icons.social-icons > li > a {
        line-height: 28px;
        height: 28px;
    }

    div.profile-language.gallery-filter > ul.sort-source.nav.nav-pills {
        margin: 15px 0 15px 0;
    }

    .single-listing-actions {
        margin-bottom: 0;
    }

    .school-profile.container .single-listing-actions .btn-group .btn {
        width: 25%;
    }

    .vehicle-details-tabs div.links {
        display: none;
    }

    .tab-content {
        background: rgb(250, 250, 250);
    }

}

@media only screen and (max-width: 480px) {

    .fast-facts .badge {
        margin-bottom: 5px !important;
    }

    .profile-language .sort-source li {
        min-width: 100%;
        text-align: center;
    }

}

.school-profile-page h1 {
    font-size: 38px;
}

.school-profile .tab-content li, .profile-language li {
    padding-bottom: 10px;
}

.school-profile .tab-content li:last-child {
    padding-bottom: 0px;
}

/* Inquiry Form */

#inquiry-form p {
    margin-bottom: 15px;
}

#inquiry-form, #inquiry-form .checkbox-inline, #inquiry-form .checkbox-inline a, #inquiry-form .checkbox-inline a:hover, #inquiry-form .control-label {
    color: #333;
}

.vehicle-details-sidebar #links a {
    width: 100%;
    margin-bottom: 10px;
}

.vehicle-details-sidebar .seller-contact-widget h4:before {
    font-family: 'FontAwesome';
    content: "\f0e0";
    padding-right: 8px;
}

.vehicle-details-sidebar .seller-contact-widget h4 {
    font-size: 20px;
}

.vehicle-details-sidebar div.sidebar-widget.widget.seller-contact-widget {
    background: #f6bb42;
    padding: 2em 1.5em;
}

#inquiry-form.sidebar-widget .widgettitle {
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .vehicle-details-sidebar .seller-contact-widget h4 {
        font-size: 19px !important;
    }
}

/* Portable Form for Articles */

div.required label:after {
    content: " *";
    color: red;
}

#campaign-lead-form .help-block.help-block-error, #validation-message-container {
    color: #a94442 !important;
}

/* Apply Now */

@media only screen and (max-width: 991px) {
    .apply-now-features ul {
        text-align: center;
    }

    .apply-features-action {
        text-align: center;
    }
}

.apply-features-action a {
    padding-right: 5px;
}

.vehicle-details-sidebar div.sidebar-widget.widget.seller-apply-widget {
    background: #3463a1;
    padding: 2em 1.5em;
}

.vehicle-details-sidebar .seller-apply-widget h4.widgettitle {
    font-size: 20px;
    color: #ffffff;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.vehicle-details-sidebar .seller-apply-widget p {
    color: #ffffff;
}

.vehicle-details-sidebar .seller-apply-widget h4:before {
    font-family: 'FontAwesome';
    content: "\f044";
    padding-right: 8px;
}

.vehicle-details-sidebar .seller-apply-widget {
    margin-bottom: 10px;
}

.seller-apply-widget .btn, .seller-apply-widget.widget a:hover {
    color: #000;
}

/* Visit School Website */
.vehicle-details-sidebar #sidebar-links a {
    width: 100%;
    margin-bottom: 10px;
    background: #3463a1;
}

.vehicle-details-sidebar #sidebar-links a.btn.btn-default {
    background-color: #3463a1;
    color: #fff;
}

.vehicle-details-sidebar #sidebar-links a.btn.btn-default:hover {
    background-color: rgba(52, 99, 161, 0.90);
    color: #fff;
}

/* Course Cart */

#select-program th {
    opacity: .8;
}

#select-program .table-bordered > thead > tr > th, #select-program .table-bordered > tbody > tr > th, #select-program .table-bordered > tfoot > tr > th,
#select-program .table-bordered > thead > tr > td, #select-program .table-bordered > tbody > tr > td, #select-program .table-bordered > tfoot > tr > td {
    padding: 20px 8px 12px 8px;
}

#select-program td:nth-child(2) a {
    color: #555;
    font-weight: 600;
}

.intro-para {
    padding: 40px;
    background: #e6e6e6;
    border-radius: 3px;
    margin: 0 auto;
}

.intro-para {
    margin: 25px auto 0 auto;
}

.intro-para img {
    padding-bottom: 30px;
    width: 95px;
}

.intro-para p {
    text-align: left;
    border-left: 1px dotted #b6b6b6;
    padding-left: 60px;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {

    .intro-para p {
        text-align: center;
        border-left: 0 dotted #b6b6b6;
        padding-left: 0;
    }
}

@media only screen and (min-width: 991px) {
    .intro-para .colored-box {
        height: 285px;
    }
}

.intro-para .colored-box {
    background-color: #29A9B2;
    color: white;
    padding: 45px 45px 65px 45px;
    font-weight: 300;
    margin-top: 35px;
}

.intro-para .colored-box p {
    border: none;
    padding: 0;
}

/* Course Detail */
.program-details-1 h4 {
    margin-bottom: 15px;
    border-top: 1px dotted silver;
    padding-top: 25px;
}

.program-details-1 .general-info h4 {
    margin-bottom: 0;
}

.program-details-1 p {
    font-size: 18px;
}

.program-details-1 img.school-logo {
    width: 250px;
    padding-bottom: 15px;
}

.program-details-2 {
    text-align: left;
}

.program-details-2 .colored-box {
    background-color: #29A9B2;
    color: white;
    padding: 25px;
    font-weight: 300;
    max-width: 425px;
}

.program-details-2 h3 {
    margin-bottom: 10px;
}

.starting-dates {
    background-color: #e6e6e6;
    border-radius: 3px;
    padding: 20px;
}

.starting-dates img {
    width: 75px;
    padding: 20px 0;
}

/* Featured Schools */
#UsMap {
    margin-bottom: 30px;
}

/* Articles Home */

h3.post-title {
    font-size: 28px;
}

div#article-category {
    margin: 30px 0 35px 0;
    border: 1px solid #eee;
    background-color: #F4F4F4;
}

#article-category ul.sort-source li {
    margin: 10px 7px 10px 0;
    float: none;
}

div#article-category ul.sort-source {

    margin-bottom: 0;
}

#article-category .gallery-filter {
    text-align: center;
    padding: 20px 10px 20px 10px;
}

#article-category .sort-source.nav-pills li a {
    background-color: #fff;
}

#article-category .nav-pills > li > a {
    border: 1px solid #D3D3D3;
}

#article-category .nav-pills > li.active > a {
    background-color: #f6bb42;
}

#article-category h4 {
    font-size: 23px;
}

#articles-page .post-actions div.post-date {
    width: 100%;
}

#articles-page .summary {
    margin-bottom: 25px;
    float: right;
    color: #999;
    font-size: 98%;
}

#articles-page .grid-item-inner {
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}

/* Articles Details Page */

.wechat-sidebar {
    padding-bottom: 20px;
}

.articles .sort-source {
    margin: 0px 0px 20px 0px;
}

.articles .single-post-header .post-title {
    line-height: 1.6em;
}

.addthis_sharing_toolbox {
    margin: 10px 0;
}

.articles article li {
    padding-bottom: 10px;
}

.articles article li {
    padding-bottom: 10px;
}

.articles article li:last-child {
    padding-bottom: 0px;
}

.articles h1 {
    font-size: 38px;
}

/* Information Page */

#info-page .users-sidebar {
    width: 100%;
}

#info-page ul ul {
    list-style-type: circle;
    margin-left: 35px;
}

#info-partners img {
    margin-bottom: 20px;
}

/* Footer */

.site-footer-top .social-icons {
    text-align: center;
}

.site-footer-top .social-icons-colored li a {
    width: 37px;
    height: 37px;
    line-height: 37px;
}

.site-footer-top .row {
    margin-bottom: 30px;
}

.site-footer-top .row:last-child {
    margin-bottom: 0;
}

span.quicklink {
    margin-right: 1.5em;
}

.row.quicklinks {
    margin-bottom: 30px;
}

.footer-widget {
    margin-bottom: 30px;
}

.site-footer .form-control:focus, .site-footer .form-control:active {
    background: rgba(255, 255, 255, .8);
    border: none;
}

@media only screen and (max-width: 991px) {

    .site-footer-top .footer_widget p:last-child {
        margin-bottom: 0 !important;
    }

    .site-footer-top .row {
        margin-bottom: 0px;
    }

    .site-footer-top .row:last-child {
        margin-bottom: 30px;
    }
}

/* Sponsored Listing */
.sponsored-listing-2 .result-item.format-standard {
    overflow: hidden;
    border: 1px solid rgba(184, 184, 184, 0.5);
    margin-bottom: 40px;
    background: #F9F9F9;
    box-shadow: 0px 0px 15px rgba(136, 136, 136, 0.69);
}

.sponsored-listing-2 .result-item-in {
    min-height: 145px;
    box-shadow: none;
}

.sponsored-listing-2 .result-item-title a {
    color: #3463a1;
}

.sponsored-listing-2 .result-item-cont {
    padding: 0px 20px 0px 20px;
}

.sponsored-listing-2 div.result-item-block.col1 {
    width: 100%;
    margin-right: 0;
}

.sponsored-listing-2 .btn-sm.btn.pull-right {
    margin: 0 20px 15px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sponsored-listing-2 div.result-item-in {
        min-height: 120px !important;
    }

    .sponsored-listing-2 .btn-sm.btn.pull-right {
        margin: 0 20px 10px 0;
    }
}

@media only screen and (max-width: 991px) {
    .sponsored-listing-2 .result-item-block.col1 {
        display: block;
    }

    .sponsored-listing-2 div.result-item-in {
        min-height: 132px !important;
    }

    .sponsored-listing-2 .btn-sm.btn.pull-right {
        margin: 0 20px 10px 0;
    }
}

@media only screen and (max-width: 767px) {
    .sponsored-listing-2 div.result-item-in {
        min-height: 0px !important;
    }

    .sponsored-listing-2 .btn-sm.btn.pull-right {
        margin: 0 20px 20px 0;
    }
}

.sponsored-listing .vehicle-age, .sponsored-listing .premium-listing {
    left: 15px;
}

.sponsored-listing .format-standard, .sponsored-listing .format-standard:hover {
    overflow: hidden;
    border: 1px solid rgba(184, 184, 184, 0.5);
    margin-bottom: 40px;
    background: #fff;
}

.sponsored-listing .result-item-title {
    background: #fff;
}

.sponsored-listing .result-item-in {
    min-height: 145px;
    box-shadow: none;
}

.sponsored-listing .result-item-title a {
    color: #3463a1;
}

.sponsored-listing .result-item-cont {
    padding: 0px 20px 0px 20px;
}

.sponsored-listing div.result-item-block.col1 {
    width: 65%;
    margin-right: 3%;
}

.sponsored-listing .btn-sm.btn.pull-right {
    margin: 0 0 0 0;
}

.sponsored-listing p {
    margin: 0 0 10px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sponsored-listing div.result-item-in {
        min-height: 120px !important;
    }

    .sponsored-listing .btn-sm.btn.pull-right {
        margin: 0 0px 10px 0;
    }

    .sponsored-listing div.result-item-block.col1 {
        width: 73%;
        margin-right: 2%;
    }

}

@media only screen and (max-width: 991px) {
    .sponsored-listing .result-item-block.col1 {
        display: block;
    }

    .sponsored-listing div.result-item-in {
        min-height: 132px !important;
    }

    .sponsored-listing .btn-sm.btn.pull-right {
        margin: 0 !important;
    }

    .sponsored-listing div.result-item-block.col1 {
        width: 73%;
        margin-right: 2%;
    }

}

@media only screen and (max-width: 767px) {
    .sponsored-listing div.result-item-in {
        min-height: 0px !important;
    }

    .sponsored-listing .btn-sm.btn.pull-right {
        margin-top: 10px !important;;
    }

    .sponsored-listing div.result-item-block.col1 {
        width: 100%;
        margin-right: 0%;
    }

    .sponsored-listing .result-item-cont {
        padding: 0px 20px 15px 20px !important;
    }

}

/* Application Form */

#application-form #results-holder {
    margin: 35px 0;
}

#application-form blockquote {
    margin: 0;
}

/* Application Sidebar */
.users-sidebar a > i {
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

#myScrollspy li.active {
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

#myScrollspy .list-group .list-group-item {
    padding: 0px;
}

#myScrollspy .nav > li > a:hover, #myScrollspy .nav > li > a:focus {
    background: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
    color: #131313;
}

#myScrollspy .list-group li a:hover > i {
    color: #131313;
}

#myScrollspy .nav > li.active > a:hover, #myScrollspy .nav > li.active > a:focus {
    background: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
    color: #ffffff;
}

#myScrollspy .nav > .list-group-item.active, #myScrollspy .nav > .list-group-item.active:hover,
#myScrollspy .nav > .list-group-item.active:focus, #myScrollspy .nav .list-group {
    background: #f6bb42;;
    border-color: #f6bb42;;
    color: #fff;
}

#myScrollspy .list-group li.active a:hover > i {
    color: #ffffff;
}

.anchor-offset {
    content: "";
    display: block;
    height: 167px; /* fixed header height*/
    margin: -167px 0 0; /* negative fixed header height */
    z-index: -10000;
}

#w1 input, select {
    position: relative;
}

div.dashboard-wrapper div.dashboard-block {
    margin: 0 !important;
}

#dashboard-label h4 {
    color: #555;
    background: #dededee0;
    width: 100%;
    padding: 10px 20px;
}

@media only screen and (max-width: 480px) {
    #dashboard-label h4 {
        margin-top: 0px;
    }
}

.users-sidebar-wrapper {
    padding-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .dashboard-wrapper .users-sidebar {
        width: 100%;
    }
}

/* Application Intro */
#appform-intro {
    text-align: center;
}

#appform-intro ul {
    list-style-position: inside;
}

#appform-intro div.panel.panel-default label {
    color: #555;
    margin-bottom: 0;
}

#appform-intro div.panel.panel-default {
    border-color: #d6d6d6;
    background-color: #fdfdfd;
}

#appform-intro .social-signup {
    background-color: #fdfdfd;
    border-top: 1px solid #d6d6d6;
    padding-bottom: 15px;
}

#appform-intro .or-fix {
    border: 1px solid #d6d6d6;
}

#appform-intro ul {
    list-style-position: inside;
}

#appform-intro ul.list-unstyled li {
    margin-bottom: 15px;
}

#appform-intro ul.list-unstyled li:last-child {
    margin-bottom: 0px !important;
}

#appform-intro ul.list-unstyled a.btn {
    margin-left: 10px;
}

#appform-intro .program-select {
    margin: 30px 0;
}

#appform-intro ol li {
    text-align: left;
    margin-bottom: 10px;
}

#appform-intro .w-80p {
    margin: 0 auto 1.25em auto;
    width: 80%;
}

#appform-intro .badge {
    background: #3463a1
}

#appform-intro .panel-body {
    padding: 30px;
}

#appform-intro .well {
    padding: 30px;
}

#appform-intro hr {
    margin: 30px 0;
}

#appform-intro .tuition-notification {
    color: #3463a1
}

/* Submit Application */
.list-group.submit-application a > i {
    padding-right: 5px;
}

.list-group.submit-application h4 {
    display: inline;
}

.list-group.submit-application a {
    background-color: #3463a1;
    color: #fff;
    margin-bottom: 10px;
}

#dependent-form button:before {
    font-family: 'FontAwesome';
    content: "\f067";
    padding-right: 8px;
}

.list-group.submit-application a:hover {
    background-color: rgba(52, 99, 161, 0.90);
    color: #fff;
}

/* Resources */
.resource-page .utility-bar {
    background-color: #0d4d56;
}

.resources-category-picker p {
    text-align: center;
    vertical-align: middle;
    display: inline;
    font-size: 19px;
    margin: 0 20px 0 0;
}

.resources-category-picker p span {
    color: #f6bb42;
}

.resource-page .dropdown {
    display: inline-block;
}

div.main #content.resource-page {
    padding: 0 0 50px 0 !important;
}

#articles-page {
    padding-top: 40px;
}

@media only screen and (max-width: 767px) {

    .resources-category-picker {
        padding: 20px 0;
    }

    .resources-category-picker p {
        text-align: center;
        vertical-align: middle;
        display: block;
        font-size: 19px;
        margin: 0 0 10px 0;
    }

    .resources-category-picker .dropdown, .resources-category-picker .dropdown-menu {
        width: 100%;
    }

    .resources-category-picker .dropdown-menu li > a {
        font-size: 18px;
        white-space: normal;
    }

    .resource-page .dropdown {
        display: inline-block;
    }
}

/* Login Page */

.signup-splash {
    position: relative;
    width: 100%;
    height: 733px;
    background-size: cover;
}

.signup-splash:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(0deg, #26375f, #1657a4);
    opacity: .8;
}

.login-splash {
    position: relative;
    width: 100%;
    height: 704px;
    background-size: cover;
}

.login-splash:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(0deg, #96b5c5, #007e8b);
    opacity: .8;
}

.login-message {
    position: absolute;
    top: 70px;
    padding: 10px 50px;
    width: 95%;
}

.login-message h2 {
    font-family: 'Roboto Condensed', 'Arial', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 62px;
    font-weight: 400;
}

.login-message h3 {
    font-family: 'Roboto Condensed', 'Arial', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    padding-bottom: 20px;
}

.login-message p {
    color: #fff;
    font-family: 'Roboto', 'Arial', sans-serif;
    font-size: 15px;
    font-weight: 200;
    padding-top: 100px;
}

.login-message .row p {
    font-family: 'Roboto Condensed', 'Arial', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    padding-top: 15px;
}

.login-signup {
    float: left;
    width: 50%;
}

.login-signup a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 15px;
}

.login-signup:nth-child(1) {
    padding-left: 15px;
    border-right: 1px solid #e3e3e3;
}

.login-signup:nth-child(2) {
    padding-right: 15px;
}

.login-signup:nth-child(1) a {
    color: #333;
}

#login-side .login-signup:nth-child(2) a {
    color: #747474;
    background-color: #e7e6e6;
}

.signup-form p {
    color: #999;
}

#login-side, #signup-side {
    text-align: center;
}

#signup-side .login-signup:nth-child(1) a {
    color: #747474;
    background-color: #e7e6e6;
}

#signup-side .login-signup:nth-child(2) a {
    color: #333;
}

/* Social Signup/Login */
.social-signup .auth-clients ul {
    list-style: none;
    margin: 0;
}

.social-signup .auth-clients ul a.facebook-btn {
    background: #4a6bb2;
    width: 100%;
    border: 1px solid #4a6bb2;

}

.social-signup .auth-clients ul a.google-btn {
    background: #DC4E41;
    width: 100%;
    border: 1px solid #c44b3e;
}

.social-signup .auth-clients ul li {
    margin: 0;
    float: none;
}

.social-signup .auth-clients ul li:not(:last-child) {
    margin-bottom: 15px;
}

div#w0.auth-clients {
    margin: 0;
}

/* Dashboard */
body.home .nav-tabs > li.active > a:hover {
    color: #5e5e5e;
}

body.home .nav-tabs > li > a:hover {
    color: #131313;
}

#my-profile #social-sync .social-signup .auth-clients ul a.btn-primary {
    width: 60%;
}

#my-profile #social-sync .social-signup {
    background: #fff;
    border: none;
    padding: 0;
}

#signup-side .login-signup a:hover, #login-side .login-signup a:hover {
    color: #000;

}

.login-message .features-icons {
    padding-bottom: 40px;
}

.users-in-circle-mobile {
    height: auto;
    width: 300px;
    padding-bottom: 25px;
}

/* Mobile sticky footer ad */
@media only screen and (max-width: 767px) {
    html {
        position: relative;
    }

    .page-wrap {
        margin-bottom: 0px;
    }

    #mobile-ad {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100px;
        z-index: 1000;
        background: rgba(255, 255, 255, 0.85);
    }

    #mobile-ad img {
        width: 300px;
        height: 100px;
        display: block;
        margin: auto;
    }

}

/* School Details Style Exceptions */
#els-locations {
    margin: 10px 0 10px 0;
    float: left
}

#els-locations a {
    text-decoration: none;
    color: #25408f;
}

#els-locations h4 {
    margin-bottom: 3px;
}

#els-locations div {
    float: left;
    margin-left: 0px;
    width: 225px;
    min-height: 488px;
}

html:lang(vi-VN) #els-locations div {
    min-height: 550px;
}

html:lang(es-ES) #els-locations div {
    min-height: 500px;
}

#western-centers {
    background-color: #6699CC;
    padding: 10px 15px 0px 15px;
}

#midwest-centers {
    background-color: #FFCC67;
    padding: 10px 15px 0px 15px;
}

#northeast-centers {
    background-color: #cc99ff;
    padding: 10px 15px 0px 15px;
}

#southeast-centers {
    background-color: #CCCB31;
    padding: 15px 15px 0 15px;
}

#west-coast-centers {
    background-color: #F26722;
    padding: 15px 15px 0px 15px;
}

#els-locations #hawaii-center {
    float: left;
    margin-left: 0px;
    width: 100%;
    min-height: 20px;
    background-color: #13989A;
}

/* Static Hompage */
#language-menu {
    font-size: 95%;
}

.static-homepage .nav > li > a {
    padding: 8px 14px;
}

.static-homepage {
    background-color: #ebebeb;
    text-align: center;
    padding: 8px 0 !important;
}

.static-homepage ul {
    display: inline-block;
}

.static-homepage li {
    float: none;
}

.static-homepage p {
    display: inline-block;
    font-size: 19px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin: 0 10px 5px 0;
    color: #555;
    line-height: 22px;
    text-transform: none;
}

.static-homepage .sort-source {
    margin: 0;
}

.static-homepage .nav > li > a:hover, .static-homepage .nav > li > a:focus {
    border: 1px solid #f6bb42;
    background-color: #f6bb42;
    color: #fff;
}

.static-homepage .nav > li > a, .static-homepage .nav > li > a {
    border: 1px solid transparent;
}

.page-wrap .static-homepage div.hero-area {
    top: 0px !important;
    margin-bottom: 0px !important;
}

/* Ad Production Guideline */
table.ad-guideline.table td {
    vertical-align: middle;
}

table.ad-guideline.table tr td:last-child {
    text-align: center;
}

/* Homepage Search and Hero Area*/
.hero-area {
    background-color: #f140a3;
    background-image: linear-gradient(to right, #f140a3, #F37447);
}

.splash-message {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    position: absolute;
    top: 36%;
    z-index: 999999;
}

.splash-message h1 {
    width: 100%;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
}

@media only screen and (max-width: 767px) {
    .splash-message h1 {
        font-size: 35px;
        line-height: 1.5em;
    }
}

.parallax::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, #f140a3, #F37447);
    background-color: #f140a3;
    opacity: .8;
}

#search-by-name .input-group-btn {
    color: #555;
}

#search-by-name .caret {
    color: #f6bb42;
}

#search-by-name div.input-group-btn button {
    height: 48px;
    min-width: 130px;
}

#search-by-name .input-group-btn ul.dropdown-menu.search-category-selector {
    min-width: 132px !important;
    margin: -2px 0px 0px -2px;
    border-radius: 0;
    top: 110%;
    z-index: 999;
}

#search-by-name .input-group-btn button.btn {
    border-radius: 0;
    color: #555;
    font-size: 14px;
}

#search-by-name .form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc;
    border-color: #ccc;
}

#search-by-name .btn-default:active:hover,
#search-by-name .btn-default.active:hover,
#search-by-name .open > .dropdown-toggle.btn-default:hover,
#search-by-name .btn-default:active:focus,
#search-by-name .btn-default.active:focus,
#search-by-name .open > .dropdown-toggle.btn-default:focus,
#search-by-name .btn-default:active.focus,
#search-by-name .btn-default.active.focus,
#search-by-name .open > .dropdown-toggle.btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

#search-by-name .btn-default:active, #search-by-name .btn-default.active, #search-by-name .open > .dropdown-toggle.btn-default {
    background-color: #fff;
}

#search-by-name .btn-default:hover, #search-by-name .btn-default:active, #search-by-name .btn-default:focus {
    background-color: #fff;
}

#search-by-name .btn-default:active, #search-by-name .btn-default.active, #search-by-name .open > .dropdown-toggle.btn-default {
    border: 1px solid #ccc;
}

#search-by-name .dropdown-menu > li > a {
    font-size: 14px;
}

#search-by-name .dropdown-menu > li > a:hover {
    background-color: #fff;
}

#search-by-name .dropdown-menu {
    padding: 10px 0;
}

.splash-message {
    color: white;
}

.homepage-search.search-form {
    top: 55%;
    padding: 0 !important;
    width: 600px;
    margin: 0 auto;
    padding-top: 80px;
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -300px;
}

/*Study in Canada and Apply Now Index*/
#study-in-canada.hero-area {
    background-color: #f11c20;
    background-image: linear-gradient(to right, #f11c20, #f17527);
}

#study-in-canada .parallax::before {
    background-color: #f11c20;
    background-image: linear-gradient(to right, #f11c20, #f17527);
}

#apply-now-index.hero-area {
    background-color: #2748a4;
    background-image: linear-gradient(to right, #2748a4, #31a9b2);
}

#apply-now-index .parallax::before {
    background-color: #2748a4;
    background-image: linear-gradient(to right, #2748a4, #31a9b2);
}

#study-in-canada .splash-message {
    top: 50%;
}

#apply-now-index .splash-message {
    top: 43%;
}

#study-in-canada .hero-slider, #apply-now-index .hero-slider {
    height: 375px;
}

#study-in-canada.hero-area, #apply-now-index.hero-area {
    top: -50px;
    margin-bottom: -71px;
}

@media only screen and (max-width: 767px) {

    #study-in-canada .splash-message {
        top: 50%;
    }

    #apply-now-index .splash-message {
        top: 30%;
    }

    #study-in-canada .hero-slider, #apply-now-index .hero-slider {
        height: 315px;
    }

    #study-in-canada.hero-area, #apply-now-index.hero-area {
        margin-bottom: -25px;
    }

    #study-in-canada .hero-slider.flexslider ul.slides li, #apply-now-index .hero-slider.flexslider ul.slides li {
        height: 100%;
    }

    .apply-now-features.container {
        padding-top: 10px !important;
        padding-bottom: 40px !important;
    }

    .apply-now-features ul {
        padding: 0 40px;
    }

    .apply-now-features ul li:before {
        margin: 0 10px 0 -36px !important;
        font-size: 30px !important;
        vertical-align: middle !important;
    }

    .learn-more-button {
        text-align: center;
    }
}

#apply-now-index .splash-message p {
    line-height: 1.5em;
    font-weight: 200;
    font-size: 20px;
}

.apply-now-features ul {
    font-size: 20px;
    color: #4db39d;
    font-weight: 300;
    margin: 0 0 30px 37px;
    list-style: none;
}

@media only screen and (max-width: 991px) {
    .apply-now-features .embed-responsive.embed-responsive-16by9 {
        margin-bottom: 30px;
    }
}

.apply-now-features ul li {
    margin-bottom: 20px;
}

.apply-now-features ul li:before {
    font-family: 'FontAwesome';
    content: '\f058';
    margin: 0 10px 0 -37px;
    font-size: 30px;
    vertical-align: middle;
}

.apply-now-features.container {
    padding-top: 70px;
    padding-bottom: 50px;
}

/* School Search Page */

.format-plus h4 a:hover {
    color: #000;
}

.results-list-view .result-item.format-plus .result-item-action-buttons .plus-logo {
    width: 135px;
    padding-bottom: 20px;
}

.results-list-view .result-item {
    border: 1px solid rgba(184, 184, 184, 0.5);
}

#school-search-tool.hero-area {
    background-color: #00A8DB;
    background-image: linear-gradient(to right, #00A8DB, #33AC57);
}

#school-search-tool .splash-message {
    top: 35%;
}

#school-search-tool .resources-category-picker {
    width: 600px;
    padding-top: 0;
    position: absolute;
    z-index: 2;
    top: 205px;
    left: 50%;
    margin-left: -300px;
    text-align: center;
    font-size: 20px;
}

#school-search-tool .parallax::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, #00A8DB, #33AC57);
    background-color: #00A8DB;
    opacity: .8;
}

#school-search-tool .hero-slider {
    height: 375px;
}

#school-search-tool.hero-area {
    top: -50px;
    margin-bottom: -71px;
}

#school-search-tool .input-group input,
#resources .input-group input,
#blog-search .input-group input {
    height: 48px;
    border-radius: 0;
}

#school-search-tool .input-group-btn:last-child > .btn, #resources .input-group-btn:last-child > .btn, #blog-search .input-group-btn:last-child > .btn {
    border-radius: 0;
}

#school-search-tool .btn-primary, #resources .btn-primary, #blog-search .btn-primary {
    height: 48px;
    padding-left: 30px;
    padding-right: 30px;
}

#school-search-tool input, #resources input {
    font-size: 18px;
}

#resources .form-control,
#blog-search .form-control {
    height: 48px;
    font-size: 18px;
}

#blog-page {
    padding-top: 40px;
}

#blog-search {
    padding: 15px 0;
}

.global-search-container form {
    width: 895px;
    margin: 0 auto;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background: #f6bb42;
    border-color: #f6bb42;
}

@media only screen and (max-width: 991px) {

    .floated .search-form {
        width: 600px;
        margin-left: -300px;
    }

    .global-search-container form {
        width: 735px !important;
    }

    .navbar .search-form {
        left: 0 !important;
        padding: 0 !important;
        top: 51px;
    }

    .search-form {
        width: 100.5%;
    }

    .search-form-inner {
        border-radius: 0;
    }

}

@media only screen and (max-width: 767px) {

    .splash-message {
        top: 31%;
    }

    #school-search-tool .splash-message {
        top: 32%;
    }

    span.search-result-type {
        display: none;
    }

    .floated .search-form {
        width: 440px !important;
        margin-left: -220px !important;
    }

    .global-search-container form {
        width: 550px !important;
    }

    .hero-area, .page-header {
        top: -1px;
    }

    #school-search-tool .resources-category-picker {
        top: 205px;
        width: 440px !important;
        margin-left: -220px !important;
        top: 215px;
    }

    #school-search-tool .hero-slider {
        height: 315px;
    }

    #school-search-tool.hero-area {
        margin-bottom: -25px;
    }

    #school-search-tool .hero-slider.flexslider ul.slides li {
        height: 400px;

    }

}

@media only screen and (max-width: 615px) {

    .splash-message {
        top: 14%;
    }

    .global-search-container form {
        width: 446px !important;
    }

    #search-by-name div.input-group-btn button {
        min-width: 102px !important;
    }

    #search-by-name .input-group-btn ul.dropdown-menu.search-category-selector {
        min-width: 104px !important;
    }

    #search-by-name .dropdown-menu > li > a {
        padding: 3px 18px;
    }

}

@media only screen and (max-width: 470px) {

    .floated .search-form {
        width: 350px !important;
        margin-left: -175px !important;
    }

    .global-search-container form {
        width: 361px !important;
    }

    .homepage-search.search-form {
        top: 64%;
    }

    #school-search-tool .resources-category-picker {
        top: 220px;
        width: 350px !important;
        margin-left: -175px !important;
    }
}

@media only screen and (max-width: 399px) {

    .floated .search-form {
        width: 290px !important;
        margin-left: -145px !important;
    }

    .global-search-container form {
        width: 298px !important;
    }

    .homepage-search.search-form {
        top: 64%;
    }

    .splash-message h1 {
        font-size: 29px !important;
    }

    .navbar .search-form-inner {
        padding: 10px;
    }

    #search-by-name input.form-control.ui-autocomplete-input {
        font-size: 14px;
    }

    .splash-message {
        top: 20%;
    }

    #school-search-tool .resources-category-picker {
        top: 225px;
        width: 290px !important;
        margin-left: -145px !important;
    }

    #school-search-tool .splash-message {
        top: 27%;
    }

    #school-search-tool.hero-area {
        margin-bottom: -25px;
    }

}

@media only screen and (max-width: 767px) {
    #resources .row {
        padding: 30px 10px 15px 10px !important;
    }

    #resources .input-group .input-group-btn {
        width: 1% !important;
    }

    #resources #searchbox.form-control {
        width: 100% !important;
    }
}

#resources .row {
    padding: 15px 10px;
}

#resources .form-group > * {
    width: 100%;
}

#resources .btn-success:hover, #resources .btn-success:focus {
    background-color: #5cb85c;
}

#resources .input-group .input-group-btn {
    width: 1%;
}

@media only screen and (max-width: 991px) {
    #resources .input-group .input-group-btn {
        width: auto;
    }

    #resources #searchbox.form-control {
        width: 240px;
    }
}

.hero-area .hero-slider.flexslider ul.slides li {
    background-position: 50% 5%;
}


.c2a-wrapper {
    padding: 6em 0;
}

.c2a-wrapper h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 80px;
    line-height: 85px;
    color: #fff;
    padding-bottom: 20px;
}

.c2a-wrapper p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    color: #fff;
}

.c2b {
    background-color: #FFF;
    background-size: cover;
}

.ad-production-guidelines .anchor-offset {
    content: "";
    display: block;
    height: 125px;
    margin: -125px 0 0;
    z-index: -10000;
}

.ad-production-guidelines h2 {
    font-weight: 800;
    font-size: 55px;
    line-height: 60px;
    color: #0d4d56;
    margin-top: 30px;
}

.ad-production-guidelines h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 46px;
    line-height: 50px;
    color: #555;
    margin-bottom: 20px;
}

.ad-production-guidelines h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 42px;
    text-transform: none;
    color: #555;
    margin-top: 30px;
}

.ad-production-guidelines p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
}

.ad-production-guidelines ul, .ad-production-guidelines ol {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
}

.ad-production-guidelines li {
    padding-bottom: 10px;
}

.ad-production-guidelines table {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
}

.ad-production-guidelines-sidenav ul {
    width: 277px;
}

.ad-production-guidelines-sidenav li {
    padding-bottom: 0 !important;
}

.ad-production-guidelines-sidenav a {
    color: #767676;
    line-height: 25px;
    padding-bottom: 10px !important;
    font-weight: 700;
}

.ad-production-guidelines .nav .nav > li > a {
    padding: 1px 0 10px 30px;
    font-size: 18px;
    font-weight: 300;
}

#myScrollspy .ad-production-guidelines-sidenav .nav > li > a:hover,
#myScrollspy .ad-production-guidelines-sidenav .nav > li > a:focus,
#myScrollspy .ad-production-guidelines-sidenav .nav > .active > a,
#myScrollspy .ad-production-guidelines-sidenav li > a:hover,
#myScrollspy .ad-production-guidelines-sidenav.nav > li.active > a:hover,
#myScrollspy .ad-production-guidelines-sidenav.nav > li.active > a:focus,
#myScrollspy .ad-production-guidelines-sidenav.nav > li.active > a {
    color: #0d4d56;
    background-color: transparent;
    border-left: 1px solid #0d4d56;
}

#myScrollspy .ad-production-guidelines-sidenav.nav ul > li.active > a,
#myScrollspy .ad-production-guidelines-sidenav.nav ul > li > a:hover {
    font-weight: 400;
}

#myScrollspy .ad-production-guidelines-sidenav.nav ul > li > a:hover {
    padding-left: 29px !important;
}

#myScrollspy .ad-production-guidelines-sidenav li > a:hover {
    padding-left: 14px !important;
}

#myScrollspy .ad-production-guidelines-sidenav.nav ul > li.active > a {
    padding-left: 29px !important;
}

#myScrollspy .ad-production-guidelines-sidenav a {
    transition: none;
}

#myScrollspy .ad-production-guidelines-sidenav.nav ul > li > ul {
    padding-left: 29px !important;

}

.ad-production-guidelines hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {

    .c2a-wrapper {
        padding: 4em 0;
    }

    .c2a-wrapper h1 {
        font-size: 70px;
        line-height: 80px;
    }

    .c2a-wrapper p {
        font-size: 22px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 470px) {

    .c2a-wrapper {
        padding: 2em 0;
    }

    .c2a-wrapper h1 {
        font-size: 50px;
        line-height: 1.3em;
        padding-bottom: 0px;
    }

    .c2a-wrapper p {
        font-size: 18px;
        line-height: 25px;
    }
}

/* Match Me Landing Page */

.plus-guide.match-me .c2a {
    background-color: #939498;
    background-size: cover;
    margin-bottom: 0;
    border-bottom: 0px solid #1f3c64;
    margin-top: -30px;
    height: 100%;
    /*!* Create the parallax scrolling effect *!*/
    /*background-attachment: fixed;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
}

.products-page.match-me form {
    padding: 0 5%;
    text-align: left;
}

.plus-guide.match-me .c2a-wrapper h1 {
    font-size: 65px;
    margin-bottom: 0;
}

.plus-guide.match-me h4, .plus-guide.match-me h3 {
    color: #fff;
    text-align: left;
    line-height: 1.5em;
    letter-spacing: 1px;
}

.plus-guide.match-me p {
    font-weight: 200;
    font-size: 18px;
    text-align: left;
}

.plus-guide.products-page.match-me p {
    line-height: 1.75em;
}

#inquiry-form.sidebar-widget.match-form .widgettitle {
    color: #333;
}

#inquiry-form.sidebar-widget.match-form.widget.seller-contact-widget, .landing-page-thank-you-message {
    background: #f6bb42;
    padding: 2em 1.5em;
    color: #000;
}

#inquiry-form.sidebar-widget.match-form.widget.seller-contact-widget p {
    color: #333;
}

/* Match Me Landing Page Vertical Timeline */

.plus-guide.products-page.match-me p.match-start {
    text-align: center;
    font-size: 40px;
    color: #213c64;
    font-weight: 400;
    margin-bottom: 0;
}

#match-apply-now {
    border: 4px solid #d7e4ed;
    background-color: #6da1b5;
    width: 100%;
    height: auto;
    padding: 30px;

}

#validation-message-container ul, #validation-message-container li {
    color: #a94442 !important;
    padding-left: 0;
    margin: 0;
}

@media only screen and (max-width: 1198px) {

    section#match-apply-now {
        margin-bottom: 60px;
    }

    section#cd-timeline {
        padding: 0 0 30px 0;
        margin-top: 1em;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 480px) {

    .plus-guide.match-me section.grey-blue-section {
        padding: 40px 0 50px 0;
    }

    .plus-guide.match-me .c2a-wrapper h1 {
        font-size: 45px;
    }

    .products-page.plus-guide.match-me h3 {
        font-size: 37px;
    }

    section#match-apply-now p, #match-apply-now ul {
        font-size: 18px !important;
    }

    section#match-apply-now h3 {
        font-size: 23px !important;
        line-height: 1.5em !important;
    }

    section#match-apply-now h2 {
        font-size: 37px;
        line-height: 1.25em;
    }

    section#match-apply-now img {
        float: none !important;
        padding: 0 0 20px 0 !important;
        display: block;
        margin: 0 auto;
    }

    section#cd-timeline {
        padding: 0;
    }
}

section#match-apply-now img {
    float: left;
    padding: 0 20px 30px 0;
}

.products-page.plus-guide.match-me {
    text-align: left;
}

.products-page.plus-guide.match-me h4 {
    line-height: 45px;
    font-size: 35px;
}

#match-apply-now h2 {
    font-size: 40px;
    font-weight: 600;
    text-align: left;
    line-height: 1.5em;
}

section#match-apply-now h3 {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 25px;
}

section#match-apply-now p, #match-apply-now ul {
    font-size: 18px;
    color: #fff;
}

#match-apply-now ul {
    margin: 85px 0 30px 20px;
}

#cd-timeline p {
    color: #333;
}

.cd-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 95%;
    max-width: 1199px;
    margin: 0 auto;
}

.cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #d7e4ed;
}

#cd-timeline div.cd-timeline-block:last-child {
    margin-bottom: 75px;
}

@media only screen and (min-width: 1200px) {
    #cd-timeline {
        margin-top: 1em;
        margin-bottom: 0;
    }

    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-block::after {
    clear: both;
    content: "";
    display: table;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
    .cd-timeline-block {
        margin: 4em 0;
    }

    .cd-timeline-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img img {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
}

.cd-timeline-img {
    background: #213c64;
}

@media only screen and (min-width: 1200px) {
    .cd-timeline-img {
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }

    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: #ffffff;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0 3px 0 #d7e4ed;
}

.cd-timeline-content::after {
    clear: both;
    content: "";
    display: table;
}

.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #ffffff;
}

@media only screen and (min-width: 768px) {

    .cd-timeline-content p {
        font-size: 16px;
        font-size: 1rem;
    }

}

@media only screen and (min-width: 1200px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 40%;
    }

    .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #ffffff;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #ffffff;
    }

    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }

    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 1200px) {
    /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

/*  Products Page Client Relations / StudyUSA+ Guide Page */

div.products-page {
    text-align: center;
    color: #231f20;
}

.products-page .by-type-options .item a span {
    display: block;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    font-style: normal;
    color: rgba(0, 0, 0, 0.86);
    width: 100%;
    font-family: 'Roboto', serif;
}

.products-page .c2a, .c2a.gradient-overlay {
    background-color: #939498;
    background-size: cover;
    margin-bottom: 40px;
    border-bottom: 10px solid #939498;
    margin-top: -30px;
}

.plus-guide .c2a-wrapper p {
    margin-bottom: 0;
}

.plus-guide .c2a {
    background-color: #939498;
    background-size: cover;
    margin-bottom: 40px;
    border-bottom: 10px solid #1f3c64;
    margin-top: -30px;
}

.plus-guide .gradient-section {
    background-color: #939498;
    background-size: cover;
    color: #fff;
    padding: 40px 0;
}

.plus-guide.products-page h2 {
    font-weight: 400;
}

.plus-guide.products-page .gradient-section h2 {
    font-weight: 600;
}

.plus-guide.products-page section {
    padding: 50px 0 60px 0;
}

.plus-guide.products-page p, .plus-guide.products-page h2, .plus-guide.products-page ul {
    color: #fff;
}

.plus-guide.products-page .utility-bar .by-type-options {
    background-color: #74CBC7;
}

.plus-guide.products-page .white-section p, .plus-guide.products-page .white-section h2, .plus-guide.products-page .white-section ul {
    color: #444;
}

/*.plus-guide.products-page h2 {
    font-size: 50px;
}

.plus-guide.products-page p {
    margin: 0 auto;
    width: 90%;
    font-size: 25px;
    line-height: 1.7em;
    font-weight: 200;
    margin-top: 50px;
    color: #fff;
}*/

.plus-guide.products-page .utility-bar {
    top: 0;
}

.royal-blue-section {
    background-color: #0861ac;
}

.royal-blue-section h2 {
    color: #1f3c64;
}

.seafoam-green-section {
    background-color: #65c8d0;
}

.grey-blue-section {
    background-color: #6da1b5;
}

.grey-blue-section h2 {
    color: #1f3c64;
}

.dark-blue-section {
    background-color: #1f3c64;
}

.dark-blue-section h2 {
    color: #5c6281;
}

.forest-green-section {
    background-color: #6d9d43;
}

.seafoam-green-2-section {
    background-color: #65c8d0;
}

.bright-green-section {
    background-color: #36a999;
}

.light-green-section {
    background-color: #9dc23b;
}

#prepare + section ul {
    padding: 35px 20px 0 10px;
}

#manage + section .visible-md.visible-lg img {
    left: -80px;
    top: -5px;
    position: absolute;
}

#manage + section img {
    margin-top: 20px;
}

.plus-guide.products-page p {
    line-height: 1.5em;
}

.plus-guide.products-page p.testimonial-school-name {
    color: #1f3c64;
    letter-spacing: -.3px;
    font-weight: 600;
    font-size: 18px;
}

#testimonials + section .partner-quote {
    position: relative;
    width: 70%;
    float: left;
    text-align: left;
    padding: 25px 20px 0 75px;
    color: #fff;
}

#testimonials + section .partner-quote:before {
    font-size: 50px;
    left: 15px;
    top: 19px;
    color: #1f3c64;
}

.plus-guide.products-page p.testimonial {
    font-size: 23px;
    line-height: 1.7em;
    font-weight: 200;
}

#testimonials + section .owl-carousel img {
    float: left;
}

@media only screen and (max-width: 991px) {
    #testimonials + section .partner-quote:before {
        font-size: 50px;
        left: 10px;
        top: 5px;
    }

    #testimonials + section .partner-quote {
        position: relative;
        width: 100%;
        text-align: left;
        padding: 65px 10px;
        color: #fff;
    }

    #testimonials + section .owl-carousel img {
        float: none;
        max-width: 80%;
    }
}

.plus-cta:hover {
    color: rgba(255, 255, 255, 0.8);
}

.plus-cta {
    color: #fff;
}

.products-page .c2a {
    margin-bottom: 0;
}

.products-page .utility-bar {
    box-shadow: none !important;
    background-color: #fff;
    background: #fff;
}

.products-page .by-type-options {
    border-bottom: none;
    background: #fff;
    box-shadow: none !important;
    height: auto;
    padding: 25px 0;
}

.products-page .img-circle {
    width: 72px;
    border: 1px solid grey;
    margin-bottom: 5px;
}

.dark-teal-section {
    background-color: #0d4d56;
    padding: 40px 0 70px 0;
}

.products-page .dark-teal-section h2, .products-page .dark-teal-section p,
.products-page .coral-section h2, .products-page .coral-section p {
    color: #fff;
}

.white-section {
    padding: 40px 0 70px 0;
}

.products-page h2 {
    text-align: center;
    font-weight: 300;
    font-size: 55px;
    line-height: 1.3em;
    margin: 30px 0;
}

.products-page h3 {
    font-family: 'Roboto';
    font-weight: 200;
    font-size: 46px;
    line-height: 50px;
    color: #555;
    margin-bottom: 20px;
}

.products-page h4 {
    font-family: 'Roboto';
    font-weight: 200;
    font-size: 36px;
    line-height: 42px;
    text-transform: none;
    color: #555;
}

.gradient-section {
    background-color: #939498;
    background-size: cover;
    color: #fff;
    padding: 40px 0;
}

.gradient-section h2 {
    color: #fff;
    font-weight: 600;
}

.products-page li {
    padding-left: 15px;
    padding-bottom: 10px;
}

.products-page ul {
    padding-left: 15px;
}

.coral-section {
    background-color: #f16549;
    padding: 40px 0 40px 0;
    color: #fff;
}

.products-page .light-teal-section {
    background-color: #20a9b3;
    padding: 40px 0 70px 0;
}

.content-marketing-box {
    width: 225px;
    height: 225px;
    padding: 20px;
    background-color: #ff712c;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 200;
    line-height: 1.5em;
    color: #fff;

    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;

    align-items: center;
    justify-content: center;
    margin: 0 auto 30px auto;

    position: relative;

}

.content-marketing-box .zoom li {
    padding-left: 0;
}

.content-marketing-box .zoom {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: left;
    font-size: 20px;
    z-index: 99;
    left: 0;
    top: 0;
    margin: 0;
    background-color: #ff712c;
    opacity: 0;
    -webkit-transition: all 0.4s ease 0.2s;
    -moz-transition: all 0.4s ease 0.2s;
    -ms-transition: all 0.4s ease 0.2s;
    -o-transition: all 0.4s ease 0.2s;
    transition: all 0.4s ease 0.2s;
    text-transform: none;
    padding: 20px 15px 20px 35px;
    line-height: 1.5em;
}

.content-marketing-box:hover .zoom {
    opacity: 1;
    -webkit-transition: opacity .4s .2s;
    -moz-transition: opacity .4s .2s;
    -ms-transition: opacity .4s .2s;
    -o-transition: opacity .4s .2s;
    transition: opacity .4s .2s;
}

.products-page .light-grey-section {
    background-color: #CBCBCB;
    padding: 40px 0 70px 0;
}

.our-partners .owl-wrapper-outer {
    padding-bottom: 25px;
}

.partner-quote:before {
    position: absolute;
    text-align: center;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    content: "\f10d";
    font-size: 40px;
    left: 2px;
    top: 5px;
    color: #f6bb42;
}

.products-page .owl-theme .owl-page.active span {
    background-color: #ff712c;
}

.products-page form {
    padding: 0 20%;
    text-align: left;
}

.products-page form label {
    font-family: 'Roboto';
    font-weight: 200;
    font-size: 22px;
    line-height: 1.5em;
    color: #fff;
}

.products-page .help-block {
    font-weight: 200;
    font-size: 20px;
}

.products-page .anchor-offset {
    height: 106px;
    margin: -106px 0 0 0;
}

.our-reach:before {
    display: inline-block;
    width: 55px;
    height: 45px;
    background-size: 55px 45px;
    content: "";
    margin-right: 15px;
}

.products-page .btn.btn-primary {
    border-radius: 0;
    margin-top: 10px;
    padding: 10px 25px;
    font-size: 18px;
    background-color: #29A9B2;
}

.products-page .form-control {
    height: 55px;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}

.products-page textarea.form-control {
    height: auto;
}

.products-page .site-footer {
    margin-top: 0;
}

.products-page .has-success .control-label {
    color: #29A9B2;
}

.products-page .has-success .form-control {
    border-color: #29A9B2;
}

.products-page .has-error .control-label {
    color: #F16E35;
}

.products-page .has-error .form-control {
    border-color: #F16E35;
}

.products-page .has-error .help-block {
    color: #F16E35;
}

@media only screen and (max-width: 991px) {
    .products-page .utility-bar {
        min-height: 195px;
    }
}

@media only screen and (max-width: 991px) {
    #featured-profile + section.white-section ul {
        padding: 0 50px !important;
    }
}

.products-page ul {
    text-align: left;
    font-size: 23px;
    line-height: 1.5em;
    font-weight: 200;
}

#featured-profile + section ul {
    padding: 40px 50px 0 50px;
}

#display-advertising + section {
    padding: 40px 0 0 0;
}

#display-advertising + section ul {
    padding: 0 32px;
}

#display-advertising + section .visible-md.visible-lg {
    height: 150px;
}

#display-advertising + section .visible-md.visible-lg img {
    left: 10px;
    position: absolute;
}

@media only screen and (max-width: 991px) {
    #display-advertising + section {
        padding: 50px 0;
    }

    #display-advertising + section ul {
        padding: 40px 32px 0 32px;
    }
}

#print-publications + section {
    padding-bottom: 40px;
}

#print-publications + section ul {
    padding: 50px 50px 0 50px;
}

@media only screen and (max-width: 991px) {
    #print-publications + section div.row:nth-child(3) div:nth-child(1) ul {
        margin-top: 0;
        margin-bottom: 0;
    }

    #print-publications + section div.row:nth-child(3) div:nth-child(2) ul {
        padding-top: 0;
        margin-top: 0;
    }
}

#content-marketing + section div.row:nth-child(3) div:nth-child(2) {
    border-left: 3px solid #ff712c;
    border-right: 3px solid #ff712c;
}

#content-marketing + section div.row:nth-child(3) div:nth-child(2) p {
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    #content-marketing + section div.row:nth-child(3) div:nth-child(2) {
        border-left: none;
        border-right: none;
    }
}

#word-of-mouth + section .partner-quote {
    position: relative;
    width: 60%;
    float: left;
    text-align: left;
    padding: 25px 50px 0 50px;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    #word-of-mouth + section .partner-quote {
        position: relative;
        width: 100%;
        text-align: left;
        padding: 25px 50px 0 50px;
        color: #fff;
    }
}

.testimonial-img {
    background-size: 244px 244px;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 3px solid #f6bb42;
    margin: 0 35px;
    height: 250px;
    width: 250px;
    text-align: center;
    background-color: #fff;
    float: left;
}

.fine-underline-white {
    text-decoration: none;
    background-image: linear-gradient(to bottom, rgb(255, 255, 255) 50%, rgba(0, 0, 0, 0.07) 50%);
    background-repeat: repeat-x;
    background-size: 2px .1em;
    background-position: 0 1.07em;
}

.products-page p.testimonial-school-name {
    font-size: 18px;
    color: #f6bb42;
    font-weight: 600;
    text-transform: uppercase;
}

.products-page p.testimonial {
    text-align: left;
    font-size: 23px;
    line-height: 1.5em;
    font-weight: 200;
    margin-bottom: 15px;
}

#featured-profile + .white-section table {
    width: 95%;
    height: 225px;
    border: 10px solid #fff;
    background-color: #20a9b3;
    outline: 18px solid #0d4d56;
    color: #fff;
    font-weight: 200;
    font-size: 30px;
    line-height: 1.5em;
    margin: 50px auto 30px auto;
}

#featured-profile + .white-section table td {
    width: 33%;
    padding: 30px 10px;
    vertical-align: top;
    border: 10px solid #fff;
}

#featured-profile + .white-section table td span {
    font-size: 55px;
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    #featured-profile + .white-section table {
        font-size: 23px;
        line-height: 1.3em;
    }

    #featured-profile + .white-section table td span {
        font-size: 40px;
        font-weight: 600;
        line-height: 1.2;
    }

}

.products-page .c2a-wrapper p {
    font-size: 30px;
    line-height: 1.7em;
    font-weight: 200 !important;
    padding: 0 32px;
}

@media only screen and (max-width: 767px) {
    .products-page .c2a-wrapper p {
        font-size: 23px;
        font-weight: 200 !important;
    }

    .products-page .by-type-options .item a span {
        font-size: 15px;
    }

    .products-page h2 {
        font-size: 40px;
    }
}

.products-page .alert-success.alert {
    margin-bottom: 60px;
}

.products-page #contactform-verifycode-image {
    padding: 2px 0 3px 0;
    background-color: #fff;
}

section.faq a.accordion-toggle {
    font-weight: 400;
    font-size: 20px;
}

.faq .accordion-inner p:first-child {
    font-weight: bold;
}

/*  special 2 column container for Media Kit Download */
.media-kit {
    width: 100%;
    border: 1px solid #ddd;
    padding: 20px;
    overflow: hidden;
    margin: 20px 0;
    line-height: 1.5em;
}

.media-kit img {
    margin-right: 20px;
    float: left;
}

.media-kit h4 {
    color: #3463a1;
    line-height: 1.3em;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
}

.column-1 {
    width: 84%;
    float: left;
}

@media only screen and (max-width: 767px) {
    .column-1 {
        width: 100%;
    }
}

/*  iXplore Gallery */
.ixplore-gallery.results-list-view .result-item-image {
    width: 40%;
}

.ixplore-gallery.results-list-view .result-item-in {
    width: 60%;
}

table.ixplore-brochure {
    text-align: left;
    margin: 0 auto;
}

.ixplore-brochure img {
    width: 75%;
    height: auto;
}

.ixplore-brochure tr:nth-child(2) td a {
    width: 122px;
    height: auto;
}

.ixplore-brochure tr:nth-child(2) td a img {
    width: 30%;
}

.ixplore-gallery .result-item-in {
    min-height: 345px;
}

.ixplore-gallery img[src*="header.png"] {
    width: 89%;
}

.ixplore-gallery.results-list-view .result-item {
    background: #fff;
}

@media only screen and (max-width: 767px) {

    .ixplore-gallery.results-list-view .result-item-image {
        width: 100%;
        float: none;
    }

    .ixplore-gallery.results-list-view .result-item-in {
        float: none;
        width: 100%;
        min-height: inherit;
    }
}

/*  Wishpond Customizations */
#wp-page-2139840, #wp-page-2196633, #wp-page-2197260, #wp-page-2195769, #wp-page-2195757, #wp-page-2195847, #wp-page-2197338, #wp-page-2197239, #wp-page-2197257,
#wp-page-2197275, #wp-page-2197341, #wp-page-2195853, #wp-page-2196762, #wp-page-2196765, #wp-page-2413060, #wp-page-2531451 {
    margin: 30px 0 45px 0;
}

.student-sessions-ad {
    margin: 70px auto 80px auto;
    display: block;
}

@media only screen and (max-width: 767px) {
    .student-sessions-ad {
        margin: 45px auto 55px auto;
        display: block;
    }
}

/*  Emags */

#emags .row .row div img {
    padding:10px 0 10px 0;
}

#emags .row.text-align-center .row{
    margin: 0 15px;
}

@media (min-width: 767px) and (max-width: 1199px) {

    #emags .row.text-align-center .row{
        margin: 0 150px;
    }
}

@media screen and (max-width: 767px) {

    #emags .row.text-align-center {
        margin: 0 50px;
    }
}
