/*
 * updated by dmccleod 11/29/2016
*/

html {
    -webkit-text-size-adjust: 100%;
}

body {
    position: relative;
    min-width: 0 !important;
    text-align: left !important;
    overflow-y: scroll;
    /*Remove Gray Highlight When Tapping on mobile device*/
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    /*Try to remove 300ms click delay on mobile device*/
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

input[type="button"] {
    outline: none;
}

#toc {
    margin: 0 !important;
    border: none !important;
}

#mainContent,
.container {
    max-width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1.5rem auto 0;
    text-align: left;
    margin-bottom: 4.375rem;
}

#contentLeft,
.column-left {
    padding: 0 57px 0 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

#contentLeft {
    border-right: solid 1px #d3d2d4;
}

#contentLeft #content_btn_row{
    display: none;
}

#contentRight,
.column-right {
    -ms-flex: 0 0 300px;
    -webkit-box-flex: 0;
            flex: 0 0 300px;
    overflow: hidden;
    margin-left: 37px;
}

.partner .column-right {
	margin-top: 52px;
	border-top: solid 3px #2e4154;
}

@media only screen
and (max-width: 1279px) {
    .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 98%;
        margin-top: 1rem;
        margin-bottom: 0;
    }

    #mainContent {
        margin-bottom: 0;
    }

    .column-left {
        padding-left: 0.75rem;
        border-right: none;
        padding-right: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .column-right {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        margin-left: 0rem;
    }

	.partner .column-right {
		margin-top: 0;
		border-top: 0;
	}

    #contentLeft{
        padding: 0 0.625rem 0 0.75rem;
        margin: 0;
        border: none;
    }

    #contentRight {
        padding: 0 0.625rem;
        margin: 0;
    }

    #footer-global {
        width: auto !important;
    }
}

@media only screen
and (max-width:767px) {
    #mainContent,
    .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 98%;
        margin-top: 1rem;
    }

    #contentLeft,
    .column-left {
        padding: 0 10px;
        border: none;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    #contentRight,
    .column-right {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        margin-left: 0;
    }
}

/***Utility class***/
@media only screen
and (max-width: 1279px) {
    /*force scrollbar to appear in iOS*/
    .u-scrollbar::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
        height: 7px;
    }
    .u-scrollbar::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0,0,0,.5);
        box-shadow: 0 0 1px rgba(255,255,255,.5);
    }
}

.u-text-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.u-mobile-text {
    display: none;
}

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

    .u-mobile-text {
        display: inline;
        font-size: 1rem;
        font-family: proxima_nova_rgregular;
    }
    .icon-circle-check-white.u-non-mobile-text {
        display: inline-block;
        background-size: 14px;
        width: 1.1rem;
        height: 1.1rem;
        margin: 4px .2rem 0 0;
    }
}

.u-is-unrotated {
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}

