/**
 * Created by yding on 8/10/16.
 */

/*Non-responsive legacy code Override*/

.landing-header {
    background-color: #edf0f5;
    margin-bottom: 2.1875rem;
    padding: 0 5%;
}

.landing-title {
    text-align: center;
    font-size: 3.4375rem;
    line-height: 0.8;
    color: #2e4154;
    padding: 1.6875rem 0 0.75rem;
}

.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;
}

.landing-slogan {
    font-family: proxima_nova_rgregular;
    font-size: 0.9375rem;
    text-align: center;
    color: #2e4154;
    padding-bottom: 2rem;
}

.partner .landing-slogan {
	padding-bottom: 1.125rem;
}

.landing-partner {
	margin: 0 auto;
	border-top: 1px solid #a4aeb5;
	width: 500px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.partner-logo {
	margin: 19px 20px 0 0;
}

.partner-name {
	margin: 15px 0 0 0;
	font-size: 0.9375rem;
	line-height: 1.25rem;
}

.landing-bullets {
    text-align: center;
    position: relative;
}

.landing-bullet {
    font-family: proxima_nova_ltlight;
    font-size: 1rem;
    width: 30%;
    color: #2e4154;
    display: inline-block;
    padding-left: 3.5rem;
    text-align: left;
    min-width: 22.875rem;
    vertical-align: middle;
}

.landing-bullet-img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-right: 1rem;
}

.faculty-wrapper {
    margin: 0 2em 0;
    position: relative;
}

.faculty {
    position: relative;
    margin: 2.1875rem 0 0;
    padding: 1rem 0 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow-x: hidden;
    overflow-y: visible;
}

.partner .faculty {
	margin: 1.75rem 0 0;
}

.faculty-title::before {
    content: '';
    width: 100%;
    border: solid 1px #2e4154;
    position: absolute;
    display: table-row;
    left: 4.5rem;
    top: 0.5rem;
}

.partner .faculty-title::before {
	left: 360px;
}

.faculty-title {
    position: absolute;
    overflow: hidden;
    width: 100%;
    top: -2px;
    left: 0;
    font-family: proxima_nova_ltsemibold;
    font-size: 0.875rem;
    color: #2e4154;
    background-color: #edf0f5;
    text-transform: uppercase;
}

.scroll-left,
.scroll-right {
    display: none;
    cursor: pointer;
}

.author {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    min-width: 15rem;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.author-headshot {
    width: 3.75rem;
    height: 3.75rem;
    margin-right: 0.9375rem;
    display: block;
    border-radius: 3px;
}

.author-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    min-height: 4rem;
}

.author-name {
    font-family: proxima_nova_ltsemibold;
    font-size: 0.8125rem;
    color: #262626;
    width: 80%;
}

.author-details {
    font-family: proxima_nova_rgregular;
    font-size: 0.75rem;
    color: #626b85;
}

.mobile-faculty {
    display: none;
}

@media only screen
and (max-width: 1279px)
and (min-width: 768px){
    .landing-header {
        padding: 0;
    }

    .landing-title {
        font-size: 2.8125rem;
        line-height: 1;
    }

    .landing-bullet,
    .landing-slogan {
        font-size: 0.9375rem;
    }

    .faculty-wrapper {
        position: relative;
    }
}

@media only screen
and (max-width: 1430px)
and (min-width: 768px) {
    .scroll-left,
    .scroll-right {
        position: absolute;
        border: none;
        background: none;
        font-size: 2rem;
        line-height: 3;
        padding: 0;
        font-family: proxima_nova_rgregular;
    }

    .scroll-left {
        left: -1.5rem;
        -webkit-transform: scale(1, 1.5);
        transform: scale(1, 1.5);
    }

    .scroll-right {
        display: block;
        right: -1.5rem;
        -webkit-transform: scale(1, 1.5);
        transform: scale(1, 1.5);
    }
}

