.entry-content ul {
    padding-left: 1.5em
}

.entry-content ul li {
    list-style: disc;
    line-height:200%;
}

.byline,
.entry-content blockquote {
    font-style: italic;
    color: #5c6b80
}

.page-template-page-about #stats {
    padding: 2em 0 0
}

.page-template-page-about #stats .stat {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 3em
}

.page-template-page-about #stats .stat desc {
    color: #BB1133;
    font-size: 1.5em;
    font-weight: 300
}

.page-template-page-about #what .intro {
    padding: 0 1em 1em;
    text-align: center
}

.page-template-page-about #what .intro h2 {
    color: #BB1133;
    font-weight: 300
}

.page-template-page-about #what .features .feature {
    margin: 0 auto 1em;
    width: 100%;
    background-size: cover;
    background-position: center center;
    position: relative
}

.page-template-page-about #what .features .feature .overlay {
    padding: 1em;
    height: 325px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    background: rgba(0, 0, 0, .2);
    box-shadow: 0 0 80px #000 inset
}

.page-template-page-about #what .features .feature .overlay .front {
    -webkit-transition: .4s all;
    transition: .4s all;
    visibility: visible;
    opacity: 100;
    width: 100%
}

.page-template-page-about #what .features .feature .overlay .front h3 {
    margin: 0;
    color: #fff;
    text-shadow: 0 5px 10px #000;
    font-size: 1.5em;
    line-height: 125%;
    font-weight: 600
}

.page-template-page-about #what .features .feature .overlay .back {
    -webkit-transition: .4s all;
    transition: .4s all;
    background: #BB1133;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 325px;
    padding: 1em;
    line-height: 120%
}

.page-template-page-about #what .features .feature .overlay .back h3 {
    margin-top: 0
}

.page-template-page-about #what .features .feature .overlay .back desc {
    font-size: .9em;
    font-weight: 300
}

.page-template-page-about #what .features .feature:active .front,
.page-template-page-about #what .features .feature:focus .front,
.page-template-page-about #what .features .feature:hover .front {
    visibility: hidden;
    opacity: 0
}

.page-template-page-about #what .features .feature:active .back,
.page-template-page-about #what .features .feature:focus .back,
.page-template-page-about #what .features .feature:hover .back {
    visibility: visible;
    opacity: 100
}

.page-template-page-about #network {
    padding: 2em 0;
    text-align: center
}

.page-template-page-about #network h2 {
    color: #BB1133;
    font-weight: 300
}

.single #blog-social .blogFeed .blogPost {
    margin-bottom: 1.5em
}

.page-template-page-cooking-classes .content {
    padding: 2em;
    max-width: 1250px;
    margin: 0 auto;
    text-align: center
}

.page-template-page-cooking-classes .content h2 {
    color: #BB1133;
    font-weight: 300
}

.page-template-page-cooking-classes .content p {
    line-height: 200%
}

.page-template-page-cooking-classes .content img {
    max-width: 100%;
    height: auto
}

.page-template-page-cooking-classes .content hr {
    background: url(../png/hr.png);
    height: 4px
}

.page-template-page-cooking-classes .content #about {
    padding: 0 1em
}

.page-template-default .programs h2 {
    color: #BB1133;
    font-weight: 300
}


.page-template-page-cooking-classes-online .features {
    padding: 1em
}

.page-template-page-cooking-classes-online .features feature .feature {
    padding: 2em 1em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-template-page-cooking-classes-online .features feature .feature .image {
    background-size: cover;
    background-position: center center;
    height: 350px;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.page-template-page-cooking-classes-online .features feature .feature .text {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

@media (min-width:768px) {

    div.sidebyside .right
    {float:right;}
    div.sidebyside .left
    {float:left;}

    .page-template-page-cooking-classes-online .features feature .feature {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch
    }
    .page-template-page-cooking-classes-online .features feature .feature .image {
        height: auto
    }
    .page-template-page-cooking-classes-online .features feature .feature .text {
        padding-right: 0;
        padding-left: 2em
    }
    .page-template-page-cooking-classes-online .features feature .feature .text {
        padding-left: 4em;
    }
    .page-template-page-cooking-classes-online .features feature:nth-of-type(odd) .feature {
        margin-bottom: 4em
    }
    .page-template-page-cooking-classes-online .features feature:nth-of-type(odd) .feature .image {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .page-template-page-cooking-classes-online .features feature:nth-of-type(odd) .feature .text {
        padding-left: 0;
        padding-right: 2em;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .page-template-page-cooking-classes-online .features feature:nth-of-type(odd) .feature .text {
        padding-right: 3em;
    }

    .page-template-page-cooking-classes-online .features feature:nth-of-type(odd) .feature .image {
        padding-left: 3em;
    }
    .page-template-page-cooking-classes-online .features feature:nth-of-type(even) .feature .image {
        background-position: 0 50%;
        padding-right: 3em;
    }

    .page-template-page-cooking-classes-online .features feature:nth-of-type(even) .feature .text {
        padding-left: 3em;
    }

    .page-template-page-cooking-classes-online .features feature .feature {
        margin-bottom: 1em !important;
    }
}

@media (min-width:1030px) {
    .page-template-page-cooking-classes-online .features feature .feature {
        margin: 2em auto !important;
    }

    .page-template-page-cooking-classes-online .features feature .feature .text h2 {
        margin-top: 0;
        font-size: 2.8em
    }

}

.page-template-page-cooking-classes-online .features ol {
    list-style-type: decimal;
    padding-left: 2em;
    line-height: 170%
}

.page-template-page-cooking-classes-online .features ol li {
    margin-bottom: 1em
}

.page-template-page-cooking-classes-online .features ol li:last-of-type {
    margin: 0
}

.page-template-page-cooking-classes-online .features ul {
    padding-left: 2em;
    list-style-type: disc;
    line-height: 170%
}

.page-template-page-history-tradition .content p,
.page-template-page-cooking-classes-online .features p {
    line-height: 200%
}

.page-template-page-cooking-classes-online .features ul li {
    margin-bottom: 1em
}

.page-template-page-cooking-classes-online .features ul li:last-of-type {
    margin: 0
}

.page-template-page-cooking-classes-online .features h2 {
    color: #BB1133;
    font-weight: 300
}

.page-template-page-cooking-classes-online .features img {
    max-width: 100%;
    height: auto
}

.page-template-page-cooking-classes-online .features hr {
    background: url(../png/hr.png);
    height: 4px
}

.page-template-page-cooking-classes-online .features #about {
    padding: 0 1em
}

.page-template-page-cooking-classes-online .features .intro {
    text-align: center
}

.page-template-page-cooking-classes-online .features h4 {
    color: #8E6C4A;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

.page-template-page-history-tradition .content h2 {
    color: #BB1133;
    font-weight: 300
}

.page-template-page-history-tradition .content img {
    max-width: 100%;
    height: auto
}

.page-template-page-history-tradition .content hr {
    background: url(../png/hr.png);
    height: 4px
}

.page-template-page-history-tradition .content #about {
    padding: 0 1em;
    text-align: center
}

.page-template-page-history-tradition .content #mission {
    padding: 1em;
    text-align: center
}

.page-template-page-history-tradition .content #video .overlay {
    padding: 2em 0;
    background: rgba(0, 0, 0, .6)
}

.page-template-page-history-tradition .content #video .overlay .inner {
    max-width: 768px;
    margin: 0 auto;
    text-align: center
}

.page-template-page-alumni .content #video .overlay {
    padding: 2em 0;
    background: rgba(0, 0, 0, .6)
}

.page-template-page-alumni .content #video {
    margin-top: 30px;
}

.page-template-page-alumni .content #video .overlay .inner {
    max-width: 768px;
    margin: 0 auto;
    text-align: center
}

.page-template-page-academics #testimonial-slider testimonial .testimonial author,
.page-template-page-academics .content img,
.page-template-page-history-tradition #blog-social .blogFeed img,
.page-template-page-history-tradition .content #committee #testimonial-slider testimonial .testimonial,
.page-template-page-alumni .content #video .videoPlayer .inner iframe,
.page-template-page-history-tradition .content #video .videoPlayer .inner iframe {
    max-width: 100%
}

.page-template-page-history-tradition .content #video .overlay .inner h2 {
    color: #fff;
    font-weight: 700
}

.page-template-page-history-tradition .content #video .overlay .inner h3 {
    font-weight: 300;
    color: #fff;
    font-style: italic
}

.page-template-page-history-tradition .content #video .overlay .inner p {
    color: #8E6C4A;
    font-size: 1.3em;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase
}

.page-template-page-history-tradition .content #video .overlay .inner .play {
    cursor: pointer;
    color: #8E6C4A;
    font-size: 42px
}

.page-template-page-alumni .content #video .overlay .inner h2 {
    color: #fff;
    font-weight: 700
}

.page-template-page-alumni .content #video .overlay .inner h3 {
    font-weight: 300;
    color: #fff;
    font-style: italic
}

.page-template-page-alumni .content #video .overlay .inner p {
    color: #8E6C4A;
    font-size: 1.3em;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase
}

.page-template-page-alumni .content #video .overlay .inner .play {
    cursor: pointer;
    color: #8E6C4A;
    font-size: 42px
}

.page-template-page-alumni .content #video .videoPlayer,
.page-template-page-history-tradition .content #video .videoPlayer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10001;
    background: rgba(0, 0, 0, .4)
}

.page-template-page-alumni .content #video .videoPlayer .inner,
.page-template-page-history-tradition .content #video .videoPlayer .inner {
    position: relative;
    padding: 2em 0 0;
    background: #fff
}

.page-template-page-alumni .content #video .videoPlayer .inner .vidCloser,
.page-template-page-history-tradition .content #video .videoPlayer .inner .vidCloser {
    background: #333;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 10px;
    cursor: pointer
}

.page-template-page-alumni .content #video .videoPlayer .inner video,
.page-template-page-history-tradition .content #video .videoPlayer .inner video {
    width: 100%;
    height: auto
}

.page-template-page-history-tradition .content #curriculum {
    text-align: center;
    padding: 2em 1em
}

.page-template-page-history-tradition .content #committee .names {
    padding: 0 1em
}

.page-template-page-history-tradition .content #committee .names h2 {
    font-weight: 700
}

.page-template-page-history-tradition .content #committee .names h3 {
    color: #8E6C4A;
    font-size: 1em;
    letter-spacing: 0.01em;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: .3em
}

.page-template-page-history-tradition .content #committee .names p {
    margin-top: 0;
    font-style: italic;
    font-weight: 600
}

.page-template-page-history-tradition .content #affiliation {
    padding: 2em 1em;
    text-align: center
}

.page-template-page-history-tradition .content #affiliation .affilImg {
    margin: 0 auto;
    border-radius: 150px;
    background-size: cover;
    background-position: center top;
    height: 300px;
    width: 300px
}

.page-template-page-history-tradition #blog-social {
    margin-top: 1em;
    padding: 2em 0;
    clear: both;
    background: #D4D4D4;
    overflow: auto
}

.page-template-page-history-tradition #blog-social .blogFeed {
    padding: 0 2em 0 1em
}

.page-template-page-history-tradition #blog-social .blogFeed a.more {
    color: #BB1133
}

.page-template-page-history-tradition #blog-social .blogFeed h2 {
    color: #8E6C4A;
    margin-top: 0
}

.page-template-page-academics .content h2 {
    color: #BB1133;
    font-weight: 300
}

.page-template-page-academics .content p {
    line-height: 200%
}

.page-template-page-academics .content img {
    height: auto
}

.page-template-page-academics .content hr {
    background: url(../png/hr.png);
    height: 4px
}

.page-template-page-academics .content #about {
    padding: 0 1em
}

.page-template-page-academics .content .inner.has-content h2 {
    margin-bottom: 20px;
}

.page-template-page-academics .content .inner .content {
    font-size: 1.2375rem;
    line-height: 1.7375rem;
    font-weight: 400;
    color: #FFF;
    max-width: 13.625rem;
    font-family: kepler-std, serif;
    margin-bottom: 20px;
}

.page-template-page-academics .programs {
    overflow: auto
}

.page-template-page-academics .programs .culinary {
    background: url(../jpg/pastry-arts.jpg)
}

.page-template-page-academics .programs .pastry {
    background: url(../jpg/culinary-arts.jpg)
}

.page-template-page-academics .programs .culinary,
.page-template-page-academics .programs .pastry {
    padding: 0;
    width: 100%;
    margin-top: .5em;
    background-size: cover;
    background-position: center center;
    position: relative
}

.page-template-page-academics .programs .culinary .inner,
.page-template-page-academics .programs .pastry .inner {
    width: 100%;
    height: 300px;
    padding: 1em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: linear-gradient(to top,rgba(0,0,0,.9),rgba(0,0,0,.5));
}

.page-template-page-academics .programs .culinary .inner a.red-btn,
.page-template-page-academics .programs .pastry .inner a.red-btn {
    margin: .5em;
    display: inline-block
}

.page-template-page-academics .programs .culinary h2,
.page-template-page-academics .programs .pastry h2 {
    color: #fff;
    margin: 0 0 1em;
    text-shadow: 0 5px 10px #000
}

.page-template-page-academics .programs .culinary p,
.page-template-page-academics .programs .pastry p {
    color: #fff;
    text-shadow: 0 5px 10px #000
}

.page-template-page-academics #chef-educators {
    clear: both;
    padding: 2em 1em;
    text-align: center
}

.page-template-page-academics #chef-educators h2 {
    text-align: center;
    color: #BB1133;
    font-weight: 300
}

.page-template-page-academics #campuses .selector {
    text-align: center
}

.page-template-page-academics #campuses .selector .gold-btn {
    z-index: 1;
    font-size: .8em;
    border-radius: 0;
    margin-bottom: 1.25em
}

.page-template-page-academics #campuses .selector .gold-btn.selected,
.page-template-page-academics #campuses .selector .gold-btn:hover {
    background: #8E6C4A
}

.page-template-page-academics #campuses .selector .gold-btn.selected:after,
.page-template-page-academics #campuses .selector .gold-btn:hover:after {
    bottom: -25%;
    left: 50%;
    border: solid #8E6C4A;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: -1;
    border-width: 10px;
    margin-left: -10px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (min-width:768px) {
    .page-template-page-academics #campuses .selector {
        border-bottom: 2px solid #8E6C4A;
    }
    .page-template-page-academics #campuses .selector a.gold-btn {
        margin-bottom: 0;
    }

    .page-template-page-academics-program .content #campuses.academic > .selector.culinary-programs {
        border-bottom: 2px solid #8E6C4A !important;
    }


    #cao-programs .red-three-fifty,
    .page-template-page-academics-program .campuses #to-programs-tab a.red-btn {
        margin-right: 2px !important;
    }
}

@media (min-width:1030px) {
    .page-template-page-academics #campuses .selector a.gold-btn {
        opacity: .6;
        font-size: 1.3em;
        width: 340px
    }
    .page-template-page-academics #campuses .selector a.gold-btn.selected,
    .page-template-page-academics #campuses .selector a.gold-btn:hover {
        opacity: 1
    }
    .page-template-page-academics #campuses .selector a.gold-btn.selected:after,
    .page-template-page-academics #campuses .selector a.gold-btn:hover:after {
        border-width: 15px;
        margin-left: -15px
    }
}

.page-template-page-academics #campuses .campus-info {
    display: none;
    padding: 2em 1em;
    overflow: auto;
    text-align: center
}

.page-template-page-academics #campuses .campus-info h3 {
    margin-top: 0;
    color: #BB1133;
    font-size: 1.7em;
    line-height: 125%
}

.page-template-page-academics #campuses .campus-info i {
    color: #BB1133;
    padding-right: 1em
}

.page-template-page-academics #campuses .campus-info .address {
    font-weight: 300
}

.page-template-page-academics #campuses .campus-info p {
    margin: .3em 0;
    font-weight: 600
}

.page-template-page-academics #campuses .campus-info p strong {
    font-weight: 600;
    display: block;
    color: #8E6C4A;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .9em;
    margin-bottom: 2em
}

.page-template-page-academics #campuses .campus-info a.red-btn {
    margin-top: 1em
}

.page-template-page-academics #campuses #boulder.campus-info {
    display: block
}

.page-template-page-academics #austin-chefs,
.page-template-page-academics #boulder-chefs,
.page-template-page-academics #online-chefs {
    padding: 2em 1em
}

.page-template-page-academics #austin-chefs h2,
.page-template-page-academics #boulder-chefs h2,
.page-template-page-academics #online-chefs h2 {
    text-align: center;
    color: #BB1133;
    font-weight: 300
}

.page-template-page-academics #austin-chefs .chefs,
.page-template-page-academics #boulder-chefs .chefs,
.page-template-page-academics #online-chefs .chefs {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-template-page-academics #austin-chefs .chefs .chef,
.page-template-page-academics #boulder-chefs .chefs .chef,
.page-template-page-academics #online-chefs .chefs .chef {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding: 1em;
    position: relative
}

.page-template-page-academics #austin-chefs .chefs .chef .front,
.page-template-page-academics #boulder-chefs .chefs .chef .front,
.page-template-page-academics #online-chefs .chefs .chef .front {
    -webkit-transition: .4s all;
    transition: .4s all
}

.page-template-page-academics #austin-chefs .chefs .chef .front .img,
.page-template-page-academics #boulder-chefs .chefs .chef .front .img,
.page-template-page-academics #online-chefs .chefs .chef .front .img {
    margin: 0 auto;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    background-size: cover;
    background-position: center center
}

.page-template-page-academics #chefs .wrap .content p,
.page-template-page-academics #testimonial-slider testimonial .testimonial .quote p {
    margin-top: 0
}

.page-template-page-academics #austin-chefs .chefs .chef .front h3,
.page-template-page-academics #boulder-chefs .chefs .chef .front h3,
.page-template-page-academics #online-chefs .chefs .chef .front h3 {
    color: #BB1133;
    margin-bottom: 0
}

.page-template-page-academics #austin-chefs .chefs .chef .front span.exec-chef,
.page-template-page-academics #boulder-chefs .chefs .chef .front span.exec-chef,
.page-template-page-academics #online-chefs .chefs .chef .front span.exec-chef {
    font-size: .9em;
    letter-spacing: 1px;
    color: #8E6C4A;
    font-weight: 600;
    text-transform: uppercase
}

.page-template-page-academics #austin-chefs .chefs .chef .front p,
.page-template-page-academics #boulder-chefs .chefs .chef .front p,
.page-template-page-academics #online-chefs .chefs .chef .front p {
    line-height: 150%
}

.page-template-page-academics #austin-chefs .chefs .chef .back,
.page-template-page-academics #boulder-chefs .chefs .chef .back,
.page-template-page-academics #online-chefs .chefs .chef .back {
    z-index: 2;
    -webkit-transition: .4s all;
    transition: .4s all;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: #eee;
    text-align: left;
    padding: 0 1em 1em;
    font-size: .9em;
    width: 100%
}

.page-template-page-academics #austin-chefs .chefs .chef .back h3,
.page-template-page-academics #boulder-chefs .chefs .chef .back h3,
.page-template-page-academics #online-chefs .chefs .chef .back h3 {
    color: #BB1133
}

.page-template-page-academics #austin-chefs .chefs .chef .back ul,
.page-template-page-academics #boulder-chefs .chefs .chef .back ul,
.page-template-page-academics #online-chefs .chefs .chef .back ul {
    margin-bottom: 0
}

.page-template-page-academics #austin-chefs .chefs .chef .back p,
.page-template-page-academics #austin-chefs .chefs .chef .back ul,
.page-template-page-academics #boulder-chefs .chefs .chef .back p,
.page-template-page-academics #boulder-chefs .chefs .chef .back ul,
.page-template-page-academics #online-chefs .chefs .chef .back p,
.page-template-page-academics #online-chefs .chefs .chef .back ul {
    line-height: 110%
}

.page-template-page-academics #austin-chefs .chefs .chef .back p li,
.page-template-page-academics #austin-chefs .chefs .chef .back ul li,
.page-template-page-academics #boulder-chefs .chefs .chef .back p li,
.page-template-page-academics #boulder-chefs .chefs .chef .back ul li,
.page-template-page-academics #online-chefs .chefs .chef .back p li,
.page-template-page-academics #online-chefs .chefs .chef .back ul li {
    padding-bottom: .5em
}

.page-template-page-academics #austin-chefs .chefs .chef .back p li:last-of-type,
.page-template-page-academics #austin-chefs .chefs .chef .back ul li:last-of-type,
.page-template-page-academics #boulder-chefs .chefs .chef .back p li:last-of-type,
.page-template-page-academics #boulder-chefs .chefs .chef .back ul li:last-of-type,
.page-template-page-academics #online-chefs .chefs .chef .back p li:last-of-type,
.page-template-page-academics #online-chefs .chefs .chef .back ul li:last-of-type {
    padding-bottom: 0
}

.page-template-page-academics #austin-chefs .chefs .chef .back p,
.page-template-page-academics #boulder-chefs .chefs .chef .back p,
.page-template-page-academics #online-chefs .chefs .chef .back p {
    line-height: 1.5;
    padding-bottom: 1em;
    margin: 0
}

.page-template-page-academics #austin-chefs .chefs .chef .back p:last-of-type,
.page-template-page-academics #boulder-chefs .chefs .chef .back p:last-of-type,
.page-template-page-academics #online-chefs .chefs .chef .back p:last-of-type {
    padding-bottom: 0
}

.page-template-page-academics #austin-chefs .chefs .chef:active .front,
.page-template-page-academics #austin-chefs .chefs .chef:focus .front,
.page-template-page-academics #austin-chefs .chefs .chef:hover .front,
.page-template-page-academics #boulder-chefs .chefs .chef:active .front,
.page-template-page-academics #boulder-chefs .chefs .chef:focus .front,
.page-template-page-academics #boulder-chefs .chefs .chef:hover .front,
.page-template-page-academics #online-chefs .chefs .chef:active .front,
.page-template-page-academics #online-chefs .chefs .chef:focus .front,
.page-template-page-academics #online-chefs .chefs .chef:hover .front {
    opacity: 0
}

.page-template-page-academics #austin-chefs .chefs .chef:active .back,
.page-template-page-academics #austin-chefs .chefs .chef:focus .back,
.page-template-page-academics #austin-chefs .chefs .chef:hover .back,
.page-template-page-academics #boulder-chefs .chefs .chef:active .back,
.page-template-page-academics #boulder-chefs .chefs .chef:focus .back,
.page-template-page-academics #boulder-chefs .chefs .chef:hover .back,
.page-template-page-academics #online-chefs .chefs .chef:active .back,
.page-template-page-academics #online-chefs .chefs .chef:focus .back,
.page-template-page-academics #online-chefs .chefs .chef:hover .back {
    opacity: 100
}

.page-template-page-academics #chefs {
    background: #fff;
    z-index: 2;
    position: relative
}

.page-template-page-academics #chefs h2 {
    text-align: center;
    font-weight: 300;
    color: #BB1133
}

.page-template-page-academics #chefs hr {
    background: #8E6C4A
}

.page-template-page-academics #chefs .wrap {
    padding: 2em 1em;
    overflow: auto
}

.page-template-page-academics #chefs .wrap .titles .title {
    cursor: pointer;
    font-weight: 700;
    padding: .5em
}

.page-template-page-academics #chefs .wrap .titles .title.selected,
.page-template-page-academics #chefs .wrap .titles .title:hover {
    background: #8E6C4A;
    color: #fff
}

.page-template-page-academics #chefs .wrap .content {
    display: none;
    padding: .5em
}

.page-template-page-academics #chefs .wrap .content.content-0 {
    display: block
}

.page-template-page-academics #testimonial-slider testimonial .testimonial {
    padding: 2em 1em;
    max-width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-template-page-academics #testimonial-slider testimonial .testimonial .quote {
    padding: 0 1em
}

.page-template-page-academics #testimonial-slider testimonial .testimonial .quote:before {
    content: none
}

.page-template-page-academics #testimonial-slider testimonial .testimonial author .thumb {
    max-width: 100px
}

.page-template-page-academics #testimonial-slider testimonial .testimonial .featured {
    padding: 0 .8em;
    position: relative;
    font-size: 1.5em;
    color: #8E6C4A;
    font-weight: 300
}

.page-template-page-academics #testimonial-slider testimonial .testimonial .featured:before {
    display: block;
    height: .95em;
    width: .95em;
    content: '';
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 475.082 475.081' xml:space='preserve'%3E%3Cpath fill='%23997755' d='M164.45,219.27h-63.954c-7.614,0-14.087-2.664-19.417-7.994c-5.327-5.33-7.994-11.801-7.994-19.417v-9.132 c0-20.177,7.139-37.401,21.416-51.678c14.276-14.272,31.503-21.411,51.678-21.411h18.271c4.948,0,9.229-1.809,12.847-5.424 c3.616-3.617,5.424-7.898,5.424-12.847V54.819c0-4.948-1.809-9.233-5.424-12.85c-3.617-3.612-7.898-5.424-12.847-5.424h-18.271 c-19.797,0-38.684,3.858-56.673,11.563c-17.987,7.71-33.545,18.132-46.68,31.267c-13.134,13.129-23.553,28.688-31.262,46.677 C3.855,144.039,0,162.931,0,182.726v200.991c0,15.235,5.327,28.171,15.986,38.834c10.66,10.657,23.606,15.985,38.832,15.985 h109.639c15.225,0,28.167-5.328,38.828-15.985c10.657-10.663,15.987-23.599,15.987-38.834V274.088 c0-15.232-5.33-28.168-15.994-38.832C192.622,224.6,179.675,219.27,164.45,219.27z'/%3E%3Cpath fill='%23997755' d='M459.103,235.256c-10.656-10.656-23.599-15.986-38.828-15.986h-63.953c-7.61,0-14.089-2.664-19.41-7.994 c-5.332-5.33-7.994-11.801-7.994-19.417v-9.132c0-20.177,7.139-37.401,21.409-51.678c14.271-14.272,31.497-21.411,51.682-21.411 h18.267c4.949,0,9.233-1.809,12.848-5.424c3.613-3.617,5.428-7.898,5.428-12.847V54.819c0-4.948-1.814-9.233-5.428-12.85 c-3.614-3.612-7.898-5.424-12.848-5.424h-18.267c-19.808,0-38.691,3.858-56.685,11.563c-17.984,7.71-33.537,18.132-46.672,31.267 c-13.135,13.129-23.559,28.688-31.265,46.677c-7.707,17.987-11.567,36.879-11.567,56.674v200.991 c0,15.235,5.332,28.171,15.988,38.834c10.657,10.657,23.6,15.985,38.828,15.985h109.633c15.229,0,28.171-5.328,38.827-15.985 c10.664-10.663,15.985-23.599,15.985-38.834V274.088C475.082,258.855,469.76,245.92,459.103,235.256z'/%3E%3C/svg%3E");
    font-size: 2.5em;
    position: absolute;
    top: 10px;
    right: 20px;
}

.page-template-page-academics #testimonial-slider testimonial .testimonial .featured p {
    margin-top: 3.5em
}

@media (min-width:1030px) {
    .page-template-page-academics #testimonial-slider testimonial:first-of-type .testimonial {
        border-right: 0;
        float: none;
        width: 100%;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .page-template-page-academics #testimonial-slider testimonial:first-of-type .testimonial .featured {
        padding: 0 1em;
        font-size: 1.75em;
        width: 50%;
        text-align: right
    }
    .page-template-page-academics #testimonial-slider testimonial:first-of-type .testimonial .featured p {
        line-height: 150%
    }
    .page-template-page-academics #testimonial-slider testimonial:first-of-type .testimonial .right {
        width: 50%;
        padding: 0 2em
    }
    .page-template-page-academics #testimonial-slider testimonial:first-of-type .testimonial .quote {
        padding: 0;
        font-size: 1.1em
    }
}

.page-template-page-academics #testimonial-slider {
    border-top: 2px solid #D4D4D4
}

.page-template-page-academics-program .content h2 {
    color: #BB1133;
    font-weight: 300
}

.page-template-page-academics-program .content p {
    line-height: 200%
}

.page-template-page-academics-program .content img {
    max-width: 100%;
    height: auto
}

.page-template-page-academics-program .content hr {
    background: url(../png/hr.png);
    height: 4px
}

.page-template-page-academics-program .content #about {
    padding: 0 1em
}

.page-template-page-academics-program .content #campuses {
    margin: 2em 0 0
}

.page-template-page-academics-program .content #campuses .selector .gold-btn {
    z-index: 1;
    font-size: .8em;
    border-radius: 0;
    margin-bottom: 1.25em
}

.page-template-page-academics-program .content #campuses .selector .gold-btn.selected,
.page-template-page-academics-program .content #campuses .selector .gold-btn:hover {
    background: #8E6C4A
}

.page-template-page-academics-program .content #campuses .selector .gold-btn.selected:after,
.page-template-page-academics-program .content #campuses .selector .gold-btn:hover:after {
    bottom: -25%;
    left: 50%;
    border: solid #8E6C4A;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: -1;
    border-width: 10px;
    margin-left: -10px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (min-width:768px) {
    .page-template-page-academics-program .content #campuses .selector {
        border-bottom: 2px solid #8E6C4A
    }
    .page-template-page-academics-program .content #campuses .selector a.gold-btn {
        margin-bottom: 0
    }
}

@media (min-width:1030px) {
    .page-template-page-academics-program .content #campuses .selector a.gold-btn {
        opacity: .6;
        font-size: 1.3em;
        width: 340px
    }
    .page-template-page-academics-program .content #campuses .selector a.gold-btn.selected,
    .page-template-page-academics-program .content #campuses .selector a.gold-btn:hover {
        opacity: 1
    }
    .page-template-page-academics-program .content #campuses .selector a.gold-btn.selected:after,
    .page-template-page-academics-program .content #campuses .selector a.gold-btn:hover:after {
        border-width: 15px;
        margin-left: -15px
    }
}

.page-template-page-academics-program .content #campuses .selector {
    text-align: center;
    border-bottom: 0
}

.page-template-page-academics-program .content #campuses .selector .red-btn {
    z-index: 1;
    font-size: .8em;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 1.25em
}

.page-template-page-academics-program .content #campuses .selector .red-btn.selected,
.page-template-page-academics-program .content #campuses .selector .red-btn:hover {
    background: #BB1133
}

.page-template-page-academics-program .content #campuses .selector .red-btn.selected:after,
.page-template-page-academics-program .content #campuses .selector .red-btn:hover:after {
    bottom: -25%;
    left: 50%;
    border: solid #BB1133;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: -1;
    border-width: 10px;
    margin-left: -10px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (min-width:768px) {
    .page-template-page-academics-program .content #campuses .selector .red-btn {
        margin-bottom: 0
    }
}

@media (min-width:1030px) {
    .page-template-page-academics-program .content #campuses .selector a.red-btn {
        opacity: .6;
        font-size: 1.3em;
        width: 340px
    }
    .page-template-page-academics-program .content #campuses .selector a.red-btn.selected,
    .page-template-page-academics-program .content #campuses .selector a.red-btn:hover {
        opacity: 1
    }
    .page-template-page-academics-program .content #campuses .selector a.red-btn.selected:after,
    .page-template-page-academics-program .content #campuses .selector a.red-btn:hover:after {
        border-width: 15px;
        margin-left: -15px
    }
}

.page-template-page-academics-program .content #campuses .campus-info {
    display: none;
    padding: 2em 1em
}

.page-template-page-academics-program .content #campuses .campus-info .selector {
    padding-top: 3em
}

.page-template-page-academics-program .content #campuses .campus-info .inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-template-page-academics-program .content #campuses .campus-info .inner .img {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center center
}

.page-template-page-academics-program .content #campuses .campus-info .inner .description h3 {
    color: #8E6C4A
}

.page-template-page-academics-program .content #campuses #boulder {
    display: block
}

.page-template-page-academics-program .content #aus_skills .d-1of2,
.page-template-page-academics-program .content #aus_skills .d-all,
.page-template-page-academics-program .content #skills .d-1of2,
.page-template-page-academics-program .content #skills .d-all {
    padding: 1em
}

.page-template-page-academics-program .content #aus_skills #to-programs-tab {
    padding: 0;
}

.page-template-page-academics-program .content #aus_skills .d-1of2 h2,
.page-template-page-academics-program .content #aus_skills .d-all h2,
.page-template-page-academics-program .content #skills .d-1of2 h2,
.page-template-page-academics-program .content #skills .d-all h2 {
    margin-top: 0;
    margin-bottom: .5em
}

.page-template-page-academics-program .content #aus_skills .d-1of2 .img,
.page-template-page-academics-program .content #aus_skills .d-all .img,
.page-template-page-academics-program .content #skills .d-1of2 .img,
.page-template-page-academics-program .content #skills .d-all .img {
    margin-top: 1.4em;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center center
}

.page-template-page-academics-program .content #aus_skills {
    display: none
}

.page-template-page-academics-program .content #aus_skills .d-all h2 {
    margin-top: .5em
}

.page-template-page-academics-program .content #what h2 {
    text-align: center
}

.page-template-page-academics-program .content #what .features .feature {
    margin: 0 auto 1em;
    width: 100%;
    background-size: cover;
    background-position: center center;
    position: relative
}

.page-template-page-academics-program #testimonial-slider testimonial .testimonial .quote p,
.page-template-page-academics-program .content #programs ul li p {
    margin-top: 0
}

.page-template-page-academics-program .content #what .features .feature .overlay {
    padding: 1em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    background: rgba(0, 0, 0, .2);
    box-shadow: 0 0 80px #000 inset;
    height: 200px
}

.page-template-page-academics-program .content #what .features .feature .overlay .front {
    -webkit-transition: .4s all;
    transition: .4s all;
    visibility: visible;
    opacity: 100;
    width: 100%
}

.page-template-page-academics-program .content #what .features .feature .overlay .front h3 {
    margin: 0;
    color: #fff;
    text-shadow: 0 5px 10px #000;
    font-size: 1.5em;
    line-height: 125%;
    font-weight: 600
}

.page-template-page-academics-program .content #what .features .feature .overlay .back {
    -webkit-transition: .4s all;
    transition: .4s all;
    background: #BB1133;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1em;
    line-height: 120%;
    height: 200px;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-template-page-academics-program .content #what .features .feature .overlay .back desc {
    font-size: .9em;
    font-weight: 300
}

.page-template-page-academics-program .content #what .features .feature:active .front,
.page-template-page-academics-program .content #what .features .feature:focus .front,
.page-template-page-academics-program .content #what .features .feature:hover .front {
    visibility: hidden;
    opacity: 0
}

.page-template-page-academics-program .content #what .features .feature:active .back,
.page-template-page-academics-program .content #what .features .feature:focus .back,
.page-template-page-academics-program .content #what .features .feature:hover .back {
    visibility: visible;
    opacity: 100
}

@media (max-width:767px) {
    .page-template-page-academics-program .content #what .features .m-1of2 {
        padding: 0 .5em
    }
}

.page-template-page-academics-program .content #what .features .feature .overlay .back h3 {
    margin-top: 0;
    font-size: 1.5em;
    line-height: 150%
}

.page-template-page-academics-program .content #programs {
    padding: 2em 1em
}

.page-template-page-academics-program .content #programs .d-1of2 .program,
.page-template-page-academics-program .content #programs ul li {
    border-left: 2px solid #D4D4D4;
    padding-left: 1em;
    margin-bottom: 3em
}

.page-template-page-academics-program .content #programs .intro-text h2 {
    text-align: center
}

.page-template-page-academics-program .content #programs .intro-text p {
    font-size: 1.3em;
    text-align: center;
    font-weight: 300;
    line-height: 160%
}

.page-template-page-academics-program .content #programs .d-1of2 p,
.page-template-page-academics-program .content #programs ul p {
    font-size: 1em;
    font-weight: 400;
    text-align: left;
    line-height: 200%
}

.page-template-page-academics-program .content #programs .d-1of2 .program h3 {
    color: #8E6C4A
}

.page-template-page-academics-program .content #programs ul li h4 {
    color: #8E6C4A;
    margin: 0
}

.page-template-page-academics-program .content #programs ul li p:last-of-type {
    margin: 0
}

.page-template-page-academics-program .content #curriculum {
    background: #BB1133
}

.page-template-page-academics-program .content #curriculum .wrap {
    padding: 2em 1em;
    text-align: center
}

.page-template-page-academics-program .content #curriculum .wrap h2,
.page-template-page-academics-program .content #curriculum .wrap p {
    color: #fff
}

.page-template-page-academics-program #testimonial-slider testimonial .testimonial {
    padding: 2em 1em;
    max-width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-template-page-academics-program #testimonial-slider testimonial .testimonial .quote {
    padding: 0 1em
}

.page-template-page-academics-program #testimonial-slider testimonial .testimonial .quote:before {
    content: none
}

.page-template-page-academics-program #testimonial-slider testimonial .testimonial author {
    max-width: 100%
}

.page-template-page-academics-program #testimonial-slider testimonial .testimonial author .thumb {
    max-width: 100px
}

.page-template-page-academics-program #testimonial-slider testimonial .testimonial .featured {
    padding: 0 .8em;
    position: relative;
    font-size: 1.5em;
    color: #8E6C4A;
    font-weight: 300
}

.page-template-page-academics-program #testimonial-slider testimonial .testimonial .featured:before {
    display: block;
    height: .95em;
    width: .95em;
    content: '';
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 475.082 475.081' xml:space='preserve'%3E%3Cpath fill='%23997755' d='M164.45,219.27h-63.954c-7.614,0-14.087-2.664-19.417-7.994c-5.327-5.33-7.994-11.801-7.994-19.417v-9.132 c0-20.177,7.139-37.401,21.416-51.678c14.276-14.272,31.503-21.411,51.678-21.411h18.271c4.948,0,9.229-1.809,12.847-5.424 c3.616-3.617,5.424-7.898,5.424-12.847V54.819c0-4.948-1.809-9.233-5.424-12.85c-3.617-3.612-7.898-5.424-12.847-5.424h-18.271 c-19.797,0-38.684,3.858-56.673,11.563c-17.987,7.71-33.545,18.132-46.68,31.267c-13.134,13.129-23.553,28.688-31.262,46.677 C3.855,144.039,0,162.931,0,182.726v200.991c0,15.235,5.327,28.171,15.986,38.834c10.66,10.657,23.606,15.985,38.832,15.985 h109.639c15.225,0,28.167-5.328,38.828-15.985c10.657-10.663,15.987-23.599,15.987-38.834V274.088 c0-15.232-5.33-28.168-15.994-38.832C192.622,224.6,179.675,219.27,164.45,219.27z'/%3E%3Cpath fill='%23997755' d='M459.103,235.256c-10.656-10.656-23.599-15.986-38.828-15.986h-63.953c-7.61,0-14.089-2.664-19.41-7.994 c-5.332-5.33-7.994-11.801-7.994-19.417v-9.132c0-20.177,7.139-37.401,21.409-51.678c14.271-14.272,31.497-21.411,51.682-21.411 h18.267c4.949,0,9.233-1.809,12.848-5.424c3.613-3.617,5.428-7.898,5.428-12.847V54.819c0-4.948-1.814-9.233-5.428-12.85 c-3.614-3.612-7.898-5.424-12.848-5.424h-18.267c-19.808,0-38.691,3.858-56.685,11.563c-17.984,7.71-33.537,18.132-46.672,31.267 c-13.135,13.129-23.559,28.688-31.265,46.677c-7.707,17.987-11.567,36.879-11.567,56.674v200.991 c0,15.235,5.332,28.171,15.988,38.834c10.657,10.657,23.6,15.985,38.828,15.985h109.633c15.229,0,28.171-5.328,38.827-15.985 c10.664-10.663,15.985-23.599,15.985-38.834V274.088C475.082,258.855,469.76,245.92,459.103,235.256z'/%3E%3C/svg%3E");
    font-size: 2.5em;
    position: absolute;
    top: 10px;
    right: 20px;
}

.page-template-page-academics-program #testimonial-slider testimonial .testimonial .featured p {
    margin-top: 3.5em
}

@media (min-width:1030px) {
    .page-template-page-academics-program #testimonial-slider testimonial:first-of-type .testimonial {
        border-right: 0;
        float: none;
        width: 100%;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .page-template-page-academics-program #testimonial-slider testimonial:first-of-type .testimonial .featured {
        padding: 0 1em;
        font-size: 1.75em;
        width: 50%;
        text-align: right
    }
    .page-template-page-academics-program #testimonial-slider testimonial:first-of-type .testimonial .featured p {
        line-height: 150%
    }
    .page-template-page-academics-program #testimonial-slider testimonial:first-of-type .testimonial .right {
        width: 50%;
        padding: 0 2em
    }
    .page-template-page-academics-program #testimonial-slider testimonial:first-of-type .testimonial .quote {
        padding: 0;
        font-size: 1.1em
    }
}

.page-template-page-academics-program .more-info {
    padding: 1em
}

.page-template-page-alumni-profiles #cta a.red-btn {
    box-shadow: none
}

.page-template-page-open-house-events .tours #tour-cta .wrap .brochure .gform_wrapper textarea,
.page-template-page-alumni-profiles .content .tours #tour-cta .wrap .brochure .gform_wrapper textarea,
.page-template-page-contact .content .brochure .inner .gform_wrapper textarea,
.page-template-page-open-house .form .gform_wrapper textarea,
.page-template-page-tour .tours #tour-cta .wrap .brochure .gform_wrapper textarea,
.page-template-page-refer .refer #refer-cta .wrap .brochure .gform_wrapper textarea {
    max-height: 100px
}

.page-template-page-alumni-profiles .header .success-stories {
    padding: 0
}

.page-template-page-alumni-profiles .header .success-stories titles .titles storyTitle .story.story-5 {
    padding-right: 1em
}

.page-template-page-alumni-profiles .header .success-stories titles .titles storyTitle:last-of-type .story .story-title {
    padding-right: 0
}

.page-template-page-alumni-profiles .header .success-stories .content a.more {
    margin: .5em 0;
    color: #8E6C4A;
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: 1px;
    font-weight: 600;
    text-decoration: none
}

.page-template-page-alumni-profiles #programs p {
    line-height: 200%
}

.page-template-page-alumni-profiles #programs img {
    max-width: 100%;
    height: auto
}

.page-template-page-alumni-profiles #programs hr {
    background: url(../png/hr.png);
    height: 4px
}

.page-template-page-alumni-profiles #programs #about {
    padding: 0 1em
}

.page-template-page-alumni-profiles #programs .selector {
    text-align: center
}

.page-template-page-alumni-profiles #programs .selector .gold-btn {
    z-index: 1;
    font-size: .8em;
    border-radius: 0;
    margin-bottom: 1.25em
}

.page-template-page-alumni-profiles #programs .selector .gold-btn.selected,
.page-template-page-alumni-profiles #programs .selector .gold-btn:hover {
    background: #8E6C4A
}

.page-template-page-alumni-profiles #programs .selector .gold-btn.selected:after,
.page-template-page-alumni-profiles #programs .selector .gold-btn:hover:after {
    bottom: -25%;
    left: 50%;
    border: solid #8E6C4A;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: -1;
    border-width: 10px;
    margin-left: -10px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .onlinestorycontent .mainContent .thumb img,
.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .onlinestorycontent .pullQuote .thumb img,
.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .pastrystorycontent .mainContent .thumb img,
.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .pastrystorycontent .pullQuote .thumb img,
.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .storycontent .mainContent .thumb img,
.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .storycontent .pullQuote .thumb img {
    border-radius: 100px
}

@media (min-width:768px) {
    .page-template-page-alumni-profiles #programs .selector {
        border-bottom: 2px solid #8E6C4A
    }
    .page-template-page-alumni-profiles #programs .selector a.gold-btn {
        margin-bottom: 0
    }
}

@media (min-width:1030px) {
    .page-template-page-alumni-profiles #programs .selector a.gold-btn {
        opacity: .6;
        font-size: 1.3em;
        width: 340px
    }
    .page-template-page-alumni-profiles #programs .selector a.gold-btn.selected,
    .page-template-page-alumni-profiles #programs .selector a.gold-btn:hover {
        opacity: 1
    }
    .page-template-page-alumni-profiles #programs .selector a.gold-btn.selected:after,
    .page-template-page-alumni-profiles #programs .selector a.gold-btn:hover:after {
        border-width: 15px;
        margin-left: -15px
    }
}

.page-template-page-alumni-profiles #programs h2 {
    color: #BB1133;
    font-weight: 300;
    text-align: center;
    margin: 2em 0 .5em
}

.page-template-page-alumni-profiles #programs .programs {
    margin: 2em auto
}

.page-template-page-alumni-profiles #programs .programs .info {
    margin-top: 0;
    background: #fff;
    display: none;
    padding: 0 1em
}

.page-template-page-alumni-profiles #programs .programs .info .inner .titles h3 {
    text-align: center;
    color: #BB1133
}

.page-template-page-alumni-profiles #programs .programs .info .inner .titles .onlinestorytitle,
.page-template-page-alumni-profiles #programs .programs .info .inner .titles .pastrystorytitle,
.page-template-page-alumni-profiles #programs .programs .info .inner .titles .storytitle {
    text-align: center;
    padding: .5em 1em;
    cursor: pointer;
    font-weight: 600
}

.page-template-page-alumni-profiles #programs .programs .info .inner .titles .onlinestorytitle.selected,
.page-template-page-alumni-profiles #programs .programs .info .inner .titles .onlinestorytitle:hover,
.page-template-page-alumni-profiles #programs .programs .info .inner .titles .pastrystorytitle.selected,
.page-template-page-alumni-profiles #programs .programs .info .inner .titles .pastrystorytitle:hover,
.page-template-page-alumni-profiles #programs .programs .info .inner .titles .storytitle.selected,
.page-template-page-alumni-profiles #programs .programs .info .inner .titles .storytitle:hover {
    background: #8E6C4A;
    color: #fff
}

.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .onlinestorycontent,
.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .pastrystorycontent,
.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .storycontent {
    padding-top: 2em;
    display: none
}

.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .onlinestorycontent .pullQuote,
.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .pastrystorycontent .pullQuote,
.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .storycontent .pullQuote {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1em
}

.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .onlinestorycontent .pullQuote .thumb,
.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .pastrystorycontent .pullQuote .thumb,
.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .storycontent .pullQuote .thumb {
    align-self: flex-start;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .onlinestorycontent .pullQuote .excerpt,
.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .pastrystorycontent .pullQuote .excerpt,
.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .storycontent .pullQuote .excerpt {
    padding-left: 1em;
    color: #8E6C4A;
    font-weight: 600
}

.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .onlinestorycontent .pullQuote .excerpt p,
.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .pastrystorycontent .pullQuote .excerpt p,
.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .storycontent .pullQuote .excerpt p {
    margin: 0
}

.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .onlinestorycontent .mainContent .thumb,
.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .pastrystorycontent .mainContent .thumb,
.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .storycontent .mainContent .thumb {
    align-self: flex-start;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .onlinestorycontent .mainContent .quote,
.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .pastrystorycontent .mainContent .quote,
.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .storycontent .mainContent .quote {
    padding-left: 3em;
    position: relative
}

.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .onlinestorycontent .mainContent .quote:before,
.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .pastrystorycontent .mainContent .quote:before,
.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .storycontent .mainContent .quote:before {
    color: #8E6C4A;
    font-size: 2em;
    float: left;
    line-height: 100%;
    padding-right: .3em;
    top: 0;
    left: 0;
    display: block;
    height: .95em;
    width: .95em;
    content: '';
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 475.082 475.081' xml:space='preserve'%3E%3Cpath fill='%23997755' d='M164.45,219.27h-63.954c-7.614,0-14.087-2.664-19.417-7.994c-5.327-5.33-7.994-11.801-7.994-19.417v-9.132 c0-20.177,7.139-37.401,21.416-51.678c14.276-14.272,31.503-21.411,51.678-21.411h18.271c4.948,0,9.229-1.809,12.847-5.424 c3.616-3.617,5.424-7.898,5.424-12.847V54.819c0-4.948-1.809-9.233-5.424-12.85c-3.617-3.612-7.898-5.424-12.847-5.424h-18.271 c-19.797,0-38.684,3.858-56.673,11.563c-17.987,7.71-33.545,18.132-46.68,31.267c-13.134,13.129-23.553,28.688-31.262,46.677 C3.855,144.039,0,162.931,0,182.726v200.991c0,15.235,5.327,28.171,15.986,38.834c10.66,10.657,23.606,15.985,38.832,15.985 h109.639c15.225,0,28.167-5.328,38.828-15.985c10.657-10.663,15.987-23.599,15.987-38.834V274.088 c0-15.232-5.33-28.168-15.994-38.832C192.622,224.6,179.675,219.27,164.45,219.27z'/%3E%3Cpath fill='%23997755' d='M459.103,235.256c-10.656-10.656-23.599-15.986-38.828-15.986h-63.953c-7.61,0-14.089-2.664-19.41-7.994 c-5.332-5.33-7.994-11.801-7.994-19.417v-9.132c0-20.177,7.139-37.401,21.409-51.678c14.271-14.272,31.497-21.411,51.682-21.411 h18.267c4.949,0,9.233-1.809,12.848-5.424c3.613-3.617,5.428-7.898,5.428-12.847V54.819c0-4.948-1.814-9.233-5.428-12.85 c-3.614-3.612-7.898-5.424-12.848-5.424h-18.267c-19.808,0-38.691,3.858-56.685,11.563c-17.984,7.71-33.537,18.132-46.672,31.267 c-13.135,13.129-23.559,28.688-31.265,46.677c-7.707,17.987-11.567,36.879-11.567,56.674v200.991 c0,15.235,5.332,28.171,15.988,38.834c10.657,10.657,23.6,15.985,38.828,15.985h109.633c15.229,0,28.171-5.328,38.827-15.985 c10.664-10.663,15.985-23.599,15.985-38.834V274.088C475.082,258.855,469.76,245.92,459.103,235.256z'/%3E%3C/svg%3E");
}

.page-template-page-open-house-events #expect p,
.page-template-page-open-house-events .content p,
.page-template-page-open-house-events .feature p,
.page-template-page-open-house-events .tours p,
.page-template-page-community .content p {
    line-height: 200%
}

.page-template-page-alumni-profiles #programs .programs #culinary.info,
.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .onlinestorycontent-0,
.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .pastrystorycontent-0,
.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .storycontent-0 {
    display: block
}

.page-template-page-alumni-profiles #cta {
    border-top: 1px solid #D4D4D4;
    padding: 2em 1em;
    text-align: center
}

.page-template-page-alumni-profiles #cta p {
    font-weight: 300;
    font-size: 1.2em
}

.page-template-page-alumni-profiles #blog-social {
    margin-top: 1em;
    padding: 2em 0;
    clear: both;
    background: #D4D4D4;
    overflow: auto
}

.page-template-page-alumni-profiles #blog-social .blogFeed {
    padding: 0 2em 0 1em
}

.page-template-page-alumni-profiles #blog-social .blogFeed a.more {
    color: #BB1133
}

.page-template-page-alumni-profiles #blog-social .blogFeed h2 {
    color: #8E6C4A;
    margin-top: 0
}

.page-template-page-alumni-profiles #blog-social .blogFeed img {
    max-width: 100%
}

.page-template-page-alumni-profiles #blog-social .social {
    padding: 1em!important;
    background: #fff;
    border-radius: 5px
}

.page-template-page-open-house-events .content {
    padding: 2em 1em;
    text-align: center
}

.page-template-page-open-house-events .content h2 {
    color: #BB1133;
    font-weight: 300
}

.page-template-page-open-house-events .content img {
    max-width: 100%;
    height: auto
}

.page-template-page-open-house-events .content hr {
    background: url(../png/hr.png);
    height: 4px
}

.page-template-page-open-house-events .content #about {
    padding: 0 1em
}

/*.page-template-page-open-house-events .eventsFeed {*/
/*    max-width: 450px;*/
/*    margin: 0 auto*/
/*}*/

/*.page-template-page-open-house-events .eventsFeed .eventPost .title h3 {*/
/*    color: #8E6C4A*/
/*}*/

.page-template-page-open-house-events #expect {
    padding: 2em 1em;
    clear: both;
    text-align: center
}

.page-template-page-open-house-events #expect h2 {
    color: #BB1133;
    font-weight: 300
}

.page-template-page-open-house-events #expect img {
    max-width: 100%;
    height: auto
}

.page-template-page-open-house-events #expect hr {
    background: url(../png/hr.png);
    height: 4px
}

.page-template-page-open-house-events #expect #about {
    padding: 0 1em
}

.page-template-page-open-house-events #expect .cols .col {
    padding: 1em 0;
    border-bottom: 2px solid #8E6C4A
}

.page-template-page-open-house-events #expect .cols .col h3,
.page-template-page-open-house-events #expect .cols .col p {
    color: #8E6C4A
}

.page-template-page-open-house-events #expect .cols .col h3 {
    font-weight: 300;
    font-size: 1.75em;
    margin: 0
}

.page-template-page-open-house-events #expect .cols .col p {
    font-weight: 700;
    margin: 0
}

.page-template-page-open-house-events #expect .cols .col:last-of-type {
    border-bottom: 0
}

.page-template-page-open-house-events #reserve-cta {
    overflow: auto;
    background-size: cover;
    background-position: center center
}

.page-template-page-open-house-events #reserve-cta .wrap {
    padding: 2em 1em
}

.page-template-page-open-house-events #reserve-cta .wrap .inner {
    padding: 1em;
    background: #bb1133b3;
    overflow: auto;
    color: #fff;
    text-align: center
}

.page-template-page-open-house-events #reserve-cta .wrap .inner a[href^="tel:"],
.page-template-page-open-house-events #reserve-cta .wrap .inner a[href^="mailto:"] {
    color: #fff
}

.page-template-page-open-house-events .feature {
    padding: 4em 1em 2em;
    overflow: auto
}

.page-template-page-open-house-events .feature #about,
.page-template-page-open-house-events .tours #about {
    padding: 0 1em
}

.page-template-page-open-house-events .feature h2 {
    color: #BB1133;
    font-weight: 300
}

.page-template-page-open-house-events .feature img {
    max-width: 100%;
    height: auto
}

.page-template-page-open-house-events .feature hr {
    background: url(../png/hr.png);
    height: 4px
}

.page-template-page-open-house-events .feature .img {
    height: 300px;
    background-size: cover;
    background-position: center top
}

.page-template-page-open-house-events .tours h2 {
    color: #BB1133;
    font-weight: 300;
    text-align: center
}

.page-template-page-open-house-events .tours img {
    max-width: 100%;
    height: auto
}

.page-template-page-open-house-events .tours hr {
    background: url(../png/hr.png);
    height: 4px
}

.page-template-page-open-house-events .tours #tour-cta {
    padding: 2em 1em;
    overflow: auto;
    background-size: cover;
    background-position: center center
}

.page-template-page-open-house-events .tours #tour-cta .wrap {
    overflow: auto;
    background: #bb1133b3;
    padding: 1em
}

.page-template-page-open-house-events .tours #tour-cta .wrap .brochure {
    padding: 0 1em;
    color: #fff
}

.page-template-page-open-house-events .tours #tour-cta .wrap .brochure .gform_wrapper {
    margin: 0
}

.page-template-page-open-house-events .tours #tour-cta .wrap .brochure .gform_wrapper form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-template-page-open-house-events .tours #tour-cta .wrap .brochure .gform_wrapper form ul.gform_fields li.gfield {
    padding-right: 0
}

.page-template-page-open-house-events .tours #tour-cta .wrap .brochure .gform_wrapper form .gform_heading {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 0;
    position: relative
}

.page-template-page-open-house-events .tours #tour-cta .wrap .brochure .gform_wrapper form .gform_heading .gform_description {
    font-size: .7em;
    margin-top: 1em;
    margin-bottom: 0
}

.page-template-page-open-house-events .tours #tour-cta .wrap .brochure .gform_wrapper form .gform_heading .gform_description span.highlight {
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline
}

.page-template-page-open-house-events .tours #tour-cta .wrap .brochure .gform_wrapper form .gform_heading .disclosure {
    display: none;
    position: absolute;
    bottom: 32px;
    left: 0;
    background: rgba(51, 51, 51, .9);
    color: #fff;
    width: 100%;
    font-size: 11px;
    padding: 2em
}

.page-template-page-open-house-events .tours #tour-cta .wrap .brochure .gform_wrapper form .gform_body {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.page-template-page-open-house-events .tours #tour-cta .wrap .brochure .gform_wrapper form .gform_footer {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    margin: 0
}

.page-template-page-open-house-events .tours #tour-cta .wrap .brochure .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.page-template-page-open-house-events .tours #tour-cta .wrap .brochure .gform_wrapper textarea {
    background-color: #fff
}

.page-template-page-open-house-events .tours #tour-cta .wrap .brochure .gform_wrapper .gform_title {
    display: none
}

.page-template-page-open-house-events .tours #tour-cta .wrap .brochure .gform_wrapper input,
.page-template-page-open-house-events .tours #tour-cta .wrap .brochure .gform_wrapper textarea {
    max-width: 100%;
    width: 100%
}

.page-template-page-open-house-events .tours #tour-cta .wrap .brochure .gform_wrapper input::-webkit-input-placeholder,
.page-template-page-open-house-events .tours #tour-cta .wrap .brochure .gform_wrapper textarea::-webkit-input-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .9em
}

.page-template-page-open-house-events .tours #tour-cta .wrap .brochure .gform_wrapper input::-moz-placeholder,
.page-template-page-open-house-events .tours #tour-cta .wrap .brochure .gform_wrapper textarea::-moz-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .9em
}

.page-template-page-open-house-events .tours #tour-cta .wrap .brochure .gform_wrapper input:-ms-input-placeholder,
.page-template-page-open-house-events .tours #tour-cta .wrap .brochure .gform_wrapper textarea:-ms-input-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .9em
}

.page-template-page-open-house-events .tours #tour-cta .wrap .brochure .gform_wrapper input:-moz-placeholder,
.page-template-page-open-house-events .tours #tour-cta .wrap .brochure .gform_wrapper textarea:-moz-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .9em
}

.page-template-page-open-house-events .tours #tour-cta .wrap .brochure .gform_wrapper .fields-wrap input,
.page-template-page-open-house-events .tours #tour-cta .wrap .brochure .gform_wrapper .fields-wrap .dropdown {
    outline: none;
}

.page-template-page-open-house-events .tours #tour-cta .wrap .brochure .gform_wrapper .fields-wrap input:focus,
.page-template-page-open-house-events .tours #tour-cta .wrap .brochure .gform_wrapper .fields-wrap select:focus {
    outline: 2px solid #252525;
    outline-offset: 0;
}

.page-template-page-open-house-events .tours #tour-cta .wrap .brochure .gform_wrapper input[type=submit] {
    background: #000;
    border: 0;
    border-radius: 5px;
    color: #fff;
    width: auto;
    font-weight: 600;
    padding: .5em 1.5em;
    float: right
}

.page-template-page-open-house-events .tours #tour-cta .wrap .brochure .gform_wrapper input[type=submit]:hover {
    background-color: #fff;
    color: #000;
}

@media (max-width: 992px) {
    .page-template-page-open-house-events .tours #tour-cta .wrap .brochure .gform_wrapper input[type=submit] {
        width: 100%;
        margin-bottom: 15px;
    }
}

.page-template-page-open-house-events .brochure-form .escoffier-contact .disclosure-tooltip p {
    color: #fff !important;
}

.page-template-page-open-house-events .tours #tour-cta .wrap .brochure .gform_wrapper input[type=submit] {
    float: none !important;
}

.page-template-page-open-house-events .tours #tour-cta .wrap .brochure .gform_wrapper input[type=submit]:focus {
    background: #fff !important;
    color: #000;
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.page-template-page-open-house-events .brochure-form .escoffier-contact .fields-wrap input,
.page-template-page-open-house-events .brochure-form .escoffier-contact .fields-wrap .dropdown {
    border: none;
}

.page-template-page-open-house-events .brochure-form .escoffier-contact .fields-wrap input:focus,
.page-template-page-open-house-events .brochure-form .escoffier-contact .fields-wrap select:focus {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.page-template-page-open-house-events .brochure-form .escoffier-contact .consent {
    color: #fff;
}

.page-template-page-open-house-events .brochure-form .escoffier-contact .disclosure-tooltip p a:focus {
    outline: 1px solid #fff;
}

@media (min-width:1030px) {
    .page-template-page-open-house-events .tours #tour-cta .wrap .brochure .gform_wrapper form ul.gform_fields .gfield.full {
        width: 100%
    }
}

.page-template-page-open-house-events .tours #tour-cta .wrap #testimonial-slider testimonial .testimonial {
    color: #fff
}

.page-template-page-open-house .form {
    color: #fff;
    background: #BB1133;
    padding: 1em;
    border-radius: 5px
}

.page-template-page-open-house .form .gform_wrapper {
    margin: 0
}

.page-template-page-open-house .form .gform_wrapper form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-template-page-open-house .form .gform_wrapper form ul.gform_fields li.gfield {
    padding-right: 0
}

.page-template-page-open-house .form .gform_wrapper form .gform_heading {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 0;
    position: relative
}

.page-template-page-open-house .form .gform_wrapper form .gform_heading .gform_description {
    font-size: .7em;
    margin-top: 1em;
    margin-bottom: 0
}

.page-template-page-open-house .form .gform_wrapper form .gform_heading .gform_description span.highlight {
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline
}

.page-template-page-open-house .form .gform_wrapper form .gform_heading .disclosure {
    display: none;
    position: absolute;
    bottom: 32px;
    left: 0;
    background: rgba(51, 51, 51, .9);
    color: #fff;
    width: 100%;
    font-size: 11px;
    padding: 2em
}

.page-template-page-open-house .form .gform_wrapper form .gform_body {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.page-template-page-open-house .form .gform_wrapper form .gform_footer {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    margin: 0
}

.page-template-page-open-house .form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.page-template-page-open-house .form .gform_wrapper select,
.page-template-page-open-house .form .gform_wrapper textarea {
    padding: .8em;
    height: auto;
    background-color: #fff
}

.page-template-page-open-house .form .gform_wrapper .gform_title {
    display: none
}

.page-template-page-open-house .form .gform_wrapper select {
    max-width: 100%;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .9em
}

.page-template-page-open-house .form .gform_wrapper input,
.page-template-page-open-house .form .gform_wrapper textarea {
    max-width: 100%;
    width: 100%
}

.page-template-page-open-house .form .gform_wrapper input::-webkit-input-placeholder,
.page-template-page-open-house .form .gform_wrapper textarea::-webkit-input-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .9em
}

.page-template-page-open-house .form .gform_wrapper input::-moz-placeholder,
.page-template-page-open-house .form .gform_wrapper textarea::-moz-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .9em
}

.page-template-page-open-house .form .gform_wrapper input:-ms-input-placeholder,
.page-template-page-open-house .form .gform_wrapper textarea:-ms-input-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .9em
}

.page-template-page-open-house .form .gform_wrapper input:-moz-placeholder,
.page-template-page-open-house .form .gform_wrapper textarea:-moz-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .9em
}

.page-template-page-open-house .form .gform_wrapper input[type=submit] {
    background: #8E6C4A;
    border: 0;
    border-radius: 5px;
    color: #fff;
    width: auto;
    font-weight: 600;
    padding: .5em 1.5em;
    float: right
}

.page-template-page-open-house .form .gform_wrapper input[type=submit]:hover {
    background-color: #ae8437
}

@media (min-width:1030px) {
    .page-template-page-open-house .form .gform_wrapper form ul.gform_fields .gfield.full {
        width: 100%
    }
}

.page-template-page-open-house .form h2 {
    color: #fff
}

.page-template-page-open-house .form .gform_wrapper .top_label input.medium,
.page-template-page-open-house .form .gform_wrapper .top_label select.medium {
    width: 100%!important
}

.page-template-page-community .content h2 {
    color: #BB1133;
    font-weight: 300
}

.page-template-page-community .content img {
    max-width: 100%;
    height: auto
}

.page-template-page-community .content hr {
    background: url(../png/hr.png);
    height: 4px
}

.page-template-page-community .content #about {
    padding: 0 1em
}

.page-template-page-community .content .intro-text {
    font-size: 1.2em;
    text-align: center;
    padding: 2em 1em;
    font-weight: 300
}

.page-template-page-community .content .intro-text p {
    line-height: 150%
}

.page-template-page-community .content feature .feature {
    padding: 2em 1em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-template-page-community .content feature .feature .image {
    background-size: cover;
    background-position: center center;
    height: 350px;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.page-template-page-community .content feature .feature .text {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

@media (min-width:768px) {
    .page-template-page-community .content feature .feature {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch
    }
    .page-template-page-community .content feature .feature .image {
        height: auto
    }
    .page-template-page-community .content feature .feature .text {
        padding-right: 0;
        padding-left: 2em
    }
    .page-template-page-community .content feature:nth-of-type(even) .feature {
        margin-bottom: 4em
    }
    .page-template-page-community .content feature:nth-of-type(even) .feature .image {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .page-template-page-community .content feature:nth-of-type(even) .feature .text {
        padding-left: 0;
        padding-right: 2em;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:1030px) {

    .page-template-page-community .content feature .feature {
        margin: 3em auto
    }

    .page-template-page-community .content feature .feature .text h2 {
        margin-top: 0;
        font-size: 2.8em
    }

}

.archive main .blog-header .cats ul,
.blog main .blog-header .cats ul,
.commentlist,
.search main .blog-header .cats ul {
    list-style-type: none
}

.page-template-page-tour .content p,
.page-template-page-tour .tours p {
    line-height: 200%
}

.page-template-page-tour .content h2 {
    color: #BB1133;
    font-weight: 300
}

.page-template-page-tour .content img {
    max-width: 100%;
    height: auto
}

.page-template-page-tour .content hr {
    background: url(../png/hr.png);
    height: 4px
}

.page-template-page-tour .content #about {
    padding: 0 1em
}

.page-template-page-tour .content .intro-text {
    padding: 2em 1em
}

.page-template-page-tour .content .intro-text ul li {
    border-left: 1px solid #D4D4D4;
    padding-left: 1em;
    margin-bottom: 2em
}

.page-template-page-tour .content .intro-text ul li h3 {
    color: #BB1133;
    margin: 0
}

.page-template-page-tour .content .intro-text ul li a {
    font-size: .8em;
    font-weight: 600;
    color: #8E6C4A;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none
}

.page-template-page-tour .content .intro-text ul li p,
.page-template-page-tour .content .intro-text ul li:last-of-type {
    margin: 0
}

.page-template-page-tour .tours img {
    max-width: 100%;
    height: auto
}

.page-template-page-tour .tours hr {
    background: url(../png/hr.png);
    height: 4px
}

.page-template-page-tour .tours #about {
    padding: 0 1em
}

.page-template-page-tour .tours h2 {
    color: #BB1133;
    font-weight: 300;
    text-align: center;
    padding-bottom: .5em;
    margin: 0
}

.page-template-page-tour .tours #tour-cta {
    background: center center #BB1133;
    padding: 2em 1em;
    overflow: auto;
    background-size: cover
}

.page-template-page-tour .tours #tour-cta .wrap {
    overflow: auto
}

.page-template-page-tour .tours #tour-cta .wrap .brochure {
    padding: 0 1em;
    color: #fff
}

.page-template-page-tour .tours #tour-cta .wrap .brochure .gform_wrapper {
    margin: 0
}

.page-template-page-tour .tours #tour-cta .wrap .brochure .gform_wrapper form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-template-page-tour .tours #tour-cta .wrap .brochure .gform_wrapper form ul.gform_fields li.gfield {
    padding-right: 0
}

.page-template-page-tour .tours #tour-cta .wrap .brochure .gform_wrapper form .gform_heading {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 0;
    position: relative
}

.page-template-page-tour .tours #tour-cta .wrap .brochure .gform_wrapper form .gform_heading .gform_description {
    font-size: .7em;
    margin-top: 1em;
    margin-bottom: 0
}

.page-template-page-tour .tours #tour-cta .wrap .brochure .gform_wrapper form .gform_heading .gform_description span.highlight {
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline
}

.page-template-page-tour .tours #tour-cta .wrap .brochure .gform_wrapper form .gform_heading .disclosure {
    display: none;
    position: absolute;
    bottom: 32px;
    left: 0;
    background: rgba(51, 51, 51, .9);
    color: #fff;
    width: 100%;
    font-size: 11px;
    padding: 2em
}

.page-template-page-tour .tours #tour-cta .wrap .brochure .gform_wrapper form .gform_body {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.page-template-page-tour .tours #tour-cta .wrap .brochure .gform_wrapper form .gform_footer {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    margin: 0
}

.page-template-page-tour .tours #tour-cta .wrap .brochure .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.page-template-page-tour .tours #tour-cta .wrap .brochure .gform_wrapper textarea {
    padding: 10px 12px 0;
    background-color: #fff;
}

.page-template-page-tour .tours #tour-cta .wrap .brochure .gform_wrapper select {
    background-color: transparent;
    padding: 10px 12px 0;
}

.page-template-page-tour .tours #tour-cta .wrap .brochure .gform_wrapper .gform_title {
    display: none
}

.page-template-page-tour .tours #tour-cta .wrap .brochure .gform_wrapper input,
.page-template-page-tour .tours #tour-cta .wrap .brochure .gform_wrapper textarea {
    max-width: 100%;
    width: 100%;
    background-color: #fff;
}

.page-template-page-tour .tours #tour-cta .wrap .brochure .gform_wrapper input::-webkit-input-placeholder,
.page-template-page-tour .tours #tour-cta .wrap .brochure .gform_wrapper textarea::-webkit-input-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .9em
}

.page-template-page-tour .tours #tour-cta .wrap .brochure .gform_wrapper input::-moz-placeholder,
.page-template-page-tour .tours #tour-cta .wrap .brochure .gform_wrapper textarea::-moz-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .9em
}

.page-template-page-tour .tours #tour-cta .wrap .brochure .gform_wrapper input:-ms-input-placeholder,
.page-template-page-tour .tours #tour-cta .wrap .brochure .gform_wrapper textarea:-ms-input-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .9em
}

.page-template-page-tour .tours #tour-cta .wrap .brochure .gform_wrapper input:-moz-placeholder,
.page-template-page-tour .tours #tour-cta .wrap .brochure .gform_wrapper textarea:-moz-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .9em
}

.page-template-page-tour .tours #tour-cta .wrap .brochure .gform_wrapper .fields-wrap input,
.page-template-page-tour .tours #tour-cta .wrap .brochure .gform_wrapper .fields-wrap .dropdown {
    outline: none;
}

.page-template-page-tour .tours #tour-cta .wrap .brochure .gform_wrapper .fields-wrap input:focus,
.page-template-page-tour .tours #tour-cta .wrap .brochure .gform_wrapper .fields-wrap select:focus {
    outline: 2px solid #252525;
    outline-offset: 0;
}

.page-template-page-tour .tours #tour-cta .wrap .brochure .gform_wrapper input[type=submit] {
    background: #000;
    border: 0;
    border-radius: 5px;
    color: #fff;
    width: auto;
    font-weight: 600;
    padding: .5em 1.5em;
    margin-bottom: 15px;
}

.page-template-page-tour .tours #tour-cta .wrap .brochure .gform_wrapper input[type=submit]:hover {
    background-color: #fff;
    color: #000;
}

.page-template-page-tour .tours #tour-cta .wrap .brochure .gform_wrapper input[type=submit]:focus {
    background: #fff;
    color: #000;
    outline: 2px solid #fff;
    outline-offset: 2px;
}
@media(max-width: 992px) {
    .page-template-page-tour .tours #tour-cta .wrap .brochure .gform_wrapper input[type=submit] {
        width: 100%;
        margin-bottom: 15px;
    }
}
.page-template-page-tour .tour-form .fields-wrap {
    margin-bottom: 15px;
}
@media(min-width: 992px){
    .page-template-page-tour .tour-form .fields-wrap {
        margin-top: 20px;
        margin-bottom: 0;
    }
}

.page-template-page-tour .tour-form .escoffier-contact .fields-wrap input,
.page-template-page-tour .tour-form .escoffier-contact .fields-wrap .dropdown {
    border: none;
}

.page-template-page-tour .tour-form .escoffier-contact .fields-wrap input:focus,
.page-template-page-tour .tour-form .escoffier-contact .fields-wrap select:focus {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.page-template-page-tour .tour-form .escoffier-contact .consent {
    color: #fff;
}

.page-template-page-tour .tour-form .escoffier-contact .disclosure-tooltip p {
    color: #fff !important;
}

.page-template-page-tour .tour-form .escoffier-contact .disclosure-tooltip p a:focus {
    outline: 1px solid #fff;
}

.page-template-page-tour .tours #tour-cta .wrap #testimonial-slider testimonial .testimonial {
    color: #fff
}

.page-template-page-tour .tours #tour-cta .wrap .scheduling {
    color: #fff;
    text-align: center
}

.page-template-page-tour .tours #tour-cta .wrap .scheduling span.small {
    font-size: .8em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300
}

.page-template-page-tour .tours #tour-cta .wrap .scheduling span.small.marLeft {
    margin-left: 2em
}

.page-template-page-tour .tours #tour-cta .wrap .scheduling p {
    line-height: 150%
}

.page-template-page-tour .tours #tour-cta .wrap .scheduling p:last-of-type {
    margin: 0
}

.page-template-page-tour .tours #tour-cta .wrap a {
    color: #fff
}

.page-template-page-refer .content .intro,
.page-template-page-refer .content #grid h3 {
    padding: 1em;
    text-align: center
}

.page-template-page-refer .content #grid h3 {
    color: #8E6C4A;
    font-size: 1.35em;
}

.page-template-page-refer .content .intro h2 {
    color: #BB1133;
}

.page-template-page-refer .content .intro p {
    line-height: 200%;
}

.page-template-page-refer .refer h2 {
    color: #BB1133;
    font-weight: 300;
    text-align: center;
    padding-bottom: .5em;
    margin: 0
}

.page-template-page-refer .refer #refer-cta {
    background: center center #BB1133;
    padding: 2em 1em;
    overflow: auto;
    background-size: cover
}

.page-template-page-refer .refer #refer-cta .wrap {
    overflow: auto
}

.page-template-page-refer .refer #refer-cta .wrap .brochure {
    padding: 0 1em;
    color: #fff
}

.page-template-page-refer .refer #refer-cta .wrap .brochure .gform_wrapper {
    margin: 0
}

.page-template-page-refer .refer #refer-cta .wrap .brochure .gform_wrapper form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-template-page-refer .refer #refer-cta .wrap .brochure .gform_wrapper form ul.gform_fields li.gfield {
    padding-right: 0
}

.page-template-page-refer .refer #refer-cta .wrap .brochure .gform_wrapper form .gform_heading {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 0;
    position: relative
}

.page-template-page-refer .refer #refer-cta .wrap .brochure .gform_wrapper form .gform_heading .gform_description {
    font-size: .7em;
    margin-top: 1em;
    margin-bottom: 0;
    line-height: 1.5em;
    display: block;

}

.page-template-page-refer .refer #refer-cta .wrap .brochure .gform_wrapper form .gform_heading .gform_description span.highlight {
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline
}

.page-template-page-refer .refer #refer-cta .wrap .brochure .gform_wrapper form .gform_heading .disclosure {
    display: none;
    position: absolute;
    bottom: 32px;
    left: 0;
    background: rgba(51, 51, 51, .9);
    color: #fff;
    width: 100%;
    font-size: 11px;
    padding: 2em
}

.page-template-page-refer .refer #refer-cta .wrap .brochure .gform_wrapper form .gform_body {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.page-template-page-refer .refer #refer-cta .wrap .brochure .gform_wrapper form .gform_footer {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    margin: 0
}

.page-template-page-refer .refer #refer-cta .wrap .brochure .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.page-template-page-refer .refer #refer-cta .wrap .brochure .gform_wrapper select,
.page-template-page-refer .refer #refer-cta .wrap .brochure .gform_wrapper textarea {
    background-color: #fff;
}
.page-template-page-refer .refer #refer-cta .wrap .brochure .gform_wrapper select {
    background-color: transparent;
}

.page-template-page-refer .refer #refer-cta .wrap .brochure .gform_wrapper .gform_title {
    display: none
}

.page-template-page-refer .refer #refer-cta .wrap .brochure .gform_wrapper input,
.page-template-page-refer .refer #refer-cta .wrap .brochure .gform_wrapper textarea {
    max-width: 100%;
    width: 100%
}

.page-template-page-refer .refer #refer-cta .wrap .brochure .gform_wrapper input::-webkit-input-placeholder,
.page-template-page-refer .refer #refer-cta .wrap .brochure .gform_wrapper textarea::-webkit-input-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .9em
}

.page-template-page-refer .refer #refer-cta .wrap .brochure .gform_wrapper input::-moz-placeholder,
.page-template-page-refer .refer #refer-cta .wrap .brochure .gform_wrapper textarea::-moz-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .9em
}

.page-template-page-refer .refer #refer-cta .wrap .brochure .gform_wrapper input:-ms-input-placeholder,
.page-template-page-refer .refer #refer-cta .wrap .brochure .gform_wrapper textarea:-ms-input-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .9em
}

.page-template-page-refer .refer #refer-cta .wrap .brochure .gform_wrapper input:-moz-placeholder,
.page-template-page-refer .refer #refer-cta .wrap .brochure .gform_wrapper textarea:-moz-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .9em
}

.page-template-page-refer .refer #refer-cta .wrap .brochure .gform_wrapper .fields-wrap input,
.page-template-page-refer .refer #refer-cta .wrap .brochure .gform_wrapper .fields-wrap .dropdown {
    outline: none;
}

.page-template-page-refer .refer #refer-cta .wrap .brochure .gform_wrapper .fields-wrap input:focus,
.page-template-page-refer .refer #refer-cta .wrap .brochure .gform_wrapper .fields-wrap select:focus {
    outline: 2px solid #252525;
    outline-offset: 0;
}

.page-template-page-refer .refer #refer-cta .wrap .brochure .gform_wrapper input[type=submit] {
    background: #000;
    border: 0;
    border-radius: 5px;
    color: #fff;
    width: auto;
    font-weight: 600;
    padding: .5em 1.5em;
    margin-bottom: 15px;
}

.page-template-page-refer .refer #refer-cta .wrap .brochure .gform_wrapper input[type=submit]:hover {
    background-color: #fff;
    color: #000;
}

.page-template-page-refer .refer #refer-cta .wrap .brochure .gform_wrapper input[type=submit]:focus {
    background: #fff;
    color: #000;
    outline: 2px solid #fff;
    outline-offset: 2px;
}
@media (max-width: 992px){
    .page-template-page-refer .refer #refer-cta .wrap .brochure .gform_wrapper input[type=submit] {
        width: 100%;
    }
}

.page-template-page-refer .refer-form .fields-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-template-page-refer .refer-form .submit-wrap {
    text-align: center;
}

.page-template-page-refer .refer-form .escoffier-contact .fields-wrap input,
.page-template-page-refer .refer-form .escoffier-contact .fields-wrap .dropdown {
    border: none;
}

.page-template-page-refer .refer-form .escoffier-contact .fields-wrap input:focus,
.page-template-page-refer .refer-form .escoffier-contact .fields-wrap select:focus {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.page-template-page-refer .refer-form .escoffier-contact .consent {
    color: #fff;
}

.page-template-page-refer .refer-form .escoffier-contact .disclosure-tooltip p,
.page-template-page-refer .refer-form .escoffier-contact .disclosure-tooltip a {
    color: #fff !important;
}

.page-template-page-refer .refer-form .escoffier-contact .disclosure-tooltip a:focus {
    outline: 1px solid #fff;
}

@media(min-width: 992px){
    .page-template-page-refer .refer-form .fields-wrap > div {
        margin-bottom: 15px;
    }
}

.page-template-page-refer .refer #refer-cta .wrap #testimonial-slider testimonial .testimonial {
    color: #fff
}

.page-template-page-housing .content h2,
.page-template-page-housing .intro-text h2 {
    color: #BB1133;
    font-weight: 300
}

.page-template-page-housing .intro-text {
    padding: 2em 1em 0;
    text-align: center;
    max-width: 900px;
    margin: 0 auto
}

.page-template-page-housing .content #about,
.page-template-page-housing .intro-text #about {
    padding: 0 1em
}

.page-template-page-housing .intro-text p {
    line-height: 200%;
    font-size: 1.2em;
    font-weight: 300
}

.page-template-page-housing .intro-text img {
    max-width: 100%;
    height: auto
}

.page-template-page-housing .intro-text hr {
    background: url(../png/hr.png);
    height: 4px
}

.page-template-page-housing .content p {
    line-height: 200%
}

.page-template-page-housing .content img {
    max-width: 100%;
    height: auto
}

.page-template-page-housing .content hr {
    background: url(../png/hr.png);
    height: 4px
}

.page-template-page-housing .features .feature {
    margin: 0 auto 1em;
    width: 100%;
    position: relative;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../svg/escoffier-full-color-logo.svg)
}

.page-template-page-housing .features .feature .overlay {
    padding: 1em;
    height: 325px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    background: linear-gradient(to top, rgba(0,0,0,.8), rgba(0,0,0,.2));
}

.page-template-page-housing .features .feature .overlay .front {
    -webkit-transition: .4s all;
    transition: .4s all;
    visibility: visible;
    opacity: 100;
    width: 100%;
    color: #fff
}

.page-template-page-housing .features .feature .overlay .front h3 {
    margin: 0;
    color: #fff;
    text-shadow: 0 5px 10px #000;
    font-size: 1.5em;
    line-height: 125%;
    font-weight: 600
}

.page-template-page-housing .features .feature .overlay .back {
    -webkit-transition: .4s all;
    transition: .4s all;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 325px;
    padding: 1em;
    line-height: 120%;
    width: 100%;
    background: #bb1133b3;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-template-page-alumni .content p,
.page-template-page-alumni-profiles .content p,
.page-template-page-housing .red p,
.page-template-page-military .content #grants p,
.page-template-page-military .content .red p,
.page-template-page-tuition .content .intro-text p {
    line-height: 200%
}

.page-template-page-housing .features .feature .overlay .back h3 {
    margin-top: 0
}

.page-template-page-housing .features .feature .overlay .back desc {
    font-size: .9em;
    font-weight: 300
}

.page-template-page-housing .features .feature:active .front,
.page-template-page-housing .features .feature:focus .front,
.page-template-page-housing .features .feature:hover .front {
    visibility: hidden;
    opacity: 0
}

.page-template-page-housing .features .feature:active .back,
.page-template-page-housing .features .feature:focus .back,
.page-template-page-housing .features .feature:hover .back {
    visibility: visible;
    opacity: 100
}

.page-template-page-housing .features {
    padding: 0 1em 1em;
    overflow: auto;
    outline: none;
}

.page-template-page-housing .features h2 {
    text-align: center;
    margin: 1em 0
}

.page-template-page-housing .features a[href^="tel:"] {
    color: #fff
}

.page-template-page-housing .features .feature .overlay .back a {
    text-decoration: none
}

.page-template-page-housing .features .feature .overlay .back a h3 {
    margin: 0;
    font-size: 1.5em;
    color: #fff
}

.page-template-page-housing .features .feature .overlay .back a h3:hover {
    color: #8E6C4A
}

.page-template-page-housing .red {
    background-size: cover;
    background-position: center center;
    padding: 2em 1em
}

.page-template-page-housing .red h2 {
    color: #BB1133;
    font-weight: 300
}

.page-template-page-housing .red .inner a,
.page-template-page-housing .red .inner h2 {
    color: #fff
}

.page-template-page-housing .red img {
    max-width: 100%;
    height: auto
}

.page-template-page-housing .red hr {
    background: url(../png/hr.png);
    height: 4px
}

.page-template-page-housing .red #about {
    padding: 0 1em
}

.page-template-page-housing .red .inner {
    background: #bb1133b3;
    text-align: center;
    color: #fff;
    padding: 1em
}

.page-template-page-housing .red .inner p {
    font-weight: 600
}

.page-template-page-housing .content h2.subtitle {
    display: inline-block;
    width: 100%;
    margin: 1em 0 1.5em;
    font-size: 1.75em;
    line-height: 1.4em;
    font-weight: 800;
    color: #bd903c;
}

.page-template-page-housing .content h2.subtitle.top {
    margin: 0 0 1.5em;
}

@media (min-width:1030px) {

    .page-template-page-tour .tours #tour-cta .wrap .brochure .gform_wrapper form ul.gform_fields .gfield.full {
        width: 100%
    }

    .page-template-page-refer .refer #refer-cta .wrap .brochure .gform_wrapper form ul.gform_fields .gfield.full {
        width: 100%
    }

    .page-template-page-housing .red {
        padding: 5em 1em
    }

    .page-template-page-housing .red .inner {
        padding-bottom: 4em
    }

    .page-template-page-housing .red .inner h2 {
        font-size: 2.8em
    }

    .page-template-page-housing .red .inner p {
        margin: 0 auto;
        font-size: 1.1em
    }

}

.page-template-page-military .content .intro-text {
    margin-top: 1em;
    width: 100%;
    background: #BB1133;
    padding: 2em;
    color: #fff;
    text-align: center
}

.page-template-page-military .content .intro-text p {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 200%
}

.page-template-page-military .content #grants h2,
.page-template-page-military .content .red h2 {
    color: #BB1133;
    font-weight: 300
}

.page-template-page-military .content #grants h2 {
    font-size: 30px;
    font-weight: 900;
    margin-top: 30px;
    margin-bottom: 20px;
}

.page-template-page-military .content #grants {
    padding: 2em 1em
}

.page-template-page-military .content #grants img {
    max-width: 100%;
    height: auto
}

.page-template-page-military .content #grants hr {
    background: url(../png/hr.png);
    height: 4px
}

.page-template-page-military .content #grants #about {
    padding: 0 1em
}

.page-template-page-military .content #grants ul li {
    margin-bottom: 2em;
    padding-left: 1em
}

.page-template-page-military .content #grants ul li h3 {
    color: #8E6C4A;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.page-template-page-military .content #grants ul li p {
    margin: 0
}

.page-template-page-military .content #grants ul li:last-of-type {
    margin-bottom: 0
}

.page-template-page-military .content .red {
    background-size: cover;
    background-position: center center;
    padding: 2em 1em
}

.page-template-page-military .content .red img {
    max-width: 100%;
    height: auto
}

.page-template-page-military .content .red hr {
    background: url(../png/hr.png);
    height: 4px
}

.page-template-page-military .content .red #about {
    padding: 0 1em
}

.page-template-page-military .content .red .inner {
    background: #bb1133b3;
    text-align: center;
    color: #fff;
    padding: 1em
}

.page-template-page-military .content .red .inner h2 {
    color: #fff
}

.page-template-page-military .content .red .inner p {
    font-weight: 600
}

.page-template-page-military .content .red .inner p .phone-icon,
.page-template-page-military .content .red .inner p .wechat-icon,
.page-template-page-housing .red .inner p .phone-icon{
    display: inline-block;
    vertical-align: text-top;
    width: .9em;
    height: .9em;
    background-size: .9em .9em;
    background-position: center;
    background-repeat: no-repeat;
}

.page-template-page-military .content .red .inner p .phone-icon,
.page-template-page-housing .red .inner p .phone-icon{
    background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 401.998 401.998' xml:space='preserve'%3E%3Cpath d='M401.129,311.475c-1.137-3.426-8.371-8.473-21.697-15.129c-3.61-2.098-8.754-4.949-15.41-8.566 c-6.662-3.617-12.709-6.95-18.13-9.996c-5.432-3.045-10.521-5.995-15.276-8.846c-0.76-0.571-3.139-2.234-7.136-5 c-4.001-2.758-7.375-4.805-10.14-6.14c-2.759-1.327-5.473-1.995-8.138-1.995c-3.806,0-8.56,2.714-14.268,8.135 c-5.708,5.428-10.944,11.324-15.7,17.706c-4.757,6.379-9.802,12.275-15.126,17.7c-5.332,5.427-9.713,8.138-13.135,8.138 c-1.718,0-3.86-0.479-6.427-1.424c-2.566-0.951-4.518-1.766-5.858-2.423c-1.328-0.671-3.607-1.999-6.845-4.004 c-3.244-1.999-5.048-3.094-5.428-3.285c-26.075-14.469-48.438-31.029-67.093-49.676c-18.649-18.658-35.211-41.019-49.676-67.097 c-0.19-0.381-1.287-2.19-3.284-5.424c-2-3.237-3.333-5.518-3.999-6.854c-0.666-1.331-1.475-3.283-2.425-5.852 s-1.427-4.709-1.427-6.424c0-3.424,2.713-7.804,8.138-13.134c5.424-5.327,11.326-10.373,17.7-15.128 c6.379-4.755,12.275-9.991,17.701-15.699c5.424-5.711,8.136-10.467,8.136-14.273c0-2.663-0.666-5.378-1.997-8.137 c-1.332-2.765-3.378-6.139-6.139-10.138c-2.762-3.997-4.427-6.374-4.999-7.139c-2.852-4.755-5.799-9.846-8.848-15.271 c-3.049-5.424-6.377-11.47-9.995-18.131c-3.615-6.658-6.468-11.799-8.564-15.415C98.986,9.233,93.943,1.997,90.516,0.859 C89.183,0.288,87.183,0,84.521,0c-5.142,0-11.85,0.95-20.129,2.856c-8.282,1.903-14.799,3.899-19.558,5.996 c-9.517,3.995-19.604,15.605-30.264,34.826C4.863,61.566,0.01,79.271,0.01,96.78c0,5.135,0.333,10.131,0.999,14.989 c0.666,4.853,1.856,10.326,3.571,16.418c1.712,6.09,3.093,10.614,4.137,13.56c1.045,2.948,2.996,8.229,5.852,15.845 c2.852,7.614,4.567,12.275,5.138,13.988c6.661,18.654,14.56,35.307,23.695,49.964c15.03,24.362,35.541,49.539,61.521,75.521 c25.981,25.98,51.153,46.49,75.517,61.526c14.655,9.134,31.314,17.032,49.965,23.698c1.714,0.568,6.375,2.279,13.986,5.141 c7.614,2.854,12.897,4.805,15.845,5.852c2.949,1.048,7.474,2.43,13.559,4.145c6.098,1.715,11.566,2.905,16.419,3.576 c4.856,0.657,9.853,0.996,14.989,0.996c17.508,0,35.214-4.856,53.105-14.562c19.219-10.656,30.826-20.745,34.823-30.269 c2.102-4.754,4.093-11.273,5.996-19.555c1.909-8.278,2.857-14.985,2.857-20.126C401.99,314.814,401.703,312.819,401.129,311.475z' /%3E%3C/svg%3E");
}

.page-template-page-military .content .red .inner p .wechat-icon{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23fff'%3E%3Cpath d='M21.502 19.525c1.524-1.105 2.498-2.738 2.498-4.554 0-3.326-3.237-6.023-7.229-6.023s-7.229 2.697-7.229 6.023c0 3.327 3.237 6.024 7.229 6.024.825 0 1.621-.117 2.36-.33l.212-.032c.139 0 .265.043.384.111l1.583.914.139.045c.133 0 .241-.108.241-.241l-.039-.176-.326-1.215-.025-.154c0-.162.08-.305.202-.392zm-12.827-17.228c-4.791 0-8.675 3.236-8.675 7.229 0 2.178 1.168 4.139 2.997 5.464.147.104.243.276.243.471l-.03.184-.391 1.458-.047.211c0 .16.13.29.289.29l.168-.054 1.899-1.097c.142-.082.293-.133.46-.133l.255.038c.886.255 1.842.397 2.832.397l.476-.012c-.188-.564-.291-1.158-.291-1.771 0-3.641 3.542-6.593 7.911-6.593l.471.012c-.653-3.453-4.24-6.094-8.567-6.094zm5.686 11.711c-.532 0-.963-.432-.963-.964 0-.533.431-.964.963-.964.533 0 .964.431.964.964 0 .532-.431.964-.964.964zm4.82 0c-.533 0-.964-.432-.964-.964 0-.533.431-.964.964-.964.532 0 .963.431.963.964 0 .532-.431.964-.963.964zm-13.398-5.639c-.639 0-1.156-.518-1.156-1.156 0-.639.517-1.157 1.156-1.157.639 0 1.157.518 1.157 1.157 0 .638-.518 1.156-1.157 1.156zm5.783 0c-.639 0-1.156-.518-1.156-1.156 0-.639.517-1.157 1.156-1.157.639 0 1.157.518 1.157 1.157 0 .638-.518 1.156-1.157 1.156z'/%3E%3C/svg%3E");
}

.page-template-page-military .content .red .inner a {
    color: #fff
}

@media (min-width:1030px) {

    .page-template-page-military .content .red {
        padding: 5em 1em
    }

    .page-template-page-military .content .red .inner {
        padding-bottom: 4em
    }

    .page-template-page-military .content .red .inner h2 {
        font-size: 2.8em
    }

    .page-template-page-military .content .red .inner p {
        margin: 0 auto;
        font-size: 1.1em
    }

    .page-template-page-military .content .escoffier-contact .red {
        padding: 0;
    }

}

.page-template-page-military .content #video {
    background-size: cover;
    background-position: center center
}

.page-template-page-military .content #video .overlay {
    padding: 2em 0;
    background: rgba(0, 0, 0, .6)
}

.page-template-page-military .content #video .overlay .inner {
    max-width: 768px;
    margin: 0 auto;
    text-align: center
}

.page-template-page-military .content #video .overlay .inner h2 {
    color: #fff;
    font-weight: 700
}

.page-template-page-military .content #video .overlay .inner h3 {
    font-weight: 300;
    color: #fff;
    font-style: italic
}

.page-template-page-military .content #video .overlay .inner p {
    color: #8E6C4A;
    font-size: 1.3em;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase
}

.page-template-page-military .content #video .overlay .inner .play {
    cursor: pointer;
    color: #8E6C4A;
    font-size: 42px
}

.page-template-page-military .content #video .videoPlayer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10001;
    background: rgba(0, 0, 0, .4)
}

.page-template-page-military .content #video .videoPlayer .inner {
    position: relative;
    padding: 2em 0 0;
    background: #fff
}

.page-template-page-military .content #video .videoPlayer .inner .vidCloser {
    background: #333;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 10px;
    cursor: pointer
}

.page-template-page-military .content #video .videoPlayer .inner video {
    width: 100%;
    height: auto
}

.page-template-page-military .content #video .videoPlayer .inner iframe {
    max-width: 100%
}

@media (min-width:768px) {
    .page-template-page-military .content #video .overlay {
        height: 350px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:1030px) {
    .page-template-page-military .content #video .overlay {
        height: 500px
    }
    .page-template-page-military .content #video .overlay .inner {
        max-width: 800px
    }
    .page-template-page-military .content #video .overlay .inner h2 {
        font-size: 4em
    }
}

.page-template-page-military .content #testimonial-slider {
    margin: 0;
    overflow: auto
}

.page-template-page-military .content #testimonial-slider testimonial .testimonial {
    margin-bottom: 0;
    padding: 2em
}

.page-template-page-military .content #testimonial-slider testimonial .testimonial .quote {
    text-align: center
}

.page-template-page-military .content #testimonial-slider testimonial .testimonial .quote:before {
    content: none
}

.page-template-page-military .content #testimonial-slider testimonial .testimonial .quote p {
    color: #8E6C4A
}

.page-template-page-military .content #testimonial-slider testimonial .testimonial .quote p:before {
    float: left;
    font-size: 2em;
    content: '';
    padding: 0 .5em .5em 0;
    width: .95em;
    height: .95em;
    background-size: .93em;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23997755' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 475.082 475.081' xml:space='preserve'%3E%3Cpath d='M164.45,219.27h-63.954c-7.614,0-14.087-2.664-19.417-7.994c-5.327-5.33-7.994-11.801-7.994-19.417v-9.132 c0-20.177,7.139-37.401,21.416-51.678c14.276-14.272,31.503-21.411,51.678-21.411h18.271c4.948,0,9.229-1.809,12.847-5.424 c3.616-3.617,5.424-7.898,5.424-12.847V54.819c0-4.948-1.809-9.233-5.424-12.85c-3.617-3.612-7.898-5.424-12.847-5.424h-18.271 c-19.797,0-38.684,3.858-56.673,11.563c-17.987,7.71-33.545,18.132-46.68,31.267c-13.134,13.129-23.553,28.688-31.262,46.677 C3.855,144.039,0,162.931,0,182.726v200.991c0,15.235,5.327,28.171,15.986,38.834c10.66,10.657,23.606,15.985,38.832,15.985 h109.639c15.225,0,28.167-5.328,38.828-15.985c10.657-10.663,15.987-23.599,15.987-38.834V274.088 c0-15.232-5.33-28.168-15.994-38.832C192.622,224.6,179.675,219.27,164.45,219.27z'/%3E%3Cpath d='M459.103,235.256c-10.656-10.656-23.599-15.986-38.828-15.986h-63.953c-7.61,0-14.089-2.664-19.41-7.994 c-5.332-5.33-7.994-11.801-7.994-19.417v-9.132c0-20.177,7.139-37.401,21.409-51.678c14.271-14.272,31.497-21.411,51.682-21.411 h18.267c4.949,0,9.233-1.809,12.848-5.424c3.613-3.617,5.428-7.898,5.428-12.847V54.819c0-4.948-1.814-9.233-5.428-12.85 c-3.614-3.612-7.898-5.424-12.848-5.424h-18.267c-19.808,0-38.691,3.858-56.685,11.563c-17.984,7.71-33.537,18.132-46.672,31.267 c-13.135,13.129-23.559,28.688-31.265,46.677c-7.707,17.987-11.567,36.879-11.567,56.674v200.991 c0,15.235,5.332,28.171,15.988,38.834c10.657,10.657,23.6,15.985,38.828,15.985h109.633c15.229,0,28.171-5.328,38.827-15.985 c10.664-10.663,15.985-23.599,15.985-38.834V274.088C475.082,258.855,469.76,245.92,459.103,235.256z'/%3E%3C/svg%3E");
}

.page-template-page-military .content #testimonial-slider testimonial .testimonial author {
    max-width: 100%
}

.page-template-page-military .content #testimonial-slider testimonial .testimonial author .thumb img {
    max-width: 125px;
    width: 125px;
    height: 125px
}

.page-template-page-military .content #testimonial-slider testimonial .testimonial author .title {
    margin-left: 1em
}

.page-template-page-alumni .content h2 {
    color: #BB1133;
    font-weight: 300
}

.page-template-page-alumni .content img {
    max-width: 100%;
    height: auto
}

.page-template-page-alumni .content hr {
    background: url(../png/hr.png);
    height: 4px
}

.page-template-page-alumni .content #about {
    padding: 0 1em
}

.page-template-page-alumni .content a.red-btn {
    box-shadow: none
}

.page-template-page-alumni .content .intro-text {
    padding: 2em 1em;
    text-align: center
}

.page-template-page-alumni .content .intro-text ul {
    padding: 2em 0
}

.page-template-page-alumni .content .intro-text ul li {
    text-align: left;
    border-left: 2px solid #BB1133;
    padding-left: 1em;
    margin-bottom: 2em
}

.page-template-page-alumni .content .intro-text ul li p,
.page-template-page-alumni .content .intro-text ul li:last-of-type {
    margin: 0
}

.page-template-page-alumni .content .intro-text ul li h4 {
    font-size: .8em;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin: 0
}

.page-template-page-alumni .content .intro-text ul li strong {
    font-size: 1.05em
}

.page-template-page-alumni .content #disney {
    text-align: center;
    background-size: cover;
    background-position: center center
}

.page-template-page-alumni .content #disney .overlay {
    padding: 2em 1em;
    background: rgba(0, 0, 0, .4);
    background: linear-gradient(to top,rgba(0,0,0,.9),rgba(0,0,0,.5));
}

.page-template-page-alumni .content #disney .overlay .wrap {
    text-align: center;
    color: #fff
}

.page-template-page-alumni .content #disney .overlay .wrap h2 {
    color: #fff
}

.page-template-page-alumni .content #testimonial-slider {
    overflow: auto;
    margin: 5em auto 1em auto;
}

.page-template-page-alumni .content #chefs-roll .overlay .wrap ul li:last-of-type h2,
.page-template-page-alumni .content #programs .overlay .wrap ul li h2 {
    margin-top: 0;
    color: #333
}

.page-template-page-alumni .content #chefs-roll {
    background-size: cover;
    background-position: center center;
    margin-bottom: 1em
}

.page-template-page-alumni .content #chefs-roll .overlay {
    background: rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 -200px 200px -130px #000;
    -webkit-box-shadow: inset 0 -200px 200px -130px #000;
    box-shadow: inset 0 -200px 200px -130px #000;
    padding: 0 1em 2em
}

.page-template-page-alumni .content #chefs-roll .overlay .wrap ul li {
    text-align: center
}

.page-template-page-alumni .content #chefs-roll .overlay .wrap ul li img {
    max-width: 250px
}

.page-template-page-alumni .content #chefs-roll .overlay .wrap ul li:last-of-type {
    text-align: left;
    background: rgba(255, 255, 255, .7);
    padding: 1em
}

.page-template-page-alumni .content #programs {
    background-size: cover;
    background-position: center center
}

.page-template-page-alumni .content #programs .overlay {
    background: rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 -200px 200px -130px #000;
    -webkit-box-shadow: inset 0 -200px 200px -130px #000;
    box-shadow: inset 0 -200px 200px -130px #000;
    padding: 2em 1em
}

.page-template-page-alumni .content #programs .overlay .wrap ul li {
    background: rgba(255, 255, 255, .7);
    padding: 1em;
    margin-bottom: 2em
}

.page-template-page-alumni .content #spotlight {
    padding: 1em 1em 2em 1em;
}

.page-template-page-alumni .content #spotlight h2 {
    margin: 1em 0;
    text-align: center
}

.page-template-page-alumni .content #spotlight ul.profiles li {
    text-align: center;
    margin-bottom: 2em
}

.page-template-page-alumni .content #spotlight ul.profiles li .img {
    width: 150px;
    height: 150px;
    border-radius: 100px;
    background-size: cover;
    background-position: center top;
    margin: 0 auto 1em
}

.page-template-page-alumni .content #spotlight ul.profiles li h3 {
    margin: 0
}

.page-template-page-alumni .content #spotlight ul.profiles li h3 a {
    color: #8E6C4A
}

.page-template-page-alumni .content #spotlight ul.profiles li h4 {
    color: #5c6b80;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-size: 1em;
    margin: 0
}

.page-template-page-alumni .content #cta {
    background-size: cover;
    background-position: center bottom
}

.page-template-page-alumni .content #cta .overlay {
    background: rgba(0, 0, 0, .5);
    padding: 2em 1em
}

.page-template-page-alumni .content #cta .overlay .wrap {
    text-align: center
}

.page-template-page-alumni .content #cta .overlay .wrap h2 {
    text-shadow: 0 5px 10px #000;
    color: #fff
}

.page-template-page-alumni .content #cta .overlay .wrap a {
    display: inline-block
}

.page-template-page-alumni .content #cta .overlay .wrap .fa {
    font-size: 48px;
    color: #fff;
    margin: 0 .25em
}

.page-template-page-alumni .content #cta .overlay .wrap img {
    height: 60px;
    width: auto;
    margin: 0 .25em
}

.page-template-page-alumni-profiles #programs .programs .info .inner .titles {
    text-align: center
}

.page-template-page-alumni-profiles #programs .programs .info .inner .titles .storytitle {
    display: inline-block;
    padding: .25em .5em;
    font-size: .9em
}

.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .storycontent h3 {
    color: #8E6C4A;
    font-weight: 700;
    margin: 0;
    font-size: 1.5em
}

.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .storycontent h4 {
    margin: 0;
    color: #5c6b80;
    font-size: .9em;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-weight: 600
}

.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .storycontent .pullQuote .thumb .img {
    width: 150px;
    height: 150px;
    border-radius: 100px;
    background-size: cover;
    background-position: center top;
    margin: 0 auto 1em;
    max-width: 100%
}

.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .storycontent .pullQuote .excerpt p:before {
    color: #8E6C4A;
    font-size: 2em;
    float: left;
    margin-right: .25em;
    font-family: FontAwesome;
    content: "\f10d"
}

.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .storycontent .mainContent .thumb {
    margin-right: 1em
}

.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .storycontent .mainContent .thumb .img {
    width: 150px;
    height: 150px;
    border-radius: 100px;
    background-size: cover;
    background-position: center top;
    margin: 0 auto 1em;
    max-width: 100%
}

.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .storycontent .mainContent .quote {
    padding-left: 0
}

.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .storycontent .mainContent .quote:before {
    position: relative;
    float: left;
    padding-right: .3em;
    left: 0!important;
    top: 0!important
}

.page-template-page-alumni-profiles .content h2 {
    color: #BB1133;
    font-weight: 300
}

.page-template-page-alumni-profiles .content img {
    max-width: 100%;
    height: auto
}

.page-template-page-alumni-profiles .content hr {
    background: url(../png/hr.png);
    height: 4px
}

.page-template-page-alumni-profiles .content #about {
    padding: 0 1em
}

.page-template-page-alumni-profiles .content .tours {
    padding: 2em 1em;
    background: #BB1133
}

.page-template-page-alumni-profiles .content .tours h2 {
    text-align: center;
    color: #fff
}

.page-template-page-alumni-profiles .content .tours #tour-cta {
    overflow: auto;
    background-size: cover;
    background-position: center center
}

.page-template-page-alumni-profiles .content .tours #tour-cta .wrap {
    overflow: auto;
    padding: 1em
}

.page-template-page-alumni-profiles .content .tours #tour-cta .wrap .brochure {
    padding: 0 1em;
    color: #fff
}

.page-template-page-alumni-profiles .content .tours #tour-cta .wrap .brochure .gform_wrapper {
    margin: 0
}

.page-template-page-alumni-profiles .content .tours #tour-cta .wrap .brochure .gform_wrapper form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-template-page-alumni-profiles .content .tours #tour-cta .wrap .brochure .gform_wrapper form ul.gform_fields li.gfield {
    padding-right: 0
}

.page-template-page-alumni-profiles .content .tours #tour-cta .wrap .brochure .gform_wrapper form .gform_heading {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 0;
    position: relative
}

.page-template-page-alumni-profiles .content .tours #tour-cta .wrap .brochure .gform_wrapper form .gform_heading .gform_description {
    font-size: .7em;
    margin-top: 1em;
    margin-bottom: 0
}

.page-template-page-alumni-profiles .content .tours #tour-cta .wrap .brochure .gform_wrapper form .gform_heading .gform_description span.highlight {
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline
}

.page-template-page-alumni-profiles .content .tours #tour-cta .wrap .brochure .gform_wrapper form .gform_heading .disclosure {
    display: none;
    position: absolute;
    bottom: 32px;
    left: 0;
    background: rgba(51, 51, 51, .9);
    color: #fff;
    width: 100%;
    font-size: 11px;
    padding: 2em
}

.page-template-page-alumni-profiles .content .tours #tour-cta .wrap .brochure .gform_wrapper form .gform_body {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.page-template-page-alumni-profiles .content .tours #tour-cta .wrap .brochure .gform_wrapper form .gform_footer {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    margin: 0
}

.page-template-page-alumni-profiles .content .tours #tour-cta .wrap .brochure .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.page-template-page-alumni-profiles .content .tours #tour-cta .wrap .brochure .gform_wrapper select,
.page-template-page-alumni-profiles .content .tours #tour-cta .wrap .brochure .gform_wrapper textarea {
    padding: .8em;
    height: auto;
    background-color: #fff
}

.page-template-page-alumni-profiles .content .tours #tour-cta .wrap .brochure .gform_wrapper .gform_title {
    display: none
}

.page-template-page-alumni-profiles .content .tours #tour-cta .wrap .brochure .gform_wrapper select {
    max-width: 100%;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .9em
}

.page-template-page-alumni-profiles .content .tours #tour-cta .wrap .brochure .gform_wrapper input,
.page-template-page-alumni-profiles .content .tours #tour-cta .wrap .brochure .gform_wrapper textarea {
    max-width: 100%;
    width: 100%
}

.page-template-page-alumni-profiles .content .tours #tour-cta .wrap .brochure .gform_wrapper input::-webkit-input-placeholder,
.page-template-page-alumni-profiles .content .tours #tour-cta .wrap .brochure .gform_wrapper textarea::-webkit-input-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .9em
}

.page-template-page-alumni-profiles .content .tours #tour-cta .wrap .brochure .gform_wrapper input::-moz-placeholder,
.page-template-page-alumni-profiles .content .tours #tour-cta .wrap .brochure .gform_wrapper textarea::-moz-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .9em
}

.page-template-page-alumni-profiles .content .tours #tour-cta .wrap .brochure .gform_wrapper input:-ms-input-placeholder,
.page-template-page-alumni-profiles .content .tours #tour-cta .wrap .brochure .gform_wrapper textarea:-ms-input-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .9em
}

.page-template-page-alumni-profiles .content .tours #tour-cta .wrap .brochure .gform_wrapper input:-moz-placeholder,
.page-template-page-alumni-profiles .content .tours #tour-cta .wrap .brochure .gform_wrapper textarea:-moz-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .9em
}

.page-template-page-alumni-profiles .content .tours #tour-cta .wrap .brochure .gform_wrapper input[type=submit] {
    background: #8E6C4A;
    border: 0;
    border-radius: 5px;
    color: #fff;
    width: auto;
    font-weight: 600;
    padding: .5em 1.5em;
    float: right
}

.page-template-page-alumni-profiles .content .tours #tour-cta .wrap .brochure .gform_wrapper input[type=submit]:hover {
    background-color: #ae8437
}

@media (min-width:1030px) {
    .page-template-page-alumni-profiles .content .tours #tour-cta .wrap .brochure .gform_wrapper form ul.gform_fields .gfield.full {
        width: 100%
    }
}

.page-template-page-alumni-profiles .content .tours #tour-cta .wrap .last-col {
    padding-top: 2em
}

.page-template-page-alumni-profiles .content .tours #tour-cta .wrap .last-col p {
    color: #fff;
    font-size: 1.1em;
    font-weight: 700
}

.page-template-page-alumni-profiles .content #cta {
    padding: 0;
    background-size: cover;
    background-position: center bottom
}

.page-template-page-alumni-profiles .content #cta .overlay {
    background: rgba(0, 0, 0, .5);
    padding: 2em 1em
}

.page-template-page-alumni-profiles .content #cta .overlay .wrap {
    text-align: center
}

.page-template-page-alumni-profiles .content #cta .overlay .wrap h2 {
    text-shadow: 0 5px 10px #000;
    color: #fff
}

.page-template-page-alumni-profiles .content #cta .overlay .wrap a {
    display: inline-block
}

.page-template-page-alumni-profiles .content #cta .overlay .wrap .fa {
    font-size: 48px;
    color: #fff;
    margin: 0 .25em
}

.page-template-page-alumni-profiles .content #cta .overlay .wrap img {
    height: 60px;
    width: auto;
    margin: 0 .25em
}

.page-template-page-alumni-profiles .gfield_checkbox {
    width: 100%;
    display: flex;
    margin-top: 7px;
    margin-bottom: 0;
}

.page-template-page-alumni-profiles .gfield_checkbox .gchoice {
    margin-bottom: 0;
    padding-right: 0 !important;
}
.page-template-page-alumni-profiles .gfield_checkbox .gchoice input {
    width: auto !important;
    padding-right: 5px;
}
.page-template-page-alumni-profiles .content .tours #tour-cta .inner .brochure .gform_wrapper form .gform_body  ul > li.gfield--input-type-checkbox.gfield--type-choice.gfield_visibility_visible,
.page-template-page-alumni-profiles .content .tours #tour-cta .inner .brochure .gform_wrapper form .gform_body  ul > li.gfield--input-type-checkbox.gfield--type-choice.gfield_visibility_visible .gchoice {
    padding-right: 0 !important;
}
.page-template-page-alumni-profiles .gfield_checkbox .gchoice:not(:first-child) {
    margin-left: 40px !important;
}
.page-template-page-alumni-profiles .gfield--type-checkbox .gfield_required {
    color: #fff;
}
.page-template-page-alumni-profiles .gfield_checkbox label {
    display: inline;
    font-weight: 400;
    color: #FFF;
    font-size: 16px;
    line-height: 30px
}
.page-template-page-alumni-profiles li.gfield:not(.gfield--type-checkbox) input {
    height: 50px !important;
    padding-bottom: 0 !important;
    color: #333;
}
.page-template-page-alumni-profiles li.gfield:not(.gfield--type-checkbox):focus-within .gfield_label,
.page-template-page-alumni-profiles li.gfield:not(.gfield--type-checkbox).escoffier-not-empty .gfield_label {
    top: 18px;
    font-size: 13px;
}
@media (max-width: 1030px) {
    .page-template-page-alumni-profiles li.gfield:not(.gfield--type-checkbox):focus-within .gfield_label,
    .page-template-page-alumni-profiles li.gfield:not(.gfield--type-checkbox).escoffier-not-empty .gfield_label {
        top: 16px;
    }   
}

.page-template-page-alumni-profiles li.gfield:not(.gfield--type-checkbox):focus-within.gfield--input-type-textarea .gfield_label,
.page-template-page-alumni-profiles li.gfield:not(.gfield--type-checkbox).escoffier-not-empty.gfield--input-type-textarea .gfield_label {
    top: 26px;
}

.page-template-page-alumni-profiles li.gfield.gfield--input-type-textarea label {
    padding-right: .8em;
}
@media (max-width: 1030px) {
    .page-template-page-alumni-profiles li.gfield.gfield--input-type-textarea label {
        top: 34px !important;
    }
}
@media (max-width: 767px) {
    .page-template-page-alumni-profiles li.gfield.gfield--input-type-textarea label {
        top: 24px !important;
    }
}

.page-template-page-alumni-profiles li.gfield.gfield--input-type-textarea textarea {
    padding-top: 35px !important;
    color: #333;
}
@media (max-width: 1030px) {
    .page-template-page-alumni-profiles li.gfield.gfield--input-type-textarea textarea {
        padding-top: 44px !important;
    }
}

.page-template-page-alumni-profiles li.gfield input,
.page-template-page-alumni-profiles li.gfield textarea {
    font-size: 15px !important;
}

.page-template-page-alumni-profiles .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield--type-checkbox .gfield_label_before_complex,
.page-template-page-alumni-profiles .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required .validation_message {
    color: #fff !important;
}

@media (max-width: 1030px) {
    .page-template-page-alumni-profiles .gfield_checkbox label{
        display: inline !important;
    }
}


.page-template-page-job-postings .content #jobs li.job {
    display: none
}


.page-template-page-job-postings .content {
    padding: 2em 1em
}

.page-template-page-job-postings .content #jobs {
    overflow: auto
}

.page-template-page-job-postings .content #jobs .jobs-header {
    margin-bottom: 2em;
    overflow: auto
}

.page-template-page-job-postings .content #jobs .jobs-header h2 {
    margin-top: 0;
    text-align: center;
    color: #BB1133;
    font-weight: 300
}

.page-template-page-job-postings .content #jobs .jobs-header .selectWrapper {
    max-width: 250px;
    position: relative;
    margin: 1em auto
}

.page-template-page-job-postings .content #jobs .jobs-header .selectWrapper #jobLocation,
.page-template-page-job-postings .content #jobs .jobs-header .selectWrapper #jobType {
    border-radius: 0;
    margin: 0 auto;
    background: #8E6C4A;
    color: #fff
}

.page-template-page-job-postings .content #jobs .jobs-header .selectWrapper:after {
    line-height: 100%;
    content: "\f0d7";
    font-size: 1.7em;
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    top: 7px;
    right: 10px
}

.page-template-page-job-postings .content #jobs .jobs-header #filters {
    font-style: italic;
    font-size: .9em;
    text-align: center
}

.page-template-page-job-postings .content #jobs .jobs-header #filters .clear {
    cursor: pointer;
    margin-left: .5em;
    background: #8E6C4A;
    color: #fff;
    padding: 0 .4em;
    border-radius: 50%
}

.page-template-page-job-postings .content #jobs li.job:nth-of-type(odd) {
    background: #eee
}

.page-template-page-job-postings .content #jobs li.job ul {
    padding: 0 1em
}

.page-template-page-job-postings .content #jobs li.job ul li:first-of-type span.term {
    color: #5c6b80;
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: 1px;
    font-weight: 600
}

.page-template-page-job-postings .content #jobs li.job ul li:first-of-type h3 {
    color: #8E6C4A;
    margin-top: 0
}

.page-template-page-job-postings .content #jobs li.job ul li {
    margin-bottom: 1em
}

.page-template-page-job-postings .content #jobs li.job ul li p {
    margin: 0
}

.page-template-page-job-postings .content #jobs li.job.active {
    display: block
}

.page-template-page-job-postings #contacts {
    padding: 2em 1em 0
}

.page-template-page-job-postings #contacts h2 {
    color: #BB1133;
    font-weight: 300
}

.page-template-page-job-postings #contacts p {
    line-height: 200%
}

.page-template-page-job-postings #contacts img {
    max-width: 100%;
    height: auto
}

.page-template-page-job-postings #contacts hr {
    background: url(../png/hr.png);
    height: 4px
}

.page-template-page-job-postings #contacts #about {
    padding: 0 1em
}

.page-template-page-job-postings #contacts h3 {
    text-align: center;
    color: #BB1133
}

.page-template-page-job-postings #contacts h4 {
    font-size: .8em;
    color: #5c6b80;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    margin: 0
}

.page-template-page-job-postings #contacts ul li {
    border-left: 1px solid #D4D4D4;
    padding-left: 1em;
    margin: 2em 0
}

.page-template-page-job-postings #contacts ul li p {
    margin: 0
}

.page-template-page-job-postings #contacts ul li strong {
    color: #8E6C4A;
    display: block;
    font-size: 1.2em
}

.page-template-page-job-postings #contacts h2 {
    margin-top: 2em;
    margin-bottom: 1em;
    text-align: center
}

.page-template-page-job-postings #blog-social {
    margin-top: 1em;
    padding: 2em 0;
    clear: both;
    background: #D4D4D4;
    overflow: auto
}

.page-template-page-job-postings #blog-social .blogFeed {
    padding: 0 2em 0 1em
}

.page-template-page-job-postings #blog-social .blogFeed a.more {
    color: #BB1133
}

.page-template-page-job-postings #blog-social .blogFeed h2 {
    color: #8E6C4A;
    margin-top: 0
}

.page-template-page-job-postings #blog-social .blogFeed img {
    max-width: 100%
}

/*.page-template-page-job-postings #blog-social .social {*/
/*    padding: 1em!important;*/
/*    background: #fff;*/
/*    border-radius: 5px*/
/*}*/

#testimonial-slider {
    background-size: cover;
    background-position: center center;
    margin: 3em auto 2em
}

#testimonial-slider testimonial .testimonial {
    max-width: 550px;
    margin: 0 auto 2.5em;
    padding: 0 2em 2.5em 4em;
    border-bottom: 1px solid #D4D4D4
}

#testimonial-slider testimonial .testimonial .quote {
    font-size: 1.1em;
    font-weight: 300;
    position: relative
}

#testimonial-slider testimonial .testimonial .quote:before {
    position: absolute;
    top: 0;
    left: -30px;
    display: block;
    height: .95em;
    width: .95em;
    content: '';
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 475.082 475.081' xml:space='preserve'%3E%3Cpath fill='%235c6b80' d='M164.45,219.27h-63.954c-7.614,0-14.087-2.664-19.417-7.994c-5.327-5.33-7.994-11.801-7.994-19.417v-9.132 c0-20.177,7.139-37.401,21.416-51.678c14.276-14.272,31.503-21.411,51.678-21.411h18.271c4.948,0,9.229-1.809,12.847-5.424 c3.616-3.617,5.424-7.898,5.424-12.847V54.819c0-4.948-1.809-9.233-5.424-12.85c-3.617-3.612-7.898-5.424-12.847-5.424h-18.271 c-19.797,0-38.684,3.858-56.673,11.563c-17.987,7.71-33.545,18.132-46.68,31.267c-13.134,13.129-23.553,28.688-31.262,46.677 C3.855,144.039,0,162.931,0,182.726v200.991c0,15.235,5.327,28.171,15.986,38.834c10.66,10.657,23.606,15.985,38.832,15.985 h109.639c15.225,0,28.167-5.328,38.828-15.985c10.657-10.663,15.987-23.599,15.987-38.834V274.088 c0-15.232-5.33-28.168-15.994-38.832C192.622,224.6,179.675,219.27,164.45,219.27z'/%3E%3Cpath fill='%235c6b80' d='M459.103,235.256c-10.656-10.656-23.599-15.986-38.828-15.986h-63.953c-7.61,0-14.089-2.664-19.41-7.994 c-5.332-5.33-7.994-11.801-7.994-19.417v-9.132c0-20.177,7.139-37.401,21.409-51.678c14.271-14.272,31.497-21.411,51.682-21.411 h18.267c4.949,0,9.233-1.809,12.848-5.424c3.613-3.617,5.428-7.898,5.428-12.847V54.819c0-4.948-1.814-9.233-5.428-12.85 c-3.614-3.612-7.898-5.424-12.848-5.424h-18.267c-19.808,0-38.691,3.858-56.685,11.563c-17.984,7.71-33.537,18.132-46.672,31.267 c-13.135,13.129-23.559,28.688-31.265,46.677c-7.707,17.987-11.567,36.879-11.567,56.674v200.991 c0,15.235,5.332,28.171,15.988,38.834c10.657,10.657,23.6,15.985,38.828,15.985h109.633c15.229,0,28.171-5.328,38.827-15.985 c10.664-10.663,15.985-23.599,15.985-38.834V274.088C475.082,258.855,469.76,245.92,459.103,235.256z'/%3E%3C/svg%3E");
}
.page-template-page-tour .tours #tour-cta .wrap #testimonial-slider testimonial .testimonial .quote:before,
.page-template-page-refer #container .content #refer-cta #testimonial-slider testimonial .testimonial .quote:before,
.page-template-page-open-house-events .tours #tour-cta .inner #testimonial-slider testimonial:first-of-type .testimonial .quote:before{
    background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 475.082 475.081' xml:space='preserve'%3E%3Cpath d='M164.45,219.27h-63.954c-7.614,0-14.087-2.664-19.417-7.994c-5.327-5.33-7.994-11.801-7.994-19.417v-9.132 c0-20.177,7.139-37.401,21.416-51.678c14.276-14.272,31.503-21.411,51.678-21.411h18.271c4.948,0,9.229-1.809,12.847-5.424 c3.616-3.617,5.424-7.898,5.424-12.847V54.819c0-4.948-1.809-9.233-5.424-12.85c-3.617-3.612-7.898-5.424-12.847-5.424h-18.271 c-19.797,0-38.684,3.858-56.673,11.563c-17.987,7.71-33.545,18.132-46.68,31.267c-13.134,13.129-23.553,28.688-31.262,46.677 C3.855,144.039,0,162.931,0,182.726v200.991c0,15.235,5.327,28.171,15.986,38.834c10.66,10.657,23.606,15.985,38.832,15.985 h109.639c15.225,0,28.167-5.328,38.828-15.985c10.657-10.663,15.987-23.599,15.987-38.834V274.088 c0-15.232-5.33-28.168-15.994-38.832C192.622,224.6,179.675,219.27,164.45,219.27z'/%3E%3Cpath d='M459.103,235.256c-10.656-10.656-23.599-15.986-38.828-15.986h-63.953c-7.61,0-14.089-2.664-19.41-7.994 c-5.332-5.33-7.994-11.801-7.994-19.417v-9.132c0-20.177,7.139-37.401,21.409-51.678c14.271-14.272,31.497-21.411,51.682-21.411 h18.267c4.949,0,9.233-1.809,12.848-5.424c3.613-3.617,5.428-7.898,5.428-12.847V54.819c0-4.948-1.814-9.233-5.428-12.85 c-3.614-3.612-7.898-5.424-12.848-5.424h-18.267c-19.808,0-38.691,3.858-56.685,11.563c-17.984,7.71-33.537,18.132-46.672,31.267 c-13.135,13.129-23.559,28.688-31.265,46.677c-7.707,17.987-11.567,36.879-11.567,56.674v200.991 c0,15.235,5.332,28.171,15.988,38.834c10.657,10.657,23.6,15.985,38.828,15.985h109.633c15.229,0,28.171-5.328,38.827-15.985 c10.664-10.663,15.985-23.599,15.985-38.834V274.088C475.082,258.855,469.76,245.92,459.103,235.256z'/%3E%3C/svg%3E");
}

#testimonial-slider testimonial .testimonial author {
    max-width: 350px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#testimonial-slider testimonial .testimonial author .thumb img {
    max-width: 100%;
    border-radius: 100px;
    height: auto;
}

#testimonial-slider testimonial .testimonial author .title h4 {
    margin: 0;
    line-height: 150%;
    font-weight: 400
}

#testimonial-slider testimonial .testimonial author .title span.degree {
    display: block;
    color: #8E6C4A;
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: 1px
}

#tour-cta #testimonial-slider testimonial .testimonial author .title span.degree {
    display: block;
    color: #efefef;
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: 1px
}

#testimonial-slider testimonial:last-of-type .testimonial {
    border-bottom: 0;
    padding-bottom: 0
}

.archive #blog-social,
.blog #blog-social,
.search #blog-social {
    margin-top: 1em;
    padding: 2em 0;
    clear: both;
    background: #D4D4D4;
    overflow: auto
}

.archive #blog-social .blogFeed,
.blog #blog-social .blogFeed,
.search #blog-social .blogFeed {
    padding: 0 2em 0 1em
}

.archive #blog-social .blogFeed a.more,
.blog #blog-social .blogFeed a.more,
.search #blog-social .blogFeed a.more {
    color: #BB1133
}

.archive #blog-social .blogFeed h2,
.blog #blog-social .blogFeed h2,
.search #blog-social .blogFeed h2 {
    color: #8E6C4A;
    margin-top: 0
}

.archive #blog-social .blogFeed img,
.blog #blog-social .blogFeed img,
.search #blog-social .blogFeed img {
    max-width: 100%
}

/*.archive #blog-social .social,*/
/*.blog #blog-social .social,*/
/*.search #blog-social .social {*/
/*    padding: 1em!important;*/
/*    background: #fff;*/
/*    border-radius: 5px*/
/*}*/

.archive main,
.blog main,
.search main {
    padding: 1em
}

.archive main .blog-header,
.blog main .blog-header,
.search main .blog-header {
    text-align: center
}

.archive main .blog-header h1,
.blog main .blog-header h1,
.search main .blog-header h1 {
    margin-top: 0;
    color: #BB1133;
    font-weight: 300
}

.archive main .blog-header .cats,
.blog main .blog-header .cats,
.search main .blog-header .cats {
    margin-bottom: 2em
}

.archive main .blog-header .cats .searchform,
.blog main .blog-header .cats .searchform,
.search main .blog-header .cats .searchform {
    margin: 0 auto;
    max-width: 150px;
    position: relative
}

.archive main .blog-header .cats .searchform label,
.blog main .blog-header .cats .searchform label,
.search main .blog-header .cats .searchform label {
    display: none
}

.archive main .blog-header .cats .searchform input,
.blog main .blog-header .cats .searchform input,
.search main .blog-header .cats .searchform input {
    height: 23px;
    box-sizing: border-box;
    padding: 0 24px 0 6px;
    border-radius: 0
}

.archive main .blog-header .cats .searchform button,
.blog main .blog-header .cats .searchform button,
.search main .blog-header .cats .searchform button {
    position: absolute;
    top: 0;
    right: 2px;
    border: 0;
    background: 0 0
}

.archive main .blog-header .cats .searchform button i,
.blog main .blog-header .cats .searchform button i,
.search main .blog-header .cats .searchform button i {
    color: #5c6b80
}

.archive main .blog-header .cats ul li,
.blog main .blog-header .cats ul li,
.search main .blog-header .cats ul li {
    display: inline-block;
    margin: 0 .5em
}

.archive main .blog-header .cats ul li a,
.blog main .blog-header .cats ul li a,
.search main .blog-header .cats ul li a {
    color: #5c6b80;
    font-size: .8em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none
}

.archive main article,
.blog main article,
.search main article {
    background-size: cover;
    background-position: center center;
    margin-bottom: 1em;
    border: 0
}

.archive main article .article-header,
.blog main article .article-header,
.search main article .article-header {
    padding: 1em;
    height: 300px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0, transparent 75%);
}

.archive main article .article-header a,
.blog main article .article-header a,
.search main article .article-header a {
    font-weight: 600;
    color: #fff;
    word-break: break-word;
    text-decoration: none;
    font-size: 2em;
    line-height: 1.2em;
    font-family: TradeGothic;
}

.archive main article .article-header a:hover,
.blog main article .article-header a:hover,
.search main article .article-header a:hover {
    color: #8E6C4A
}

.archive main article:last-of-type,
.blog main article:last-of-type,
.search main article:last-of-type {
    margin-bottom: 0
}

.archive main .pagination,
.blog main .pagination,
.search main .pagination {
    text-align: right;
    font-size: .8em
}

.archive main .pagination span,
.blog main .pagination span,
.search main .pagination span {
    font-weight: 700;
    padding: .5em
}

.archive main .pagination li,
.blog main .pagination li,
.search main .pagination li {
    border-right: 0
}

.archive main .pagination li a,
.blog main .pagination li a,
.search main .pagination li a {
    padding: .5em;
    color: #5c6b80
}

.archive main .pagination li a:hover,
.blog main .pagination li a:hover,
.search main .pagination li a:hover {
    background: 0 0
}

.archive main .events,
.blog main .events,
.search main .events {
    padding: 1em;
    margin-bottom: 3em
}

.archive main .events h2,
.blog main .events h2,
.search main .events h2 {
    color: #BB1133;
    margin-bottom: 0
}

.archive main .events a.more,
.blog main .events a.more,
.search main .events a.more {
    text-transform: uppercase;
    color: #5c6b80;
    letter-spacing: 1px;
    text-decoration: none;
    display: block;
    font-weight: 600;
    font-size: .9em;
    margin-bottom: 2em
}

.archive main .events .eventPost,
.blog main .events .eventPost,
.search main .events .eventPost {
    overflow: auto;
    margin-bottom: 2em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.archive main .events .eventPost .date,
.blog main .events .eventPost .date,
.search main .events .eventPost .date {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    border-right: 1px solid #D4D4D4
}

.archive main .events .eventPost .date .day,
.blog main .events .eventPost .date .day,
.search main .events .eventPost .date .day {
    font-weight: 300;
    display: block;
    color: #8E6C4A;
    font-size: 3em;
    line-height: 100%
}

.archive main .events .eventPost .date .month,
.blog main .events .eventPost .date .month,
.search main .events .eventPost .date .month {
    display: block;
    color: #8E6C4A
}

.archive main .events .eventPost .title,
.blog main .events .eventPost .title,
.search main .events .eventPost .title {
    padding-left: 1em
}

.archive main .events .eventPost .title h3,
.blog main .events .eventPost .title h3,
.search main .events .eventPost .title h3 {
    font-weight: 800;
    line-height: 120%;
    margin: .4em 0 0
}

.archive main .events .eventPost .title h3 a,
.blog main .events .eventPost .title h3 a,
.search main .events .eventPost .title h3 a {
    color: #8E6C4A
}

.archive main .events .eventPost .title span.location,
.blog main .events .eventPost .title span.location,
.search main .events .eventPost .title span.location {
    color: #5c6b80;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .85em
}

.search main .events {
    padding: 0
}

.single #blog-social {
    margin-top: 2em;
    padding: 2em 0;
    clear: both;
    background: #d4d4d4;
    overflow: auto;
}

.single #blog-social .blogFeed {
    padding: 0 2em 0 1em
}

.single #blog-social .blogFeed a.more {
    color: #BB1133
}

.single #blog-social .blogFeed h2 {
    color: #8E6C4A;
    margin-top: 1em
}

.single #blog-social .blogFeed img {
    max-width: 100%
}

/*.single #blog-social .social {*/
/*    padding: 1em!important;*/
/*    background: #fff;*/
/*    border-radius: 5px*/
/*}*/

.single article {
    border: 0
}

.single article .searchform {
    max-width: 150px;
    position: relative
}

.single article .searchform label {
    display: none
}

.single article .searchform input {
    height: 23px;
    box-sizing: border-box;
    padding: 0 24px 0 6px;
    border-radius: 0
}

.single article .searchform button {
    position: absolute;
    top: 0;
    right: 2px;
    border: 0;
    background: 0 0
}

.single article .searchform button i {
    color: #5c6b80
}

.single article header {
    border: 0;
    max-width: 768px;
    margin: 0 auto;
    padding-bottom: 0
}

.single article header h1 {
    font-weight: 300;
    color: #8E6C4A;
    font-size: 1.5em;
}

.single article header .cats a,
.single article header .date {
    color: #5c6b80;
    font-size: .8em;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase
}

.single article header .date {
    display: block;
    margin-bottom: 1em
}

.single article header .cats {
    margin-bottom: 1em
}

.single article header .cats a {
    display: inline-block
}

.single article header .cats a:hover {
    color: #8E6C4A
}

.single article footer .ssb-social {
    margin-bottom: 1em;
}

.single article footer .ssb-social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    background: #D4D4D4;
    color: #fff;
    border-radius: 50px;
    padding: .65em .6em;
    margin-right: .5em;
}

.single article footer .ssb-social a.ssb-facebook {
    background-position: 36% 50%;
    background-repeat: no-repeat;
    background-size: 16px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0.254 20.221 344.891 470.511' width='344.891' height='470.511' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='matrix(1, 0, 0, 1, 0.254444, 20.220865)'%3E%3Cpath d='M271.521,154.17v-40.541c0-6.086,0.28-10.8,0.849-14.13c0.567-3.335,1.857-6.615,3.859-9.853 c1.999-3.236,5.236-5.47,9.706-6.708c4.476-1.24,10.424-1.858,17.85-1.858h40.539V0h-64.809c-37.5,0-64.433,8.897-80.803,26.691 c-16.368,17.798-24.551,44.014-24.551,78.658v48.82h-48.542v81.086h48.539v235.256h97.362V235.256h64.805l8.566-81.086H271.521z' style='fill: rgb(255, 255, 255);'/%3E%3C/g%3E%3Cg transform='matrix(1, 0, 0, 1, 0.254444, 20.220865)'/%3E%3Cg transform='matrix(1, 0, 0, 1, 0.254444, 20.220865)'/%3E%3Cg transform='matrix(1, 0, 0, 1, 0.254444, 20.220865)'/%3E%3Cg transform='matrix(1, 0, 0, 1, 0.254444, 20.220865)'/%3E%3Cg transform='matrix(1, 0, 0, 1, 0.254444, 20.220865)'/%3E%3Cg transform='matrix(1, 0, 0, 1, 0.254444, 20.220865)'/%3E%3Cg transform='matrix(1, 0, 0, 1, 0.254444, 20.220865)'/%3E%3Cg transform='matrix(1, 0, 0, 1, 0.254444, 20.220865)'/%3E%3Cg transform='matrix(1, 0, 0, 1, 0.254444, 20.220865)'/%3E%3Cg transform='matrix(1, 0, 0, 1, 0.254444, 20.220865)'/%3E%3Cg transform='matrix(1, 0, 0, 1, 0.254444, 20.220865)'/%3E%3Cg transform='matrix(1, 0, 0, 1, 0.254444, 20.220865)'/%3E%3Cg transform='matrix(1, 0, 0, 1, 0.254444, 20.220865)'/%3E%3Cg transform='matrix(1, 0, 0, 1, 0.254444, 20.220865)'/%3E%3Cg transform='matrix(1, 0, 0, 1, 0.254444, 20.220865)'/%3E%3C/svg%3E");
}

.single article footer .ssb-social a.ssb-twitter {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 19px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='300' height='271' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: rgb(255, 255, 255);' d='m236 0h46l-101 115 118 156h-92.6l-72.5-94.8-83 94.8h-46l107-123-113-148h94.9l65.5 86.6zm-16.1 244h25.5l-165-218h-27.4z'/%3E%3C/svg%3E");
}

.single article footer .ssb-social a.ssb-linked {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='28.486 9.773 438.536 428.829' width='438.536' height='428.829' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='matrix(1, 0, 0, 1, 28.486492, 9.773436)'%3E%3Cg%3E%3Crect x='5.424' y='145.895' width='94.216' height='282.932' style='fill: rgb(255, 255, 255);'/%3E%3Cpath d='M408.842,171.739c-19.791-21.604-45.967-32.408-78.512-32.408c-11.991,0-22.891,1.475-32.695,4.427 c-9.801,2.95-18.079,7.089-24.838,12.419c-6.755,5.33-12.135,10.278-16.129,14.844c-3.798,4.337-7.512,9.389-11.136,15.104 v-40.232h-93.935l0.288,13.706c0.193,9.139,0.288,37.307,0.288,84.508c0,47.205-0.19,108.777-0.572,184.722h93.931V270.942 c0-9.705,1.041-17.412,3.139-23.127c4-9.712,10.037-17.843,18.131-24.407c8.093-6.572,18.13-9.855,30.125-9.855 c16.364,0,28.407,5.662,36.117,16.987c7.707,11.324,11.561,26.98,11.561,46.966V428.82h93.931V266.664 C438.529,224.976,428.639,193.336,408.842,171.739z' style='fill: rgb(255, 255, 255);'/%3E%3Cpath d='M53.103,9.708c-15.796,0-28.595,4.619-38.4,13.848C4.899,32.787,0,44.441,0,58.529c0,13.891,4.758,25.505,14.275,34.829 c9.514,9.325,22.078,13.99,37.685,13.99h0.571c15.99,0,28.887-4.661,38.688-13.99c9.801-9.324,14.606-20.934,14.417-34.829 c-0.19-14.087-5.047-25.742-14.561-34.973C81.562,14.323,68.9,9.708,53.103,9.708z' style='fill: rgb(255, 255, 255);'/%3E%3C/g%3E%3C/g%3E%3Cg transform='matrix(1, 0, 0, 1, 28.486492, 9.773436)'/%3E%3Cg transform='matrix(1, 0, 0, 1, 28.486492, 9.773436)'/%3E%3Cg transform='matrix(1, 0, 0, 1, 28.486492, 9.773436)'/%3E%3Cg transform='matrix(1, 0, 0, 1, 28.486492, 9.773436)'/%3E%3Cg transform='matrix(1, 0, 0, 1, 28.486492, 9.773436)'/%3E%3Cg transform='matrix(1, 0, 0, 1, 28.486492, 9.773436)'/%3E%3Cg transform='matrix(1, 0, 0, 1, 28.486492, 9.773436)'/%3E%3Cg transform='matrix(1, 0, 0, 1, 28.486492, 9.773436)'/%3E%3Cg transform='matrix(1, 0, 0, 1, 28.486492, 9.773436)'/%3E%3Cg transform='matrix(1, 0, 0, 1, 28.486492, 9.773436)'/%3E%3Cg transform='matrix(1, 0, 0, 1, 28.486492, 9.773436)'/%3E%3Cg transform='matrix(1, 0, 0, 1, 28.486492, 9.773436)'/%3E%3Cg transform='matrix(1, 0, 0, 1, 28.486492, 9.773436)'/%3E%3Cg transform='matrix(1, 0, 0, 1, 28.486492, 9.773436)'/%3E%3Cg transform='matrix(1, 0, 0, 1, 28.486492, 9.773436)'/%3E%3C/svg%3E");
}

.single article footer .ssb-social a.ssb-pinterest {
    background-position: 55% 55%;
    background-repeat: no-repeat;
    background-size: 15px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='62.643 29.275 336.917 437.912' width='336.917' height='437.912' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 241.63 29.275 C 151.61 29.275 62.643 89.288 62.643 186.415 C 62.643 248.184 97.388 283.279 118.445 283.279 C 127.131 283.279 132.132 259.063 132.132 252.22 C 132.132 244.06 111.338 226.688 111.338 192.733 C 111.338 122.191 165.034 72.179 234.524 72.179 C 294.274 72.179 338.494 106.134 338.494 168.517 C 338.494 215.106 319.806 302.494 259.266 302.494 C 237.419 302.494 218.731 286.701 218.731 264.064 C 218.731 230.899 241.894 198.787 241.894 164.568 C 241.894 106.485 159.507 117.014 159.507 187.205 C 159.507 201.945 161.349 218.265 167.93 231.689 C 155.822 283.806 131.079 361.455 131.079 415.151 C 131.079 431.733 133.448 448.053 135.028 464.636 C 138.011 467.97 136.519 467.619 141.082 465.952 C 185.302 405.412 183.723 393.567 203.727 314.339 C 214.519 334.87 242.42 345.925 264.53 345.925 C 357.709 345.925 399.56 255.115 399.56 173.255 C 399.56 86.13 324.28 29.275 241.63 29.275 Z' style='fill: rgb(255, 255, 255);'/%3E%3C/svg%3E");
}

.single article footer .ssb-social a i {
    font-size: 16px;
    width: 20px
}

.single article footer .ssb-social a:hover {
    background-color: #8E6C4A;
}

.single article footer .ssb-social a span {
    display: none
}

.single article .entry-content {
    padding-top: 1.5em
}

.single article .entry-content .pinWrapper {
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center
}

.single article .entry-content .pinWrapper .pin {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 1em;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    text-align: center
}

.single article .entry-content .pinWrapper .pin .pinShare {
    color: #fff;
    font-size: 2.5em;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-style: normal;
    text-decoration: none
}

.single article .entry-content .pinWrapper .pin .pinShare:hover {
    color: #8E6C4A
}

.single article .article-footer {
    border: 0
}

.single article .article-footer a {
    text-transform: uppercase;
    color: #5c6b80;
    font-size: .8em;
    letter-spacing: 1px;
    font-weight: 700;
    display: inline-block;
    text-decoration: none
}

.single article .article-footer .cats a:hover,
.single article .article-footer .post-nav a:hover {
    color: #BB1133
}

.single article .article-footer .post-nav {
    overflow: auto
}

.single article .article-footer .post-nav a {
    font-weight: 800;
    font-size: 1em
}

.single article .article-footer .post-nav a:first-of-type {
    float: left
}

.single article .article-footer .post-nav a:last-of-type {
    float: right
}

.single article .article-footer .cats {
    display: block;
    margin-bottom: 1em
}

.single article .article-footer .cats strong {
    font-size: .8em
}

.single article .latest h3 {
    text-align: center;
    color: #8E6C4A;
    font-size: 1.5em;
    margin: 0
}

.single article .latest .d-1of3 {
    padding: 1em
}

.single article .latest .d-1of3 .thumb {
    height: 300px;
    padding: 1em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -moz-box-shadow: inset 0 -200px 200px -50px #000;
    -webkit-box-shadow: inset 0 -200px 200px -50px #000;
    box-shadow: inset 0 -200px 200px -50px #000
}

.single article .latest .d-1of3 .thumb h5 {
    color: #fff;
    text-transform: none;
    font-size: 1.25em;
    line-height: 1.5em;
    margin: 0;
    letter-spacing: 0;
    font-weight: 600
}


.page-template-default #blog-social {
    margin-top: 1em;
    padding: 2em 0;
    clear: both;
    background: #D4D4D4;
    overflow: auto
}

.page-template-default #blog-social .blogFeed {
    padding: 0 2em 0 1em
}

.page-template-default #blog-social .blogFeed a.more {
    color: #BB1133
}

.page-template-default #blog-social .blogFeed h2 {
    color: #8E6C4A;
    margin-top: 0
}

.page-template-default #blog-social .blogFeed img {
    max-width: 100%
}

/*.page-template-default #blog-social .social {*/
/*    padding: 1em!important;*/
/*    background: #fff;*/
/*    border-radius: 5px*/
/*}*/

.page-template-page-contact .content .buttons {
    text-align: center
}

.page-template-page-contact .content .buttons a {
    margin: .25em
}

.page-template-page-contact .content .brochure {
    background-size: cover;
    background-position: center center;
    padding: 2em 1em;
    color: #fff
}

.page-template-page-contact .content .brochure .inner {
    padding: 1em;
    background: #bb1133b3
}

.page-template-page-contact .content .brochure .inner .gform_wrapper form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-template-page-contact .content .brochure .inner .gform_wrapper .gform_title {
    display: none
}

.page-template-page-contact .content .brochure .inner .gform_wrapper form ul.gform_fields li.gfield {
    padding-right: 0
}

.page-template-page-contact .content .brochure .inner .gform_wrapper form .gform_heading {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 0;
    position: relative
}

.page-template-page-contact .content .brochure .inner .gform_wrapper form .gform_heading .gform_description {
    font-size: .7em;
    margin-top: 1em;
    margin-bottom: 0
}

.page-template-page-contact .content .brochure .inner .gform_wrapper form .gform_heading .gform_description span.highlight {
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline
}

.page-template-page-contact .content .brochure .inner .gform_wrapper form .gform_heading .disclosure {
    display: none;
    position: absolute;
    bottom: 32px;
    left: 0;
    background: rgba(51, 51, 51, .9);
    color: #fff;
    width: 100%;
    font-size: 11px;
    padding: 2em
}

.page-template-page-contact .content .brochure .inner .gform_wrapper form .gform_body {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.page-template-page-contact .content .brochure .inner .gform_wrapper form .gform_footer {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    margin: 0
}

.page-template-page-contact .content .brochure .inner .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.page-template-page-contact .content .brochure .inner .gform_wrapper select,
.page-template-page-contact .content .brochure .inner .gform_wrapper textarea {
    padding: .8em;
    height: auto;
    background-color: #fff
}

.page-template-page-contact .content .brochure .inner .gform_wrapper select {
    max-width: 100%;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .9em
}

.page-template-page-contact .content .brochure .inner .gform_wrapper input,
.page-template-page-contact .content .brochure .inner .gform_wrapper textarea {
    max-width: 100%;
    width: 100%
}

.page-template-page-contact .content .brochure .inner .gform_wrapper input::-webkit-input-placeholder,
.page-template-page-contact .content .brochure .inner .gform_wrapper textarea::-webkit-input-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .9em
}

.page-template-page-contact .content .brochure .inner .gform_wrapper input::-moz-placeholder,
.page-template-page-contact .content .brochure .inner .gform_wrapper textarea::-moz-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .9em
}

.page-template-page-contact .content .brochure .inner .gform_wrapper input:-ms-input-placeholder,
.page-template-page-contact .content .brochure .inner .gform_wrapper textarea:-ms-input-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .9em
}

.page-template-page-contact .content .brochure .inner .gform_wrapper input:-moz-placeholder,
.page-template-page-contact .content .brochure .inner .gform_wrapper textarea:-moz-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .9em
}

.page-template-page-contact .content .brochure .inner .gform_wrapper input[type=submit] {
    background: #8E6C4A;
    border: 0;
    border-radius: 5px;
    color: #fff;
    width: auto;
    font-weight: 600;
    padding: .5em 1.5em;
    float: right
}

.page-template-page-contact .content .brochure .inner .gform_wrapper input[type=submit]:hover {
    background-color: #ae8437
}

@media (min-width:1030px) {
    .page-template-page-contact .content .brochure .inner .gform_wrapper form ul.gform_fields .gfield.full {
        width: 100%
    }
}

.page-template-page-contact .content .brochure .inner .gform_wrapper {
    margin: 0 auto
}

.page-template-page-contact .location-info {
    padding: 2em 1em
}

.page-template-page-contact .location-info ul li {
    border-left: 1px solid #D4D4D4;
    padding-left: 1em;
    margin-bottom: 2em
}

.page-template-page-contact .location-info ul li h3 {
    color: #BB1133;
    margin-bottom: 0
}

.page-template-page-contact .location-info ul li h4 {
    color: #5c6b80;
    font-size: .8em;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0
}

.page-template-page-contact .location-info ul li p {
    margin-top: 0
}

.page-template-page-contact .location-info ul li strong {
    font-size: 1.2em;
    color: #8E6C4A
}

.page-template-page-contact .location-info ul li:last-of-type {
    margin-bottom: 0
}

.page-template-page-contact .location-info ul li a {
    color: #5c6b80;
    text-decoration: none
}

.single article .searchform button {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 23px;
    border: 0;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='10.3 13.978 475.085 475.079' width='475.085' height='475.079' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M464.524,412.846l-97.929-97.925c23.6-34.068,35.406-72.047,35.406-113.917c0-27.218-5.284-53.249-15.852-78.087 c-10.561-24.842-24.838-46.254-42.825-64.241c-17.987-17.987-39.396-32.264-64.233-42.826 C254.246,5.285,228.217,0.003,200.999,0.003c-27.216,0-53.247,5.282-78.085,15.847C98.072,26.412,76.66,40.689,58.673,58.676 c-17.989,17.987-32.264,39.403-42.827,64.241C5.282,147.758,0,173.786,0,201.004c0,27.216,5.282,53.238,15.846,78.083 c10.562,24.838,24.838,46.247,42.827,64.234c17.987,17.993,39.403,32.264,64.241,42.832c24.841,10.563,50.869,15.844,78.085,15.844 c41.879,0,79.852-11.807,113.922-35.405l97.929,97.641c6.852,7.231,15.406,10.849,25.693,10.849 c9.897,0,18.467-3.617,25.694-10.849c7.23-7.23,10.848-15.796,10.848-25.693C475.088,428.458,471.567,419.889,464.524,412.846z M291.363,291.358c-25.029,25.033-55.148,37.549-90.364,37.549c-35.21,0-65.329-12.519-90.36-37.549 c-25.031-25.029-37.546-55.144-37.546-90.36c0-35.21,12.518-65.334,37.546-90.36c25.026-25.032,55.15-37.546,90.36-37.546 c35.212,0,65.331,12.519,90.364,37.546c25.033,25.026,37.548,55.15,37.548,90.36C328.911,236.214,316.392,266.329,291.363,291.358z ' style='fill: rgb(125, 129, 135);' transform='matrix(1, 0, 0, 1, 10.299733, 13.974972)'/%3E%3C/svg%3E");
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width:1030px) {

    .single article header h1 {
        font-size: 2.5em;
    }

}

.hentry {
    background-color: #fff;
    margin-bottom: 1.5em
}

.byline,
.entry-title,
.hentry footer p,
.page-title,
.single-title {
    margin: 0
}

.hentry h2 {
    color: #BB1133;
    font-weight: 300
}

.hentry p {
    line-height: 200%
}

.hentry img {
    max-width: 100%;
    height: auto
}

.hentry hr {
    background: url(../png/hr.png);
    height: 4px
}

.entry-content th,
.entry-content tr:nth-child(even) {
    background-color: #eee
}

.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail,
.entry-content img {
    height: auto;
    max-width: 100%
}

.hentry #about {
    padding: 0 1em
}

.hentry header {
    border-bottom: 1px solid #eee;
    padding: 1.5em
}

.entry-content th,
.entry-content tr {
    border-bottom: 1px solid #D4D4D4
}

.hentry footer {
    padding: 1.5em
}

.entry-content {
    padding: 1.5em 1.5em 0
}

.entry-content p {
    margin: 0 0 1.5em
}

.entry-content table {
    width: 100%;
    border: 1px solid #D4D4D4;
    margin-bottom: 1.5em
}

.entry-content table caption {
    margin: 0 0 7px;
    font-size: .75em;
    color: #5c6b80;
    text-transform: uppercase;
    letter-spacing: 1px
}

.entry-content td {
    padding: 7px;
    border-right: 1px solid #D4D4D4
}

.entry-content td:last-child {
    border-right: 0
}

.entry-content th {
    border-right: 1px solid #D4D4D4
}

.entry-content th:last-child {
    border-right: 0
}

.entry-content blockquote {
    margin: 0 0 0em .75em;
    padding: 0 0 0 .75em;
}

.entry-content dd {
    margin-left: 0;
    font-size: .9em;
    color: #787878;
    margin-bottom: 1.5em
}

.entry-content img {
    margin: 0 0 1.5em
}

.entry-content pre {
    background: #323944;
    color: #eee;
    font-size: .9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px
}

.wp-caption {
    max-width: 100%;
    padding: 0px 5px;
}

.wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%
}

.videocaption {
    font-size: .85em;
    font-style: italic;
    margin: 0px 0 15px 0 !important;
    text-align: center;
    max-width:680px;
}

.wp-caption p.wp-caption-text {
    font-size: .85em;
    font-style: italic;
    margin: 0px 0 15px;
    padding-top:0px;
    text-align: center;
}

.tags {
    margin: 0
}

.pagination,
.wp-prev-next {
    margin: 1.5em 0
}

.pagination {
    text-align: center
}

.pagination ul {
    display: inline-block;
    background-color: #fff;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-radius: 3px
}

.pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    border-right: 1px solid #D4D4D4
}

.pagination a,
.pagination span {
    margin: 0;
    text-decoration: none;
    line-height: 1em;
    font-size: 1em;
    font-weight: 400;
    padding: .75em;
    min-width: 1em;
    display: block;
    color: #2980b9
}

.pagination a:focus,
.pagination a:hover,
.pagination span:focus,
.pagination span:hover {
    background-color: #2980b9;
    color: #fff
}

.pagination .current {
    cursor: default;
    color: #5c6b80
}

.pagination .current:focus,
.pagination .current:hover {
    background-color: #fff;
    color: #5c6b80
}

.wp-prev-next .prev-link {
    float: left
}

#submit,
.wp-prev-next .next-link {
    float: right
}

#comments-title {
    padding: .75em;
    margin: 0;
    border-top: 1px solid #eee
}

.commentlist {
    margin: 0
}

.comment {
    position: relative;
    clear: both;
    overflow: hidden;
    padding: 1.5em;
    border-bottom: 1px solid #eee
}

.comment .comment-author {
    padding: 7px;
    border: 0
}

.comment .vcard {
    margin-left: 50px
}

.comment .vcard cite.fn {
    font-weight: 700;
    font-style: normal
}

.comment .vcard time {
    display: block;
    font-size: .9em;
    font-style: italic
}

.comment .vcard time a {
    color: #5c6b80;
    text-decoration: none
}

.comment .vcard time a:hover {
    text-decoration: underline
}

.comment .vcard .avatar {
    position: absolute;
    left: 16px;
    border-radius: 50%
}

.comment:last-child {
    margin-bottom: 0
}

.comment .children {
    margin: 0
}

.comment[class*=depth-] {
    margin-top: 1.1em
}

.comment.depth-1 {
    margin-left: 0;
    margin-top: 0
}

.comment:not(.depth-1) {
    margin-top: 0;
    margin-left: 7px;
    padding: 7px
}

.comment.odd {
    background-color: #fff
}

.comment.even {
    background: #eee
}

.comment_content p {
    margin: .7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em
}

/*.comment-reply-link {*/
/*    font-size: .9em;*/
/*    float: right*/
/*}*/

.comment-edit-link {
    font-style: italic;
    margin: 0 7px;
    text-decoration: none;
    font-size: .9em
}

/*.comment-respond {*/
/*    padding: 1.5em;*/
/*    border-top: 1px solid #eee*/
/*}*/

#reply-title {
    margin: 0
}

.logged-in-as {
    color: #5c6b80;
    font-style: italic;
    margin: 0
}

.logged-in-as a {
    color: #5c6b80
}

.comment-form-comment {
    margin: 1.5em 0 .75em
}

.form-allowed-tags {
    padding: 1.5em;
    background-color: #eee;
    font-size: .9em
}

#submit {
    font-size: 1em
}

#comment-form-title {
    margin: 0 0 1.1em
}

#allowed_tags {
    margin: 1.5em 10px .7335em 0
}

.nocomments {
    margin: 0 20px 1.1em
}

.no-widgets {
    background-color: #fff;
    padding: 1.5em;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-bottom: 1.5em
}


@media only screen and (min-width:481px) {
    .entry-content .alignleft,
    .entry-content img.alignleft {
        margin-right: 1.5em;
        display: inline;
        float: left
    }
    .entry-content .alignright,
    .entry-content img.alignright {
        margin-left: 1.5em;
        display: inline;
        float: right
    }
    .entry-content .aligncenter,
    .entry-content img.aligncenter {
        margin-right: auto;
        margin-left: auto;
        display: block;
        clear: both
    }
}

@media only screen and (min-width:768px) {
    .page-template-page-open-house-events .tours #tour-cta .inner #testimonial-slider testimonial .testimonial .quote,
    .page-template-page-tour .tours #tour-cta .inner #testimonial-slider testimonial .testimonial .quote,
    .page-template-page-refer .refer #refer-cta .inner #testimonial-slider testimonial .testimonial .quote {
        font-weight: 600
    }
    .page-template-page-academics #campuses .campus-info p.center,
    .single header h1 {
        clear: both
    }
    .page-template-page-academics #campuses .campus-info,
    .page-template-page-history-tradition .content #about {
        text-align: left
    }
    .page-template-page-history-tradition .content #curriculum,
    .page-template-page-history-tradition .content #mission,
    .page-template-page-refer .content .intro {
        max-width: 800px;
        margin: 0 auto
    }
    .page-template-page-refer .content #grid h3 {
        max-width: 650px;
        margin: 0 auto;
    }
    .page-template-page-cooking-classes-online .features .feature .image,
    .page-template-page-cooking-classes-online .features .feature .text {
        width: 50%
    }
    .page-template-page-cooking-classes-online .features .feature .image {
        min-height: 400px
    }
    .page-template-page-history-tradition .content h2 {
        font-size: 2.7em
    }
    .page-template-page-alumni .content #video .inner h3 {
        font-size: 1.75em;
    }
    .page-template-page-history-tradition .content #about .d-1of2 .fixedHeight h2,
    .page-template-page-history-tradition .content #testimonial-slider testimonial:first-of-type .testimonial .quote,
    .page-template-page-history-tradition .content #video .inner h3 {
        font-size: 1.75em
    }
    .page-template-page-history-tradition .content #about .d-1of2 {
        padding: 1.5em
    }
    .page-template-page-history-tradition .content #about .d-1of2 .fixedHeight {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-end;
        -ms-flex-align: flex-end;
        align-items: flex-end;
        height: 80px
    }
    .page-template-page-history-tradition .content #testimonial-slider {
        margin: 0
    }
    .page-template-page-history-tradition .content #testimonial-slider testimonial:first-of-type .testimonial {
        width: 100%;
        border-right: 1px solid #D4D4D4
    }
    .page-template-page-history-tradition .content #testimonial-slider testimonial:first-of-type .testimonial .quote p .large {
        line-height: 130%;
        font-size: 1.6em;
        color: #8E6C4A
    }
    .page-template-page-history-tradition .content #testimonial-slider testimonial:first-of-type .testimonial .quote:before {
        color: #8E6C4A;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 475.082 475.081' xml:space='preserve'%3E%3Cpath fill='%23997755' d='M164.45,219.27h-63.954c-7.614,0-14.087-2.664-19.417-7.994c-5.327-5.33-7.994-11.801-7.994-19.417v-9.132 c0-20.177,7.139-37.401,21.416-51.678c14.276-14.272,31.503-21.411,51.678-21.411h18.271c4.948,0,9.229-1.809,12.847-5.424 c3.616-3.617,5.424-7.898,5.424-12.847V54.819c0-4.948-1.809-9.233-5.424-12.85c-3.617-3.612-7.898-5.424-12.847-5.424h-18.271 c-19.797,0-38.684,3.858-56.673,11.563c-17.987,7.71-33.545,18.132-46.68,31.267c-13.134,13.129-23.553,28.688-31.262,46.677 C3.855,144.039,0,162.931,0,182.726v200.991c0,15.235,5.327,28.171,15.986,38.834c10.66,10.657,23.606,15.985,38.832,15.985 h109.639c15.225,0,28.167-5.328,38.828-15.985c10.657-10.663,15.987-23.599,15.987-38.834V274.088 c0-15.232-5.33-28.168-15.994-38.832C192.622,224.6,179.675,219.27,164.45,219.27z'/%3E%3Cpath fill='%23997755' d='M459.103,235.256c-10.656-10.656-23.599-15.986-38.828-15.986h-63.953c-7.61,0-14.089-2.664-19.41-7.994 c-5.332-5.33-7.994-11.801-7.994-19.417v-9.132c0-20.177,7.139-37.401,21.409-51.678c14.271-14.272,31.497-21.411,51.682-21.411 h18.267c4.949,0,9.233-1.809,12.848-5.424c3.613-3.617,5.428-7.898,5.428-12.847V54.819c0-4.948-1.814-9.233-5.428-12.85 c-3.614-3.612-7.898-5.424-12.848-5.424h-18.267c-19.808,0-38.691,3.858-56.685,11.563c-17.984,7.71-33.537,18.132-46.672,31.267 c-13.135,13.129-23.559,28.688-31.265,46.677c-7.707,17.987-11.567,36.879-11.567,56.674v200.991 c0,15.235,5.332,28.171,15.988,38.834c10.657,10.657,23.6,15.985,38.828,15.985h109.633c15.229,0,28.171-5.328,38.827-15.985 c10.664-10.663,15.985-23.599,15.985-38.834V274.088C475.082,258.855,469.76,245.92,459.103,235.256z'/%3E%3C/svg%3E");
    }
    .page-template-page-history-tradition .content .names h2 {
        font-size: 1.75em;
        margin-top: 0;
        padding-top: 0
    }
    .page-template-page-academics #campuses .campus-info i {
        font-size: 2em;
        float: left;
        padding: 0 .5em 2em 0
    }
    .page-template-page-academics #campuses .campus-info a.red-btn {
        font-size: 1.25em;
        padding: .75em 3em
    }
    .page-template-page-academics #austin-chefs .chefs,
    .page-template-page-academics #boulder-chefs .chefs,
    .page-template-page-academics #online-chefs .chefs {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .page-template-page-academics-program #campuses .campuses .campus-info .inner {
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .page-template-page-academics-program #campuses .campuses .campus-info .inner .img {
        width: 300px;
        height: auto;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
    .page-template-page-academics-program #campuses .campuses .campus-info .inner .description {
        padding: 0 0 0 2em
    }
    .page-template-page-academics-program #programs ul {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .page-template-page-academics-program #programs ul li {
        width: 50%;
        padding: 0 2em;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
    .page-template-page-academics-program #aus_skills,
    .page-template-page-academics-program #skills {
        overflow: auto
    }

    .page-template-page-academics-program .content #what h2 {
        margin-bottom: 1em
    }
    .page-template-page-academics-program .content #what .features .feature .overlay,
    .page-template-page-academics-program .content #what .features .feature .overlay .back {
        height: 325px
    }
    .page-template-page-academics-program #curriculum a.gold-btn {
        font-size: 1.2em;
        width: 450px
    }
    .page-template-page-alumni-profiles #programs .programs .info .inner .titles {
        padding-right: 2em
    }
    .page-template-page-alumni-profiles #programs .programs .info .inner .titles h3 {
        margin-top: 0;
        text-align: left
    }
    .page-template-page-alumni-profiles #programs .programs .info .inner .titles .onlinestorytitle,
    .page-template-page-alumni-profiles #programs .programs .info .inner .titles .pastrystorytitle,
    .page-template-page-alumni-profiles #programs .programs .info .inner .titles .storytitle {
        text-align: left
    }
    .page-template-page-alumni-profiles #programs .programs .info .inner .excerpts {
        padding-left: 2em;
        padding-right: 0
    }
    .page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .onlinestorycontent,
    .page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .pastrystorycontent,
    .page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .storycontent {
        padding-top: 0
    }
    .page-template-page-alumni-profiles #programs .programs .info .inner .titles .storytitle {
        display: block;
        font-size: 1em;
        padding: .5em 1em
    }
    .page-template-page-open-house-events #reserve-cta .wrap {
        padding: 4em 1em
    }
    .page-template-page-open-house-events #reserve-cta .wrap .inner {
        padding: 4em 1em;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
    .page-template-page-open-house-events #reserve-cta .wrap .inner .d-1of3 {
        padding: 0 1em;
        border-right: 2px solid #fff;
        text-align: left
    }
    .page-template-page-open-house-events #reserve-cta .wrap .inner .d-1of3 h2 {
        font-size: 1.5em;
        margin-top: 0
    }
    .page-template-page-open-house-events #reserve-cta .wrap .inner .d-1of3 p {
        line-height: 200%;
        margin: 0
    }
    .page-template-page-open-house-events #reserve-cta .wrap .inner .d-1of3.last-col {
        border-right: 0
    }
    .page-template-page-open-house-events .feature {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
    .page-template-page-open-house-events .feature .img {
        height: auto
    }
    .page-template-page-open-house-events .feature .last-col {
        padding-left: 2em
    }
    .page-template-page-open-house-events .feature .last-col h2 {
        margin-top: 0
    }
    .page-template-page-open-house article {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .page-template-page-open-house article .entry-content {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-right: 3em
    }
    .page-template-page-open-house article .form {
        padding: 1em 2em;
        max-width: 350px;
        float: right
    }
    .page-template-page-open-house article .form h2 {
        font-size: 2.8em;
    }
    .page-template-page-open-house article .article-footer {
        width: 100%;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
    .page-template-page-open-house #blog-social {
        margin-top: 1em;
        padding: 2em 0;
        clear: both;
        background: #D4D4D4;
        overflow: auto
    }
    .page-template-page-open-house #blog-social .blogFeed {
        padding: 0 2em 0 1em
    }
    .page-template-page-open-house #blog-social .blogFeed a.more {
        color: #BB1133
    }
    .page-template-page-open-house #blog-social .blogFeed h2 {
        color: #8E6C4A;
        margin-top: 0
    }
    .page-template-page-open-house #blog-social .blogFeed img {
        max-width: 100%
    }
    /*.page-template-page-open-house #blog-social .social {*/
    /*    padding: 1em!important;*/
    /*    background: #fff;*/
    /*    border-radius: 5px*/
    /*}*/
    .page-template-page-alumni .content #disney .wrap .text,
    .page-template-page-tuition .content .programs .info .inner .titles .storytitle {
        text-align: left
    }
    .page-template-page-tour .content .intro-text ul {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }
    .page-template-page-tour .content .intro-text ul li {
        margin-bottom: 0;
        padding-right: 3em;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .page-template-page-tour .content .intro-text ul li:last-of-type {
        padding-right: 0
    }
    .page-template-page-tour .content .intro-text ul li h3 {
        font-size: 1.5em
    }
    .page-template-page-military .content #grants ul {
        list-style-type: disc;
        padding-left: 40px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .page-template-page-military .content #grants ul li {
        margin: 0;
        padding-bottom: 30px;
        padding-right: 2em
    }
    .page-template-page-alumni .content .intro-text ul {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .page-template-page-alumni .content .intro-text ul li {
        margin: 0;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-right: 2em
    }
    .page-template-page-alumni .content #disney .wrap {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }
    .page-template-page-alumni .content #disney .wrap .logo {
        padding-right: 4em;
        align-self: center;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
    .page-template-page-alumni .content #chefs-roll .overlay {
        padding: 2em 1em
    }
    .page-template-page-alumni .content #chefs-roll .overlay .wrap ul {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }
    .page-template-page-alumni .content #chefs-roll .overlay .wrap ul li {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .page-template-page-alumni .content #programs .overlay .wrap ul {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }
    .page-template-page-alumni .content #programs .overlay .wrap ul li {
        margin-right: 2em;
        margin-bottom: 0;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .page-template-page-alumni .content #programs .overlay .wrap ul li:last-of-type {
        margin: 0
    }
    .page-template-page-alumni .content #spotlight h2 {
        margin-top: 0;
        margin-bottom: 1.5em
    }
    .page-template-page-alumni .content #spotlight .profiles {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }
    .page-template-page-alumni .content #spotlight .profiles li {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 2em
    }
    .page-template-page-alumni .content #spotlight .profiles li:last-of-type {
        margin-right: 0
    }
    .page-template-page-job-postings .content ul#jobs .jobs-header {
        text-align: center
    }
    .page-template-page-job-postings .content ul#jobs .jobs-header .selectWrapper {
        margin: 1em;
        display: inline-block;
        width: 100%
    }
    .page-template-page-job-postings .content ul#jobs li.job ul {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }
    .page-template-page-job-postings .content ul#jobs li.job ul li {
        padding-right: 2em;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0
    }
    .page-template-page-job-postings .content ul#jobs li.job ul li h3 {
        margin-bottom: 0
    }
    .page-template-page-community .content .intro-text {
        font-size: 1.5em;
        padding: 2em 1em 0;
        max-width: 950px;
        margin: 0 auto
    }
    .archive main .blogPost,
    .blog main .blogPost,
    .search main .blogPost {
        padding: 1em
    }
    .single header .date {
        float: left
    }
    .single header .cats {
        margin-right: 1em;
        float: right
    }
    .single header .searchform {
        float: right
    }
    .page-template-page-contact .location-info ul {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }
    .page-template-page-contact .location-info ul li {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-right: 2em;
        margin-bottom: 0
    }
    .page-template-page-contact .location-info ul li:last-of-type {
        padding-right: 0
    }
    .page-template-page-contact .location-info ul li h3 {
        margin-top: 0
    }
    .page-template-default .entry-content .textwidget {
        width: 50%;
        float: left;
        padding-right: 2em
    }
    .page-template-default.page-id-12568 hr {
        margin: 2em 0
    }

}

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

    body.page-template-page-elearning-landing article.post section.entry-content.cf {
        max-width: 920px;
    }

    .home .programs .culinary a:hover,
    .home .programs .online a:hover,
    .home .programs .pastry a:hover,
    .home .programs .beverage a:hover {
        background: #BB1133
    }

    body.page-template-page-cooking-classes .header .headerImage {
        overflow: initial;
    }
    .page-template-page-about #stats {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .page-template-page-about #stats .stat {
        padding: 2em;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .page-template-page-about #stats .stat desc {
        font-size: 1.7em
    }
    .page-template-page-about #stats .stat.half {
        max-width: 450px
    }
    .page-template-page-about #what .intro h2 {
        font-size: 2.7em
    }
    .page-template-page-about #what .intro p {
        font-size: 1.2em;
        line-height: 200%
    }
    .page-template-page-about #network h2 {
        font-size: 2.7em
    }
    .page-template-page-about #network p {
        font-size: 1.2em;
        line-height: 200%
    }
    .page-template-page-cooking-classes .content {
        padding: 3.5em 2em 4em 2em;
    }
    .page-template-page-cooking-classes .content h2 {
        font-size: 2.8em
    }

    .page-template-page-cooking-classes-online .features h2 {
        font-size: 2.8em
    }
    .page-template-page-academics .programs .padder .culinary .inner,
    .page-template-page-academics .programs .padder .pastry .inner {
        height: 470px
    }
    .page-template-page-academics .programs .padder .culinary .inner h2,
    .page-template-page-academics .programs .padder .pastry .inner h2 {
        font-size: 2.8em;
        margin-bottom: 2.5em
    }
    .page-template-page-academics .programs .padder .culinary .inner .buttons a,
    .page-template-page-academics .programs .padder .pastry .inner .buttons a {
        -webkit-transition: .4s all;
        transition: .4s all;
        font-size: 1.3em;
        padding: .7em 1.5em
    }
    .page-template-page-academics .programs .padder .culinary .inner .buttons a:hover,
    .page-template-page-academics .programs .padder .pastry .inner .buttons a:hover {
        padding: .7em 2em
    }
    .page-template-page-academics #chef-educators {
        margin: 0 auto;
        max-width: 900px
    }
    .page-template-page-academics .content h2 {
        font-size: 2.8em
    }
    .page-template-page-academics .content h3 {
        font-size: 1.5em
    }
    .page-template-page-academics #austin-chefs .chefs .chef,
    .page-template-page-academics #boulder-chefs .chefs .chef,
    .page-template-page-academics #online-chefs .chefs .chef {
        padding: 2em;
        width: 33.3%;
        float: left
    }
    .page-template-page-academics #austin-chefs .chefs .chef .back,
    .page-template-page-academics #boulder-chefs .chefs .chef .back,
    .page-template-page-academics #online-chefs .chefs .chef .back {
        padding: 0 2em 1em
    }
    .page-template-page-academics #austin-chefs .chefs .chef .back p,
    .page-template-page-academics #austin-chefs .chefs .chef .back ul,
    .page-template-page-academics #boulder-chefs .chefs .chef .back p,
    .page-template-page-academics #boulder-chefs .chefs .chef .back ul,
    .page-template-page-academics #online-chefs .chefs .chef .back p,
    .page-template-page-academics #online-chefs .chefs .chef .back ul {
        border-left: 1px solid #D4D4D4;
        padding-left: 1.5em;
        line-height: 150%
    }
    .page-template-page-academics #austin-chefs .chefs .chef .back p li,
    .page-template-page-academics #austin-chefs .chefs .chef .back ul li,
    .page-template-page-academics #boulder-chefs .chefs .chef .back p li,
    .page-template-page-academics #boulder-chefs .chefs .chef .back ul li,
    .page-template-page-academics #online-chefs .chefs .chef .back p li,
    .page-template-page-academics #online-chefs .chefs .chef .back ul li {
        padding-bottom: 1em
    }
    .page-template-page-academics-program .content h2 {
        font-size: 2.8em
    }
    .page-template-page-academics-program .content #campuses .selector a.gold-btn {
        width: 325px
    }
    .page-template-page-academics-program .content #campuses .selector a.red-btn {
        width: 490px
    }
    .page-template-page-academics-program .content #campuses .campuses .campus-info {
        padding: 3em 1em
    }
    .page-template-page-academics-program .content #aus_skills .d-1of2,
    .page-template-page-academics-program .content #aus_skills .d-all,
    .page-template-page-academics-program .content #programs .d-1of2,
    .page-template-page-academics-program .content #skills .d-1of2,
    .page-template-page-academics-program .content #skills .d-all {
        padding: 2em
    }
    .page-template-page-academics-program .content #campuses .campuses .campus-info .inner .description h3 {
        font-size: 1.5em
    }
    .page-template-page-academics-program .content #aus_skills .d-1of2 h2,
    .page-template-page-academics-program .content #aus_skills .d-all h2,
    .page-template-page-academics-program .content #skills .d-1of2 h2,
    .page-template-page-academics-program .content #skills .d-all h2 {
        font-size: 1.75em
    }
    .page-template-page-academics-program .content #aus_skills .d-1of2 a.red-btn,
    .page-template-page-academics-program .content #aus_skills .d-all a.red-btn,
    .page-template-page-academics-program .content #aus_skills .d-1of2 a.gold-btn,
    .page-template-page-academics-program .content #aus_skills .d-all a.gold-btn,
    .page-template-page-academics-program .content #online_skills .d-all a.red-btn,
    .page-template-page-academics-program .content #skills .d-1of2 a.red-btn,
    .page-template-page-academics-program .content #skills .d-all a.red-btn {
        width: 350px
    }
    .page-template-page-academics-program .content #aus_skills .d-all {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }
    .page-template-page-academics-program .content #aus_skills .d-all .img {
        width: 45%;
        height: auto;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .page-template-page-academics-program .content #aus_skills .d-all .description {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding-right: 2em
    }
    .page-template-page-academics-program .content #aus_skills p.center {
        width: 100%
    }
    .page-template-page-academics-program .content #programs {
        overflow: auto
    }
    .page-template-page-academics-program .content #programs .intro-text {
        max-width: 90%;
        margin: 0 auto;
        padding-bottom: 2em
    }
    .page-template-page-academics-program .content #curriculum .wrap {
        max-width: 850px
    }
    .page-template-page-academics-program .content #curriculum .wrap h2 {
        margin-bottom: 1em
    }
    .page-template-page-academics-program .content #curriculum .wrap a.gold-btn {
        margin-top: 1em;
        margin-bottom: 1em
    }
    .page-template-page-academics-program .more-info .wrap {
        max-width: 768px
    }
    .page-template-page-alumni-profiles #programs h2 {
        font-size: 2.8em;
        margin-bottom: 1em
    }
    .page-template-page-alumni-profiles #programs .selector a.gold-btn {
        width: 330px
    }
    .page-template-page-alumni-profiles #programs .programs {
        margin: 3em auto
    }
    .page-template-page-alumni-profiles #programs .programs .titles h3 {
        font-size: 1.5em
    }
    .page-template-page-alumni-profiles #programs .programs .info .inner .titles .onlinestorytitle,
    .page-template-page-alumni-profiles #programs .programs .info .inner .titles .pastrystorytitle,
    .page-template-page-alumni-profiles #programs .programs .info .inner .titles .storytitle {
        font-size: 1.1em
    }
    .page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .onlinestorycontent .pullQuote,
    .page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .pastrystorycontent .pullQuote,
    .page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .storycontent .pullQuote {
        margin-bottom: 0
    }
    .page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .onlinestorycontent .pullQuote .excerpt p,
    .page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .pastrystorycontent .pullQuote .excerpt p,
    .page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .storycontent .pullQuote .excerpt p {
        font-size: 1.1em;
        line-height: 180%
    }
    .page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .onlinestorycontent .mainContent .quote,
    .page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .pastrystorycontent .mainContent .quote,
    .page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .storycontent .mainContent .quote {
        padding-left: 11em
    }
    .page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .onlinestorycontent .mainContent .quote:before,
    .page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .pastrystorycontent .mainContent .quote:before,
    .page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .storycontent .mainContent .quote:before {
        top: -10px;
        left: 90px;
        font-size: 4em
    }
    .page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .onlinestorycontent .mainContent .quote p,
    .page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .pastrystorycontent .mainContent .quote p,
    .page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .storycontent .mainContent .quote p {
        line-height: 180%
    }
    .page-template-page-alumni-profiles #cta {
        padding: 3em 1em 4em
    }
    .page-template-page-alumni-profiles #cta .wrap {
        max-width: 768px
    }
    .page-template-page-alumni-profiles #cta .wrap p {
        font-size: 1.5em
    }
    .page-template-page-alumni-profiles #cta .wrap a.red-btn {
        font-size: 1.5em;
        padding: .75em 4em
    }
    .page-template-page-open-house-events .content {
        max-width: 900px
    }
    .page-template-page-open-house-events .content h2 {
        font-size: 2.8em
    }
    /*.page-template-page-open-house-events .eventsFeed {*/
    /*    max-width: 500px*/
    /*}*/
    .page-template-page-open-house-events #expect {
        padding: 2em 1em 4em
    }
    .page-template-page-open-house-events #expect h2 {
        font-size: 2.8em;
        margin-bottom: 1em
    }
    .page-template-page-open-house-events #expect .cols {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }
    .page-template-page-open-house-events #expect .cols .col {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 1.5em;
        border-bottom: 0;
        border-right: 2px solid #8E6C4A
    }
    .page-template-page-open-house-events #expect .cols .col.last {
        border-right: 0
    }
    .page-template-page-open-house-events #expect .cols .col h3 {
        font-size: 2.25em
    }
    .page-template-page-open-house-events #expect .cols .col p {
        font-weight: 800;
        font-size: 1.1em
    }
    .page-template-page-open-house-events .tours #tour-cta .inner #testimonial-slider testimonial:first-of-type .testimonial .quote p,
    .page-template-page-tour .tours #tour-cta .inner #testimonial-slider testimonial:first-of-type .testimonial .quote p,
    .page-template-page-refer .refer #refer-cta .inner #testimonial-slider testimonial:first-of-type .testimonial .quote p {
        font-weight: 600
    }
    .page-template-page-open-house-events .feature .last-col {
        padding-left: 4em
    }
    .page-template-page-open-house-events .feature .last-col h2 {
        font-size: 2.8em
    }
    .page-template-page-open-house-events .feature .last-col a.red-btn {
        font-size: 1.5em;
        padding: .75em 4em;
        margin-bottom: 4em
    }
    .page-template-page-open-house-events .tours h2 {
        font-size: 2.8em
    }
    .page-template-page-open-house-events .tours #tour-cta {
        padding: 4em 1em
    }
    .page-template-page-open-house-events .tours #tour-cta .inner {
        padding: 5em 1em
    }
    .page-template-page-open-house-events .tours #tour-cta .inner .brochure {
        padding: 0 0 0 1em
    }
    .page-template-page-open-house-events .tours #tour-cta .inner .brochure h3 {
        font-size: 1.75em;
        margin: 0
    }
    .page-template-page-open-house-events .tours #tour-cta .inner .brochure p {
        font-size: 1.25em;
        margin: 0 0 1em
    }
    .page-template-page-open-house-events .tours #tour-cta .inner .brochure .inner {
        padding: 0
    }
    .page-template-page-open-house-events .tours #tour-cta .inner .brochure .gform_wrapper {
        position: relative
    }
    .page-template-page-open-house-events .tours #tour-cta .inner .brochure .gform_wrapper form .gform_body ul {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .page-template-page-open-house-events .tours #tour-cta .inner .brochure .gform_wrapper form .gform_body ul li {
        padding-right: 1em!important;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        width: 50%;
        margin: 0!important
    }
    .page-template-page-open-house-events .tours #tour-cta .inner .brochure .gform_wrapper form .gform_heading {
        width: 320px;
        position: absolute;
        bottom: 0;
        left: 0
    }
    .page-template-page-open-house-events .tours #tour-cta .inner #testimonial-slider {
        margin: 0
    }
    .page-template-page-open-house-events .tours #tour-cta .inner #testimonial-slider testimonial:first-of-type .testimonial {
        padding: 0 2em 2.5em 6em;
        float: none;
        width: 100%;
        border: 0
    }
    .page-template-page-open-house-events .tours #tour-cta .inner #testimonial-slider testimonial:first-of-type .testimonial .quote {
        font-size: 1.25em
    }
    .page-template-page-open-house-events .tours #tour-cta .inner #testimonial-slider testimonial:first-of-type .testimonial .quote:before {
        top: 0;
        left: -70px;
        font-size: 3em
    }
    .page-template-page-open-house article .entry-content {
        font-size: 1.1em
    }
    .page-template-page-tour .tours h2 {
        font-size: 2.8em
    }
    .page-template-page-tour .tours #tour-cta .inner {
        padding: 1em
    }
    .page-template-page-tour .tours #tour-cta .inner .brochure {
        padding: 0 0 0 1em
    }
    .page-template-page-tour .tours #tour-cta .inner .brochure h3 {
        font-size: 1.6em;
        margin: 0
    }
    .page-template-page-tour .tours #tour-cta .inner .brochure p {
        font-size: 1.25em;
        margin: 0 0 1em
    }
    .page-template-page-tour .tours #tour-cta .inner .brochure .inner {
        padding: 0
    }
    .page-template-page-tour .tours #tour-cta .inner .brochure .gform_wrapper {
        position: relative
    }
    .page-template-page-tour .tours #tour-cta .inner .brochure .gform_wrapper form .gform_body ul {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .page-template-page-tour .tours #tour-cta .inner .brochure .gform_wrapper form .gform_body ul li {
        padding-right: 1em!important;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        width: 50%;
        margin: 0!important
    }
    .page-template-page-tour .tours #tour-cta .inner .brochure .gform_wrapper form .gform_heading {
        width: 320px;
        position: absolute;
        bottom: 0;
        left: 0
    }
    .page-template-page-tour .tours #tour-cta .inner #testimonial-slider {
        margin: 0
    }
    .page-template-page-tour .tours #tour-cta .inner #testimonial-slider testimonial:first-of-type .testimonial {
        padding: 0 2em 2.5em 6em;
        float: none;
        width: 100%;
        border: 0
    }
    .page-template-page-tour .tours #tour-cta .inner #testimonial-slider testimonial:first-of-type .testimonial .quote {
        font-size: 1.25em
    }
    .page-template-page-tour .tours #tour-cta .inner #testimonial-slider testimonial:first-of-type .testimonial .quote:before {
        top: 0;
        left: -70px;
        font-size: 3em
    }
    .page-template-page-tour .tours #tour-cta .inner .scheduling {
        padding-top: 2em
    }
    .page-template-page-refer .refer h2 {
        font-size: 2.8em
    }
    .page-template-page-refer .refer #refer-cta .inner {
        padding: 1em
    }
    .page-template-page-refer .refer #refer-cta .inner .brochure {
        padding: 0 0 0 1em
    }
    .page-template-page-refer .refer #refer-cta .inner .brochure h3 {
        font-size: 1.75em;
        margin: 0
    }
    .page-template-page-refer .refer #refer-cta .inner .brochure p {
        font-size: 1.25em;
        margin: 0 0 1em
    }
    .page-template-page-refer .refer #refer-cta .inner .brochure .inner {
        padding: 0
    }
    .page-template-page-refer .refer #refer-cta .inner .brochure .gform_wrapper {
        position: relative
    }
    .page-template-page-refer .refer #refer-cta .inner .brochure .gform_wrapper form .gform_body ul {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .page-template-page-refer .refer #refer-cta .inner .brochure .gform_wrapper form .gform_body ul li {
        padding-right: 1em!important;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        width: 50%;
        margin: 0!important
    }
    .page-template-page-refer .refer #refer-cta .inner .brochure .gform_wrapper form .gform_heading {
        width: 320px;
        position: absolute;
        bottom: 0;
        left: 0
    }
    .page-template-page-refer .refer #refer-cta .inner #testimonial-slider {
        margin: 0
    }
    .page-template-page-refer .refer #refer-cta .inner #testimonial-slider testimonial:first-of-type .testimonial {
        padding: 0 2em 2.5em 6em;
        float: none;
        width: 100%;
        border: 0
    }
    .page-template-page-refer .refer #refer-cta .inner #testimonial-slider testimonial:first-of-type .testimonial .quote {
        font-size: 1.25em
    }
    .page-template-page-refer .refer #refer-cta .inner #testimonial-slider testimonial:first-of-type .testimonial .quote:before {
        top: 0;
        left: -70px;
        font-size: 3em
    }
    .page-template-page-housing .content .intro-text p {
        line-height: 160%;
        font-size: 1.5em
    }
    .page-template-page-housing .content h2 {
        font-size: 2.8em
    }
    .page-template-page-housing .content .features {
        padding: 0 1em 2em
    }
    .page-template-page-military .content .intro-text {
        padding: 4em 2em
    }
    .page-template-page-military .content #grants {
        padding: 4em 2em 1em;
    }
    .page-template-page-military .content .intro-text .wrap {
        max-width: 950px;
        margin: 0 auto
    }
    .page-template-page-military .content .intro-text .wrap p {
        font-size: 1.5em;
        line-height: 160%
    }
    .page-template-page-military .content #grants ul li {
        padding-right: 4em
    }
    .page-template-page-military .content #grants ul li:last-of-type {
        padding-right: 0
    }
    .page-template-page-military .content #grants ul li h3 {
        font-size: 20px;
    }
    .page-template-page-military .content #testimonial-slider .overlay {
        padding: 4em;
        overflow: auto
    }
    .page-template-page-military .content #testimonial-slider .overlay testimonial:first-of-type .testimonial {
        max-width: 900px;
        width: 100%;
        border-right: 0;
        float: none;
        margin: 0 auto
    }
    .page-template-page-military .content #testimonial-slider .overlay testimonial:first-of-type .testimonial .quote {
        font-size: 1.75em
    }
    .page-template-page-military .content #testimonial-slider .overlay testimonial:first-of-type .testimonial .quote p:before {
        font-size: 2.5em;
        margin-top: -.2em;
    }
    .page-template-page-military .content #testimonial-slider .overlay testimonial:first-of-type .testimonial author {
        max-width: 700px;
        margin: 0 auto
    }
    .page-template-page-alumni .content .intro-text {
        padding-bottom: 2em
    }
    .page-template-page-alumni .content .intro-text p {
        font-size: 1.1em;
        max-width: 900px;
        margin: 0 auto 1em
    }
    .page-template-page-alumni .content h2 {
        font-size: 2.8em
    }
    .page-template-page-alumni .content a.red-btn {
        font-size: 1.5em;
        padding: .75em 3em
    }
    .page-template-page-alumni .content #disney .overlay {
        padding-bottom: 4em
    }
    .page-template-page-alumni .content #disney .overlay .wrap p {
        font-size: 1.1em
    }
    .page-template-page-alumni .content #chefs-roll .overlay .wrap ul li {
        margin-right: 2em
    }
    .page-template-page-alumni .content #chefs-roll .overlay .wrap ul li img {
        max-width: 100%
    }
    .page-template-page-alumni .content #chefs-roll .overlay .wrap ul li:last-of-type {
        margin-right: 0;
        padding: 2em 4em;
        max-width: 504px
    }
    .page-template-page-alumni .content #programs .overlay .wrap ul li {
        padding: 2em 4em
    }
    .page-template-page-alumni .content #cta .overlay,
    .page-template-page-alumni .content #spotlight {
        padding: 4em 1em
    }
    .page-template-page-alumni .content #cta .overlay .wrap h2 {
        margin-bottom: 1em
    }
    .page-template-page-alumni .content #cta .overlay .wrap .fa,
    .page-template-page-alumni .content #cta .overlay .wrap img {
        margin: 0 .75em
    }
    .page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .storycontent .mainContent .quote {
        padding-left: 0
    }
    .page-template-page-alumni-profiles .content .tours {
        padding: 2em 1em 4em
    }
    .page-template-page-alumni-profiles .content .tours h2 {
        font-size: 2.8em
    }
    .page-template-page-alumni-profiles .content .tours #tour-cta .inner .brochure h3 {
        font-size: 1.75em;
        margin: 0
    }
    .page-template-page-alumni-profiles .content .tours #tour-cta .inner .brochure p {
        font-size: 1.25em;
        margin: 0 0 1em
    }
    .page-template-page-alumni-profiles .content .tours #tour-cta .inner .brochure .inner {
        padding: 0
    }
    .page-template-page-alumni-profiles .content .tours #tour-cta .inner .brochure .gform_wrapper {
        position: relative
    }
    .page-template-page-alumni-profiles .content .tours #tour-cta .inner .brochure .gform_wrapper form .gform_body ul {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .page-template-page-alumni-profiles .content .tours #tour-cta .inner .brochure .gform_wrapper form .gform_body ul li {
        padding-right: 1em!important;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        width: 50%;
        margin: 0!important
    }
    .page-template-page-alumni-profiles .content .tours #tour-cta .inner .brochure .gform_wrapper form .gform_heading {
        width: 320px;
        position: absolute;
        bottom: 0;
        left: 0
    }
    .page-template-page-alumni-profiles .content #cta {
        padding: 0
    }
    .page-template-page-alumni-profiles .content #cta .overlay {
        padding: 4em 1em
    }
    .page-template-page-alumni-profiles .content #cta .overlay .wrap h2 {
        margin-bottom: 1em
    }
    .page-template-page-alumni-profiles .content #cta .overlay .wrap .fa,
    .page-template-page-alumni-profiles .content #cta .overlay .wrap img {
        margin: 0 .75em
    }

    .page-template-page-job-postings .content #jobs .jobs-header h2 {
        font-size: 2.8em
    }
    .page-template-page-job-postings .content #jobs li.job ul li h3 {
        font-size: 1.5em
    }
    .page-template-page-job-postings #contacts {
        padding: 2em 1em .5em
    }
    .page-template-page-job-postings #contacts h3 {
        font-size: 1.75em;
        margin-bottom: .5em
    }
    .page-template-page-job-postings #contacts ul {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }
    .page-template-page-job-postings #contacts ul li {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .page-template-page-job-postings #contacts h2 {
        font-size: 2.8em
    }
    #testimonial-slider testimonial .testimonial {
        padding: 0 2em 0 4em;
        max-width: 100%;
        width: 40%;
        float: left;
        border-bottom: 0;
        margin-bottom: 2em
    }
    #testimonial-slider testimonial .testimonial .quote {
        font-size: 1.1em
    }
    #testimonial-slider testimonial .testimonial .quote p {
        font-weight: 400;
        line-height: 200%;
        margin: 0 0 1em
    }
    #testimonial-slider testimonial:first-of-type .testimonial {
        width: 60%;
        float: left;
        border-right: 1px solid #D4D4D4
    }
    #testimonial-slider testimonial:first-of-type .testimonial .quote {
        font-size: 2.5em
    }
    #testimonial-slider testimonial:first-of-type .testimonial .quote p {
        font-weight: 300;
        margin: 0 0 1em;
        line-height: 160%
    }
    #testimonial-slider testimonial:first-of-type .testimonial .quote:before {
        left: -50px
    }
    .archive main .blog-header .cats ul,
    .blog main .blog-header .cats ul,
    .search main .blog-header .cats ul {
        margin: 0;
        display: inline-block
    }
    .archive main .blog-header .cats .searchform,
    .blog main .blog-header .cats .searchform,
    .search main .blog-header .cats .searchform {
        margin-top: 1em;
        display: inline-block
    }
    .archive main .blog-header .cats .searchform input[type=search],
    .blog main .blog-header .cats .searchform input[type=search],
    .search main .blog-header .cats .searchform input[type=search] {
        margin-bottom: 0
    }
    .single .entry-content {
        max-width: 768px;
        margin: 0 auto
    }
    .single .entry-content img {
        margin-bottom: 15px;
    }
    .single .article-footer {
        max-width: 768px;
        margin: 0 auto
    }
    .page-template-page-contact .content .buttons {
        padding: 2em 0
    }
    .page-template-page-contact .content .buttons a {
        width: 335px;
        font-size: 1.5em;
        padding: .75em
    }
    .page-template-page-contact .brochure .inner {
        padding: 4em 1em
    }
    .page-template-page-contact .brochure .inner h2 {
        max-width: 600px;
        margin: 0 auto;
        padding: .5em .6em
    }
    .page-template-page-contact .brochure .inner p {
        max-width: 600px;
        font-size: 1.2em;
        margin: .5em auto 1.5em
    }
    .page-template-page-contact .brochure .inner .gform_wrapper {
        max-width: 600px;
        margin: 0 auto
    }
    .page-template-page-contact .brochure .inner .gform_wrapper form {
        position: relative
    }
    .page-template-page-contact .brochure .inner .gform_wrapper form .gform_heading .gform_description {
        position: absolute;
        bottom: 10px;
        left: 16px;
        width: 300px
    }
    .page-template-page-contact .brochure .inner .gform_wrapper form .gform_body ul {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .page-template-page-contact .brochure .inner .gform_wrapper form .gform_body ul li {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        padding: 0 1em;
        width: 50%;
        margin-top: 0
    }
    .page-template-page-contact .brochure .inner .gform_wrapper form .gform_footer input[type=submit] {
        margin: 0;
        padding: 1em 1.5em
    }
    .page-template-page-contact .location-info {
        padding: 4em 1em
    }
    .page-template-page-contact .location-info ul li h3 {
        font-size: 1.5em
    }

    .page-template-page-refer .header .headerImage .inner .introText p {
        font-size: 2.2em;
    }
    .page-template-page-alumni-profiles .header .success-stories .titles .story .story-title.selected h2:after,
    .page-template-page-alumni-profiles .header .success-stories .titles .story .story-title:hover h2:after {
        bottom: -12px
    }
    .page-template-page-alumni-profiles .header p#breadcrumbs {
        margin: 0 0 1em
    }
    .page-template-page-alumni-profiles .header .success-stories {
        margin-top: -80px
    }
    .page-template-page-alumni-profiles .header .success-stories .content {
        padding-top: 1em;
        font-size: 1em;
        font-weight: 400;
        max-width: 850px;
        line-height: 200%
    }
    .page-template-page-alumni-profiles .header .success-stories .titles .story .story-title,
    .page-template-page-alumni-profiles .header .success-stories .titles .story.story-5 {
        padding-right: 2em
    }
    .page-template-page-alumni-profiles .header .success-stories .titles .story .story-title h2,
    .page-template-page-alumni-profiles .header .success-stories .titles .story .story-title i {
        font-size: 1.25em
    }
    .page-template-page-housing .header .headerImage .inner .introText p a.red-btn {
        font-size: .9em;
        padding: .75em 5em;
        margin: 1em 2em 0
    }
}

@media only screen and (min-width:1240px) {
    .home .programs .padder.first,
    .page-template-page-academics .programs .padder.first {
        padding-left: 0
    }
    .home .programs .padder.last,
    .page-template-page-academics .programs .padder.last {
        padding-right: 0
    }
}

@media all and (-ms-high-contrast:none) {
    select {
        background-image: none!important
    }
    .page-template-page-academics #austin-chefs .chefs,
    .page-template-page-academics #boulder-chefs .chefs,
    .page-template-page-academics #online-chefs .chefs {
        display: block!important
    }
    .page-template-page-job-postings .content ul#jobs .jobs-header .selectWrapper:after {
        content: none!important
    }
}

@media all and (-ms-high-contrast:none) and (min-width:768px) {
    .page-template-page-academics #austin-chefs,
    .page-template-page-academics #boulder-chefs,
    .page-template-page-academics #online-chefs {
        clear: both;
        overflow: hidden
    }
    .page-template-page-academics #austin-chefs .chefs .chef,
    .page-template-page-academics #boulder-chefs .chefs .chef,
    .page-template-page-academics #online-chefs .chefs .chef {
        width: 33.3%;
        float: left
    }
}

@media all and (-ms-high-contrast:none) and (min-width:1030px) {
    .page-template-page-academics #austin-chefs .chefs .chef,
    .page-template-page-academics #boulder-chefs .chefs .chef,
    .page-template-page-academics #online-chefs .chefs .chef {
        min-height: 480px
    }
    .page-template-page-about #stats {
        display: block!important;
        overflow: auto
    }
    .page-template-page-about #stats .stat {
        width: 33.3%;
        float: left;
        display: block
    }
    #id,
    ::-ms-backdrop {
        color: #FFF
    }
}

.newItem {
    color: #00f
}

.page-template-page-history-tradition .content #grid > h2 {
    text-align: center;
}

.page-template-page-history-tradition .content #grid .d-all .d-1of3 {
    padding-right: 0;
    margin-right: .75em;
    width: 32.5%;
    margin-bottom: 1em;
    background-size: cover;
}

.page-template-page-history-tradition .content #grid .d-all .d-1of3.last-col {
    margin-right: 0;
}

.page-template-page-history-tradition .content #grid .d-all .d-1of3 .overlay {
    width: 100%;
    height: 346px;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    padding: 2em;
    position: relative;
}

.page-template-page-history-tradition .content #grid .d-all .d-1of3 .overlay:hover {
    background-color: #bb1133cc;
}

.page-template-page-history-tradition .content #grid .d-all .d-1of3 .overlay h2 {
    font-weight: 800;
    color: #fff;
    font-size: 34px;
    text-align: center;
    text-shadow: 0 5px 10px #000;
    line-height: 110%;
    position: absolute;
    bottom: 40%;
    width: 280px;
}

.page-template-page-history-tradition .content #grid .d-all .d-1of3 .overlay p {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin-top: 0;
    line-height: 120%;
    position: absolute;
    top: 60%;
    width: 280px;
}

.page-template-page-refer .content #grid .d-all .d-1of5.last-col {
    margin-right: 0;
}

.page-template-page-refer .content #grid .d-all .d-1of5 .overlay {
    width: 100%;
    height: 197px;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    padding: 2em;
    position: relative;
}

.page-template-page-refer .content #grid .d-all .d-1of5 .overlay:hover {
    background-color: rgba(130, 16, 35, .8);
}

body.page-template-page-refer .content #grid.wrap .d-all .d-1of5 .overlay:hover {
    background-color: rgba(0,0,0,.5);
}

.page-template-page-refer .content #grid .d-all .d-1of5 .overlay h2 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 24px;
    text-align: center;
    text-shadow: 0 5px 10px #000;
    line-height: 110%;
    padding-top: 14px;
}


.formContainer {
    width: 426px;
    background-color: rgba(187, 17, 51, 0.7);
    position: absolute;
    right: 178px;
    top: 89px;
    color: #fff;
}

.formContainer #formContainer-inner {
    padding: 30px 30px 0;
    text-align: left;
}

.formContainer a {
    color: #fff;
}

.formContainer #form-title {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
}

.formContainer #formContainer-inner select,
.formContainer #formContainer-inner input {
    width: 100%;
    height: 38px;
    color: #5c6b80;
    font-size: .8em;
    text-transform: uppercase;
    padding: 0 16px;
    border: 1px solid #fff;
    background-color: #fff;
    margin: 7px 0;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: .1em;
    max-width: 100%;
}

.formContainer input::-webkit-input-placeholder {
    color: #5c6b80 !important;
}

.formContainer input:-moz-placeholder { /* Firefox 18- */
    color: #5c6b80 !important;
}

.formContainer input::-moz-placeholder {  /* Firefox 19+ */
    color: #5c6b80 !important;
}

.formContainer input:-ms-input-placeholder {
    color: #5c6b80 !important;
}

.formContainer .form-row-double .split-form-row:first-child {
    padding-right: 1.53%;
}

.formContainer .form-row-double .split-form-row:last-child {
    padding-left: 1.53%;
}

.formContainer .form-row-double {
    display: flex;
}

.formContainer .split-form-row {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
}

.formContainer .submit-container {
    position: relative;
}

.formContainer .submit-container #submit {
    width: 102px;
    height: 52px;
    background: #8E6C4A;
    color: #fff;
    line-height: 52px;
    text-align: center;
    text-transform: none;
    border: none;
    margin-top: 21px;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: .08em;
    font-size: 14px;
    -webkit-appearance: none;
    float: none;
}

.formContainer .submit-container #submit:hover {
    background-color: #ae8437;
}

.formContainer #formContainer-inner .submit-container .express-consent {
    width: 60%;
    display: inline-block;
    font-size: 11px;
    padding: 0 20px;
    line-height: 17px;
    vertical-align: bottom;
    text-shadow: none;
}

.formContainer #formContainer-inner .privacy {
    background-color: #840d20;
    height: 40px;
    text-align: center;
    font-size: 11px;
    line-height: 40px;
}

.formContainer #formContainer-inner .privacy .fa-lock {
    padding-right: 8px;
    font-size: 20px;
    vertical-align: middle;
}

.formContainer .privacy .fa-lock {
    padding-right: 8px;
    font-size: 20px;
    vertical-align: middle;
}

.thankYouCta .upperImage {
    background-size: cover;
    background-position: center center;
    height: 271px;
    display: block;
}

.thankYouCta a.padder .inner {
    display: block;
    height: 271px;
    transition: .4s all;
    -webkit-transition: .4s all;
    text-indent: -9999px;
    opacity: 0;
}

.thankYouCta a.padder:hover .inner {
    background-color:rgba(0, 0, 0, .4);
}

.thankYouCta a.padder:hover {
    text-decoration: none;
}

.thankYouCta .footerBar {
    background: #BB1133;
    color: #fff;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: block;
    transition: .4s all;
    -webkit-transition: .4s all;
    text-decoration: underline;
    font-weight: 600;
}

.thankYouCta a.padder:hover .footerBar {
    background-color: #333333;
    text-decoration: none !important;
}

.ca-widget-jobs .ca-load-more-container .ca-load-more-button {
    border: 2px solid #BB1133 !important;
    background-color: #BB1133 !important;
}

.ca-widget-jobs .ca-search-container button {
    background-color: #BB1133 !important;
}

.eventbrite-container > h2 {
    margin: 1.5em 0 1em;
    font-size: 2.5em;
    font-weight: 400;
    color: #b91636;
}

.eventbrite-container .events-wrapper {
    margin: 0 -15px;
}

.eventbrite-container .events-wrapper .event {
    display: flex;
    width: 100%;
    padding: 30px 0 30px;
}

.page-template-page-cooking-classes-austin .eventbrite-container .events-wrapper .event {
    padding: 30px 0 70px 0;
  }

.eventbrite-container .events-wrapper .event:last-child {
    border-bottom: none !important;
}

.eventbrite-container .events-wrapper .event .left {
    width: 40%;
    position: relative;
    margin: 15px 30px 0 0;
    overflow: hidden;
}
.eventbrite-container .events-wrapper .event .left img {
    width: 100%;
}
@media (min-width: 769px) {
    .eventbrite-container .events-wrapper .event .left img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 100%;
        width: auto;
    }
}

.eventbrite-container .events-wrapper .event .right {
    width: 60%;
    text-align: left;
}

.eventbrite-container .events-wrapper .event .event-title {
    margin: 0;
    color: #987758;
    line-height: 1.4;
}

.eventbrite-container .events-wrapper .event .event-meta p {
    margin: 0;
    font-weight: 700;
}

.eventbrite-container .events-wrapper .event .event-price {
    font-size: 1.45em;
}

.eventbrite-container .events-wrapper .event .event-description {
    margin: 0 0 15px;
}

.eventbrite-container .events-wrapper .event a.button {
    padding: 5px 30px;
}

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

    .eventbrite-container .events-wrapper .event {
        flex-wrap: wrap;
    }
    .eventbrite-container .events-wrapper .event .left {
        width: 100%;
        margin: 0;
    }

    .eventbrite-container .events-wrapper .event .right {
        width: 100%;
    }

}

@media (max-width: 1160px) {
    .formContainer {
        right: 28px;
    }
}

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

    .page-template-page-history-tradition .content #grid .d-all .d-1of3 {
        width: 32.2%;
    }
    .page-template-page-history-tradition .content #grid .d-all .d-1of3 .overlay {
        padding: 1em;
        height: 306px;
    }
    .page-template-page-history-tradition .content #grid .d-all .d-1of3 .overlay h2 {
        font-size: 28px;
        width: 212px;
        bottom: 50%;
    }
    .page-template-page-history-tradition .content #grid .d-all .d-1of3 .overlay p {
        font-size: 15px;
        width: 212px;
        top: 50%;
    }
    .formContainer {
        top: 4px;
    }
}

@media only screen and (max-width: 768px) {
    .page-template-page-history-tradition .content #grid .d-all .d-1of3 {
        width: 100%;
    }
    .page-template-page-history-tradition .content #grid .d-all .d-1of3 .overlay h2 {
        width: auto;
        position: relative;
        bottom: inherit;
    }
    .page-template-page-history-tradition .content #grid .d-all .d-1of3 .overlay p {
        width: auto;
        position: relative;
        top: inherit;
    }

    .thankYouCta a.padder {
        margin-bottom: 20px;
    }
}

@media (max-width: 850px) {

    .formContainer {
        top: 40px;
        right: 0;
        position: relative;
        margin: 0 auto;
        background-color: rgba(187, 17, 51, 0.7);
        width: 100%;
    }

    .formContainer #form-title {
        font-size: 26px;
        text-align: center;
    }

    .formContainer .submit-container .express-consent {
        display: block;
        width: auto;
        text-align: center;
    }

    .formContainer #formContainer-inner .submit-container .express-consent {
        width: 100%;
    }

    .formContainer .submit-container {
        text-align: center;
    }

    .formContainer .submit-container #submit {
        font-weight: bold;
        width: 100%;
        font-size: 18px;
    }

}

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

    .thankYouCta .upperImage {
        background-position: top center;
    }

}

/*div.wrap div.eventsFeed h2.admissions-page-events-title {*/
/*    margin-bottom: 1.2em;*/
/*}*/

/*.page-template-page-open-house-events .eventsFeed .eventPost .title h3 {*/
/*    color: #5c6b80;*/
/*}*/

/*.page-template-page-open-house-events .eventsFeed .eventPost .title h3 a {*/
/*    color: #8E6C4A;*/
/*}*/

@media only screen and (max-width: 767px) {
    .page-template-page-cooking-classes-online .features.wrap feature .feature {
        margin-bottom: 3em !important;
    }

    .page-template-page-cooking-classes-online .features.wrap feature .feature .image {
        width: auto !important;
        height: auto !important;
    }

    .page-template-page-cooking-classes-online #container .content #how {
        margin-bottom: 2.5em;
    }
}

@media only screen and (min-width: 768px) {
    .page-template-page-cooking-classes .content .wrap {
        max-width: 840px;
    }

    .page-template-page-cooking-classes .content .d-1of2 {
        padding-right: 1.5em;
    }
}

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

    .page-template-page-cooking-classes-online .features.wrap feature .feature {
        padding: 0 1em !important;
        margin: 0 auto !important;
    }

    .page-template-page-cooking-classes-online .dev-bottom-text {
        padding: 0 2em;
    }

    .page-template-page-cooking-classes-online .features.wrap feature .feature .text p {
        margin-bottom: 2.5em;
    }

    .single.single-post #content #inner-content #main article footer.article-footer {
        padding-top: 0.8em;
    }

    .blog #container #content #inner-content #main .blog-header .cats form.searchform,
    .single.single-post #container #content #inner-content #main header.article-header.entry-header form.searchform {
        display: none;
    }
}


body.home .locations .location a.home-section-locations-right {
    color: #8E6C4A !important;
}

body.home .locations .location a.home-section-locations-right:hover {
    color: #ae8437 !important;
}

.page-template-page-cooking-classes-austin .content .dev-top-content.intro-text.wrap,
.page-template-page-cooking-classes-boulder .content .dev-top-content.intro-text.wrap {
        padding: 2em;
        text-align: center;
        line-height: 1.9;
}

.page-template-page-cooking-classes-austin .home-cook-refund-policy {
    text-align: left;
}

.page-template-page-cooking-classes-austin .content .form-bottom-text,
.page-template-page-cooking-classes-boulder .content .form-bottom-text {
    font-size: 1.4em;
    line-height: 1.5;
    font-weight: 300;
    text-align: center;
    padding-bottom: 2.5em;
    padding-top: 1em;
}

.page-template-page-cooking-classes-austin .content .form-bottom-text a,
.page-template-page-cooking-classes-boulder .content .form-bottom-text a {
    text-decoration: none;
}

.page-template-page-cooking-classes-austin .content .cook-classes-austin-form,
.page-template-page-cooking-classes-boulder .content .cook-classes-boulder-form {
    text-align: center;
}

.page-template-page-cooking-classes-austin .content .cook-classes-austin-form form input[type=text],
.page-template-page-cooking-classes-austin .content .cook-classes-austin-form form input[type=email],
.page-template-page-cooking-classes-boulder .content .cook-classes-boulder-form form input[type=text],
.page-template-page-cooking-classes-boulder .content .cook-classes-boulder-form form input[type=email] {
    margin-bottom: 0;
    display: inline-block;
    padding: 0 22px;
    max-width: 330px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #ffffff;
    height: 48px;
    box-sizing: content-box;
}

.page-template-page-cooking-classes-austin .content .cook-classes-austin-form,
.page-template-page-cooking-classes-boulder .content .cook-classes-boulder-form {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 1.5em 2em 4.5em 2em;
    background-color: #e0e0e0;
}

.page-template-page-cooking-classes-austin .content .cook-classes-austin-form form .gform_fields,
.page-template-page-cooking-classes-boulder .content .cook-classes-boulder-form form .gform_fields {
    display: flex;
    justify-content: center;
}

.page-template-page-cooking-classes-austin .content .cook-classes-austin-form form .gfield:first-of-type,
.page-template-page-cooking-classes-boulder .content .cook-classes-boulder-form form .gfield:first-of-type {
    width: 100%;
    max-width: 330px;
}

.page-template-page-cooking-classes-austin .content .cook-classes-austin-form form #field_submit,
.page-template-page-cooking-classes-boulder .content .cook-classes-boulder-form form #field_submit {
    box-sizing: content-box;
    display: block;
}

.page-template-page-cooking-classes-austin .content .cook-classes-austin-form form input[type=submit],
.page-template-page-cooking-classes-boulder .content .cook-classes-boulder-form form input[type=submit] {
    height: 48px;
    margin-left: -2px;
    padding: .7em 1.8em;
    border-radius: 0 5px 5px 0;
}

.page-template-page-cooking-classes-austin .content .cook-classes-austin-form .gform_validation_error form input[type=submit],
.page-template-page-cooking-classes-boulder .content .cook-classes-boulder-form .gform_validation_error form input[type=submit] {
    height: 50px;
}

.page-template-page-cooking-classes-austin .content .cook-classes-austin-form .gform_validation_errors,
.page-template-page-cooking-classes-boulder .content .cook-classes-boulder-form .gform_validation_errors {
    display: none;
}

.page-template-page-cooking-classes-austin .content .cook-classes-austin-form .gfield .gfield_validation_message,
.page-template-page-cooking-classes-boulder .content .cook-classes-boulder-form .gfield .gfield_validation_message {
    padding: 0;
    background-color: inherit;
    border: 0;
    text-align: left;
    color: #bb1133;
}

.page-template-page-cooking-classes-austin .content .cook-classes-austin-form .gform_wrapper .gfield_error [aria-invalid="true"],
.page-template-page-cooking-classes-boulder .content .cook-classes-boulder-form .gform_wrapper .gfield_error [aria-invalid="true"] {
    border: 1px solid #bb1133;
  }

.page-template-page-cooking-classes-austin .content .cook-classes-austin-form .gform_confirmation_message,
.page-template-page-cooking-classes-boulder .content .cook-classes-boulder-form .gform_confirmation_message {
    font-weight: bold;
    color: rgb( 37, 37, 37 );
}

.page-template-page-cooking-classes-austin .content .cook-classes-austin-form form .gform_ajax_spinner,
.page-template-page-cooking-classes-boulder .content .cook-classes-boulder-form form .gform_ajax_spinner {
    display: none;
}

.page-template-page-cooking-classes-austin.content .cook-classes-austin-form .gform_wrapper.gravity-theme .gfield,
.page-template-page-cooking-classes-boulder .content .cook-classes-boulder-form .gform_wrapper.gravity-theme .gfield {
    min-width: inherit;
}

.page-template-page-cooking-classes-austin .content .cook-classes-austin-form h2,
.page-template-page-cooking-classes-boulder .content .cook-classes-boulder-form h2 {
    color: #BB1133;
    margin-bottom: 1em;
    margin-top: 1em;
}

.page-template-page-cooking-classes-austin #content.cook-classes-austin,
.page-template-page-cooking-classes-boulder #content.cook-classes-boulder {
    margin-top: 0;
}

.page-template-page-cooking-classes-boulder .cook-classes-about-chef-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1015px;
    margin: 0 auto;
    margin-top: 35px;
}

.page-template-page-cooking-classes-boulder .cook-classes-about-chef-wrapper .cook-classes-about-chef-image {
    width: 100%;
    max-width: 376px;
    border-radius: 100%;
    height: auto;
}

.page-template-page-cooking-classes-boulder .cook-classes-about-chef-wrapper .cook-classes-about-chef-text {
    width: 100%;
    max-width: 557px;
}

.page-template-page-cooking-classes-boulder .cook-classes-about-chef-wrapper .cook-classes-about-chef-text h2 {
    font-size: 40px;
    font-weight: 400;
    color: #BB1133;
    margin: 0 0 12px 0;
}

.page-template-page-cooking-classes-boulder .cook-classes-about-chef-wrapper .cook-classes-about-chef-text h3 {
    font-family: TradeGothic;
    font-weight: bold;
    font-size: 32px;
    height: 37.5px;
    color: #252525;
    margin: 0;
}

.page-template-page-cooking-classes-boulder .cook-classes-about-chef-wrapper .cook-classes-about-chef-text p {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

@media screen and ( max-width: 1030px ) {
    .page-template-page-cooking-classes-boulder .cook-classes-about-chef-wrapper {
        flex-flow: column;
        padding: 0 20px;
    }

    .page-template-page-cooking-classes-boulder .cook-classes-about-chef-wrapper .cook-classes-about-chef-text {
        margin-top: 17px;
    }

    .page-template-page-cooking-classes-boulder .cook-classes-about-chef-wrapper .cook-classes-about-chef-text h2,
    .page-template-page-cooking-classes-boulder .cook-classes-about-chef-wrapper .cook-classes-about-chef-text h3 {
        text-align: center;
    }

    .page-template-page-cooking-classes-boulder .cook-classes-about-chef-wrapper .cook-classes-about-chef-image {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 1030px) {
    .page-template-page-about #container #stats .stat {
        max-width: 450px !important;
        display: inline-block !important;
        width: 50% !important;
        flex: none !important;
    }
    .page-template-page-about #container #stats .stat img,
    .page-template-page-about #container #stats .stat desc {
        display: inline-block !important;
    }

    .page-template-page-alumni #container .content #spotlight {
        padding-top: 2em;
    }

    .page-template-page-cooking-classes-austin .content .dev-top-content.intro-text.wrap,
    .page-template-page-cooking-classes-boulder .content .dev-top-content.intro-text.wrap {
        padding: 3em 2em 2em 2em;
        font-size: 1rem;
    }

    .page-template-page-cooking-classes-austin #content.cook-classes-austin,
    .page-template-page-cooking-classes-boulder #content.cook-classes-boulder {
        margin-top: 1em;
    }
}

.page-id-14986 main#main .entry-content p,
.page-id-14986 main#main .entry-content p a,
.page-template-page-cooking-classes-austin .content .form-bottom-text p,
.page-template-page-cooking-classes-austin .content .form-bottom-text p a,
.page-template-page-cooking-classes-boulder .content .form-bottom-text p,
.page-template-page-cooking-classes-boulder .content .form-bottom-text p a {
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
}

.page-template-page-cooking-classes-online .features.wrap {
    max-width: 100%;
    width: 100%;
}

.page-template-page-cooking-classes-online .features.wrap .feature .image {
    background-size: contain;
    background-repeat: no-repeat;
}

.page-template-page-cooking-classes-online .features.wrap .feature .text h4 {
    margin-top: 1.3em;
    margin-bottom: 1.3em;
}

.page-template-page-cooking-classes-online .features.wrap .feature .text hr {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    display: inline-block;
    width: 100%;
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-template-page-cooking-classes-online .features.wrap .feature .text p {
    margin-top: 1.3em;
    font-size: 1rem;
}

.page-template-page-cooking-classes-online .features.wrap {
    margin-top: 1em;
}

@media only screen and (max-width: 600px) {
    .page-template-page-cooking-classes-austin .content .cook-classes-austin-form form input[type=submit],
    .page-template-page-cooking-classes-boulder .content .cook-classes-boulder-form form input[type=submit] {
        width: auto;
        white-space: nowrap;
        font-size: 14px;
        font-weight: 500;
        padding: 0.6em;
        min-width: 98px;
    }

    .page-template-page-cooking-classes-austin .content .cook-classes-austin-form form input[type=text],
    .page-template-page-cooking-classes-boulder .content .cook-classes-boulder-form form input[type=text] {
        padding: 0 15px;
    }

    .page-template-page-cooking-classes-austin .content .dev-top-content.intro-text.wrap,
    .page-template-page-cooking-classes-boulder .content .dev-top-content.intro-text.wrap {
        line-height: 1.8;
    }
}

@media only screen and (max-width: 1029px) {
    .cook-classes-boulder-form .gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
        line-height: inherit;
        min-height: inherit;
    }
}

@media only screen and (max-width: 641px) {
    .cook-classes-boulder-form .gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
        line-height: inherit;
        min-height: inherit;
    }
}

.page-template-page-cooking-classes-online .content .dev-logos {
    max-width: 875px;
    margin: 0 auto;
    padding: 3em 1.5em 2em 1.5em;
    display: flex;
    justify-content: center;
}

.page-template-page-cooking-classes-online .content .dev-logos .dev-logos-1,
.page-template-page-cooking-classes-online .content .dev-logos .dev-logos-2,
.page-template-page-cooking-classes-online .content .dev-logos .dev-logos-3 {
    display: inline-block;
    width: 33%;
}

.page-template-page-cooking-classes-online .content .dev-logos img {
    max-width: 100%;
    height: auto;
}

.page-template-page-cooking-classes-online .content .dev-logos .dev-logos-1 .dev-logos-1-image,
.page-template-page-cooking-classes-online .content .dev-logos .dev-logos-3 .dev-logos-3-image {
    padding: 1em 3em 0 3em;
}

.page-template-page-cooking-classes-online .content .dev-logos .dev-logos-2 .dev-logos-2-image {
    padding: 2.5em 5.5em 3em 5.5em;
    text-align: center;
}

.page-template-page-cooking-classes-online .content .dev-logos .dev-logos-1 .dev-logos-1-text,
.page-template-page-cooking-classes-online .content .dev-logos .dev-logos-3 .dev-logos-3-text {
    text-align: center;
    font-size: 1.3em;
}

.page-template-page-cooking-classes-online .content .dev-logos p {
    line-height: 1.2;
    margin-top: 0.7em;
}

.page-template-page-cooking-classes-online .content #how {
    padding: 3.5em 2em 3.5em 2em;
    background-color: #e0e0e0;
}

.page-template-page-cooking-classes-online .content #how p {
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: 300;
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
}

.page-template-page-cooking-classes-online .content p.center {
    margin-top: 1em;
    margin-bottom: 4.5em;
}

.page-template-page-cooking-classes-online .dev-bottom-text {
    text-align: center;
    font-style: italic;
    margin-bottom: 3.5em;
}

.page-template-page-cooking-classes-online .dev-bottom-text p {
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
    font-size: .8rem;
    line-height: 1.8;
}

.page-template-page-cooking-classes-online .content .dev-logos .dev-logos-1 .dev-logos-1-text p,
.page-template-page-cooking-classes-online .content .dev-logos .dev-logos-2 .dev-logos-2-text p,
.page-template-page-cooking-classes-online .content .dev-logos .dev-logos-3 .dev-logos-3-text p {
    font-family: TradeGothic;
    font-size: 1.3em;
    -webkit-hyphens: none !important;
    -moz-hyphens: none !important;
    -ms-hyphens: none !important;
    hyphens: none !important;
}

.page-template-page-alumni #employers-logos {
    padding-top: 1em;
    padding-bottom: 1.5em;
}

.page-template-page-alumni #container .content #video {
    margin-top: 35px;
}

.page-template-page-alumni #employers-logos h2,
.page-template-page-alumni #employers-logos .logo-items {
    text-align: center;
}

.page-template-page-alumni #employers-logos h2 {
    margin-top: 0.5em;
}

.page-template-page-alumni #container .content .intro-text.wrap ul {
    padding-bottom: 0;
}

.page-template-page-alumni #employers-logos .logo-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.page-template-page-alumni #employers-logos .logo-items img.logo-item {
    display: inline-block;
    width: 50%;
    height: 100%;
    padding: 1.5em;
}

.single.single-post #content #inner-content #main article header.article-header.entry-header .cats strong {
    color: #5c6b80;
    font-size: .8em;
}

.single.single-post #content #inner-content #main article header.article-header.entry-header .date {
    padding-top: 2px;
}

@media only screen and (min-width: 1030px) {
    .page-template-page-cooking-classes-online .content p.center a.red-btn {
        font-size: 1.5em;
        padding: .75em 4em;
    }

    .page-template-page-alumni #employers-logos h2,
    .page-template-page-alumni #employers-logos .logo-items {
        text-align: center;
    }

    .page-template-page-alumni #employers-logos .logo-items {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .page-template-page-alumni #employers-logos .logo-items img.logo-item {
        display: inline-block;
        max-width: 250px !important;
        width: 25% !important;
        padding: 1.5em;
    }

    .page-template-page-alumni #employers-logos {
        padding-bottom: 2.5em;
    }

    .page-template-page-cooking-classes #container .content a.red-btn {
        font-size: 1.4em;
        padding: .60em 3.5em;
    }
}

@media only screen and (min-width: 500px) and (max-width: 1029px) {
    .page-template-page-alumni #employers-logos .logo-items img.logo-item {
        display: inline-block;
        width: 33%;
        height: 100%;
        padding: 1.5em;
    }
}

@media only screen and (max-width: 700px) {
    .page-template-page-cooking-classes-online .content .dev-logos {
        display: block;
        text-align: center;
        padding: 3em 4em 2em 4em;
    }

    .page-template-page-cooking-classes-online .content .dev-logos .dev-logos-1,
    .page-template-page-cooking-classes-online .content .dev-logos .dev-logos-2,
    .page-template-page-cooking-classes-online .content .dev-logos .dev-logos-3 {
        width: 100%;
    }

    .page-template-page-cooking-classes-online .content .dev-logos .dev-logos-1 .dev-logos-1-text p,
    .page-template-page-cooking-classes-online .content .dev-logos .dev-logos-2 .dev-logos-2-text p,
    .page-template-page-cooking-classes-online .content .dev-logos .dev-logos-3 .dev-logos-3-text p {
        font-size: 1.5em;
    }

    .page-template-page-cooking-classes-online .content .dev-logos .dev-logos-1 .dev-logos-1-text,
    .page-template-page-cooking-classes-online .content .dev-logos .dev-logos-2 .dev-logos-2-text,
    .page-template-page-cooking-classes-online .content .dev-logos .dev-logos-3 .dev-logos-3-text {
        padding: 0 20px;
    }

    .page-template-page-cooking-classes-online .content .dev-logos .dev-logos-2 .dev-logos-2-image {
        padding: 2.5em 5.5em 3em 5.5em;
    }
}

@media only screen and (max-width: 450px) {
    .page-template-page-cooking-classes-online .content .dev-logos {
        padding: 3em 2em 2em 2em;
    }

    .page-template-page-cooking-classes-online .content .dev-logos .dev-logos-1 .dev-logos-1-text p,
    .page-template-page-cooking-classes-online .content .dev-logos .dev-logos-2 .dev-logos-2-text p,
    .page-template-page-cooking-classes-online .content .dev-logos .dev-logos-3 .dev-logos-3-text p {
        font-size: 1.3em;
    }

    .page-template-page-cooking-classes-online .content .dev-logos .dev-logos-1 .dev-logos-1-text,
    .page-template-page-cooking-classes-online .content .dev-logos .dev-logos-2 .dev-logos-2-text,
    .page-template-page-cooking-classes-online .content .dev-logos .dev-logos-3 .dev-logos-3-text {
        padding: 0;
    }
}

@media only screen and (max-width: 400px) {
    .page-template-page-cooking-classes-austin .content .form-bottom-text,
    .page-template-page-cooking-classes-boulder .content .form-bottom-text {
        font-size: 1.2em;
    }
}

.page-template-page-cooking-classes #container .content #section-classes {
    padding-top: 2.5em;
}

.page-template-page-cooking-classes #container .content #section-classes .classes .center {
    display: none !important;
}

.page-template-page-cooking-classes #container .content #intro-about p {
    max-width: 850px;
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: 300;
    text-align: center;
    margin: 0 auto;
    padding: 1em 0 0 0;
}

.page-template-page-cooking-classes #container .content #section-classes h2 {
    color: #b13;
    font-size: 1.8em;
    line-height: 1.2em;
    text-rendering: optimizelegibility;
    font-weight: 800;
    margin: 0.9em auto;
}

.page-template-page-cooking-classes #container .content #section-classes .d-1of2.t-1of2.m-all.left {
    padding: 0 2.5em 0 0;
}

.page-template-page-cooking-classes #container .content #section-classes .d-1of2.t-1of2.m-all.right {
    padding: 0 0 0 2.5em;
}

.page-template-page-cooking-classes #container .content #section-classes-btn .d-1of2.t-1of2.m-all {
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .page-template-page-cooking-classes-online .features.wrap feature .feature {
        margin-bottom: 3em !important;
    }

    .page-template-page-cooking-classes-online .features.wrap feature .feature.last {
        margin-bottom: 0.1em !important;
    }

    .page-template-page-cooking-classes-online .features.wrap feature .feature.last .text p {
        margin-bottom: 1.5em;
    }

    .page-template-page-cooking-classes #container .content #section-classes-btn {
        display: none !important;
    }

    .page-template-page-cooking-classes #container .content #section-classes .classes .center {
        display: block !important;
        text-align: center;
    }

    .page-template-page-cooking-classes #container .content #section-classes .d-1of2.t-1of2.m-all.left {
        padding: 0;
    }

    .page-template-page-cooking-classes #container .content #section-classes .d-1of2.t-1of2.m-all.right {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1029px) {
    .page-template-page-cooking-classes #container .content #section-classes h2 {
        height: 78px;
    }
}

.page-template-page-cooking-classes-online .features.wrap feature .feature .text p {
    font-weight: 300;
    font-size: 1.2em;
    line-height: 1.7;
}

#video .overlay .inner i.fa.fa-play,
#video .overlay .inner .play .fa.fa-play,
.page-template-page-history-tradition #video .overlay .inner p,
.page-template-page-alumni #video .overlay .inner p {
    color: #ffffff !important;
}

@media only screen and (min-width:768px) {
    .single article header.article-header.entry-header {
        margin-bottom: 1.7em !important;
    }
}

@media only screen and (max-width:767px) {
    .single article header.article-header.entry-header div.cats {
        margin-bottom: 0;
    }
}

@media only screen and (max-width:800px) {
    .single #main article section.entry-content {
        padding-top: 1.2em;
    }
}

.single h2.custom-single-post-title {
    font-weight: 300;
    color: #8E6C4A;
    font-size: 1.5em;
    padding: 0;
    line-height: 1.333em;
    text-rendering: optimizelegibility;
    font-family: TradeGothic;
    margin-top: 0;
    margin-bottom: 25px;
}

@media (min-width:1030px) {
    .single h2.custom-single-post-title {
        font-size: 2.5em;
    }
}

@media only screen and (min-width: 768px) {
    .single h2.custom-single-post-title {
        clear: both;
    }
}

#sb_instagram .sbi_follow_btn {
    display: none;
}

#sb_instagram #sbi_load .sbi_load_btn {
    background-color: #b13;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;

}

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

    .page-template-page-academics-program #aus_skills div a.red-btn,
    .page-template-page-academics-program #online_skills div a.red-btn,
    .page-template-page-academics-program #skills div a.red-btn {
        margin-top: 1em;
        font-size: 1.5em;
        width: 250px;
    }
    .page-template-page-academics-program .campuses #to-programs-tab a.red-btn {
        width: 285px;
    }
}

@media only screen and (min-width:768px) {
    .page-template-page-cooking-classes #container .content #section-classes-btn {
        max-width: 840px;
        margin-left: auto;
        margin-right: auto;
    }
    .page-template-page-cooking-classes #container .content #section-classes-btn.clearfix .d-1of2.t-1of2 {
        padding-right: 1.5em !important;
    }
}

@media only screen and (min-width:768px) and (max-width:1029px) {
    .page-template-page-cooking-classes #container .content #section-classes-btn.clearfix {
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }
}

/********** CAO updated pages **********/

.page-template-page-academics-program .content #campuses .selector .red-btn,
.page-template-page-academics-program .content #campuses .selector .red-btn.selected,
.page-template-page-academics-program .content #campuses .selector .red-btn:hover {
    color: #b13 !important;
    border: 3px solid #b13;
    background-color: #fff;
}

.page-template-page-academics-program .content #campuses .selector .red-btn.selected::after,
.page-template-page-academics-program .content #campuses .selector .red-btn:hover::after {
    bottom: -18px;
    left: 50%;
    border: 3px solid #b13;
    border-width: 0 3px 3px 0 !important;
    background-color: #fff;
    content: ' ';
    height: 30px;
    width: 30px;
    position: absolute;
    pointer-events: none;
    z-index: 0;
    margin-left: -10px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.page-template-page-academics-program .campuses #to-programs-tab a.gold-btn {
    line-height: inherit;
    width: 38%;
}
/********** end CAO updated pages **********/

/********** START Blog breadcrumbs **********/
.esc-row-breadcrumb {
    margin: 0;
    padding: 1.1em;
    background: #eee;
}

.esc-row-breadcrumb #breadcrumbs {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.esc-row-breadcrumb #breadcrumbs span {
    -webkit-font-feature-settings: normal !important;
    font-feature-settings: normal !important;
}

.esc-row-breadcrumb #breadcrumbs > span > span,
.esc-row-breadcrumb #breadcrumbs > span > span > span {
    text-transform: none;
    color: #8E6C4A;
    font-size: 1rem;
}

.esc-row-breadcrumb #breadcrumbs span a,
.esc-row-breadcrumb #breadcrumbs span span.breadcrumb_last {
    text-transform: uppercase;
    font-family: TradeGothic;
    font-weight: bold;
    font-size: 1rem;
}

.esc-row-breadcrumb #breadcrumbs span a:hover {
    text-decoration: none;
}

.esc-row-breadcrumb #breadcrumbs .breadcrumb_last {
    color: #8E6C4A;
}

@media only screen and (min-width: 1030px) {
    body.single-post .esc-row-breadcrumb #breadcrumbs {
        max-width: 768px;
        padding-left: 1.5em;
        padding-right: 1.5em;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }

    body.blog .esc-row-breadcrumb #breadcrumbs {
        text-align: left;
        padding-left: 2em;
        padding-right: 2em;
        max-width: 1040px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 900px) {
    .esc-row-breadcrumb #breadcrumbs span span.breadcrumb_last,
    .esc-row-breadcrumb #breadcrumbs span a {
        font-size: 0.9rem;
    }

    .esc-row-breadcrumb #breadcrumbs span span.breadcrumb_last,
    .esc-row-breadcrumb #breadcrumbs span a,
    .esc-row-breadcrumb #breadcrumbs {
        line-height: 1.2;
    }
}
/********** END Blog breadcrumbs **********/

@media only screen and (max-width: 767px) and (orientation:portrait){
    .entry-content blockquote img
    {text-align:center !important; margin:0px auto !important;display:block;padding-bottom:10px;
    }
.entry-content blockquote
    {margin:0px !important;}}

@media only screen and (max-width: 1024px) and (orientation:landscape){
    .entry-content blockquote img
    {padding-right:20px !important;}}

    @media only screen and (min-width: 768px) and (max-width: 1024px){
    .entry-content blockquote img
    {padding-right:20px !important;}}

/********** START Test Home Page **********/
@media only screen and (min-width: 1030px) {
    body.home .headerImage .inner h1,
    body.page-id-15298 .headerImage .inner h1 {
        max-width: 99%;
    }

    body.home .headerImage .inner > p,
    body.page-id-15298 .headerImage .inner > p {
        max-width: 95%;
    }
}

@media only screen and (min-width: 1200px) {
    body.home .headerImage .inner h1,
    body.page-id-15298 .headerImage .inner h1 {
        max-width: 95%;
    }

    body.home .headerImage .inner > p,
    body.page-id-15298 .headerImage .inner > p {
        max-width: 85%;
    }
}
/********** END Test Home Page **********/

/********** Blog single post - embed YouTube video **********/
.wrap-embed-ytvideo-169,
.wrap-embed-ytvideo-1610,
.wrap-embed-ytvideo-43 {
    overflow: hidden;
    position: relative;
    width:100%;
}

.wrap-embed-ytvideo-169:after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.wrap-embed-ytvideo-1610:after {
    padding-top: 62.5%;
    display: block;
    content: '';
}

.wrap-embed-ytvideo-43:after {
    padding-top: 75%;
    display: block;
    content: '';
}

.wrap-embed-ytvideo-169 iframe,
.wrap-embed-ytvideo-169 object,
.wrap-embed-ytvideo-169 embed,
.wrap-embed-ytvideo-1610 iframe,
.wrap-embed-ytvideo-1610 object,
.wrap-embed-ytvideo-1610 embed,
.wrap-embed-ytvideo-43 iframe,
.wrap-embed-ytvideo-43 object,
.wrap-embed-ytvideo-43 embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-template-page-elearning-video-content.page-id-15709 .video-item .text-info .share-video,
.page-template-page-elearning-video-content.page-id-15709 .video-item .text-info .link-video,
.page-template-page-elearning-video-content.page-id-15750 .video-item .text-info .share-video,
.page-template-page-elearning-video-content.page-id-15750 .video-item .text-info .link-video {
    display: none !important;
}

/* High School Teachers Landing page */
body.page-template-page-elearning-video-content .videoWrapper_new.sec-1-v-1 {
    background-image: url(../jpg/870163497.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-1-v-2 {
    background-image: url(../jpg/870185211.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-1-v-3 {
    background-image: url(../jpg/870209330.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-1-v-4 {
    background-image: url(../jpg/870162830.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-1-v-5 {
    background-image: url(../jpg/869707965.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-1-v-6 {
    background-image: url(../jpg/870107010.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-1-v-7 {
    background-image: url(../jpg/870162485.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-1-v-8 {
    background-image: url(../jpg/870105117.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-1-v-9 {
    background-image: url(../jpg/870103642.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-2-v-1 {
    background-image: url(../jpg/870105802.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-2-v-2 {
    background-image: url(../jpg/870105990.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-2-v-3 {
    background-image: url(../jpg/870104769.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-2-v-4 {
    background-image: url(../jpg/870104578.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-2-v-5 {
    background-image: url(../jpg/870109186.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-2-v-6 {
    background-image: url(../jpg/870102748.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-2-v-7 {
    background-image: url(../jpg/870069029.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-3-v-1 {
    background-image: url(../jpg/870107572.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-3-v-2 {
    background-image: url(../jpg/870108987.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-3-v-3 {
    background-image: url(../jpg/870108527.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-3-v-4 {
    background-image: url(../jpg/870070319.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-3-v-5 {
    background-image: url(../jpg/870107362.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-3-v-6 {
    background-image: url(../jpg/870100097.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-3-v-7 {
    background-image: url(../jpg/870100827.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-3-v-8 {
    background-image: url(../jpg/870100539.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-3-v-9 {
    background-image: url(../jpg/870101868.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-3-v-10 {
    background-image: url(../jpg/870101097.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-3-v-11 {
    background-image: url(../jpg/870095482.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-3-v-12 {
    background-image: url(../jpg/870098804.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-3-v-13 {
    background-image: url(../jpg/870082077.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-4-v-1 {
    background-image: url(../jpg/870103279.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-4-v-2 {
    background-image: url(../jpg/870102971.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-4-v-3 {
    background-image: url(../jpg/870099747.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-4-v-4 {
    background-image: url(../jpg/870099488.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-4-v-5 {
    background-image: url(../jpg/870100355.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-4-v-6 {
    background-image: url(../jpg/870098563.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-4-v-7 {
    background-image: url(../jpg/870098141.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-4-v-8 {
    background-image: url(../jpg/870096233.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-4-v-9 {
    background-image: url(../jpg/870095822.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-4-v-10 {
    background-image: url(../jpg/870096783.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-4-v-11 {
    background-image: url(../jpg/870097107.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-5-v-1 {
    background-image: url(../jpg/870102401.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-5-v-2 {
    background-image: url(../jpg/870099284.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-5-v-3 {
    background-image: url(../jpg/870097768.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-5-v-4 {
    background-image: url(../jpg/870069963.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-5-v-5 {
    background-image: url(../jpg/870107820.jpg);
}

body.page-template-page-elearning-video-content .videoWrapper_new.sec-5-v-6 {
    background-image: url(../jpg/870106793.jpg);
}

body.page-template-page-elearning-landing header.header .navigation a.btn.apply {
    display: none !important;
}

body.page-template-page-elearning-landing .header .headerImage {
    background-position: center 97%;
    background-repeat: no-repeat;
}

body.page-template-page-elearning-landing .formContainer {
    right: 3.4%;
    top: 115px;
}

body.page-template-page-elearning-landing .formContainer #formContainer-inner h3 {
    color: #ffffff;
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 0.5em;
}

body.page-template-page-elearning-landing #requestInformation.formContainer #formContainer-inner h3 {
    text-align: center !important;
}

body.page-template-page-elearning-landing .prostart-logo {
    margin-right: auto;
    display: block;
    margin-left: 30px;
    padding-top: 8em;
}

body.page-template-page-elearning-landing .prostart-logo img {
    max-width: 225px;
    height: auto;
}

body.page-template-page-elearning-landing article .entry-content p {
    line-height: 200%;
}

body.page-template-page-elearning-landing article .entry-content h2 {
    color: #b13;
    font-weight: 300;
}

body.page-template-page-elearning-landing article .entry-content .wrap-embed-ytvideo-169 {
    margin-bottom: 2.5em;
}

body.page-template-page-elearning-landing .single #content {
    margin-bottom: 2.5em;
}

body.page-template-page-elearning-landing .header #requestInformation .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}

body.page-template-page-elearning-landing .header #requestInformation .gform_wrapper .gform_footer {
    padding-top: 0;
    padding-bottom: 0;
}

body.page-template-page-elearning-landing .header #requestInformation .gform_wrapper .gform_footer input.gform_button.button {
    background-color: #8E6C4A;
    color: #ffffff;
    transition: background-color .14s ease-in-out;
    border: none;
}

body.page-template-page-elearning-landing .header #requestInformation .gform_wrapper .gform_footer input.gform_button.button:hover {
    background-color: #ae8437;
    transition: background-color .14s ease-in-out;
}

@media only screen and (max-width: 500px) {
    body.page-template-page-elearning-landing .header .headerImage {
        background-position: 25% top !important;
    }

    body.page-template-page-elearning-landing .headerImage .inner h1 {
        font-size: 2.15em;
    }
}

@media only screen and (min-width: 1400px) {
    body.page-template-page-elearning-landing .header .headerImage .inner {
        padding-bottom: 7.5em !important;
    }
}

@media only screen and (min-width:1030px) {
    body.page-template-page-elearning-landing .header .headerImage .inner .introText p {
        font-size: 2em;
    }

    body.page-template-page-elearning-landing article.post section.entry-content.cf {
        max-width: 920px;
    }

    body.page-template-page-elearning-landing .header .headerImage .inner {
        padding-bottom: 8.5em;
    }
}

body.page-template-page-elearning-landing .headerImage .inner h1 {
    max-width: 685px;
    margin: 0 auto 0 30px;
    text-align: left;
    line-height: 110%;
    padding-top: 0.5em;
}

body.page-template-page-elearning-landing .headerImage .inner .introText.wrap {
    max-width: 670px;
}

@media only screen and (max-width: 1240px) {
    body.page-template-page-elearning-landing .headerImage .inner h1 {
        max-width: 575px;
    }

    body.page-template-page-elearning-landing .headerImage .inner .introText.wrap {
        max-width: 570px;
    }
}

@media only screen and (max-width: 1140px) {
    body.page-template-page-elearning-landing .formContainer {
        width: 400px;
    }
}

body.page-template-page-elearning-landing .headerImage .inner .introText.wrap p {
    line-height: 1.3;
}

body.page-template-page-elearning-landing .headerImage .inner .introText {
    max-width: 520px;
    margin: 0 auto 0 30px;
    text-align: left;
}

body.page-template-page-elearning-landing div#input_17_8 input#input_17_8_3,
body.page-template-page-elearning-landing div#input_17_8 input#input_17_8_6,
body.page-template-page-elearning-landing div#input_18_8 input#input_18_8_3,
body.page-template-page-elearning-landing div#input_18_8 input#input_18_8_6,
body.page-template-page-elearning-landing div#input_19_8 input#input_19_8_3,
body.page-template-page-elearning-landing div#input_19_8 input#input_19_8_6 {
    margin-bottom: 0 !important;
}

body.page-template-page-elearning-landing div#input_17_11 input#input_17_11_3,
body.page-template-page-elearning-landing div#input_17_11 select#input_17_11_4,
body.page-template-page-elearning-landing div#input_18_11 input#input_18_11_3,
body.page-template-page-elearning-landing div#input_18_11 select#input_18_11_4,
body.page-template-page-elearning-landing div#input_19_11 input#input_19_11_3,
body.page-template-page-elearning-landing div#input_19_11 select#input_19_11_4 {
    margin-top: 0 !important;
}

@media only screen and (max-width: 1029px) {
    body.page-template-page-elearning-landing .headerImage .inner h1 {
        max-width: 100%;
        text-align: left;
        margin-left: 0;
        padding-left: 0.6em;
        padding-right: 0.6em;
        padding-top: 20px;
        margin-right: auto;
    }

    body.page-template-page-elearning-landing .headerImage .inner .introText {
        max-width: 100%;
        text-align: left;
        margin-left: 0;
        padding-left: 1.5em;
        padding-right: 1.5em;
        margin-right: auto;
    }

    body.page-template-page-elearning-landing .header .headerImage .inner {
        padding-bottom: 6em;
    }

    body.page-template-page-elearning-landing #mobile-gray-brick.dark-gray-bar,
    body.page-id-15442 #mobile-gray-brick.dark-gray-bar,
    body.page-id-15555 #mobile-gray-brick.dark-gray-bar {
        display: none;
        display: inline-block;
        width: 100%;
        background: #333;
        position: relative;
        height: 37px;
    }

    body.page-template-page-elearning-landing .formContainer #formContainer-inner h3 {
        font-size: 22px;
        text-align: center;
    }

    body.page-template-page-elearning-landing .prostart-logo {
        padding-top: 1.5em;
        padding-left: 1.5em;
        padding-right: 1.5em;
        margin-right: auto;
        margin-left: 0;
    }

    body.page-template-page-elearning-landing .prostart-logo img {
        max-width: 160px;
    }

    body.page-template-page-elearning-landing .formContainer {
        right: 0 !important;
        top: 40px !important;
    }

    body.page-template-page-elearning-landing div.ginput_complex.ginput_container.gf_name_has_2 span,
    body.page-template-page-elearning-landing span#input_17_11_3_container,
    body.page-template-page-elearning-landing span#input_17_11_4_container,
    body.page-template-page-elearning-landing span#input_18_11_3_container,
    body.page-template-page-elearning-landing span#input_18_11_4_container,
    body.page-template-page-elearning-landing span#input_19_11_3_container,
    body.page-template-page-elearning-landing span#input_19_11_4_container {
        width: 47% !important;
        display: inline-block !important;
    }

    body.page-template-page-elearning-landing div#input_17_11,
    body.page-template-page-elearning-landing div#input_17_8,
    body.page-template-page-elearning-landing div#input_18_11,
    body.page-template-page-elearning-landing div#input_18_8,
    body.page-template-page-elearning-landing div#input_19_11,
    body.page-template-page-elearning-landing div#input_19_8 {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
    }

    body.page-template-page-elearning-landing div#input_17_8 span#input_17_8_3_container,
    body.page-template-page-elearning-landing div#input_17_8 span#input_17_8_6_container,
    body.page-template-page-elearning-landing #input_17_11 span#input_17_11_3_container,
    body.page-template-page-elearning-landing #input_17_11 span#input_17_11_4_container,
    body.page-template-page-elearning-landing div#input_18_8 span#input_18_8_3_container,
    body.page-template-page-elearning-landing div#input_18_8 span#input_18_8_6_container,
    body.page-template-page-elearning-landing #input_18_11 span#input_18_11_3_container,
    body.page-template-page-elearning-landing #input_18_11 span#input_18_11_4_container,
    body.page-template-page-elearning-landing div#input_19_8 span#input_19_8_3_container,
    body.page-template-page-elearning-landing div#input_19_8 span#input_19_8_6_container,
    body.page-template-page-elearning-landing #input_19_11 span#input_19_11_3_container,
    body.page-template-page-elearning-landing #input_19_11 span#input_19_11_4_container {
        padding: 0 !important;
        width: 48.5% !important;
    }

    body.page-template-page-elearning-landing #input_17_11 span#input_17_11_4_container,
    body.page-template-page-elearning-landing #input_18_11 span#input_18_11_4_container,
    body.page-template-page-elearning-landing #input_19_11 span#input_19_11_4_container {
        margin-right: -3% !important;
    }

    body.page-template-page-elearning-landing #input_17_11 span#input_17_11_3_container,
    body.page-template-page-elearning-landing #input_18_11 span#input_18_11_3_container,
    body.page-template-page-elearning-landing #input_19_11 span#input_19_11_3_container {
        margin-right: 0 !important;
    }

    body.page-template-page-elearning-landing #input_17_8_3_container,
    body.page-template-page-elearning-landing #input_17_8_6_container,
    body.page-template-page-elearning-landing #input_18_8_3_container,
    body.page-template-page-elearning-landing #input_18_8_6_container,
    body.page-template-page-elearning-landing #input_19_8_3_container,
    body.page-template-page-elearning-landing #input_19_8_6_container {
        margin-bottom: 0 !important;
    }

    body.page-template-page-elearning-landing #input_17_8_6_container,
    body.page-template-page-elearning-landing #input_18_8_6_container,
    body.page-template-page-elearning-landing #input_19_8_6_container {
        margin-right: 0px !important;
    }

    body.page-template-page-elearning-landing .formContainer {
        top: 40px;
        right: 0;
        position: relative;
        margin: 0 auto;
        background-color: rgba(187, 17, 51, 0.7);
        width: 100%;
    }

    body.page-template-page-elearning-landing .formContainer #form-title {
        font-size: 26px;
        text-align: center;
    }

    body.page-template-page-elearning-landing .formContainer .submit-container .express-consent {
        display: block;
        width: auto;
        text-align: center;
    }

    body.page-template-page-elearning-landing .formContainer #formContainer-inner .submit-container .express-consent {
        width: 100%;
    }

    body.page-template-page-elearning-landing .formContainer .submit-container {
        text-align: center;
    }

    body.page-template-page-elearning-landing .formContainer .submit-container #submit {
        font-weight: bold;
        width: 100%;
        font-size: 18px;
    }

}

body.page-template-page-elearning-landing form#gform_17 .gform_footer.top_label,
body.page-template-page-elearning-landing form#gform_18 .gform_footer.top_label,
body.page-template-page-elearning-landing form#gform_19 .gform_footer.top_label {
        text-align: center;
}

body.page-template-page-elearning-landing form#gform_17 .gform_footer.top_label #gform_submit_button_17,
body.page-template-page-elearning-landing form#gform_18 .gform_footer.top_label #gform_submit_button_18,
body.page-template-page-elearning-landing form#gform_19 .gform_footer.top_label #gform_submit_button_19 {
        max-width: 50%;
        height: auto !important;
        padding: 18px 16px;
}

@media only screen and (max-width: 430px) {
    body.page-template-page-elearning-landing form#gform_17 .gform_footer.top_label #gform_submit_button_17,
    body.page-template-page-elearning-landing form#gform_18 .gform_footer.top_label #gform_submit_button_18,
    body.page-template-page-elearning-landing form#gform_19 .gform_footer.top_label #gform_submit_button_19 {
        max-width: 75%;
    }
}

body.page-template-page-elearning-landing form#gform_17 .validation_error,
body.page-template-page-elearning-landing form#gform_18 .validation_error,
body.page-template-page-elearning-landing form#gform_19 .validation_error {
    max-width: 82%;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-bottom: 0;
    color: #ffffff;
    padding-top: 0;
    font-size: 0.95em;
}

body.page-template-page-elearning-landing .gform_wrapper li.gfield.gfield_error,
body.page-template-page-elearning-landing .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border: none !important;
    background-color: transparent !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

body.page-template-page-elearning-landing .gform_wrapper li.gfield.gfield_error input {
    margin-bottom: 0 !important;
}

body.page-template-page-elearning-landing li.gfield.gfield_error input#input_17_11_3,
body.page-template-page-elearning-landing li.gfield.gfield_error select#input_17_11_4,
body.page-template-page-elearning-landing li.gfield.gfield_error input#input_18_11_3,
body.page-template-page-elearning-landing li.gfield.gfield_error select#input_18_11_4,
body.page-template-page-elearning-landing li.gfield.gfield_error input#input_19_11_3,
body.page-template-page-elearning-landing li.gfield.gfield_error select#input_19_11_4 {
    margin-bottom: 0 !important;
}

body.page-template-page-elearning-landing li.gfield.gfield_error input#input_17_8_3,
body.page-template-page-elearning-landing li.gfield.gfield_error input#input_17_8_6,
body.page-template-page-elearning-landing li.gfield.gfield_error input#input_18_8_3,
body.page-template-page-elearning-landing li.gfield.gfield_error input#input_18_8_6,
body.page-template-page-elearning-landing li.gfield.gfield_error input#input_19_8_3,
body.page-template-page-elearning-landing li.gfield.gfield_error input#input_19_8_6 {
    margin-top: 0 !important;
}

body.page-template-page-elearning-landing li#field_17_11.gfield.gfield_error .validation_message,
body.page-template-page-elearning-landing li#field_18_11.gfield.gfield_error .validation_message,
body.page-template-page-elearning-landing li#field_19_11.gfield.gfield_error .validation_message {
    padding-top: 0 !important;
}

body.page-template-page-elearning-landing .gform_wrapper .validation_message {
    color: #ffffff !important;
    padding-top: 3px !important;
}

body.page-template-page-elearning-landing #field_17_4 div.instruction.validation_message,
body.page-template-page-elearning-landing #field_18_4 div.instruction.validation_message,
body.page-template-page-elearning-landing #field_19_4 div.instruction.validation_message {
    display: none !important;
}

body.page-template-page-elearning-landing #gform_wrapper_17.gform_wrapper.gform_validation_error,
body.page-template-page-elearning-landing #gform_wrapper_18.gform_wrapper.gform_validation_error,
body.page-template-page-elearning-landing #gform_wrapper_19.gform_wrapper.gform_validation_error {
    margin-top: 0 !important;
}

body.page-template-page-elearning-landing .formContainer #formContainer-inner select,
body.page-template-page-elearning-landing .formContainer #formContainer-inner input {
    height: 35px;
}

body.page-template-page-elearning-landing .formContainer #formContainer-inner #gform_wrapper_17.gform_wrapper.gform_validation_error select,
body.page-template-page-elearning-landing .formContainer #formContainer-inner #gform_wrapper_17.gform_wrapper.gform_validation_error input,
body.page-template-page-elearning-landing .formContainer #formContainer-inner #gform_wrapper_18.gform_wrapper.gform_validation_error select,
body.page-template-page-elearning-landing .formContainer #formContainer-inner #gform_wrapper_18.gform_wrapper.gform_validation_error input,
body.page-template-page-elearning-landing .formContainer #formContainer-inner #gform_wrapper_19.gform_wrapper.gform_validation_error select,
body.page-template-page-elearning-landing .formContainer #formContainer-inner #gform_wrapper_19.gform_wrapper.gform_validation_error input {
    height: 35px;
}

body.page-template-page-elearning-landing #gform_ajax_spinner_17.gform_ajax_spinner,
body.page-template-page-elearning-landing #gform_ajax_spinner_18.gform_ajax_spinner,
body.page-template-page-elearning-landing #gform_ajax_spinner_19.gform_ajax_spinner {
    display: none !important;
}

body.page-id-15442 section.entry-content h2.text-center,
body.page-id-15555 section.entry-content h2.text-center {
    text-align: center;
}

body.page-id-15442 section.entry-content p.text-center,
body.page-id-15555 section.entry-content p.text-center {
    text-align: center !important;
}

@media only screen and (max-width: 900px) {
    body.page-id-15442 article section.entry-content h2.text-center,
    body.page-id-15555 article section.entry-content h2.text-center {
        margin-top: 0 !important;
    }

    body.page-id-15442 article section.entry-content,
    body.page-id-15555 article section.entry-content {
        padding-top: 0.5em !important;
    }
}
/* END High School Teachers Landing page */

/* Video Content Page*/
body.page-template-page-elearning-video-content header.header .navigation a.btn.apply {
    display: none !important;
}

body.page-template-page-elearning-video-content .header .headerImage {
    background-position: center 97%;
    background-repeat: no-repeat;
}

body.page-template-page-elearning-video-content .prostart-logo {
    margin-right: auto;
    display: block;
    margin-left: 0;
    padding-top: 8em;
    text-align: left;
}

body.page-template-page-elearning-video-content .prostart-logo img {
    max-width: 225px;
    height: auto;
}

body.page-template-page-elearning-video-content article .entry-content p {
    line-height: 200%;
}

body.page-template-page-elearning-video-content article .entry-content h2 {
    color: #b13;
    font-weight: 300;
    margin-bottom: 1em;
}

body.page-template-page-elearning-video-content article .entry-content .wrap-embed-ytvideo-169 {
    margin-bottom: 2.5em;
}

body.page-template-page-elearning-video-content .single #content {
    margin-bottom: 2.5em;
}

body.page-template-page-elearning-video-content h2.video-content-title {
    font-size: 1.95em;
    color: #000000;
    border-bottom: none;
    line-height: 1.2;
    margin-top: 0;
}

body.page-template-page-elearning-video-content h2.video-content-title.extra {
    margin-top: 1.2em;
    width: 100%;
    float: left;
}

@media only screen and (max-width: 500px) {
    body.page-template-page-elearning-video-content .header .headerImage {
        background-position: 25% top !important;
    }

    body.page-template-page-elearning-video-content .headerImage .inner h1 {
        font-size: 2.15em;
    }
}

@media only screen and (min-width: 1400px) {
    body.page-template-page-elearning-video-content .header .headerImage .inner {
        padding-bottom: 1.5em !important;
    }
}

@media only screen and (min-width:1030px) {
    body.page-template-page-elearning-video-content .header .headerImage .inner .introText p {
        font-size: 2em;
    }

    body.page-template-page-elearning-video-content article.post section.entry-content.cf {
        max-width: 100%;
    }

    body.page-template-page-elearning-video-content .header .headerImage .inner {
        padding-bottom: 1.5em;
    }

    body.page-template-page-elearning-video-content .header .headerImage .inner-extra {
        max-width: 1040px;
        width: 100%;
        padding-left: 1em;
        padding-right: 1em;
    }
}

body.page-template-page-elearning-video-content .headerImage .inner h1 {
    max-width: 845px;
    margin: 0 auto 0 0;
    text-align: left;
    line-height: 110%;
    padding-top: 2em;
}

body.page-template-page-elearning-video-content .headerImage .inner .introText.wrap {
    max-width: 670px;
}

@media only screen and (max-width: 1240px) {
    body.page-template-page-elearning-video-content .headerImage .inner h1 {
        max-width: 575px;
    }

    body.page-template-page-elearning-video-content .headerImage .inner .introText.wrap {
        max-width: 570px;
    }
}

body.page-template-page-elearning-video-content .headerImage .inner .introText.wrap p {
    line-height: 1.3;
}

body.page-template-page-elearning-video-content .headerImage .inner .introText {
    max-width: 520px;
    margin: 0 auto 0 30px;
    text-align: left;
}

body.page-template-page-elearning-video-content #video-content {
    clear: both;
    padding: 1.5em;
    padding-top: 0;
}

body.page-template-page-elearning-video-content section.entry-content.cf a {
    text-decoration: none;
}

body.page-template-page-elearning-video-content section.entry-content.cf a:hover {
    text-decoration: none;
}

body.page-template-page-contact-new .header #inner-header .navigation a.btn.brochure,
body.page-template-page-contact-new .header #inner-header .navigation a.btn.apply,
body.page-template-page-contact-new .header #inner-header #top-nav .contact,
body.page-template-page-contact-new .header #inner-header .navigation .btn.apply-mobile,
body.page-template-page-contact-new .header #inner-header .navigation .btn.request-mobile {
    display: none !important;
}

body.page-template-page-contact-new .brochure-form #form-fields > li {
    display: inline-block;
    float: left;
    width: 50%;
}

body.page-template-page-contact-new .brochure-form #form-fields > li:nth-child(odd) {
    padding: 0 15px 0 0;
}

body.page-template-page-contact-new .brochure-form #form-fields > li:nth-child(even) {
    padding: 0 0 0 15px;
}

body.page-template-page-contact-new .brochure .gform_body .gform_heading {
    display: inline-block;
    position: relative;
    float: left;
    width: 50%;
}

body.page-template-page-contact-new .brochure .gform_body .gform_footer {
    display: inline-block;
    float: right;
    width: 50%;
    text-align: right;
}

body.page-template-page-contact-new .content .brochure .wrap {
    max-width: 760px;
    background-color: #f5f4f3;
    background-image: url(../jpg/contact-bg.jpg);
    padding: 50px 90px;
}

body.page-template-page-contact-new .content .brochure .wrap > h1 {
    color: #b91637;
    text-transform: uppercase;
    margin: 0 0 30px;
    text-align: center;
    font-size: 3em;
    letter-spacing: 0px;
}

body.page-template-page-contact-new .disclosure {
    width: 200%;
    top: -80px;
    left: 0;
    bottom: unset;
}

body.page-template-page-contact-new .brochure-form #form-fields > li input,
body.page-template-page-contact-new .brochure-form #form-fields > li select {
    background-color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 1px;
}

body.page-template-page-contact-new .brochure-form #form-fields > li select {
    background-position: 95% center;
}

body.page-template-page-contact-new .content .brochure {
    text-align: center;
    margin: 50px 0;
}

body.page-template-page-contact-new .content .brochure > .wrap {
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.25) 5px 5px 20px;
    text-align: left;
}

body.page-template-page-contact-new .brochure .gform_body .gform_heading {
    font-size: 0.7em;
    color: #000;
}

body.page-template-page-contact-new .brochure .gform_body .gform_description span.highlight {
    text-decoration: underline;
    cursor: pointer;
}

body.page-template-page-contact-new .content .brochure form .gform_button {
    background-color: #BB1133;
    border-radius: 5px;
    padding: .8em 1.75em;
    border: none;
    font-size: 1.5em;
    color: #fff;
    font-weight: 700;
    -webkit-transition: background-color .14s ease-in-out;
    transition: background-color .14s ease-in-out;
    font-family: 'TradeGothic';
    width: 100%;
    max-width: 380px;
}

body.page-template-page-contact-new .content .brochure form .gform_button:hover {
    background-color: #710b1b;
    -webkit-transition: background-color .14s ease-in-out;
    transition: background-color .14s ease-in-out;
}

@media (min-width: 768px) {
    body.page-template-page-contact-new .content .brochure form .gform_button {
        width: auto;
    }
}

body.page-template-page-contact-new .content #bottom {
    width: 100%;
    float: left;
    margin: 2em 0 4em;
    text-align: center;
    font-weight: 400;
    font-size: 1.1em;
}

body.page-template-page-contact-new .content #bottom a {
    text-decoration: none;
}

body.page-template-page-contact-new .content #bottom a:hover {
    text-decoration: underline;
}

body.page-template-page-contact-new .content #review {
    width: 100%;
    float: left;
    margin: 20px 0 30px;
}

body.page-template-page-contact-new .content #review .review-pic {
    float: left;
    width: 20%;
    padding: 0 30px 0 50px;
}

body.page-template-page-contact-new .content #review .review-pic img {
    max-width: 100%;
    border-radius: 100%;
    height: auto;
}

body.page-template-page-contact-new .content #review .review-content {
    float: left;
    width: 80%;
}

body.page-template-page-contact-new .content #review .review-text {
    color: #8E6C4A;
    font-weight: 300;
    font-size: 1.8em;
}

body.page-template-page-contact-new .content #review .review-text p {
    margin-top: 0;
}

body.page-template-page-contact-new .content #review .review-text:before {
    content: " ";
    display: inline-block;
    width: 1em;
    height: 1.2em;
    float: left;
    padding-right: 0.7em;
    top: 0;
    left: 0;
    background-size: 1.2em 1.2em;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23997755' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 475.082 475.081' xml:space='preserve'%3E%3Cpath d='M164.45,219.27h-63.954c-7.614,0-14.087-2.664-19.417-7.994c-5.327-5.33-7.994-11.801-7.994-19.417v-9.132 c0-20.177,7.139-37.401,21.416-51.678c14.276-14.272,31.503-21.411,51.678-21.411h18.271c4.948,0,9.229-1.809,12.847-5.424 c3.616-3.617,5.424-7.898,5.424-12.847V54.819c0-4.948-1.809-9.233-5.424-12.85c-3.617-3.612-7.898-5.424-12.847-5.424h-18.271 c-19.797,0-38.684,3.858-56.673,11.563c-17.987,7.71-33.545,18.132-46.68,31.267c-13.134,13.129-23.553,28.688-31.262,46.677 C3.855,144.039,0,162.931,0,182.726v200.991c0,15.235,5.327,28.171,15.986,38.834c10.66,10.657,23.606,15.985,38.832,15.985 h109.639c15.225,0,28.167-5.328,38.828-15.985c10.657-10.663,15.987-23.599,15.987-38.834V274.088 c0-15.232-5.33-28.168-15.994-38.832C192.622,224.6,179.675,219.27,164.45,219.27z'/%3E%3Cpath d='M459.103,235.256c-10.656-10.656-23.599-15.986-38.828-15.986h-63.953c-7.61,0-14.089-2.664-19.41-7.994 c-5.332-5.33-7.994-11.801-7.994-19.417v-9.132c0-20.177,7.139-37.401,21.409-51.678c14.271-14.272,31.497-21.411,51.682-21.411 h18.267c4.949,0,9.233-1.809,12.848-5.424c3.613-3.617,5.428-7.898,5.428-12.847V54.819c0-4.948-1.814-9.233-5.428-12.85 c-3.614-3.612-7.898-5.424-12.848-5.424h-18.267c-19.808,0-38.691,3.858-56.685,11.563c-17.984,7.71-33.537,18.132-46.672,31.267 c-13.135,13.129-23.559,28.688-31.265,46.677c-7.707,17.987-11.567,36.879-11.567,56.674v200.991 c0,15.235,5.332,28.171,15.988,38.834c10.657,10.657,23.6,15.985,38.828,15.985h109.633c15.229,0,28.171-5.328,38.827-15.985 c10.664-10.663,15.985-23.599,15.985-38.834V274.088C475.082,258.855,469.76,245.92,459.103,235.256z'/%3E%3C/svg%3E");
}

body.page-template-page-contact-new .content #review .review-name h4 {
    margin: 15px 0 5px;
    font-weight: 400;
}

body.page-template-page-contact-new .content #review .review-subtitle {
    display: block;
    color: #8E6C4A;
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: 1px;
    font-weight: 600;
}

body.page-template-page-contact-new .content #bottom a.red-custom-button {
    padding: .75em 3em !important;
    background-color: #8E6C4A;
}

body.page-template-page-contact-new .content #bottom a.red-custom-button:hover {
    background-color: #ae8437;
    text-decoration: none;
}

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

    body.page-template-page-contact-new .content .brochure {
        margin: 0 0 50px;
    }

    body.page-template-page-contact-new .content .brochure .wrap {
        width: 100%;
        padding: 30px 20px;
    }

    body.page-template-page-contact-new .content .brochure .wrap > h1 {
        font-size: 2em;
    }

    body.page-template-page-contact-new .brochure-form #form-fields {
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
    }

    body.page-template-page-contact-new .brochure-form #form-fields > li {
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    body.page-template-page-contact-new .brochure-form #form-fields > li:nth-child(odd),
    body.page-template-page-contact-new .brochure-form #form-fields > li:nth-child(even) {
        padding: 0;
    }

    body.page-template-page-contact-new .content #review .review-pic {
        width: 100%;
        padding: 0 33.33%;
        margin: 0 0 15px;
    }

    body.page-template-page-contact-new .content #review .review-content {
        width: 100%;
        padding: 0 20px;
    }

    body.page-template-page-contact-new .content #review .review-text {
        font-weight: 400;
        font-size: 1.2em;
        text-align: center;
    }

    body.page-template-page-contact-new .content #review .review-text:before {
        display: none;
    }

    body.page-template-page-contact-new .content #review .review-text p:before {
        content: "\"";
    }

    body.page-template-page-contact-new .content #review .review-name {
        text-align: center;
    }

    body.page-template-page-contact-new .content #review .review-subtitle {
        text-align: center;
    }

    body.page-template-page-contact-new .brochure .gform_body .gform_heading {
        width: 100%;
        text-align: center;
    }

    body.page-template-page-contact-new .brochure .gform_body .gform_footer {
        width: 100%;
        margin: 5px 0 15px;
        text-align: center;
    }

    body.page-template-page-contact-new .disclosure {
        bottom: unset;
        width: 100%;
        left: 0;
        top: -175px;
    }

}

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

    body.page-template-page-elearning-video-content .headerImage .inner h1 {
        max-width: 100%;
        text-align: left;
        margin-left: 0;
        padding-left: 0.6em;
        padding-right: 0.6em;
        padding-top: 20px;
        margin-right: auto;
    }

    body.page-template-page-elearning-video-content header.header .navigation .btn.apply {
        display: none !important;
    }

    body.page-template-page-elearning-video-content .headerImage .inner .introText {
        max-width: 100%;
        text-align: left;
        margin-left: 0;
        padding-left: 1.5em;
        padding-right: 1.5em;
        margin-right: auto;
    }

    body.page-template-page-elearning-video-content .header .headerImage .inner {
        padding-bottom: 1.5em;
    }

    body.page-template-page-elearning-video-content .header .headerImage {
        min-height: 200px;
    }

    body.page-template-page-elearning-video-content .header .headerImage .inner {
        min-height: 200px;
        padding-bottom: 3.5em;
    }

    body.page-template-page-elearning-video-content #mobile-gray-brick.dark-gray-bar {
        display: none;
        display: inline-block;
        width: 100%;
        background: #333;
        position: relative;
        height: 37px;
    }

    body.page-template-page-elearning-video-content .prostart-logo {
        padding-top: 1.5em;
        padding-left: 1.5em;
        padding-right: 1.5em;
        margin-right: auto;
        margin-left: 0;
    }

    body.page-template-page-elearning-video-content .prostart-logo img {
        max-width: 160px;
    }

    body.page-template-page-elearning-video-content #video-content .video-item .videoWrapper_new {
        background-position: center !important;
        background-size: cover !important;
    }

    body.page-template-page-elearning-video-content #video-content .video-item {
        width: 270px !important;
    }

    body.page-template-page-elearning-video-content #video-content .videoWrapper_new {
        min-height: 155px !important;
    }
}

body.page-template-page-elearning-video-content .popupBg {
    background: url(../png/popupbg.png) repeat;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh !important;
    width: 100%;
    z-index: 999999999;
}

body.page-template-page-elearning-video-content .popupBg .video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50vw;
    height: 28vw;
    box-shadow: 0 0 50px #000;
}

body.page-template-page-elearning-video-content #video-content .video-item {
    display: inline-block;
    float: left;
    width: 25%;
    min-height: 275px;
    padding: 10px 10px;
    position: relative;
}

body.page-template-page-elearning-video-content #video-content .video-wrap {
    margin: 0 -10px;
}

body.page-template-page-elearning-video-content #video-content .text-info {
    padding: 0.5em;
}

body.page-template-page-elearning-video-content #video-content .text-info {
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    min-height: 120px;
}

body.page-template-page-elearning-video-content #video-content .text-info .video-title,
body.page-template-page-elearning-video-content #video-content .text-info .share-video,
body.page-template-page-elearning-video-content #video-content .text-info .link-video,
body.page-template-page-elearning-video-content #video-content .text-info .card-link {
    display: block;
    text-align: left;
}

body.page-template-page-elearning-video-content #video-content .text-info .video-title,
body.page-template-page-elearning-video-content #video-content .text-info .share-video,
body.page-template-page-elearning-video-content #video-content .text-info .card-link {
    text-transform: uppercase;
    font-weight: 600;
}

body.page-template-page-elearning-video-content #video-content .text-info .card-link {
    margin-top: 0.7em;
}

body.page-template-page-elearning-video-content #video-content .text-info .video-title {
    margin-bottom: 0.4em;
}

body.page-template-page-elearning-video-content #video-content .text-info .card-link a {
    text-decoration: none;
}

body.page-template-page-elearning-video-content #video-content .text-info .card-link a:hover {
    text-decoration: none;
}

body.page-template-page-elearning-video-content #video-content .text-info .video-title {
    font-family: TradeGothic;
    font-size: 19px;
    color: #8E6C4A;
}

body.page-template-page-elearning-video-content #video-content .text-info .share-video {
    font-size: 14px;
    color: #5c6b80;
}

body.page-template-page-elearning-video-content #video-content .text-info .link-video {
    font-size: 11px;
    color: #5c6b80;
}

body.page-template-page-elearning-video-content #video-content .text-info .card-link {
    font-size: 14px;
    color: #b13;
}

body.page-template-page-elearning-video-content .videoWrapper_new {
        background-position: bottom;
        background-repeat: no-repeat;
        min-height: 132px;
        width: 100%;
        background-size: contain;
        cursor: pointer;
}

body.page-template-page-elearning-video-content .videoWrapper_new .play-button {
    background-image: url(../png/play_button.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-size: contain;
    transition: all .14s ease-in-out;
}

body.page-template-page-elearning-video-content .videoWrapper_new:hover .play-button {
    background-image: url(../png/play_button-hover.png);
    transition: all .14s ease-in-out;
}

body.page-template-page-elearning-video-content .videoWrapper_new {
    display: flex;
    align-items: flex-end;
    padding: 1em;
}


@media only screen and (max-width: 1029px) {
    body.page-template-page-elearning-video-content #video-content .text-info .video-title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 620px) {
    body.page-template-page-elearning-video-content #video-content .video-item {
        width: 100% !important;
    }

    body.page-template-page-elearning-video-content #video-content .videoWrapper_new {
        min-height: 240px !important;
    }
}

@media only screen and (max-width: 420px) {
    body.page-template-page-elearning-video-content #video-content .videoWrapper_new {
        min-height: 190px !important;
    }
}

body.page-template-page-elearning-video-content .video iframe {
    width: 100%;
    height: 100%;
    border: none;
    box-sizing: border-box;
}

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

    body.page-template-page-elearning-video-content .popupBg .video {
        width: 90vw;
        height: 50vw;
    }

}

body.page-template-page-elearning-video-content .assessment-section h2 {
    color: #b13;
    font-weight: 800;
    font-size: 2.5em;
}

body.page-template-page-elearning-video-content .assessment-section hr {
    width: 100%;
    height: 1px;
    margin-bottom: 1.7em;
}

body.page-template-page-elearning-video-content .assessment-section .assessment-content p {
    margin: 0;
}

body.page-template-page-elearning-video-content .assessment-section .assessment-content .col-1,
body.page-template-page-elearning-video-content .assessment-section .assessment-content .col-2 {
    display: inline-block;
}

body.page-template-page-elearning-video-content .assessment-section .assessment-content .col-1 {
    margin-right: 6.5em;
}

body.page-template-page-elearning-video-content hr.video-hr {
    height: 1px;
    margin-bottom: 1.5em;
}

@media only screen and (max-width: 500px) {
    body.page-template-page-elearning-video-content .assessment-section .assessment-content .col-1 {
        margin-right: 0;
    }
}

body.page-template-page-elearning-video-content .clear {
    clear: both;
}

body.page-template-page-elearning-video-content .assessment-section {
    padding: 1.5em;
}

body.page-template-page-elearning-video-content .assessment-section .assessment-content a {
    font-family: TradeGothic;
    font-size: 19px;
    color: #8E6C4A;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0.4em;
    text-transform: uppercase;
    text-decoration: none;
}

body.page-template-page-elearning-video-content .assessment-section .assessment-content a:hover {
    text-decoration: none;
    color: #ae8437;
}

body.page-template-page-elearning-landing.page-id-15436 .headerImage h1,
body.page-template-page-elearning-landing.page-id-15553 .headerImage h1 {
    padding-top: 3.5em !important;
}

@media only screen and (min-width: 1400px) {
    body.page-template-page-elearning-landing.page-id-15436 .header .headerImage .inner,
    body.page-template-page-elearning-landing.page-id-15553 .header .headerImage .inner {
        padding-bottom: 16em !important;
    }
}
@media only screen and (min-width:1030px) {
    body.page-template-page-elearning-landing.page-id-15436 .header .headerImage .inner,
    body.page-template-page-elearning-landing.page-id-15553 .header .headerImage .inner {
        padding-bottom: 16.5em !important;
    }
}

@media only screen and (max-width: 1029px) {
    body.page-template-page-elearning-landing.page-id-15436 .header .headerImage .inner,
    body.page-template-page-elearning-landing.page-id-15553 .header .headerImage .inner {
        padding-bottom: 6em !important;
    }

    body.page-template-page-elearning-landing.page-id-15436 .headerImage h1,
    body.page-template-page-elearning-landing.page-id-15553 .headerImage h1 {
        padding-top: 1.2em !important;
    }
}
/********** End Video Content Page **********/

body.post-template-default ol, body.post-template-default ul
{padding-left:40px;
}
body.post-template-default ol
{list-style-type: decimal;
}

body.post-template-default ol li
{line-height:200%;
}

body.page-template-page-contact .location-info.wrap ul li h4 {
    font-size: 1em;
}

/********** Alumni Association section **********/
body.page-template-page-alumni-profiles #cta,
body.page-template-page-alumni #cta {
    border: none !important;
    margin-top: 4em;
    background-repeat: no-repeat;
    background-size: cover;
}

body.page-template-page-alumni-profiles #cta .cta-wrap,
body.page-template-page-alumni #cta .cta-wrap {
    display: flex;
}

body.page-template-page-alumni-profiles #cta .cta-wrap .cta-left,
body.page-template-page-alumni-profiles #cta .cta-wrap .cta-right,
body.page-template-page-alumni #cta .cta-wrap .cta-left,
body.page-template-page-alumni #cta .cta-wrap .cta-right {
    width: 50%;
}

body.page-template-page-alumni-profiles #cta .cta-wrap .cta-right,
body.page-template-page-alumni #cta .cta-wrap .cta-right {
    text-align: left;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 4.5em 3em;
}

body.page-template-page-alumni #cta .cta-wrap .cta-right {
    background-color: rgba(187, 17, 51, 0.8);
}

body.page-template-page-alumni-profiles #cta .cta-wrap h2,
body.page-template-page-alumni-profiles #cta .cta-wrap ul li,
body.page-template-page-alumni #cta .cta-wrap h2,
body.page-template-page-alumni #cta .cta-wrap ul li {
    color: #ffffff;
}

body.page-template-page-alumni-profiles #cta .cta-wrap h2,
body.page-template-page-alumni #cta .cta-wrap h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.8em;
    font-weight: 600;
}

body.page-template-page-alumni-profiles #cta .cta-wrap ul,
body.page-template-page-alumni #cta .cta-wrap ul {
    margin: 3em 0;
}

body.page-template-page-alumni-profiles #cta .cta-wrap ul li,
body.page-template-page-alumni #cta .cta-wrap ul li {
    font-family: TradeGothic;
    font-size: 1.7em;
    background: url(../png/check.png) no-repeat left top;
    background-size: 0.92em;
    padding-left: 2.2em;
    line-height: 1;
    margin: 0.85em 0;
}

body.page-template-page-alumni #cta .cta-wrap .cta-right .red-btn.red-custom-button {
    background-color: #8E6C4A;
}

body.page-template-page-alumni #cta .cta-wrap .cta-right .red-btn.red-custom-button:hover {
    background-color: #ae8437;
}

body.page-template-page-alumni-profiles #cta .cta-image-mobile,
body.page-template-page-alumni #cta .cta-image-mobile,
body.page-template-page-alumni-profiles #cta .cta-img-mobile,
body.page-template-page-alumni #cta .cta-img-mobile {
    display: none;
}

@media only screen and (min-width: 1030px) {
    body.page-template-page-alumni-profiles #cta .cta-wrap .cta-right .red-btn.red-custom-button,
    body.page-template-page-alumni #cta .cta-wrap .cta-right .red-btn.red-custom-button {
        padding: .75em 3em !important;
    }
}

@media only screen and (max-width: 979px) {
    body.page-template-page-alumni-profiles #cta .cta-wrap .cta-left,
    body.page-template-page-alumni #cta .cta-wrap .cta-left {
        display: none;
    }

    body.page-template-page-alumni-profiles #cta .cta-wrap .cta-right,
    body.page-template-page-alumni #cta .cta-wrap .cta-right {
        width: 100%;
        background-color: #BB1133;
    }

    body.page-template-page-alumni-profiles #cta .cta-wrap .cta-right {
        background-color: #000000;
    }

    body.page-template-page-alumni-profiles #cta .cta-wrap .cta-right .red-btn.red-custom-button,
    body.page-template-page-alumni #cta .cta-wrap .cta-right .red-btn.red-custom-button {
        background-color: #8E6C4A;
    }

    body.page-template-page-alumni-profiles #cta .cta-wrap .cta-right .red-btn.red-custom-button:hover,
    body.page-template-page-alumni #cta .cta-wrap .cta-right .red-btn.red-custom-button:hover {
        background-color: #ae8437;
    }

    body.page-template-page-alumni-profiles #cta .cta-image-mobile,
    body.page-template-page-alumni #cta .cta-image-mobile {
        display: block;
        height: 450px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    body.page-template-page-alumni-profiles #cta .cta-img-mobile,
    body.page-template-page-alumni #cta .cta-img-mobile {
        display: flex;
    }

    body.page-template-page-alumni-profiles #cta .cta-img-mobile img,
    body.page-template-page-alumni #cta .cta-img-mobile img {
        width: 100% !important;
        height: auto !important;
    }

    body.page-template-page-alumni-profiles #cta .cta-wrap ul li,
    body.page-template-page-alumni #cta .cta-wrap ul li {
        font-size: 1.5em;
    }

    body.page-template-page-alumni-profiles #cta .cta-wrap h2,
    body.page-template-page-alumni #cta .cta-wrap h2 {
        font-size: 2em;
    }
}

@media only screen and (max-width: 574px) {
    body.page-template-page-alumni-profiles #cta .cta-image-mobile,
    body.page-template-page-alumni #cta .cta-image-mobile {
        height: 300px;
    }
}
/********** END Alumni Association section **********/

body.page-template-page-contact span.name-bold {
    font-weight: bold;
    color: #8E6C4A;
}

body.page-template-page-elearning-video-content .section-1 h2.video-content-title {
    margin-top: 0;
}

body.page-template-page-elearning-video-content :focus,
body.page-template-page-elearning-video-content :focus-within,
body.page-template-page-elearning-video-content :active {
    outline-color: transparent !important;
    outline: none !important;
}

body.page-template-page-elearning-video-content.page-id-15709 #video-content .text-info,
body.page-template-page-elearning-video-content.page-id-15750 #video-content .text-info {
    min-height: 80px;
}

body.page-template-page-elearning-video-content.page-id-15709 #video-content .video-item,
body.page-template-page-elearning-video-content.page-id-15750 #video-content .video-item {
    min-height: 235px;
}

body.page-template-page-elearning-video-content.page-id-15557 #video-content .video-content-section hr.video-hr,
body.page-template-page-elearning-video-content.page-id-15477 #video-content .video-content-section hr.video-hr,
body.page-template-page-elearning-video-content.page-id-16172 #video-content .video-content-section hr.video-hr {
    display: none;
}

body.page-template-page-elearning-video-content #video-content hr.video-hr.section,
body.page-template-page-elearning-video-content #video-content hr.video-hr.section {
    margin-bottom: 2em;
}

body.page-template-page-elearning-video-content #video-content h2.video-content-title.culinary,
body.page-template-page-elearning-video-content #video-content h2.video-content-title.pastry,
body.page-template-page-elearning-video-content.page-id-15557 .assessment-section h2,
body.page-template-page-elearning-video-content.page-id-15477 .assessment-section h2 {
    color: #b13;
    font-size: 2.4em;
    text-transform: uppercase;
}

body.page-template-page-elearning-video-content .buttons-center {
    display: flex;
    justify-content: center;
    padding-top: 2em;
    padding-bottom: 1em;
}

body.page-template-page-elearning-video-content .buttons-center a {
    font-size: 1.3em;
}

body.page-template-page-elearning-video-content .buttons-center .culinary,
body.page-template-page-elearning-video-content .buttons-center .pastry {
    margin-right: 1em;
}

@media only screen and (min-width: 1030px) {
    body.page-template-page-elearning-video-content.page-id-15709 header.header .headerImage .inner .inner-extra,
    body.page-template-page-elearning-video-content.page-id-15750 header.header .headerImage .inner .inner-extra {
        display: flex;
        flex-wrap: wrap;
        padding-top: 9.5em;
    }

    body.page-template-page-elearning-video-content.page-id-15709 header.header .headerImage .inner .inner-extra .sohtc-logo,
    body.page-template-page-elearning-video-content.page-id-15750 header.header .headerImage .inner .inner-extra .sohtc-logo {
        width: 19%;
    }

    body.page-template-page-elearning-video-content.page-id-15709 header.header .headerImage .inner .inner-extra .sohtc-logo img,
    body.page-template-page-elearning-video-content.page-id-15750 header.header .headerImage .inner .inner-extra .sohtc-logo img {
        max-width: 100%;
        height: auto;
    }

    body.page-template-page-elearning-video-content.page-id-15709 header.header .headerImage .inner .inner-extra h1,
    body.page-template-page-elearning-video-content.page-id-15750 header.header .headerImage .inner .inner-extra h1 {
        width: 75%;
        padding-top: 0.2em;
        padding-bottom: 0.2em;
        padding-left: 1.5em;
    }

    body.page-template-page-elearning-video-content.page-id-15709 header.header .headerImage .inner .inner-extra .introText.wrap,
    body.page-template-page-elearning-video-content.page-id-15750 header.header .headerImage .inner .inner-extra .introText.wrap {
        width: 100%;
    }

    /*body.page-template-page-open-house-events .wrap .eventsFeed h2.admissions-page-events-title {*/
    /*    font-size: 31px !important;*/
    /*}*/
}

@media only screen and (max-width: 1029px) {
    body.page-template-page-elearning-video-content.page-id-15709 header.header .headerImage .inner .inner-extra .sohtc-logo,
    body.page-template-page-elearning-video-content.page-id-15750 header.header .headerImage .inner .inner-extra .sohtc-logo {
        width: 50%;
        max-width: 235px;
    }

    body.page-template-page-elearning-video-content.page-id-15709 header.header .headerImage .inner .inner-extra .sohtc-logo img,
    body.page-template-page-elearning-video-content.page-id-15750 header.header .headerImage .inner .inner-extra .sohtc-logo img {
        max-width: 100%;
        height: auto;
    }

    body.page-template-page-elearning-video-content.page-id-15709 header.header .headerImage .inner .inner-extra h1,
    body.page-template-page-elearning-video-content.page-id-15750 header.header .headerImage .inner .inner-extra h1 {
        padding-left: 0;
        padding-right: 0;
    }

    body.page-template-page-elearning-video-content.page-id-15709 header.header .headerImage .inner .inner-extra,
    body.page-template-page-elearning-video-content.page-id-15750 header.header .headerImage .inner .inner-extra {
        padding-left: 1em;
        padding-right: 1em;
    }

    body.page-template-page-elearning-video-content.page-id-15709 header.header .headerImage .inner,
    body.page-template-page-elearning-video-content.page-id-15750 header.header .headerImage .inner {
        padding-top: 3.5em;
    }

    body.page-template-page-elearning-video-content .buttons-center {
        flex-wrap: wrap;
    }

    body.page-template-page-elearning-video-content .buttons-center a {
        min-width: 51%;
        margin-bottom: 1.5em;
    }

    body.page-template-page-elearning-video-content .buttons-center .culinary,
    body.page-template-page-elearning-video-content .buttons-center .pastry {
        margin-right: 0;
    }

    body.page-template-page-elearning-video-content .buttons-center a {
        font-size: 1.15em;
    }
}

body.single.single-post blockquote p img
{border-radius:50%!important;margin-bottom:0px;}

body.single.single-post .quote blockquote p
{font-size: 18px; font-weight: 400; font-family: Lato; color: #8E6C4A;}

body.single.single-post .quote blockquote p strong
{margin-top:20px;display: block; color: #8E6C4A; text-transform: uppercase; font-size: 14.4px; letter-spacing: 1px;font-style:normal!important;line-height: 1.5em;
    font-weight: normal;}

#graduation h3
{color: #8E6C4A;font-weight:500;margin-top:0px;line-height:1.3em;margin-bottom:15px;font-size:1.4em;}

#graduation hr {
    padding-bottom: 15px;
    background-repeat: no-repeat;
    margin-top: 40px !important;
}
#graduation h5
{margin:10px 0px;font-size:1.1em;}

#graduation p, #graduation h1, #graduation h2, #graduation h3, #graduation h4, #graduation h5{text-align:center;}

#graduation ul li
{text-align:left; line-height: 160% !important;}

/*  SECTIONS  */
#graduation .section {
    clear: both;
    padding: 0px 0px 40px 0px;
    margin: 0px;
}
/*  COLUMN SETUP  */
#graduation .col {
    display: block;
    float:left;
    margin: 1% 0 1% 1.6%;background-color:#f4f4f4;text-align:center;padding:10px;
}
#graduation .col:first-child { margin-left: 0; }

/*  GROUPING  */
#graduation .group:before,
#graduation .group:after { content:""; display:table; }
#graduation .group:after { clear:both;}
#graduation .group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF THREE  */
#graduation .span_3_of_3 { width: 100%; min-height: 380px;}
#graduation .span_2_of_3 { width: 66.13%; min-height: 380px;}
#graduation .span_1_of_3 { width: 32.26%; min-height: 380px;}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 812px) {
    #graduation .col {  margin: 1% 0 1% 0%; }
    #graduation .span_3_of_3, #graduation .span_2_of_3, #graduation .span_1_of_3 { width: 100%; min-height: auto;}
}

@media only screen and (min-width: 813px) {
    #graduation .col ul {min-height:130px;}
}

@media only screen and (min-width: 1030px) {
    .red-three-fifty {
        width: 350px!important;
    }
}
.demo {
    padding-top: 0px;
}

.testclass {
    font-size:55px;
}

/********** end New Blog **********/

/********** Custom styles from WP Customizer **********/
@media only screen and (max-width: 812px) {
body.post-template-default .entry-content img {
    display:block;
}
}

@media only screen and (min-device-width: 768px) {#bordercenter {border-right: 1px solid #efefef;padding-right:25px;}}

.page-template-page-housing .features .feature {
    margin: 0 auto 1em;
    width: 100%;
    position: relative;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../escoffier-full-color-logo.html);
}

.single article .latest .d-1of3 .thumb {
    background-size: cover;
}

@media only screen and (min-width: 768px) {
  .m-all.desktop-left {
    float: left;
  }

  .m-all.desktop-right {
    float: right;
  }

}

@media only screen and (max-width: 692px) {
    #post-12551 a.red-btn {
        font-size: 14px;
        margin: 0 0 20px;
    }
}

@media only screen and (max-width: 420px) {
    #post-12551 a.red-btn {
        width: 100%;
        margin: 0 0 20px;
    }
}
@media only screen and (max-device-width: 812px) and (orientation:portrait) {
.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .storycontent .mainContent .thumb .img {
    width: 90px !important;
    height: 90px;
    border-radius: 100px;
    max-width:90px;
}}
@media only screen and (max-device-width: 1024px) and (orientation:landscape) {
.page-template-page-alumni-profiles #programs .programs .info .inner .excerpts .storycontent .mainContent .thumb .img {
    width: 120px;
    height: 120px;
    max-width: 120px;
}}

@media only screen and (max-device-width: 812px) and (orientation:portrait) {
.content #video .videoPlayer .inner iframe  {
    max-width: 100% !important;
}
iframe  {
    max-width: 100% !important;
}
}
/********** end - styles from WP Customizer **********/

/********** START Event Styles **********/
body.single-events header.article-header.entry-header.event-hrader span.event-location-title {
    font-weight: 600;
    color: #8E6C4A;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .9em;
    margin-bottom: 2em;
}

body.single-events header.article-header.entry-header.event-hrader h2.event-date-title {
    margin-top: 0.3em;
}

body.single-events header.article-header.entry-header.event-hrader,
body.single-events section.entry-content.cf h2.event-subtitle {
    text-align: center;
}

body.single-events section.entry-content.cf a.red-btn.event-sign-up {
    padding: .9em 1.5em;
    margin-top: 2em;
}
/********** END Event Styles **********/

/********** New Military Logo & Section **********/
body.page-template-page-military .two-columns-wrap {
    display: flex;
    flex-wrap: nowrap;
    padding: 0 1.7em;
}

body.page-template-page-military .two-columns-wrap .mfs-logo {
    text-align: center;
    margin: auto;
}

body.page-template-page-military .two-columns-wrap .military-text {
    padding-left: 3em;
}

body.page-template-page-military .content #grants .mfs-logo img {
    max-width: none;
}

@media only screen and (max-width: 555px) {
    body.page-template-page-military .two-columns-wrap {
        flex-wrap: wrap;
    }

    body.page-template-page-military .two-columns-wrap .mfs-logo {
        width: 100%;
        margin-top: 20px;
    }

    body.page-template-page-military .two-columns-wrap .military-text {
        width: 100%;
    }

    body.page-template-page-military .two-columns-wrap .mfs-logo img {
        max-width: 150px;
    }

    body.page-template-page-military .two-columns-wrap .military-text {
        padding-left: 0;
    }

    body.page-template-page-military .two-columns-wrap {
        padding: 0;
    }
}

.entry-content p.videospacing {
    margin: 0 0 .5em !important;
}

@media only screen and (min-width: 1030px) {
    .page-template-page-tour .content #tour-cta .scheduling .innerText .info-br {
        display: none;
    }
}

@media only screen and (max-width: 1029px) {
    .page-template-page-tour .content #tour-cta .scheduling .innerText p.info-ab {
        margin-bottom: 0;
    }

    .page-template-page-tour .tours #tour-cta .wrap .scheduling span.small.marLeft {
        margin-left: 0;
    }
}

.entry-content blockquote {
    margin: 0px;
    padding: 0px;
}


@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    /*input[type="datetime"], input[type="datetime-local"],*/
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    /*input[type="datetime"], input[type="datetime-local"],*/
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="tel"], input[type="url"] {
        font-size: 16px;
    }
}

@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    /*input[type="datetime"], input[type="datetime-local"],*/
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="tel"], input[type="url"] {
        font-size: 16px;
    }
}


/********** Blog Subscriptions Section **********/
.page-template-page-blog-landing .blog-subscribe-section .subscribe-inner {
    background-color: #ebebeb;
    padding: 4em 3em;
    margin-top: 2.35em;
    text-align: center;
}

.single.single-post .blog-subscribe-section {
    border-top: 2px solid #e1e1e1;
    border-bottom: 2px solid #e1e1e1;
    max-width: 768px;
    margin: 0 auto;
    padding: 3.2em 0;
    text-align: center;
    margin-bottom: 2.8em;
}

.single.single-post .blog-subscribe-section .dev-wrap {
    display: flex;
    justify-content: center;
    margin-top: 2em;
}

.single.single-post .blog-subscribe-section .subscribe-inner form button.gold-btn {
    margin-left: -2px;
    border-radius: 0 5px 5px 0;
    font-size: 0.8em;
}

.page-template-page-blog-landing .blog-subscribe-section .subscribe-inner form button.gold-btn {
    font-size: 0.98rem;
}

.page-template-page-blog-landing .blog-subscribe-section .subscribe-inner form input {
    margin: 0 auto;
    max-width: 320px;
    background: #ffffff;
    color: #5c6b7f;
    font-weight: 600;
    font-size: 0.8em;
}

.single.single-post .blog-subscribe-section .subscribe-inner form input {
    margin: 0;
    max-width: 270px;
    display: inline-block;
    color: #5c6b7f;
    font-weight: 600;
    font-size: 0.8em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #ebebeb;
}

.page-template-page-blog-landing .blog-subscribe-section .subscribe-inner form input::placeholder {
    color: #5c6b7f;
    font-weight: 600;
}

.single.single-post .blog-subscribe-section .subscribe-inner form input::placeholder {
    color: #5c6b7f;
    font-weight: 600;
}

.page-template-page-blog-landing .blog-subscribe-section .subscribe-inner h3.subscribe-title {
    color: #BB1133;
    font-size: 2.4em;
    line-height: 1 !important;
    margin: 0 auto;
}

.single.single-post .blog-subscribe-section .subscribe-inner h3.subscribe-title {
    color: #BB1133;
    font-size: 2em;
    line-height: 1 !important;
    margin: 0 auto;
}

.page-template-page-blog-landing .blog-subscribe-section .subscribe-inner p {
    color: #5c6b7f;
    font-family: TradeGothic;
    font-size: 1.65em;
    line-height: 1.2;
    margin-top: 1em;
    margin-bottom: 1em;
}

@media only screen and (min-width: 1030px) {
    .page-template-page-blog-landing .blog-subscribe-section {
        box-sizing: border-box;
        width: 45%;
        padding-bottom: 5%;
    }

    .single.single-post .blog-subscribe-section .subscribe-inner form button.gold-btn {
        padding: .7em 1.95em;
    }

    .page-template-page-blog-landing .blog-subscribe-section .subscribe-inner {
        padding: 5em 3em;
    }
}

@media only screen and (min-width: 770px) and (max-width: 1029px) {
    .page-template-page-blog-landing .blog-subscribe-section {
        box-sizing: border-box;
        width: 45%;
        padding-bottom: 5%;
    }
}

@media only screen and (max-width: 769px) {
    .page-template-page-blog-landing .blog-subscribe-section {
        padding-bottom: 3.5em;
    }

    .page-template-page-blog-landing .blog-subscribe-section .subscribe-inner form button.gold-btn {
        margin-top: 1.7em !important;
    }

    .page-template-page-blog-landing .blog-subscribe-section .subscribe-inner form input {
        max-width: 100%;
    }

    .page-template-page-blog-landing .blog-subscribe-section .subscribe-inner p {
        font-size: 1.45em;
    }

    .page-template-page-blog-landing .blog-subscribe-section .subscribe-inner h3.subscribe-title {
        font-size: 2em;
    }

    .single.single-post .blog-subscribe-section .subscribe-inner form input {
        max-width: 230px;
        height: 40px;
    }

    .single.single-post .blog-subscribe-section .subscribe-inner form button.gold-btn {
        width: auto;
        height: 40px;
    }
}

/********** START new 3 AOS programs **********/

.page-id-16324 #container #content {
    margin-top: 0;
}

.page-template-page-academics-program .faqs {
    padding: 40px 1.75em;
}

.page-template-page-academics-program .faqs p.center,
.page-template-page-academics-program .faqs-online p.center {
    margin-top: 1em;
    margin-bottom: 1em;
}



@media only screen and (min-width: 1030px) {
    .page-id-16324 #container #content {
        margin-top: 1em;
    }
}

.programs.first .program-box.padder,
.programs.second .program-box.padder,
.programs.section-programs .program-box.padder {
    transition: width 0.4s ease-in-out 0s !important;
}

/********** END new 3 AOS programs **********/

/********** New 404 Page **********/
body.error404 #container #content .wrap {
    width: 100%;
    max-width: 100%;
    padding-left: 1em;
    padding-right: 1em;
}

body.error404 #container .wrap .top {
    margin-bottom: 2.1em;
}

body.error404 #container .wrap .top h1.page-404-title {
    font-size: 3em;
    color: #333333;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 1.5em;
    line-height: 1.2;
}

body.error404 #container .wrap .top p {
    font-family: TradeGothic;
    font-weight: 500;
    text-align: center;
    color: #5C6B80;
    font-size: 1.5em;
    margin-top: 0;
    line-height: 1.2;
}

body.error404 #container .wrap .bottom .center,
body.error404 #container .wrap .bottom .call-us {
    text-align: center;
}

body.error404 #container .wrap .bottom .call-us {
    margin-top: 1.3em;
    font-family: TradeGothic;
    font-weight: 500;
    color: #5C6B80;
    font-size: 1.5em;
    text-transform: uppercase;
    margin-bottom: 1.8em;
}

body.error404 #container .wrap .bottom .center .gold-btn {
    padding: .7em 1.8em;
}

body.error404 #container .wrap .bottom .center .gold-btn.inf {
    margin-right: 20px;
}

body.error404 #container .wrap .middle.options {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 3.15em;
    justify-content: center;
}

body.error404 #container .wrap .middle.options .option-box {
    width: 33%;
    max-width: 413px;
    margin-right: 2em;
}

body.error404 #container .wrap .middle.options .option-box:last-child {
    margin-right: 0;
}

body.error404 #container .wrap .middle.options .option-box .option-head {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

body.error404 #container .wrap .middle.options .option-box .option-head .inner {
    background: rgba(0, 0, 0, 0.6);
    min-height: 170px;
    padding: 1.75em;
    display: flex;
    align-items: flex-end;
}

body.error404 #container .wrap .middle.options .option-box h3.option-title {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 2.25em;
    line-height: 1.2;
    margin: 0;
}

body.error404 #container .wrap .middle.options .option-box .option-desc {
    background: #E7E7E7;
    padding: 1.75em;
}

body.error404 #container .wrap .middle.options .option-box .option-desc p {
    font-family: TradeGothic;
    font-weight: 500;
    color: #000000;
    font-size: 1.15em;
    margin-top: 0;
    line-height: 1.2;
    margin-bottom: 1em;
}

body.error404 #container .wrap .middle.options .option-box .option-head {
    min-height: 170px;
}

@media only screen and (max-width: 849px) {
    body.error404 #container .wrap .middle.options {
        flex-wrap: wrap;
    }

    body.error404 #container .wrap .middle.options .option-box {
        margin-right: 0;
        width: 100%;
        margin-bottom: 1.4em;
    }

    body.error404 #container .wrap .top h1.page-404-title {
        font-size: 1.55em;
    }

    body.error404 #container .wrap .top p {
        font-size: 1.15em;
    }

    body.error404 #container .wrap .middle.options .option-box h3.option-title {
        font-size: 2.05em;
    }

    body.error404 #container .wrap .middle.options .option-box .option-head {
        min-height: 208px;
    }

    body.error404 #container .wrap .middle.options .option-box .option-head .inner {
        min-height: 208px;
    }
}

/********** GF Forms **********/


li#field_23_8 #input_23_8,
li#field_23_8 #input_23_8 #input_23_8_3_container,
li#field_23_8 #input_23_8 #input_23_8_3_container #input_23_8_3,
li#field_23_8 #input_23_8 #input_23_8_6_container,
li#field_23_8 #input_23_8 #input_23_8_6_container #input_23_8_6 {
    margin-top: 0 !important;
}

/********** ENS GF Forms **********/
/*#blog-social .wrap .social .switcher i {*/
/*    display: inline-block;*/
/*    content: "";*/
/*    height: auto;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    width: 24px;*/
/*    height: 24px;*/
/*}*/

/*#blog-social .wrap .social .feedsContainer {*/
/*    top: -22px;*/
/*    padding-top: 1em;*/
/*    min-height: 365px;*/
/*}*/

/*#blog-social .wrap .social .switcher > div {*/
/*    padding: .7em .6em .5em .6em;*/
/*}*/

/*#blog-social .wrap .social .switcher i.fa.fa-facebook {*/
/*    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 470.513 470.513' xml:space='preserve'%3E%3Cpath d='M271.521,154.17v-40.541c0-6.086,0.28-10.8,0.849-14.13c0.567-3.335,1.857-6.615,3.859-9.853 c1.999-3.236,5.236-5.47,9.706-6.708c4.476-1.24,10.424-1.858,17.85-1.858h40.539V0h-64.809c-37.5,0-64.433,8.897-80.803,26.691 c-16.368,17.798-24.551,44.014-24.551,78.658v48.82h-48.542v81.086h48.539v235.256h97.362V235.256h64.805l8.566-81.086H271.521z' fill='%23fff'/%3E%3C/svg%3E");*/
/*}*/

/*#blog-social .wrap .social .switcher i.fa.fa-twitter {*/
/*    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 449.956 449.956' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M449.956,85.657c-17.702,7.614-35.408,12.369-53.102,14.279c19.985-11.991,33.503-28.931,40.546-50.819 c-18.281,10.847-37.787,18.268-58.532,22.267c-18.274-19.414-40.73-29.125-67.383-29.125c-25.502,0-47.246,8.992-65.24,26.98 c-17.984,17.987-26.977,39.731-26.977,65.235c0,6.851,0.76,13.896,2.284,21.128c-37.688-1.903-73.042-11.372-106.068-28.407 C82.46,110.158,54.433,87.46,31.403,59.101c-8.375,14.272-12.564,29.787-12.564,46.536c0,15.798,3.711,30.456,11.138,43.97 c7.422,13.512,17.417,24.455,29.98,32.831c-14.849-0.572-28.743-4.475-41.684-11.708v1.142c0,22.271,6.995,41.824,20.983,58.674 c13.99,16.848,31.645,27.453,52.961,31.833c-7.995,2.091-16.086,3.138-24.269,3.138c-5.33,0-11.136-0.475-17.416-1.42 c5.9,18.459,16.75,33.633,32.546,45.535c15.799,11.896,33.691,18.028,53.677,18.418c-33.498,26.262-71.66,39.393-114.486,39.393 c-8.186,0-15.607-0.373-22.27-1.139c42.827,27.596,90.03,41.394,141.612,41.394c32.738,0,63.478-5.181,92.21-15.557 c28.746-10.369,53.297-24.267,73.665-41.686c20.362-17.415,37.925-37.448,52.674-60.097c14.75-22.651,25.738-46.298,32.977-70.946 c7.23-24.653,10.848-49.344,10.848-74.092c0-5.33-0.096-9.325-0.287-11.991C421.785,120.202,437.202,104.306,449.956,85.657z'/%3E%3C/svg%3E");*/
/*}*/

/*#blog-social .wrap .social .switcher i.fa.fa-instagram {*/
/*    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 511 511.9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' %3E%3Cpath fill='%23fff' d='m510.949219 150.5c-1.199219-27.199219-5.597657-45.898438-11.898438-62.101562-6.5-17.199219-16.5-32.597657-29.601562-45.398438-12.800781-13-28.300781-23.101562-45.300781-29.5-16.296876-6.300781-34.898438-10.699219-62.097657-11.898438-27.402343-1.300781-36.101562-1.601562-105.601562-1.601562s-78.199219.300781-105.5 1.5c-27.199219 1.199219-45.898438 5.601562-62.097657 11.898438-17.203124 6.5-32.601562 16.5-45.402343 29.601562-13 12.800781-23.097657 28.300781-29.5 45.300781-6.300781 16.300781-10.699219 34.898438-11.898438 62.097657-1.300781 27.402343-1.601562 36.101562-1.601562 105.601562s.300781 78.199219 1.5 105.5c1.199219 27.199219 5.601562 45.898438 11.902343 62.101562 6.5 17.199219 16.597657 32.597657 29.597657 45.398438 12.800781 13 28.300781 23.101562 45.300781 29.5 16.300781 6.300781 34.898438 10.699219 62.101562 11.898438 27.296876 1.203124 36 1.5 105.5 1.5s78.199219-.296876 105.5-1.5c27.199219-1.199219 45.898438-5.597657 62.097657-11.898438 34.402343-13.300781 61.601562-40.5 74.902343-74.898438 6.296876-16.300781 10.699219-34.902343 11.898438-62.101562 1.199219-27.300781 1.5-36 1.5-105.5s-.101562-78.199219-1.300781-105.5zm-46.097657 209c-1.101562 25-5.300781 38.5-8.800781 47.5-8.601562 22.300781-26.300781 40-48.601562 48.601562-9 3.5-22.597657 7.699219-47.5 8.796876-27 1.203124-35.097657 1.5-103.398438 1.5s-76.5-.296876-103.402343-1.5c-25-1.097657-38.5-5.296876-47.5-8.796876-11.097657-4.101562-21.199219-10.601562-29.398438-19.101562-8.5-8.300781-15-18.300781-19.101562-29.398438-3.5-9-7.699219-22.601562-8.796876-47.5-1.203124-27-1.5-35.101562-1.5-103.402343s.296876-76.5 1.5-103.398438c1.097657-25 5.296876-38.5 8.796876-47.5 4.101562-11.101562 10.601562-21.199219 19.203124-29.402343 8.296876-8.5 18.296876-15 29.398438-19.097657 9-3.5 22.601562-7.699219 47.5-8.800781 27-1.199219 35.101562-1.5 103.398438-1.5 68.402343 0 76.5.300781 103.402343 1.5 25 1.101562 38.5 5.300781 47.5 8.800781 11.097657 4.097657 21.199219 10.597657 29.398438 19.097657 8.5 8.300781 15 18.300781 19.101562 29.402343 3.5 9 7.699219 22.597657 8.800781 47.5 1.199219 27 1.5 35.097657 1.5 103.398438s-.300781 76.300781-1.5 103.300781zm0 0'/%3E%3Cpath fill='%23fff' d='m256.449219 124.5c-72.597657 0-131.5 58.898438-131.5 131.5s58.902343 131.5 131.5 131.5c72.601562 0 131.5-58.898438 131.5-131.5s-58.898438-131.5-131.5-131.5zm0 216.800781c-47.097657 0-85.300781-38.199219-85.300781-85.300781s38.203124-85.300781 85.300781-85.300781c47.101562 0 85.300781 38.199219 85.300781 85.300781s-38.199219 85.300781-85.300781 85.300781zm0 0'/%3E%3Cpath fill='%23fff' d='m423.851562 119.300781c0 16.953125-13.746093 30.699219-30.703124 30.699219-16.953126 0-30.699219-13.746094-30.699219-30.699219 0-16.957031 13.746093-30.699219 30.699219-30.699219 16.957031 0 30.703124 13.742188 30.703124 30.699219zm0 0'/%3E%3C/svg%3E");*/
/*}*/

.single-post .post .article-footer .post-tags-list {
    margin-bottom: 2.2em;
}

.single-post .post .article-footer .post-tags-list a {
    font-size: .825em;
    line-height: 1.4;
    font-weight: 600;
    margin-right: 0.55em;
    margin-bottom: 1em;
    border: 1px solid #8E6C4A;
    color: #8E6C4A;
    padding: 0.5em 1em 0.5em 1em;
    transition: all .14s ease-in-out;
}

.single-post .post .article-footer .post-tags-list a:hover {
    color: #ffffff;
    background: #8E6C4A;
    transition: all .14s ease-in-out;
}

.page-template-page-academics.page-id-16603 .programs.academics-pro {
    display: none !important;
}

.page-template-page-open-house-events .formWrapper.brochure-form.gform_wrapper form#quick-forms.tour-form .gform_body #form-fields .gfield.form-row select,
.page-template-page-tour .formWrapper.brochure-form.gform_wrapper form#quick-forms.tour-form .gform_body #form-fields .gfield.form-row select {
    padding: 0.89em;
    font-size: 0.9em;
    line-height: 1.4em;
}

@media only screen and (min-width: 1030px) {
    .page-template-page-open-house-events .formWrapper.brochure-form.gform_wrapper form#quick-forms.tour-form .gform_body .gform_footer #gform_submit_button_1,
    .page-template-page-tour .formWrapper.brochure-form.gform_wrapper form#quick-forms.tour-form .gform_body .gform_footer #gform_submit_button_1 {
        margin-right: 1em;
    }

    .page-template-page-open-house-events .tours #tour-cta .inner.wrap,
    .page-template-page-tour .tours #tour-cta .inner.wrap {
        padding: 1em 0 1em 0;
    }
}

@media only screen and (max-width: 1029px) {
    .page-template-page-open-house-events .formWrapper.brochure-form.gform_wrapper form#quick-forms.tour-form .gform_body .gform_footer #gform_submit_button_1,
    .page-template-page-tour .formWrapper.brochure-form.gform_wrapper form#quick-forms.tour-form .gform_body .gform_footer #gform_submit_button_1 {
        margin-bottom: 0.3em;
    }

}


/********** New Academics Programs Page **********/
.page-template-page-academics-programs .page-template-page-academics #programs-intro {
    text-align: center;
    padding: 1em;
}

.page-template-page-academics-programs .page-template-page-academics #testimonial-slider {
    border-top: none;
}

.page-template-page-academics-programs .page-template-page-academics .center.button.bottom {
    margin: 3em auto;
}

.page-template-page-academics-programs .page-template-page-academics .center.button.bottom .red-btn {
    margin-right: 2em;
}

.page-template-page-academics-programs .page-template-page-academics #programs-intro .text {
    max-width: 900px;
    margin: 0 auto;
}

.page-template-page-academics-programs .page-template-page-academics #programs-intro .center.button {
    margin: 2.8em 0;
}

.page-template-page-academics-programs .page-template-page-academics .programs {
    float: none;
}

.page-template-page-academics-programs .page-template-page-academics .programs .food {
    background: url(../jpg/programs-escoffier-beverage.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding: 0;
    width: 100%;
    margin-top: .5em;
}

.page-template-page-academics-programs .page-template-page-academics .programs.campuses .online {
    background: url(../jpg/online.jpg);
}

.page-template-page-academics-programs .page-template-page-academics .programs.campuses .austin {
    background: url(../jpg/austin.jpg);
}

.page-template-page-academics-programs .page-template-page-academics .programs.campuses .boulder {
    background: url(../jpg/boulder.jpg);
}

.page-template-page-academics-programs .page-template-page-academics .programs .padder .food .inner {
    height: 300px;
}

.page-template-page-academics-programs .page-template-page-academics .programs h2 {
    color: #ffffff;
    margin: 0 0 1em;
    text-shadow: 0 5px 10px #000;
}

.page-template-page-academics-programs .page-template-page-academics .programs .inner {
    width: 100%;
    height: 300px;
    padding: 1em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: linear-gradient(to top,rgba(0,0,0,.9),rgba(0,0,0,.5));
}

.page-template-page-academics-programs .page-template-page-academics .programs .inner a.gold-btn {
    margin: .5em;
    display: inline-block
}

@media only screen and (max-width: 1029px) {
    .page-template-page-academics-programs .page-template-page-academics .center.button.bottom {
        clear: both;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .page-template-page-academics-programs .page-template-page-academics .center.button.bottom a {
        max-width: 200px;
        width: 100%;
    }

    .page-template-page-academics-programs .page-template-page-academics .center.button.bottom .red-btn {
        margin-right: 0;
        margin-bottom: 2em;
    }
}

@media only screen and (min-width: 1030px) {
    .page-template-page-academics-programs .page-template-page-academics #programs-intro {
        padding-bottom: 2em;
    }

    .page-template-page-academics-programs .page-template-page-academics .programs .padder .inner {
        height: 470px !important;
    }

    .page-template-page-academics-programs .page-template-page-academics .programs .padder .inner h2 {
        font-size: 2.8em !important;
        margin-bottom: 2.5em !important;
    }

    .page-template-page-academics-programs .page-template-page-academics .programs .padder .inner .buttons a {
        -webkit-transition: .4s all;
        transition: .4s all;
        font-size: 1.2em;
        padding: .5em 1em !important;
    }

    .page-template-page-academics-programs .page-template-page-academics .programs .padder .inner .buttons a:hover {
        padding: .5em 2em !important;
    }

    .page-template-page-academics-programs .page-template-page-academics .programs .padder .inner h2 {
        margin-bottom: 0 !important;
        margin-top: 115px !important;
    }

    .page-template-page-academics-programs .page-template-page-academics .programs .padder .inner .buttons {
        margin-bottom: 112px !important;
    }

    .page-template-page-academics-programs .page-template-page-academics .programs .inner {
        justify-content: space-between !important;
    }
}

.page-template-page-academics-programs .page-template-page-academics #testimonial-slider testimonial .testimonial.columns {
    flex-direction: column;
}

.page-template-page-academics-programs .page-template-page-academics #testimonial-slider testimonial .testimonial.columns .quote:before {
    position: absolute;
    top: 0;
    left: -30px;
    display: block;
    height: .95em;
    width: .95em;
    content: '';
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 475.082 475.081' xml:space='preserve'%3E%3Cpath fill='%235c6b80' d='M164.45,219.27h-63.954c-7.614,0-14.087-2.664-19.417-7.994c-5.327-5.33-7.994-11.801-7.994-19.417v-9.132 c0-20.177,7.139-37.401,21.416-51.678c14.276-14.272,31.503-21.411,51.678-21.411h18.271c4.948,0,9.229-1.809,12.847-5.424 c3.616-3.617,5.424-7.898,5.424-12.847V54.819c0-4.948-1.809-9.233-5.424-12.85c-3.617-3.612-7.898-5.424-12.847-5.424h-18.271 c-19.797,0-38.684,3.858-56.673,11.563c-17.987,7.71-33.545,18.132-46.68,31.267c-13.134,13.129-23.553,28.688-31.262,46.677 C3.855,144.039,0,162.931,0,182.726v200.991c0,15.235,5.327,28.171,15.986,38.834c10.66,10.657,23.606,15.985,38.832,15.985 h109.639c15.225,0,28.167-5.328,38.828-15.985c10.657-10.663,15.987-23.599,15.987-38.834V274.088 c0-15.232-5.33-28.168-15.994-38.832C192.622,224.6,179.675,219.27,164.45,219.27z'/%3E%3Cpath fill='%235c6b80' d='M459.103,235.256c-10.656-10.656-23.599-15.986-38.828-15.986h-63.953c-7.61,0-14.089-2.664-19.41-7.994 c-5.332-5.33-7.994-11.801-7.994-19.417v-9.132c0-20.177,7.139-37.401,21.409-51.678c14.271-14.272,31.497-21.411,51.682-21.411 h18.267c4.949,0,9.233-1.809,12.848-5.424c3.613-3.617,5.428-7.898,5.428-12.847V54.819c0-4.948-1.814-9.233-5.428-12.85 c-3.614-3.612-7.898-5.424-12.848-5.424h-18.267c-19.808,0-38.691,3.858-56.685,11.563c-17.984,7.71-33.537,18.132-46.672,31.267 c-13.135,13.129-23.559,28.688-31.265,46.677c-7.707,17.987-11.567,36.879-11.567,56.674v200.991 c0,15.235,5.332,28.171,15.988,38.834c10.657,10.657,23.6,15.985,38.828,15.985h109.633c15.229,0,28.171-5.328,38.827-15.985 c10.664-10.663,15.985-23.599,15.985-38.834V274.088C475.082,258.855,469.76,245.92,459.103,235.256z'/%3E%3C/svg%3E");
}

.page-template-page-academics-programs .page-template-page-academics #testimonial-slider testimonial .testimonial.columns .quote {
    padding: 0;
}

#cao-programs .red-three-fifty,
.page-template-page-academics-program .campuses #to-programs-tab a.red-btn {
    margin-right: 1px !important;
}

/* cta additions */
div.cta-wrapper {
    display: inline-block;
    width: 100%;
}

div.cta-button {
    text-align: center;
}

div.cta-button h2 {
    color: #BB1133;
    font-weight: 300;
}

div.cta-button a.red-btn {
    margin: 0 0 20px;
}

.page-id-1527 div.cta-wrapper {
    margin: 0 0 3em;
}


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

    div.cta-button a.red-btn {
        margin: 30px 0 0;
    }

    .page-template-page-academics-program .faqs {
        padding: 2em 0;
    }

    .page-template-page-academics-program .faqs-online {
        padding: 2em 0;
    }

}
/* /cta additions */

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

    .page-template-page-academics-program .content #campuses .selector .red-btn.selected::after,
    .page-template-page-academics-program .content #campuses .selector .red-btn:hover::after {
        bottom: -10px;
        height: 14px;
        width: 14px;
        margin-left: -7px;
    }
}

/* Thank You page for Academic Plan workbook */
.page-template-page-thankyou-popup-workbook #container .wrap .top h1.page-title,
.page-template-page-thankyou-quiz #container .wrap .top h1.page-title {
    font-size: 3.5em;
    color: #333333;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 1.3em;
    line-height: 1.2;
}

.page-template-page-thankyou-popup-workbook #container .wrap p.text,
.page-template-page-thankyou-quiz #container .wrap p.text {
    font-size: 1.25em;
    font-weight: 500;
}

.page-template-page-thankyou-popup-workbook #container .wrap p.center.button,
.page-template-page-thankyou-quiz #container .wrap p.center.button {
    margin-bottom: 1em;
}

.page-template-page-thankyou-popup-workbook #container ul.downloads-resources-list {
    max-width: 565px;
    margin: 20px auto;
    font-size: 1.2em;
} 

@media only screen and (max-width: 1029px) {
    .page-template-page-thankyou-popup-workbook #container .wrap .top h1.page-title,
    .page-template-page-thankyou-quiz #container .wrap .top h1.page-title {
        font-size: 2em;
    }

    .page-template-page-thankyou-popup-workbook #container .wrap p.text,
    .page-template-page-thankyou-quiz #container .wrap p.text {
        font-size: 1.1em;
        line-height: 1.25em;
    }
    .page-template-page-thankyou-popup-workbook #container ul.downloads-resources-list li {
        line-height: 1.5em;
        margin-bottom: 1rem;
    }
}
/*********************************/

.page-template-page-refer #refer-cta #testimonial-slider testimonial .testimonial author .title span.degree {
    color: #efefef;
}

@media only screen and (min-width: 768px) {
    .page-template-page-refer #container .content #grid.wrap .d-all .d-1of5 .overlay {
        padding: 0.5em;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .page-template-page-refer #container .content #grid.wrap .d-all .d-1of5 .overlay h2 {
        margin: 0;
        padding: 0;
    }

    .page-template-page-refer #container .content #grid.wrap {
        max-width: 1040px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1029px) {
    .page-template-page-refer #container .content #grid.wrap .d-all .d-1of5 .overlay h2 {
        font-size: 19px !important;
    }

    .page-template-page-refer #container .content #grid.wrap .d-all .d-1of5 .overlay {
        padding: 0.9em;
    }
}

@media only screen and (max-width: 1029px) {
    .page-template-page-refer #container .content #grid.wrap .d-all .d-1of5 {
        background-size: cover !important;
        padding-right: 0 !important;
    }

    .page-template-page-refer #container .content #grid.wrap .d-all .d-1of5 .overlay {
        padding: 1.5em;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .page-template-page-refer #container .content #grid.wrap .d-all .d-1of5 .overlay h2 {
        margin: 0;
        padding: 0;
    }
}

/* Blog Callout Section */
.single.single-post #content .post .entry-content .blog-article-callout-text {
    width: 100%;
    font-size: 1em;
    color: #8E6C4A;
    background-color: #ebebeb;
    display: inline-block;
    padding: 1.7em 2.4em;
}

.single.single-post #content .post .entry-content .blog-article-callout-text a {
    color: #BB1133;
    text-decoration: underline;
}

.single.single-post #content .post .entry-content .blog-article-callout-text a:hover {
    text-decoration: none;
}

.single.single-post #content .post .entry-content .blog-article-callout-text p {
    margin: 1em 0 0 0;
    line-height: 180%;
}

.single.single-post #content .post .entry-content .blog-article-callout-text h3 {
    font-family: TradeGothic;
    font-size: 1.65em;
    color: #BB1133;
    font-weight: 500;
    line-height: 1.25;
    margin: 0;
}

.single.single-post #content .post .entry-content .blog-article-callout-text ul {
    padding-left: 17px;
    margin-bottom: 0;
}

.single.single-post #content .post .entry-content .blog-article-callout-text ul li {
    line-height: 180%;
}

.single.single-post #content .post .entry-content .blog-article-callout-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 2.55em;
    margin-top: 2.55em;
    background-color: #ebebeb;
}

.single.single-post #content .post .entry-content .blog-article-callout-wrap .column {
    width: 50%;
}

.single.single-post #content .post .entry-content .blog-article-callout-text.column {
    padding: 1.7em 1.2em 1.7em 2.4em;
}

.single.single-post #content .post .entry-content .blog-article-callout-image.column {
    padding: 1.7em 2.4em 1.7em 1.2em;
    display: flex;
}

.single.single-post #content .post .entry-content .blog-article-callout-image.column img {
    max-width: 100%;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .single.single-post #content .post .entry-content .blog-article-callout-text {
        padding: 1.7em 2.2em;
    }

    .single.single-post #content .post .entry-content .blog-article-callout-wrap {
        flex-wrap: wrap;
        width: 100%;
    }
    div.sidebyside .right, div.sidebyside .left
{float:none !important;}

}

@media only screen and (max-width: 670px) {
    .single.single-post #content .post .entry-content .blog-article-callout-wrap .column {
        width: 100%;
    }

    .single.single-post #content .post .entry-content .blog-article-callout-text.column {
        padding: 1.7em 2.4em;
    }

    .single.single-post #content .post .entry-content .blog-article-callout-image.column {
        display: none;
    }
}
/**********/

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

    body.page-template-page-history-tradition #container .content #timeline {
        display: none;
    }

    body.page-template-page-history-tradition #container .content #video {
        margin-top: 1.5em;
    }
}

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

  .page-template-page-housing.page-id-588 #container .content #austin.features.wrap, .page-template-page-housing.page-id-588 #container .content #boulder.features.wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
  }

  .page-template-page-housing.page-id-588 #container .content #austin.features.wrap h2, .page-template-page-housing.page-id-588 #container .content #boulder.features.wrap h2 {
      width: 100%;
      display: block;
  }

}

.page-template-page-about .claims {
    display: grid;
    grid-template-columns: repeat( 3, 26% );
    align-items: stretch;
    margin: 50px 0 40px;
    justify-content: center;
}

.page-template-page-about .claims {
    grid-template-columns: repeat( 4, 25% );
}

.page-template-page-about .claims .claim-item {
    display: flex;
    padding: 0 6px;
}

.page-template-page-about .claims .claim-item .claim-inner {
    position: relative;
    height: 22em;
    text-align: center;
    background-color: #f4f4f4;
}

.page-template-page-about .claims .claim-item .claim-inner {
    height: 21.5em;
}

.page-template-page-about .claims .claim-item .claim-front {
    height: 100%;
}

.page-template-page-about .claims .claim-item .claim-front {
    padding: 40px 20px 20px;
}

.page-template-page-about .claims .claim-item:first-child {
    padding: 0 6px 0 0;
}

.page-template-page-about .claims .claim-item:last-child {
    padding: 0 0 0 6px;
}

.page-template-page-about .claims .claim-icon {
    display: inline-block;
    width: 100%;
    height: 80px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-template-page-about .claim-item .claim-title {
    margin: 10px 0 10px;
    font-family: "TradeGothic", sans-serif;
    font-weight: 700;
    font-size: 2.4em;
    color: #BB1133;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1.15;
    word-break: normal !important;
    word-wrap: normal !important;
    overflow-wrap: break-word !important;
    -webkit-hyphens: none !important;
    -moz-hyphens: none !important;
    -ms-hyphens: none !important;
    hyphens: none !important;
}

.page-template-page-about .claim-item .claim-title {
    font-size: 2em;
}

.page-template-page-about .claim-item .claim-subtitle {
    margin: 0;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.3em;
    color: #5c6b80;
    word-break: normal !important;
    word-wrap: normal !important;
    overflow-wrap: break-word !important;
    -webkit-hyphens: none !important;
    -moz-hyphens: none !important;
    -ms-hyphens: none !important;
    hyphens: none !important;
}
.page-id-105 .escoffier-footnotes > :last-child,
.page-id-107 .escoffier-footnotes > :last-child {
    display: none;
}

.page-template-page-about .claim-item .claim-subtitle {
    font-size: 1.125em;
}

.page-template-page-about .claim-item .claim-content {
    position: relative;
    height: 100%;
    color: #8E6C4A;
    font-size: 1.7em;
    font-weight: 300;
    line-height: 1.3em;
}

.page-template-page-about .claim-item .claim-content .content-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: fit-content;
}

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

    .page-template-page-about .claim-item .claim-title {
        font-size: 2em;
    }
    .page-template-page-about .claim-item .claim-subtitle {
        font-size: 1em;
    }

}

@media only screen and (max-width: 999px) {
    .page-template-page-about .claims {
        display: flex;
        width: 100%;
        margin: 10px 0 0;
        flex-wrap: wrap;
    }

    .page-template-page-about .claims .claim-item {
        width: 50%;
        margin: 10px 0;
    }

    .page-template-page-about .claims .claim-item {
        padding: 0 10px;
    }

    .page-template-page-about .claims .claim-item:first-child,
    .page-template-page-about .claims .claim-item:last-child {
        padding: 0 10px;
    }

    .page-template-page-about .claims .claim-item .claim-inner {
        height: 20em;
        width: 100%;
    }
}

@media only screen and (max-width: 669px) {
    .page-template-page-about .claims {
        display: inline-block;
    }

    .page-template-page-about .claims .claim-item {
        width: 100%;
    }

    .page-template-page-about .claims .claim-item .claim-inner {
        height: 20em;
    }
}

@media only screen and (min-width: 1030px) and (max-width: 1250px) {
    .page-template-page-academics-programs .page-template-page-academics .programs .padder .inner .buttons {
        max-width: 305px;
    }

    .page-template-page-academics-programs .page-template-page-academics .programs > .padder .inner .buttons {
        margin-bottom: 53px !important;
    }
}

body.post-template-default h4
{color:#8E6C4A;}

body.post-template-default #content h3
{font-size:1.75em;}

body.post-template-default h5
{font-size:1.45em;font-weight:400;}

/* Pavel's CSS start */
/* Career Center */
.page-template-page-career-center p,
.page-template-page-job-postings p,
.page-template-page-career-resources p,
.page-template-page-highschool p,
.page-template-page-highschool-teachers p,
.page-template-page-podcast p,
.single-podcast p {
    -moz-hyphens: none!important;
    -ms-hyphens: none!important;
    -webkit-hyphens: none!important;
    hyphens: none!important;
    -epub-hyphens: none!important;
    -ms-word-wrap: none!important;
    word-break: none!important;
    word-wrap: none!important;
    -webkit-hyphenate-before: 0;
    -webkit-hyphenate-after: 0;
    hyphenate-lines: 0;
}
.page-template-page-job-postings h1,
.page-template-page-career-resources h1 {
    color: #333;
    font-size: 64px;
    font-weight: bold;
    font-family: TradeGothic;
}
.es-explore {
    background: #F4F4F4;
    padding: 40px 20px 45px;
    text-align: center;
    margin-bottom: 100px;
}
.es-explore-title {
    font-size: 32px;
    line-height: 44px;
    color: #252525;
    font-family: TradeGothic;
    font-weight: bold;
    margin-bottom: 6px;
}
.es-explore-subtitle {
    font-family: TradeGothic;
    font-size: 26px;
    line-height: 35px;
    color: #252525;
    margin-bottom: 21px;
}
.es-explore-text {
    max-width: 775px;
    margin-left: auto;
    margin-right: auto;
    font-size: 21px;
    line-height: 27px;
    color: #333333;
    margin-bottom: 35px;
}
.es-explore-text a {
    text-decoration: none;
}
.es-explore-form input {
    background: #FFFFFF;
    border-radius: 3px;
    font-size: 13.5px;
    font-family: Lato;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: 0.05em;
    color: rgba(37, 37, 37, 0.6);
    display: inline-block;
    outline: none;
    height: 50px;
    width: 320px;
    padding: 0 20px;
    vertical-align: middle;
    margin-bottom: 10px;
}
.es-explore-form input:focus {
    background: #fff;
}
.es-explore-form input:placeholder {
    color: rgba(37, 37, 37, 0.6);
    font-family: Lato;
    font-weight: bold;
    font-size: 13.5px;
    letter-spacing: 0.05em;
}
.es-explore-form span {
    font-family: TradeGothic;
    font-weight: bold;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    background: #B91637;
    border-radius: 5px;
    display: inline-block;
    height: 50px;
    padding: 0 25px;
    vertical-align: middle;
    cursor: pointer;
    transition: background .14s ease-in-out;
    width: 320px;
}
.es-explore-form span:hover {
    background: #710b1b;
}
.es-font-13 {
    font-size: 13px;
}
.es-font-20 {
    font-size: 20px;
}
.es-font-21 {
    font-size: 21px;
}
.es-font-23 {
    font-size: 23px;
}
.es-font-24 {
    font-size: 24px;
}
.es-font-26 {
    font-size: 26px;
    line-height: 30px;
}
.es-font-28 {
    font-size: 28px;
    line-height: 34px;
}
.es-font-32 {
    font-size: 32px;
    line-height: 44px;
}
.es-font-34 {
    font-size: 34px;
}
.es-font-36 {
    font-size: 36px;
}
.es-font-40 {
    font-size: 42px;
}
.es-font-42 {
    font-size: 42px;
}
.es-font-48 {
    font-size: 48px;
    line-height: 50px;
}
.es-font-60 {
    font-size: 60px;
}
.es-font-64 {
    font-size: 64px;
    line-height: 66px;
}
.es-text-center {
    text-align: center;
}
.es-text-tg {
    font-family: TradeGothic;
}
.es-text-bold {
    font-weight: bold;
}
.es-weight-300 {
    font-weight: 300;
}
.es-weight-400 {
    font-weight: 300;
}
.es-weight-800 {
    font-weight: 800;
}
.es-text-black {
    color: #000;
}
.es-text-upper {
    text-transform: uppercase;
}
.es-wmax-700 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.es-wmax-720 {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.es-wmax-768 {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}
.es-wmax-800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.es-wmax-850 {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
.es-wmax-900 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.es-wmax-1000 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.es-wmax-1040 {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}
.es-wmax-1100 {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.es-wmax-1200 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.es-wmax-1220 {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
}
.es-wmax-1260 {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
}
.es-padding-x-20 {
    padding-left: 20px;
    padding-right: 20px;
}
.es-mt-0 {
    margin-top: 0;
}
.es-mt-20 {
    margin-top: 20px;
}
.es-mb-10 {
    margin-bottom: 10px;
}
.es-mb-20 {
    margin-bottom: 20px;
}
.es-mb-30 {
    margin-bottom: 30px;
}
.es-mb-40 {
    margin-bottom: 40px;
}
.es-mb-45 {
    margin-bottom: 45px;
}
.es-mb-50 {
    margin-bottom: 50px;
}
.es-mb-60 {
    margin-bottom: 60px;
}
.es-mb-70 {
    margin-bottom: 70px;
}
.es-mb-80 {
    margin-bottom: 80px;
}
.es-mb-90 {
    margin-bottom: 90px;
}
.es-mb-100 {
    margin-bottom: 100px;
}
.es-mb-135 {
    margin-bottom: 135px;
}
.es-mb-140 {
    margin-bottom: 140px;
}
.es-font-36 {
    font-size: 36px;
    line-height: 40px;
}
.es-text-leather {
    color: #8E6C4A;
}
.es-text-dark {
    color: #252525;
}
.es-text-red {
    color: #B91637;
}
.es-text-dark-red {
    color: #BB1133;
}
.es-text-white {
    color: #fff;
}
.es-font-kepler {
    font-family: kepler-std, serif;
}
.es-line-height-12 {
    line-height: 1.2;
}
.es-line-height-15 {
    line-height: 1.5;
}
.es-segments-row {
    margin-bottom: 105px;
    max-width: 1277px;
    margin-left: auto;
    margin-right: auto;
}
.es-segments-col {
    font-family: TradeGothic;
    font-size: 20px;
    line-height: 32px;
    color: #252525;
}
.es-segments-col h3 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #B91637;
    text-transform: uppercase;
}
.es-segments-col strong {
    font-size: 24px;
    margin-bottom: -20px;
    display: block;
    color: #8E6C4A;
    text-transform: uppercase;
}
.es-mobile-spacer {
    padding-left: 20px;
    padding-right: 20px;
}
.es-grey-bg {
    background: #F4F4F4;
}
.es-padding-70 {
    padding: 40px 20px;
}
.es-career-tool {
    padding: 0 20px;
    margin-bottom: 40px;
}
.es-career-tool img {
    height: 70px;
    width: auto;
}
.es-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.es-check-list li {
    padding-left: 46px;
    background-image: url('../svg/check.svg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 26px;
    color: #252525;
    font-size: 20px;
    font-family: TradeGothic;
    margin-bottom: 20px;
}
.es-more-resources {
    background-color: rgba(153, 119, 85, 0.9);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 60px 20px;
}
.es-more-resources-col img {
    height: 88px;
    width: auto;
}
.es-more-resources-col {
    margin-bottom: 50px;
}
#container .es-more-resources-col a,
#container .es-employer-btn {
    background: #B91637;
    border-radius: 5px;
    display: inline-block;
    padding: 15px 30px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.15;
    color: #FFFFFF;
    font-family: TradeGothic;
    text-decoration: none;
    transition: background .14s ease-in-out;
}
#container .es-more-resources-col a:hover,
#container .es-employer-btn:hover {
    background: #710b1b;
    color: #fff;
}
.es-more-resources-col p {
    margin-top: 0;
}
.es-employer > :first-child {
    width: 100%;
    padding-top: 80%;
    background-repeat: no-repeat;
    background-position: 71% center;
    background-size: cover;
}
.es-employer-content {
    background: #F4F4F4;
    padding: 50px;
}
.es-employer-content p {
    color: #252525;
    font-size: 21px;
}
.es-employer-content p a {
    text-decoration: none;
}
.es-rating {
    text-align: center;
}
.es-rating span {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 1px;
    background-image: url('../svg/star.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.es-jobs-list {
    padding: 0 20px;
}
.es-job {
    margin-bottom: 40px;
    border: 2px solid #F2F2F2;
    padding-top: 30px;
    position: relative;
}
.es-job-logo {
    width: 200px;
    height: auto;
    margin: 0 30px 25px;
    vertical-align: middle;
    display: block;
}
.es-job-short,
.es-job-full {
    margin-top: 20px;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    color: #252525;
    font-size: 21px;
    line-height: 1.3;
}
.es-see-jobs {
    top: 30px;
    right: 30px;
    margin-left: 30px;
    background: #B91637;
    border-radius: 5px;
    display: inline-block;
    padding: 12px 35px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.15;
    color: #FFFFFF!important;
    font-family: TradeGothic;
    text-decoration: none;
    transition: background .14s ease-in-out;
    vertical-align: middle;
}
.es-see-jobs:hover {
    background: #710b1b;
    color: #FFFFFF;
}
.es-job-full {
    display: none;
}
.es-see-jobs p {
    margin-top: 0;
    margin-bottom: 25px;
}
.es-job-full h3 {
    font-family: TradeGothic;
    font-weight: bold;
    font-size: 21px;
    color: #8E6C4A;
}
.es-job-full a {
    text-decoration: none;
}
.es-job-full ul {
    margin: 0 0 25px 0;
    padding: 0;
}
.es-job-full ul li {
    padding-left: 45px;
    position: relative;
}
.es-job-full ul li:before {
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background: #8E6C4A;
    position: absolute;
    left: 17px;
    top: 14px;
    display: block;
    content: '';
}
.es-job-trigger {
    font-family: TradeGothic;
    font-weight: bold;
    font-size: 21px;
    text-align: center;
    color: #8E6C4A;
    background: #F2F2F2;
    cursor: pointer;
    position: relative;
    padding: 15px;
}
.es-job-trigger:after {
    background-image: url('../svg/jobs-icon.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 29px;
    height: 29px;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%) rotate(180deg);
}
.es-job.active {
    border-top: 6px solid #8E6C4A;
}
.es-job.active .es-job-trigger:after {
    transform: translate(-50%, 50%) rotate(0deg);
}
.es-job.active .es-job-short {
    display: none;
}
.es-job.active .es-job-full {
    display: block;
}
.es-carrer-title {
    font-family: TradeGothic;
    font-weight: bold;
    font-size: 32px;
    color: #B91637;
    padding-bottom: 20px;
    border-bottom: 2px solid #F4F4F4;
    margin-bottom: 40px;
}
.es-carrer-title img {
    height: 44px;
    width: auto;
    margin-right: 15px;
    vertical-align: middle;
}
.es-resources {
    display: flex;
    flex-wrap: wrap;
}
.es-resource {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 46px;
    background-image: url(../svg/check.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 26px;
    color: #252525;
    font-size: 20px;
    font-family: TradeGothic;
    margin-bottom: 20px;
}
.es-resource a {
    text-decoration: none;
    color: #252525;
}
.es-workshops {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.es-workshop {
    max-width: 100%;
    flex: 0 0 100%;
    cursor: pointer;
    margin-bottom: 30px;
    transition: transform .2s;
    padding: 0 20px;
}
.es-workshop p {
    font-family: TradeGothic;
    font-weight: bold;
    font-size: 21px;
    line-height: 24px;
    color: #8E6C4A;
    display: block;
    margin-bottom: 15px;
}
.es-workshop p span {
    vertical-align: bottom;
    width: 98%;
    display: inline-block;
}
.es-workshop p span.es-aligner {
    width: 1%;
    height: 100%;
}
.es-workshop div {
    width: 100%;
    padding-top: 56.6%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.es-workshop div:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .17);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.es-workshop div:after {
    content: '';
    display: block;
    background-image: url('../png/play-button-hover.png');
    width: 64px;
    height: 64px;
    filter: invert(1) brightness(100);
    position: absolute;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
    z-index: 2;
    transition: all .2s;
}
.es-workshop:hover div:after {
    filter: none
}
.es-cr-mb-10 {
    margin-bottom: 10px;
}
@media (min-width: 640px){
    .es-explore-form input {
        width: 180px;
        margin-bottom: 0;
        margin-right: 15px;
    }
    .es-explore-form span {
        width: auto;
    }
    .es-segments-row,
    .es-two-col,
    .es-more-resources-row {
        display: flex;
        flex-wrap: wrap;
    }
    .es-segments-col,
    .es-col {
        max-width: 50%;
        flex: 0 0 50%;
        padding-right: 20px;
    }
    .es-more-resources-col {
        max-width: 33.333%;
        flex: 0 0 33.333%;
        padding: 0 15px;
        margin-bottom: 0;
    }
    .es-workshop {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .es-cpc {
        padding-right: 0;
        padding-left: 24px;
    }
}
@media (min-width: 992px){
    .es-segments-col {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .es-padding-70 {
        padding: 70px;
    }
    .es-career-tools,
    .es-employer  {
        display: flex;
        flex-wrap: wrap;
    }
    .es-career-tool {
        flex: 0 0 33.333%;
        max-width: 33.333%;
        margin-bottom: 0;
        padding: 0 40px;
    }
    .es-employer-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .es-employer > :first-child {
        padding-top: 0;
    }
    .es-employer > :last-child {
        padding: 40px 0;
    }
    .es-employer-content {
        max-width: calc(100% + 40px);
        margin-top: 0;
        margin-left: -40px;
    }
    .es-job {
        padding-top: 40px;
    }
    .es-job-logo {
        width: 200px;
        margin: 0;
        position: absolute;
        left: 40px;
        top: 40px;
    }
    .es-job-short,
    .es-job-full {
        margin-top: 0;
        width: calc(100% - 500px);
        margin-bottom: 25px;
        transform: translateX(50px);
    }
    .es-job-short .es-text-red,
    .es-job-full .es-text-red {
        margin-top: 0;
    }
    .es-see-jobs {
        top: 40px;
        right: 40px;
        position: absolute;
    }
    .es-resource {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .es-workshops {
        margin-left: -35px;
        margin-right: -35px;
    }
    .es-workshop {
        max-width: 33.333%;
        flex: 0 0 33.333%;
        margin-bottom: 30px;
        padding: 0 35px;
    }
    .es-cpb-54 {
        padding-bottom: 54px;
    }
    .es-employer > :first-child {
        max-width: 55%;
        flex: 0 0 55%;
    }
    .es-employer > :last-child {
        max-width: 45%;
        flex: 0 0 45%;
    }
    .es-more-resources {
        padding: 60px 70px 95px;
    }
}
@media (min-width: 1300px){
    .es-mobile-spacer {
        padding-left: 0;
        padding-right: 0;
    }
    .es-jobs-list {
        padding: 0;
    }
}
@media (max-width: 767px){
    .es-text-left-mob {
        text-align: left;
    }
    .es-text-center-mob {
        text-align: center;
    }
    .es-font-13,
    .es-font-21,
    .es-font-24,
    .es-font-26,
    .es-font-28,
    .es-font-32,
    .es-font-42,
    .es-font-48,
    .es-font-64,
    .es-explore-title {
        line-height: 1.2;
    }
    .es-more-resources-col a,
    .es-employer-btn {
        padding: 15px 20px;
        font-size: 22px;
    }
    .es-explore-form span {
        font-size: 22px;
    }
    .es-carrer-title {
        padding-left: 47px;
        position: relative;
    }
    .es-carrer-title img {
        position: absolute;
        left: 0;
        top: 6px;
        width: 35px;
        height: auto;
    }
    .page-template-page-job-postings h1,
    .page-template-page-career-resources h1 {
        font-size: 2.5em;
        text-align: left;
    }
    .es-employer-content {
        padding: 40px 25px;
    }
}
/* Highschool Teachers */
.es-included-list {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
}
.es-included-item {
    position: relative;
    padding-left: 56px;
    padding-right: 25px;
    font-size: 26px;
    color: #000;
    font-weight: bold;
    font-family: TradeGothic;
    margin: 6px 0 15px;
}
.es-included-item img {
    position: absolute;
    left: 0;
    top: 0;
}
.es-hst-grey {
    background: #F5F4F3;
    padding: 40px 0px;
}
.page-template-page-highschool-teachers .es-hs-3col-wrap {
    background: #fff;
}
.es-hst-quote {
    position: relative;
    padding: 0 20px 0 80px;
}
.es-hst-quote > span {
    color: #8E6C4A;
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 20px;
    top: -10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 475.082 475.081' xml:space='preserve'%3E%3Cpath fill='%23997755' d='M164.45,219.27h-63.954c-7.614,0-14.087-2.664-19.417-7.994c-5.327-5.33-7.994-11.801-7.994-19.417v-9.132 c0-20.177,7.139-37.401,21.416-51.678c14.276-14.272,31.503-21.411,51.678-21.411h18.271c4.948,0,9.229-1.809,12.847-5.424 c3.616-3.617,5.424-7.898,5.424-12.847V54.819c0-4.948-1.809-9.233-5.424-12.85c-3.617-3.612-7.898-5.424-12.847-5.424h-18.271 c-19.797,0-38.684,3.858-56.673,11.563c-17.987,7.71-33.545,18.132-46.68,31.267c-13.134,13.129-23.553,28.688-31.262,46.677 C3.855,144.039,0,162.931,0,182.726v200.991c0,15.235,5.327,28.171,15.986,38.834c10.66,10.657,23.606,15.985,38.832,15.985 h109.639c15.225,0,28.167-5.328,38.828-15.985c10.657-10.663,15.987-23.599,15.987-38.834V274.088 c0-15.232-5.33-28.168-15.994-38.832C192.622,224.6,179.675,219.27,164.45,219.27z'/%3E%3Cpath fill='%23997755' d='M459.103,235.256c-10.656-10.656-23.599-15.986-38.828-15.986h-63.953c-7.61,0-14.089-2.664-19.41-7.994 c-5.332-5.33-7.994-11.801-7.994-19.417v-9.132c0-20.177,7.139-37.401,21.409-51.678c14.271-14.272,31.497-21.411,51.682-21.411 h18.267c4.949,0,9.233-1.809,12.848-5.424c3.613-3.617,5.428-7.898,5.428-12.847V54.819c0-4.948-1.814-9.233-5.428-12.85 c-3.614-3.612-7.898-5.424-12.848-5.424h-18.267c-19.808,0-38.691,3.858-56.685,11.563c-17.984,7.71-33.537,18.132-46.672,31.267 c-13.135,13.129-23.559,28.688-31.265,46.677c-7.707,17.987-11.567,36.879-11.567,56.674v200.991 c0,15.235,5.332,28.171,15.988,38.834c10.657,10.657,23.6,15.985,38.828,15.985h109.633c15.229,0,28.171-5.328,38.827-15.985 c10.664-10.663,15.985-23.599,15.985-38.834V274.088C475.082,258.855,469.76,245.92,459.103,235.256z'/%3E%3C/svg%3E");
}
.es-hst-quote-text {
    font-weight: 300;
    font-size: 26px;
    line-height: 38px;
    color: #987757;
}
.es-hst-quote-meta {
    padding-left: 120px;
    padding-top: 20px;
    position: relative;
}
.es-hst-quote-meta img {
    width: 100px;
    height: auto;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
@media only screen and (min-width: 768px){
    .es-included-list {
        max-width: 984px;
        display: flex;
        flex-wrap: wrap;
    }
    .es-included-item {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .page-template-page-highschool-teachers .es-hs-cta-info {
        padding-left: 50px;
        padding-right: 50px;
    }
    .es-hst-grey {
        padding: 96px 0 46px 0;
    }
}

.es-hst-grey {
    padding: 96px 0 70px 0;
}
@media only screen and (min-width: 1030px){
    .es-included-list {
        transform: translate(40px, 0px);
        padding-left: 0;
    }
}
@media only screen and (max-width: 1029px) {
    .page-template-page-career-resources .header #inner-header .navigation .btn.request-mobile,
    body.page-template-page-career-resources .header #inner-header .navigation a.btn.apply,
    body.page-template-page-career-resources .header #inner-header .navigation .btn.apply-mobile,
    .page-template-page-job-postings .header #inner-header .navigation .btn.apply-mobile,
    .page-template-page-job-postings .header #inner-header .navigation .btn.request-mobile {
        display: none!important;
    }
}
.es-see-jobs:focus,
.es-see-jobs:hover,
.es-see-jobs:visited:focus,
.es-see-jobs:visited:hover {
    color: #fff;
}

/* Podcast */
.es-podcasts {
    padding-top: 50px;
    font-family: kepler-std, serif;
    font-size: 23px;
    line-height: 32px;
    color: #252525;
}
.es-single-podcast {
    padding-top: 65px;
    font-family: kepler-std, serif;
    font-size: 23px;
    line-height: 32px;
    color: #252525;
}
.es-single-podcast img {
    width: 100%;
    max-width: 100%;
}
.es-single-podcast h1 {
    line-height: 1;
    color: #252525;
    margin-bottom: 15px;
    margin-top: 15px;
}
.es-pc-info {
    color: #8E6C4A;
    border-bottom: 1px solid #CCCCCC;
    font-size: 27px;
    line-height: 32px;
    font-weight: 400;
    font-family: TradeGothic;
    padding-bottom: 25px;
    margin-bottom: 35px;
}
.es-pc-main h2,
.es-pc-secondary h2 {
    font-weight: 800;
    font-family: TradeGothic;
    font-size: 32px;
    letter-spacing: 0.01em;
}
.es-pc-main h3,
.es-pc-secondary h3 {
    font-weight: 800;
    font-family: TradeGothic;
    font-size: 28px;
    color: #987758;
}
.es-pc-toc {
    background: #F5F4F3;
    padding: 0 20px 35px;
    margin-left: -20px;
    margin-right: -20px;
}
.es-pc-toc h2 {
    font-weight: 800;
    font-family: TradeGothic;
    font-size: 28px;
    color: #252525;
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 35px;
}
.es-pc-toc ul {
    margin: 0;
}
.es-pc-toc li {
    padding-left: 20px;
    position: relative;
    margin: 3px 0;
}
.es-pc-toc li:before {
    width: 4px;
    height: 4px;
    border-radius: 10px;
    background: #987758;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 14px;
}
.es-pc-toc a {
    font-family: kepler-std, serif;
    font-size: 23px;
    text-decoration: underline;
    color: #987758;
}
.es-pc-toc a:hover {
    text-decoration: none;
}
.es-pcs-signup {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('../jpg/podcast-signup.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.es-pcs-signup-inner {
    background: rgba(0, 0, 0, 0.5);
    padding: 130px 20px;
}
.es-pcs-signup h2 {
    font-weight: 800;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4);
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 48px;
}
.es-pcs-signup.signup-box h2 {
    color: #252525;
    font-size: 36px;
    line-height: 1.1;
    text-shadow: none;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.es-pcs-signup.signup-box h3 {
    font-size: 26px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.es-pcs-signup.signup-box {
    margin-top: 60px;
    margin-bottom: 60px;
    background: #F5F4F3;
    border-top: 5px solid #8E6C4A;
    box-shadow: 0px 4px 12px 4px rgba(0, 0, 0, 0.1);
    padding: 64px 20px 52px;
}
.es-pcs-signup input {
    background: #FFFFFF;
    border-radius: 5px;
    height: 60px;
    line-height: 60px;
    font-family: TradeGothic;
    font-weight: 400;
    font-size: 23px;
    color: rgba(0, 0, 0, 0.65);
    width: 100%;
    margin-right: 0;
    border: none;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
    max-width: 100%;
    padding: 5px 25px 0;
}
.es-pcs-signup input:placeholder {
    font-family: TradeGothic;
    font-weight: 400;
    font-size: 23px;
    color: rgba(0, 0, 0, 0.65);
}
.es-pcs-signup input:focus {
    background: #FFFFFF;
    outline: 2px solid #fff;
    outline-offset: 2px;
}
.es-pcs-signup button {
    background: #B91637;
    border-radius: 5px;
    font-family: TradeGothic;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    color: #FFFFFF;
    height: 60px;
    line-height: 60px;
    width: 65%;
    border: none;
    display: inline-block;
    vertical-align: middle;
    transition: all .2s;
}
.es-pcs-signup button:hover {
    background: #710b1b;
}
.es-pcs-signup button:focus {
    outline: 2px solid #fff;
    outline-offset: 2px;
    color: #b13;
    background: #fff;
}
.es-pc-recent-title {
    color: #987758;
}
.es-pc-related {
    margin-bottom: 55px;
    position: relative;
}
.es-pc-related .es-pc-title {
    font-family: TradeGothic;
    font-weight: 800;
    font-size: 32px;
    text-transform: uppercase;
    color: #252525;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.es-pcs-thumb {
    width: 100%;
    padding-top: 56%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    text-decoration: none;
}
.es-pc-related p {
    font-family: kepler-std, serif;
    font-size: 23px;
    line-height: 32px;
    color: #252525;
}
.es-pc-related a:not(.es-pcs-thumb),
.es-pc-announce-recent-link {
    font-family: TradeGothic;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #B91637;
    text-decoration: none;
    position: relative;
    padding-right: 25px;
}
.es-pc-related a:not(.es-pcs-thumb):hover,
.es-pc-announce-recent-link:hover {
    text-decoration: underline;
}
.es-pc-related a:not(.es-pcs-thumb):after,
.es-pc-announce-recent-link:after {
    background-image: url('../svg/related-podcast.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 18px;
    height: 12px;
    display: block;
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    right: 0;
}
.es-clearfix {
    clear: both;
}
.single .es-pc-recent-posts article .latest .d-1of3 .thumb h5 {
    font-size: 21px;
}
.es-pcs-padding-x-20 {
    padding-left: 20px;
    padding-right: 20px;
}
.es-pc-list {
    font-size: 0;
}
.es-pc-list a {
    font-family: TradeGothic;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    display: inline-block;
    transition: all .2s;
    height: 38px;
    line-height: 38px;
    padding: 0 5px 0 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 25px auto;
    margin: 8px;
    width: 44%;
    text-align: left;
}
.es-pc-list a:hover {
    color: #333333;
    border: 1px solid #333333;
}
.es-pc-list a:focus {
    color: #333333;
    border: 1px solid #333333;
    outline: 1px solid #333333;
    outline-offset: 2px;
}
.es-pc-list .spotify {
    background-image: url('../png/podcast-spotify.png');
}
.es-pc-list .stitcher {
    background-image: url('../png/podcast-stitcher.png');
}
.es-pc-list .apple-podcasts {
    background-image: url('../png/podcast-apple.png');
}
.es-pc-list .google-podcasts {
    background-image: url('../png/podcast-google.png');
}
.es-pc-list .iheartradio {
    background-image: url('../png/podcast-iheart.png');
}
.es-pc-list .youtube {
    background-image: url('../png/podcast-youtube.png');
}
.es-pc-list .rss {
    background-image: url('../png/podcast-rss.png');
    max-width: 150px;
}
.es-podcasts .es-pc-related {
    margin-bottom: 100px;
}
.es-podcasts .es-pc-related .es-pc-title {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 15px;
}
.es-podcasts .es-pc-related .es-pcs-thumb {
    padding-top: 90%;
    margin-bottom: 25px;
}
.es-podcasts .es-pc-related .es-pc-info {
    font-size: 23px;
    line-height: 1.2;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.es-podcasts .es-pc-related a:not(.es-pcs-thumb) {
    background: #B91637;
    border-radius: 5px;
    color: #fff;
    width: 232px;
    height: 67px;
    line-height: 67px;
    font-size: 24px;
    text-transform: none;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 70px;
    display: block;
    transition: all .2s;
}
.es-podcasts .es-pc-related a:not(.es-pcs-thumb):hover {
    text-decoration: none;
    background: #710b1b;
}
.es-podcasts .es-pc-related a:not(.es-pcs-thumb):focus {
    text-decoration: none;
    background: #b13;
    outline: 2px solid #b13;
    outline-offset: 2px;
}
.es-podcasts .es-pc-related a:not(.es-pcs-thumb):after {
    display: none;
}
.es-podcasts .es-pc-related a:not(.es-pcs-thumb):before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #fff;
    display: block;
    content: '';
    position: absolute;
    top: calc(50% - 13px);
    left: 25px;
}
.es-podcasts .es-pc-related a.es-pc-title-link {
    width: unset !important;
    height: unset !important;
    border: unset !important;
    background: unset !important;
    padding: unset !important;
    line-height: unset !important;
    display: inline !important;
    position: unset !important;
    font-weight: unset !important;
    font-size: unset !important;
    letter-spacing: unset !important;
}
.es-podcasts .es-pc-related a.es-pc-title-link:hover h3 {
    color: #b13;
    transition: all .2s;
}
.es-podcasts .es-pc-related a.es-pc-title-link:after,
.es-podcasts .es-pc-related a.es-pc-title-link:before {
    display: none !important;
}
.es-pc-host {
    min-height: 310px;
    padding-left: 20px;
    padding-right: 20px;
}
.es-pc-host img {
    width: 307px;
    height: 307px;
    display: block;
    margin: 0 auto 60px;
    border-radius: 100%;
}
.es-pc-load {
    font-family: TradeGothic;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #B91637;
    width: 232px;
    height: 67px;
    background: #FFFFFF;
    border: 2px solid #B91637;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 100px;
    margin-bottom: 100px;
    display: block;
    line-height: 67px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    transition: all .2s;
}
.es-pc-load:hover {
    background: #710b1b;
    color: #FFFFFF;
    border-color: #710b1b;
}
.es-pc-load:focus {
    outline: 2px solid #B91637;
    outline-offset: 2px;
}
.single-podcast h2:focus-visible,
.single-podcast h3:focus-visible,
.single-podcast h4:focus-visible,
.single-podcast h5:focus-visible,
.single-podcast h6:focus-visible {
    outline: none!important;
}
.single-podcast .tl-play-btn {
    display: none;
}
.single-podcast .tl-video-thumb:after {
    width: 64px;
    height: 64px;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='32' cy='32' r='32' fill='white'/%3E%3Cpath d='M23.7666 16.5161C23.4571 16.34 23.0772 16.3418 22.7694 16.5208C22.4615 16.6999 22.2721 17.0291 22.2721 17.3853V47.3773C22.2721 47.7334 22.4615 48.0627 22.7694 48.2417C23.0772 48.4208 23.4571 48.4226 23.7666 48.2465L50.1233 33.2504C50.4358 33.0727 50.6287 32.7408 50.6287 32.3813C50.6287 32.0218 50.4358 31.6899 50.1233 31.5121L23.7666 16.5161Z' fill='%23BB1133' stroke='%23BB1133' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    position: absolute;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
}
.single-podcast .tl-video-thumb:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='32' cy='32' r='32' fill='%23BB1133'/%3E%3Cpath d='M23.7666 16.5161C23.4571 16.34 23.0772 16.3418 22.7694 16.5208C22.4615 16.6999 22.2721 17.0291 22.2721 17.3853V47.3773C22.2721 47.7334 22.4615 48.0627 22.7694 48.2417C23.0772 48.4208 23.4571 48.4226 23.7666 48.2465L50.1233 33.2504C50.4358 33.0727 50.6287 32.7408 50.6287 32.3813C50.6287 32.0218 50.4358 31.6899 50.1233 31.5121L23.7666 16.5161Z' fill='%23FFFFFF' stroke='%23FFFFFF' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.single-podcast .escoffier-image-with-video-play-button__figure .tmm-features-youtube__button__play svg .svg-triangle {
    fill: #b13;
}
.single-podcast .escoffier-image-with-video-play-button__figure .tmm-features-youtube__button__play:hover svg .svg-body,
.single-podcast .escoffier-image-with-video-play-button__figure .tmm-features-youtube__button__play:focus svg .svg-body {
    fill: #b13;
    stroke: #b13;
}
.single-podcast .escoffier-image-with-video-play-button__figure .tmm-features-youtube__button__play:hover svg .svg-triangle,
.single-podcast .escoffier-image-with-video-play-button__figure .tmm-features-youtube__button__play:focus svg .svg-triangle {
    fill: #fff;
}
.es-pc-announce-title {
    font-family: TradeGothic;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #8E6C4A;
    margin-top: 80px;
    margin-bottom: 25px;
}
.es-pc-announce-date {
    font-family: TradeGothic;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    color: #BB1133;
    margin-bottom: 70px;
}
.es-pc-guest-host > div {
    margin-bottom: 50px;
}
.es-pc-announce-pic {
    width: 100%;
    padding-top: 100%;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.es-pc-announce-heading {
    font-family: TradeGothic;
    font-weight: bold;
    font-size: 28px;
    line-height: 44px;
    letter-spacing: 0.01em;
    color: #8E6C4A;
}
.es-pc-guest-host p {
    font-family: kepler-std, serif;
    font-size: 21px;
    line-height: 32px;
    color: #252525;
    margin-top: 15px;
}
.es-pcs-announce-thumb {
    width: 100%;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
}
.es-pc-announce-recent > div {
    margin-bottom: 50px;
    padding-bottom: 45px;
    position: relative;
}
.es-pc-announce-recent p {
    font-family: TradeGothic;
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #252525;
    margin-bottom: 20px;
}
.es-pc-announce-recent > div:after {
    display: block;
    content: '';
    border-bottom: 1px solid #CCCCCC;
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 100%;
}
.es-pc-announce-recent-link {
    position: absolute;
    left: 0;
    bottom: 0;
}
.es-pc-loading {
    display: none;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='26.349px' height='26.35px' viewBox='0 0 26.349 26.35' style='enable-background:new 0 0 26.349 26.35;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Ccircle cx='13.792' cy='3.082' r='3.082'/%3E%3Ccircle cx='13.792' cy='24.501' r='1.849'/%3E%3Ccircle cx='6.219' cy='6.218' r='2.774'/%3E%3Ccircle cx='21.365' cy='21.363' r='1.541'/%3E%3Ccircle cx='3.082' cy='13.792' r='2.465'/%3E%3Ccircle cx='24.501' cy='13.791' r='1.232'/%3E%3Cpath d='M4.694,19.84c-0.843,0.843-0.843,2.207,0,3.05c0.842,0.843,2.208,0.843,3.05,0c0.843-0.843,0.843-2.207,0-3.05 C6.902,18.996,5.537,18.988,4.694,19.84z'/%3E%3Ccircle cx='21.364' cy='6.218' r='0.924'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 32px;
    height: 32px;
    margin: 127px auto;
    -webkit-animation: podspin 3s linear infinite;
    -moz-animation: podspin 3s linear infinite;
    animation: podspin 3s linear infinite;
}
@-moz-keyframes podspin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes podspin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes podspin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.es-pcs-all-episodes-btn {
    background: #b13;
    border-radius: 5px;
    font-family: TradeGothic;
    font-size: 24px;
    font-weight: 800;
    color: #FFFFFF !important;
    text-decoration: none;
    height: 60px;
    line-height: 60px;
    border: none;
    display: inline-block;
    padding: 0 45px;
    vertical-align: middle;
    transition: all .2s;
}
.es-pcs-all-episodes-btn:hover {
    background: #710b1b;
}
@media (min-width: 640px){
    .es-pc-related {
        padding-left: 309px;
        min-height: 259px;
    }
    .es-pcs-thumb {
        width: 269px;
        height: 259px;
        position: absolute;
        left: 0;
        top: 0;
        padding-top: 0;
    }
    .es-podcasts .es-pc-related .es-pcs-thumb {
        padding-top: 0;
    }
}
@media (min-width: 768px){

    .es-pc-toc {
        padding: 0 65px 35px;
        margin-left: 0;
        margin-right: 0;
    }
    .es-pcs-signup.signup-box {
        padding: 54px 52px 52px;
    }
    .es-pcs-signup.signup-box input {
        width: calc(100% - 225px);
        margin-right: 0px;
        margin-bottom: 0;
    }
    .es-pcs-signup.signup-box h2 {
        font-size: 36px;
    }
    .es-podcasts .es-pc-related {
        padding-left: 393px;
        min-height: 344px;
        margin-bottom: 120px;
    }
    .es-podcasts .es-pc-related .es-pcs-thumb {
        width: 358px;
        height: 344px;
        margin-bottom: 0;
    }
    .es-pc-list a {
        width: auto;
        font-size: 17px;
        padding: 0 25px 0 50px;
    }
    .es-pcs-signup input {
        width: calc(100% - 250px);
        margin-right: 19px;
        margin-bottom: 0;
    }
    .es-pcs-signup button {
        width: 219px;
    }
    .es-pcs-signup h2 {
        font-size: 64px;
    }
    .es-pc-guest-host {
        display: flex;
        flex-wrap: wrap;
    }
    .es-pc-guest-host > :first-child {
        padding-right: 28px;
    }
    .es-pc-guest-host > :last-child {
        padding-left: 28px;
    }
    .es-pc-guest-host > div {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .es-pc-announce-recent {
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }
    .es-pc-announce-recent > div {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 0;
    }
    .es-pc-announce-recent > div:after {
        left: 15px;
        width: calc(100% - 30px);
    }
    .es-pc-announce-recent-link {
        left: 15px;
    }
}
@media (min-width: 992px){
    .es-pc-host {
        position: relative;
        padding-left: 388px;
        padding-right: 0;
    }
    .es-pc-host img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .es-pc-announce-date {
        font-size: 42px;
        line-height: 52px;
    }
}
@media (min-width: 1024px){
    .es-pcs-padding-x-20 {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-aspect-ratio: 32/25) {
    .tl-video-wrap {
        width: 60%;
    }
}
/* Alumni template */
.page-template-page-alumni .es-hs-cta-info,
.page-template-page-alumni .red-btn:not(.emergency-bar__cta) {
    font-family: Lato;
    font-size: 21px;
}
.page-template-page-alumni p {
    -moz-hyphens: none!important;
    -ms-hyphens: none!important;
    -webkit-hyphens: none!important;
    hyphens: none!important;
    -epub-hyphens: none!important;
    -ms-word-wrap: none!important;
    word-break: none!important;
    word-wrap: none!important;
    -webkit-hyphenate-before: 0;
    -webkit-hyphenate-after: 0;
    hyphenate-lines: 0;
}
.page-template-page-alumni .es-locations-list h4 {
    color: #252525;
    font-size: 1.3em;
    line-height: 170%;
}
.page-template-page-alumni .es-locations-list p {
    font-family: kepler-std, serif;
    color: #252525;
    font-size: 1.3em;
    line-height: 170%;
}
.page-template-page-alumni .content #spotlight ul.profiles li h4 {
    color: #252525;
    font-weight: 400;
}
.page-template-page-alumni #testimonial-slider > :nth-child(2) .testimonial .quote:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 475.082 475.081' xml:space='preserve'%3E%3Cpath fill='%2398775B' d='M164.45,219.27h-63.954c-7.614,0-14.087-2.664-19.417-7.994c-5.327-5.33-7.994-11.801-7.994-19.417v-9.132 c0-20.177,7.139-37.401,21.416-51.678c14.276-14.272,31.503-21.411,51.678-21.411h18.271c4.948,0,9.229-1.809,12.847-5.424 c3.616-3.617,5.424-7.898,5.424-12.847V54.819c0-4.948-1.809-9.233-5.424-12.85c-3.617-3.612-7.898-5.424-12.847-5.424h-18.271 c-19.797,0-38.684,3.858-56.673,11.563c-17.987,7.71-33.545,18.132-46.68,31.267c-13.134,13.129-23.553,28.688-31.262,46.677 C3.855,144.039,0,162.931,0,182.726v200.991c0,15.235,5.327,28.171,15.986,38.834c10.66,10.657,23.606,15.985,38.832,15.985 h109.639c15.225,0,28.167-5.328,38.828-15.985c10.657-10.663,15.987-23.599,15.987-38.834V274.088 c0-15.232-5.33-28.168-15.994-38.832C192.622,224.6,179.675,219.27,164.45,219.27z'/%3E%3Cpath fill='%2398775B' d='M459.103,235.256c-10.656-10.656-23.599-15.986-38.828-15.986h-63.953c-7.61,0-14.089-2.664-19.41-7.994 c-5.332-5.33-7.994-11.801-7.994-19.417v-9.132c0-20.177,7.139-37.401,21.409-51.678c14.271-14.272,31.497-21.411,51.682-21.411 h18.267c4.949,0,9.233-1.809,12.848-5.424c3.613-3.617,5.428-7.898,5.428-12.847V54.819c0-4.948-1.814-9.233-5.428-12.85 c-3.614-3.612-7.898-5.424-12.848-5.424h-18.267c-19.808,0-38.691,3.858-56.685,11.563c-17.984,7.71-33.537,18.132-46.672,31.267 c-13.135,13.129-23.559,28.688-31.265,46.677c-7.707,17.987-11.567,36.879-11.567,56.674v200.991 c0,15.235,5.332,28.171,15.988,38.834c10.657,10.657,23.6,15.985,38.828,15.985h109.633c15.229,0,28.171-5.328,38.827-15.985 c10.664-10.663,15.985-23.599,15.985-38.834V274.088C475.082,258.855,469.76,245.92,459.103,235.256z'/%3E%3C/svg%3E");
}
.page-template-page-alumni #testimonial-slider > :nth-child(2) .quote {
    color: #98775B;
}
.es-career-tools > :first-child img {
    height: 85px;
    margin-top: -8px;
    margin-bottom: -7px;
}
@media(min-width: 1030px){
    .page-template-page-alumni .es-hs-cta-info,
    .page-template-page-alumni .red-btn:not(.emergency-bar__cta) {
        font-size: 1.5em;
    }
    .page-template-page-alumni .intro-text .es-locations-list p {
        font-size: 1.2em;
    }
    .page-template-page-alumni #testimonial-slider > :first-child .quote {
        color: #98775B;
    }
    .page-template-page-alumni #testimonial-slider > :first-child author .title h4,
    .page-template-page-alumni #testimonial-slider > :nth-child(2) author .title .degree,
    .page-template-page-alumni #testimonial-slider > :nth-child(2) .quote {
        color: #252525;
    }
    .page-template-page-alumni #testimonial-slider > :nth-child(2) author .title h4 {
        color: #98775B;
    }
    .page-template-page-alumni #testimonial-slider > :nth-child(2) .quote p {
        font-size: 1.2em;
        line-height: 170%;
        font-weight: 300;
    }
    .page-template-page-alumni #testimonial-slider > :first-child .testimonial .quote:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 475.082 475.081' xml:space='preserve'%3E%3Cpath fill='%2398775B' d='M164.45,219.27h-63.954c-7.614,0-14.087-2.664-19.417-7.994c-5.327-5.33-7.994-11.801-7.994-19.417v-9.132 c0-20.177,7.139-37.401,21.416-51.678c14.276-14.272,31.503-21.411,51.678-21.411h18.271c4.948,0,9.229-1.809,12.847-5.424 c3.616-3.617,5.424-7.898,5.424-12.847V54.819c0-4.948-1.809-9.233-5.424-12.85c-3.617-3.612-7.898-5.424-12.847-5.424h-18.271 c-19.797,0-38.684,3.858-56.673,11.563c-17.987,7.71-33.545,18.132-46.68,31.267c-13.134,13.129-23.553,28.688-31.262,46.677 C3.855,144.039,0,162.931,0,182.726v200.991c0,15.235,5.327,28.171,15.986,38.834c10.66,10.657,23.606,15.985,38.832,15.985 h109.639c15.225,0,28.167-5.328,38.828-15.985c10.657-10.663,15.987-23.599,15.987-38.834V274.088 c0-15.232-5.33-28.168-15.994-38.832C192.622,224.6,179.675,219.27,164.45,219.27z'/%3E%3Cpath fill='%2398775B' d='M459.103,235.256c-10.656-10.656-23.599-15.986-38.828-15.986h-63.953c-7.61,0-14.089-2.664-19.41-7.994 c-5.332-5.33-7.994-11.801-7.994-19.417v-9.132c0-20.177,7.139-37.401,21.409-51.678c14.271-14.272,31.497-21.411,51.682-21.411 h18.267c4.949,0,9.233-1.809,12.848-5.424c3.613-3.617,5.428-7.898,5.428-12.847V54.819c0-4.948-1.814-9.233-5.428-12.85 c-3.614-3.612-7.898-5.424-12.848-5.424h-18.267c-19.808,0-38.691,3.858-56.685,11.563c-17.984,7.71-33.537,18.132-46.672,31.267 c-13.135,13.129-23.559,28.688-31.265,46.677c-7.707,17.987-11.567,36.879-11.567,56.674v200.991 c0,15.235,5.332,28.171,15.988,38.834c10.657,10.657,23.6,15.985,38.828,15.985h109.633c15.229,0,28.171-5.328,38.827-15.985 c10.664-10.663,15.985-23.599,15.985-38.834V274.088C475.082,258.855,469.76,245.92,459.103,235.256z'/%3E%3C/svg%3E");
    }
    .page-template-page-alumni #testimonial-slider > :nth-child(2) .testimonial .quote:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 475.082 475.081' xml:space='preserve'%3E%3Cpath fill='%23252525' d='M164.45,219.27h-63.954c-7.614,0-14.087-2.664-19.417-7.994c-5.327-5.33-7.994-11.801-7.994-19.417v-9.132 c0-20.177,7.139-37.401,21.416-51.678c14.276-14.272,31.503-21.411,51.678-21.411h18.271c4.948,0,9.229-1.809,12.847-5.424 c3.616-3.617,5.424-7.898,5.424-12.847V54.819c0-4.948-1.809-9.233-5.424-12.85c-3.617-3.612-7.898-5.424-12.847-5.424h-18.271 c-19.797,0-38.684,3.858-56.673,11.563c-17.987,7.71-33.545,18.132-46.68,31.267c-13.134,13.129-23.553,28.688-31.262,46.677 C3.855,144.039,0,162.931,0,182.726v200.991c0,15.235,5.327,28.171,15.986,38.834c10.66,10.657,23.606,15.985,38.832,15.985 h109.639c15.225,0,28.167-5.328,38.828-15.985c10.657-10.663,15.987-23.599,15.987-38.834V274.088 c0-15.232-5.33-28.168-15.994-38.832C192.622,224.6,179.675,219.27,164.45,219.27z'/%3E%3Cpath fill='%23252525' d='M459.103,235.256c-10.656-10.656-23.599-15.986-38.828-15.986h-63.953c-7.61,0-14.089-2.664-19.41-7.994 c-5.332-5.33-7.994-11.801-7.994-19.417v-9.132c0-20.177,7.139-37.401,21.409-51.678c14.271-14.272,31.497-21.411,51.682-21.411 h18.267c4.949,0,9.233-1.809,12.848-5.424c3.613-3.617,5.428-7.898,5.428-12.847V54.819c0-4.948-1.814-9.233-5.428-12.85 c-3.614-3.612-7.898-5.424-12.848-5.424h-18.267c-19.808,0-38.691,3.858-56.685,11.563c-17.984,7.71-33.537,18.132-46.672,31.267 c-13.135,13.129-23.559,28.688-31.265,46.677c-7.707,17.987-11.567,36.879-11.567,56.674v200.991 c0,15.235,5.332,28.171,15.988,38.834c10.657,10.657,23.6,15.985,38.828,15.985h109.633c15.229,0,28.171-5.328,38.827-15.985 c10.664-10.663,15.985-23.599,15.985-38.834V274.088C475.082,258.855,469.76,245.92,459.103,235.256z'/%3E%3C/svg%3E");
    }
}
/* Fix footer */
body.post-template-default .footer-links ul {
    padding-left: 0;
}
/* Academics achievement awards template */
.es-academics-achievement-awards {
    max-width: 1250px;
    margin: 0 auto;
}
.es-two-campuses {
    margin-bottom: 120px;
    text-align: center;
}
.es-two-campuses span {
    font-family: TradeGothic;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
    background: #B91637;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    transition: background .14s ease-in-out;
    margin: 10px 10px 0 10px;
    padding: 23px;
    min-width: 105px;
}
.es-two-campuses span:hover {
    background: #710b1b;
}
@media (max-width: 600px) {
    .es-two-campuses {
        margin-bottom: 60px;
    }
    .es-two-campuses span {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 0;
        margin-right: 0;
        min-width: auto;
    }
    .es-two-campuses span:nth-child(2) {
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media (max-width: 405px) {
    .es-two-campuses span {
        font-size: 18px;
    }
}

.es-campus-accordion {
    border-bottom: 1px solid rgba(152, 119, 88, 0.3);
    margin-bottom: 50px;
}
.es-campus-accordion-title {
    padding: 25px 60px 25px 25px;
    color: #8E6C4A;
    font-family: TradeGothic;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    border-top: 1px solid rgba(152, 119, 88, 0.3);
    cursor: pointer;
    position: relative;
}
@media (max-width: 600px){
    .es-campus-accordion-title {
        font-size: 24px;
    }
}
.es-campus-accordion-title:after {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.2188 9.21875H10.7812V0.78125C10.7812 0.349766 10.4315 0 10 0C9.56852 0 9.21875 0.349766 9.21875 0.78125V9.21875H0.78125C0.349766 9.21875 0 9.56852 0 10C0 10.4315 0.349766 10.7812 0.78125 10.7812H9.21875V19.2188C9.21875 19.6502 9.56852 20 10 20C10.4315 20 10.7812 19.6502 10.7812 19.2188V10.7812H19.2188C19.6502 10.7812 20 10.4315 20 10C20 9.56852 19.6502 9.21875 19.2188 9.21875Z' fill='%23B91637'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: calc(50% - 10px);
    right: 35px;
}
.es-campus-accordion-title.open:after {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='29' viewBox='0 0 20 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.2188 13.0131H0.78125C0.349766 13.0131 0 13.5069 0 14.1161C0 14.7253 0.349766 15.2192 0.78125 15.2192H19.2188C19.6502 15.2192 20 14.7253 20 14.1161C20 13.5069 19.6502 13.0131 19.2188 13.0131Z' fill='%23B91637'/%3E%3C/svg%3E%0A");
}
.es-campus-accordion-content {
    display: none;
    padding-top: 15px;
    padding-left: 25px;
    padding-bottom: 60px;
}
.es-csv-grid {
    width: 100%;
}
.es-csv-col {
    font-family: kepler-std, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 36px;
    color: #252525;
}
.es-accordion-heading {
    font-family: TradeGothic;
    font-style: normal;
    font-weight: normal;
    font-size: 42px;
    line-height: 44px;
    color: #B91637;
    margin-bottom: 30px;
    padding-left: 25px;
}
@media (max-width: 600px){
    .es-accordion-heading {
        font-size: 36px;
    }
}

.es-aaa-notes {
    font-size: .8em;
    color: #000;
    margin-bottom: 50px;
    padding: 0 10px;
}
@media (min-width: 640px){
    .es-csv-grid {
        display: flex;
        flex-wrap: nowrap;
    }
    .es-csv-col {
        flex: 1 1 auto;
        padding-right: 20px;
    }
}
@media (min-width: 1030px){
    .es-campus-accordion {
        margin-bottom: 70px;
    }
    .es-two-campuses span {
        font-size: 24px;
        padding: 23px 64px;
        min-width: 270px;
    }
    .es-aaa-notes {
        margin-bottom: 70px;
    }
}
.page-id-13368 #stats .stat {display:none;}
@media(min-width: 1030px){
    .page-id-105 #campus-intro .text {
        max-width: 900px;
    }
}
.page-id-19671 #container #content {
    margin-top: 0;
}



/* page-template-page-thankyou-popup-workbook */
@media (max-width: 992px) {
    .page-template-page-thankyou-popup-workbook .newsletter-global-form {
        margin-top: 0;
    }
}
/* End Pavel's CSS */

/* podcast thank you */
body.page-id-18694 .newsletter-global-form {
    margin-top: 0;
}
@media only screen and (min-width: 1030px) {
    body.page-id-18694 .header .headerImage .inner h1 {
        padding-top: 0;
    }
    body.page-id-18694 .header .headerImage .inner {
        padding-bottom: 1em;
    }
    body.page-id-18694 .header .headerImage .inner .introText {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 500px) {
    .single.single-post #content .post .entry-content .blog-article-callout-text {
        padding: 1em;
    }

    .blog-article-callout-wrap .blog-article-callout-text .table-main .row .cell {
        padding: 5px;
    }

    .blog-article-callout-wrap .blog-article-callout-text .table-main {
        font-size: 15px;
    }
}

.blog-article-callout-wrap .blog-article-callout-text .table-main {
    display: flex;
    margin-top: 15px;
    flex-direction: column;
    border: 1px solid #cccccc;
}

.blog-article-callout-wrap .blog-article-callout-text .table-main .row {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #cccccc;
}

.blog-article-callout-wrap .blog-article-callout-text .table-main .row .cell-2 {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}

.blog-article-callout-wrap .blog-article-callout-text .table-main .row:nth-last-child(1) {
    border: none;
}

.blog-article-callout-wrap .blog-article-callout-text .table-main .row .cell {
    width: 100%;
    padding: 7px 10px;
}

.blog-article-callout-wrap .blog-article-callout-text .table-main .row-5 .cell {
    background-color: #dddddd;
}

.blog-article-callout-wrap .blog-article-callout-text .table-main .row .title {
    font-weight: 800;
}

.blog-article-callout-wrap .blog-article-callout-text .table-main .row .cell-1 {
    width: 40%;
}

.blog-article-callout-wrap .blog-article-callout-text .table-main .row .cell-2,
.blog-article-callout-wrap .blog-article-callout-text .table-main .row .cell-3 {
    width: 30%;
}

body.single-post h2 {font-size:2.25em;}

.entry-content h2 {
    font-family: TradeGothic;
    font-weight: 300;
    font-size: 2em;
    color: #BB1133;
    margin-bottom: 0.75em;
}

.page-template-page-academics-programs .page-template-page-academics #programs-intro .text p {
    text-align: left;
}


.home.page #container .programs.first,
.home.page #container .programs.first div,
.home.page #container .programs.first p,
.home.page #container .programs.first span,
.home.page #container .programs.first a,
.home.page #container .programs.first h2,
.home.page #container .programs.first h3,
.home.page #container .programs.first h4,
.home.page #container #learn-section,
.home.page #container #learn-section div,
.home.page #container #learn-section p,
.home.page #container #learn-section span,
.home.page #container #learn-section a,
.home.page #container #learn-section h2,
.home.page #container #learn-section h3,
.home.page #container #learn-section h4 {
    word-break: normal !important;
    word-wrap: normal !important;
    overflow-wrap: break-word !important;
    -webkit-hyphens: none !important;
    -moz-hyphens: none !important;
    -ms-hyphens: none !important;
    hyphens: none !important;
}

@media (max-width: 767px) {
    .signup-box-form {
        text-align: center;
    }
}
@media (max-width: 1029px) {
    .page-template-page-academics-programs #container .page-template-page-academics .content .programs.academics .box.padder {
        width: 100% !important;
    }
}

.page-template-page-academics-programs #container .page-template-page-academics .content .programs.academics {
    display: flex;
    flex-wrap: wrap;
}

.page-template-page-academics-programs #container .page-template-page-academics .content .programs.academics .box.padder {
    width: 50%;
}

.page-template-page-academics-programs #container .page-template-page-academics .content .programs.academics .box.padder .pl {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-image: url(../png/rectangle-1-3.png);
    padding: 0;
    width: 100%;
    margin-top: .5em;
}

.page-template-page-about .escoffier-disclaimer {
    color: #252525;
    line-height: 1.25;
}
.page-template-page-about .escoffier-disclaimer a {
    color: #252525;
    text-decoration: underline;
}
.page-template-page-about .escoffier-disclaimer a:hover {
    color: #252525;
    text-decoration: none;
}
.page-template-page-about .escoffier-disclaimer a:focus {
    color: #252525;
    outline: 1px solid #252525;
}
.page-template-page-about .escoffier-disclaimer.below-claims {
    margin-bottom: 70px;
}
.page-template-page-about .claim-subtitle a {
    color: #5c6b80;
    text-decoration: underline;
}
.page-template-page-about .claim-subtitle a:hover {
    color: #5c6b80;
    text-decoration: none;
}
.page-template-page-about .claim-subtitle a:focus {
    color: #5c6b80;
    outline: 1px solid #5c6b80;
}
.page-template-page-about .claims .claim-item .claim-icon {
    background-size: 60px;
}

.page-template-page-quiz .content .inner.wrap.quiz-wrap {
    margin-top: 1em;
}

.page-template-page-quiz .content .inner.wrap.quiz-wrap {
    margin-top: 1em;
}

@media (min-width: 768px) {
    .page-template-page-quiz .content .inner.wrap.quiz-wrap {
        margin-top: 4em;
    }
    .page-template-page-academics-program #cao-programs a.gold-btn,
    .page-template-page-academics-program #to-programs-tab a.gold-btn {
        font-size: 1.5em;
        line-height: inherit;
    }

    .page-template-page-academics-program #cao-programs a.red-btn,
    .page-template-page-academics-program #to-programs-tab a.red-btn {
        font-size: 1.5em;
    }
}

/* Scholarships Page */
.page-template-page-thank-you-username #container #content {
    margin-top: 0;
}

.page-template-page-thank-you-username h1 {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (min-width: 1030px) {
    .page-template-page-thank-you-username #container #content {
        margin-top: 1em;
    }
}

.page-template-page-scholarships-fondation .textwidget {
    font-family: kepler-std, serif;
    color: #252525;
    font-size: 21px;
}

.page-template-page-scholarships-fondation .textwidget p {
    line-height: 1.7;
    word-break: normal !important;
    word-wrap: normal !important;
    overflow-wrap: break-word !important;
    -webkit-hyphens: none !important;
    -moz-hyphens: none !important;
    -ms-hyphens: none !important;
    hyphens: none !important;
}

.page-template-page-scholarships-fondation .textwidget p a {
    font-family: TradeGothic;
    font-size: 21px;
}

.page-template-page-scholarships-fondation .textwidget .font-size-23 {
    font-size: 23px;
}

.page-template-page-scholarships-fondation hr.hr-line {
    height: 1px;
    background-color: rgba(152, 119, 88, 0.3);
    margin: 2.5em 0;
}

.page-template-page-scholarships-fondation h3 {
    font-weight: 700;
    line-height: 30px;
}

.page-template-page-scholarships-fondation .text-stdrd {
    font-family: kepler-std, serif;
    color: #252525;
    font-size: 23px;
    line-height: 1.35;
    word-break: normal !important;
    word-wrap: normal !important;
    overflow-wrap: break-word !important;
    -webkit-hyphens: none !important;
    -moz-hyphens: none !important;
    -ms-hyphens: none !important;
    hyphens: none !important;
}

.page-template-page-scholarships-fondation .esfp-descr.text-stdrd.two {
    margin-bottom: 1.5em;
}

.page-template-page-scholarships-fondation .text-stdrd p {
    line-height: 1.35;
    margin-bottom: 0.8em;
    word-break: normal !important;
    word-wrap: normal !important;
    overflow-wrap: break-word !important;
    -webkit-hyphens: none !important;
    -moz-hyphens: none !important;
    -ms-hyphens: none !important;
    hyphens: none !important;
}

.page-template-page-scholarships-fondation .text-stdrd p b {
    margin: 0;
    display: block;
}

.page-template-page-scholarships-fondation .text-stdrd .subtext {
    font-size: 18px;
    line-height: 1.30;
    font-style: italic;
    margin-top: 2em;
}

.page-template-page-scholarships-fondation .drop-down-content.text-stdrd {
    display: none;
}

.page-template-page-scholarships-fondation .drop-down-content.text-stdrd .first-p {
    margin: 0;
}

.page-template-page-scholarships-fondation p.center {
    font-family: TradeGothic;
    font-size: 21px;
}

.page-template-page-scholarships-fondation .esfp-section {
    margin-bottom: 5.5em;
}

.page-template-page-scholarships-fondation h2.esfp-title {
    margin: 1em 0;
}

.page-template-page-scholarships-fondation .esfp-subtitle.first,
.page-template-page-scholarships-fondation .esfp-subtitle.second {
    margin-top: 5em;
}

.page-template-page-scholarships-fondation .esfp-subtitle.first h3,
.page-template-page-scholarships-fondation .esfp-subtitle.second h3 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.page-template-page-scholarships-fondation .esfp-subtitle.first h3:before,
.page-template-page-scholarships-fondation .esfp-subtitle.second h3:before {
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
}

.page-template-page-scholarships-fondation .esfp-subtitle.first h3:before {
    background-image: url("data:image/svg+xml,%3Csvg width='43' height='43' viewBox='0 0 43 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.3578 21.4999C16.8767 21.4999 18.3615 21.0495 19.6244 20.2056C20.8873 19.3617 21.8716 18.1623 22.4528 16.7589C23.0341 15.3556 23.1861 13.8114 22.8896 12.3217C22.5932 10.832 21.8617 9.46363 20.7875 8.38968C19.7134 7.31573 18.3449 6.58443 16.8551 6.28827C15.3654 5.9921 13.8212 6.14438 12.418 6.72583C11.0148 7.30728 9.81548 8.29179 8.9718 9.55486C8.12813 10.8179 7.67796 12.3028 7.67822 13.8218C7.68036 15.8577 8.49018 17.8096 9.92994 19.2492C11.3697 20.6887 13.3218 21.4982 15.3578 21.4999Z' fill='%23997755'/%3E%3Cpath d='M25.4036 27.8438C23.4576 25.8478 20.9608 24.4771 18.2321 23.907C15.5033 23.3368 12.6666 23.593 10.0842 24.6429C7.50179 25.6927 5.29095 27.4885 3.73409 29.8009C2.17722 32.1133 1.34501 34.8373 1.34375 37.625C1.34375 37.9813 1.48532 38.3231 1.73733 38.5751C1.98933 38.8271 2.33112 38.9687 2.6875 38.9687H28.0306C28.387 38.9687 28.7288 38.8271 28.9808 38.5751C29.2328 38.3231 29.3744 37.9813 29.3744 37.625C29.3796 36.2001 29.1596 34.7833 28.7227 33.4271C28.072 31.3303 26.9347 29.4171 25.4036 27.8438Z' fill='%23997755'/%3E%3Cpath d='M31.5781 22.1719C34.7322 22.1719 37.2891 19.615 37.2891 16.4609C37.2891 13.3069 34.7322 10.75 31.5781 10.75C28.4241 10.75 25.8672 13.3069 25.8672 16.4609C25.8672 19.615 28.4241 22.1719 31.5781 22.1719Z' fill='%23997755'/%3E%3Cpath d='M31.5782 23.7441C29.777 23.7509 28.0106 24.2414 26.4639 25.1645C26.7555 25.4252 27.0497 25.6818 27.3252 25.964C29.1549 27.8447 30.5141 30.1312 31.292 32.6371C31.5584 33.4621 31.7548 34.308 31.8792 35.166H40.3126C40.6689 35.166 41.0107 35.0244 41.2627 34.7724C41.5147 34.5204 41.6563 34.1786 41.6563 33.8223C41.6535 31.1503 40.5907 28.5885 38.7014 26.6991C36.812 24.8097 34.2502 23.747 31.5782 23.7441Z' fill='%23997755'/%3E%3C/svg%3E%0A");
    width: 42px;
    height: 42px;
    margin-right: 20px;
}

.page-template-page-scholarships-fondation .esfp-subtitle.second h3:before {
    background-image: url("data:image/svg+xml,%3Csvg width='37' height='35' viewBox='0 0 37 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.00371 0.369141H7.43548V3.79598C7.43548 4.48135 8.00744 4.93826 8.57941 4.93826C9.15137 4.93826 9.72333 4.48135 9.72333 3.79598V0.369141H28.0261V3.79598C28.0261 4.48135 28.5981 4.93826 29.1701 4.93826C29.742 4.93826 30.314 4.48135 30.314 3.79598V0.369141H33.7458C35.4617 0.369141 36.72 1.85411 36.72 3.79598V7.9082H0.114361V3.79598C0.114361 1.85411 2.17343 0.369141 4.00371 0.369141ZM36.72 10.307V31.2107C36.72 33.2668 35.4617 34.6376 33.6314 34.6376H3.88931C2.05903 34.6376 -3.05176e-05 33.1526 -3.05176e-05 31.2107V10.307H36.72ZM26.539 29.4973H29.2845C29.742 29.4973 30.1996 29.1546 30.1996 28.5835V25.7278C30.1996 25.2709 29.8564 24.814 29.2845 24.814H26.4246C25.9671 24.814 25.5095 25.1566 25.5095 25.7278V28.5835C25.6239 29.1546 25.9671 29.4973 26.539 29.4973ZM26.539 19.2168H29.2845C29.742 19.2168 30.1996 18.8741 30.1996 18.303V15.4473C30.1996 14.9903 29.8564 14.5334 29.2845 14.5334H26.4246C25.9671 14.5334 25.5095 14.8761 25.5095 15.4473V18.303C25.6239 18.8741 25.9671 19.2168 26.539 19.2168ZM17.3876 29.4973H20.2474C20.705 29.4973 21.1626 29.1546 21.1626 28.5835V25.7278C21.1626 25.2709 20.8194 24.814 20.2474 24.814H17.3876C16.9301 24.814 16.4725 25.1566 16.4725 25.7278V28.5835C16.4725 29.1546 16.8157 29.4973 17.3876 29.4973ZM17.3876 19.2168H20.2474C20.705 19.2168 21.1626 18.8741 21.1626 18.303V15.4473C21.1626 14.9903 20.8194 14.5334 20.2474 14.5334H17.3876C16.9301 14.5334 16.4725 14.8761 16.4725 15.4473V18.303C16.4725 18.8741 16.8157 19.2168 17.3876 19.2168ZM8.23623 29.4973H11.096C11.5536 29.4973 12.0112 29.1546 12.0112 28.5835V25.7278C12.0112 25.2709 11.668 24.814 11.096 24.814H8.23623C7.77866 24.814 7.32109 25.1566 7.32109 25.7278V28.5835C7.32109 29.1546 7.66427 29.4973 8.23623 29.4973ZM8.23623 19.2168H11.096C11.5536 19.2168 12.0112 18.8741 12.0112 18.303V15.4473C12.0112 14.9903 11.668 14.5334 11.096 14.5334H8.23623C7.77866 14.5334 7.32109 14.8761 7.32109 15.4473V18.303C7.32109 18.8741 7.66427 19.2168 8.23623 19.2168Z' fill='%23997755'/%3E%3C/svg%3E%0A");
    width: 36px;
    height: 34px;
    margin-right: 20px;
}

.page-template-page-scholarships-fondation #click-scholarship-fund {
    cursor: pointer;
    text-decoration: underline;
}

.page-template-page-scholarships-fondation .drop-down-content.text-stdrd ul {
    padding-left: 0;
}

.page-template-page-scholarships-fondation .drop-down-content.text-stdrd ul li {
    margin-bottom: 0.45em;
    padding-left:0;
    list-style: none;
    line-height: 1.35;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.page-template-page-scholarships-fondation .drop-down-content.text-stdrd ul li:before {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1181 0.184451C11.8723 -0.0614837 11.4665 -0.0614837 11.2093 0.184451C10.9635 0.424797 10.9635 0.821646 11.2093 1.06199L15.8107 5.56148H0.634487C0.280089 5.56148 0 5.83537 0 6.18191C0 6.52846 0.280089 6.81352 0.634487 6.81352H15.8107L11.2093 11.3018C10.9635 11.5478 10.9635 11.9502 11.2093 12.1905C11.4608 12.4365 11.8723 12.4365 12.1181 12.1905L17.8057 6.62907C18.0572 6.38872 18.0572 5.99187 17.8057 5.75152L12.1181 0.184451Z' fill='%23987757'/%3E%3C/svg%3E%0A");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    list-style: none;
    line-height: 1.35;
    display: inline-block;
    content: "";
    width: 24px;
    min-width: 24px;
    height: 14px;
    margin-right: 18px;
    margin-top: 8px;
}

.page-template-page-scholarships-fondation .esfp-subsection.bottom a.red-btn.red-custom-button {
    font-size: 24px !important;
    padding: .7em 3.5em !important;
}

.page-template-page-scholarships-fondation .esfp-subsection.bottom p.center {
    color: #252525;
}

.page-template-page-scholarships-fondation .esfp-subsection.bottom p.center.text {
    line-height: 1.45;
    hyphens: none;
    word-break: normal !important;
    word-wrap: normal !important;
    overflow-wrap: break-word !important;
    -webkit-hyphens: none !important;
    -moz-hyphens: none !important;
    -ms-hyphens: none !important;
    hyphens: none !important;
}

.page-template-page-scholarships-fondation .esfp-calendar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 4.5em;
}

.page-template-page-scholarships-fondation .esfp-calendar .calendar-item {
    width: 32%;
}

.page-template-page-scholarships-fondation .esfp-calendar .calendar-item .header-top {
    background: #F4F4F4;
    border: 1px solid #F4F4F4;
    padding: 1.5em 0.5em;
}

.page-template-page-scholarships-fondation .esfp-calendar .calendar-item .header-top .title {
    color: #8E6C4A;
    font-size: 24px;
    font-family: TradeGothic;
    display: block;
    text-align: center;

}

.page-template-page-scholarships-fondation .esfp-calendar .calendar-item .header-top .date {
    color: #B91637;
    font-size: 40px;
    font-family: TradeGothic;
    display: block;
    text-align: center;
}

.page-template-page-scholarships-fondation .esfp-calendar .calendar-item .header-top .year {
    color: #000000;
    font-size: 16px;
    display: block;
    text-align: center;
}

.page-template-page-scholarships-fondation .esfp-calendar .calendar-item .content {
    box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #F4F4F4;
    padding: 1.5em 1.2em;
    min-height: 210px;
}

.page-template-page-scholarships-fondation .esfp-calendar .calendar-item .content p {
    text-align: center;
    line-height: 1.3;
    margin-bottom: 5px;
}

.page-template-page-scholarships-fondation .esfp-calendar .calendar-item .content .title-1 {
    font-family: TradeGothic;
    color: #000000;
    font-size: 21px;
    font-weight: 800;
}

.page-template-page-scholarships-fondation .esfp-calendar .calendar-item .content .title2 {
    font-family: TradeGothic;
    color: #8E6C4A;
    font-size: 18px;
    font-weight: 800;
    margin-top: 24px;
    margin-bottom: 10px;
}

.page-template-page-scholarships-fondation .esfp-calendar .calendar-item .content .date-1 {
    font-family: kepler-std, serif;
    color: #000000;
    font-size: 21px;
}

.page-template-page-scholarships-fondation .esfp-calendar .calendar-item .content .date-2 {
    font-family: kepler-std, serif;
    color: #000000;
    font-size: 18px;
}

.page-template-page-thank-you-username .top-wrap .top h1 {
    display: block;
    padding-top: 0.5em!important;
    line-height: 100%;
    font-size: 3.5em;
    color: #333!important;
    text-shadow: none !important;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 1029px) {
    .page-template-page-scholarships-fondation .text-stdrd {
        font-size: 20px;
    }

    .page-template-page-scholarships-fondation p.center {
        font-size: 20px;
    }

    .page-template-page-thank-you-username .top-wrap .top h1 {
        font-size: 2em !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .page-template-page-thank-you-username section.entry-content.cf {
        padding-top: 0 !important;
    }

    .page-template-page-scholarships-fondation .esfp-calendar .calendar-item {
        width: 100%;
        margin-bottom: 30px;
    }

    .page-template-page-scholarships-fondation .esfp-subsection.bottom a.red-btn.red-custom-button {
        padding: .7em 1em !important;
    }

    .page-template-page-scholarships-fondation .esfp-calendar {
        margin-bottom: 2.5em;
    }

    .page-template-page-scholarships-fondation .esfp-section {
        margin-bottom: 3.5em;
    }

    .page-template-page-scholarships-fondation h2.esfp-title {
        margin-top: 0;
    }
}

.about-intro-heading {
    max-width: 1030px;
    margin: 60px auto;
    padding: 0 15px;
}
.about-intro-heading h2 {
    color: #b13;
    font-weight: 300;
    text-align: center;
    font-size: 2.4em;
}

/* A/B Split Test */
body.home.page.page-id-141 div#tmmabtesthomepopup.popup-overlay.tmm-abtest-home {
    display: none !important;
}

form#quick-forms.contact-us-form.curi-form span.form-label {
    color: #333333;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    padding-bottom: 7px;
}

form#quick-forms.contact-us-form.curi-form span.red {
    color: #b91637;
}

form#quick-forms.contact-us-form.curi-form select,
form#quick-forms.contact-us-form.curi-form input#firstname,
form#quick-forms.contact-us-form.curi-form input#lastname,
form#quick-forms.contact-us-form.curi-form input#email,
form#quick-forms.contact-us-form.curi-form input#dayphone {
    text-transform: none !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #666666 !important;
    line-height: 1.4 !important;
}

.page-template-page-contact-new form#quick-forms.contact-us-form.curi-form .form-row.gform_heading .express-consent.gform_description {
    color: #807F7E;
}

/* Free Culinary Education resources Page */
.page-template-page-elearning-video-content.page-id-15477 #content #inner-content .entry-content,
.page-template-page-elearning-video-content.page-id-15477 #content #inner-content .entry-content p,
.page-template-page-elearning-video-content.page-id-15477 #content #inner-content #elp-workshops-section .elp-workshops-section-content p {
    font-size: 23px;
    color: #252525;
    font-family: kepler-std, serif;
    line-height: 140%;
}

.page-template-page-elearning-video-content.page-id-15477 #content #inner-content .entry-content p {
    margin-bottom: 2em;
}

.page-template-page-elearning-video-content.page-id-15477 #content #inner-content .elp-contents-section {
    background-color: #987757;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    padding: 3em;
    font-size: 23px;
    color: #252525;
    font-family: kepler-std, serif;
    line-height: 140%;
    margin-bottom: 1.5em;
}

.page-template-page-elearning-video-content.page-id-15477 #content #inner-content .elp-contents-section h3 {
    margin: 0 0 1.3em 0;
    text-align: center;
    color: #ffffff;
    font-size: 1.6em;
}

.page-template-page-elearning-video-content.page-id-15477 #content #inner-content .elp-contents-section .elp-contents-section-content {
    display: flex;
}

.page-template-page-elearning-video-content.page-id-15477 #content #inner-content .elp-contents-section .elp-contents-section-content ul.elp-contents-section-list {
    width: 50%;
    margin: 0;
    padding: 0;
}

.page-template-page-elearning-video-content.page-id-15477 #content #inner-content .elp-contents-section ul.elp-contents-section-list li {
    margin-bottom: 15px;
    list-style: none;
    line-height: 140%;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1181 0.184451C11.8723 -0.0614837 11.4665 -0.0614837 11.2093 0.184451C10.9635 0.424797 10.9635 0.821646 11.2093 1.06199L15.8107 5.56148H0.634487C0.280089 5.56148 0 5.83537 0 6.18191C0 6.52846 0.280089 6.81352 0.634487 6.81352H15.8107L11.2093 11.3018C10.9635 11.5478 10.9635 11.9502 11.2093 12.1905C11.4608 12.4365 11.8723 12.4365 12.1181 12.1905L17.8057 6.62907C18.0572 6.38872 18.0572 5.99187 17.8057 5.75152L12.1181 0.184451Z' fill='white'/%3E%3C/svg%3E%0A");
    background-position: 0 10px;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-left: 30px;

}

.page-template-page-elearning-video-content.page-id-15477 #content #inner-content .elp-contents-section ul.elp-contents-section-list li a {
    color: #ffffff;
    line-height: 140%;
    font-size: 24px;
    text-decoration: none;
}

.page-template-page-elearning-video-content.page-id-15477 #content #inner-content .elp-contents-section ul.elp-contents-section-list li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.page-template-page-elearning-video-content.page-id-15477 #content #inner-content #assessment-section .assessment-content {
    display: flex;
}

.page-template-page-elearning-video-content.page-id-15477 #content #inner-content #elp-workshops-section .elp-workshops-section-content h3 {
    color: #987757;
    font-size: 2em;
    margin-top: 0.8em;
    margin-bottom: 0.4em;
}

.page-template-page-elearning-video-content.page-id-15477 #content #inner-content #elp-workshops-section .elp-workshops-section-copy {
    min-height: 399px;
    margin-top: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding: 0 1.2em;
}

.page-template-page-elearning-video-content.page-id-15477 #content #inner-content #elp-workshops-section #elp-workshops-copy-btn {
    font-size: 24px;
    font-family: TradeGothic;
    cursor: pointer;
}

.page-template-page-elearning-video-content.page-id-15477 #content #inner-content #elp-workshops-section #elp-workshops-copy-btn:after {
    content: "";
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M18.6271 1.37297C16.7964 -0.457651 13.8286 -0.457651 11.9979 1.37293L8.0802 5.29067C6.18664 7.1843 6.36195 10.2015 8.0802 11.9198C8.36793 12.2075 8.68629 12.4422 9.02246 12.6348L9.7375 11.9198C10.2065 11.4507 10.0414 10.9024 10.033 10.5068C9.93004 10.4338 9.82992 10.3549 9.7375 10.2625C8.85574 9.38083 8.8161 7.86934 9.7375 6.94793C9.87434 6.8111 13.5721 3.11332 13.6552 3.03028C14.5692 2.11625 16.0557 2.11625 16.9697 3.03028C17.8838 3.9443 17.8838 5.43082 16.9697 6.34485L14.3802 8.93442C14.455 9.34875 14.9045 10.3302 14.6733 11.9493C14.6846 11.9382 14.6981 11.9311 14.7093 11.9198L18.6271 8.00211C20.4576 6.17149 20.4576 3.2036 18.6271 1.37297Z' fill='white'/%3E%3Cpath d='M12.2233 7.77656C11.9356 7.48883 11.6173 7.25422 11.2812 7.06152L10.5661 7.77656C10.0971 8.24555 10.2621 8.79387 10.2706 9.18953C10.3736 9.2625 10.4737 9.34137 10.5661 9.43379C11.4479 10.3155 11.4875 11.827 10.5661 12.7484C10.429 12.8855 6.4249 16.8896 6.34479 16.9697C5.43076 17.8837 3.94424 17.8837 3.03022 16.9697C2.11619 16.0557 2.11619 14.5691 3.03022 13.6551L5.92346 10.7619C5.84858 10.3475 5.39912 9.36605 5.63033 7.74699C5.61904 7.75809 5.60545 7.76531 5.5942 7.77652L1.37291 11.9979C-0.457637 13.8285 -0.457637 16.7964 1.37291 18.627C3.20354 20.4576 6.17139 20.4576 8.00202 18.627L12.2233 14.4057C14.0818 12.5473 13.9802 9.5334 12.2233 7.77656Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    margin-left: 15px;
}

.page-template-page-elearning-video-content .es-educators-counseling {
        display: flex;
        flex-wrap: wrap;
        margin-left: -20px;
        margin-right: -20px;
    }
.page-template-page-elearning-video-content .es-educators-counseling .block {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 20px;
        margin-bottom: 50px;
    }
.page-template-page-elearning-video-content .es-educators-counseling .inner-block {
        background: #FFFFFF;
        border: 1px solid rgba(204, 204, 204, 0.3);
        box-shadow: 4px 5px 12px rgba(0, 0, 0, 0.05);
        position: relative;
    }
.page-template-page-elearning-video-content #elp-materials-section .item-content-wrap {
    min-height: 260px;
}
.page-template-page-elearning-video-content #elp-materials-section .item-inner .btn-wrap {
    text-align: center;
    padding-right: 25px;
    padding-left: 25px;
}
.page-template-page-elearning-video-content #elp-materials-section .item-inner .btn-wrap a {
    width: 100%;
    font-size: 24px;
    font-family: TradeGothic;
    margin-bottom: 30px;
    padding: .45em 1em;
}
.page-template-page-elearning-video-content .es-educators-counseling .image {
        width: 100%;
        height: 208px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
.page-template-page-elearning-video-content .es-educators-counseling h4 {
        font-family: TradeGothic;
        font-weight: bold;
        font-size: 23px;
        color: #252525;
        padding: 20px 25px 10px;
        margin: 0;
        line-height: 1.3;
    }
.page-template-page-elearning-video-content .es-educators-counseling p {
        font-family: kepler-std, serif;
        font-size: 18px;
        line-height: 26px;
        color: #252525;
        padding: 0 25px;
        margin-top: 0;
    }
.page-template-page-elearning-video-content .es-educators-counseling .meta {
        position: absolute;
        bottom: 25px;
        left: 25px;
        font-family: TradeGothic;
        font-weight: bold;
        font-size: 16px;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        color: #987757;
    }
.page-template-page-elearning-video-content .es-educators-counseling .meta div {
        padding: 5px 0 5px 30px;
        position: relative;
    }
.page-template-page-elearning-video-content .es-educators-counseling .meta div:before {
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        display: block;
        content: '';
        width: 22px;
        height: 22px;
        position: absolute;
        left: 0;
        top: calc(50% - 11px);
    }
.page-template-page-elearning-video-content #elp-materials-section h2.elp-extra-title {
    margin-top: 1.5em;
    margin-bottom: 1em;
}
.page-template-page-elearning-video-content .es-educators-counseling .meta .pdf:before {
        background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.77509 14.7973C6.77509 14.4153 6.51005 14.1875 6.04241 14.1875C5.85145 14.1875 5.72212 14.2063 5.65448 14.2244V15.4499C5.73457 15.4679 5.83304 15.4739 5.96875 15.4739C6.46721 15.4739 6.77509 15.2221 6.77509 14.7973Z' fill='black'/%3E%3Cpath d='M9.67001 14.2012C9.46059 14.2012 9.32526 14.2193 9.24521 14.238V16.9521C9.3253 16.9709 9.45463 16.9709 9.57155 16.9709C10.4211 16.977 10.9752 16.5093 10.9752 15.5184C10.9812 14.6567 10.4763 14.2012 9.67001 14.2012Z' fill='black'/%3E%3Cpath d='M15.0486 0H5.81087C4.46132 0 3.36294 1.09915 3.36294 2.44793V11.5H3.12384C2.57916 11.5 2.13742 11.9413 2.13742 12.4864V18.4687C2.13742 19.0138 2.57911 19.4551 3.12384 19.4551H3.36294V20.552C3.36294 21.9023 4.46132 23 5.81087 23H18.4154C19.764 23 20.8626 21.9022 20.8626 20.552V5.7936L15.0486 0ZM4.72522 13.566C5.01431 13.5172 5.42065 13.4803 5.99314 13.4803C6.5717 13.4803 6.98405 13.5908 7.26112 13.8126C7.52578 14.0216 7.70438 14.3667 7.70438 14.7727C7.70438 15.1787 7.56905 15.5238 7.3228 15.7576C7.00251 16.0591 6.52886 16.1945 5.97478 16.1945C5.85146 16.1945 5.74093 16.1883 5.65449 16.1764V17.6598H4.72522V13.566ZM18.4154 21.5008H5.81087C5.28832 21.5008 4.8628 21.0753 4.8628 20.552V19.4551H16.6128C17.1575 19.4551 17.5992 19.0138 17.5992 18.4687V12.4864C17.5992 11.9413 17.1575 11.5 16.6128 11.5H4.8628V2.44793C4.8628 1.92614 5.28836 1.50062 5.81087 1.50062L14.4877 1.49156V4.69884C14.4877 5.63565 15.2479 6.39648 16.1854 6.39648L19.3273 6.38747L19.3626 20.552C19.3626 21.0753 18.9379 21.5008 18.4154 21.5008ZM8.30359 17.641V13.566C8.64825 13.5112 9.09748 13.4803 9.57156 13.4803C10.3594 13.4803 10.8704 13.6217 11.2707 13.9231C11.7015 14.2434 11.9721 14.7539 11.9721 15.4869C11.9721 16.2808 11.683 16.829 11.2827 17.1672C10.8458 17.5304 10.1809 17.7026 9.36854 17.7026C8.88205 17.7026 8.53739 17.6718 8.30359 17.641ZM15.0216 15.2284V15.9914H13.5318V17.6598H12.5901V13.5112H15.1261V14.2802H13.5318V15.2284H15.0216Z' fill='black'/%3E%3C/svg%3E%0A");
    }
.page-template-page-elearning-video-content .es-educators-counseling .meta .survey:before {
        background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2901 8.83595C11.0098 8.55564 10.5541 8.5542 10.2724 8.83452L7.90624 11.2021L6.97762 10.272C6.6973 9.9917 6.24162 9.9917 5.9613 10.272C5.68099 10.5523 5.68099 11.008 5.9613 11.2883L7.39881 12.7258C7.53824 12.8667 7.72224 12.9371 7.90624 12.9371C8.09025 12.9371 8.27425 12.8667 8.41512 12.7273L11.2901 9.85227C11.5704 9.57195 11.5704 9.11627 11.2901 8.83595Z' fill='black'/%3E%3Cpath d='M11.2901 14.586C11.0098 14.3056 10.5541 14.3042 10.2724 14.5845L7.90624 16.9521L6.97762 16.0235C6.6973 15.7431 6.24162 15.7431 5.9613 16.0235C5.68099 16.3038 5.68099 16.7595 5.9613 17.0398L7.39881 18.4773C7.53824 18.6167 7.72224 18.6871 7.90624 18.6871C8.09025 18.6871 8.27425 18.6167 8.41512 18.4773L11.2901 15.6023C11.5704 15.322 11.5704 14.8663 11.2901 14.586Z' fill='black'/%3E%3Cpath d='M16.5312 10.0625H13.6562C13.2595 10.0625 12.9375 10.3845 12.9375 10.7812C12.9375 11.178 13.2595 11.5 13.6562 11.5H16.5312C16.928 11.5 17.25 11.178 17.25 10.7812C17.25 10.3845 16.928 10.0625 16.5312 10.0625Z' fill='black'/%3E%3Cpath d='M16.5312 15.8125H13.6562C13.2595 15.8125 12.9375 16.1345 12.9375 16.5312C12.9375 16.928 13.2595 17.25 13.6562 17.25H16.5312C16.928 17.25 17.25 16.928 17.25 16.5312C17.25 16.1345 16.928 15.8125 16.5312 15.8125Z' fill='black'/%3E%3Cpath d='M18.6875 2.875H15.8125V2.15625C15.8125 1.7595 15.4905 1.4375 15.0938 1.4375H13.5341C13.2365 0.600875 12.4373 0 11.5 0C10.5627 0 9.7635 0.600875 9.46594 1.4375H7.90625C7.5095 1.4375 7.1875 1.7595 7.1875 2.15625V2.875H4.3125C3.52044 2.875 2.875 3.52044 2.875 4.3125V21.5625C2.875 22.3546 3.52044 23 4.3125 23H18.6875C19.4796 23 20.125 22.3546 20.125 21.5625V4.3125C20.125 3.52044 19.4796 2.875 18.6875 2.875ZM8.625 2.875H10.0625C10.4592 2.875 10.7812 2.553 10.7812 2.15625C10.7812 1.7595 11.1032 1.4375 11.5 1.4375C11.8968 1.4375 12.2188 1.7595 12.2188 2.15625C12.2188 2.553 12.5407 2.875 12.9375 2.875H14.375V4.3125H8.625V2.875ZM18.6875 21.5625H4.3125V4.3125H7.1875V5.03125C7.1875 5.428 7.5095 5.75 7.90625 5.75H15.0938C15.4905 5.75 15.8125 5.428 15.8125 5.03125V4.3125H18.6875V21.5625Z' fill='black'/%3E%3C/svg%3E%0A");
    }

@media(min-width: 768px) {
    .page-template-page-elearning-video-content .es-educators-counseling .block {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media(min-width: 1030px) {
    .page-template-page-elearning-video-content .es-educators-counseling .block {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

@media only screen and (max-width:1029px) {
    .page-template-page-elearning-video-content.page-id-15477 #content #inner-content .entry-content,
    .page-template-page-elearning-video-content.page-id-15477 #content #inner-content .entry-content p,
    .page-template-page-elearning-video-content.page-id-15477 #content #inner-content .elp-contents-section,
    .page-template-page-elearning-video-content.page-id-15477 #content #inner-content .elp-contents-section ul.elp-contents-section-list li a,
    .page-template-page-elearning-video-content.page-id-15477 #content #inner-content #elp-workshops-section .elp-workshops-section-content p,
    .page-template-page-elearning-video-content.page-id-15477 #content #inner-content #elp-workshops-section #elp-workshops-copy-btn {
        font-size: 20px;
    }
}

@media only screen and (max-width:767px) {
    .page-template-page-elearning-video-content.page-id-15477 #content #inner-content .elp-contents-section .elp-contents-section-content ul.elp-contents-section-list {
        width: 100%;
    }

    .page-template-page-elearning-video-content.page-id-15477 #content #inner-content .elp-contents-section .elp-contents-section-content {
        flex-wrap: wrap;
    }

    .page-template-page-elearning-video-content.page-id-15477 #content #inner-content #assessment-section .assessment-content {
        flex-wrap: wrap;
    }

    .page-template-page-elearning-video-content.page-id-15477 #content #inner-content #assessment-section .assessment-content > div {
        width: 100%;
    }

    .page-template-page-elearning-video-content #elp-materials-section .item-content-wrap {
        min-height: unset;
    }

    .page-template-page-elearning-video-content .es-educators-counseling p {
        padding-bottom: 25px;
    }
}

@media only screen and (max-width:499px) {
    .page-template-page-elearning-video-content.page-id-15477 #content #inner-content .elp-contents-section {
        padding: 1.5em;
    }

    .page-template-page-elearning-video-content.page-id-15477 #content #inner-content #elp-workshops-section .elp-workshops-section-copy {
        min-height: 300px;
    }
}

body.postid-19526 .blog-article-callout-text a {text-decoration: none !important;}

a.storytitle__single-link {
    color: #5c6b80;
    display: block;
    text-decoration: none;
}
a.storytitle__single-link:focus,
a.storytitle__single-link:visited {
    color: #5c6b80;
    outline: none;
}

a.storytitle__single-link.hover {
    color: #fff !important;
    background: #8E6C4A !important;
}

a.storytitle__single-link.no-hover {
    color: #5c6b80 !important;
    background: #fff !important;
}

.tmm-inline-form-wrapper {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 800px) {
    .tmm-inline-form-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 500px) {
    .tmm-inline-form-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

body.page-id-763 .tmm-inline-form-wrapper,
body.page-id-635 .tmm-inline-form-wrapper {
    margin-bottom: 2em;
}

body.page-id-520 .tmm-inline-form-wrapper .popup-body.inline,
body.page-id-16603 .tmm-inline-form-wrapper .popup-body.inline {
    margin-bottom: 0 !important;
}

body.page-id-555 .tmm-inline-form-wrapper {
    margin-bottom: 3em;
}
body.page-id-520 .tmm-inline-form-wrapper .popup-body.inline,
body.page-id-763 .tmm-inline-form-wrapper .popup-body.inline,
body.page-id-555 .tmm-inline-form-wrapper .popup-body.inline {
    margin-top: 0 !important;
}
body.page-id-101 .tmm-inline-form-wrapper .popup-body.inline {
    margin-top: 0!important;
    margin-bottom: 0!important;
}

body.page-id-520 .newsletter-global-form,
body.page-id-16603 .newsletter-global-form,
body.page-id-101 .newsletter-global-form {
    margin-top: 4em;
}
body.page-id-101 .tmm-inline-form-wrapper {
    margin-top: 2em !important;
}

/* Contact Us, v. with hero columns text and form --start */
.tmm-contact-columns-in-hero .brochure {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0 !important;
    margin-top: 60px !important;
}
@media( max-width: 1100px ) {
    .tmm-contact-columns-in-hero .brochure {
        display: block;
    }
}

.tmm-contact-columns-in-hero .employers-section {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
}
.tmm-contact-columns-in-hero .brochure,
.tmm-contact-columns-in-hero .employers-section {
    padding-left: 70px;
    padding-right: 70px;
}
@media( max-width: 768px ) {
    .tmm-contact-columns-in-hero .brochure,
    .tmm-contact-columns-in-hero .employers-section {
        padding-left: 20px;
        padding-right: 20px;
    }
    .tmm-contact-columns-in-hero .brochure {
        margin-top: 40px !important;
    }
}

.tmm-contact-columns-in-hero .employers-section ul {
    display: flex;
    margin-top: 68px;
    margin-bottom: 68px;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media( max-width: 991px ) {
    .tmm-contact-columns-in-hero .employers-section ul {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.tmm-contact-columns-in-hero .employers-section li {
    width: 19%;
    box-sizing: border-box;
    padding-bottom: 1.1em;
    padding-top: 1.1em;
    text-align: center;
}

@media ( max-width: 991px ) {
    .tmm-contact-columns-in-hero .employers-section li {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px ) {
    .tmm-contact-columns-in-hero .employers-section :first-child {
        text-align: left;
    }
    .tmm-contact-columns-in-hero .employers-section li:last-child {
        text-align: right;
    }
}

.tmm-contact-columns-in-hero .employers-section img {
    max-width: 100%;
    max-height: 104px;
}

.tmm-contact-columns-in-hero .employers-section h2 {
    font-size: 36px;
    line-height: 34px;
    color: #BB1133;
}
@media( max-width: 1100px ) {
    .tmm-contact-columns-in-hero .employers-section h2 {
        margin-top: 80px;
    }
}
@media( max-width: 600px ) {
    .tmm-contact-columns-in-hero .employers-section h2 {
        line-height: 36px;
    }
}

/* form styles --start */
.tmm-contact-columns-in-hero-form {
    max-width: 570px !important;
    padding: 34px !important;
    margin-right: 0;
    height: auto;
}
@media ( max-width: 600px ) {
    .tmm-contact-columns-in-hero-form {
        padding: 34px 15px !important;
    }
}

.tmm-contact-columns-in-hero-form .tmm-cu-form-fields-wrap {
    margin: 0;
}

@media ( max-width: 768px ) {
    .tmm-contact-columns-in-hero-form .gform_footer {
        margin-bottom: 5px !important;
    }
}
.tmm-contact-columns-in-hero-form .gform_footer,
.tmm-contact-columns-in-hero-form .gform_heading {
    float: none !important;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
}

@media ( min-width: 551px ) {
    .tmm-contact-columns-in-hero-form .gform_heading {
        padding: 0 40px
    }
}

.tmm-contact-columns-in-hero-form input:not([type="submit"]),
.tmm-contact-columns-in-hero-form select {
    height: 47px;
    margin-bottom: 16px;
}
.tmm-contact-columns-in-hero-form select {
    background: url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOSA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik00LjUgOEwwLjYwMjg4NiAwLjVMOC4zOTcxMSAwLjQ5OTk5OUw0LjUgOFoiIGZpbGw9IiM4MzgzODMiLz48L3N2Zz4=');
    background-repeat: no-repeat;
    background-size: 10px;
}

@media ( min-width: 769px ) {
    .tmm-contact-columns-in-hero-form #form-fields > li:nth-child(odd) {
        padding-right: 7px !important
    }
    .tmm-contact-columns-in-hero-form #form-fields > li:nth-child(even) {
        padding-left: 8px !important
    }
}

.tmm-contact-columns-in-hero-form input[type="submit"] {
    width: 253px;
    height: 67px;
    font-size: 24px !important;
    margin: 20px 0 30px 0;
}

.tmm-contact-columns-in-hero-form .gform_description {
    font-size: 14px;
    line-height: 21px;
    font-family: kepler-std, serif;
    max-width: 430px;
}

@media ( max-width: 600px ) {
    .tmm-contact-columns-in-hero-form .gform_description {
        font-size: 13px;
    }
}

.tmm-contact-columns-in-hero-form span.form-label {
    font-weight: 600 !important;
}
.tmm-contact-columns-in-hero-form .disclosure {
    width: calc( 100% + 20px ) !important;
    left: -10px !important;
    text-align: left;
}
/* form styles --end */

/* hero text column --start */
.tmm-contact-hero-text {
    text-align: left;
    max-width: 560px;
    margin-right: auto;
}
@media( max-width: 1300px ) {
    .tmm-contact-hero-text {
        padding-right: 20px;
    }
}
@media( max-width: 1100px ) {
    .tmm-contact-hero-text {
        padding-right: 0;
        max-width: none;
        margin-bottom: 40px;
    }
}

.tmm-contact-hero-text h1 {
    font-size: 64px;
    line-height: 62px;
    color: #252525;
    text-transform: uppercase;
    margin-bottom: 0;
}
@media( max-width: 768px ) {
    .tmm-contact-hero-text h1 {
        font-size: 50px;
        line-height: 48px;
    }
}

.tmm-contact-hero-text h3 {
    font-size: 38px;
    line-height: 42px;
    color: #8E6C4A;
    font-weight: normal;
    margin-top: 25px;
}

.tmm-contact-hero-text h3.tmm-contact-subtitle-mobile {
    display: none;
}

@media( max-width: 768px ) {
    .tmm-contact-hero-text h3 {
        font-size: 32px;
        line-height: 34px;
    }

    .tmm-contact-hero-text h3.tmm-contact-subtitle-mobile {
        display: block;
    }

    .tmm-contact-hero-text h3.tmm-contact-subtitle-desktop {
        display: none;
    }
}

.tmm-contact-hero-text ul {
    font-weight: normal;
    font-family: 'TradeGothic';
    font-size: 28px;
    line-height: 42px;
    color: #252525;
}
@media( max-width: 768px ) {
    .tmm-contact-hero-text ul {
        font-size: 26px;
        line-height: 34px;
    }
}
.tmm-contact-hero-text ul li {
    margin-left: 50px;
}
@media( max-width: 768px ) {
    .tmm-contact-hero-text ul li {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}
.tmm-contact-hero-text ul li::before {
    content: '';
    margin-left: -50px;
    margin-right: 29px;
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuNTAwMSAwLjAwMDk5OTQ1MUM0LjcxMDMgMC4wMDA5OTk0NTEgMCA0LjcxMTIzIDAgMTAuNTAwOUMwIDE2LjI5MDYgNC43MTAzIDIxLjAwMDkgMTAuNTAwMSAyMS4wMDA5QzE2LjI4OTggMjEuMDAwOSAyMSAxNi4yOTA2IDIxIDEwLjUwMDlDMjEgNC43MTEyMyAxNi4yODk4IDAuMDAwOTk5NDUxIDEwLjUwMDEgMC4wMDA5OTk0NTFaTTEwLjUwMDEgMTkuMjc5NkM1LjY1OTQzIDE5LjI3OTYgMS43MjEzIDE1LjM0MTYgMS43MjEzIDEwLjUwMDlDMS43MjEzIDUuNjYwMzYgNS42NTk0MyAxLjcyMjMgMTAuNTAwMSAxLjcyMjNDMTUuMzQwNiAxLjcyMjMgMTkuMjc4NyA1LjY2MDM2IDE5LjI3ODcgMTAuNTAwOUMxOS4yNzg3IDE1LjM0MTYgMTUuMzQwNiAxOS4yNzk2IDEwLjUwMDEgMTkuMjc5NloiIGZpbGw9IiM5OTc3NTUiLz48cGF0aCBkPSJNMTUuMDQyNCA2LjQ3MDAxTDguODA4MDggMTIuNzA0NEw1Ljk1Nzc0IDkuODU0MDJDNS42MjE2MSA5LjUxNzk1IDUuMDc2NzEgOS41MTc5NSA0Ljc0MDU4IDkuODU0MDJDNC40MDQ1MSAxMC4xOTAyIDQuNDA0NTEgMTAuNzM1IDQuNzQwNTggMTEuMDcxMkw4LjE5OTQ5IDE0LjUzMDFDOC4zNjc1NiAxNC42OTgxIDguNTg3ODIgMTQuNzgyMiA4LjgwODA4IDE0Ljc4MjJDOS4wMjgzMyAxNC43ODIyIDkuMjQ4NTkgMTQuNjk4MSA5LjQxNjY2IDE0LjUzMDFMMTYuMjU5NSA3LjY4NzI1QzE2LjU5NTYgNy4zNTExMSAxNi41OTU2IDYuODA2MjIgMTYuMjU5NSA2LjQ3MDA4QzE1LjkyMzQgNi4xMzM5NSAxNS4zNzg0IDYuMTMzOTUgMTUuMDQyNCA2LjQ3MDAxWiIgZmlsbD0iIzk5Nzc1NSIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-size: contain;
}
/* hero text column --end */

/* review --end */
.tmm-contact-columns-in-hero-review .review-text {
    margin-left: 30px;
    padding-left: 20px;
    position: relative;
    font-size: 29px !important;
    line-height: 39px;
    text-align: left !important;
}

@media ( max-width: 768px ) {
    .tmm-contact-columns-in-hero-review .review-text {
        margin-left: 0;
        padding-left: 0;
    }
}

.tmm-contact-columns-in-hero-review .review-text:before {
    position: absolute;
    left: -30px !important;
}

.tmm-contact-columns-in-hero-review .review-pic {
    padding-left: 0 !important;
    padding-right: 25px !important;
    width: auto !important;
    float: none !important;
}

.tmm-contact-columns-in-hero-review .review-pic img {
    max-width: 98px !important;
}
@media ( max-width: 600px ) {
    .tmm-contact-columns-in-hero-review .review-pic img {
        max-width: 120px !important;
    }
}

.tmm-contact-columns-in-hero-review .review-name h4 {
    color: #252525;
    font-size: 20px;
    line-height: 44px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-weight: 600 !important;
    text-align: left !important;
    margin-top: 0 !important;
}

body.page-template-page-contact-new .content #review.tmm-contact-columns-in-hero-review .review-subtitle {
    font-family: TradeGothic;
    color: #252525;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-align: left !important;
}

body.page-template-page-contact-new .content #review.tmm-contact-columns-in-hero-review .review-content {
    width: auto;
    max-width: 836px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.tmm-contact-columns-in-hero-review-author {
    display: flex;
    margin-left: 55px;
}

@media ( max-width: 768px ) {
    .tmm-contact-columns-in-hero-review-author {
        margin-left: 0;
    }
}
@media ( max-width: 425px ) {
    .tmm-contact-columns-in-hero-review-author {
        display: block;
        margin-top: 50px;
        text-align: center;
    }
}

/* review --end */

/* GF Forms */
.gform_wrapper.gform_validation_error > .gform_validation_errors.validation_error {
    display: none !important;
}

.gform_wrapper ul.gform_fields .gfield_description.validation_message.gfield_validation_message,
.gform_wrapper ul.gform_fields .instruction.validation_message {
    color: #ffffff !important;
    padding-top: 5px !important;
    line-height: 1.1 !important;
}

.gform_wrapper ul.gform_fields li.gfield.gfield_error,
.gform_wrapper ul.gform_fields li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: transparent !important;
    border: none!important;
}

.page-template.page-template-page-alumni-profiles .brochure .inner .gform_wrapper form .gform_body.gform-body ul.gform_fields{
    align-items: unset;
    justify-content: space-between;
}

.page-template.page-template-page-alumni-profiles .brochure .inner .gform_wrapper form .gform_body.gform-body ul.gform_fields #field_2_6,
.page-template.page-template-page-alumni-profiles .brochure .inner .gform_wrapper form .gform_body.gform-body ul.gform_fields #field_2_7,
.page-template.page-template-page-alumni-profiles .brochure .inner .gform_wrapper form .gform_body.gform-body ul.gform_fields #field_2_8,
.page-template.page-template-page-alumni-profiles .brochure .inner .gform_wrapper form .gform_body.gform-body ul.gform_fields #field_2_9 {
    padding: 0 !important;
    width: 48% !important;
    -webkit-flex: unset!important;
    -ms-flex: unset!important;
    flex: unset!important;
    max-width: unset !important;
}

.page-template.page-template-page-alumni-profiles .brochure .inner .gform_wrapper form .gform_body.gform-body ul.gform_fields #field_2_11 {
    padding: 0 !important;
    width: 100% !important;
    max-width: unset !important;
}

.page-template.page-template-page-alumni-profiles .brochure .inner .gform_wrapper form .gform_button.button{
    margin-right: 0 !important;
}

@media (max-width: 1029px) {
    .page-template.page-template-page-alumni-profiles .brochure .inner .gform_wrapper form .gform_body.gform-body ul.gform_fields #field_2_6,
    .page-template.page-template-page-alumni-profiles .brochure .inner .gform_wrapper form .gform_body.gform-body ul.gform_fields #field_2_7,
    .page-template.page-template-page-alumni-profiles .brochure .inner .gform_wrapper form .gform_body.gform-body ul.gform_fields #field_2_8,
    .page-template.page-template-page-alumni-profiles .brochure .inner .gform_wrapper form .gform_body.gform-body ul.gform_fields #field_2_9 {
        width: 100% !important;
        max-width: unset !important;
    }
}

.page-template-page-scholarships-fondation .popup01.popup-body.inline .step1 .description,
.page-template-page-scholarships-fondation .popup01.popup-body.inline .red-btn.to-step2-inline.to-inline-form,
.page-template-page-scholarships-fondation .popup01.popup-body.inline .gform_button.button.popup01-form-submit-button,
.page-template-page-scholarships-fondation .popup01.popup-body.inline .express-consent.gform_description.popup-footer-form,
.page-template-page-scholarships-fondation .popup01.popup-body.inline .disclosure {
    font-family: Lato,helvetica neue,Helvetica,Arial,sans-serif;
}

.page-template-page-scholarships-fondation .popup01.popup-body.inline .brochure-form #form-fields>li input,
.page-template-page-scholarships-fondation .popup01.popup-body.inline .brochure-form #form-fields>li select {
    font-size: 13px;
}

.online-culinary-degree-enrollment .brochure .inner {
    padding: 1em;
    background: #bb1133b3;
    color: #fff;
    text-align: center
}

.online-culinary-degree-enrollment .brochure .inner h2 {
    margin-top: 0;
    font-size: 2.75em;
    color: #fff;
}

.online-culinary-degree-enrollment .brochure .inner p {
    color: #fff
}

.online-culinary-degree-enrollment .brochure .inner .gform_wrapper {
    margin: 0
}

.online-culinary-degree-enrollment .brochure .inner .gform_wrapper form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.online-culinary-degree-enrollment .brochure .inner .gform_wrapper form ul.gform_fields li.gfield {
    padding-right: 0
}

.online-culinary-degree-enrollment .brochure .inner .gform_wrapper form .gform_heading {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 0;
    position: relative
}

.online-culinary-degree-enrollment .brochure .inner .gform_wrapper form .gform_heading .gform_description {
    font-size: .7em;
    margin-top: 1em;
    margin-bottom: 0;
    text-align: left
}

.online-culinary-degree-enrollment .brochure .inner .gform_wrapper form .gform_heading .gform_description span.highlight {
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline
}

.online-culinary-degree-enrollment .brochure .inner .gform_wrapper form .gform_heading .disclosure {
    display: none;
    position: absolute;
    bottom: 32px;
    left: 0;
    background: rgba(51, 51, 51, .9);
    color: #fff;
    width: 100%;
    font-size: 11px;
    padding: 2em
}

.online-culinary-degree-enrollment .brochure .inner .gform_wrapper form .gform_body {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.online-culinary-degree-enrollment .brochure .inner .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.online-culinary-degree-enrollment .brochure .inner .gform_wrapper select,
.online-culinary-degree-enrollment .brochure .inner .gform_wrapper textarea {
    padding: .8em;
    height: auto;
    background-color: #fff
}

.online-culinary-degree-enrollment .brochure .inner .gform_wrapper .gform_title {
    display: none
}

.online-culinary-degree-enrollment .brochure .inner .gform_wrapper select {
    max-width: 100%;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .9em
}

.online-culinary-degree-enrollment .brochure .inner .gform_wrapper textarea {
    max-height: 100px
}

.online-culinary-degree-enrollment .brochure .inner .gform_wrapper input,
.online-culinary-degree-enrollment .brochure .inner .gform_wrapper textarea {
    max-width: 100%;
    width: 100%
}

.online-culinary-degree-enrollment .brochure .inner .gform_wrapper input::-webkit-input-placeholder,
.online-culinary-degree-enrollment .brochure .inner .gform_wrapper textarea::-webkit-input-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .9em
}

.online-culinary-degree-enrollment .brochure .inner .gform_wrapper input::-moz-placeholder,
.online-culinary-degree-enrollment .brochure .inner .gform_wrapper textarea::-moz-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .9em
}

.online-culinary-degree-enrollment .brochure .inner .gform_wrapper input:-ms-input-placeholder,
.online-culinary-degree-enrollment .brochure .inner .gform_wrapper textarea:-ms-input-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .9em
}

.online-culinary-degree-enrollment .brochure .inner .gform_wrapper input:-moz-placeholder,
.online-culinary-degree-enrollment .brochure .inner .gform_wrapper textarea:-moz-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .9em
}

.online-culinary-degree-enrollment .brochure .inner .gform_wrapper input[type=submit] {
    background: #8E6C4A;
    border: 0;
    border-radius: 5px;
    color: #fff;
    width: auto;
    font-weight: 600;
    padding: .5em 1.5em;
    float: right
}

.online-culinary-degree-enrollment .brochure .inner .gform_wrapper input[type=submit]:hover {
    background-color: #ae8437
}

.online-culinary-degree-enrollment .brochure .inner .gform_wrapper form .gform_footer {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
    padding: 0 1em
}

@media (min-width:1030px) {
    .online-culinary-degree-enrollment .brochure .inner .gform_wrapper form ul.gform_fields .gfield.full {
        width: 100%
    }
}

@media only screen and (min-width:1030px) {
    .online-culinary-degree-enrollment .brochure {
        padding: 3em 1em;
        margin-bottom: 3em
    }
    .online-culinary-degree-enrollment .brochure .inner {
        padding: 4em 1em
    }
    .online-culinary-degree-enrollment .brochure .inner p {
        max-width: 600px;
        font-size: 1.2em;
        margin: .5em auto 1.5em
    }
    .online-culinary-degree-enrollment .brochure .inner .gform_wrapper {
        max-width: 600px;
        margin: 0 auto
    }
    .online-culinary-degree-enrollment .brochure .inner .gform_wrapper form {
        position: relative
    }
    .online-culinary-degree-enrollment .brochure .inner .gform_wrapper form .gform_heading .gform_description {
        position: absolute;
        bottom: 10px;
        left: 16px;
        width: 300px
    }
    .online-culinary-degree-enrollment .brochure .inner .gform_wrapper form .gform_body ul {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .online-culinary-degree-enrollment .brochure .inner .gform_wrapper form .gform_body ul li {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        padding: 0 1em;
        width: 50%;
        margin-top: 0
    }
    .online-culinary-degree-enrollment .brochure .inner .gform_wrapper form .gform_footer input[type=submit] {
        margin: 0;
        padding: 1em 1.5em
    }
}

.online-culinary-degree-enrollment #container > .brochure {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}


.page-template-page-contact-new .brochure .express-consent.gform_description .tmm-edu-disclosure-text,
.page-template-page-contact-new .brochure .express-consent.gform_description .tmm-edu-disclosure-text a,
.page-template-page-contact-new .brochure .express-consent.gform_description .tmm-edu-disclosure-text a:hover {
    color: #333 !important;
}

.page-template-page-contact-new .brochure .express-consent.gform_description .tmm-edu-disclosure-text a:hover {
    text-decoration: none !important;
}

.page-template-page-contact-new .brochure .submit-container.gform_footer {
    display: block !important;
    text-align: center !important;
    width: 100% !important;
    margin-bottom: 15px !important;
}

.page-template-page-contact-new .brochure .form-row.gform_heading {
    width: 100% !important;
}

.page-template-page-tour .brochure input.gform_button.button,
.page-template-page-open-house-events .brochure input.gform_button.button,
.page-template-page-refer .brochure input.gform_button.button {
    font-family: TradeGothic !important;
    font-size: 24px !important;
    padding: .5em 2em !important;
    float: none !important;
    margin-bottom: 15px !important;
}

.page-template-page-tour .brochure .submit-container.gform_footer,
.page-template-page-open-house-events .brochure .submit-container.gform_footer,
.page-template-page-refer .brochure .submit-container.gform_footer{
    text-align: center !important;
}

.page-template-page-tour .brochure .tmm-edu-disclosure-text a,
.page-template-page-open-house-events .brochure .tmm-edu-disclosure-text a,
.page-template-page-refer .brochure .tmm-edu-disclosure-text a{
    color: #ffffff !important;
}

.page-template-page-tour .brochure .tmm-edu-disclosure-text a:hover,
.page-template-page-open-house-events .brochure .tmm-edu-disclosure-text a:hover,
.page-template-page-refer .brochure .tmm-edu-disclosure-text a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

.page-template-page-tour .brochure .form-row.gform_heading,
.page-template-page-open-house-events .brochure .form-row.gform_heading,
.page-template-page-refer .brochure .form-row.gform_heading {
    width: 100% !important;
    position: unset !important;
}

.page-template-page-tour .brochure .form-row.gform_heading .express-consent.gform_description,
.page-template-page-open-house-events .brochure .form-row.gform_heading .express-consent.gform_description,
.page-template-page-refer .brochure .form-row.gform_heading .express-consent.gform_description {
    position: unset !important;
}

.page-template-page-refer .refer #refer-cta .wrap .brochure .gform_wrapper form .gform_heading .gform_description {
    margin-top: 0 !important;
}



.page-template-page-alumni-profiles #tour-cta .brochure .inner #gform_wrapper_2 #gform_submit_button_2 {
    display: block;
    font-size: 24px;
    font-family: TradeGothic !important;
    padding: .5em 2em !important;
    float: none;
    margin: 5px auto 15px auto !important;
}

.page-template-page-alumni-profiles #tour-cta .brochure .inner #gform_wrapper_2 .tmm-edu-disclosure-text {
    color: #ffffff;
    text-align: center !important;
}

.page-template-page-alumni-profiles #tour-cta .brochure .inner #gform_wrapper_2 .tmm-edu-disclosure-text a {
    color: #ffffff;
    text-decoration: underline;
}

.page-template-page-alumni-profiles #tour-cta .brochure .inner #gform_wrapper_2 .tmm-edu-disclosure-text a:hover {
    color: #ffffff;
    text-decoration: none;
}

@media( min-width: 1030px ) {
    .page-id-15442 #inner-header:not(.desktop-scroll-menu) .navigation:after,
    .page-id-15555 #inner-header:not(.desktop-scroll-menu) .navigation:after,
    .page-id-20464 #inner-header:not(.desktop-scroll-menu) .navigation:after,
    .page-id-16324 #inner-header:not(.desktop-scroll-menu) .navigation:after,
    .page-id-12578 #inner-header:not(.desktop-scroll-menu) .navigation:after,
    .page-id-12858 #inner-header:not(.desktop-scroll-menu) .navigation:after,
    .page-id-13416 #inner-header:not(.desktop-scroll-menu) .navigation:after,
    .page-id-18401 #inner-header:not(.desktop-scroll-menu) .navigation:after,
    .page-id-19036 #inner-header:not(.desktop-scroll-menu) .navigation:after,
    .page-id-519 #inner-header:not(.desktop-scroll-menu) .navigation:after {
        display: block !important;
    }
}

@media( max-width: 1029px ) {
    .page-id-15442 .header #inner-header .fixed,
    .page-id-15555 .header #inner-header .fixed,
    .page-id-20464 .header #inner-header .fixed,
    .page-id-16324 .header #inner-header .fixed,
    .page-id-12578 .header #inner-header .fixed,
    .page-id-12858 .header #inner-header .fixed,
    .page-id-13416 .header #inner-header .fixed,
    .page-id-18401 .header #inner-header .fixed,
    .page-id-19036 .header #inner-header .fixed,
    .page-id-519 .header #inner-header .fixed {
        box-shadow: 0px 0px 15px rgb(0 0 0 / 25%);
    }
    .page-template-page-cooking-classes-boulder .content img {
      height: 250px;
    }
}

.page-template-page-thank-you-username.page-id-20464 .header #inner-header .navigation .btn.request-mobile,
.page-template-page-thank-you-username.page-id-20464 .header #inner-header .navigation .btn.apply-mobile {
    display: none !important;
}

.hidden-events { 
  display: none;
} 
.holiday-party-img {
  margin-bottom: 1.5em;
  height: 250px;
  display: flex;
  background-size: cover;
  flex-direction: column;
  position: relative;
}

.page-template-page-academics-programs .escoffier-hero .escoffier-hero__body,
.page-template-page-academics-programs .gutenberg-hero-for-not-migrated-page {
    margin-bottom: 0;
}
@media (min-width: 1031px) {
    .page-template-page-academics-programs .escoffier-hero {
        background-position: 50%;
    }
    .page-template-page-academics-programs .escoffier-hero .escoffier-container {
        min-height: 490px !important;
    }
    .page-template-page-academics-programs .escoffier-hero .escoffier-hero__body {
        max-width: 460px
    }
}

@media (max-width: 768px) {
    .page-template-page-academics-programs .escoffier-hero {
        background-position: 50% -11% !important;
    }
}