.u-is-rotated {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.u-is-modal-opened {
    overflow: hidden;
}

@media screen and (max-width: 1279px){
    .u-is-modal-opened {
        position: fixed;
        right: 0;
        left: 0;
    }
}

.u-div-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.u-left-align {
    text-align: left;
}

.u-right-align {
    text-align: right;
}

.u-read-body {
    height: 0;
    overflow: hidden;
    /*-webkit-transition: max-height 0.3s cubic-bezier(0, 1.05, 0, 1);
    transition: max-height 0.3s cubic-bezier(0, 1.05, 0, 1);*/
}

.u-hide {
    display: none;
}

.u-hidden {
    visibility: hidden;
}

/***Component style***/

.breadcrumb {
    background-color: #edf0f5;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
    border-bottom: solid 1px rgba(0, 0, 0, 0.12);
    padding-left: 5%;
    text-align: left;
}

.breadcrumb ol {
    list-style: none;
    padding: 1rem 0.2rem;
    margin: 0;
    display: inline-block;
}

.breadcrumb li {
    font-family: proxima_nova_rgregular;
    font-size: 1rem;
    color: #007cb0;
    display: inline-block;
}

.breadcrumb li a {
    color: #007cb0 !important;
    text-decoration: none !important;
}

.breadcrumb li:not(:last-child)::after {
    content: '>';
    padding: 0 0.625rem;
}

.breadcrumb li:last-child {
    color: #626b85;
}

@media only screen
and (max-width: 1279px) {
    .breadcrumb {
        padding-left: 0.75rem;
    }
}

@media only screen
and (max-width: 767px) {
    .breadcrumb {
        border-bottom: solid 3px #2e4154;
        background-color: #fff;
        box-shadow: none;
        padding-left: 10px;
    }

    .breadcrumb ol {
        padding: 0.25rem 0;
    }

    .breadcrumb li {
        font-size: 0.8125rem;
    }

    .breadcrumb li:not(:nth-last-child(2)) {
        display: none;
    }

    .breadcrumb li:nth-last-child(2)::before {
        content: '<';
        padding-right: 0.625rem;
    }

    .breadcrumb li:nth-last-child(2)::after {
        content: '';
        padding: 0;
    }

}

/***Course styles***/
.course-time {
    font-family: proxima_nova_ltlight;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #233242;
}

.course-time-hour {
    font-family: proxima_nova_ltsemibold;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #233242;
}


/***PBA title***/
.main-title:first-child {
    font-family: proxima_nova_ltsemibold;
}

.main-title:nth-child(2) {
    font-family: proxima_nova_ltlight;
}

.main-title:last-child {
    font-family: proxima_nova_ththin;
}



/*** Icon related ***/

.social {
    border-bottom: solid 3px #2e4154;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.partner .social {
	border-bottom: 0;
}

a.social-link, .social svg.icon {
    width: 2.125rem;
    height: 2.125rem;
    display: inline-block;
    margin: 0.625rem;
    background-size: 100%;
}

.social svg.icon-google,
.partner .social svg.icon,
.partner a.icon-feedback {
	display: none;
}

.share-button {
    border-radius: 3px;
    background-color: #43b2c4;
    border: 1px solid transparent;
    font-family: proxima_nova_ltsemibold;
    font-size: 0.875rem;
    color: #fff;
    width: 7rem;
    height: 1.75rem;
    float: right;
    margin-top: -0.5625rem;
    display: none;
}

.partner .share-button {
	display: none;
}

.share-box {
    background-color: rgba(255,255,255,0.96);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.31);
    border-top: solid 2px #2e4154;
    position: absolute;
    left: -1rem;
    right: -1rem;
    z-index: 49;
    display: none;
}

.share-box-title {
    font-family: proxima_nova_ltsemibold;
    font-size: 0.875rem;
    color: #2e4154;
    text-align: center;
    margin-top: 0.675rem;
}

.close-button {
    width: 0.75rem;
    height: 0.75rem;
    display: block;
    position: absolute;
    right: 0.375rem;
    top: 0.375rem;
    cursor: pointer;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

.close-button::before,
.close-button::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    background: #d0021b;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

.share-box .close-button {
    top: 0.9rem;
    right: 1.375rem;
}

.share-box .close-button::before,
.share-box .close-button::after {
    background: #2e4154;
}

.close-button::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.close-button::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.landing-desktop-social {
    border-bottom: none;
    float: right;
    margin: -0.5rem;
}

.mobile-social {
    display: none;
}

#contentRight .social {
    margin-bottom: 5rem;
}

.partner #contentRight .social {
    margin-bottom: 0;
}

@media only screen
and (max-width: 1279px) {
    .desktop-social{
        display: none;
    }
}

@media only screen
and (max-width: 767px) {
    .social {
        border: none;
    }

    #contentRight .social {
        margin: 1.875rem 0  0.925rem;
    }

    .landing-desktop-social {
        display: none;
    }

	.partner .landing-desktop-social { 
		display: block;
	}

	.partner .landing-desktop-social .completed-courses {
		margin: 0 0.925rem;
		font-size: 0.875rem;
	}

	.partner .landing-desktop-social .completed-courses .completed-courses-number {
		margin: 0 0.625rem;
		height: 1.625rem;
		width: 3rem;
	}

    .share-button {
        display: inline-block;
    }

    .mobile-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.hide-sprite-include {
    display: none;
}
/*** Icon ***/