@media only screen
and (max-width: 1024px)
and (min-width: 768px)
and (orientation: portrait){
	.author {
        min-width: 14.1rem;
    }
}

@media only screen
and (max-width: 1024px)
and (min-width: 768px)
and (orientation: landscape){
    .author {
        min-width: 14.6rem;
    }
}

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

    .landing-header {
        padding-bottom: 0.875rem;
        margin-bottom: 0.5rem;
    }

    .landing-bullet-img {
        float: none;
        margin-right: 1.8rem;
    }

    .faculty-title,
    .scroll-left,
    .scroll-right {
        display: none;
    }

    .landing-title {
        font-size: 1.875rem;
        line-height: 1;
    }

    .landing-slogan {
        border-bottom: solid 2px #2e4154;
        padding-bottom: 1.25rem;
        font-size: 0.8125rem;
    }

	.partner .landing-slogan {
		border-bottom: none;
	}

	.landing-partner {
		margin: 0 0 15px;
		border-top: none;
		width: auto;
		text-align: center;
		display: block;
	}

	.partner-logo {
		margin: 0;
		padding: 16px 26px;
		border-top: 1px solid #a4aeb5;
		display: inline-block;
	}

	.partner-name {
		margin: 0;
	}

    .main-title:first-child {
        display: block;
    }

    .landing-bullet {
        width: 100%;
        min-width: initial;
        padding: 0.75rem 0 0;
        font-size: 0.875rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .bullet-underline {
        border-bottom: solid 1px #767674;
        padding: 0.75rem 0;
    }

    .desktop-faculty {
        display: none;
        position: relative;
    }

    .mobile-faculty,
    .partner .mobile-faculty {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: visible;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 1rem 5% 0;
    }

    .mobile-faculty-title::before {
        content: '';
        width: 100%;
        border-top: solid 2px #2e4154;
        position: absolute;
        top: -1rem;
    }
    .mobile-faculty-title {
        font-family: proxima_Nova_ltsemibold;
        margin-bottom: 1.375rem;
        font-size: 1.125rem;
        line-height: 1;
        color: #2e4154;
        position: relative;
        text-transform: uppercase;
    }
    .author {
        margin-bottom: 1.375rem;
    }
    .author-name {
        font-size: 1rem;
        margin-bottom: 0.6rem;
    }
}


/************************End of landing page header****************************************/

.course-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 3%;
}

.courses-header {
    font-family: proxima_nova_ththin;
    font-size: 2.5rem;
    line-height: 1;
    color: #2e4154;
    border-bottom: solid 1px #ccd6dd;
}

.completed-courses-number {
    border-radius: 3px;
    background-color: #43b2c4;
    display: inline-block;
    border: 1px solid transparent;
    color: #fff;
    width: 3.5rem;
    height: 2rem;
    margin: 0 1.1875rem;
}

.completed-courses {
    font-family: proxima_nova_ltlight;
    font-size: 1.125rem;
    color: #2e4154;
    display:inline-block;
    margin: 0.625rem 1.875rem;
}

.course-box-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 -0.9375rem 2rem 0;
}

