:root {
    --peacock-blue-dark: #368180;
    --sherwood-green: #9eb28f;
    --courtyard-green: #597C31;
    --alfresco: #567B8A;
    --bright-gold: #e0d464;
    --mango-punch: #eeaf00;
    --ocre: #AD9001;
    --ocre-dark: #8E7200;
    --babson-green: #006644;
    --babson-green-dk: #045236;
    --summer-nights: #005172;
    --englewood-cliffs: #6c6f70;
    --sweet-daphne: #CCD695;
    --cedar-key: #dad7cb;
    --blue-heather: #c6d3d7;
    --beach-haven: #ede8c4;
    --sweet-daphne-lt: #EEF1DC;
    --blue-heather-lt: #EEF2F3;
    --cedar-key-lt: #F4F3EF;
    --pale-yellow: #F5F7E8;
    --gray: #F4F3EF;
    --medium-gray: #7E8082;
    --darker-gray: #464646;
    --gray-30: #4d4d4d;
    --gray-91: #e8e8e8;
    --gray-94: #efefef;
    --white: #ffffff;
    --black: #000000;
    --font-default: "Zilla Slab", serif;
    --font-headings: "Oswald", sans-serif;
    --font-icons: "Font Awesome 5 Free";
    --line-height: 1.6;
    --ratio-small: 1.15;
    --ratio-large: 1.2755;
    --ratio-all: 1.10;
    --s0: 1.6rem;
    --s1: 1.8rem;
    --s2: 2.1rem;
    --s3: 2.4rem;
    --s4: 2.7rem;
    --s5: 3.2rem;
    --l1: 2.0rem;
    --l1-5: 2.4rem;
    --l2: 2.8rem;
    --l3: 3.2rem;
    --l3-5: 3.6rem;
    --l4: 4.0rem;
    --l5: 5.4rem;
    --l7: 7.0rem;
    --fs--3xs: calc(var(--fs--2xs)/var(--ratio-all));
    --fs--2xs: calc(var(--fs--xs)/var(--ratio-all));
    --fs--xs: calc(var(--fs--sm)/var(--ratio-all));
    --fs--sm: calc(var(--fs--md)/var(--ratio-all));
    --fs--md: 2.0rem;
    --fs--lg: calc(var(--fs--md)*var(--ratio-all));
    --fs--xl: calc(var(--fs--lg)*var(--ratio-all));
    --fs--2xl: calc(var(--fs--xl)*var(--ratio-all));
    --fs--3xl: calc(var(--fs--2xl)*var(--ratio-all));
    --fs--4xl: calc(var(--fs--3xl)*var(--ratio-all));
    --fs--5xl: calc(var(--fs--4xl)*var(--ratio-all));
    --fs--6xl: calc(var(--fs--5xl)*var(--ratio-all));
    --fs--7xl: calc(var(--fs--6xl)*var(--ratio-all));
    --fs--8xl: calc(var(--fs--7xl)*var(--ratio-all));
    --fs--9xl: calc(var(--fs--8xl)*var(--ratio-all));
    --fs--10xl: calc(var(--fs--9xl)*var(--ratio-all));
    --sp0: 0rem;
    --sp-25: 0.2rem;
    --sp-5: 0.4rem;
    --sp1: 0.8rem;
    --sp1-25: 1.0rem;
    --sp1-5: 1.2rem;
    --sp2: 1.6rem;
    --sp2-5: 2.0rem;
    --sp3: 2.4rem;
    --sp4: 3.2rem;
    --sp5: 4.0rem;
    --sp6: 4.8rem;
    --sp7: 5.6rem;
    --sp8: 6.4rem;
    --sp9: 7.2rem;
    --sp10: 8.0rem;
    --sp15: 12.0rem;
    --sp--none: 0rem;
    --sp--xs: 0.2rem;
    --sp--sm: 0.4rem;
    --sp--md: 0.8rem;
    --sp--lg: 1.0rem;
    --sp--xl: 1.2rem;
    --sp--2xl: 1.6rem;
    --sp--2-5xl: 2.0rem;
    --sp--3xl: 2.4rem;
    --sp--4xl: 3.2rem;
    --sp--5xl: 4.0rem;
    --sp--6xl: 4.8rem;
    --sp--7xl: 5.6rem;
    --sp--8xl: 6.4rem;
    --sp--9xl: 7.2rem;
    --sp--10xl: 8.0rem;
    --sp--15xl: 12.0rem;
    --measure-short: 420px;
    --measure-medium: 860px;
    --measure-large: 1000px;
    --measure: var(----measure-medium)
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

*.focus-visible,
input[type=checkbox].focus-visible+label,
input[type=radio].focus-visible+label,
label>input[type=checkbox].focus-visible~span {
    outline: 2px solid #000;
    outline-offset: 2px;
    -webkit-box-shadow: 0 0 0 6px #fff;
    box-shadow: 0 0 0 6px #fff;
    position: relative;
    z-index: 100
}

*:focus-visible,
input[type=checkbox]:focus-visible+label,
input[type=radio]:focus-visible+label,
label>input[type=checkbox]:focus-visible~span {
    outline: 2px solid #000;
    outline-offset: 2px;
    -webkit-box-shadow: 0 0 0 6px #fff;
    box-shadow: 0 0 0 6px #fff;
    position: relative;
    z-index: 100
}

.inset-focus *.focus-visible {
    -webkit-box-shadow: inset 0 0 0 4px var(--white);
    box-shadow: inset 0 0 0 4px var(--white);
    outline-width: 2px;
    outline-offset: -2px
}

.inset-focus *:focus-visible {
    -webkit-box-shadow: inset 0 0 0 4px var(--white);
    box-shadow: inset 0 0 0 4px var(--white);
    outline-width: 2px;
    outline-offset: -2px
}

table.focus-visible {
    position: static
}

table:focus-visible {
    position: static
}

div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-justify {
    text-align: justify !important
}

em {
    font-style: italic
}

b,
strong {
    font-weight: bold
}

a {
    color: #597c31
}

ul,
ol {
    padding-left: 3rem
}

p,
pre {
    margin: 0rem 0rem 1.2rem
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

header ul {
    font-size: 1rem
}

html {
    -webkit-text-size-adjust: 100%;
    font-family: "Zilla Slab", serif;
    font-size: 62.5%;
    line-height: 1.6;
    color: #464646;
    overflow-x: hidden
}

body {
    font-size: 1.6rem;
    margin: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility
}

body:before {
    content: "";
    background-color: var(--babson-green);
    height: var(--bodyOffset);
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    color: #064;
    margin: 0;
    padding: 0
}

h1 {
    font-size: 3.4rem;
    line-height: 1.2;
    margin-bottom: 2rem
}

@media screen and (min-width: 40rem) {
    h1 {
        font-size: 4rem;
        margin-bottom: 2.4rem
    }

    .inner-3-column .sp h1 {
        font-size: 3.6rem
    }
}

@media screen and (min-width: 64rem) {
    h1 {
        font-size: 5rem
    }

    .inner-3-column .sp h1 {
        font-size: 4rem
    }
}

@media screen and (min-width: 667rem)and (max-width: 1023px) {
    h1 {
        font-size: 4rem
    }
}

h2,
.u-text__header--2 {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 1rem
}

@media screen and (min-width: 40rem) {

    h2,
    .u-text__header--2 {
        font-size: 2.8rem
    }

    .inner-3-column .sp h2 {
        font-size: 3.2rem
    }
}

@media screen and (min-width: 64rem) {

    h2,
    .u-text__header--2 {
        font-size: 3.3rem
    }

    .inner-3-column .sp h2 {
        font-size: 3.6rem
    }
}

h3,
.u-text__header--3 {
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: .5rem
}

@media screen and (min-width: 40rem) {

    h3,
    .u-text__header--3 {
        font-size: 2.4rem
    }
}

@media screen and (min-width: 64rem) {

    h3,
    .u-text__header--3 {
        font-size: 2.8rem
    }

    .inner-3-column .sp h3 {
        font-size: 3.4rem
    }
}

h4,
.u-text__header--4 {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: .5rem
}

@media screen and (min-width: 40rem) {

    h4,
    .u-text__header--4 {
        font-size: 1.8rem
    }
}

@media screen and (min-width: 64rem) {

    h4,
    .u-text__header--4 {
        font-size: 2.1rem
    }
}

h5,
.u-text__header--5,
h6,
.u-text__header--6 {
    font-family: "Zilla Slab", serif;
    font-size: 2rem;
    line-height: 1.5;
    color: #464646
}

h5,
.u-text__header--6 {
    font-weight: 600
}

@media screen and (min-width: 40rem) {

    h5,
    .u-text__header--5,
    h6,
    .u-text__header--6 {
        font-size: 2.2rem
    }
}

p,
th,
td,
ul,
ol,
.mod-content ul li,
.general-content ul li,
.c-general-content ul li,
.c-general-content-block ul li,
.mod-content ol li,
.general-content ol li,
.c-general-content ol li,
.c-general-content-block ol li {
    font-size: 1.8rem;
    line-height: 1.5
}

p,
ol,
ul {
    margin-bottom: 2rem
}

ol li::marker {
    font-weight: 600
}

@media screen and (min-width: 64em) {

    p,
    th,
    td,
    ul,
    ol,
    .mod-content ul li,
    .general-content ul li,
    .c-general-content ul li,
    .c-general-content-block ul li,
    .mod-content ol li,
    .general-content ol li,
    .c-general-content ol li,
    .c-general-content-block ol li {
        font-size: 1.9rem
    }

    p,
    ol,
    ul {
        margin-bottom: 2.5rem
    }
}

.intro,
p.p-intro,
.typo__lead,
.page-lead,
.intro-text,
.paragraph-heading,
p.paragraph-heading,
div.paragraph-heading {
    font-family: "Arial", sans-serif;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 3rem;
    display: inline-block
}

@media screen and (min-width: 64em) {

    .intro,
    .intro p,
    p.p-intro,
    .typo__lead,
    .page-lead,
    .intro-text,
    .paragraph-heading,
    p.paragraph-heading,
    div.paragraph-heading {
        font-size: 2rem
    }
}

#section-content a:not(.btn):not(.btn-primary a):not(.button-courtyard-green a):not(.button-white-w-gold-border a):not(.button-white a):not(.button-white-border-w-no-fill a):not(.button-tag-link a):not(a.button-white-border-w-no-fill):not(a.button-tag-link):not(.c-navigation-card):not(.c-profile-card.profile-w-modal a)[\:not-has\(a.btn.btn--white\)]:not(.jump-links a):not(.related-news__text h3 a):not(.related-news__text .arrow-link):not(.responsive-profile__container .showmore a):not(.cta-inline-groups a):not(.babson_cta_inner_pages a):not(.calltoaction__inner a):not(.c-image.highlight-nav-box a):not(.c-image.image-with-optional-text.has-text-overlay a):not(.c-event-series h3 a):not(.c-card-simple__text h3 a):not(.c-card-business a):not(.c-article-card__body a):not(.c-block-list a):not(.c-card-simple__tag a):not(.event-info h4 a):not(.section__header p a):not(.c-testimonial__author a):not(.calendar-dayrow a):not(.find-out-more):not(.pagination-wrapper a):not(.course-search-return a):not(.compare-save-button a):not(.responsive-profile__container .hide-show__container a.hide-show__toggle.hide-show__hidden):not(.responsive-profile__container .hide-show__container a.hide-show__toggle.hide-show__visible):not(.expert-container a):not(.c-modal__content a):not(.c-rss-feed h4 a):not(.c-stat-tag a),
.form-assembly-container a:not(input),
.babson__registration-form__contact-block.babson__registration-form__contact-block a {
    text-decoration: underline;
    color: #597c31;
    font-weight: 600
}

#section-content a:not(.btn):not(.btn-primary a):not(.button-courtyard-green a):not(.button-white-w-gold-border a):not(.button-white a):not(.button-white-border-w-no-fill a):not(.button-tag-link a):not(a.button-white-border-w-no-fill):not(a.button-tag-link):not(.c-navigation-card):not(.c-profile-card.profile-w-modal a):not(.c-profile-card.u-background--none:has(a.btn.btn--white) p a):not(.jump-links a):not(.related-news__text h3 a):not(.related-news__text .arrow-link):not(.responsive-profile__container .showmore a):not(.cta-inline-groups a):not(.babson_cta_inner_pages a):not(.calltoaction__inner a):not(.c-image.highlight-nav-box a):not(.c-image.image-with-optional-text.has-text-overlay a):not(.c-event-series h3 a):not(.c-card-simple__text h3 a):not(.c-card-business a):not(.c-article-card__body a):not(.c-block-list a):not(.c-card-simple__tag a):not(.event-info h4 a):not(.section__header p a):not(.c-testimonial__author a):not(.calendar-dayrow a):not(.find-out-more):not(.pagination-wrapper a):not(.course-search-return a):not(.compare-save-button a):not(.responsive-profile__container .hide-show__container a.hide-show__toggle.hide-show__hidden):not(.responsive-profile__container .hide-show__container a.hide-show__toggle.hide-show__visible):not(.expert-container a):not(.c-modal__content a):not(.c-rss-feed h4 a):not(.c-stat-tag a),
.form-assembly-container a:not(input),
.babson__registration-form__contact-block.babson__registration-form__contact-block a {
    text-decoration: underline;
    color: #597c31;
    font-weight: 600
}

#section-content a:not(.btn):not(.btn-primary a):not(.button-courtyard-green a):not(.button-white-w-gold-border a):not(.button-white a)[\:not-has\(.button-white\)][\:not-has\(.button-tag-link\)]:not(a.button-tag-link):not(a.button-courtyard-green):not(a.button-white-border-w-no-fill):not(a.button-white):not(.button-white-border-w-no-fill a):not(.button-tag-link a):not(.c-navigation-card):not(.c-connect-with-us a):not(.c-profile-card.profile-w-modal a)[\:not-has\(a.btn.btn--white\)]:not(.jump-links a):not(.related-news__text h3 a):not(.related-news__text .arrow-link):not(table.summer-nights-table thead th a):not(table.courtyard-green-table thead th a):not(table.englewood-cliffs-table thead th a):not(.u-text__color--white a):not(.faculty-profiles .contact-bar a):not(.c-ataglance a):not(.cta-inline-groups a):not(.babson_cta_inner_pages a):not(.calltoaction__inner a):not(.c-event-series h3 a):not(.event-box .btn-primary a):not(.c-image-carousel a):not(.c-card-simple__text h3 a):not(.c-card-business a):not(.c-cta-highlight-section.white-text p a):not(.c-card-simple__tag a):not(.calendar-dayrow a):not(.find-out-more):not(.pagination-wrapper a):not(.social-media-link a):not(.course-search-return a):not(.compare-save-button a):not(.gsc-search-box .gsc-input a.gsst_a):not(.responsive-profile__container .hide-show__container a.hide-show__toggle.hide-show__hidden):not(.responsive-profile__container .hide-show__container a.hide-show__toggle.hide-show__visible):not(.c-article-card__body a):not(.c-modal__content a):not(.c-rss-feed a):not(.c-stat-tag a):hover,
.form-assembly-container a:not(input):hover,
.babson__registration-form__contact-block.babson__registration-form__contact-block a:hover {
    color: #fff !important;
    background: #597c31 !important;
    text-decoration: underline
}

#section-content a:not(.btn):not(.btn-primary a):not(.button-courtyard-green a):not(.button-white-w-gold-border a):not(.button-white a):not(a:has(.button-white)):not(a:has(.button-tag-link)):not(a.button-tag-link):not(a.button-courtyard-green):not(a.button-white-border-w-no-fill):not(a.button-white):not(.button-white-border-w-no-fill a):not(.button-tag-link a):not(.c-navigation-card):not(.c-connect-with-us a):not(.c-profile-card.profile-w-modal a):not(.c-profile-card.u-background--none:has(a.btn.btn--white) p a):not(.jump-links a):not(.related-news__text h3 a):not(.related-news__text .arrow-link):not(table.summer-nights-table thead th a):not(table.courtyard-green-table thead th a):not(table.englewood-cliffs-table thead th a):not(.u-text__color--white a):not(.faculty-profiles .contact-bar a):not(.c-ataglance a):not(.cta-inline-groups a):not(.babson_cta_inner_pages a):not(.calltoaction__inner a):not(.c-event-series h3 a):not(.event-box .btn-primary a):not(.c-image-carousel a):not(.c-card-simple__text h3 a):not(.c-card-business a):not(.c-cta-highlight-section.white-text p a):not(.c-card-simple__tag a):not(.calendar-dayrow a):not(.find-out-more):not(.pagination-wrapper a):not(.social-media-link a):not(.course-search-return a):not(.compare-save-button a):not(.gsc-search-box .gsc-input a.gsst_a):not(.responsive-profile__container .hide-show__container a.hide-show__toggle.hide-show__hidden):not(.responsive-profile__container .hide-show__container a.hide-show__toggle.hide-show__visible):not(.c-article-card__body a):not(.c-modal__content a):not(.c-rss-feed a):not(.c-stat-tag a):hover,
.form-assembly-container a:not(input):hover,
.babson__registration-form__contact-block.babson__registration-form__contact-block a:hover {
    color: #fff !important;
    background: #597c31 !important;
    text-decoration: underline
}

.section__header p a,
.c-cta-highlight-section.white-text p a,
.hero-cta-combo__hero__text a,
#section-content .form-assembly-container.u-form-bg-alfresco .form-assembly-disclaimer p a,
#section-content .form-assembly-container.u-form-bg-courtyard-green .form-assembly-disclaimer p a,
#section-content .form-assembly-container.u-form-bg-ad-landing .form-assembly-disclaimer p a,
table.summer-nights-table thead th a,
table.courtyard-green-table thead th a,
table.englewood-cliffs-table thead th a {
    color: #fff !important
}

.section__header p a:hover,
.c-cta-highlight-section.white-text p a:hover,
.hero-cta-combo__hero__text a:hover,
#section-content .u-text__color--white a:not(.button-tag-link a):not(a.button-tag-link):not(.cta-inline-groups a):not(.c-card-simple__text .c-card-simple__tag a):not(.profile-w-modal a):not(.c-profile-card .tag-link):not(a.btn.btn--white)[\:not-has\(.button-white\)]:hover,
#section-content .form-assembly-container.u-form-bg-alfresco .form-assembly-disclaimer p a:hover,
#section-content .form-assembly-container.u-form-bg-courtyard-green .form-assembly-disclaimer p a:hover,
#section-content .form-assembly-container.u-form-bg-ad-landing .form-assembly-disclaimer p a:hover,
table.summer-nights-table thead th a:hover,
table.courtyard-green-table thead th a:hover,
table.englewood-cliffs-table thead th a:hover {
    color: #597c31 !important;
    background: #fff !important
}

.section__header p a:hover,
.c-cta-highlight-section.white-text p a:hover,
.hero-cta-combo__hero__text a:hover,
#section-content .u-text__color--white a:not(.button-tag-link a):not(a.button-tag-link):not(.cta-inline-groups a):not(.c-card-simple__text .c-card-simple__tag a):not(.profile-w-modal a):not(.c-profile-card .tag-link):not(a.btn.btn--white):not(a:has(.button-white)):hover,
#section-content .form-assembly-container.u-form-bg-alfresco .form-assembly-disclaimer p a:hover,
#section-content .form-assembly-container.u-form-bg-courtyard-green .form-assembly-disclaimer p a:hover,
#section-content .form-assembly-container.u-form-bg-ad-landing .form-assembly-disclaimer p a:hover,
table.summer-nights-table thead th a:hover,
table.courtyard-green-table thead th a:hover,
table.englewood-cliffs-table thead th a:hover {
    color: #597c31 !important;
    background: #fff !important
}

.no-hover a:hover {
    color: unset !important;
    background: unset !important
}

#section-content .btn-primary>a,
#section-content h2:not(.c-block-list__header) a:not(.btn),
#section-content .course-listing .h3 a,
#section-content .compare-save-button a,
#section-content .c-article-card p:last-of-type a,
table thead th a {
    font-weight: 400 !important
}

#section-content h3 a:not(.btn):not(.related-news__text h3 a):not(.c-card-simple__text h3 a):not(.c-block-list h3 a):not([class]),
#section-content h4 a:not(.c-rss-feed h4 a):not(.btn):not(.c-article-card__body a):not(.expert-container a):not([class]) {
    font-weight: 300 !important
}

table.summer-nights-lines-table thead th a {
    color: #005172 !important
}

table.englewood-cliffs-lines-table thead th a {
    color: #6c6f70 !important
}

.c-event-series h3 a:hover {
    text-decoration: underline
}

#section-content .c-image .item a {
    font-weight: unset
}

td *:not(.btn-primary) a:hover {
    color: #fff !important;
    background: #597c31 !important;
    text-decoration: underline
}

.accordion-drop-down .btn-primary>a:hover,
td .btn-primary>a:hover {
    color: #005172 !important;
    background: #fff !important;
    text-decoration: none
}

#section-content .event-box .btn-primary a {
    color: #fff !important;
    text-decoration: none !important
}

#section-content .event-box .btn-primary a:hover {
    color: #005172 !important;
    background: #fff !important
}

#section-content .related-news a {
    text-decoration: none !important;
    font-weight: 400;
    color: #064
}

#section-content .related-news a:hover {
    color: #064 !important;
    background: #fff !important;
    text-decoration: underline !important
}

#section-content .course-listing li span a {
    color: #464646 !important;
    font-weight: 400 !important;
    text-decoration: none !important
}

#search-results .pagination-box a {
    text-decoration: none !important;
    font-weight: 400 !important
}

#search-results .pagination-box a:hover {
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

button {
    cursor: pointer;
    font-size: 1rem
}

blockquote {
    color: #6c6f70;
    font-size: 2rem;
    line-height: 1.5;
    padding: 5.4rem 0 0;
    font-style: italic;
    position: relative;
    margin-bottom: 2rem
}

blockquote:before {
    display: inline-block;
    width: 6.8rem;
    height: 5.4rem;
    content: "";
    background: url(../images/quote.png) no-repeat 0 0;
    background-size: 6.8rem 5.4rem
}

code {
    border: solid 1px #999;
    background-color: #f1f1f1;
    display: block;
    padding: .1875rem .3125rem
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    clear: both;
    *zoom: 1
}

pre {
    background-color: inherit;
    margin: 0
}

figure {
    display: table;
    margin: 0 0 2.5rem 0
}

figcaption {
    margin-top: .5rem;
    font-size: 1.3rem;
    color: #7e7e7e;
    display: table-caption;
    caption-side: bottom
}

table[align=left] {
    float: none
}

@media(min-width: 768px) {
    table[align=left] {
        margin-right: 3.5rem;
        float: left
    }
}

table[align=right] {
    float: none
}

@media(min-width: 768px) {
    table[align=right] {
        margin-left: 3.5rem;
        float: right
    }
}

iframe {
    max-width: 100%;
    width: 100%
}

.base-key {
    border: solid 1px #fe5000;
    background-color: #f1f1f1;
    padding: .25rem .5rem;
    margin-bottom: 2rem;
    max-width: 600px;
    font-family: "Oswald", sans-serif
}

.base-key::before,
.base-key::after {
    content: " ";
    display: table
}

.base-key::after {
    clear: both
}

.base-key dt {
    font-weight: 700;
    float: left;
    width: 5rem;
    clear: left
}

.base-key dt,
.base-key dd {
    margin-bottom: .25rem
}

.base-key dd {
    font-family: monospace
}

.checkbox__container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1.8rem;
    font-family: 16px "Oswald", sans-serif;
    min-height: 26px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media screen and (min-width: 40em) {
    .checkbox__container {
        margin-right: 1em
    }
}

.checkbox__container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkbox__container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff
}

.checkbox__container .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.checkbox__container input:checked~.checkmark:after {
    display: block
}

.checkbox__container .checkmark:after {
    left: 7px;
    top: 1px;
    width: 5px;
    height: 12px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.print-only {
    display: none !important
}

@media print {

    *:not(:where(.c-ataglance__icon i,
            .c-image-carousel #slider,
            table tbody tr,
            table thead tr th)) {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
        -webkit-print-color-adjust: exact !important;
        color-adjust: exact !important;
        print-color-adjust: exact !important
    }

    .hide-on-print,
    .hide-for-print,
    body:before,
    footer,
    .c-ctas__wrapper,
    .c-sub-nav,
    .c-toolkit,
    .sidebar-menu,
    .dsg-sub-nav,
    #cwlChat,
    .c-mobile-controls,
    .c-breadcrumbs,
    #footerform {
        display: none !important
    }

    .print-only {
        display: block !important
    }

    .show-for-print {
        display: inherit !important
    }

    @page {
        margin: 1cm
    }

    header {
        border-bottom: 2px solid #064
    }

    .c-header {
        display: block !important
    }

    .c-header__wrapper.fixed {
        position: relative !important
    }

    .c-branding svg {
        fill: #064 !important
    }

    .c-hero-image.level-3-page .c-hero-image__text,
    .c-hero-image.level-4-page .c-hero-image__text,
    .c-hero-image.level-article-page .c-hero-image__text,
    .c-hero-image.level-product-page .c-hero-image__text {
        padding: 15px 2rem 1.6rem 2rem
    }

    .intro p,
    p.intro,
    p.p-intro,
    .typo__lead,
    .page-lead,
    .intro-text,
    .intro-text p,
    .paragraph-heading,
    p.paragraph-heading,
    div.paragraph-heading,
    p {
        font-size: 1.6rem !important;
        margin-bottom: 15px !important
    }

    ul,
    ol,
    .mod-content ul li,
    .general-content ul li,
    .c-general-content ul li,
    .c-general-content-block ul li,
    .mod-content ol li,
    .general-content ol li,
    .c-general-content ol li,
    .c-general-content-block ol li {
        font-size: 1.6rem !important
    }

    th,
    td {
        font-size: 1.4rem !important
    }

    h1 {
        font-size: 3rem !important
    }

    h2 {
        font-size: 2.2rem !important
    }

    h3 {
        font-size: 2rem !important
    }

    h4 {
        font-size: 1.8rem !important
    }

    h5 {
        font-size: 1.7rem !important
    }

    h6 {
        font-size: 1.7rem !important
    }

    .c-general-content-block h2.title--understated-under-line,
    .general-content h2.title--understated-under-line,
    .c-general-content-block h2.title--understated-under-line-large,
    .general-content h2.title--understated-under-line-large,
    .title-with-top-border-lt-blue {
        font-size: 1.8rem !important;
        margin-bottom: 15px !important
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    #section-content .event-box .cta.btn-primary a,
    body .c-general-content-block.u-text__color--white>*,
    body .u-text__color--white,
    .u-text__color--white p,
    .u-text__color--white p a,
    .u-text__color--white h2,
    .u-text__color--white h3,
    .u-text__color--white h4,
    .u-text__color--white h5,
    .u-text__color--white h6 {
        color: #000 !important
    }

    #section-content.grid-main-section {
        margin-top: 0rem !important
    }

    .u-background {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .background-color-padding:not(:where(#id-2887550, .u-border--cedar-key)) {
        padding: 0 !important;
        margin: 0 auto !important
    }

    .u-margin-bottom--30 {
        display: block !important;
        margin-bottom: 30px !important
    }

    .u-margin-bottom--default {
        display: block !important;
        margin-bottom: 30px !important
    }

    .u-margin-bottom--60 {
        display: block !important;
        margin-bottom: 30px !important
    }

    .u-margin-bottom--90 {
        display: block !important;
        margin-bottom: 35px !important
    }

    pre,
    blockquote:not(.quote-text-container blockquote) {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    tr,
    img,
    .c-stat-card,
    .c-card-simple,
    body .o-adv-wrapper>.cell>.c-card-simple,
    .c-navigation-card--wrapper,
    .c-navigation-card,
    body .o-adv-wrapper>.cell>.c-navigation-card,
    .c-jumbotron,
    .c-profile-card,
    .o-adv-wrapper .cell.medium-6[\:has\(.c-profile-card\)],
    .c-quote,
    .date-card,
    .c-navigation-card--wrapper,
    .btn,
    a.btn,
    .c-cta-highlight-section,
    .u-background {
        page-break-inside: avoid !important
    }

    tr,
    img,
    .c-stat-card,
    .c-card-simple,
    body .o-adv-wrapper>.cell>.c-card-simple,
    .c-navigation-card--wrapper,
    .c-navigation-card,
    body .o-adv-wrapper>.cell>.c-navigation-card,
    .c-jumbotron,
    .c-profile-card,
    .o-adv-wrapper .cell.medium-6:has(.c-profile-card),
    .c-quote,
    .date-card,
    .c-navigation-card--wrapper,
    .btn,
    a.btn,
    .c-cta-highlight-section,
    .u-background {
        page-break-inside: avoid !important
    }

    .o-adv-wrapper>.cell,
    .c-navigation-card--wrapper,
    .c-navigation-card {
        page-break-inside: avoid !important;
        height: auto !important
    }

    .c-card-simple,
    .c-navigation-card,
    .differentiators .cell,
    .expert-container,
    .c-article-card,
    .c-ataglance,
    .c-stat-card,
    .c-general-content-block.u-background--transparent-white[\:has\(.date-card\)] {
        border-top: 1px solid #d3d3d3;
        border-right: 1px solid #d3d3d3 !important;
        border-bottom: 1px solid #d3d3d3 !important;
        border-left: 1px solid #d3d3d3 !important
    }

    .c-card-simple,
    .c-navigation-card,
    .differentiators .cell,
    .expert-container,
    .c-article-card,
    .c-ataglance,
    .c-stat-card,
    .c-general-content-block.u-background--transparent-white:has(.date-card) {
        border-top: 1px solid #d3d3d3;
        border-right: 1px solid #d3d3d3 !important;
        border-bottom: 1px solid #d3d3d3 !important;
        border-left: 1px solid #d3d3d3 !important
    }

    .c-navigation-card {
        border-top-width: 2px !important
    }

    .grad__slider-card {
        border-right: 1px solid #d3d3d3
    }

    .c-navigation-card .btn,
    a.btn {
        display: block !important;
        border: 1px solid #d3d3d3 !important;
        font-size: 1.2rem;
        padding: 5px 10px !important
    }

    table {
        display: table !important
    }

    thead {
        display: table-header-group
    }

    img:not(.c-connect-with-us a img):not(.c-general-content-block p>img):not(.slick-list img):not(.c-jumbotron img):not(.c-hero-image img):not(.highlight-nav-box .text-over-image-band img):not(.c-profile-card .profile-image img),
    body .c-card-simple,
    body .o-adv-wrapper>.cell>.c-card-simple,
    body .c-navigation-card,
    body .c-aside-card,
    body .c-jumbotron {
        max-width: 550px !important;
        margin: 0 auto;
        display: block;
        height: auto
    }

    .accordion-drop-down__toggle.btn {
        padding: 10px 6rem 10px 1.4rem !important;
        font-weight: 400 !important;
        font-size: 1.6rem !important
    }

    .accordion-drop-down__toggle .accordion-drop-down__icon {
        height: 15px !important;
        width: 15px !important
    }

    .accordion-drop-down__toggled-content {
        display: block !important
    }

    .c-general-content-block.courtyard-green {
        border-top-width: 2px !important;
        padding-top: 10px !important
    }

    .c-card-simple .c-card-simple__image,
    .c-jumbotron .c-jumbotron__media {
        max-height: 275px;
        overflow: hidden;
        display: block
    }

    .c-cta-highlight-section .cta-section-container {
        padding: 0 2rem !important
    }

    .date-card {
        padding: 10px !important
    }

    .c-card-simple {
        border-top-width: 2px !important
    }

    .c-card-simple__text.mixed-card-fonts {
        padding-top: 10px !important
    }

    .c-navigation-card h3,
    .c-card-simple__text h3 {
        font-size: 1.8rem !important
    }

    .c-navigation-card p,
    .c-card-simple__text p {
        font-size: 1.4rem !important
    }

    .c-card-simple__text .c-card-simple__tag {
        font-size: 1.4rem !important
    }

    .c-hero-image__text,
    .c-jumbotron .c-jumbotron__text {
        background: #fff !important
    }

    .c-jumbotron__text.mango-punch {
        border-top: 4px solid #eeaf00 !important
    }

    .c-jumbotron__text,
    .c-jumbotron__text.text-large {
        padding: 20px 20px 0 20px !important
    }

    .c-jumbotron__text p {
        font-size: 1.4rem !important
    }

    .c-custom-button .btn {
        font-size: 1.4rem !important;
        padding: 5px 10px !important;
        letter-spacing: .1rem !important
    }

    #section-content .c-jumbotron .c-jumbotron__text a.btn,
    .c-card-simple__tag a {
        max-width: 100% !important
    }

    .c-card-simple__text,
    .c-navigation-card__text {
        padding: 10px !important
    }

    .c-image.highlight-nav-box .text-over-image {
        background: #000 !important
    }

    .c-stat-card .c-stat-text,
    .c-stat-card .c-stat-text span {
        font-size: 2.5rem !important
    }

    .c-stat-card .c-stat-body-text p {
        font-size: 1.4rem !important
    }

    .c-stat-card p:last-of-type {
        margin-bottom: 0 !important
    }

    body .c-profile-card {
        max-width: 860px !important;
        margin: 0 auto;
        padding: 0 !important;
        border-top: 3px solid #c0cc7f !important;
        margin-top: 30px !important
    }

    .o-adv-wrapper .cell.medium-6[\:has\(.c-profile-card\)] {
        margin-top: 4rem !important
    }

    .o-adv-wrapper .cell.medium-6:has(.c-profile-card) {
        margin-top: 4rem !important
    }

    .c-profile-card .profile-info-top h3 {
        font-size: 1.6rem !important;
        margin-bottom: 2px !important
    }

    .c-profile-card .profile-info-top h4 {
        font-size: 1.4rem !important;
        margin-bottom: 10px !important
    }

    .c-profile-card .profile-info-bottom p {
        font-size: 1.2rem !important;
        margin-bottom: 10px !important
    }

    .c-profile-card .profile-info-top {
        margin-top: -2rem !important
    }

    .c-profile-card .profile-image {
        width: 100px !important;
        top: -25px !important
    }

    .c-profile-card .profile-image img {
        max-width: 100px !important;
        height: 100px !important;
        max-height: 100px !important;
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid
    }

    .c-related-links li,
    .sidebar .c-related-links li a {
        font-size: 1.6rem !important
    }

    .cta-inline-groups li {
        margin-right: 6px !important
    }

    .cta-inline-groups li a .content {
        font-size: 1.6rem;
        font-weight: 300
    }

    .cta-inline-groups .img img {
        margin-right: 4px !important;
        max-width: 30px !important;
        max-height: 30px !important
    }

    .social-media-link a i {
        font-size: 2rem !important;
        width: 40px !important;
        min-width: 40px !important;
        height: 40px !important;
        line-height: 38px !important;
        border: 1px solid !important
    }

    .social-media-link a .text span.social-media-name {
        font-size: 1.6rem !important;
        font-weight: 300;
        line-height: 1.4
    }

    .social-media-link a .text span.social-media-handle {
        font-size: 1.4rem !important;
        font-weight: 300
    }

    .social-media-link {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
        flex: 0 1 45%;
        margin: 0 .7% 1.5rem
    }

    .date-card .date-card-month {
        font-size: 2rem;
        margin-bottom: 10px
    }

    .date-card .date-card-day {
        font-size: 4rem;
        margin-bottom: 10px
    }

    .date-card .date-card-text {
        font-size: 2rem
    }

    .babson__registration-form__contact-block {
        padding: 10px 0 0 !important
    }

    .babson__registration-form__contact-block p {
        margin-bottom: 0 !important
    }

    .babson__registration-form__contact-block h3.more-margin-bottom {
        margin-bottom: 10px !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        display: none
    }

    a.btn[href]:not(header a):not(.c-breadcrumbs a):after {
        content: "" attr(href) "";
        font-size: 80%;
        text-transform: lowercase;
        display: block;
        width: 100%;
        font-weight: 300 !important;
        word-break: break-word
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }

    body div.form_header.form_layout_table .form_label {
        font-size: 2rem !important
    }

    body .grid-container .form-assembly-container h2,
    body .grid-container .form-assembly-container .wFormContainer .wFormTitle,
    body .wFormContainer .wForm label,
    .ad-landing .right-column label,
    .right-column .form-container label.label,
    .ad-landing .right-column .form-assembly-container .wForm label.label {
        color: #000 !important;
        font-size: 1.4rem !important
    }

    body:not(.page__legacy) .wForm form select,
    .wForm .oneField>.inputWrapper input,
    .form-assembly-container .wForm .oneField>.inputWrapper textarea body.wForm form input:not([type=checkbox]):not([type=radio]):not([type=image]):not([type=submit]),
    body.wForm form textarea,
    body.wForm form select,
    .wForm input[type=text],
    input,
    body select,
    input[type=text],
    input[type=text],
    input[type=password],
    input[type=date],
    input[type=datetime],
    input[type=datetime-local],
    input[type=month],
    input[type=week],
    input[type=email],
    input[type=number],
    input[type=search],
    input[type=tel],
    input[type=time],
    input[type=url],
    input[type=color],
    fieldset .form_responses textarea,
    body #section-content .form-assembly-container textarea,
    body .slate-form-container input,
    .ad-landing .right-column div.form-assembly-container .wForm .oneField input,
    .ad-landing.right-column input,
    .right-column select,
    .right-column textarea,
    .ad-landing.right-column .wForm .oneField>.inputWrapper select {
        font-size: 1.4rem !important;
        height: 35px !important;
        border: 1px solid #d3d3d3 !important
    }

    [type=checkbox]:not(:checked)+label:before,
    [type=checkbox]:checked+label:before,
    input[type=checkbox]:not(:checked)+label:before,
    input[type=checkbox]:not(:checked)+span:before,
    input[type=checkbox]:checked+label:before,
    input[type=checkbox]:checked+span:before,
    input[type=radio]:checked+label:before,
    input[type=radio]:not(:checked)+label:before {
        border: 1px solid #d3d3d3 !important
    }

    body .wForm .primaryAction,
    body .wForm .actions .primaryAction,
    body button[type=submit],
    body input[type=submit],
    body #footerform .action button {
        background: #d3d3d3 !important;
        border-radius: 0 !important;
        color: #000 !important;
        font-size: 1.6rem !important;
        height: 35px !important;
        margin: 0 0 40px
    }

    #section-content .wForm input,
    div.form_question.form_layout_table {
        padding-bottom: 10px !important
    }

    #footerform .action button,
    .c-image .text-over-image,
    .c-image.highlight-nav-box .text-over-image {
        color: #fff !important
    }

    .slate-form-container {
        padding: 0 20px !important;
        margin: 0 20px !important
    }

    body .slate-form-container.u-form-bg-sweet-daphne-lt div.form_header.form_layout_table .form_label,
    body .slate-form-container.u-form-bg-sweet-daphne-lt .form_label {
        background: none !important;
        font-size: 1.6rem !important
    }

    .ad-landing .header__logo.site-title a svg,
    .ad-landing .header__logo.site-title a svg .st0h {
        fill: #064 !important
    }
}

.select__container {
    position: relative
}

.accordian-header,
.accordian-header-selected {
    border-bottom: .1rem solid #00536f;
    color: #064 !important;
    cursor: pointer;
    font-family: inherit !important;
    font-size: 1.6rem !important;
    font-weight: normal !important;
    margin: 0 !important;
    padding: .5em 0
}

.accordian-header:hover,
.accordian-header-selected:hover {
    background-color: #f1f1f1
}

.accordian-header-selected {
    border-bottom: none
}

.accordian-header-selected+div {
    border-bottom: .1rem solid #00536f
}

.accordian-content {
    overflow: hidden !important
}

.accordion .accordion__head {
    background-color: #dde5e8;
    -webkit-box-shadow: 1px 2px 0 -1px #b5b7b6;
    box-shadow: 1px 2px 0 -1px #b5b7b6;
    color: #025074;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0 0 .3rem;
    outline: 0 none;
    padding: .75rem .75rem .75rem 3rem;
    position: relative;
    -webkit-transition: background-color .2s ease-in 0s;
    transition: background-color .2s ease-in 0s
}

.accordion .accordion__head:hover {
    background-color: #c1d2d9
}

.accordion .accordion__head--active {
    background-color: #adbfc9
}

.accordion__head--active .accordion__icon {
    border-left: .8rem solid transparent;
    border-right: .8rem solid transparent;
    border-top: .8rem solid #7f7f7f;
    left: .65rem;
    margin-top: -0.5rem
}

.accordion__content {
    display: block;
    padding: 1rem 2.5rem;
    overflow: auto
}

.accordion__icon {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: .8rem solid transparent;
    border-left: .8rem solid #7f7f7f;
    border-top: .8rem solid transparent;
    display: block;
    height: 0;
    width: 0;
    left: 1rem;
    margin-top: -0.9rem;
    position: absolute;
    top: 50%
}

.accordion-drop-down {
    clear: both;
    border: 2px solid #e0d464
}

.accordion-drop-down__toggle.btn {
    width: 100%;
    text-align: left;
    position: relative;
    border: none;
    -webkit-transition: background .4s ease, color .4s ease;
    transition: background .4s ease, color .4s ease;
    margin-bottom: 0;
    padding: 1.2rem 6rem 1.2rem 1.4rem;
    color: #597c31;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 1.2px;
    background-color: #fff;
    max-width: unset
}

.accordion-drop-down__toggle:after {
    display: none
}

.accordion-drop-down__toggle.btn:hover {
    background: #e0d464;
    color: #000
}

.accordion-drop-down__toggle .accordion-drop-down__icon {
    position: absolute;
    height: 2rem;
    width: 2rem;
    top: 0;
    bottom: 0;
    right: 1.875rem;
    margin: auto
}

.accordion-drop-down__toggle .accordion-drop-down__icon path {
    fill: #597c31;
    -webkit-transition: fill .4s ease;
    transition: fill .4s ease;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.accordion-drop-down__toggle--active .accordion-drop-down__icon path {
    fill: #444
}

.accordion-drop-down__toggle--active .accordion-drop-down__icon path.accordion-drop-down__icon--rotate {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media screen and (max-width: 39.9375em) {
    .mobile-accordion-container--filter {
        margin-bottom: 1.25rem
    }
}

.mobile-accordion-container--filter .accordion-drop-down__toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none
}

@media screen and (min-width: 40em) {
    .mobile-accordion-container--filter .accordion-drop-down__toggle {
        display: none
    }
}

.mobile-accordion-container--filter .accordion-drop-down__icon path {
    fill: #fff
}

@media screen and (max-width: 39.9375em) {
    .mobile-accordion-container--filter form {
        margin-bottom: 0;
        padding: 0 1.25rem 1.25rem 1.25rem
    }
}

.accordion-drop-down__toggled-content {
    padding: 3.125rem 1.875rem 1.875rem;
    background: #fff;
    color: #222;
    margin-top: -1.5rem;
    display: none
}

.accordion-drop-down__toggled-content a:not(.btn) {
    text-decoration: underline
}

.accordion-drop-down__toggled-content h4:first-of-type {
    margin-top: 0rem;
    margin-bottom: 1rem
}

@media screen and (max-width: 39.9375em) {
    .accordion-drop-down__toggle--mobile+* {
        display: none
    }
}

.accordion,
.accordion-drop-down {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%
}

.accordion-drop-down p,
.accordion-drop-down ol li,
.accordion-drop-down ul li {
    font-family: "Arial", sans-serif;
    font-size: 1.4rem
}

@media screen and (min-width: 40em) {

    .accordion-drop-down p,
    .accordion-drop-down ol li,
    .accordion-drop-down ul li {
        font-size: 1.6rem
    }
}

[class^=u-margin-bottom] .cell:last-child .accordion-drop-down {
    margin-bottom: 0
}

.white-with-green-hover .accordion-drop-down {
    border: none !important;
    border-top: .05rem solid #c6d3d7 !important;
    margin-bottom: 0
}

.white-with-green-hover.u-margin-bottom--20 .accordion-drop-down,
.white-with-green-hover.u-margin-bottom--30 .accordion-drop-down,
.white-with-green-hover.u-margin-bottom--60 .accordion-drop-down,
.white-with-green-hover.u-margin-bottom--90 .accordion-drop-down {
    border-bottom: .05rem solid #c6d3d7 !important
}

.white-with-green-hover .accordion-drop-down__toggle.btn {
    color: #464646 !important;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: unset;
    border: none;
    padding: 1.5rem 5.3rem 1.5rem 1.5rem !important
}

.white-with-green-hover .accordion-drop-down__toggle.btn:hover,
.white-with-green-hover .accordion-drop-down.engaged .accordion-drop-down__toggle.btn,
.white-with-green-hover .accordion-drop-down__toggle.btn:hover {
    background: #597c31 !important;
    color: #fff !important
}

.white-with-green-hover .accordion-drop-down__toggle .accordion-drop-down__icon {
    background: #eef1dc;
    border-radius: 10px;
    padding: .5rem;
    right: 2rem
}

.white-with-green-hover .accordion-drop-down.engaged .accordion-drop-down__toggle:hover .accordion-drop-down__icon .white-with-green-hover .accordion-drop-down .accordion-drop-down__toggle:hover .accordion-drop-down__icon {
    background: #eef1dc
}

.white-with-green-hover .accordion-drop-down__toggled-content {
    padding: 3.125rem 1.875rem 1.875rem;
    background: #f4f3ef
}

.faq-filter {
    padding: 2.5rem 2rem
}

.u-background .faq-filter {
    padding: 2.5rem 0
}

.faq-filter select.cell {
    margin-bottom: 0
}

.faq-filter h4.cell {
    padding-left: 0;
    margin-right: 2rem;
    font-size: 2.1rem;
    font-weight: 400
}

@media screen and (min-width: 64em) {
    .faq-filter h4.cell {
        margin-top: .6rem;
        margin-bottom: 0;
        font-size: 2.4rem
    }
}

.o-adv-wrapper .white-with-green-hover .accordion-drop-down {
    margin-bottom: -1.7rem
}

@media screen and (min-width: 40em) {
    .o-adv-wrapper .white-with-green-hover .accordion-drop-down {
        margin-bottom: -2.4rem
    }
}

@media screen and (min-width: 64em) {
    .o-adv-wrapper .white-with-green-hover .accordion-drop-down {
        margin-bottom: -3.4rem
    }
}

@media screen and (min-width: 40em) {
    .o-adv-wrapper .accordion-drop-down {
        margin-bottom: -0.4rem
    }
}

@media screen and (min-width: 64em) {
    .o-adv-wrapper .accordion-drop-down {
        margin-bottom: -1.4rem
    }
}

.o-adv-wrapper .faq-filter {
    margin-bottom: -3.4rem
}

.return-faq .accordion-drop-down {
    margin-top: -2rem
}

.return-faq .u-margin-bottom--20 {
    display: block
}

.accordion-wrapper h2 {
    max-width: 86rem;
    margin-left: auto;
    margin-right: auto
}

.c-accordion-item.accordion-drop-down {
    clear: both;
    border: 2px solid #597c31;
    margin-bottom: 1rem
}

.c-accordion-item.accordion-drop-down:last-child {
    margin-bottom: 0
}

.c-accordion-item .accordion-drop-down__toggle {
    border: none;
    width: 100%;
    text-align: left;
    position: relative;
    -webkit-transition: background .4s ease, color .4s ease;
    transition: background .4s ease, color .4s ease;
    margin-bottom: 0;
    padding: .7rem 6rem .7rem 1.4rem;
    color: #fff;
    font-weight: 600;
    font-size: 1.7rem;
    letter-spacing: 1.2px;
    background-color: #597c31
}

@media screen and (min-width: 40em) {
    .c-accordion-item .accordion-drop-down__toggle {
        padding: .7rem 6rem .7rem 1.4rem;
        font-size: 1.7rem;
        letter-spacing: 1.2px
    }
}

.c-accordion-item .accordion-drop-down__toggle:after {
    display: none
}

.c-accordion-item.accordion-drop-down .btn:hover,
.c-accordion-item .accordion-drop-down__toggle:hover {
    background: #f4f3ef;
    color: #597c31
}

.c-accordion-item.accordion-drop-down .accordion-drop-down__toggle--active {
    color: #fff;
    background: #597c31
}

.c-accordion-item .accordion-drop-down__toggle .accordion-drop-down__icon {
    position: absolute;
    height: 1.5rem;
    width: 1.5rem;
    top: 0;
    bottom: 0;
    right: 1.875rem;
    margin: auto
}

.c-accordion-item .accordion-drop-down__toggle .accordion-drop-down__icon path {
    fill: #fff;
    -webkit-transition: fill .4s ease;
    transition: fill .4s ease;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.c-accordion-item .accordion-drop-down__toggle--active .accordion-drop-down__icon path,
.c-accordion-item.accordion-drop-down .accordion-drop-down__toggle:hover .accordion-drop-down__icon path {
    fill: #597c31
}

.c-accordion-item.accordion-drop-down .accordion-drop-down__toggle--active .accordion-drop-down__icon path {
    fill: #fff
}

.c-accordion-item .accordion-drop-down__toggle--active .accordion-drop-down__icon path.accordion-drop-down__icon--rotate {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media screen and (max-width: 39.9375em) {
    .c-accordion-item .mobile-accordion-container--filter {
        margin-bottom: 1.25rem
    }
}

.c-accordion-item .mobile-accordion-container--filter .accordion-drop-down__toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none
}

@media screen and (min-width: 40em) {
    .c-accordion-item .mobile-accordion-container--filter .accordion-drop-down__toggle {
        display: none
    }
}

.c-accordion-item .mobile-accordion-container--filter .accordion-drop-down__icon path {
    fill: #fff
}

@media screen and (max-width: 39.9375em) {
    .c-accordion-item .mobile-accordion-container--filter form {
        margin-bottom: 0;
        padding: 0 1.25rem 1.25rem 1.25rem
    }
}

.c-accordion-item .accordion-drop-down__toggled-content {
    padding: 3.125rem 1.875rem 1.875rem;
    background: none;
    color: #464646;
    margin-top: -1.5rem;
    display: none
}

.ad-landing .c-accordion-item .accordion-drop-down__toggled-content ul,
.ad-landing .c-accordion-item .accordion-drop-down__toggled-content ol {
    padding-left: 3rem
}

.c-accordion-item .accordion-drop-down__toggled-content a {
    text-decoration: underline
}

.c-accordion-item .accordion-drop-down__toggled-content h4:first-of-type {
    margin-top: 0rem;
    margin-bottom: 1rem
}

@media screen and (max-width: 39.9375em) {
    .c-accordion-item .accordion-drop-down__toggle--mobile+* {
        display: none
    }
}

.alumni__hero {
    width: 100%;
    max-height: 400px;
    position: relative;
    overflow: hidden
}

.alumni__hero img {
    width: 100%;
    vertical-align: middle
}

.alumni-row {
    font-size: 1.8rem;
    line-height: 28px
}

@media screen and (min-width: 40em) {
    .alumni-row {
        font-size: 2rem
    }
}

@media screen and (min-width: 64em) {
    .alumni-row {
        font-size: 2rem
    }
}

@media screen and (min-width: 40em) {
    .alumni-row {
        line-height: 3.2rem
    }
}

@media screen and (min-width: 64em) {
    .alumni-row {
        line-height: 3.2rem
    }
}

.alumni-row img,
.alumni-row iframe {
    margin-bottom: 3rem
}

.alumni-row .intro-text {
    font-family: "Zilla Slab", serif;
    font-size: 2rem;
    line-height: 3.2rem
}

@media screen and (min-width: 40em) {
    .alumni-row .intro-text {
        font-size: 2.6rem
    }
}

@media screen and (min-width: 64em) {
    .alumni-row .intro-text {
        font-size: 2.6rem
    }
}

@media screen and (min-width: 40em) {
    .alumni-row .intro-text {
        line-height: 4rem
    }
}

@media screen and (min-width: 64em) {
    .alumni-row .intro-text {
        line-height: 4rem
    }
}

.alumni-row blockquote {
    color: #005172;
    font-family: "Zilla Slab", serif;
    font-style: italic;
    padding: 2rem 7rem 4rem;
    margin-top: 6rem
}

.alumni-row blockquote:before {
    color: #eeaf00;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
    content: "";
    font-style: normal;
    font-weight: bold
}

.alumni-row .btn:not(.accordion-drop-down__toggle) {
    margin: 0 .4rem .4rem 0
}

.alumni-row .btn[href*="//"]:not([href*=babson]):not([href$=".pdf"]),
.alumni-row .btn[href*="//"]:not([href*=babson]):not([href$=".doc"]),
.alumni-row .btn[href*="//"]:not([href*=babson]):not([href$=".zip"]) {
    position: relative
}

.alumni-row .btn[href*="//"]:not([href*=babson]):not([href$=".pdf"]):after,
.alumni-row .btn[href*="//"]:not([href*=babson]):not([href$=".doc"]):after,
.alumni-row .btn[href*="//"]:not([href*=babson]):not([href$=".zip"]):after {
    content: " ";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 1.4rem;
    position: relative;
    top: -2px;
    margin-bottom: -2px
}

.alumni-row .btn[href$=".pdf"]:after,
.alumni-row .btn[href$=".doc"]:after,
.alumni-row .btn[href$=".zip"]:after {
    content: " " !important;
    font-weight: 600;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 1.4rem;
    position: relative;
    top: -2px;
    margin-bottom: -2px
}

.alumni-row .btn.btn--load-more {
    display: table;
    margin: 0 auto 4rem
}

.alumni-row .btn.btn--load-more:after {
    content: " " !important;
    font-weight: 600;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 1.4rem;
    position: relative;
    top: -2px;
    margin-bottom: -2px
}

.alumni-general {
    padding-top: 2rem
}

@media screen and (min-width: 40em) {
    .alumni-general {
        padding-top: 6rem
    }
}

.alumni__title-area {
    padding-bottom: 2rem
}

@media screen and (min-width: 40em) {
    .alumni__title-area {
        padding-bottom: 6rem
    }
}

.babson-alumni__action-nav {
    position: fixed;
    z-index: 20;
    right: -40px;
    top: 200px;
    -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1)
}

@media(max-height: 600px) {
    .babson-alumni__action-nav {
        top: 151px;
        overflow-y: auto
    }
}

.babson-alumni__action-nav.concealed {
    right: -243px
}

@media screen and (max-width: 39.9375em) {
    .babson-alumni__action-nav.concealed {
        background: rgba(0, 0, 0, .1)
    }

    .babson-alumni__action-nav.concealed:hover {
        background: rgba(0, 0, 0, .8)
    }
}

.babson-alumni__action-nav.mobile-reveal {
    right: 0;
    background: rgba(0, 0, 0, .8)
}

.babson-alumni__action-nav.engaged {
    right: 0;
    background: rgba(0, 0, 0, .8)
}

.babson-alumni__action-nav nav {
    display: none
}

.babson-alumni__action-nav.engaged button:after {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg)
}

.babson-alumni__action-nav__button--icon.keyboardToggled i.fa-toolbox {
    display: none
}

.babson-alumni__action-nav__button--icon.keyboardToggled i.fa-times {
    display: block
}

.babson-alumni__action-nav:hover {
    right: 0
}

.alumni--marketplace--cta {
    -webkit-box-shadow: 0 0 2rem -10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 2rem -10px rgba(0, 0, 0, .1);
    border: .1rem solid #eee;
    padding: 2rem;
    display: inline-block;
    background: #fff
}

.alumni--marketplace--cta p {
    color: #000
}

@media screen and (max-width: 39.9375em) {
    .alumni--marketplace--cta .btn {
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width: 64em) {
    .alumni--marketplace--cta .btn {
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-right: 0
    }
}

.babson-alumni__marketplace__item {
    background-color: var(--white);
    display: block;
    height: 100%;
    -webkit-box-shadow: 0 0 2rem -10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 2rem -10px rgba(0, 0, 0, .1);
    border: .1rem solid #eee;
    padding: 0;
    text-decoration: none
}

.babson-alumni__marketplace__item__text {
    display: block;
    padding: 2rem;
    width: 100%
}

.babson-alumni__marketplace__item .h4 {
    color: #005172;
    font-family: "Oswald", sans-serif;
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 1rem
}

.babson-alumni__marketplace__item:hover {
    text-decoration: none;
    border: .1rem solid #eeaf00
}

.babson-alumni__marketplace__item:hover .h4,
.babson-alumni__marketplace__item:focus .h4 {
    color: #eeaf00
}

.babson-alumni__marketplace__item__person {
    font-weight: 600;
    font-size: 1.8rem;
    text-align: center;
    color: #000;
    margin-bottom: 1.8rem
}

.babson-alumni__marketplace__item__person+.babson-alumni__marketplace__item__person {
    margin-top: -15px
}

.babson-alumni__marketplace__item__desc {
    text-align: center;
    color: #464646;
    font-size: 1.6rem
}

.babson-alumni__marketplace__item__desc p:last-child {
    margin-bottom: 0
}

.babson-alumni__marketplace__item__image {
    margin-bottom: 1.8rem
}

.babson-alumni__marketplace__item__image img {
    margin-bottom: 0;
    width: 100%
}

.babson-alumni__marketplace__modal.fancybox-content {
    max-height: calc(100vh - 200px);
    overflow: auto;
    padding: 72px 2rem 0 2rem;
    font-family: "Zilla Slab", serif
}

@media screen and (min-width: 40em) {
    .babson-alumni__marketplace__modal {
        padding: 48px 2rem 0 2rem
    }
}

.babson-alumni__marketplace__modal .column,
.babson-alumni__marketplace__modal .columns {
    padding-left: 2rem;
    padding-right: 2rem
}

.babson-alumni__marketplace__modal .h3 {
    font-family: "Oswald", sans-serif;
    font-size: 3.2rem;
    margin-bottom: 2.4rem
}

.babson-alumni__marketplace__modal h3 a {
    color: #005172
}

.babson-alumni__marketplace__modal h3 a:after {
    content: " ";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 1.6rem;
    position: relative;
    top: -5px;
    margin-bottom: -2px
}

.babson-alumni__marketplace__modal h3 a:hover {
    color: #064
}

.babson-alumni__marketplace__modal .babson-alumni__marketplace__alum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4rem
}

.babson-alumni__marketplace__modal .babson-alumni__marketplace__alum img {
    border-radius: 5rem;
    margin-right: 2rem;
    max-width: 10rem
}

.babson-alumni__marketplace__modal .babson-alumni__marketplace__alum p {
    font-family: "Oswald", sans-serif;
    font-size: 1.8rem;
    margin-bottom: 0
}

.babson-alumni__marketplace__modal .babson-alumni__marketplace__company__title {
    font-family: "Oswald", sans-serif;
    font-size: 1.8rem;
    margin-bottom: .6rem
}

.babson-alumni__marketplace__modal .babson-alumni__marketplace__company__title+.babson-alumni__marketplace__company__title {
    margin-top: 1.2rem
}

.babson-alumni__marketplace__modal .babson-alumni__marketplace__company__title a {
    color: #064
}

.babson-alumni__marketplace__modal .babson-alumni__marketplace__company__title a:hover,
.babson-alumni__marketplace__modal .babson-alumni__marketplace__company__title a:focus {
    color: #005172
}

.babson-alumni__marketplace__modal .babson-alumni__marketplace__company__overview,
.babson-alumni__marketplace__modal .babson-alumni__marketplace__company__inspiration {
    font-size: 1.8rem
}

.babson-alumni__marketplace__modal .babson-alumni__marketplace__company__overview .babson-alumni__marketplace__company__title,
.babson-alumni__marketplace__modal .babson-alumni__marketplace__company__inspiration .babson-alumni__marketplace__company__title {
    border-bottom: .1rem solid #eeaf00
}

.babson-alumni__marketplace__modal .babson-alumni__marketplace__connector {
    margin-left: 3.2rem;
    position: relative
}

.babson-alumni__marketplace__modal .babson-alumni__marketplace__connector i.fas.fa-dollar-sign {
    background: #064;
    border-radius: 100px;
    color: #fff;
    font-size: 1.3rem;
    padding-top: 4px;
    padding-left: 6.5px;
    height: 2rem;
    width: 2rem;
    display: block;
    position: absolute;
    top: .6rem;
    left: -32px
}

.babson-alumni__marketplace__modal .babson-alumni__marketplace__industry,
.babson-alumni__marketplace__modal .babson-alumni__marketplace__location,
.babson-alumni__marketplace__modal .babson-alumni__marketplace__founded,
.babson-alumni__marketplace__modal .babson-alumni__marketplace__family-business {
    margin-left: 3.2rem;
    position: relative
}

.babson-alumni__marketplace__modal .babson-alumni__marketplace__industry i,
.babson-alumni__marketplace__modal .babson-alumni__marketplace__location i,
.babson-alumni__marketplace__modal .babson-alumni__marketplace__founded i,
.babson-alumni__marketplace__modal .babson-alumni__marketplace__family-business i {
    content: "";
    display: block;
    width: 1.6rem;
    height: 1.8rem;
    position: absolute;
    top: .6rem;
    left: -32px;
    color: #064
}

.babson-alumni__marketplace__modal .babson-alumni__marketplace__location i {
    left: -27px
}

.babson-alumni__marketplace__modal .babson-alumni__marketplace__founded i {
    left: -30px
}

.babson-alumni__marketplace__modal .fancybox-close-small {
    height: 6rem;
    width: 6rem;
    display: none
}

.babson-alumni__marketplace__modal .fancybox-close-small svg {
    stroke: #eeaf00
}

.babson-alumni__marketplace__modal .fancybox-close-small svg:hover {
    stroke: #064
}

.babson-alumni__marketplace__modal::-webkit-scrollbar {
    -webkit-appearance: none
}

.babson-alumni__marketplace__modal::-webkit-scrollbar:vertical {
    width: 1.1rem
}

.babson-alumni__marketplace__modal::-webkit-scrollbar:horizontal {
    height: 1.1rem
}

.babson-alumni__marketplace__modal::-webkit-scrollbar-thumb {
    border-radius: .8rem;
    border: .2rem solid #fff;
    background-color: rgba(0, 0, 0, .33)
}

.babson-alumni__marketplace__modal {
    display: none
}

.js .babson-alumni__marketplace__modal {
    display: none
}

.babson-alumni__marketplace__modal {
    position: relative
}

.alumni--marketplace--filters {
    background-color: #eeaf00;
    padding-top: 4rem;
    padding-bottom: 2rem;
    margin-bottom: 4rem
}

@media(max-width: 1023px) {

    .alumni--marketplace--filters form.alumni--event--filters__industry,
    .alumni--marketplace--filters .column:not(:last-child) form,
    .alumni--marketplace--filters .columns:not(:last-child) form {
        margin-bottom: 1rem
    }
}

@media screen and (min-width: 40em) {
    .alumni--marketplace--filters {
        margin: 0 0 6rem
    }
}

.alumni--marketplace--filters__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.alumni--marketplace--filters__search fieldset {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.alumni--marketplace--filters__search .btn--large {
    padding: .9rem 4rem;
    margin: 42px 0 22px
}

@media(max-width: 400px) {
    .alumni--marketplace--filters .alumni--event--filters__search {
        display: block
    }

    .alumni--marketplace--filters .alumni--event--filters__search .btn--large {
        margin-top: 0
    }
}

@media(min-width: 640px)and (max-width: 660px) {
    .alumni--marketplace--filters__location {
        margin-left: 4rem
    }
}

.alumni--marketplace--filters .program-filters__active-filters {
    margin: 0 2rem;
    background-color: rgba(255, 255, 255, .5);
    font-weight: 400
}

.alumni--marketplace--filters .program-filters__active-filters .badge {
    background-color: #fff
}

.alumni--marketplace--filters .program-filters__active-filters .program-filters__clear-all-button {
    font-weight: 400
}

.alumni--marketplace--filters label.checkbox__container {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    overflow: visible;
    margin-left: 1rem
}

div.alumni--marketplace--filters .row form label {
    margin-bottom: 0 !important
}

.alumni--marketplace--filters .row label {
    color: #000 !important
}

.alumni--marketplace--filters input[type=checkbox]+span.checkmark {
    position: absolute;
    left: -10px;
    top: .2rem
}

.alumni--marketplace--filters input[type=checkbox]:not(:checked)+label::before,
.alumni--marketplace--filters input[type=checkbox]:checked+label::before,
.alumni--marketplace--filters input[type=checkbox]:not(:checked)+span::before,
.alumni--marketplace--filters input[type=checkbox]:checked+span::before {
    content: none
}

_:-ms-fullscreen,
:root .babson-alumni__marketplace__modal.fancybox-content,
:root .babson-alumni__volunteer__modal.fancybox-content {
    width: 75rem
}

_:-ms-fullscreen,
:root .fancybox-button--arrow_right svg,
:root .fancybox-button--arrow_left svg {
    position: absolute;
    bottom: .4rem;
    right: .4rem;
    width: 3rem;
    height: 3rem
}

body:not(.page__legacy) .alumni--marketplace--filters form input:not([type=checkbox]):not([type=radio]):not([type=image]),
body:not(.page__legacy) .alumni--marketplace--filters form textarea,
body:not(.page__legacy) .alumni--marketplace--filters form select,
body:not(.page__legacy) .alumni--volunteer--filters form input:not([type=checkbox]):not([type=radio]):not([type=image]),
body:not(.page__legacy) .alumni--volunteer--filters form textarea,
body:not(.page__legacy) .alumni--volunteer--filters form select {
    width: 100%;
    background-color: #fff;
    border: .2rem solid #e0d464;
    color: #000;
    font: 1.6rem "Oswald", sans-serif;
    text-transform: none;
    min-height: 4.25rem;
    margin: 1.7rem 0 2rem;
    padding-right: 3.2rem
}

.babson-alumni__marketplace #facprof_list {
    width: 103%
}

.alumni__staff--filters {
    background: #eeaf00;
    margin-bottom: 4rem;
    padding: 4rem 0
}

.alumni__staff--filters form select {
    width: 100%;
    background-color: #fff;
    border: .2rem solid #e0d464;
    color: #000;
    font: 1.6rem "Oswald", sans-serif;
    text-transform: none;
    min-height: 4.25rem;
    margin: 1.7rem 0 2rem;
    padding-right: 3.2rem
}

.alumni__staff--label-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.alumni__staff--label-wrapper label {
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 2rem;
    color: #000
}

.alumni__staff--filters .select__container:after {
    top: 1.3rem
}

.alumni__staff--filters select option {
    background-color: #fff;
    font: 1.6rem "Oswald", sans-serif
}

.alumni__staff--items {
    margin-bottom: 3.2rem
}

@media screen and (min-width: 40em) {
    .alumni__staff--items {
        margin-bottom: 4.5rem
    }
}

@media screen and (min-width: 64em) {
    .alumni__staff--items {
        margin-bottom: 6rem
    }
}

.alumni__staff--items .columns {
    margin-bottom: 4rem
}

.alumni__staff--item {
    -webkit-box-shadow: 0 0 1rem -5px rgba(0, 0, 0, .4);
    box-shadow: 0 0 1rem -5px rgba(0, 0, 0, .4);
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2rem;
    border-top: 1rem solid #eeaf00
}

.alumni__staff--item__image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    -ms-flex-item-align: center;
    align-self: center
}

h3.alumni__staff--item__name {
    color: #064;
    font-size: 2rem
}

.alumni__staff--item__email a {
    text-decoration: underline
}

.o-adv-wrapper .alumni__staff--filters form .row .column {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: block;
    max-width: 100%
}

.o-adv-wrapper .alumni__staff--filters form {
    width: 100%;
    margin: 0 auto
}

@media screen and (min-width: 40em) {
    .o-adv-wrapper .alumni__staff--filters form {
        width: 80%;
        margin: 0 auto
    }
}

.o-adv-wrapper .alumni__staff--filters form select {
    margin-top: 0
}

.babson-alumni__volunteer__modal {
    display: none
}

.babson-alumni__volunteer__modal .grid-x {
    max-width: 75rem
}

.fancybox-volunteer {
    cursor: pointer
}

.babson-alumni__volunteer__item__text {
    padding: 35px 3rem 3rem
}

.babson-alumni__volunteer__item__text h4 {
    display: inline;
    color: #222;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5
}

.babson-alumni__volunteer__item__image {
    position: relative
}

.babson-alumni__volunteer__item__desc {
    font-family: "Arial", sans-serif;
    font-size: 1.6rem;
    line-height: 1.6
}

.babson-alumni__volunteer__item__logo {
    width: 82px;
    position: absolute;
    bottom: -21px;
    right: 25%;
    left: 50%;
    margin-left: -50px
}

.babson-alumni__volunteer__item__btn {
    margin-top: 3rem
}

.babson-alumni__volunteer__card {
    -webkit-box-shadow: 0 0 1rem -5px rgba(0, 0, 0, .4);
    box-shadow: 0 0 1rem -5px rgba(0, 0, 0, .4);
    height: 100%;
    background: #fff
}

.babson-alumni__volunteer__card a {
    text-decoration: none !important
}

.babson-alumni__volunteer .columns {
    margin-bottom: 4rem
}

.babson-alumni__volunteer__modal--wrapper {
    max-width: 75rem
}

.babson-alumni__volunteer__modal .fancybox-button:focus,
.babson-alumni__volunteer__modal .fancybox-button:hover {
    color: #000
}

.alumni--volunteer--filters {
    background: #ccd695;
    margin-bottom: 4rem;
    padding: 4rem 0
}

.alumni--volunteer--filters .program-filters__active-filters {
    margin: 0 3.2rem;
    background-color: rgba(255, 255, 255, .5);
    font-weight: 400
}

.alumni--volunteer--filters__container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto
}

.alumni--volunteer--filters h4 {
    font-size: 2rem;
    color: #0a0a0a
}

.alumni--volunteer--filters form.alumni--volunteer--filters__search label {
    font-family: Oswald, sans-serif
}

.babson-announcements__title,
.babson-announcements__byline {
    font-size: 1.4rem;
    font-weight: normal;
    font-style: italic;
    font-family: "Zilla Slab", serif;
    line-height: 1.6;
    margin-bottom: 0
}

.babson-announcements__title {
    margin-top: 1rem;
    font-size: 1.8rem
}

.babson-announcements__subhead {
    margin-bottom: 0;
    font-size: 1.4rem
}

.api-carousel--wrapper {
    margin-bottom: 9rem
}

.api-carousel--wrapper .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (min-width: 40em) {
    .api-carousel--wrapper {
        margin-bottom: 10rem;
        margin-left: -0.5rem;
        margin-right: -0.5rem
    }

    .api-carousel--wrapper .slick-list {
        margin-left: -0.5rem;
        margin-right: -0.5rem
    }
}

.api-carousel--wrapper .slick-dots {
    bottom: -4.8rem
}

.api-carousel--wrapper .slick-dots li button:before {
    font-family: "slick";
    font-size: 4rem;
    position: absolute;
    content: "•";
    text-align: center;
    opacity: .5;
    color: #6e8d4d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.api-carousel--wrapper .slick-dots li.slick-active button:before {
    color: #6e8d4d;
    opacity: 1
}

.api-carousel--wrapper .slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
    color: #064
}

.api-carousel--wrapper .slick-prev,
.api-carousel--wrapper .slick-next {
    bottom: -6rem;
    background: #6e8d4d;
    top: unset;
    border-radius: 100px;
    height: 2.5rem;
    width: 2.5rem;
    z-index: 1
}

.api-carousel--wrapper .slick-prev {
    left: 1.5rem;
    padding: 0 2px 2px 0
}

.api-carousel--wrapper .slick-next {
    right: 1.5rem;
    padding: 0 0 2px 2px
}

@media screen and (min-width: 40em) {
    .api-carousel--wrapper .slick-prev {
        left: 20%
    }

    .api-carousel--wrapper .slick-next {
        right: 20%
    }
}

@media screen and (min-width: 64em) {
    .api-carousel--wrapper .slick-prev {
        left: 35%
    }

    .api-carousel--wrapper .slick-next {
        right: 35%
    }
}

.api-carousel--wrapper .slick-prev:hover,
.api-carousel--wrapper .slick-prev:focus,
.api-carousel--wrapper .slick-next:hover,
.api-carousel--wrapper .slick-next:focus {
    outline: none;
    background: #064;
    color: #fff
}

.api-carousel--wrapper .slick-prev.slick-disabled,
.api-carousel--wrapper .slick-next.slick-disabled {
    background: #dad7cb;
    pointer-events: none
}

.api-carousel--wrapper .slick-prev:before,
.api-carousel--wrapper .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.8rem;
    color: #fff;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.api-carousel--wrapper .slick-next:before {
    content: "" !important
}

.api-carousel--wrapper .slick-prev:before {
    content: "" !important
}

.api-content-card.slick-slide {
    background-color: #fff;
    position: relative;
    height: 60rem;
    padding: 3rem;
    margin: 0;
    overflow: hidden;
    border: 1px solid #dad7cb;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.api-content-card.slick-slide>div>* {
    pointer-events: none
}

@media screen and (min-width: 40em) {
    .api-content-card.slick-slide {
        margin: 0 1rem
    }
}

.api-content-card.slick-slide p {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 1.5rem
}

a.visit-page {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    color: #464646;
    background: #eef1dc;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    padding: 8px;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out;
    border-top: 8px solid #fff
}

a.visit-page:hover {
    color: #fff;
    background: #597c31
}

a.visit-page i.fas.fa-chevron-right {
    display: inline-block;
    font-size: 1.4rem;
    margin-bottom: .3rem;
    vertical-align: middle
}

.api-carousel--wrapper .api-content-card.slick-slide .c-card-simple,
.api-carousel--wrapper .api-content-card.slick-slide .c-navigation-card,
.api-carousel--wrapper .api-content-card.slick-slide .babson-alumni__volunteer__card,
.api-carousel--wrapper .api-content-card.slick-slide .alumni__staff--item,
.api-carousel--wrapper .api-content-card.slick-slide .babson-alumni__marketplace__item {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    max-width: unset;
    width: 100%
}

.arrow-link {
    color: #064;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.6rem;
    font-family: "Oswald", sans-serif;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-decoration: none
}

.arrow-link i {
    color: #ad9001;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.arrow-link:hover {
    color: #597c31;
    text-decoration: underline
}

.arrow-link:hover i {
    margin-left: .5rem;
    color: #597c31
}

.arrow-link--blue {
    color: #006c98
}

.arrow-link--blue i {
    color: #ad9001
}

.arrow-link--blue:hover {
    color: #012736
}

.arrow-link--blue:hover i {
    color: #012736
}

.c-article-card {
    max-width: 57rem
}

.o-adv-wrapper .c-article-card {
    max-width: 100%;
    width: 100%
}

.u-background .c-article-card {
    background-color: var(--white)
}

.c-article-card div+div {
    margin-top: 1.6rem
}

.c-article-card h4 {
    font-weight: 400;
    margin: 0
}

.c-article-card p {
    font-family: var(--font-headings)
}

.c-article-card p>a {
    color: var(--babson-green);
    font-size: inherit;
    text-transform: uppercase
}

.c-article-card a {
    color: var(--summer-nights);
    font-size: 2.2rem;
    font-style: normal;
    letter-spacing: -0.5px;
    text-decoration: none !important
}

.c-article-card a:hover {
    color: var(--courtyard-green)
}

.c-article-card__image img {
    width: 100%;
    pointer-events: none
}

.c-article-card__body *+* {
    margin: 1.6rem 0 0 0
}

.u-background .c-article-card__body {
    background-color: var(--white);
    padding: 0 1rem 1rem
}

.c-aside-card {
    height: 100%;
    background-color: #fff;
    position: relative;
    display: block;
    background: none
}

.c-aside-card .o-media__image,
.c-aside-card .o-media__body {
    position: relative;
    width: 100%
}

.c-aside-card .o-media__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.c-aside-card.o-media.border-top,
.c-aside-card.o-media.border-bottom {
    position: relative
}

.c-aside-card .o-media__image.image-bottom {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    overflow: hidden;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.c-aside-card.o-media .c-aside-card__container {
    padding: 0
}

.c-aside-card.o-media.border-bottom .o-media__image.image-bottom {
    margin-bottom: 0
}

.c-aside-card.o-media.border-top .c-aside-card__container,
.c-aside-card.o-media .o-media__image.image-bottom-desktop img {
    padding-top: 3.2rem
}

.c-aside-card.o-media.border-bottom .c-aside-card__container,
.c-aside-card.o-media .o-media__image.image-top-desktop img {
    padding-bottom: 3.2rem
}

.c-aside-card.o-media .o-media__image,
.c-aside-card.o-media .o-media__image.image-top {
    margin-bottom: 2.4rem
}

.c-aside-card.o-media .o-media__image.image-right-desktop-constrain-image-width-50 {
    margin-bottom: 0
}

.c-aside-card.o-media .o-media__image.image-bottom,
.c-aside-card.o-media .o-media__image.image-right-desktop-constrain-image-width-33,
.c-aside-card.o-media .o-media__image.image-right-desktop-constrain-image-width-50 {
    margin-top: 2.4rem
}

@media screen and (min-width: 40em) {

    .c-aside-card.o-media .o-media__image.image-left-desktop-constrain-image-width-33,
    .c-aside-card.o-media .o-media__image.image-left-desktop-constrain-image-width-50 {
        margin-right: 2.4rem
    }

    .c-aside-card.o-media .o-media__image.image-right-desktop-constrain-image-width-33,
    .c-aside-card.o-media .o-media__image.image-right-desktop-constrain-image-width-50 {
        margin-left: 2.4rem
    }

    .c-aside-card.o-media .o-media__image.image-left-desktop-constrain-image-width-33,
    .c-aside-card.o-media .o-media__image.image-left-desktop-constrain-image-width-50,
    .c-aside-card.o-media .o-media__image.image-right-desktop-constrain-image-width-33,
    .c-aside-card.o-media .o-media__image.image-right-desktop-constrain-image-width-50 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
}

@media screen and (max-width: 640px) {
    .c-aside-card__container {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%
    }

    .c-aside-card .o-media__body {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 33%;
        max-width: 100%
    }

    .c-aside-card .o-media__image {
        display: block;
        width: 100%
    }

    .c-aside-card .o-media__image.image-right-desktop-constrain-image-width-33,
    .c-aside-card .o-media__image.image-right-desktop-constrain-image-width-50 {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        overflow: hidden;
        -ms-flex-item-align: end;
        align-self: flex-end
    }
}

@media screen and (min-width: 40em) {
    .c-aside-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .c-aside-card__container {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .c-aside-card .o-media__image.image-top~.o-media__body {
        height: 100%
    }

    .c-aside-card .o-media__image.image-left-desktop-constrain-image-width-33~.o-media__body,
    .c-aside-card .o-media__image.image-left-desktop-constrain-image-width-50~.o-media__body,
    .c-aside-card .o-media__image.image-right-desktop-constrain-image-width-33~.o-media__body,
    .c-aside-card .o-media__image.image-right-desktop-constrain-image-width-50~.o-media__body {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .c-aside-card .o-media__image.image-top {
        display: block;
        width: 100%;
        overflow: hidden;
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .c-aside-card .o-media__image.image-left-desktop,
    .c-aside-card .o-media__image.image-left-desktop-constrain-image-width-33 {
        -webkit-box-flex: .6;
        -ms-flex: .6;
        flex: .6
    }

    .c-aside-card .o-media__image.image-left-desktop-constrain-image-width-50 {
        -webkit-box-flex: 1.2;
        -ms-flex: 1.2;
        flex: 1.2
    }

    .c-aside-card .o-media__image.image-right-desktop,
    .c-aside-card .o-media__image.image-right-desktop-constrain-image-width-33,
    .c-aside-card .o-media__image.image-right-desktop-constrain-image-width-50 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0
    }

    .c-aside-card .o-media__image.image-right-desktop,
    .c-aside-card .o-media__image.image-right-desktop-constrain-image-width-33 {
        -webkit-box-flex: .6;
        -ms-flex: .6;
        flex: .6
    }

    .c-aside-card .o-media__image.image-right-desktop-constrain-image-width-50 {
        -webkit-box-flex: 1.2;
        -ms-flex: 1.2;
        flex: 1.2
    }
}

.c-aside-card a {
    text-decoration: underline
}

.c-aside-card p {
    font-family: "Arial", sans-serif;
    line-height: 1.5
}

.c-aside-card h3 {
    font-weight: 400
}

.c-aside-card h3 a {
    text-decoration: none
}

.c-aside-card a:hover {
    text-decoration: underline
}

.c-aside-card h3.textsize--small {
    font-size: 2.2rem;
    margin-bottom: 1.5rem
}

.c-aside-card h3.textsize--medium {
    font-size: 2.6rem
}

.c-aside-card h3.textsize--large {
    font-size: 2.8rem
}

.c-aside-card h3.textsize--mixed {
    font-size: 2.8rem
}

.c-aside-card h3.textsize--default {
    font-size: 2.4rem
}

.c-aside-card p.textsize--small {
    font-size: 1.4rem
}

.c-aside-card p.textsize--medium {
    font-size: 1.6rem
}

.c-aside-card p.textsize--large {
    font-size: 1.8rem
}

.c-aside-card p.textsize--mixed {
    font-size: 1.6rem
}

.c-aside-card p.textsize--default {
    font-size: 1.6rem
}

@media screen and (min-width: 40em) {
    .c-aside-card h3.textsize--medium {
        font-size: 2.6rem
    }

    .c-aside-card h3.textsize--large {
        font-size: 3.6rem
    }

    .c-aside-card h3.textsize--mixed {
        font-size: 3.6rem
    }

    .c-aside-card h3.textsize--default {
        font-size: 2.8rem
    }
}

@media screen and (min-width: 64em) {
    .c-aside-card h3.textsize--medium {
        font-size: 2.8rem
    }

    .c-aside-card h3.textsize--large {
        font-size: 4rem
    }

    .c-aside-card h3.textsize--mixed {
        font-size: 4rem
    }
}

.c-aside-card h3.textalign--left {
    text-align: left
}

.c-aside-card h3.textalign--center {
    text-align: center
}

.c-aside-card p.textalign--center {
    text-align: center
}

.c-aside-card p.textalign--left {
    text-align: left
}

.c-aside-card p.textalign--left:last-of-type,
.c-aside-card p.textalign--center:last-of-type {
    margin-bottom: 0
}

.c-aside-card.border-top:before {
    top: 0;
    position: absolute;
    max-width: max(568px, 568px);
    content: "";
    background-color: #064;
    height: .5rem;
    left: max(0px, calc(50% - 284px));
    width: 100%
}

.c-aside-card.border-top--peacock-blue-dark:before {
    background-color: #368180
}

.c-aside-card.border-top--sherwood-green:before {
    background-color: #9eb28f
}

.c-aside-card.border-top--courtyard-green:before {
    background-color: #597c31
}

.c-aside-card.border-top--alfresco:before {
    background-color: #567b8a
}

.c-aside-card.border-top--bright-gold:before {
    background-color: #e0d464
}

.c-aside-card.border-top--mango-punch:before {
    background-color: #eeaf00
}

.c-aside-card.border-top--ocre:before {
    background-color: #ad9001
}

.c-aside-card.border-top--ocre-dark:before {
    background-color: #8e7200
}

.c-aside-card.border-top--babson-green:before {
    background-color: #064
}

.c-aside-card.border-top--summer-nights:before {
    background-color: #005172
}

.c-aside-card.border-top--englewood-cliffs:before {
    background-color: #6c6f70
}

.c-aside-card.border-top--sweet-daphne:before {
    background-color: #ccd695
}

.c-aside-card.border-top--cedar-key:before {
    background-color: #dad7cb
}

.c-aside-card.border-top--blue-heather:before {
    background-color: #c6d3d7
}

.c-aside-card.border-top--beach-haven:before {
    background-color: #ede8c4
}

.c-aside-card.border-top--sweet-daphne-lt:before {
    background-color: #eef1dc
}

.c-aside-card.border-top--blue-heather-lt:before {
    background-color: #eef2f3
}

.c-aside-card.border-top--cedar-key-lt:before {
    background-color: #f4f3ef
}

.c-aside-card.border-top--gray:before {
    background-color: var("--gray")
}

.c-aside-card.border-top--medium-gray:before {
    background-color: #7e8082
}

.c-aside-card.border-top--darker-gray:before {
    background-color: #464646
}

.c-aside-card.border-top--white:before {
    background-color: #fff
}

.c-aside-card.border-top--black:before {
    background-color: var("--black")
}

.c-aside-card.border-bottom:after {
    bottom: 0;
    position: absolute;
    max-width: max(568px, 568px);
    content: "";
    background-color: #064;
    height: .5rem;
    left: max(0px, calc(50% - 284px));
    width: 100%
}

.c-aside-card.border-bottom--peacock-blue-dark:after {
    background-color: #368180
}

.c-aside-card.border-bottom--sherwood-green:after {
    background-color: #9eb28f
}

.c-aside-card.border-bottom--courtyard-green:after {
    background-color: #597c31
}

.c-aside-card.border-bottom--alfresco:after {
    background-color: #567b8a
}

.c-aside-card.border-bottom--bright-gold:after {
    background-color: #e0d464
}

.c-aside-card.border-bottom--mango-punch:after {
    background-color: #eeaf00
}

.c-aside-card.border-bottom--ocre:after {
    background-color: #ad9001
}

.c-aside-card.border-bottom--ocre-dark:after {
    background-color: #8e7200
}

.c-aside-card.border-bottom--babson-green:after {
    background-color: #064
}

.c-aside-card.border-bottom--summer-nights:after {
    background-color: #005172
}

.c-aside-card.border-bottom--englewood-cliffs:after {
    background-color: #6c6f70
}

.c-aside-card.border-bottom--sweet-daphne:after {
    background-color: #ccd695
}

.c-aside-card.border-bottom--cedar-key:after {
    background-color: #dad7cb
}

.c-aside-card.border-bottom--blue-heather:after {
    background-color: #c6d3d7
}

.c-aside-card.border-bottom--beach-haven:after {
    background-color: #ede8c4
}

.c-aside-card.border-bottom--sweet-daphne-lt:after {
    background-color: #eef1dc
}

.c-aside-card.border-bottom--blue-heather-lt:after {
    background-color: #eef2f3
}

.c-aside-card.border-bottom--cedar-key-lt:after {
    background-color: #f4f3ef
}

.c-aside-card.border-bottom--gray:after {
    background-color: var("--gray")
}

.c-aside-card.border-bottom--medium-gray:after {
    background-color: #7e8082
}

.c-aside-card.border-bottom--darker-gray:after {
    background-color: #464646
}

.c-aside-card.border-bottom--white:after {
    background-color: #fff
}

.c-aside-card.border-bottom--black:after {
    background-color: var("--black")
}

.c-ataglance {
    background-color: #005172;
    padding: 3rem 2rem
}

.c-ataglance h2.title--understated-under-line {
    font-size: 2rem;
    text-transform: uppercase;
    border-top: .2rem solid rgba(91, 187, 183, .44);
    color: #fff;
    padding: 1rem 0;
    margin-bottom: 2rem
}

.c-ataglance .demo-icon {
    background-position-x: right
}

.c-ataglance__icon {
    font-family: "Oswald", sans-serif;
    color: #e0d464;
    font-size: 5rem;
    text-align: center
}

.c-ataglance__text,
.c-ataglance__text a {
    color: #fff;
    line-height: 1.5
}

.c-ataglance__item a {
    display: block;
    text-decoration: none
}

.c-ataglance a span.c-ataglance__text__text {
    text-decoration: underline
}

.c-ataglance a:hover span.c-ataglance__text__text {
    text-decoration: underline
}

.c-ataglance a:hover .demo-icon,
.c-ataglance a:hover .c-ataglance__icon,
.c-ataglance a:hover span.c-ataglance__text__label {
    opacity: .75;
    text-decoration: none
}

.c-ataglance--overview .c-ataglance__text {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5
}

.c-ataglance .c-ataglance__text {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5
}

.c-ataglance .c-ataglance__text span {
    display: block
}

.c-ataglance .c-ataglance__text__label {
    font-family: "Oswald", sans-serif;
    color: #e0d464;
    font-size: 1.2rem;
    letter-spacing: .1rem;
    line-height: 1.5;
    text-transform: uppercase
}

.c-ataglance img {
    width: 70%;
    max-width: 10rem;
    vertical-align: top;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
    display: block
}

@media screen and (min-width: 40em) {
    .c-ataglance img {
        width: unset;
        max-width: 100%;
        margin-bottom: 0
    }
}

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

    .inner-3-column .u-background .c-ataglance .c-ataglance__item,
    .two-column-2019 .u-background .c-ataglance .c-ataglance__item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        display: block;
        max-width: 100%
    }
}

@media screen and (min-width: 35em) {
    .c-ataglance {
        padding: 3rem 3rem 4rem
    }

    .c-ataglance__text {
        margin-bottom: 1.5rem
    }

    .c-ataglance .grid-margin-x>.medium-6 {
        width: calc(50% - 2.4rem)
    }

    .c-ataglance__icon {
        margin-right: 0;
        margin-left: 0
    }

    .c-ataglance .demo-icon {
        background-position-x: left
    }
}

@media screen and (min-width: 49em) {
    .c-ataglance__icon {
        margin-right: 0;
        margin-left: 0
    }

    .c-ataglance .demo-icon {
        background-position-x: right
    }

    .two-column-page-layout .u-background .c-ataglance .demo-icon,
    .inner-2-column .u-background .c-ataglance .demo-icon {
        background-position-x: left
    }
}

@media screen and (min-width: 59em) {
    .two-column-2019 .u-background .c-ataglance .c-ataglance__item {
        width: 50%;
        max-width: 50%
    }
}

@media screen and (min-width: 64em) {
    .c-ataglance .grid-margin-x>.large-4 {
        width: calc(33.33333% - 3.4rem)
    }

    .inner-3-column .u-background .c-ataglance .c-ataglance__item {
        width: 50%;
        max-width: 50%
    }

    .two-column-2019 .u-background .c-ataglance .c-ataglance__item {
        width: 33%;
        max-width: 33%
    }
}

.o-adv-wrapper .c-ataglance {
    width: 100%
}

.c-ataglance .icon-babson-calendar {
    background-image: url(../images/AtA-Glance-AppDeadline-ddd055.png)
}

.c-ataglance .icon-babson-calendar-events-symbol {
    background-image: url(../images/AtA-Glance-Duration-ddd055.png)
}

.c-ataglance .icon-babson-location-pin {
    background-image: url(../images/AtA-Glance-Location-ddd055.png)
}

.c-ataglance .icon-babson-forms {
    background-image: url(../images/Shopping-FT-PT-ddd055.png)
}

.c-ataglance .icon-babson-passport {
    background-image: url(../images/AtA-Glance-Visa-ddd055.png)
}

.c-ataglance .icon-babson-briefcase {
    background-image: url(../images/AtA-Glance-Experience.png)
}

.babson-100__content__share-btn__wrapper {
    padding-bottom: 2rem
}

.babson-100__content__share-btn {
    padding: 0 !important;
    line-height: 1 !important;
    margin-bottom: 0;
    margin-top: 3rem;
    cursor: pointer
}

.babson-100__content__share-btn:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    color: #fff;
    padding: 0 0 0 .8rem;
    font-size: 4.4rem;
    vertical-align: middle
}

.babson-100__content__share-btn span {
    padding: 2rem 2rem 2rem 1rem;
    vertical-align: middle;
    display: inline-block
}

.babson-panel__event-proof {
    margin: 4rem 0 0
}

.babson-panel__event-proof .percent-row {
    padding-left: 2rem;
    padding-right: 2rem
}

@media screen and (min-width: 1024px) {
    .babson-panel__event-proof .percent-row {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.babson-panel__event-proof--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: calc(100% + 8rem);
    margin: 0 0 0 -40px
}

@media screen and (min-width: 1024px) {
    .babson-panel__event-proof--wrapper {
        -ms-flex-flow: nowrap;
        flex-flow: nowrap
    }
}

.babson-panel__event-proof__events {
    background: #005172;
    position: relative;
    padding: 5rem 7%;
    overflow: hidden
}

@media screen and (min-width: 1024px) {
    .babson-panel__event-proof__events {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        padding: 5rem 4rem;
        overflow: visible
    }

    .event-row--controller .slick-track {
        width: 248px !important
    }
}

.babson-panel__event-proof__events--wrapper {
    position: relative;
    z-index: 1;
    line-height: 1
}

.babson-panel__event-proof__events .slick-slider .fa-caret-square-left {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 2.4rem;
    color: #fff
}

.babson-panel__event-proof__events .slick-slider .fa-caret-square-left.slick-disabled {
    opacity: .1
}

.babson-panel__event-proof__events .slick-slider .fa-caret-square-right {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    font-size: 2.4rem;
    color: #fff
}

.babson-panel__event-proof__events .slick-slider .fa-caret-square-right.slick-disabled {
    opacity: .1
}

@media screen and (min-width: 1024px) {
    .babson-panel__event-proof__events .slick-slide {
        width: 100% !important
    }
}

@media screen and (min-width: 1024px) {
    .babson-panel__event-proof__events__BG {
        position: absolute;
        height: 100%;
        top: 0;
        right: 0;
        width: 100vw;
        background: #005172
    }
}

.babson-panel__event-proof__events h2 {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    border-top: .2rem solid rgba(255, 255, 255, .4);
    color: #fff;
    font-size: 2rem;
    padding-top: 1.5rem;
    margin-bottom: 3rem
}

.babson-panel__event-proof__events__element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-left: 4rem;
    padding-right: 4rem
}

@media screen and (min-width: 600px) {
    .babson-panel__event-proof__events__element {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media screen and (min-width: 1024px) {
    .babson-panel__event-proof__events__element {
        margin-bottom: 1.5rem;
        padding-bottom: 2rem;
        padding-left: 0;
        padding-right: 0;
        border-bottom: .1rem dotted rgba(255, 255, 255, .1)
    }
}

.babson-panel__event-proof__events__element__day {
    font-family: "Oswald", sans-serif;
    font-size: 6.4rem;
    color: #e0d464;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85px;
    flex: 0 0 85px;
    padding: 0 1rem 0 0;
    text-align: right;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.babson-panel__event-proof__events__element__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: .7rem
}

.babson-panel__event-proof__events__element__day-range {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    color: #e0d464;
    font-size: 1.6rem;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: .5rem;
    display: inline-block;
    margin-right: .5rem
}

.babson-panel__event-proof__events__element__month-year {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    color: #ccd695;
    font-size: 1.6rem;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: .5rem;
    display: inline-block
}

.babson-panel__event-proof__events__element__meta {
    font-family: "Zilla Slab", serif;
    color: #fff;
    font-size: 1.6rem;
    margin-top: 1.5rem
}

.babson-panel__event-proof__events__element__meta i {
    color: #eeaf00;
    font-size: 1.2rem;
    margin-right: .3rem
}

.babson-panel__event-proof__events__element h3 {
    margin-bottom: 0;
    line-height: 1
}

.babson-panel__event-proof__events__element h3 a {
    font-size: 2.4rem;
    color: #fff;
    font-family: "Oswald", sans-serif;
    line-height: 1;
    margin-bottom: 0
}

.babson-panel__event-proof__events__element h3 a:hover {
    text-decoration: none;
    color: #ccd695
}

.babson-panel__event-proof__proofs {
    position: relative;
    padding: 0;
    overflow: hidden;
    border-top: .2rem solid #fff;
    border-bottom: .2rem solid #fff
}

@media screen and (min-width: 1024px) {
    .babson-panel__event-proof__proofs {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666%;
        flex: 0 0 66.6666%;
        padding: 0 0 0 2rem;
        border-top: none;
        border-bottom: none
    }
}

.babson-panel__event-proof__proofs .slick-slider .fa-caret-square-left {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 3rem;
    z-index: 2;
    font-size: 2.4rem;
    color: #fff
}

.babson-panel__event-proof__proofs .slick-slider .fa-caret-square-left.slick-disabled {
    opacity: .1
}

.babson-panel__event-proof__proofs .slick-slider .fa-caret-square-right {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 3rem;
    z-index: 2;
    font-size: 2.4rem;
    color: #fff
}

.babson-panel__event-proof__proofs .slick-slider .fa-caret-square-right.slick-disabled {
    opacity: .1
}

@media screen and (min-width: 1024px) {
    .babson-panel__event-proof__proofs .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        width: calc(100% + 6rem) !important;
        margin: 0 0 0 -20px
    }

    .babson-panel__event-proof__proofs .slick-track .slick-slide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
        padding: 0 0 0 2rem;
        margin: 0 0 2rem 0
    }
}

.babson-panel__event-proof__proofs .slick-track .slick-slide:nth-child(3),
.babson-panel__event-proof__proofs .slick-track .slick-slide:nth-child(4) {
    margin-bottom: 0
}

.babson-panel__event-proof__proofs .slick-slide:nth-child(1n) article {
    background: #368180
}

.babson-panel__event-proof__proofs .slick-slide:nth-child(2n) article {
    background: #597c31
}

.babson-panel__event-proof__proofs .slick-slide:nth-child(3n) article {
    background: #064
}

.babson-panel__event-proof__proofs .slick-slide:nth-child(4n) article {
    background: #005172
}

.babson-panel__event-proof__proofs .proof-points__card {
    padding: 8rem;
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-size: 1.6rem
}

@media screen and (min-width: 767px) {
    .babson-panel__event-proof__proofs .proof-points__card {
        border-left: .1rem solid #fff;
        border-right: .1rem solid #fff
    }
}

@media screen and (min-width: 1024px) {
    .babson-panel__event-proof__proofs .proof-points__card {
        padding: 4rem;
        border-left: none;
        border-right: none
    }
}

.babson-panel__event-proof__proofs .proof-points__card__stat {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 8rem;
    letter-spacing: -0.5px;
    line-height: 1;
    margin-bottom: 3rem
}

.babson-panel__event-proof__proofs .proof-points__card__icon {
    font-size: 8rem;
    line-height: 1;
    margin-bottom: 3rem
}

.babson-panel__event-proof__proofs .proof-points__card h2 {
    color: #fff;
    font-family: "Zilla Slab", serif;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 1.2;
    margin: 0
}

.babson-panel__event-proof__proofs .proof-points__card p {
    font-family: "Oswald", sans-serif;
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 0;
    margin-top: 2rem
}

.babson-panel__event-proof__proofs .proof-points__card .btn {
    margin-top: 3rem
}

.babson-panel__journey {
    background: #f0f3f4;
    margin: 8rem 0 0
}

.babson-panel__journey .wrapper {
    margin: 5em auto
}

.babson-panel__journey .header {
    padding: 3rem 7%;
    text-align: left
}

@media screen and (min-width: 800px) {
    .babson-panel__journey .header {
        text-align: center
    }
}

.babson-panel__journey .header__title {
    margin: 0;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.1
}

@media screen and (min-width: 800px) {
    .babson-panel__journey .header__title {
        font-size: 2.4rem
    }
}

.babson-panel__journey .cards {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.babson-panel__journey .card {
    margin: .2rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media screen and (max-width: 1100px) {
    .babson-panel__journey .card {
        width: calc(50% - 0.4rem)
    }
}

@media screen and (max-width: 767px) {
    .babson-panel__journey .card {
        width: 100%
    }
}

.babson-panel__journey .card__inner {
    width: 100%;
    position: relative;
    cursor: pointer;
    line-height: 0;
    background-color: transparent;
    color: #f0f3f4;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.babson-panel__journey .card__inner img {
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.babson-panel__journey .card__inner:after {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.babson-panel__journey .card__inner__message {
    position: absolute;
    background: rgba(255, 255, 255, .95);
    padding: 3rem;
    width: 70%;
    max-width: 400px;
    line-height: 1.3;
    text-align: left;
    bottom: 0;
    left: 3rem;
    border-top: .5rem solid #ccd695;
    color: #222;
    font-style: italic;
    font-size: 1.6rem;
    text-transform: none;
    z-index: 1
}

.babson-panel__journey .card__inner__message h2 {
    text-transform: none;
    font-size: 2.4rem;
    font-style: normal;
    color: #064
}

@media screen and (max-width: 767px) {
    .babson-panel__journey .card__inner__message {
        padding: 1rem
    }
}

@media screen and (min-width: 800px) {
    .babson-panel__journey .card__inner__message {
        bottom: 3rem
    }

    .babson-panel__journey .card__inner__message h2 {
        font-size: 3rem
    }
}

@media screen and (min-width: 1101px)and (max-width: 1300px) {
    .babson-panel__journey .card__inner__message {
        padding: 1rem 2rem;
        bottom: 1rem
    }

    .babson-panel__journey .card__inner__message h2 {
        margin-bottom: 1rem
    }
}

.babson-panel__journey .card__inner__message p {
    margin-bottom: 2.4rem;
    font-size: 2rem
}

.babson-panel__journey .card__inner__message__trigger {
    font-style: normal;
    color: #064;
    font-weight: 600
}

.babson-panel__journey .card__inner__message__trigger .open-trigger {
    display: none
}

.babson-panel__journey .card__expander {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #f0f3f4;
    width: 100%;
    position: relative;
    font-size: 1.5em
}

.babson-panel__journey .card.is-collapsed .card__inner:after {
    content: "";
    opacity: 0
}

.babson-panel__journey .card.is-collapsed .card__expander {
    max-height: 0;
    min-height: 0;
    overflow: hidden;
    margin-top: 0;
    opacity: 0
}

.babson-panel__journey .card.is-expanded .card__inner {
    background-color: #fff
}

.babson-panel__journey .card.is-expanded .card__inner .open-trigger {
    display: inline-block;
    background: #064;
    padding: .8rem 1.2rem;
    color: #fff
}

.babson-panel__journey .card.is-expanded .card__inner .closed-trigger {
    display: none
}

.babson-panel__journey .card.is-expanded .card__inner:after {
    content: "";
    opacity: 1;
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 1.5rem);
    border-left: 1.5rem solid transparent;
    border-right: 1.5rem solid transparent;
    border-bottom: 1.5rem solid #005172
}

.babson-panel__journey .card.is-expanded .card__expander {
    margin-top: 3rem;
    opacity: 1
}

.babson-panel__journey .card.is-expanded:hover .card__inner {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    background: #fff
}

.babson-panel__journey .card.is-expanded:hover .card__inner img {
    opacity: 1
}

.babson-panel__journey .card.is-inactive {
    pointer-events: none
}

.babson-panel__journey .card.is-inactive .card__inner {
    pointer-events: none
}

.babson-panel__journey .card.is-inactive .card__inner .card__inner__message {
    display: none
}

.babson-panel__journey .card.is-inactive .card__inner img {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: .1;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.babson-panel__journey .card.is-inactive:hover .card__inner {
    background-color: #fff;
    pointer-events: none;
    -webkit-transform: scale(1);
    transform: scale(1)
}

@media screen and (min-width: 1101px) {
    .babson-panel__journey .card {
        width: calc(33.33333% - 0.4rem)
    }

    .babson-panel__journey .card:nth-child(1),
    .babson-panel__journey .card:nth-child(2) {
        width: calc(50% - 0.4rem)
    }

    .babson-panel__journey .card:nth-child(1) .card__expander {
        width: calc(200% + 0.4rem)
    }

    .babson-panel__journey .card:nth-child(2) .card__expander {
        width: calc(200% + 0.4rem);
        margin-left: calc(-100% - 0.4rem);
        clear: left
    }

    .babson-panel__journey .card:nth-child(3) .card__expander {
        width: calc(300% + 0.8rem);
        margin-left: 0
    }

    .babson-panel__journey .card:nth-child(4) .card__expander {
        width: calc(300% + 0.8rem);
        margin-left: calc(-100% - 0.4rem)
    }

    .babson-panel__journey .card:nth-child(5) .card__expander {
        width: calc(300% + 0.8rem);
        margin-left: calc(-200% - 0.8rem);
        clear: left
    }
}

@media screen and (min-width: 768px)and (max-width: 1100px) {
    .babson-panel__journey .card:nth-of-type(2n+2) .card__expander {
        margin-left: calc(-100% - 3rem)
    }

    .babson-panel__journey .card:nth-of-type(2n+3) {
        clear: left
    }

    .babson-panel__journey .card__expander {
        width: calc(200% + 3rem)
    }
}

.babson-panel__journey .card__expander__title {
    padding: 7rem 0;
    background: #005172
}

.babson-panel__journey .card__expander__title__message {
    text-align: left;
    display: block;
    width: 100%;
    font-family: "Oswald", sans-serif;
    text-transform: none;
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 1.2;
    color: #fff
}

@media screen and (min-width: 768px) {
    .babson-panel__journey .card__expander__title__message {
        font-size: 3rem;
        text-align: center
    }
}

@media screen and (min-width: 1024px) {
    .babson-panel__journey .card__expander__title__message {
        font-size: 4rem
    }
}

@media screen and (min-width: 1200px) {
    .babson-panel__journey .card__expander__title__message {
        font-size: 5rem
    }
}

.babson-panel__journey .card__expander__close {
    background: #005172;
    padding: 3rem;
    text-align: center;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    width: 100%;
    font-size: 2.4rem
}

.babson-panel__journey .card__expander__close:hover {
    background: #012736;
    text-decoration: none;
    color: #fff
}

.babson-panel__journey .card__expander .checkerboard-item {
    background: #fff
}

.babson-panel__journey .card__expander .checkerboard-item h2 {
    color: #064
}

.babson-panel__journey .card__expander__proof-points {
    -webkit-box-shadow: inset 0 .2rem .5rem -2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 .2rem .5rem -2px rgba(0, 0, 0, .1)
}

.babson-panel__journey .card__expander__proof-points__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: calc(100% + 4rem);
    max-width: none;
    margin: 0 0 0 -40px
}

.babson-panel__journey .card__expander .proof-points__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 0 0 4rem;
    margin: 4rem 0 0 0
}

@media screen and (min-width: 960px) {
    .babson-panel__journey .card__expander .proof-points__card {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.babson-panel__journey .card__expander .proof-points__card__stat {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 7.2rem;
    letter-spacing: -0.5px;
    line-height: 1;
    margin-bottom: 3rem;
    color: #597c31
}

.babson-panel__journey .card__expander .proof-points__card__icon {
    font-size: 8rem;
    line-height: 1;
    margin-bottom: 3rem;
    color: #597c31
}

.babson-panel__journey .card__expander .proof-points__card h2 {
    color: #064;
    font-family: "Zilla Slab", serif;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 1.2
}

.babson-panel__journey .card__expander .proof-points__card p {
    margin-bottom: 2.4rem;
    margin-top: 2rem
}

.babson-panel__journey .card__expander .proof-points__card--wrapper {
    padding: 4rem;
    font-family: "Oswald", sans-serif;
    font-size: 1.6rem;
    background: #fff;
    -webkit-box-shadow: 0 .1rem .3rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 .1rem .3rem 0 rgba(0, 0, 0, .1)
}

.babson-panel__journey .card__expander__ctas__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: calc(100% + 4rem);
    max-width: none;
    margin: 0 0 0 -40px
}

.babson-panel__journey .card__expander .cta__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 0 0 4rem;
    margin: 4rem 0 0 0
}

@media screen and (min-width: 1024px) {
    .babson-panel__journey .card__expander .cta__card {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.babson-panel__journey .card__expander .cta__card .btn {
    margin-bottom: 4rem;
    width: 100%;
    text-align: center
}

.babson-panel__journey .card__expander .cta__card--event {
    line-height: 1
}

.babson-panel__journey .card__expander .cta__card--event .cta__card--wrapper {
    background: #fff;
    padding: 4rem;
    margin: 0 0 4rem;
    -webkit-box-shadow: 0 .1rem .3rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 .1rem .3rem 0 rgba(0, 0, 0, .1)
}

.babson-panel__journey .card__expander .cta__card--event .babson-panel__event-proof__events__element {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    border-bottom: none
}

.babson-panel__journey .card__expander .cta__card--event .babson-panel__event-proof__events__element__info {
    margin-top: 0
}

.babson-panel__journey .card__expander .cta__card--event .babson-panel__event-proof__events__element__day {
    color: #597c31;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6rem;
    flex: 0 0 6rem;
    font-size: 4.4rem
}

.babson-panel__journey .card__expander .cta__card--event .babson-panel__event-proof__events__element__month-year {
    color: #6c6f70
}

.babson-panel__journey .card__expander .cta__card--event .babson-panel__event-proof__events__element h3 a {
    color: #064
}

.babson-panel__journey .card__expander .cta__card--event .babson-panel__event-proof__events__element h3 a:hover {
    color: #005172
}

.babson-panel__journey .card__expander .cta__card--event .babson-panel__event-proof__events__element__meta {
    color: #444
}

.babson-panel__journey .card__expander .cta__card--btn-group {
    margin: 0
}

@media screen and (min-width: 600px) {
    .babson-panel__journey .card__expander .cta__card--btn-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media screen and (min-width: 1024px) {
    .babson-panel__journey .card__expander .cta__card--btn-group {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 4rem 0 0 0
    }
}

.babson-panel__news {
    margin: 8rem 0 0
}

.babson-panel__news__title {
    font-size: 1.6rem;
    margin-bottom: 5rem
}

@media screen and (min-width: 600px) {
    .babson-panel__news__title {
        font-size: 1.8rem
    }
}

@media screen and (min-width: 1024px) {
    .babson-panel__news__title {
        font-size: 2rem
    }
}

.babson-panel__news__title h2 {
    max-width: 960px;
    font-size: 4rem;
    color: #064;
    letter-spacing: -1px;
    line-height: 1
}

.babson-panel__news__title h2 span {
    color: #597c31
}

@media screen and (min-width: 600px) {
    .babson-panel__news__title h2 {
        font-size: 6rem
    }
}

@media screen and (min-width: 1024px) {
    .babson-panel__news__title h2 {
        font-size: 8rem
    }
}

.babson-panel__news__title p {
    margin-bottom: 0;
    margin-top: 3rem
}

.babson-panel__news h3 {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    border-top: .2rem solid #368180;
    color: #064;
    font-size: 2rem;
    padding-top: 1.5rem;
    margin-bottom: 3rem;
    width: 100%
}

.babson-panel__news .news-row--controller {
    width: 100%
}

.babson-panel__news .slick-slider .fa-caret-square-left {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 2.4rem;
    color: #005172
}

.babson-panel__news .slick-slider .fa-caret-square-left.slick-disabled {
    opacity: .1
}

@media screen and (min-width: 600px) {
    .babson-panel__news .slick-slider .fa-caret-square-left {
        left: -30px
    }
}

.babson-panel__news .slick-slider .fa-caret-square-right {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    font-size: 2.4rem;
    color: #005172
}

.babson-panel__news .slick-slider .fa-caret-square-right.slick-disabled {
    opacity: .1
}

@media screen and (min-width: 600px) {
    .babson-panel__news .slick-slider .fa-caret-square-right {
        right: -30px
    }
}

@media screen and (min-width: 600px) {
    .babson-panel__news .slick-list {
        margin: 0 0 0 -40px
    }
}

@media screen and (min-width: 600px) {
    .babson-panel__news .slick-track .slick-slide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 0 0 0 4rem;
        margin: 0 0 4rem 0
    }
}

@media screen and (min-width: 1025px) {
    .babson-panel__news .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .babson-panel__news .slick-track .slick-slide {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        padding: 0 0 0 4rem;
        margin: 0 0 4rem 0
    }

    .babson-panel__news .slick-track .slick-slide:first-of-type {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .babson-panel__news .slick-track .slick-slide:first-of-type .news-articles__card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .babson-panel__news .slick-track .slick-slide:first-of-type .news-articles__card .news-articles__card__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 0 2rem 0 0
    }
}

@media screen and (min-width: 1024px)and (min-width: 1024px) {
    .babson-panel__news .slick-track .slick-slide:first-of-type .news-articles__card .news-articles__card__image {
        margin: 0
    }
}

@media screen and (min-width: 1024px) {
    .babson-panel__news .slick-track .slick-slide:first-of-type .news-articles__card .news-articles__card__txt {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 0 0 0 2rem
    }
}

@media screen and (min-width: 1024px)and (min-width: 1024px) {
    .babson-panel__news .slick-track .slick-slide:first-of-type .news-articles__card .news-articles__card__txt h4 a {
        font-size: 2.8rem
    }
}

.babson-panel__news .news-articles__card {
    padding-left: 4rem;
    padding-right: 4rem
}

@media screen and (min-width: 600px) {
    .babson-panel__news .news-articles__card {
        padding: 0
    }
}

.babson-panel__news .news-articles__card__image {
    line-height: 1;
    margin-bottom: 1.5rem
}

.babson-panel__news .news-articles__card__image img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.babson-panel__news .news-articles__card__txt {
    font-family: "Oswald", sans-serif
}

.babson-panel__news .news-articles__card__txt h4 {
    margin-bottom: .7rem;
    font-family: "Oswald", sans-serif;
    line-height: 1.1
}

.babson-panel__news .news-articles__card__txt h4 a {
    color: #005172;
    font-size: 2.2rem;
    letter-spacing: -0.5px
}

.babson-panel__news .news-articles__card__txt h4 a:hover {
    text-decoration: none;
    color: #597c31
}

.babson-panel__news .news-articles__card__txt p {
    margin-bottom: 1rem;
    display: none;
    font-family: "Oswald", sans-serif
}

.news-articles__card__txt a,
.babson-panel__event-proof__events__element__info a {
    text-decoration: none
}

.babson-panel__news .news-articles__card__txt p:last-of-type {
    display: block
}

@media screen and (min-width: 1024px) {
    .babson-panel__news .news-articles__card__txt p {
        display: block;
        font-size: 2rem
    }
}

.babson-panel__news .news-articles__card__txt .news-articles__card__arrow-link {
    color: #064;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.6rem;
    font-family: "Oswald", sans-serif;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.babson-panel__news .news-articles__card__txt .news-articles__card__arrow-link i {
    color: #ad9001;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.babson-panel__news .news-articles__card__txt .news-articles__card__arrow-link:hover {
    color: #597c31;
    text-decoration: none
}

.babson-panel__news .news-articles__card__txt .news-articles__card__arrow-link:hover i {
    margin-left: .5rem;
    color: #597c31
}

.babson-panel__optional-annnouncement {
    margin: 8rem 0 0
}

.babson-panel__optional-annnouncement__wrapper {
    display: block
}

@media screen and (min-width: 800px) {
    .babson-panel__optional-annnouncement__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        width: 100%;
        max-width: none
    }
}

.babson-panel__optional-annnouncement__image {
    display: block;
    margin: 0 0 2rem
}

@media screen and (min-width: 800px) {
    .babson-panel__optional-annnouncement__image {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 4rem 0 0;
        margin: 0
    }
}

.babson-panel__optional-annnouncement__image img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.babson-panel__optional-annnouncement__message {
    font-size: 1.6rem
}

@media screen and (min-width: 800px) {
    .babson-panel__optional-annnouncement__message {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-item-align: center;
        align-self: center;
        font-size: 1.8rem
    }
}

.babson-panel__optional-annnouncement__message h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem
}

@media screen and (min-width: 800px) {
    .babson-panel__optional-annnouncement__message h2 {
        font-size: 3.6rem;
        margin-bottom: 3rem
    }
}

.babson-panel__optional-annnouncement__message p:last-of-type {
    margin: 0
}

.babson-panel__optional-annnouncement__message .btn {
    margin-top: 4rem
}

.badge {
    font-family: "Oswald", sans-serif;
    font-size: 1.5rem;
    background-color: #c6d3d7;
    border-radius: 2rem;
    padding: .2rem 3rem .2rem 1rem;
    margin-left: 1rem;
    display: inline-block;
    position: relative
}

.badge .badge__remove-button {
    background-color: transparent;
    border: none;
    padding: 0;
    position: absolute;
    top: .6rem;
    right: .5rem;
    height: 1.6rem;
    width: 1.6rem;
    font-weight: bold;
    margin-left: 1.5rem;
    border-radius: 2rem;
    color: #005172;
    border: .2rem solid #005172
}

.badge .badge__remove-button:before,
.badge .badge__remove-button:after {
    position: absolute;
    left: .5rem;
    top: .3rem;
    content: " ";
    height: .7rem;
    width: .2rem;
    background-color: #005172
}

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

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

.c-blank-school-program__filter-group {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: var(--sp--md);
    gap: var(--sp--md)
}

@media screen and (min-width: 64em) {
    .c-blank-school-program__filter-group {
        grid-gap: var(--sp--2xl);
        gap: var(--sp--2xl)
    }
}

@media screen and (min-width: 64em) {

    .c-blank-school-program__filter-group>div:first-child,
    .c-blank-school-program__filter-group>div:last-child {
        grid-column: auto/span 4
    }
}

.c-blank-center-program__card {
    -webkit-box-shadow: 0 0 2rem -10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 2rem -10px rgba(0, 0, 0, .1);
    border: .1rem solid #eee;
    height: 100%;
    padding: var(--sp--2xl)
}

.c-blank-center-program__card .displayName {
    text-decoration: none !important
}

.c-blank-center-program__card a {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.c-blank-center-program__modal .content p {
    margin: 0
}

.c-blank-center-program__modal .section-title {
    border-bottom: 1px solid var(--mango-punch);
    font-family: var(--font-headings);
    font-size: var(--fs--sm)
}

.c-blank-center-program__modal .displayName {
    text-decoration: none !important
}

.c-blank-center-program__modal .description {
    font-size: var(--fs--sm)
}

.c-blank-center-program__modal a {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.c-blank-center-program__modal .title {
    color: var(--summer-nights)
}

.c-blank-center-program__modal .subtitle {
    font-size: var(--fs--sm)
}

:root {
    --block-list--block-space: 2.5rem;
    --block-list--copy-space: 3rem;
    --block-list--border-size: 2px;
    --block-list--header--font-large: 3rem;
    --block-list--header--font-medium: 2.4rem;
    --block-list--header--font-small: 2rem;
    --block-list--copy--font-large: 2.4rem;
    --block-list--copy--font-medium: 2rem;
    --block-list--copy--font-small: 1.8rem
}

.c-block-list {
    width: 100%
}

.c-block-list p {
    margin-bottom: 0
}

.c-block-list>*:is(p)+* {
    margin-top: var(--block-list--copy-space)
}

.c-block-list-group>*+* {
    padding-top: var(--block-list--block-space)
}

.c-block-list--border-left {
    border-left: var(--block-list--border-size) solid;
    padding-left: 1em
}

.c-block-list--border-right {
    border-right: var(--block-list--border-size) solid;
    padding-right: 1em
}

.c-block-list--border-color-alfresco {
    border-color: var(--alfresco)
}

.c-block-list--border-color-courtyard-green {
    border-color: var(--courtyard-green)
}

.c-block-list--border-color-mango-punch {
    border-color: var(--mango-punch)
}

.c-block-list--border-color-peacock-blue-dark {
    border-color: var(--peacock-blue-dark)
}

.c-block-list--border-color-sherwood-green {
    border-color: var(--sherwood-green)
}

.c-block-list--border-color-sweet-daphne {
    border-color: var(--sweet-daphne)
}

.c-block-list--border-color-blue-heather {
    border-color: var(--blue-heather)
}

.c-block-list--border-color-cedar-key {
    border-color: var(--cedar-key)
}

.c-block-list--font-small>* {
    font-size: var(--block-list--copy--font-small)
}

.c-block-list--font-medium>* {
    font-size: var(--block-list--copy--font-medium)
}

.c-block-list--font-large>* {
    font-size: var(--block-list--copy--font-large)
}

.c-block-list__header {
    margin-bottom: 0
}

.c-block-list__header a {
    color: var(--babson-green)
}

h2.c-block-list__header {
    font-weight: 300
}

.c-block-list__header--small {
    font-size: var(--block-list--header--font-small)
}

.c-block-list__header--medium {
    font-size: var(--block-list--header--font-medium)
}

.c-block-list__header--large {
    font-size: var(--block-list--header--font-large)
}

.c-block-list__header--zilla-slab {
    font-family: "Zilla Slab", serif;
    font-weight: bold
}

.c-block-list__header--babson-green {
    color: var(--babson-green)
}

.c-block-list__header--babson-green a {
    color: var(--babson-green)
}

.c-block-list__header--courtyard-green {
    color: var(--courtyard-green)
}

.c-block-list__header--courtyard-green a {
    color: var(--courtyard-green)
}

.c-block-list__header--englewood-cliffs {
    color: var(--englewood-cliffs)
}

.c-block-list__header--englewood-cliffs a {
    color: var(--englewood-cliffs)
}

.c-block-list__header--summer-nights {
    color: var(--summer-nights)
}

.c-block-list__header--summer-nights a {
    color: var(--summer-nights)
}

.c-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-row: 1/3;
    grid-column: 1/2;
    align-self: flex-end;
    grid-gap: 0rem;
    gap: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0rem;
    padding-top: 9px;
    position: relative;
    height: 100%
}

@media screen and (min-width: 64em) {
    .c-branding {
        grid-gap: .6rem;
        gap: .6rem
    }
}

.c-branding svg {
    fill: var(--white);
    width: 100%
}

.c-branding>:nth-last-child(2) {
    width: 125px
}

.c-branding>:last-child {
    font-family: "Oswald", sans-serif;
    font-size: 2.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    width: 90%;
    padding-bottom: 11px
}

@media screen and (min-width: 40em) {
    .c-branding>:last-child {
        font-size: 3.2rem;
        width: 260px
    }
}

.c-branding>:nth-child(2) {
    color: var(--white);
    font-size: 2.8rem;
    max-width: 100%;
    padding-bottom: 8px;
    line-height: 1.2
}

@media screen and (min-width: 40em) {
    .c-branding>:nth-child(2) {
        font-size: 3.2rem
    }
}

.c-branding>:nth-child(2).minimize {
    font-size: 1.5rem !important
}

@media screen and (min-width: 64em) {
    .c-branding>:nth-child(2).minimize {
        font-size: 2rem !important
    }
}

@media all and (min-width: 500px)and (max-width: 960px) {
    .c-branding>:nth-child(2).minimize {
        width: 300px
    }
}

.c-branding>:nth-child(2)>a {
    color: var(--white)
}

.breadcrumb {
    margin: .8rem 0 .8rem 1rem
}

.site-content .breadcrumb {
    margin-top: -6px !important
}

.breadcrumb a {
    display: none;
    font-family: "Oswald", sans-serif;
    font-size: 1.4rem;
    color: #6c6f70
}

.breadcrumb a.visible {
    display: inline
}

@media(min-width: 40em) {
    .breadcrumb {
        display: none
    }
}

.c-breadcrumbs ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.c-breadcrumbs li {
    display: inline
}

.c-breadcrumbs li:last-child {
    font-weight: bold
}

.c-breadcrumbs li+li {
    margin-left: 4px
}

.c-breadcrumbs li+li:before {
    color: #597b31;
    content: "/";
    font-weight: normal;
    margin-right: 4px
}

.c-breadcrumbs a {
    color: #597b31
}

.c-breadcrumbs .collapsable:after {
    content: "..."
}

@media screen and (min-width: 40em) {
    .c-breadcrumbs .collapsable:after {
        content: ""
    }
}

.c-breadcrumbs .collapsable>span {
    display: none
}

@media screen and (min-width: 40em) {
    .c-breadcrumbs .collapsable>span {
        display: inline
    }
}

.c-breadcrumbs--droplist {
    display: none
}

@media screen and (max-width: 40em) {
    .c-breadcrumbs {
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

    .c-breadcrumbs--droplist {
        display: inline-block
    }

    .c-breadcrumbs--droplist+.c-breadcrumbs--default {
        display: none
    }

    .c-breadcrumbs .has-trigger {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: transparent;
        border: none;
        text-align: left;
        padding-left: var(--sp--md);
        padding-right: var(--sp--md);
        position: relative;
        left: -8px;
        cursor: pointer;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        grid-gap: var(--sp--md);
        gap: var(--sp--md);
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .c-breadcrumbs .has-trigger[focus-within] {
        outline: 2px solid var(--babson-green)
    }

    .c-breadcrumbs .has-trigger:focus-within {
        outline: 2px solid var(--babson-green)
    }

    .c-breadcrumbs .has-trigger:hover,
    .c-breadcrumbs.active .has-trigger {
        -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .65);
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .65)
    }

    .c-breadcrumbs.active .has-trigger {
        background-color: var(--sweet-daphne)
    }

    .c-breadcrumbs>.has-trigger>ul {
        line-height: 1.5;
        padding: .1rem 0
    }

    .c-breadcrumbs .c-breadcrumbs__droplist {
        background-color: var(--white);
        border-top: 1px solid rgba(0, 0, 0, .2);
        -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, .35);
        box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, .35);
        margin-left: -8px;
        position: absolute;
        padding: var(--sp--2xl);
        width: 100%
    }

    .c-breadcrumbs .c-breadcrumbs__droplist ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-gap: var(--sp--sm);
        gap: var(--sp--sm)
    }

    .c-breadcrumbs .c-breadcrumbs__droplist li {
        margin: 0
    }

    .c-breadcrumbs .c-breadcrumbs__droplist li+li:before {
        content: none
    }

    .c-breadcrumbs .fas {
        color: var(--babson-green);
        font-size: var(--fs--3xs)
    }
}

.pl-2022 .c-breadcrumbs {
    position: relative;
    max-width: 140rem;
    margin-top: 6px;
    margin-left: 2rem;
    margin-right: 2rem;
    z-index: 11
}

@media screen and (min-width: 40em) {
    .pl-2022 .c-breadcrumbs {
        margin-right: 3rem;
        margin-left: 3rem
    }
}

@media screen and (min-width: 64em) {
    .pl-2022 .c-breadcrumbs {
        margin-right: 3.7rem;
        margin-left: 3.7rem
    }
}

@media screen and (min-width: 1460px) {
    .pl-2022 .c-breadcrumbs {
        margin-left: auto;
        margin-right: auto
    }
}

.bricks-width-page-layout .site-header {
    padding-top: 25px
}

@media screen and (min-width: 64em) {
    .bricks-width-page-layout .header__logo {
        position: static
    }
}

.bricks__subtitle {
    color: #fff;
    font-family: Oswald, sans-serif
}

.bricks-width-page-layout #copyright-container p {
    margin: 2.7rem 0 0 0;
    font-family: "Zilla Slab", serif
}

.bricks-width-page-layout .l-footer {
    padding: 7rem 0 2.7rem
}

.o-adv-wrapper .c-card-business {
    background-color: var(--white);
    max-width: 100%;
    width: 100%
}

.o-adv-wrapper .c-card-business .babson-alumni__marketplace__item__image img {
    width: 100%
}

.c-card-business--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-business-card__filter-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: var(--sp--2xl);
    gap: var(--sp--2xl)
}

.c-business-card__filter-group>div:first-child,
.c-business-card__filter-group>div:last-child {
    grid-column: 1/3
}

.c-business-card__filter-group input[type=checkbox]+label:before {
    position: static !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.c-business-card__filter-group input[type=checkbox]+label {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

@media screen and (max-width: 768px) {
    .c-business-card__filter-group {
        display: block
    }

    .c-filterable .c-filterable__filter-group.c-business-card__filter-group label {
        font-size: 18px
    }

    .c-business-card__filter-group input#keyword {
        margin-bottom: 8px
    }
}

.c-business-card__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(30ch, 100%), 1fr));
    grid-gap: var(--sp--4xl);
    margin-top: var(--sp--4xl);
    margin-bottom: var(--sp--4xl)
}

.c-filterable .c-business-card__grid+div[\:has\(.btn\)] {
    margin-bottom: var(--sp--4xl)
}

.c-filterable .c-business-card__grid+div:has(.btn) {
    margin-bottom: var(--sp--4xl)
}

.c-business-card__modal h3 {
    margin-bottom: 0
}

.c-business-card__modal h3 a {
    color: var(--summer-nights)
}

.c-business-card__modal h3 a:hover {
    color: var(--babson-green)
}

.c-business-card__modal h4 {
    border-bottom: 1px solid var(--bright-gold);
    color: var(--darker-gray);
    font-family: var(--font-headings);
    font-size: var(--fs--sm);
    font-weight: normal;
    line-height: 1.6
}

.c-business-card__owner-chip {
    font-family: var(--font-headings);
    font-size: var(--fs--sm)
}

.c-business-card__owner-chip span:first-child {
    font-weight: bold
}

.c-business-card__meta-details {
    font-family: var(--font-headings);
    font-size: var(--fs--sm);
    text-transform: capitalize
}

.c-business-card__meta-details i {
    color: var(--babson-green);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: var(--sp--3xl);
    flex-basis: var(--sp--3xl)
}

.c-business-card__meta-details i.fa-dollar-sign {
    background-color: var(--babson-green);
    color: var(--white);
    border-radius: 16px;
    font-size: .75em;
    padding: .5rem
}

.c-business-card__meta-details a span {
    color: var(--babson-green)
}

.c-business-card__meta-details a:hover span {
    color: var(--summer-nights)
}

.c-business-card__social-media a {
    text-decoration: none
}

.c-business-card__social-media i {
    font-size: var(--sp--4xl)
}

.c-card-business {
    max-width: 57rem
}

.babson-business-card__social-icons {
    margin-top: 1.2rem
}

.babson-business-card__social-icons a {
    margin-right: 1.6rem
}

.babson-business-card__social-icons i {
    font-size: 3rem;
    color: #064
}

.btn__small {
    padding: 1rem 3rem
}

.btn--large {
    padding: 2rem 7rem
}

.btn--mobile-full-width {
    text-align: center;
    display: block
}

@media screen and (min-width: 40em) {
    .btn--mobile-full-width {
        display: inline-block
    }
}

.btn,
.btn--light,
.btn--outline,
.btn--bright {
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: .03rem;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background: #064;
    border: none;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out;
    margin-bottom: .5rem;
    padding: 1rem 1.2rem;
    max-width: 24rem;
    min-height: 4.4rem
}

@media screen and (min-width: 40em) {

    .btn,
    .btn--light,
    .btn--outline,
    .btn--bright {
        font-size: 1.6rem;
        padding: .8rem 1.2rem
    }
}

.btn.btn--CTA {
    max-width: unset
}

.btn--med-green-BG {
    color: #fff;
    background: #597c31;
    border: 2px solid #597c31
}

.btn--med-green-BG:hover {
    color: #597c31;
    background: #fff;
    border: 2px solid #597c31
}

.btn--light {
    color: #597c31;
    background: #fff;
    border: 2px solid #e0d464
}

.btn--light:hover {
    color: #fff;
    background: #597c31;
    border: 2px solid #597c31
}

.u-text__color--white a.btn--light {
    color: #597c31 !important
}

.u-text__color--white a.btn--light:hover {
    color: #fff !important
}

.btn--blue-BG {
    color: #fff;
    background: #005172;
    border: 2px solid #005172
}

.btn--blue-BG:hover {
    color: #005172;
    background: #fff;
    border: 2px solid #005172
}

#section-content .btn--white,
.btn--white {
    color: #597c31 !important;
    background: #fff;
    border: 2px solid #fff
}

#section-content .btn--white:hover,
.btn--white:hover {
    color: #fff !important;
    background: none;
    border: 2px solid #fff
}

.btn--white-border {
    color: #fff;
    background: none;
    border: 2px solid #fff
}

.btn--white-border:hover {
    color: #597c31 !important;
    background: #fff;
    border: 2px solid #fff
}

.tag-link {
    font-family: "Oswald", sans-serif;
    font-size: 1.4rem;
    color: #064;
    text-transform: uppercase;
    line-height: 1.5;
    text-decoration: none;
    margin-bottom: 0;
    background: none;
    letter-spacing: normal;
    padding: 0;
    text-align: left;
    min-height: unset
}

@media screen and (min-width: 40em) {
    .tag-link {
        font-size: 1.6rem
    }
}

.tag-link:hover {
    text-decoration: underline
}

.btn--outline {
    border: .2rem solid #fff;
    background: #fff;
    color: #005172
}

.btn--outline:hover {
    color: #fff;
    background: transparent;
    border: .2rem solid rgba(255, 255, 255, .4)
}

.btn--bright {
    background: #597c31;
    border: .2rem solid #597c31
}

.btn--bright:hover {
    background: #fff;
    border: .2rem solid #597c31;
    color: #597c31
}

.btn.btn--bright.btn--large.btn--mobile-full-width:hover {
    background-color: #9eb28f;
    color: #fff
}

.btn--green-BG {
    background: #064
}

.btn--green-BG:hover {
    background: #9eb28f
}

.btn--forest-BG {
    background: #145451
}

.btn--forest-BG:hover {
    background: #9eb28f
}

.btn--teal-BG {
    background: #368180
}

.btn--teal-BG:hover {
    background: #9eb28f
}

.btn--alfresco-BG {
    background: #567b8a
}

.btn--alfresco-BG:hover {
    background: #9eb28f
}

.c-button {
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    padding: 1.5rem 7%;
    overflow: visible;
    font: inherit;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media screen and (min-width: 64em) {
    .c-button {
        padding: 0
    }
}

.c-button:hover {
    outline: none;
    text-decoration: none
}

.c-button:hover,
.c-button:focus {
    text-decoration: none
}

.c-button:not(:disabled) {
    cursor: pointer
}

.c-button--dropdown {
    display: inline-block;
    font-family: "Zilla Slab", serif;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 600;
    width: 100%;
    text-align: left;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear
}

@media screen and (min-width: 64em) {
    .c-button--dropdown {
        width: auto
    }
}

.c-button--dropdown:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin: 0 0 0 .7rem;
    position: absolute;
    right: 7%
}

@media screen and (min-width: 64em) {
    .c-button--dropdown:after {
        position: relative;
        right: 0
    }
}

.c-button--dropdown:hover {
    color: #fff
}

@media screen and (min-width: 64em) {
    .c-button--dropdown:hover {
        color: #ccd695
    }
}

.c-button--dropdown:hover:after {
    border-top-color: #fff
}

@media screen and (min-width: 64em) {
    .c-button--dropdown {
        width: auto
    }
}

.is-open .c-button--dropdown {
    color: #fff
}

.is-open .c-button--dropdown:after {
    content: "";
    color: #ccd695
}

.button,
a.button,
button.button,
button.default,
.btn--primary>a:link,
.btn--primary>a:visited,
.btn--primary>a:active,
.btn--primary>input[type=submit],
.btn--primary>button,
.btn-primary>a:link,
.btn-primary>a:visited,
.btn-primary>a:active,
.btn-primary>input[type=submit],
.btn-primary>button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #005172;
    border: .2rem solid #005172;
    border-radius: .1rem;
    color: #fff;
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 1.6rem;
    letter-spacing: .1rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
    padding: .8rem 1.6rem;
    position: static;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.button:hover,
button.default:hover,
.btn--primary>a:hover,
.btn--primary>a:hover:link,
.btn--primary>a:hover:visited,
.btn--primary>a:hover:active,
.btn--primary>input[type=submit]:hover,
.btn--primary>button:hover,
.btn-primary>a:hover:link,
.btn-primary>a:hover:visited,
.btn-primary>a:hover:active,
.btn-primary>input[type=submit]:hover,
.btn-primary>button:hover {
    border: .2rem solid #e0d464;
    background: #fff;
    color: #005172
}

.button:hover,
a.button:hover,
.btn--primary:hover,
.btn-primary--cta:hover {
    background-color: #005172
}

.button,
a.button,
.btn--primary,
.btn-primary--alt {
    background-color: unset
}

.button:hover,
a.button:hover,
.btn--primary:hover,
.btn-primary--alt:hover {
    background-color: unset
}

.btn--primary>input[type=submit],
.btn--primary>button,
.btn-primary>input[type=submit],
.btn-primary>button {
    cursor: pointer;
    margin: 0rem;
    -moz-white-space: nowrap;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.btn--primary button::-moz-focus-inner,
.btn-primary button::-moz-focus-inner {
    border: 0
}

#email-button .button,
#print-button .button {
    background: #fff;
    border: .2rem solid #e0d464;
    color: #005172
}

#email-button .button:hover,
#print-button .button:hover {
    background: #005172;
    border: .2rem solid #005172;
    color: #fff
}

.btn--CTA {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    font-family: "Zilla Slab", serif;
    font-weight: 600;
    padding: 2rem 1rem;
    font-size: 1.8rem;
    text-transform: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width: 1024px) {
    .btn--CTA {
        padding: 4rem 2rem;
        font-size: 2.2rem
    }
}

.call-to-actions--border a {
    text-decoration: none
}

.call-to-actions--border a:hover {
    text-decoration: underline
}

.babson_cta_inner_pages {
    color: #597c31;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-family: "Zilla Slab", serif;
    font-size: 1.8rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.babson_cta_inner_pages a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    margin: 0 0 1.5rem 0
}

.babson_cta_inner_pages a.is-background-color {
    padding: 1rem
}

.babson_cta_inner_pages .babson_cta_inner_pages-image {
    width: 5rem;
    margin: 0 1rem 0 0
}

.babson_cta_inner_pages .babson_cta_inner_pages-image img {
    width: 100%
}

.babson_cta_inner_pages.vertical {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.babson_cta_inner_pages.vertical a {
    width: 100%
}

.babson_cta_inner_pages.vertical .babson_cta_inner_pages-image {
    margin: 0 2rem 0 0
}

.babson_cta_inner_pages.is-sans-serif {
    font-family: "Oswald", sans-serif;
    font-size: 2rem
}

.babson_cta_inner_pages a {
    padding: .5rem;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.babson_cta_inner_pages a:hover {
    outline: 1px solid #597c31;
    outline-offset: 2px;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

.babson_cta_inner_pages.vertical,
.babson_cta_inner_pages.vertical a .babson_cta_inner-pages-text {
    display: inline;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.calltoaction__inner {
    width: 100%;
    display: block !important;
    margin: 0 auto
}

.calltoaction__inner .media span {
    line-height: 1.2
}

.calltoaction__inner .media {
    margin-bottom: 2rem !important
}

@media only screen and (min-width: 640px) {
    .calltoaction__inner {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .calltoaction__inner .media {
        margin-bottom: 3rem !important
    }

    .sidebar .calltoaction__inner .media {
        margin-bottom: 2rem !important
    }

    aside .calltoaction__inner .media {
        margin-bottom: 2rem !important
    }
}

.calltoaction__inner.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 2rem
}

.calltoaction__inner.vertical>* {
    margin-bottom: 1rem
}

div.calltoaction__inner.call-sidebar a {
    text-decoration: none
}

div.calltoaction__inner.call-sidebar div.cta-item {
    clear: both
}

div.calltoaction__inner.call-sidebar div.cta-item img {
    max-width: 48px
}

div.calltoaction__inner.call-sidebar div.cta-item span {
    font-size: 2rem;
    margin: 0
}

.calltoaction__inner.vertical>div {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin-bottom: 0 !important
}

.calltoaction__inner.vertical>div>a img {
    margin: 0;
    margin-right: 2rem;
    display: inline-block
}

.calltoaction__inner.vertical>div>a .media__body {
    float: left;
    clear: none;
    width: auto;
    text-align: left
}

.calltoaction__inner.vertical>div>a {
    display: block;
    margin-bottom: 2rem
}

.c-cta-with-background h2::before,
.calltoaction__inner h2::before {
    display: unset !important
}

aside .calltoaction__inner,
.sidebar .calltoaction__inner {
    display: block !important
}

aside .calltoaction__inner>div,
.sidebar .calltoaction__inner>div {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin-bottom: 0 !important
}

aside div.calltoaction__inner.call-sidebar div.cta-item span,
.sidebar div.calltoaction__inner.call-sidebar div.cta-item span {
    font-size: 1.6rem
}

aside .calltoaction__inner>div>a img,
.sidebar .calltoaction__inner>div>a img {
    display: inline-block;
    max-width: 36px !important;
    margin: 0 !important;
    margin-right: 1rem !important
}

aside .calltoaction__inner>div>a .media__body,
.sidebar .calltoaction__inner>div>a .media__body {
    float: left;
    clear: none;
    width: auto;
    text-align: left;
    -ms-flex-item-align: center;
    align-self: center
}

.sidebar .calltoaction__inner>div>a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-bottom: 2rem
}

aside .calltoaction__inner>div>a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 0 !important
}

aside .media--centered .media__image--left,
.sidebar .media--centered .media__image--left {
    margin: 0
}

.calltoaction__inner a.media {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.calltoaction__inner a.media:hover {
    -webkit-transform: scale(1.06);
    transform: scale(1.06)
}

.calltoaction__inner a.media:hover .media__body {
    border-bottom: 2px solid #597c31
}

.calltoaction__inner.vertical a.media,
.calltoaction__inner.vertical a.media .media__body {
    display: inline;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.campaign__hero--home {
    background: #064;
    overflow: hidden
}

@media(min-width: 900px) {
    .campaign__hero--home {
        display: grid;
        grid-gap: 0;
        grid-template-columns: [left-line] 35fr [middle-left-line] 9vw [middle-right-line] 65fr [right-line];
        grid-template-rows: [top-line] auto [bottom-line];
        position: relative
    }
}

.campaign__hero--home__media {
    grid-column-start: middle-left-line;
    grid-column-end: right-line;
    grid-row-start: top-line;
    grid-row-end: bottom-line;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    max-height: 400px
}

.campaign__hero--home__text {
    background-color: #064;
    background-repeat: no-repeat;
    background-position: left center
}

@media(min-width: 900px) {
    .campaign__hero--home__text {
        grid-column-start: left-line;
        grid-column-end: middle-right-line;
        grid-row-start: top-line;
        grid-row-end: bottom-line;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        display: grid;
        grid-gap: 0;
        grid-template-columns: [left] 1fr [middle] minmax(365px, 920px) [right];
        grid-template-rows: [top] auto [bottom]
    }
}

@media(min-width: 900px) {
    .campaign__hero--home__text__container {
        text-align: right;
        background-color: #064;
        background-repeat: no-repeat;
        background-position: left center;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 2;
        grid-column-start: middle;
        grid-column-end: right;
        grid-row-start: top;
        grid-row-end: bottom
    }
}

.campaign__hero--home__text__container:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 4;
    background-image: -webkit-gradient(linear, left top, right top, from(#005172), to(rgba(0, 81, 114, 0)));
    background-image: linear-gradient(to right, #005172, rgba(0, 81, 114, 0));
    width: 0
}

.campaign__hero--home__text__container:after {
    display: none
}

.campaign__hero--home__text__container__area:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 81, 114, .88)
}

@media(min-width: 900px) {
    .campaign__hero--home__text__container:after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        background: rgba(0, 81, 114, .88)
    }
}

.campaign__hero--home__text p {
    color: #fff;
    margin-bottom: 2rem
}

.campaign__hero--home__text p {
    font-size: 2rem;
    font-family: "Oswald", sans-serif
}

.campaign__hero--home__text__container * {
    position: relative;
    z-index: 3
}

.campaign__hero--home__text__container__area {
    padding: 20px 20px 10px 20px
}

@media(min-width: 900px) {
    .campaign__hero--home__text__container__area {
        text-align: right;
        padding-left: 2rem;
        margin-right: -44px;
        background-color: #064;
        background-repeat: no-repeat;
        background-position: left center;
        position: relative;
        padding: 1.2rem 36px 2.4rem
    }
}

.campaign__hero--home__text__container * {
    position: relative;
    z-index: 3
}

@media(min-width: 1400px) {
    .campaign__hero--home__text__container__area {
        padding-left: 10vw
    }
}

.card .card__inner {
    background: #005172;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.card .card__inner img {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.card:hover .card__inner {
    background-color: #005172;
    opacity: 1;
    z-index: 2
}

.card:hover .card__inner img {
    opacity: .5
}

.card:hover .card__inner__message {
    background: #fff;
    border-top: .5rem solid #eeaf00
}

.card:hover .card__inner__message h2 {
    color: #005172
}

.card:hover .card__inner__message__trigger {
    color: #005172
}

.card.is-inactive .card__inner {
    background: #fff
}

.c-card-simple {
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .1);
    height: 100%;
    background-color: #fff;
    position: relative;
    display: block;
    max-width: 86rem;
    margin-left: auto;
    margin-right: auto
}

.c-card-simple__text {
    position: relative;
    padding: 25px 2rem 2rem;
    overflow: auto;
    width: 100%
}

.c-card-simple__text a {
    display: inline-block;
    text-decoration: none;
    font-weight: 400
}

.c-card-simple__text p,
.c-card-simple__text li {
    font-family: "Arial", sans-serif;
    line-height: 1.5
}

.c-card-simple__text a:hover {
    text-decoration: underline
}

.c-card-simple__text a.btn:hover {
    text-decoration: none
}

.c-card-simple__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none
}

.c-card-simple__text p a {
    text-decoration: underline;
    font-weight: 600
}

@media screen and (max-width: 640px) {
    .c-card-simple__container {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%
    }

    .c-card-simple__text {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 33%;
        max-width: 100%
    }

    .c-card-simple__image {
        display: block;
        width: 100%
    }

    .c-card-simple__image.image-bottom-tablet-constrain-image-shorter,
    .c-card-simple__image.image-bottom-tablet-constrain-image-taller,
    .c-card-simple__image.image-right-tablet-constrain-image-width-33,
    .c-card-simple__image.image-right-tablet-constrain-image-width-50 {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        overflow: hidden;
        -ms-flex-item-align: end;
        align-self: flex-end
    }
}

.c-card-simple__container.image-top-desktop,
.c-card-simple__container.image-top-desktop-constrain-image-shorter,
.c-card-simple__container.image-top-desktop-constrain-image-taller,
.c-card-simple__container.image-top-tablet,
.c-card-simple__container.image-top-tablet-constrain-image-shorter,
.c-card-simple__container.image-top-tablet-constrain-image-taller {
    -ms-flex-line-pack: start;
    align-content: flex-start
}

@media screen and (min-width: 40em) {
    .c-card-simple {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .c-card-simple__container {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .c-card-simple__image.image-top-desktop,
    .c-card-simple__image.image-bottom-desktop,
    .c-card-simple__image.image-top-tablet,
    .c-card-simple__image.image-bottom-tablet {
        display: block;
        width: 100%
    }

    .c-card-simple__image.image-left-desktop-constrain-image-width-33~.c-card-simple__text,
    .c-card-simple__image.image-right-desktop-constrain-image-width-33~.c-card-simple__text,
    .c-card-simple__image.image-left-tablet-constrain-image-width-33~.c-card-simple__text,
    .c-card-simple__image.image-right-tablet-constrain-image-width-33~.c-card-simple__text,
    .c-card-simple__image.image-left-desktop-constrain-image-width-50~.c-card-simple__text,
    .c-card-simple__image.image-right-desktop-constrain-image-width-50~.c-card-simple__text,
    .c-card-simple__image.image-left-tablet-constrain-image-width-50~.c-card-simple__text,
    .c-card-simple__image.image-right-tablet-constrain-image-width-50~.c-card-simple__text,
    .c-card-simple__image.image-left-tablet-constrain-image-width-25~.c-card-simple__text,
    .c-card-simple__image.image-left-desktop-constrain-image-width-25~.c-card-simple__text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .c-card-simple__container.image-left-tablet-unconstrained,
    .c-card-simple__container.image-left-desktop-unconstrained {
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .c-card-simple__container.image-left-tablet-unconstrained .c-card-simple__text,
    .c-card-simple__container.image-left-desktop-unconstrained .c-card-simple__text {
        -ms-flex-preferred-size: fit-content;
        flex-basis: fit-content
    }
}

@media screen and (min-width: 641px)and (max-width: 1023px) {

    .c-card-simple__image.image-top-tablet,
    .c-card-simple__image.image-top-tablet-constrain-image-shorter,
    .c-card-simple__image.image-top-tablet-constrain-image-taller {
        display: block;
        width: 100%;
        overflow: hidden;
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .c-card-simple__image.image-top-tablet-constrain-image-shorter {
        height: 250px
    }

    .c-card-simple__image.image-top-tablet-constrain-image-taller {
        height: 350px
    }

    .c-card-simple__image.image-bottom-tablet,
    .c-card-simple__image.image-bottom-tablet-constrain-image-shorter,
    .c-card-simple__image.image-bottom-tablet-constrain-image-taller {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        overflow: hidden;
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .c-card-simple__image.image-bottom-tablet-constrain-image-shorter {
        height: 250px
    }

    .c-card-simple__image.image-bottom-tablet-constrain-image-taller {
        height: 350px
    }

    .c-card-simple__image.image-left-tablet-constrain-image-width-33 {
        -webkit-box-flex: .6;
        -ms-flex: .6;
        flex: .6
    }

    .c-card-simple__image.image-left-tablet-constrain-image-width-50 {
        -webkit-box-flex: 1.2;
        -ms-flex: 1.2;
        flex: 1.2
    }

    .c-card-simple__image.image-right-tablet-constrain-image-width-33,
    .c-card-simple__image.image-right-tablet-constrain-image-width-50 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0
    }

    .c-card-simple__image.image-right-tablet-constrain-image-width-33 {
        -webkit-box-flex: .6;
        -ms-flex: .6;
        flex: .6
    }

    .c-card-simple__image.image-right-tablet-constrain-image-width-50 {
        -webkit-box-flex: 1.2;
        -ms-flex: 1.2;
        flex: 1.2
    }

    .c-card-simple__image.image-left-tablet-constrain-image-width-25 {
        -webkit-box-flex: .6;
        -ms-flex: .6;
        flex: .6
    }
}

@media screen and (min-width: 800px)and (max-width: 1023px) {
    .c-card-simple__image.image-left-tablet-constrain-image-width-25 {
        -webkit-box-flex: .5;
        -ms-flex: .5;
        flex: .5
    }
}

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

    .c-card-simple__image.image-top-desktop,
    .c-card-simple__image.image-top-desktop-constrain-image-shorter,
    .c-card-simple__image.image-top-desktop-constrain-image-taller {
        display: block;
        width: 100%;
        overflow: hidden;
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .c-card-simple__image.image-top-desktop-constrain-image-shorter {
        height: 250px
    }

    .c-card-simple__image.image-top-desktop-constrain-image-taller {
        height: 350px
    }

    .c-card-simple__image.image-bottom-desktop,
    .c-card-simple__image.image-bottom-desktop-constrain-image-shorter,
    .c-card-simple__image.image-bottom-desktop-constrain-image-taller {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        overflow: hidden;
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .c-card-simple__image.image-bottom-desktop-constrain-image-shorter {
        height: 250px
    }

    .c-card-simple__image.image-bottom-desktop-constrain-image-taller {
        height: 350px
    }

    .c-card-simple__image.image-left-desktop,
    .c-card-simple__image.image-left-desktop-constrain-image-width-33 {
        -webkit-box-flex: .6;
        -ms-flex: .6;
        flex: .6
    }

    .c-card-simple__image.image-left-desktop-constrain-image-width-50 {
        -webkit-box-flex: 1.2;
        -ms-flex: 1.2;
        flex: 1.2
    }

    .c-card-simple__image.image-right-desktop,
    .c-card-simple__image.image-right-desktop-constrain-image-width-33,
    .c-card-simple__image.image-right-desktop-constrain-image-width-50 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0
    }

    .c-card-simple__image.image-right-desktop,
    .c-card-simple__image.image-right-desktop-constrain-image-width-33 {
        -webkit-box-flex: .6;
        -ms-flex: .6;
        flex: .6
    }

    .c-card-simple__image.image-right-desktop-constrain-image-width-50 {
        -webkit-box-flex: 1.2;
        -ms-flex: 1.2;
        flex: 1.2
    }

    .c-card-simple__image.image-left-desktop-constrain-image-width-25 {
        -webkit-box-flex: .4;
        -ms-flex: .4;
        flex: .4
    }
}

.c-card-simple__text h3 {
    font-weight: 400;
    line-height: 1.4
}

.c-card-simple__text span.subtitle {
    display: block;
    font-family: "Oswald", sans-serif;
    margin-bottom: 2.4rem
}

.c-card-simple__text h3.no-space-after {
    margin-bottom: 0 !important
}

.c-card-simple__text.small-card-fonts {
    padding: 2rem
}

.c-card-simple__text.small-card-fonts h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem
}

@media screen and (min-width: 40rem) {
    .c-card-simple__text.small-card-fonts h3 {
        font-size: 1.8rem
    }
}

@media screen and (min-width: 64rem) {
    .c-card-simple__text.small-card-fonts h3 {
        font-size: 2.1rem
    }
}

.c-card-simple__text.small-card-fonts span.subtitle {
    font-size: 1.6rem;
    margin-bottom: 1.2rem
}

.c-card-simple__text.small-card-fonts p,
.c-card-simple__text.small-card-fonts li {
    font-size: 1.4rem
}

.c-card-simple__text.small-card-fonts p,
.c-card-simple__text.small-card-fonts ul {
    margin-bottom: 2.2rem
}

.c-card-simple__text.small-card-fonts ul>li>ul,
.c-card-simple__text.small-card-fonts ol>li>ol {
    margin-bottom: 0
}

.c-card-simple__text.medium-card-fonts {
    padding: 2.4rem
}

.c-card-simple__text.medium-card-fonts h3 {
    font-size: 2.2rem;
    margin-bottom: 2rem
}

@media screen and (min-width: 40rem) {

    .c-card-simple__text h3,
    .c-card-simple__text.medium-card-fonts h3 {
        font-size: 2.4rem;
        margin-bottom: 2.4rem
    }
}

@media screen and (min-width: 64rem) {

    .c-card-simple__text h3,
    .c-card-simple__text.medium-card-fonts h3 {
        font-size: 2.8rem
    }
}

.c-card-simple__text span.subtitle,
.c-card-simple__text.medium-card-fonts span.subtitle {
    font-size: 1.8rem;
    margin-bottom: 1.5rem
}

.c-card-simple__text p,
.c-card-simple__text.medium-card-fonts p,
.c-card-simple__text.medium-card-fonts li {
    font-size: 1.6rem
}

.c-card-simple__text p,
.c-card-simple__text.medium-card-fonts p,
.c-card-simple__text.medium-card-fonts ul {
    margin-bottom: 2.6rem
}

.c-card-simple__text.medium-card-fonts ul>li>ul,
.c-card-simple__text.medium-card-fonts ol>li>ol {
    margin-bottom: 0
}

.c-card-simple__text.large-card-fonts {
    padding: 3.2rem
}

.c-card-simple__text.large-card-fonts h3 {
    font-size: 2.2rem;
    margin-bottom: 2rem
}

@media screen and (min-width: 40rem) {
    .c-card-simple__text.large-card-fonts h3 {
        font-size: 2.8rem;
        margin-bottom: 2.4rem
    }
}

@media screen and (min-width: 64rem) {
    .c-card-simple__text.large-card-fonts h3 {
        font-size: 3.3rem
    }
}

.c-card-simple__text.large-card-fonts span.subtitle {
    font-size: 2rem;
    margin-bottom: 2rem
}

.c-card-simple__text.large-card-fonts p {
    font-size: 1.8rem;
    margin-bottom: 3rem
}

.c-card-simple__text.mixed-card-fonts {
    padding: 3.2rem
}

.c-card-simple__text.mixed-card-fonts h3 {
    font-size: 2.8rem;
    margin-bottom: 2rem
}

@media screen and (min-width: 40rem) {
    .c-card-simple__text.mixed-card-fonts h3 {
        font-size: 3.6rem;
        margin-bottom: 2.4rem
    }
}

@media screen and (min-width: 64rem) {
    .c-card-simple__text.mixed-card-fonts h3 {
        font-size: 4rem
    }
}

.c-card-simple__text.mixed-card-fonts span.subtitle {
    font-size: 1.8rem;
    margin-bottom: 2rem
}

.c-card-simple__text.mixed-card-fonts p,
.c-card-simple__text.mixed-card-fonts li {
    font-size: 1.4rem
}

.c-card-simple__text.mixed-card-fonts p,
.c-card-simple__text.mixed-card-fonts ul {
    margin-bottom: 2.2rem
}

.c-card-simple__text.mixed-card-fonts ul>li>ul,
.c-card-simple__text.mixed-card-fonts ol>li>ol {
    margin-bottom: 0
}

.c-card-simple__tag a:not(.tag-link) {
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .03rem;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out;
    padding: 1rem 1.2rem !important;
    width: unset;
    max-width: 24rem;
    min-height: 4.4rem
}

@media screen and (min-width: 40em) {
    .c-card-simple__tag a:not(.tag-link) {
        font-size: 1.6rem;
        padding: .8rem 1.2rem !important
    }
}

.c-card-simple__tag a:not(.tag-link):not(.btn--blue-BG):not(.btn--white):not(.btn--white-border):not(.btn--light) {
    color: #fff;
    background: #597c31;
    border: 2px solid #597c31
}

.c-card-simple__tag a:not(.tag-link):not(.btn--blue-BG):not(.btn--white):not(.btn--white-border):not(.btn--light):hover {
    background: #fff;
    color: #597c31;
    border: 2px solid #597c31
}

.u-text__color--white.c-card-simple .c-card-simple__tag .tag-link {
    color: #fff
}

.c-card-simple.alfresco {
    border-top: .5rem solid #5c7f92
}

.c-card-simple.peacock-blue-dark {
    border-top: .5rem solid #368180
}

.c-card-simple.sherwood-green {
    border-top: .5rem solid #9eb28f
}

.c-card-simple.courtyard-green {
    border-top: .5rem solid #597c31
}

.c-card-simple.mango-punch {
    border-top: .5rem solid #eeaf00
}

.c-card-simple.sweet-daphne {
    border-top: .5rem solid #ccd695
}

.c-card-simple.cedar-key {
    border-top: .5rem solid #dad7cb
}

.c-card-simple.blue-heather {
    border-top: .5rem solid #c6d3d7
}

.o-adv-wrapper>.cell>.c-card-simple {
    width: 100% !important;
    max-width: none !important
}

.o-adv-wrapper .c-card-simple {
    max-width: unset;
    margin-left: unset;
    margin-right: unset
}

.ad-landing .c-card-simple__text p {
    margin-bottom: 3rem !important
}

.content-card-simple img {
    width: 100%
}

.content-card-simple p a {
    text-decoration: underline
}

.c-card-simple.in-dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none
}

.c-card-simple.in-dropdown-menu .c-card-simple__text {
    padding: 0
}

.c-card-simple.in-dropdown-menu .c-card-simple__text h3 {
    font-size: 2.4rem
}

.c-cta-menu .c-card-simple .c-card-simple__text div a {
    font-family: "Oswald", sans-serif
}

.c-card-simple.in-dropdown-menu .c-card-simple__text .btn.btn--light {
    min-width: 160px;
    width: unset;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-width: 216px;
    margin-left: 2px
}

@media screen and (max-width: 40em) {

    .c-card-simple.stack-mobile .c-card-simple__image.image-left-tablet-constrain-image-width-33,
    .c-card-simple.stack-mobile .c-card-simple__image.image-right-tablet-constrain-image-width-33,
    .c-card-simple.stack-mobile .c-card-simple__image.image-left-tablet-constrain-image-width-50,
    .c-card-simple.stack-mobile .c-card-simple__image.image-right-tablet-constrain-image-width-50,
    .c-card-simple.stack-mobile .c-card-simple__image.image-left-tablet-constrain-image-width-25,
    .c-card-simple.stack-mobile .c-card-simple__image.image-left-tablet-unconstrained {
        -webkit-box-flex: .6;
        -ms-flex: .6;
        flex: .6;
        -ms-flex-item-align: unset;
        align-self: unset;
        display: block
    }

    .c-card-simple.stack-mobile .c-card-simple__image.image-left-tablet-constrain-image-width-25 {
        -webkit-box-flex: .5;
        -ms-flex: .5;
        flex: .5
    }

    .c-card-simple.stack-mobile .c-card-simple__image.image-left-tablet-constrain-image-width-50,
    .c-card-simple.stack-mobile .c-card-simple__image.image-right-tablet-constrain-image-width-50 {
        -webkit-box-flex: 1.2;
        -ms-flex: 1.2;
        flex: 1.2
    }

    .c-card-simple.stack-mobile .c-card-simple__image.image-left-tablet-constrain-image-width-33~.c-card-simple__text,
    .c-card-simple.stack-mobile .c-card-simple__image.image-right-tablet-constrain-image-width-33~.c-card-simple__text,
    .c-card-simple.stack-mobile .c-card-simple__image.image-left-tablet-constrain-image-width-50~.c-card-simple__text,
    .c-card-simple.stack-mobile .c-card-simple__image.image-right-tablet-constrain-image-width-50~.c-card-simple__text,
    .c-card-simple.stack-mobile .c-card-simple__image.image-left-tablet-constrain-image-width-25~.c-card-simple__text,
    .c-card-simple.stack-mobile .c-card-simple__image.image-left-tablet-unconstrained~.c-card-simple__text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.simple-card-carousel--wrapper {
    position: relative;
    margin-bottom: 8rem;
    overflow: visible;
    z-index: 1
}

.simple-page-layout .simple-card-carousel--wrapper {
    margin-left: -2rem;
    margin-right: -2rem
}

.simple-card-carousel--wrapper .slider {
    padding-bottom: 0;
    margin-bottom: 0
}

.simple-card-carousel--wrapper .slick-list {
    padding-bottom: 2rem
}

.simple-card-carousel--wrapper .slick-track {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 2rem;
    gap: 2rem
}

.simple-card-carousel--wrapper .c-card-simple.slick-slide {
    background-color: #fff;
    position: relative;
    height: auto;
    margin: 0 2rem;
    overflow: visible;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block
}

.left-transparent-block,
.right-transparent-block {
    position: absolute;
    top: -1rem;
    bottom: -1rem;
    background: rgba(255, 255, 255, .87);
    z-index: 77;
    display: none
}

.full-width-page-layout .left-transparent-block,
.full-width-page-layout .right-transparent-block {
    width: 12.5%
}

.simple-page-layout .left-transparent-block,
.simple-page-layout .right-transparent-block {
    width: 20%
}

.full-width-page-layout .left-transparent-block {
    left: 0
}

.full-width-page-layout .right-transparent-block {
    right: 0
}

.simple-page-layout .left-transparent-block {
    left: -3rem
}

.simple-page-layout .right-transparent-block {
    right: -3rem
}

.simple-card-carousel--wrapper .slick-dots {
    bottom: -3rem
}

@media screen and (max-width: 40em) {
    .simple-card-carousel--wrapper .slick-dots li {
        display: none !important
    }
}

.simple-card-carousel--wrapper .slick-dots li,
.simple-card-carousel--wrapper .slick-dots li button {
    height: 2.4rem;
    width: 2.4rem;
    margin: 0 .6rem
}

.simple-card-carousel--wrapper .slick-dots li button:before {
    font-family: "slick";
    font-size: 8rem;
    line-height: 1.5;
    margin-top: -5rem;
    position: absolute;
    content: "•";
    text-align: center;
    opacity: .5;
    color: #6e8d4d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 2.4rem;
    width: 2.4rem
}

.simple-card-carousel--wrapper .slick-dots li.slick-active button:before {
    color: #6e8d4d;
    opacity: 1
}

.simple-card-carousel--wrapper .slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
    color: #064
}

.simple-card-carousel--wrapper .slick-prev,
.simple-card-carousel--wrapper .slick-next {
    top: unset;
    bottom: -4.5rem;
    height: 3rem;
    width: 3rem;
    z-index: 88888
}

.simple-card-carousel--wrapper .slick-prev {
    left: 3rem;
    width: 3rem;
    height: 3rem
}

.simple-card-carousel--wrapper .slick-next {
    right: 3rem;
    width: 3rem;
    height: 3rem
}

.simple-card-carousel--wrapper .slick-prev:hover,
.simple-card-carousel--wrapper .slick-next:hover {
    -webkit-filter: brightness(70%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.simple-card-carousel--wrapper .slick-prev.slick-disabled,
.simple-card-carousel--wrapper .slick-next.slick-disabled {
    pointer-events: none;
    opacity: .4
}

.simple-card-carousel--wrapper .slick-next:before {
    background: url(../images/chevron-arrow-right.png)
}

.simple-card-carousel--wrapper .slick-prev:before {
    background: url(../images/chevron-arrow-left.png)
}

.simple-card-carousel--wrapper .slick-next:before,
.simple-card-carousel--wrapper .slick-prev:before {
    display: inline-block;
    background-repeat: no-repeat;
    height: 3rem;
    width: 3rem;
    content: "";
    background-size: 3rem 3rem;
    opacity: 1
}

@media screen and (min-width: 700px) {
    .simple-card-carousel--wrapper {
        margin-bottom: 9rem;
        margin-left: auto;
        margin-right: auto
    }

    .simple-page-layout .simple-card-carousel--wrapper {
        margin-left: -3rem;
        margin-right: -3rem
    }

    .simple-card-carousel--wrapper .slick-list {
        margin-left: auto;
        margin-right: auto;
        width: 75%;
        overflow: visible
    }

    .simple-card-carousel--wrapper .c-card-simple.slick-slide,
    .simple-page-layout .simple-card-carousel--wrapper .c-card-simple.slick-slide {
        margin: 0 1rem
    }

    .left-transparent-block,
    .right-transparent-block,
    .simple-card-carousel--wrapper .slick-arrow,
    .simple-card-carousel--wrapper .slick-arrow:before {
        display: block
    }

    .simple-page-layout .left-transparent-block,
    .simple-page-layout .right-transparent-block {
        width: 16.5%
    }

    .simple-page-layout .left-transparent-block {
        left: -3rem
    }

    .simple-page-layout .right-transparent-block {
        right: -3rem
    }

    .simple-card-carousel--wrapper .slick-prev {
        left: 2.5%;
        height: 4rem;
        width: 4rem;
        bottom: 50%
    }

    .simple-card-carousel--wrapper .slick-next {
        right: 2.5%;
        height: 4rem;
        width: 4rem;
        bottom: 50%
    }

    .simple-card-carousel--wrapper .slick-next:before,
    .simple-card-carousel--wrapper .slick-prev:before {
        height: 4rem;
        width: 4rem;
        background-size: 4rem 4rem
    }
}

@media screen and (min-width: 64em) {
    .simple-page-layout .simple-card-carousel--wrapper {
        margin-left: auto;
        margin-right: auto
    }

    .simple-card-carousel--wrapper .slick-prev {
        left: 3%;
        height: 6rem;
        width: 6rem
    }

    .simple-card-carousel--wrapper .slick-next {
        right: 3%;
        height: 6rem;
        width: 6rem
    }

    .simple-card-carousel--wrapper .slick-next:before,
    .simple-card-carousel--wrapper .slick-prev:before {
        height: 6rem;
        width: 6rem;
        background-size: 6rem 6rem
    }

    .simple-page-layout .left-transparent-block,
    .simple-page-layout .right-transparent-block {
        width: 33%
    }

    .simple-page-layout .left-transparent-block {
        left: -20rem
    }

    .simple-page-layout .right-transparent-block {
        right: -20rem
    }
}

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

    .simple-page-layout .left-transparent-block,
    .simple-page-layout .right-transparent-block {
        width: 32.5%
    }

    .simple-page-layout .left-transparent-block {
        left: -20rem
    }

    .simple-page-layout .right-transparent-block {
        right: -20rem
    }
}

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

    .simple-page-layout .left-transparent-block,
    .simple-page-layout .right-transparent-block {
        width: 30.5%
    }

    .simple-page-layout .left-transparent-block {
        left: -20rem
    }

    .simple-page-layout .right-transparent-block {
        right: -20rem
    }
}

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

    .simple-page-layout .left-transparent-block,
    .simple-page-layout .right-transparent-block {
        width: 56%
    }

    .simple-page-layout .left-transparent-block {
        left: -50rem
    }

    .simple-page-layout .right-transparent-block {
        right: -50rem
    }
}

.carousel--wrapper {
    width: 100%;
    overflow: hidden;
    background: #064
}

.carousel__img-element.profile-type {
    position: relative
}

.carousel__img-element__text--wrapper {
    width: 100%
}

@media only screen and (min-width: 960px) {
    .carousel__img-element__text--wrapper {
        width: 75%
    }
}

@media only screen and (min-width: 1024px) {
    .carousel__img-element__text--wrapper {
        width: 66.6666%
    }
}

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

    .carousel__img-element__text__title,
    .carousel__img-element__text__teaser {
        color: #fff !important
    }
}

.carousel__img-element__text {
    width: 100%;
    color: #fff;
    padding: 5rem 0;
    z-index: 3
}

.carousel__img-element__text a {
    color: #fff;
    text-decoration: none
}

@media only screen and (min-width: 960px) {
    .carousel__img-element__text {
        position: absolute;
        bottom: 5rem;
        left: 0;
        right: 0;
        padding: 2rem 0 0
    }

    .carousel__img-element {
        min-height: 400px
    }

    .carousel__img-element__text>.row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%
    }
}

.carousel--wrapper .fa-chevron-square-left,
.carousel--wrapper .fa-chevron-square-right,
.carousel--wrapper .fa-chevron-left,
.carousel--wrapper .fa-chevron-right {
    position: absolute;
    z-index: 2;
    font-size: 3rem;
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    top: 50%
}

.carousel--wrapper .fa-chevron-square-left,
.carousel--wrapper .fa-chevron-left {
    left: .5rem
}

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

    .carousel--wrapper .fa-chevron-square-left,
    .carousel--wrapper .fa-chevron-left {
        left: 3rem
    }
}

.carousel--wrapper .fa-chevron-square-right,
.carousel--wrapper .fa-chevron-right {
    right: .5rem
}

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

    .carousel--wrapper .fa-chevron-square-right,
    .carousel--wrapper .fa-chevron-right {
        right: 3rem
    }
}

.carousel--wrapper .slick-dots {
    display: none !important
}

.carousel--wrapper .slick-dotted.slick-slider {
    margin-bottom: 0
}

.carousel__img-element__text__title {
    font-family: "Zilla Slab", serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.5;
    max-width: 1200px;
    width: 100%
}

.carousel__img-element__text__title span {
    font-family: "Zilla Slab", serif;
    font-weight: normal;
    font-style: italic;
    color: #064
}

@media only screen and (min-width: 600px) {
    .carousel__img-element__text__title {
        font-size: 2.4rem
    }
}

@media only screen and (min-width: 960px) {
    .carousel__img-element__text__title {
        font-size: 3rem;
        text-shadow: 0rem .4rem .3rem rgba(0, 0, 0, .4), 0rem .8rem 1.3rem rgba(0, 0, 0, .1), 0rem 1.8rem 23px rgba(0, 0, 0, .1)
    }
}

@media only screen and (min-width: 1200px) {
    .carousel__img-element__text__title {
        font-size: 4rem;
        line-height: 1.3
    }
}

@media only screen and (min-width: 1500px) {
    .carousel__img-element__text__title {
        font-size: 5rem
    }
}

.carousel__img-element__text__teaser {
    margin: 1.5rem 0 0;
    max-width: 1200px;
    width: 100%;
    line-height: 1.8;
    font-size: 1.6rem
}

.carousel__img-element__text__teaser p:last-of-type {
    margin: 0
}

.carousel__img-element__text__teaser span {
    color: #e0d464
}

@media only screen and (min-width: 768px) {
    .carousel__img-element__text__teaser {
        margin: 3rem 0
    }
}

@media only screen and (min-width: 960px) {
    .carousel__img-element__text__teaser {
        text-shadow: 0rem .4rem .3rem rgba(0, 0, 0, .4), 0rem .8rem 1.3rem rgba(0, 0, 0, .1), 0rem 1.8rem 23px rgba(0, 0, 0, .1);
        font-size: 2.4rem;
        line-height: 1.5
    }
}

.carousel__img-element__text__cta {
    margin: 1.5rem 0 0;
    line-height: 1.8
}

.carousel__img-element__text__cta__element {
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.carousel__img-element__text__cta__element--btn a {
    display: inline-block;
    border: .2rem solid #fff;
    background: #fff;
    padding: 1rem 1.5rem;
    border-radius: 5rem;
    color: #222;
    font-family: "Zilla Slab", serif;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: .5px
}

.carousel__img-element__text__cta__element--btn a:hover {
    background: transparent;
    border: .2rem solid #005172;
    color: #fff
}

.carousel__img-element__text__cta__element--vid a {
    display: inline-block;
    vertical-align: middle;
    font-family: "Zilla Slab", serif;
    font-size: 1.4rem;
    color: #fff;
    font-weight: normal;
    font-style: italic
}

.carousel__img-element__text__cta__element--vid a i {
    font-size: 1.8rem;
    vertical-align: middle;
    margin: 0 .5rem 0 0;
    color: #fff
}

.carousel__img-element__text__cta__element--vid a:hover {
    color: #005172
}

.carousel__img-element__text__cta__element--vid a:hover i {
    color: #fff
}

.carousel .slick-slide.slick-active .carousel__img-element {
    opacity: 1
}

.carousel__img-element__text__cta.center {
    text-align: center
}

.carousel__img-element__text__cta.right {
    float: right
}

.carousel__img-element__text__cta.align-center {
    text-align: center
}

.carousel--wrapper i.fas.fa-chevron-left.slick-arrow,
.carousel--wrapper i.fas.fa-chevron-right.slick-arrow {
    cursor: pointer
}

.carousel--wrapper i.fas.fa-chevron-left.slick-arrow.slick-disabled,
.carousel--wrapper i.fas.fa-chevron-right.slick-arrow.slick-disabled {
    pointer-events: none
}

.carousel--wrapper .grid-container {
    padding-left: 4rem;
    padding-right: 4rem
}

@media screen and (min-width: 920px) {
    .carousel--wrapper .grid-container {
        padding-left: 6rem;
        padding-right: 6rem
    }
}

@media screen and (min-width: 1100px) {
    .carousel--wrapper .grid-container {
        padding-left: 9rem;
        padding-right: 9rem
    }
}

@media screen and (min-width: 1300px) {
    .carousel--wrapper .grid-container {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.checkerboard-item {
    position: relative;
    -webkit-box-shadow: inset 0 .7rem .9rem -7px rgba(0, 0, 0, .1);
    box-shadow: inset 0 .7rem .9rem -7px rgba(0, 0, 0, .1)
}

@media screen and (min-width: 40em) {
    .checkerboard-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (min-width: 40em) {
    .checkerboard-item:nth-child(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.checkerboard-item>div {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media screen and (min-width: 40em) {
    .checkerboard-item>div {
        width: 50%;
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

.checkerboard-item__media {
    position: relative
}

.checkerboard-item__media:hover svg {
    height: 18.75rem;
    width: 18.75rem;
    opacity: .4
}

.checkerboard-item img {
    max-width: none;
    width: 100%;
    display: block
}

.checkerboard-item svg {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 12.5rem;
    width: 12.5rem;
    margin: auto;
    opacity: .6;
    fill: #fff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.checkerboard-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 40em) {
    .checkerboard-item__info {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.checkerboard-item__info__inner {
    padding: 5rem 2rem
}

@media screen and (min-width: 64em) {
    .checkerboard-item__info__inner {
        padding: 7rem 14%
    }
}

.checkerboard-item__info__inner__logo {
    margin-bottom: 4rem
}

.checkerboard-item__info__inner__logo img {
    width: auto !important;
    height: auto !important;
    max-width: 250px !important
}

.checkerboard-item h2 {
    font-size: 1.375rem;
    margin-bottom: 1.5625rem;
    color: #005172
}

@media screen and (min-width: 40em) {
    .checkerboard-item h2 {
        font-size: 1.625rem
    }
}

@media screen and (min-width: 64em) {
    .checkerboard-item h2 {
        font-size: 2.75rem
    }
}

@media screen and (min-width: 40em) {
    .checkerboard-item h2 {
        margin-bottom: 2.1875rem
    }
}

@media screen and (min-width: 64em) {
    .checkerboard-item h2 {
        margin-bottom: 2.1875rem
    }
}

.checkerboard-item p {
    font-size: 2rem;
    margin-bottom: 2rem
}

@media screen and (min-width: 40em) {
    .checkerboard-item p {
        font-size: 1.6rem
    }
}

@media screen and (min-width: 64em) {
    .checkerboard-item p {
        font-size: 2rem
    }
}

.checkerboard-item p:last-of-type {
    margin-bottom: 0
}

.checkerboard-item .btn {
    margin-top: 4rem
}

@media screen and (min-width: 40em) {
    .object-fit .checkerboard-item img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.collapsible-form__accordion-btn {
    display: block;
    text-align: center;
    font-size: 2rem;
    width: 100%;
    font-weight: bold;
    margin: 0;
    background-color: transparent;
    border: none;
    padding: 0;
    padding: 2rem 0
}

.collapsible-form__accordion-btn>span {
    position: relative
}

.collapsible-form__accordion-btn>span:after {
    content: "";
    position: absolute;
    right: -1.25em;
    top: .8rem;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border: solid #064;
    border-width: 0 .3rem .3rem 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.collapsible-form__accordion-btn--closed>span:after {
    top: 0rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.collapsible-form-container .form-assembly-container .wFormContainer {
    margin-bottom: 2rem
}

.collapsible-form-container.engaged p:nth-of-type(2),
.collapsible-form-container.engaged p:nth-of-type(3) {
    display: none
}

.community-dropdown {
    position: relative
}

@at_root .community-dropdown__toggle {
    .community-dropdown {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: .8rem 1.6rem !important;
        -webkit-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out
    }

    .community-dropdown:hover {
        background-color: #469042
    }
}

@at_root .community-dropdown__menu {
    .community-dropdown {
        max-height: 0rem;
        overflow: hidden;
        position: absolute;
        right: 0;
        -webkit-transition: max-height .35s ease-in-out;
        transition: max-height .35s ease-in-out;
        width: 150px
    }

    .community-dropdown>ul {
        list-style-type: none;
        margin: 0;
        padding: 0
    }

    .community-dropdown>ul>li {
        background-color: var(--white)
    }

    .community-dropdown>ul>li a {
        padding: 1.6rem;
        -webkit-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out
    }

    .community-dropdown>ul>li a:link,
    .community-dropdown>ul>li a:visited,
    .community-dropdown>ul>li a:active {
        color: #469042;
        display: block
    }

    .community-dropdown>ul>li a:hover {
        background-color: #c6c7c8
    }
}

@at_root .community-dropdown__link {
    .community-dropdown {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    @at_root .community-dropdown--label {
        .community-dropdown {
            margin-right: .8rem;
            text-transform: uppercase;
            white-space: nowrap;
            color: #fff6dc;
            text-decoration: none
        }
    }

    @at_root .community-dropdown--icon {
        .community-dropdown {
            line-height: 0;
            -webkit-transition: -webkit-transform .35s ease-in-out;
            transition: -webkit-transform .35s ease-in-out;
            transition: transform .35s ease-in-out;
            transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out
        }
    }
}

@at_root .community-dropdown__checkbox {
    .community-dropdown {
        display: none
    }
}

@at_root .community-dropdown__checkbox:checked {
    .community-dropdown~.community-dropdown__menu {
        max-height: 500px
    }

    .community-dropdown~.community-dropdown__toggle {
        color: #333;
        background-color: #fff6dc
    }

    .community-dropdown~.community-dropdown__toggle>.community-dropdown__link--label {
        color: #333 !important
    }

    .community-dropdown~.community-dropdown__toggle>.community-dropdown__link--icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transform-origin: center center 0;
        transform-origin: center center 0
    }

    .community-dropdown~.community-dropdown__toggle>.community-dropdown__link--icon>svg {
        fill: #333
    }
}

@media(min-width: 50em) {
    .community-stories {
        margin: 0 auto;
        width: 93%
    }
}

.community-stories .media__body>p {
    display: none
}

@media(min-width: 50em) {
    .community-stories .media__body>p {
        display: block
    }
}

.community-stories .community-story .media__header {
    font-size: 2.1rem;
    line-height: 1.2;
    margin-bottom: .25rem;
    text-decoration: underline
}

.community-stories .community-story--hybrid {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

.community-stories .community-story--stacked {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

.community-stories .ms-WPBody h1,
.community-stories .ms-WPBody h2,
.community-stories .ms-WPBody h3,
.community-stories .ms-WPBody h4,
.community-stories .ms-WPBody h5,
.community-stories .ms-WPBody h6 {
    font-size: medium;
    font-size: initial
}

.community-stories .ms-webpart-cell-vertical,
.community-stories .ms-webpart-chrome-vertical,
.community-stories .ms-webpart-zone {
    display: block
}

.community-story {
    margin: .8rem 0;
    padding: 1.6rem
}

.community-story a:link,
.community-story a:visited,
.community-story a:active {
    text-decoration: none
}

.community-story a:link p,
.community-story a:link div,
.community-story a:visited p,
.community-story a:visited div,
.community-story a:active p,
.community-story a:active div {
    font-size: 1.8rem;
    line-height: 1.4
}

.community-story a:link .media__header--secondary,
.community-story a:visited .media__header--secondary,
.community-story a:active .media__header--secondary {
    color: #064
}

.community-story a:link p,
.community-story a:visited p,
.community-story a:active p {
    margin-bottom: 0
}

.community-story a:hover {
    background-color: #ccc
}

.community-story .media {
    margin-bottom: 0
}

@at_root .community-story--hybrid {
    .community-story .media__image--left {
        float: none;
        width: 100%
    }

    .community-story .ms-webpartzone-cell {
        margin-bottom: 0
    }

    @media(min-width: 50em) {
        .community-story .media__image--left {
            float: left;
            margin-bottom: 0;
            width: 48.5%
        }
    }
}

@at_root .community-story--stacked {}

.cwu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    --multiplier: calc(13rem - 100%)
}

.cwu-wrapper>* {
    min-width: 32px;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: calc(var(--multiplier)*999);
    flex-basis: calc(var(--multiplier)*999);
    margin: .5rem
}

.c-content-menu {
    border: none;
    padding: 0;
    position: fixed;
    overflow: scroll;
    top: 0vh;
    left: -999999px;
    width: 100vw;
    height: 100%;
    z-index: 201;
    background-color: #fff;
    visibility: hidden
}

.c-content-menu[open] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0vw;
    max-width: 100%;
    max-height: 100%;
    visibility: visible
}

.c-content-menu .c-card-simple__text>* {
    margin: 6px 0 0 4px
}

.c-content-menu__close-btn {
    padding: var(--sp_25) var(--sp_5);
    line-height: 1;
    -ms-flex-item-align: center;
    align-self: center
}

.centers-tag {
    color: #fff;
    font-style: italic;
    line-height: 1.7;
    display: none;
    padding-top: 2px
}

@media screen and (min-width: 64em) {
    .centers-tag {
        color: var(--darker-gray)
    }
}

.show-centers .centers-tag {
    display: block
}

.c-btn--reset {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent
}

.c-microsites {
    background-color: var(--pale-yellow);
    padding-top: 20px
}

.c-microsites--large {
    display: none
}

.c-microsite__link {
    color: #4d4d4d;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 13px 0 13px 25px;
    text-align: left;
    width: 100%
}

.c-microsite__link:hover {
    background-color: var(--sweet-daphne)
}

.c-microsite__link:focus {
    outline-offset: -2px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.show-centers .c-microsite__link {
    display: none
}

.c-microsites__all-babson-btn {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    color: var(--babson-green);
    display: none;
    grid-gap: .75rem;
    gap: .75rem;
    font-family: var(--font-headings);
    font-size: 1.4rem;
    padding: 13px 0 13px 25px
}

.c-microsites__all-babson-btn>img {
    max-width: 1.6rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.show-centers .c-microsites__all-babson-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (min-width: 64em) {
    .show-centers .c-global-menu .headline {
        padding-bottom: 22px
    }

    .c-microsites {
        display: none
    }

    .c-microsites--large {
        display: block
    }
}

.c-content-menu__inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0;
    width: 100vw
}

@media screen and (min-width: 64em) {
    .c-content-menu__inner {
        grid-template-columns: 300px 1fr;
        grid-auto-rows: auto auto 1fr
    }
}

.c-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 10
}

.c-controls.shrink {
    left: auto;
    right: var(--sp--2xl);
    width: auto
}

.c-controls.shrink .c-controls__inner {
    background: none;
    padding: 0
}

.c-controls.shrink .c-controls__inner>*:nth-child(3)>*:first-child {
    color: var(--white)
}

@media screen and (min-width: 64em) {
    .c-controls.shrink .c-controls__inner>*:nth-child(3)>*:first-child {
        color: var(--babson-green)
    }
}

@media screen and (min-width: 64em) {
    .c-controls {
        left: auto;
        right: 0;
        width: 50vw
    }
}

.c-controls__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.5rem var(--sp--2xl) 1.5rem 2rem;
    height: 72.99px;
    background: #064
}

@media screen and (min-width: 40em) {
    .c-controls__inner {
        max-height: 72.99px
    }
}

@media screen and (min-width: 64em) {
    .c-controls__inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 3rem 2rem;
        height: unset;
        max-height: unset;
        background: none
    }
}

.c-controls__inner>*+* {
    margin-left: 1.6rem
}

@media screen and (min-width: 64em) {
    .c-controls__inner>*:first-child {
        display: none
    }
}

.c-controls__inner>*:first-child>*:first-child {
    font-size: 1.2em;
    margin-left: .8rem
}

.c-controls__inner>*:nth-child(2) {
    color: var(--babson-green);
    font-size: 1.8rem
}

@media screen and (min-width: 64em) {
    .c-controls__inner>*:nth-child(3) {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: var(--babson-green);
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 2.2rem;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-decoration: none;
        text-transform: uppercase
    }
}

.c-controls__inner>*:nth-child(3)>*:first-child {
    color: var(--white);
    font-size: 2.8rem;
    line-height: normal;
    margin: 0;
    padding: 0
}

@media screen and (min-width: 64em) {
    .c-controls__inner>*:nth-child(3)>*:first-child {
        color: var(--bright-gold);
        margin-right: 1rem;
        font-size: inherit
    }
}

.c-controls__inner>*:nth-child(3)>*:last-child {
    display: none
}

@media screen and (min-width: 64em) {
    .c-controls__inner>*:nth-child(3)>*:last-child {
        display: block
    }
}

.c-controls__inner .utility-nav__search a::after {
    content: none;
    font-size: inherit
}

.all-babson-btn {
    font-family: "Oswald", sans-serif;
    color: var(--white);
    display: block;
    font-size: 1.6rem;
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    -ms-flex-item-align: center;
    align-self: center;
    padding: .3rem .8rem;
    margin-left: -0.6rem
}

.all-babson-btn.hide {
    visibility: hidden;
    opacity: 0
}

.c-content-menu .all-babson-btn:hover,
.c-content-menu .all-babson-btn:focus {
    outline: 2px solid #e0d464
}

.c-content-menu .all-babson-btn:active span,
.c-content-menu .all-babson-btn:focus span {
    color: #fff
}

.all-babson-btn img {
    width: 1.6rem;
    margin-bottom: .4rem;
    margin-left: 0 !important
}

.overlay {
    bottom: 0rem;
    left: 0rem;
    position: fixed;
    right: 0rem;
    top: 0rem;
    z-index: 100
}

#cookie-handler {
    display: none
}

.cookie-handler {
    background-color: rgba(0, 0, 0, .9);
    border-bottom: .2rem solid #ccc;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 200;
    color: #fff;
    left: 0rem;
    padding: 2em
}

.cookie-handler>div {
    max-width: 100rem;
    margin: 0 auto
}

.cookie-handler>div>p:first-of-type {
    background-color: transparent;
    color: #fff;
    text-transform: none;
    font-family: Oswald, sans-serif;
    font-size: 2.2rem;
    font-weight: normal;
    margin-bottom: 1.2rem
}

@media screen and (min-width: 64em) {
    .cookie-handler>div>p:first-of-type {
        font-size: 2.8rem
    }
}

.cookie-handler h1 {
    color: #fff;
    text-transform: none;
    font-size: 2.8rem
}

a.cookie-handler {
    color: #fff
}

.cookie-handler a:not(.btn--light) {
    text-decoration: underline;
    color: #fff !important
}

.boxclose,
.boxclose2 {
    color: #fff;
    background: none;
    border: none;
    padding: 0;
    font-family: Oswald, sans-serif;
    font-size: 2.8rem
}

.boxclose span,
.boxclose2 span {
    font-size: 2.4rem
}

.boxclose i,
.boxclose2 i {
    font-size: 2.7rem;
    margin-right: .3rem;
    margin-bottom: .3rem;
    display: inline-block;
    vertical-align: middle;
    padding: 3px
}

.boxclose:focus,
.boxclose2:focus {
    background: none
}

.boxclose2 {
    color: var(--babson-green)
}

.boxclose2 i {
    color: #e0d464
}

.boxclose-wrapper {
    text-align: right;
    margin-bottom: 2rem
}

#cookie-handler2 {
    display: none;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, .7);
    bottom: 0;
    padding-left: 10%;
    padding-right: 10%;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    overflow: auto
}

#cookie-handler2>div {
    background: #fff;
    padding: 2rem
}

@media screen and (min-width: 64em) {
    #cookie-handler2>div {
        padding: 3rem
    }
}

#cookie-handler2>div>p:first-of-type {
    background-color: transparent;
    color: var(--babson-green);
    text-transform: none;
    font-family: Oswald, sans-serif;
    font-size: 2.2rem;
    font-weight: normal;
    margin-bottom: 1.2rem
}

@media screen and (min-width: 64em) {
    #cookie-handler2>div>p:first-of-type {
        font-size: 2.8rem
    }
}

#cookie-handler2 a.btn--light {
    color: #597c31
}

#cookie-handler2 a.btn--light:hover {
    color: #fff
}

.cookie-handler .btn--light {
    cursor: pointer;
    color: #597c31;
    text-decoration: none !important
}

.cookie-handler .btn--light:hover {
    color: #fff
}

#cookie-handler2 a,
#cookie-handler2 p {
    color: #000;
    line-height: 3.2rem
}

#cookie-handler2 a a,
#cookie-handler2 p a {
    color: var(--courtyard-green) !important
}

.section-id-12047 #cookie-notice {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9000;
    background: #00152e
}

.section-id-12047 #cookie-notice {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1.059466849%
}

.section-id-12047 #cookie-notice {
    overflow: hidden;
    color: #fff;
    text-align: left;
    margin: 0
}

.section-id-12047 #cookie-notice .cookie-notice-text {
    margin-right: 105px
}

.section-id-12047 #cookie-notice #cookie-notice-close {
    position: absolute;
    top: .5rem;
    right: 0;
    padding: .8em 1.2em;
    background-color: #be0f34;
    font-size: 1em;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: .3rem;
    border: none;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    margin: .5em 0;
    margin-right: .5em;
    -webkit-transition: background ease-out .3s;
    transition: background ease-out .3s
}

.section-id-12047 #cookie-notice .cookie-notice-content {
    padding: 1em 1em 1em 1em
}

.section-id-12047 #cookie-notice .cookie-notice-text a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline
}

.overlay-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    max-width: 450px;
    height: auto;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 1rem -5px rgba(0, 0, 0, .4);
    box-shadow: 0 0 1rem -5px rgba(0, 0, 0, .4)
}

.overlay-card__image {
    position: relative;
    z-index: 1;
    max-height: 370px;
    overflow: hidden
}

.overlay-card__image img {
    width: 100%
}

.overlay-card__text {
    padding: 2rem
}

.overlay-card__text h2 {
    margin-bottom: 5px
}

.overlay-card__text h2.overlay-second-line {
    font-size: 2.4rem;
    margin-bottom: 30px
}

.overlay-card__desc p {
    font-size: 1.6rem !important;
    line-height: 1.5 !important
}

.overlay-card .btn--light {
    cursor: pointer;
    color: #005172 !important;
    line-height: 1 !important;
    text-decoration: none !important
}

.overlay-card .btn--light:hover {
    color: #fff !important
}

.overlay-for-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(255, 255, 255, .7)
}

#cookie-handler2 a,
#cookie-handler2 p {
    color: #000;
    line-height: 32px
}

.cookie-handler2 div div {
    margin-bottom: 0 !important
}

@media screen and (min-width: 361px) {
    .overlay-card__desc p {
        font-size: 2rem;
        line-height: 1.6
    }
}

@media screen and (min-width: 40em) {
    .overlay-card__text {
        padding: 3rem
    }

    .overlay-card__image {
        max-height: unset;
        overflow: unset
    }
}

@media screen and (min-width: 64em) {
    .overlay-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 850px;
        margin-top: 0
    }

    .overlay-card__image {
        min-width: 42%
    }

    .overlay-card__image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

div#copyright-container p {
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    margin-bottom: 0
}

div#copyright-container a {
    font-weight: 600;
    color: #fff;
    float: none;
    text-decoration: none
}

#searchoptionsGeneric,
#searchoptions,
#coursecompare-box {
    position: relative;
    background: #eef1dc;
    margin-bottom: 2rem;
    border: 0;
    padding: 1.5rem
}

#searchoptions,
#coursecompare-box {
    border-top: 3px solid #ccd695
}

#searchoptions {
    margin-bottom: 0;
    overflow: hidden;
    height: 60px
}

#searchoptions.searchoptions-expand {
    overflow: unset;
    height: auto
}

.course-catalog-page-layout .sidebar #searchoptions .fa.fa-plus,
.course-catalog-page-layout .sidebar #searchoptions .fas.fa-minus {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 150px;
    color: #597c31;
    padding: .5rem;
    font-size: 2rem;
    width: 3rem;
    height: 3rem;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer
}

.course-catalog-page-layout .sidebar #searchoptions .fas.fa-minus.search-results-accordion {
    display: none
}

.course-catalog-page-layout .sidebar #searchoptions.searchoptions-expand .fa.fa-plus.search-results-accordion {
    display: none
}

.course-catalog-page-layout .sidebar #searchoptions.searchoptions-expand .fas.fa-minus.search-results-accordion {
    display: block
}

@media screen and (min-width: 900px) {
    #searchoptions {
        overflow: unset;
        height: auto
    }

    #searchoptionsGeneric,
    #searchoptions,
    #coursecompare-box {
        padding: 2rem;
        margin-bottom: 3.4rem
    }
}

.course-catalog-page-layout .sidebar .fa.fa-plus {
    position: absolute;
    top: 16px;
    bottom: 0;
    right: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 150px;
    color: #597c31;
    padding: .5rem;
    font-size: 2rem;
    width: 3rem;
    height: 3rem;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer
}

.course-catalog-page-layout .sidebar .fa.fa-plus:hover {
    color: #005172
}

@media screen and (min-width: 900px) {
    .course-catalog-page-layout .sidebar .fa.fa-plus {
        display: none
    }
}

@media screen and (min-width: 40em) {

    .panel .label-text input[type=checkbox]:not(:checked)+span,
    #checkboxes-coursecompare input[type=checkbox]+span {
        word-break: break-word
    }

    #checkboxes-coursecompare .panel input[type=submit] {
        font-size: 1.6rem
    }
}

@media screen and (min-width: 64em) {

    #searchoptionsGeneric,
    #searchoptions,
    #coursecompare-box {
        padding: 2rem
    }

    #checkboxes-coursecompare .panel input[type=submit] {
        font-size: 1.8rem
    }
}

#searchoptionsGeneric legend,
#checkboxes-coursecompare legend,
#searchoptions .h3 {
    font-family: "Oswald", sans-serif;
    font-size: 2rem;
    color: #464646
}

#searchoptions .h3 {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ccd695;
    line-height: 1.3
}

#searchoptions .oneChoice label.label.postField,
.panel.course-search-widget label,
.panel.callout p,
.panel .label-text input[type=checkbox]:not(:checked)+span,
.panel .label-text input[type=checkbox]:checked+span {
    font-family: "Zilla Slab", serif;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #464646;
    z-index: 3
}

#checkboxes-coursetype {
    margin-bottom: 3rem;
    border-bottom: 1px solid #ccd695
}

#checkboxes-coursetype fieldset label[for=courseType] {
    display: none !important
}

#checkboxes-coursetype,
#checkboxes-coursedepartments {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ccd695
}

select#courseType {
    padding-right: 6px !important;
    background-size: 1.8rem;
    line-height: 1.2
}

#checkboxes-coursetype select#courseType.focus-visible {
    border-radius: 0;
    outline: red !important
}

#checkboxes-coursetype select#courseType:focus-visible {
    border-radius: 0;
    outline: red !important
}

.panel>:first-child {
    margin-top: 0
}

.panel>:last-child {
    margin-bottom: 0
}

.panel.callout>:first-child {
    margin-top: 0
}

.panel.callout>:last-child {
    margin-bottom: 0
}

.panel.callout a:not(.button) {
    color: red
}

#searchoptions .panel input[type=checkbox]:checked+span:after,
#checkboxes-coursecompare .panel input[type=checkbox]:checked+span:after {
    left: .7rem;
    top: .3rem;
    width: .35rem;
    height: 1.1rem;
    border: solid #597c31;
    border-width: 0 .3rem .3rem 0;
    -webkit-transform: rotate(40deg) !important;
    -ms-transform: rotate(45deg) !important
}

.panel .course-link {
    display: block;
    color: #fff;
    margin-top: 1.25em;
    float: right
}

.panel .course-link:after {
    font-family: FontAwesome;
    content: "";
    margin-left: .5em;
    margin-bottom: -2px;
    color: #0e4966
}

.panel.course-search-widget input[type=text] {
    border: .2rem solid #597c31
}

.panel input[type=submit] {
    font-family: "Oswald", sans-serif !important;
    font-size: 1.8rem;
    letter-spacing: unset;
    text-transform: uppercase;
    background: #597c31;
    margin: 2.2rem 0 0 0
}

.panel input[type=submit]:hover {
    border: 0;
    color: #fff;
    background: #064
}

.panel input[type=submit]:disabled {
    background: #dad7cb;
    color: #6c6f70
}

.panel input[type=submit]:disabled:hover {
    border: 0
}

#checkboxes-coursecompare fieldset:hover legend a,
.panel.callout.course-search-widget a,
.course-listing li span a,
.course-listing li span a {
    pointer-events: none !important;
    color: #464646
}

.course-catalog-page-layout .course-listing {
    padding: 3rem 0;
    border-bottom: 2px solid #f4f3ef
}

.course-catalog-page-layout .course-listing:first-of-type {
    padding: 0 0 3rem 0
}

.course-catalog-page-layout .course-listing .h3 a {
    color: #064;
    font-family: "Oswald", sans-serif !important;
    font-size: 2.2rem;
    font-weight: 400
}

.course-catalog-page-layout .course-listing p {
    margin-bottom: 2rem
}

@media screen and (min-width: 900px) {
    .course-catalog-page-layout .course-listing p {
        margin-bottom: 3rem
    }
}

.course-listing-bottom {
    display: block
}

@media screen and (min-width: 900px) {
    .course-listing-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.course-listing-data {
    -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 6
}

.course-listing-data a {
    text-decoration: none
}

.course-listing-data ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.6rem
}

@media screen and (min-width: 40em) {
    .course-listing-data ul {
        font-size: 1.8rem
    }
}

.course-listing-data ul li span:first-of-type,
.panel.course-search-widget fieldset legend,
#checkboxes-coursecompare legend {
    color: #464646;
    font-family: "Oswald", sans-serif !important;
    margin-bottom: 1rem
}

.panel.course-search-widget fieldset legend {
    font-size: 1.8rem
}

.course-listing-data ul li span:first-of-type {
    font-size: 1.5rem
}

@media screen and (min-width: 40em) {
    .course-listing-data ul li span:first-of-type {
        font-size: 1.6rem
    }
}

#coursecompare-box legend {
    margin-bottom: 0
}

#coursecompare-box p {
    margin-top: 1rem
}

#coursecompare-box legend a {
    text-decoration: none
}

.course-listing.course-detail {
    padding-top: 0;
    border-bottom: none
}

.course-listing.course-detail p {
    font-size: 1.6rem;
    margin-bottom: 1.5rem
}

@media screen and (min-width: 40em) {
    .course-listing.course-detail p {
        font-size: 1.8rem;
        margin-bottom: 2rem
    }
}

#search-results .course-listing p {
    font-size: 1.6rem;
    margin-bottom: 2rem
}

@media screen and (min-width: 40em) {
    #search-results .course-listing p {
        font-size: 1.8rem
    }
}

.course-listing.course-detail .course-listing-data {
    border-top: 2px solid #f4f3ef;
    padding-top: 2rem
}

.compare-save-button {
    display: inline-block;
    margin-top: 2rem
}

@media screen and (min-width: 900px) {
    .compare-save-button {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: right;
        position: relative;
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-bottom: .5rem
    }
}

.compare-save-button a {
    position: relative;
    padding: .8rem 1.5rem .8rem 1.5rem;
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 1.8rem;
    text-decoration: none !important;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out
}

.compare-save-button a .fa.fa-plus,
.course-page a.button .fa.fa-plus {
    position: absolute;
    left: -16px;
    top: 12px;
    background: #597c31;
    border-radius: 100px;
    padding: .3rem .4rem;
    color: #fff;
    font-weight: 600;
    font-size: 1.4rem
}

.course-page a.button:hover .fa.fa-plus,
.compare-save-button:hover a[aria-pressed=false] .fa.fa-plus {
    background: #ccd695;
    color: #597c31
}

.compare-save-button a[aria-pressed=false] {
    color: #464646;
    background: #eef1dc;
    border-left: 1rem solid #597c31
}

.compare-save-button a[aria-pressed=false]:hover {
    color: #fff;
    background: #597c31;
    border-left: 1rem solid #6c6f70
}

.compare-save-button a[aria-pressed=true] {
    color: #fff;
    background: #597c31 !important;
    border-left: 1rem solid #ccd695
}

.compare-save-button a[aria-pressed=true]:hover {
    color: #464646;
    background: #eef1dc !important;
    border-left: 1rem solid #597c31
}

.compare-save-button a[aria-pressed=true] .fa.fa-plus,
.compare-save-button a[aria-pressed=true] .fa.fa-check {
    display: none !important
}

.course_compare_saved span.hidden {
    display: none
}

.added_hidden {
    display: none
}

.showRemove,
.showAdd {
    display: block !important
}

.hideRemove,
.hideAdd {
    display: none !important
}

.course_compare_btn.added {
    cursor: pointer;
    display: none;
    padding: 10px;
    color: #fff;
    background: #597c31 !important;
    border-left: 1rem solid #ccd695
}

.course-page {
    display: block;
    margin-top: 2rem
}

.course-page a.view_saved_c_btn {
    margin-top: 2rem
}

@media screen and (min-width: 40em) {
    .course-page {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .course-page .view_saved_c_btn {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-top: 2rem;
        max-width: 44rem
    }

    .course-page .view_saved_c_btn a:first-of-type {
        margin-right: 2rem
    }
}

.course-page .hideAdd,
.course-page .showRemove,
.course-page .showAdd,
.course-page .hideRemove {
    padding-top: 0px
}

.course-page .hideAdd a,
.course-page .showRemove a,
.course-page .showAdd a,
.course-page .hideRemove a {
    padding: .65rem .2rem;
    display: block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 2rem
}

.course-listing-save {
    padding-right: 0
}

.course-page .hideAdd,
.course-page .showRemove,
.course-page .showAdd,
.course-page .hideRemove {
    padding-top: 0px
}

.course-page button,
.course-page .button {
    border: none;
    cursor: pointer;
    font-family: "Oswald", sans-serif;
    font-size: 1.8rem !important;
    letter-spacing: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: none;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: block;
    padding: 1rem;
    margin: 0;
    color: #464646;
    background: #eef1dc;
    border-left: 1rem solid #597c31;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out
}

.course-page button:hover,
.course-page button:focus,
.course-page .button:hover,
.course-page .button:focus,
.compare-save-button:hover a[aria-pressed=false] {
    color: #fff;
    background: #597c31;
    border-left: 1rem solid #ccd695
}

.course-page .fa.fa-eye,
.course-page .fa.fa-eye-slash {
    color: #464646
}

.course-page a:hover .fa.fa-eye {
    color: #fff
}

.course-catalog-page-layout .pagination-pages,
#searchPaginate {
    text-align: center
}

.course-catalog-page-layout .pagination,
.pagination-results {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.course-catalog-page-layout .pagination {
    margin-top: 1rem;
    list-style-type: none
}

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

    .pagination-pages,
    #searchPaginate {
        text-align: unset
    }

    .course-catalog-page-layout .course-catalog-page-layout .pagination,
    .course-catalog-page-layout .pagination-results {
        display: block;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }
}

.course-catalog-page-layout .pagination:before,
.course-catalog-page-layout .pagination:after {
    content: "";
    display: table
}

.course-catalog-page-layout .pagination:after {
    clear: both
}

.course-catalog-page-layout .pagination a,
.course-catalog-page-layout .pagination span.currentpage {
    display: block;
    float: left;
    border: 1px solid #064;
    color: #597c31;
    padding: .15em 0 .2em 0;
    height: 43px;
    font-family: "Oswald", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    text-decoration: none;
    margin: 0 .4rem 1rem 0;
    width: 2.8rem;
    text-align: center
}

.course-catalog-page-layout .pagination .furthest {
    display: none
}

.course-catalog-page-layout .pagination a:hover {
    color: #fff;
    background: #597c31
}

.course-catalog-page-layout .pagination span.currentpage {
    color: #fff;
    background: #597c31;
    border: none;
    border-bottom: 4px solid #ccd695;
    padding-bottom: .4em
}

@media screen and (min-width: 64em) {

    .course-catalog-page-layout .pagination a,
    .course-catalog-page-layout .pagination span.currentpage {
        width: 4rem
    }
}

.course-catalog-page-layout .prev-next a {
    display: inline-block;
    border: 1px solid;
    padding: .5rem
}

.course-catalog-page-layout .prev-next:before,
.course-catalog-page-layout .prev-next:after {
    display: table;
    content: ""
}

.course-catalog-page-layout .prev-next:after {
    clear: both
}

.course-catalog-page-layout .pagination-box span.results {
    color: #4d4d4d;
    font-size: 2rem;
    line-height: 2.5rem;
    display: inline-block;
    margin: 1rem 1rem 1rem 0
}

.course-catalog-page-layout .pagination-box select[name=paginate] {
    display: inline-block;
    width: 6.5rem !important;
    padding-left: .8rem;
    min-width: 5rem;
    margin: 1rem 0;
    font-size: 1.6rem;
    border: 1px solid #597c31
}

@media screen and (min-width: 960px) {
    .course-catalog-page-layout .pagination-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .course-catalog-page-layout .pagination-box .pagination-pages {
        display: inline;
        width: auto;
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2
    }
}

#searchoptions-filters[data-t4-ajax-group] [data-t4-filter] {
    display: inline-block;
    padding: .5rem 1rem;
    margin: 0 0 1rem 0;
    background: #eee;
    color: #464646;
    text-transform: capitalize
}

#event-filters .remove {
    display: none
}

#searchoptions-filters ul {
    margin: 0;
    padding: 0;
    font-size: 1.6rem
}

#searchoptions-filters li span {
    padding-left: 1rem;
    vertical-align: middle
}

#searchoptions-filters .button,
#search-field label {
    display: none
}

#coursecompare-results .table-wrapper {
    width: 100%;
    overflow: scroll;
    overflow-y: hidden;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    z-index: 11111111111
}

#coursecompare-results .table-wrapper table {
    width: 580px;
    max-width: unset;
    overflow-x: unset;
    display: table;
    width: 200%;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    margin-bottom: 2rem
}

.scrollbar-wrapper {
    position: relative
}

.scrollbar-text {
    font-size: 1.4rem
}

.scrollbar-wrapper .scroll-arrow {
    position: relative;
    float: right;
    margin-bottom: -2.1rem;
    margin-right: -0.3rem;
    border-radius: 100px;
    height: 2.8rem;
    width: 2.8rem;
    z-index: 7;
    pointer-events: none
}

.scrollbar-wrapper .scroll-arrow:before {
    font-family: "Font Awesome 5 Free";
    content: "" !important;
    font-weight: 900;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    position: absolute;
    top: 54%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.scrollbar-wrapper .scroll-line {
    position: absolute;
    top: 3.3rem;
    float: right;
    height: 1rem;
    width: 100%;
    z-index: -11111;
    pointer-events: none;
    background: #597c31
}

.scrollbar-wrapper .scroll-arrow {
    background: #597c31
}

.table-wrapper::-webkit-scrollbar-thumb {
    background-color: #597c31
}

.table-wrapper::-webkit-scrollbar-track {
    background-color: #eef1dc
}

.table-wrapper::-webkit-scrollbar {
    width: 10px;
    height: 1.5rem;
    background-color: #eef1dc
}

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

    .course-catalog-page-layout .scrollbar-wrapper .scroll-arrow,
    .course-catalog-page-layout .scrollbar-wrapper .scroll-arrow:before,
    .course-catalog-page-layout .scrollbar-text,
    .scrollbar-wrapper .scroll-line {
        display: none
    }

    #coursecompare-results .table-wrapper {
        overflow: hidden;
        overflow-y: hidden;
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }

    #coursecompare-results .table-wrapper table {
        display: table;
        width: 100%;
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
}

.compare-heading tr th {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    letter-spacing: unset;
    text-transform: capitalize;
    line-height: 1.2;
    width: 33.33333%;
    text-align: left
}

.compare-heading tr {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.compare-heading tr th a {
    color: #064 !important;
    font-weight: 400
}

#coursecompare-results tr td {
    line-height: 1.4
}

#coursecompare-results tr td p {
    font-size: 1.6rem;
    margin-bottom: 2rem
}

#coursecompare-results tr td p:first-of-type {
    margin-bottom: 0
}

#coursecompare-results table {
    border-collapse: collapse
}

#coursecompare-results td p strong {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 1.5rem
}

@media screen and (min-width: 40em) {
    #coursecompare-results td p strong {
        font-size: 1.6rem
    }
}

#coursecompare-results td:first-of-type,
#coursecompare-results th:first-of-type {
    border-left: 1px solid #dad7cb;
    border-left: 0;
    padding: 1rem 1rem 1rem 0
}

#coursecompare-results td:nth-of-type(2),
#coursecompare-results th:nth-of-type(2) {
    border-left: 1px solid #dad7cb;
    padding: 1rem !important
}

#coursecompare-results td:nth-of-type(3),
#coursecompare-results th:nth-of-type(3) {
    border-left: 1px solid #dad7cb;
    padding: 1rem 0 1rem 1rem
}

#coursecompare-results td {
    vertical-align: baseline;
    font-size: 1.6rem;
    border-top: 1px solid #dad7cb
}

#coursecompare-results th {
    vertical-align: bottom;
    border-bottom: 3px solid #dad7cb;
    padding-top: 0 !important
}

#coursecompare-results [data-t4-ajax-group] [data-t4-clear] {
    display: inline-block;
    float: right;
    font-weight: 400;
    margin-top: -5rem
}

@media screen and (min-width: 40em) {

    #coursecompare-results td:first-of-type,
    #coursecompare-results th:first-of-type {
        padding: 1.5rem 1.5rem 1.5rem 0
    }

    #coursecompare-results td:nth-of-type(2),
    #coursecompare-results th:nth-of-type(2) {
        padding: 1.5rem !important
    }

    #coursecompare-results td:nth-of-type(3),
    #coursecompare-results th:nth-of-type(3) {
        padding: 1.5rem 0 1.5rem 1.5rem
    }
}

.course-catalog-page-layout .hide-on-mobile {
    display: none
}

@media screen and (min-width: 900px) {
    .course-catalog-page-layout .hide-on-desktop {
        display: none
    }

    .course-catalog-page-layout .hide-on-mobile {
        display: block
    }
}

.course-catalog-page-layout .sidebar-subnav--content,
.course-catalog-page-layout .sidebar .nav--regional {
    display: none
}

.course-catalog-page-layout .sidebar-subnav {
    display: block
}

@media screen and (min-width: 40em) {

    .course-catalog-page-layout .sidebar-subnav--content,
    .course-catalog-page-layout .sidebar .nav--regional {
        display: none
    }

    .course-catalog-page-layout .sidebar-subnav {
        display: block
    }
}

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

    .course-catalog-page-layout .sidebar-subnav--content,
    .course-catalog-page-layout .sidebar .nav--regional {
        display: block;
        margin-bottom: 3.2rem
    }

    .course-catalog-page-layout .sidebar-subnav {
        display: none
    }
}

.course-catalog-page-layout .nav--regional div.nav--regional__title {
    font-size: 2.1rem;
    line-height: 1.5;
    color: #064;
    padding: 0 0 1.2rem 0;
    font-weight: normal;
    text-transform: uppercase
}

.course-catalog-page-layout .sidebar-subnav--content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: .2rem solid #ccd695;
    font-family: "Oswald", sans-serif;
    font-size: 1.6rem
}

.course-catalog-page-layout .sidebar-subnav--content ul a:hover {
    text-decoration: none
}

.course-catalog-page-layout .sidebar-subnav--content ul>li>a {
    display: block;
    background: #eef1dc;
    padding: 1.5rem 2rem;
    border-bottom: .2rem solid #fff;
    color: #464646
}

.course-catalog-page-layout .sidebar-subnav--content ul>li>a:hover {
    background: #597c31;
    color: #fff
}

.course-catalog-page-layout .nav--regional .currentbranch0 a,
.course-catalog-page-layout .nav--regional .currentbranch1 a {
    background: #597c31;
    background-color: #597c31;
    color: #fff;
    border-right: 22px solid #ccd695;
    border-bottom: none;
    display: block;
    padding: 1.5rem 2rem;
    padding-left: 2rem
}

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

    .course-catalog-page-layout .nav--regional .currentbranch0 a,
    .course-catalog-page-layout .nav--regional .currentbranch1 a {
        padding: 1.5rem 2rem
    }
}

.course-catalog-page-layout .sidebar-subnav--button {
    display: block;
    border: none;
    font-family: "Oswald", sans-serif;
    font-size: 1.6rem;
    color: #064;
    background: #f4f4f4;
    padding: 1.5rem 2rem;
    width: 100%;
    text-align: left;
    position: relative;
    text-transform: uppercase
}

.course-catalog-page-layout .sidebar-subnav--button:hover {
    background: #edf0d5
}

.course-catalog-page-layout .currentsection {
    background-color: #597c31;
    border-bottom: none;
    border-right: 22px solid #ccd695;
    display: block;
    padding: 1.5rem 2rem;
    color: #fff
}

@media screen and (min-width: 40em) {

    .course-catalog-page-layout .sidebar-subnav--button,
    .course-catalog-page-layout .currentsection,
    .course-catalog-page-layout .sidebar-subnav--content ul>li>a {
        padding: 1.5rem 3rem
    }
}

@media screen and (min-width: 900px) {
    .course-catalog-page-layout .sidebar-subnav--content ul>li>a {
        display: block;
        background: #eef1dc;
        padding: 1.5rem 2rem;
        border-bottom: .2rem solid #fff
    }
}

.course-catalog-page-layout .sidebar-subnav--button:before,
.course-catalog-page-layout .sidebar-subnav--button:after {
    display: block;
    content: "";
    background-color: #597c31;
    position: absolute;
    right: 2rem;
    top: calc(50% - 0.1rem);
    width: 1.2rem;
    height: .2rem
}

.course-catalog-page-layout .sidebar-subnav--button:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.course-catalog-page-layout .sidebar-subnav--button.engaged:after {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

@media screen and (min-width: 40em) {
    .course-catalog-page-layout .grid-margin-x>.medium-3 {
        width: calc(100% - 2.4rem)
    }

    .course-catalog-page-layout .grid-margin-x>.medium-9 {
        width: calc(100% - 2.4rem);
        max-width: 100%
    }
}

@media screen and (min-width: 900px) {
    .course-catalog-page-layout .grid-margin-x>.medium-3 {
        width: calc(25% - 2.4rem)
    }

    .course-catalog-page-layout .grid-margin-x>.medium-9 {
        width: calc(75% - 2.4rem)
    }
}

@media screen and (min-width: 64em) {
    .course-catalog-page-layout .grid-margin-x>.medium-3 {
        width: calc(25% - 3.4rem)
    }

    .course-catalog-page-layout .grid-margin-x>.medium-9 {
        width: calc(75% - 3.4rem)
    }
}

.creditsbody-expand #creditsbody {
    height: auto
}

#creditsbody {
    margin-bottom: 0;
    overflow: hidden;
    height: 0px
}

.division-expand #division {
    height: auto
}

#division {
    margin-bottom: 0;
    overflow: hidden;
    height: 0px
}

.columns-full {
    position: Relative
}

.course-catalog-page-layout .sidebar #searchoptions .fa.fa-plus,
.course-catalog-page-layout .sidebar #searchoptions .fas.fa-minus,
.course-catalog-page-layout .sidebar #searchoptions .fas.fa-chevron-up,
.course-catalog-page-layout .sidebar #searchoptions .fas.fa-chevron-down {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 150px;
    color: #597c31;
    padding: .5rem;
    font-size: 2rem;
    width: 3rem;
    height: 3rem;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer
}

.course-catalog-page-layout .sidebar #searchoptions .fas.fa-minus.search-results-accordion {
    display: none
}

.course-catalog-page-layout .sidebar #searchoptions.searchoptions-expand .fa.fa-plus.search-results-accordion {
    display: none
}

.course-catalog-page-layout .sidebar #searchoptions.searchoptions-expand .fas.fa-minus.search-results-accordion {
    display: block
}

.course-catalog-page-layout .sidebar #checkboxes-coursedepartments .fas.fa-chevron-down.divisions-accordion,
.course-catalog-page-layout .sidebar #checkboxes-coursecredits .fas.fa-chevron-down.credits-accordion,
.course-catalog-page-layout .sidebar #checkboxes-coursedepartments.division-expand .fas.fa-chevron-up.divisions-accordion,
.course-catalog-page-layout .sidebar #checkboxes-coursecredits.creditsbody-expand .fas.fa-chevron-up.credits-accordion {
    display: block
}

.course-catalog-page-layout .sidebar #checkboxes-coursedepartments .fas.fa-chevron-up.divisions-accordion,
.course-catalog-page-layout .sidebar #checkboxes-coursedepartments.division-expand .fas.fa-chevron-down.divisions-accordion,
.course-catalog-page-layout .sidebar #checkboxes-coursecredits .fas.fa-chevron-up.credits-accordion,
.course-catalog-page-layout .sidebar #checkboxes-coursecredits.creditsbody-expand .fas.fa-chevron-down.credits-accordion {
    display: none
}

#division,
#creditsbody {
    margin-bottom: 0;
    overflow: hidden;
    height: 0px;
    padding-top: 70px;
    margin-top: -70px
}

#courseList .t4-btn,
#checkboxes-coursedepartments .clear,
#checkboxes-coursetype .clear,
#checkboxes-coursecredits .clear {
    display: inline-block;
    float: right;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: normal !important;
    text-transform: capitalize !important;
    color: #597c31;
    border: none !important;
    padding: 0 .5rem !important;
    cursor: pointer
}

#checkboxes-coursetype .clear {
    margin-top: unset
}

#courseList .t4-btn:after {
    padding: .5rem;
    line-height: 1;
    margin-right: -2rem
}

#courseList .label-text span {
    margin-right: 1rem
}

#courseList .t4-btn {
    margin-top: -3.8rem;
    display: inline-block;
    margin-bottom: unset;
    position: relative
}

#courseList .t4-btn:hover:after,
#checkboxes-coursedepartments .clear:hover,
#checkboxes-coursetype .clear:hover,
#checkboxes-coursecredits .clear:hover,
#checkboxes-coursedepartments .clear:hover:after,
#checkboxes-coursetype .clear:hover:after,
#checkboxes-coursecredits .clear:hover:after {
    color: #fff;
    background: #597c31
}

#courseList .t4-btn:after,
#checkboxes-coursedepartments .clear:after,
#checkboxes-coursetype .clear:after,
#checkboxes-coursecredits .clear:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #597c31;
    font-size: 1.5rem;
    margin-left: .4rem
}

#checkboxes-coursecompare .panel input[type=submit] {
    cursor: pointer
}

#checkboxes-coursecompare .panel input[type=submit].disabled {
    pointer-events: none
}

#event-filters {
    cursor: pointer
}

#event-filters .remove {
    display: inline
}

#event-filters [data-t4-filter=courseType],
#event-filters [data-t4-filter=courseDepartments],
#event-filters [data-t4-filter=courseCredits] {
    display: none !important
}

.courseOverview p b,
.course-listing.course-detail p b,
#coursecompare-results tr:nth-of-type(6) td p b,
.courseOverview br,
.course-listing.course-detail br,
#coursecompare-results br {
    display: none
}

.course-listing.course-detail p i b,
.course-listing.course-detail p i b,
#coursecompare-results tr:nth-of-type(6) td p i b {
    display: block !important
}

.courseOverview p {
    margin-bottom: 0 !important;
    display: inline
}

.courseOverview {
    margin-top: 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: clip;
    word-wrap: break-word
}

#search-results .course-listing>p:first-of-type {
    display: none
}

.courseDetailContent .l-content-first-column-double p b,
.courseDetailContent .l-content-first-column-double p br {
    display: none
}

.courseDetailContent .l-content-first-column-double p i b {
    display: block
}

.courseDetailContent .l-content-first-column-double p:last-of-type {
    margin-bottom: 3rem
}

.course-catalog-graduate h2,
.course-catalog-undergraduate h2 {
    font-size: 2.4rem
}

.courseDetailContent h3 {
    font-size: 2.4rem;
    margin-bottom: 2rem
}

@media screen and (min-width: 40rem) {

    .course-catalog-graduate h2,
    .course-catalog-undergraduate h2 {
        font-size: 2.8rem
    }

    .courseDetailContent h3 {
        font-size: 2.4rem
    }
}

@media screen and (min-width: 64rem) {

    .course-catalog-graduate h2,
    .course-catalog-undergraduate h2 {
        font-size: 3.2rem
    }

    .courseDetailContent h3 {
        font-size: 2.8rem
    }
}

.cta-feature-box--featured.anim-item .cta-feature-box__img {
    -webkit-transition: -webkit-transform 1.2s ease;
    transition: -webkit-transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
    -webkit-transform: translateX(60px);
    transform: translateX(60px)
}

.cta-feature-box--featured.anim-item .cta-feature-box__content {
    -webkit-transition: -webkit-transform 1.2s ease;
    transition: -webkit-transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
    -webkit-transform: translateX(-120px);
    transform: translateX(-120px)
}

.cta-feature-box--featured.anim-item.anim-item--active .cta-feature-box__img {
    -webkit-transform: none;
    transform: none
}

.cta-feature-box--featured.anim-item.anim-item--active .cta-feature-box__content {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px)
}

.c-cta-highlight-section {
    position: relative;
    background-color: #ccd695;
    height: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    width: 100%;
    padding: 0
}

.c-cta-highlight-section.remove-bg {
    background-color: rgba(255, 255, 255, 0)
}

.c-cta-highlight-section.remove-bg .chevron-bg {
    background-image: none
}

.c-cta-highlight-section .cta-section-container {
    padding: 3rem 2rem
}

@media screen and (min-width: 40em) {
    .c-cta-highlight-section .cta-section-container {
        padding: 3rem
    }
}

@media screen and (min-width: 1200px) {
    .c-cta-highlight-section .cta-section-container {
        padding: 3rem 2rem
    }
}

.full-width-page-layout .c-cta-highlight-section .container-860-1140 {
    max-width: 114rem;
    margin: 0 auto
}

.simple-page-layout .c-cta-highlight-section .container-860-1140,
.c-cta-highlight-section .container-860 {
    max-width: 86rem;
    margin: 0 auto
}

.c-cta-highlight-section .container-500 {
    max-width: 50rem;
    margin: 0 auto
}

.c-cta-highlight-section .container-400 {
    max-width: 40rem;
    margin: 0 auto
}

.c-cta-highlight-section .container-400 ul.btns li a {
    width: auto;
    min-width: 24rem;
    padding: 1rem 2rem
}

.c-cta-highlight-section h2 {
    font-family: "Oswald", sans-serif;
    color: #145451;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 2rem;
    display: block;
    width: 100%
}

.c-cta-highlight-section p {
    font-family: "Arial", sans-serif;
    font-size: 2rem;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 2rem;
    display: block;
    width: 100%
}

.c-cta-highlight-section.white-text h2,
.c-cta-highlight-section.white-text p {
    color: #fff
}

.c-cta-highlight-section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.c-cta-highlight-section li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    -ms-flex-preferred-size: 10rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: .5rem
}

@media screen and (min-width: 40em) {
    .c-cta-highlight-section li {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
        -ms-flex-preferred-size: 10rem;
        flex-basis: 10rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: .5rem
    }
}

.c-cta-highlight-section .container-860 ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-cta-highlight-section .container-860 li:nth-of-type(3) {
    max-width: 47%
}

@media screen and (min-width: 40em) {
    .c-cta-highlight-section .container-860 li:nth-of-type(3) {
        max-width: unset
    }
}

.c-cta-highlight-section a.btn {
    font-family: "Oswald", sans-serif;
    width: 100%;
    height: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .03rem;
    font-size: 1.4rem;
    line-height: 1.5;
    background: rgba(89, 124, 49, .95);
    padding: .8rem 1.2rem;
    min-height: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    max-width: unset
}

@media screen and (min-width: 40em) {
    .c-cta-highlight-section a.btn {
        font-size: 1.6rem
    }
}

.c-cta-highlight-section.remove-bg a.btn {
    background: #597c31;
    border: 2px solid #597c31
}

.c-cta-highlight-section.remove-bg a.btn:hover {
    background: #fff;
    border: 2px solid #597c31;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .1)
}

.c-cta-highlight-section a.btn:hover,
.c-cta-highlight-section.white-text a.btn:hover {
    color: #597c31;
    background: #fff;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .1)
}

.c-cta-highlight-section.has-bgImage {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    padding: 0
}

.c-cta-highlight-section .chevron-bg {
    background-image: url(../images/chevron-white.png);
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform
}

@media screen and (min-width: 500px) {
    .c-cta-highlight-section .chevron-bg {
        background-size: contain
    }
}

.cta-inline-groups {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.cta-inline-groups>* {
    margin-bottom: 0
}

.cta-inline-groups li {
    padding: .5rem;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.cta-inline-groups .icon-text {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.icon-text .content {
    font-family: "Oswald", sans-serif;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.cta-inline-groups.align--horizontal-side-by-side,
.cta-inline-groups.align--horizontal-stacked {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto
}

.cta-inline-groups.align--horizontal-side-by-side.even-spacing {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cta-inline-groups.align--horizontal-side-by-side.fontsize--small li.cta-inline-items,
.cta-inline-groups.align--horizontal-stacked.fontsize--small li.cta-inline-items {
    margin-bottom: 1.5rem
}

.cta-inline-groups.align--horizontal-side-by-side.fontsize--medium li.cta-inline-items,
.cta-inline-groups.align--horizontal-stacked.fontsize--medium li.cta-inline-items,
.cta-inline-groups.align--horizontal-side-by-side.fontsize--large li.cta-inline-items,
.cta-inline-groups.align--horizontal-stacked.fontsize--large li.cta-inline-items {
    margin-bottom: 2rem
}

.cta-inline-groups.align--horizontal-side-by-side.even-spacing li,
.cta-inline-groups.align--horizontal-stacked.even-spacing li {
    margin-right: 0
}

.cta-inline-groups.align--horizontal-side-by-side li.cta-inline-items:first-of-type,
.cta-inline-groups.align--horizontal-stacked li.cta-inline-items:first-of-type {
    margin-left: 0
}

.cta-inline-groups.align--horizontal-side-by-side li.cta-inline-items:last-of-type,
.cta-inline-groups.align--horizontal-stacked li.cta-inline-items:last-of-type {
    margin-right: 0
}

@media only screen and (min-width: 40em) {

    .cta-inline-groups.align--horizontal-side-by-side.fontsize--small li.cta-inline-items,
    .cta-inline-groups.align--horizontal-stacked.fontsize--small li.cta-inline-items {
        margin-right: 2.5rem
    }

    .cta-inline-groups.align--horizontal-side-by-side.fontsize--medium li.cta-inline-items,
    .cta-inline-groups.align--horizontal-stacked.fontsize--medium li.cta-inline-items {
        margin-right: 3.1rem
    }

    .cta-inline-groups.align--horizontal-side-by-side.fontsize--large li.cta-inline-items,
    .cta-inline-groups.align--horizontal-stacked.fontsize--large li.cta-inline-items {
        margin-right: 3.5rem
    }

    .cta-inline-groups.align--horizontal-side-by-side.even-spacing li.cta-inline-items,
    .cta-inline-groups.align--horizontal-stacked.even-spacing li.cta-inline-items {
        margin-right: 2.4rem
    }

    .cta-inline-groups.align--horizontal-side-by-side li.cta-inline-items:last-of-type,
    .cta-inline-groups.align--horizontal-stacked li.cta-inline-items:last-of-type {
        margin-right: 0
    }
}

@media only screen and (min-width: 64em) {

    .cta-inline-groups.align--horizontal-side-by-side.fontsize--small li.cta-inline-items,
    .cta-inline-groups.align--horizontal-stacked.fontsize--small li.cta-inline-items {
        margin-right: 3rem
    }

    .cta-inline-groups.align--horizontal-side-by-side.fontsize--medium li.cta-inline-items,
    .cta-inline-groups.align--horizontal-stacked.fontsize--medium li.cta-inline-items {
        margin-right: 3.1rem
    }

    .cta-inline-groups.align--horizontal-side-by-side.fontsize--large li.cta-inline-items,
    .cta-inline-groups.align--horizontal-stacked.fontsize--large li.cta-inline-items {
        margin-right: 4rem
    }

    .cta-inline-groups.align--horizontal-side-by-side.even-spacing li.cta-inline-items,
    .cta-inline-groups.align--horizontal-stacked.even-spacing li.cta-inline-items {
        margin-right: 3rem
    }

    .cta-inline-groups.align--horizontal-side-by-side li.cta-inline-items:last-of-type,
    .cta-inline-groups.align--horizontal-stacked li.cta-inline-items:last-of-type {
        margin-right: 0
    }
}

.cta-inline-groups.align--horizontal-stacked.even-spacing {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cta-inline-groups.align--horizontal-stacked.even-spacing li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-right: 0
}

.cta-inline-groups.align--horizontal-side-by-side li.cta-inline-items .icon-text,
.cta-inline-groups.align--horizontal-stacked li.cta-inline-items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.cta-inline-groups.align--horizontal-stacked li.cta-inline-items .icon-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 2rem;
    padding-right: 2rem
}

.cta-inline-groups.align--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cta-inline-groups.align--vertical>* {
    width: 100%
}

.cta-inline-groups.align--vertical.imagesize--small li {
    margin-bottom: 1rem
}

.cta-inline-groups.align--vertical.imagesize--medium li {
    margin-bottom: 1.2rem
}

.cta-inline-groups.align--vertical.imagesize--large li {
    margin-bottom: 1.5rem
}

.cta-inline-groups.align--vertical,
.cta-inline-groups.align--vertical li .content {
    -ms-flex: unset;
    -webkit-box-flex: unset;
    flex: unset;
    margin-left: 1.5rem
}

.cta-inline-groups .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cta-inline-groups .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.cta-inline-groups.align--horizontal-stacked .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cta-inline-groups.imagesize--small .img {
    width: 3.6rem;
    min-width: 3.6rem;
    height: 3.6rem
}

.cta-inline-groups.align--horizontal-stacked.imagesize--small .img {
    margin-bottom: .8rem
}

.cta-inline-groups.align--horizontal-side-by-side.imagesize--small .img {
    width: auto;
    max-width: 3.6rem;
    margin-right: .8rem
}

.cta-inline-groups.imagesize--medium .img {
    width: 5rem;
    min-width: 5rem;
    height: 5rem
}

.cta-inline-groups.align--horizontal-stacked.imagesize--medium .img {
    margin-bottom: 1.2rem
}

.cta-inline-groups.align--horizontal-side-by-side.imagesize--medium .img {
    width: auto;
    max-width: 5rem;
    margin-right: 1.2rem
}

.cta-inline-groups.imagesize--large .img {
    width: 8rem;
    min-width: 8rem;
    height: 8rem
}

.cta-inline-groups.align--horizontal-stacked.imagesize--large .img {
    margin-bottom: 1.5rem
}

.cta-inline-groups.align--horizontal-side-by-side.imagesize--large .img {
    width: auto;
    max-width: 8rem;
    margin-right: 1.5rem
}

.cta-inline-groups.align--horizontal-stacked .img {
    width: 90%;
    max-width: 200px
}

.cta-inline-groups.align--horizontal-stacked .icon-text .content {
    text-align: center;
    line-height: normal
}

.cta-inline-groups.fontsize--small.cta-inline-groups.cta-inline-items--add-padding {
    padding: 1.5rem 1.5rem 0 1.5rem
}

.cta-inline-groups.fontsize--medium.cta-inline-groups.cta-inline-items--add-padding,
.cta-inline-groups.fontsize--large.cta-inline-groups.cta-inline-items--add-padding {
    padding: 2rem 2rem 0 2rem
}

.cta-inline-groups.fontsize--small li.cta-inline-items--add-padding .icon-text {
    padding: 1rem
}

.cta-inline-groups.fontsize--medium li.cta-inline-items--add-padding .icon-text,
.cta-inline-groups.align--horizontal-side-by-side.even-spacing li.cta-inline-items--add-padding .icon-text,
.cta-inline-groups.fontsize--large li.cta-inline-items--add-padding .icon-text {
    padding: 2rem
}

.cta-inline-groups.align--vertical.fontsize--medium li.cta-inline-items--add-padding .icon-text,
.cta-inline-groups.align--vertical.fontsize--large li.cta-inline-items--add-padding .icon-text {
    padding: 1.5rem
}

.cta-inline-groups.align--horizontal-stacked.even-spacing li .icon-text,
.cta-inline-groups.align--horizontal-stacked.even-spacing li.cta-inline-items--add-padding .icon-text {
    padding-right: .5rem;
    padding-left: .5rem
}

.cta-inline-groups.align--horizontal-stacked.even-spacing li.cta-inline-items--add-padding:first-of-type .icon-text {
    margin-left: 0
}

.cta-inline-groups.align--horizontal-stacked.even-spacing li.cta-inline-items--add-padding:last-of-type .icon-text {
    margin-right: 0
}

.cta-inline-groups.fontsize--small {
    font-size: 1.6rem
}

.cta-inline-groups.fontsize--medium {
    font-size: 1.8rem
}

.cta-inline-groups.fontsize--large {
    font-size: 2rem
}

@media only screen and (max-width: 40em) {

    .cta-inline-groups.align--horizontal-side-by-side,
    .cta-inline-groups.align--horizontal-stacked {
        -webkit-box-align: left;
        -ms-flex-align: left;
        align-items: left;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cta-inline-groups>* {
        width: 100%;
        margin-right: 0
    }

    .cta-inline-groups.align--horizontal-side-by-side li,
    .cta-inline-groups.align--horizontal-stacked li {
        width: 100%;
        padding-right: 0 !important
    }

    .cta-inline-groups.align--horizontal-stacked .icon-text {
        -webkit-box-align: left;
        -ms-flex-align: left;
        align-items: left;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left
    }

    .cta-inline-groups.align--horizontal-stacked.even-spacing li.cta-inline-items--add-padding .icon-text {
        margin-right: 0;
        margin-left: 0
    }

    .cta-inline-groups.align--horizontal-stacked .content {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .cta-inline-groups.align--horizontal-side-by-side.even-spacing li.cta-inline-items--add-padding .icon-text,
    .cta-inline-groups.align--horizontal-stacked.even-spacing li.cta-inline-items--add-padding .icon-text {
        padding: 2rem
    }
}

.o-adv-wrapper .cta-inline-groups {
    width: 100%
}

.cta-inline-items.u-background--alfresco a,
.cta-inline-items.u-background--babson-green a,
.cta-inline-items.u-background--courtyard-green a,
.cta-inline-items.u-background--englewood-cliffs a,
.cta-inline-items.u-background--medium-gray a,
.cta-inline-items.u-background--ocre-dark a,
.cta-inline-items.u-background--peacock-blue-dark a,
.cta-inline-items.u-background--summer-nights a,
.cta-inline-items.u-background--transparent-black a,
.cta-inline-items.u-background--alfresco,
.cta-inline-items.u-background--babson-green,
.cta-inline-items.u-background--courtyard-green,
.cta-inline-items.u-background--englewood-cliffs,
.cta-inline-items.u-background--medium-gray,
.cta-inline-items.u-background--ocre-dark,
.cta-inline-items.u-background--peacock-blue-dark,
.cta-inline-items.u-background--summer-nights,
.cta-inline-items.u-background--transparent-black {
    color: #fff
}

a.icon-text:hover {
    text-decoration: none
}

.cta-inline-groups li:hover a {
    text-decoration: none
}

.cta-inline-groups li[\:has\(a\)]:hover {
    outline: 1px solid #597c31;
    outline-offset: 2px;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

.cta-inline-groups li:has(a):hover {
    outline: 1px solid #597c31;
    outline-offset: 2px;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

.c-cta-menu {
    grid-area: right;
    margin: var(--sp--3xl)
}

@media screen and (min-width: 64em) {
    .c-cta-menu {
        margin: 0 0 0 5rem
    }
}

.c-cta-menu li+li {
    margin-top: .4rem
}

a.c-cta-menu__btn {
    display: block;
    text-align: center
}

@media screen and (min-width: 60em) {
    a.c-cta-menu__btn {
        display: inline-block;
        text-align: left
    }
}

.c-menu-cta {
    margin-top: 4rem;
    font-size: 2rem
}

.c-menu-cta>.headline {
    color: #064;
    font-size: 2rem;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase
}

.c-menu-cta>p {
    color: #4d4d4d;
    font-family: "Zilla Slab";
    font-size: 1.6rem;
    line-height: 1.5;
    margin: .8rem 0 0
}

.c-menu-cta>.btn {
    margin-top: 1.8rem
}

.cta-section ul {
    padding: 0;
    list-style: none
}

.cta-section li {
    margin-bottom: 0
}

@media(max-width: 1000px) {
    .cta-section ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(min-width: 1000px) {
    .cta-section ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .cta-section li {
        margin-left: 0;
        margin-right: 0 !important;
        -webkit-box-flex: auto;
        -ms-flex: auto;
        flex: 1 1 0;
        width: 0;
        min-width: 0;
        text-align: center
    }

    .cta-section li.cta-five-across {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center
    }

    .cta-section li a.btn,
    .cta-section li a.btn span {
        display: block;
        vertical-align: middle;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding-left: .5rem;
        padding-right: .5rem
    }

    .cta-section li {
        padding-left: 1.5rem
    }

    .cta-section li:first-of-type {
        padding-left: 0
    }

    .cta-section li.cta-five-across {
        -webkit-box-flex: auto;
        -ms-flex: auto;
        flex: 1 1 0;
        width: 0;
        min-width: 0;
        text-align: center
    }
}

.cta-section li a {
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    height: 100%;
    border: none
}

.cta-section .btn {
    font-weight: 300
}

.cta-section li a:hover {
    background-color: #9eb28f;
    color: #000;
    border: none
}

.cta-section__btn {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 3rem 2rem
}

.cta-section__btn:hover {
    text-decoration: none
}

.cta-section .btn>.cta-section__btn__title {
    display: block;
    font-family: "Oswald", sans-serif;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: .2rem
}

.cta-section__btn__text {
    font-size: 2.1rem;
    line-height: 25px
}

.o-adv-wrapper .cta-section {
    width: 100%
}

@at_root .cta--homepage {
    .cta {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #0b5271;
        height: 100%;
        line-height: 1.5;
        padding: .8rem;
        text-align: left;
        -webkit-transition: background-color .2s ease-out;
        transition: background-color .2s ease-out
    }

    @media(min-width: 50em) {
        .cta {
            padding: 1.6rem
        }
    }

    .cta:hover {
        background-color: #74cbc8
    }

    .cta .flag__link,
    .cta .media__link {
        text-decoration: none !important
    }

    .cta .flag__image .icon--medium,
    .cta .media__image .icon--medium,
    .cta .media__image--right .icon--medium,
    .cta .media__image--left .icon--medium {
        vertical-align: middle
    }

    @media(min-width: 50em) {

        .cta .flag__image .icon--medium,
        .cta .media__image .icon--medium,
        .cta .media__image--right .icon--medium,
        .cta .media__image--left .icon--medium {
            max-height: 4rem;
            height: 75px;
            width: auto;
            max-width: 4rem
        }
    }

    .cta .flag__header,
    .cta .media__header {
        color: #fff;
        font-family: "Oswald", sans-serif;
        font-size: 2.1rem;
        font-weight: normal;
        text-transform: uppercase
    }

    @media(min-width: 46em) {

        .cta .flag__header,
        .cta .media__header {
            font-size: 2.8rem
        }
    }

    @media(min-width: 80em) {

        .cta .flag__header,
        .cta .media__header {
            font-size: 300%
        }
    }

    .cta p {
        margin: 0
    }
}

@media(min-width: 50em) {
    .ctas {
        border-top: none
    }
}

.ctas .grid--tiles__item {
    border-right: .2rem solid #fff;
    border-left: .2rem solid #fff;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%
}

.ctas .grid--tiles__item:nth-child(1),
.ctas .grid--tiles__item:nth-child(3) {
    border-left: none
}

.ctas .grid--tiles__item:nth-child(2),
.ctas .grid--tiles__item:nth-child(4) {
    border-right: none
}

.ctas .grid--tiles__item:nth-child(1),
.ctas .grid--tiles__item:nth-child(2) {
    border-bottom: .2rem solid #fff
}

.ctas .grid--tiles__item:nth-child(3),
.ctas .grid--tiles__item:nth-child(4) {
    border-top: .2rem solid #fff
}

@media(min-width: 46em) {
    .ctas .grid--tiles__item {
        -ms-flex-preferred-size: 24%;
        flex-basis: 24%
    }

    .ctas .grid--tiles__item:nth-child(1) {
        border-left: none;
        border-bottom: none
    }

    .ctas .grid--tiles__item:nth-child(2) {
        border-right: .2rem solid #fff;
        border-bottom: none
    }

    .ctas .grid--tiles__item:nth-child(3) {
        border-left: .2rem solid #fff;
        border-top: none
    }

    .ctas .grid--tiles__item:nth-child(4) {
        border-right: none;
        border-top: none
    }
}

.bookend h4 {
    color: #005172;
    text-transform: uppercase
}

.bookend-left {
    grid-area: bookend-left
}

.bookend-right {
    grid-area: bookend-right;
    display: none
}

.bookend-left h4,
.bookend-right h4 {
    font-size: 2rem;
    font-weight: 500
}

.semester {
    margin-top: 1rem
}

.semester h3 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: .6rem
}

.course h3 {
    color: #fff;
    font-size: 3rem
}

.white-text,
.semester,
.course,
.elective,
.credits {
    color: #fff;
    padding: 2rem 1.2rem;
    line-height: normal
}

.semester,
.elective,
.bookend-left,
.centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.credits {
    text-align: right;
    font-size: 1.8rem
}

.programs.container h3 {
    color: #fff;
    font-size: 2.6rem;
    line-height: 3.2rem
}

.semester span {
    line-height: 2.4rem;
    color: #dad7cb
}

.bracket {
    border: .4rem solid #ccc;
    border-color: #005172
}

.bracket-left {
    grid-area: bracket-left;
    border-right-width: 0;
    display: none
}

.bracket-right {
    grid-area: bracket-right;
    border-left-width: 0;
    display: none
}

.curriculum-container {
    color: #fff;
    font-family: "Oswald", sans-serif;
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: 1fr;
    grid-gap: .5rem;
    margin-bottom: 2rem
}

@media screen and (min-width: 40em) {
    .curriculum-container {
        margin-bottom: 3rem
    }
}

@media screen and (min-width: 64em) {
    .curriculum-container {
        margin-bottom: 6rem
    }
}

@media(min-width: 1024px) {

    .bracket-left,
    .bracket-right {
        display: block
    }

    .bookend-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .course h3>span {
        display: none
    }

    .semester-35-weeks {
        height: 500px
    }

    .semester {
        margin-top: 0
    }
}

.curriculum-container .program p {
    font-family: "Oswald", sans-serif;
    color: #fff;
    margin-bottom: 0;
    line-height: 2.4rem;
    font-size: 2rem;
    font-weight: 300
}

.curriculum-container p a {
    color: #fff
}

.c-custom-button a:link {
    margin-bottom: 0
}

.c-custom-button {
    width: 100%;
    max-width: 86rem;
    margin-left: auto;
    margin-right: auto
}

.c-custom-button p a {
    text-decoration: underline
}

.btn-peacock-blue-dark-border,
.c-custom-button .btn--green-BG,
.c-custom-button .btn-primary {
    background: #597c31;
    border: 2px solid #597c31
}

.c-custom-button .btn--green-BG:hover,
.btn-peacock-blue-dark-border:hover,
.c-custom-button .btn-primary:hover {
    color: #597c31;
    background: #fff;
    border: 2px solid #597c31
}

.c-cta-menu .c-custom-button a {
    text-align: left
}

.c-cta-menu .btn.menu-button-courtyard,
.btn.menu-button-courtyard {
    font-family: "Oswald", sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 1.2rem 1rem;
    text-transform: uppercase;
    letter-spacing: .03rem;
    text-align: center;
    color: #fff;
    background: #597c31;
    border: 2px solid #597c31;
    text-decoration: none;
    word-wrap: break-word;
    width: 21.6rem
}

.btn.menu-button-courtyard:hover {
    color: #597c31;
    background: #fff;
    border: 2px solid #597c31
}

@media screen and (min-width: 40em) {

    .c-cta-menu .btn.menu-button-courtyard,
    .btn.menu-button-courtyard {
        font-size: 1.6rem
    }
}

.align-button-left {
    float: left
}

.align-button-right {
    float: right
}

.align-button-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blank .c-custom-header {
    position: relative;
    background-color: #064;
    z-index: 90
}

.blank .c-custom-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 8.4rem;
    max-width: 114rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2rem
}

.blank .c-custom-header__container a {
    -ms-flex-item-align: unset;
    align-self: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blank .c-custom-header__container a.custom-header-logo {
    -ms-flex-item-align: center;
    align-self: center
}

.blank .c-custom-header__container a svg {
    height: auto;
    width: 250px
}

.blank .c-custom-header__container a[aria-label="Babson College Undergraduate School"],
.blank .c-custom-header__container a[aria-label="Babson College Graduate School"],
.blank .c-custom-header__container a[aria-label="Babson College Professional & Executive Education"],
.blank .c-custom-header__container a[aria-label="Babson Academy"] {
    padding-top: 5px
}

.c-custom-header .c-megamenu {
    width: 100%
}

.c-custom-header .c-megamenu .c-megamenu__option {
    margin-bottom: 0
}

.c-custom-header .c-megamenu__menu {
    overflow-y: auto
}

.c-custom-header .c-megamenu__menu a {
    text-decoration: none
}

.c-custom-header .c-mobile-controls {
    display: none
}

.custom-header-mobile a#dropdown-menu-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 2rem;
    bottom: 0;
    -ms-flex-item-align: center;
    align-self: center;
    color: #fff;
    width: 3rem;
    height: 3rem;
    cursor: pointer
}

.custom-header-mobile a#dropdown-menu-toggle svg {
    width: 3rem;
    height: 3rem;
    color: #fff
}

.custom-header-mobile a#dropdown-menu-toggle.is-open svg {
    display: none
}

.custom-header-mobile a#dropdown-menu-toggle .fa-times {
    display: none
}

.custom-header-mobile a#dropdown-menu-toggle.is-open .fa-times {
    display: block;
    font-size: 3.5rem;
    margin: 0;
    padding: 0;
    text-align: center
}

.custom-header-mobile ul.mobile-dropdown {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 85px;
    padding: 0;
    display: none
}

.custom-header-mobile a#dropdown-menu-toggle.is-open~ul.mobile-dropdown {
    display: block
}

.custom-header-mobile ul.mobile-dropdown li {
    display: block;
    position: relative;
    width: 100%;
    background: #f5f7e8;
    border-bottom: .1rem solid #e0d464;
    margin: 0
}

.custom-header-mobile ul.mobile-dropdown li a {
    position: relative;
    display: block;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    text-decoration: none;
    padding: 2rem 3rem
}

.custom-header-mobile ul.mobile-dropdown li a.focus-visible {
    z-index: 9999999
}

.custom-header-mobile ul.mobile-dropdown li a:focus-visible {
    z-index: 9999999
}

.custom-header-mobile ul.mobile-dropdown li a:hover {
    background: #edf0d5
}

@media screen and (min-width: 40em) {
    .blank .c-custom-header__container {
        padding: 0 3rem
    }

    .custom-header-mobile a#dropdown-menu-toggle {
        right: 3rem
    }
}

@media screen and (min-width: 64em) {
    .blank .c-custom-header {
        height: 12.4rem
    }

    .blank .c-custom-header__container {
        height: 12.4rem;
        padding: 0 3.7rem
    }

    .blank .c-custom-header__container a.custom-header-logo svg {
        width: 345px
    }

    .blank .c-custom-header__container[\:has\(.c-megamenu\)] a.custom-header-logo {
        -ms-flex-item-align: start;
        align-self: start;
        margin-top: 1rem;
        position: absolute
    }

    .blank .c-custom-header__container:has(.c-megamenu) a.custom-header-logo {
        -ms-flex-item-align: start;
        align-self: start;
        margin-top: 1rem;
        position: absolute
    }

    .blank .c-custom-header__container[\:has\(.c-megamenu\)] a.custom-header-logo.babson-logo {
        margin-top: 2rem
    }

    .blank .c-custom-header__container:has(.c-megamenu) a.custom-header-logo.babson-logo {
        margin-top: 2rem
    }

    .blank .c-custom-header__container[\:has\(.c-megamenu\)] a.custom-header-logo svg {
        width: 230px
    }

    .blank .c-custom-header__container:has(.c-megamenu) a.custom-header-logo svg {
        width: 230px
    }

    .custom-header-mobile {
        display: none
    }
}

@media screen and (min-width: 1200px) {
    .blank .c-custom-header__container {
        height: 12.4rem;
        padding: 0
    }
}

.blank .c-hero-image .c-breadcrumbs ul {
    margin-bottom: 1rem
}

.blank .c-hero-image .c-breadcrumbs li,
.blank .c-hero-image .c-breadcrumbs--droplist {
    display: none
}

@media screen and (min-width: 40em) {
    .blank .c-hero-image.level-4-page .c-hero-image__text {
        min-height: 12rem
    }
}

.blank[\:has\(.c-sub-nav.c-toolkit\)] .c-custom-header {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.blank:has(.c-sub-nav.c-toolkit) .c-custom-header {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.blank .c-sub-nav.c-toolkit {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.blank[\:has\(.c-sub-nav.c-toolkit\)] .c-hero-image,
.blank[\:has\(.c-sub-nav.c-toolkit\)] .c-landing-hero {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.blank:has(.c-sub-nav.c-toolkit) .c-hero-image,
.blank:has(.c-sub-nav.c-toolkit) .c-landing-hero {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.blank .c-sub-nav.c-toolkit.concealed {
    position: relative;
    display: block;
    overflow-y: auto;
    -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .1);
    top: -20px;
    width: 100%;
    right: 0
}

@media screen and (min-width: 40em) {
    .blank .c-sub-nav.c-toolkit.concealed {
        top: -30px
    }
}

.blank[\:has\(.c-landing-hero\,.c-hero-image\,.video-hero\,.c-image-carousel\)] .c-sub-nav.c-toolkit.concealed {
    top: 0
}

.blank:has(.c-landing-hero, .c-hero-image, .video-hero, .c-image-carousel) .c-sub-nav.c-toolkit.concealed {
    top: 0
}

.blank .c-sub-nav.c-toolkit.important-open .c-toolkit__button--toggle {
    line-height: 3.1;
    height: 4.4rem
}

.blank .c-sub-nav.c-toolkit.important-open .c-toolkit__button--icon {
    width: 3.5rem
}

@media screen and (min-width: 64em) {
    .blank .c-sub-nav.c-toolkit.concealed {
        display: none
    }
}

.blank .c-sub-nav.c-toolkit .c-toolkit__button__strip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f5f7e8;
    cursor: pointer;
    min-height: 4.4rem
}

.blank .c-sub-nav.c-toolkit .c-toolkit__button--icon {
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0 0 0 1rem;
    width: 3.5rem;
    background-color: unset;
    pointer-events: none
}

.blank .c-sub-nav.c-toolkit .c-toolkit__button--icon i.fas {
    display: inline-block;
    width: 2.5rem;
    line-height: normal;
    padding: .5rem;
    font-size: 1.5rem;
    color: #597c31;
    text-align: center;
    text-shadow: unset;
    -webkit-transition: unset;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    margin: 0 auto;
    border-radius: 100%
}

.blank .c-sub-nav.c-toolkit .c-toolkit__button--icon i.fa-times {
    display: none
}

.blank .c-sub-nav.c-toolkit .c-toolkit__button--icon:hover i.fas.fa-plus,
.blank .c-sub-nav.c-toolkit .c-toolkit__button--icon.engaged:hover i.fas.fa-times {
    color: #fff;
    background: #597c31
}

.blank .c-sub-nav.c-toolkit .c-toolkit__button--toggle {
    position: relative;
    border: none;
    border-radius: 0;
    font-family: "Oswald", sans-serif;
    font-size: 1.4rem;
    line-height: 3.1;
    text-transform: uppercase;
    color: #064;
    text-align: left;
    outline: none;
    padding: 0;
    height: 4.4rem
}

.blank .c-sub-nav.c-toolkit.important-open {
    overflow: visible
}

.blank .c-sub-nav.c-toolkit.important-open .c-toolkit__button--icon:hover i.fas {
    color: #fff;
    background: #597c31;
    opacity: 1
}

.blank .c-sub-nav.c-toolkit.important-open .c-toolkit__button--icon:hover i.fas.fa-plus,
.blank .c-sub-nav.c-toolkit.important-open .c-toolkit__button--icon:hover i.fas.fa-times {
    color: #fff;
    background: #597c31
}

.blank .c-sub-nav.c-toolkit.important-open .c-toolkit__button--toggle.engaged:after {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg)
}

.blank .c-sub-nav.c-toolkit nav {
    display: none;
    position: relative;
    padding: 0
}

.blank .c-sub-nav.c-toolkit ul {
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 0
}

.blank .c-sub-nav.c-toolkit .c-toolkit__text li,
.blank .c-sub-nav.c-toolkit .c-toolkit__text p {
    font-family: "Oswald", sans-serif;
    font-size: 1.866rem;
    float: left;
    margin: 0;
    display: block;
    width: 100%;
    border-top: .1rem solid #e0d464
}

.blank .c-sub-nav.c-toolkit .c-toolkit__text li a,
.blank .c-sub-nav.c-toolkit .c-toolkit__text p a {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    color: #064;
    text-decoration: none;
    padding: .8rem 1rem .8rem 4.6rem;
    background: #f5f7e8;
    position: relative
}

.blank .c-sub-nav .currentsection {
    font-size: 1.5rem;
    text-decoration: none;
    padding: .8rem 1rem .8rem 2rem;
    border-bottom: 2px solid #e0d464
}

.blank .c-sub-nav.c-toolkit .c-toolkit__text li:last-of-type a,
.blank .c-sub-nav.c-toolkit .c-toolkit__text p:last-of-type a {
    border-bottom: none
}

.blank .c-sub-nav.c-toolkit .c-toolkit__text.subnav-manual-links li:last-of-type,
.blank .c-sub-nav.c-toolkit .c-toolkit__text.subnav-manual-links p:last-of-type {
    display: none
}

.blank .c-sub-nav.c-toolkit .c-toolkit__text.subnav-manual-links li:nth-last-of-type(2) a,
.blank .c-sub-nav.c-toolkit .c-toolkit__text.subnav-manual-links p:nth-last-of-type(2) a {
    border-bottom: none
}

.blank .c-sub-nav.c-toolkit .c-toolkit__text li a:hover,
.blank .c-sub-nav.c-toolkit .c-toolkit__text p a:hover {
    background: #597c31;
    color: #fff
}

.blank .c-sub-nav.c-toolkit .c-toolkit__button--icon.engaged i.fa-plus {
    display: none
}

.blank .c-sub-nav.c-toolkit .c-toolkit__button--icon.engaged i.fa-times {
    display: block
}

.blank .c-sub-nav.c-toolkit.important-open ul.c-toolkit__text {
    overflow-y: auto;
    max-height: 70vh
}

.blank .c-sub-nav.c-toolkit.important-open ul.c-toolkit__text::-webkit-scrollbar-track {
    background-color: #e1e1e1
}

.blank .c-sub-nav.c-toolkit.important-open ul.c-toolkit__text::-webkit-scrollbar {
    width: 10px;
    background-color: #e1e1e1
}

.blank .c-sub-nav.c-toolkit.important-open ul.c-toolkit__text::-webkit-scrollbar-thumb {
    background-color: #6c6f70
}

@media screen and (min-width: 40em) {
    .blank .c-sub-nav.c-toolkit .c-toolkit__button--icon {
        margin: 0 0 0 2rem
    }

    .blank .c-sub-nav.c-toolkit .c-toolkit__text li a,
    .blank .c-sub-nav.c-toolkit .c-toolkit__text p a {
        padding: .8rem 1rem .8rem 5.6rem
    }
}

@media screen and (min-width: 960px) {
    .blank .c-sub-nav.c-toolkit .c-toolkit__button--icon {
        margin: 0 0 0 2rem;
        background-color: unset
    }

    .blank .c-sub-nav.c-toolkit .c-toolkit__button--icon i.fas {
        background: unset
    }

    .blank .c-sub-nav.c-toolkit.important-open .c-toolkit__button--toggle,
    .blank .c-sub-nav.c-toolkit.important-open .c-toolkit__button--icon {
        background: unset;
        color: #064
    }

    .blank .c-sub-nav.c-toolkit.important-open .c-toolkit__button--icon.engaged {
        margin: 0 0 0 2rem;
        background: none
    }
}

.c-custom-footer {
    background-color: #064;
    padding: 4rem 0 3rem;
    -webkit-box-shadow: inset 0 .7rem .9rem -7px rgba(0, 0, 0, .6);
    box-shadow: inset 0 .7rem .9rem -7px rgba(0, 0, 0, .6);
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 3rem
}

.c-custom-footer .cell {
    margin-bottom: 2rem
}

.c-custom-footer a.footer-logo {
    opacity: 1;
    display: block;
    width: 250px !important;
    height: auto !important;
    padding-right: 1.2rem;
    margin-top: .8rem
}

.c-custom-footer .footer-address {
    color: #fff;
    margin-top: 0rem !important;
    font-size: 1.6rem;
    font-family: "Zilla Slab", serif
}

.footer-sub-heading {
    display: block;
    font-family: "Oswald", sans-serif;
    font-size: 2.2rem;
    color: #fff
}

.c-custom-footer .footer-address span {
    display: block
}

.c-custom-footer .footer-address a {
    display: block;
    margin-top: .5rem;
    color: #fff;
    text-decoration: none;
    font-weight: 400
}

.c-custom-footer a[href^="tel:"]:hover {
    color: #ccd695 !important
}

.c-custom-footer #copyright-container p {
    text-align: left;
    padding-top: 1.8rem
}

@media screen and (min-width: 40em) {
    .c-custom-footer {
        padding: 7rem 0 6rem
    }
}

ul.custom-footer-repeater-social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

ul.custom-footer-repeater-social-links li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    cursor: pointer;
    margin: 0 1.3rem 0 0;
    padding: 1rem 0 .5rem 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 14%;
    flex: 0 1 14%;
    -ms-flex-preferred-size: content;
    flex-basis: content
}

ul.custom-footer-repeater-social-links li a {
    text-decoration: none;
    width: 4.4rem
}

ul.custom-footer-repeater-social-links li a i {
    position: relative;
    font-size: 2.5rem;
    font-style: normal;
    border-radius: 100%;
    width: 4.4rem;
    min-width: 4.4rem;
    height: 4.4rem;
    padding: .2rem 0 0 0;
    margin-right: 1.5rem;
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    color: #064;
    background: #fff;
    border: 2px solid #fff
}

ul.custom-footer-repeater-social-links li a:hover i {
    color: #fff;
    background: #064;
    border: 2px solid #fff
}

.c-custom-footer .cell.large-4.small-12[\:not-has\(ul\%20li\)] {
    display: none
}

.c-custom-footer .cell.large-4.small-12:not(:has(ul li)) {
    display: none
}

.date-card {
    font-family: "Oswald", sans-serif;
    text-align: center;
    padding: 2rem 1.5rem 3rem 1.5rem
}

.date-card.dropshadow {
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .1)
}

.date-card-month {
    font-size: 3rem
}

.date-card-day {
    font-size: 8.5rem;
    margin: -1.5rem 0 -1rem
}

.date-card-text {
    font-size: 2.2rem
}

.date-card hr {
    border-width: 2px;
    width: 40%;
    margin-left: auto;
    margin-right: auto
}

.date-card hr.border-color-bright-gold {
    border-color: #e0d464
}

.date-card hr.border-color-alfresco {
    border-color: #5c7f92
}

.date-card hr.border-color-peacock-blue-dark {
    border-color: #368180
}

.date-card hr.border-color-sherwood-green {
    border-color: #9eb28f
}

.date-card hr.border-color-courtyard-green {
    border-color: #597c31
}

.date-card hr.border-color-mango-punch {
    border-color: #eeaf00
}

.date-card hr.border-color-sweet-daphne {
    border-color: #ccd695
}

.date-card hr.border-color-cedar-key {
    border-color: #dad7cb
}

.date-card hr.border-color-blue-heather {
    border-color: #c6d3d7
}

.date-card.alfresco {
    border-top: .5rem solid #5c7f92
}

.date-card.peacock-blue-dark {
    border-top: .5rem solid #368180
}

.date-card.sherwood-green {
    border-top: .5rem solid #9eb28f
}

.date-card.courtyard-green {
    border-top: .5rem solid #597c31
}

.date-card.mango-punch {
    border-top: .5rem solid #eeaf00
}

.date-card.sweet-daphne {
    border-top: .5rem solid #ccd695
}

.date-card.cedar-key {
    border-top: .5rem solid #dad7cb
}

.date-card.blue-heather {
    border-top: .5rem solid #c6d3d7
}

.date-card-text-detail {
    font-size: 1.6rem;
    font-weight: 300
}

@media screen and (min-width: 40em) {
    .date-card {
        padding: 2rem 2rem 3rem 2rem
    }

    .date-card-month {
        font-size: 3.8rem
    }

    .date-card-day {
        font-size: 10.5rem
    }

    .date-card-text {
        font-size: 2.7rem
    }

    .date-card-text-detail {
        font-size: 2rem
    }
}

.c-date-card {
    padding: 2rem 1.5rem 3rem 1.5rem;
    max-width: 55.4rem;
    margin-left: auto;
    margin-right: auto
}

.o-adv-wrapper .c-date-card {
    max-width: unset;
    width: 100%
}

.c-date-card .date-card-month {
    color: #597c31
}

.c-date-card .date-card-day,
.c-date-card .date-card-text,
.c-date-card .date-card-detail {
    color: #064
}

.c-date-card hr {
    border-color: #e0d464
}

.c-date-card.drop-shadow {
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .1)
}

.date-card-month p,
.date-card-day p,
.date-card-text p,
.date-card-detail p {
    font-family: "Oswald", sans-serif;
    text-align: center;
    margin-bottom: 0
}

.c-date-card .date-card-month p a,
.c-date-card .date-card-day p a,
.c-date-card .date-card-text p a,
.c-date-card .date-card-detail p a {
    color: #597c31 !important;
    font-weight: 500
}

.c-date-card .date-card-month p a:hover,
.c-date-card .date-card-day p a:hover,
.c-date-card .date-card-text p a:hover,
.c-date-card .date-card-detail p a:hover {
    color: #fff !important;
    background: #597c31 !important
}

.date-card-month p {
    font-size: 3rem
}

.date-card-day p {
    font-size: 8.5rem;
    line-height: unset
}

.date-card-day.small-date-text p {
    font-size: 6.5rem
}

.date-card-text p {
    font-size: 2.2rem;
    line-height: normal
}

.c-date-card hr {
    border-width: 2px;
    width: 40%;
    margin-left: auto;
    margin-right: auto
}

.c-date-card hr.babson-green {
    border-color: #064
}

.c-date-card hr.summer-nights {
    border-color: #005172
}

.c-date-card hr.bright-gold {
    border-color: #e0d464
}

.c-date-card hr.alfresco {
    border-color: #567b8a
}

.c-date-card hr.peacock-blue-dark {
    border-color: #368180
}

.c-date-card hr.sherwood-green {
    border-color: #9eb28f
}

.c-date-card hr.courtyard-green {
    border-color: #597c31
}

.c-date-card hr.mango-punch {
    border-color: #eeaf00
}

.c-date-card hr.ocre {
    border-color: #ad9001
}

.c-date-card hr.ocre-dark {
    border-color: #8e7200
}

.c-date-card hr.sweet-daphne {
    border-color: #ccd695
}

.c-date-card hr.cedar-key {
    border-color: #dad7cb
}

.c-date-card hr.blue-heather {
    border-color: #c6d3d7
}

.c-date-card hr.white {
    border-color: #fff
}

.c-date-card hr.englewood-cliffs {
    border-color: #6c6f70
}

.c-date-card hr.beach-haven {
    border-color: #ede8c4
}

.c-date-card hr.sweet-daphne-lt {
    border-color: #eef1dc
}

.c-date-card hr.blue-heather-lt {
    border-color: #eef2f3
}

.c-date-card hr.cedar-key-lt {
    border-color: #f4f3ef
}

.c-date-card hr.gray {
    border-color: var("--gray")
}

.c-date-card hr.medium-gray {
    border-color: #7e8082
}

.c-date-card hr.darker-gray {
    border-color: #464646
}

.c-date-card hr.black {
    border-color: var("--black")
}

.c-date-card hr.transparent-black {
    border-color: rgba(0, 0, 0, .7)
}

.c-date-card hr.transparent-white {
    border-color: rgba(255, 255, 255, .9)
}

.c-date-card.alfresco {
    border-top: .5rem solid #5c7f92
}

.c-date-card.peacock-blue-dark {
    border-top: .5rem solid #368180
}

.c-date-card.sherwood-green {
    border-top: .5rem solid #9eb28f
}

.c-date-card.courtyard-green {
    border-top: .5rem solid #597c31
}

.c-date-card.mango-punch {
    border-top: .5rem solid #eeaf00
}

.c-date-card.sweet-daphne {
    border-top: .5rem solid #ccd695
}

.c-date-card.cedar-key {
    border-top: .5rem solid #dad7cb
}

.c-date-card.blue-heather {
    border-top: .5rem solid #c6d3d7
}

.date-card-detail p {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 300
}

@media screen and (min-width: 40em) {
    .c-date-card {
        padding: 2rem 2rem 3rem 2rem
    }

    .date-card-month p {
        font-size: 3.8rem
    }

    .date-card-day p {
        font-size: 10.5rem
    }

    .date-card-day.small-date-text p {
        font-size: 8.5rem
    }

    .date-card-text p {
        font-size: 2.7rem
    }

    .date-card-detail p {
        font-size: 2rem
    }
}

.differentiators .cell:first-child .differentiator {
    background-color: #f4f3ee
}

.differentiators .cell:nth-child(2) .differentiator {
    background-color: #eef2f3
}

.differentiators .cell:last-child .differentiator {
    background-color: #f5f7e8
}

.differentiators h2.title--understated-under-line {
    padding-top: .6rem
}

.differentiator {
    margin-bottom: 2rem
}

.differentiators img {
    pointer-events: none
}

@media screen and (min-width: 64em) {
    .differentiator {
        margin-bottom: 0
    }
}

.differentiator__text {
    padding: 36px 2.4rem;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.differentiator__text p a {
    text-decoration: underline
}

.differentiator__text h3 {
    font-family: "Zilla Slab", serif;
    color: #574800;
    font-size: 2.2rem;
    margin-bottom: 2.4rem
}

.differentiator__text p {
    font-family: "Oswald", sans-serif;
    color: #000;
    font-size: 1.6rem;
    margin-bottom: 0 !important
}

.differentiator__hero--icon {
    padding: 36px 2.4rem 0
}

.differentiator__hero--icon [class^=icon-]:before,
.differentiator__hero--icon [class*=" icon-"]:before {
    font-size: 8rem;
    color: #064;
    margin-left: 0
}

.differentiator__hero--stat {
    font-family: "Oswald", sans-serif;
    color: #005172;
    font-size: 8rem;
    padding: 36px 2.4rem 0
}

@media screen and (min-width: 1024px)and (max-width: 1150px) {
    .differentiator__hero--stat {
        font-size: 6rem
    }

    .o-adv-wrapper .cell .differentiators .differentiator__hero--stat {
        font-size: 5rem
    }
}

.differentiator__hero--photo img {
    margin-bottom: 0;
    max-width: 100%
}

.differentiator--main-homepage img {
    width: 100%
}

.o-adv-wrapper .cell .differentiators {
    width: 100%
}

.c-dropdown {
    position: relative;
    margin: 0
}

.c-dropdown button:not(.js-dropdown) {
    position: absolute;
    top: 0;
    right: 7%;
    color: transparent;
    font-size: 1.6rem;
    padding: 1.8rem;
    width: 64px;
    overflow: hidden;
    white-space: nowrap;
    text-align: right;
    background: none;
    border: none;
    outline: none
}

.c-dropdown__list {
    padding: 0;
    list-style: none;
    position: relative;
    right: 0;
    opacity: 0;
    margin-bottom: 0;
    background: #597c31;
    border-top: .1rem solid #9eb28f;
    border-bottom: .1rem solid #9eb28f;
    -webkit-transition: opacity .25s linear, top .25s linear;
    transition: opacity .25s linear, top .25s linear;
    display: none
}

@media screen and (min-width: 64em) {
    .c-dropdown__list {
        border: .1rem solid #9eb28f
    }
}

@media screen and (min-width: 64em) {
    .c-dropdown__list {
        position: absolute;
        top: 42px;
        visibility: hidden;
        display: block
    }
}

.c-dropdown.is-open .c-dropdown__list {
    opacity: 1;
    display: block
}

@media screen and (min-width: 64em) {
    .c-dropdown.is-open .c-dropdown__list {
        top: 3rem;
        visibility: visible
    }
}

.c-dropdown__item {
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.4;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: .1rem solid rgba(255, 255, 255, .2);
    -webkit-transition: background-color .25s linear;
    transition: background-color .25s linear;
    background-color: #005172
}

@media screen and (min-width: 64em) {
    .c-dropdown__item {
        background: #597c31;
        border-bottom: .1rem solid #9eb28f
    }
}

.c-dropdown__item:hover {
    background-color: #005172
}

.c-dropdown__item:last-of-type {
    border: none
}

.utility-nav .c-button--dropdown {
    background: none
}

.c-header .c-dropdown.is-open .c-dropdown__list {
    visibility: visible;
    z-index: 2000
}

@media screen and (min-width: 40em) {
    .c-header .c-dropdown__item {
        background: #597c31;
        border-bottom: .1rem solid #9eb28f
    }
}

.c-header .c-dropdown__item a {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    line-height: 1.4;
    padding: 1.5rem;
    white-space: nowrap;
    width: 100%
}

.c-header .c-dropdown__item a:hover {
    color: #ccd695
}

.c-header .c-button--dropdown {
    font-weight: normal
}

.c-header .c-button--dropdown::after {
    content: none;
    position: static;
    right: auto
}

.c-header .is-open .c-button--dropdown::after {
    content: none
}

.alertBarBox {
    position: relative;
    line-height: normal;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.alertBar {
    color: #fff;
    margin: 0 auto;
    padding: 1rem 2rem;
    width: 100%;
    max-width: 140rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.alertBar a {
    color: #fff;
    text-decoration: underline
}

@media screen and (min-width: 40em) {
    .alertBar {
        padding: 1rem 3rem
    }
}

@media screen and (min-width: 64em) {
    .alertBar {
        padding: 1rem 3.7rem;
        margin: 0 auto;
        max-width: 140rem
    }
}

@media screen and (min-width: 92.125em) {
    .alertBar {
        margin: 0 auto
    }
}

@media screen and (min-width: 1480px) {
    .alertBar {
        padding: 1rem 0
    }
}

.alertBarFullWidth {
    background-color: #900;
    height: auto;
    margin-top: 0 !important;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 200;
    line-height: normal
}

@media(min-width: 50em) {
    .alertBarFullWidth {
        position: static
    }
}

.alertTitle {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    display: inline-block;
    padding-right: 3rem
}

.alertBarFullWidth .alertTitle #page-emergency {
    font-size: 2.6rem;
    display: block
}

.alertBarFullWidth #txtAlertDesc.alertDescription {
    font-size: 2rem;
    display: block
}

.alertDescription {
    display: inline-block;
    padding-right: 3rem
}

.alertDescription p {
    font-size: 1.6rem;
    margin: 0
}

@media screen and (max-width: 40em) {
    #alertBarBox {
        max-height: 140px;
        overflow-y: auto
    }

    #alertBarBox::-webkit-scrollbar-track {
        background-color: #582e2f
    }

    #alertBarBox::-webkit-scrollbar {
        width: 15px;
        background-color: #582e2f
    }

    #alertBarBox::-webkit-scrollbar-thumb {
        background-color: #291111
    }
}

@media only screen and (max-device-width: 1400px)and (orientation: landscape)and (-webkit-min-device-pixel-ratio: 1.5) {
    #alertBarBox {
        max-height: 100px;
        overflow-y: auto
    }

    #alertBarBox::-webkit-scrollbar-track {
        background-color: #582e2f
    }

    #alertBarBox::-webkit-scrollbar {
        width: 15px;
        background-color: #582e2f
    }

    #alertBarBox::-webkit-scrollbar-thumb {
        background-color: #291111
    }
}

@media only screen and (max-device-width: 1400px)and (orientation: portrait)and (-webkit-min-device-pixel-ratio: 1.5) {
    #alertBarBox {
        max-height: 140px;
        overflow-y: auto
    }

    #alertBarBox::-webkit-scrollbar-track {
        background-color: #582e2f
    }

    #alertBarBox::-webkit-scrollbar {
        width: 15px;
        background-color: #582e2f
    }

    #alertBarBox::-webkit-scrollbar-thumb {
        background-color: #291111
    }
}

.alert-red {
    background-color: #900
}

.alert-green {
    background-color: #597c31
}

.alert-blue {
    background-color: #567b8a
}

.alert-grey {
    background-color: #6c6f70
}

.alert-light-blue {
    background-color: #eef2f3
}

.alert-light-blue .alertBar {
    color: #464646
}

.alert-light-blue .alertBar a {
    color: #464646
}

.alert-light-yellow {
    background-color: #eef1dc;
    color: #464646
}

.alert-light-yellow .alertBar {
    color: #464646
}

.alert-light-yellow .alertBar a {
    color: #464646
}

.alert-light-grey {
    background-color: #dad7cb;
    color: #464646
}

.alert-light-grey .alertBar {
    color: #464646
}

.alert-light-grey .alertBar a {
    color: #464646
}

button.closeAlert {
    background: none;
    border: none;
    padding: 0;
    width: 40px;
    top: 3px;
    position: absolute;
    right: 1rem;
    height: 42px
}

button.closeAlert .fa-solid.fa-xmark {
    font-size: 2rem;
    top: 1rem;
    right: 0;
    position: absolute;
    left: 0
}

.alert-red button.closeAlert .fa-solid.fa-xmark,
.alert-blue button.closeAlert .fa-solid.fa-xmark,
.alert-grey button.closeAlert .fa-solid.fa-xmark,
.alert-green button.closeAlert .fa-solid.fa-xmark {
    color: #fff
}

.alert-light-grey button.closeAlert .fa-solid.fa-xmark,
.alert-light-yellow button.closeAlert .fa-solid.fa-xmark,
.alert-light-blue button.closeAlert .fa-solid.fa-xmark {
    color: #464646
}

@media screen and (min-width: 40em) {
    button.closeAlert {
        right: 2rem
    }

    button.closeAlert .fa-solid.fa-xmark {
        top: 1rem
    }
}

.svg-fill__peacock-blue-dark {
    fill: #368180;
    fill: var(--peacock-blue-dark)
}

.svg-fill__sherwood-green {
    fill: #9eb28f;
    fill: var(--sherwood-green)
}

.svg-fill__courtyard-green {
    fill: #597c31;
    fill: var(--courtyard-green)
}

.svg-fill__alfresco {
    fill: #567b8a;
    fill: var(--alfresco)
}

.svg-fill__bright-gold {
    fill: #e0d464;
    fill: var(--peacock-blue-dark)
}

.svg-fill__mango-punch {
    fill: #eeaf00;
    fill: var(--mango-punch)
}

.svg-fill__ocre {
    fill: #ad9001;
    fill: var(--ocre)
}

.svg-fill__babson-green {
    fill: #064;
    fill: var(--babson-green)
}

.svg-fill__summer-nights {
    fill: #005172;
    fill: var(--summer-nights)
}

.svg-fill__englewood-cliffs {
    fill: #6c6f70;
    fill: var(--englewood-cliffs)
}

.svg-fill__sweet-daphne {
    fill: #ccd695;
    fill: var(--sweet-daphne)
}

.svg-fill__cedar-key {
    fill: #dad7cb;
    fill: var(--cedar-key)
}

.svg-fill__blue-heather {
    fill: #c6d3d7;
    fill: var(--blue-heather)
}

.svg-fill__beach-haven {
    fill: #ede8c4;
    fill: var(--beach-haven)
}

.svg-fill__medium-gray {
    fill: #7e8082;
    fill: var(--medium-gray)
}

.event-box {
    border: 1px solid #000;
    padding: 2rem;
    background: #fff
}

.event-box .btn-primary>a:link,
.event-box .btn-primary>a:visited {
    margin-bottom: 0;
    text-align: center
}

@media screen and (min-width: 64em) {
    .event-box {
        padding: 3rem
    }
}

.event-box .title h2 {
    font-size: 3rem
}

@media screen and (min-width: 64em) {
    .event-box .title h2 {
        font-size: 4rem
    }
}

.event-box .description {
    font-size: 2rem
}

@media screen and (min-width: 64em) {
    .event-box .description {
        font-size: 2.2rem
    }
}

.event-box .details {
    color: #005172;
    font-size: 2rem;
    font-weight: bold;
    margin-right: 2rem
}

@media screen and (min-width: 64em) {
    .event-box .details {
        font-size: 3rem
    }
}

@media screen and (min-width: 64em) {
    .event-box .details-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.event-box .cta {
    margin-top: 1rem
}

@media screen and (min-width: 64em) {
    .event-box .cta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.large-up-3 .cell>.event-box {
    padding: 2rem
}

.large-up-3 .cell>.event-box .details {
    font-size: 2rem
}

.event-listing {
    font-size: 1.4rem;
    line-height: 1.5
}

.event-listing .media {
    margin-bottom: 3.2rem
}

.c-event-series {
    overflow-x: hidden
}

.c-event-series h2 {
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 2.4rem
}

.c-event-series h3 {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 1rem
}

.c-event-series__date-block {
    text-align: center;
    height: 100%;
    padding-right: 2rem;
    border-right: .2rem solid #eef1dc
}

.c-event-series__date-block__month {
    font-family: "Zilla Slab", serif;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1
}

.c-event-series__date-block__day {
    font-family: "Oswald", sans-serif;
    font-size: 4.4rem;
    font-weight: 600;
    line-height: 1
}

.c-event-series__date-block__year {
    font-family: "Oswald", sans-serif;
    font-size: 1.8rem;
    color: #064
}

.c-event-series__event-details ul {
    list-style: none;
    padding-left: 1.5rem;
    margin-bottom: 0
}

.c-event-series__event-details li {
    position: relative;
    margin-bottom: .6rem;
    line-height: 1.25
}

.c-event-series__event-details li i.fas {
    position: absolute;
    left: -15px;
    top: .4rem;
    width: 1.5rem;
    text-align: center;
    color: #464646
}

.c-event-series__event-details li span {
    display: inline-block;
    margin-left: 1.5rem
}

.c-event-series__instance {
    width: 280px;
    margin-right: 2rem
}

.c-event-series__instance .c-event-series__date-block {
    padding-right: 1.2rem
}

.c-event-series__instance .columns+.columns {
    padding-left: 0 !important
}

.c-event-series__instance h3 {
    line-height: 1.25
}

.c-event-series__instance h3 a {
    color: #005172;
    display: inline-block;
    text-decoration: none
}

.c-event-series__instance h3 a:hover,
.c-event-series__instance h3 a:focus {
    color: #064
}

.c-event-series__instance .c-event-series__event-details {
    font-size: 1.5rem;
    line-height: 1.25
}

.c-event-series__slide:nth-child(even) .c-event-series__instance h3 a {
    color: #064
}

.c-event-series__slide:nth-child(even) .c-event-series__instance h3 a:hover,
.c-event-series__slide:nth-child(even) .c-event-series__instance h3 a:focus {
    color: #005172
}

.c-event-series__slick {
    padding-bottom: 40px
}

.c-event-series__slick .slick-list {
    background-color: #eef2f3;
    margin-right: -100vw;
    padding: 2rem 0 2rem 2rem;
    border-top: .5rem solid #ccd695
}

.c-event-series__slick .slick-arrow {
    border: none;
    background-color: #e0d464;
    border-radius: .4rem;
    height: 3.2rem;
    width: 3.2rem;
    position: absolute;
    z-index: 2
}

.c-event-series__slick .slick-arrow i.fas {
    font-size: 0
}

.c-event-series__slick .slick-arrow i.fas:before {
    font-size: 1.6rem;
    color: #005172
}

.c-event-series__slick .slick-arrow.slick-arrow-next {
    left: 4rem;
    bottom: 0
}

.c-event-series__slick .slick-arrow.slick-arrow-prev {
    left: 0;
    bottom: 0
}

.c-event-series__slick .slick-arrow.slick-disabled {
    opacity: .25
}

.c-event-series__instance .c-event-series__date-block {
    border-right: none
}

.event .media__image--left,
.event .media__image--right {
    display: none
}

@media(min-width: 50em) {

    .event .media__image--left,
    .event .media__image--right {
        display: block
    }
}

.event .event__date,
.event .event__location,
.event .event_location {
    color: #6b6f70;
    font-size: 1.8rem
}

@at_root .event.media {
    .event>a {
        text-decoration: none
    }
}

.event .media__header.event__title {
    font-size: 1.5em;
    text-decoration: underline
}

.events-module.result-only-short article {
    margin-bottom: 2rem
}

.events-module.result-only-short .event-date-wrapper {
    padding-right: 2rem;
    border-right: 2px solid #eff3e3
}

.events-module.result-only-short .sequence-anim-item.sequence-anim-item--active {
    top: 0;
    opacity: 1;
    position: relative;
    -webkit-transition: opacity 1s ease-out, top 1s ease-out;
    transition: opacity 1s ease-out, top 1s ease-out
}

.events-module.result-only-short .babson-alum__date-block {
    text-align: center
}

.events-module.result-only-short .babson-alum__date-block__month {
    font-family: "Zilla Slab", serif;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1
}

.events-module.result-only-short .babson-alum__date-block__day {
    font-family: "Oswald", sans-serif;
    font-size: 4.4rem;
    font-weight: 600;
    line-height: 1
}

.events-module.result-only-short .babson-alum__date-block__year {
    font-family: "Oswald", sans-serif;
    font-size: 1.8rem;
    color: #064
}

.events-module.result-only-short .event-info h4 {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 1rem
}

.events-module.result-only-short .event-info h4 a {
    color: #005172
}

.events-module.result-only-short .event-info h4 a:visited,
.events-module.result-only-short .event-info h4 a:active {
    color: #005172
}

.events-module.result-only-short .event-info h4 a:hover {
    color: #064
}

.events-module.result-only-short .babson-alum__event-details ul {
    list-style: none;
    padding-left: 1.5rem;
    margin-bottom: 0
}

.events-module.result-only-short .babson-alum__event-details ul li {
    position: relative;
    margin-bottom: .6rem
}

.events-module.result-only-short .babson-alum__event-details ul li i.fas,
.events-module.result-only-short .babson-alum__event-details ul li i.fa {
    position: absolute;
    left: -15px;
    top: 8px;
    font-size: 1.6rem;
    text-align: center;
    color: #464646
}

.events-module.result-only-short .babson-alum__event-details ul li span {
    display: inline-block;
    margin-left: 1.5rem;
    font-size: 1.6rem
}

@media screen and (min-width: 40em)and (max-width: 63em) {

    .o-adv-wrapper.medium-up-5>.cell.dotted-line .expert-container::after,
    .o-adv-wrapper.medium-up-4>.cell.dotted-line .expert-container::after,
    .o-adv-wrapper.medium-up-3>.cell.dotted-line .expert-container::after,
    .o-adv-wrapper.medium-up-2>.cell.dotted-line .expert-container::after,
    .o-adv-wrapper>.cell.dotted-line .expert-container::after {
        content: "";
        border-right: .1rem solid #d8d8d8;
        height: 100%;
        width: .1rem;
        position: absolute;
        top: 0;
        right: -17px
    }

    .o-adv-wrapper.medium-up-2>.cell.dotted-line:nth-child(2n) .expert-container::after,
    .o-adv-wrapper.medium-up-3>.cell.dotted-line:nth-child(3n) .expert-container::after,
    .o-adv-wrapper.medium-up-4>.cell.dotted-line:nth-child(4n) .expert-container::after,
    .o-adv-wrapper.medium-up-5>.cell.dotted-line:nth-child(5n) .expert-container::after,
    .o-adv-wrapper.medium-up-1>.cell.dotted-line:nth-child(1n) .expert-container::after,
    .o-adv-wrapper>.cell.dotted-line:last-of-type .expert-container::after {
        border-right: none
    }
}

@media screen and (min-width: 64em) {

    .o-adv-wrapper.large-up-5>.cell.dotted-line .expert-container::after,
    .o-adv-wrapper.large-up-4>.cell.dotted-line .expert-container::after,
    .o-adv-wrapper.large-up-3>.cell.dotted-line .expert-container::after,
    .o-adv-wrapper.large-up-2>.cell.dotted-line .expert-container::after,
    .o-adv-wrapper>.cell.dotted-line .expert-container::after {
        content: "";
        border-right: .1rem solid #d8d8d8;
        height: 100%;
        width: .1rem;
        position: absolute;
        top: 0;
        right: -17px
    }

    .o-adv-wrapper.large-up-2>.cell.dotted-line:nth-child(2n) .expert-container::after,
    .o-adv-wrapper.large-up-3>.cell.dotted-line:nth-child(3n) .expert-container::after,
    .o-adv-wrapper.large-up-4>.cell.dotted-line:nth-child(4n) .expert-container::after,
    .o-adv-wrapper.large-up-5>.cell.dotted-line:nth-child(5n) .expert-container::after,
    .o-adv-wrapper.large-up-1>.cell.dotted-line:nth-child(1n) .expert-container::after,
    .o-adv-wrapper>.cell.dotted-line:last-of-type .expert-container::after {
        border-right: none
    }
}

.expert-container {
    font-size: 2rem;
    position: relative;
    max-width: 57rem;
    width: 100%
}

.o-adv-wrapper .expert-container {
    max-width: 100%;
    width: 100%
}

.expert-container img {
    margin: 0 auto;
    width: 100%;
    pointer-events: none
}

.expert-content {
    width: 100%;
    padding: 0 1rem
}

.expert-content h3,
.expert-content h4 {
    font-weight: 400;
    line-height: 1.4
}

.expert-content h4 a {
    color: #064;
    text-decoration: none
}

.expert-content h4 a:hover {
    text-decoration: underline
}

.expert-content p {
    font-family: "Arial", sans-serif;
    margin-bottom: 3rem
}

.expert-image {
    margin-bottom: 1rem;
    width: 100%
}

.expert-division {
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    margin-bottom: 1rem
}

h3.expert-header {
    margin-bottom: 0
}

.heading-wing {
    border-top: .1rem solid #d8d8d8
}

#facprof_list {
    margin-bottom: 3.2rem;
    width: 100%
}

@media screen and (min-width: 40em) {
    #facprof_list {
        margin-bottom: 4.5rem
    }
}

@media screen and (min-width: 64em) {
    #facprof_list {
        margin-bottom: 6rem
    }
}

#facprof_list .media__image--left {
    width: 30%
}

#facprof_list .showmore a {
    color: #064;
    font-family: "Oswald", sans-serif;
    font-size: 125%;
    text-decoration: none
}

.faculty-filters.program-filters {
    padding-top: 2rem;
    padding-bottom: .5rem;
    margin-bottom: 5rem
}

.field--wrapper .faculty-filters .field__container {
    margin-bottom: 0
}

.site-content .faculty-filters select {
    border: .2rem solid #e0d464;
    color: #000;
    background-color: #fff;
    margin: 1.7rem 0 2rem;
    font-size: 1rem;
    font: 1.6rem "Oswald", sans-serif;
    line-height: normal;
    display: inline-block
}

section.faculty-filters {
    position: static
}

.program-filters {
    background-color: #ccd695;
    padding-top: 0;
    position: relative;
    margin-bottom: 3rem;
    font-size: 2rem
}

.faculty-filters.program-filters .collapsible-form.accordion-init .select__container select {
    padding: .8rem
}

@media screen and (min-width: 40em) {
    .program-filters {
        margin-bottom: 6rem
    }
}

.program-filters.exec-ed-filters {
    background-color: #368180;
    font-size: 1.4rem
}

.faculty-filters.program-filters form.collapsible-form.accordion-init label {
    margin-bottom: 2rem !important
}

@media screen and (max-width: 40em) {
    .faculty-filters.program-filters form.collapsible-form.accordion-init label br {
        display: none
    }
}

.fast-fact {
    padding: 1.6rem
}

.fast-fact img {
    margin: 0 auto;
    max-height: 275px
}

@media(min-width: 50em) {
    .fast-fact img {
        max-height: 100%;
        max-width: 100%
    }
}

.fast-fact .media__header {
    font-size: 1.4rem;
    font-family: "Zilla Slab", serif;
    font-weight: bold;
    text-align: center;
    line-height: 1.4
}

@media(min-width: 46em) {
    .fast-fact .media__header {
        font-size: 133%
    }
}

@media(min-width: 50em) {
    .fast-fact .media__header {
        font-size: 2.1rem;
        line-height: 1.5
    }
}

.fast-fact .stat {
    display: block;
    font-size: 200%;
    text-decoration: none
}

.fast-fact .stat__description {
    text-decoration: underline
}

.fast-fact a:link {
    text-decoration: none
}

.fast-facts .grid--tiles__item {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.fast-facts .grid--tiles__item:nth-child(1),
.fast-facts .grid--tiles__item:nth-child(3) {
    position: relative
}

.fast-facts .grid--tiles__item:nth-child(1):after,
.fast-facts .grid--tiles__item:nth-child(3):after {
    content: "";
    width: .1rem;
    height: 94%;
    position: absolute;
    top: 4%;
    right: 0;
    background-color: #c6c7c8
}

@media(max-width: 46rem) {
    .fast-facts .grid--tiles__item:last-child {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .fast-facts .grid--tiles__item:last-child .fast-fact {
        margin: 0 auto;
        width: 50%
    }
}

@media(min-width: 46em) {
    .fast-facts .grid--tiles__item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .fast-facts .grid--tiles__item:nth-child(2),
    .fast-facts .grid--tiles__item:nth-child(4) {
        position: relative
    }

    .fast-facts .grid--tiles__item:nth-child(2):after,
    .fast-facts .grid--tiles__item:nth-child(4):after {
        content: "";
        width: .1rem;
        height: 94%;
        position: absolute;
        top: 4%;
        right: 0;
        background-color: #c6c7c8
    }
}

.c-filterable .badge {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--white);
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: var(--sp--lg);
    gap: var(--sp--lg);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1.5;
    margin: 0;
    padding: var(--sp--sm) var(--sp--lg)
}

.c-filterable .badge--background {
    background-color: var(--cedar-key);
    font-size: var(--fs--3xs)
}

.c-filterable__filter-ui {
    background-color: var(--mango-punch);
    display: grid;
    grid-gap: var(--sp--2xl);
    gap: var(--sp--2xl);
    padding: var(--sp--2xl)
}

.c-filterable__selectedFilters {
    background-color: rgba(255, 255, 255, .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: var(--sp--md);
    gap: var(--sp--md);
    list-style-type: none;
    margin: 0;
    padding: var(--sp--xl)
}

.c-filterable__selectedFilters li {
    margin: 0
}

.c-filterable .c-filterable__filter-group label {
    font-size: var(--fs--md);
    line-height: 1.5;
    margin-bottom: var(--sp--sm) !important
}

.c-filterable select[multiple] {
    height: auto !important;
    margin: 0
}

.c-ctas__wrapper {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 0;
    z-index: 100
}

@media screen and (min-width: 75em) {
    .c-ctas__wrapper {
        left: auto;
        left: initial;
        bottom: auto;
        bottom: initial;
        top: calc(63px + var(--bodyOffset));
        width: auto !important;
        padding-right: 0;
        z-index: 4
    }
}

.c-ctas {
    position: relative;
    background-color: #f5f5f5;
    text-align: center;
    padding: 10px;
    -webkit-box-shadow: 2px 2px rgba(0, 0, 0, .1);
    box-shadow: 2px 2px rgba(0, 0, 0, .1)
}

@media screen and (min-width: 75em) {
    .c-ctas {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        border-radius: initial;
        padding: 0
    }
}

.c-ctas__close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -26px;
    right: 0;
    background-color: #f5f5f5;
    -webkit-box-shadow: 2px -2px rgba(0, 0, 0, .1);
    box-shadow: 2px -2px rgba(0, 0, 0, .1);
    cursor: pointer
}

@media screen and (min-width: 75em) {
    .c-ctas__close {
        display: none
    }
}

.c-ctas__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-gap: 0;
    min-width: 17rem
}

@media screen and (min-width: 75em) {
    .c-ctas__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-gap: 8px
    }
}

.c-ctas__content .btn--CTA {
    margin-bottom: 0;
    font-family: "Oswald", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 1rem;
    height: 46px;
    color: #464646;
    background: #eeaf00
}

.c-ctas__content .btn--CTA:hover {
    color: #fff;
    background: #8e7200
}

@media screen and (min-width: 75em) {
    .c-ctas__content .btn--CTA {
        margin-right: 0;
        height: 40px;
        padding: 1rem 1.5rem;
        width: 17rem;
        font-size: 1.4rem
    }
}

.c-ctas__content>div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.c-ctas__content>div:not(:last-child) {
    margin-right: 10px
}

@media screen and (min-width: 75em) {
    .c-ctas__content>div:not(:last-child) {
        margin-right: 0
    }
}

.flag {
    display: table;
    width: 100%
}

@at_root .flag__image,
.flag__body {
    .flag {
        display: table-cell;
        vertical-align: middle
    }

    .flag--top .flag {
        vertical-align: top
    }

    .flag--bottom .flag {
        vertical-align: bottom
    }
}

@at_root .flag__image {
    .flag {
        padding-right: 1rem
    }

    .flag>img {
        display: block;
        max-width: none
    }

    .flag--rev .flag {
        padding-right: 0;
        padding-left: 1rem
    }
}

@at_root .flag__link {
    .flag {
        display: block
    }
}

@at_root .flag__body {
    .flag {
        width: 100%
    }
}

.l-footer {
    background-color: #064;
    padding: 7rem 0 6rem;
    -webkit-box-shadow: inset 0 .7rem .9rem -7px rgba(0, 0, 0, .6);
    box-shadow: inset 0 .7rem .9rem -7px rgba(0, 0, 0, .6)
}

.l-footer__upper-region a.footer-logo {
    opacity: 1;
    display: block;
    width: 150px;
    height: 83px;
    padding-right: 1.2rem
}

@media only screen and (min-width: 1024px) {
    .l-footer__upper-region a.footer-logo {
        width: auto;
        height: auto
    }
}

.l-footer__upper-region a.footer-logo:hover {
    opacity: 1
}

.l-footer__upper-region svg {
    fill: #fff
}

.l-footer__upper-region .footer-addy {
    color: #fff;
    margin-top: 4rem;
    font-size: 1.6rem;
    font-family: "Zilla Slab", serif
}

.l-footer__upper-region .footer-addy span {
    display: block
}

.l-footer__upper-region .footer-addy a {
    display: block;
    margin-top: .7rem;
    color: #fff;
    text-decoration: none
}

.l-footer__upper-region .footer-addy a:hover {
    color: #ccd695;
    text-decoration: none
}

.l-footer__upper-region .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 4rem
}

.l-footer__upper-region .footer-nav li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media only screen and (min-width: 600px) {
    .l-footer__upper-region .footer-nav li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media only screen and (min-width: 960px) {
    .l-footer__upper-region .footer-nav li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%
    }
}

.l-footer__upper-region .footer-nav li a {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    text-decoration: none
}

.l-footer__upper-region .footer-nav li a:hover {
    color: #ccd695;
    text-decoration: none
}

.l-footer__middle-region {
    background: rgba(0, 0, 0, .1);
    border-top: .1rem solid rgba(255, 255, 255, .3);
    border-bottom: .1rem solid rgba(255, 255, 255, .3);
    padding: 3rem 0;
    margin-top: 5rem;
    max-width: unset
}

.l-footer__middle-region ul {
    margin: 0;
    list-style: none;
    text-align: left;
    width: 100%
}

.l-footer__middle-region ul.cell {
    padding-left: 3rem;
    padding-right: 3rem
}

@media only screen and (min-width: 40em) {
    .l-footer__middle-region ul {
        text-align: center
    }

    .l-footer__middle-region ul li {
        display: inline-block
    }

    .l-footer__middle-region ul li:after {
        font-family: "Oswald", sans-serif;
        font-weight: 300;
        font-size: 2rem;
        content: "•";
        display: inline-block;
        vertical-align: middle;
        padding: 0 3rem;
        color: #ccd695
    }

    .l-footer__middle-region ul li:nth-of-type(3):after {
        display: none
    }
}

@media only screen and (min-width: 800px) {
    .l-footer__middle-region ul li {
        display: inline-block
    }

    .l-footer__middle-region ul li:after {
        font-family: "Oswald", sans-serif;
        font-weight: 300;
        font-size: 2rem;
        content: "•";
        display: inline-block;
        vertical-align: middle;
        padding: 0 3rem;
        color: #ccd695
    }

    .l-footer__middle-region ul li:last-of-type:after {
        display: none
    }
}

.l-footer__middle-region ul li a {
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    font-size: 2rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .2rem;
    vertical-align: middle;
    text-decoration: none
}

.l-footer__middle-region ul li a:hover {
    text-decoration: none;
    color: #ccd695
}

.l-footer__lower-region {
    margin-top: 5rem;
    line-height: normal
}

.l-footer__lower-region .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.l-footer__lower-region .org-links {
    padding: 0;
    margin: 0
}

.l-footer__lower-region .org-links li {
    list-style: none;
    display: inline-block
}

.l-footer__lower-region .org-links li a {
    font-size: 1.6rem;
    color: #fff;
    padding: 0 2rem 0 0;
    text-decoration: none
}

.l-footer__lower-region .org-links li a:hover {
    text-decoration: none;
    color: #ccd695
}

.l-footer__lower-region .org-links li:last-of-type a {
    padding: 0
}

.l-footer__lower-region .social-links {
    padding: 0;
    margin: 0;
    text-align: left
}

@media only screen and (min-width: 40em) {
    .l-footer__lower-region .social-links {
        text-align: right;
        margin: 0;
        -ms-flex-line-pack: end;
        align-content: flex-end
    }

    .l-footer__lower-region .org-links {
        margin: 5px 0 0 0
    }
}

.l-footer__lower-region .social-links li {
    list-style: none;
    display: inline-block;
    font-size: 2.8rem;
    line-height: normal;
    margin-right: .7rem
}

.l-footer__lower-region .social-links li:last-of-type {
    margin: 0
}

.l-footer__lower-region .social-links li a {
    width: 3rem;
    display: inline-block
}

.l-footer__lower-region .social-links li a:hover {
    opacity: .5
}

.l-footer__lower-region .social-links li a img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.portal-inner-pl .l-footer__upper-region .footer-nav li,
.portal-calendar-pl .l-footer__upper-region .footer-nav li,
.portal-search-pl .l-footer__upper-region .footer-nav li,
.portal-homepage-pl .l-footer__upper-region .footer-nav li,
.portal-simple-pl .l-footer__upper-region .footer-nav li {
    font-size: 1.6rem
}

.portal-inner-pl .l-footer__lower-region .social-links,
.portal-calendar-pl .l-footer__lower-region .social-links,
.portal-search-pl .l-footer__lower-region .social-links,
.portal-homepage-pl .l-footer__lower-region .social-links,
.portal-simple-pl .l-footer__lower-region .social-links {
    margin-top: 0;
    margin-bottom: 2rem
}

.footnote {
    margin-top: 2rem;
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    font-family: "Oswald", sans-serif
}

@media screen and (min-width: 40em) {
    .footnote {
        margin-bottom: 0
    }
}

@media screen and (min-width: 64em) {
    .footnote {
        margin-bottom: 0
    }
}

.form-assembly-container h2 {
    max-width: 85rem !important;
    margin: auto;
    margin-bottom: 3rem
}

body:not(.page__legacy) .wForm form input:not([type=checkbox]):not([type=radio]):not([type=image]):not([type=submit]),
body:not(.page__legacy) .wForm form textarea,
body:not(.page__legacy) .wForm form select,
.wForm input[type=text],
.wForm .oneField>.inputWrapper input,
.wForm .oneField>.inputWrapper select,
.wForm .oneField>.inputWrapper textarea,
input[type=text],
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
fieldset .form_responses textarea,
textarea {
    /* width: 100% !important; COMMENTED OUT BY PENTERA */
    background-color: #fff !important;
    color: #000;
    font: 1.6rem "Oswald", sans-serif;
    text-transform: none;
    height: 44px;
    border: .2rem solid #064;
    border-radius: 0;
    padding: .8rem;
    margin: 0;
    display: block
}

.wForm textarea,
.wForm .oneField>.inputWrapper textarea,
textarea {
    min-height: 56px;
    color: #000;
    overflow: hidden
}

.wFormContainer .wForm input[type=file] {
    font-size: 1.5rem !important
}

.wForm .inputWrapper select,
.js-t4form-container select,
.js-t4form-container .form-group select,
select,
.wForm .inputWrapper .twitter-typeahead input[title=Country] {
    /* width: 100% !important;  COMMENTED OUT BY PENTERA */
    min-width: 100px;
    margin: 0 0 1rem 0;
    height: 44px !important;
    font-size: 1.6rem;
    font-family: "Oswald", sans-serif !important;
    padding: .5rem;
    border: .2rem solid #064;
    background-color: #fff;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/arrow-down.png);
    background-size: 2rem;
    background-position: right 1rem center;
    background-origin: content-box;
    background-repeat: no-repeat;
    padding-right: 0 !important;
    cursor: pointer
}

select::-ms-value {
    background: transparent;
    color: #000
}

.js-t4form-container select[multiple],
.wForm .inputWrapper select[multiple] {
    height: auto !important;
    background-image: none;
    max-height: 90px
}

.js-t4form-container .form-group button[type=submit],
.wForm .primaryAction,
.wForm .actions .primaryAction
/* button[type=submit],
input[type=submit] COMMENTED OUT BY PENTERA */{
    font-family: "Zilla Slab", serif;
    font-weight: 400;
    letter-spacing: .1rem;
    line-height: 1.5;
    background: #064;
    border: none;
    border-radius: 0 !important;
    color: #fff;
    width: 100%;
    display: block;
    text-transform: none;
    font-size: 2.5rem;
    height: 56px;
    padding: 1.2rem;
    margin-top: 1rem;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out
}

.wForm .primaryAction,
.wForm .actions .primaryAction,
.primaryAction {
    margin-top: 35px;
    margin-bottom: 2rem
}

input#submit_button.primaryAction[value="Please wait..."] {
    color: #fff !important
}

.js-t4form-container .form-group button[type=submit]:hover,
.wForm .primaryAction:hover,
.wForm .actions .primaryAction:hover,
button[type=submit]:hover {
    background: #597c31
}

.wForm .stepped-form--btn:hover,
.landing-form .wForm .stepped-form--btn:hover {
    background-color: #9eb28f
}

.js-t4form-container .form-group button[type=submit]:active,
.wForm .primaryAction:active,
.wForm .actions .primaryAction:active,
button[type=submit]:active,
input[type=submit]:active {
    border: .2rem solid #064
}

.js-elements-container {
    max-width: 85rem;
    margin: 0 auto
}

.js-t4form-container .form-control {
    width: 100% !important;
    background-color: #fff !important;
    color: #000 !important;
    font-size: 1.6rem !important;
    font-family: "Oswald", sans-serif;
    height: 44px !important;
    border: .2rem solid #064 !important;
    border-radius: 0 !important;
    padding: .5rem !important
}

.js-t4form-container .form-group {
    margin-bottom: 25px !important
}

.js-t4form-container .btn.js-reset {
    font-family: "Zilla Slab", serif;
    font-size: 2rem;
    color: #fff;
    border-radius: none;
    display: inline-block;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    margin-top: 1rem;
    width: 200px;
    height: 57px
}

.js-t4form-container .btn.js-reset:hover {
    background: #597c31
}

.js-t4form-container form .form-group button[disabled],
.js-t4form-container select:disabled {
    background: #757575 !important;
    color: #c2c0c0;
    cursor: not-allowed
}

.wForm .inputWrapper select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed
}

.wFormContainer {
    max-width: 85rem !important;
    margin: 0 auto !important;
    border: none !important
}

.wFormContainer .wFormTitle {
    font-family: "Oswald", sans-serif;
    color: #064;
    font-size: 2.5rem;
    font-weight: normal;
    border: 0 !important;
    padding: 0 !important;
    margin: 1.6rem 0
}

.wFormContainer .wForm {
    padding: 1rem;
    overflow: hidden
}

.wFormContainer .wForm .inputWrapper,
.wFormContainer .wForm .inputWrapper span {
    width: 100% !important
}

.wFormContainer .wForm form,
.wForm .actions {
    border: none !important;
    padding: 0 !important
}

.wForm .section,
fieldset.section,
.section {
    padding: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    width: 100%
}

.wFormContainer .wForm .oneField,
.oneField,
.wFormContainer .wForm form div.oneField {
    border: 0;
    padding: 0;
    margin: 0 0 25px 0 !important
}

.wForm div.section>.preField {
    padding: 0 2px 0 0 !important
}

.wFormContainer .field--wrapper .form-assembly-container .field__container {
    margin: 0
}

.form_responses>div {
    margin-bottom: 1rem
}

form.form__attempted-submit input:required:invalid,
form.form__attempted-submit input:focus:invalid,
form.form__attempted-submit select:required:invalid,
form.form__attempted-submit select:focus:invalid {
    border: .2rem solid #d33c3c
}

form.form__attempted-submit input:required:invalid+.form__validation:after,
form.form__attempted-submit input:focus:invalid+.form__validation:after,
form.form__attempted-submit select:required:invalid+.form__validation:after,
form.form__attempted-submit select:focus:invalid+.form__validation:after {
    content: "This field is required";
    color: #d33c3c;
    position: relative;
    top: -15px;
    font-family: "Oswald", sans-serif;
    font-weight: 100
}

form.form__attempted-submit input[type=email]:required:invalid+.form__validation:after,
form.form__attempted-submit input[type=email]:focus:invalid+.form__validation:after {
    content: "This field should be a valid email address"
}

.reqMark:after {
    content: " *";
    color: red;
    font-size: 90%
}

body:not(.page__legacy) form input::-webkit-input-placeholder {
    color: #757575 !important;
    font: 1.6rem "Oswald", sans-serif
}

body:not(.page__legacy) form input::-moz-placeholder {
    color: #757575 !important;
    font: 1.6rem "Oswald", sans-serif
}

body:not(.page__legacy) form input:-ms-input-placeholder {
    color: #757575 !important;
    font: 1.6rem "Oswald", sans-serif
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #757575 !important;
    font: 1.6rem "Oswald", sans-serif
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #757575 !important;
    font: 1.6rem "Oswald", sans-serif
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #757575 !important;
    font: 1.6rem "Oswald", sans-serif
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #757575 !important;
    font: 1.6rem "Oswald", sans-serif
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #757575 !important;
    font: 1.6rem "Oswald", sans-serif
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #757575 !important;
    font: 1.6rem "Oswald", sans-serif
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #757575 !important;
    font: 1.6rem "Oswald", sans-serif
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #757575 !important;
    font: 1.6rem "Oswald", sans-serif
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #757575 !important;
    font: 1.6rem "Oswald", sans-serif
}

input::placeholder,
textarea::placeholder {
    color: #757575 !important;
    font: 1.6rem "Oswald", sans-serif
}

body:not(.page__legacy) form label,
label {
    color: #005172;
    font: 500 2rem "Zilla Slab", serif;
    font-weight: 400 !important;
    /* position: relative;
    overflow: hidden;
    margin-bottom: .8rem !important;
    padding-bottom: 0rem !important;
    width: 100% COMMENTED OUT BY PENTERA */
}

.js-t4form-container .form-group label,
.js-t4form-container legend.control-label {
    font-family: "Zilla Slab", sans-serif !important;
    font-size: 2rem;
    font-weight: 400;
    color: #005172 !important;
    padding-bottom: .6rem;
    margin-bottom: 0
}

.js-t4form-container legend.control-label {
    padding-bottom: 0
}

.inputWrapper .oneChoice label {
    margin: 0 !important;
    padding: 0 0 1rem 1rem !important
}

.wForm fieldset legend {
    padding: 45px 0 0 0 !important;
    font-family: "Oswald", serif;
    font-size: 2rem;
    color: #064
}

label.form_label,
div.form_question.form_layout_table .form_responses,
div.form_question.form_layout_table .form_label {
    display: block !important;
    width: 100%
}

.js-t4form-container select::-ms-expand,
.wForm .inputWrapper select::-ms-expand,
select::-ms-expand {
    display: none
}

.wForm .stepped-form--container .select__container:after {
    top: 1.8rem
}

.wFormContainer .supportInfo {
    display: none
}

.wFormContainer .wForm form .errFld {
    border: 0
}

.wFormContainer .wForm .htmlSection {
    border: 0;
    padding: 0;
    margin: 0 0 1.5rem 0;
    overflow: visible;
    font-size: 1.5rem
}

.wFormContainer .multi-select-message {
    margin-top: -2.4rem;
    display: block;
    font-size: 1.4rem
}

.wFormContainer .wForm .hint,
.wFormContainer .wForm .delimiter {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #464646;
    font-family: "Zilla Slab", serif
}

.field-hint,
.wForm .field-hint,
.field-hint-inactive {
    margin-top: .6rem !important;
    background-color: unset !important;
    line-height: 1.5
}

.wFormContainer .wForm .field-hint-inactive .hint,
.wFormContainer .wForm .field-hint .hint {
    opacity: 1
}

.wFormContainer body:not(.page__legacy) form .errMsg,
body:not(.page__legacy) form .errMsg {
    margin: 0 0 2rem
}

.js-t4form-container .radio,
.js-t4form-container .checkbox {
    position: relative;
    display: block;
    cursor: pointer;
    min-height: 26px;
    margin-left: -14px;
    margin-bottom: 1.2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.js-t4form-container .radio label,
.js-t4form-container .checkbox label {
    min-height: 2rem;
    padding-left: 0;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.js-t4form-container .radio label,
.js-t4form-container .checkbox label span {
    padding-left: 1rem;
    cursor: pointer
}

.js-t4form-container .radio input[type=radio],
.js-t4form-container .radio-inline input[type=radio],
.js-t4form-container .checkbox input[type=checkbox],
.js-t4form-container .checkbox-inline input[type=checkbox] {
    position: absolute;
    margin: 0 !important;
    top: 0;
    left: 0;
    opacity: 1;
    cursor: pointer;
    height: 25px;
    width: 25px;
    background: #fff;
    border: .2rem solid #064 !important
}

.wFormContainer .wForm .oneField input[type=checkbox]+.label,
input[type=checkbox]+.label,
input[type=checkbox]+span,
input[type=radio]+.label {
    font-family: "Zilla Slab", sans-serif;
    font-size: 2rem;
    color: #005172;
    padding: 0rem 0 .8rem 3rem !important;
    display: block
}

.form-assembly-container .wForm .oneField input[type=checkbox],
input[type=checkbox],
input[type=radio] {
    /* vertical-align: middle;
    padding-left: 1rem !important;
    margin-left: 1rem !important COMMENTED OUT BY PENTERA */
}

.wFormContainer [type=checkbox]:not(:checked),
.wFormContainer [type=checkbox]:checked,
input[type=checkbox]:not(:checked),
input[type=checkbox]:checked,
input[type=radio]:checked,
input[type=radio]:not(:checked) {
    /* position: absolute;
    left: -9999px !important COMMENTED OUT BY PENTERA */
}

.wFormContainer [type=checkbox]:not(:checked)+label,
.wFormContainer [type=checkbox]:checked+label,
input[type=checkbox]:not(:checked)+label,
input[type=checkbox]:not(:checked)+span,
input[type=checkbox]:checked+label,
input[type=checkbox]:checked+span,
input[type=radio]:checked+label,
input[type=radio]:not(:checked)+label {
    /* position: relative;
    padding-left: 35px;
    cursor: pointer COMMENTED OUT BY PENTERA */
}

.wFormContainer [type=checkbox]:not(:checked)+label:before,
.wFormContainer [type=checkbox]:checked+label:before,
input[type=checkbox]:not(:checked)+label:before,
input[type=checkbox]:checked+label:before,
input[type=checkbox]:not(:checked)+span:before,
input[type=checkbox]:checked+span:before {
    content: "";
    position: absolute;
    left: 0;
    top: .1rem;
    width: 2.2rem;
    height: 2.2rem;
    border: .2rem solid #064;
    background: #fff;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type=radio]:checked+label:before,
input[type=radio]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: .1rem;
    border: .2rem solid #064;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    background: #fff
}

.wFormContainer [type=checkbox]:not(:checked)+label:after,
.wFormContainer [type=checkbox]:checked+label:after,
input[type=checkbox]:not(:checked)+label:after,
input[type=checkbox]:checked+label:after,
input[type=checkbox]:not(:checked)+span:after,
input[type=checkbox]:checked+span:after {
    content: "";
    position: absolute;
    top: .15em;
    left: .22em;
    font-size: 1.3em;
    line-height: normal;
    color: #464646
}

input[type=radio]:checked+label:after {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    top: .7rem;
    left: .6rem;
    background: #464646;
    border-radius: 50%
}

input[type=checkbox]:checked+label:after,
input[type=checkbox]:checked+span:after {
    left: .7rem;
    top: .1rem;
    width: .8rem;
    height: 1.5rem;
    border: solid #000;
    border-width: 0 .3rem .3rem 0;
    -webkit-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important
}

.wFormContainer [type=checkbox]:checked+label:after {
    left: .7rem;
    top: .2rem;
    width: .5rem;
    height: 1.2rem;
    border: solid #000;
    border-width: 0 .3rem .3rem 0;
    -webkit-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important
}

.wFormContainer [type=checkbox]:not(:checked)+label:after,
input[type=checkbox]:not(:checked)+label:after,
input[type=checkbox]:not(:checked)+span:after,
input[type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.wFormContainer [type=checkbox]:checked+label:after,
input[type=checkbox]:checked+label:after,
input[type=checkbox]:checked+span:after,
input[type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

#\31 25-WRPR textarea {
    width: 364px
}

#\31 25-WRPR input[type=file] {
    width: 364px
}

#\31 05-WRPR fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

#\31 05-WRPR fieldset legend {
    font-size: 2.5rem;
    color: #064;
    padding: 0
}

#\31 05-WRPR fieldset .htmlSection {
    padding: .2rem 0
}

.campaign-landing-full input#submit_button.primaryAction {
    margin-bottom: 0 !important
}

.form_question.form_birthdate .form_responses select {
    display: inline-block !important;
    width: 32.2% !important
}

#form_3fd02ec2-1b96-450a-874a-08796f683d4d_container .form_responses,
#form_3fd02ec2-1b96-450a-874a-08796f683d4d_container td,
#form_3fd02ec2-1b96-450a-874a-08796f683d4d_container th {
    padding: 0
}

#form_3fd02ec2-1b96-450a-874a-08796f683d4d_container div.form_question.form_layout_table .form_label {
    padding: 0;
    font-size: 2rem;
    width: 100%
}

#form_3fd02ec2-1b96-450a-874a-08796f683d4d_container div.form_question.form_layout_table .form_label span {
    font-size: 1.6rem !important
}

#form_3fd02ec2-1b96-450a-874a-08796f683d4d_container div.form_question.form_layout_table {
    margin-bottom: 0;
    padding-bottom: 2rem;
    color: #005172
}

#form_3fd02ec2-1b96-450a-874a-08796f683d4d_container .form_question.form_header {
    padding-bottom: 0 !important
}

#form_3fd02ec2-1b96-450a-874a-08796f683d4d_container div.form_header.form_layout_table.form_question_daf3624e-c3de-4c96-bfd7-68d8b0f78c89 .form_label {
    padding-top: 0 !important;
    margin-top: 0 !important
}

#form_3fd02ec2-1b96-450a-874a-08796f683d4d_container td,
#form_3fd02ec2-1b96-450a-874a-08796f683d4d_container th {
    margin-bottom: 0;
    padding-bottom: 2rem
}

#form_3fd02ec2-1b96-450a-874a-08796f683d4d_container td,
#form_3fd02ec2-1b96-450a-874a-08796f683d4d_container th {
    padding-bottom: 2rem;
    background: #fff;
    font-family: "Oswald", sans-serif;
    color: #064;
    font-weight: 400 !important
}

.form_question.form_birthdate .form_responses #form_8779a5da-9317-44d2-a343-9a6e733e76c1_d {
    margin-left: 1% !important;
    margin-right: 1% !important
}

#form_3fd02ec2-1b96-450a-874a-08796f683d4d_container div.form_header.form_layout_table .form_label {
    font-family: "Oswald", serif;
    font-size: 2.8rem;
    font-weight: 400;
    color: #064;
    background: #fff;
    margin: 3rem 0 1.5rem 0
}

#form_3fd02ec2-1b96-450a-874a-08796f683d4d_container button {
    background-color: #064;
    border: none;
    border-radius: 0;
    color: #fff;
    width: 100%;
    font-family: "Zilla Slab", serif;
    font-weight: 400;
    letter-spacing: .1rem;
    line-height: 1.5;
    display: block;
    text-transform: none;
    font-size: 2.5rem;
    padding: 1.2rem;
    height: 56px;
    margin-top: 1rem;
    margin-bottom: 6rem;
    background-image: none;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out
}

#form_3fd02ec2-1b96-450a-874a-08796f683d4d_container .form_responses input[type=radio]+label {
    padding-bottom: .5rem !important;
    margin-bottom: .2rem !important
}

#form_3fd02ec2-1b96-450a-874a-08796f683d4d_container .form_p:nth-child(2),
#form_3fd02ec2-1b96-450a-874a-08796f683d4d_container .form_p:nth-child(4),
#form_3fd02ec2-1b96-450a-874a-08796f683d4d_container .form_p:nth-child(6),
#form_3fd02ec2-1b96-450a-874a-08796f683d4d_container .form_p:nth-child(29),
#form_3fd02ec2-1b96-450a-874a-08796f683d4d_container .form_p:nth-child(31) {
    display: none !important
}

.collapsible-form-container.program-filters__collapsible-container .btn--bright.btn__small {
    background: #597c31;
    padding: 1rem 3rem;
    width: unset;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    font-size: 2rem;
    height: unset;
    color: #fff;
    -webkit-text-fill-color: #fff
}

.search-filter-block form input {
    border: none
}

.collapsible-form-container.program-filters__collapsible-container .btn--bright.btn__small:hover {
    background: #064;
    color: #fff
}

form.collapsible-form.accordion-init label {
    color: #0a0a0a;
    font: 500 2rem "Zilla Slab", serif;
    position: relative;
    width: auto
}

.collapsible-form.accordion-init .select__container select,
.collapsible-form.accordion-init input {
    margin-top: 1rem;
    border: none;
    outline-offset: -2px
}

.program-filters body:not(.page__legacy) form label,
.alumni--group--filters__search label#label--filter-name,
.alumni--volunteer--filters__category label#label--filter-category,
.alumni--volunteer--filters .alumni--volunteer--filters__search label,
.alumni--volunteer--filters .alumni--volunteer--filters__location label,
.alumni--volunteer--filters .alumni--volunteer--filters__availability>label,
.alumni--volunteer--filters .alumni--volunteer--filters__engage-with label,
.alumni--volunteer--filters .alumni--volunteer--filters__work_with label {
    display: block;
    color: #0a0a0a;
    font: 500 2rem "Zilla Slab", serif;
    position: relative;
    overflow: auto;
    margin-bottom: 0 !important
}

.program-filters .checkbox__container {
    overflow: hidden;
    display: inline-block
}

@media screen and (min-width: 40em) {
    .program-filters .checkbox__container {
        overflow: hidden;
        display: inline-block !important
    }
}

form.collapsible-form .checkbox__container {
    display: inline-block !important;
    position: relative;
    padding-left: 35px;
    margin-bottom: 1.2rem;
    cursor: pointer;
    font-size: 1.8rem;
    font-family: 1.6rem "Oswald", sans-serif;
    min-height: 26px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.collapsible-form.accordion-init .checkbox__container {
    overflow: visible
}

@media screen and (min-width: 40em) {
    form.collapsible-form .checkbox__container {
        margin-right: 1em
    }
}

label.checkbox__container {
    padding-left: 35px !important
}

form.collapsible-form .checkbox__container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

form.collapsible-form .checkbox__container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 2rem;
    background-color: #fff
}

form.collapsible-form .checkbox__container .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

form.collapsible-form .checkbox__container input:focus~.checkmark {
    outline-width: .2rem;
    outline-style: solid;
    outline-color: Highlight
}

@media(-webkit-min-device-pixel-ratio: 0) {
    form.collapsible-form .checkbox__container input:focus~.checkmark .unreal-focus {
        outline-color: -webkit-focus-ring-color;
        outline-style: auto
    }
}

form.collapsible-form .checkbox__container input:checked~.checkmark:after {
    display: block
}

form.collapsible-form .checkbox__container input[type=checkbox]:not(:checked)+span:before,
form.collapsible-form .checkbox__container input[type=checkbox]:checked+span:before {
    content: none;
    position: absolute;
    left: 0;
    top: .1rem;
    width: 25px;
    height: 25px;
    border: none;
    background: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

form.collapsible-form .checkbox__container .checkmark:after {
    left: .7rem;
    top: .1rem;
    width: .5rem;
    height: 1.2rem;
    border: solid #000;
    border-width: 0 .3rem .3rem 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.collapsible-form.accordion-init .select__container:after,
.program-filters.exec-ed-filters .select__container:after {
    top: 3rem
}

.program-filters.exec-ed-filters form.collapsible-form.accordion-init label {
    font-size: 1.4rem
}

.program-filters.exec-ed-filters form.collapsible-form.accordion-init label,
.program-filters.exec-ed-filters button.program-filters__accordion-btn span {
    color: #fff;
    -webkit-text-fill-color: #fff
}

form.collapsible-form .checkbox__container input:focus~.checkmark {
    outline-width: .2rem;
    outline-style: solid;
    outline-color: Highlight
}

@media(-webkit-min-device-pixel-ratio: 0) {
    form.collapsible-form .checkbox__container input:focus~.checkmark {
        outline-color: -webkit-focus-ring-color;
        outline-style: auto
    }
}

.c-general-content-block input[type=checkbox],
.accordion-drop-down input[type=checkbox] {
    /* position: relative !important;
    left: 0 !important;
    display: unset !important;
    width: auto !important COMMENTED OUT BY PENTERA */
}

.c-general-content-block input[type=checkbox]:not(:checked)+label:before,
.c-general-content-block input[type=checkbox]:checked+label:before,
.c-general-content-block input[type=checkbox]:not(:checked)+span:before,
.c-general-content-block input[type=checkbox]:checked+span:before,
.c-general-content-block input[type=checkbox]:not(:checked)+label:after,
.c-general-content-block input[type=checkbox]:checked+label:after,
.c-general-content-block input[type=checkbox]:not(:checked)+span:after,
.c-general-content-block input[type=checkbox]:checked+span:after,
.accordion-drop-down input[type=checkbox]:not(:checked)+label:before,
.accordion-drop-down input[type=checkbox]:checked+label:before,
.accordion-drop-down input[type=checkbox]:not(:checked)+span:before,
.accordion-drop-down input[type=checkbox]:checked+span:before,
.accordion-drop-down input[type=checkbox]:not(:checked)+label:after,
.accordion-drop-down input[type=checkbox]:checked+label:after,
.accordion-drop-down input[type=checkbox]:not(:checked)+span:after,
.accordion-drop-down input[type=checkbox]:checked+span:after {
    content: none
}

.c-general-content-block input[type=checkbox]+span,
.accordion-drop-down input[type=checkbox]+span {
    padding-left: .4rem !important;
    display: inline;
    color: #464646;
    font-family: "Arial", sans-serif;
    font-weight: 400;
    font-size: 1.8rem
}

.form-assembly-container h2,
.form-assembly-disclaimer {
    max-width: 85rem;
    margin-left: auto;
    margin-right: auto
}

.form-assembly-container.u-form-bg-cedar-key-lt {
    background: #f4f3ef;
    padding: 4rem 3rem 2rem
}

.form-assembly-container.u-form-bg-cedar-key-lt input,
.form-assembly-container.u-form-bg-cedar-key-lt select {
    border: .2rem solid #597c31 !important
}

.form-assembly-container.u-form-bg-cedar-key-lt .wForm .primaryAction {
    background: #597c31;
    border: none !important
}

.form-assembly-container.u-form-bg-cedar-key-lt .wForm .primaryAction:hover {
    background: #064;
    border: none !important
}

.form-assembly-container.u-form-bg-alfresco {
    background: #567b8a;
    padding: 4rem 3rem 2rem
}

.form-assembly-container.u-form-bg-alfresco h2 {
    color: #ede8c4
}

.form-assembly-container.u-form-bg-alfresco input,
.form-assembly-container.u-form-bg-alfresco select,
.form-assembly-container.u-form-bg-alfresco textarea {
    border: .2rem solid #fff !important
}

.form-assembly-container.u-form-bg-alfresco .wFormContainer .wFormTitle,
.form-assembly-container.u-form-bg-alfresco body:not(.page__legacy) form label,
.form-assembly-container.u-form-bg-alfresco label,
.form-assembly-container.u-form-bg-alfresco label.reqMark:after,
.form-assembly-container.u-form-bg-alfresco .form-assembly-disclaimer,
.form-assembly-container.u-form-bg-alfresco .wForm .hintsBelow .field-hint .hint,
.form-assembly-container.u-form-bg-alfresco .wForm .hintsBelow .field-hint-inactive .hint,
.form-assembly-container.u-form-bg-alfresco .wFormContainer .errMsg,
.form-assembly-container.u-form-bg-alfresco .wForm .captchaHelp,
.form-assembly-container.u-form-bg-alfresco .form-assembly-subtitle * {
    color: #fff !important
}

.u-form-bg-alfresco .wFormContainer [type=checkbox]:not(:checked)+label:before,
.u-form-bg-alfresco .wFormContainer [type=checkbox]:checked+label:before,
.u-form-bg-alfresco input[type=checkbox]:not(:checked)+label:before,
.u-form-bg-alfresco input[type=checkbox]:checked+label:before,
.u-form-bg-alfresco input[type=checkbox]:not(:checked)+span:before,
.u-form-bg-alfresco input[type=checkbox]:checked+span:before,
.u-form-bg-alfresco input[type=radio]:checked+label:before,
.u-form-bg-alfresco input[type=radio]:not(:checked)+label:before {
    border: .2rem solid #567b8a
}

.form-assembly-container.u-form-bg-alfresco .wForm .primaryAction {
    background: #ede8c4;
    border: .2rem solid #ede8c4 !important;
    color: #005172
}

.form-assembly-container.u-form-bg-alfresco .wForm .primaryAction:hover {
    background: #005172;
    border: .2rem solid #fff !important;
    color: #fff
}

.form-assembly-container.u-form-bg-alfresco .wFormContainer .errMsg {
    text-transform: uppercase
}

.form-assembly-container.u-form-bg-alfresco .htmlContent {
    color: #fff
}

.form-assembly-container.u-form-bg-courtyard-green {
    background: #597c31;
    padding: 4rem 3rem 2rem
}

.form-assembly-container.u-form-bg-courtyard-green input,
.form-assembly-container.u-form-bg-courtyard-green select,
.form-assembly-container.u-form-bg-courtyard-green textarea {
    border: .2rem solid #fff !important
}

.u-form-bg-courtyard-green .wFormContainer [type=checkbox]:not(:checked)+label:before,
.u-form-bg-courtyard-green .wFormContainer [type=checkbox]:checked+label:before,
.u-form-bg-courtyard-green input[type=checkbox]:not(:checked)+label:before,
.u-form-bg-courtyard-green input[type=checkbox]:checked+label:before,
.u-form-bg-courtyard-green input[type=checkbox]:not(:checked)+span:before,
.u-form-bg-courtyard-green input[type=checkbox]:checked+span:before,
.u-form-bg-courtyard-green input[type=radio]:checked+label:before,
.u-form-bg-courtyard-green input[type=radio]:not(:checked)+label:before {
    border: .2rem solid #597c31
}

.form-assembly-container.u-form-bg-courtyard-green h2,
.form-assembly-container.u-form-bg-courtyard-green .wFormContainer .wFormTitle,
.form-assembly-container.u-form-bg-courtyard-green body:not(.page__legacy) form label,
.form-assembly-container.u-form-bg-courtyard-green label,
.form-assembly-container.u-form-bg-courtyard-green label.reqMark:after,
.form-assembly-container.u-form-bg-courtyard-green .form-assembly-disclaimer,
.form-assembly-container.u-form-bg-courtyard-green .wForm .hintsBelow .field-hint .hint,
.form-assembly-container.u-form-bg-courtyard-green .wForm .hintsBelow .field-hint-inactive .hint,
.form-assembly-container.u-form-bg-courtyard-green .wFormContainer .errMsg,
.form-assembly-container.u-form-bg-courtyard-green .wForm .captchaHelp,
.form-assembly-container.u-form-bg-courtyard-green .form-assembly-subtitle * {
    color: #fff !important
}

.form-assembly-container.u-form-bg-courtyard-green .wFormContainer .errMsg {
    text-transform: uppercase
}

.form-assembly-container.u-form-bg-courtyard-green .wForm .primaryAction {
    background: #ede8c4;
    border: .2rem solid #ede8c4 !important;
    color: #064
}

.form-assembly-container.u-form-bg-courtyard-green .wForm .primaryAction:hover {
    background: #064;
    border: .2rem solid #fff !important;
    color: #fff
}

.form-assembly-container.u-form-bg-sweet-daphne-lt {
    background: #eef1dc;
    padding: 4rem 3rem 2rem
}

.form-assembly-container.u-form-bg-blue-heather-lt {
    background: #eef2f3;
    padding: 4rem 3rem 2rem
}

.form-assembly-container.u-form-bg-blue-heather-lt input,
.form-assembly-container.u-form-bg-blue-heather-lt select {
    border: .2rem solid #567b8a !important
}

.form-assembly-container.u-form-bg-blue-heather-lt .wForm .primaryAction {
    background: #567b8a;
    border: .2rem solid #567b8a !important
}

.form-assembly-container.u-form-bg-blue-heather-lt .wForm .primaryAction:hover {
    background: #005172;
    border: .2rem solid #005172 !important
}

.form-assembly-container.u-form-bg-ad-landing {
    background: #005172;
    padding: 1.6rem
}

.form-assembly-container.u-form-bg-ad-landing h2 {
    color: #76e3db;
    font-style: italic;
    font-size: 3.5rem;
    font-weight: 400;
    letter-spacing: .1rem;
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 2.24rem
}

.form-assembly-container.u-form-bg-ad-landing input,
.form-assembly-container.u-form-bg-ad-landing select {
    background-color: #fff;
    font-size: 1.6rem;
    width: 100%;
    color: #333;
    margin-bottom: 0;
    height: 3rem !important;
    border: none !important;
    padding: 0 .5rem !important
}

.form-assembly-container.u-form-bg-ad-landing textarea,
.u-form-bg-ad-landing body:not(.page__legacy) .wForm form textarea,
.u-form-bg-ad-landing .wForm .oneField>.inputWrapper textarea {
    background-color: #fff;
    font-size: 1.6rem;
    width: 100%;
    color: #333;
    margin-bottom: 0;
    border: none !important;
    padding: 0 .5rem !important;
    height: 5rem;
    min-height: 5rem !important
}

.form-assembly-container.u-form-bg-ad-landing body:not(.page__legacy) form label,
.form-assembly-container.u-form-bg-ad-landing label,
.form-assembly-container.u-form-bg-ad-landing label.reqMark:after,
.form-assembly-container.u-form-bg-ad-landing .form-assembly-disclaimer,
.form-assembly-container.u-form-bg-ad-landing .wForm .hintsBelow .field-hint .hint,
.form-assembly-container.u-form-bg-ad-landing .wForm .hintsBelow .field-hint-inactive .hint,
.form-assembly-container.u-form-bg-ad-landing .wFormContainer .errMsg,
.form-assembly-container.u-form-bg-ad-landing .wForm .captchaHelp,
.form-assembly-container.u-form-bg-ad-landing .form-assembly-disclaimer * {
    font-family: "Zilla Slab", serif;
    color: #fff;
    font-size: 1.6rem;
    display: inline-block;
    margin-bottom: .33rem !important;
    font-weight: bold !important
}

.form-assembly-container.u-form-bg-ad-landing select[multiple] {
    max-height: 77px
}

.form-assembly-container.u-form-bg-ad-landing input[type=file] {
    font-size: 1.4rem !important;
    padding: .3rem .8rem !important
}

.u-form-bg-ad-landing .wFormContainer [type=checkbox]:not(:checked)+label:before,
.u-form-bg-ad-landing .wFormContainer [type=checkbox]:checked+label:before,
.u-form-bg-ad-landing input[type=checkbox]:not(:checked)+label:before,
.u-form-bg-ad-landing input[type=checkbox]:checked+label:before,
.u-form-bg-ad-landing input[type=checkbox]:not(:checked)+span:before,
.u-form-bg-ad-landing input[type=checkbox]:checked+span:before,
.u-form-bg-ad-landing input[type=radio]:checked+label:before,
.u-form-bg-ad-landing input[type=radio]:not(:checked)+label:before {
    border: .2rem solid #005172
}

.u-form-bg-ad-landing .wFormContainer .wForm .oneField input[type=checkbox]+.label,
.u-form-bg-ad-landing input[type=checkbox]+.label,
.u-form-bg-ad-landing input[type=checkbox]+span,
.u-form-bg-ad-landing input[type=radio]+.label {
    color: #fff;
    font-size: 1.6rem
}

.form-assembly-container.u-form-bg-ad-landing .htmlContent {
    font-size: 1.6rem
}

.form-assembly-container.u-form-bg-ad-landing .wFormContainer .wFormTitle {
    color: #fff
}

.form-assembly-container.u-form-bg-ad-landing .form-assembly-disclaimer {
    position: relative;
    display: block;
    width: 100%;
    max-width: 85rem;
    margin: 0 auto
}

.form-assembly-container.u-form-bg-ad-landing .form-assembly-disclaimer p {
    font-family: "Zilla Slab", serif;
    color: #fff;
    padding: 1.6rem 0 3.2rem;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    max-width: 85rem;
    margin: 0 auto
}

.form-assembly-container.u-form-bg-ad-landing .wForm .hintsBelow .field-hint .hint,
.form-assembly-container.u-form-bg-ad-landing .wForm .hintsBelow .field-hint-inactive .hint {
    display: block;
    margin-top: .2rem;
    color: #e0d464;
    font-size: 1.6rem;
    font-weight: bold
}

.form-assembly-container.u-form-bg-ad-landing .wForm .primaryAction {
    border: 0;
    background-color: #76e3db;
    color: #0a5271;
    margin-top: .8rem;
    font-size: 2rem;
    height: 4.4rem !important;
    border: .2rem solid #76e3db;
    padding: 0 !important;
    margin-bottom: 0
}

.form-assembly-container.u-form-bg-ad-landing .wForm .primaryAction:hover {
    background: #e0d464;
    border: .2rem solid #e0d464 !important;
    color: #222;
    padding: 0 !important
}

.form-assembly-container.u-form-bg-ad-landing .wFormContainer .errMsg {
    text-transform: uppercase;
    color: #e0d464;
    letter-spacing: .1rem;
    margin-top: .16rem
}

.form-assembly-container.u-form-bg-ad-landing label.required::after,
.form-assembly-container.u-form-bg-ad-landing label.reqMark:after {
    content: " *";
    color: #e0d464;
    font-size: 2.4rem;
    line-height: normal
}

.wForm h4 {
    font-size: 2.4rem !important;
    font-weight: 400 !important
}

.form-assembly-container .htmlContent,
.wForm .htmlContent,
.wForm .htmlContent span {
    font-family: "Zilla Slab", serif !important;
    font-size: 2rem;
    line-height: 1.5 !important;
    padding: 0 !important;
    margin-left: 0;
    margin-right: 0
}

.wForm .htmlSection {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important
}

.wForm h1,
.wForm h2,
.wForm h3,
.wForm h4,
.wForm h5,
.wForm h6,
.wForm strong {
    font-weight: normal !important
}

.u-form-bg-alfresco h4,
.u-form-bg-courtyard-green h4,
.u-form-bg-ad-landing h4,
.u-form-bg-alfresco .wForms h4,
.u-form-bg-courtyard-green .wForms h4,
.u-form-bg-ad-landing .wForms h4 {
    color: #fff
}

.u-form-bg-alfresco .wForm .htmlContent,
.u-form-bg-courtyard-green .htmlContent,
.u-form-bg-ad-landing .htmlContent {
    color: #fff
}

#tfa_8-L,
label[id^="tfa_8["],
div.inputWrapper input#tfa_1874,
.wForm label#tfa_8-L.label,
label[id^="tfa_8["],
label#tfa_19-L.label.preField.reqMark,
label#tfa_20-L.label.preField.reqMark {
    width: 100% !important
}

.o-adv-wrapper .form-assembly-container {
    width: 100%
}

form.advSearchForm label.checkbox-label {
    padding-left: 0
}

form.advSearchForm label.checkbox-label:before {
    position: static;
    border-width: 0
}

form.advSearchForm label.checkbox-label:after {
    position: static;
    border-width: 0
}

.get-started {
    display: none
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
    box-shadow: 0 0 0 30px #fff inset !important
}

.wForm .inputWrapper .fa.fa-search.tt-search {
    display: none
}

.wForm .inputWrapper .fa.fa-times-circle.tt-clear {
    margin-right: -0.3rem;
    line-height: unset;
    z-index: 77;
    display: block;
    font-size: 2.5rem;
    background: #fff;
    padding: 1rem;
    color: #064
}

@media screen and (min-width: 40em) {
    .wForm .inputWrapper .fa.fa-times-circle.tt-clear {
        margin-right: -0.5rem
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 2)and (max-height: 40rem)and (max-width: 63em)and (orientation: landscape) {
    .wForm .inputWrapper .fa.fa-times-circle.tt-clear {
        margin-right: -1.5rem
    }
}

.kalendae .k-days span {
    -webkit-box-sizing: unset !important;
    box-sizing: unset !important
}

.wForm form .oneChoice {
    white-space: normal
}

.wForm form .oneChoice[\:has\(\%3Elabel\)] {
    white-space: nowrap
}

.wForm form .oneChoice:has(>label) {
    white-space: nowrap
}

.blank.pl-2022 .my-sticky-container.form-in-header .form-assembly-container {
    padding: 2rem 2rem 2rem
}

.blank.pl-2022 .my-sticky-container.form-in-header .form-assembly-container .wFormContainer .wForm {
    padding: 0 6px
}

.blank.pl-2022 .my-sticky-container.form-in-header {
    margin: 0 2rem 3rem 2rem
}

@media screen and (min-width: 40em) {
    .blank.pl-2022 .my-sticky-container {
        margin: 0 3rem 6rem 3rem
    }

    .blank.pl-2022 .my-sticky-container.form-in-header .form-assembly-container {
        padding: 2rem 3rem 2rem
    }
}

@media screen and (min-width: 64em) {
    .blank.pl-2022 .my-sticky-container.form-in-header {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 1140px;
        z-index: 99
    }

    .blank.pl-2022 .my-sticky-container.form-in-header .my-sticky {
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 3.7rem;
        max-width: 48.2rem
    }
}

@media screen and (min-width: 1200px) {
    .blank.pl-2022 .my-sticky-container.form-in-header .my-sticky {
        margin-right: 0
    }
}

.blank.pl-2022 .form-in-header .wForm form label {
    font-size: 1.6rem !important;
    margin-bottom: 4px !important
}

.blank.pl-2022 .form-in-header .wForm form span label {
    padding: 0 !important
}

.blank.pl-2022 .form-in-header .wForm form span.choices label {
    padding: 0rem 0 .8rem 3rem !important;
    margin-bottom: 0 !important;
    line-height: 1.5
}

.blank.pl-2022 .form-in-header .wForm input,
.blank.pl-2022 .form-in-header .wForm select {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border: 1px solid #064 !important
}

.blank.pl-2022 .form-in-header .wForm textarea,
.blank.pl-2022 .form-in-header .wForm input[type=checkbox]:not(:checked)+label:before,
.blank .form-in-header .wForm input[type=radio]:not(:checked)+label:before {
    border: 1px solid #064 !important
}

.blank.pl-2022 .form-in-header .wForm input[type=submit] {
    font-size: 1.6rem
}

.blank.pl-2022 .form-in-header .wForm .oneField,
.blank.pl-2022 .form-in-header .wForm form div.oneField {
    margin-bottom: 1.2rem !important;
    line-height: normal
}

.blank.pl-2022 .form-in-header span.field-hint-inactive {
    margin-top: 0 !important;
    padding-top: 4px !important
}

.blank.pl-2022 .form-in-header span.field-hint-inactive span {
    color: #464646 !important
}

.blank.pl-2022 .form-in-header .wForm form #google-captcha {
    margin-top: 2.5rem !important
}

.blank.pl-2022 .form-in-header .wForm form #google-captcha br {
    display: none
}

.blank.pl-2022 .form-in-header .wForm form #google-captcha .captcha div.oneField {
    margin: 0 !important
}

.blank.pl-2022 .form-in-header .wForm #google-captcha .captchaHelp {
    margin-top: 0 !important;
    line-height: 1.5 !important
}

.blank.pl-2022 .form-assembly-container[\:has\(h2\)] .form-assembly-subtitle {
    margin-top: -2rem !important
}

.blank.pl-2022 .form-assembly-container:has(h2) .form-assembly-subtitle {
    margin-top: -2rem !important
}

.blank.pl-2022 .form-assembly-container[\:has\(h2\)] .form-assembly-subtitle p {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #005172
}

.blank.pl-2022 .form-assembly-container:has(h2) .form-assembly-subtitle p {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #005172
}

.blank.pl-2022 .form-assembly-container h2,
.blank.pl-2022 .form-assembly-disclaimer,
.blank.pl-2022 .form-assembly-subtitle {
    max-width: 85rem;
    margin-left: auto;
    margin-right: auto
}

.site-content>.l-container {
    background-color: #fff;
    position: relative;
    z-index: 100
}

.site-content .formlabel2 {
    color: #005172;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: .5em;
    line-height: 1.25
}

.site-content .section_delimit {
    height: .5em;
    display: none
}

.site-content .section_frame.castor-dots_row {
    padding-top: 0 !important;
    border: none !important
}

.site-content .hdr_infocopy {
    margin-bottom: .65em !important
}

.site-content .castor-H1.castor-dots_hdr {
    color: #064;
    font-family: "Oswald", sans-serif;
    font-size: 2.333333em;
    line-height: 1.1;
    padding-bottom: .5em;
    text-transform: uppercase
}

.site-content .balloon .section_frame .form_frame_simple input[type=text] {
    border: inherit
}

.site-content .xboxcontent {
    border: none;
    padding: 0
}

.site-content .xboxcontent select {
    background-color: #9db2bd
}

.site-content input[type=checkbox],
.site-content input[type=radio] {
    position: absolute;
    left: -9999px
}

.site-content .ms-formfieldcontainer input[type=checkbox],
.site-content .ms-formfieldcontainer input[type=radio] {
    margin-right: .5rem;
    position: static
}

.site-content .fieldalert {
    color: #e21a1a;
    margin-left: .3rem;
    vertical-align: text-bottom;
    visibility: visible !important
}

.site-content input[type=radio]:checked+label:before {
    background-position: 0 -64px !important
}

.site-content input[type=radio]:hover+label:before {
    background-position: 0 -32px
}

.site-content input[type=radio]:disabled+label:before {
    background-position: 0 -126px
}

.site-content .form_frame_simple .form_frame_item .form_fields table tr td {
    padding-bottom: .75em
}

.o-adv-wrapper .c-general-content-block {
    max-width: 100%;
    width: 100%
}

.c-general-content-block::after {
    content: "";
    display: table;
    clear: both
}

.c-general-content-block>*:last-child {
    margin-bottom: 0
}

.c-general-content-block a {
    word-wrap: break-word;
    word-break: break-word;
    -ms-word-break: break-all
}

.c-general-content-block p>img {
    max-width: 100%;
    pointer-events: none
}

.c-general-content-block p>img[style*=left] {
    margin: 0 2rem 0 0
}

.c-general-content-block p>img[style*=right] {
    margin: 0 0 0 2rem
}

.c-general-content-block a:not(.btn) {
    text-decoration: underline
}

.c-general-content-block a.btn,
.c-general-content-block .btn,
.c-general-content-block .btn-primary a {
    text-decoration: none
}

.c-general-content-block.add-dropshadow {
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .1)
}

.c-general-content-block.narrow-content {
    max-width: 86rem;
    margin-left: auto;
    margin-right: auto
}

.u-background--transparent-black {
    background: rgba(0, 0, 0, .7)
}

.u-background--transparent-white {
    background: rgba(255, 255, 255, .9)
}

.u-text__color--white h2,
.u-text__color--white h3,
.u-text__color--white h4,
.u-text__color--white h5,
.u-text__color--white h6,
.u-text__color--white blockquote {
    color: #fff !important
}

.c-general-content-block.alfresco {
    border-top: .5rem solid #5c7f92
}

.c-general-content-block.peacock-blue-dark {
    border-top: .5rem solid #368180
}

.c-general-content-block.sherwood-green {
    border-top: .5rem solid #9eb28f
}

.c-general-content-block.courtyard-green {
    border-top: .5rem solid #597c31
}

.c-general-content-block.mango-punch {
    border-top: .5rem solid #eeaf00
}

.c-general-content-block.sweet-daphne {
    border-top: .5rem solid #ccd695
}

.c-general-content-block.cedar-key {
    border-top: .5rem solid #dad7cb
}

.c-general-content-block.blue-heather {
    border-top: .5rem solid #c6d3d7
}

.flush__medium .c-general-content-block h1 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.general-content>*:last-child {
    margin-bottom: 0
}

.cell>.general-content:not(.privacy-policy) {
    height: 100%
}

.general-content p a,
.c-general-content p a {
    text-decoration: underline
}

.c-global-menu {
    background-color: var(--pale-yellow);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    visibility: hidden;
    z-index: 1
}

.c-global-menu.show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible
}

.c-global-menu.show~* {
    display: none
}

@media screen and (min-width: 64em) {
    .c-global-menu {
        background-color: var(--pale-yellow);
        position: static;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        width: auto;
        height: auto;
        visibility: visible
    }
}

.c-global-menu .headline {
    background-color: var(--babson-green);
    line-height: 0;
    margin: 0;
    padding: var(--sp--3xl) 0 var(--sp--3xl) var(--sp--3xl)
}

@media screen and (min-width: 64em) {
    .c-global-menu .headline {
        background-color: transparent;
        padding: 25px 0 40px 25px
    }
}

.c-global-menu .headline>a {
    display: block;
    max-width: 186px
}

@media screen and (min-width: 64em) {
    .c-global-menu .headline>a {
        max-width: 173px
    }
}

.c-global-menu .headline svg {
    fill: var(--white)
}

@media screen and (min-width: 64em) {
    .c-global-menu .headline svg {
        fill: var(--babson-green)
    }
}

.c-global-menu__option {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: var(--s2);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-global-menu__option:hover {
    background-color: var(--courtyard-green)
}

.c-global-menu__option:hover a {
    color: var(--white)
}

.c-global-menu__option:hover button {
    color: var(--white)
}

@media screen and (min-width: 64em) {
    .c-global-menu__option {
        font-size: var(--s3)
    }

    .c-global-menu__option i {
        display: none
    }
}

.c-global-menu__option:nth-child(n+7) {
    display: none
}

.c-global-menu__option:nth-child(7) {
    border-top: none !important
}

.show-centers .c-global-menu__option:nth-child(n+7) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.show-centers .c-global-menu__option:nth-child(-n+6) {
    display: none
}

.c-global-menu__option>*:first-child {
    background-color: transparent;
    border: none;
    color: var(--babson-green);
    -webkit-box-flex: 2;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
    font-size: 1.8rem;
    padding: 16px 0 16px 25px;
    text-align: left;
    text-decoration: none
}

.c-global-menu__option>*:last-child {
    font-family: "Oswald", sans-serif;
    background-color: transparent;
    border: none;
    color: var(--babson-green);
    cursor: pointer;
    font-size: var(--s2);
    padding: var(--sp--2xl) var(--sp--3xl)
}

.c-global-menu__option>*:last-child i {
    color: var(--babson-green);
    font-size: var(--s0)
}

.c-global-menu__option>*:last-child:hover i {
    color: var(--white)
}

@media screen and (min-width: 64em) {
    .c-global-menu__option>*:first-child {
        color: #4d4d4d;
        font-size: 2rem;
        text-transform: uppercase;
        padding: 25px 25px 25px 25px
    }

    .c-global-menu__option>*:last-child {
        display: none
    }
}

.c-global-menu__option.selected {
    background-color: var(--white);
    color: var(--darker-gray)
}

.c-global-menu__option.selected>button {
    font-weight: 500
}

.c-global-menu__option.selected:hover {
    background-color: var(--courtyard-green)
}

.c-global-menu__option--child {
    padding-left: 4rem !important
}

.c-main-options {
    border-top: 1px solid var(--bright-gold);
    border-bottom: 1px solid var(--bright-gold)
}

.c-main-options .c-global-menu__option+.c-global-menu__option {
    border-top: 1px solid var(--bright-gold)
}

.c-secondary-options {
    padding: 20px 0;
    padding-top: 23px;
    background-color: #f5f7e8
}

.c-secondary-options a {
    color: #4d4d4d;
    display: block;
    font-family: "Zilla Slab";
    font-size: 1.8rem;
    padding: 13px 0 13px 25px;
    text-decoration: none
}

@media screen and (min-width: 60em) {
    .c-secondary-options a {
        font-size: 2rem
    }
}

.grad__content__related-links h2,
.grad__content__related-links h3,
.grad__content__related-links h4 {
    font-size: 2rem;
    text-transform: uppercase;
    border-top: .2rem solid rgba(91, 187, 183, .44);
    padding-top: .5rem;
    margin-bottom: 3.125rem;
    margin-top: 8rem
}

@media screen and (min-width: 40em) {

    .grad__content__related-links h2,
    .grad__content__related-links h3,
    .grad__content__related-links h4 {
        margin-bottom: 3.125rem
    }
}

@media screen and (min-width: 64em) {

    .grad__content__related-links h2,
    .grad__content__related-links h3,
    .grad__content__related-links h4 {
        margin-bottom: 3.125rem
    }
}

.grad__content--reduced-margins {
    margin-bottom: 0rem
}

.grad__content__related-links {
    margin: 10rem 0 0
}

.grad__content__related-links h2.title--understated-under-line {
    padding-top: 0
}

.grad__content__related-links ul {
    list-style: none;
    padding: 0
}

.grad__content__related-links ul li {
    margin-bottom: 1.5rem
}

.grad__content__related-links ul .arrow-link {
    font-size: 2rem;
    text-transform: none;
    font-family: "Zilla Slab", serif
}

.grad__content__related-links ul .arrow-link i {
    color: #597c31
}

.grad__content__next-steps {
    margin-bottom: 10rem;
    padding-left: 2rem;
    padding-right: 2rem
}

.grad__content__next-steps .strike-around-header {
    margin: 0 auto 3rem;
    font-size: 2.6rem;
    width: 80%
}

.grad__content__next-steps .cell div.grid-x .cell {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.grad__content__next-steps .btn {
    font-size: 2.2rem;
    font-weight: 400;
    margin-bottom: 0;
    height: 100%
}

@media screen and (min-width: 40em) {
    .grad__content__next-steps {
        margin-bottom: 3rem;
        padding-left: 3rem;
        padding-right: 3rem
    }

    .grad__content__next-steps .cell div.grid-x .cell {
        margin-top: 1rem;
        margin-bottom: 1rem
    }
}

@media screen and (min-width: 64em) {
    .grad__content__next-steps .cell div.grid-x {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        max-width: 114rem;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -ms-flex-negative: 4;
        flex-shrink: 4;
        width: 100%
    }

    .grad__content__next-steps .cell div.grid-x .cell {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin: .7rem
    }

    .grad__content__next-steps .cell div.grid-x .cell:first-of-type {
        margin-left: 0
    }

    .grad__content__next-steps .cell div.grid-x .cell:last-of-type {
        margin-right: 0
    }
}

.grad--hero {
    position: relative;
    background-color: #fff;
    width: 100%
}

@media screen and (min-width: 40em) {
    .grad--hero {
        background-color: #064
    }
}

.grad--hero__image {
    position: relative;
    z-index: 1;
    max-height: 750px;
    overflow: hidden
}

.grad--hero__image img {
    vertical-align: middle;
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: 750px;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (min-width: 40em) {
    .grad--hero__image:before {
        content: "";
        display: block;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(26, 26, 26, 0.8)), color-stop(50%, rgba(26, 26, 26, 0)), to(rgba(26, 26, 26, 0)));
        background-image: linear-gradient(to top right, rgba(26, 26, 26, 0.8), rgba(26, 26, 26, 0) 50%, rgba(26, 26, 26, 0))
    }

    .section__header .grad--hero__image:before {
        background-image: none
    }
}

@media(max-height: 800px) {
    .grad--hero__image {
        max-height: 70vh
    }
}

@media screen and (min-width: 40em) {
    .grad--hero__image {
        margin-bottom: 0
    }
}

.grad--hero__text {
    color: #064;
    margin-top: 2rem
}

.grad--hero__text a:link {
    color: #064;
    text-decoration: underline;
    font-weight: bold
}

.grad--hero__text a:hover {
    color: #fff !important;
    background: #597c31 !important;
    text-decoration: underline
}

.grad--hero__text h1,
.grad--hero__text h2,
.grad--hero__text h3,
.grad--hero__text h4,
.grad--hero__text h5,
.grad--hero__text h6 {
    color: #064
}

@media screen and (min-width: 40em) {
    .grad--hero__text {
        bottom: 0;
        color: #fff;
        left: 0;
        position: absolute;
        right: 0;
        z-index: 3
    }

    .grad--hero__text a {
        color: #fff;
        text-decoration: underline
    }

    .grad--hero__text a:hover {
        color: #597c31 !important;
        background: #fff !important
    }

    .grad--hero__text a:link {
        color: #fff;
        text-decoration: underline
    }

    .grad--hero__text .padded-row {
        padding-bottom: 3.75rem
    }

    .grad--hero__text h1,
    .grad--hero__text h2,
    .grad--hero__text h3,
    .grad--hero__text h4,
    .grad--hero__text h5,
    .grad--hero__text h6 {
        color: #fff;
        margin: 0;
        text-shadow: 0 .2rem .4rem rgba(0, 0, 0, .5)
    }
}

@media screen and (min-width: 64em) {
    .grad--hero__text .padded-row {
        padding-bottom: 7rem
    }
}

@media screen and (min-width: 40em) {
    .grad--hero__text {
        margin-top: 0
    }
}

.grad--hero+.babson-grad__prority-cta {
    margin-top: 0;
    position: relative;
    z-index: 3
}

.grad--hero+.babson-grad__prority-cta .btn {
    padding: 1.5rem
}

@media screen and (min-width: 40em) {
    .grad--hero+.babson-grad__prority-cta {
        margin-top: 3.2rem
    }

    .grad--hero+.babson-grad__prority-cta .btn {
        padding: 4rem 2rem
    }
}

@media screen and (min-width: 64em) {
    .grad--hero+.babson-grad__prority-cta {
        margin-top: -3.2rem
    }
}

@media only screen and (min-width: 600px) {
    .grad--hero+.babson-grad__prority-cta .babson-panel__prority-cta__container__join {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media only screen and (min-width: 1024px) {
    .grad--hero+.babson-grad__prority-cta .babson-panel__prority-cta__container__join {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }
}

@media only screen and (max-width: 760px) {
    .grad--hero+.babson-grad__prority-cta .babson-panel__prority-cta__container__join__btn-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media only screen and (min-width: 761px) {
    .grad--hero+.babson-grad__prority-cta .babson-panel__prority-cta__container__join__btn-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%
    }
}

.inner-2-column .section__header.grad--hero,
.inner-3-column .section__header.grad--hero {
    margin-top: 0
}

@media screen and (min-width: 77.75em) {
    .section__header.grad--hero .padded-row.percent-row {
        padding-left: 3.7rem;
        padding-right: 3.7rem
    }
}

.grad__programs {
    margin-bottom: 7rem
}

@media screen and (min-width: 40em) {
    .grad__programs {
        margin-bottom: 7rem
    }
}

@media screen and (min-width: 64em) {
    .grad__programs {
        margin-bottom: 7rem
    }
}

.grad__programs__program-list ul {
    list-style: none;
    padding: 0
}

.grad__programs__program-list li {
    display: inline-block;
    margin-right: 2rem
}

.grad__programs__program-list a {
    color: #005172;
    position: relative
}

.grad__programs__program-list a:after {
    content: " »";
    display: inline-block;
    position: relative;
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out
}

.grad__programs__program-list a:hover {
    text-decoration: none
}

.grad__programs__program-list a:hover:after {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.grad__programs .btn {
    background: #597c31
}

.grad__programs .btn:hover {
    background: #9eb28f
}

.grad__programs select,
.programs-filters,
.collapsible-form-container.program-filters__collapsible-container {
    color: #000;
    -webkit-text-fill-color: #000
}

.program-filters.exec-ed-filters form.collapsible-form.accordion-init label select {
    color: #000;
    -webkit-text-fill-color: #000
}

.grad__slider-cards__set {
    width: 100%
}

.grad__slider-card__text p a {
    text-decoration: underline
}

.grad__slider-cards__set .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.grad__slider-cards__set.slick-initialized .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    float: none
}

.grad__slider-cards__set.slick-slider {
    padding-bottom: 5rem
}

.grad__slider-cards__set.slick-slider .fa-caret-square-left {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 22px);
    z-index: 2;
    font-size: 2.4rem;
    color: #597c31;
    cursor: pointer
}

.grad__slider-cards__set.slick-slider .fa-caret-square-left.slick-disabled {
    opacity: .1;
    pointer-events: none
}

.grad__slider-cards__set.slick-slider .fa-caret-square-right {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: calc(50% - 22px);
    z-index: 2;
    font-size: 2.4rem;
    color: #597c31;
    cursor: pointer
}

.grad__slider-cards__set.slick-slider .fa-caret-square-right.slick-disabled {
    opacity: .1;
    pointer-events: none
}

.grad__slider-cards__set .grad__slider-card {
    width: 100%
}

@media screen and (min-width: 600px) {
    .grad__slider-cards__set .slick-list {
        margin: 0 0 0 -1.5rem
    }
}

@media screen and (min-width: 1024px) {
    .grad__slider-cards__set .slick-list {
        margin: 0 0 0 -2rem
    }
}

.grad__slider-card__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    height: 100% !important;
    float: none
}

.slick-slide:nth-child(3n+1) .grad__slider-card {
    background-color: #f5f7e8
}

.slick-slide:nth-child(3n+2) .grad__slider-card {
    background-color: #f4f3ee
}

.slick-slide:nth-child(3n) .grad__slider-card {
    background-color: #eef2f3
}

@media screen and (min-width: 600px) {
    .grad__slider-card__wrap {
        padding-left: 1.5rem
    }
}

@media screen and (min-width: 1024px) {
    .grad__slider-card__wrap {
        padding-left: 2rem
    }
}

.grad__slider-card__hero {
    padding: 2.4rem
}

.grad__slider-card__hero>i {
    font-size: 2rem
}

.grad__slider-card__hero [class^=icon-]:before,
.grad__slider-card__hero [class*=" icon-"]:before {
    font-size: 7rem;
    color: #064;
    margin-left: 0
}

.grad__slider-card__text {
    padding: 2.4rem
}

.grad__slider-card__text h3 {
    font-size: 2.4rem;
    margin-bottom: 2rem
}

.grad__slider-card__text h3,
.grad__slider-card__text h4 {
    font-weight: 400
}

.grad__slider-card__text h3 a,
.grad__slider-card__text h4 a {
    text-decoration: none
}

.grad__slider-card__text h4 {
    font-size: 2.2rem
}

.grad__slider-card__text p,
.grad__slider-card__text ul li,
.grad__slider-card__text ol li {
    font-family: "Arial", sans-serif;
    line-height: 1.5;
    font-size: 1.4rem
}

.grad__slider-card__text.medium-bold p,
.grad__slider-card__text.medium-bold ul li,
.grad__slider-card__text.medium-bold ol li {
    font-size: 1.4rem
}

.grad__slider-card__text.large-bold p,
.grad__slider-card__text.large-bold ul li,
.grad__slider-card__text.large-bold ol li {
    font-size: 1.6rem
}

.c-hamburgerutilitynav {
    background-color: #f5f7e8;
    padding-top: 2rem;
    padding: 0
}

.c-hamburgerutilitynav>ul {
    display: none
}

.c-hamburgerutilitynav>.selected,
.c-hamburgerutilitynav>.selected-fixed {
    display: block
}

.c-hamburgerutilitynav a:hover {
    background-color: var(--sweet-daphne)
}

.show-centers .c-hamburgerutilitynav>* {
    display: none !important
}

.c-secondary-options {
    padding-top: 23px;
    background-color: #f5f7e8
}

.c-secondary-options a {
    color: #4d4d4d;
    display: block;
    font-family: "Zilla Slab", serif;
    font-size: 1.8rem;
    padding: 13px 0 13px 25px;
    text-decoration: none
}

@media screen and (min-width: 64em) {
    .c-secondary-options a {
        font-size: 2rem
    }
}

.header-main {
    position: relative;
    padding: 4rem 0 .5rem
}

.header-main--landing .header__logo {
    top: 0;
    position: relative
}

.header__logo a {
    display: block;
    opacity: 1;
    text-decoration: none
}

.header__logo a:hover {
    opacity: 1
}

.header__logo svg {
    fill: #fff;
    width: 100%;
    max-width: 175px;
    max-height: 5rem
}

@media screen and (min-width: 64em) {
    .header__logo svg {
        width: 200px;
        height: 36px;
        max-height: 6rem
    }
}

@media screen and (min-width: 64em) {
    .header__logo {
        position: absolute;
        top: 42px;
        z-index: 10
    }
}

@media screen and (min-width: 70em) {
    .header__logo {
        top: 35px
    }

    .header__logo svg {
        width: 275px;
        max-width: 275px
    }
}

.header__mobile-search button {
    position: absolute;
    right: calc(2rem + 45px);
    top: -1px;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    font-size: 1.8rem;
    text-align: right;
    min-width: 21px
}

@media screen and (min-width: 40em) {
    .header__mobile-search button {
        right: calc(3rem + 45px)
    }
}

@media screen and (min-width: 64em) {
    .header__mobile-search button:hover {
        background-color: #5f5f5f
    }
}

@media screen and (min-width: 64em) {
    .header__mobile-search {
        display: none
    }
}

.header__mobile-menu button {
    position: absolute;
    right: 2rem;
    top: -3px;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    color: #ccd695;
    font-weight: normal;
    text-align: right;
    text-decoration: none;
    font-size: 2.4rem;
    min-width: 21px
}

@media screen and (min-width: 40em) {
    .header__mobile-menu button {
        right: 3rem
    }
}

.header__mobile-menu button .fa-times {
    display: none
}

.header__mobile-menu button .fa-bars {
    display: inline-block
}

.header__mobile-menu button.open .fa-times {
    display: inline-block
}

.header__mobile-menu button.open .fa-bars {
    display: none
}

@media screen and (min-width: 64em) {
    .header__mobile-menu button:hover {
        background-color: #5f5f5f
    }
}

@media screen and (min-width: 64em) {
    .header__mobile-menu {
        display: none
    }
}

.c-header {
    display: grid;
    grid-template-columns: minmax(9rem, 32rem) 1fr;
    grid-template-rows: -webkit-min-content 1fr;
    grid-template-rows: min-content 1fr;
    grid-gap: 0rem;
    grid-row: 3;
    grid-column: 2
}

@media screen and (min-width: 64em) {
    .c-header {
        grid-gap: 1rem
    }
}

@media screen and (min-width: 64em) {
    .c-header:before {
        content: ".";
        color: var(--babson-green-dk);
        grid-row: 3;
        grid-column: 1/4;
        background-color: var(--babson-green-dk);
        width: 100vw;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 2.1
    }
}

@supports(-moz-appearance: none) {
    .c-header:before {
        top: unset
    }
}

.c-header a {
    text-decoration: none
}

.c-header ul {
    font-size: inherit
}

.c-header ul li {
    margin-bottom: 0;
    margin-bottom: initial
}

.c-header__wrapper {
    display: grid;
    background-color: #064;
    grid-template-columns: minmax(2rem, 1fr) minmax(280px, 1400px) minmax(2rem, 1fr);
    grid-template-rows: auto auto auto;
    position: relative;
    width: 100%;
    top: 0;
    z-index: 80
}

@media screen and (min-width: 40em) {
    .c-header__wrapper {
        grid-template-columns: minmax(3rem, 1fr) minmax(280px, 1400px) minmax(3rem, 1fr)
    }
}

@media screen and (min-width: 64em) {
    .c-header__wrapper {
        grid-template-columns: minmax(3.7rem, 1fr) minmax(280px, 1400px) minmax(3.7rem, 1fr)
    }
}

.c-header__wrapper.fixed {
    position: fixed
}

.c-header__wrapper:before,
.c-header__wrapper:after {
    content: ""
}

.c-header__wrapper:before {
    grid-row: 3;
    grid-column: 1
}

.c-header__wrapper:after {
    grid-row: 3;
    grid-column: 3
}

.c-header__wrapper>section {
    grid-row: 2;
    grid-column: 1/4
}

.c-header__wrapper>#alertBarBox {
    grid-row: 1;
    grid-column: 1/4
}

.c-header--alt,
.c-header--alt .c-branding {
    grid-gap: 0;
    gap: 0
}

.c-header--alt:before {
    content: none
}

html {
    scroll-behavior: smooth
}

.hero-cta-combo__hero {
    position: relative;
    background-color: #fff;
    width: 100%;
    margin-bottom: 2rem
}

.hero-cta-combo__hero.hero-green-bar {
    margin-bottom: 20px
}

.hero-cta-combo__hero.hero-green-bar .hero-cta-combo__hero__image {
    display: none
}

@media screen and (min-width: 40em) {
    .hero-cta-combo__hero.hero-green-bar {
        margin-bottom: 0
    }

    .hero-cta-combo__hero.hero-green-bar .hero-cta-combo__hero__image {
        display: block
    }

    .hero-cta-combo__hero.hero-green-bar .hero-cta-combo__hero__image img {
        height: 70px
    }
}

@media screen and (min-width: 64em) {
    .hero-cta-combo__hero {
        margin-bottom: 6rem
    }
}

.hero-cta-combo__hero__image {
    position: relative;
    z-index: 1;
    max-height: 750px;
    overflow: hidden
}

@media screen and (min-width: 40em) {
    .hero-cta-combo__hero__image {
        margin-bottom: 0
    }

    .hero-cta-combo__hero .hero-cta-combo__hero__image:before {
        content: "";
        display: block;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(26, 26, 26, 0.8)), color-stop(50%, rgba(26, 26, 26, 0)), to(rgba(26, 26, 26, 0)));
        background-image: linear-gradient(to top right, rgba(26, 26, 26, 0.8), rgba(26, 26, 26, 0) 50%, rgba(26, 26, 26, 0))
    }

    .hero-cta-combo__hero.remove-overlay>.hero-cta-combo__hero__image:before,
    .hero-cta-combo__hero.hero-green-bar>.hero-cta-combo__hero__image:before {
        display: none
    }
}

@media(max-height: 800px) {
    .hero-cta-combo__hero__image {
        max-height: 70vh
    }
}

.hero-cta-combo__hero__text {
    color: #064;
    margin-top: 2rem
}

.hero-cta-combo__hero__text a:link {
    color: #064;
    text-decoration: underline
}

.hero-cta-combo__hero__text h1,
.hero-cta-combo__hero__text h2,
.hero-cta-combo__hero__text h3,
.hero-cta-combo__hero__text h4,
.hero-cta-combo__hero__text h5,
.hero-cta-combo__hero__text h6,
.hero-cta-combo__hero__text p,
.hero-cta-combo__hero__text p.intro {
    color: #064;
    margin-bottom: 0
}

@media screen and (min-width: 40em) {
    .hero-cta-combo__hero__text {
        bottom: 0;
        color: #fff;
        left: 0;
        position: absolute;
        right: 0;
        z-index: 3
    }

    .hero-cta-combo__hero__text a:link {
        color: #fff;
        text-decoration: underline
    }

    .hero-cta-combo__hero__text .grid-container {
        position: absolute;
        bottom: 5rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        max-width: 114rem
    }

    .hero-cta-combo__hero__text h1,
    .hero-cta-combo__hero__text h2,
    .hero-cta-combo__hero__text h3,
    .hero-cta-combo__hero__text h4,
    .hero-cta-combo__hero__text h5,
    .hero-cta-combo__hero__text h6,
    .hero-cta-combo__hero__text p,
    .hero-cta-combo__hero__text p.intro {
        color: #fff;
        margin: 0;
        text-shadow: 0 .2rem .4rem rgba(0, 0, 0, .5)
    }
}

.hero-cta-combo__hero+.hero-cta-combo__cta {
    margin-top: 0;
    position: relative;
    z-index: 3
}

@media screen and (min-width: 40em) {
    .hero-cta-combo__hero+.hero-cta-combo__cta {
        margin-top: -6.4rem
    }
}

@media screen and (min-width: 64em) {
    .hero-cta-combo__hero__text .grid-container {
        bottom: 7rem
    }

    .hero-cta-combo__hero+.hero-cta-combo__cta {
        margin-top: -9.6rem
    }

    .hero-cta-combo__hero.hero-green-bar+.hero-cta-combo__cta {
        margin-top: -3.2rem
    }
}

.hero-cta-combo__cta-outer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: calc(100% + 4rem);
    margin: 0 0 0 -40px
}

@media only screen and (max-width: 40em) {
    .hero-cta-combo__hero.hero-green-bar .hero-cta-combo__cta-outer-container {
        margin-top: 20px
    }
}

@media only screen and (min-width: 40em) {
    .hero-cta-combo__cta-outer-container {
        margin: -1.6rem 0 0 -40px
    }
}

@media only screen and (min-width: 64em) {
    .hero-cta-combo__cta-outer-container {
        margin: 0 0 0 -40px
    }
}

.hero-cta-combo__cta-inner-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media only screen and (min-width: 600px) {
    .hero-cta-combo__cta-inner-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media only screen and (min-width: 1024px) {
    .hero-cta-combo__cta-inner-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.hero-cta-combo__cta-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%
}

@media only screen and (min-width: 960px) {
    .hero-cta-combo__cta-wrapper {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap
    }
}

.hero-cta-combo__cta-btn-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 4rem;
    margin-top: 1rem
}

@media only screen and (max-width: 40em) {
    .hero-cta-combo__cta-btn-container:first-of-type {
        margin-top: 0
    }
}

@media only screen and (min-width: 40em) {
    .hero-cta-combo__cta-btn-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-left: 4rem;
        margin-top: 2rem;
        min-height: 80px
    }
}

@media only screen and (min-width: 960px) {
    .hero-cta-combo__cta-btn-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        padding-left: 2.5%
    }

    .hero-cta-combo__cta-btn-container:first-of-type {
        padding-left: 4rem
    }
}

@media only screen and (min-width: 64em) {
    .hero-cta-combo__cta-btn-container {
        margin-top: 0
    }
}

.hero-cta-combo__cta a.btn {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem 2rem;
    text-transform: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.hero-cta-combo__cta-btn-container a span {
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 1.2;
    text-align: center;
    width: 100%
}

@media only screen and (min-width: 40em) {
    .hero-cta-combo__cta-btn-container a span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.hero-cta-combo__cta-btn-container:first-of-type .btn {
    background: #064
}

.hero-cta-combo__cta-btn-container:nth-of-type(2) .btn {
    background: #597c31
}

.hero-cta-combo__cta-btn-container:nth-of-type(3) .btn {
    background: #005172
}

.hero-cta-combo__cta-btn-container:nth-of-type(4) .btn {
    background: #368180
}

.hero-cta-combo__cta-btn-container .btn:hover {
    background: #9eb28f
}

.hero-cta-combo__hero.has-video-controls .hero-cta-combo__hero__text {
    padding-bottom: 2rem
}

@media only screen and (min-device-width: 768px) {
    .hero-cta-combo__hero.has-video-controls .hero-cta-combo__hero__text {
        margin-bottom: 2rem
    }

    .hero-cta-combo__hero.has-video-controls+.hero-cta-combo__cta {
        margin-top: -2.4rem
    }
}

.c-hero-image {
    position: relative;
    margin: 0 auto;
    width: 100%;
    display: block
}

.c-hero-image__media {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0
}

.c-hero-image__media img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    pointer-events: none
}

.c-hero-image__text {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 2
}

.c-hero-image__text h1 span.heading-peacock-blue-light {
    color: #509e9f
}

.c-hero-image .c-breadcrumbs,
.c-breadcrumbs a,
.c-breadcrumbs li {
    font-size: 1.4rem;
    font-weight: 400;
    text-decoration: none
}

.c-hero-image .c-breadcrumbs li:last-child a {
    font-weight: bold;
    color: #464646;
    pointer-events: none
}

.c-hero-image.level-2-page>img {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    width: 21.5rem;
    margin-left: -5rem
}

@media screen and (min-width: 40em) {
    .c-hero-image.level-2-page>img {
        width: 30rem;
        margin-left: -8rem
    }
}

@media screen and (min-width: 980px) {
    .c-hero-image.level-2-page>img {
        width: 42rem;
        margin-left: -8rem
    }
}

@media screen and (min-width: 64em) {
    .c-hero-image.level-2-page>img {
        width: 44rem;
        margin-left: -13rem
    }
}

@media screen and (min-width: 1400px) {
    .c-hero-image.level-2-page>img {
        width: 58rem;
        margin-left: -15rem
    }
}

@media screen and (min-width: 1600px) {
    .c-hero-image.level-2-page>img {
        width: 66rem;
        margin-left: -15rem
    }
}

.c-breadcrumbs li+li:before {
    font-size: 1.4rem
}

.c-breadcrumbs li a:hover {
    text-decoration: underline
}

.c-hero-image .c-hero-image__media video {
    -o-object-fit: cover;
    object-fit: cover
}

.c-hero-image.level-2-page .c-breadcrumbs {
    display: none
}

.c-hero-image.level-3-page .c-breadcrumbs,
.c-hero-image.level-4-page .c-breadcrumbs,
.c-hero-image.level-5-page .c-breadcrumbs,
.c-hero-image.level-article-page .c-breadcrumbs {
    margin-bottom: 1.4rem;
    margin-left: 0;
    margin-right: 0
}

.c-hero-image.level-product-page .c-breadcrumbs {
    margin-bottom: 1.4rem;
    margin-left: auto;
    margin-right: auto
}

.c-hero-image.level-5-page .c-breadcrumbs {
    margin-top: .6rem;
    margin-left: 2rem
}

@media screen and (min-width: 40rem) {
    .c-hero-image.level-5-page .c-breadcrumbs {
        margin-left: 3rem;
        margin-right: 3rem
    }
}

@media screen and (min-width: 1480px) {
    .c-hero-image.level-5-page .c-breadcrumbs {
        margin-left: auto;
        margin-right: auto
    }
}

.c-hero-image.level-2-page .c-hero-image__media,
.c-hero-image.level-3-page .c-hero-image__media,
.c-hero-image.level-article-page .c-hero-image__media,
.c-hero-image.level-product-page .c-hero-image__media {
    height: 18.7rem
}

.c-hero-image.level-2-page,
.c-hero-image.level-3-page,
.c-hero-image.level-article-page,
.c-hero-image.level-product-page {
    min-height: 18.7rem
}

@media screen and (min-width: 40rem) {

    .c-hero-image.level-2-page .c-hero-image__media,
    .c-hero-image.level-3-page .c-hero-image__media,
    .c-hero-image.level-article-page .c-hero-image__media,
    .c-hero-image.level-product-page .c-hero-image__media {
        height: 25.2rem
    }

    .c-hero-image.level-2-page,
    .c-hero-image.level-3-page,
    .c-hero-image.level-article-page,
    .c-hero-image.level-product-page {
        min-height: 25.2rem
    }
}

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

    .c-hero-image.level-2-page .c-hero-image__media,
    .c-hero-image.level-3-page .c-hero-image__media,
    .c-hero-image.level-article-page .c-hero-image__media,
    .c-hero-image.level-product-page .c-hero-image__media {
        height: 38.5rem
    }

    .c-hero-image.level-2-page,
    .c-hero-image.level-3-page,
    .c-hero-image.level-article-page,
    .c-hero-image.level-product-page {
        min-height: 38.5rem
    }
}

@media screen and (min-width: 64em) {

    .c-hero-image.level-3-page .c-hero-image__media,
    .c-hero-image.level-article-page .c-hero-image__media,
    .c-hero-image.level-product-page .c-hero-image__media {
        height: 40.3rem
    }

    .c-hero-image.level-3-page,
    .c-hero-image.level-article-page,
    .c-hero-image.level-product-page {
        min-height: 40.3rem
    }

    .c-hero-image.level-2-page .c-hero-image__media {
        height: 40.3rem;
        max-height: 60vh
    }

    .c-hero-image.level-2-page {
        min-height: 40.3rem
    }
}

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

    .c-hero-image.level-3-page .c-hero-image__media,
    .c-hero-image.level-article-page .c-hero-image__media {
        height: 55.1rem
    }

    .c-hero-image.level-3-page,
    .c-hero-image.level-article-page {
        min-height: 55.1rem
    }

    .c-hero-image.level-product-page .c-hero-image__media {
        height: 50rem
    }

    .c-hero-image.level-product-page {
        height: 50rem
    }

    .c-hero-image.level-2-page .c-hero-image__media {
        height: 55.1rem;
        max-height: 60vh
    }

    .c-hero-image.level-2-page {
        min-height: 55.1rem
    }
}

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

    .c-hero-image.level-2-page .c-hero-image__media,
    .c-hero-image.level-3-page .c-hero-image__media,
    .c-hero-image.level-article-page .c-hero-image__media {
        height: 63rem
    }

    .c-hero-image.level-2-page,
    .c-hero-image.level-3-page,
    .c-hero-image.level-article-page {
        min-height: 63rem
    }
}

.c-hero-image.level-4-page .c-hero-image__media,
.c-hero-image.level-5-page .c-hero-image__media {
    height: 16rem
}

.c-hero-image.level-4-page,
.c-hero-image.level-5-page {
    min-height: 16rem
}

@media screen and (min-width: 40em) {

    .c-hero-image.level-4-page .c-hero-image__media,
    .c-hero-image.level-5-page .c-hero-image__media {
        height: 30rem
    }

    .c-hero-image.level-4-page,
    .c-hero-image.level-5-page {
        min-height: 30rem
    }
}

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

    .c-hero-image.level-4-page .c-hero-image__media,
    .c-hero-image.level-5-page .c-hero-image__media {
        height: 35rem
    }

    .c-hero-image.level-4-page,
    .c-hero-image.level-5-page {
        min-height: 35rem
    }
}

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

    .c-hero-image.level-4-page .c-hero-image__media,
    .c-hero-image.level-5-page .c-hero-image__media {
        height: 40rem
    }

    .c-hero-image.level-4-page,
    .c-hero-image.level-5-page {
        min-height: 40rem
    }
}

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

    .c-hero-image.level-4-page .c-hero-image__media,
    .c-hero-image.level-5-page .c-hero-image__media {
        height: 45.7rem
    }

    .c-hero-image.level-4-page,
    .c-hero-image.level-5-page {
        min-height: 45.7rem
    }
}

.c-hero-image.level-3-page .c-hero-image__text,
.c-hero-image.level-4-page .c-hero-image__text,
.c-hero-image.level-article-page .c-hero-image__text,
.c-hero-image.level-product-page .c-hero-image__text {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, .85);
    padding: .7rem 2rem 1.6rem 2rem;
    min-height: 9rem
}

@media screen and (min-width: 40em) {

    .c-hero-image.level-3-page .c-hero-image__text,
    .c-hero-image.level-4-page .c-hero-image__text,
    .c-hero-image.level-article-page .c-hero-image__text,
    .c-hero-image.level-product-page .c-hero-image__text {
        padding: .6rem 3rem 1.5rem 3rem
    }
}

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

    .c-hero-image.level-3-page .c-hero-image__text,
    .c-hero-image.level-4-page .c-hero-image__text,
    .c-hero-image.level-article-page .c-hero-image__text {
        width: 94rem;
        padding: .7rem 4rem 1.5rem 4rem
    }

    .c-hero-image.level-3-page .c-hero-image__text h1,
    .c-hero-image.level-4-page .c-hero-image__text h1,
    .c-hero-image.level-article-page .c-hero-image__text h1 {
        width: 86rem
    }
}

.c-hero-image.level-2-page .c-hero-image__text {
    margin-top: .6rem
}

.c-hero-image.level-5-page .c-hero-image__text {
    margin: .6rem 2rem 0 2rem
}

@media screen and (min-width: 40rem) {
    .c-hero-image.level-2-page .c-hero-image__text {
        margin-top: 2.5rem
    }

    .c-hero-image.level-5-page .c-hero-image__text {
        margin: .6rem 3rem 0 3rem
    }
}

@media screen and (min-width: 860px) {
    .c-hero-image.level-5-page .c-hero-image__text h1 {
        max-width: 86rem;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width: 1200px) {
    .c-hero-image.level-2-page .c-hero-image__text {
        width: 114rem;
        margin-left: auto;
        margin-right: auto
    }
}

.c-hero-image.level-3-page .c-hero-image__text,
.c-hero-image.level-4-page .c-hero-image__text,
.c-hero-image.level-article-page .c-hero-image__text {
    margin: -4rem 2rem 0 2rem
}

@media screen and (min-width: 40em) {

    .c-hero-image.level-3-page .c-hero-image__text,
    .c-hero-image.level-4-page .c-hero-image__text,
    .c-hero-image.level-article-page .c-hero-image__text {
        margin: -9.5rem 3rem 0 3rem
    }
}

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

    .c-hero-image.level-4-page .c-hero-image__text,
    .c-hero-image.level-3-page .c-hero-image__text,
    .c-hero-image.level-article-page .c-hero-image__text {
        margin: -12rem auto 0 auto;
        border-top: .7rem solid #509e9f
    }
}

.c-hero-image.level-2-page .c-hero-image__text h1 {
    font-size: 3.8rem
}

@media screen and (min-width: 40rem) {
    .c-hero-image.level-2-page .c-hero-image__text h1 {
        font-size: 6rem
    }
}

@media screen and (min-width: 64em) {
    .c-hero-image.level-2-page .c-hero-image__text h1 {
        font-size: 6rem
    }
}

.c-hero-image.level-3-page .c-hero-image__text h1,
.c-hero-image.level-4-page .c-hero-image__text h1 {
    margin: 0
}

.c-hero-image.level-5-page .c-hero-image__text h1,
.c-hero-image.level-article-page .c-hero-image__text h1 {
    margin-bottom: .5rem
}

.c-hero-image.level-3-page .c-hero-image__text {
    border-top: .4rem solid #eeaf00
}

.c-hero-image.level-4-page .c-hero-image__text {
    border-top: .4rem solid #509e9f
}

.c-hero-image.level-5-page .c-hero-image__media {
    border-bottom: .4rem solid #ccd695
}

.c-hero-image.level-article-page .c-hero-image__text {
    border-top: .4rem solid #c6d3d7
}

.c-hero-image.level-product-page .c-hero-image__text {
    border-top: .4rem solid #e0d464
}

@media screen and (min-width: 980px) {
    .c-hero-image.level-4-page .c-hero-image__text {
        border-top: .7rem solid #509e9f
    }

    .c-hero-image.level-5-page .c-hero-image__media {
        border-bottom: .7rem solid #ccd695
    }

    .c-hero-image.level-article-page .c-hero-image__text {
        border-top: .7rem solid #c6d3d7
    }

    .c-hero-image.level-product-page .c-hero-image__text {
        border-top: .7rem solid #e0d464
    }

    .c-hero-image.level-3-page .c-hero-image__text {
        border-top: .7rem solid #eeaf00
    }
}

.c-hero-image.level-product-page .c-hero-image__text {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, .75);
    margin-top: -2rem
}

.c-hero-image.level-product-page .c-hero-image__text h1 {
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
    max-width: unset
}

.c-hero-image.level-product-page .product-text-group {
    position: relative
}

.c-hero-image.level-product-page .product-date-location .product-date {
    font-weight: 500;
    margin-right: 3rem
}

.c-hero-image.level-product-page .product-date-location {
    padding: 1.6rem 2rem 0 2rem;
    position: relative;
    z-index: 2;
    max-width: 90rem;
    font-family: "Oswald", sans-serif;
    font-size: 2rem;
    padding-top: 0;
    background: #e0d464 !important;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 1rem
}

.c-hero-image.level-product-page .product-date-location-container {
    margin-bottom: 2rem
}

.breadcrumb-desktop {
    display: none
}

@media screen and (min-width: 64em) {
    .c-hero-image.level-product-page .breadcrumb-mobile {
        display: none
    }

    .breadcrumb-desktop {
        display: block;
        max-width: 140rem;
        margin: 0 auto 1.4rem auto
    }

    .c-hero-image.level-product-page .product-text-group {
        left: 3rem;
        max-width: 94rem;
        bottom: 0;
        margin-bottom: 1rem;
        position: absolute
    }

    .c-hero-image.level-product-page .c-hero-image__text,
    .c-hero-image.level-product-page .product-date-location {
        padding-left: 2rem
    }

    .c-hero-image.level-product-page .product-date-location.second-format,
    .c-hero-image.level-product-page .product-date-location-container {
        margin-bottom: 0
    }

    .c-hero-image.level-product-page .product-date-location {
        font-size: 2.4rem;
        padding: 0 2rem;
        display: inline-block;
        margin-right: 2rem
    }

    .c-hero-image.level-product-page .c-hero-image__text h1 {
        margin-left: 0;
        margin-right: 0;
        max-width: 94rem
    }
}

@media screen and (min-width: 1480px) {
    .c-hero-image.level-product-page .product-page-wrapper {
        max-width: 140rem;
        margin-left: auto;
        margin-right: auto;
        display: block;
        position: relative
    }

    .c-hero-image.level-product-page .product-text-group {
        left: 0
    }

    .c-hero-image.level-product-page .breadcrumb-desktop {
        margin-left: auto
    }
}

.babson-panel__prority-cta {
    margin: 7rem auto 0
}

.babson-panel__prority-cta__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: calc(100% + 4rem);
    margin: 0 0 0 -40px
}

.babson-panel__prority-cta__container__join {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    overflow: hidden
}

@media only screen and (min-width: 600px) {
    .babson-panel__prority-cta__container__join {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666%;
        flex: 0 0 66.6666%
    }
}

@media only screen and (min-width: 1024px) {
    .babson-panel__prority-cta__container__join {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%
    }
}

.babson-panel__prority-cta__container__join__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%
}

.babson-panel__prority-cta__container__join__btn-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 0 0 4rem
}

@media only screen and (min-width: 480px) {
    .babson-panel__prority-cta__container__join__btn-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media only screen and (min-width: 960px) {
    .babson-panel__prority-cta__container__join__btn-container {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%
    }
}

.babson-panel__prority-cta__container__support {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 0 0 4rem;
    margin: 4rem 0 0
}

@media only screen and (min-width: 600px) {
    .babson-panel__prority-cta__container__support {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        margin: 0
    }
}

@media only screen and (min-width: 1024px) {
    .babson-panel__prority-cta__container__support {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        margin: 0
    }
}

.babson-panel__prority-cta__container__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 0 0 4rem
}

.babson-panel__prority-cta .btn {
    width: 100%;
    text-align: center;
    font-family: "Zilla Slab", serif;
    font-weight: 600;
    margin: 2rem 0 0;
    padding: 2rem 1rem;
    font-size: 1.8rem;
    text-transform: none
}

@media only screen and (min-width: 1024px) {
    .babson-panel__prority-cta .btn {
        padding: 4rem 2rem;
        font-size: 2.2rem
    }
}

.babson-panel__prority-cta h2 {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 400;
    color: #064;
    border-top: .2rem solid #dad7cb;
    padding-top: 2rem;
    margin: 0 0 2rem 0
}

.home-display--wrapper {
    width: 100%;
    overflow: hidden;
    background: #064
}

@media only screen and (min-width: 960px) {
    .home-display--wrapper {
        height: 100%;
        min-height: 100vh
    }
}

.home-display--controller {
    width: 100%
}

@media only screen and (min-width: 960px) {
    .home-display--controller {
        height: 100%;
        min-height: 100vh
    }
}

.home-display__img-element {
    position: relative;
    z-index: 1;
    width: 100%;
    opacity: .3;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media only screen and (min-width: 960px) {
    .home-display__img-element {
        height: 100%
    }
}

.home-display__img-element img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.home-display__img-element .home-display__img-element__wrapper {
    width: 100%;
    top: 0
}

@media only screen and (min-width: 960px) {
    .home-display__img-element .home-display__img-element__wrapper {
        position: absolute;
        top: 0;
        height: 100%
    }
}

.home-display__img-element__image-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center;
    background-attachment: scroll;
    top: 0
}

.home-display__img-element__BG {
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    z-index: 2;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(34%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0)
}

.home-display__img-element__text--wrapper {
    width: 100%
}

.home-display__img-element__text--wrapper a:not(.btn) {
    color: #fff
}

@media only screen and (min-width: 960px) {
    .home-display__img-element__text--wrapper {
        width: 75%
    }

    .home-display__img-element__text--wrapper a:not(.btn) {
        color: #597c31
    }
}

@media only screen and (min-width: 1024px) {
    .home-display__img-element__text--wrapper {
        width: 66.6666%
    }
}

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

    .home-display__img-element__text__title,
    .home-display__img-element__text__teaser {
        color: #fff !important
    }
}

.home-display__img-element__text {
    width: 100%;
    color: #fff;
    padding: 5rem 0;
    z-index: 3
}

@media only screen and (min-width: 960px) {
    .home-display__img-element__text {
        bottom: 180px;
        position: absolute;
        padding: 0
    }
}

.home-display__img-element__text__title {
    font-family: "Zilla Slab", serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.5;
    max-width: 1200px;
    width: 100%
}

.home-display__img-element__text__title span {
    font-family: "Zilla Slab", serif;
    font-weight: normal;
    font-style: italic;
    color: #064
}

@media only screen and (min-width: 600px) {
    .home-display__img-element__text__title {
        font-size: 2.4rem
    }
}

@media only screen and (min-width: 960px) {
    .home-display__img-element__text__title {
        font-size: 3rem;
        text-shadow: 0rem .4rem .3rem rgba(0, 0, 0, .4), 0rem .8rem 1.3rem rgba(0, 0, 0, .1), 0rem 1.8rem 23px rgba(0, 0, 0, .1)
    }
}

@media only screen and (min-width: 1200px) {
    .home-display__img-element__text__title {
        font-size: 3.5rem
    }
}

@media only screen and (min-width: 1500px) {
    .home-display__img-element__text__title {
        font-size: 4rem
    }
}

.home-display__img-element__text__teaser {
    margin: 1.5rem 0 0;
    max-width: 1200px;
    width: 100%;
    line-height: 1.8;
    font-size: 1.6rem
}

.home-display__img-element__text__teaser p:last-of-type {
    margin: 0
}

.home-display__img-element__text__teaser span {
    color: #e0d464
}

@media only screen and (min-width: 768px) {
    .home-display__img-element__text__teaser {
        margin: 3rem 0 0
    }
}

@media only screen and (min-width: 960px) {
    .home-display__img-element__text__teaser {
        text-shadow: 0rem .4rem .3rem rgba(0, 0, 0, .4), 0rem .8rem 1.3rem rgba(0, 0, 0, .1), 0rem 1.8rem 23px rgba(0, 0, 0, .1);
        font-size: 1.8rem
    }
}

.home-display__img-element__text__cta {
    margin: 1.5rem 0 0;
    line-height: 1.8
}

.home-display__img-element__text__cta__element {
    display: inline-block;
    vertical-align: middle;
    margin: 1.5rem 2rem 0 0
}

.home-display__img-element__text__cta__element--btn a {
    display: inline-block;
    border: .2rem solid #fff;
    background: #fff;
    padding: 1rem 1.5rem;
    border-radius: 5rem;
    color: #222;
    font-family: "Zilla Slab", serif;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: .5px
}

.home-display__img-element__text__cta__element--btn a:hover {
    background: transparent;
    border: .2rem solid #005172;
    color: #fff
}

.home-display__img-element__text__cta__element--vid a {
    display: inline-block;
    vertical-align: middle;
    font-family: "Zilla Slab", serif;
    font-size: 1.4rem;
    color: #fff;
    font-weight: normal;
    font-style: italic
}

.home-display__img-element__text__cta__element--vid a i {
    font-size: 1.8rem;
    vertical-align: middle;
    margin: 0 .5rem 0 0;
    color: #fff
}

.home-display__img-element__text__cta__element--vid a:hover {
    color: #005172
}

.home-display__img-element__text__cta__element--vid a:hover i {
    color: #fff
}

.home-display .slick-slide.slick-active .home-display__img-element {
    opacity: 1
}

.home-display .slick-slider {
    overflow: hidden;
    margin: 0 !important
}

.home-display .slick-slide {
    outline: none !important
}

.home-display .slick-slide * {
    outline: none !important
}

.home-display .slick-list {
    width: 100%
}

@media only screen and (min-width: 960px) {
    .home-display .slick-list {
        height: 100% !important;
        min-height: 100vh !important
    }
}

.home-display .slick-track {
    width: 100%
}

@media only screen and (min-width: 960px) {
    .home-display .slick-track {
        position: absolute;
        height: 100%
    }
}

.home-display .slick-slide img {
    width: 100%
}

.home-display .fa-chevron-square-left,
.home-display .fa-chevron-square-right,
.home-display .fa-chevron-left,
.home-display .fa-chevron-right {
    position: absolute;
    z-index: 2;
    font-size: 3rem;
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.home-display .fa-chevron-square-left,
.home-display .fa-chevron-left {
    left: 7%
}

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

    .home-display .fa-chevron-square-left,
    .home-display .fa-chevron-left {
        left: 3rem
    }
}

.home-display .fa-chevron-square-right,
.home-display .fa-chevron-right {
    right: 7%
}

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

    .home-display .fa-chevron-square-right,
    .home-display .fa-chevron-right {
        right: 3rem
    }
}

.home-display .slick-disabled {
    opacity: .2
}

.home-display .slick-thumbs {
    display: none
}

.home-display .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 86%;
    padding: 0;
    max-width: 114rem;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    text-align: left;
    background: transparent
}

.home-display .slick-dots:after {
    content: "";
    width: 100vw;
    height: 100%;
    background: #064;
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    opacity: .9
}

.home-display .slick-dots li {
    height: auto;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    z-index: 1
}

.home-display .slick-dots li button {
    line-height: 1.5;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #222;
    background: transparent;
    padding: 3rem;
    text-align: left;
    border-right: .1rem solid rgba(255, 255, 255, .1);
    position: relative
}

.home-display .slick-dots li button:before {
    content: none
}

.home-display .slick-dots li:last-of-type button {
    border-right: none
}

.home-display .slick-dots li.slick-active button {
    background: rgba(0, 0, 0, .2)
}

.home-display .slick-dots li.slick-active button .slick-thumbs__ind-element:after {
    color: #e4e4e4
}

.home-display .slick-dots li.slick-active button .slick-thumbs__ind-element__title {
    color: #fff
}

.home-display .slick-dots .slick-thumbs__ind-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    x-justify-content: space-around;
    x-align-items: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home-display .slick-dots .slick-thumbs__ind-element .slick-thumbs__ind-element__title {
    padding: 0 0 0 1.5rem;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.5;
    display: block;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 2
}

.home-display .slick-dots .slick-thumbs__ind-element .slick-thumbs__ind-element__title span {
    display: inline-block;
    font-family: "Zilla Slab", serif;
    font-style: italic;
    font-size: 1.4rem;
    width: 100%
}

.mbYTP_wrapper {
    background: #064
}

.home-display .mbYTP_wrapper {
    z-index: 1 !important
}

@media only screen and (max-width: 64em) {

    .home-display .mbYTP_wrapper,
    .home-display .inline-YTPlayer,
    .home-display .bgndVideo {
        display: none !important
    }
}

.home-display i.fas.fa-chevron-left.slick-arrow,
.home-display i.fas.fa-chevron-right.slick-arrow {
    cursor: pointer
}

.home-display i.fas.fa-chevron-left.slick-arrow.slick-disabled,
.home-display i.fas.fa-chevron-right.slick-arrow.slick-disabled {
    pointer-events: none
}

.home-display .grid-container {
    padding-right: 7%;
    padding-left: 7%
}

@media screen and (min-width: 920px) {
    .home-display .grid-container {
        padding-left: 6.5rem;
        padding-right: 6.5rem
    }
}

@media screen and (min-width: 1100px) {
    .home-display .grid-container {
        padding-left: 9rem;
        padding-right: 9rem
    }
}

@media screen and (min-width: 1300px) {
    .home-display .grid-container {
        padding-left: 0rem;
        padding-right: 0rem
    }
}

.homepage-events .grid-x {
    width: 100%;
    margin-bottom: 2rem;
    padding: 1rem;
    font-family: "Oswald", sans-serif
}

.homepage-events .title-row {
    width: 100%;
    margin-bottom: 1rem;
    margin-left: -1rem;
    margin-right: -1rem
}

.homepage-events .title-row .title {
    float: left;
    font-weight: 500;
    width: 102%;
    display: block;
    color: #064;
    border-bottom: .2rem solid #c7d18a;
    line-height: 1.5
}

.homepage-events .title-row a {
    float: left;
    font-size: 2rem;
    font-weight: 600
}

@media screen and (min-width: 380px) {
    .homepage-events .title-row a {
        float: right
    }
}

.homepage-events .event {
    width: 95%;
    height: 100%;
    display: block;
    margin: .4rem;
    padding: 1rem 0
}

.homepage-events .event .event-date {
    width: 25%;
    float: left;
    text-align: center;
    height: 100%;
    line-height: 1.2;
    padding: 3rem 1rem;
    border-right: .3rem solid #efefef
}

.homepage-events .event .event-date .month,
.homepage-events .event .event-date .day,
.homepage-events .event .event-date .year {
    display: block;
    color: #333
}

.homepage-events .event .event-date .month {
    font-family: "Zilla Slab", serif
}

.homepage-events .event .event-date .day {
    font-size: 4rem
}

.homepage-events .event .event-date .month,
.homepage-events .event .event-date .year {
    font-size: 2rem
}

.homepage-events .event .event-date .month,
.homepage-events .event .event-detail .fa {
    color: #c7d18a
}

.homepage-events .event .event-detail {
    width: 75%;
    float: left;
    padding: 2rem;
    background-color: #fff;
    height: 100%
}

.homepage-events .event .event-detail .title,
.homepage-events .event .event-detail .location,
.homepage-events .event .event-detail .time {
    display: block;
    font-family: "Zilla Slab", serif
}

.homepage-events .event .event-detail .time {
    font-size: 1.6rem
}

.homepage-events .event .event-detail .fa {
    margin-right: 1rem;
    font-size: 1.6rem
}

.homepage-events .event .event-detail .title {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-family: "Oswald", sans-serif
}

.homepage-events .event .event-detail .location {
    font-size: 1.8rem
}

.homepage-events .event span.fa {
    width: 8%;
    float: left
}

.homepage-events .event .location,
.homepage-events .event .time {
    width: 80%;
    float: left;
    margin-top: -0.5rem;
    margin-bottom: 1rem
}

.homepage-events .event .fa.fa-map-marker {
    margin-left: .2rem
}

.homepage-events .event .fa.fa-clock {
    margin-right: 1.2rem
}

.c-homepage-hightlight-news .highlight-news {
    position: relative;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem !important;
    padding-top: 0
}

.c-homepage-hightlight-news .highlight-news-image-container {
    max-height: 30rem;
    overflow: hidden
}

.c-homepage-hightlight-news .highlight-news-container img {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    min-width: 20rem
}

.c-homepage-hightlight-news .highlight-news-chevron-left {
    position: absolute;
    top: -15rem;
    left: -10rem;
    width: 25rem;
    z-index: 2;
    pointer-events: none
}

@media screen and (min-width: 40em) {
    .c-homepage-hightlight-news .highlight-news {
        margin-top: 3rem;
        margin-bottom: 4rem !important;
        padding-top: 0
    }

    .c-homepage-hightlight-news div.highlight-news .highlight-news-container {
        margin-left: 20%
    }

    .c-homepage-hightlight-news .highlight-news-container img {
        width: unset;
        min-width: unset
    }

    .c-homepage-hightlight-news .highlight-news-chevron-left {
        top: -13rem;
        left: -15rem;
        width: 32rem
    }
}

@media screen and (min-width: 64em) {
    .c-homepage-hightlight-news .highlight-news {
        margin-top: 8rem;
        margin-bottom: 8rem !important;
        padding-top: 0
    }

    .c-homepage-hightlight-news .highlight-news {
        margin-bottom: 5rem !important
    }

    .c-homepage-hightlight-news div.highlight-news .highlight-news-container {
        margin-left: 20%
    }

    .c-homepage-hightlight-news div.highlight-news.no-image .highlight-news-container {
        margin-left: 30%
    }

    .c-homepage-hightlight-news .highlight-news-chevron-left {
        top: -17rem;
        left: -22rem;
        width: 52rem
    }
}

.c-image .item,
.c-image .item a {
    display: block;
    position: relative
}

.c-image>h3 {
    text-align: left
}

.text-over-image-band {
    position: absolute;
    z-index: 1;
    width: 100%;
    color: #fff;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    margin: auto auto;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.text-over-image-band .text-over-image.text-black {
    color: #000
}

.image-with-optional-text.has-text-overlay {
    text-align: center;
    width: 100%
}

.image-with-optional-text.has-text-overlay .text-over-image-band {
    -webkit-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s
}

.image-with-optional-text.has-text-overlay:hover .text-over-image-band {
    opacity: .1
}

.c-image .content {
    position: relative;
    margin: auto;
    height: 100%
}

.c-image .content .content-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    z-index: 222
}

.c-image .c-image--interactive-element:hover .content-overlay,
.c-image .c-image--interactive-element.focus-visible .content-overlay {
    opacity: 1
}

.c-image .c-image--interactive-element:hover .content-overlay,
.c-image .c-image--interactive-element:focus-visible .content-overlay {
    opacity: 1
}

.text-overlay-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    z-index: 888
}

.c-image--interactive-element {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0;
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch
}

.c-image--interactive-element:hover .text-overlay-details,
.c-image--interactive-element.focus-visible .text-overlay-details {
    top: 50%;
    left: 50%;
    opacity: 1
}

.c-image--interactive-element:hover .text-overlay-details,
.c-image--interactive-element:focus-visible .text-overlay-details {
    top: 50%;
    left: 50%;
    opacity: 1
}

.text-overlay-details .overlay-text h2,
.text-overlay-details .overlay-text h3,
.text-overlay-details .overlay-text h4,
.text-overlay-details .overlay-text h5 {
    margin-bottom: 1rem
}

.text-overlay-details p {
    margin: 0;
    font-size: 1.6rem;
    font-family: "Arial", sans-serif
}

.fadeIn-bottom {
    top: 80%
}

.image-with-optional-text {
    background-size: cover;
    background-position: center center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform
}

.image-with-optional-text .text-over-image-band {
    font-family: "Oswald", sans-serif;
    line-height: 1.5;
    padding: 1rem 1.5rem
}

.text-over-image-band .text-over-image {
    font-weight: 400
}

.text-over-image-band.text-small .text-over-image {
    font-size: 1.4rem
}

.text-over-image-band.text-medium .text-over-image {
    font-size: 1.8rem
}

.text-over-image-band.text-large .text-over-image {
    font-size: 2rem
}

.image-with-optional-text .text-over-image-band img {
    width: 36%;
    margin: 0 0 1rem 0
}

@media screen and (min-width: 40em) {
    .text-over-image-band.text-small .text-over-image {
        font-size: 1.6rem
    }

    .text-over-image-band.text-medium .text-over-image {
        font-size: 2.2rem
    }

    .text-over-image-band.text-large .text-over-image {
        font-size: 2.6rem
    }

    .image-with-optional-text .text-over-image-band img {
        margin: 0 0 1.5rem 0
    }
}

@media screen and (min-width: 64em) {
    .text-over-image-band.text-small .text-over-image {
        font-size: 1.8rem
    }

    .text-over-image-band.text-medium .text-over-image {
        font-size: 2.6rem
    }

    .text-over-image-band.text-large .text-over-image {
        font-size: 3rem
    }

    .image-with-optional-text .text-over-image-band img {
        margin: 0 0 1rem 0
    }
}

.highlight-nav-box .text-over-image-band {
    background: rgba(89, 124, 49, .8);
    bottom: 0;
    padding: 0;
    min-height: 8.5rem;
    top: unset;
    margin-top: 40%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.highlight-nav-box:hover .text-over-image-band {
    top: 0;
    margin-top: 0
}

.highlight-nav-box .text-over-image-band .text-over-image {
    position: absolute;
    bottom: 0;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.highlight-nav-box .text-over-image-band .text-over-image h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-size: 2rem;
    text-align: left;
    padding: 0 1.5rem 1.5rem 1.5rem;
    width: 100%;
    margin-bottom: 0
}

.highlight-nav-box .text-over-image-band img {
    max-width: 10rem;
    position: absolute;
    bottom: 0;
    right: 0
}

@media screen and (min-width: 640px) {
    .highlight-nav-box .text-over-image-band .text-over-image h3 {
        font-size: 2rem;
        padding: 0 1.5rem .8rem 1.5rem
    }
}

@media screen and (min-width: 705px) {
    .highlight-nav-box .text-over-image-band .text-over-image h3 {
        font-size: 2.2rem;
        padding: 0 1.5rem 1rem 1.5rem
    }

    .highlight-nav-box .text-over-image-band img {
        max-width: 12rem
    }
}

@media screen and (min-width: 1250px) {
    .highlight-nav-box .text-over-image-band .text-over-image h3 {
        font-size: 2.5rem
    }
}

.white-bg-black-text {
    background: rgba(255, 255, 255, .8)
}

.mango-punch-bg-black-text {
    background: rgba(238, 175, 0, .85)
}

.sweet-daphne-bg-black-text {
    background: rgba(199, 210, 138, .85)
}

.bright-gold-bg-black-text {
    background: rgba(221, 208, 85, .85)
}

.blue-heather-bg-black-text {
    background: rgba(198, 211, 215, .85)
}

a .white-bg-black-text~.text-overlay-details *,
a .no-bg-black-text~.text-overlay-details *,
a .mango-punch-bg-black-text~.text-overlay-details *,
a .sweet-daphne-bg-black-text~.text-overlay-details *,
a .bright-gold-bg-black-text~.text-overlay-details *,
a .blue-heather-bg-black-text~.text-overlay-details * {
    color: #000 !important
}

.black-bg-white-text {
    background: rgba(0, 0, 0, .7)
}

.summer-nights-bg-white-text {
    background: rgba(0, 81, 114, .8)
}

.babson-green-bg-white-text {
    background: rgba(0, 102, 67, .8)
}

.englewood-cliffs-bg-white-text {
    background: rgba(108, 111, 112, .85)
}

.alfresco-bg-white-text {
    background: rgba(86, 123, 138, .8)
}

.courtyard-green-bg-white-text {
    background: rgba(89, 124, 49, .8)
}

.peacock-blue-dark-bg-white-text {
    background: rgba(54, 129, 128, .8)
}

.no-bg-white-text~.text-overlay-details *,
.black-bg-white-text~.text-overlay-details *,
.summer-nights-bg-white-text~.text-overlay-details *,
.babson-green-bg-white-text~.text-overlay-details *,
.englewood-cliffs-bg-white-text~.text-overlay-details *,
.alfresco-bg-white-text~.text-overlay-details *,
.courtyard-green-bg-white-text~.text-overlay-details *,
.peacock-blue-dark-bg-white-text~.text-overlay-details * {
    color: #fff
}

.o-adv-wrapper .c-image {
    width: 100%
}

.c-image.has-overlay {
    position: relative;
    overflow: visible;
    cursor: pointer
}

.c-image.has-overlay:hover .item a img {
    opacity: 1
}

.c-image.has-overlay .overlay-image {
    width: 100%
}

.c-image.has-overlay .overlay-details {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: 2;
    -webkit-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s
}

.c-image.has-overlay.up .overlay-details,
.c-image.has-overlay.right .overlay-details {
    top: 0;
    left: unset
}

.c-image.has-overlay:hover .overlay-details,
.c-image.has-overlay:focus .overlay-details {
    -webkit-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    opacity: 0;
    z-index: -1;
    -ms-touch-action: auto;
    touch-action: auto
}

.c-image .item.mobile {
    display: block
}

.c-image .item.tablet-desktop {
    display: none
}

@media screen and (min-width: 40em) {
    .c-image.has-overlay .overlay-hover {
        position: absolute;
        text-align: center;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 1;
        z-index: 6;
        -webkit-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s
    }

    .c-image.has-overlay:hover .overlay-details {
        opacity: 1
    }

    .c-image.has-overlay .overlay-hover:hover+.overlay-details {
        -webkit-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
        opacity: 1;
        z-index: 4;
        bottom: -99%
    }

    .c-image.has-overlay.up .overlay-hover:hover+.overlay-details {
        top: -99%
    }

    .c-image.has-overlay.left .overlay-hover:hover+.overlay-details {
        left: -99%;
        bottom: 0
    }

    .c-image.has-overlay.right .overlay-hover:hover+.overlay-details {
        left: unset;
        right: -99%
    }

    .c-image .item.mobile {
        display: none
    }

    .c-image .item.tablet-desktop {
        display: block
    }
}

@media only screen and (min-device-width: 1024px)and (max-device-width: 1366px)and (orientation: portrait)and (-webkit-min-device-pixel-ratio: 1.5) {
    .c-image .item.mobile {
        display: block
    }

    .c-image .item.tablet-desktop {
        display: none
    }

    .c-image.has-overlay .overlay-hover {
        display: none
    }

    .c-image.has-overlay {
        position: relative;
        overflow: visible;
        cursor: pointer
    }

    .c-image.has-overlay:hover .item a img {
        opacity: 1
    }

    .c-image.has-overlay .overlay-image {
        width: 100%
    }

    .c-image.has-overlay .overlay-details {
        position: absolute;
        text-align: center;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 1;
        z-index: 2;
        -webkit-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s
    }

    .c-image.has-overlay.up .overlay-details,
    .c-image.has-overlay.right .overlay-details {
        top: 0;
        left: unset
    }

    .c-image.has-overlay:hover .overlay-details,
    .c-image.has-overlay:focus .overlay-details {
        -webkit-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
        opacity: 0;
        z-index: -1;
        -ms-touch-action: auto;
        touch-action: auto
    }
}

@media only screen and (min-device-width: 1024px)and (max-device-width: 1366px)and (orientation: landscape)and (-webkit-min-device-pixel-ratio: 1.5) {
    .c-image .item.mobile {
        display: block
    }

    .c-image .item.tablet-desktop {
        display: none
    }

    .c-image.has-overlay .overlay-hover {
        display: none
    }

    .c-image.has-overlay {
        position: relative;
        overflow: visible;
        cursor: pointer
    }

    .c-image.has-overlay:hover .item a img {
        opacity: 1
    }

    .c-image.has-overlay .overlay-image {
        width: 100%
    }

    .c-image.has-overlay .overlay-details {
        position: absolute;
        text-align: center;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 1;
        z-index: 2;
        -webkit-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s
    }

    .c-image.has-overlay.up .overlay-details,
    .c-image.has-overlay.right .overlay-details {
        top: 0;
        left: unset
    }

    .c-image.has-overlay:hover .overlay-details,
    .c-image.has-overlay:focus .overlay-details {
        -webkit-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
        opacity: 0;
        z-index: -1;
        -ms-touch-action: auto;
        touch-action: auto
    }
}

@media only screen and (device-width: 768px) {
    .c-image .item.mobile {
        display: block
    }

    .c-image .item.tablet-desktop {
        display: none
    }

    .c-image.has-overlay .overlay-hover {
        display: none
    }

    .c-image.has-overlay {
        position: relative;
        overflow: visible;
        cursor: pointer
    }

    .c-image.has-overlay:hover .item a img {
        opacity: 1
    }

    .c-image.has-overlay .overlay-image {
        width: 100%
    }

    .c-image.has-overlay .overlay-details {
        position: absolute;
        text-align: center;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 1;
        z-index: 2;
        -webkit-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s
    }

    .c-image.has-overlay.up .overlay-details,
    .c-image.has-overlay.right .overlay-details {
        top: 0;
        left: unset
    }

    .c-image.has-overlay:hover .overlay-details,
    .c-image.has-overlay:focus .overlay-details {
        -webkit-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
        opacity: 0;
        z-index: -1;
        -ms-touch-action: auto;
        touch-action: auto
    }
}

.c-image .fas.fa-plus,
.c-image .fas.fa-minus,
.c-image .fa.fa-arrow-right {
    color: #fff;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, .5);
    padding: .5rem .6rem;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    font-size: 2rem;
    font-size: 1.7rem;
    z-index: 88888888;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    pointer-events: none
}

.c-image.top-icons-gray .fas.fa-plus,
.c-image.bottom-icons-gray .fas.fa-minus,
.c-image.bottom-icons-gray .fa.fa-arrow-right {
    color: #464646;
    border: 1px solid rgba(70, 70, 70, .4)
}

.c-image .fa.fa-arrow-right {
    z-index: 1
}

.c-image .fas.fa-minus {
    z-index: 1
}

@media screen and (max-width: 40em) {
    .c-image.has-overlay.bottom-image-no-link .overlay-details {
        opacity: 1;
        z-index: 2
    }

    .c-image.has-overlay.image-with-image-overlay.bottom-image-visible .overlay-details {
        opacity: 0;
        z-index: 1
    }

    .c-image.has-overlay.bottom-image-has-link:hover .overlay-details,
    .c-image.has-overlay.bottom-image-has-link:focus .overlay-details {
        -webkit-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
        opacity: 0;
        z-index: -1;
        -ms-touch-action: auto;
        touch-action: auto
    }
}

@media screen and (min-width: 40em) {
    .c-image:hover .fas.fa-plus {
        opacity: 0
    }

    .c-image.has-overlay:hover .overlay-details,
    .c-image.has-overlay:focus .overlay-details {
        -webkit-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
        opacity: 0;
        z-index: -1;
        -ms-touch-action: auto;
        touch-action: auto
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 2)and (max-height: 40rem)and (max-width: 63em)and (orientation: landscape) {

    .c-image.has-overlay,
    .c-image.has-overlay .item.mobile .overlay-hover {
        width: 50%
    }

    .c-image .item.mobile {
        display: block
    }

    .c-image .item.tablet-desktop {
        display: none
    }
}

.babson-alumni__juicer {
    background: #eef1dc;
    margin-top: 4rem
}

.babson-alumni__juicer-flickr {
    margin-top: 0
}

.babson-alumni__juicer-flickr .intro-text {
    text-align: center;
    max-width: inherit
}

.babson-alumni__juicer-flickr .j-message {
    display: none
}

.babson-alumni__juicer-flickr .j-display-filters {
    display: none
}

.juicer-feed li.feed-item.juicer-ad {
    display: none
}

.babson-alumni__juicer h1.referral {
    position: absolute;
    height: 0;
    width: 0;
    overflow: hidden
}

.babson-alumni__juicer h2 {
    font-family: "Oswald", sans-serif;
    color: #145451;
    font-size: 2.6rem;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    font-size: 2.6rem;
    margin-bottom: 3rem
}

@media screen and (min-width: 40em) {
    .babson-alumni__juicer h2 {
        font-size: 3.6rem;
        margin-bottom: 6rem
    }
}

.babson-alumni__juicer .juicer-feed ul.j-display-filters {
    font-family: "Zilla Slab", serif;
    text-transform: none;
    font-size: 1.8rem;
    color: #005172;
    padding-left: 0
}

.babson-alumni__juicer .juicer-feed ul.j-display-filters li.j-social-icon {
    background: rgba(255, 255, 255, .33) !important;
    font-family: "Oswald", sans-serif;
    color: #005172;
    font-size: 1.8rem;
    padding: 1rem 1.5rem 1.5rem;
    margin: 0 0 0 1rem;
    border-bottom: none;
    border: .1rem solid rgba(255, 255, 255, .66);
    border-radius: .5rem
}

.babson-alumni__juicer .juicer-feed ul.j-display-filters li.j-social-icon:not(:first-of-type) {
    font-size: 0;
    padding: 1.2rem 1.5rem
}

.babson-alumni__juicer .juicer-feed ul.j-display-filters li.j-social-icon:before {
    color: #005172;
    font-size: 1.8rem;
    margin-right: 0
}

.babson-alumni__juicer .juicer-feed ul.j-display-filters li.j-social-icon:first-of-type:before {
    display: none
}

.babson-alumni__juicer .juicer-feed ul.j-display-filters li.j-social-icon:hover {
    background: rgba(255, 255, 255, .66) !important;
    border: .1rem solid rgba(255, 255, 255, .66) !important
}

.babson-alumni__juicer .juicer-feed ul.j-display-filters li.j-social-icon.highlight {
    background: #fff !important;
    border: .1rem solid #368180 !important;
    color: #005172
}

.babson-alumni__juicer .juicer-feed ul.j-display-filters li.j-social-icon.highlight:hover {
    color: #005172
}

.babson-alumni__juicer .juicer-feed ul.j-display-filters li.j-social-icon.highlight:before {
    color: #368180 !important
}

.babson-alumni__juicer .juicer-feed .j-paginate {
    border: .2rem solid #064;
    background: #064;
    color: #fff;
    letter-spacing: .1rem;
    font-family: "Oswald", sans-serif
}

.babson-alumni__juicer .juicer-feed .j-paginate:hover {
    border: .2rem solid #9eb28f;
    background: #9eb28f;
    color: #000
}

.j-post-overlay.juicer-feed .j-navigate a.j-previous:before,
.j-post-overlay.juicer-feed .j-navigate a.j-next:before {
    font-size: 3.6rem
}

.c-jumbotron {
    position: relative;
    margin: 0 auto;
    max-width: 86rem
}

.c-jumbotron.width-860 {
    max-width: 86rem
}

.c-jumbotron.width-1140 {
    max-width: 114rem
}

.c-jumbotron.width-full {
    max-width: unset
}

.c-jumbotron__media {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    display: block
}

.c-jumbotron__media a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

.c-jumbotron__text {
    position: relative;
    max-width: 83%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 2;
    border-top: .7rem solid #c6d3d7;
    background-color: rgba(255, 255, 255, .95);
    margin-top: -5.5rem;
    padding: 2.4rem 1.2rem
}

.c-jumbotron__text>* {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.c-jumbotron__text>:nth-child(2),
.c-jumbotron__text>:nth-child(3) {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    margin-right: 1.8rem
}

.c-jumbotron__text>a:last-child {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    -ms-flex-preferred-size: 144px;
    flex-basis: 144px;
    display: block;
    max-width: 200px
}

.c-jumbotron__text>p:last-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 0
}

.c-jumbotron__media svg {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 1.5rem;
    right: 0;
    height: 12.5rem;
    width: 12.5rem;
    margin: auto;
    opacity: .6;
    fill: #fff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.c-jumbotron__media a:hover svg {
    height: 18.75rem;
    width: 18.75rem;
    opacity: .4
}

.c-jumbotron__text a.btn {
    padding: 1rem 1.7rem;
    text-align: center
}

.c-jumbotron__text a.btn:not(.btn--light):not(.btn--blue-BG):not(.tag-link) {
    color: #fff;
    background: #597c31;
    border: 2px solid #597c31
}

.c-jumbotron__text a.btn:not(.btn--light):not(.btn--blue-BG):not(.tag-link):hover {
    color: #597c31;
    background: #fff;
    border: 2px solid #597c31
}

.c-jumbotron__text .btn.tag-link {
    color: #064;
    background: none;
    border: none;
    letter-spacing: normal;
    text-decoration: none;
    padding: 14px 0 0 0;
    font-weight: 400;
    text-align: left
}

.c-jumbotron__text .btn.tag-link:hover {
    text-decoration: underline;
    background: none;
    color: #064
}

.c-jumbotron__text .btn.babson-green-tag:hover {
    text-decoration: underline;
    background: none;
    color: #064
}

.c-jumbotron.jumbotron-image-left-short .c-jumbotron__text .btn,
.c-jumbotron.jumbotron-image-left-long .c-jumbotron__text .btn,
.c-jumbotron.jumbotron-image-right-short .c-jumbotron__text .btn,
.c-jumbotron.jumbotron-image-right-long .c-jumbotron__text .btn {
    line-height: 1.5;
    padding: 1rem 1.7rem;
    text-align: center;
    display: inline-block;
    -ms-flex-preferred-size: unset !important;
    flex-basis: unset !important;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: auto;
    min-width: unset !important;
    max-width: unset !important
}

@media screen and (max-width: 640px) {
    html:not(.full-width-page-layout) .c-jumbotron__media {
        margin-left: -2rem;
        margin-right: -2rem
    }

    html:not(.full-width-page-layout) .c-jumbotron .c-jumbotron__text {
        max-width: unset
    }

    body .c-jumbotron .c-jumbotron__text {
        padding: 2rem
    }

    .c-jumbotron.jumbotron-image-left-short .c-jumbotron__text .btn,
    .c-jumbotron.jumbotron-image-left-long .c-jumbotron__text .btn,
    .c-jumbotron.jumbotron-image-right-short .c-jumbotron__text .btn,
    .c-jumbotron.jumbotron-image-right-long .c-jumbotron__text .btn {
        max-width: 100% !important;
        margin-right: 0
    }

    .c-jumbotron__text.text-large p,
    .c-jumbotron__text.text-large span.subtitle {
        margin-right: 0
    }
}

.c-jumbotron__text.alfresco {
    border-top: .7rem solid #5c7f92
}

.c-jumbotron__text.blue-heather {
    border-top: .7rem solid #c6d3d7
}

.c-jumbotron__text.cedar-key {
    border-top: .7rem solid #dad7cb
}

.c-jumbotron__text.courtyard-green {
    border-top: .7rem solid #597c31
}

.c-jumbotron__text.mango-punch {
    border-top: .7rem solid #eeaf00
}

.c-jumbotron__text.peacock-blue-dark {
    border-top: .7rem solid #368180
}

.c-jumbotron__text.sherwood-green {
    border-top: .7rem solid #9eb28f
}

.c-jumbotron__text.sweet-daphne {
    border-top: .7rem solid #ccd695
}

.c-jumbotron__text h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    color: #064;
    margin-bottom: 1.5rem;
    margin-top: 0
}

.c-jumbotron__text h3.no-space-after {
    margin-bottom: 0 !important
}

.c-jumbotron__text span.subtitle {
    font-family: "Oswald", sans-serif;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    display: block
}

.c-jumbotron__text p {
    font-family: "Arial", sans-serif;
    font-size: 1.6rem
}

.c-jumbotron__media img {
    width: 100%;
    pointer-events: none
}

.c-jumbotron__text.text-small {
    padding: 2rem
}

.c-jumbotron__text.text-medium {
    padding: 2.4rem
}

.c-jumbotron__text,
.c-jumbotron__text.text-large {
    padding: 3.2rem
}

.c-jumbotron__text.text-small h3 {
    font-size: 2.2rem;
    margin-bottom: 1rem
}

.c-jumbotron__text.text-medium h3 {
    font-size: 2.6rem
}

.c-jumbotron__text h3,
.c-jumbotron__text.text-large h3 {
    font-size: 2.8rem
}

.c-jumbotron__text.text-small span.subtitle {
    font-size: 1.8rem;
    margin-bottom: 1rem
}

.c-jumbotron__text.text-medium span.subtitle {
    font-size: 1.8rem
}

.c-jumbotron__text.text-large span.subtitle {
    font-size: 2rem;
    margin-top: .5rem
}

.c-jumbotron__text.text-small p {
    font-size: 1.4rem
}

.c-jumbotron__text.text-medium p {
    font-size: 1.6rem
}

.c-jumbotron__text.text-large p {
    font-size: 1.8rem
}

@media screen and (min-width: 40em) {
    .c-jumbotron__text {
        margin-top: -7.5rem;
        padding: 36px
    }

    .c-jumbotron__text.text-small h3 {
        font-size: 2.2rem;
        margin-bottom: 1rem
    }

    .c-jumbotron__text.text-medium h3 {
        font-size: 2.6rem;
        margin-bottom: 1.5rem
    }

    .c-jumbotron__text h3,
    .c-jumbotron__text.text-large h3 {
        font-size: 3.6rem;
        margin-bottom: 2rem
    }

    .c-jumbotron__text p {
        font-size: 1.8rem
    }

    .c-jumbotron__media img {
        margin-bottom: 0
    }

    .c-jumbotron__media svg {
        bottom: 0
    }

    .c-jumbotron[\:has\(.c-jumbotron__media.remove-height\)],
    .c-jumbotron.jumbotron-image-right-short .c-jumbotron__media.remove-width-height,
    .c-jumbotron.jumbotron-image-right-long .c-jumbotron__media.remove-width-height,
    .c-jumbotron.jumbotron-image-left-short .c-jumbotron__media.remove-width-height,
    .c-jumbotron.jumbotron-image-left-long .c-jumbotron__media.remove-width-height {
        height: auto !important;
        width: auto !important
    }

    .c-jumbotron:has(.c-jumbotron__media.remove-height),
    .c-jumbotron.jumbotron-image-right-short .c-jumbotron__media.remove-width-height,
    .c-jumbotron.jumbotron-image-right-long .c-jumbotron__media.remove-width-height,
    .c-jumbotron.jumbotron-image-left-short .c-jumbotron__media.remove-width-height,
    .c-jumbotron.jumbotron-image-left-long .c-jumbotron__media.remove-width-height {
        height: auto !important;
        width: auto !important
    }
}

@media screen and (min-width: 64em) {
    .c-jumbotron__text {
        margin-top: -8.75rem
    }

    .c-jumbotron.width-full .c-jumbotron__text,
    .c-jumbotron.width-1140 .c-jumbotron__text {
        max-width: 92.5rem
    }

    .c-jumbotron__text h3,
    .c-jumbotron__text.text-large h3 {
        font-size: 4rem;
        margin-bottom: 2.4rem
    }
}

.c-jumbotron.jumbotron-image-left-short,
.c-jumbotron.jumbotron-image-left-long,
.c-jumbotron.jumbotron-image-right-short,
.c-jumbotron.jumbotron-image-right-long {
    position: relative;
    max-width: 100%;
    display: block;
    width: 100%
}

.c-jumbotron.jumbotron-image-left-short .c-jumbotron__media,
.c-jumbotron.jumbotron-image-left-long .c-jumbotron__media,
.c-jumbotron.jumbotron-image-right-short .c-jumbotron__media,
.c-jumbotron.jumbotron-image-right-long .c-jumbotron__media {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.c-jumbotron.jumbotron-image-left-short .c-jumbotron__media img,
.c-jumbotron.jumbotron-image-left-long .c-jumbotron__media img,
.c-jumbotron.jumbotron-image-right-short .c-jumbotron__media img,
.c-jumbotron.jumbotron-image-right-long .c-jumbotron__media img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

.c-jumbotron.jumbotron-image-left-short .c-jumbotron__text,
.c-jumbotron.jumbotron-image-left-long .c-jumbotron__text,
.c-jumbotron.jumbotron-image-right-short .c-jumbotron__text,
.c-jumbotron.jumbotron-image-right-long .c-jumbotron__text {
    display: block
}

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

    .c-jumbotron.jumbotron-image-left-short,
    .c-jumbotron.jumbotron-image-left-long,
    .c-jumbotron.jumbotron-image-right-short,
    .c-jumbotron.jumbotron-image-right-long {
        position: relative;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }

    .c-jumbotron.jumbotron-image-right-short,
    .c-jumbotron.jumbotron-image-right-long {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .c-jumbotron.jumbotron-image-left-short .c-jumbotron__media,
    .c-jumbotron.jumbotron-image-right-short .c-jumbotron__media,
    .c-jumbotron.jumbotron-image-left-long .c-jumbotron__media,
    .c-jumbotron.jumbotron-image-right-long .c-jumbotron__media {
        height: 50rem
    }

    .c-jumbotron.jumbotron-image-left-short .c-jumbotron__media,
    .c-jumbotron.jumbotron-image-right-short .c-jumbotron__media {
        width: 65%
    }

    .c-jumbotron.jumbotron-image-left-long .c-jumbotron__media,
    .c-jumbotron.jumbotron-image-right-long .c-jumbotron__media {
        width: 55%
    }

    .c-jumbotron.jumbotron-image-right-short .c-jumbotron__media,
    .c-jumbotron.jumbotron-image-right-long .c-jumbotron__media {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .c-jumbotron.jumbotron-image-left-short .c-jumbotron__text,
    .c-jumbotron.jumbotron-image-left-long .c-jumbotron__text,
    .c-jumbotron.jumbotron-image-right-short .c-jumbotron__text,
    .c-jumbotron.jumbotron-image-right-long .c-jumbotron__text {
        margin-top: 0 !important;
        margin-left: auto;
        margin-right: auto;
        height: 100%;
        padding: 3rem;
        vertical-align: middle;
        display: block
    }

    .c-jumbotron.jumbotron-image-left-short .c-jumbotron__text,
    .c-jumbotron.jumbotron-image-right-short .c-jumbotron__text {
        width: 36rem
    }

    .c-jumbotron.jumbotron-image-left-long .c-jumbotron__text,
    .c-jumbotron.jumbotron-image-right-long .c-jumbotron__text {
        width: 56rem
    }

    .c-jumbotron.jumbotron-image-left-short .c-jumbotron__text,
    .c-jumbotron.jumbotron-image-left-long .c-jumbotron__text {
        margin-left: -8.5rem;
        height: auto
    }

    .c-jumbotron.jumbotron-image-right-long .c-jumbotron__text,
    .c-jumbotron.jumbotron-image-right-short .c-jumbotron__text {
        margin-right: -8.5rem;
        height: auto
    }
}

@media screen and (min-width: 64em) {

    .c-jumbotron.jumbotron-image-left-short .c-jumbotron__media,
    .c-jumbotron.jumbotron-image-right-short .c-jumbotron__media,
    .c-jumbotron.jumbotron-image-left-long .c-jumbotron__media,
    .c-jumbotron.jumbotron-image-right-long .c-jumbotron__media {
        height: 58rem
    }

    .c-jumbotron.jumbotron-image-left-short .c-jumbotron__media,
    .c-jumbotron.jumbotron-image-right-short .c-jumbotron__media {
        width: 68%
    }

    .c-jumbotron.jumbotron-image-left-long .c-jumbotron__media,
    .c-jumbotron.jumbotron-image-right-long .c-jumbotron__media {
        width: 60%
    }

    .c-jumbotron[\:has\(.c-jumbotron__media.remove-height\)],
    .c-jumbotron.jumbotron-image-right-short .c-jumbotron__media.remove-width-height,
    .c-jumbotron.jumbotron-image-right-long .c-jumbotron__media.remove-width-height,
    .c-jumbotron.jumbotron-image-left-short .c-jumbotron__media.remove-width-height,
    .c-jumbotron.jumbotron-image-left-long .c-jumbotron__media.remove-width-height {
        height: auto !important;
        width: auto !important
    }

    .c-jumbotron:has(.c-jumbotron__media.remove-height),
    .c-jumbotron.jumbotron-image-right-short .c-jumbotron__media.remove-width-height,
    .c-jumbotron.jumbotron-image-right-long .c-jumbotron__media.remove-width-height,
    .c-jumbotron.jumbotron-image-left-short .c-jumbotron__media.remove-width-height,
    .c-jumbotron.jumbotron-image-left-long .c-jumbotron__media.remove-width-height {
        height: auto !important;
        width: auto !important
    }
}

.grad__content h3.jump-links__target,
.mod-content h3.jump-links__target,
#main-content h3.jump-links__target,
.content-container h3.jump-links__target,
.pg-art h3.jump-links__target {
    outline: none
}

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

    .grad__content h3.jump-links__target,
    .mod-content h3.jump-links__target,
    #main-content h3.jump-links__target,
    .content-container h3.jump-links__target,
    .pg-art h3.jump-links__target {
        padding-top: 105px;
        margin-top: -105px
    }
}

@media(min-width: 1100px) {
    .jump-links {
        padding: 2.4rem 48px
    }
}

.jump-links {
    background: #eef1dc;
    padding: .4rem 1.2rem 1rem 1.2rem;
    position: relative;
    border-top: .5rem solid #c6d3d7
}

.jump-links h2 {
    font-family: "Oswald", sans-serif;
    color: #064;
    font-weight: 400;
    padding-bottom: .4rem;
    margin-bottom: 1.2rem;
    line-height: 2;
    border-bottom: .1rem solid #c6d3d7
}

@media screen and (min-width: 1000px) {
    .jump-links ul {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3
    }
}

@media screen and (min-width: 660px) {
    .jump-links ul {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2
    }
}

.jump-links ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.jump-links ul.toc-list li {
    display: block;
    margin: 0 .2rem;
    position: relative;
    font-family: "Oswald", sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    position: relative;
    padding-bottom: 1.2rem;
    page-break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

.jump-links a {
    text-decoration: none;
    color: #005172;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out
}

.jump-links a:hover,
.jump-links a:focus {
    color: #064
}

.jump-links a:hover:after,
.jump-links a:focus:after {
    color: #064
}

.jump-links a:hover:after,
.jump-links a:focus:after {
    color: #064
}

.jump-links a:after {
    content: " ";
    font-family: "Font Awesome 5 Free", "FontAwesome";
    font-weight: 900;
    display: inline;
    color: transparent;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out
}

.back-to-top.available {
    opacity: 1
}

.back-to-top {
    opacity: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.back-to-top button {
    border: none;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    width: 6rem;
    height: 6rem
}

@media screen and (min-width: 40em) {
    .back-to-top button i {
        font-size: 2.4rem
    }
}

.back-to-top button i {
    display: block;
    text-align: center;
    font-size: 1.8rem
}

div[id*="d.en."]::before,
span[id*="d.en."]::before {
    content: "";
    display: block;
    height: 72px;
    margin-top: -72px;
    visibility: hidden
}

.jump-links__target[id]::before {
    content: "";
    display: block;
    height: 100px;
    margin-top: -100px;
    visibility: hidden
}

.profile-info-top .jump-links__target[id]::before {
    content: "";
    display: block;
    height: 280px;
    margin-top: -310px;
    visibility: hidden
}

@media screen and (min-width: 40em) {
    .profile-info-top .jump-links__target[id]::before {
        height: 160px;
        margin-top: -160px
    }
}

@media screen and (min-width: 64em) {

    div[id*="d.en."]::before,
    span[id*="d.en."]::before {
        height: 110px;
        margin-top: -110px
    }

    .jump-links__target[id]::before {
        height: 170px;
        margin-top: -170px
    }

    .profile-info-top .jump-links__target[id]::before {
        height: 180px;
        margin-top: -180px
    }
}

.landing-course-details {
    padding: 1rem 0;
    margin-bottom: 3rem;
    background-color: #f5f7e8
}

@media screen and (min-width: 64em) {
    .landing-course-details {
        margin-bottom: 4rem;
        padding: 4rem 0 3rem
    }
}

.landing-course-details__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.landing-course-details__detail {
    margin-bottom: 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 50%;
    flex: 0 50%
}

.landing-course-details__detail i {
    color: #064;
    font-size: 5rem;
    margin-right: 1rem
}

.landing-course-details__detail h4 {
    margin: 0 0 0 1rem;
    color: #005172;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 400
}

.landing-course-details__detail p {
    margin: 0 0 0 1rem;
    font-size: 2rem
}

@media screen and (min-width: 64em) {
    .landing-course-details__detail i {
        float: left
    }

    .landing-course-details__detail h4 {
        margin: 1rem 0 0
    }

    .landing-course-details__detail p {
        margin: 0;
        font-size: 2rem
    }
}

.landing-course-details .icon-babson-calendar {
    background-image: url(../images/AtA-Glance-AppDeadline-006644.png)
}

.landing-course-details .icon-babson-calendar-events-symbol {
    background-image: url(../images/AtA-Glance-DUration-006644.png)
}

.landing-course-details .icon-babson-location-pin {
    background-image: url(../images/AtA-Glance-Location-006644.png)
}

.landing-course-details .icon-babson-forms {
    background-image: url(../images/AtA-Glance-GMAT-006644.png)
}

.landing-course-details .icon-babson-passport {
    background-image: url(../images/AtA-Glance-Visa-006644.png)
}

.landing-course-details .icon-babson-briefcase {
    background-image: url(../images/AtA-Glance-Experience-006644.png)
}

.landing-course-details .icon,
.c-ataglance .demo-icon {
    background-repeat: no-repeat
}

.landing-course-details .icon {
    background-position: 0rem 1rem
}

.landing-course-details .icon:before,
.c-ataglance .demo-icon:before {
    content: " "
}

.landing-footer {
    margin: 6rem auto;
    text-align: center;
    font-family: "Oswald", sans-serif
}

.landing-footer__logo {
    width: 150px;
    margin-bottom: 2.5rem
}

@media screen and (min-width: 40em) {
    .landing-footer__logo {
        margin-bottom: 2.5rem
    }
}

@media screen and (min-width: 64em) {
    .landing-footer__logo {
        margin-bottom: 6.25rem
    }
}

@media screen and (min-width: 40em) {
    .landing-footer {
        margin: 150px auto
    }

    .landing-footer__logo {
        width: 230px
    }
}

.landing-form {
    background-color: #eef2f3;
    padding: 0 2rem 2rem;
    -webkit-box-shadow: 0rem .2rem .4rem -1px rgba(0, 0, 0, .3);
    box-shadow: 0rem .2rem .4rem -1px rgba(0, 0, 0, .3)
}

.landing-form h3 {
    display: none
}

.landing-form p {
    font-size: 2rem
}

.landing-form label {
    font-weight: 100;
    color: #006c98
}

.landing-form .footnote {
    display: none
}

.landing-form .btn {
    width: 100%;
    font-family: "Zilla Slab", serif;
    display: block;
    text-transform: none;
    font-size: 2.5rem;
    padding: 1.2rem
}

.landing-form__collapsible-form>p {
    -webkit-transition: margin-bottom .3s;
    transition: margin-bottom .3s
}

.landing-form__collapsible-container.engaged .landing-form__collapsible-form>p {
    margin-bottom: 0
}

.landing-form__accordion-btn {
    font-size: 2.7rem;
    font-family: "Oswald", sans-serif;
    border-top: .5rem solid #ccd695;
    font-weight: 400;
    background-color: #eef2f3;
    color: #005172;
    padding: 1.5rem;
    text-align: left
}

.landing-form__accordion-btn span {
    display: block
}

.landing-form__accordion-btn.collapsible-form__accordion-btn>span::after {
    top: 2rem;
    right: 0
}

.landing-form__accordion-btn.collapsible-form__accordion-btn--closed>span::after {
    top: 1.2rem
}

.landing-form .stepped-form--btn {
    background-color: #064
}

@media screen and (min-width: 64em) {
    .landing-form {
        border-top: .5rem solid #ccd695;
        padding: 2rem 3rem
    }

    .landing-form__accordion-btn {
        display: none
    }

    .landing-form h3 {
        display: block
    }

    .landing-form form input:not([type=checkbox]):not([type=radio]):not([type=image]),
    .landing-form textarea,
    .landing-form select {
        margin-top: .8rem
    }

    .landing-form__accoridian-toggle {
        display: none
    }

    .landing-form .btn {
        height: 8rem
    }

    .landing-form .footnote {
        font-size: 1.6rem;
        display: block
    }
}

.landing-form__container {
    -webkit-box-shadow: 0rem .2rem .4rem -1px rgba(0, 0, 0, .3);
    box-shadow: 0rem .2rem .4rem -1px rgba(0, 0, 0, .3)
}

@media screen and (max-width: 63.9375em) {
    .landing-form__container {
        overflow-y: scroll;
        position: relative;
        top: 0;
        margin: 0;
        padding: 0
    }
}

@media screen and (min-width: 64em) {
    .landing-form__collapsible-container form {
        display: block !important
    }
}

.landing-form h3 {
    margin-top: 0;
    margin-bottom: .75rem
}

.landing-form p {
    line-height: 2.4rem;
    margin-bottom: 1.4rem
}

@media screen and (min-width: 64em) {

    .landing-form form input[type=submit],
    .landing-form form fieldset:nth-child(n+2) {
        display: block !important
    }

    .landing-form form .stepped-form--btn {
        display: none !important
    }
}

.landing-form form div.field-container-D,
.landing-form .form-assembly-container .wForm form div.oneField {
    margin-bottom: 0
}

.landing-form #tfa_8-L {
    width: 100% !important
}

.landing-hero {
    position: relative;
    background-color: #fff
}

.landing-hero .grad--hero__image {
    max-height: 890px
}

.landing-hero .grad--hero__image img {
    max-height: 890px
}

.landing-hero__content-container {
    width: 100%;
    padding: 2rem 0
}

@media screen and (min-width: 64em) {
    .landing-hero__content-container {
        background-color: transparent;
        position: absolute;
        bottom: 0
    }

    .landing-hero__content-container>.landing-hero__content {
        z-index: 2;
        position: relative
    }

    .landing-hero__content-container:after {
        opacity: .9;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        bottom: 0;
        background-color: #fff
    }
}

.landing-hero h1 {
    margin-bottom: 1rem
}

.landing-hero p {
    font-size: 1.7rem;
    font-style: italic;
    font-weight: 500
}

@media screen and (min-width: 40em) {
    .landing-hero p {
        font-size: 2.4rem
    }
}

@media screen and (min-width: 64em) {
    .landing-hero p {
        font-size: 2.4rem
    }
}

.landing-hero a {
    display: none;
    text-transform: none;
    font-size: 1.4rem;
    font-style: normal
}

.landing-hero a:hover {
    text-decoration: none
}

@media screen and (min-width: 64em) {
    .landing-hero a {
        display: inline-block
    }
}

.c-landing-hero {
    display: block;
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 18.7rem;
    margin-bottom: 2rem;
    z-index: 1
}

.full-width-page-layout .c-landing-hero,
.simple-page-layout .c-landing-hero {
    margin-bottom: 0
}

.c-landing-hero h1 {
    font-size: 3.2rem;
    margin-bottom: 1.8rem;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.c-landing-hero a.btn {
    padding: 1rem 2rem
}

.c-landing-hero a.btn.tag-link {
    position: relative;
    padding: 0;
    background: none
}

.c-landing-hero a.btn.tag-link:after {
    content: ">>";
    position: absolute;
    top: -2px;
    bottom: 24px;
    right: -20px
}

.c-landing-hero.black-overlay a.btn.tag-link,
.c-landing-hero[\:has\(.u-text__color--white\)] .tag-link {
    color: #fff
}

.c-landing-hero.black-overlay a.btn.tag-link,
.c-landing-hero:has(.u-text__color--white) .tag-link {
    color: #fff
}

.c-landing-hero .c-landing-hero__text {
    position: relative;
    display: block;
    height: 100%
}

.c-landing-hero.white-overlay:not(.video) .c-landing-hero__text {
    background: rgba(255, 255, 255, .8)
}

.c-landing-hero.white-overlay:not(.video) .c-landing-hero__text p,
.c-landing-hero.white-overlay:not(.video) .c-landing-hero__text p span a {
    color: #000
}

.c-landing-hero.black-overlay:not(.video) .c-landing-hero__text {
    background: rgba(0, 0, 0, .3)
}

.c-landing-hero .c-landing-hero__text.room-for-form .room-for-form-container {
    max-width: 114rem;
    margin-left: auto;
    margin-right: auto
}

.c-landing-hero .c-landing-hero__text-container {
    padding: 2rem;
    max-width: 86rem;
    margin-left: auto;
    margin-right: auto
}

.c-landing-hero__text h1.u-text__color--white,
.c-landing-hero__text .c-landing-hero__description.u-text__color--white {
    color: #fff !important;
    text-shadow: 0 .2rem .4rem rgba(0, 0, 0, .5)
}

.c-landing-hero.video video,
.c-landing-hero.video .c-landing-hero__text {
    height: unset
}

.c-landing-hero.video .c-landing-hero__text-container {
    padding: 2rem 2rem 3rem 2rem
}

.c-landing-hero.u-background--babson-green.video h1,
.c-landing-hero.u-background--babson-green.video p,
.c-landing-hero.u-background--babson-green.video p span a,
.c-landing-hero.image-stack.u-background--babson-green.video h1,
.c-landing-hero.image-stack.u-background--babson-green.video p,
.c-landing-hero.image-stack.u-background--babson-green.video p span a,
.c-landing-hero.u-background--babson-green.video.white-overlay h1,
.c-landing-hero.u-background--babson-green.video.white-overlay p,
.c-landing-hero.u-background--babson-green.video.white-overlay p span a {
    color: #fff !important;
    text-shadow: none !important
}

.c-landing-hero.u-background--babson-green.video a.btn.tag-link,
.c-landing-hero.image-stack.u-background--babson-green.video a.btn.tag-link,
.c-landing-hero.u-background--babson-green.video.white-overlay a.btn.tag-link {
    color: #fff;
    background: none
}

@media screen and (min-width: 40em) {
    .c-landing-hero {
        min-height: 25rem
    }

    .c-landing-hero h1 {
        font-size: 3.8rem;
        margin-bottom: 1.8rem
    }

    .c-landing-hero a.btn {
        text-shadow: none
    }

    .c-landing-hero.image-stack .image-stack {
        display: none
    }

    .c-landing-hero.white-overlay.image-stack:not(.video) .c-landing-hero__text {
        background: rgba(255, 255, 255, .8);
        text-shadow: 0 .2rem .4rem rgba(255, 255, 255, .4)
    }

    .c-landing-hero.black-overlay.image-stack:not(.video) .c-landing-hero__text {
        background: rgba(0, 0, 0, .3);
        text-shadow: 0 .2rem .4rem rgba(0, 0, 0, .5)
    }

    .c-landing-hero .c-landing-hero__text-container {
        padding: 3rem
    }

    .c-landing-hero.video .c-landing-hero__text-container {
        padding: 2rem 3rem 3rem
    }
}

@media screen and (min-width: 895px) {
    .c-landing-hero .c-landing-hero__text-container {
        padding: 4rem 0
    }

    .c-landing-hero .c-landing-hero__text.room-for-form .c-landing-hero__text-container {
        padding: 4rem 3rem;
        margin-left: unset;
        margin-right: unset
    }

    .c-landing-hero.video .c-landing-hero__text-container {
        padding: 2rem 0 3rem
    }
}

@media screen and (min-width: 64em) {
    .c-landing-hero {
        min-height: 35rem
    }

    .c-landing-hero h1 {
        font-size: 5rem;
        margin-bottom: 1.8rem
    }

    .c-landing-hero .c-landing-hero__text.room-for-form .c-landing-hero__text-container {
        width: 49%
    }
}

@media screen and (min-width: 1200px) {
    .c-landing-hero__text-container {
        padding: 7.5rem 0
    }

    .c-landing-hero .c-landing-hero__text.room-for-form {
        margin-left: auto;
        margin-right: auto
    }

    .c-landing-hero .c-landing-hero__text.room-for-form .c-landing-hero__text-container {
        padding: 5rem 0;
        width: 54%;
        max-width: 61rem
    }
}

@media screen and (max-width: 40em) {
    .c-landing-hero.image-stack {
        position: relative;
        background-image: none !important;
        overflow: hidden
    }

    .c-landing-hero.image-stack {
        background-image: none
    }

    .c-landing-hero.image-stack .c-landing-hero__text,
    .c-landing-hero.black-overlay.image-stack .c-landing-hero__text,
    .c-landing-hero.white-overlay.image-stack .c-landing-hero__text {
        display: block;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        background: none
    }

    .c-landing-hero.image-stack .c-landing-hero__text h1,
    .c-landing-hero.image-stack .c-landing-hero__text p {
        text-shadow: none
    }

    .c-landing-hero.image-stack h1,
    .c-landing-hero.image-stack.u-background--blue-heather-lt h1,
    .c-landing-hero.image-stack.u-background--sweet-daphne-lt h1,
    .c-landing-hero.image-stack.u-background--cedar-key-lt h1 {
        color: #064 !important
    }

    .c-landing-hero.image-stack p,
    .c-landing-hero.image-stack.u-background--blue-heather-lt p,
    .c-landing-hero.image-stack.u-background--sweet-daphne-lt p,
    .c-landing-hero.image-stack.u-background--cedar-key-lt p {
        color: #464646
    }

    .c-landing-hero.image-stack p span a,
    .c-landing-hero.image-stack.u-background--blue-heather-lt p span a,
    .c-landing-hero.image-stack.u-background--sweet-daphne-lt p span a,
    .c-landing-hero.image-stack.u-background--cedar-key-lt p span a,
    .c-landing-hero.image-stack.u-background--blue-heather-lt a.tag-link,
    .c-landing-hero.image-stack.u-background--sweet-daphne-lt a.tag-link,
    .c-landing-hero.image-stack.u-background--cedar-key-lt a.tag-link {
        color: #064 !important
    }

    .c-landing-hero.image-stack.u-background--babson-green h1,
    .c-landing-hero.image-stack.u-background--babson-green p,
    .c-landing-hero.image-stack.u-background--babson-green p span a {
        color: #fff !important;
        text-shadow: none !important
    }

    .c-landing-hero.image-stack.u-background--babson-green a.btn.tag-link {
        color: #fff;
        background: none
    }
}

.l2-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #064;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Oswald", sans-serif
}

.l2-link:hover {
    color: #597c31
}

.l2-link>i {
    margin-left: 16px;
    font-size: .75em
}

.l3-link {
    color: #597b31;
    font-family: "Oswald", sans-serif;
    line-height: 1.5
}

.l3-link::hover {
    color: #839d66
}

.l4-link {
    color: #597b31;
    font-family: "Oswald", sans-serif;
    line-height: 1.5
}

.l4-link:hover {
    color: #839d66
}

@media screen and (min-width: 64em) {
    .l4-link {
        color: #4d4d4d;
        font-family: "Zilla Slab", serif;
        line-height: 1.5
    }

    .l4-link:hover {
        color: #597b31
    }
}

ul {
    padding: 0 0 0 3rem;
    margin: 0 0 1.5rem 0;
    list-style-type: disc
}

ul li {
    margin: 0 0 0.375rem 0
}

ul ul {
    list-style-type: circle;
    margin-bottom: 0
}

ul ul ul {
    list-style-type: square
}

ol {
    list-style-type: decimal
}

ol ol {
    list-style-type: lower-alpha;
    margin-bottom: 0
}

ol ol ol {
    list-style-type: lower-roman
}

@at_root .c-list--minimal {
    .c-list {
        list-style-type: none;
        margin: 0;
        padding: 0
    }

    .c-list li {
        margin: 0
    }
}

@at_root .c-list--2-column {
    .c-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        grid-column-gap: .75rem;
        -webkit-column-gap: .75rem;
        -moz-column-gap: .75rem;
        column-gap: .75rem
    }
}

@at_root .c-list--unordered {
    @at_root .c-list--links {
        .c-list {
            list-style-type: none;
            margin: 0;
            padding: 0
        }
    }

    @at_root .c-list--links-block {
        .c-list {
            list-style-type: none;
            margin: 1.6rem 0;
            padding: 0
        }

        .c-list>li {
            margin-bottom: 1.6rem
        }
    }

    @at_root .c-list--full-width {
        .c-list {
            margin: 0 0 1.2rem;
            padding: 0 0 0 .65rem
        }

        .c-list ul {
            margin: 0 0 1.2rem;
            padding: 0 0 0 .65rem
        }
    }
}

.utility-nav>ul>.c-logo__centennial {
    display: none;
    max-width: 15%;
    padding: 1.6rem 0 .5rem 0
}

.c-logo {
    line-height: 1.5;
    margin-top: -2.5px
}

.c-logo>a {
    display: block
}

@media screen and (min-width: 64em) {
    .main-menu-container {
        display: block;
        text-align: center
    }
}

.main-menu-container ul {
    font-size: 1rem
}

.main-menu-container ul.menu {
    width: 100%
}

@media screen and (min-width: 64em) {
    .main-menu-container ul.menu {
        border: .1rem solid #999;
        width: auto;
        border: none;
        text-align: right;
        margin: 0 auto
    }
}

.main-menu-container ul.menu ul.menu {
    width: 100vw;
    background: #fff;
    -webkit-box-shadow: 0rem .2rem .4rem -1px rgba(0, 0, 0, .3);
    box-shadow: 0rem .2rem .4rem -1px rgba(0, 0, 0, .3);
    list-style: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw)
}

.main-menu-container nav>ul>li {
    display: block;
    text-align: left;
    position: relative;
    margin: 0;
    list-style: none
}

@media screen and (min-width: 64em) {
    .main-menu-container nav>ul>li {
        display: inline-block;
        text-align: center;
        position: static
    }

    .main-menu-container nav>ul>li:first-child {
        margin-left: 0
    }

    .main-menu-container nav>ul>li:hover>a,
    .main-menu-container nav>ul>li:focus>a {
        background-color: #fff;
        color: #064
    }

    .main-menu-container nav>ul>li:hover ul.menu,
    .main-menu-container nav>ul>li:focus ul.menu {
        display: block !important
    }

    .main-menu-container nav>ul>li:not(:last-child) {
        border-bottom: none
    }
}

.main-menu-container nav>ul>li:not(:last-child) {
    border-bottom: .1rem solid rgba(255, 255, 255, .1)
}

@media screen and (min-width: 64em) {
    .main-menu-container nav>ul>li:not(:last-child) {
        border: none
    }
}

@media(max-width: 1023px) {
    .main-menu-container nav>ul>li a.has-ul {
        width: calc(100% - 64px)
    }
}

.main-menu-container nav>ul>li button {
    border: none;
    background-color: transparent
}

@media(max-width: 1023px) {
    .main-menu-container nav>ul>li button {
        position: absolute;
        top: 0;
        right: 0;
        color: transparent;
        font-size: 1.6rem;
        padding: 2rem 7% 2rem 0;
        width: 64px;
        overflow: hidden;
        white-space: nowrap;
        text-align: right
    }

    .main-menu-container nav>ul>li button:before {
        content: "";
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        color: #fff;
        width: 100%
    }

    .main-menu-container nav>ul>li button.engaged:before {
        content: ""
    }
}

@media screen and (min-width: 64em) {
    .main-menu-container nav>ul>li button {
        position: absolute;
        width: 3rem;
        height: 2rem;
        bottom: 0;
        font-size: 0;
        opacity: 0;
        -webkit-transition: opacity 150ms ease;
        transition: opacity 150ms ease
    }

    .main-menu-container nav>ul>li button:after {
        content: "";
        font-family: "Font Awesome 5 Free";
        font-size: 1.6rem;
        font-weight: bold;
        color: #fff;
        width: 100%
    }

    .main-menu-container nav>ul>li button:focus {
        opacity: 1
    }

    .main-menu-container nav>ul>li button.engaged {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }
}

.main-menu-container nav>ul>li>ul {
    position: relative;
    z-index: 10;
    padding: 0;
    margin: 0;
    display: none;
    background-color: #bbb
}

@media screen and (min-width: 64em) {
    .main-menu-container nav>ul>li>ul {
        position: absolute
    }
}

.main-menu-container nav>ul>li:not(:last-child)>ul {
    left: 0
}

.main-menu-container nav>ul>li:last-child>ul {
    right: 0
}

.main-menu-container nav>ul>li>ul>li {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.main-menu-container nav>ul>li>ul>li:not(:last-child) {
    border-bottom: .1rem solid #ccc
}

.main-menu-container a {
    display: block;
    padding: 1rem;
    position: relative
}

@media screen and (min-width: 64em) {
    .main-menu-container a:hover {
        background-color: #ccc
    }
}

.state-indicator {
    left: -999px;
    position: absolute;
    top: -999px
}

.state-indicator:before {
    content: "mobile"
}

@media(min-width: 46em) {
    .state-indicator:before {
        content: "tablet"
    }
}

@media(min-width: 50em) {
    .state-indicator:before {
        content: "desktop"
    }
}

.media {
    margin-bottom: .8rem;
    overflow: hidden
}

.media__body {
    overflow: hidden
}

.media__link {
    display: block
}

.media__header--secondary {
    font-style: italic
}

.media__image,
.media__image--right,
.media__image--left {
    float: left;
    width: 30%
}

.media__image--left {
    margin: 0rem 1.6rem 1.6rem 0rem
}

.media__image--right {
    margin: 0rem 0rem 1.6rem 1.6rem
}

.media__image>img,
.media__image--left>img,
.media__image--right>img {
    max-width: 100%;
    width: 100%
}

.media--stacked>.media__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.media--stacked .media__image--left,
.media--stacked .media__image--right,
.media--stacked .media__body {
    display: block;
    float: none;
    width: 100%
}

@media(max-width: 46rem) {

    .media--hybrid .media__image--left,
    .media--hybrid .media__image--right {
        float: none;
        width: 100%
    }
}

.media--inset {
    position: relative
}

.media--inset .media__body {
    bottom: 0;
    padding: 1.6rem;
    position: absolute
}

@media(min-width: 80em) {
    .media--inset .media__body {
        padding: 3.2rem
    }
}

.media--inset .media__header {
    margin: 0rem 0rem 1.2rem 0rem
}

.media--inset .media__image--left,
.media--inset .media__image--right {
    float: none;
    margin: 0;
    max-width: 100%;
    width: 100%
}

@media(max-width: 46rem) {
    .media--inset .media__body {
        position: static
    }
}

@media(min-width: 80em) {
    .media--inset {
        font-size: 1.8rem;
        line-height: 1.3
    }
}

@media(max-width: 46rem) {
    .media--inset--feature .media__body {
        position: absolute
    }
}

@media(min-width: 50em) {
    .media--inset--feature {
        font-size: 2.1rem;
        line-height: 1.3
    }
}

.media__image,
.media__image--left,
.media__image--right,
.media__body {
    display: table-cell;
    vertical-align: middle
}

.flag--top .media__image,
.flag--top .media__image--left,
.flag--top .media__image--right,
.flag--top .media__body {
    vertical-align: top
}

.flag--bottom .media__image,
.flag--bottom .media__image--left,
.flag--bottom .media__image--right,
.flag--bottom .media__body {
    vertical-align: bottom
}

.media__image,
.media__image--left,
.media__image--right {
    margin-bottom: 0;
    width: auto
}

.media__image>img,
.media__image--left>img,
.media__image--right>img {
    display: block;
    max-width: none
}

.flag--rev .media__image,
.flag--rev .media__image--left,
.flag--rev .media__image--right {
    padding-right: 0;
    padding-left: 1rem
}

.media__link {
    display: block
}

.media__body {
    width: 100%
}

.media {
    margin-bottom: .5rem;
    overflow: hidden
}

.media-body,
.media__body {
    overflow: hidden
}

.media-body>.media-header,
.media__body>.media-header {
    margin: 0rem 0rem 1.6rem 0rem
}

.media-body>.media-header.quarter-margin,
.media__body>.media-header.quarter-margin {
    margin: 0rem 0rem .25rem 0rem
}

.pull-left {
    float: left;
    margin: 0rem 1.6rem 0rem 0rem;
    width: 30%;
    max-width: 6rem
}

.pull-left>img {
    max-width: 100%;
    width: 100%
}

.pull-right {
    float: right;
    margin: 0rem 0rem 0rem 1.6rem;
    width: 30%
}

.pull-right>img {
    max-width: 100%;
    width: 100%
}

.media.use-separators {
    border-bottom: .1rem solid #00536f;
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem
}

.media.use-separators.dotted {
    border-bottom-style: dotted
}

.media--centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0
}

.media--centered .media__image--left {
    margin: 0 .8rem 0 0
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 100%
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 100%
    }
}

.c-megamenu {
    font-size: 2.2rem;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.c-megamenu>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (min-width: 64em) {
    .c-megamenu>ul {
        grid-gap: 2rem;
        gap: 2rem
    }
}

.c-megamenu__option {
    position: absolute;
    left: -999999px;
    visibility: hidden
}

@media screen and (min-width: 64em) {
    .c-megamenu__option {
        position: static;
        visibility: visible
    }
}

.c-megamenu__option a:hover .fas.fa-bars {
    color: var(--white)
}

.c-megamenu__option>a:hover {
    color: var(--sweet-daphne)
}

.c-megamenu__option>div:first-child {
    position: relative
}

.c-megamenu__option>div:first-child>a {
    color: #fff;
    display: block;
    font-family: "Oswald", sans;
    font-size: 2rem;
    line-height: 1.2;
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    padding: 10px 15px;
    position: relative;
    z-index: 1
}

.c-megamenu__option>div:first-child>a:hover {
    color: #064;
    background: #fff
}

.c-megamenu__option>div:first-child>button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    bottom: 0;
    color: #fff;
    left: calc(50% - 1.2rem);
    padding: 0 1rem;
    position: absolute;
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.c-megamenu__option>div:first-child>button.focus-visible {
    opacity: 1
}

.c-megamenu__option>div:first-child>button:focus-visible {
    opacity: 1
}

.c-megamenu__trigger {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.c-megamenu__trigger:hover {
    background-color: #fff
}

.c-megamenu__trigger:hover>div:first-child>a {
    color: #064
}

.c-megamenu__trigger:hover>.c-megamenu__menu {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    left: 0;
    opacity: 0;
    visibility: visible;
    display: block
}

.c-megamenu__menu {
    background-color: #fff;
    -webkit-box-shadow: 0px .2px .3px rgba(0, 0, 0, .031), 0px .5px .9px rgba(0, 0, 0, .045), 0px 1.2px 2.1px rgba(0, 0, 0, .059), 0px 4px 7px rgba(0, 0, 0, .09);
    box-shadow: 0px .2px .3px rgba(0, 0, 0, .031), 0px .5px .9px rgba(0, 0, 0, .045), 0px 1.2px 2.1px rgba(0, 0, 0, .059), 0px 4px 7px rgba(0, 0, 0, .09);
    left: -999999px;
    position: absolute;
    top: 100%;
    width: 100%;
    max-height: calc(100vh - 115px);
    overflow-y: scroll;
    visibility: hidden
}

.c-megamenu__menu.ready {
    display: none
}

.c-megamenu__menu.show {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    left: 0;
    opacity: 0;
    visibility: visible;
    display: block
}

.c-megamenu__menu__inner {
    line-height: 1.5;
    max-width: 1290px;
    margin: 0 auto;
    padding: 30px 32px 53px
}

.c-megamenu__menu__inner .heading {
    margin-bottom: 19px
}

.c-megamenu__menu__inner .heading>a {
    font-size: 3.2rem
}

.c-megamenu__menu__inner .heading>i {
    font-size: .6em;
    margin-left: 12px;
    vertical-align: middle
}

.c-mmenu__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.c-mmenu__layout>*+* {
    margin-left: var(--sp--2xl);
    padding-left: var(--sp--2xl)
}

.c-mmenu__layout .c-top-level {
    -webkit-columns: 22rem;
    -moz-columns: 22rem;
    columns: 22rem;
    grid-column-gap: 32px;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px
}

.c-mmenu__layout--has-links>*:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-right: 32px
}

.c-mmenu__layout--has-links>*:nth-child(n+2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%
}

.c-mmenu__layout--has-links>*:nth-child(2) {
    border-left: 1px solid #c6d3d7
}

.c-mmenu__layout--only-cta>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%
}

.c-mmenu__layout .c-meun-cta {
    margin: 0
}

.c-megamenu__link {
    color: var(--darker-gray);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.8rem;
    padding: 3px .5rem
}

.c-megamenu__link--wrapper {
    background-color: var(--white)
}

.c-megamenu__link--wrapper.active>:first-child {
    background-color: var(--gray-94)
}

@media screen and (min-width: 64em) {
    .c-megamenu__link--wrapper[data-parent-node=true]>.c-megamenu__link--level-0 {
        background-color: var(--gray-94)
    }
}

.c-megamenu__link--wrapper+.c-megamenu__link--wrapper {
    border-top: 1px solid var(--cedar-key)
}

.c-megamenu__link+button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    color: var(--babson-green);
    font-size: var(--fs--3xs);
    padding: 0px var(--sp--lg)
}

.c-megamenu__link+button>i {
    vertical-align: middle
}

.has-trigger {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: .5rem;
    gap: .5rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.has-trigger>a {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.c-megamenu__list--level-1,
.c-megamenu__list--level-2,
.c-megamenu__list--level-3,
.c-megamenu__list--level-4,
.c-megamenu__list--level-5,
.c-megamenu__list--level-6 {
    line-height: 1.5
}

.is-trigger>.c-megamenu__list--level-2,
.is-trigger>.c-megamenu__list--level-3,
.is-trigger>.c-megamenu__list--level-4,
.is-trigger>.c-megamenu__list--level-5,
.is-trigger>.c-megamenu__list--level-6 {
    margin-left: var(--sp--xl)
}

.is-trigger>.c-megamenu__list--level-2>:first-child,
.is-trigger>.c-megamenu__list--level-3>:first-child,
.is-trigger>.c-megamenu__list--level-4>:first-child,
.is-trigger>.c-megamenu__list--level-5>:first-child,
.is-trigger>.c-megamenu__list--level-6>:first-child {
    border-top: none
}

.is-trigger>ul {
    overflow: hidden;
    -webkit-transition: height .15s ease-out;
    transition: height .15s ease-out
}

.is-trigger>ul>li {
    border-top: 1px solid var(--cedar-key)
}

.c-megamenu__list--level-0 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem
}

.c-megamenu__list--level-0.sorted {
    grid-template-columns: repeat(4, 1fr);
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-right: 0
}

.c-megamenu__list--level-0>div>.c-megamenu__link--wrapper+.c-megamenu__link--wrapper {
    border-top: none;
    margin-top: 3rem
}

.c-megamenu__link--level-0 {
    border-bottom: 1px solid var(--bright-gold);
    color: var(--courtyard-green);
    font-family: var(--font-headings);
    font-size: 2rem
}

.c-megamenu__list--level-2 *.focus-visible {
    outline-offset: -2px;
    -webkit-box-shadow: inset var(--white) 0px 0px 0px 4px;
    box-shadow: inset var(--white) 0px 0px 0px 4px
}

.c-megamenu__list--level-2 *:focus-visible {
    outline-offset: -2px;
    -webkit-box-shadow: inset var(--white) 0px 0px 0px 4px;
    box-shadow: inset var(--white) 0px 0px 0px 4px
}

.mega-panel {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.mega-panel--info {
    display: none
}

@media screen and (min-width: 64em) {
    .mega-panel {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .mega-panel--info {
        display: block
    }
}

.mega-panel__content-wrapper {
    margin: 4rem 4rem 4rem 0;
    padding-right: 4rem;
    font-size: 3rem;
    white-space: normal;
    text-align: left;
    border-right: .1rem solid #ccd695
}

.mega-panel__content-wrapper p:last-of-type {
    margin-bottom: 0
}

.mega-panel__content-wrapper .btn {
    display: inline-block !important;
    margin: 3rem 0 0;
    padding: 2rem 4rem !important;
    color: #005172 !important;
    font-size: 1.5rem !important
}

.mega-panel__content-wrapper .btn:hover {
    background: #005172 !important;
    color: #fff !important
}

.mega-panel ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 4rem 0;
    list-style: none;
    padding: 0
}

.mega-panel ul li {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important
}

@media screen and (min-width: 64em) {
    .mega-panel ul li {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important
    }
}

.mega-panel ul li a {
    font-size: 1.6rem !important;
    white-space: normal !important;
    color: #064 !important;
    text-align: left !important;
    margin-bottom: 1.5rem !important;
    padding: 0 0 1.5rem !important;
    line-height: 1.5 !important;
    border-bottom: .1rem solid #e4e4e4
}

@media screen and (min-width: 64em) {
    .mega-panel ul li a {
        font-size: 1.8rem !important;
        margin-bottom: 2rem !important;
        padding: 0 !important;
        border-bottom: none
    }
}

.mega-panel ul li a:hover {
    color: #597c31 !important
}

.mega-panel ul li:last-of-type a {
    margin-bottom: 0 !important;
    padding: 0 !important;
    border-bottom: none
}

@media screen and (min-width: 64em) {
    .mega-panel ul li:last-of-type a {
        margin-bottom: 2rem !important;
        padding: 0 !important;
        border-bottom: none
    }
}

.c-mobile-controls {
    align-self: center;
    grid-row: 1/3;
    grid-column: 2/3;
    justify-self: flex-end
}

@media screen and (min-width: 64em) {
    .c-mobile-controls {
        display: none
    }
}

.c-mobile-controls>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: .5rem;
    gap: .5rem
}

.c-mobile-controls a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .5rem
}

.c-mobile-controls a:focus {
    outline: 2px solid #e0d464
}

.c-mobile-controls svg {
    max-width: 20px;
    max-height: 40px;
    width: 20px;
    color: #fff
}

.c-mobile-controls .utility-nav__search {
    display: inline-block !important
}

.c-mobile-controls .utility-nav__search a::after {
    content: none;
    font-size: inherit
}

.c-mobile-controls .c-dropdown__list {
    position: absolute;
    top: 42px;
    visibility: hidden;
    display: block;
    border: .1rem solid #9eb28f
}

.c-mobile-controls .c-dropdown__item {
    background: #597c31;
    border-bottom: .1rem solid #9eb28f
}

.c-mobile-controls .c-dropdown__item a:focus {
    color: #ccd695
}

.c-nav-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: -webkit-box-flex .15s ease-out;
    transition: -webkit-box-flex .15s ease-out;
    transition: flex .15s ease-out;
    transition: flex .15s ease-out, -webkit-box-flex .15s ease-out, -ms-flex .15s ease-out;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
    overflow: hidden;
    width: 100%
}

@supports(-webkit-hyphens: none) {
    .c-nav-dropdown {
        display: inline-block
    }
}

@media screen and (min-width: 64em) {
    .c-nav-dropdown:first-of-type:last-of-type {
        display: inline-block
    }
}

.c-nav-dropdown.active {
    background-color: var(--white)
}

.c-nav-dropdown.active:not(.c-nav-dropdown__listitem--level-0)>.c-nav-dropdown__trigger {
    background-color: var(--gray-94)
}

@media screen and (min-width: 64em) {
    .c-nav-dropdown.active:not(.c-nav-dropdown__listitem--level-0)>.c-nav-dropdown__trigger {
        font-weight: bold
    }
}

.c-nav-dropdown__trigger {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-nav-dropdown__trigger a {
    -webkit-box-flex: 2;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto
}

.c-nav-dropdown__trigger button {
    color: var(--babson-green);
    cursor: pointer
}

.c-nav-dropdown__wrapper {
    grid-area: left
}

.c-nav-dropdown__wrapper.sorted {
    display: grid;
    grid-gap: 0;
    gap: 0;
    grid-template-columns: 1fr
}

@media screen and (min-width: 64em) {
    .c-nav-dropdown__wrapper.sorted {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2.4rem;
        gap: 2.4rem
    }
}

.c-nav-dropdown__wrapper>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 0;
    gap: 0
}

@media screen and (min-width: 64em) {
    .c-nav-dropdown__wrapper>div {
        grid-gap: 2.4rem;
        gap: 2.4rem
    }
}

.c-nav-dropdown__link {
    color: var(--gray-30);
    display: block;
    padding: var(--sp--md) var(--sp--none) var(--sp--md) var(--sp--3xl);
    font-size: var(--s1)
}

.c-nav-dropdown__link:hover {
    color: var(--courtyard-green)
}

@media screen and (min-width: 64em) {
    .c-nav-dropdown__link {
        font-size: var(--s1);
        padding: var(--sp--sm) var(--sp--xs) var(--sp--sm) var(--sp--md)
    }
}

@media screen and (max-width: 63.9rem) {
    .c-nav-dropdown__link--level-0 {
        padding: var(--sp--md) var(--sp--none) var(--sp--md) var(--sp--3xl)
    }
}

@media screen and (min-width: 64em) {
    .c-nav-dropdown__link--level-0 {
        font-size: var(--s3)
    }
}

.c-nav-dropdown__list {
    line-height: 1.4
}

.c-nav-dropdown__list>* {
    border-top: 1px solid var(--gray-91)
}

.c-nav-dropdown__list--level-1 {
    padding-left: 0
}

.c-nav-dropdown__list--level-2,
.c-nav-dropdown__list--level-3 {
    margin-left: var(--sp--2xl);
    padding-left: 0
}

@media screen and (max-width: 63.9rem) {
    .c-nav-dropdown__list--level-2 {
        margin-left: var(--sp--5xl)
    }

    .c-nav-dropdown__list--level-3,
    .c-nav-dropdown__list--level-4,
    .c-nav-dropdown__list--level-5 {
        margin-left: var(--sp--2xl)
    }

    .c-nav-dropdown__list:not(.c-nav-dropdown__list--level-0):not(.c-nav-dropdown__list--level-1)>*:first-child {
        border-top: none
    }
}

.c-nav-dropdown__list--level-1>.c-nav-dropdown:first-child {
    border-top: 1px solid var(--bright-gold)
}

@media screen and (min-width: 64em) {
    .c-nav-dropdown__list--level-1>.c-nav-dropdown:first-child {
        border-top: none
    }
}

.c-nav-dropdown__listitem--level-0 {
    border-bottom: 1px solid var(--bright-gold)
}

@media screen and (min-width: 64em) {
    .c-nav-dropdown__listitem--level-0 {
        border-bottom: none
    }
}

.c-nav-dropdown__listitem--level-0>*:first-child,
.c-nav-dropdown__listitem--level-0>*:first-child>* {
    background-color: transparent;
    color: var(--courtyard-green);
    font-family: var(--font-headings)
}

@media screen and (min-width: 64em) {
    .c-nav-dropdown__listitem--level-0>*:first-child {
        border-bottom: 1px solid var(--bright-gold)
    }
}

.c-nav-dropdown__listitem--level-0>*:first-child>*:last-child {
    color: var(--babson-green)
}

@media screen and (max-width: 63.9rem) {

    .active.c-nav-dropdown__listitem--level-0>*:first-child,
    .active.c-nav-dropdown__listitem--level-0>*:first-child>* {
        background-color: var(--courtyard-green);
        color: var(--white)
    }
}

@media screen and (max-width: 63.9rem) {
    .c-nav-dropdown__listitem--level-2 .c-nav-dropdown__link {
        padding-left: var(--sp--md)
    }
}

.c-nav-dropdown__listitem--level-2:first-child,
.c-nav-dropdown__listitem--level-3:first-child,
.c-nav-dropdown__listitem--level-4:first-child,
.c-nav-dropdown__listitem--level-5:first-child {
    border-top: none
}

.c-nav-dropdown__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    margin: 0;
    padding: var(--sp--lg);
    font-size: var(--fs--3xs)
}

.c-nav-dropdown__button>i {
    vertical-align: middle
}

@media screen and (max-width: 63.9rem) {
    .c-nav-dropdown__button {
        margin-right: calc(var(--sp--2xl) - 2px)
    }
}

@media screen and (min-width: 64em) {
    .c-nav-dropdown__link--level-0+.c-nav-dropdown__button {
        left: -999999px;
        position: absolute;
        visibility: hidden
    }
}

.c-nav-dropdown__content {
    overflow: hidden;
    -webkit-transition: height .15s ease-out;
    transition: height .15s ease-out
}

[data-collapsed=true] {
    visibility: hidden
}

[data-current-node=true]>:first-child {
    background-color: var(--beach-haven)
}

@media screen and (min-width: 64em) {
    .c-nav-dropdown__listitem--level-0[data-parent-node=true]>:first-child {
        background-color: var(--gray-94)
    }
}

.nav--regional {
    font-size: 1.587rem;
    line-height: 1.5;
    font-family: "Oswald", sans-serif;
    margin-bottom: 1.6rem
}

.nav--regional a {
    display: block;
    line-height: 1.5;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.nav--regional a:link,
.nav--regional a:hover,
.nav--regional a:active,
.nav--regional a:visited {
    color: #4a4a4a;
    text-decoration: none
}

.nav--regional .nav--regional__title {
    font-size: 2.1rem;
    line-height: 1.5;
    padding: 0 0 1.2rem 0;
    padding-left: .3rem;
    font-weight: normal;
    text-transform: uppercase
}

.nav--regional .nav--regional__title:link,
.nav--regional .nav--regional__title:hover,
.nav--regional .nav--regional__title:active,
.nav--regional .nav--regional__title:visited {
    color: #064
}

@media(min-width: 50em) {
    .nav--regional .nav--regional__title {
        border-top: none;
        padding-top: 0
    }
}

.nav--regional ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.nav--regional__menus {
    border-bottom: .1rem solid #eff0f1
}

.nav--regional__menus,
.nav--regional__menus [class^=currentbranch]+ul {
    display: block
}

.nav--regional__menus [class^=currentbranch]>a {
    color: #064;
    font-weight: bold
}

.nav--regional__menus [class^=currentbranch].inactive-parent>a:link,
.nav--regional__menus [class^=currentbranch].inactive-parent>a:hover,
.nav--regional__menus [class^=currentbranch].inactive-parent>a:active,
.nav--regional__menus [class^=currentbranch].inactive-parent>a:visited {
    color: #4a4a4a
}

.nav--regional__menus a:hover {
    background-color: #dad7cb
}

.nav--regional__menus>li>a,
.nav--regional__menus>li>span>a {
    padding: 1.2rem 0;
    border-top: .1rem solid #eff0f1;
    padding-left: .3rem
}

.nav--regional__menus [class$="-0"] a {
    padding: .6rem 0;
    padding-left: .6rem
}

.nav--regional__menus [class$="-1"] a {
    padding-left: 1.2rem
}

.nav--regional__menus [class$="-2"] a {
    padding-left: 2.4rem
}

.nav--regional__menus [class$="-3"] a {
    padding-left: 4.8rem
}

.nav--regional__menus [class$="-4"] a {
    padding-left: 5.4rem
}

.nav--regional__menus ul {
    display: none
}

.nav--regional__menus .boxit {
    background-color: #eff0f1
}

.currentsection {
    background-color: #f4f4f4;
    border-bottom: .1rem solid #e0d464;
    display: block;
    padding: 1rem 2rem
}

@media screen and (min-width: 40em) {
    .currentsection {
        padding: 2rem 1rem
    }
}

ul ul .currentsection {
    padding-left: 2rem
}

.c-navigation-card {
    border-top: .5rem solid var(--courtyard-green);
    -webkit-box-shadow: .1rem .3rem .5rem rgba(0, 0, 0, .2);
    box-shadow: .1rem .3rem .5rem rgba(0, 0, 0, .2);
    background-color: var(--white);
    color: var(--darker-gray);
    display: block;
    text-decoration: none;
    -webkit-transition: border-color .25s ease-in-out, -webkit-transform .25s ease-in-out, -webkit-box-shadow .25s ease-in-out;
    transition: border-color .25s ease-in-out, -webkit-transform .25s ease-in-out, -webkit-box-shadow .25s ease-in-out;
    transition: transform .25s ease-in-out, border-color .25s ease-in-out, box-shadow .25s ease-in-out;
    transition: transform .25s ease-in-out, border-color .25s ease-in-out, box-shadow .25s ease-in-out, -webkit-transform .25s ease-in-out, -webkit-box-shadow .25s ease-in-out;
    -webkit-transform-origin: center;
    transform-origin: center;
    overflow: hidden
}

.c-navigation-card:hover {
    border-color: var(--mango-punch);
    -webkit-box-shadow: .1rem .3rem 1rem rgba(0, 0, 0, .4);
    box-shadow: .1rem .3rem 1rem rgba(0, 0, 0, .4);
    text-decoration: none;
    -webkit-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01)
}

.c-navigation-card:hover,
.c-navigation-card:active,
.c-navigation-card:visited {
    background-color: #fff
}

.c-navigation-card p {
    margin-bottom: 3rem;
    max-width: 100%;
    font-family: "Arial", sans-serif
}

.c-navigation-card .c-navigation-card__text>p.u-text__s {
    font-size: 1.4rem
}

.c-navigation-card .c-navigation-card__text>p.u-text__m {
    font-size: 1.6rem
}

.c-navigation-card .c-navigation-card__text>p.u-text__l {
    font-size: 1.8rem
}

.c-navigation-card.no-hover {
    cursor: default
}

.c-navigation-card.no-hover:hover {
    -webkit-box-shadow: .1rem .3rem .5rem rgba(0, 0, 0, .2);
    box-shadow: .1rem .3rem .5rem rgba(0, 0, 0, .2);
    text-decoration: none;
    -webkit-transform: none;
    transform: none
}

.c-navigation-card__text h2,
.c-navigation-card__text h3,
.c-navigation-card__text h4 {
    font-weight: 400
}

.c-navigation-card__text h2 {
    margin-bottom: 2rem
}

.c-navigation-card__text h3 {
    margin-bottom: 2rem
}

.c-navigation-card__text h4,
.c-navigation-card__text h5 {
    font-size: 1.8rem;
    margin-bottom: 1rem
}

@media screen and (min-width: 40rem) {

    .c-navigation-card__text h4,
    .c-navigation-card__text h5 {
        font-size: 1.8rem;
        margin-bottom: 1rem
    }
}

@media screen and (min-width: 64rem) {

    .c-navigation-card__text h4,
    .c-navigation-card__text h5 {
        font-size: 2.1rem;
        margin-bottom: 1rem
    }
}

.c-navigation-card .c-navigation-card__container .c-navigation-card__text {
    padding: 2.4rem
}

.c-navigation-card.small .c-navigation-card__container .c-navigation-card__text {
    padding: 2rem
}

.c-navigation-card.medium .c-navigation-card__container .c-navigation-card__text {
    padding: 2.4rem
}

.c-navigation-card.large .c-navigation-card__container .c-navigation-card__text {
    padding: 2.4rem
}

@media screen and (min-width: 40em) {
    .c-navigation-card .c-navigation-card__container .c-navigation-card__text {
        padding: 3.2rem
    }

    .c-navigation-card.small .c-navigation-card__container .c-navigation-card__text {
        padding: 2rem
    }

    .c-navigation-card.medium .c-navigation-card__container .c-navigation-card__text {
        padding: 2.4rem
    }

    .c-navigation-card.large .c-navigation-card__container .c-navigation-card__text {
        padding: 3.2rem
    }
}

.c-navigation-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none
}

@media screen and (max-width: 640px) {
    .c-navigation-card__container {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%
    }

    .c-navigation-card__text {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 33%;
        max-width: 100%
    }

    .c-navigation-card__image {
        display: block;
        width: 100%
    }

    .c-navigation-card__image.image-bottom-tablet-constrain-image-shorter,
    .c-navigation-card__image.image-bottom-tablet-constrain-image-taller,
    .c-navigation-card__image.image-right-tablet-constrain-image-width-33,
    .c-navigation-card__image.image-right-tablet-constrain-image-width-50 {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        overflow: hidden;
        -ms-flex-item-align: end;
        align-self: flex-end
    }
}

.c-navigation-card__container.image-top-desktop,
.c-navigation-card__container.image-top-desktop-constrain-image-shorter,
.c-navigation-card__container.image-top-desktop-constrain-image-taller,
.c-navigation-card__container.image-top-tablet,
.c-navigation-card__container.image-top-tablet-constrain-image-shorter,
.c-navigation-card__container.image-top-tablet-constrain-image-taller {
    -ms-flex-line-pack: start;
    align-content: flex-start
}

@media screen and (min-width: 40em) {
    .c-navigation-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .c-navigation-card__container {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .c-navigation-card__image.image-top-desktop,
    .c-navigation-card__image.image-bottom-desktop,
    .c-navigation-card__image.image-top-tablet,
    .c-navigation-card__image.image-bottom-tablet {
        display: block;
        width: 100%
    }

    .c-navigation-card__image.image-left-desktop-constrain-image-width-33~.c-navigation-card__text,
    .c-navigation-card__image.image-right-desktop-constrain-image-width-33~.c-navigation-card__text,
    .c-navigation-card__image.image-left-tablet-constrain-image-width-33~.c-navigation-card__text,
    .c-navigation-card__image.image-right-tablet-constrain-image-width-33~.c-navigation-card__text,
    .c-navigation-card__image.image-left-desktop-constrain-image-width-50~.c-navigation-card__text,
    .c-navigation-card__image.image-right-desktop-constrain-image-width-50~.c-navigation-card__text,
    .c-navigation-card__image.image-left-tablet-constrain-image-width-50~.c-navigation-card__text,
    .c-navigation-card__image.image-right-tablet-constrain-image-width-50~.c-navigation-card__text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .c-navigation-card__container.image-left-tablet-unconstrained,
    .c-navigation-card__container.image-left-desktop-unconstrained {
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .c-navigation-card__container.image-left-tablet-unconstrained .c-navigation-card__text,
    .c-navigation-card__container.image-left-desktop-unconstrained .c-navigation-card__text {
        -ms-flex-preferred-size: fit-content;
        flex-basis: fit-content
    }
}

@media screen and (min-width: 641px)and (max-width: 1023px) {

    .c-navigation-card__image.image-top-tablet,
    .c-navigation-card__image.image-top-tablet-constrain-image-shorter,
    .c-navigation-card__image.image-top-tablet-constrain-image-taller {
        display: block;
        width: 100%;
        overflow: hidden;
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .c-navigation-card__image.image-top-tablet-constrain-image-shorter {
        height: 250px
    }

    .c-navigation-card__image.image-top-tablet-constrain-image-taller {
        height: 350px
    }

    .c-navigation-card__image.image-bottom-tablet,
    .c-navigation-card__image.image-bottom-tablet-constrain-image-shorter,
    .c-navigation-card__image.image-bottom-tablet-constrain-image-taller {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        overflow: hidden;
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .c-navigation-card__image.image-bottom-tablet-constrain-image-shorter {
        height: 250px
    }

    .c-navigation-card__image.image-bottom-tablet-constrain-image-taller {
        height: 350px
    }

    .c-navigation-card__image.image-left-tablet,
    .c-navigation-card__image.image-left-tablet-constrain-image-width-33 {
        -webkit-box-flex: .6;
        -ms-flex: .6;
        flex: .6
    }

    .c-navigation-card__image.image-left-tablet-constrain-image-width-50 {
        -webkit-box-flex: 1.2;
        -ms-flex: 1.2;
        flex: 1.2
    }

    .c-navigation-card__image.image-right-tablet,
    .c-navigation-card__image.image-right-tablet-constrain-image-width-33,
    .c-navigation-card__image.image-right-tablet-constrain-image-width-50 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0
    }

    .c-navigation-card__image.image-right-tablet,
    .c-navigation-card__image.image-right-tablet-constrain-image-width-33 {
        -webkit-box-flex: .6;
        -ms-flex: .6;
        flex: .6
    }

    .c-navigation-card__image.image-right-tablet-constrain-image-width-50 {
        -webkit-box-flex: 1.2;
        -ms-flex: 1.2;
        flex: 1.2
    }
}

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

    .c-navigation-card__image.image-top-desktop,
    .c-navigation-card__image.image-top-desktop-constrain-image-shorter,
    .c-navigation-card__image.image-top-desktop-constrain-image-taller {
        display: block;
        width: 100%;
        overflow: hidden;
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .c-navigation-card__image.image-top-desktop-constrain-image-shorter {
        height: 250px
    }

    .c-navigation-card__image.image-top-desktop-constrain-image-taller {
        height: 350px
    }

    .c-navigation-card__image.image-bottom-desktop,
    .c-navigation-card__image.image-bottom-desktop-constrain-image-shorter,
    .c-navigation-card__image.image-bottom-desktop-constrain-image-taller {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        overflow: hidden;
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .c-navigation-card__image.image-bottom-desktop-constrain-image-shorter {
        height: 250px
    }

    .c-navigation-card__image.image-bottom-desktop-constrain-image-taller {
        height: 350px
    }

    .c-navigation-card__image.image-left-desktop-constrain-image-width-33 {
        -webkit-box-flex: .6;
        -ms-flex: .6;
        flex: .6
    }

    .c-navigation-card__image.image-left-desktop-constrain-image-width-50 {
        -webkit-box-flex: 1.2;
        -ms-flex: 1.2;
        flex: 1.2
    }

    .c-navigation-card__image.image-right-desktop-constrain-image-width-33,
    .c-navigation-card__image.image-right-desktop-constrain-image-width-50 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0
    }

    .c-navigation-card__image.image-right-desktop-constrain-image-width-33 {
        -webkit-box-flex: .6;
        -ms-flex: .6;
        flex: .6
    }

    .c-navigation-card__image.image-right-desktop-constrain-image-width-50 {
        -webkit-box-flex: 1.2;
        -ms-flex: 1.2;
        flex: 1.2
    }
}

.c-navigation-card table thead tr th {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

.c-navigation-card table thead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch
}

.cell .c-navigation-card--wrapper,
.cell .c-navigation-card {
    width: 100%;
    height: 100%
}

.cell .c-navigation-card--wrapper {
    max-width: 86rem;
    margin-left: auto;
    margin-right: auto
}

.o-adv-wrapper .c-navigation-card--wrapper {
    max-width: unset;
    margin-left: unset;
    margin-right: unset
}

.c-navigation-card>div {
    width: 100%
}

.c-navigation-card:hover .tag-link,
.tag-link:hover {
    text-decoration: underline
}

.c-navigation-card .btn,
.c-navigation-card .btn--bright {
    color: #fff;
    border: 2px solid #597c31
}

.c-navigation-card:hover div.btn--light {
    background-color: #597c31;
    border-color: #597c31;
    color: #fff
}

.c-navigation-card:hover div.btn--bright {
    color: #597c31;
    background-color: #fff;
    border: 2px solid #597c31;
    cursor: pointer
}

a.c-navigation-card:link,
a.c-navigation-card:visited,
a.c-navigation-card:active,
a.c-navigation-card:hover {
    text-decoration: none;
    color: var(--darker-gray)
}

.c-navigation-card .strong {
    font-weight: bold
}

.c-navigation-card .italic {
    font-style: italic
}

.c-navigation-card__border-color--alfresco {
    border-color: var(--alfresco)
}

.c-navigation-card__border-color--courtyard-green {
    border-color: var(--courtyard-green)
}

.c-navigation-card__border-color--mango-punch {
    border-color: var(--mango-punch)
}

.c-navigation-card__border-color--peacock-blue-dark {
    border-color: var(--peacock-blue-dark)
}

.c-navigation-card__border-color--sherwood-green {
    border-color: var(--sherwood-green)
}

.c-navigation-card__border-color--sweet-daphne {
    border-color: var(--sweet-daphne)
}

.c-navigation-card__border-color--blue-heather {
    border-color: var(--blue-heather)
}

.c-navigation-card__border-color--cedar-key {
    border-color: var(--cedar-key)
}

.c-navigation-card__border-color-focus--alfresco:hover {
    border-color: var(--alfresco)
}

.c-navigation-card__border-color-focus--courtyard-green:hover {
    border-color: var(--courtyard-green)
}

.c-navigation-card__border-color-focus--mango-punch:hover {
    border-color: var(--mango-punch)
}

.c-navigation-card__border-color-focus--peacock-blue-dark:hover {
    border-color: var(--peacock-blue-dark)
}

.c-navigation-card__border-color-focus--sherwood-green:hover {
    border-color: var(--sherwood-green)
}

.c-navigation-card__border-color-focus--sweet-daphne:hover {
    border-color: var(--sweet-daphne)
}

.c-navigation-card__border-color-focus--blue-heather:hover {
    border-color: var(--blue-heather)
}

.c-navigation-card__border-color-focus--cedar-key:hover {
    border-color: var(--cedar-key)
}

@media screen and (max-width: 40em) {

    .c-navigation-card--wrapper.stack-mobile .c-navigation-card__image.image-left-tablet,
    .c-navigation-card--wrapper.stack-mobile .c-navigation-card__image.image-left-tablet-constrain-image-width-33,
    .c-navigation-card--wrapper.stack-mobile .c-navigation-card__image.image-right-tablet-constrain-image-width-33,
    .c-navigation-card--wrapper.stack-mobile .c-navigation-card__image.image-left-tablet-constrain-image-width-50,
    .c-navigation-card--wrapper.stack-mobile .c-navigation-card__image.image-right-tablet-constrain-image-width-50,
    .c-navigation-card--wrapper.stack-mobile .c-navigation-card__container .image-left-tablet-unconstrained {
        -webkit-box-flex: 1;
        -webkit-box-flex: .6;
        -ms-flex: .6;
        flex: .6;
        -ms-flex-item-align: unset;
        align-self: unset;
        display: block
    }

    .c-navigation-card--wrapper.stack-mobile .c-navigation-card__image.image-left-tablet-constrain-image-width-50,
    .c-navigation-card--wrapper.stack-mobile .c-navigation-card__image.image-right-tablet-constrain-image-width-50 {
        -webkit-box-flex: 1;
        -webkit-box-flex: 1.2;
        -ms-flex: 1.2;
        flex: 1.2
    }

    .c-navigation-card--wrapper.stack-mobile .c-navigation-card__image.image-left-tablet-constrain-image-width-33~.c-navigation-card__text,
    .c-navigation-card--wrapper.stack-mobile .c-navigation-card__image.image-right-tablet-constrain-image-width-33~.c-navigation-card__text,
    .c-navigation-card--wrapper.stack-mobile .c-navigation-card__image.image-left-tablet-constrain-image-width-50~.c-navigation-card__text,
    .c-navigation-card--wrapper.stack-mobile .c-navigation-card__image.image-right-tablet-constrain-image-width-50~.c-navigation-card__text,
    .c-navigation-card--wrapper.stack-mobile .image-left-tablet-unconstrained~.c-navigation-card__text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.navigation {
    display: none;
    background-color: #064;
    left: 0px;
    position: absolute;
    z-index: 9;
    width: 100%
}

@media screen and (min-width: 64em) {
    .navigation {
        position: relative;
        background: transparent;
        display: block !important
    }
}

.navigation .menu {
    margin: 0;
    padding: 0
}

.navigation .menu::before,
.navigation .menu::after {
    content: " ";
    display: table
}

.navigation .menu::after {
    clear: both
}

.navigation .menu a {
    display: block;
    padding: 1.5rem 7%;
    position: relative;
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 1.8rem;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

@media screen and (min-width: 64em) {
    .navigation .menu a {
        padding: 1.2rem 1.2rem 1.2rem;
        font-size: 2.2rem;
        text-transform: uppercase
    }
}

@media screen and (min-width: 90em) {
    .navigation .menu a {
        padding: 1.2rem 1.5rem 1.2rem;
        font-size: 2.2rem;
        text-transform: uppercase
    }
}

@media screen and (min-width: 64em) {
    .navigation .menu a:hover {
        background-color: #fff;
        color: #064
    }
}

.menu__overview-link {
    width: 100%
}

@media screen and (min-width: 64em) {
    .menu__overview-link {
        display: none
    }
}

.navigation--sticky {
    height: 100vh;
    overflow-y: scroll
}

@media screen and (min-width: 64em) {
    .navigation--sticky {
        height: auto;
        overflow: visible
    }
}

.navigation--sticky-open {
    overflow: hidden
}

.c-utilitynav a:hover .fas.fa-bars {
    color: #fff
}

.c-utilitynav a:hover {
    color: #ccd695
}

.c-global-menu__option.selected a:hover {
    color: #464646
}

.c-section-menu>h2.headline:hover a {
    color: #597c31
}

.c-content-menu__close-btn {
    padding: .35rem .5rem 0rem;
    line-height: 1.5;
    -ms-flex-item-align: center;
    align-self: center
}

@media screen and (max-width: 64em) {

    .c-content-menu .c-content-menu__close-btn:hover,
    .c-content-menu .c-content-menu__close-btn:focus {
        outline: 2px solid #e0d464
    }
}

@media screen and (min-width: 64em) {
    .c-content-menu__close-btn:hover {
        background: #597c31
    }
}

.c-content-menu__close-btn:hover span,
.c-controls__inner a.c-content-menu__close-btn:hover .fas {
    color: #fff
}

.c-megamenu__option--hamburger-toggle:hover i,
#menu-toggle:hover i {
    color: #fff
}

.c-megamenu__option.active>div:first-child>a {
    color: #ccd695
}

.c-megamenu__option.active.c-megamenu__trigger>div:first-child>a:hover,
.c-megamenu__option.active.c-megamenu__trigger:hover>div:first-child>a {
    color: #064
}

.c-megamenu__option.active>div:first-child>a:hover,
.c-megamenu__option.active:hover>div:first-child>a {
    background: #fff;
    color: #064
}

.page--babson-grad .intro-text {
    font-family: "Zilla Slab", serif;
    color: #4a4a4a;
    font-size: 2rem;
    line-height: 28px;
    margin-bottom: 6.25rem
}

@media screen and (min-width: 40em) {
    .page--babson-grad .intro-text {
        font-size: 2.6rem
    }
}

@media screen and (min-width: 64em) {
    .page--babson-grad .intro-text {
        font-size: 2.6rem
    }
}

@media screen and (min-width: 40em) {
    .page--babson-grad .intro-text {
        line-height: 4rem
    }
}

@media screen and (min-width: 64em) {
    .page--babson-grad .intro-text {
        line-height: 4rem
    }
}

@media screen and (min-width: 40em) {
    .page--babson-grad .intro-text {
        margin-bottom: 6.25rem
    }
}

@media screen and (min-width: 64em) {
    .page--babson-grad .intro-text {
        margin-bottom: 6.25rem
    }
}

.alumni-pagination {
    text-align: center;
    font-size: 1.8rem;
    margin: 1.8rem 0 36px
}

.alumni-pagination span,
.alumni-pagination a {
    display: inline-block;
    font-family: "Oswald", sans-serif;
    padding: 0 .6rem
}

.alumni-pagination span {
    color: #005172
}

.alumni-pagination a {
    color: #597c31
}

.alumni-pagination a:hover {
    color: #064
}

.courseListing ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    font-size: 1.4rem;
    margin: 2rem 0 0 0;
    padding: 0
}

.courseListing li+li {
    margin-left: 1rem
}

.courseListing a+a {
    margin-left: 1.25rem
}

.partner-orgs-tabs .tabs__tabs {
    width: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: .1rem solid #c6d3d7
}

.partner-orgs-tabs .tabs__tabs__button {
    border: none;
    border-radius: 0;
    background: transparent;
    color: #597c31;
    font-weight: 500;
    padding: 25px;
    font-family: "Oswald", sans-serif;
    font-size: 2rem;
    letter-spacing: 1.5px;
    display: inline-block;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    text-align: left;
    text-transform: uppercase;
    border-left: .1rem solid #c6d3d7
}

.partner-orgs-tabs .tabs__tabs__button:hover {
    background-color: #f5f7e8
}

.partner-orgs-tabs .tabs__tabs__button[aria-selected=true] {
    background-color: #f5f7e8;
    color: #000;
    z-index: 2;
    border-left: .1rem solid #f5f7e8;
    border-bottom: .2rem solid #eeaf00
}

.partner-orgs-tabs .tabs__tabs__button[aria-selected=true]:hover {
    color: #000
}

.partner-orgs-tabs .tabs__content__itself p,
.partner-orgs-tabs .tabs__content__itself ul li,
.partner-orgs-tabs .tabs__content__itself ol li {
    font-family: "Arial", sans-serif;
    font-size: 1.6rem
}

@media screen and (min-width: 40em) {

    .partner-orgs-tabs .tabs__content__itself p,
    .partner-orgs-tabs .tabs__content__itself ul li,
    .partner-orgs-tabs .tabs__content__itself ol li {
        font-size: 1.8rem
    }

    .partner-orgs-tabs .tabs__content__itself {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        padding: 4rem 2rem 8rem 2rem
    }
}

@media screen and (min-width: 64em) {
    .partner-orgs-tabs .tabs__content__itself {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }
}

.partner-orgs-tabs ol {
    list-style-type: decimal
}

.partner-orgs-tabs ol ol {
    list-style-type: lower-alpha;
    margin-bottom: 0
}

.partner-orgs-tabs ol ol ol {
    list-style-type: lower-roman
}

.partner-orgs-tabs ul {
    list-style-type: disc
}

.partner-orgs-tabs ul ul {
    list-style-type: circle;
    margin-bottom: 0
}

.partner-orgs-tabs ul ul ul {
    list-style-type: square
}

.partner-orgs-tabs .tabs__content__itself li {
    margin: 0rem
}

.tabs__content__itself>*:last-child {
    margin-bottom: 0
}

@media(min-width: 901px) {
    .partner-orgs-tabs .tabs__tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .partner-orgs-tabs .tabs__content .tabs__title {
        display: none
    }
}

@media(max-width: 900px) {
    .partner-orgs-tabs .tabs__tabs {
        display: none
    }

    .partner-orgs-tabs .tabs__content {
        display: block;
        border: .2rem solid #e0d464;
        margin-bottom: 2rem
    }

    .partner-orgs-tabs .tabs__content .tabs__content__itself {
        display: none;
        padding: 2rem;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .partner-orgs-tabs .tabs__title {
        border: none;
        width: 100%;
        text-align: left;
        position: relative;
        border: none;
        -webkit-transition: background .4s ease, color .4s ease;
        transition: background .4s ease, color .4s ease;
        margin-bottom: 0;
        padding: 2rem 6rem 2rem 2rem;
        color: #597c31;
        font-weight: 600;
        background-color: #fff;
        font-family: "Oswald", sans-serif;
        font-size: 2rem;
        letter-spacing: 1.5px;
        text-transform: uppercase
    }

    .partner-orgs-tabs .tabs__title:after {
        display: none
    }

    .partner-orgs-tabs .tabs__title:hover {
        background: #e0d464
    }

    .partner-orgs-tabs .tabs__title .accordion-drop-down__icon {
        position: absolute;
        height: 2rem;
        width: 2rem;
        top: 0;
        bottom: 0;
        right: 1.875rem;
        margin: auto
    }

    .partner-orgs-tabs .tabs__title .accordion-drop-down__icon path {
        fill: #597c31;
        -webkit-transition: fill .4s ease;
        transition: fill .4s ease;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .partner-orgs-tabs .tabs__title.engaged .accordion-drop-down__icon--rotate {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@media screen and (min-width: 900px) {
    .partner-orgs-tabs.tabs {
        border: 1px solid #c6d3d7
    }

    .partner-orgs-tabs button.tabs__tabs__button,
    .partner-orgs-tabs button.tabs__tabs__button[aria-selected=true] {
        border-left: .1rem solid #c6d3d7
    }

    .partner-orgs-tabs button.tabs__tabs__button:first-of-type {
        border-left: none
    }

    .partner-orgs-tabs .tabs__tabs__button[aria-selected=false] {
        border-bottom: .2rem solid #f5f7e8
    }

    .partner-orgs-tabs .tabs__tabs__button[aria-selected=false]:hover {
        border-bottom: .2rem solid rgba(238, 175, 0, .5)
    }

    .partner-orgs-tabs .tabs__content .tabs__content__itself {
        padding: 4rem 2rem;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

@media screen and (min-width: 40em) {
    .partner-orgs-tabs .tabs__content .tabs__content__itself.column-count-one {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .partner-orgs-tabs .tabs__content .tabs__content__itself,
    .partner-orgs-tabs .tabs__content .tabs__content__itself.column-count-two {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }

    .partner-orgs-tabs .tabs__content .tabs__content__itself.column-count-three {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

@media screen and (min-width: 64em) {
    .partner-orgs-tabs .tabs__content .tabs__content__itself.column-count-one {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .partner-orgs-tabs .tabs__content .tabs__content__itself.column-count-two {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }

    .partner-orgs-tabs .tabs__content .tabs__content__itself,
    .partner-orgs-tabs .tabs__content .tabs__content__itself.column-count-three {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }
}

.babson-grad__prority-cta {
    margin: 7rem 0 0
}

.babson-grad__prority-cta__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: calc(100% + 4rem);
    margin: 0 0 0 -40px
}

@media only screen and (min-width: 40em) {
    .babson-grad__prority-cta__container {
        margin: -1.6rem 0 0 -40px
    }
}

@media only screen and (min-width: 64em) {
    .babson-grad__prority-cta__container {
        margin: 0 0 0 -40px
    }
}

.babson-grad__prority-cta__container__join {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media only screen and (min-width: 600px) {
    .babson-grad__prority-cta__container__join {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media only screen and (min-width: 1024px) {
    .babson-grad__prority-cta__container__join {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.babson-grad__prority-cta__container__join__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%
}

@media only screen and (min-width: 960px) {
    .babson-grad__prority-cta__container__join__wrapper {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap
    }
}

.babson-grad__prority-cta__container__join__btn-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 4rem;
    margin-top: 1rem
}

@media only screen and (min-width: 40em) {
    .babson-grad__prority-cta__container__join__btn-container {
        margin-top: 2rem
    }
}

@media only screen and (min-width: 64em) {
    .babson-grad__prority-cta__container__join__btn-container {
        margin-top: 0
    }
}

@media only screen and (min-width: 640px) {
    .babson-grad__prority-cta__container__join__btn-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-left: 4rem
    }
}

.babson-grad__prority-cta__container__join__btn-container a span {
    display: block;
    width: 100%
}

@media only screen and (min-width: 960px) {
    .babson-grad__prority-cta__container__join__btn-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        padding-left: 2.5%
    }

    .babson-grad__prority-cta__container__join__btn-container.cta-five-across {
        -webkit-box-flex: auto;
        -ms-flex: auto;
        flex: 1 1 0;
        width: 0;
        min-width: 0;
        padding-left: 1.5rem
    }

    .babson-grad__prority-cta__container__join__btn-container:first-of-type {
        padding-left: 4rem
    }

    .grad--hero+.babson-grad__prority-cta .btn {
        padding: 3rem 2rem;
        min-height: 109px
    }
}

.btn--CTA {
    font-size: 2.2rem
}

.u-text-cta__xs .btn--CTA,
.u-text-cta__xs .btn--CTA span.cta-section__btn__text {
    font-size: 1.6rem
}

.u-text-cta__s .btn--CTA,
.u-text-cta__s .btn--CTA span.cta-section__btn__text {
    font-size: 1.8rem
}

.u-text-cta__m .btn--CTA,
.u-text-cta__m .btn--CTA span.cta-section__btn__text {
    font-size: 2rem
}

.u-text-cta__l .btn--CTA,
.u-text-cta__l .btn--CTA span.cta-section__btn__text {
    font-size: 2.2rem
}

.btn--CTA span.cta-section__btn__title {
    font-size: 1.3rem
}

.u-text-cta__xs .btn--CTA span.cta-section__btn__title {
    font-size: 1.2rem
}

.u-text-cta__s .btn--CTA span.cta-section__btn__title {
    font-size: 1.5rem
}

.u-text-cta__m .btn--CTA span.cta-section__btn__title {
    font-size: 1.8rem
}

.u-text-cta__l .btn--CTA span.cta-section__btn__title {
    font-size: 2rem
}

@media only screen and (max-width: 640px) {
    .babson-grad__prority-cta__container__join__btn-container:first-of-type {
        margin-top: 0
    }

    .babson-grad__prority-cta .btn {
        line-height: 1.4
    }
}

.babson-grad__prority-cta__container__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 0 0 4rem
}

.babson-grad__prority-cta h2 {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 400;
    color: #064;
    border-top: .2rem solid #dad7cb;
    padding-top: 2rem;
    margin: 0 0 2rem 0
}

.babson-grad__prority-cta .btn {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 300;
    line-height: 29px
}

.babson-grad__prority-cta .btn:hover {
    color: #000
}

.babson-grad__prority-cta .btn span {
    display: inline-block;
    margin: 0
}

.c-profile-card {
    position: relative;
    -webkit-box-shadow: 0 0 1rem -5px rgba(0, 0, 0, .4);
    box-shadow: 0 0 1rem -5px rgba(0, 0, 0, .4);
    text-align: left;
    padding: 3rem;
    border-top: .5rem solid #c0cc7f;
    margin-top: 3rem;
    width: 100%
}

.c-profile-card.card-vertical .center-items {
    text-align: center
}

.c-profile-card.no-dropshadow {
    -webkit-box-shadow: none;
    box-shadow: none
}

.c-profile-card.no-dropshadow a.focus-visible {
    -webkit-box-shadow: 0 0 0 6px #fff !important;
    box-shadow: 0 0 0 6px #fff !important
}

.c-profile-card.no-dropshadow a:focus-visible {
    -webkit-box-shadow: 0 0 0 6px #fff !important;
    box-shadow: 0 0 0 6px #fff !important
}

.c-profile-card .profile-image {
    position: relative;
    width: 18.3rem;
    border-radius: 100%;
    overflow: hidden;
    top: -6.5rem;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    -ms-flex-item-align: center;
    align-self: center
}

.c-profile-card .profile-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-width: 18.3rem;
    max-height: 18.3rem;
    height: 18.3rem
}

.c-profile-card .profile-info-top {
    margin-top: -4rem
}

.c-profile-card .profile-info-top h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    color: #064;
    margin-bottom: .8rem
}

.c-profile-card .profile-info-top h4 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    color: #464646;
    margin-bottom: 1.4rem
}

.c-profile-card .profile-info-bottom p,
.c-profile-card .profile-info-bottom li,
.c-profile-card .profile-info-bottom {
    font-family: "Arial", sans-serif;
    font-weight: 400
}

.c-profile-card .profile-info-top.text-smaller h3 {
    font-size: 2.2rem
}

.c-profile-card .profile-info-top.text-smaller h4 {
    font-size: 1.6rem
}

.c-profile-card .profile-info-bottom.text-smaller p,
.c-profile-card .profile-info-bottom.text-smaller li,
.c-profile-card .profile-info-bottom.text-smaller {
    font-size: 1.4rem
}

.c-profile-card .profile-info-top.text-larger h3 {
    font-size: 2.2rem
}

.c-profile-card .profile-info-top.text-larger h4 {
    font-size: 1.8rem
}

.c-profile-card .profile-info-bottom.text-larger p,
.c-profile-card .profile-info-bottom.text-larger li,
.c-profile-card .profile-info-bottom.text-larger {
    font-size: 1.6rem
}

.c-profile-card.u-background--blue-heather-lt a:not(.btn),
.c-profile-card.u-background--cedar-key-lt a:not(.btn),
.c-profile-card.u-background--sweet-daphne-lt a:not(.btn),
.c-profile-card.u-background--none:not(.u-text__color--white) a:not(.btn) {
    color: #064 !important
}

.c-profile-card.u-background--blue-heather-lt:not(.profile-w-modal) a:not(.btn):hover,
.c-profile-card.u-background--cedar-key-lt:not(.profile-w-modal) a:not(.btn):hover,
.c-profile-card.u-background--sweet-daphne-lt:not(.profile-w-modal) a:not(.btn):hover,
.c-profile-card.u-background--none:not(.u-text__color--white):not(.profile-w-modal) a:not(.btn):hover {
    color: #fff !important;
    background: #064
}

.c-profile-card .profile-info-bottom .btn:not(.btn--light):not(.btn--white):not(.btn--white-border):not(.tag-link):not(.btn--blue-BG) {
    color: #fff;
    background: #597c31;
    border: 2px solid #597c31
}

.c-profile-card .profile-info-bottom .btn:not(.btn--light):not(.btn--white):not(.btn--white-border):not(.tag-link):not(.btn--blue-BG):hover {
    color: #597c31;
    background: #fff;
    border: 2px solid #597c31
}

#section-content .profile-modal .btn--white,
.profile-modal .btn--white,
.profile-modal .btn--white-border,
#section-content .c-profile-card:not(.u-text__color--white) .btn.btn--white-border,
#section-content .c-profile-card:not(.u-text__color--white) .btn.btn--white {
    color: #fff !important;
    background: #597c31;
    border: 2px solid #597c31
}

#section-content .profile-modal .btn--white:hover,
.profile-modal .btn--white:hover,
.profile-modal .btn--white-border:hover,
#section-content .c-profile-card:not(.u-text__color--white) .btn.btn--white:hover,
#section-content .c-profile-card:not(.u-text__color--white) .btn.btn--white-border:hover {
    color: #597c31 !important;
    background: #fff;
    border: 2px solid #597c31
}

.c-profile-card.card-horizontal.two-cards-up.card-with-no-image .profile-info-top {
    margin-left: 0 !important;
    min-height: unset !important
}

.c-profile-card.card-with-no-image .profile-info-top {
    margin-top: 0
}

.c-profile-card.u-background--none {
    background: none;
    border-top: none
}

@media screen and (min-width: 40em) {
    .c-profile-card .profile-image {
        position: relative;
        min-width: 18rem;
        max-width: 23rem;
        width: 61%
    }

    .c-profile-card .profile-image,
    .c-profile-card .profile-image img {
        max-width: 23rem;
        max-height: 23rem;
        height: 23rem
    }

    .medium-up-2 .c-profile-card .profile-image,
    .medium-up-2 .c-profile-card .profile-image img,
    .c-profile-card.card-horizontal .profile-image,
    .medium-4 .c-profile-card .profile-image,
    .medium-4 .c-profile-card .profile-image img,
    .medium-6 .c-profile-card .profile-image,
    .medium-6 .c-profile-card .profile-image img {
        width: 23rem;
        height: 23rem
    }

    .medium-up-3 .c-profile-card.card-vertical .profile-image,
    .medium-up-3 .c-profile-card.card-vertical .profile-image img,
    .medium-3 .c-profile-card .profile-image,
    .medium-3 .c-profile-card .profile-image img,
    .large-up-3 .c-profile-card.card-vertical .profile-image,
    .large-up-3 .c-profile-card.card-vertical .profile-image img {
        width: 16.5rem !important;
        height: 16.5rem !important;
        min-width: 16.5rem;
        max-width: 16.5rem
    }

    .c-profile-card.card-horizontal {
        justify-self: left;
        margin-left: auto
    }

    .o-adv-wrapper .c-profile-card.card-horizontal {
        justify-self: left;
        margin-left: 4.5rem
    }

    .c-profile-card.card-horizontal .profile-image {
        position: absolute;
        top: -4.8rem;
        left: -2.5rem
    }

    .c-profile-card.card-horizontal .profile-info-top {
        margin-top: 0
    }

    .c-profile-card.card-horizontal .profile-info-top,
    .c-profile-card.card-horizontal .profile-info-bottom {
        margin-left: 20rem
    }

    .c-profile-card.card-horizontal.two-cards-up {
        justify-self: center;
        margin-left: 0
    }

    .c-profile-card.card-horizontal.two-cards-up .profile-image {
        position: relative;
        left: unset;
        top: -6.5rem;
        margin: 0 auto
    }

    .c-profile-card.card-horizontal.two-cards-up .profile-info-top {
        margin-top: -4rem
    }

    .c-profile-card.card-horizontal.two-cards-up .profile-info-top,
    .c-profile-card.card-horizontal.two-cards-up .profile-info-bottom {
        margin-left: 0;
        min-width: unset
    }

    .c-profile-card .profile-info-top h3 {
        margin-bottom: 1rem
    }

    .c-profile-card .profile-info-top h4 {
        margin-bottom: 1.8rem
    }

    .c-profile-card .profile-info-top.text-smaller h3 {
        font-size: 2.4rem
    }

    .c-profile-card .profile-info-top.text-smaller h4 {
        font-size: 1.8rem
    }

    .c-profile-card .profile-info-top.text-larger h3 {
        font-size: 2.8rem
    }

    .c-profile-card .profile-info-top.text-larger h4 {
        font-size: 2rem
    }

    .c-profile-card .profile-info-bottom.text-larger p,
    .c-profile-card .profile-info-bottom.text-larger li {
        font-size: 1.8rem
    }

    .c-profile-card.card-with-no-image .profile-info-top,
    .c-profile-card.card-horizontal.card-with-no-image .profile-info-top {
        margin-top: 0
    }

    .c-profile-card.card-horizontal.card-with-no-image .profile-info-top,
    .c-profile-card.card-horizontal.card-with-no-image .profile-info-bottom {
        margin-left: 0 !important
    }

    .c-profile-card.card-horizontal.two-cards-up.card-with-no-image .profile-info-top {
        margin-left: 0 !important;
        min-height: unset !important
    }
}

@media screen and (min-width: 920px) {
    .c-profile-card {
        max-width: 86rem;
        margin-left: auto;
        margin-right: auto
    }

    .o-adv-wrapper .c-profile-card {
        width: 100%;
        max-width: unset;
        margin-left: unset;
        margin-right: unset
    }
}

@media screen and (min-width: 1120px) {
    .c-profile-card.card-horizontal.two-cards-up {
        margin-left: auto
    }

    .o-adv-wrapper .c-profile-card.card-horizontal.two-cards-up {
        justify-self: left;
        margin-left: 4rem
    }

    .c-profile-card.card-horizontal.two-cards-up .profile-image {
        position: absolute;
        top: -3.5rem;
        left: -4rem;
        width: 49%;
        height: auto;
        width: 24rem;
        height: 24rem
    }

    .c-profile-card.card-horizontal.two-cards-up .profile-info-top {
        margin-left: 20rem;
        margin-top: 0;
        min-height: 21.5rem
    }

    .o-adv-wrapper.large-up-2 .c-profile-card.card-horizontal.two-cards-up .profile-info-top {
        margin-left: 20rem
    }

    .c-profile-card.card-horizontal.two-cards-up .profile-info-bottom {
        margin-left: 0
    }
}

@media screen and (min-width: 64em) {

    .large-up-4 .c-profile-card.card-vertical .profile-image,
    .large-up-4 .c-profile-card.card-vertical .profile-image img {
        width: 16rem !important;
        height: 16rem !important;
        min-width: 16rem;
        max-width: 16rem
    }

    .c-profile-card .profile-info-top.text-smaller h3 {
        font-size: 2.8rem
    }

    .c-profile-card .profile-info-bottom.text-smaller p,
    .c-profile-card .profile-info-bottom.text-smaller li {
        font-size: 1.6rem
    }

    .c-profile-card .profile-info-top.text-larger h3 {
        font-size: 3.3rem
    }
}

.grid-item-profile h3,
.grid-item-profile h3 a {
    font-size: 2.6rem;
    font-weight: 400;
    margin-top: 0
}

.grid-item-profile h4 {
    font-size: 2.2rem;
    font-weight: 400;
    color: #464646
}

.c-profile-card.profile-w-modal {
    width: 100%;
    padding: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.c-profile-card.profile-w-modal:hover {
    text-decoration: none;
    border: .2rem solid #eeaf00;
    scale: 1.04;
    -webkit-transition: .18s ease-in-out
}

.c-profile-card.profile-w-modal .more-button {
    font-family: "Oswald", sans-serif;
    text-align: center;
    display: block
}

.c-profile-card a:not(.btn) {
    background: unset
}

.c-profile-card.profile-w-modal a {
    padding: 3rem;
    border: none
}

.c-profile-card.profile-w-modal.no-dropshadow a {
    -webkit-box-shadow: none;
    box-shadow: none
}

.c-profile-card.profile-w-modal .profile-info-top h3,
.c-profile-card.profile-w-modal .profile-info-top h4 {
    text-align: center
}

.fancybox-inner[\:has\(.profile-modal\)] .fancybox-button {
    display: none
}

.fancybox-inner:has(.profile-modal) .fancybox-button {
    display: none
}

.fancybox-content.profile-modal {
    width: unset;
    max-width: 90rem !important;
    height: 85vh;
    position: absolute;
    overflow: visible !important;
    top: 8%;
    bottom: 0;
    margin: 0 2rem;
    padding: 0 !important;
    -webkit-transform: unset;
    transform: unset;
    left: 0;
    right: 0
}

@media screen and (min-width: 960px) {
    .fancybox-content.profile-modal {
        margin: 0 auto
    }
}

.fancybox-content.profile-modal .grid-container {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-height: 85vh !important
}

.fancybox-content.profile-modal .grid-container .c-profile-card {
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 2rem;
    margin-top: 0
}

.profile-modal .profile-info-top {
    margin-top: 4rem !important
}

.profile-modal .profile-image {
    top: 0 !important;
    left: 0 !important;
    display: block
}

.fancybox-slide .profile-modal .c-profile-card a:not(.btn) {
    text-decoration: underline;
    color: #597c31;
    font-weight: 600
}

.fancybox-slide .profile-modal .c-profile-card a:not(.profile-card-modal__social-icons a):not(.btn):hover {
    color: #fff !important;
    background: #597c31 !important;
    text-decoration: underline
}

.profile-card-modal__social-icons {
    margin: 3rem 0 2rem 0
}

.profile-card-modal__social-icons a {
    margin-bottom: 2rem;
    margin-right: 1.6rem;
    text-align: center;
    display: inline-block
}

.profile-card-modal__social-icons a i {
    font-size: 2.7rem;
    font-style: normal;
    border-radius: 100%;
    width: 50px;
    min-width: 50px;
    height: 50px;
    position: relative;
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    color: #fff;
    background: #597c31;
    border: 3px solid #597c31;
    padding: 9px
}

.profile-card-modal__social-icons a:hover i {
    color: #597c31;
    background: none
}

@media screen and (min-width: 40em) {
    .profile-modal .profile-info-top {
        margin-top: 4rem !important
    }

    .profile-modal .profile-image {
        top: 2rem !important;
        left: 2rem !important;
        display: block
    }

    .fancybox-content .c-profile-card.card-horizontal .profile-info-top,
    .fancybox-content .c-profile-card.card-horizontal .profile-info-bottom {
        margin-left: 28rem !important
    }
}

body.compensate-for-scrollbar[\:has\(.profile-modal\)] {
    margin-right: 0 !important
}

body.compensate-for-scrollbar:has(.profile-modal) {
    margin-right: 0 !important
}

.program-filters {
    background-color: #ccd695;
    padding-top: 0;
    position: relative
}

.program-filters.exec-ed-filters {
    background-color: #368180
}

.program-filters.exec-ed-filters .program-filters__collapsible-container {
    padding-bottom: 0
}

.program-filters.exec-ed-filters .program-filters__checkbox {
    padding-left: 10px;
    padding-right: 10px
}

.program-filters.exec-ed-filters label.checkbox__container {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 1.5rem !important
}

.program-filters.exec-ed-filters label.checkbox__container span.checkmark {
    position: absolute;
    top: .2rem
}

.program-filters.exec-ed-filters label.checkbox__container span.checkmark:before {
    content: none
}

@media screen and (min-width: 55em) {

    .program-filters.exec-ed-filters .large-up-4>.column,
    .program-filters.exec-ed-filters .large-up-4>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media screen and (min-width: 67em) {

    .program-filters.exec-ed-filters .large-up-4>.column,
    .program-filters.exec-ed-filters .large-up-4>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

.program-filters.exec-ed-filters form select {
    width: 100%;
    background-color: #fff;
    border: .2rem solid transparent;
    color: #000;
    font: 1.6rem "Oswald", sans-serif;
    text-transform: none;
    min-height: 5rem;
    margin: 1.7rem 0 2rem;
    word-wrap: break-word;
    white-space: normal
}

.program-filters.exec-ed-filters form select::-ms-value {
    background: transparent;
    color: #000
}

.exec-ed-filters .program-filters__active-filters {
    max-width: 75rem;
    margin: 0 auto
}

.program-filters.exec-ed-filters form select option {
    font-size: 1.6rem;
    background-color: #fff
}

h2.exec-ed-programs__title {
    font-size: 4rem;
    color: #005172
}

.program-filters form .row:last-of-type {
    margin-bottom: 2rem
}

@media screen and (min-width: 40em) {
    .program-filters {
        padding-top: 4rem;
        padding-bottom: 1rem
    }

    .program-filters__accordion-btn {
        display: none
    }

    .program-filters .checkbox__container {
        overflow: hidden;
        display: inline-block
    }
}

.program-filters__active-filters {
    font-family: "Oswald", sans-serif;
    background-color: #eef2f3;
    padding: 1.3rem 0 1.6rem;
    font-weight: bold
}

.program-filters__active-filters__badge-container {
    margin-left: -1rem;
    padding: 1rem
}

@media screen and (min-width: 40em) {
    .program-filters__active-filters__badge-container {
        display: inline-block;
        margin: 0;
        padding: 0
    }
}

.program-filters__clear-all-button {
    background-color: transparent;
    border: none;
    padding: 0;
    color: #005172;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    padding: 0
}

@media screen and (min-width: 40em) {
    .program-filters__clear-all-button {
        margin-left: 1rem
    }
}

@media screen and (min-width: 40em) {
    .program-filtersprogram-filters__active-filters .program-filters__collapsible-container .collapsible-form {
        display: block !important
    }
}

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

    .program-filters::before,
    .program-filters::after {
        content: " ";
        background-color: #ccd695;
        position: absolute;
        top: 0;
        height: 100%
    }
}

.program-filters.exec-ed-filters::before,
.program-filters.exec-ed-filters::after {
    content: none
}

.collapsible-form-container.program-filters__collapsible-container {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2rem
}

@media screen and (min-width: 40em) {
    .collapsible-form-container.program-filters__collapsible-container {
        padding-left: 10px;
        padding-right: 10px
    }
}

.program-list__program {
    font-size: 1.8rem;
    font-family: "Oswald", sans-serif;
    margin-bottom: 6rem;
    max-width: 86rem;
    margin-left: auto;
    margin-right: auto
}

.program-list__program h3,
.program-list__program a {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1.3;
    margin-bottom: 1rem;
    display: inline-block;
    text-decoration: underline
}

.program-list__program a:hover h3 {
    color: #fff !important
}

@media screen and (min-width: 40em) {

    .program-list__program h3,
    .program-list__program a {
        font-size: 2.8rem
    }
}

@media screen and (min-width: 64em) {

    .program-list__program h3,
    .program-list__program a {
        font-size: 3.2rem
    }
}

.program-list__program__details {
    position: relative;
    color: #000
}

.program-list__program__detail .text {
    font-weight: 400;
    color: #000
}

@media screen and (min-width: 64em) {
    .program-list__program__details:after {
        content: "";
        position: absolute;
        height: 100%;
        display: block;
        width: .2rem;
        background-color: #ad9001;
        top: 0;
        right: 1rem
    }

    .exec-ed-programs .program-list__program__details:after {
        content: none
    }
}

.section-id-17193 h1.type__header--1 {
    display: none
}

.exec-ed-programs>div a:link,
.exec-ed-programs>div a:visited,
.exec-ed-programs>div a:active {
    text-decoration: none;
    color: #005172
}

.exec-ed-programs>div a:hover {
    text-decoration: underline
}

.exec-ed-programs>div h3 {
    font-size: 3.2rem;
    font-weight: normal
}

.exec-ed-programs .program-list__program__detail {
    font-size: 1.4rem;
    color: #000
}

.exec-ed-programs .program-list__program__detail i {
    line-height: 2rem
}

.program-list__program__separator {
    position: relative;
    color: #000
}

@media screen and (min-width: 64em) {
    .program-list__program__separator:after {
        content: "";
        position: absolute;
        height: 100%;
        display: block;
        width: .2rem;
        background-color: #368180;
        top: 0;
        right: 50%
    }
}

.program-list__program__detail.program-list__program__detail {
    margin-bottom: 1rem
}

.program-list__program__detail span {
    color: #ad9001;
    display: inline-block;
    width: 2.4rem
}

.program-list__program__detail--primary {
    color: #464646;
    font-weight: bold
}

.program-list__program__content.program-list__program__content>p {
    margin-bottom: 0
}

.program-list__program__details .icon-babson-ee-certificate:before {
    content: " "
}

.program-list__program__details .icon-babson-ee-certificate {
    background-image: url(../images/BEE-Certificate-Icon_20px.png);
    width: 2rem;
    height: 2rem;
    background-size: 100% auto
}

.program-list__program__details .icon-babson-ee-duration:before {
    content: " "
}

.program-list__program__details .icon-babson-ee-duration {
    background-image: url(../images/duration.png);
    width: 2rem;
    height: 2rem;
    background-size: 100% auto
}

.program-list__program__details .icon-babson-ee-topic:before {
    content: " "
}

.program-list__program__details .icon-babson-ee-topic {
    background-image: url(../images/topic.png);
    width: 2rem;
    height: 2rem;
    background-size: 100% auto
}

.program-list__program__details .icon-babson-ee-month:before {
    content: " "
}

.program-list__program__details .icon-babson-ee-month {
    background-image: url(../images/month.png);
    width: 2rem;
    height: 2rem;
    background-size: 100% auto
}

.program-list__program__details .icon-babson-ee-format--live-online:before,
.program-list__program__details .icon-babson-ee-format--self-paced-online {
    content: " "
}

.program-list__program__details .icon-babson-ee-format--live-online,
.program-list__program__details .icon-babson-ee-format--self-paced-online {
    background-image: url(../images/ENRLMKT2-1600-BEE-OE-Webpage-ONLINE.png);
    width: 2rem;
    height: 2rem;
    background-size: 100% auto
}

.program-list__program__details .icon-babson-ee-format--in-person:before {
    content: " "
}

.program-list__program__details .icon-babson-ee-format--in-person {
    background-image: url(../images/ENRLMKT2-1600-BEE-OE-Webpage-IN-PERSON.png);
    width: 2rem;
    height: 2rem;
    background-size: 100% auto
}

.program-list__program__details .icon-babson-visa:before {
    content: " "
}

.program-list__program__details .icon-babson-visa {
    background-image: url(../images/AtA-Glance-Visa-ddd055.png);
    width: 2rem;
    height: 2rem;
    background-size: 100% auto
}

.program-list__program__details .fa-map-marker-alt:before {
    content: " "
}

.program-list__program__details .fa-map-marker-alt {
    background-image: url(../images/AtA-Glance-Location-ddd055.png);
    width: 2rem;
    height: 2rem;
    background-size: 100% auto
}

.program-list__program__details .fa-clock:before {
    content: " "
}

.program-list__program__details .fa-clock {
    background-image: url(../images/AtA-Glance-AppDeadline-ddd055.png);
    width: 2rem;
    height: 2rem;
    background-size: 100% auto
}

.program-list__program__details .fa-tag:before {
    content: " "
}

.program-list__program__details .fa-tag {
    background-image: url(../images/Shopping-FT-PT-ddd055.png);
    width: 2rem;
    height: 2rem;
    background-size: 100% auto
}

.program-list__program__detail {
    display: table
}

.program-list__program__detail div {
    display: table-cell
}

.c-quote {
    position: relative;
    max-width: 86rem;
    margin: 0 auto
}

blockquote,
.c-quote blockquote,
.c-quote blockquote p {
    color: #6c6f70;
    font-style: italic;
    max-width: 86rem;
    margin-bottom: 1.5rem
}

.quote-text-container.u-text__color--white p,
.quote-text-container.u-text__color--white .c-quote_name,
.quote-text-container.u-text__color--white .c-quote_subtitle {
    color: #fff
}

.c-quote .quote-text-container {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 0;
    padding-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
    text-align: left;
    -ms-flex-item-align: center
}

.c-quote .quote-text-container.text-small blockquote,
.c-quote .quote-text-container.text-small blockquote p,
.c-quote .quote-text-container.text-medium blockquote,
.c-quote .quote-text-container.text-medium blockquote p,
.c-quote blockquote,
.c-quote blockquote p,
.c-quote .quote-text-container.text-large blockquote,
.c-quote .quote-text-container.text-large blockquote p {
    font-size: 1.6rem
}

.c-quote_name {
    font-family: "Oswald", serif;
    color: #064;
    font-size: 1.6rem;
    font-style: normal
}

.c-quote_subtitle {
    font-family: "Oswald", sans-serif;
    color: #464646;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 300
}

blockquote:before,
.c-quote blockquote:before,
.c-quote.quote-left-of-text blockquote:before {
    left: 0;
    top: 0;
    width: 4rem;
    height: 3rem;
    content: "";
    background: url(../images/quote.png) no-repeat 0 0;
    background-size: 4rem 3rem;
    position: absolute
}

.c-quote .quote-text-container.u-text__color--white blockquote:before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

@media screen and (max-width: 40em) {
    .c-quote.quote-left-of-text-quote-with-image {
        position: relative;
        display: block;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto !important
    }

    .c-quote.quote-left-of-text-quote-with-image:before {
        position: absolute;
        top: -1rem;
        right: 58%;
        width: 4rem;
        height: 3rem;
        content: "";
        background: url(../images/quote.png) no-repeat 0 0;
        background-size: 4rem 3rem;
        z-index: 7
    }

    .c-quote.quote-left-of-text-quote-with-image[\:has\(.u-text__color--white\)]:before {
        -webkit-filter: brightness(0) invert(1) !important;
        filter: brightness(0) invert(1) !important
    }

    .c-quote.quote-left-of-text-quote-with-image:has(.u-text__color--white):before {
        -webkit-filter: brightness(0) invert(1) !important;
        filter: brightness(0) invert(1) !important
    }

    .c-quote.quote-left-of-text-quote-with-image .quote-text-container {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        text-align: center;
        width: 100%;
        padding: 0
    }

    .c-quote.quote-left-of-text-quote-with-image .quote-text-container:after {
        position: absolute;
        top: -1.5rem;
        left: 0;
        right: 0;
        width: 50%;
        content: "";
        border-bottom: solid 1px #e0d464;
        margin: 0 auto
    }

    .c-quote.quote-left-of-text-quote-with-image .quote-text-container.u-text__color--white:after {
        -webkit-filter: brightness(0) invert(1) !important;
        filter: brightness(0) invert(1) !important
    }

    .c-quote.quote-left-of-text-quote-with-image .c-quote_name,
    .c-quote.quote-left-of-text-quote-with-image .c-quote_subtitle {
        padding: 0
    }

    .c-quote.quote-left-of-text-quote-with-image blockquote {
        text-align: center;
        border-left: none;
        margin: 3rem 0 0 0;
        padding: 0 0 1rem 0
    }

    .c-quote.quote-left-of-text-quote-with-image blockquote:before {
        display: none
    }

    .c-quote.quote-left-of-text-quote-with-image .c-quote-icon {
        margin: 0 auto !important
    }
}

.c-quote.quote-left-of-text-quote-with-image blockquote:before {
    top: -1rem;
    left: -13.5rem
}

.c-quote.quote-left-of-text-quote-with-image .c-quote-icon {
    position: relative;
    width: 10rem;
    height: 10rem;
    border-radius: 100%;
    overflow: hidden;
    margin-left: 1.5rem
}

.c-quote.quote-left-of-text-quote-with-image .c-quote-icon img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    width: 10rem;
    height: 10rem
}

.c-quote.quote-above-text {
    text-align: center;
    margin-top: 2rem
}

.c-quote.quote-above-text blockquote:before {
    position: relative;
    top: -2rem;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block
}

.c-quote.quote-above-text .quote-text-container blockquote,
.c-quote.quote-above-text .quote-text-container {
    padding: 0;
    text-align: center
}

.c-quote.quote-left-of-text blockquote,
.c-quote.quote-left-of-text .c-quote_name,
.c-quote.quote-left-of-text .c-quote_subtitle {
    padding: 0 0 0 6rem
}

@media screen and (min-width: 40em) {

    blockquote,
    .c-quote blockquote,
    .c-quote blockquote p {
        margin-bottom: 1.5rem
    }

    blockquote,
    .c-quote blockquote,
    .c-quote.quote-left-of-text blockquote {
        padding: 0 0 0 9rem
    }

    .c-quote.quote-left-of-text .c-quote_name,
    .c-quote.quote-left-of-text .c-quote_subtitle {
        padding-left: 9rem
    }

    blockquote:before,
    .c-quote blockquote:before,
    .c-quote.quote-left-of-text blockquote:before {
        width: 5.8rem;
        height: 4.4rem;
        background-size: 5.8rem 4.4rem
    }

    .c-quote.quote-left-of-text-quote-with-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 0;
        text-align: center;
        margin-bottom: 1rem;
        max-width: 114rem
    }

    .c-quote.quote-left-of-text-quote-with-image {
        margin-top: 2rem
    }

    .c-quote.quote-left-of-text-quote-with-image blockquote {
        text-align: left;
        border-left: 2px solid #e0d464;
        margin-left: 2rem;
        padding: 0 0 0 2rem
    }

    .c-quote.quote-left-of-text-quote-with-image .quote-text-container.u-text__color--white blockquote {
        border-left: 2px solid #fff
    }

    .c-quote.quote-left-of-text-quote-with-image blockquote:before {
        top: -2rem;
        left: -19.5rem
    }

    .c-quote.quote-left-of-text-quote-with-image .c-quote_name,
    .c-quote.quote-left-of-text-quote-with-image .c-quote_subtitle {
        padding-left: 6rem
    }

    .c-quote.quote-left-of-text-quote-with-image .c-quote-icon,
    .c-quote.quote-left-of-text-quote-with-image .c-quote-icon img {
        width: 15rem;
        height: 15rem
    }

    .c-quote .quote-text-container.text-small blockquote,
    .c-quote .quote-text-container.text-small blockquote p {
        font-size: 1.8rem;
        margin-bottom: 1rem
    }

    .c-quote .quote-text-container.text-medium blockquote,
    .c-quote .quote-text-container.text-medium blockquote p {
        font-size: 2.2rem;
        margin-bottom: 1.2rem
    }

    .c-quote blockquote,
    .c-quote blockquote p,
    .c-quote .quote-text-container.text-large blockquote,
    .c-quote .quote-text-container.text-large blockquote p {
        font-size: 2.4rem
    }

    .c-quote_name {
        font-size: 2rem
    }

    .c-quote_subtitle {
        font-size: 1.6rem
    }

    .c-quote .quote-text-container.text-small .c-quote_name {
        font-size: 1.8rem
    }

    .c-quote .quote-text-container.text-small .c-quote_subtitle {
        font-size: 1.6rem
    }

    .c-quote .quote-text-container.text-medium blockquote:before,
    .c-quote.quote-left-of-text .quote-text-container.text-medium blockquote:before {
        width: 4.8rem;
        height: 3.4rem;
        background-size: 4.8rem 3.4rem
    }

    .c-quote .quote-text-container.text-medium blockquote,
    .c-quote.quote-left-of-text .quote-text-container.text-medium blockquote,
    .c-quote.quote-left-of-text .quote-text-container.text-medium .c-quote_name,
    .c-quote.quote-left-of-text .quote-text-container.text-medium .c-quote_subtitle {
        padding-left: 7rem
    }

    .c-quote.quote-left-of-text-quote-with-image[\:has\(.quote-text-container.text-medium\)] .c-quote-icon,
    .c-quote.quote-left-of-text-quote-with-image[\:has\(.quote-text-container.text-medium\)] .c-quote-icon img {
        width: 14.6rem;
        height: 14.6rem
    }

    .c-quote.quote-left-of-text-quote-with-image:has(.quote-text-container.text-medium) .c-quote-icon,
    .c-quote.quote-left-of-text-quote-with-image:has(.quote-text-container.text-medium) .c-quote-icon img {
        width: 14.6rem;
        height: 14.6rem
    }

    .c-quote.quote-left-of-text-quote-with-image .quote-text-container.text-medium blockquote:before {
        top: -1.5rem;
        left: -21rem
    }

    .c-quote .quote-text-container.text-small blockquote:before,
    .c-quote.quote-left-of-text .quote-text-container.text-small blockquote:before {
        width: 4rem;
        height: 3rem;
        background-size: 4rem 3rem
    }

    .c-quote .quote-text-container.text-small blockquote,
    .c-quote.quote-left-of-text .quote-text-container.text-small blockquote,
    .c-quote.quote-left-of-text .quote-text-container.text-small .c-quote_name,
    .c-quote.quote-left-of-text .quote-text-container.text-small .c-quote_subtitle {
        padding-left: 6rem
    }

    .c-quote.quote-left-of-text-quote-with-image[\:has\(.quote-text-container.text-small\)] .c-quote-icon,
    .c-quote.quote-left-of-text-quote-with-image[\:has\(.quote-text-container.text-small\)] .c-quote-icon img {
        width: 13.6rem;
        height: 13.6rem
    }

    .c-quote.quote-left-of-text-quote-with-image:has(.quote-text-container.text-small) .c-quote-icon,
    .c-quote.quote-left-of-text-quote-with-image:has(.quote-text-container.text-small) .c-quote-icon img {
        width: 13.6rem;
        height: 13.6rem
    }

    .c-quote.quote-left-of-text-quote-with-image .quote-text-container.text-small blockquote:before {
        top: -1rem;
        left: -17rem
    }

    .c-quote.quote-left-of-text-quote-with-image .quote-text-container blockquote {
        margin-left: 3rem;
        padding-left: 3rem
    }

    .c-quote.quote-above-text .quote-text-container blockquote,
    .c-quote.quote-above-text .quote-text-container {
        padding: 1rem 0 0 0;
        text-align: center
    }
}

@media screen and (min-width: 64em) {

    blockquote,
    .c-quote blockquote,
    .c-quote.quote-left-of-text blockquote {
        padding: 0 0 0 11rem
    }

    .c-quote.quote-left-of-text .c-quote_name,
    .c-quote.quote-left-of-text .c-quote_subtitle {
        padding-left: 11rem
    }

    .c-quote.quote-left-of-text-quote-with-image .c-quote-icon,
    .c-quote.quote-left-of-text-quote-with-image .c-quote-icon img {
        width: 18.6rem;
        height: 18.6rem
    }

    blockquote:before,
    .c-quote blockquote:before,
    .c-quote.quote-left-of-text blockquote:before {
        width: 6.8rem;
        height: 5.4rem;
        background-size: 6.8rem 5.4rem
    }

    .c-quote.quote-left-of-text-quote-with-image blockquote:before {
        top: -2rem;
        left: -23.5rem
    }

    blockquote {
        margin-bottom: 2rem
    }

    .c-quote blockquote,
    .c-quote blockquote p,
    .c-quote .quote-text-container.text-large blockquote,
    .c-quote .quote-text-container.text-large blockquote p {
        font-size: 2.8rem;
        margin-bottom: 2rem
    }

    .c-quote .quote-text-container.text-small blockquote,
    .c-quote .quote-text-container.text-small blockquote p {
        font-size: 2rem;
        margin-bottom: 1rem
    }

    .c-quote .quote-text-container.text-medium blockquote,
    .c-quote .quote-text-container.text-medium blockquote p {
        font-size: 2.4rem;
        margin-bottom: 1.2rem
    }

    .c-quote_name {
        font-size: 2.2rem
    }

    .c-quote_subtitle {
        font-size: 1.8rem
    }

    .c-quote .quote-text-container.text-small .c-quote_name {
        font-size: 2rem
    }

    .c-quote .quote-text-container.text-small .c-quote_subtitle {
        font-size: 1.6rem
    }

    .c-quote .quote-text-container.text-medium blockquote:before,
    .c-quote.quote-left-of-text .quote-text-container.text-medium blockquote:before {
        width: 5.8rem;
        height: 4.4rem;
        background-size: 5.8rem 4.4rem
    }

    .c-quote .quote-text-container.text-medium blockquote,
    .c-quote.quote-left-of-text .quote-text-container.text-medium blockquote,
    .c-quote.quote-left-of-text .quote-text-container.text-medium .c-quote_name,
    .c-quote.quote-left-of-text .quote-text-container.text-medium .c-quote_subtitle {
        padding-left: 9rem
    }

    .c-quote.quote-left-of-text-quote-with-image .quote-text-container.text-medium blockquote:before {
        top: -1.5rem;
        left: -21rem
    }

    .c-quote.quote-left-of-text-quote-with-image[\:has\(.quote-text-container.text-medium\)] .c-quote-icon,
    .c-quote.quote-left-of-text-quote-with-image[\:has\(.quote-text-container.text-medium\)] .c-quote-icon img {
        width: 16.6rem;
        height: 16.6rem
    }

    .c-quote.quote-left-of-text-quote-with-image:has(.quote-text-container.text-medium) .c-quote-icon,
    .c-quote.quote-left-of-text-quote-with-image:has(.quote-text-container.text-medium) .c-quote-icon img {
        width: 16.6rem;
        height: 16.6rem
    }

    .c-quote .quote-text-container.text-small blockquote:before,
    .c-quote.quote-left-of-text .quote-text-container.text-small blockquote:before {
        width: 4.8rem;
        height: 3.4rem;
        background-size: 4.8rem 3.4rem
    }

    .c-quote .quote-text-container.text-small blockquote,
    .c-quote.quote-left-of-text .quote-text-container.text-small blockquote,
    .c-quote.quote-left-of-text .quote-text-container.text-small .c-quote_name,
    .c-quote.quote-left-of-text .quote-text-container.text-small .c-quote_subtitle {
        padding-left: 7rem
    }

    .c-quote.quote-left-of-text-quote-with-image[\:has\(.quote-text-container.text-small\)] .c-quote-icon,
    .c-quote.quote-left-of-text-quote-with-image[\:has\(.quote-text-container.text-small\)] .c-quote-icon img {
        width: 13.6rem;
        height: 13.6rem
    }

    .c-quote.quote-left-of-text-quote-with-image:has(.quote-text-container.text-small) .c-quote-icon,
    .c-quote.quote-left-of-text-quote-with-image:has(.quote-text-container.text-small) .c-quote-icon img {
        width: 13.6rem;
        height: 13.6rem
    }

    .c-quote.quote-left-of-text-quote-with-image .quote-text-container blockquote {
        margin-left: 3rem;
        padding-left: 3rem
    }

    .c-quote.quote-above-text .quote-text-container blockquote,
    .c-quote.quote-above-text .quote-text-container {
        padding: 1.5rem 0 0 0
    }
}

.sidebar blockquote {
    padding: 0 0 0 2rem
}

a[\:has\(.c-quote_name\)] {
    font-weight: 400 !important
}

a:has(.c-quote_name) {
    font-weight: 400 !important
}

.quote-text-container>a {
    display: block
}

.rprs-link {
    display: block;
    overflow: hidden
}

.rprs-link:link,
.rprs-link:visited,
.rprs-link:hover,
.rprs-link:active {
    text-decoration: none !important
}

.rprs-name {
    color: #004e74;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0rem 0rem .3rem 0rem;
    text-decoration: underline
}

.rprs-title,
.rprs-location {
    color: #333;
    font-size: 1.6rem;
    line-height: 1.5
}

.rprs-quote {
    font-size: 1.6rem;
    line-height: 1.5
}

.rprs-img {
    border: .1rem solid #eaeaea
}

.rprs-img-container {
    width: 30%
}

.babson__registration-form {
    background-color: #eef1dc;
    padding-top: 1.875rem;
    padding-bottom: 0
}

.section-id-17193 .babson__registration-form {
    background-color: #368180
}

.section-id-17193 .babson__registration-form h2,
.section-id-17193 .babson__registration-form p {
    color: #005172
}

@media screen and (min-width: 40em) {
    .babson__registration-form {
        padding-top: 4.375rem
    }
}

@media screen and (min-width: 64em) {
    .babson__registration-form {
        padding-top: 4.375rem
    }
}

@media screen and (min-width: 40em) {
    .babson__registration-form {
        padding-bottom: 4.375rem
    }
}

@media screen and (min-width: 64em) {
    .babson__registration-form {
        padding-bottom: 4.375rem
    }
}

.babson__registration-form.babson__registration-form {
    margin-bottom: 0
}

.babson__registration-form form {
    margin-bottom: 2rem
}

.babson__registration-form h2 {
    font-size: 3.4rem
}

@media screen and (min-width: 40em) {
    .babson__registration-form h2 {
        font-size: 4.2rem
    }
}

@media screen and (min-width: 64em) {
    .babson__registration-form h2 {
        font-size: 4.2rem
    }
}

.babson__registration-form button {
    margin-top: 0
}

@media screen and (min-width: 40em) {
    .babson__registration-form button {
        margin-top: 1.25rem
    }
}

@media screen and (min-width: 64em) {
    .babson__registration-form button {
        margin-top: 1.25rem
    }
}

.babson__registration-form__contact-block {
    padding: 3rem 0 2rem;
    border-top: .2rem solid #064;
    position: relative
}

@media screen and (min-width: 64em) {
    .babson__registration-form__contact-block:after {
        content: "";
        position: absolute;
        height: 100%;
        display: block;
        width: .2rem;
        background-color: #064;
        top: 0;
        left: -20%
    }
}

@media screen and (min-width: 40em) {
    .babson__registration-form__contact-block {
        padding: 4rem 0;
        border: none
    }
}

.babson__registration-form__contact-block.babson__registration-form__contact-block {
    color: #000
}

.babson__registration-form__contact-block.babson__registration-form__contact-block h3 {
    font-size: 2.6rem
}

@media screen and (min-width: 40em) {
    .babson__registration-form__contact-block.babson__registration-form__contact-block h3 {
        font-size: 3.2rem
    }
}

@media screen and (min-width: 64em) {
    .babson__registration-form__contact-block.babson__registration-form__contact-block h3 {
        font-size: 3.2rem
    }
}

.babson__registration-form__contact-block.babson__registration-form__contact-block p {
    font-size: inherit;
    line-height: normal;
    line-height: initial;
    margin: 0;
    font-family: "Zilla Slab", serif
}

@media screen and (min-width: 40em) {
    .babson__registration-form__contact-block.babson__registration-form__contact-block p {
        font-size: 2.5rem
    }
}

@media screen and (min-width: 64em) {
    .babson__registration-form__contact-block.babson__registration-form__contact-block p {
        font-size: 2.5rem
    }
}

.babson__registration-form__contact-block.babson__registration-form__contact-block a {
    text-decoration: underline
}

.related-news h2.title--understated-under-line {
    margin-bottom: 4.375rem;
    padding-top: 0
}

@media screen and (min-width: 40em) {
    .related-news h2.title--understated-under-line {
        margin-bottom: 4.375rem
    }
}

@media screen and (min-width: 64em) {
    .related-news h2.title--understated-under-line {
        margin-bottom: 4.375rem
    }
}

.related-news h3 a {
    color: #064;
    text-decoration: none;
    font-weight: 400;
    font-size: 3.2rem
}

.related-news h3 a:hover {
    text-decoration: underline
}

.related-news__image {
    position: relative
}

.related-news__image img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 39.9375em) {
    .related-news__image img {
        margin-bottom: 4rem
    }
}

@media screen and (min-width: 40em) {
    .related-news__image img {
        margin-bottom: 0
    }
}

.related-news__eyebrow {
    display: inline-block;
    background-color: #005172;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 1.5px;
    text-align: center;
    padding: .9375rem 1.125rem;
    position: absolute;
    left: 0;
    top: -24px;
    z-index: 2
}

@media screen and (min-width: 64em) {
    .related-news__text {
        padding-top: 36px
    }
}

.related-news__text p {
    font-family: "Arial", sans-serif;
    color: #000;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 0
}

.responsive-feature .media>a {
    text-decoration: none
}

.responsive-feature .media__body {
    background-color: rgba(0, 0, 0, .55);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    line-height: 1.2;
    text-shadow: .2rem .2rem .3rem #333;
    padding: 2rem;
    position: absolute;
    bottom: 9%;
    left: 5%;
    width: 90%
}

@media(max-width: 46rem) {
    .responsive-feature .media__body {
        background: #064 none repeat scroll 0 0;
        color: #fff;
        line-height: 1.2;
        position: static !important;
        text-shadow: none;
        width: 100%
    }
}

@media(min-width: 50em) {
    .responsive-feature .media__body {
        bottom: 9%;
        left: 25%;
        width: 70%
    }
}

@media(min-width: 80em) {
    .responsive-feature .media__body {
        bottom: 8%;
        left: 25%;
        width: 70%
    }
}

.responsive-feature .media__body>h3 {
    margin-bottom: 1.6rem;
    font-size: 150%
}

.responsive-feature .media__body>p {
    display: none;
    font-size: 175%;
    width: 90%
}

@media(min-width: 50em) {
    .responsive-feature .media__body>p {
        display: block;
        font-size: 133%;
        width: 75%
    }
}

@media(min-width: 64em) {
    .responsive-feature .media__body>p {
        font-size: 175%
    }
}

.responsive-feature .ms-webpartzone-cell {
    margin-bottom: 0rem
}

@media(max-width: 46rem) {
    .responsive-feature .button {
        background-color: #dad7cb;
        color: #064
    }
}

.responsive-table__pinned {
    display: none
}

@media(max-width: 46rem) {
    .responsive-table__wrapper {
        border: .1rem solid #707271;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 3.2rem 0;
        position: relative;
        width: 100%
    }

    .responsive-table__wrapper table {
        width: 100%
    }

    .responsive-table__wrapper td {
        padding: .8rem
    }

    .responsive-table__scrollable {
        overflow-x: scroll;
        overflow-y: hidden;
        padding-left: 33%;
        -webkit-overflow-scrolling: touch
    }

    .responsive-table__scrollable:before,
    .responsive-table__scrollable:after {
        background-color: #707271;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        content: "»»»";
        font-size: 250%;
        height: 1.2rem;
        line-height: .3;
        padding-right: .8rem;
        position: absolute;
        right: 0;
        text-align: right;
        width: 100%
    }

    .responsive-table__scrollable:before {
        top: -2rem
    }

    .responsive-table__scrollable:after {
        bottom: -2rem
    }

    .responsive-table__scrollable td {
        border-bottom: .1rem solid #c6c7c8
    }

    .responsive-table__scrollable td:nth-child(2n+1) {
        background-color: #c6c7c8;
        border-bottom: .1rem solid #fff
    }

    .responsive-table__scrollable th {
        border-bottom: .1rem solid #c6c7c8
    }

    .responsive-table__scrollable th:nth-child(2n+1) {
        background-color: #c6c7c8;
        border-bottom: .1rem solid #fff
    }

    .responsive-table--matrix {
        table-layout: fixed
    }

    .responsive-table--matrix th:first-child {
        display: none
    }

    .responsive-table__pinned {
        display: block;
        left: 0;
        position: absolute;
        top: 0;
        width: 33%
    }

    .responsive-table__pinned th {
        background-color: #707271;
        color: #fff
    }

    .responsive-table__pinned tr:nth-child(2n+1) th {
        background-color: #666
    }
}

.c-rss-feed__item {
    margin-bottom: 4rem;
    background: #fff
}

.c-rss-feed__item img {
    width: 100%
}

.c-rss-feed__item h4 {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem
}

.c-rss-feed__item h4 a {
    font-size: 2.2rem;
    letter-spacing: -0.5px;
    color: var(--summer-nights) !important
}

.c-rss-feed__item a {
    font-weight: 400 !important;
    text-decoration: none !important
}

.c-rss-feed__item p {
    font-family: var(--font-headings);
    font-size: 1.8rem;
    margin-bottom: 1.6rem
}

.c-rss-feed__item h4,
.c-rss-feed__item-desc {
    padding: 0 1rem
}

.c-rss-feed__item-desc a[href="https://entrepreneurship.babson.edu"] {
    font-family: "Oswald", sans-serif;
    font-size: 1.8rem;
    display: block !important;
    color: #064 !important;
    text-transform: uppercase
}

.c-rss-feed__item-desc a[href="https://entrepreneurship.babson.edu"]:hover,
.c-rss-feed__item a:hover {
    color: var(--courtyard-green) !important;
    background: none !important
}

@media screen and (min-width: 64rem) {
    .c-rss-feed__item p {
        font-size: 2rem
    }

    .c-rss-feed__item-desc a[href="https://entrepreneurship.babson.edu"] {
        font-size: 2rem
    }
}

body.search-open {
    overflow-y: hidden
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    background-color: #064;
    background-color: rgba(0, 60, 40, .94902)
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    max-width: 55rem;
    text-align: center;
    margin-top: 3rem;
    margin: auto
}

.overlay .closebtn {
    position: absolute;
    top: 2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 5rem;
    cursor: pointer;
    color: #ccd695
}

.overlay .closebtn:hover {
    background: transparent;
    color: #eeaf00
}

.overlay button.closebtn {
    background: transparent
}

.overlay form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.overlay input[type=text] {
    padding: 3rem;
    font-size: 2rem;
    border: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 80%;
    background: #fff;
    font-family: "Zilla Slab", serif
}

.overlay input[type=text]:hover {
    background: #f1f1f1
}

.overlay button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8rem;
    flex: 0 0 8rem;
    padding: 3rem;
    background: #eeaf00;
    font-size: 2rem;
    border: none;
    cursor: pointer;
    color: #fff;
    height: unset;
    margin-top: unset
}

.overlay button:hover {
    background: #ad9001;
    border: none;
    outline: 2px solid #66afe9
}

#myOverlay input[type=text] {
    height: auto;
    margin: 0;
    border: none
}

#myOverlay form input::-webkit-input-placeholder {
    color: #757575;
    font: 2rem "Zilla Slab", serif
}

.c-section-menu {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "top" "left" "right";
    grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
    grid-auto-rows: minmax(min-content, max-content);
    margin-top: 68.19px
}

@media screen and (min-width: 40em) {
    .c-section-menu {
        margin-top: 72.99px
    }
}

@media screen and (min-width: 64em) {
    .c-section-menu {
        grid-column-start: 2;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 4;
        padding: 40px;
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas: "top top top" "left left right";
        margin-top: 0
    }
}

.c-section-menu.selected {
    display: grid
}

.c-section-menu.is-hidden {
    position: absolute;
    left: -99999px;
    visibility: hidden
}

.c-section-menu>.c-headline {
    grid-area: top;
    font-family: "Oswald", sans-serif;
    font-size: var(--s2);
    font-weight: normal;
    padding: var(--sp--2xl) var(--sp--none);
    border-bottom: 1px solid var(--bright-gold);
    background-color: var(--pale-yellow)
}

@media screen and (min-width: 64em) {
    .c-section-menu>.c-headline {
        font-size: var(--l4);
        margin: 60px 0 36px;
        padding-left: .5rem;
        padding: 0 0 0 .5rem;
        border-bottom: none;
        background-color: transparent
    }
}

.c-section-menu>.c-headline a {
    color: var(--babson-green);
    padding: var(--sp--none) var(--sp--3xl)
}

@media screen and (min-width: 64em) {
    .c-section-menu>.c-headline a {
        padding: 0
    }
}

.c-section-menu>.c-headline i {
    display: none
}

@media screen and (min-width: 64em) {
    .c-section-menu>.c-headline i {
        display: block
    }
}

.c-headline__image {
    display: none
}

@media screen and (min-width: 64em) {
    .c-headline__image {
        display: inline;
        max-width: 20px;
        position: relative;
        height: auto;
        top: 3px
    }
}

.babson-alumni_shared-interest--date {
    margin: 3rem 0;
    font-size: 2rem
}

.babson-alumni_shared-interest--social {
    margin-top: 3rem
}

.babson-alumni_shared-interest h4 a {
    text-decoration: none
}

.babson-alumni_shared-interest__modal h4 {
    font-weight: 400
}

.babson-alumni_shared-interest__modal .babson-alumni__volunteer__item__desc,
.babson-alumni_shared-interest__modal h4 {
    padding-right: 1em
}

.sidebar-menu.sidebar-subnav {
    z-index: 2;
    position: relative
}

.sidebar-subnav--content,
.sidebar .nav--regional {
    display: none
}

@media screen and (min-width: 40em) {

    .sidebar .nav--regional,
    .sidebar .sidebar-subnav--content {
        display: block
    }

    .sidebar-subnav {
        display: none
    }

    .pl-2022 .sidebar-subnav {
        display: block
    }
}

@media screen and (min-width: 900px) {
    .pl-2022.course-catalog-page-layout .sidebar-subnav {
        display: none
    }
}

@media screen and (min-width: 960px) {
    .pl-2022 .sidebar-subnav {
        display: none
    }
}

@media screen and (min-width: 64em) {
    .pl-2022 .sidebar-subnav {
        display: none
    }
}

.sidebar-subnav--content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: .1rem solid #e0d464;
    font-family: "Oswald", sans-serif;
    font-size: 1.6rem
}

.sidebar-subnav--content ul a {
    color: #005172
}

.sidebar-subnav--content ul a:hover {
    text-decoration: none
}

.sidebar-subnav--content ul>li {
    position: relative;
    margin-bottom: 0
}

.sidebar-subnav--content ul>li>a {
    display: block;
    background: #f5f7e8;
    padding: 1rem 2rem;
    border-bottom: .1rem solid #e0d464;
    text-decoration: none
}

@media screen and (min-width: 40em) {
    .sidebar-subnav--content ul>li>a {
        padding: 2rem
    }
}

@media screen and (min-width: 40em) {
    .sidebar-subnav--content ul>li>a {
        padding: 2rem 3rem
    }
}

.sidebar-subnav--content ul>li>a:hover {
    background: #edf0d5
}

.sidebar-subnav--content ul>li>ul {
    position: relative;
    top: -1px
}

.sidebar-subnav--content ul>li>ul li a {
    background: #fff;
    padding: 1.5rem 1rem 1.5rem 2rem
}

.sidebar-subnav--content ul>li>ul li a:hover {
    background: #f4f4f4
}

.sidebar-subnav--content ul>li>ul ul ul li a {
    padding-left: 1rem
}

.sidebar-subnav--content ul>li>ul ul {
    border-bottom: .1rem solid #e0d464
}

.sidebar-subnav--content ul>li>ul li:last-child>ul {
    border-bottom: none
}

.sidebar-subnav--content ul>li>ul ul li {
    margin-left: 3rem
}

.sidebar-subnav--content ul>li>ul ul ul li {
    margin-left: 1.5rem
}

@media screen and (min-width: 40em)and (max-width: 63.9375em) {
    .sidebar-subnav--content ul>li>ul ul li {
        margin-left: 2rem
    }
}

.sidebar-subnav--content ul>li>ul ul a {
    border-bottom: .1rem solid #c6d3d7
}

.sidebar-subnav--content ul>li>ul ul a:hover {
    background: #f4f4f4
}

.sidebar-subnav--content ul>li>ul ul li:last-child>a {
    border-bottom: none
}

.sidebar-subnav--button {
    display: block;
    border: none;
    border-top: .1rem solid #e0d464;
    font-family: "Oswald", sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #005172;
    background: #f5f7e8;
    padding: 1rem 1rem;
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 8888
}

.sidebar-subnav--button:focus {
    color: #005172;
    background: #f5f7e8
}

@media screen and (min-width: 40em) {
    .sidebar-subnav--button {
        padding: 2rem 1rem
    }
}

@media screen and (min-width: 64em) {
    .sidebar-subnav--button {
        display: none
    }
}

.sidebar-subnav--button:hover {
    background: #edf0d5
}

.sidebar-subnav--button:before,
.sidebar-subnav--button:after {
    display: block;
    content: "";
    background-color: #597c31;
    position: absolute;
    right: 2rem;
    top: calc(50% - 0.1rem);
    width: 1.2rem;
    height: .2rem
}

.sidebar-subnav--button:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.sidebar-subnav--button.engaged:after {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.skip-link {
    background-color: #fff;
    outline: 1px solid #005172;
    outline-offset: -1px;
    left: 5%;
    margin: .5rem;
    padding: 2rem;
    position: absolute;
    -webkit-transform: translateY(-115%);
    transform: translateY(-115%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    z-index: 300;
    top: 0
}

.skip-link[focus-within] {
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
}

.skip-link:focus-within {
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
}

#page-main-content {
    padding-top: 11rem;
    margin-top: -11rem
}

.slate-form-container {
    max-width: 85rem;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 1rem 0;
    width: 100%
}

@media screen and (min-width: 40em) {
    .slate-form-container {
        padding: 4rem 3rem 0
    }
}

.slate-form-container form button:hover {
    background-color: #597c31 !important
}

.slate-form-container .form_action>button {
    padding: 0 !important
}

.slate-form-container .form_question.form_birthdate .form_responses select {
    width: 32.6% !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important
}

.slate-form-container .form_question.form_birthdate .form_responses select#form_8779a5da-9317-44d2-a343-9a6e733e76c1_d {
    margin-right: 0 !important
}

.slate-form-container .form_question.form_birthdate .form_responses select#form_8779a5da-9317-44d2-a343-9a6e733e76c1_y {
    margin-left: 1% !important
}

.slate-form-container.u-form-bg-alfresco {
    background: #567b8a
}

.slate-form-container.u-form-bg-alfresco h2 {
    color: #ede8c4
}

.slate-form-container.u-form-bg-alfresco input,
.slate-form-container.u-form-bg-alfresco input[type=text],
.slate-form-container.u-form-bg-alfresco select,
.slate-form-container.u-form-bg-alfresco textarea {
    border-color: #fff !important
}

.slate-form-container.u-form-bg-alfresco label {
    color: #fff
}

.slate-form-container.u-form-bg-alfresco .form_label {
    background: #567b8a !important;
    color: #fff !important
}

.slate-form-container.u-form-bg-alfresco div.form_header.form_layout_table.form_label {
    background: #567b8a !important;
    color: #fff !important
}

.slate-form-container.u-form-bg-alfresco .form_action>button,
.slate-form-container.u-form-bg-alfresco button {
    background: #ede8c4 !important;
    border: 2px solid #ede8c4 !important;
    color: #005172 !important;
    padding: 0 !important
}

.slate-form-container.u-form-bg-alfresco .form_action>button:hover,
.slate-form-container.u-form-bg-alfresco button:hover {
    background: #005172 !important;
    border: 2px solid #fff !important;
    color: #fff !important;
    padding: 0 !important
}

.slate-form-container.u-form-bg-courtyard-green {
    background: #597c31;
    padding: 4rem 3rem 0
}

.slate-form-container.u-form-bg-courtyard-green h2 {
    color: #ede8c4
}

.slate-form-container.u-form-bg-courtyard-green label {
    color: #fff
}

.slate-form-container.u-form-bg-courtyard-green input,
.slate-form-container.u-form-bg-courtyard-green input[type=text],
.slate-form-container.u-form-bg-courtyard-green select,
.slate-form-container.u-form-bg-courtyard-green textarea {
    border-color: #fff !important
}

.slate-form-container.u-form-bg-courtyard-green .form_label {
    color: #fff !important;
    background: #597c31 !important
}

.slate-form-container.u-form-bg-courtyard-green div.form_header.form_layout_table .form_label {
    color: #fff !important;
    background: #597c31 !important
}

.slate-form-container.u-form-bg-courtyard-green .form_action>button,
.slate-form-container.u-form-bg-courtyard-green button {
    background: #ede8c4 !important;
    border: 2px solid #ede8c4 !important;
    color: #064 !important
}

.slate-form-container.u-form-bg-courtyard-green .form_action>button:hover,
.slate-form-container.u-form-bg-courtyard-green button:hover {
    background: #064 !important;
    border: 2px solid #fff !important;
    color: #fff !important
}

.slate-form-container.u-form-bg-ad-landing {
    background: #005172
}

.slate-form-container.u-form-bg-ad-landing input,
.slate-form-container.u-form-bg-ad-landing input[type=text],
.slate-form-container.u-form-bg-ad-landing select,
.slate-form-container.u-form-bg-ad-landing textarea {
    border: 0 !important
}

.slate-form-container.u-form-bg-ad-landing h2 {
    color: #76e3db;
    font-style: italic;
    font-size: 3.5rem;
    font-weight: 400;
    letter-spacing: .1rem;
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 2.24rem
}

.slate-form-container.u-form-bg-ad-landing div.form_header.form_layout_table .form_label,
.slate-form-container.u-form-bg-ad-landing .form_label {
    background: #005172 !important;
    font-family: "Zilla Slab", serif;
    color: #fff;
    font-size: 1.6rem !important;
    display: inline-block;
    margin-bottom: .33rem !important;
    font-weight: bold !important
}

.slate-form-container.u-form-bg-ad-landing div.form_header.form_layout_table div.form_label {
    color: #76e3db !important;
    font-family: "Barlow Condensed" !important;
    font-size: 3.5rem !important
}

.slate-form-container.u-form-bg-ad-landing div.form_header.form_layout_table div.form_label>span {
    font-size: 1.8rem !important
}

.slate-form-container.u-form-bg-ad-landing .form_action>button,
.slate-form-container.u-form-bg-ad-landing button {
    background: #76e3db !important;
    border: 0 !important;
    color: #222 !important;
    padding: 0 !important
}

.slate-form-container.u-form-bg-ad-landing .form_action>button:hover,
.slate-form-container.u-form-bg-ad-landing button:hover {
    background: #e0d464 !important;
    border: 2px solid #e0d464 !important;
    color: #222;
    padding: 0 !important
}

.slate-form-container.u-form-bg-ad-landing select {
    margin-bottom: 1rem
}

.slate-form-container.u-form-bg-blue-heather-lt {
    background: #eef2f3;
    padding: 4rem 3rem 0
}

.slate-form-container.u-form-bg-blue-heather-lt input,
.slate-form-container.u-form-bg-blue-heather-lt input[type=text],
.slate-form-container.u-form-bg-blue-heather-lt select,
.slate-form-container.u-form-bg-blue-heather-lt textarea {
    border-color: #567b8a !important
}

.slate-form-container.u-form-bg-blue-heather-lt .form_label {
    background: #eef2f3 !important
}

.slate-form-container.u-form-bg-blue-heather-lt div.form_header.form_layout_table .form_label {
    background: #eef2f3 !important
}

.slate-form-container.u-form-bg-blue-heather-lt .form_action>button,
.slate-form-container.u-form-bg-blue-heather-lt button {
    background: #567b8a !important;
    border: 2px solid #567b8a !important
}

.slate-form-container.u-form-bg-blue-heather-lt .form_action>button:hover,
.slate-form-container.u-form-bg-blue-heather-lt button:hover {
    background: #005172 !important;
    border: 2px solid #005172 !important
}

.slate-form-container.u-form-bg-cedar-key-lt {
    background: #f4f3ef;
    padding: 4rem 3rem 0
}

.slate-form-container.u-form-bg-cedar-key-lt input,
.slate-form-container.u-form-bg-cedar-key-lt input[type=text],
.slate-form-container.u-form-bg-cedar-key-lt select,
.slate-form-container.u-form-bg-cedar-key-lt textarea {
    border-color: #597c31 !important
}

.slate-form-container.u-form-bg-cedar-key-lt .form_label {
    background: #f4f3ef !important
}

.slate-form-container.u-form-bg-cedar-key-lt div.form_header.form_layout_table .form_label {
    background: #f4f3ef !important
}

.slate-form-container.u-form-bg-cedar-key-lt .form_action>button,
.slate-form-container.u-form-bg-cedar-key-lt button {
    background: #597c31 !important;
    border: none !important
}

.slate-form-container.u-form-bg-cedar-key-lt .form_action>button:hover,
.slate-form-container.u-form-bg-cedar-key-lt button:hover {
    background: #064 !important;
    border: none !important
}

.slate-form-container.u-form-bg-sweet-daphne-lt {
    background: #eef1dc;
    padding: 4rem 3rem 0
}

.slate-form-container.u-form-bg-sweet-daphne-lt .form_label {
    background: #eef1dc !important
}

.slate-form-container.u-form-bg-sweet-daphne-lt div.form_header.form_layout_table .form_label {
    background: #eef1dc !important
}

.slate-form-container.u-form-bg-sweet-daphne-lt .form_action>button,
.slate-form-container.u-form-bg-sweet-daphne-lt button {
    background: #064 !important;
    border: none !important
}

.slate-form-container.u-form-bg-sweet-daphne-lt .form_action>button:hover,
.slate-form-container.u-form-bg-sweet-daphne-lt button:hover {
    background: #597c31 !important;
    border: none !important
}

.slate-form-container.u-form-bg-sweet-daphne-lt select {
    border: 2px solid #064
}

.slate-form-container div.form_question.required {
    background: none
}

.slate-form-container div.form_question.required input,
.slate-form-container div.form_question.required select {
    border: 1px solid red !important
}

@media screen and (min-width: 64em) {
    .is-sticky-without-nav .slate-form-container {
        width: calc(33.33333% - 3.4rem)
    }

    .is-sticky-with-nav .slate-form-container {
        width: 25%
    }

    .is-sticky-form-page .slate-form-container {
        padding: 1em 0 1em 1em
    }

    .is-sticky-form-page .slate-form-container>div {
        height: calc(100vh - 4.6rem);
        position: sticky;
        top: 4.6em;
        overflow-y: scroll;
        padding-right: 1em
    }
}

.info-block-right {
    border-left: none;
    margin-left: 0;
    padding: 4rem 0
}

.info-block-right p {
    font-size: 2.5rem;
    line-height: normal
}

@media screen and (min-width: 40em) {
    .info-block-right {
        border-left: .2rem solid #064;
        padding-left: 8rem
    }
}

.slate-form-disclaimer {
    max-width: 85rem;
    margin-left: auto;
    margin-right: auto
}

.u-form-bg-courtyard-green .slate-form-disclaimer {
    color: #fff !important
}

.u-form-bg-alfresco .slate-form-disclaimer {
    color: #fff !important
}

.u-form-bg-ad-landing .slate-form-disclaimer {
    color: #fff !important
}

.ad-landing .right-column .form-container .u-form-bg-ad-landing div.form_question.required input,
.ad-landing .right-column .form-container .u-form-bg-ad-landing div.form_question.required select {
    border: 1px solid red !important
}

.sp aside .slate-form-container h2 {
    font-size: 3.2rem
}

.slate-form-container div.form_container:not(.form_width_narrow) div.form_question.form_layout_table>fieldset {
    display: table-row-group
}

@media only screen and (min-device-width: 640px)and (max-device-width: 1300px)and (-webkit-min-device-pixel-ratio: 1.5) {
    .slate-form-container {
        padding: 0 !important
    }
}

.pl-2022 .babson__registration-form.grad__content .grid-container {
    padding: 0
}

.slick-slide {
    outline: none !important
}

.slick-slide>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    min-height: .1rem;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block;
    pointer-events: none
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: .1rem solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@font-face {
    font-family: "slick";
    src: url(../fonts/slick.eot);
    src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../fonts/slick.svg#slick) format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 2rem;
    width: 2rem;
    line-height: 0rem;
    font-size: 0rem;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-next:hover {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 2rem;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "â†"
}

[dir=rtl] .slick-prev:before {
    content: "â†’"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "â†’"
}

[dir=rtl] .slick-next:before {
    content: "â†"
}

.slick-dotted.slick-slider {
    margin-bottom: 3rem
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 2rem;
    width: 2rem;
    margin: 0 .5rem;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 2rem;
    width: 2rem;
    line-height: 0rem;
    font-size: 0rem;
    color: transparent;
    padding: .5rem;
    cursor: pointer
}

.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "â€¢";
    width: 2rem;
    height: 2rem;
    font-family: "slick";
    font-size: .6rem;
    line-height: 2rem;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.print-button {
    background-image: url(../images/print_btn.png) !important;
    height: 26px;
    max-height: 26px
}

.email-button {
    background-image: url(../images/email_btn.png) !important;
    height: 26px;
    max-height: 26px
}

.email-button>img {
    display: inline !important;
    display: initial !important
}

.social-media-babson-wrapper::after {
    display: table;
    clear: both;
    content: " "
}

.l-main-content-column-single-expanded {
    padding-bottom: 4em
}

.social-media-babson-wrapper .social-media-babson {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2
}

.social-media-babson-wrapper .individual-sharing-link {
    float: none;
    width: 100%;
    overflow: hidden
}

.social-media-square ul {
    list-style: none;
    padding: 0
}

.social-media-square ul li {
    display: inline-block;
    font-size: 3rem;
    margin-right: .4rem
}

.social-media-square ul li a {
    color: #064
}

.social-media-square ul li a:hover,
.social-media-square ul li a:focus {
    color: #005172
}

.social-media-square ul li i.fas {
    text-align: center;
    color: #eeaf00
}

.social-media-square .fab {
    font-family: "Font Awesome 5 Brands"
}

.social-media-square .fa-facebook-square:before {
    content: ""
}

.social-media-square .fa-linkedin:before {
    content: ""
}

.social-media-square .fa-twitter-square:before {
    content: ""
}

.special-event--detail {
    background-color: #eef1dc;
    padding: 2rem;
    width: 100%
}

.special-event--detail__col:first-of-type {
    padding-bottom: 2rem;
    border-bottom: .1rem solid #fff;
    margin-bottom: 2rem
}

.special-event--detail ul {
    list-style: none;
    padding-left: 1.5rem;
    margin-bottom: 0
}

.special-event--detail li {
    position: relative;
    margin-bottom: .6rem;
    font-family: var(--font-heading);
    font-weight: 300
}

.special-event--detail li i.fas {
    position: absolute;
    left: -15px;
    top: .7rem;
    width: 1.5rem;
    text-align: center;
    color: #eeaf00
}

.special-event--detail li span {
    display: inline-block;
    margin-left: 1.5rem
}

.special-event--detail li span p {
    margin-bottom: 0
}

.special-event--detail li p,
.special-event--detail li,
.special-event--detail li a,
.special-event--detail li span {
    font-size: 1.866rem !important
}

.special-event--detail .btn {
    width: 100%;
    text-align: center;
    margin-top: 2rem !important
}

.special-event--detail .email-address-ellipses {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis
}

@media(min-width: 460px)and (max-width: 639px) {
    .special-event--detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .special-event--detail h2 {
        width: 100%
    }

    .special-event--detail__col {
        width: 50%
    }

    .special-event--detail__col:first-of-type {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0
    }
}

@media(min-width: 800px)and (max-width: 1024px) {
    .special-event--detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .special-event--detail h2 {
        width: 100%
    }

    .special-event--detail__col {
        width: 50%
    }

    .special-event--detail__col:first-of-type {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0
    }
}

@media screen and (min-width: 40em) {

    .special-event--detail li p,
    .special-event--detail li,
    .special-event--detail li a,
    .special-event--detail li span {
        font-size: 2rem !important
    }
}

.c-stat-card {
    text-align: center;
    padding: 2rem 1.5rem 3rem 1.5rem
}

.c-stat-card.drop-shadow {
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .1)
}

.c-stat-card.has-bgImage {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform
}

.c-stat-card.alfresco {
    border-top: 5px solid #5c7f92
}

.c-stat-card.peacock-blue-dark {
    border-top: 5px solid #368180
}

.c-stat-card.sherwood-green {
    border-top: 5px solid #9eb28f
}

.c-stat-card.courtyard-green {
    border-top: 5px solid #597c31
}

.c-stat-card.mango-punch {
    border-top: 5px solid #eeaf00
}

.c-stat-card.sweet-daphne {
    border-top: 5px solid #ccd695
}

.c-stat-card.cedar-key {
    border-top: 5px solid #dad7cb
}

.c-stat-card.blue-heather {
    border-top: 5px solid #c6d3d7
}

.o-adv-wrapper .cell>.c-stat-card {
    width: 100%
}

.c-stat-card .c-stat-text {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    white-space: nowrap;
    margin-top: -2rem
}

.c-stat-card .c-stat-body-text p {
    line-height: 1.5;
    margin-bottom: 0;
    font-family: "Arial", sans-serif
}

.c-stat-body-text p a {
    text-decoration: underline
}

.u-background--transparent-black .c-stat-body-text p,
.u-background--transparent-black .c-stat-body-text p a {
    color: #fff
}

.c-stat-card .c-stat-text.text-small {
    font-size: 3rem
}

.c-stat-card .c-stat-text.text-small span {
    font-size: 2.2rem
}

.c-stat-card .c-stat-text.text-medium {
    font-size: 3rem
}

.c-stat-card .c-stat-text.text-medium span {
    font-size: 2.2rem
}

.c-stat-card .c-stat-text.text-large {
    font-size: 6rem
}

.c-stat-card .c-stat-text.text-large span {
    font-size: 4.2rem
}

.c-stat-card .c-stat-body-text.text-small p {
    font-size: 1.6rem
}

.c-stat-card .c-stat-body-text.text-medium p {
    font-size: 1.6rem
}

.c-stat-card .c-stat-body-text.text-large p {
    font-size: 1.6rem
}

@media screen and (min-width: 400px) {
    .c-stat-card .c-stat-text.text-small {
        font-size: 3.8rem
    }

    .c-stat-card .c-stat-text.text-small span {
        font-size: 2.2rem
    }

    .c-stat-card .c-stat-text.text-medium {
        font-size: 3.8rem
    }

    .c-stat-card .c-stat-text.text-medium span {
        font-size: 2.2rem
    }

    .c-stat-card .c-stat-text.text-large {
        font-size: 8rem
    }

    .c-stat-card .c-stat-text.text-large span {
        font-size: 7.3rem
    }
}

@media screen and (min-width: 40em) {
    .c-stat-card .c-stat-text.text-small {
        font-size: 5.2rem
    }

    .c-stat-card .c-stat-text.text-small span {
        font-size: 3.8rem
    }

    .c-stat-card .c-stat-text.text-medium {
        font-size: 5.2rem
    }

    .c-stat-card .c-stat-text.text-medium span {
        font-size: 3.8rem
    }

    .c-stat-card .c-stat-text.text-large {
        font-size: 6rem
    }

    .c-stat-card .c-stat-text.text-large span {
        font-size: 4rem
    }

    .c-stat-card .c-stat-body-text.text-small p {
        font-size: 1.6rem
    }

    .c-stat-card .c-stat-body-text.text-medium p {
        font-size: 1.8rem
    }

    .c-stat-card .c-stat-body-text.text-large p {
        font-size: 2.2rem
    }
}

@media screen and (min-width: 64em) {
    .c-stat-card .c-stat-text.text-small {
        font-size: 5.2rem
    }

    .c-stat-card .c-stat-text.text-small span {
        font-size: 3.8rem
    }

    .c-stat-card .c-stat-text.text-medium {
        font-size: 7rem
    }

    .c-stat-card .c-stat-text.text-medium span {
        font-size: 5.6rem
    }

    .c-stat-card .c-stat-text.text-large {
        font-size: 10.5rem
    }

    .c-stat-card .c-stat-text.text-large span {
        font-size: 7.3rem
    }

    .c-stat-card .c-stat-body-text.text-small p {
        font-size: 1.6rem
    }

    .c-stat-card .c-stat-body-text.text-medium p {
        font-size: 2rem
    }

    .c-stat-card .c-stat-body-text.text-large p {
        font-size: 2.4rem
    }
}

@media screen and (min-width: 1300px) {
    .c-stat-card .c-stat-text.text-small {
        font-size: 6.2rem
    }

    .c-stat-card .c-stat-text.text-small span {
        font-size: 4.8rem
    }

    .c-stat-card .c-stat-text.text-large {
        font-size: 12.5rem
    }

    .c-stat-card .c-stat-text.text-large span {
        font-size: 7.3rem
    }
}

.counter .count-number,
.counter span {
    display: inline-block
}

.c-stat-tag {
    margin-top: 1rem
}

.c-stat-tag a {
    font-family: "Oswald", sans-serif;
    font-size: 1.4rem;
    text-decoration: none;
    padding: 14px 0 0 0;
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #597c31 !important
}

.c-stat-tag a:hover {
    text-decoration: underline !important;
    background: none !important
}

.c-stat-tag a img {
    display: inline-block;
    width: 12px;
    margin-bottom: 3px
}

.c-stat-card .c-stat-text.text-small.extra-small-stat,
.c-stat-card .c-stat-text.text-medium.extra-small-stat,
.c-stat-card .c-stat-text.text-large.extra-small-stat {
    font-size: 3rem;
    margin-bottom: 1.6rem;
    text-wrap: wrap;
    line-height: normal;
    margin-top: -1rem;
    font-weight: 400
}

.c-stat-card .c-stat-text.text-small.extra-small-stat span,
.c-stat-card .c-stat-text.text-medium.extra-small-stat span,
.c-stat-card .c-stat-text.text-large.extra-small-stat span {
    font-size: 2.2rem
}

.c-stat-card .icon-show {
    margin-left: auto;
    margin-right: auto
}

.c-stat-card[\:has\(.icon-show\)] .c-stat-text {
    font-size: unset !important
}

.c-stat-card:has(.icon-show) .c-stat-text {
    font-size: unset !important
}

.c-stat-card .icon-show.small {
    margin-top: 1.7rem;
    margin-bottom: 1rem
}

.c-stat-card .icon-show.medium {
    margin-top: 1.8rem;
    margin-bottom: 1.2rem
}

.c-stat-card .icon-show.large {
    margin-top: 3.6rem;
    margin-bottom: 2.7rem
}

.c-stat-card .icon-show.small img {
    height: 3.4rem
}

.c-stat-card .icon-show.medium img {
    height: 3rem
}

.c-stat-card .icon-show.large img {
    height: 6.5rem
}

.c-stat-card .icon-show.is-horizontal {
    position: relative;
    width: 100%
}

.c-stat-card .icon-show.is-horizontal img {
    width: auto;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0 .5rem
}

.o-adv-wrapper__background-image .c-stat-card .icon-show.is-horizontal img,
.o-adv-wrapper .c-stat-card .icon-show.is-horizontal img {
    height: auto
}

.c-stat-card .icon-show.small.is-horizontal {
    margin-top: 1.8rem;
    margin-bottom: 1.3rem;
    height: 3rem
}

.c-stat-card .icon-show.medium.is-horizontal {
    margin-top: 1.7rem;
    margin-bottom: 1.2rem;
    height: 3.2rem
}

.c-stat-card .icon-show.large.is-horizontal {
    margin-top: 3.4rem;
    margin-bottom: 2.6rem;
    height: 6.8rem
}

@media screen and (min-width: 40rem) {
    .c-stat-card .icon-show.small {
        margin-top: 2.1rem;
        margin-bottom: 1.8rem
    }

    .c-stat-card .icon-show.medium {
        margin-top: 2.3rem;
        margin-bottom: 1.6rem
    }

    .c-stat-card .icon-show.large {
        margin-top: 2.6rem;
        margin-bottom: 2rem
    }

    .c-stat-card .icon-show.small img {
        height: 4.4rem
    }

    .c-stat-card .icon-show.medium img {
        height: 4.4rem
    }

    .c-stat-card .icon-show.large img {
        height: 5.1rem
    }

    .c-stat-card .icon-show.small.is-horizontal {
        margin-top: 2.1rem;
        margin-bottom: 1.7rem;
        height: 4.5rem
    }

    .c-stat-card .icon-show.medium.is-horizontal {
        margin-top: 2.1rem;
        margin-bottom: 1.7rem;
        height: 4.5rem
    }

    .c-stat-card .icon-show.large.is-horizontal {
        margin-top: 2.6rem;
        margin-bottom: 2rem;
        height: 5rem
    }

    .c-stat-card .icon-show.is-horizontal img {
        height: 100%
    }

    .o-adv-wrapper__background-image .c-stat-card .icon-show.is-horizontal img,
    .o-adv-wrapper .c-stat-card .icon-show.is-horizontal img {
        height: auto
    }
}

@media screen and (min-width: 64rem) {
    .c-stat-card .icon-show.small {
        margin-top: 2.3rem;
        margin-bottom: 1.9rem
    }

    .c-stat-card .icon-show.medium {
        margin-top: 2.9rem;
        margin-bottom: 2.2rem
    }

    .c-stat-card .icon-show.large {
        margin-top: 4.7rem;
        margin-bottom: 3.5rem
    }

    .c-stat-card .icon-show.small img {
        height: 4.2rem
    }

    .c-stat-card .icon-show.medium img {
        height: 6.1rem
    }

    .c-stat-card .icon-show.large img {
        height: 8.5rem
    }

    .c-stat-card .icon-show.small.is-horizontal {
        margin-top: 2.3rem;
        margin-bottom: 1.8rem;
        height: 4.2rem
    }

    .c-stat-card .icon-show.medium.is-horizontal {
        margin-top: 3.2rem;
        margin-bottom: 2.5rem;
        height: 5.6rem
    }

    .c-stat-card .icon-show.large.is-horizontal {
        margin-top: 4.6rem;
        margin-bottom: 3.6rem;
        height: 8.6rem
    }

    .c-stat-card .icon-show.is-horizontal img {
        height: 100%
    }

    .o-adv-wrapper__background-image .c-stat-card .icon-show.is-horizontal img,
    .o-adv-wrapper .c-stat-card .icon-show.is-horizontal img {
        height: auto
    }
}

@media screen and (min-width: 1300px) {
    .c-stat-card .icon-show.small {
        margin-top: 2.7rem;
        margin-bottom: 2.1rem
    }

    .c-stat-card .icon-show.medium {
        margin-top: 2.9rem;
        margin-bottom: 2.3rem
    }

    .c-stat-card .icon-show.large {
        margin-top: 5.5rem;
        margin-bottom: 4.2rem
    }

    .c-stat-card .icon-show.small img {
        height: 5.1rem
    }

    .c-stat-card .icon-show.medium img {
        height: 6.1rem
    }

    .c-stat-card .icon-show.large img {
        height: 10.3rem
    }

    .c-stat-card .icon-show.small.is-horizontal {
        margin-top: 2.6rem;
        margin-bottom: 2.1rem;
        height: 5.4rem
    }

    .c-stat-card .icon-show.medium.is-horizontal {
        margin-top: 3.2rem;
        margin-bottom: 2.3rem;
        height: 5.7rem
    }

    .c-stat-card .icon-show.large.is-horizontal {
        margin-top: 5.5rem;
        margin-bottom: 4.2rem;
        height: 10.3rem
    }

    .c-stat-card .icon-show.is-horizontal img {
        height: 100%
    }

    .o-adv-wrapper__background-image .c-stat-card .icon-show.is-horizontal img,
    .o-adv-wrapper .c-stat-card .icon-show.is-horizontal img {
        height: auto
    }
}

.stepped-form--container .select__container:after {
    top: 1.8rem
}

@media screen and (min-width: 64em) {
    .stepped-form--mobile-only .stepped-form--btn {
        display: none !important
    }

    .stepped-form--mobile-only button[type=submit],
    .stepped-form--mobile-only fieldset {
        display: block !important
    }
}

.stepped-form--mobile-only button[type=submit],
.stepped-form--mobile-only fieldset {
    display: block !important
}

@media screen and (min-width: 64em) {
    .sticky-form__track {
        position: relative;
        z-index: 10
    }

    .sticky-form__track__container {
        position: sticky;
        top: 860px;
        overflow: visible
    }

    .sticky-form__track__container .sticky-form__contents {
        top: -860px;
        position: absolute;
        max-width: 53rem;
        margin-right: 3rem
    }
}

@media screen and (min-width: 64em)and (max-width: 80em) {
    .sticky-form__track__container .sticky-form__contents {
        top: -860px
    }
}

@media screen and (min-width: 80em) {
    .sticky-form__track__container .sticky-form__contents {
        top: -860px
    }
}

.sticky-form__contents fieldset {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important
}

.sticky-form__contents legend {
    display: none
}

.sticky-form__contents fieldset:first-of-type div:first-of-type {
    padding-right: 1rem
}

.sticky-form__contents fieldset:first-of-type>div {
    width: 50%;
    float: left
}

.sticky-form__contents .wForm input {
    min-height: 3.25rem !important
}

.sticky-form__contents .wForm select {
    min-height: 3.75rem !important
}

.sticky-form__contents #tfa_12 {
    margin-bottom: .6rem !important
}

.actions {
    margin-top: 0 !important
}

.actions input {
    padding: .4rem .4rem !important
}

body:not(.page__legacy) .sticky-form__contents form .errMsg {
    margin: -2rem 0 1rem !important
}

body:not(.page__legacy) .sticky-form__contents form #tfa_12-E,
body:not(.page__legacy) .sticky-form__contents form fieldset>div:nth-child(4) div {
    margin-top: 0 !important
}

body:not(.page__legacy) .sticky-form__contents form input:not([type=checkbox]):not([type=radio]):not([type=image]):not([type=submit]),
body:not(.page__legacy) .sticky-form__contents form textarea,
body:not(.page__legacy) .sticky-form__contents form select {
    margin: .2rem 0 2rem
}

.sticky-form__contents .wForm label {
    font-size: 1.8rem !important
}

.is-sticky-form-page .page,
body.is-sticky-form-page {
    overflow: visible;
    overflow: initial
}

@media screen and (min-width: 64em) {
    .is-sticky-form-page .all-sticky-content {
        position: relative
    }

    .is-sticky-form-page .my-sticky-container {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        padding: 1em
    }

    .is-sticky-with-nav .my-sticky-container {
        width: 25%
    }

    .is-sticky-without-nav .my-sticky-container {
        width: calc(33.33333% - 3.4rem)
    }

    @supports(position: sticky) {
        .is-sticky-form-page .my-sticky {
            position: sticky;
            top: 4.6em;
            height: calc(100vh - 4.6rem);
            overflow-y: scroll
        }
    }

    .is-sticky-form-page .my-sticky .form-assembly-container {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

header.sticky .sticky-header-item {
    width: 100%;
    z-index: 10;
    position: fixed;
    -webkit-transition: top .3s ease;
    transition: top .3s ease;
    top: 0;
    background: #064
}

header.sticky[data-directional-scroll-reveal=true] .sticky-header-item {
    top: 0rem
}

header.sticky.sticky--scrolling-up .sticky-header-item {
    top: 0
}

.strike-around-header {
    position: relative;
    text-align: center;
    padding-top: .9375rem;
    color: #005172
}

@media screen and (min-width: 40em) {
    .strike-around-header {
        padding-top: 0
    }
}

@media screen and (min-width: 64em) {
    .strike-around-header {
        padding-top: 0
    }
}

.strike-around-header__text {
    display: block;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
    background-color: #fff
}

.strike-around-header:after {
    content: "";
    z-index: 0;
    display: block;
    position: absolute;
    height: .2rem;
    top: 0;
    width: 20%;
    left: 40%;
    background-color: #e0d464
}

@media screen and (min-width: 40em) {
    .strike-around-header__text {
        display: inline-block
    }

    .strike-around-header:after {
        left: auto;
        top: 50%;
        width: 100%
    }
}

.c-social-media-links {
    position: relative;
    display: block;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 86rem;
    margin: 0 auto
}

.c-social-media-links.c-social-bg {
    padding: 2rem
}

@media screen and (min-width: 40em) {
    .c-social-media-links.c-social-bg {
        padding: 3rem
    }
}

@media screen and (min-width: 64em) {
    .c-social-media-links.c-social-bg {
        padding: 3.7rem
    }
}

.c-social-media-links h3 {
    font-family: "Oswald", sans-serif;
    font-size: 2.4rem;
    font-weight: 300;
    color: #368180;
    border-top: .2rem solid #064;
    padding-top: 1.2rem;
    margin-bottom: .8rem
}

@media screen and (min-width: 40em) {
    .c-social-media-links h3 {
        font-size: 3rem
    }
}

ul.social-media-links-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
    width: 100%;
    margin-top: 2.5rem
}

ul.social-media-links-wrapper.social-media-links-2-col {
    max-width: 65rem
}

ul.social-media-links-wrapper.social-media-links-3-col,
ul.social-media-links-wrapper.social-media-links-4-col {
    display: grid;
    grid-template-columns: repeat(1, 1fr)
}

ul.social-media-links-wrapper.social-media-links-3-col .social-media-link,
ul.social-media-links-wrapper.social-media-links-4-col .social-media-link {
    margin: 0
}

@media screen and (min-width: 40em) {

    ul.social-media-links-wrapper.social-media-links-3-col,
    ul.social-media-links-wrapper.social-media-links-4-col {
        grid-template-columns: repeat(2, 1fr)
    }

    ul.social-media-links-wrapper.social-media-links-3-col .social-media-link,
    ul.social-media-links-wrapper.social-media-links-4-col .social-media-link {
        margin: 0 0 .5rem 0
    }
}

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

    ul.social-media-links-wrapper.social-media-links-3-col,
    ul.social-media-links-wrapper.social-media-links-4-col {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 4rem;
        -webkit-column-gap: 4rem;
        -moz-column-gap: 4rem;
        column-gap: 4rem
    }
}

@media screen and (min-width: 64em) {
    ul.social-media-links-wrapper.social-media-links-4-col {
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 3rem;
        -webkit-column-gap: 3rem;
        -moz-column-gap: 3rem;
        column-gap: 3rem
    }

    .c-social-media-links.c-social-bg ul.social-media-links-wrapper.social-media-links-4-col {
        grid-column-gap: 1rem;
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem
    }
}

ul.social-media-links-wrapper.social-media-links-1-row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
}

ul.social-media-links-wrapper.social-media-links-1-row .social-media-link {
    min-width: 75px;
    -ms-flex-preferred-size: content;
    flex-basis: content;
    margin: 0
}

.social-media-link {
    display: block;
    position: relative;
    width: 100%;
    min-width: 20rem;
    margin: 0 .6% 0;
    list-style: none;
    text-align: center;
    padding: 1rem 1.5rem 1rem 0;
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle
}

.social-media-link:last-of-type {
    padding-right: 0
}

@media screen and (min-width: 40rem) {
    .social-media-link {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
        flex: 0 1 45%;
        margin: 0 .7% 1.5rem
    }
}

.social-media-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none !important
}

.social-media-link a i {
    font-size: 3.7rem;
    font-style: normal;
    border-radius: 100%;
    width: 6.5rem;
    min-width: 6.5rem;
    height: 6.5rem;
    line-height: 1.5;
    padding-top: .2rem;
    position: relative;
    margin-right: 1.5rem;
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s
}

.social-media-link.social-icon-courtyard-green-bg a i {
    color: #fff;
    background: #597c31;
    border: 3px solid #597c31
}

.social-media-link:hover a {
    background: none
}

.social-media-link.social-icon-courtyard-green-bg:hover a i {
    color: #597c31;
    background: #fff
}

.social-media-link a .text {
    padding-right: 3rem
}

.social-media-link a .text span.social-media-name {
    display: block;
    font-family: "Oswald", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    color: #464646;
    text-align: left;
    display: block;
    width: 100%
}

.social-media-link a .text span.social-media-handle {
    display: block;
    font-family: "Arial", sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    color: #464646;
    text-align: left;
    display: block;
    width: 100%;
    color: #597c31;
    text-decoration: underline
}

.social-media-link.social-icon-white-bg a i {
    color: #597c31;
    background: #fff;
    border: 3px solid #fff
}

.u-background--peacock-blue-dark .social-media-link.social-icon-white-bg a i {
    color: #368180
}

.social-media-link.social-icon-white-bg:hover a i {
    color: #fff;
    background: #597c31;
    border: 3px solid #597c31
}

.u-background--peacock-blue-dark .social-media-link.social-icon-white-bg:hover a i {
    color: #fff;
    background: #368180;
    border: 3px solid #368180
}

.c-social-media-links.social-icon-white-text,
.c-social-media-links.social-icon-white-text .social-media-link a .text span.social-media-handle,
.c-social-media-links.social-icon-white-text .social-media-link a .text span.social-media-name,
.c-social-media-links.social-icon-white-text h3 {
    color: #fff
}

.c-social-media-links.social-icon-white-text h3 {
    border-top: .2rem solid #fff
}

.c-social-media-links.social-icon-white-text .social-media-link.social-icon-white-bg:hover a i {
    color: #fff;
    background: none;
    border: 3px solid #fff
}

.social-media-link .icon {
    position: relative;
    border: 3px solid #597c31;
    background: #597c31;
    border-radius: 100%;
    width: 6.5rem;
    height: 6.5rem;
    margin-right: 1.5rem;
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s
}

.social-media-link .icon svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 3.5rem;
    height: 3.5rem;
    fill: #fff;
    margin: auto auto;
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s
}

.social-media-link:hover .icon {
    background: #fff;
    border: 3px solid #597c31
}

.social-media-link:hover .icon svg {
    fill: #597c31
}

.social-media-link.social-icon-white-bg .icon {
    border: 3px solid #fff;
    background: #fff
}

.social-media-link.social-icon-white-bg .icon svg {
    fill: #597c31
}

.social-media-link.social-icon-white-bg:hover .icon {
    background: #597c31;
    border: 3px solid #fff
}

.social-media-link.social-icon-white-bg:hover .icon svg {
    fill: #fff
}

.c-sub-nav.c-toolkit {
    display: none
}

@media screen and (min-width: 960px) {
    .c-sub-nav.c-toolkit {
        position: relative;
        z-index: 1;
        right: unset;
        top: unset;
        display: block;
        background: unset;
        width: 17rem;
        position: fixed;
        z-index: 20;
        right: 0;
        top: calc(15px + var(--bodyOffset));
        overflow-y: auto;
        -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
        transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
        -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .1);
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .1)
    }

    .c-sub-nav.c-toolkit.concealed {
        right: 0;
        background: none;
        overflow: hidden
    }

    .c-sub-nav.c-toolkit .c-toolkit__button__strip {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #f5f7e8
    }

    .c-sub-nav.c-toolkit .c-toolkit__button--icon {
        border: none;
        border-radius: 0;
        padding: 0;
        margin: 0;
        width: 3.5rem;
        background-color: unset
    }

    .c-sub-nav.c-toolkit .c-toolkit__button--icon i.fas {
        display: inline-block;
        width: 2.5rem;
        line-height: normal;
        padding: .5rem;
        font-size: 1.5rem;
        color: #597c31;
        text-align: center;
        text-shadow: unset;
        -webkit-transition: unset;
        -webkit-transition: color .2s ease-in-out;
        transition: color .2s ease-in-out;
        margin: 0 auto;
        border-radius: 100%
    }

    .c-sub-nav.c-toolkit .c-toolkit__button--icon i.fa-times {
        display: none
    }

    .c-sub-nav.c-toolkit .c-toolkit__button--icon:hover i.fas.fa-plus,
    .c-sub-nav.c-toolkit .c-toolkit__button--icon.engaged:hover i.fas.fa-times {
        color: #fff;
        background: #597c31
    }

    .c-sub-nav.c-toolkit .c-toolkit__button--toggle {
        position: relative;
        border: none;
        border-radius: 0;
        font-family: "Oswald", sans-serif;
        font-size: 1.4rem;
        line-height: 40px;
        text-transform: uppercase;
        color: #064;
        text-align: left;
        outline: none;
        padding: 0;
        height: 40px
    }

    .c-sub-nav.c-toolkit.important-open {
        width: 30rem;
        right: 0 !important;
        background: #f5f7e8 !important;
        overflow: visible
    }

    .c-sub-nav.c-toolkit.important-open .c-toolkit__button--toggle,
    .c-sub-nav.c-toolkit.important-open .c-toolkit__button--icon {
        background: #597c31;
        color: #fff;
        -webkit-transition: color .2s ease-in-out;
        transition: color .2s ease-in-out
    }

    .c-sub-nav.c-toolkit.important-open .c-toolkit__button--toggle {
        padding-left: 2rem
    }

    .c-sub-nav.c-toolkit.important-open .c-toolkit__button--icon i.fas {
        color: #597c31;
        background: #fff
    }

    .c-sub-nav.c-toolkit.important-open .c-toolkit__button--icon:hover i.fas {
        color: #fff;
        background: #597c31;
        opacity: 1
    }

    .c-sub-nav.c-toolkit.important-open .c-toolkit__button--icon.engaged {
        background: none;
        margin-left: -3.5rem;
        -webkit-transition: color .2s ease-in-out;
        transition: color .2s ease-in-out
    }

    .c-sub-nav.c-toolkit.important-open .c-toolkit__button--icon:hover i.fas.fa-plus,
    .c-sub-nav.c-toolkit.important-open .c-toolkit__button--icon:hover i.fas.fa-times {
        color: #fff;
        background: #597c31
    }

    .c-sub-nav.c-toolkit.important-open .c-toolkit__button--toggle.engaged:after {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg)
    }

    .c-sub-nav.c-toolkit nav {
        display: none;
        position: relative;
        padding: 0
    }

    .c-sub-nav.c-toolkit ul {
        list-style: none;
        padding: 0;
        width: 100%;
        margin: 0
    }

    .c-sub-nav.c-toolkit .c-toolkit__text li {
        font-family: "Oswald", sans-serif;
        font-size: 1.866rem;
        float: left;
        margin: 0;
        display: block;
        width: 100%
    }

    .c-sub-nav.c-toolkit .c-toolkit__text li a {
        display: block;
        width: 100%;
        font-size: 1.5rem;
        color: #064;
        text-decoration: none;
        padding: .8rem 1rem .8rem 2rem;
        border-bottom: 2px solid #fff;
        background: #f5f7e8
    }

    .c-sub-nav .currentsection {
        font-size: 1.5rem;
        text-decoration: none;
        padding: .8rem 1rem .8rem 2rem;
        border-bottom: 2px solid #fff
    }

    .c-sub-nav.c-toolkit .c-toolkit__text li:last-of-type a {
        border-bottom: none
    }

    .c-sub-nav.c-toolkit .c-toolkit__text.subnav-manual-links li:last-of-type {
        display: none
    }

    .c-sub-nav.c-toolkit .c-toolkit__text.subnav-manual-links li:nth-last-of-type(2) a {
        border-bottom: none
    }

    .c-sub-nav.c-toolkit .c-toolkit__text li a:hover {
        background: #597c31;
        color: #fff
    }

    .c-sub-nav.c-toolkit .c-toolkit__button--icon.engaged i.fa-plus {
        display: none
    }

    .c-sub-nav.c-toolkit .c-toolkit__button--icon.engaged i.fa-times {
        display: block
    }

    .c-sub-nav.c-toolkit.important-open ul.c-toolkit__text {
        overflow-y: auto;
        max-height: 70vh
    }

    .c-sub-nav.c-toolkit.important-open ul.c-toolkit__text::-webkit-scrollbar-track {
        background-color: #e1e1e1
    }

    .c-sub-nav.c-toolkit.important-open ul.c-toolkit__text::-webkit-scrollbar {
        width: 10px;
        background-color: #e1e1e1
    }

    .c-sub-nav.c-toolkit.important-open ul.c-toolkit__text::-webkit-scrollbar-thumb {
        background-color: #6c6f70
    }
}

.c-summer-venture-program-team__filter-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: var(--sp--2xl);
    gap: var(--sp--2xl)
}

.c-summer-venture-program-team__filter-group>div:first-child {
    grid-column: auto/span 4
}

@media screen and (max-width: 768px) {
    .c-summer-venture-program-team__filter-group {
        display: block
    }

    .c-summer-venture-program-team__filter-group input,
    .c-summer-venture-program-team__filter-group select[multiple] {
        margin-bottom: 8px
    }

    .c-filterable .c-filterable__filter-group label {
        font-size: 18px
    }
}

.c-summer-venture-program-team__card {
    -webkit-box-shadow: 0 0 2rem -10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 2rem -10px rgba(0, 0, 0, .1);
    border: .1rem solid #eee;
    height: 100%;
    padding: var(--sp--2xl)
}

.c-summer-venture-program-team__card .displayName {
    text-decoration: none !important;
    font-weight: 300 !important;
    color: var(--babson-green) !important
}

.c-summer-venture-program-team__card .participant {
    color: var(--babson-green);
    font-size: var(--fs--xs);
    margin: 0
}

.c-summer-venture-program-team__card .participant:not(:last-child) {
    margin-right: var(--sp--md)
}

.c-summer-venture-program-team__card .participation-year {
    font-weight: bold
}

.c-summer-venture-program-team__modal .content p {
    margin: 0
}

.c-summer-venture-program-team__modal .section-title {
    border-bottom: 1px solid var(--mango-punch);
    font-family: var(--font-headings);
    font-size: var(--fs--sm)
}

.c-summer-venture-program-team__modal .displayName {
    text-decoration: none !important
}

.c-summer-venture-program-team__modal .participant {
    color: var(--babson-green);
    font-size: var(--fs--xs);
    margin: 0
}

.c-summer-venture-program-team__modal .participant:not(:last-child) {
    margin-right: var(--sp--md)
}

.c-summer-venture-program-team__modal .participation-year {
    font-weight: bold
}

.c-summer-venture-program-team__modal .description {
    font-size: var(--fs--sm)
}

.c-summer-venture-program-team__modal .title {
    color: var(--summer-nights)
}

.c-summer-venture-program-team__modal .subtitle {
    font-size: var(--fs--sm)
}

.toc-layout-main {
    background-color: #f2f1ed;
    list-style-type: none;
    margin-left: -7px;
    padding-left: .7rem;
    padding-right: .7rem;
    padding-bottom: 1em
}

.toc-layout-main+.toc-layout-main {
    position: relative
}

.toc-layout-main+.toc-layout-main:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 2rem solid #fff;
    border-left: 2rem solid transparent
}

.l-second-content-column .toc-layout-main+.toc-layout-main:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 2rem solid #dad7cb;
    border-left: 2rem solid transparent
}

.toc-layout-main .level-section>div {
    margin-left: 0rem !important
}

.toc-layout-main .level-section a:link,
.toc-layout-main .level-section a:visited,
.toc-layout-main .level-section a:hover,
.toc-layout-main .level-section a:active {
    font-weight: normal
}

.toc-layout-main .dfwp-column {
    float: none
}

.toc-layout-main .groupheader.item {
    color: #064;
    font-family: "Oswald", sans-serif;
    font-size: 2em;
    font-weight: normal;
    margin-bottom: 0;
    padding: .5em 0 0
}

.c-testimonial-wrapper,
.c-testimonial {
    max-width: 57rem
}

.o-adv-wrapper .c-testimonial-wrapper,
.o-adv-wrapper .c-testimonial {
    max-width: 100%
}

.c-testimonial__image img {
    width: 100%;
    pointer-events: none
}

.c-testimonial p {
    font-family: "Arial", sans-serif;
    font-size: 1.6rem;
    margin: 3rem 0
}

.c-testimonial p a {
    text-decoration: underline;
    font-weight: 600
}

.c-testimonial__author {
    font-size: 2.1rem;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    line-height: 1.5
}

.c-testimonial__author a {
    text-decoration: none
}

.c-testimonial__author a:hover {
    text-decoration: underline
}

.element-invisible {
    display: none
}

.header-image {
    margin-bottom: 4rem
}

.site-content {
    background-color: #fff;
    position: relative;
    padding-top: 1.4rem;
    top: 0;
    z-index: 4
}

@media(min-width: 64em) {
    .site-content {
        padding-top: 0
    }
}

.site-content>.hd {
    display: none
}

@media screen and (min-width: 40em) {
    .site-content {
        padding-top: 0
    }
}

.home .site-content {
    padding-top: 0
}

.l-second-content-column {
    background-color: #fff
}

.l-masthead {
    display: none
}

@media(min-width: 50em) {
    .l-masthead {
        display: block
    }
}

.social-media a {
    display: block
}

.social-media .viewmode_element {
    display: none
}

.img-responsive {
    height: auto;
    max-width: 100%;
    padding: 0;
    width: 100%
}

.one-third-left {
    float: left;
    margin-right: 1em;
    width: 33%
}

.one-third-right {
    float: right;
    margin-left: 1em;
    width: 33%
}

.one-half-left {
    float: left;
    margin-right: 1em;
    width: 50%
}

.one-half-right {
    float: right;
    margin-right: 1em;
    width: 50%
}

.two-thirds-left {
    float: left;
    margin-right: 1em;
    width: 66%
}

.two-thirds-right {
    float: right;
    margin-left: 1em;
    width: 66%
}

.l-content-container {
    clear: left
}

.l-content-container:before,
.l-content-container:after {
    content: "";
    display: table
}

.l-content-container:after {
    clear: both
}

.l-content-first-column-single,
.l-content-second-column-single,
.l-content-third-column-single,
.l-content-first-column-double,
.l-content-second-column-double,
.l-content-first-column-full,
.l-content-first-half,
.l-content-second-half {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    padding-left: 0;
    padding-right: 0
}

@media(min-width: 50em) {
    .l-content-first-column-single {
        float: left;
        width: 33.3333333333%;
        margin-left: 0%;
        margin-right: -100%;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        word-wrap: break-word;
        clear: none;
        padding-right: .5rem
    }

    .l-content-second-column-single {
        float: left;
        width: 33.3333333333%;
        margin-left: 33.3333333333%;
        margin-right: -100%;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        word-wrap: break-word;
        clear: none;
        padding-left: .25rem;
        padding-right: .25rem
    }

    .l-content-third-column-single {
        float: left;
        width: 33.3333333333%;
        margin-left: 66.6666666667%;
        margin-right: -100%;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        word-wrap: break-word;
        clear: none;
        padding-left: .5rem;
        padding-right: 0
    }

    .l-content-first-column-double {
        float: left;
        width: 66.6666666667%;
        margin-left: 0%;
        margin-right: -100%;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        word-wrap: break-word;
        clear: none;
        padding-right: .5rem
    }

    .l-content-second-column-double {
        float: left;
        width: 66.6666666667%;
        margin-left: 33.3333333333%;
        margin-right: -100%;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        word-wrap: break-word;
        clear: none;
        padding-left: .5rem;
        padding-right: 0
    }

    .l-content-first-column-full {
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: -100%;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        word-wrap: break-word;
        clear: none;
        padding-left: 0;
        padding-right: 0
    }

    .l-content-first-half {
        float: left;
        width: 50%;
        margin-left: 0%;
        margin-right: -100%;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        word-wrap: break-word;
        clear: none;
        padding-right: .5rem
    }

    .l-content-second-half {
        float: left;
        width: 50%;
        margin-left: 50%;
        margin-right: -100%;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        word-wrap: break-word;
        clear: none;
        padding-left: .5rem;
        padding-right: 0
    }

    .l-content-half-width {
        margin-left: 50%
    }
}

.m-horizontal-list {
    list-style-type: none;
    margin: 1em 0;
    padding: 0;
    overflow: hidden
}

.m-horizontal-list>li {
    display: block;
    float: left;
    margin: 0 .5em
}

.m-horizontal-list>li:last-child {
    margin-right: 0
}

.media {
    overflow: hidden;
    _overflow: visible;
    zoom: 1
}

.media .callout-left {
    float: left;
    margin-right: 1em
}

.media .callout-left .callout-asset {
    display: block
}

.media .callout-right {
    float: right;
    margin-left: 1em
}

.media-bd {
    overflow: hidden;
    _overflow: visible;
    zoom: 1
}

.media-bd p:first-child {
    margin-top: 0
}

.m-img-left,
.m-img-left-top {
    float: left;
    margin: 1em 1em 1em 0;
    vertical-align: top
}

.m-img-left-top {
    margin-top: 0
}

.m-img-right,
.m-img-right-top {
    float: right;
    margin: 1em 0 1em 1em;
    vertical-align: top
}

.m-img-right-top {
    margin-top: 0
}

.l-content-container {
    margin-bottom: 1.6rem
}

.l-content-first-column-single,
.l-content-first-column-double,
.l-content-first-column-full {
    padding-left: 0
}

#ctl00_ctl48_g_da6fe443_7648_4d9c_b900_38af2ec9a718_S63A721C9_InputKeywords {
    padding: .1em .25em
}

iframe[name=google_conversion_frame] {
    display: none;
    visibility: hidden
}

iframe.twitter-timeline {
    width: 100% !important
}

.this-is-your-moment {
    max-width: none
}

.this-is-your-moment .cell {
    margin-bottom: .8rem
}

.this-is-your-moment img {
    height: 100%
}

.this-is-your-moment .cell>div {
    height: 100%
}

.this-is-your-moment .mod-content iframe[src*=youtube] {
    height: 100%
}

.c-toolkit {
    background: rgba(0, 0, 0, .8);
    width: 300px
}

.c-toolkit__button__strip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-toolkit__button--icon {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 1.2rem 0;
    width: 6rem
}

.c-toolkit__button--icon i.fas {
    display: inline-block;
    width: 6rem;
    line-height: 1;
    padding: .4rem;
    font-size: 2.1rem;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 .2rem rgba(0, 0, 0, .5);
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.c-toolkit__button--icon i.fa-times {
    display: none
}

.c-toolkit__button--toggle {
    position: relative;
    background: transparent;
    border: none;
    border-radius: 0;
    font-family: "Oswald", sans-serif;
    font-size: 2.1rem;
    color: #fff;
    padding: 1.2rem 0 1.2rem .6rem;
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    outline: none
}

.c-toolkit nav {
    padding: 1.2rem 48px 1.2rem 6rem
}

@media(max-height: 600px) {
    .c-toolkit nav {
        padding-right: 2.4rem
    }
}

.c-toolkit ul {
    list-style: none;
    padding: 0
}

.c-toolkit__text {
    font-family: "Oswald", sans-serif;
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
    margin-left: .6rem
}

@media(max-height: 600px) {
    .c-toolkit__text {
        font-size: 1.8rem;
        float: left;
        margin-right: 1.8rem
    }
}

.c-toolkit__text a {
    color: #fff
}

.c-toolkit__social li {
    display: inline-block;
    margin-left: .6rem;
    margin-right: .4rem
}

.c-toolkit__social li a {
    color: #fff
}

.c-toolkit__social li i.fab {
    font-size: 2.6rem
}

.c-toolkit {
    position: fixed;
    z-index: 20;
    right: 0;
    top: 200px;
    -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1)
}

@media(max-height: 600px) {
    .c-toolkit {
        top: 151px;
        overflow-y: auto
    }
}

.c-toolkit.concealed {
    right: -243px
}

@media screen and (max-width: 39.9375em) {
    .c-toolkit.concealed {
        background: rgba(0, 0, 0, .1)
    }

    .c-toolkit.concealed:hover {
        background: rgba(0, 0, 0, .8)
    }
}

.c-toolkit.mobile-reveal {
    right: 0;
    background: rgba(0, 0, 0, .8)
}

.c-toolkit.engaged {
    right: 0;
    background: rgba(0, 0, 0, .8)
}

.c-toolkit.important-open,
.c-toolkit.important-open-mobile {
    right: 0 !important;
    background: rgba(0, 0, 0, .8) !important
}

.c-toolkit nav {
    display: none
}

.c-toolkit__button--toggle.engaged:after {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg)
}

.c-toolkit__button--icon.engaged i.fa-toolbox,
.c-toolkit__button--icon.engaged i.fa-bars {
    display: none
}

.c-toolkit__button--icon.engaged i.fa-times {
    display: block
}

.page {
    overflow: hidden
}

.utility-nav {
    width: 100%;
    background: #597c31
}

.utility-nav__desktop {
    display: none
}

@media screen and (min-width: 64em) {
    .utility-nav {
        background: transparent;
        text-align: right
    }

    .utility-nav__desktop {
        display: block
    }

    .utility-nav__mobile {
        display: none
    }
}

.utility-nav__search {
    display: none !important
}

.utility-nav__search a:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin: 0 0 0 .7rem;
    font-size: 1.1rem
}

@media screen and (min-width: 64em) {
    .utility-nav__search {
        display: inline-block !important
    }
}

.utility-nav>ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.utility-nav>ul>li {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 2rem 0 0;
    width: 100%;
    border-bottom: .1rem solid rgba(255, 255, 255, .3)
}

@media screen and (min-width: 64em) {
    .utility-nav>ul>li {
        width: auto;
        border-bottom: none
    }
}

.utility-nav>ul>li a {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 1.5rem 7%;
    text-decoration: none
}

@media screen and (min-width: 64em) {
    .utility-nav>ul>li a {
        padding: 0
    }
}

.utility-nav>ul>li a:hover {
    color: #ccd695;
    text-decoration: none
}

.utility-nav>ul>li a:hover {
    text-decoration: none
}

.utility-nav ul li.c-dropdown {
    margin-right: 2rem;
    z-index: 10;
    text-align: left;
    border-bottom: none
}

@media screen and (min-width: 64em) {
    .utility-nav ul li.c-dropdown:before {
        content: "/";
        display: inline-block;
        margin: 0 2rem 0 0;
        vertical-align: bottom;
        color: #ccd695;
        font-size: 1.5rem
    }
}

.utility-nav>ul>li li.c-dropdown__item>a {
    display: inline-block;
    padding: 1.5rem;
    width: 100%
}

.utility-nav>ul>li li.c-dropdown__item>a:focus {
    color: #ccd695
}

.c-utility-nav {
    display: none;
    grid-row: 1/2;
    grid-column: 2/3;
    justify-self: flex-end
}

@media screen and (min-width: 64em) {
    .c-utility-nav {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.c-utility-nav>ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-gap: 1rem;
    gap: 1rem
}

.c-utility-nav a {
    position: relative
}

.c-utility-nav a[\:has\(svg\)] {
    top: -1px
}

.c-utility-nav a:has(svg) {
    top: -1px
}

.c-utility-nav svg {
    max-width: 1rem;
    height: 1rem;
    width: 1rem;
    color: var(--white)
}

.c-utility-nav .c-dropdown {
    line-height: 1
}

.c-utility-nav .utility-nav__search {
    display: inline-block !important;
    line-height: 1
}

.c-utility-nav .utility-nav__search a::after {
    content: none;
    font-size: inherit
}

.c-navlink {
    color: var(--white);
    display: inline-block;
    padding: 4px;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    white-space: nowrap
}

.c-navlink:hover {
    color: var(--sweet-daphne)
}

.c-navlink--icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1
}

.c-navlink--icon i {
    font-size: 1em
}

.c-navlink--icon *+* {
    margin-left: 6px
}

.video-hero {
    position: relative;
    background-color: #064;
    line-height: normal
}

.video-hero video {
    margin-bottom: -0.4rem
}

@media screen and (min-width: 40em) {
    .video-hero {
        background-color: #064
    }
}

.video-hero .video-hero__text {
    top: 50%
}

.video-hero__text>div {
    position: relative;
    top: -50%
}

.video-hero__text__wrapper {
    width: 100%
}

.video-hero__text__desc {
    margin-bottom: 3rem
}

.video-hero__text__desc p {
    font-size: 1.8rem
}

.video-hero--default-layout .video-hero__text {
    padding: 0 2.4rem
}

.c-virtual-tour {
    margin-bottom: 4rem
}

.webui-popover-content .rTable {
    display: table;
    width: 100%
}

.webui-popover-content .rTableRow {
    display: table-row
}

.webui-popover-content .rTableHeading {
    display: table-header-group
}

.webui-popover-content .rTableBody {
    display: table-row-group
}

.webui-popover-content .rTableFoot {
    display: table-footer-group
}

.webui-popover-content .rTableCell,
.popup_contents .rTableHead {
    display: table-cell
}

.webui-popover-content {
    display: none
}

@media screen and (max-width: 600px) {
    div.webui-popover {
        left: 0 !important;
        max-width: 600px !important;
        width: auto !important
    }
}

@font-face {
    font-family: ytpregular;
    src: url(../fonts/ytp-regular.eot)
}

@font-face {
    font-family: ytpregular;
    src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=) format("woff"), url(../fonts/ytp-regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.mb_YTPlayer:focus {
    outline: 0
}

.YTPWrapper {
    display: block;
    -webkit-transform: translateZ(0) translate3d(0, 0, 0);
    transform: translateZ(0) translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mb_YTPlayer .loading {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.2rem;
    color: #fff;
    background: rgba(0, 0, 0, .51);
    text-align: center;
    padding: .2rem .4rem;
    border-radius: .5rem;
    font-family: "Droid Sans", sans-serif;
    -webkit-animation: fade .1s infinite alternate;
    animation: fade .1s infinite alternate
}

.inlinePlayButton,
.mb_YTPBar .ytpicon {
    font-family: ytpregular
}

.YTPFullscreen,
.inline_YTPlayer img {
    border: none !important;
    padding: 0 !important
}

@-webkit-keyframes fade {
    0% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

.YTPFullscreen {
    display: block !important;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    opacity: 1 !important;
    background-color: #000 !important
}

.inlinePlayButton {
    font-size: 4.5rem;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    width: 8rem;
    height: 8rem;
    line-height: 8rem;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    opacity: .8;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.mb_YTPlayer:hover .inlinePlayButton {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.inlinePlayButton:hover {
    background-color: #000;
    -webkit-transform: scale(1.3) !important;
    transform: scale(1.3) !important
}

.mbYTP_wrapper iframe {
    max-width: 8000px !important
}

.inline_YTPlayer {
    margin-bottom: 2rem;
    vertical-align: top;
    position: relative;
    left: 0;
    overflow: hidden;
    border-radius: .4rem;
    -webkit-box-shadow: 0 0 .5rem rgba(0, 0, 0, .7);
    box-shadow: 0 0 .5rem rgba(0, 0, 0, .7);
    background: rgba(0, 0, 0, .5)
}

.inline_YTPlayer img {
    margin: 0 !important;
    -webkit-transform: none !important;
    transform: none !important
}

.mb_YTPBar,
.mb_YTPBar .buttonBar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    padding: .5rem;
    width: 100%
}

.mb_YTPBar .ytpicon {
    font-size: 2rem
}

.mb_YTPBar .mb_YTPUrl.ytpicon {
    font-size: 3rem
}

.mb_YTPBar {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    display: block;
    height: 1rem;
    background: #333;
    position: fixed;
    bottom: 0;
    text-align: left;
    z-index: 1000;
    font: 1.4rem/1.6rem sans-serif;
    color: #fff;
    opacity: .1
}

.mb_YTPBar.visible,
.mb_YTPBar:hover {
    opacity: 1
}

.mb_YTPBar .buttonBar {
    -webkit-transition: all .5s;
    transition: all .5s;
    background: 0 0;
    font: 1.2rem/14px san-serif;
    position: absolute;
    top: -30px;
    height: 4rem
}

.mb_YTPBar:hover .buttonBar {
    background: rgba(0, 0, 0, .4)
}

.mb_YTPBar span {
    display: inline-block;
    font: 1.6rem/20px sans-serif;
    position: relative;
    width: 3rem;
    height: 25px;
    vertical-align: middle
}

.mb_YTPBar span.mb_YTPTime {
    width: 130px
}

.mb_YTPBar span.mb_OnlyYT,
.mb_YTPBar span.mb_YTPUrl {
    position: absolute;
    width: auto;
    display: block;
    top: .6rem;
    right: 1rem;
    cursor: pointer
}

.mb_YTPBar span.mb_YTPUrl img {
    width: 6rem
}

.mb_YTPBar span.mb_OnlyYT {
    left: 300px;
    right: auto
}

.mb_YTPBar span.mb_OnlyYT img {
    width: 25px
}

.mb_YTPBar span.mb_YTPUrl a {
    color: #fff
}

.mb_YTPBar .mb_YTPMuteUnmute,
.mb_YTPBar .mb_YTPPlayPause,
.mb_YTPlayer .mb_YTPBar .mb_YTPPlayPause img {
    cursor: pointer
}

.mb_YTPBar .mb_YTPProgress {
    height: 1rem;
    width: 100%;
    background: #222;
    bottom: 0;
    left: 0
}

.mb_YTPBar .mb_YTPLoaded {
    height: 1rem;
    width: 0;
    background: #444;
    left: 0
}

.mb_YTPBar .mb_YTPseekbar {
    height: 1rem;
    width: 0;
    background: #bb110e;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: rgba(82, 82, 82, .47) .1rem .1rem .3rem;
    box-shadow: rgba(82, 82, 82, .47) .1rem .1rem .3rem
}

.mb_YTPBar .YTPOverlay {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: "flat";
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.YTPOverlay.raster {
    background: url(../images/raster.png)
}

.YTPOverlay.raster.retina {
    background: url(../images/raster@2x.png)
}

.YTPOverlay.raster-dot {
    background: url(../images/raster_dot.png)
}

.YTPOverlay.raster-dot.retina {
    background: url(../images/raster_dot@2x.png)
}

.mb_YTPBar .simpleSlider {
    position: relative;
    width: 10rem;
    height: 1rem;
    border: .1rem solid #fff;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 1rem;
    cursor: pointer !important;
    border-radius: .3rem
}

.mb_YTPBar.compact .simpleSlider {
    width: 4rem
}

.mb_YTPBar.compact span.mb_OnlyYT {
    left: 260px
}

.mb_YTPBar .simpleSlider.muted {
    opacity: .3
}

.mb_YTPBar .level {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mb_YTPBar .level.horizontal {
    height: 100%;
    width: 0
}

.mb_YTPBar .level.vertical {
    height: auto;
    width: 100%
}

.o-adv-wrapper.cell-spacing--0.grid-padding-y>.cell {
    padding-top: var(--sp0);
    padding-bottom: var(--sp0)
}

.o-adv-wrapper.cell-spacing--0.grid-padding-x>.cell {
    padding-left: var(--sp0);
    padding-right: var(--sp0)
}

.o-adv-wrapper.cell-spacing--1.grid-padding-y>.cell {
    padding-top: var(--sp1);
    padding-bottom: var(--sp1)
}

.o-adv-wrapper.cell-spacing--1.grid-padding-x>.cell {
    padding-left: var(--sp1);
    padding-right: var(--sp1)
}

.o-adv-wrapper.cell-spacing--2.grid-padding-y>.cell {
    padding-top: var(--sp4);
    padding-bottom: var(--sp4)
}

.o-adv-wrapper.cell-spacing--2.grid-padding-x>.cell {
    padding-left: var(--sp4);
    padding-right: var(--sp4)
}

.o-adv-wrapper>.cell {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 0
}

.o-adv-wrapper>.cell>* {
    min-width: 1px
}

.o-adv-wrapper.vertical-space__s {
    padding: var(--sp3) 0
}

.o-adv-wrapper.vertical-space__m {
    padding: var(--sp7) 0
}

.o-adv-wrapper.vertical-space__l {
    padding: var(--sp10) 0
}

.o-adv-wrapper__useTopBorderOnly {
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    border-width: .5rem !important
}

.o-adv-wrapper__has-background {
    width: 100%;
    height: 100%;
    position: relative
}

.o-adv-wrapper__has-background-wrap+* {
    position: relative;
    z-index: 1
}

.o-adv-wrapper__has-background-wrap {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.o-adv-wrapper__has-background-image {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform
}

.o-adv-wrapper__has-fixed-background-image {
    position: fixed;
    top: 0;
    left: 0
}

.o-adv-wrapper__background--context {
    height: 100vh
}

[data-sticky-background] {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%
}

.o-adv-wrapper__background--is-sticky {
    margin: -2rem
}

@media screen and (min-width: 40em) {
    .o-adv-wrapper__background--is-sticky {
        margin: -3rem
    }
}

@media screen and (min-width: 64em) {
    .o-adv-wrapper__background--is-sticky {
        margin: -3.7rem
    }
}

.o-adv-wrapper__background--is-normal-sticky>.o-adv-wrapper__background--context {
    height: 0vh
}

.o-adv-wrapper__background--is-image-sticky>.o-adv-wrapper__background--context {
    height: 90vh
}

.o-cell--insert {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.o-cell--insert--sticky {
    position: sticky;
    top: 10rem
}

.padded-row {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: .625rem;
    padding-right: .625rem
}

.padded-row::before,
.padded-row::after {
    content: " ";
    display: table
}

.padded-row::after {
    clear: both
}

@media screen and (min-width: 40em) {
    .padded-row {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

ul.row {
    padding: 0
}

ul.row li {
    list-style: none
}

.percent-row {
    padding-right: 7%;
    padding-left: 7%;
    max-width: 114rem;
    margin: 0 auto
}

@media screen and (min-width: 64em) {
    .percent-row {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.percent-row.grad-row {
    padding-right: 7%;
    padding-left: 7%
}

@media screen and (min-width: 64em) {
    .percent-row.grad-row {
        padding-left: 0;
        padding-right: 0
    }
}

.row.percent-row .column,
.row.percent-row .columns,
.row.percent-row .columns {
    padding-left: 0;
    padding-right: 0
}

@media screen and (min-width: 40em) {

    .row.percent-row .column,
    .row.percent-row .columns,
    .row.percent-row .columns {
        padding-left: 1.7rem;
        padding-right: 1.7rem
    }
}

.row.percent-row .row {
    max-width: 114rem;
    margin-left: -1.7rem;
    margin-right: -1.7rem
}

.row.percent-row .row .column,
.row.percent-row .row .columns,
.row.percent-row .row .columns {
    padding-left: 1.7rem;
    padding-right: 1.7rem
}

.landing-row {
    max-width: 135rem;
    padding-right: 1.7rem;
    padding-left: 1.7rem;
    margin: 0 auto
}

@media screen and (min-width: 64em) {
    .landing-row {
        padding-left: 1.7rem;
        padding-right: 1.7rem
    }
}

.row.landing-row {
    max-width: 135rem
}

.row.landing-row .column,
.row.landing-row .columns,
.row.landing-row .columns {
    padding-left: 0;
    padding-right: 0
}

@media screen and (min-width: 40em) {

    .row.landing-row .column,
    .row.landing-row .columns,
    .row.landing-row .columns {
        padding-left: 0;
        padding-right: 0
    }
}

.row.landing-row .row {
    margin-left: -1.7rem;
    margin-right: -1.7rem
}

.row.landing-row .row .column,
.row.landing-row .row .columns,
.row.landing-row .row .columns {
    padding-left: 0;
    padding-right: 0
}

.row.row.row--condensed {
    max-width: 135rem;
    padding-right: 0;
    padding-left: 0;
    margin-left: -0.5rem;
    margin-right: -0.5rem
}

@media screen and (min-width: 40em) {

    .row.row.row--condensed .column,
    .row.row.row--condensed .columns,
    .row.row.row--condensed .columns {
        padding-left: .5rem;
        padding-right: .5rem
    }
}

.grid:before,
.grid:after {
    content: "";
    display: table
}

.grid:after {
    clear: both
}

.grid:after,
.grid:before {
    width: 0px;
    max-width: 0px
}

.grid-item {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    margin-bottom: 1.5rem
}

.grid-item--debug {
    background-color: #74cbc8
}

@media(min-width: 46em) {
    .grid--one-column .grid-item {
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: -100%;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        word-wrap: break-word;
        clear: left
    }

    .grid--one-column.grid__padding--columns .grid-item {
        padding: 0rem
    }

    .grid--one-column.grid__padding--frames .grid-item {
        padding: 0rem
    }

    .grid--two-column .grid-item:nth-child(2n+1) {
        float: left;
        width: 50%;
        margin-left: 0%;
        margin-right: -100%;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        word-wrap: break-word;
        clear: left
    }

    .grid--two-column .grid-item:nth-child(2n) {
        float: left;
        width: 50%;
        margin-left: 50%;
        margin-right: -100%;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        word-wrap: break-word;
        clear: none
    }

    .grid--two-column.grid__padding--columns .grid-item {
        padding: 0rem .5rem
    }

    .grid--two-column.grid__padding--columns .grid-item:nth-child(2n+1) {
        padding-left: 0
    }

    .grid--two-column.grid__padding--columns .grid-item:nth-child(2n) {
        padding-right: 0
    }

    .grid--two-column.grid__padding--frames .grid-item {
        padding: 1rem .5rem
    }

    .grid--two-column.grid__padding--frames .grid-item:nth-child(2n+1) {
        padding-left: 1rem
    }

    .grid--two-column.grid__padding--frames .grid-item:nth-child(2n) {
        padding-right: 1rem
    }

    .grid--three-column .grid-item:nth-child(3n+1) {
        float: left;
        width: 33.3333333333%;
        margin-left: 0%;
        margin-right: -100%;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        word-wrap: break-word;
        clear: left
    }

    .grid--three-column .grid-item:nth-child(3n+2) {
        float: left;
        width: 33.3333333333%;
        margin-left: 33.3333333333%;
        margin-right: -100%;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        word-wrap: break-word;
        clear: none
    }

    .grid--three-column .grid-item:nth-child(3n+3) {
        float: left;
        width: 33.3333333333%;
        margin-left: 66.6666666667%;
        margin-right: -100%;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        word-wrap: break-word;
        clear: none
    }

    .grid--three-column.grid__padding--columns .grid-item {
        padding: 0rem .5rem
    }

    .grid--three-column.grid__padding--columns .grid-item:nth-child(3n+1) {
        padding-left: 0;
        padding-right: 1rem
    }

    .grid--three-column.grid__padding--columns .grid-item:nth-child(3n+3) {
        padding-left: 1rem;
        padding-right: 0
    }

    .grid--three-column.grid__padding--frames .grid-item {
        padding: 1rem .5rem
    }

    .grid--three-column.grid__padding--frames .grid-item:nth-child(3n+1) {
        padding-left: 1rem
    }

    .grid--three-column.grid__padding--frames .grid-item:nth-child(3n+3) {
        padding-right: 1rem
    }

    .grid--four-column .grid-item:nth-child(4n+1) {
        float: left;
        width: 25%;
        margin-left: 0%;
        margin-right: -100%;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        word-wrap: break-word;
        clear: left
    }

    .grid--four-column .grid-item:nth-child(4n+2) {
        float: left;
        width: 25%;
        margin-left: 25%;
        margin-right: -100%;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        word-wrap: break-word;
        clear: none
    }

    .grid--four-column .grid-item:nth-child(4n+3) {
        float: left;
        width: 25%;
        margin-left: 50%;
        margin-right: -100%;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        word-wrap: break-word;
        clear: none
    }

    .grid--four-column .grid-item:nth-child(4n+4) {
        float: left;
        width: 25%;
        margin-left: 75%;
        margin-right: -100%;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        word-wrap: break-word;
        clear: none
    }

    .grid--four-column.grid__padding--columns .grid-item {
        padding: 0rem .5rem
    }

    .grid--four-column.grid__padding--columns .grid-item:nth-child(4n+1) {
        padding-left: 0
    }

    .grid--four-column.grid__padding--columns .grid-item:nth-child(4n+4) {
        padding-right: 0
    }

    .grid--four-column.grid__padding--frames .grid-item {
        padding: 1rem .5rem
    }

    .grid--four-column.grid__padding--frames .grid-item:nth-child(4n+1) {
        padding-left: 1rem
    }

    .grid--four-column.grid__padding--frames .grid-item:nth-child(4n+4) {
        padding-right: 1rem
    }
}

.grid__padding {
    padding: 2rem
}

.grid__padding--debug {
    background-color: gray
}

.grid--tiles {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.grid--tiles__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.grid--tiles__no-padding .grid--tiles__item {
    padding: 0
}

.grid--tiles__small--1>.grid--tiles__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.grid--tiles__small--2>.grid--tiles__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.grid--tiles__small--3>.grid--tiles__item {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%
}

.grid--tiles__small--4>.grid--tiles__item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
}

@media(min-width: 46em) {
    .grid--tiles__big--2>.grid--tiles__item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

@media(min-width: 46em) {

    .grid--tiles__big--3>.grid--tiles__item,
    .grid--tiles__big--3>* {
        -ms-flex-preferred-size: 31%;
        flex-basis: 31%
    }
}

@media(min-width: 46em) {
    .grid--tiles__big--4>.grid--tiles__item {
        -ms-flex-preferred-size: 24%;
        flex-basis: 24%
    }
}

@media(min-width: 46em) {
    .grid--tiles__big--5>.grid--tiles__item {
        -ms-flex-preferred-size: 19%;
        flex-basis: 19%
    }
}

@media(min-width: 46em) {
    .grid--tiles__big--content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .grid--tiles__big--content>.grid--tiles__item {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

@media(max-width: 46rem) {
    .grid--tiles__break-after--2>.grid--tiles__item:nth-child(2) {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.no-flexbox .grid--tiles {
    display: table
}

.no-flexbox .grid--tiles__item {
    display: table-cell
}

div.grid-wrapper .grid-item img {
    max-width: 100%
}

.l-content-block__inset {
    padding: 1.2rem
}

.l-content-block__inset>*:first-child {
    margin-top: 0;
    padding-top: 0
}

.l-content-block__inset>*:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.l-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 1rem;
    gap: 1rem
}

.l-media.l-media--left>:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.l-media.l-media--left>:last-child {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 999;
    -ms-flex-positive: 999;
    flex-grow: 999
}

.l-media.l-media--right>:first-child {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 999;
    -ms-flex-positive: 999;
    flex-grow: 999
}

.l-media.l-media--right>:last-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.l-stack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 1.6rem;
    gap: 1.6rem
}

.l-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.l-split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100%
}

.l-center {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-inline: auto;
    max-width: var(--measure)
}

.l-gap--0 {
    grid-gap: var(--sp--none);
    gap: var(--sp--none)
}

.l-gap--2 {
    grid-gap: var(--sp--xs);
    gap: var(--sp--xs)
}

.l-gap--8 {
    grid-gap: var(--sp--md);
    gap: var(--sp--md)
}

.l-gap--12 {
    grid-gap: var(--sp--xl);
    gap: var(--sp--xl)
}

.l-gap--16 {
    grid-gap: var(--sp--2xl);
    gap: var(--sp--2xl)
}

.l-gap--20 {
    grid-gap: var(--sp--2-5xl);
    gap: var(--sp--2-5xl)
}

.l-gap--24 {
    grid-gap: var(--sp--3xl);
    gap: var(--sp--3xl)
}

.l-gap--40 {
    grid-gap: var(--sp--5xl);
    gap: var(--sp--5xl)
}

.l-vertical-align--center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.l-horizontal-align--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.l-context--inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.l-context--block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.l-flow--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.masonry {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.6rem;
    grid-column-gap: 1.6rem;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
    display: block !important;
    margin: 0 !important
}

@media screen and (min-width: 640px) {
    .masonry {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

.masonry .cell {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 1.6rem;
    padding: 0 !important;
    width: 100% !important
}

.o-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.o-media>.o-media__image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.o-media>.o-media__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.o-media.align--left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.o-media.align--left>.o-media__body {
    padding-left: 2rem
}

.o-media.align--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.o-media.align--right>.o-media__body {
    padding-right: 2rem
}

.o-media.align--top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.o-media.align--top>.o-media__body {
    padding-top: 2rem
}

.o-media.align--bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.o-media.align--bottom>.o-media__body {
    padding-bottom: 2rem
}

.o-media.layout--thirds>.o-media__image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%
}

.o-media.layout--thirds>.o-media__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%
}

.o-media.layout--halves>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.o-media.layout--full>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

.o-media.layout--full>.o-media__image {
    text-align: center
}

.c-modal {
    background-color: rgba(0, 0, 0, .2);
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: visibility 0s linear .25s, opacity .25s 0s, -webkit-transform .25s;
    transition: visibility 0s linear .25s, opacity .25s 0s, -webkit-transform .25s;
    transition: visibility 0s linear .25s, opacity .25s 0s, transform .25s;
    transition: visibility 0s linear .25s, opacity .25s 0s, transform .25s, -webkit-transform .25s;
    z-index: 85
}

.c-modal.show-modal {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: visibility 0s linear 0s, opacity .25s 0s, -webkit-transform .25s;
    transition: visibility 0s linear 0s, opacity .25s 0s, -webkit-transform .25s;
    transition: visibility 0s linear 0s, opacity .25s 0s, transform .25s;
    transition: visibility 0s linear 0s, opacity .25s 0s, transform .25s, -webkit-transform .25s
}

.c-modal .content {
    background-color: var(--white);
    left: 50%;
    max-width: 75rem;
    max-height: calc(110vh - 200px);
    padding: var(--sp--3xl);
    position: absolute;
    overflow: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.c-dialog {
    max-width: 75rem;
    height: 80vh;
    opacity: 0;
    overflow: visible;
    margin-left: 2rem;
    margin-right: 2rem;
    border: none;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: visibility 0s linear .25s, opacity .25s 0s, -webkit-transform .25s;
    transition: visibility 0s linear .25s, opacity .25s 0s, -webkit-transform .25s;
    transition: visibility 0s linear .25s, opacity .25s 0s, transform .25s;
    transition: visibility 0s linear .25s, opacity .25s 0s, transform .25s, -webkit-transform .25s;
    justify-self: center;
    padding: 0
}

.c-dialog .c-modal__content {
    overflow: auto;
    padding: 2rem;
    height: 80vh
}

@media screen and (max-width: 40em) {
    .c-dialog .c-modal__content>div {
        display: block !important
    }

    .c-dialog .c-modal__content li.badge.badge--background {
        margin-bottom: .5rem
    }

    .c-dialog .c-business-card__modal .l-stack.l-gap--24 {
        margin-bottom: 2rem
    }
}

.c-dialog[open] {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: visibility 0s linear 0s, opacity .25s 0s, -webkit-transform .25s;
    transition: visibility 0s linear 0s, opacity .25s 0s, -webkit-transform .25s;
    transition: visibility 0s linear 0s, opacity .25s 0s, transform .25s;
    transition: visibility 0s linear 0s, opacity .25s 0s, transform .25s, -webkit-transform .25s
}

.c-dialog::-webkit-backdrop {
    background-color: rgba(0, 0, 0, .82)
}

.c-dialog::backdrop {
    background-color: rgba(0, 0, 0, .82)
}

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

    .c-dialog,
    .c-dialog .c-modal__content {
        height: 85vh
    }
}

.c-dialog__control {
    position: absolute;
    color: #fff;
    border-radius: .4rem;
    border: none;
    font-size: 4.4rem;
    width: 4.7rem;
    height: 4.7rem;
    background: none
}

.c-dialog__control--close {
    top: -6rem;
    right: 0
}

.c-dialog__control--next,
.c-dialog__control--previous {
    bottom: -7rem;
    font-size: 4rem
}

.c-dialog__control--next {
    padding-right: .7rem;
    right: 26%
}

.c-dialog__control--previous {
    padding-left: .7rem;
    left: 26%
}

.c-dialog__control:hover {
    color: #064;
    background: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

@media screen and (min-width: 880px) {
    .c-dialog__control--close {
        top: -6rem;
        right: -6rem
    }

    .c-dialog__control--next,
    .c-dialog__control--previous {
        top: 45%;
        bottom: unset
    }

    .c-dialog__control--next {
        right: -6rem
    }

    .c-dialog__control--previous {
        left: -6rem
    }
}

.c-dialog .c-summer-venture-program-team__modal .description {
    padding-bottom: 2rem
}

.fancybox-slide {
    padding: 0 !important;
    width: 100%;
    max-width: 100%
}

.fancybox-content {
    position: relative;
    max-width: 75rem !important;
    max-height: 85vh !important;
    opacity: 1;
    height: 85vh;
    overflow: visible !important;
    padding: 0 !important;
    margin: 0 2rem !important;
    border: none;
    -webkit-transform: unset;
    transform: unset;
    -webkit-transition: visibility 0s linear .25s, opacity .25s 0s, -webkit-transform .25s;
    transition: visibility 0s linear .25s, opacity .25s 0s, -webkit-transform .25s;
    transition: visibility 0s linear .25s, opacity .25s 0s, transform .25s;
    transition: visibility 0s linear .25s, opacity .25s 0s, transform .25s, -webkit-transform .25s;
    background: #fff;
    vertical-align: middle;
    text-align: left
}

.fancybox-content .grid-container {
    overflow: auto;
    max-height: 85vh;
    padding: 2rem
}

.button-next,
.button-previous,
.button-close {
    position: absolute !important;
    color: #fff !important;
    border-radius: .4rem !important;
    border: none;
    font-size: 4.4rem !important;
    width: 4.7rem;
    height: 5.3rem;
    background: none;
    line-height: 1.5;
    margin-top: 0 !important;
    padding: 0 !important;
    background-color: none !important
}

.button-next i,
.button-previous i,
.button-close i {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 4.4rem;
    height: 4.4rem;
    vertical-align: middle;
    margin: auto;
    text-align: center
}

.button-close {
    top: -6rem !important;
    right: 0 !important
}

.button-next,
.button-previous {
    bottom: -6rem;
    top: unset !important
}

.button-next {
    padding-right: .7rem !important;
    right: 26% !important;
    left: unset
}

.button-previous {
    padding-left: .7rem !important;
    left: 26% !important;
    right: unset !important
}

.button-close:hover,
.button-next:hover,
.button-previous:hover {
    color: #064 !important;
    background: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

@media screen and (min-width: 1000px) {
    .fancybox-content {
        margin: 0 auto !important
    }

    .button-close {
        top: -6rem;
        right: -6rem !important
    }

    .button-next,
    .button-previous {
        top: 45% !important;
        bottom: unset
    }

    .button-next {
        right: -6rem !important
    }

    .button-previous {
        left: -6rem !important
    }
}

.fancybox-navigation .fancybox-button {
    display: none !important
}

.obj-right,
.align-right {
    margin-bottom: 2rem
}

@media screen and (min-width: 40em) {

    .obj-right,
    .align-right {
        float: right;
        padding: 1rem 0 1rem 3.5rem;
        margin: 0
    }

    .obj-right figcaption,
    .align-right figcaption {
        padding: 0 0 1rem 3.5rem
    }
}

.obj-left,
.align-left {
    margin-bottom: 2rem
}

@media screen and (min-width: 40em) {

    .obj-left,
    .align-left {
        margin: 0;
        float: left;
        padding: 1rem 3.5rem 1rem 0
    }

    .obj-left figcaption,
    .align-left figcaption {
        padding: 0 1.5rem 1rem 0
    }
}

.landing-page-lead-in {
    padding: 0 0 4rem
}

.landing-page-lead-in__title h1 {
    margin-bottom: 1.5rem
}

.fade-up-in.sequence-anim-item {
    -webkit-transition: opacity .6s ease, -webkit-transform 1.2s ease;
    transition: opacity .6s ease, -webkit-transform 1.2s ease;
    transition: transform 1.2s ease, opacity .6s ease;
    transition: transform 1.2s ease, opacity .6s ease, -webkit-transform 1.2s ease;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0
}

.fade-up-in.sequence-anim-item.sequence-anim-item--active {
    -webkit-transform: none;
    transform: none;
    opacity: 1
}

.animate {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 1s;
    -moz-animaation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both
}

.animate--short-delay {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.animate--delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animate--delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

@-webkit-keyframes inViewSlideLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes inViewSlideLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.slideLeftInView.in-view {
    -webkit-animation-name: inViewSlideLeft;
    animation-name: inViewSlideLeft
}

@-webkit-keyframes inViewSlideRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-800%, 0, 0);
        transform: translate3d(-800%, 0, 0)
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes inViewSlideRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-800%, 0, 0);
        transform: translate3d(-800%, 0, 0)
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.slideRightInView.in-view {
    -webkit-animation-name: inViewSlideRight;
    animation-name: inViewSlideRight
}

@-webkit-keyframes inViewSlideUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes inViewSlideUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideUpInView {
    opacity: 0
}

.slideUpInView.in-view {
    -webkit-animation-name: inViewSlideUp;
    animation-name: inViewSlideUp;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes inViewSlideDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-250px);
        transform: translateY(-250px)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-250px);
        transform: translateY(-250px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes inViewSlideDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-250px);
        transform: translateY(-250px)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-250px);
        transform: translateY(-250px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideDownInView {
    opacity: 0
}

.slideDownInView.in-view {
    -webkit-animation-name: inViewSlideDown;
    animation-name: inViewSlideDown;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes inViewScaleUp {
    from {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes inViewScaleUp {
    from {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.c-quote {
    -webkit-transform: translate3D(0, 0, 0)
}

.scaleUpInView {
    opacity: 0
}

.scaleUpInView.in-view {
    -webkit-animation-name: inViewScaleUp;
    -webkit-backface-visibility: hidden
}

.c-profile-card .scaleUpInView.in-view,
.c-quote .scaleUpInView.in-view {
    -webkit-animation-delay: 0s
}

.c-profile-card .scaleUpInView.animate--short-delay.in-view,
.c-quote .scaleUpInView.animate--short-delay.in-view {
    -webkit-animation-delay: .5s
}

.c-profile-card .scaleUpInView.animate--delay-1s.in-view,
.c-quote .scaleUpInView.animate--delay-1s.in-view {
    -webkit-animation-delay: 1s
}

.c-profile-card .scaleUpInView.animate--delay-2s.in-view,
.c-quote .scaleUpInView.animate--delay-2s.in-view {
    -webkit-animation-delay: 2s
}

.topBottomBordersInView.animate--short-delay.in-view:before,
.topBottomBordersInView.animate--short-delay.in-view:after {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.topBottomBordersInView.animate--delay-1s.in-view:before,
.topBottomBordersInView.animate--delay-1s.in-view:after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.topBottomBordersInView.animate--delay-2s.in-view:before,
.topBottomBordersInView.animate--delay-2s.in-view:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

@-webkit-keyframes inViewFadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes inViewFadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeInInView {
    opacity: 0
}

.fadeInInView.in-view {
    -webkit-animation-name: inViewFadeIn;
    animation-name: inViewFadeIn;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s
}

.c-jumbotron__text.fadeInInView.in-view {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes inViewSmallSlideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0)
    }

    60% {
        -webkit-transform: none;
        transform: none
    }

    70% {
        opacity: .7
    }

    100% {
        opacity: 1
    }
}

@keyframes inViewSmallSlideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0)
    }

    60% {
        -webkit-transform: none;
        transform: none
    }

    70% {
        opacity: .7
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes inViewSmallSlideRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }

    60% {
        -webkit-transform: none;
        transform: none
    }

    70% {
        opacity: .7
    }

    100% {
        opacity: 1
    }
}

@keyframes inViewSmallSlideRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }

    60% {
        -webkit-transform: none;
        transform: none
    }

    70% {
        opacity: .7
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes inViewSmallSlideDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    70% {
        opacity: .7
    }

    100% {
        opacity: 1
    }
}

@keyframes inViewSmallSlideDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    70% {
        opacity: .7
    }

    100% {
        opacity: 1
    }
}

.jumbotron-image-right-short .animate,
.jumbotron-image-right-long .animate,
.jumbotron-image-left-short .animate,
.jumbotron-image-left-long .animate,
.jumbotron-image-above .animate {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    opacity: 0
}

.jumbotron-image-above .animate.in-view {
    -webkit-animation-name: inViewSmallSlideDown;
    animation-name: inViewSmallSlideDown
}

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

    .jumbotron-image-right-short .animate.in-view,
    .jumbotron-image-right-long .animate.in-view,
    .jumbotron-image-left-short .animate.in-view,
    .jumbotron-image-left-long .animate.in-view {
        -webkit-animation-name: inViewSmallSlideDown;
        animation-name: inViewSmallSlideDown
    }
}

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

    .jumbotron-image-right-short .animate.in-view,
    .jumbotron-image-right-long .animate.in-view {
        -webkit-animation-name: inViewSmallSlideLeft;
        animation-name: inViewSmallSlideLeft
    }

    .jumbotron-image-left-short .animate.in-view,
    .jumbotron-image-left-long .animate.in-view {
        -webkit-animation-name: inViewSmallSlideRight;
        animation-name: inViewSmallSlideRight
    }
}

@-webkit-keyframes inViewTopBottomBorders {
    from {
        width: 0
    }

    to {
        width: 100
    }
}

.topBottomBordersInView:before,
.topBottomBordersInView:after {
    width: 0
}

.topBottomBordersInView.in-view:before,
.topBottomBordersInView.in-view:after {
    -webkit-animation-name: inViewTopBottomBorders;
    animation-name: inViewTopBottomBorders;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    left: 0;
    right: 0;
    margin: auto auto
}

@media screen and (max-width: 640px) {
    .animation-element {
        opacity: 0
    }

    .animation-element.in-view {
        opacity: 1
    }

    .animate--delay-2s {
        -webkit-animation-delay: 0;
        animation-delay: 0
    }

    .animate--short-delay {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }

    .animate--delay-1s {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }

    .scaleUpInView.in-view {
        -webkit-animation-delay: 0s;
        -webkit-backface-visibility: hidden
    }
}

@media print {

    .slideUpInView,
    .slideDownInView,
    .scaleUpInView {
        opacity: 1 !important
    }

    #section-content div {
        opacity: 1 !important;
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important;
        -webkit-transform: translateY(0) !important;
        transform: translateY(0) !important;
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important
    }
}

@-webkit-keyframes cardSlideLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-800%, 0, 0);
        transform: translate3d(-800%, 0, 0)
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes cardSlideLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-800%, 0, 0);
        transform: translate3d(-800%, 0, 0)
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes cardSlideRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(800%, 0, 0);
        transform: translate3d(800%, 0, 0)
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes cardSlideRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(800%, 0, 0);
        transform: translate3d(800%, 0, 0)
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes cardSlideUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes cardSlideUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes cardSlideDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-250px);
        transform: translateY(-250px)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-250px);
        transform: translateY(-250px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes cardSlideDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-250px);
        transform: translateY(-250px)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-250px);
        transform: translateY(-250px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.animate.image-right,
.animate.image-right-tablet,
.animate.image-right-tablet-constrain-image-width-25,
.animate.image-right-tablet-constrain-image-width-33,
.animate.image-right-tablet-constrain-image-width-50,
.animate.image-bottom,
.animate.image-bottom-tablet,
.animate.image-bottom-tablet-constrain-image-shorter,
.animate.image-bottom-tablet-constrain-image-taller,
.animate.image-left,
.animate.image-left-tablet,
.animate.image-left-tablet-constrain-image-width-25,
.animate.image-left-tablet-constrain-image-width-33,
.animate.image-left-tablet-constrain-image-width-50,
.animate.image-top,
.animate.image-top-tablet,
.animate.image-top-tablet-constrain-image-shorter,
.animate.image-top-tablet-constrain-image-taller,
.animate.image-right-desktop,
.animate.image-right-desktop-constrain-image-width-25,
.animate.image-right-desktop-constrain-image-width-33,
.animate.image-right-desktop-constrain-image-width-50,
.animate.image-bottom-desktop,
.animate.image-bottom-desktop-constrain-image-shorter,
.animate.image-bottom-desktop-constrain-image-taller,
.animate.image-left-tablet,
.animate.image-left-tablet-constrain-image-width-25,
.animate.image-left-tablet-constrain-image-width-33,
.animate.image-left-tablet-constrain-image-width-50,
.animate.image-top-desktop,
.animate.image-top-desktop-constrain-image-shorter,
.animate.image-top-desktop-constrain-image-taller {
    opacity: 0
}

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

    .animate.image-right-tablet.in-view,
    .animate.image-right-tablet-constrain-image-width-25.in-view,
    .animate.image-right-tablet-constrain-image-width-33.in-view,
    .animate.image-right-tablet-constrain-image-width-50.in-view,
    .animate.image-bottom.in-view,
    .animate.image-bottom-tablet.in-view,
    .animate.image-bottom-tablet-constrain-image-shorter.in-view,
    .animate.image-bottom-tablet-constrain-image-taller.in-view {
        -webkit-animation-name: cardSlideDown;
        animation-name: cardSlideDown;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .animate.image-left-tablet.in-view,
    .animate.image-left-tablet-constrain-image-width-25.in-view,
    .animate.image-left-tablet-constrain-image-width-33.in-view,
    .animate.image-left-tablet-constrain-image-width-50.in-view,
    .animate.image-top.in-view,
    .animate.image-top-tablet.in-view,
    .animate.image-top-tablet-constrain-image-shorter.in-view,
    .animate.image-top-tablet-constrain-image-taller.in-view {
        -webkit-animation-name: cardSlideUp;
        animation-name: cardSlideUp;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
}

@media screen and (min-width: 641px)and (max-width: 1023px) {

    .animate.image-right-tablet.in-view,
    .animate.image-right-tablet-constrain-image-width-25.in-view,
    .animate.image-right-tablet-constrain-image-width-33.in-view,
    .animate.image-right-tablet-constrain-image-width-50.in-view {
        -webkit-animation-name: cardSlideLeft;
        animation-name: cardSlideLeft
    }

    .animate.image-left-tablet.in-view,
    .animate.image-left-tablet-constrain-image-width-25.in-view,
    .animate.image-left-tablet-constrain-image-width-33.in-view,
    .animate.image-left-tablet-constrain-image-width-50.in-view {
        -webkit-animation-name: cardSlideRight;
        animation-name: cardSlideRight
    }

    .animate.image-top.in-view,
    .animate.image-top-tablet.in-view,
    .animate.image-top-tablet-constrain-image-shorter.in-view,
    .animate.image-top-tablet-constrain-image-taller.in-view {
        -webkit-animation-name: cardSlideUp;
        animation-name: cardSlideUp;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .animate.image-bottom.in-view,
    .animate.image-bottom-tablet.in-view,
    .animate.image-bottom-tablet-constrain-image-shorter.in-view,
    .animate.image-bottom-tablet-constrain-image-taller.in-view {
        -webkit-animation-name: cardSlideDown;
        animation-name: cardSlideDown;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
}

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

    .animate.image-right-desktop.in-view,
    .animate.image-right-desktop-constrain-image-width-25.in-view,
    .animate.image-right-desktop-constrain-image-width-33.in-view,
    .animate.image-right-desktop-constrain-image-width-50.in-view {
        -webkit-animation-name: cardSlideLeft;
        animation-name: cardSlideLeft
    }

    .animate.image-left-desktop.in-view,
    .animate.image-left-desktop-constrain-image-width-25.in-view,
    .animate.image-left-desktop-constrain-image-width-33.in-view,
    .animate.image-left-desktop-constrain-image-width-50.in-view {
        -webkit-animation-name: cardSlideRight;
        animation-name: cardSlideRight
    }

    .animate.image-top.in-view,
    .animate.image-top-desktop.in-view,
    .animate.image-top-desktop-constrain-image-shorter.in-view,
    .animate.image-top-desktop-constrain-image-taller.in-view {
        -webkit-animation-name: cardSlideUp;
        animation-name: cardSlideUp;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .animate.image-bottom.in-view,
    .animate.image-bottom-desktop.in-view,
    .animate.image-bottom-desktop-constrain-image-shorter.in-view,
    .animate.image-bottom-desktop-constrain-image-taller.in-view {
        -webkit-animation-name: cardSlideDown;
        animation-name: cardSlideDown;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
}

.o-adv-wrapper .c-card-simple[\:has\(.in-view\)] {
    overflow-x: hidden
}

.o-adv-wrapper .c-card-simple:has(.in-view) {
    overflow-x: hidden
}

@media print {

    .animate.image-right,
    .animate.image-right-tablet,
    .animate.image-right-tablet-constrain-image-width-25,
    .animate.image-right-tablet-constrain-image-width-33,
    .animate.image-right-tablet-constrain-image-width-50,
    .animate.image-bottom,
    .animate.image-bottom-tablet,
    .animate.image-bottom-tablet-constrain-image-shorter,
    .animate.image-bottom-tablet-constrain-image-taller,
    .animate.image-left,
    .animate.image-left-tablet,
    .animate.image-left-tablet-constrain-image-width-25,
    .animate.image-left-tablet-constrain-image-width-33,
    .animate.image-left-tablet-constrain-image-width-50,
    .animate.image-top,
    .animate.image-top-tablet,
    .animate.image-top-tablet-constrain-image-shorter,
    .animate.image-top-tablet-constrain-image-taller,
    .animate.image-right-desktop,
    .animate.image-right-desktop-constrain-image-width-25,
    .animate.image-right-desktop-constrain-image-width-33,
    .animate.image-right-desktop-constrain-image-width-50,
    .animate.image-bottom-desktop,
    .animate.image-bottom-desktop-constrain-image-shorter,
    .animate.image-bottom-desktop-constrain-image-taller,
    .animate.image-left-tablet,
    .animate.image-left-tablet-constrain-image-width-25,
    .animate.image-left-tablet-constrain-image-width-33,
    .animate.image-left-tablet-constrain-image-width-50,
    .animate.image-top-desktop,
    .animate.image-top-desktop-constrain-image-shorter,
    .animate.image-top-desktop-constrain-image-taller {
        opacity: 1
    }
}

.u-text__h1,
.u-text__h2,
.u-text__h3,
.u-text__h4,
.u-text__h5,
.u-text__h6 {
    font-family: var(--font-headings);
    font-weight: 400;
    line-height: var(--ratio-small)
}

@media screen and (min-width: 64em) {

    .u-text__h1,
    .u-text__h2,
    .u-text__h3,
    .u-text__h4,
    .u-text__h5,
    .u-text__h6 {
        line-height: var(--ratio-large)
    }
}

.u-text__h1 {
    color: var(--babson-green);
    font-size: var(--s5);
    margin: 0 0 3rem 0
}

@media screen and (min-width: 64em) {
    .u-text__h1 {
        font-size: var(--l5)
    }
}

.u-text__h2 {
    font-size: var(--s4)
}

@media screen and (min-width: 64em) {
    .u-text__h2 {
        font-size: var(--l4)
    }
}

.u-text__h3 {
    font-size: var(--s3)
}

.u-text__h4 {
    font-size: var(--s2)
}

.u-text__h5 {
    font-size: var(--s1)
}

.u-text__h6 {
    font-size: var(--s0)
}

.u-text__default--S {
    font-size: 1.3rem
}

.u-text__default--M {
    font-size: 2rem
}

.u-text__default--L {
    font-size: 2.4rem
}

.u-text__s {
    font-size: 1.4rem
}

.u-text__m {
    font-size: 1.6rem
}

.u-text__l {
    font-size: 2rem
}

.u-add-double-caret:after {
    content: "";
    font-family: var(--font-icons);
    font-size: 60%;
    font-weight: 700;
    margin-left: .8rem;
    position: relative;
    top: -2px
}

.u-background {
    display: flow-root
}

.u-background--peacock-blue-dark {
    background-color: var(--peacock-blue-dark)
}

.u-background--sherwood-green {
    background-color: var(--sherwood-green)
}

.u-background--courtyard-green {
    background-color: var(--courtyard-green)
}

.u-background--alfresco {
    background-color: var(--alfresco)
}

.u-background--bright-gold {
    background-color: var(--bright-gold)
}

.u-background--mango-punch {
    background-color: var(--mango-punch)
}

.u-background--ocre {
    background-color: var(--ocre)
}

.u-background--ocre-dark {
    background-color: var(--ocre-dark)
}

.u-background--babson-green {
    background-color: var(--babson-green)
}

.u-background--babson-green-dk {
    background-color: var(--babson-green-dk)
}

.u-background--summer-nights {
    background-color: var(--summer-nights)
}

.u-background--englewood-cliffs {
    background-color: var(--englewood-cliffs)
}

.u-background--sweet-daphne {
    background-color: var(--sweet-daphne)
}

.u-background--cedar-key {
    background-color: var(--cedar-key)
}

.u-background--blue-heather {
    background-color: var(--blue-heather)
}

.u-background--beach-haven {
    background-color: var(--beach-haven)
}

.u-background--sweet-daphne-lt {
    background-color: var(--sweet-daphne-lt)
}

.u-background--blue-heather-lt {
    background-color: var(--blue-heather-lt)
}

.u-background--cedar-key-lt {
    background-color: var(--cedar-key-lt)
}

.u-background--pale-yellow {
    background-color: var(--pale-yellow)
}

.u-background--gray {
    background-color: var(--gray)
}

.u-background--medium-gray {
    background-color: var(--medium-gray)
}

.u-background--darker-gray {
    background-color: var(--darker-gray)
}

.u-background--gray-30 {
    background-color: var(--gray-30)
}

.u-background--gray-91 {
    background-color: var(--gray-91)
}

.u-background--gray-94 {
    background-color: var(--gray-94)
}

.u-background--white {
    background-color: var(--white)
}

.u-background--black {
    background-color: var(--black)
}

.background-peacock-blue-dark {
    background-color: #368180
}

.background-sherwood-green {
    background-color: #9eb28f
}

.background-courtyard-green {
    background-color: #597c31
}

.background-alfresco {
    background-color: #567b8a
}

.background-bright-gold {
    background-color: #e0d464
}

.background-mango-punch {
    background-color: #eeaf00
}

.background-ocre {
    background-color: #ad9001
}

.background-babson-green {
    background-color: #064
}

.background-summer-nights {
    background-color: #005172
}

.background-englewood-cliffs {
    background-color: #6c6f70
}

.background-sweet-daphne {
    background-color: #ccd695
}

.background-cedar-key {
    background-color: #dad7cb
}

.background-blue-heather {
    background-color: #c6d3d7
}

.background-beach-haven {
    background-color: #ede8c4
}

.u-border--peacock-blue-dark {
    border: 1px solid var(--peacock-blue-dark)
}

.u-border--sherwood-green {
    border: 1px solid var(--sherwood-green)
}

.u-border--courtyard-green {
    border: 1px solid var(--courtyard-green)
}

.u-border--alfresco {
    border: 1px solid var(--alfresco)
}

.u-border--bright-gold {
    border: 1px solid var(--bright-gold)
}

.u-border--mango-punch {
    border: 1px solid var(--mango-punch)
}

.u-border--ocre {
    border: 1px solid var(--ocre)
}

.u-border--ocre-dark {
    border: 1px solid var(--ocre-dark)
}

.u-border--babson-green {
    border: 1px solid var(--babson-green)
}

.u-border--babson-green-dk {
    border: 1px solid var(--babson-green-dk)
}

.u-border--summer-nights {
    border: 1px solid var(--summer-nights)
}

.u-border--englewood-cliffs {
    border: 1px solid var(--englewood-cliffs)
}

.u-border--sweet-daphne {
    border: 1px solid var(--sweet-daphne)
}

.u-border--cedar-key {
    border: 1px solid var(--cedar-key)
}

.u-border--blue-heather {
    border: 1px solid var(--blue-heather)
}

.u-border--beach-haven {
    border: 1px solid var(--beach-haven)
}

.u-border--sweet-daphne-lt {
    border: 1px solid var(--sweet-daphne-lt)
}

.u-border--blue-heather-lt {
    border: 1px solid var(--blue-heather-lt)
}

.u-border--cedar-key-lt {
    border: 1px solid var(--cedar-key-lt)
}

.u-border--pale-yellow {
    border: 1px solid var(--pale-yellow)
}

.u-border--gray {
    border: 1px solid var(--gray)
}

.u-border--medium-gray {
    border: 1px solid var(--medium-gray)
}

.u-border--darker-gray {
    border: 1px solid var(--darker-gray)
}

.u-border--gray-30 {
    border: 1px solid var(--gray-30)
}

.u-border--gray-91 {
    border: 1px solid var(--gray-91)
}

.u-border--gray-94 {
    border: 1px solid var(--gray-94)
}

.u-border--white {
    border: 1px solid var(--white)
}

.u-border--black {
    border: 1px solid var(--black)
}

.border-beach-haven-ede8c4 {
    border: 1px solid #ede8c4
}

.border-blue-heather-c6d3d7 {
    border: 1px solid #c6d3d7
}

.border-cedar-key-dad7cb {
    border: 1px solid #dad7cb
}

.border-sweet-daphne-ccd695 {
    border: 1px solid #ccd695
}

.border-englewood-cliffs-6c6f70 {
    border: 1px solid #6c6f70
}

.border-summer-nights-005172 {
    border: 1px solid #005172
}

.border-babson-green-006644 {
    border: 1px solid #064
}

.border-ocre-AD9001 {
    border: 1px solid #ad9001
}

.border-mango-punch-eeaf00 {
    border: 1px solid #eeaf00
}

.border-bright-gold-e0d464 {
    border: 1px solid #e0d464
}

.border-alfresco-567B8A {
    border: 1px solid #567b8a
}

.border-courtyard-green-597C31 {
    border: 1px solid #597c31
}

.border-sherwood-green-9eb28f {
    border: 1px solid #9eb28f
}

.border-peacock-blue-dark-368180 {
    border: 1px solid #368180
}

.u-corners {
    background-color: var(--medium-gray);
    padding: 2rem 2rem 0;
    position: relative
}

.u-corners::before,
.u-corners::after {
    content: "";
    position: absolute
}

.u-corners::before {
    width: calc(100% - 2rem);
    height: 2rem;
    background: var(--medium-gray)
}

.u-corners::after {
    width: 0;
    height: 0;
    border: 1rem solid var(--medium-gray)
}

.u-corners__background-color--peacock-blue-dark,
.u-corners__background-color--peacock-blue-dark::before {
    background: var(--peacock-blue-dark)
}

.u-corners__background-color--peacock-blue-dark::after {
    border-color: var(--peacock-blue-dark)
}

.u-corners__background-color--sherwood-green,
.u-corners__background-color--sherwood-green::before {
    background: var(--sherwood-green)
}

.u-corners__background-color--sherwood-green::after {
    border-color: var(--sherwood-green)
}

.u-corners__background-color--courtyard-green,
.u-corners__background-color--courtyard-green::before {
    background: var(--courtyard-green)
}

.u-corners__background-color--courtyard-green::after {
    border-color: var(--courtyard-green)
}

.u-corners__background-color--alfresco,
.u-corners__background-color--alfresco::before {
    background: var(--alfresco)
}

.u-corners__background-color--alfresco::after {
    border-color: var(--alfresco)
}

.u-corners__background-color--bright-gold,
.u-corners__background-color--bright-gold::before {
    background: var(--bright-gold)
}

.u-corners__background-color--bright-gold::after {
    border-color: var(--bright-gold)
}

.u-corners__background-color--mango-punch,
.u-corners__background-color--mango-punch::before {
    background: var(--mango-punch)
}

.u-corners__background-color--mango-punch::after {
    border-color: var(--mango-punch)
}

.u-corners__background-color--ocre,
.u-corners__background-color--ocre::before {
    background: var(--ocre)
}

.u-corners__background-color--ocre::after {
    border-color: var(--ocre)
}

.u-corners__background-color--ocre-dark,
.u-corners__background-color--ocre-dark::before {
    background: var(--ocre-dark)
}

.u-corners__background-color--ocre-dark::after {
    border-color: var(--ocre-dark)
}

.u-corners__background-color--babson-green,
.u-corners__background-color--babson-green::before {
    background: var(--babson-green)
}

.u-corners__background-color--babson-green::after {
    border-color: var(--babson-green)
}

.u-corners__background-color--babson-green-dk,
.u-corners__background-color--babson-green-dk::before {
    background: var(--babson-green-dk)
}

.u-corners__background-color--babson-green-dk::after {
    border-color: var(--babson-green-dk)
}

.u-corners__background-color--summer-nights,
.u-corners__background-color--summer-nights::before {
    background: var(--summer-nights)
}

.u-corners__background-color--summer-nights::after {
    border-color: var(--summer-nights)
}

.u-corners__background-color--englewood-cliffs,
.u-corners__background-color--englewood-cliffs::before {
    background: var(--englewood-cliffs)
}

.u-corners__background-color--englewood-cliffs::after {
    border-color: var(--englewood-cliffs)
}

.u-corners__background-color--sweet-daphne,
.u-corners__background-color--sweet-daphne::before {
    background: var(--sweet-daphne)
}

.u-corners__background-color--sweet-daphne::after {
    border-color: var(--sweet-daphne)
}

.u-corners__background-color--cedar-key,
.u-corners__background-color--cedar-key::before {
    background: var(--cedar-key)
}

.u-corners__background-color--cedar-key::after {
    border-color: var(--cedar-key)
}

.u-corners__background-color--blue-heather,
.u-corners__background-color--blue-heather::before {
    background: var(--blue-heather)
}

.u-corners__background-color--blue-heather::after {
    border-color: var(--blue-heather)
}

.u-corners__background-color--beach-haven,
.u-corners__background-color--beach-haven::before {
    background: var(--beach-haven)
}

.u-corners__background-color--beach-haven::after {
    border-color: var(--beach-haven)
}

.u-corners__background-color--sweet-daphne-lt,
.u-corners__background-color--sweet-daphne-lt::before {
    background: var(--sweet-daphne-lt)
}

.u-corners__background-color--sweet-daphne-lt::after {
    border-color: var(--sweet-daphne-lt)
}

.u-corners__background-color--blue-heather-lt,
.u-corners__background-color--blue-heather-lt::before {
    background: var(--blue-heather-lt)
}

.u-corners__background-color--blue-heather-lt::after {
    border-color: var(--blue-heather-lt)
}

.u-corners__background-color--cedar-key-lt,
.u-corners__background-color--cedar-key-lt::before {
    background: var(--cedar-key-lt)
}

.u-corners__background-color--cedar-key-lt::after {
    border-color: var(--cedar-key-lt)
}

.u-corners__background-color--pale-yellow,
.u-corners__background-color--pale-yellow::before {
    background: var(--pale-yellow)
}

.u-corners__background-color--pale-yellow::after {
    border-color: var(--pale-yellow)
}

.u-corners__background-color--gray,
.u-corners__background-color--gray::before {
    background: var(--gray)
}

.u-corners__background-color--gray::after {
    border-color: var(--gray)
}

.u-corners__background-color--medium-gray,
.u-corners__background-color--medium-gray::before {
    background: var(--medium-gray)
}

.u-corners__background-color--medium-gray::after {
    border-color: var(--medium-gray)
}

.u-corners__background-color--darker-gray,
.u-corners__background-color--darker-gray::before {
    background: var(--darker-gray)
}

.u-corners__background-color--darker-gray::after {
    border-color: var(--darker-gray)
}

.u-corners__background-color--gray-30,
.u-corners__background-color--gray-30::before {
    background: var(--gray-30)
}

.u-corners__background-color--gray-30::after {
    border-color: var(--gray-30)
}

.u-corners__background-color--gray-91,
.u-corners__background-color--gray-91::before {
    background: var(--gray-91)
}

.u-corners__background-color--gray-91::after {
    border-color: var(--gray-91)
}

.u-corners__background-color--gray-94,
.u-corners__background-color--gray-94::before {
    background: var(--gray-94)
}

.u-corners__background-color--gray-94::after {
    border-color: var(--gray-94)
}

.u-corners__background-color--white,
.u-corners__background-color--white::before {
    background: var(--white)
}

.u-corners__background-color--white::after {
    border-color: var(--white)
}

.u-corners__background-color--black,
.u-corners__background-color--black::before {
    background: var(--black)
}

.u-corners__background-color--black::after {
    border-color: var(--black)
}

.u-corners__position--bottom-left,
.u-corners__position--bottom-right {
    padding: 2rem 2rem 0;
    margin-bottom: 2rem
}

.u-corners__position--top-left,
.u-corners__position--top-right {
    padding: 0 2rem 2rem;
    margin-top: 2rem
}

.u-corners__position--top-left::before {
    left: 2rem;
    bottom: 100%
}

.u-corners__position--top-left::after {
    bottom: 100%;
    right: calc(100% - 2rem);
    border-left: 1rem solid transparent;
    border-top: 1rem solid transparent
}

.u-corners__position--top-right::before {
    right: 2rem;
    bottom: 100%
}

.u-corners__position--top-right::after {
    bottom: 100%;
    left: 100%;
    margin-left: -2rem;
    border-right: 1rem solid transparent;
    border-top: 1rem solid transparent
}

.u-corners__position--bottom-right::before {
    right: 2rem;
    top: 100%
}

.u-corners__position--bottom-right::after {
    top: 100%;
    left: 100%;
    margin-left: -2rem;
    border-right: 1rem solid transparent;
    border-bottom: 1rem solid transparent
}

.u-corners__position--bottom-left::before {
    left: 2rem;
    top: 100%
}

.u-corners__position--bottom-left::after {
    top: 100%;
    right: calc(100% - 2rem);
    border-left: 1rem solid transparent;
    border-bottom: 1rem solid transparent
}

div.aside-content.corner {
    padding: 1rem 2rem
}

.corner {
    position: relative
}

.corner:after {
    border-style: solid;
    border-width: 1rem;
    content: "";
    height: 0px;
    position: absolute;
    width: 0px
}

.corner__color--babson-white:after {
    border-color: #fff
}

.corner__color--babson-tan:after {
    border-color: #dad7cb
}

.corner__color--babson-green:after {
    border-color: #064
}

.corner__size--small:after {
    border-width: .8rem
}

.corner__size--medium:after {
    border-width: 2rem
}

.corner__size--large:after {
    border-width: 3.2rem
}

.corner__position--top-left:after {
    border-right-color: transparent;
    border-bottom-color: transparent;
    left: 0;
    top: 0
}

.corner__position--top-right:after {
    border-left-color: transparent;
    border-bottom-color: transparent;
    right: 0;
    top: 0
}

.corner__position--bottom-left:after {
    border-top-color: transparent;
    border-right-color: transparent;
    bottom: 0;
    left: 0
}

.corner__position--bottom-right:after {
    border-top-color: transparent;
    border-left-color: transparent;
    bottom: 0;
    right: 0
}

.u-corners__background-color--transparent-white,
.u-corners__background-color--transparent-white::before {
    background: rgba(255, 255, 255, .8)
}

.u-corners__background-color--transparent-white::after {
    border-color: rgba(255, 255, 255, .8)
}

.u-corners__background-color--transparent-black,
.u-corners__background-color--transparent-black::before {
    background: rgba(0, 0, 0, .7)
}

.u-corners__background-color--transparent-black::after {
    border-color: rgba(0, 0, 0, .7)
}

.u-list--reset {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.u-margin-bottom--00 {
    display: flow-root;
    margin-bottom: 0
}

.u-margin-bottom--20 {
    display: flow-root;
    margin-bottom: 1.5rem
}

@media screen and (min-width: 40em) {
    .u-margin-bottom--20 {
        margin-bottom: 2rem
    }
}

.u-margin-bottom--30 {
    display: flow-root;
    margin-bottom: 2rem
}

@media screen and (min-width: 40em) {
    .u-margin-bottom--30 {
        margin-bottom: 3rem
    }
}

.u-margin-bottom--60 {
    display: flow-root;
    margin-bottom: 3.2rem
}

@media screen and (min-width: 40em) {
    .u-margin-bottom--60 {
        margin-bottom: 4.5rem
    }
}

@media screen and (min-width: 64em) {
    .u-margin-bottom--60 {
        margin-bottom: 6rem
    }
}

.u-margin-bottom--90 {
    display: flow-root;
    margin-bottom: 5rem
}

@media screen and (min-width: 40em) {
    .u-margin-bottom--90 {
        margin-bottom: 7rem
    }
}

@media screen and (min-width: 64em) {
    .u-margin-bottom--90 {
        margin-bottom: 9rem
    }
}

.u-margin-bottom--default {
    display: flow-root;
    margin-bottom: 3.2rem
}

@media screen and (min-width: 40em) {
    .u-margin-bottom--default {
        margin-bottom: 4.5rem
    }
}

@media screen and (min-width: 64em) {
    .u-margin-bottom--default {
        margin-bottom: 6rem
    }
}

.u-text__color--peacock-blue-dark {
    color: var(--peacock-blue-dark)
}

.u-text__color--peacock-blue-dark a {
    color: var(--peacock-blue-dark) !important
}

.u-text__color--sherwood-green {
    color: var(--sherwood-green)
}

.u-text__color--sherwood-green a {
    color: var(--sherwood-green) !important
}

.u-text__color--courtyard-green {
    color: var(--courtyard-green)
}

.u-text__color--courtyard-green a {
    color: var(--courtyard-green) !important
}

.u-text__color--alfresco {
    color: var(--alfresco)
}

.u-text__color--alfresco a {
    color: var(--alfresco) !important
}

.u-text__color--bright-gold {
    color: var(--bright-gold)
}

.u-text__color--bright-gold a {
    color: var(--bright-gold) !important
}

.u-text__color--mango-punch {
    color: var(--mango-punch)
}

.u-text__color--mango-punch a {
    color: var(--mango-punch) !important
}

.u-text__color--ocre {
    color: var(--ocre)
}

.u-text__color--ocre a {
    color: var(--ocre) !important
}

.u-text__color--ocre-dark {
    color: var(--ocre-dark)
}

.u-text__color--ocre-dark a {
    color: var(--ocre-dark) !important
}

.u-text__color--babson-green {
    color: var(--babson-green)
}

.u-text__color--babson-green a {
    color: var(--babson-green) !important
}

.u-text__color--babson-green-dk {
    color: var(--babson-green-dk)
}

.u-text__color--babson-green-dk a {
    color: var(--babson-green-dk) !important
}

.u-text__color--summer-nights {
    color: var(--summer-nights)
}

.u-text__color--summer-nights a {
    color: var(--summer-nights) !important
}

.u-text__color--englewood-cliffs {
    color: var(--englewood-cliffs)
}

.u-text__color--englewood-cliffs a {
    color: var(--englewood-cliffs) !important
}

.u-text__color--sweet-daphne {
    color: var(--sweet-daphne)
}

.u-text__color--sweet-daphne a {
    color: var(--sweet-daphne) !important
}

.u-text__color--cedar-key {
    color: var(--cedar-key)
}

.u-text__color--cedar-key a {
    color: var(--cedar-key) !important
}

.u-text__color--blue-heather {
    color: var(--blue-heather)
}

.u-text__color--blue-heather a {
    color: var(--blue-heather) !important
}

.u-text__color--beach-haven {
    color: var(--beach-haven)
}

.u-text__color--beach-haven a {
    color: var(--beach-haven) !important
}

.u-text__color--sweet-daphne-lt {
    color: var(--sweet-daphne-lt)
}

.u-text__color--sweet-daphne-lt a {
    color: var(--sweet-daphne-lt) !important
}

.u-text__color--blue-heather-lt {
    color: var(--blue-heather-lt)
}

.u-text__color--blue-heather-lt a {
    color: var(--blue-heather-lt) !important
}

.u-text__color--cedar-key-lt {
    color: var(--cedar-key-lt)
}

.u-text__color--cedar-key-lt a {
    color: var(--cedar-key-lt) !important
}

.u-text__color--pale-yellow {
    color: var(--pale-yellow)
}

.u-text__color--pale-yellow a {
    color: var(--pale-yellow) !important
}

.u-text__color--gray {
    color: var(--gray)
}

.u-text__color--gray a {
    color: var(--gray) !important
}

.u-text__color--medium-gray {
    color: var(--medium-gray)
}

.u-text__color--medium-gray a {
    color: var(--medium-gray) !important
}

.u-text__color--darker-gray {
    color: var(--darker-gray)
}

.u-text__color--darker-gray a {
    color: var(--darker-gray) !important
}

.u-text__color--gray-30 {
    color: var(--gray-30)
}

.u-text__color--gray-30 a {
    color: var(--gray-30) !important
}

.u-text__color--gray-91 {
    color: var(--gray-91)
}

.u-text__color--gray-91 a {
    color: var(--gray-91) !important
}

.u-text__color--gray-94 {
    color: var(--gray-94)
}

.u-text__color--gray-94 a {
    color: var(--gray-94) !important
}

.u-text__color--white {
    color: var(--white) !important
}

.u-text__color--white a {
    color: var(--white) !important
}

.u-text__color--black {
    color: var(--black)
}

.u-text__color--black a {
    color: var(--black) !important
}

.text__color--babson-green {
    color: #064
}

.text__color--babson-blue {
    color: #005172
}

.text__color--babson-yellow {
    color: #fff6dc
}

.text__color--babson-yellow--dark {
    color: #b09320
}

.text__color--babson-green-pale-yellow {
    color: #d2df9f
}

.text__color--babson-blue--pale {
    color: #c6d3d7
}

.text__color--babson-blue--baby {
    color: #cbdee8
}

.text__color--babson-teal {
    color: #74cbc8
}

.text__color--babson-orange {
    color: #f7b21d
}

.text__color--babson-tan {
    color: #dad7cb
}

.text__color--babson-tan--light {
    color: #e6e1cf
}

.text__color--babson-aqua {
    color: #368180
}

.text__color--babson-cream {
    color: #dad7cb
}

.text__color--babson-umber {
    color: #6c6f70
}

.text__color--babson-slate {
    color: #567b8a
}

.text__color--babson-alert {
    color: #e21a1a
}

.text__color--babson-white {
    color: #fff
}

.text__color--babson-mint {
    color: #9ab79a
}

.u-text__color--ocre-dark {
    color: #8e7200
}

.u-text__color--ocre-dark a {
    color: #8e7200 !important
}

.u-text__color--sweet-daphne-lt {
    color: #eef1dc
}

.u-text__color--sweet-daphne-lt a {
    color: #eef1dc !important
}

.u-text__color--blue-heather-lt {
    color: #eef2f3
}

.u-text__color--blue-heather-lt a {
    color: #eef2f3 !important
}

.u-text__color--cedar-key-lt {
    color: #f4f3ef
}

.u-text__color--cedar-key-lt a {
    color: #f4f3ef !important
}

.u-text__color--gray {
    color: #464646
}

.u-text__color--gray a {
    color: #464646
}

.text__size--xs {
    font-size: .90737rem
}

.text__size--s {
    font-size: 1.04348rem
}

.text__size--m {
    font-size: 1.2rem
}

.text__size--l {
    font-size: 1.38rem
}

.text__size--xl {
    font-size: 1.587rem
}

.text__size--xxl {
    font-size: 2.41363rem
}

.text__size--xxxl {
    font-size: 2.77567rem
}

.links__reversed a:link,
.links__reversed a:visited,
.links__reversed a:hover,
.links__reversed a:active {
    color: #fff !important;
    text-decoration: none !important
}

.links__reversed--underlined a:link,
.links__reversed--underlined a:visited,
.links__reversed--underlined a:hover,
.links__reversed--underlined a:active {
    color: #fff !important;
    text-decoration: underline !important
}

.t-unbroken-text a {
    display: block
}

.t-unbroken-text {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.t-unbroken-text li {
    margin-bottom: 1.9rem
}

@media screen and (min-width: 64em) {
    .t-unbroken-text {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .t-unbroken-text li {
        margin-right: 3rem
    }

    .t-unbroken-text a {
        white-space: nowrap
    }
}

.hidden {
    display: none !important;
    visibility: hidden
}

.invisible,
.hidden--invisible {
    visibility: hidden
}

.is-hidden {
    position: absolute;
    left: -99999px;
    visibility: hidden
}

.sr-only,
.visuallyhidden,
.hidden--visually {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -0.1rem;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus,
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.show-for-sr,
.visually-hidden,
.l-footer__lower-region .social-links span {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

.search-screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.breakpoint-test {
    background-color: green
}

@media screen and (min-width: 64em) {
    .breakpoint-test {
        background-color: blue
    }
}

@media screen and (min-width: 96em) {
    .breakpoint-test {
        background-color: purple
    }
}

.js-t4form-container form[__bizdiag="-407365915"] h2#showName {
    margin-bottom: 3.5rem;
    font-family: "Oswald", sans-serif
}

.js-t4form-container form[__bizdiag="-407365915"] .form-group {
    margin-bottom: 2.5rem !important
}

.js-t4form-container form[__bizdiag="-407365915"] input,
.js-t4form-container form[__bizdiag="-407365915"] select {
    height: 44px !important;
    border: .2rem solid #064 !important;
    border-radius: 0 !important;
    margin: 0 !important
}

.js-t4form-container form[__bizdiag="-407365915"] .form-group label {
    padding-bottom: 1rem;
    color: #005172
}

.js-t4form-container form[__bizdiag="-407365915"] .input-group-addon:last-child {
    border-left: 0;
    background: #064;
    border-radius: 0;
    border: none;
    color: #fff
}

.js-t4form-container form[__bizdiag="-407365915"] .form-group button[type=submit] {
    background: #064;
    font-size: 2.5rem;
    font-family: "Zilla Slab", serif;
    width: 200px;
    border-radius: 0;
    margin-top: 1rem
}

.js-t4form-container form[__bizdiag="-1675344453"] h2#showName {
    margin-bottom: 3.5rem;
    font-family: "Oswald", sans-serif
}

.js-t4form-container form[__bizdiag="-1675344453"] .form-group {
    margin-bottom: 2.5rem !important
}

.js-t4form-container form[__bizdiag="-1675344453"] input,
.js-t4form-container form[__bizdiag="-1675344453"] select {
    height: 44px !important;
    border: .2rem solid #064 !important;
    border-radius: 0 !important;
    margin: 0 !important
}

.js-t4form-container form[__bizdiag="-1675344453"] .form-group label {
    padding-bottom: 1rem;
    color: #005172
}

.js-t4form-container form[__bizdiag="-1675344453"] .input-group-addon:last-child {
    border-left: 0;
    background: #064;
    border-radius: 0;
    border: none;
    color: #fff
}

.js-t4form-container form[__bizdiag="-1675344453"] .form-group button[type=submit] {
    background: #064;
    font-size: 2.5rem;
    font-family: "Zilla Slab", serif;
    width: 200px;
    border-radius: 0;
    margin-top: 1rem
}

.sp aside h2 {
    font-size: 2.4rem;
    margin-bottom: 1.8rem
}

.sp aside h3 {
    font-size: 2rem;
    margin-bottom: 1.4rem
}

.sp aside p {
    font-size: 1.6rem;
    margin-bottom: 2rem
}

.sp aside ul li,
.sp aside ul li a,
.sp aside a {
    font-size: 1.6rem;
    margin-bottom: 0
}

.sidebar .c-related-links li,
.sidebar .c-related-links li a {
    margin-bottom: 0;
    font-size: 1.6rem !important
}

.c-related-links li,
.sidebar .c-related-links li a {
    font-size: 2rem
}

.babson_aside_image {
    overflow: hidden
}

.courseDetailContent {
    font-size: 2rem
}

.courseDetailContent h4 {
    font-weight: 600;
    font-size: 2rem;
    font-family: "Oswald", sans-serif;
    color: #464646
}

ul.dfwp-list li div span.headermarker a,
.level-item-pos span.headermarker {
    font-size: 2rem
}

h3.insight-featured-title {
    font-size: 2.4rem;
    color: #005172;
    margin: 1rem 0 .8rem 0
}

p.insight-featured-author {
    font-size: 1.8rem;
    line-height: 1.4
}

.courseCatalog ul.catalog-menu li a {
    font-size: 1.8rem;
    text-decoration: underline
}

.c-related-links .item .link-item a {
    text-decoration: underline
}

.c-cta-background img,
.calltoaction__inner.call-sidebar img,
.c-connect-with-us img,
.aside-content img {
    width: auto
}

.background-color-padding {
    padding: 1rem 2rem
}

.clear-floated-images {
    clear: both
}

.events-page-layout .sidebar-subnav,
.events-page-layout .sidebar {
    display: block
}

.events-page-layout .sidebar-subnav--content {
    display: none
}

.events-page-layout li.utility-nav__search:not(.last):before {
    display: none
}

.events-page-layout .sidebar-subnav--content ul>li>a {
    padding: 1rem 2rem
}

.events-page-layout .currentsection {
    padding: 1rem 2rem
}

@media screen and (min-width: 40em) {
    .events-page-layout .sidebar-subnav--content {
        display: none
    }

    .events-page-layout .sidebar-subnav {
        display: block
    }

    .events-page-layout .sidebar-subnav--button {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .events-page-layout .sidebar-subnav--button:before,
    .events-page-layout .sidebar-subnav--button:after {
        right: 3rem
    }

    .events-page-layout .sidebar-subnav--content ul>li>a {
        padding: 2rem 3rem
    }

    .events-page-layout .currentsection {
        padding: 2rem 3rem
    }
}

@media screen and (min-width: 64em) {
    .events-page-layout .sidebar-subnav--content {
        display: block
    }

    .events-page-layout .sidebar-subnav {
        display: none
    }

    .events-page-layout .main-menu-container ul.menu {
        text-align: right;
        padding-left: 0
    }

    .events-page-layout .grid-margin-x>.large-9 {
        width: calc(71% - 3.4rem)
    }

    .events-page-layout .sidebar-subnav--content ul>li>a {
        padding: 2rem 1rem
    }

    .events-page-layout .currentsection {
        padding: 2rem 1rem
    }
}

.events-page-layout #calendar_events .events-module ul .event-item .event-info-box {
    border-left: none
}

@media screen and (min-width: 640px) {
    .events-page-layout #calendar_events .events-module ul .event-item .event-info-box {
        border-left: 3px solid #f2f1ed
    }
}

.events-page-layout #calendar_box {
    padding: 0;
    margin-top: 1rem;
    max-width: 55.4rem;
    margin-left: auto;
    margin-right: auto
}

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

    .events-page-layout #calendar_box .calendar-box-header th,
    .events-page-layout #calendar_box .calendar-dayhead th {
        padding-left: 5px !important;
        padding-right: 5px !important
    }

    #calendar_box td:not(.hasEvents) {
        padding: 0 !important
    }
}

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

    .events-page-layout #calendar_box .calendar-box-header th,
    .events-page-layout #calendar_box .calendar-dayhead th {
        padding-left: 9px !important;
        padding-right: 9px !important
    }
}

.sp-events-template img {
    margin-bottom: 3rem;
    margin-top: 62.5px
}

#loadMore {
    margin-bottom: 4rem
}

.o-adv-wrapper #app {
    width: 100%
}

.mod-content p a,
.babson-panel__optional-annnouncement p a {
    text-decoration: underline
}

.section--padding {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.alumni__title-area .intro-text {
    padding-right: 1rem
}

.alumni__title-area .cell:first-child {
    display: none
}

.grid-shrink-wrap {
    height: 100%;
    line-height: 0
}

@media only screen and (min-width: 960px) {
    .campaign-footer .l-footer__upper-region .footer-nav li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

.castor-rteElement-H1-green {
    color: #064 !important;
    display: block;
    font-family: "Oswald", sans-serif !important;
    font-size: 4.4rem !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 1.2 !important;
    margin: 1.2rem 0rem !important;
    font-weight: normal !important
}

.castor-rteElement-H2-green {
    color: #064 !important;
    display: block;
    font-family: "Oswald", sans-serif !important;
    font-size: 2.4rem !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 1.2 !important;
    margin: 1.2rem 0rem !important;
    font-weight: normal !important
}

.castor-rteElement-H3-green {
    color: #064 !important;
    display: block !important;
    font-family: "Zilla slab", serif !important;
    font-size: 1.6rem !important;
    font-weight: bold !important;
    line-height: 1.3 !important;
    margin: 1.2rem 0rem !important
}

.castor-rteElement-H1-white {
    color: #fff !important;
    display: block;
    font-family: "Oswald", sans-serif !important;
    font-size: 4.4rem !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 1.2 !important;
    margin: 1.2rem 0rem !important;
    font-weight: normal !important
}

.castor-rteElement-H2-white {
    color: #fff !important;
    display: block;
    font-family: "Oswald", sans-serif !important;
    font-size: 2.4rem !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 1.2 !important;
    margin: 1.2rem 0rem !important;
    font-weight: normal !important
}

.castor-rteElement-H3-white {
    color: #fff !important;
    display: block !important;
    font-family: "Zilla slab", serif !important;
    font-size: 1.6rem !important;
    font-weight: bold !important;
    line-height: 1.3 !important;
    margin: 1.2rem 0rem !important
}

.castor-rteElement-H1-beige {
    display: block !important;
    font-family: "Oswald", sans-serif !important;
    font-size: 4.4rem !important;
    font-weight: bold !important;
    line-height: 1.3 !important;
    margin: 1.2rem 0rem !important;
    color: #fcf7d4 !important;
    font-weight: normal !important
}

.castor-rteElement-H2-beige {
    display: block !important;
    font-family: "Oswald", sans-serif !important;
    font-size: 2.4rem !important;
    font-weight: bold !important;
    line-height: 1.3 !important;
    margin: 1.2rem 0rem !important;
    color: #fcf7d4 !important;
    font-weight: normal !important
}

.castor-rteElement-H3-beige {
    color: #fcf7d4 !important;
    display: block !important;
    font-family: "Zilla slab", serif !important;
    font-size: 1.6rem !important;
    font-weight: bold !important;
    line-height: 1.3 !important;
    margin: 1.2rem 0rem !important
}

.castor-rteElement-H1-blue {
    display: block !important;
    font-family: "Oswald", sans-serif !important;
    font-size: 4.4rem !important;
    font-weight: bold !important;
    line-height: 1.3 !important;
    margin: 1.2rem 0rem !important;
    color: #65696e !important;
    font-weight: normal !important
}

.castor-rteElement-H2-blue {
    display: block !important;
    font-family: "Oswald", sans-serif !important;
    font-size: 2.4rem !important;
    font-weight: bold !important;
    line-height: 1.3 !important;
    margin: 1.2rem 0rem !important;
    color: #65696e !important;
    font-weight: normal !important
}

.castor-rteElement-H3-blue {
    color: #65696e !important;
    display: block !important;
    font-family: "Zilla slab", serif !important;
    font-size: 1.6rem !important;
    font-weight: bold !important;
    line-height: 1.3 !important;
    margin: 1.2rem 0rem !important
}

.color-beige {
    color: #fcf7d4 !important
}

.color-blue {
    color: #65696e !important
}

.color-green {
    color: #064 !important
}

.color-white {
    color: #fff !important
}

.castor-rteElement-H3-white a {
    color: #fff !important
}

.home {
    color: #000
}

.typo__header--2 a {
    text-decoration: none;
    color: #064
}

.large-copy {
    font-size: 1.33em;
    color: #6c6f70;
    line-height: 1.9rem
}

.aside-image {
    padding-bottom: 1rem
}

aside div.featured-news {
    padding: 1.5rem;
    background-color: #fbfbfb;
    border: .1rem solid #e4e4df
}

.mod-content.wpz_frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

button.badge__remove-button {
    min-width: 1.6rem
}

.site-content>.grid-container {
    overflow: visible;
    position: relative
}

@media(min-width: 50em) {
    .site-content>.grid-container {
        margin-left: auto;
        margin-right: auto
    }

    .home .site-content>.grid-container {
        margin-top: 0
    }
}

.section-id-17193 .site-content>.grid-x {
    display: block
}

@media(min-width: 50em) {
    .site-content>.grid-x {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.icon__master {
    display: block;
    height: 0rem;
    width: 0rem
}

.section__header img {
    height: auto;
    padding: 0;
    width: 100%;
    max-width: 100%
}

.page-margin-bottom {
    margin-bottom: 3.2rem
}

@media screen and (min-width: 40rem) {
    .page-margin-bottom {
        margin-bottom: 50rem
    }
}

@media screen and (min-width: 64rem) {
    .page-margin-bottom {
        margin-bottom: 80rem
    }
}

#id-84214.general-content {
    margin-bottom: 0
}

.babson_custom_button .btn-primary>a:link,
.babson_custom_button .btn-primary>a:visited,
.c-related-links ul,
.cta-section ul {
    margin-bottom: 0
}

.general-content .babson_custom_button .btn-primary>a:link,
.c-general-content-block .babson_custom_button .btn-primary>a:link,
.general-content.babson_custom_button .btn-primary>a:visited,
.c-general-content-block .babson_custom_button .btn-primary>a:visited {
    margin-bottom: 1.2rem
}

.related-new {
    margin: 0 auto
}

.at-a-glance-simpified-item-icon img {
    vertical-align: middle;
    max-width: 50px !important;
    min-width: 40px
}

.at-a-glance-simpified-row {
    display: block !important
}

@media only screen and (min-width: 40rem) {
    .at-a-glance-simpified-row {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.c-general-content-block h2.title--understated-under-line,
.general-content h2.title--understated-under-line,
.c-general-content-block h2.title--understated-under-line-large,
.general-content h2.title--understated-under-line-large,
.title-with-top-border-lt-blue {
    font-family: "Oswald", sans-serif;
    font-size: 2.4rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #368180;
    border-top: .2rem solid #064;
    padding-top: .5rem;
    margin-bottom: .8rem;
    line-height: 1.2
}

@media only screen and (min-width: 40rem) {

    .c-general-content-block h2.title--understated-under-line,
    .general-content h2.title--understated-under-line,
    .c-general-content-block h2.title--understated-under-line-large,
    .general-content h2.title--understated-under-line-large,
    .title-with-top-border-lt-blue {
        font-size: 2.6rem
    }
}

@media only screen and (min-width: 64rem) {

    .c-general-content-block h2.title--understated-under-line,
    .general-content h2.title--understated-under-line,
    .c-general-content-block h2.title--understated-under-line-large,
    .general-content h2.title--understated-under-line-large,
    .title-with-top-border-lt-blue {
        font-size: 3rem
    }
}

.no-margin-bottom {
    margin-bottom: 0
}

.more-margin-bottom {
    margin-bottom: 2.4rem
}

.has-chevron a,
.has-chevron a:hover {
    text-decoration: none !important
}

ul.catalog-menu {
    float: left;
    padding-left: 0px
}

ul.catalog-menu li {
    display: inline-block;
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    width: 30%
}

ul.catalog-menu li:nth-child(3n+3) {
    width: 33%
}

@media only screen and (max-width: 600px) {
    ul.catalog-menu li {
        display: inline-block;
        width: auto;
        margin-left: 5px;
        margin-right: 5px;
        float: left;
        width: 50%
    }
}

.youTube-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.youTube-video iframe[src*=youtube] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#footerform {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%;
    height: auto;
    scroll-margin-top: -0.1rem
}

.gsc-search-box .gsc-search-button.gsc-search-button-v2 {
    border-radius: 0;
    height: 34px;
    margin: 0
}

.gsc-search-box .gsc-input-box {
    height: 34px;
    border: 2px solid #064
}

.gsc-search-box .gsst_a .gscb_a {
    line-height: 32px
}

#___gcse_0 .gsc-search-box .gsc-input {
    padding: 0
}

#___gcse_0 .gsc-search-box .gsc-input a.gsst_a:hover {
    background: none !important
}

#___gcse_0 .gsc-result-info,
#___gcse_0 .gsc-orderby-label,
#___gcse_0 .gsc-selected-option {
    font-family: "Zilla Slab", serif;
    font-size: 1.4rem;
    color: #464646
}

#___gcse_0 .gs-result a.gs-title,
#___gcse_0 .gs-result a.gs-title b {
    font-family: "Oswald", sans-serif;
    font-size: 1.8rem;
    font-weight: 400 !important
}

#___gcse_0 .gs-result a.gs-title b {
    color: #005172
}

#___gcse_0 .gs-webResult div.gs-visibleUrl {
    font-family: "Oswald", sans-serif;
    font-size: 1.4rem;
    font-weight: 300 !important;
    color: #464646
}

#___gcse_0 .gs-webResult .gs-snippet {
    font-size: 1.4rem
}

#___gcse_0 .gs-result a.gs-title:hover,
#___gcse_0 .gs-result a.gs-title:hover b,
#___gcse_0 .gs-imageResult a.gs-title:hover,
#___gcse_0 .gs-imageResult a.gs-title:hover b {
    color: #fff !important
}

.gsc-table-cell-thumbnail {
    display: none
}

@media screen and (min-width: 40em) {

    #___gcse_0 .gs-result a.gs-title,
    #___gcse_0 .gs-result a.gs-title b {
        font-size: 2rem
    }

    #___gcse_0 .gs-webResult .gs-snippet {
        font-size: 1.6rem
    }
}

#___gcse_0 .gsc-cursor-box {
    height: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 4rem
}

#___gcse_0 .gsc-cursor {
    height: 3.5rem
}

#___gcse_0 .gsc-cursor-page {
    display: block;
    float: left;
    font-family: "Oswald", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    color: #597c31;
    border: 1px solid #064;
    width: 2.4rem;
    height: 3rem;
    padding: .2rem 0;
    margin: 0 .4rem .5rem .4rem
}

#___gcse_0 .gsc-cursor-page:hover {
    color: #fff;
    background: #597c31
}

#___gcse_0 .gsc-cursor-page.gsc-cursor-current-page {
    color: #fff;
    background: #597c31;
    border: none;
    border-bottom: 4px solid #ccd695;
    padding-bottom: .4em
}

@media screen and (min-width: 40em) {
    #___gcse_0 .gsc-cursor-page {
        font-size: 1.8rem;
        width: 3rem;
        padding: .4rem 0 .2rem 0;
        margin: 0 .6rem
    }

    #___gcse_0 .gsc-cursor-page,
    #___gcse_0 .gsc-cursor-box,
    #___gcse_0 .gsc-cursor {
        height: 4rem
    }
}

#___gcse_0 .gcsc-more-maybe-branding-root a span {
    font-family: "Zilla Slab", serif;
    font-size: 1.6rem;
    color: #597c31;
    text-decoration: underline
}

#section-content #___gcse_0 .gcsc-more-maybe-branding-root a:hover {
    background: none !important
}

@media screen and (max-width: 1200px) {
    #cwlChat {
        top: auto !important;
        right: 0px !important;
        bottom: 100px !important;
        left: auto !important;
        inset: auto 0px 100px auto !important
    }
}

.grid-gutters[\:has\(.extra-space-section\)] {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.grid-gutters:has(.extra-space-section) {
    padding-top: 3rem;
    padding-bottom: 3rem
}

@media screen and (min-width: 40em) {
    .grid-gutters[\:has\(.extra-space-section\)] {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .grid-gutters:has(.extra-space-section) {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}

@media screen and (min-width: 64em) {
    .grid-gutters[\:has\(.extra-space-section\)] {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem
    }

    .grid-gutters:has(.extra-space-section) {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem
    }
}

.application-deadline {
    padding: 1.5em
}

.level-bullet {
    background-image: url(../images/lstbulet.gif)
}

.toc-layout-main .level-description-padding {
    display: block;
    padding-left: 1.5rem;
    padding-right: 0rem;
    padding-bottom: .1rem
}

.msg_no_results {
    text-align: center
}

#alertContent {
    padding: 1.2rem;
    background-color: #ede8c4
}

.related-2-content {
    margin-top: 1em;
    margin-bottom: 1em
}

.SandboxRoot.env-bp-min .timeline-Tweet-text {
    font-size: 1.6rem
}

.mod-content .event-info a:link,
.mod-content .event-info a:visited,
.mod-content .event-info a:hover,
.mod-content .event-info a:active {
    color: #fff;
    text-decoration: none
}

.view-switchers a:link,
.view-switchers a {
    text-decoration: none;
    color: #005172
}

.view-switchers a:hover {
    text-decoration: underline
}

.view-switchers {
    position: relative;
    z-index: 10;
    margin-bottom: 4rem !important
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .header-main .row {
        display: block
    }
}

.Bio-container {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.4;
    margin-top: 1rem;
    max-height: 88px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 1rem
}

.Bio-meat span,
.academic-interest span {
    display: block;
    font-weight: bold;
    padding-bottom: .5rem
}

.background-color-padding {
    padding: 2rem
}

.clear-floated-images {
    clear: both
}

.icon-babson-pathways:before {
    content: " "
}

.icon-babson-pathways {
    background-image: url(../images/MBA-OVERVIEW-at-a-glance-path.png);
    background-position: center
}

.icon-babson-visa {
    background-image: url(../images/AtA-Glance-Visa-ddd055.png);
    width: 2rem;
    height: 2rem;
    background-size: 100% auto
}

.site-header {
    position: relative;
    z-index: 5;
    width: 100%;
    padding: 0 0 2.5rem;
    background-color: #064
}

.featured-image {
    margin-bottom: 2rem
}

.relative {
    position: relative
}

.link-arrow:after {
    content: "»";
    padding-left: .5rem
}

.pre::after,
.after::before {
    content: none
}

.castor-rteElement-H3-white a {
    color: #fff !important
}

.graduate-select-programe {
    display: none;
    margin-bottom: 2rem
}

.search-page .accordion__content {
    padding: 1rem 1.2rem
}

.graduate-select-programe h3 {
    border-left: 5px solid #064
}

.direct-edit-footer-link a {
    text-decoration: none !important
}

.img-responsive-alt {
    height: auto;
    padding: 0;
    width: 100%
}

h2.ms-webpart-titleText {
    margin-bottom: 1rem
}

.event-mar-top {
    margin-top: 2rem
}

.datalstCatgoryFilter a {
    color: #3d3c98 !important;
    font-size: 1rem
}

.fontweight-normal {
    font-weight: normal !important;
    color: #4a4a4a !important
}

.new-search {
    padding: .7rem 1rem;
    border: 1px solid #ababab;
    background-color: #fdfdfd;
    background-color: #fdfdfd;
    font-size: 1.1rem;
    color: #444;
    margin-bottom: 2rem;
    width: 100px;
    text-align: center;
    margin-bottom: 2rem
}

.direct-edit-footer-link {
    display: inline-block
}

.t4Edit-page {
    float: right
}

.dfwp-list .level-description-padding.level-description {
    font-style: normal
}

@media only screen and (max-width: 1200px) {
    .t4Edit-page {
        float: none
    }
}

table.castor-rteStyle-bodycopy2.contact tbody tr:nth-child(odd) {
    background: #dad7cb
}

table.castor-rteStyle-bodycopy2.contact tbody td {
    padding: .25em .5em
}

table.castor-rteStyle-bodycopy2.contact tbody td.phone {
    white-space: nowrap
}

table.academic-calendar {
    margin: 0 0 2.5rem 0
}

table.academic-calendar thead tr {
    background: #fff
}

table.academic-calendar thead tr h2 {
    margin: 1.2rem 0 .5rem 0
}

table.academic-calendar thead:nth-child(1) tr h2 {
    margin: 0 0 .5rem 0
}

table.academic-calendar tbody tr:nth-child(odd) {
    background: #dad7cb
}

table.academic-calendar tbody td {
    line-height: normal;
    padding: .5rem .5rem;
    vertical-align: top
}

table.academic-calendar tbody td:nth-child(1),
table.academic-calendar tbody td:nth-child(2) {
    white-space: nowrap
}

table.schedule tbody tr:nth-child(odd) {
    background: #c6d3d7
}

table.schedule tbody td {
    padding: .25em .5em
}

table.schedule tbody td:nth-child(1) {
    white-space: nowrap
}

.main-content .btn-primary a {
    color: #fff;
    text-decoration: none
}

.responsive-profile__meta-section>span {
    font-weight: bold
}

#ctl00_PlaceHolderMain_RichHtmlField1__ControlWrapper_RichHtmlField p iframe {
    width: 100% !important;
    height: 260px !important
}

#ctl00_PlaceHolderMain_RichHtmlField1__ControlWrapper_RichHtmlField div iframe {
    width: 100% !important;
    height: 260px !important
}

div.grid-wrapper {
    clear: both
}

.level-description-padding {
    display: none
}

#WebPartWPQ4 iframe,
MSOZoneCell_WebPartWPQ4 iframe {
    height: 260px
}

.tableizer-table th {
    background-color: #064;
    color: #fff;
    font-weight: bold;
    text-wrap: normal;
    font-size: 1.4rem;
    line-height: 16px;
    padding: .5rem
}

table.tableizer-table {
    border: 1px solid #ccc;
    text-align: center
}

.tableizer-table td {
    padding: .4rem;
    margin: .3rem;
    border: 1px solid #ccc
}

.ms-rtestate-field .event-date {
    background-color: #e5e2db;
    padding: .5em
}

.item.link-item .description {
    display: block !important
}

@media(max-width: 640px) {
    .just-stats {
        width: 100%;
        margin-top: 2rem
    }
}

@media(min-width: 641px) {
    .just-stats {
        width: 50%;
        float: right;
        clear: both;
        margin-top: 2rem
    }
}

.aside-content ul.dfwp-list {
    float: left
}

table.inductees tr:nth-child(even) {
    background: #cadee9
}

.ms-rtePosition-1 {
    width: 75px !important
}

.cta_blue {
    background-color: #005172
}

.cta_blue h2 {
    color: #ede8c4
}

.cta_gray {
    background-color: #65696e
}

.cta_gray h2 {
    color: #fff
}

div#id-97571 {
    font-size: 2.6rem
}

.html-default .title--understated-under-line,
div#id-93890 {
    margin-top: 6rem
}

.section-id-17193 .wForm .primaryAction,
.section-id-17193 .wForm .actions .primaryAction {
    background-color: #005172
}

.section-id-15345 .calltoaction__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.section-id-15345 .calltoaction__inner>a {
    margin-bottom: 1rem
}

.section-id-15345 .calltoaction__inner .typo__header--2 {
    font-size: 1.6rem
}

@media screen and (min-width: 940px) {
    .section-id-15345 .calltoaction__inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .section-id-15345 .calltoaction__inner>a {
        margin-bottom: 0
    }
}

@media(min-width: 800px) {

    .section-id-17719 div.aside-content.default,
    .section-id-17729 div.aside-content.default,
    .section-id-17747 div.aside-content.default {
        padding: 1rem 0;
        margin-left: -3rem;
        line-height: 1.9rem
    }

    .section-id-17719 div.aside-content.default>div,
    .section-id-17729 div.aside-content.default>div,
    .section-id-17729 div.aside-content.default .ms-rtestate-field>div,
    .section-id-17747 div.aside-content.default>div {
        width: 100% !important
    }
}

div.gsc-selected-option-container {
    max-width: 100%
}

@media(min-width: 46em) {
    .section-id-10225 .grid--two-column .grid-item:nth-child(2n+1) {
        float: left;
        margin-left: 0%;
        margin-right: 0%;
        clear: none
    }

    .section-id-10225 .grid--two-column .grid-item:nth-child(2n) {
        float: right;
        margin-left: 0%;
        margin-right: 0%;
        clear: none
    }
}

.section-id-17177 .grid-item h2 {
    font-size: 1.3rem;
    font-family: inherit
}

.section-id-17177 .grid-item img {
    display: none
}

.section-id-16844 .calltoaction__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.section-id-16844 .calltoaction__inner>a {
    margin-bottom: 1.6rem
}

@media screen and (min-width: 1000px) {
    .section-id-16844 .calltoaction__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .section-id-16844 .calltoaction__inner>a {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
        flex: 1 1 33%;
        max-width: 33%
    }
}

.section-id-16844 .calltoaction__inner .media .media__body span {
    font-size: 2rem;
    display: inline;
    color: #064 !important
}

.section-id-16844 .calltoaction__inner>div .media__body {
    clear: none
}

.section-id-16844 .calltoaction__inner>div>a img {
    margin-left: 0
}

.section-id-17189 aside img {
    width: 40%;
    clear: right;
    margin: 0rem 0rem .5em .5em
}

body.section-id-17556 div#id-51446 h2 {
    padding: 0;
    width: 48%;
    float: left
}

body.section-id-17556 aside#id-56193 {
    clear: both
}

body.section-id-17575 div#id-52729 {
    padding: 1rem;
    color: #fff
}

body.section-id-17575 div#id-52729 h3 {
    color: #fff;
    padding: 1rem 0
}

.section-id-14959 .media img {
    margin: 0rem 1.6rem 1.6rem 0rem;
    float: left;
    clear: both
}

.section-id-14959 .media__body a:link,
.section-id-14959 .media__body a:visited,
.section-id-14959 .media__body a:hover,
a:active {
    text-decoration: none
}

.section-id-14959 .castor-rteStyle-bodycopy2 ul {
    list-style-type: disc
}

.section-id-14961 .calltoaction__inner>div,
.section-id-21941 .calltoaction__inner>div {
    width: 100% !important
}

.section-id-14961 .calltoaction__inner .media .media__body span,
.section-id-16860 .calltoaction__inner .media .media__body span {
    line-height: 48px;
    font-size: 2rem;
    display: inline;
    color: #064 !important
}

.section-id-16860 .calltoaction__inner>div {
    width: 200px !important
}

.section-id-11965 .calltoaction__inner span {
    color: #005172 !important
}

.section-id-11965 .calltoaction__inner {
    margin-top: 0;
    margin-bottom: 0
}

.section-id-17184 div.aside-content.default:not(.corner) {
    padding: 0
}

body.section-id-17555 div.grid-wrapper div.grid-item div.main-content img {
    max-width: 100%;
    max-height: 200px
}

body.section-id-17555 div.grid-wrapper div.grid-item div.main-content a {
    color: #fff
}

body.section-id-16801 div#id-68823 {
    width: 50%;
    float: right;
    margin: 1em 0rem 1em 1.5em;
    padding: 1.2rem 1.2rem 1rem;
    background-color: #cadee9
}

body.section-id-18041 div#alertContent h2 {
    border-bottom: .1rem dotted;
    padding-bottom: .5em
}

.search {
    background-color: #064;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.search__submit {
    display: none
}

.search__toggle {
    display: block;
    line-height: 0
}

.search-ui {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.7rem;
    line-height: 0;
    margin: 0 auto;
    max-width: 500px;
    overflow: hidden;
    padding-bottom: 1.6rem;
    width: 80%
}

@media(min-width: 50em) {
    .search-ui {
        width: 100%
    }
}

.search-ui__item {
    padding: .8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search-ui__field {
    background-color: #fff
}

.search-ui__input {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}

.search-ui__input>input[type=text] {
    background-color: transparent;
    background-image: none;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    height: 25px !important;
    margin: 0;
    padding: 0;
    width: 100% !important
}

.search-ui__input>input[type=text]::-webkit-input-placeholder {
    font-family: "Zilla Slab", serif !important;
    color: #757575 !important
}

.search-ui__input>input[type=text]::-moz-placeholder {
    font-family: "Zilla Slab", serif !important;
    color: #757575 !important
}

.search-ui__input>input[type=text]:-ms-input-placeholder {
    font-family: "Zilla Slab", serif !important;
    color: #757575 !important
}

.search-ui__input>input[type=text]::-ms-input-placeholder {
    font-family: "Zilla Slab", serif !important;
    color: #757575 !important
}

.search-ui__input>input[type=text]::placeholder {
    font-family: "Zilla Slab", serif !important;
    color: #757575 !important
}

.section-id-16859 .grid-item img {
    width: 100% !important
}

.section-id-16859 .one-third-left {
    float: none;
    width: inherit
}

.section-id-16860 div.grid-wrapper {
    margin-bottom: 0rem
}

@media(min-width: 46em) {

    .section-id-21941 .grid--three-column .grid-item:nth-child(3n+1),
    .section-id-16889 .grid--three-column .grid-item:nth-child(3n+1),
    .section-id-16859 .grid--three-column .grid-item:nth-child(3n+1),
    .section-id-16862 .grid--three-column .grid-item:nth-child(3n+1) {
        padding-left: 0;
        padding-right: .5rem
    }

    .section-id-21941 .grid--three-column .grid-item:nth-child(3n+2),
    .section-id-16889 .grid--three-column .grid-item:nth-child(3n+2),
    .section-id-16859 .grid--three-column .grid-item:nth-child(3n+2),
    .section-id-16862 .grid--three-column .grid-item:nth-child(3n+2) {
        padding-left: .25rem;
        padding-right: .25rem
    }

    .section-id-21941 .grid--three-column .grid-item:nth-child(3n+3),
    .section-id-16889 .grid--three-column .grid-item:nth-child(3n+3),
    .section-id-16859 .grid--three-column .grid-item:nth-child(3n+3),
    .section-id-16862 .grid--three-column .grid-item:nth-child(3n+3) {
        padding-left: .5rem;
        padding-right: 0
    }
}

.section-id-21941 .ms-rtestate-notify {
    width: 50%;
    float: left
}

.section-id-21941 .grid--three-column .grid-item-padding {
    padding: .5em;
    text-align: center;
    background-color: #064
}

.section-id-21941 .grid--three-column .grid-item div {
    padding: .5em
}

.section-id-21941 .grid--three-column .grid-item p {
    color: #fff;
    display: block;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
    margin: 0rem
}

.section-id-21941 .grid--three-column .grid-item h2:first-child {
    display: none
}

.section-id-21941 .calltoaction__inner img {
    width: 7% !important;
    margin-bottom: 0 !important
}

.section-id-21941 .calltoaction__inner span {
    color: #064 !important;
    margin: 0 !important
}

.sidebar-subnav--button,
.hero-cta-combo .padded-row.percent-row,
.hero-cta-combo .grid-container,
.grad--hero .padded-row.percent-row,
.babson-grad__prority-cta .padded-row.percent-row {
    padding-left: 2rem;
    padding-right: 2rem
}

.breadcrumb {
    margin: .8rem 0 .8rem 0;
    padding-left: 2rem;
    padding-right: 2rem;
    z-index: 1;
    position: relative
}

@media screen and (min-width: 40em) {

    .sidebar-subnav--button,
    .hero-cta-combo .padded-row.percent-row,
    .hero-cta-combo .grid-container,
    .grad--hero .padded-row.percent-row,
    .babson-grad__prority-cta .padded-row.percent-row {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .sidebar-subnav--button:before,
    .sidebar-subnav--button:after {
        right: 3rem
    }
}

@media screen and (min-width: 64em) {

    .hero-cta-combo .padded-row.percent-row,
    .hero-cta-combo .grid-container,
    .grad--hero .padded-row.percent-row,
    .babson-grad__prority-cta .padded-row.percent-row {
        padding-left: 3.7rem;
        padding-right: 3.7rem
    }

    .hero-cta-combo__cta-btn-container:first-of-type,
    .babson-grad__prority-cta__container__join__btn-container:first-of-type {
        padding-left: 3.7rem
    }

    .hero-cta-combo__cta-btn-container:nth-of-type(3),
    .babson-grad__prority-cta__container__join__btn-container:nth-of-type(3) {
        padding-left: 2.5%
    }
}

@media screen and (min-width: 77.75em) {

    .hero-cta-combo .padded-row.percent-row,
    .hero-cta-combo .grid-container,
    .grad--hero .padded-row.percent-row,
    .babson-grad__prority-cta .padded-row.percent-row {
        padding-left: 0;
        padding-right: 0
    }
}

.page--babson-alumni .alumni-landing {
    margin-top: 2rem
}

@media screen and (min-width: 40em) {
    .page--babson-alumni .alumni-landing {
        margin-top: 4rem
    }
}

.page--babson-alumni .alumni__hero+.alumni-landing {
    margin-top: 0
}

@media screen and (min-width: 40em) {
    .page--babson-alumni .alumni__hero+.alumni-landing {
        margin-top: 0
    }
}

.page--babson-home .btn--bright:hover {
    background: #9eb28f;
    text-decoration: none
}

.page--babson-landing p img {
    margin-bottom: 0
}

.landing-hero .grad--hero__image {
    margin-bottom: 6rem
}

.landing-footer {
    margin-top: 10rem
}

.grid-container.sp {
    margin-top: 2rem;
    margin-bottom: 2rem
}

@media print,
screen and (min-width: 40em) {
    .grid-container.sp {
        margin-top: 3.2rem;
        margin-bottom: 3rem
    }
}

@media print,
screen and (min-width: 64em) {
    .grid-container.sp {
        margin-top: 6rem;
        margin-bottom: 4rem
    }
}

@media only screen and (max-device-width: 900px)and (orientation: landscape)and (-webkit-min-device-pixel-ratio: 1.5) {

    .o-adv-wrapper.grid-margin-x.small-up-1>.cell,
    .o-adv-wrapper.grid-margin-y.grid-margin-x>.cell.small-12 {
        max-width: unset
    }

    .o-adv-wrapper.grid-margin-x.small-up-1>.cell .c-card-simple__image {
        display: block;
        width: 100%
    }

    .o-adv-wrapper.grid-margin-x.small-up-1>.cell.dotted-line .expert-container::after,
    .o-adv-wrapper.grid-margin-y.grid-margin-x>.cell.small-12.dotted-line .expert-container::after {
        display: none
    }
}

@media only screen and (min-device-width: 900px)and (max-device-width: 1024px)and (orientation: landscape)and (-webkit-min-device-pixel-ratio: 1.5) {

    .o-adv-wrapper.grid-margin-x.medium-up-2>.cell,
    .o-adv-wrapper.grid-margin-y.grid-margin-x>.cell.medium-6,
    .o-adv-wrapper.grid-margin-y.grid-margin-x>.cell.medium-12 {
        width: calc(50% - 3.4rem) !important;
        max-width: unset
    }
}

.pl-2022 h1,
.pl-2022 .accordion,
.pl-2022 .accordion-drop-down,
.pl-2022 .partner-orgs-tabs.tabs,
.pl-2022 .partner-orgs-tabs.tabs,
.pl-2022 .c-block-list-group {
    max-width: 86rem;
    margin-left: auto;
    margin-right: auto
}

.c-hero-image.level-2-page .c-hero-image__text h1,
.pl-2022.faculty-profiles h1 {
    max-width: 114rem
}

.full-width-page-layout.pl-2022 h1 {
    margin-right: 2rem;
    margin-left: 2rem
}

.c-hero-image.level-article-page h1 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.pl-2022 .grid-main-section {
    position: relative;
    margin-top: 1.2rem;
    margin-bottom: 2rem
}

@media print,
screen and (min-width: 40em) {
    .full-width-page-layout.pl-2022 h1 {
        margin-right: 3rem;
        margin-left: 3rem
    }

    .pl-2022 .grid-main-section {
        margin-top: 1.8rem;
        margin-bottom: 3rem
    }
}

@media print,
screen and (min-width: 980px) {
    .full-width-page-layout.pl-2022 h1 {
        margin-right: auto;
        margin-left: auto
    }
}

@media print,
screen and (min-width: 64em) {
    .pl-2022 .grid-main-section {
        margin-top: 2.2rem;
        margin-bottom: 4rem
    }
}

.pl-2022.old-fullwidth .c-breadcrumbs ul {
    display: none
}

.older-pl #section-content,
.related-content-legacy {
    max-width: 86rem;
    margin-left: auto;
    margin-right: auto
}

.related-content-legacy img {
    max-width: 55.4rem
}

.older-pl .related-content-legacy aside {
    margin-bottom: 4rem
}

.pl-2022 .grad--hero h1,
.pl-2022 .hero-cta-combo h1 {
    max-width: 114rem
}

.pl-2022 .grad--hero+.babson-grad__prority-cta {
    margin-top: -1rem;
    margin-bottom: 1rem
}

.pl-2022 .grad--hero,
.pl-2022 .hero-cta-combo {
    margin-bottom: 1rem
}

@media screen and (min-width: 40em) {
    .pl-2022 .grad--hero+.babson-grad__prority-cta {
        margin-top: -2rem;
        margin-bottom: 2rem
    }

    .pl-2022 .grad--hero,
    .pl-2022 .hero-cta-combo {
        margin-bottom: 2rem
    }
}

@media screen and (min-width: 64em) {
    .pl-2022 .grad--hero+.babson-grad__prority-cta {
        margin-top: -6rem;
        margin-bottom: 3rem
    }

    .pl-2022 .grad--hero,
    .pl-2022 .hero-cta-combo {
        margin-bottom: 3rem
    }
}

.pl-2022 #section-content p a:not(.btn) {
    font-weight: 600
}

.pl-2022.course-catalog #section-content {
    max-width: 86rem;
    margin-left: auto;
    margin-right: auto
}

.pl-2022.events-page-layout h1 {
    font-size: 3.4rem;
    margin-bottom: 2rem
}

@media screen and (min-width: 40rem) {
    .pl-2022.events-page-layout h1 {
        font-size: 4rem;
        margin-bottom: 2.4rem
    }
}

@media screen and (min-width: 64rem) {
    .pl-2022.events-page-layout h1 {
        font-size: 5rem
    }
}

.full-width-page-layout .c-general-content-block.narrow-content {
    margin-right: 2rem;
    margin-left: 2rem
}

@media screen and (min-width: 40em) {
    .full-width-page-layout .c-general-content-block.narrow-content {
        margin-right: 3rem;
        margin-left: 3rem
    }
}

@media screen and (min-width: 920px) {
    .full-width-page-layout .c-general-content-block.narrow-content {
        margin-right: auto;
        margin-left: auto
    }
}

.blank.pl-2022 .grid-main-section {
    margin-top: 0;
    margin-bottom: 0
}

.blank.pl-2022 .carousel--wrapper,
.blank.pl-2022 .c-hero-image,
.blank.pl-2022 .c-landing-hero,
.blank.pl-2022 .video-hero {
    margin-bottom: 2rem
}

.blank[\:not-has\(.video-hero\,.c-hero-image\,.c-landing-hero\,.carousel--wrapper\)] .c-custom-header {
    margin-bottom: 2rem
}

.blank:not(:has(.video-hero, .c-hero-image, .c-landing-hero, .carousel--wrapper)) .c-custom-header {
    margin-bottom: 2rem
}

@media print,
screen and (min-width: 40em) {

    .blank.pl-2022 .carousel--wrapper,
    .blank.pl-2022 .c-hero-image,
    .blank.pl-2022 .c-landing-hero,
    .blank.pl-2022 .video-hero,
    .blank[\:not-has\(.video-hero\,.c-hero-image\,.c-landing-hero\,.carousel--wrapper\)] .c-custom-header {
        margin-bottom: 3rem
    }

    .blank.pl-2022 .carousel--wrapper,
    .blank.pl-2022 .c-hero-image,
    .blank.pl-2022 .c-landing-hero,
    .blank.pl-2022 .video-hero,
    .blank:not(:has(.video-hero, .c-hero-image, .c-landing-hero, .carousel--wrapper)) .c-custom-header {
        margin-bottom: 3rem
    }
}

@media print,
screen and (min-width: 64em) {

    .blank.pl-2022 .carousel--wrapper,
    .blank.pl-2022 .c-hero-image,
    .blank.pl-2022 .c-landing-hero,
    .blank.pl-2022 .video-hero,
    .blank[\:not-has\(.video-hero\,.c-hero-image\,.c-landing-hero\,.carousel--wrapper\)] .c-custom-header {
        margin-bottom: 4rem
    }

    .blank.pl-2022 .carousel--wrapper,
    .blank.pl-2022 .c-hero-image,
    .blank.pl-2022 .c-landing-hero,
    .blank.pl-2022 .video-hero,
    .blank:not(:has(.video-hero, .c-hero-image, .c-landing-hero, .carousel--wrapper)) .c-custom-header {
        margin-bottom: 4rem
    }
}

.blank main>.cell:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    overflow: hidden
}

.blank .carousel--wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.blank .my-sticky-container {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.blank[\:has\(.form-in-header\)] .carousel__img-element__text__title {
    font-family: "Oswald", sans-serif;
    font-size: 4rem
}

.blank:has(.form-in-header) .carousel__img-element__text__title {
    font-family: "Oswald", sans-serif;
    font-size: 4rem
}

@media screen and (min-width: 960px) {
    .blank[\:has\(.form-in-header\)] .carousel__img-element__text .grid-container {
        padding-left: 3rem
    }

    .blank:has(.form-in-header) .carousel__img-element__text .grid-container {
        padding-left: 3rem
    }
}

@media screen and (min-width: 64em) {

    .blank[\:has\(.form-in-header\)] .c-hero-image h1,
    .blank[\:has\(.form-in-header\)] .carousel__img-element__text .grid-container {
        max-width: calc(100% - 49rem);
        left: 0;
        display: block;
        margin-right: 0;
        margin-left: 0
    }

    .blank:has(.form-in-header) .c-hero-image h1,
    .blank:has(.form-in-header) .carousel__img-element__text .grid-container {
        max-width: calc(100% - 49rem);
        left: 0;
        display: block;
        margin-right: 0;
        margin-left: 0
    }

    .blank[\:has\(.form-in-header\)] .carousel__img-element__text .grid-container {
        padding-left: 3rem
    }

    .blank:has(.form-in-header) .carousel__img-element__text .grid-container {
        padding-left: 3rem
    }

    .blank[\:has\(.form-in-header\)] .carousel__img-element__text--wrapper {
        width: 100%
    }

    .blank:has(.form-in-header) .carousel__img-element__text--wrapper {
        width: 100%
    }

    .blank[\:has\(.form-in-header\)] .carousel__img-element__text__title {
        font-size: 4rem
    }

    .blank:has(.form-in-header) .carousel__img-element__text__title {
        font-size: 4rem
    }

    .blank .carousel__img-element__text {
        max-width: 114rem;
        margin-left: auto;
        margin-right: auto
    }
}

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

    .blank[\:has\(.form-in-header\)] .c-hero-image h1,
    .blank[\:has\(.form-in-header\)] .carousel__img-element__text .grid-container {
        max-width: calc(100% - 50rem);
        left: 0;
        display: block;
        margin-right: 0;
        margin-left: 0;
        padding: 0
    }

    .blank:has(.form-in-header) .c-hero-image h1,
    .blank:has(.form-in-header) .carousel__img-element__text .grid-container {
        max-width: calc(100% - 50rem);
        left: 0;
        display: block;
        margin-right: 0;
        margin-left: 0;
        padding: 0
    }

    .blank[\:has\(.form-in-header\)] .carousel__img-element__text--wrapper {
        width: 100%
    }

    .blank:has(.form-in-header) .carousel__img-element__text--wrapper {
        width: 100%
    }

    .blank[\:has\(.form-in-header\)] .carousel__img-element__text__title {
        font-size: 6rem
    }

    .blank:has(.form-in-header) .carousel__img-element__text__title {
        font-size: 6rem
    }
}