.icon {
    background-image: url('../png/icon.png');
    display: inline-block;
    cursor: pointer;
}
.social .icon {
    background: none;
}

.icon-facebook {
    background-position: 0 -164.5px
}

.icon-google {
    background-position: 0 271px;
    width: 68px;
    height: 68px;
}

.icon-linkedin {
    background-position: 0 228px;
    width: 68px;
    height: 68px;
}

.icon-twitter {
    background-position: 0 34px;
    width: 68px;
    height: 68px;
}

.icon-mail {
    background-position: 0 156px;
    width: 70px;
    height: 48px;
}

.icon-academic-cap, svg.icon-academic-cap {
    width: 70px;
    height: 37px;
}

.icon-clock, svg.icon-clock {
    background-position: -5px -281px;
    width: 60px;
    height: 39px;
}
#contentRight .icon-feedback, .exam .icon-feedback {
    display: none;
}
.bom-landing-page .icon-feedback, .bom-course-page .icon-feedback {
    width: 136px;
    height: initial;
    min-height: 35px;
    box-sizing: border-box;
    background-size: initial;
    padding: 12px 25px 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #0897ad;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 0.8125rem;
    font-family: proxima_nova_rgregular;
    letter-spacing: .9px;
    line-height: 1;
}

.landing-desktop-social a.icon-feedback.social-link {
    margin-right: 5px;
}
/* applied in utility.js moveFeedbackButton() function when media query matches */
.mob-feedback-wrapper {
    display: flex;
    justify-content: center;
    margin: 10px 0 20px; /*margin: 25px 0 20px*/
    padding-top: 5px;
    border-top: 1px solid #000;;
}
.partner .mob-feedback-wrapper {
	display: none;
}
.bom-course-page .mob-feedback-wrapper {
    margin: 24px 0;
    padding-top: 15px;
}
.mob-feedback-wrapper .icon-feedback {
    width: 13.5rem;
    text-align: center;
}
@media only screen
and (min-width: 1024px){
    .bom-landing-page .mob-feedback-wrapper {
        display: none;
    }
}

@media only screen and (min-width: 768px){
    .icon-clock {
        margin-right: -10px;
    }
}

.icon-award-green {
    background-position: -8.5px -57px;
    width: 53px;
    height: 36px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 53px;
    flex: 0 0 53px;
    vertical-align: text-top;
}

.icon-award {
    background-position: -8.5px -113px;
    width: 53px;
    height: 36px;
}

.icon-calendar {
    background-position: -13px -169px;
    width: 44px;
    height: 36px;
}

.icon-certificate {
    background-position: -8.5px -225px;
    width: 53px;
    height: 36px;
}

.icon-magnify {
    background-position: -10px -604px;
    width: 50px;
    height: 50px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
}

.icon-moneystack {
    background-position: -8.5px -742px;
    width: 53px;
    height: 38px;
}

.icon-nib {
    background-position: -8.5px -800px;
    width: 53px;
    height: 36px;
}

.icon-resume {
    background-position: -18.5px -856px;
    width: 33px;
    height: 41px;
    position: absolute;
    bottom: 0.75rem;
}

.icon-circle-check,
.icon-circle-arrow,
.icon-circle-cross {
    width: 1.625rem;
    height: 1.625rem;
    border-radius: 50%;
    border: 0.18rem solid #43b2c4;
    position: relative;
    color: #43b2c4;
    display:inline-block;
}

.icon-circle-check-white {
    width: 1.825rem;
    height: 1.825rem;
    position: relative;
    border: none;
    display:inline-block;
}

.icon-circle-cross {
    color: #d0021b;
    border-color: #d0021b;
}