.partner .course-box-container {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.courses-subtitle {
	margin: 40px 0 0;
	font-family: proxima_nova_ltsemibold;
	font-size: 1.875rem;
	line-height: 1.875rem;
	color: #2e4154;
	-webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
}

.courses-subtitle.new {
	margin: 50px 0 0;
	padding-top: 39px;
	border-top: 1px solid #ccd6dd;
}

.course-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 32.12%;
            flex: 1 0 32.12%;
    min-width: 20rem;
    height: 14rem;
    border-radius: 3px;
    background-color: #f2f5f9;
    position: relative;
    margin: 2.375rem 0.9375rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.placeholder-course-box {
    visibility: hidden;
}

.course-img-link {
    display: block;
    position: relative;
}

.course-img {
    -webkit-box-flex:0;
        -ms-flex:0 0 10.25rem;
            flex:0 0 10.25rem;
    width: 11.2rem;
    max-width: 100%;
    height: auto;
}
/*height: 14rem;*/

a.course-certificate {
    border-radius: 3px;
    background-color: #0897ad;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    overflow: hidden;
    opacity: 0.8;
    display: block;
    text-decoration: none;
}

a.course-certificate:hover {
    text-decoration: none;
}

.course-certificate-title {
    font-family: proxima_nova_ltlight;
    font-size: 1.125rem;
    padding-top: 1.25rem;
    text-align: center;
    color: #fff;
}

.certificate-icon-wrapper {
    text-align: center;
}


.course-content {
    padding: 1.375rem 1.375rem 1.1875rem;
    background-color: #f2f5f9;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.course-info-bottom {
    position: absolute;
    bottom: 1.25rem;
}

a.course-title {
    font-family: proxima_nova_ltsemibold;
    font-size: 1.1875rem;
    line-height: 1.1;
    color: #233242;
    padding-bottom: 0.5rem;
    text-decoration: none;
    display: block;
}


.course-description {
    font-family: proxima_nova_rgregular;
    font-size: 1rem;
    line-height: 1.1;
    color: #464a54;
    padding-bottom: 1rem;
}

.course-time-status {
    position: absolute;
    bottom: 1.1875rem;
}

.course-duration {
    padding-bottom: 0.25rem;
    visibility: hidden;
}

.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;
}

a.course-resume,
a.course-start {
    line-height: 2;
    display: inline-block;
    width: 7.1875rem;
    height: 1.75rem;
    border-radius: 3px;
    background-color: transparent;
    border: solid 1px rgba(0, 91, 128, 0.12);
    font-family: proxima_nova_ltsemibold;
    text-align: center;
    font-size: 0.8125rem;
    color: #005b80;
    text-transform: uppercase;
    text-decoration: none;
}

a.course-resume:hover,
a.course-start:hover,
a.course-resume:visited,
a.course-start:visited {
    color: #005b80;
    text-decoration: none;
}

.course-resume:hover {
    text-decoration: none;
}

a.course-resume {
    background-color: #0897ad;
    color: #fff !important;
}

@media only screen and (max-width: 1298px) {
    .course-box:nth-child(odd).placeholder-course-box {
        display:none;
    }
}

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

@media only screen and (max-width: 1024px) {
    .course-box {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }
}

@media only screen
and (max-width: 1279px)
and (min-width: 768px){
    .course-content {
        padding-top: 1.125rem;
    }

    a.course-title {
        font-size: 1rem;
    }

    /*.course-description {
        font-size: 0.9375rem;
    }*/

    .course-img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 10rem;
                flex: 0 0 10rem;
        max-width: 11.2rem;
    }

    .course-info-bottom {
        bottom: 0.875rem;
    }
}

@media only screen and (max-width: 1279px) and (min-width: 768px) and (orientation: landscape) {
    .partner .course-box.no-fourth {
        -webkit-flex: 0 1 48.5%;
		-ms-flex: 0 1 48.5%;
		flex: 0 1 48.5%;
    }
}

@media only screen and (max-width: 1279px) and (min-width: 768px) and (orientation: portrait) {
	.partner .course-box.no-fourth {
        -webkit-flex: 0 1 48%;
		-ms-flex: 0 1 48%;
		flex: 0 1 48%;
    }
}

@media only screen
and (max-width: 1254px)
and (min-width: 780px){

    a.course-title {
        font-size: 1.2rem;
    }

    .course-description {
        font-size: 1rem;
    }
}