.icon-circle-check::before,
.icon-circle-arrow::before,
.icon-circle-cross::before {
    content: '';
    width: 0.18rem;
    height: 0.8125rem;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    right: 0px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.icon-circle-arrow {
    border-color: #fff;
    color: #fff;
}

.icon-circle-arrow::before {
    background-color: #43b2c4;
}

.icon-circle-check::after,
.icon-circle-arrow::after,
.icon-circle-cross::after {
    content: '\2713';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 1rem;
}

.icon-circle-arrow::after {
    content: '\2193';
}

.icon-circle-cross::after {
    content: '\2715';
}

.icon-circle-check.question-check {
    width: 0.9375rem;
    height: 0.9375rem;
    margin: 0 1.1rem;
    vertical-align: top;
}

.icon-circle-check.question-check::after {
    font-size: 0.7rem;
}

.icon-circle-check.question-check::before {
    height: 0.125rem;
}

.icon-check {
    height: 1rem;
    width: 1rem;
    position: relative;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.icon-check::before{
    width: 0.20rem;
    content:'';
    height: 0.5rem;
    position: absolute;
    box-shadow: inset 0 0 0 1rem #fff;
}

.icon-check::after {
    width: 1rem;
    content:'';
    height: 0.20rem;
    position: absolute;
    top: 0.5rem;
    box-shadow: inset 0 0 0 1rem #fff;
}

.icon-up-arrow::before {
    content: '\2227';
    display: inline-block;
    -webkit-transform: scale(1.5, 1);
    transform: scale(1.5, 1);
}

.icon-down-arrow {
    display: inline-block;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.icon-down-arrow::before {
    content: '\2228';
    display: inline-block;
    -webkit-transform: scale(1.5, 1);
            transform: scale(1.5, 1);
}

.icon-full-screen {
    position: relative;
}

.icon-full-screen::before,
.icon-full-screen::after{
    position: absolute;
    left: 47%;
    content: '';
    z-index: 1;
    width: 3px;
    height: 11px;
    border: 5px solid #fff;
    border-width: 0.75rem 0;
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icon-full-screen::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.icon-full-screen .icon-inner::before,
.icon-full-screen .icon-inner::after {
    z-index: 10;
    width: 13px;
    left: 5px;
    height: 0px;
    border-width: 0 7px 7px;
    border-style: solid;
    border-color: transparent #fff;
    margin-top: 2px;
    position: absolute;
    content: '';
}

.icon-full-screen .icon-inner::after {
    border-width: 7px 7px 0;
    margin-top: 23px;
}

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

    .read-more-caret::before,
    .read-less-caret::before {
        font-size: 1.3rem;
        line-height: 0.8;
    }
}

/***Email modal style***/
.modal-wrapper {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5000500;
}

.bom-modal {
    text-align: left;
    background: #fff;
    position: absolute;
    max-width: 100%;
    width: 750px;
    max-height: 100%;
    border-radius: 3px;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.12);
    font-family: proxima_nova_rgregular;
}

.modal-title {
    background-color: #2f2148;
    font-family: proxima_nova_rgregular;
    font-size: 1.375rem;
    color: #ffffff;
    padding: 1rem 1.5625rem;
    border-radius: 3px 3px 0 0;
}

.modal-content {
    margin: 1.75rem 2rem;
}

#js-feedback-content .modal-content {
    margin-bottom: 0;
}
#js-feedback-content .modal-button {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.feedback-header-text{
    font-size: 1.12rem;
    padding: 10px 0;
}

.label {
    display: block;
}

.bom-modal .legaltext {
    font-size: 0.8125rem;
    color: #2a2a2a;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 30px 10px;
}
@media only screen and (max-width: 767px){
    #feedlegal {
        background: #eff3f6;
    }
}
@media only screen and (max-width: 1279px){
    .bom-course-page .mob-feedback-wrapper {
        max-width: 320px;
        margin: 25px auto;
    }
}

.bom-modal .legaltext.char-limit {
    margin: 0;
}
.legaltext b {
    padding: 0 0 2px 0;
    font-family: "proxima_nova_rgbold", arial, sans-serif;
    font-size: 1.125rem;
    font-weight: normal;
    color: #2a2a2a;
}

.legaltext .char-limit {
    color: #2a2a2a;
}