@media only screen
and (max-width: 767px) {
    .course-wrapper {
        border-top: solid 2px #2e4154;
        position: relative;
    }

    .courses-header {
        font-family: proxima_nova_ltsemibold;
        font-size: 1.125rem;
        line-height: 0.8;
        color: #2e4154;
        border-bottom: solid 1px #ccd6dd;
        padding: 0.875rem 0 0.625rem 0;
        margin-bottom: 0.875rem;
        margin-left: 0;
        margin-right: 0;
    }

    .course-box-container {
        margin: 0;
    }

	.courses-subtitle {
		margin: 11px 0 14px;
		font-size: 1.25rem;
		line-height: 1.25rem;
	}

	.courses-subtitle.first {
		margin-top: 6px;
	}

	.courses-subtitle.new {
		margin: 21px 0 14px;
		padding-top: 18px;
	}

    .course-box {
        margin: 0 0 0.5625rem;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%;
        height: auto;
        min-height: 9.75rem;
        min-width: initial;
    }

    .course-info-bottom {
        bottom: 0.625rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 90%;
    }

    .course-img {
        max-width: 7.835rem;
        -ms-flex-preferred-size: initial;
            flex-basis: initial;
        height: 9.75rem;
    }

    a.course-title {
        font-size: 1.1275rem;
        padding-bottom: 0.125rem;
    }

    .course-description {
        font-size: 0.875rem;
        padding-bottom: 0.5rem;
        display: none;
    }

    .course-content {
        padding: 0.6875rem;
        position: relative;
    }

    .course-duration {
        display: inline-block;
    }

    .course-resume,
    .course-start {
        display: inline-block;
        width: 5rem;
        margin-left: 1rem;
    }

    .course-certificate {
        height: 100%;
        background-color: rgba(8,151,173, 0.9)
    }

    .course-certificate-title {
        font-size: 0.875rem;
    }

    .course-certificate-title::before {
        content: 'DOWNLOAD';
        display: block;
        font-family: proxima_Nova_ltsemibold;
        padding-top: 3.5rem;
    }

    .certificate-icon-wrapper {
        position: absolute;
        top: 1rem;
        left: 50%;
        -webkit-transform: translate(-50%);
                transform: translate(-50%);
    }

    .certificate-icon-wrapper .icon-print {
        display: none;
    }

}

.about-wrapper,
.design-wrapper,
.learn-wrapper,
.benefits-wrapper {
    background-color: #f2f5f9;
    padding: 3rem 10% 3.75rem;
    /*margin-bottom: 3px;*/
}

.about-about {
    font-family: proxima_nova_rgregular;
    font-size: 1.25rem;
    line-height: 1;
    text-align: center;
    color: #2e4154;
}

.about-title {
    text-align: center;
    font-size: 2.5rem;
}

.about-content {
    font-family: proxima_nova_ltlight;
    font-size: 1rem;
    line-height: 1.4;
    color: #141414;
    width: 70%;
    margin: 1.5rem auto 0;
}

.mobile-info {
    font-family: proxima_nova_ltlight;
    font-size: 1rem;
    line-height: 1.2;
    color: #141414;
    padding-top: 0.5rem;
}

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

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

    .learn-section-container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .learn-section {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 45%;
                flex: 0 0 45%;
        padding: 0 1rem;
    }

    .learn-section:last-child {
        margin-top: 2.5rem;
    }

    .learn-list,
    .learn-subtitle {
        font-size: 1rem;
    }

    .course-box-container {
        margin-left: 0%;
        margin-right: -0.9375rem;
    }

    .about-wrapper,
    .design-wrapper,
    .learn-wrapper,
    .benefits-wrapper {
        padding-left: 3%;
        padding-right: 3%;
    }

    .landing-bullet {
        padding-left: 0;
        min-width: 20.5rem;
    }

    .faculty-wrapper {
        margin: 0 2rem 0;
    }

}

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

    .faculty-wrapper {
        display: none;
    }

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

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

    .read-button {
        font-family: proxima_nova_ltsemibold;
        font-size: 14px;
        letter-spacing: -0.2px;
    }

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

    .read-more-caret::before,
    .read-less-caret::before {
        font-size: 1rem;
    }

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

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

	.read-content-intro-title {
		margin: 5px 0 10px;
		font-size: 1.125rem;
		line-height: 1.125rem;
		text-transform: uppercase;
		color: #2e4154;
	}

    .about-wrapper {
        display: none;
    }

    .design-wrapper,
    .learn-wrapper{
        padding: 0.2rem 5%;
    }

    .design-wrapper {
        border-top: solid 2px #2e4154;
        padding-top: 1rem;
    }

    .about-about {
        text-align: left;
        padding-bottom: 1rem;
    }
}