.topic,
.feedback-field {
    width: 17.625rem;
    height: 2.5rem;
    font-family: proxima_nova_ththin;
    font-size: 0.9375rem;
    font-weight: 300;
    color: #2a2a2a;
    border: solid 1px #d8d8d8;
    border-radius: 3px;
    padding-left: 1rem;
    margin-right: 7.75rem;
}

.modal-button-wrapper {
    position: relative;
    width: 100%;
}

.modal-button {
    margin: 4rem auto 2rem;
    display: block;
    width: 7.875rem;
    height: 2.8125rem;
    border-radius: 5px;
    background-color: #007cb0;
    font-size: 1.25rem;
    color: #ffffff;
    border: 1px solid transparent;
    cursor: pointer;
}

.modal-button:hover {
	background-color: #005b81;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	transition: all 350ms ease;
}

.certificate-modal-button {
    margin: 0;
    padding: 0;
    width: 10rem;
    height: 3.75rem;
    opacity: 0.94;
    border-radius: 3px;
    border: transparent;
    background-color: rgba(4, 87, 121, 0.91);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 0.6;
    color: #ffffff;
    position: absolute;
    bottom: 0rem;
    left: 50%;
    transform: translate(-50%, 0);
    cursor: pointer;
}

@media screen
and (min-width: 800px) {
    .certificate-svg {
        min-height: 500px;
    }
}

.modal-close {
    width: 2rem;
    height: 2rem;
    top: 0.75rem;
    right: 0.75rem;
}

.modal-close::before,
.modal-close::after {
    background: #fff;
}

.backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #fff;
    opacity: 0.8;
    display: none;
}

@media only screen
and (max-width: 767px) {
    .modal-wrapper {
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
        z-index: 1050;
    }

    .bom-modal {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }

    .modal-content {
        margin: 1rem;
    }

    .certificate-content {
        margin: 1rem 0.125rem;
    }

    .feedback-field {
        width: 90%;
    }

    .modal-button-wrapper {
        background-color: #fff;
        margin: 1rem 0 0 0;
        padding: 0.25rem 0;
    }

    .modal-button {
        margin: 0.75rem auto;
    }

    .certificate-modal-button {
        transform: translate(-50%, 0) scale(0.5);
        margin: 0;
        bottom: -15px;
    }

    .feedback-header-text{
        font-size: 1rem;
    }
}

.mobile-course-benefits {
    display: none;
}

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

    /*.mobile-course-benefits {
        display: block;
    }

    .mobile-info,
    .mobile-course-benefits {
        display: block;
    }

    .mobile-course-benefits {
        border-top: solid 3px #2e4154;
    }

    .desktop-info {
        display: none;
    }

    .benefits-title {
        font-size: 1.125rem;
        border-bottom: none;
        padding-top: 0.875rem;
        line-height: 1.2;
        color: #2e4154;
        padding-bottom: 1.625rem;
        text-align: center;
        font-family: proxima_nova_ltsemibold;
    }

    .benefits-wrapper {
        background-color: #f2f5f9;
        padding: 0 10% 1.4375rem;
        margin-bottom: 3px;
    }

    .mobile-benefits-content {
        font-family: proxima_nova_ltlight;
        font-size: 16px;
        line-height: 1.4;
        color: #141414;
        position: relative;
        padding: 0 5%;
        text-align: center;
        display: block;
    }
    .earn {
        font-family: proxima_nova_ltsemibold;
        font-size: 1.125rem;
        line-height: 0.9;
        text-align: center;
        color: #2e4154;
        position: relative;
    }
    .earn::before,
    .earn::after {
        border-top: solid 1px #a2b0ba;
        position: absolute;
        top: 50%;
        width: 30%;
        height: 100%;
        content: '';
    }
    .earn::before {
        left: 5%;
    }
    .earn::after {
        right: 5%;
    }
    .mobile-benefits-title {
        font-size: 1.875rem;
        text-align: center;
        line-height: 0.9;
    }
    .mobile-benefits-title > span {
        display: block;
    }*/

    .read-more-text,
    .read-less-text {
        font-family: proxima_nova_ltsemibold;
        font-size: 14px;
        letter-spacing: -0.2px;
        text-align: right;
    }

    .read-less-text {
        color: #43b2c4;
    }

    .is-rotated {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .read-content {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 1s;
        transition: max-height 1s;
    }

    .read-content-extended {
        max-height: 1000px;
    }

    .read-less-text {
        text-align: left;
    }

    .read-more-caret,
    .read-less-caret{
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        display: inline-block;
        margin: 0 0.625rem;
        color: inherit;
    }

    .read-less-caret {
        color: #43b2c4;
    }

    .read-content-intro {
        border-top: solid 1px #767674;
        padding-top: 1rem;
        margin-top: 0.75rem;
    }
}

.return-to-top {
    width: 2.5rem;
    height: 2.5rem;
    opacity: 0.67;
    background-color: #43b2c4;
    background-image: url('../png/up-arrow.png');
    background-repeat: no-repeat;
    background-position: 11px 4px;
    background-size: 18px;
    border-radius: 50%;
    position: fixed;
    right: 2%;
    bottom: 3%;
    display: none;
    z-index: 1030;
}

.return-to-top::after {
    content: 'TOP';
    color: #ffffff;
    font-size: 0.8125rem;
    font-family: 'Roboto condensed', sans-serif;
    position: absolute;
    bottom: 11%;
    left: 24%;
}

.spinner-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    font-family: proxima_nova_ltsemibold;
    font-size: 1rem;
    display: none;
    z-index: 1050;
}

.spinner {
    width: 3rem;
    height: 3rem;
    border: 2px solid transparent;
    border-radius: 50%;
    -webkit-animation: spin 2s infinite ease-in-out;
    animation: spin 2s infinite ease-in-out;
}

.loading-text {
    margin-left: -30%;
}

@-webkit-keyframes spin{
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border-color: transparent;
        border-top-color: #d0021b;

    }
    25% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        border-color: transparent;
        border-right-color: #2e4154;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border-color: transparent;
        border-bottom-color: chartreuse;
    }
    75% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        border-color: transparent;
        border-left-color: orange;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border-color: transparent;
        border-top-color: #d0021b;
    }
}

@keyframes spin{
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border-color: transparent;
        border-top-color: #d0021b;

    }
    25% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        border-color: transparent;
        border-right-color: #2e4154;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border-color: transparent;
        border-bottom-color: chartreuse;
    }
    75% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        border-color: transparent;
        border-left-color: orange;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border-color: transparent;
        border-top-color: #d0021b;
    }
}

@media print {
    /* remove print header and footer*/
    @page {
        /*hide header and footer in Chrome*/
        margin: 2rem 0;
        size: landscape;
    }

    .chapter-content,
    .chapter-description,
    .author,
    .author-info,
    .author-headshot {
        page-break-inside: avoid;
    }

    #headerbox,
    #footercontents,
    #layer-logout-confirmation,
    .desktop-progress-bar,
    .u-is-modal-opened #bodypadding {
        display: none;
    }

    body .question-no {
        margin-left: .25rem;
    }

    body {
        position: relative !important;
    }

    .u-is-modal-opened #certificate {
        display: block;
        /*position: static !important;*/
        width: 100%;
        max-height: 100%;
        margin: 0;
    }

    .bom-modal{
        display: block;
        position: relative !important;
        -webkit-transform: none;
                transform: none;
        top: initial;
        left: initial;
        box-shadow: none;
        width: 100%;
        max-height: 100%;
        page-break-after: avoid;
        page-break-before: avoid;
        page-break-inside: avoid;
    }

    .bom-modal > * {
        display: none;
    }

    .certificate-content {
        display: block;
        position: relative;
        width: 90%;
        margin: 0 auto;
        padding-top: 2rem;
        page-break-after: avoid;
        page-break-before: avoid;
        page-break-inside: avoid;
    }

    .certificate-svg {
        min-height: 500px;
        min-width:500px;
    }
}

@media screen and
(max-height: 600px) {
    .bom-modal {
        overflow-y: auto;
    }
}

.test-wrapper {
    padding-left: 25%;
    position: relative;
    margin-bottom: 3.75rem;
}