.latest-wrapper {
    text-align: center;
    margin:0 auto;
    max-width: 1280px
}

.latest-title {
    font-family: proxima_nova_ltsemibold;
    font-size: 1.625rem;
    text-align: center;
    margin: 1.75rem auto;
}

.latest-article-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
}

.latest-article-container li {
    text-align: left;
    width: 25rem;
    min-height: 11rem;
    position: relative;
    border-radius: 3px;
    border: solid 1px #dbe5ec;
    margin: 0 0.9375rem;
    padding: 1.25rem;
}

.latest-article-container .featimg {
    width: 5.5rem;
    height: 4rem;
    margin-bottom: 1rem;
    margin-right: 0.875rem;
    float: left;
}

.latest-article-container .title {
    font-family: proxima_nova_rgbold;
    font-size: 1.125rem;
    line-height: 1;
    color: #2e4154;
    text-decoration: none;
}

.latest-article-container .teaser {
    clear: both;
    width: 100%;
    font-family: proxima_nova_rgregular;
    font-size: 1rem;
    color: #2e4154;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    display: block;
}

.latest-article-container .byline {
    display: none;
}

.latest-more-button {
    font-family: proxima_nova_ltsemibold;
    font-size: 0.875rem;
    letter-spacing: -0.2px;
    text-align: center;
    color: #2e4154 !important;
    text-decoration: none;
    margin: 3rem 5% 2rem;
    display: block;
    text-decoration: none;
    text-align: right;
}

.latest-more-button:hover {
    text-decoration: none;
}

.latest-more-button span::after {
    content: '\003E';
    margin-left: 1.1875rem;
    display: inline-block;
}

.mobile-more-button {
    display: none;
}

@media only screen
and (max-width: 1279px){
    .latest-article-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .latest-article-container li {
        width: auto;
        height: auto;
        margin-bottom: 0.3125rem;
        min-height: initial;
    }

    .latest-article-container .title {
        margin-bottom: 0.875rem;
        display: block;
        margin-top: 0.5rem;
        font-weight: 600;
        line-height: 1.1;
        text-decoration: none;
    }

    .latest-article-container .teaser {
        clear: none;
    }
}

@media only screen
and (max-width: 767px) {
    .latest-title {
        font-size: 1rem;
        border-top:  solid 1px #2e4154;
        padding: 0.4375rem 0;
        margin: 2rem 0 0 ;
        text-align: left;
    }

    .latest-wrapper {
        margin: 0 2%;
    }

    .latest-article-container .teaser {
        display: none;
    }

    .latest-more-button {
        border-radius: 3px;
        background-color: #005b80;
        width: 16.25rem;
        height: 2.5rem;
        font-family: proxima_nova_rgregular;
        font-size: 0.875rem;
        color: #fff !important;
        position: relative;
        margin: 1rem auto;
        text-align: center;
    }

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

    .latest-more-button span::after {
        position: absolute;
        right: 2rem;
        top: 0.8rem;
    }

    .latest-article-container li {
        min-height: 4rem;
        margin-right: 0;
        margin-left: 0;
    }

    .featimg {
        width: 6.625rem;
        height: 4.8125rem;
        margin: 0 0.75rem 0 0;
    }

}


.certificate-icon-wrapper .icon-print,
.certificate-icon-wrapper .icon-magnify {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.design-title {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: #2e4154;
    font-family: proxima_nova_ltsemibold;
    margin-bottom: 2.25rem;
}

.design-section-container {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.design-section {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
}

.design-icon {
    border-bottom: solid 1px #2e4154;
    padding-bottom: 0.75rem;
}

.design-icon .icon {
    background: none;
}

.design-subtitle {
    font-family: proxima_nova_rgregular;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.1;
    color: #2e4154;
    margin: 0.75rem 0 1.25rem;
}

.design-content {
    font-family: proxima_nova_ltlight;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4;
    color: #141414;
}

.learn-title {
    font-family: proxima_nova_ltsemibold;
    font-size: 1.625rem;
    text-align: center;
    color: #2e4154;
    padding-bottom: 0.75rem;
    border-bottom: solid 1px #2e4154;
}

.learn-subtitle {
    margin-top: 1.5rem;
    font-family: proxima_nova_ltsemibold;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.1;
    text-align: left;
    color: #2e4154;
}

.learn-list-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 3.75rem;
}

.learn-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44%;
            flex: 0 0 44%;
    font-family: proxima_nova_ltlight;
    color: #141414;
    font-size: 1rem;
    line-height: 1.4;
    padding: 0 1.5625rem;
}

.benefits-section-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.benefits-section {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
}

.benefits-icon {
    border-bottom: solid 1px #2e4154;
    display: inline-block;
    width: 30%;
    padding-bottom: 0.75rem;
    position: relative;
    height: 2.25rem;
}

.benefits-title {
    font-family: proxima_nova_ltsemibold;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #2e4154;
    padding: 1.5rem 0 0.675rem;
}

.benefits-content {
    font-family: proxima_nova_ltlight;
    font-size: 1rem;
    line-height: 1.4;
    color: #141414;
}

@media only screen
and (max-width: 1279px) {
    .design-section-container {
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .design-section {
        padding-bottom: 3rem;
    }

    .learn-item {
        padding-bottom: 1rem;
    }

    .benefits-section-container {
        padding: 0 1.5rem;
    }

    .benefits-section {
        text-align: left;
        -ms-flex-preferred-size: 44%;
            flex-basis: 44%;
    }

    .benefits-icon {
        width: 98%;
    }
}

@media only screen
and (max-width: 767px) {
    .design-title,
    .learn-title {
        font-size: 1.375rem;
        padding: 0;
        margin: 0.5rem 0;
        width: 90%;
        text-align: left;
        border: none;
    }

    .design-section,
    .learn-list,
    .benefits-section {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%;
    }

    .learn-list-container,
    .benefits-section-container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 0;
        margin: 0;
    }

    .design-section {
        padding-bottom: 1rem;
    }

    .design-icon,
    .benefits-icon {
        display: none;
    }

    .design-subtitle,
    .learn-subtitle,
    .benefits-title{
        font-size: 1.125rem;
        padding: 0.9375rem 0 0.625rem;
        margin: 0;
        border-top: solid 3px #2e4154;
        text-align: left;
    }

    .design-content,
    .learn-item,
    .benefits-content {
        font-size: 1rem;
        text-align: left;
        font-family: proxima_nova_ltlight;
    }

    .learn-item {
        padding-left: 2rem;
        position: relative;
    }

    .learn-item::before {
        content: '\00B7';
        font-size: 4rem;
        line-height: 1rem;
        position: absolute;
        left: 0;
    }

    .mobile-course-benefits-title {
        font-size: 1.125rem;
        padding-bottom: 1rem;
        text-align: center;
        font-family: proxima_Nova_ltsemibold;
    }

    .mobile-benefits-title {
        font-size: 1.875rem;
        padding-top: 0;
        text-align: center;
    }

    .learn-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .benefits-section {
        margin-bottom: 0.75rem;
    }

    .benefits-wrapper {
        padding: 0.75rem 0 1.5rem;
    }
}