.test-title {
    text-transform: uppercase;
    font-family: proxima_nova_ltsemibold;
    font-size: 1.875rem;
    line-height: 1;
    padding: 0.625rem 0 1.375rem;
    color: #2e4154;
    border-top: solid 3px #2e4154;
}

.test-description {
    margin: 0.75rem 0 1.125rem;
    font-family: proxima_nova_ltlight;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4;
    color: #1a1a1a;
}

.test-item-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.test-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 2px;
    background-color: #f2f5f9;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.21);
    border: solid 1px #e0e4e7;
    margin: 0 0.375rem;
    text-align: center;
    padding-top: 1.375rem;
}

.test-item-description {
    margin: 1.125rem 10% 0;
    font-family : proxima_nova_ltsemibold;
    font-size: 1.625rem;
    text-align: center;
    color: #2e4154;
    line-height: 1.3;
    text-align: center;
}

a.test-status-button,
a.test-status-button:visited,
a.test-status-button:link{
    border-radius: 3px;
    width: 3.125rem;
    border: 1px solid transparent;
    background-color: #0897ad;
    margin-top: 0.875rem;
    padding: 0.625rem 2.125rem;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.on-medscape-edu {
    font-family: proxima_nova_ltlight;
    font-size: 1rem;
    line-height: 1.9;
    color: #2e4154;
    margin: 0.5rem 0 1rem;
}

.cme-credit {
    position: relative;
    top: 0.5rem;
    font-size: 1.125rem;
    color: #287c89;
    font-family: proxima_nova_ltlight;
    line-height: 0;
}

.plus-cme-credit {
    font-family: proxima_nova_ltsemibold;
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    color: #9d3852;
}

.no-cme {
    position: relative;
    background-color: #f2f5f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 0.75rem;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.21);
    border: solid 1px #e0e4e7;
    border-radius: 7px;
}

.no-cme-description {
    font-family: proxima_Nova_ltsemibold;
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 1.2;
    color: #2e4154;
    padding: 0 1rem;
    display: inline-block;
}

a.no-cme-start
a.no-cme-start:hover,
a.no-cme-start:visited,
a.no-cme-start:link {
    border-radius: 3px;
    width: 3.125rem;
    border: 1px solid transparent;
    background-color: #0897ad;
    padding: 0.625rem 2.125rem;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

a.cme-activity-link,
a.cme-activity-link:hover,
a.cme-activity-link:visited{
    color: #007cb0;
    text-decoration: none;
}

@media only screen
and (max-width: 1023px) {
    .social .icon-feedback {
        display: none;
    }
}

@media only screen
and (max-width: 767px) {
    .test-wrapper {
        padding-left: 0;
        margin-bottom: 0;
    }

    .cme-credit {
        font-size: 0.875rem;
    }

    .no-cme-description {
        font-size: 1rem;
        padding: 0 0.75rem;
    }

    .test-title {
        font-size: 1rem;
        padding-bottom: 1rem;
    }

    .test-description {
        margin-top: 0;
    }

    .test-item-description,
    .on-medscape-edu,
    .plus-cme-credit{
        font-size: 0.875rem;
    }

    a.cme-activity-link {
        font-size: 1rem;
        line-height: 1;
    }

    .share-box .icon-feedback {
        display: none;
    }
}

.disclaimer {
    font-size:0.75rem;
    color: #626b85;
    font-family: proxima_nova_rgregular;
    max-width: 800px;
    margin: 0 auto 1rem;
    text-align: center;
    padding: 0 1rem;
}

.partner .disclaimer {
	padding: 1rem 1rem 0;
}

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

    .disclaimer {
        padding: 2rem;
    }
}

.legaltext {
    max-width: 90%;
}

#ads-pos-122 {
    margin-bottom: 700px;
}

#adtagheader *,
#adtagfooter *{
    display: none;
}

.lq,
.rq,
.header-invitations-link,
.header-invite-count,
#idetailiframewrapper,
.commentcount,
.contributorInfo,
#sectionNav,
#citation,
#commentsContainer,
#legal_block,
#layersContainer > *{
    display: none;
}
