@charset "UTF-8";
: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;
}

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

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

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

/* + OHO Resets */
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: 30px;
}

/*Author's reset*/
p,
pre {
  margin: 0rem 0rem 1.2rem;
}

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

header ul {
  font-size: 1rem;
}

/* - OHO Resets */
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;
  line-height: 1.2;
  color: #006644;
  margin: 0;
  padding: 0;
}

/*  ---- H1 ---- */
h1 {
  font-size: 3.8rem;
  margin-bottom: 2rem;
}

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

  .inner-3-column .sp h1 {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 64rem) {
  h1 {
    font-size: 5.6rem;
  }

  .inner-3-column .sp h1 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 667rem) and (max-width: 1023px) {
  h1 {
    font-size: 4.2rem;
  }
}
/*  ---- H2 ---- */
h2, .u-text__header--2 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 40rem) {
  h2, .u-text__header--2 {
    font-size: 3.6rem;
  }

  .inner-3-column .sp h2 {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 64rem) {
  h2, .u-text__header--2 {
    font-size: 4.2rem;
  }

  .inner-3-column .sp h2 {
    font-size: 3.6rem;
  }
}
/*  ---- H3 ---- */
h3, .u-text__header--3 {
  font-size: 2.6rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 40rem) {
  h3, .u-text__header--3 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 64rem) {
  h3, .u-text__header--3 {
    font-size: 3.6rem;
  }

  .inner-3-column .sp h3 {
    font-size: 3.4rem;
  }
}
/*  ---- H4 ---- */
h4, .u-text__header--4 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
  font-weight: 300;
}

@media screen and (min-width: 40rem) {
  h4, .u-text__header--4 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 64rem) {
  h4, .u-text__header--4 {
    font-size: 2.8rem;
  }
}
/*  ---- H5 + H6 ----  */
h5, .u-text__header--5,
h6, .u-text__header--6 {
  font-family: "Zilla Slab", serif;
  font-size: 2rem;
  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 + P Intro ----  */
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: 2rem;
    line-height: 1.6;
  }

  p, ol, ul {
    margin-bottom: 2.5rem;
  }
}
p.p-intro,
.typo__lead,
.page-lead,
.intro-text,
.paragraph-heading,
p.paragraph-heading,
div.paragraph-heading {
  font-family: "Arial", sans-serif;
  font-size: 2rem;
  line-height: 1.55;
  margin-bottom: 30px;
}

@media screen and (min-width: 64em) {
  .intro p,
p.p-intro,
.typo__lead,
.page-lead,
.intro-text,
.paragraph-heading,
p.paragraph-heading,
div.paragraph-heading {
    font-size: 2.4rem;
  }
}
/* Links */
#section-content a:not(.btn):not(.btn-primary a):not(.c-navigation-card):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(.expert-container 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;
}

/* Hovers */
#section-content a:not(.btn):not(.btn-primary a):not(.c-navigation-card):not(.c-connect-with-us 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(.c-article-card__body a):hover,
.form-assembly-container a:not(input):hover,
.babson__registration-form__contact-block.babson__registration-form__contact-block a:hover {
  color: #ffffff !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: #ffffff !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(.c-card-simple__text .c-card-simple__tag a):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: #ffffff !important;
}

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

/* Link Overrides */
#section-content .btn-primary > a,
#section-content h2 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),
#section-content h4 a:not(.btn):not(.c-article-card__body a):not(.expert-container a) {
  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: #ffffff !important;
  background: #597C31 !important;
  text-decoration: underline;
}

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

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

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

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

#section-content .related-news a:hover {
  color: #006644 !important;
  background: #ffffff !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;
}

/* - Links */
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;
}
button:focus {
  outline: 0;
}

blockquote {
  color: #6C6F70;
  font-size: 2rem;
  line-height: 1.3;
  padding: 54px 0 0;
  font-style: italic;
  position: relative;
  margin-bottom: 2rem;
}

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

code {
  border: solid 1px #999;
  background-color: #F1F1F1;
  display: block;
  padding: 0.1875rem 0.3125rem;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.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: 5px;
  font-size: 13px;
  color: #7e7e7e;
  display: table-caption;
  caption-side: bottom;
}

table[align=left] {
  float: none;
}

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

@media (min-width: 768px) {
  table[align=right] {
    margin-left: 35px;
    float: right;
  }
}
iframe {
  max-width: 100%;
  width: 100%;
}

/* + Base Key */
.base-key {
  border: solid 1px #fe5000;
  background-color: #f1f1f1;
  padding: 0.25rem 0.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: 0.25rem;
}

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

/* - Base Key */
/* + Checkbox */
.checkbox__container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  font-family: 16px "Oswald", sans-serif;
  min-height: 26px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Create the checkmark/indicator (hidden when not checked) */
  /* apply the focus indicator for the false checkbox */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

@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 {
  /* border: 2px solid #e0d464; */
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
}

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

.checkbox__container input:focus ~ .checkmark {
  outline-width: 2px;
  outline-style: solid;
  outline-color: Highlight;
  /* WebKit gets its native focus styles.
  */
}

@media (-webkit-min-device-pixel-ratio: 0) {
  .checkbox__container input:focus ~ .checkmark .unreal-focus {
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
  }
}
.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);
}

/* - Checkbox */
/* + Print */
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

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

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

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

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 1cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

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

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

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

  a[href]:after {
    display: none;
  }
}
/* - Print */
/* + Select */
.select__container {
  position: relative;
}

/* - Select */
.accordian-header,
.accordian-header-selected {
  border-bottom: 0.1rem solid #00536f;
  color: #006644 !important;
  cursor: pointer;
  font-family: inherit !important;
  font-size: 1.6rem !important;
  font-weight: normal !important;
  margin: 0 !important;
  padding: 0.5em 0;
}
.accordian-header:hover,
.accordian-header-selected:hover {
  background-color: #f1f1f1;
}

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

.accordian-content {
  overflow: hidden !important;
}

.accordion .accordion__head {
  background-color: #dde5e8;
  -webkit-box-shadow: 0.1rem 0.2rem 0 -1px #b5b7b6;
          box-shadow: 0.1rem 0.2rem 0 -1px #b5b7b6;
  color: #025074;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0 0 0.3rem;
  outline: 0 none;
  padding: 0.75rem 0.75rem 0.75rem 3rem;
  position: relative;
  -webkit-transition: background-color 0.2s ease-in 0s;
  transition: background-color 0.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: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  border-top: 0.8rem solid #7f7f7f;
  left: 0.65rem;
  margin-top: -5px;
}

.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: 0.8rem solid transparent;
  border-left: 0.8rem solid #7f7f7f;
  border-top: 0.8rem solid transparent;
  display: block;
  height: 0;
  width: 0;
  left: 1rem;
  margin-top: -9px;
  position: absolute;
  top: 50%;
}

/* + Accordion Drop Down */
.accordion-drop-down {
  clear: both;
  border: 0.2rem solid #e0d464;
}

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

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

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

.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 0.4s ease;
  transition: fill 0.4s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

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

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

@media screen and (min-width: 40em) {
  .accordion-drop-down p,
.accordion-drop-down ol li,
.accordion-drop-down ul li {
    font-size: 1.8rem;
  }
}
[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: 0.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: 0.05rem solid #C6D3D7 !important;
}

.white-with-green-hover .accordion-drop-down__toggle.btn {
  color: #464646 !important;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: unset;
  line-height: 1.3;
  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: #FFFFFF !important;
}

.white-with-green-hover .accordion-drop-down__toggle .accordion-drop-down__icon {
  background: #EEF1DC;
  border-radius: 10px;
  padding: 0.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: 0.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;
}

#section-content .accordion-drop-down p a.btn {
  font-weight: 400;
  color: #005172;
  font-size: 2rem;
  padding: 0.8rem 1.6rem;
  letter-spacing: 0.15rem;
}

#section-content .accordion-drop-down p a.btn:hover {
  color: #fff;
  background: #005172;
  border: 0.2rem solid #005172;
}

/* - Accordion Drop Down */
/* + Accordion Item */
.c-accordion-item.accordion-drop-down {
  clear: both;
  border: 0.2rem 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;
  border: none;
  -webkit-transition: background 0.4s ease, color 0.4s ease;
  transition: background 0.4s ease, color 0.4s ease;
  margin-bottom: 0;
  padding: 0.7rem 6rem 0.7rem 1.4rem;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.7rem;
  letter-spacing: 1.2px;
  line-height: 28px;
  background-color: #597C31;
}

@media screen and (min-width: 40em) {
  .c-accordion-item .accordion-drop-down__toggle {
    padding: 0.7rem 6rem 0.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: #FFFFFF;
  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: #FFFFFF;
  -webkit-transition: fill 0.4s ease;
  transition: fill 0.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: #FFFFFF;
}

.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;
  /*#fff;*/
  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;
  }
}
/* - Accordion Item */
/* + Alumni Hero */
.alumni__hero {
  width: 100%;
  max-height: 400px;
  position: relative;
  overflow: hidden;
}

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

/* - Alumni Hero */
/* + Alumni Marketplace */
.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: 26px;
  }
}
@media screen and (min-width: 64em) {
  .alumni-row .intro-text {
    font-size: 26px;
  }
}
@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 0.4rem 0.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, 0.1);
  }

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

.babson-alumni__action-nav.engaged {
  right: 0;
  background: rgba(0, 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, 0.1);
          box-shadow: 0 0 2rem -10px rgba(0, 0, 0, 0.1);
  border: 0.1rem solid #eee;
  padding: 2rem;
  display: inline-block;
  background: #ffffff;
}

.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 {
  display: block;
  height: 100%;
  -webkit-box-shadow: 0 0 2rem -10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2rem -10px rgba(0, 0, 0, 0.1);
  border: 0.1rem solid #eee;
  text-decoration: none;
}

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

.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: 0.1rem solid #EEAF00;
}

.babson-alumni__marketplace__item:focus {
  outline: 0;
}

.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;
  line-height: 36px;
  margin-bottom: 2.4rem;
  outline: none;
}

.babson-alumni__marketplace__modal h3 {
  outline: none;
}

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

.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: #006644;
}

.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: 0.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: #006644;
}

.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: 0.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: #006644;
  border-radius: 100px;
  color: #ffffff;
  font-size: 13px;
  padding-top: 4px;
  padding-left: 6.5px;
  height: 2rem;
  width: 2rem;
  display: block;
  position: absolute;
  top: 0.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: 0.6rem;
  left: -32px;
  color: #006644;
}

.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: #006644;
}

.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: 0.8rem;
  border: 0.2rem solid white;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.33);
}

.babson-alumni__marketplace__modal {
  display: none;
}

/* .no-js .babson-alumni__marketplace__modal {
  display: block; }

.no-js .babson-alumni__marketplace__item {
  height: auto; }

.no-js .babson-alumni__marketplace__item__image {
  display: none; } */
.js .babson-alumni__marketplace__modal {
  display: none;
}

.babson-alumni__marketplace__modal {
  position: relative;
}

.babson-alumni__marketplace__modal .button-previous,
.babson-alumni__marketplace__modal .button-next,
.babson-alumni__marketplace__modal .button-close {
  position: absolute;
  top: 2rem;
  line-height: 1;
}

.babson-alumni__marketplace__modal .button-close {
  right: 2rem;
  color: #597C31;
  font-size: 36px;
}

.babson-alumni__marketplace__modal .button-close:hover {
  color: #368180;
}

.babson-alumni__marketplace__modal .button-next {
  right: 61px;
}

.babson-alumni__marketplace__modal .button-previous {
  right: 94px;
}

.babson-alumni__marketplace__modal .button-next,
.babson-alumni__marketplace__modal .button-previous {
  background-color: #005172;
  color: #fff;
  font-size: 26px;
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 0.4rem;
  margin-top: 0.2rem;
}

.babson-alumni__marketplace__modal .button-next:hover,
.babson-alumni__marketplace__modal .button-previous:hover {
  background-color: #368180;
}

.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: 0.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, 0.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: #000000 !important;
}

.alumni--marketplace--filters input[type=checkbox] + span.checkmark {
  position: absolute;
  left: -10px;
  top: 0.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: 0.4rem;
  right: 0.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: #ffffff;
  border: 0.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 Marketplace */
/* + Alumni Staff */
.alumni__staff--filters {
  background: #EEAF00;
  margin-bottom: 4rem;
  padding: 4rem 0;
}

.alumni__staff--filters form select {
  width: 100%;
  background-color: #ffffff;
  border: 0.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, 0.4);
          box-shadow: 0 0 1rem -5px rgba(0, 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: #006644;
  font-size: 2rem;
}

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

/*FILTER GO WITHIN AGW*/
.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;
}

/* - Alumni Staff */
/* + Alumni Volunteer */
.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.4;
}

.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, 0.4);
          box-shadow: 0 0 1rem -5px rgba(0, 0, 0, 0.4);
  height: 100%;
  background: #ffffff;
}

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

/* - Alumni Volunteer Filters */
/* + Announcements */
.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;
}

/* - Announcements */
/* + API Carousel */
.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;
  line-height: 20px;
  position: absolute;
  content: "•";
  text-align: center;
  opacity: 0.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: #006644;
}

.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: #006644;
  color: #ffffff;
}

.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;
  line-height: 1;
  color: white;
  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 Carousel */
/* + API Contact Card */
.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.4;
  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 0.2s ease-out;
  transition: background 0.2s ease-out;
  border-top: 8px solid #ffffff;
}

a.visit-page:hover {
  color: #ffffff;
  background: #597C31;
}

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

/*Overrides for other cards placed within api content card*/
.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%;
}

/* - API Content Card */
/* + Arrow Link */
.arrow-link {
  color: #006644;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Oswald", sans-serif;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}

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

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

.arrow-link:hover i {
  margin-left: 0.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;
}

/* - Arrow Link */
/* + Article Card */
.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;
  line-height: inherit;
  text-transform: uppercase;
}
.c-article-card a {
  color: var(--summer-nights);
  font-size: 22px;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: -0.5px;
  text-decoration: none !important;
}
.c-article-card a:hover {
  color: var(--courtyard-green);
}
.c-article-card__image {
  line-height: 0;
}
.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;
}

/* - Article Card */
/* + Aside Card */
.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;
}

/*   padding    */
.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;
  }
}
/*  ----  MOBILE  ----  */
@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;
  }
}
/*  ----  DESKTOP ----  */
@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: 0.6;
        -ms-flex: 0.6;
            flex: 0.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: 0.6;
        -ms-flex: 0.6;
            flex: 0.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.4;
}

.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: #006644;
  height: 0.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: #006644;
}

.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: #006644;
  height: 0.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: #006644;
}

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

/* - Aside Card */
/* + At A Glance */
.c-ataglance {
  background-color: #005172;
  padding: 3rem 2rem;
}

.c-ataglance h2.title--understated-under-line {
  font-size: 2rem;
  text-transform: uppercase;
  border-top: 0.2rem solid rgba(91, 187, 183, 0.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.9rem;
}

.c-ataglance__item a {
  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: 0.75;
  text-decoration: none;
}

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

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

.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: 0.1rem;
  line-height: 1.7rem;
  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('/media/babson/assets/icons-general/AtA-Glance-AppDeadline-ddd055.png');
}

.c-ataglance .icon-babson-calendar-events-symbol {
  background-image: url('/media/babson/assets/icons-general/AtA-Glance-Duration-ddd055.png');
}

.c-ataglance .icon-babson-location-pin {
  background-image: url('/media/babson/assets/icons-general/AtA-Glance-Location-ddd055.png');
}

.c-ataglance .icon-babson-forms {
  background-image: url('/media/babson/assets/icons-general/Shopping-FT-PT-ddd055.png');
}

.c-ataglance .icon-babson-passport {
  background-image: url('/media/babson/assets/icons-general/AtA-Glance-Visa-ddd055.png');
}

.c-ataglance .icon-babson-briefcase {
  background-image: url('/media/babson/assets/icons-general/AtA-Glance-Experience.png');
}

/* - At A Glance */
/* + Babson 100 */
.babson-100__content__share-btn__wrapper {
  padding-bottom: 2rem;
}

.babson-100__content__share-btn {
  /*padding: .8rem 4rem !important;*/
  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 0.8rem;
  font-size: 44px;
  vertical-align: middle;
}

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

/* - Babson 100 */
/* + Babson Panel - Event */
.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: 0.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: 0.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: 0.2rem solid rgba(255, 255, 255, 0.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: 0.1rem dotted rgba(255, 255, 255, 0.1);
  }
}
.babson-panel__event-proof__events__element__day {
  font-family: "Oswald", sans-serif;
  font-size: 64px;
  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: 0.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: 0.5rem;
  display: inline-block;
  margin-right: 0.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: 0.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: 0.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: 0.2rem solid #FFF;
  border-bottom: 0.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: 0.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: 0.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: #006644;
}

.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: 0.1rem solid #fff;
    border-right: 0.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: 22px;
  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: #FFFFFF;
  margin-bottom: 0;
  margin-top: 2rem;
}

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

/* - Babson Panel - Event */
/* + Babson Panel - Journey */
.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: 0.2rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.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 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

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

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

.babson-panel__journey .card__inner__message {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  padding: 3rem;
  width: 70%;
  max-width: 400px;
  line-height: 1.3;
  text-align: left;
  bottom: 0;
  left: 3rem;
  border-top: 0.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: #006644;
}

@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: #006644;
  font-weight: 600;
}

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

.babson-panel__journey .card__expander {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.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: #006644;
  padding: 0.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 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.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: #006644;
}

.babson-panel__journey .card__expander__proof-points {
  -webkit-box-shadow: inset 0 0.2rem 0.5rem -2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0.2rem 0.5rem -2px rgba(0, 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: 72px;
  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: #006644;
  font-family: "Zilla Slab", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  /*margin: 0;*/
  /*ITCMS-2258 */
}

.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 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 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 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 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: 44px;
}

.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: #006644;
}

.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 - Journey */
/* + Babson Panel - News */
.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: #006644;
  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: 0.2rem solid #368180;
  color: #006644;
  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: 0.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: 0.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;
    /*width: calc(100% + 4rem) !important;*/
  }

  .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: 28px;
  }
}
.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: 0.7rem;
  font-family: "Oswald", sans-serif;
  line-height: 1.1;
}

.babson-panel__news .news-articles__card__txt h4 a {
  color: #005172;
  font-size: 22px;
  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: #006644;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Oswald", sans-serif;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.babson-panel__news .news-articles__card__txt .news-articles__card__arrow-link i {
  color: #AD9001;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.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: 0.5rem;
  color: #597C31;
}

/* - Babson Panel - News */
/* + Babson Panel */
.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: 36px;
    margin-bottom: 3rem;
  }
}
.babson-panel__optional-annnouncement__message p:last-of-type {
  margin: 0;
}

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

/* - Babson Panel */
/* + Badge */
.badge {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  background-color: #C6D3D7;
  border-radius: 2rem;
  padding: 0.2rem 3rem 0.2rem 1rem;
  margin-left: 1rem;
  display: inline-block;
  position: relative;
}

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

.badge .badge__remove-button:before,
.badge .badge__remove-button:after {
  position: absolute;
  left: 0.5rem;
  top: 0.3rem;
  content: " ";
  height: 0.7rem;
  width: 0.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);
}

/* - Badge */
.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, 0.1);
          box-shadow: 0 0 2rem -10px rgba(0, 0, 0, 0.1);
  border: 0.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 0.2s ease-out;
  transition: all 0.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 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.c-blank-center-program__modal .title {
  color: var(--summer-nights);
}
.c-blank-center-program__modal .subtitle {
  font-size: var(--fs--sm);
}
.c-blank-center-program__modal .lightbox-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--summer-nights);
  border: none;
  border-radius: 0.4rem;
  color: var(--white);
  font-size: var(--fs--2xl);
  padding: var(--sp--xs) var(--sp--md);
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.c-blank-center-program__modal .lightbox-btn:hover {
  background-color: var(--peacock-blue-dark);
}

/* + Block List */
.c-block-list {
  width: 100%;
}
.c-block-list h3 {
  margin-bottom: 0;
}
.c-block-list p {
  font-family: "Zilla Slab", serif;
}

.c-block-list__border-left {
  border-left: 2px solid;
  padding-left: 1em;
}

.c-block-list__border-right {
  border-right: 2px solid;
  padding-right: 1em;
}

.c-block-list__header--zilla-slab h3 {
  font-family: "Zilla Slab", serif;
  font-weight: bold;
}

.c-block-list__header--oswald {
  font-family: "Oswald", sans-serif;
}

.c-block-list__font-medium h3 {
  font-size: 24px;
}
.c-block-list__font-medium p {
  font-size: 20px;
}

.c-block-list__font-small h3 {
  font-size: 20px;
}
.c-block-list__font-small p {
  font-size: 18px;
}

.c-block-list__font-large h3 {
  font-size: 30px;
}
.c-block-list__font-large p {
  font-size: 24px;
}

.c-block-list__font-medium p,
.c-block-list__font-small p,
.c-block-list__font-large p {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.c-block-list__font-medium:last-of-type p,
.c-block-list__font-small:last-of-type p,
.c-block-list__font-large:last-of-type p {
  padding-bottom: 0;
}

.c-block-list h3 a {
  color: #006644;
}

.c-block-list__header--peacock-blue-dark h3 {
  color: var(--peacock-blue-dark);
}
.c-block-list__header--peacock-blue-dark h3 a {
  color: var(--peacock-blue-dark);
}

.c-block-list__header--sherwood-green h3 {
  color: var(--sherwood-green);
}
.c-block-list__header--sherwood-green h3 a {
  color: var(--sherwood-green);
}

.c-block-list__header--courtyard-green h3 {
  color: var(--courtyard-green);
}
.c-block-list__header--courtyard-green h3 a {
  color: var(--courtyard-green);
}

.c-block-list__header--alfresco h3 {
  color: var(--alfresco);
}
.c-block-list__header--alfresco h3 a {
  color: var(--alfresco);
}

.c-block-list__header--bright-gold h3 {
  color: var(--bright-gold);
}
.c-block-list__header--bright-gold h3 a {
  color: var(--bright-gold);
}

.c-block-list__header--mango-punch h3 {
  color: var(--mango-punch);
}
.c-block-list__header--mango-punch h3 a {
  color: var(--mango-punch);
}

.c-block-list__header--ocre h3 {
  color: var(--ocre);
}
.c-block-list__header--ocre h3 a {
  color: var(--ocre);
}

.c-block-list__header--ocre-dark h3 {
  color: var(--ocre-dark);
}
.c-block-list__header--ocre-dark h3 a {
  color: var(--ocre-dark);
}

.c-block-list__header--babson-green h3 {
  color: var(--babson-green);
}
.c-block-list__header--babson-green h3 a {
  color: var(--babson-green);
}

.c-block-list__header--babson-green-dk h3 {
  color: var(--babson-green-dk);
}
.c-block-list__header--babson-green-dk h3 a {
  color: var(--babson-green-dk);
}

.c-block-list__header--summer-nights h3 {
  color: var(--summer-nights);
}
.c-block-list__header--summer-nights h3 a {
  color: var(--summer-nights);
}

.c-block-list__header--englewood-cliffs h3 {
  color: var(--englewood-cliffs);
}
.c-block-list__header--englewood-cliffs h3 a {
  color: var(--englewood-cliffs);
}

.c-block-list__header--sweet-daphne h3 {
  color: var(--sweet-daphne);
}
.c-block-list__header--sweet-daphne h3 a {
  color: var(--sweet-daphne);
}

.c-block-list__header--cedar-key h3 {
  color: var(--cedar-key);
}
.c-block-list__header--cedar-key h3 a {
  color: var(--cedar-key);
}

.c-block-list__header--blue-heather h3 {
  color: var(--blue-heather);
}
.c-block-list__header--blue-heather h3 a {
  color: var(--blue-heather);
}

.c-block-list__header--beach-haven h3 {
  color: var(--beach-haven);
}
.c-block-list__header--beach-haven h3 a {
  color: var(--beach-haven);
}

.c-block-list__header--sweet-daphne-lt h3 {
  color: var(--sweet-daphne-lt);
}
.c-block-list__header--sweet-daphne-lt h3 a {
  color: var(--sweet-daphne-lt);
}

.c-block-list__header--blue-heather-lt h3 {
  color: var(--blue-heather-lt);
}
.c-block-list__header--blue-heather-lt h3 a {
  color: var(--blue-heather-lt);
}

.c-block-list__header--cedar-key-lt h3 {
  color: var(--cedar-key-lt);
}
.c-block-list__header--cedar-key-lt h3 a {
  color: var(--cedar-key-lt);
}

.c-block-list__header--pale-yellow h3 {
  color: var(--pale-yellow);
}
.c-block-list__header--pale-yellow h3 a {
  color: var(--pale-yellow);
}

.c-block-list__header--gray h3 {
  color: var(--gray);
}
.c-block-list__header--gray h3 a {
  color: var(--gray);
}

.c-block-list__header--medium-gray h3 {
  color: var(--medium-gray);
}
.c-block-list__header--medium-gray h3 a {
  color: var(--medium-gray);
}

.c-block-list__header--darker-gray h3 {
  color: var(--darker-gray);
}
.c-block-list__header--darker-gray h3 a {
  color: var(--darker-gray);
}

.c-block-list__header--gray-30 h3 {
  color: var(--gray-30);
}
.c-block-list__header--gray-30 h3 a {
  color: var(--gray-30);
}

.c-block-list__header--gray-91 h3 {
  color: var(--gray-91);
}
.c-block-list__header--gray-91 h3 a {
  color: var(--gray-91);
}

.c-block-list__header--gray-94 h3 {
  color: var(--gray-94);
}
.c-block-list__header--gray-94 h3 a {
  color: var(--gray-94);
}

.c-block-list__header--white h3 {
  color: var(--white);
}
.c-block-list__header--white h3 a {
  color: var(--white);
}

.c-block-list__header--black h3 {
  color: var(--black);
}
.c-block-list__header--black h3 a {
  color: var(--black);
}

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

/* - Block List */
/* + Branding */
.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: 1rem;
    gap: 1rem;
  }
}
.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);
}
.c-branding > * > a:focus {
  outline: 2px solid var(--bright-gold);
  outline-offset: 2px;
}

/* - Branding */
/* + Breadcrumbs */
.breadcrumb {
  margin: 0.8rem 0 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 0.2s ease-out;
    transition: all 0.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, 0.65);
            box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.65);
  }

  .c-breadcrumbs.active .has-trigger {
    background-color: var(--sweet-daphne);
  }

  .c-breadcrumbs > .has-trigger > ul {
    line-height: 1.2;
    padding: var(--sp--sm) 0;
  }

  .c-breadcrumbs .c-breadcrumbs__droplist {
    background-color: var(--white);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 1px 2px 3px 0px rgba(0, 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;
  }
}
/* - Breadcrumbs */
/* + Bricks */
.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;
}

/* - Bricks */
/* + Business Card */
.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-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: #006644;
}

/* - Business Card */
/* + Buttons */
.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 {
  padding: 1.4rem 4rem;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  text-transform: uppercase;
  color: #fff;
  background: #006644;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  /* made it 1.5 and deleted below line with 1.5 */
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  /*chose between .1rem + .15rem*/
  border: none;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 640px) {
  .btn, .btn--light, .btn--outline, .btn--bright {
    font-size: 1.4rem;
  }
}
.course-search-return a {
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1.2px;
  color: #597c31;
  border: 2px solid #ffffff;
  padding: 0.5rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.course-search-return a:hover {
  border: 2px solid #597C31;
}

.course-search-return a img {
  display: inline-block;
  width: 17px;
  margin-bottom: 4px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.btn:hover,
.btn--light:hover,
.btn--outline:hover,
.btn--bright:hover {
  color: #000000;
  background: #9EB28F;
  text-decoration: none;
}

/*.btn--light:hover, .btn--outline:hover, .btn--bright:hover, .btn:hover {
  text-decoration: none;
}*/
/*.btn {
  line-height: 1.5;
}*/
.btn--light {
  border: 0.2rem solid #e0d464;
  background: #fff;
  color: #005172;
  /*letter-spacing: 0.5px;*/
}

.btn--light:hover {
  color: #fff;
  background: #005172;
  border: 0.2rem solid #005172;
}

.btn--outline {
  border: 0.2rem solid #FFF;
  background: #fff;
  color: #005172;
  /*letter-spacing: 0.5px;*/
}

.btn--outline:hover {
  color: #fff;
  background: transparent;
  border: 0.2rem solid rgba(255, 255, 255, 0.4);
}

.btn--bright {
  background: #597C31;
}

.btn--bright:hover {
  background: #FFF;
}

.btn.btn--bright.btn--large.btn--mobile-full-width:hover {
  background-color: #9EB28F;
  color: #fff;
}

.btn--green-BG {
  background: #006644;
}

.btn--green-BG:hover {
  background: #9EB28F;
}

.btn--med-green-BG {
  background: #597C31;
}

.btn--med-green-BG:hover {
  background: #9EB28F;
}

.btn--blue-BG {
  background: #005172;
}

.btn--blue-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 0.2s linear;
  transition: background-color 0.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 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: #FFFFFF;
}

@media screen and (min-width: 64em) {
  .c-button--dropdown {
    width: auto;
  }
}
.is-open .c-button--dropdown {
  color: #FFFFFF;
}

.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: 0.2rem solid #005172;
  border-radius: 0.1rem;
  color: #fff;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  /*made to match other buttons*/
  line-height: 1.5;
  /*made to match other buttons*/
  margin-bottom: 1.2rem;
  padding: 0.8rem 1.6rem;
  position: static;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

/*@media (min-width: 46em) {
  .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 {
      font-size: 2rem;
    }
}*/
/*Added line below*/
.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: 0.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: #FFFFFF;
  border: 0.2rem solid #e0d464;
  color: #005172;
}

#email-button .button:hover,
#print-button .button:hover {
  background: #005172;
  border: 0.2rem solid #005172;
  color: #FFFFFF;
}

/* - Buttons */
/* + Button CTA */
.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: 22px;
  }
}
.btn--CTA:visited {
  color: #fff;
}

/* - Button CTA */
/* + Call to Actions -- Border */
.call-to-actions--border a {
  text-decoration: none;
}
.call-to-actions--border a:hover {
  text-decoration: underline;
}

/* - Call to Actions -- Border */
/* + Call to Action -- Flex */
.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 {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: scale(1) perspective(1000px);
          transform: scale(1) perspective(1000px);
}

.babson_cta_inner_pages a:hover {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.babson_cta_inner_pages.vertical a:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.babson_cta_inner_pages a:hover .babson_cta_inner_pages-text {
  border-bottom: 2px solid #597c31;
}

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

/* - Call to Action -- Flex */
/* + Call To Action - Inner */
/*.calltoaction__inner {
  width: 100%;
  display: flex;
  margin: 1.6rem 0;
  align-items: center;
  justify-content: space-between;
}*/
.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;
}

/*CALL TO ACTION INNER PAGES - IN ASIDE + SIDEBAR*/
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: 0.2s ease-in-out;
  transition: 0.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;
}

/* - Call To Action - Inner */
/* + Campaign Hero */
.campaign__hero--home {
  background: #006644;
  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: #006644;
  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: #006644;
    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, 0.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, 0.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: #006644;
    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;
  }
}
/* - Campaign Hero */
/* + Card - OHO */
.card .card__inner {
  background: #005172;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.card .card__inner img {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.card:hover .card__inner {
  background-color: #005172;
  opacity: 1;
  z-index: 2;
}

.card:hover .card__inner img {
  opacity: 0.5;
}

.card:hover .card__inner__message {
  background: white;
  border-top: 0.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;
}

/* - Card - OHO */
/* + Card Simple */
.c-card-simple {
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px 1px rgba(0, 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;
}
.c-card-simple__text a {
  text-decoration: none;
  font-weight: 400;
}

.c-card-simple__text p {
  font-family: "Arial", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}

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

/*  -----------------------  MOBILE  -----------------------  */
@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;
}

/*  -----------------------  TABLET + DESKTOP GENERAL -----------------------  */
@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;
  }
}
/*  -----------------------  TABLET  -----------------------  */
@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: 0.6;
        -ms-flex: 0.6;
            flex: 0.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: 0.6;
        -ms-flex: 0.6;
            flex: 0.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: 0.6;
    -ms-flex: 0.6;
    flex: 0.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: 0.5;
    -ms-flex: 0.5;
    flex: 0.5;
  }
}
/*  -----------------------  DESKTOP  -----------------------  */
@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: 0.6;
        -ms-flex: 0.6;
            flex: 0.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: 0.6;
        -ms-flex: 0.6;
            flex: 0.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: 0.4;
    -ms-flex: 0.4;
    flex: 0.4;
  }
}
.c-card-simple__text h3 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
}

.c-card-simple__text span.subtitle {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 2.4rem;
}

.c-card-simple__text h3.no-space-after {
  margin-bottom: 0 !important;
}

/*  ----  small  ----  */
.c-card-simple__text.small-card-fonts {
  padding: 2rem;
}

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

@media screen and (min-width: 40rem) {
  .c-card-simple__text.small-card-fonts h3 {
    font-size: 2.2rem;
  }
}
.c-card-simple__text.small-card-fonts span.subtitle {
  margin-bottom: 1.2rem;
}

.c-card-simple__text.small-card-fonts p {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 2.2rem;
}

/*  ----  medium  ----  */
.c-card-simple__text.medium-card-fonts {
  padding: 2.4rem;
}

.c-card-simple__text.medium-card-fonts h3 {
  font-size: 2.6rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 40rem) {
  .c-card-simple__text.medium-card-fonts h3 {
    font-size: 2.6rem;
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 64rem) {
  .c-card-simple__text.medium-card-fonts h3 {
    font-size: 2.8rem;
  }
}
.c-card-simple__text.medium-card-fonts span.subtitle {
  margin-bottom: 1.5rem;
}

.c-card-simple__text.medium-card-fonts p {
  font-size: 1.6rem;
  margin-bottom: 2.6rem;
}

/*  ----  large  ----  */
.c-card-simple__text.large-card-fonts {
  padding: 3.2rem;
}

.c-card-simple__text.large-card-fonts h3 {
  font-size: 2.8rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 40rem) {
  .c-card-simple__text.large-card-fonts h3 {
    font-size: 3.6rem;
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 64rem) {
  .c-card-simple__text.large-card-fonts h3 {
    font-size: 4rem;
  }
}
.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;
}

/*  ----  mixed  ----  */
.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: 2rem;
  margin-bottom: 2rem;
}

.c-card-simple__text.mixed-card-fonts p {
  font-size: 1.6rem;
  margin-bottom: 2.2rem;
}

.c-card-simple__tag {
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.5;
}

.c-card-simple__tag a {
  color: #006644;
}

.c-card-simple__tag a.btn.btn--bright {
  color: #005172;
}

.c-card-simple__tag a.btn.btn--blue-BG,
.c-card-simple__tag a.btn.btn--med-green-BG,
.c-card-simple__tag a.btn.btn--green-BG {
  color: #ffffff;
}

.c-card-simple__tag a.btn.btn--blue-BG:hover,
.c-card-simple__tag a.btn.btn--med-green-BG:hover,
.c-card-simple__tag a.btn.btn--green-BG:hover {
  color: #000 !important;
  background: #9EB28F !important;
}

.c-card-simple__text a.btn.btn--light:hover {
  background: #005172 !important;
}

.c-card-simple__tag a.btn,
.c-card-simple__tag a.btn.btn--bright,
.c-card-simple__tag a.btn.btn--blue-BG,
.c-card-simple__tag a.btn.btn--med-green-BG,
.c-card-simple__tag a.btn.btn--green-BG {
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
  max-width: 225px;
  text-align: center;
}

.tag-link {
  margin-bottom: 0;
  line-height: 1.1;
  font-family: "Oswald", sans-serif;
  color: #006644;
  text-transform: uppercase;
  font-size: 1.6rem;
}

.tag-link:hover {
  text-decoration: underline;
}

.u-text__color--white.c-card-simple .c-card-simple__tag a.btn.btn--light {
  color: #005172 !important;
}

.u-text__color--white.c-card-simple .c-card-simple__tag a.btn.btn--light:hover {
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF;
}

.u-text__color--white.c-card-simple .c-card-simple__tag .tag-link {
  color: #FFFFFF;
}

.c-card-simple.alfresco {
  border-top: 0.5rem solid #5c7f92;
}

.c-card-simple.peacock-blue-dark {
  border-top: 0.5rem solid #368180;
}

.c-card-simple.sherwood-green {
  border-top: 0.5rem solid #9eb28f;
}

.c-card-simple.courtyard-green {
  border-top: 0.5rem solid #597C31;
}

.c-card-simple.mango-punch {
  border-top: 0.5rem solid #eeaf00;
}

.c-card-simple.sweet-daphne {
  border-top: 0.5rem solid #CCD695;
}

.c-card-simple.cedar-key {
  border-top: 0.5rem solid #dad7cb;
}

.c-card-simple.blue-heather {
  border-top: 0.5rem solid #c6d3d7;
}

/*  --------  overrides  --------  */
.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;
}

/* Card Simple in dropdown menu */
.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-cta-menu .c-card-simple .c-card-simple__text div a {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
}

.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;
  font-size: 1.6rem;
}

/* - Card */
/* + Simple Card Carousel */
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

/*  ------------------  SLICK DOTS AND ARROWS  ------------------  */
.simple-card-carousel--wrapper .slick-dots {
  bottom: -3rem;
}

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

.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 0.5s ease;
  transition: all 0.5s ease;
}

.simple-card-carousel--wrapper .slick-prev:focus,
.simple-card-carousel--wrapper .slick-next:focus,
.slick-dots li button:focus:before,
.simple-card-carousel--wrapper .c-card-simple * a:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(21, 156, 228, 0.4);
          box-shadow: 0 0 0 3px rgba(21, 156, 228, 0.4);
}

.simple-card-carousel--wrapper .slick-prev.slick-disabled,
.simple-card-carousel--wrapper .slick-next.slick-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.simple-card-carousel--wrapper .slick-next:before {
  background: url("https://www.babson.edu/media/images/digital-style-guide/chevron-arrow-right.png");
}

.simple-card-carousel--wrapper .slick-prev:before {
  background: url("https://www.babson.edu/media/images/digital-style-guide/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;
  }
}
/* – Simple Card Carousel*/
/* + Carousel */
.carousel--wrapper {
  width: 100%;
  overflow: hidden;
  background: #006644;
}

.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 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  top: 50%;
}

.carousel--wrapper .fa-chevron-square-left,
.carousel--wrapper .fa-chevron-left {
  left: 0.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: 0.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.2;
  max-width: 1200px;
  width: 100%;
}

.carousel__img-element__text__title span {
  font-family: "Zilla Slab", serif;
  font-weight: normal;
  font-style: italic;
  color: #006644;
}

@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 0.4rem 0.3rem rgba(0, 0, 0, 0.4), 0rem 0.8rem 1.3rem rgba(0, 0, 0, 0.1), 0rem 1.8rem 23px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 1200px) {
  .carousel__img-element__text__title {
    font-size: 45px;
    line-height: 1;
  }
}
@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 0.4rem 0.3rem rgba(0, 0, 0, 0.4), 0rem 0.8rem 1.3rem rgba(0, 0, 0, 0.1), 0rem 1.8rem 23px rgba(0, 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: 0.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: 0.5px;
}

.carousel__img-element__text__cta__element--btn a:hover {
  background: transparent;
  border: 0.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 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;
  }
}

/* - Carousel */
/* + Checkerboard */
.checkerboard-item {
  position: relative;
  -webkit-box-shadow: inset 0 0.7rem 0.9rem -7px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0.7rem 0.9rem -7px rgba(0, 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: 0.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: 0.6;
  fill: #FFF;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.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;
  }
}
/* - Checkerboard */
/* + Collapsible Form */
.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: 0.8rem;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border: solid #006644;
  border-width: 0 0.3rem 0.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;
}

/* - Collapsible Form */
.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: 0.8rem 1.6rem !important;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.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 0.35s ease-in-out;
    transition: max-height 0.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 0.35s ease-in-out;
    transition: all 0.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: 0.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 0.35s ease-in-out;
      transition: -webkit-transform 0.35s ease-in-out;
      transition: transform 0.35s ease-in-out;
      transition: transform 0.35s ease-in-out, -webkit-transform 0.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: 0.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: 0.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: #006644;
}
.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 {}

/* + Connect With Us */
.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: 0.5rem;
}

/* - Connect With Us */
/* + Content Menu */
.c-content-menu {
  position: fixed;
  overflow: scroll;
  top: 0vh;
  left: -999999px;
  width: 100vw;
  height: 100%;
  z-index: 201;
  background-color: #fff;
  visibility: hidden;
}
.c-content-menu.ready {
  display: none;
}
.c-content-menu.show {
  -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;
  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;
}

.c-content-menu a.focus-visible {
  outline-width: 2px;
  outline-offset: 2px;
  outline-style: solid;
  outline-color: var(--peacock-blue-dark);
}

.c-content-menu a:focus-visible {
  outline-width: 2px;
  outline-offset: 2px;
  outline-style: solid;
  outline-color: var(--peacock-blue-dark);
}
.c-content-menu a:focus {
  outline-width: 2px;
  outline-offset: 2px;
  outline-style: solid;
  outline-color: var(--peacock-blue-dark);
}

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

/* - Content Menu */
/* + Controls (Modal Window Controls) */
.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: 15px var(--sp--2xl) 15px 20px;
  height: 72.99px;
  background: #006644;
}
@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: 30px 20px;
    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: 8px;
}
.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: 10px;
    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: 16px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 0.3rem 0.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: #ffffff;
}

.all-babson-btn img {
  width: 1.6rem;
  margin-bottom: 4px;
  margin-left: 0px !important;
}

/* - Controls (Modal Window Controls) */
/* + Cookie Notice */
/* Test Overlay Privacy Policy */
.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, 0.9);
  border-bottom: 0.2rem solid #cccccc;
  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: #ffffff;
  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: #ffffff;
  text-transform: none;
  font-size: 2.8rem;
}

a.cookie-handler {
  /*color:#384FFF;*/
  color: white;
}

.cookie-handler a:not(.btn--light) {
  text-decoration: underline;
  color: white !important;
}

.boxclose, .boxclose2 {
  color: white;
  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: 0.3rem;
  margin-bottom: 0.3rem;
  display: inline-block;
  vertical-align: middle;
  padding: 3px;
}
.boxclose:focus, .boxclose2:focus {
  background: none;
}
.boxclose:focus i, .boxclose2:focus i {
  border: 1px solid #fff;
}

.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, 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: #005172;
}
#cookie-handler2 a.btn--light:hover {
  color: #ffffff;
}

.cookie-handler .btn--light {
  cursor: pointer;
  color: #005172;
  line-height: 1 !important;
  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;
}

/* Test Bottom Bar Privacy Policy */
.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: white;
  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: 0.5rem;
  right: 0;
  padding: 0.8em 1.2em;
  background-color: #be0f34;
  font-size: 1em;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0.3rem;
  border: none;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  margin: 0.5em 0;
  margin-right: 0.5em;
  -webkit-transition: background ease-out 0.3s;
  transition: background ease-out 0.3s;
}

.section-id-12047 #cookie-notice .cookie-notice-content {
  padding: 1em 1em 1em 1em;
}

.section-id-12047 #cookie-notice .cookie-notice-text a {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

/* Alternate Verion - Privacy Policy Modal Overlay Card */
.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: #ffffff;
  max-width: 450px;
  height: auto;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 1rem -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 1rem -5px rgba(0, 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: 16px !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: #ffffff !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, 0.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: 20px;
    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;
  }
}
/* - Cookie Notice */
/* + Copyright */
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;
}

/* - Copyright */
/* + Course Catalog Module */
#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: 0.5rem;
  font-size: 20px;
  width: 3rem;
  height: 3rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.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: 0.5rem;
  font-size: 20px;
  width: 3rem;
  height: 3rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.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;
}

/*  --------  LABELS  --------  */
#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;
}

/*  ---- Course SEARCH ----  */
#searchoptions .panel input[type=checkbox]:checked + span:after,
#checkboxes-coursecompare .panel input[type=checkbox]:checked + span:after {
  left: 0.7rem;
  top: 0.3rem;
  width: 0.35rem;
  height: 1.1rem;
  border: solid #597C31;
  border-width: 0 0.3rem 0.3rem 0;
  -webkit-transform: rotate(40deg) !important;
  -ms-transform: rotate(45deg) !important;
}

.panel .course-link {
  display: block;
  color: white;
  margin-top: 1.25em;
  float: right;
}

.panel .course-link:after {
  font-family: FontAwesome;
  content: "";
  margin-left: 0.5em;
  margin-bottom: -2px;
  color: #0e4966;
}

/* Filter for Courses box */
.panel.course-search-widget input[type=text] {
  border: 0.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: #ffffff;
  background: #006644;
}

.panel input[type=submit]:disabled {
  background: #DAD7CB;
  color: #6C6F70;
}

.panel input[type=submit]:disabled:hover {
  border: 0;
}

/*  ---- overrides of link text ----  */
#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 LISTING  --------  */
.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: #006644;
  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 DETAIL PAGE  --------  */
.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  --------  */
.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: 0.5rem;
  }
}
.compare-save-button a {
  position: relative;
  padding: 0.8rem 1.5rem 0.8rem 1.5rem;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  text-decoration: none !important;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.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: 0.3rem 0.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 Detail Buttons*/
.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: 0.65rem 0.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: #ffffff;
  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: #ffffff;
}

/*  --------  PAGINATION  -------- */
.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 #006644;
  color: #597C31;
  padding: 0.15em 0 0.2em 0;
  height: 43px;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  text-decoration: none;
  margin: 0 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: #ffffff;
  background: #597C31;
}

.course-catalog-page-layout .pagination span.currentpage {
  color: #ffffff;
  background: #597C31;
  border: none;
  border-bottom: 4px solid #CCD695;
  padding-bottom: 0.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: 0.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: 0.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;
  }
}
/*  --------  FILTER BOXES that show when filters are chosen  --------  */
#searchoptions-filters[data-t4-ajax-group] [data-t4-filter] {
  display: inline-block;
  padding: 0.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;
}

/*  --------  COURSE COMPARE PAGE  --------  */
#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: #006644 !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 - Sidebar Subnav */
/* Desktop */
.course-catalog-page-layout .sidebar-subnav--content,
.course-catalog-page-layout .sidebar .nav--regional {
  display: none;
}

/* Hide MORE IN THIS SECTION */
.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;
  }

  /* Hide MORE IN THIS SECTION */
  .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: #006644;
  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: 0.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: 0.2rem solid #ffffff;
  color: #464646;
}

.course-catalog-page-layout .sidebar-subnav--content ul > li > a:hover {
  background: #597C31;
  color: #ffffff;
}

.course-catalog-page-layout .nav--regional .currentbranch0 a,
.course-catalog-page-layout .nav--regional .currentbranch1 a {
  background: #597C31;
  background-color: #597C31;
  color: #ffffff;
  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;
  }
}
/* MORE IN THIS SECTION BUTTON */
.course-catalog-page-layout .sidebar-subnav--button {
  display: block;
  border: none;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  color: #006644;
  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: #ffffff;
}

@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: 0.2rem solid #ffffff;
  }
}
.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: 0.2rem;
}

.course-catalog-page-layout .sidebar-subnav--button:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.course-catalog-page-layout .sidebar-subnav--button.engaged:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

/* - Course Catalog - Sidebar Subnav */
/* + COURSE CATALOG PL OVERRIDES */
/* Re-overrides stacking at later width */
@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: 0.5rem;
  font-size: 20px;
  width: 3rem;
  height: 3rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.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;
}

/*FILTERS*/
#division,
#creditsbody {
  margin-bottom: 0;
  overflow: hidden;
  height: 0px;
  padding-top: 70px;
  margin-top: -70px;
}

/*Clear Filter buttons*/
#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 0.5rem !important;
  cursor: pointer;
}

#checkboxes-coursetype .clear {
  margin-top: unset;
}

#courseList .t4-btn:after {
  padding: 0.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: #ffffff;
  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: 0.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;
}

/*hiding duplicate Course Overview text*/
.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;
}

/*Old Course Catalog pages*/
.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;
  }
}
/* - Course Catalog Module */
/* + CTA Feature Box */
.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);
}

/* - CTA Feature Box */
/* + CTA Highlight Section */
.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 h2 {
  font-family: "Oswald", sans-serif;
  font-size: 3.4rem;
  color: #145451;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 2rem;
  display: block;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .c-cta-highlight-section h2 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 64em) {
  .c-cta-highlight-section h2 {
    font-size: 4.8rem;
  }
}
.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: #ffffff;
}

.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;
  /* flex-basis: 10rem; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.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: 0.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: normal;
  font-size: 1.6rem;
  line-height: 1.1;
  background: rgba(89, 124, 49, 0.95);
  padding: 1rem;
  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;
}

@media screen and (min-width: 40em) {
  .c-cta-highlight-section a.btn {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 64em) {
  .c-cta-highlight-section a.btn {
    font-size: 2rem;
  }
}
.c-cta-highlight-section.remove-bg a.btn:hover {
  color: #000000;
  background: #9EB28F;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}

.c-cta-highlight-section a.btn:hover,
.c-cta-highlight-section.white-text a.btn:hover {
  color: #597C31;
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px 1px rgba(0, 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("https://www.babson.edu/media/images/digital-style-guide/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 Highlight Section */
/* + CTA Inline Groups */
.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 a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.cta-inline-groups a:hover {
  text-decoration: underline;
}

.cta-inline-groups.align--horizontal-side-by-side,
.cta-inline-groups.align--horizontal-stacked {
  width: 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;
}

.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 {
  margin-bottom: 2rem;
}

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

@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.5rem;
  }

  .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: 5rem;
    margin-bottom: 2.5rem;
  }
}
@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: 5rem;
  }

  .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: 8rem;
  }
}
.cta-inline-groups.align--horizontal-side-by-side.even-spacing li,
.cta-inline-groups.align--horizontal-stacked.even-spacing li {
  margin-right: 0;
}

@media only screen and (min-width: 40em) {
  .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;
  }
}
@media only screen and (min-width: 64em) {
  .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: 3.4rem;
  }
}
.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;
}

/* STACKED */
.cta-inline-groups.align--horizontal-stacked li.cta-inline-items:last-of-type {
  margin-right: 0;
}

.cta-inline-groups.align--horizontal-stacked li.cta-inline-items .icon-text {
  padding-left: 2rem;
  padding-right: 2rem;
}

.cta-inline-groups.align--horizontal-stacked.even-spacing li {
  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;
}

.icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon-text:hover {
  text-decoration: none;
}

.icon-text .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

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

/* VERTICAL */
.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;
}

/* IMAGE SIZES */
.cta-inline-groups.imagesize--small .img img {
  margin-right: 0.8rem;
  max-width: 3.6rem;
  max-height: 3.6rem;
}

.cta-inline-groups.imagesize--medium .img img {
  margin-right: 1rem;
  max-width: 5rem;
  max-height: 5rem;
}

.cta-inline-groups.imagesize--large .img img {
  margin-right: 1.5rem;
  max-width: 8rem;
  max-height: 8rem;
}

.cta-inline-groups.align--horizontal-stacked.imagesize--small .img img {
  margin: 0 0 1rem 0;
}

.cta-inline-groups.align--horizontal-stacked.imagesize--medium .img img {
  margin: 0 0 1.2rem 0;
}

.cta-inline-groups.align--horizontal-stacked.imagesize--large .img img {
  margin: 0 0 1.5rem 0;
}

.cta-inline-groups.align--horizontal-stacked .icon-text .content {
  text-align: center;
  line-height: normal;
}

/* PADDING FOR BORDER  */
.cta-inline-groups.fontsize--small.cta-inline-groups.cta-inline-items--add-padding {
  padding: 1rem 1rem 0 1rem;
}

.cta-inline-groups.fontsize--medium.cta-inline-groups.cta-inline-items--add-padding {
  padding: 2rem 2rem 0 2rem;
}

.cta-inline-groups.fontsize--large.cta-inline-groups.cta-inline-items--add-padding {
  padding: 2.5rem 2.5rem 0 2.5rem;
}

/* PADDING FOR BACKGROUND */
.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 {
  padding: 2rem;
}

.cta-inline-groups.fontsize--large li.cta-inline-items--add-padding .icon-text {
  padding: 2.5rem;
}

.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.cta-inline-items--add-padding .icon-text {
  padding-right: 1rem;
  padding-left: 1rem;
}

.cta-inline-groups.align--horizontal-stacked.even-spacing li .icon-text {
  padding-right: 1rem;
  padding-left: 1rem;
}

.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.fonttype--serif {
  font-family: "Zilla Slab", serif;
}

.cta-inline-groups.fonttype--sans {
  font-family: "Oswald", sans-serif;
}

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

.cta-inline-groups.fontstyle--regular {
  font-style: normal;
}

.cta-inline-groups.fontstyle--bold {
  font-weight: bold;
}

.cta-inline-groups.fontstyle--italic {
  font-style: italic;
}

@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: #ffffff;
}

.cta-inline-groups li a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.cta-inline-groups li:hover a {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.cta-inline-groups.align--vertical li:hover a {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.cta-inline-groups li a .content {
  border-top: 2px solid rgba(89, 124, 49, 0);
  -webkit-transition: 0.2s ease-in-out;
  border-bottom: 2px solid rgba(89, 124, 49, 0);
  transition: 0.2s ease-in-out;
}

.cta-inline-groups li:hover a .content {
  border-bottom: 2px solid #597c31;
}

.cta-inline-groups li.u-background--alfresco:hover a .content,
.cta-inline-groups li.u-background--summer-nights:hover a .content,
.cta-inline-groups li.u-background--babson-green:hover a .content,
.cta-inline-groups li.u-background--peacock-blue-dark:hover a .content,
.cta-inline-groups li.u-background--ocre-dark:hover a .content,
.cta-inline-groups li.u-background--englewood-cliffs:hover a .content,
.cta-inline-groups li.u-background--medium-gray:hover a .content,
.cta-inline-groups li.u-background--courtyard-green:hover a .content {
  border-bottom: 2px solid #ffffff;
}

.cta-inline-groups li:hover a {
  text-decoration: none;
}

.cta-inline-groups.align--vertical,
.cta-inline-groups.align--vertical li .content {
  display: inline;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

/* - CTA Inline Group */
/* + CTA Menu */
.c-cta-menu {
  grid-area: right;
  margin: var(--sp--3xl);
}
@media screen and (min-width: 64em) {
  .c-cta-menu {
    margin: 0 0 0 50px;
  }
}
.c-cta-menu li + li {
  margin-top: 4px;
}

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: 40px;
  font-size: 20px;
}
.c-menu-cta > .headline {
  color: #006644;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
}
.c-menu-cta > p {
  color: #4d4d4d;
  font-family: "Zilla Slab";
  font-size: 16px;
  line-height: 1.5;
  margin: 8px 0 0;
}
.c-menu-cta > .btn {
  margin-top: 18px;
}

/* - CTA Menu */
/* + CTA Section */
.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;
  }

  /*.cta-section li:not(:last-child) {
    margin-bottom: 1rem;
  }*/
}
@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: 0.5rem;
    padding-right: 0.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 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  height: 100%;
}

.cta-section .btn {
  font-weight: 300;
}

.cta-section li a:hover {
  background-color: #9EB28F;
  color: #000000;
}

.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: 0.2rem;
}

.cta-section__btn__text {
  font-size: 21px;
  line-height: 25px;
}

.o-adv-wrapper .cta-section {
  width: 100%;
}

/* - CTA Section */
@at_root .cta--homepage {
  .cta {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #0b5271;
    height: 100%;
    line-height: 1.5;
    padding: 0.8rem;
    text-align: left;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.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: #ffffff;
    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: 0.2rem solid #ffffff;
  border-left: 0.2rem solid #ffffff;
  -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: 0.2rem solid #ffffff;
}
.ctas .grid--tiles__item:nth-child(3), .ctas .grid--tiles__item:nth-child(4) {
  border-top: 0.2rem solid #ffffff;
}
@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: 0.2rem solid #ffffff;
    border-bottom: none;
  }
  .ctas .grid--tiles__item:nth-child(3) {
    border-left: 0.2rem solid #ffffff;
    border-top: none;
  }
  .ctas .grid--tiles__item:nth-child(4) {
    border-right: none;
    border-top: none;
  }
}

/* + Curriculum */
.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: white;
  margin-bottom: 0.6rem;
}

.course h3 {
  color: white;
  font-size: 3rem;
}

.white-text,
.semester,
.course,
.elective,
.credits {
  color: white;
  padding: 2rem 1.2rem;
  line-height: normal;
}

.semester,
.elective,
.bookend-left,
.centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Let the content go to the next line. */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* Keep the content together instead of space in between. */
  -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: 26px;
  line-height: 3.2rem;
}

.semester span {
  line-height: 2.4rem;
  color: #DAD7CB;
}

.bracket {
  border: 0.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: 0.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: #ffffff;
  margin-bottom: 0;
  line-height: 2.4rem;
  font-size: 2rem;
  font-weight: 300;
}

.curriculum-container p a {
  color: #fff;
}

/* - Curriculum */
/* + Custom Button */
.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;
}

.c-custom-button .btn {
  font-size: 2rem;
  padding: 0.8rem 1.6rem;
  letter-spacing: 0.15rem;
}

.c-custom-button .btn-primary {
  border: 0.2rem solid #005172;
  background: #005172;
}

.c-custom-button .btn-primary:hover {
  border: 0.2rem solid #e0d464;
  background: #fff;
  color: #005172;
}

.btn-peacock-blue-dark-border {
  border: 0.2rem solid #368180;
  background: #fff;
  color: #597C31;
}

.btn-peacock-blue-dark-border:hover {
  border: 0.2rem solid #368180;
  background: #368180;
  color: #FFFFFF;
}

/*Custom Button within dropdown menu */
.btn.menu-button-courtyard {
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  padding: 2.4rem 1.5rem 2.3rem 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  text-align: center;
  color: #ffffff;
  width: 21.6rem;
  background: #597C31;
  text-decoration: none;
  word-wrap: break-word;
}

.btn.menu-button-courtyard:hover {
  color: #000000;
  background: #9EB28F;
}

.btn--light.courtyard-green-text {
  color: #597c31;
}

.btn--light.courtyard-green-text:hover {
  color: #fff;
  background: #597c31;
  border: 2px solid #597c31;
}

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

/* - Custom Button */
/* + Date Card */
.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, 0.1);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}

.date-card-month {
  font-size: 3rem;
  margin-bottom: 1.8rem;
}

.date-card-day {
  font-size: 8.5rem;
  line-height: 0.9;
  margin-bottom: 1.8rem;
}

.date-card-text {
  font-size: 2.2rem;
  line-height: 1.3;
}

.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: 0.5rem solid #5c7f92;
}

.date-card.peacock-blue-dark {
  border-top: 0.5rem solid #368180;
}

.date-card.sherwood-green {
  border-top: 0.5rem solid #9eb28f;
}

.date-card.courtyard-green {
  border-top: 0.5rem solid #597C31;
}

.date-card.mango-punch {
  border-top: 0.5rem solid #eeaf00;
}

.date-card.sweet-daphne {
  border-top: 0.5rem solid #CCD695;
}

.date-card.cedar-key {
  border-top: 0.5rem solid #dad7cb;
}

.date-card.blue-heather {
  border-top: 0.5rem solid #c6d3d7;
}

.date-card-text-detail {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 300;
}

@media screen and (min-width: 40em) {
  .date-card {
    padding: 2rem 2rem 3rem 2rem;
  }

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

  .date-card-day {
    font-size: 10.5rem;
    margin-bottom: 2rem;
  }

  .date-card-text {
    font-size: 2.7rem;
  }

  .date-card-text-detail {
    font-size: 2rem;
  }
}
/* - Date Card */
/* + Date Card CONTENT TYPE */
.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: #006644;
}

.c-date-card hr {
  border-color: #E0D464;
}

.c-date-card.drop-shadow {
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px 1px rgba(0, 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;
}

.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: #ffffff !important;
  background: #597C31 !important;
}

.date-card-month p {
  font-size: 3rem;
  margin-bottom: 1.8rem;
}

.date-card-day p {
  font-size: 8.5rem;
  line-height: 0.9;
  margin-bottom: 1.8rem;
}

.date-card-day.small-date-text p {
  font-size: 6.5rem;
}

.date-card-text p {
  font-size: 2.2rem;
  line-height: 1.3;
}

.c-date-card hr {
  border-width: 2px;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.c-date-card .date-card-detail p {
  margin-bottom: 0;
}

.c-date-card hr.babson-green {
  border-color: #006644;
}

.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: #ffffff;
}

.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, 0.7);
}

.c-date-card hr.transparent-white {
  border-color: rgba(255, 255, 255, 0.9);
}

.c-date-card.alfresco {
  border-top: 0.5rem solid #5c7f92;
}

.c-date-card.peacock-blue-dark {
  border-top: 0.5rem solid #368180;
}

.c-date-card.sherwood-green {
  border-top: 0.5rem solid #9eb28f;
}

.c-date-card.courtyard-green {
  border-top: 0.5rem solid #597C31;
}

.c-date-card.mango-punch {
  border-top: 0.5rem solid #eeaf00;
}

.c-date-card.sweet-daphne {
  border-top: 0.5rem solid #CCD695;
}

.c-date-card.cedar-key {
  border-top: 0.5rem solid #dad7cb;
}

.c-date-card.blue-heather {
  border-top: 0.5rem solid #c6d3d7;
}

.date-card-detail p {
  font-size: 1.6rem;
  line-height: 1.4;
  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;
    margin-bottom: 2rem;
  }

  .date-card-day p {
    font-size: 10.5rem;
    margin-bottom: 2rem;
  }

  .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;
  }
}
/* - Date Card */
/* + Differentiators */
.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: 0.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: 22px;
  line-height: 27px;
  margin-bottom: 2.4rem;
}

.differentiator__text p {
  font-family: "Oswald", sans-serif;
  color: #000;
  font-size: 1.6rem;
  line-height: 23px;
  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: #006644;
  margin-left: 0;
}

.differentiator__hero--stat {
  font-family: "Oswald", sans-serif;
  color: #005172;
  line-height: 1;
  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%;
}

/* - Differentiators */
/* + Dropdown */
.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;
  overflow: hidden;
  margin-bottom: 0;
  background: #597C31;
  border-top: 0.1rem solid #9EB28F;
  border-bottom: 0.1rem solid #9EB28F;
  -webkit-transition: opacity 0.25s linear, top 0.25s linear;
  transition: opacity 0.25s linear, top 0.25s linear;
  display: none;
}

@media screen and (min-width: 64em) {
  .c-dropdown__list {
    border: 0.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;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
  background-color: #005172;
}

@media screen and (min-width: 64em) {
  .c-dropdown__item {
    background: #597C31;
    border-bottom: 0.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;
}
.utility-nav .c-button--dropdown:focus {
  outline: 1px dotted var(--white);
}

.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: 0.1rem solid #9EB28F;
  }
}
.c-header .c-dropdown__item a {
  color: #ffffff;
  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-dropdown__item a:focus {
  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;
}

/* - Dropdown */
/* + Emergency Alert */
.alertBarBox {
  position: relative;
  line-height: normal;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.alertBar {
  color: #FFFFFF;
  margin: 0 auto;
  padding: 1rem 2rem;
  width: 100%;
  max-width: 140rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.alertBar a {
  color: #ffffff;
  text-decoration: underline;
}

@media screen and (min-width: 40em) {
  .alertBar {
    padding: 1rem 3rem;
  }
}
@media screen and (min-width: 64em) {
  .alertBar {
    padding: 1rem 0;
    margin: 0 3.7rem;
  }
}
@media screen and (min-width: 92.125em) {
  .alertBar {
    margin: 0 auto;
  }
}
.alertBarFullWidth {
  background-color: #990000;
  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.4;
  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;
}

.alert-red {
  background-color: #990000;
}

.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:focus {
  outline-offset: 1px;
  outline: -webkit-focus-ring-color auto 1px;
}

button.closeAlert .fas.fa-times {
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  top: 1rem;
  right: 0;
  position: absolute;
  left: 0;
}

.alert-red button.closeAlert .fas.fa-times,
.alert-blue button.closeAlert .fas.fa-times,
.alert-grey button.closeAlert .fas.fa-times,
.alert-green button.closeAlert .fas.fa-times {
  color: #ffffff;
}

.alert-light-grey button.closeAlert .fas.fa-times,
.alert-light-yellow button.closeAlert .fas.fa-times,
.alert-light-blue button.closeAlert .fas.fa-times {
  color: #464646;
}

@media screen and (min-width: 40em) {
  button.closeAlert {
    right: 2rem;
  }

  button.closeAlert .fas.fa-times {
    top: 1rem;
  }
}
/* - Emergency Alert */
/* + Evening MBA Visualization */
.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: #006644;
  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);
}

/* - Evening MBA Visualization */
/* + Event Box */
.event-box {
  border: 1px solid #000000;
  padding: 2rem;
  background: #ffffff;
}
.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 Box */
.event-listing {
  font-size: 1.4rem;
  line-height: 1.5;
  /*
  .grid--tiles__item {
    &:nth-child( n+5 ) {
      display: none;

      @include breakpoint( desktop ) {
        display: block;
      }

    }
  }
  */
}
.event-listing .media {
  margin-bottom: 3.2rem;
}

/* + Event Series */
.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: 0.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: 44px;
  font-weight: 600;
  line-height: 1;
}

.c-event-series__date-block__year {
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  color: #006644;
}

.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: 0.6rem;
  line-height: 1.25;
}

.c-event-series__event-details li i.fas {
  position: absolute;
  left: -15px;
  top: 0.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;
  text-decoration: none;
}

.c-event-series__instance h3 a:hover,
.c-event-series__instance h3 a:focus {
  color: #006644;
}

.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: #006644;
}

.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: 0.5rem solid #CCD695;
}

.c-event-series__slick .slick-arrow {
  border: none;
  background-color: #e0d464;
  border-radius: 0.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: 0.25;
}

.c-event-series__instance .c-event-series__date-block {
  border-right: none;
}

/* - Event Series */
.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 List Short */
.events-module.result-only-short article {
  margin-bottom: 20px;
}
.events-module.result-only-short .event-date-wrapper {
  padding-right: 20px;
  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: 24px;
  font-weight: 600;
  line-height: 1;
}
.events-module.result-only-short .babson-alum__date-block__day {
  font-family: "Oswald", sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
}
.events-module.result-only-short .babson-alum__date-block__year {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  color: #006644;
}
.events-module.result-only-short .event-info h4 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.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: #006644;
}
.events-module.result-only-short .babson-alum__event-details ul {
  list-style: none;
  padding-left: 15px;
  margin-bottom: 0;
}
.events-module.result-only-short .babson-alum__event-details ul li {
  position: relative;
  margin-bottom: 6px;
}
.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: 16px;
  text-align: center;
  color: #464646;
}
.events-module.result-only-short .babson-alum__event-details ul li span {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
}

/* - Events List Short */
/* + Expert */
@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: 0.1rem solid #D8D8D8;
    height: 100%;
    width: 0.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: 0.1rem solid #D8D8D8;
    height: 100%;
    width: 0.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: #006644;
  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: 0.1rem solid #D8D8D8;
}

/* - Expert */
/* + Faculty Filters */
#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 {
  /*text-align: right;*/
  width: 30%;
}

#facprof_list .showmore a {
  color: #006644;
  font-family: "Oswald", sans-serif;
  font-size: 125%;
  text-decoration: none;
}

.faculty-filters.program-filters {
  padding-top: 2rem;
  padding-bottom: 0.5rem;
  margin-bottom: 5rem;
}

.field--wrapper .faculty-filters .field__container {
  margin-bottom: 0;
}

.site-content .faculty-filters select {
  border: 0.2rem solid #e0d464;
  color: #000;
  background-color: #ffffff;
  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: 0.8rem;
}

@media screen and (min-width: 40em) {
  .program-filters {
    margin-bottom: 6rem;
  }
}
.program-filters.exec-ed-filters {
  background-color: #368180;
  font-size: 14px;
}

/* - Faculty Filters */
.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: 0.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: 0.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, 0.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;
}

/* + Fixed CTAs */
.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: whitesmoke;
  text-align: center;
  padding: 10px;
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px rgba(0, 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: whitesmoke;
  -webkit-box-shadow: 2px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px -2px rgba(0, 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: 15px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 1rem;
  height: 46px;
}

.c-ctas__content .btn--CTA:hover {
  color: #000;
}

@media screen and (min-width: 75em) {
  .c-ctas__content .btn--CTA {
    margin-right: 0;
    height: 40px;
    padding: 1rem 1.5rem;
    width: 17rem;
    font-size: 14px;
  }
}
.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;
  }
}
/* - Fixed CTAs */
.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%;
  }
}

/* + Footer */
.l-footer {
  background-color: #006644;
  padding: 7rem 0;
  -webkit-box-shadow: inset 0 0.7rem 0.9rem -7px rgba(0, 0, 0, 0.6);
          box-shadow: inset 0 0.7rem 0.9rem -7px rgba(0, 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: 0.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, 0.1);
  border-top: 0.1rem solid rgba(255, 255, 255, 0.3);
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.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;
}

/* Make locations unstack earlier */
@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: 0.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: 1;
}

.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: 28px;
  line-height: 0;
  margin-right: 0.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: 0.5;
}

.l-footer__lower-region .social-links li a img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* Portal Footer only */
.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;
}

/* - Footer */
/* + Footnote */
.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;
  }
}
/* - Footnote */
/* + Form Assembly */
.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;
  background-color: #ffffff !important;
  color: #000000;
  font: 1.6rem "Oswald", sans-serif;
  text-transform: none;
  height: 43px;
  border: 0.2rem solid #006644;
  border-radius: 0;
  padding: 0.8rem;
  margin: 0;
  display: block;
}

.wForm textarea,
.wForm .oneField > .inputWrapper textarea,
textarea {
  min-height: 56px;
  color: #000000;
  overflow: hidden;
}

.wFormContainer .wForm input[type=file] {
  line-height: 1;
  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;
  margin: 0 0 1rem 0;
  height: 43px !important;
  font-size: 1.6rem;
  font-family: "Oswald", sans-serif !important;
  padding: 0.5rem;
  border: 0.2rem solid #006644;
  background-color: #ffffff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('/media/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: #000000;
}

.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] {
  font-family: "Zilla Slab", serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  background: #006644;
  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 0.2s ease-out;
  transition: background 0.2s ease-out;
}

.wForm .primaryAction,
.wForm .actions .primaryAction,
.primaryAction {
  margin-top: 35px;
  margin-bottom: 2rem;
}

input#submit_button.primaryAction[value="Please wait..."] {
  color: #ffffff !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-control:focus,
body:not(.page__legacy) .wForm form input:not([type=checkbox]):not([type=radio]):not([type=image]):not([type=submit]):focus,
body:not(.page__legacy) .wForm form textarea:focus,
body:not(.page__legacy) .wForm form select:focus,
.wForm input[type=text]:focus,
.wForm .oneField > .inputWrapper input:focus,
.wForm .oneField > .inputWrapper select:focus,
.wForm .oneField > .inputWrapper textarea:focus,
input[type=text]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=color]:focus,
fieldset .form_responses textarea:focus,
textarea:focus,
.js-t4form-container .form-group button[type=submit]:focus,
.wForm .primaryAction:focus,
.wForm .actions .primaryAction:focus,
button[type=submit]:focus,
input[type=submit]:focus {
  border: 0.2rem solid #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.075), 0 0 0.8rem rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.075), 0 0 0.8rem rgba(102, 175, 233, 0.6);
}

.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: 0.2rem solid #006644;
}

.js-elements-container {
  max-width: 85rem;
  margin: 0 auto;
}

.js-t4form-container .form-control {
  width: 100% !important;
  background-color: #ffffff !important;
  color: #000000 !important;
  font-size: 1.6rem !important;
  font-family: "Oswald", sans-serif;
  height: 43px !important;
  border: 0.2rem solid #006644 !important;
  border-radius: 0 !important;
  padding: 0.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: #FFFFFF;
  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: 0;
  overflow: hidden;
  /* NOTE: prevents a bug in IE on low resolution computers where scrollbars were appearing and "blinking" */
}

.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: 0.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: #F00;
  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::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: 0.8rem !important;
  padding-bottom: 0rem !important;
  width: 100%;
}

.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: 0.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: #006644;
}

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;
  /*NOTE: allows the multi-select-message to show*/
  font-size: 1.5rem;
}

.wFormContainer .multi-select-message {
  margin-top: -2.4rem;
  /*NOTE: back up to the select box*/
  display: block;
  font-size: 1.4rem;
}

.wFormContainer .wForm .hint,
.wFormContainer .wForm .delimiter {
  font-size: 1.6rem;
  line-height: 1.2 !important;
  color: #464646;
  font-family: "Zilla Slab", serif;
}

.field-hint,
.wForm .field-hint,
.field-hint-inactive {
  margin-top: 0.6rem !important;
  background-color: unset !important;
  line-height: 1;
}

.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: #FFFFFF;
  border: 0.2rem solid #006644 !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 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;
}

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

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

.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: 0.1rem;
  width: 2.2rem;
  height: 2.2rem;
  border: 0.2rem solid #006644;
  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: 0.1rem;
  border: 0.2rem solid #006644;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  background: #FFFFFF;
}

.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: 0.15em;
  left: 0.22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #464646;
}

input[type=radio]:checked + label:after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 0.7rem;
  left: 0.6rem;
  background: #464646;
  border-radius: 50%;
}

input[type=checkbox]:checked + label:after,
input[type=checkbox]:checked + span:after {
  left: 0.7rem;
  top: 0.1rem;
  width: 0.8rem;
  height: 1.5rem;
  border: solid #000;
  border-width: 0 0.3rem 0.3rem 0;
  -webkit-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
}

.wFormContainer [type=checkbox]:checked + label:after {
  left: 0.7rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1.2rem;
  border: solid #000;
  border-width: 0 0.3rem 0.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: 0.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: #FFFFFF;
  font-family: "Oswald", sans-serif;
  color: #006644;
  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: 28px;
  font-weight: 400;
  color: #006644;
  background: #FFFFFF;
  margin: 3rem 0 1.5rem 0;
}

#form_3fd02ec2-1b96-450a-874a-08796f683d4d_container button {
  background-color: #006644;
  border: none;
  border-radius: 0;
  color: #fff;
  width: 100%;
  font-family: "Zilla Slab", serif;
  font-weight: 400;
  letter-spacing: 0.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 0.2s ease-out;
  transition: background 0.2s ease-out;
}

#form_3fd02ec2-1b96-450a-874a-08796f683d4d_container .form_responses input[type=radio] + label {
  padding-bottom: 0.5rem !important;
  margin-bottom: 0.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: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

.search-filter-block form input {
  border: none;
}

.collapsible-form-container.program-filters__collapsible-container .btn--bright.btn__small:hover {
  background: #006644;
  color: #ffffff;
}

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: #ffffff;
}

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

form.collapsible-form .checkbox__container input:focus ~ .checkmark {
  outline-width: 0.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: 0.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: 0.7rem;
  top: 0.1rem;
  width: 0.5rem;
  height: 1.2rem;
  border: solid #000;
  border-width: 0 0.3rem 0.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: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

form.collapsible-form .checkbox__container input:focus ~ .checkmark {
  outline-width: 0.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;
}

.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: 0.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: 0.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: #006644;
  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: 0.2rem solid #FFFFFF !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 {
  color: #FFFFFF !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: 0.2rem solid #567b8a;
}

.form-assembly-container.u-form-bg-alfresco .wForm .primaryAction {
  background: #EDE8C4;
  border: 0.2rem solid #EDE8C4 !important;
  color: #005172;
}

.form-assembly-container.u-form-bg-alfresco .wForm .primaryAction:hover {
  background: #005172;
  border: 0.2rem solid #FFFFFF !important;
  color: #FFFFFF;
}

.form-assembly-container.u-form-bg-alfresco .wFormContainer .errMsg {
  text-transform: uppercase;
}

.form-assembly-container.u-form-bg-alfresco .htmlContent {
  color: #ffffff;
}

/* ————————————— */
.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: 0.2rem solid #FFFFFF !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: 0.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 {
  color: white !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: 0.2rem solid #EDE8C4 !important;
  color: #006644;
}

.form-assembly-container.u-form-bg-courtyard-green .wForm .primaryAction:hover {
  background: #006644;
  border: 0.2rem solid #FFFFFF !important;
  color: #FFFFFF;
}

/* ————————————— */
.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: 0.2rem solid #567B8A !important;
}

.form-assembly-container.u-form-bg-blue-heather-lt .wForm .primaryAction {
  background: #567B8A;
  border: 0.2rem solid #567B8A !important;
}

.form-assembly-container.u-form-bg-blue-heather-lt .wForm .primaryAction:hover {
  background: #005172;
  border: 0.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: 0.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 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 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 {
  font-family: "Zilla Slab", serif;
  color: #FFF;
  font-size: 1.6rem;
  display: inline-block;
  margin-bottom: 0.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: 0.3rem 0.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: 0.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: #ffffff;
  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: #ffffff;
}

.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.2;
  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: 0.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: 0.8rem;
  font-size: 2rem;
  height: 4.4rem !important;
  border: 0.2rem solid #76e3db;
  padding: 0 !important;
  margin-bottom: 0;
}

.form-assembly-container.u-form-bg-ad-landing .wForm .primaryAction:hover {
  background: #e0d464;
  border: 0.2rem solid #e0d464 !important;
  color: #222222;
  padding: 0 !important;
}

.form-assembly-container.u-form-bg-ad-landing .wFormContainer .errMsg {
  text-transform: uppercase;
  color: #e0d464;
  letter-spacing: 0.1rem;
  margin-top: 0.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: 0.5;
}

.wForm h4 {
  font-size: 24px !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.4 !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: #ffffff;
}

.u-form-bg-alfresco .wForm .htmlContent,
.u-form-bg-courtyard-green .htmlContent,
.u-form-bg-ad-landing .htmlContent {
  color: #ffffff;
}

/*FIX FOR INLINE LABELS ON FORMS THROUGHOUT THE SITE*/
#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:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  box-shadow: 0 0 0 30px white 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: 0.1;
  z-index: 77;
  display: block;
  font-size: 2.5rem;
  background: #ffffff;
  padding: 1rem;
  color: #006644;
}

@media screen and (min-width: 40em) {
  .wForm .inputWrapper .fa.fa-times-circle.tt-clear {
    margin-right: -0.5rem;
  }
}
/* For phone landscape */
@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;
  }
}
/* - Form Assembly */
.site-content > .l-container {
  background-color: #ffffff;
  position: relative;
  z-index: 100;
}
.site-content .formlabel2 {
  color: #005172;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.25;
}
.site-content .section_delimit {
  height: 0.5em;
  display: none;
}
.site-content .section_frame.castor-dots_row {
  padding-top: 0 !important;
  border: none !important;
}
.site-content .hdr_infocopy {
  margin-bottom: 0.65em !important;
}
.site-content .castor-H1.castor-dots_hdr {
  color: #006644;
  font-family: "Oswald", sans-serif;
  font-size: 2.333333em;
  line-height: 1.1;
  padding-bottom: 0.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: 0.5rem;
  position: static;
}
.site-content .fieldalert {
  color: #e21a1a;
  margin-left: 0.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: 0.75em;
}

/* + General Content Block */
.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, 0.1);
  box-shadow: 1px 1px 5px 1px rgba(0, 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, 0.7);
}

.u-background--transparent-white {
  background: rgba(255, 255, 255, 0.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: 0.5rem solid #5c7f92;
}

.c-general-content-block.peacock-blue-dark {
  border-top: 0.5rem solid #368180;
}

.c-general-content-block.sherwood-green {
  border-top: 0.5rem solid #9eb28f;
}

.c-general-content-block.courtyard-green {
  border-top: 0.5rem solid #597C31;
}

.c-general-content-block.mango-punch {
  border-top: 0.5rem solid #eeaf00;
}

.c-general-content-block.sweet-daphne {
  border-top: 0.5rem solid #CCD695;
}

.c-general-content-block.cedar-key {
  border-top: 0.5rem solid #dad7cb;
}

.c-general-content-block.blue-heather {
  border-top: 0.5rem solid #c6d3d7;
}

/* - General Content Block */
/* + General Content */
.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;
}

/* - General Content */
/* + Global Menu */
.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 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.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);
  }
}

/* ---------------------------------- *\
    GLOBAL MENU OPTION
    part of "Global Menu"
\* ---------------------------------- */
.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 button:focus {
  outline: 2px solid var(--babson-green);
  outline-offset: -2px;
}
.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: 18px;
  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: 20px;
    text-transform: uppercase;
    padding: 25px 0 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-main-options {
  border-top: 1px solid var(--bright-gold);
  border-bottom: 1px solid var(--bright-gold);
}
.c-main-options li + li {
  border-top: 1px solid var(--bright-gold);
}

/* ---------------------------------- *\
    SECONDARY OPTIONS MENU
    part of "Global Menu"
\* ---------------------------------- */
.c-secondary-options {
  padding-top: 23px;
  background-color: #F5F7E8;
}

.c-secondary-options a {
  color: #4d4d4d;
  display: block;
  font-family: "Zilla Slab";
  font-size: 18px;
  padding: 13px 0 13px 25px;
  text-decoration: none;
}

@media screen and (min-width: 60em) {
  .c-secondary-options a {
    font-size: 20px;
  }
}
/* - Global Menu */
/* + Grad Content */
.grad__content__related-links h2,
.grad__content__related-links h3,
.grad__content__related-links h4 {
  font-size: 2rem;
  text-transform: uppercase;
  border-top: 0.2rem solid rgba(91, 187, 183, 0.44);
  padding-top: 0.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: 26px;
  width: 80%;
}

.grad__content__next-steps .cell div.grid-x .cell {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.grad__content__next-steps .btn {
  font-size: 22px;
  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: 0.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 Content */
/* + Grad Hero */
.grad--hero {
  position: relative;
  background-color: #ffffff;
  width: 100%;
}
@media screen and (min-width: 40em) {
  .grad--hero {
    background-color: #006644;
  }
}

.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__image:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 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));

  @at-root .section__header & {
    background-image: none;
  }
}

.grad--hero__image img {
  vertical-align: middle;
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 750px;
  object-fit: cover;
  margin-bottom: 1rem;
}

@media (max-height: 800px) {
  .grad--hero__image {
    max-height: 70vh;
  }
}
*/
.grad--hero__text {
  color: #006644;
  margin-top: 2rem;
}
.grad--hero__text a:link {
  color: #006644;
  text-decoration: underline;
  font-weight: bold;
}
.grad--hero__text a:hover {
  color: #ffffff !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: #006644;
}
@media screen and (min-width: 40em) {
  .grad--hero__text {
    bottom: 0;
    color: #ffffff;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 3;
  }
  .grad--hero__text a {
    color: #ffffff;
    text-decoration: underline;
  }
  .grad--hero__text a:hover {
    color: #597C31 !important;
    background: #ffffff !important;
  }
  .grad--hero__text a:link {
    color: #ffffff;
    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: #ffffff;
    margin: 0;
    text-shadow: 0 0.2rem 0.4rem rgba(0, 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 Hero */
/* + Grad Programs */
.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 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.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;
}

/* Override blue text on Apple devices */
.grad__programs select, .programs-filters, .collapsible-form-container.program-filters__collapsible-container {
  color: #000000;
  -webkit-text-fill-color: #000000;
}

.program-filters.exec-ed-filters form.collapsible-form.accordion-init label select {
  color: #000000;
  -webkit-text-fill-color: #000000;
}

/* + Grad Slider Cards */
.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: 0.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: 0.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;
  height: auto;
  float: none;
}

.grad__slider-card__wrap:nth-child(3n+1) .grad__slider-card {
  background-color: #f5f7e8;
}

.grad__slider-card__wrap:nth-child(3n+2) .grad__slider-card {
  background-color: #f4f3ee;
}

.grad__slider-card__wrap: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: #006644;
  margin-left: 0;
}

.grad__slider-card__text {
  padding: 2.4rem;
}

.grad__slider-card__text h3 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  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;
}

/* - Grad Slider Cards */
/* + Hamburger Utility Nav */
.c-hamburgerutilitynav {
  background-color: #F5F7E8;
  padding-top: 2rem;
}
.c-hamburgerutilitynav > ul {
  display: none;
}
.c-hamburgerutilitynav > .selected,
.c-hamburgerutilitynav > .selected-fixed {
  display: block;
}
.c-hamburgerutilitynav a:hover {
  background-color: var(--sweet-daphne);
}

.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;
  }
}
.c-secondary-options a:focus {
  outline-offset: -2px;
}

/* - Hamburger Utility Nav */
/* + Header */
.header-main {
  position: relative;
  padding: 4rem 0 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: #006644;
  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;
}

/* - Header */
/* + Hero CTA Combo - */
html {
  scroll-behavior: smooth;
}

.hero-cta-combo__hero {
  position: relative;
  background-color: #ffffff;
  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: #006644;
  margin-top: 2rem;
}

.hero-cta-combo__hero__text a:link {
  color: #006644;
  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: #ffffff;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 3;
  }

  .hero-cta-combo__hero__text a:link {
    color: #ffffff;
    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 0.2rem 0.4rem rgba(0, 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;
  }
}
.btn--CTA:visited {
  color: #fff;
}

.hero-cta-combo__cta-btn-container:first-of-type .btn {
  background: #006644;
}

.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;
  }
}
/* - Hero CTA Combo */
/* + Hero Image */
.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: 4;
  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: 0.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;
  }
}
/* ------------- Image TALLER - L2, Article, Product ------------- */
.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,
.c-hero-image.level-product-page .c-hero-image__media {
    height: 55.1rem;
  }

  .c-hero-image.level-3-page,
.c-hero-image.level-article-page,
.c-hero-image.level-product-page {
    min-height: 55.1rem;
  }

  .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,
.c-hero-image.level-product-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,
.c-hero-image.level-product-page {
    min-height: 63rem;
  }
}
/* ------------- Image SHORTER - L4, L5 ------------- */
.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;
  }
}
/* ------------------ L3, L4, Art, Prod - TEXT OVER IMAGE ------------------ */
.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, 0.85);
  padding: 0.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: 0.6rem 3rem 2rem 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: 0.7rem 4rem 2rem 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;
  }
}
/* ------------------ L2, L5 - TEXT UNDER IMAGE ------------------ */
.c-hero-image.level-2-page .c-hero-image__text {
  margin-top: 0.6rem;
}

.c-hero-image.level-5-page .c-hero-image__text {
  margin: 0.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: 0.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;
  }
}
/* ------------------ L3, L4, Art - TEXT OVER SHORT ------------------ */
.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: 0.7rem solid #509E9F;
  }
}
/* ------ LEVEL 2 - Text under TALL 70 | 56 | 38 ---- */
.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: 7rem;
  }
}
/* ------ LEVEL 3, 4, 5, Art + Prod ---- */
.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-3-page .c-hero-image__text h1 {
  font-size: 3.8rem;
}

.c-hero-image.level-3-page .c-hero-image__text {
  border-top: 0.4rem solid #EEAF00;
}

.c-hero-image.level-4-page .c-hero-image__text {
  border-top: 0.4rem solid #509E9F;
}

.c-hero-image.level-5-page .c-hero-image__media {
  border-bottom: 0.4rem solid #CCD695;
}

.c-hero-image.level-article-page .c-hero-image__text {
  border-top: 0.4rem solid #C6D3D7;
}

.c-hero-image.level-product-page .c-hero-image__text {
  border-top: 0.4rem solid #E0D464;
}

@media screen and (min-width: 40rem) {
  .c-hero-image.level-3-page .c-hero-image__text h1 {
    font-size: 5.2rem;
  }
}
@media screen and (min-width: 980px) {
  .c-hero-image.level-4-page .c-hero-image__text {
    border-top: 0.7rem solid #509E9F;
  }

  .c-hero-image.level-5-page .c-hero-image__media {
    border-bottom: 0.7rem solid #CCD695;
  }

  .c-hero-image.level-article-page .c-hero-image__text {
    border-top: 0.7rem solid #C6D3D7;
  }

  .c-hero-image.level-product-page .c-hero-image__text {
    border-top: 0.7rem solid #E0D464;
  }

  .c-hero-image.level-3-page .c-hero-image__text {
    border-top: 0.7rem solid #EEAF00;
  }

  .c-hero-image.level-3-page .c-hero-image__text h1 {
    font-size: 6.2rem;
  }
}
/* ------ PRODUCT PAGE ---- */
.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, 0.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 {
    margin-top: -27.5rem;
    left: 3rem;
    max-width: 94rem;
  }

  .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 {
    font-size: 5.4rem;
    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;
  }

  .c-hero-image.level-product-page .product-text-group {
    left: 0;
  }

  .c-hero-image.level-product-page .breadcrumb-desktop {
    margin-left: auto;
  }
}
/* - Hero Image */
/* + High Priority CTA */
.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: 22px;
  }
}
.babson-panel__prority-cta h2 {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #006644;
  border-top: 0.2rem solid #DAD7CB;
  padding-top: 2rem;
  margin: 0 0 2rem 0;
}

/* - High Priority CTA */
/* + Home Display */
.home-display--wrapper {
  width: 100%;
  overflow: hidden;
  background: #006644;
}

@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;
  line-height: 0;
  z-index: 1;
  width: 100%;
  opacity: 0.3;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.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: #ffffff;
}

@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.2;
  max-width: 1200px;
  width: 100%;
}

.home-display__img-element__text__title span {
  font-family: "Zilla Slab", serif;
  font-weight: normal;
  font-style: italic;
  color: #006644;
}

@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 0.4rem 0.3rem rgba(0, 0, 0, 0.4), 0rem 0.8rem 1.3rem rgba(0, 0, 0, 0.1), 0rem 1.8rem 23px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 1200px) {
  .home-display__img-element__text__title {
    font-size: 35px;
  }
}
@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 0.4rem 0.3rem rgba(0, 0, 0, 0.4), 0rem 0.8rem 1.3rem rgba(0, 0, 0, 0.1), 0rem 1.8rem 23px rgba(0, 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: 0.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: 0.5px;
}

.home-display__img-element__text__cta__element--btn a:hover {
  background: transparent;
  border: 0.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 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 0.4s ease-in-out;
  transition: all 0.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: 0.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: #006644;
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  opacity: 0.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;
  width: 100%;
  height: 100%;
  padding: 0;
  color: #222;
  background: transparent;
  padding: 3rem;
  text-align: left;
  border-right: 0.1rem solid rgba(255, 255, 255, 0.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, 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.3;
  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: #006644;
}

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

/* - Home Display */
/* + Homepage Events */
.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: #006644;
  border-bottom: 0.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: 0.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: 0.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: 0.2rem;
}

.homepage-events .event .fa.fa-clock {
  margin-right: 1.2rem;
}

/* - Homepage Events */
/* + Homepage Highlight News */
.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;
  }
}
/* – Homepage Highlight News */
/* + Image Content Type */
.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: #ffffff;
  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: #000000;
}

.image-with-optional-text.has-text-overlay {
  text-align: center;
  width: 100%;
  overflow: hidden;
}

.image-with-optional-text.has-text-overlay .text-over-image-band {
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.image-with-optional-text.has-text-overlay:hover .text-over-image-band {
  opacity: 0.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 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 222;
}

.c-image .content:hover .content-overlay {
  opacity: 1;
}

/*TEXT OVERLAY*/
.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 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 888;
}

.content:hover .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;
  line-height: 1.3;
  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.3;
  padding: 1rem 1.5rem;
}

/* Small desktop 18 | tablet 16 | mobile 14
Medium desktop 26 | tablet 22 | mobile 18px
Large desktop 30 | tablet 26 | mobile 20px */
.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: 1rem 0 1rem 0;*/
  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: 2rem 0 1.5rem 0;*/
    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: 1rem 0 1.5rem 0;*/
    margin: 0 0 1.5rem 0;
  }
}
/* HIGHLIGHT NAV BOX */
.highlight-nav-box .text-over-image-band {
  background: rgba(89, 124, 49, 0.8);
  bottom: 0;
  padding: 0;
  min-height: 8.5rem;
  top: unset;
  margin-top: 40%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.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 {
  font-family: "Oswald", sans-serif;
  position: absolute;
  text-transform: uppercase;
  bottom: 0;
  font-size: 2rem;
  line-height: 1.1;
  text-align: left;
  padding: 0 1rem 0.8rem 1rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.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 {
    font-size: 2rem;
    padding: 0 1.5rem 0.8rem 1.5rem;
  }
}
@media screen and (min-width: 705px) {
  .highlight-nav-box .text-over-image-band .text-over-image {
    font-size: 2.2rem;
    padding: 0 1.5rem 1.5rem 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 {
    font-size: 2.5rem;
  }
}
/* ------------------------- */
.white-bg-black-text {
  background: rgba(255, 255, 255, 0.8);
}

.mango-punch-bg-black-text {
  background: rgba(238, 175, 0, 0.85);
}

.sweet-daphne-bg-black-text {
  background: rgba(199, 210, 138, 0.85);
}

.bright-gold-bg-black-text {
  background: rgba(221, 208, 85, 0.85);
}

.blue-heather-bg-black-text {
  background: rgba(198, 211, 215, 0.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: #000000 !important;
}

.black-bg-white-text {
  background: rgba(0, 0, 0, 0.7);
}

.summer-nights-bg-white-text {
  background: rgba(0, 81, 114, 0.8);
}

.babson-green-bg-white-text {
  background: rgba(0, 102, 67, 0.8);
}

.englewood-cliffs-bg-white-text {
  background: rgba(108, 111, 112, 0.85);
}

.alfresco-bg-white-text {
  background: rgba(86, 123, 138, 0.8);
}

.courtyard-green-bg-white-text {
  background: rgba(89, 124, 49, 0.8);
}

.peacock-blue-dark-bg-white-text {
  background: rgba(54, 129, 128, 0.8);
}

a .no-bg-white-text ~ .text-overlay-details *,
a .black-bg-white-text ~ .text-overlay-details *,
a .summer-nights-bg-white-text ~ .text-overlay-details *,
a .babson-green-bg-white-text ~ .text-overlay-details *,
a .englewood-cliffs-bg-white-text ~ .text-overlay-details *,
a .alfresco-bg-white-text ~ .text-overlay-details *,
a .courtyard-green-bg-white-text ~ .text-overlay-details *,
a .peacock-blue-dark-bg-white-text ~ .text-overlay-details * {
  color: #ffffff;
}

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

/* IMAGE OVERLAY */
.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 0.5s ease-in-out 0s;
  transition: all 0.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 0.5s ease-in-out 0s;
  transition: all 0.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 0.5s ease-in-out 0s;
    transition: all 0.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 0.5s ease-in-out 0s;
    transition: all 0.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;
  }
}
/* Portrait */
@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 0.5s ease-in-out 0s;
    transition: all 0.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 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    opacity: 0;
    z-index: -1;
    -ms-touch-action: auto;
    touch-action: auto;
  }
}
/* Landscape */
@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 0.5s ease-in-out 0s;
    transition: all 0.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 0.5s ease-in-out 0s;
    transition: all 0.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 0.5s ease-in-out 0s;
    transition: all 0.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 0.5s ease-in-out 0s;
    transition: all 0.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: #ffffff;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.5rem 0.6rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 2rem;
  font-size: 1.7rem;
  z-index: 88888888;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.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, 0.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 0.5s ease-in-out 0s;
    transition: all 0.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 0.5s ease-in-out 0s;
    transition: all 0.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;
  }
}
/* - Image Content Type */
/* + Juicer */
.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: 26px;
  line-height: 39px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 3rem;
}

@media screen and (min-width: 40em) {
  .babson-alumni__juicer h2 {
    font-size: 36px;
    line-height: 44px;
    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, 0.33) !important;
  font-family: "Oswald", sans-serif;
  color: #005172;
  font-size: 1.8rem;
  line-height: 1;
  padding: 1rem 1.5rem 1.5rem;
  margin: 0 0 0 1rem;
  border-bottom: none;
  border: 0.1rem solid rgba(255, 255, 255, 0.66);
  border-radius: 0.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;
  line-height: 1;
  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, 0.66) !important;
  border: 0.1rem solid rgba(255, 255, 255, 0.66) !important;
}

.babson-alumni__juicer .juicer-feed ul.j-display-filters li.j-social-icon.highlight {
  background: #fff !important;
  border: 0.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: 0.2rem solid #006644;
  background: #006644;
  color: #fff;
  letter-spacing: 0.1rem;
  font-family: "Oswald", sans-serif;
}

.babson-alumni__juicer .juicer-feed .j-paginate:hover {
  border: 0.2rem solid #9EB28F;
  background: #9EB28F;
}

.j-post-overlay.juicer-feed .j-navigate a.j-previous:before,
.j-post-overlay.juicer-feed .j-navigate a.j-next:before {
  font-size: 36px;
}

/* - Juicer */
/* + Jumbotron */
.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: 0.7rem solid #C6D3D7;
  background-color: rgba(255, 255, 255, 0.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 > p:last-of-type {
  -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: 0.6;
  fill: #FFF;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.c-jumbotron__media a:hover svg {
  height: 18.75rem;
  width: 18.75rem;
  opacity: 0.4;
}

.c-jumbotron__text .btn {
  line-height: 1.5;
  padding: 1.4rem 1.7rem;
  width: 144px;
  text-align: center;
}

.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: 1.4rem 2rem;
  text-align: center;
  display: 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: 144px;
  max-width: 337px !important;
}

@media screen and (max-width: 640px) {
  .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 .btn--light:hover {
  color: #fff;
  background: #005172;
  border: 0.2rem solid #005172;
}

.c-jumbotron__text.alfresco {
  border-top: 0.7rem solid #5c7f92;
}

.c-jumbotron__text.blue-heather {
  border-top: 0.7rem solid #c6d3d7;
}

.c-jumbotron__text.cedar-key {
  border-top: 0.7rem solid #dad7cb;
}

.c-jumbotron__text.courtyard-green {
  border-top: 0.7rem solid #597C31;
}

.c-jumbotron__text.mango-punch {
  border-top: 0.7rem solid #EEAF00;
}

.c-jumbotron__text.peacock-blue-dark {
  border-top: 0.7rem solid #368180;
}

.c-jumbotron__text.sherwood-green {
  border-top: 0.7rem solid #9eb28f;
}

.c-jumbotron__text.sweet-daphne {
  border-top: 0.7rem solid #CCD695;
}

.c-jumbotron__text h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #006644;
  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: 0.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;
  }
}
@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%;
}

@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;
    /*display: -webkit-box;
    display: -ms-flexbox;*/
    height: 100%;
    padding: 3rem;
    vertical-align: middle;
    border-top: none;
  }

  .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%;
  }
}
/* – Jumbotron */
/* + Jump links */
.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: 0.4rem 1.2rem 1rem 1.2rem;
  position: relative;
  border-top: 0.5rem solid #C6D3D7;
}

.jump-links h2 {
  font-family: "Oswald", sans-serif;
  color: #006644;
  font-weight: 400;
  padding-bottom: 0.4rem;
  margin-bottom: 1.2rem;
  line-height: 2;
  border-bottom: 0.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 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 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.jump-links a:hover, .jump-links a:focus {
  color: #006644;
}

.jump-links a:hover:after, .jump-links a:focus:after {
  color: #006644;
}

.jump-links a:hover:after, .jump-links a:focus:after {
  color: #006644;
}

.jump-links a:after {
  content: " ";
  font-family: "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  display: inline;
  color: transparent;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.back-to-top.available {
  opacity: 1;
}

.back-to-top {
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.back-to-top button {
  border: none;
  background: rgba(0, 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;
}

/* - Jump links */
/* + Landing Course Details */
.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: #006644;
  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(/media/babson/assets/icons-general/AtA-Glance-AppDeadline-006644.png) ;
}

.landing-course-details .icon-babson-calendar-events-symbol {
  background-image:  url(/media/babson/assets/icons-general/AtA-Glance-DUration-006644.png) ;
}

.landing-course-details .icon-babson-location-pin {
  background-image:  url(/media/babson/assets/icons-general/AtA-Glance-Location-006644.png) ;
}

.landing-course-details .icon-babson-forms {
  background-image:  url(/media/babson/assets/icons-general/AtA-Glance-GMAT-006644.png) ;
}

.landing-course-details .icon-babson-passport {
  background-image:  url(/media/babson/assets/icons-general/AtA-Glance-Visa-006644.png) ;
}

.landing-course-details .icon-babson-briefcase {
  background-image:  url(/media/babson/assets/icons-general/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 Cource Details */
/* + Landing Footer */
.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 Footer */
/* + Landing Form */
.landing-form {
  background-color: #EEF2F3;
  padding: 0 2rem 2rem;
  -webkit-box-shadow: 0rem 0.2rem 0.4rem -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0rem 0.2rem 0.4rem -1px rgba(0, 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 0.3s;
  transition: margin-bottom 0.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: 0.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: #006644;
}

@media screen and (min-width: 64em) {
  .landing-form {
    border-top: 0.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: 0.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 0.2rem 0.4rem -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0rem 0.2rem 0.4rem -1px rgba(0, 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: 0.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 Form */
/* + Landing Hero */
.landing-hero {
  position: relative;
  background-color: white;
}

.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: 0.9;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    background-color: white;
  }
}
.landing-hero h1 {
  margin-bottom: 1rem;
}

.landing-hero p {
  font-size: 1.7rem;
  line-height: 1.3;
  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;
  }
}
/* - Landing Hero */
/* + Links */
.l2-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #006644;
  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: 0.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.4;
}
.l4-link:hover {
  color: #839d66;
}
@media screen and (min-width: 64em) {
  .l4-link {
    color: #4d4d4d;
    font-family: "Zilla Slab", serif;
    line-height: 1.4;
  }
  .l4-link:hover {
    color: #597b31;
  }
}

/* - Links */
/* + List */
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: 0.75rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.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 0.65rem;
    }
    .c-list ul {
      margin: 0 0 1.2rem;
      padding: 0 0 0 0.65rem;
    }
  }
}

/* - List */
/* + Logos */
.utility-nav > ul > .c-logo__centennial {
  display: none;
  max-width: 15%;
  padding: 1.6rem 0 0.5rem 0;
}

.c-logo {
  line-height: 1;
}
.c-logo > a {
  display: block;
}

/* - Logos */
/* + Main Menu Container */
@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: 0.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 0.2rem 0.4rem -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0rem 0.2rem 0.4rem -1px rgba(0, 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: #006644;
  }

  .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: 0.1rem solid rgba(255, 255, 255, 0.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: 0.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;
  }
}
/* - Main Menu Container */
.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 */
.media {
  margin-bottom: 0.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: 0.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 0.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: 0.1rem solid #00536f;
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
}
.media.use-separators.dotted {
  border-bottom-style: dotted;
}

/* Media Object Modifier */
/* Uses flexbox to vertically center the text on the image. */
.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 0.8rem 0 0;
}

/* - Media */
/* + Mega Menu */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
.c-megamenu {
  font-size: 22px;
  line-height: 1;
  -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:focus,
.c-megamenu__option button:focus {
  background-color: transparent;
  color: inherit;
  outline-width: 2px;
  outline-offset: -2px;
  outline-style: solid;
  outline-color: var(--babson-green);
}
.c-megamenu__option a:hover .fas.fa-bars {
  color: var(--white);
}
.c-megamenu__option a.focus-visible {
  background-color: transparent;
  color: inherit;
  outline-width: 2px;
  outline-offset: -2px;
  outline-style: solid;
  outline-color: var(--bright-gold);
}
.c-megamenu__option a:focus-visible {
  background-color: transparent;
  color: inherit;
  outline-width: 2px;
  outline-offset: -2px;
  outline-style: solid;
  outline-color: var(--bright-gold);
}
.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: #ffffff;
  display: block;
  font-family: "Oswald", sans;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
  /* text-transform: uppercase; */
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 12px 15px;
  position: relative;
  z-index: 1;
}
.c-megamenu__option > div:first-child > a:hover {
  color: #006644;
  background: #ffffff;
}
.c-megamenu__option > div:first-child > a:focus {
  outline: 2px solid #E0D464;
  outline-offset: -4px;
}
.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 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.c-megamenu__option > div:first-child > button:focus {
  outline: 2px solid #E0D464;
  outline-offset: -2px;
  opacity: 1;
}
.c-megamenu__option a.focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-megamenu__option a:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-megamenu__trigger {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.c-megamenu__trigger:hover {
  background-color: #fff;
}
.c-megamenu__trigger:hover > div:first-child > a {
  color: #006644;
}
.c-megamenu__trigger:hover > .c-megamenu__menu {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.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 0.2px 0.3px rgba(0, 0, 0, 0.031), 0px 0.5px 0.9px rgba(0, 0, 0, 0.045), 0px 1.2px 2.1px rgba(0, 0, 0, 0.059), 0px 4px 7px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0.2px 0.3px rgba(0, 0, 0, 0.031), 0px 0.5px 0.9px rgba(0, 0, 0, 0.045), 0px 1.2px 2.1px rgba(0, 0, 0, 0.059), 0px 4px 7px rgba(0, 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: 0.2s;
          animation-duration: 0.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.3;
  max-width: 1290px;
  margin: 0 auto;
  padding: 34px 32px 52px;
}
.c-megamenu__menu__inner .heading {
  margin-bottom: 22px;
}
.c-megamenu__menu__inner .heading > a {
  font-size: 32px;
}
.c-megamenu__menu__inner .heading > i {
  font-size: 0.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: 18px;
  padding: 3px 0.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: 0.5rem;
  gap: 0.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.4;
}

/*
.is-trigger > .c-megamenu__list--level-2 .c-megamenu__link {
	padding-left: 1rem; 
}
.is-trigger > .c-megamenu__list--level-3 .c-megamenu__link {
	padding-left: 2rem; 
}
.is-trigger > .c-megamenu__list--level-4 .c-megamenu__link {
	padding-left: 3rem; 
}
.is-trigger > .c-megamenu__list--level-5 .c-megamenu__link {
	padding-left: 4rem; 
}
.is-trigger > .c-megamenu__list--level-6 .c-megamenu__link {
	padding-left: 5rem; 
}
*/
.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 0.15s ease-out;
  transition: height 0.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: 20px;
}

/* - Mega Menu */
/* + Mega Panel */
.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;
  line-height: 1.3;
  border-right: 0.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: #006644 !important;
  text-align: left !important;
  margin-bottom: 1.5rem !important;
  padding: 0 0 1.5rem !important;
  line-height: 1 !important;
  border-bottom: 0.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;
  }
}
/* - Mega Panel */
/* + Mobile Controls */
.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: 0.5rem;
  gap: 0.5rem;
}
.c-mobile-controls a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.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: 0.1rem solid #9EB28F;
}
.c-mobile-controls .c-dropdown__item {
  background: #597C31;
  border-bottom: 0.1rem solid #9EB28F;
}
.c-mobile-controls .c-dropdown__item a:focus {
  color: #ccd695;
}

/* - Mobile Controls */
/* + Nav Dropdown */
.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 0.15s ease-out;
  transition: -webkit-box-flex 0.15s ease-out;
  transition: flex 0.15s ease-out;
  transition: flex 0.15s ease-out, -webkit-box-flex 0.15s ease-out, -ms-flex 0.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__trigger button:focus {
  outline: 2px solid var(--babson-green);
  outline-offset: -2px;
}

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

/* Default link styles */
.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);
}
.c-nav-dropdown__link:focus {
  outline-color: var(--babson-green) !important;
  outline-offset: -2px !important;
}
@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);
  }
}

/* Nested list styling */
.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;
  }
}

/* List Item Styling */
.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;
}

/* Icon styling */
.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;
}
.c-nav-dropdown__button:focus {
  color: inherit;
  outline: 2px solid var(--babson-green);
  outline-offset: -2px;
  background-color: transparent;
}
@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 0.15s ease-out;
  transition: height 0.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 Dropdown */
/* + Navigation - Regional */
.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;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.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: 0.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: #006644;
}

@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: 0.1rem solid #eff0f1;
}

.nav--regional__menus,
.nav--regional__menus [class^=currentbranch] + ul {
  display: block;
}

.nav--regional__menus [class^=currentbranch] > a {
  color: #006644;
  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: 0.1rem solid #eff0f1;
  padding-left: 0.3rem;
}

.nav--regional__menus [class$="-0"] a {
  padding: 0.6rem 0;
  padding-left: 0.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: 0.1rem solid #e0d464;
  display: block;
  padding: 1rem 2rem;
}

@media screen and (min-width: 40em) {
  .currentsection {
    padding: 2rem 1rem;
  }
}
ul ul .currentsection {
  padding-left: 2rem;
}

/* - Navigation - Regional */
/* Navigation Card */
.c-navigation-card {
  border-top: 0.5rem solid var(--courtyard-green);
  -webkit-box-shadow: 0.1rem 0.3rem 0.5rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.1rem 0.3rem 0.5rem rgba(0, 0, 0, 0.2);
  background-color: var(--white);
  color: var(--darker-gray);
  display: block;
  text-decoration: none;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out, -webkit-box-shadow 0.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: 0.1rem 0.3rem 1rem rgba(0, 0, 0, 0.4);
          box-shadow: 0.1rem 0.3rem 1rem rgba(0, 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: 0.1rem 0.3rem 0.5rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.1rem 0.3rem 0.5rem rgba(0, 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 {
  font-size: 2.8rem;
  margin-bottom: 2rem;
}

.c-navigation-card__text h3 {
  font-size: 2.6rem;
  margin-bottom: 2rem;
}

.c-navigation-card__text h4,
.c-navigation-card__text h5 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 40rem) {
  .c-navigation-card__text h2 {
    font-size: 3.6rem;
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 64rem) {
  .c-navigation-card__text h2 {
    font-size: 4rem;
  }

  .c-navigation-card__text h3 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
}
.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;
}

/*  -----------------------  MOBILE  -----------------------  */
@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;
}

/*  -----------------------  TABLET + DESKTOP GENERAL -----------------------  */
@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;
  }
}
/*  -----------------------  TABLET  -----------------------  */
@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: 0.6;
        -ms-flex: 0.6;
            flex: 0.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: 0.6;
        -ms-flex: 0.6;
            flex: 0.6;
  }

  .c-navigation-card__image.image-right-tablet-constrain-image-width-50 {
    -webkit-box-flex: 1.2;
        -ms-flex: 1.2;
            flex: 1.2;
  }
}
/*  -----------------------  DESKTOP  -----------------------  */
@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: 0.6;
        -ms-flex: 0.6;
            flex: 0.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: 0.6;
        -ms-flex: 0.6;
            flex: 0.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%;
}

.tag-link {
  margin-bottom: 0;
  line-height: 1.1;
  font-family: "Oswald", sans-serif;
  color: #006644;
  text-transform: uppercase;
  font-size: 1.6rem;
}

.c-navigation-card:hover .tag-link,
.tag-link:hover {
  text-decoration: underline;
}

.c-navigation-card .btn,
.c-navigation-card .btn--bright,
.c-navigation-card .btn--light,
.c-navigation-card .btn--outline {
  padding-left: 5px;
  padding-right: 5px;
  max-width: 250px;
  text-align: center;
  width: 100%;
}

.c-navigation-card .btn,
.c-navigation-card .btn--bright {
  color: #fff;
  line-height: 1.5;
  text-decoration: none;
}

.c-navigation-card .btn--light,
.c-navigation-card .btn--outline {
  color: #005172;
  line-height: 1.5;
  text-decoration: none;
}

.c-navigation-card:hover .btn--light,
.c-navigation-card:hover .btn--outline {
  text-decoration: none;
}

.c-navigation-card:hover .btn--outline {
  color: #005172;
}

.c-navigation-card:hover div.btn--light {
  background-color: #005172;
  border-color: #005172;
  color: #fff;
}

.c-navigation-card:hover div.btn--bright,
.c-navigation-card:hover div.btn,
.c-navigation-card:hover div.btn--outline {
  color: #000000;
  background-color: var(--sherwood-green);
  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);
}

/* + Navigation */
.navigation {
  display: none;
  background-color: #006644;
  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 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (min-width: 64em) {
  .navigation .menu a {
    padding: 1.2rem 1.2rem 1.2rem;
    font-size: 22px;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 90em) {
  .navigation .menu a {
    padding: 1.2rem 1.5rem 1.2rem;
    font-size: 22px;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 64em) {
  .navigation .menu a:hover {
    background-color: #FFF;
    color: #006644;
  }
}
.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;
}

.btn.btn--med-green-BG.c-cta-menu__btn.focus-visible {
  color: #000000;
  background: #9EB28F;
}

.btn.btn--med-green-BG.c-cta-menu__btn:focus-visible {
  color: #000000;
  background: #9EB28F;
}

.btn.btn--light.focus-visible {
  color: #fff;
  background: #005172;
  border: 0.2rem solid #005172;
}

.btn.btn--light:focus-visible {
  color: #fff;
  background: #005172;
  border: 0.2rem solid #005172;
}

.c-utilitynav a.focus-visible {
  outline-width: 2px;
  outline-style: solid;
  outline-color: #E0D464;
}

.c-utilitynav a:focus-visible {
  outline-width: 2px;
  outline-style: solid;
  outline-color: #E0D464;
}

.c-utilitynav a:focus {
  outline-width: 2px;
  outline-offset: -2px;
  outline-style: solid;
  outline-color: #E0D464;
}

/* ---------- HOVERS ---------- */
.c-utilitynav a:hover .fas.fa-bars {
  color: #ffffff;
}

.c-utilitynav a:hover {
  color: #ccd695;
  /*Sweet Daphne*/
}

/* mega menu - left sidebar  */
/* Removing for now. Causing odd behavior
.c-global-menu__option,
.c-global-menu .u-list-reset.c-secondary-options {
  margin-left: 1rem;
}
.c-global-menu__option > *:first-child,
.u-list-reset.c-secondary-options a {
  padding-left: 1.5rem !important;
}
.c-global-menu__option a:hover {
  color: #ffffff;
}
*/
.c-global-menu__option.selected a:hover {
  color: #464646;
}

/*
.c-global-menu__option:hover {
  background: #597C31;
  margin-left: 0;
} 
.c-global-menu__option > *:first-child:hover {
  padding-left: 2.5rem !important;
}
.c-global-menu .u-list-reset.c-secondary-options a:hover {
  color: #006644;
}
*/
/* mega menu - main area */
.c-section-menu > h2.headline:hover a {
  color: #597C31;
}

/*
.c-section-menu .u-list-reset.c-top-level > li a:hover {
  color: #006644;
}
.c-section-menu .second-level > li > a:hover{
  color: #597C31;
}
*/
/* CLOSE BUTTON */
.c-content-menu__close-btn {
  padding: 0.3rem 0.5rem;
  line-height: 1;
  -ms-flex-item-align: center;
      align-self: center;
}

/*
@media screen and (min-width: 40em) {
  .c-content-menu__close-btn {
    margin-right: 2.5rem;
  }
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
    .c-content-menu__close-btn {
        margin-right: 0;
    }
}

@media screen 
    and (-webkit-min-device-pixel-ratio: 2) 
    and (max-height: 40rem) and (max-width: 63em) 
    and (orientation: landscape) {
    .c-content-menu__close-btn {
        margin-right: 1rem;
    }
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .c-content-menu__close-btn {
        margin-right: 1rem;
    }
}
*/
@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: #ffffff;
}

.c-megamenu__option--hamburger-toggle:hover i,
#menu-toggle:hover i {
  color: #ffffff;
}

.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: #006644;
}

.c-megamenu__option.active > div:first-child > a:hover,
.c-megamenu__option.active:hover > div:first-child > a {
  background: #ffffff;
  color: #006644;
}

/* - Navigation */
/* + Page - Babson Grad - Overrides */
.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: 26px;
  }
}
@media screen and (min-width: 64em) {
  .page--babson-grad .intro-text {
    font-size: 26px;
  }
}
@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;
  }
}
/* - Page - Babson Grad - Overrides */
/* + Pagination */
.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 0.6rem;
}

.alumni-pagination span {
  color: #005172;
}

.alumni-pagination a {
  color: #597C31;
}

.alumni-pagination a:hover {
  color: #006644;
}

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

/* - Pagination */
/* + Partner Orgs Tabs */
.partner-orgs-tabs .tabs__tabs {
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.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: 0.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: 0.1rem solid #f5f7e8;
  border-bottom: 0.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;
  }

  .partner-orgs-tabs .tabs__content[aria-hidden=true] {
    display: none;
  }

  .partner-orgs-tabs .tabs__content[aria-hidden=false] {
    display: block;
  }
}
@media (max-width: 900px) {
  .partner-orgs-tabs .tabs__tabs {
    display: none;
  }

  .partner-orgs-tabs .tabs__content {
    display: block;
    border: 0.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 0.4s ease, color 0.4s ease;
    transition: background 0.4s ease, color 0.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 0.4s ease;
    transition: fill 0.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: 0.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: 0.2rem solid #f5f7e8;
  }

  .partner-orgs-tabs .tabs__tabs__button[aria-selected=false]:hover {
    border-bottom: 0.2rem solid rgba(238, 175, 0, 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;
  }
}
/* - Partner Orgs Tabs */
.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: #006644;
  border-top: 0.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: #000000;
}

.babson-grad__prority-cta .btn span {
  display: inline-block;
  margin: 0;
}

/* - Priority CTA */
/* + Profile Card */
.c-profile-card {
  position: relative;
  -webkit-box-shadow: 0 0 1rem -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 1rem -5px rgba(0, 0, 0, 0.4);
  text-align: left;
  padding: 3rem;
  border-top: 0.5rem solid #C0CC7F;
  background: #ffffff;
  margin-top: 3rem;
}

.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: #006644;
  margin-bottom: 0.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 {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  color: #464646;
}

.c-profile-card .profile-info-top.text-smaller h3 {
  font-size: 2.6rem;
}

.c-profile-card .profile-info-top.text-smaller h4 {
  font-size: 1.6rem;
}

.c-profile-card .profile-info-bottom.text-smaller p {
  font-size: 1.4rem;
}

.c-profile-card .profile-info-top.text-larger h3 {
  font-size: 3rem;
}

.c-profile-card .profile-info-top.text-larger h4 {
  font-size: 1.8rem;
}

.c-profile-card .profile-info-bottom.text-larger p {
  font-size: 1.6rem;
}

.c-profile-card .profile-info-bottom .btn,
.c-profile-card .profile-info-bottom .btn.courtyard-green-text-with-gold-border {
  color: #597c31;
  letter-spacing: normal;
  text-decoration: none;
  padding: 14px 20px;
  min-width: 14.4rem;
  font-weight: 400;
  text-align: center;
  border: 0.2rem solid #e0d464;
  background: #fff;
}

.c-profile-card .profile-info-bottom .btn:hover,
.c-profile-card .profile-info-bottom .btn.courtyard-green-text-with-gold-border:hover {
  color: #fff;
  background: #597c31;
  border: 2px solid #597c31;
}

.c-profile-card .profile-info-bottom .btn.babson-green-tag {
  color: #006644;
  background: none;
  border: none;
  letter-spacing: normal;
  text-decoration: none;
  padding: 14px 0 0 0;
  font-weight: 400;
  text-align: left;
}

.c-profile-card .profile-info-bottom .btn.babson-green-tag:hover {
  text-decoration: underline;
}

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

@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: 3rem;
  }

  .c-profile-card .profile-info-top.text-smaller h4 {
    font-size: 1.8rem;
  }

  .c-profile-card .profile-info-top.text-larger h3 {
    font-size: 3.6rem;
  }

  .c-profile-card .profile-info-top.text-larger h4 {
    font-size: 2rem;
  }

  .c-profile-card .profile-info-bottom.text-larger p {
    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: 16.5rem !important;
    height: 16.5rem !important;
    min-width: 15.5rem;
    max-width: 25.7rem;
  }
}
.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;
}

/* - Profile Card */
/* + Program Filters */
.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: 0.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: #ffffff;
  border: 0.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 Filters */
/* + Program List */
.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: #ffffff !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: black;
}

.program-list__program__detail .text {
  font-weight: 400;
  color: black;
}

@media screen and (min-width: 64em) {
  .program-list__program__details:after {
    content: "";
    position: absolute;
    height: 100%;
    display: block;
    width: 0.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: black;
}

@media screen and (min-width: 64em) {
  .program-list__program__separator:after {
    content: "";
    position: absolute;
    height: 100%;
    display: block;
    width: 0.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('/media/babson/assets/icons-general/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('/media/babson/assets/icons-general/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('/media/babson/assets/icons-general/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('/media/babson/assets/icons-general/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('/media/babson/assets/icons-general/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('/media/babson/assets/icons-general/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(/media/babson/assets/icons-general/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(/media/babson/assets/icons-general/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(/media/babson/assets/icons-general/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(/media/babson/assets/icons-general/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;
}

/* - Program List */
/* + Quote */
.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;
}

.c-quote .quote-text-container {
  display: relative;
  -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-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 6.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: 4rem;
}

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("https://www.babson.edu/media/images/icons/quote.png") no-repeat 0 0;
  background-size: 4rem 3rem;
  position: absolute;
}

/* QUOTE TO LEFT WITH IMAGE */
@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(https://www.babson.edu/media/images/icons/quote.png) no-repeat 0 0;
    background-size: 4rem 3rem;
    z-index: 7;
  }

  .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 blockquote {
    text-align: center !important;
    border-left: none !important;
    margin: 3rem 0 0 0 !important;
    padding: 0 !important;
  }

  .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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0;
  text-align: center;
  margin-bottom: 1rem;
}

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

/* QUOTE ABOVE TEXT */
.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;
}

.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-text-container.text-small blockquote,
.c-quote .quote-text-container.text-small blockquote p {
  font-size: 1.6rem;
}

.c-quote .quote-text-container.text-medium blockquote,
.c-quote .quote-text-container.text-medium blockquote p {
  font-size: 1.6rem;
}

.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: #006644;
  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;
}

@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 blockquote {
    margin-left: 3rem;
    padding-left: 3rem;
  }

  .c-quote.quote-left-of-text-quote-with-image {
    margin-top: 2rem;
  }

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

  .c-quote .quote-text-container.text-medium blockquote,
.c-quote .quote-text-container.text-medium blockquote p {
    font-size: 2.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;
  }
}
@media screen and (min-width: 64em) {
  blockquote,
.c-quote blockquote,
.c-quote blockquote p {
    margin-bottom: 2rem;
  }

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

  .c-quote .quote-text-container.text-small blockquote,
.c-quote .quote-text-container.text-small blockquote p {
    font-size: 2rem;
  }

  .c-quote .quote-text-container.text-medium blockquote,
.c-quote .quote-text-container.text-medium blockquote p {
    font-size: 2.4rem;
  }

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

  .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;
  }
}
/*SIDEBAR QUOTE*/
.sidebar blockquote {
  padding: 0 0 0 2rem;
}

/* - Quote */
/* + Real People Real Stories (rprs) */
.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 0.3rem 0rem;
  text-decoration: underline;
}

.rprs-title,
.rprs-location {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.6rem;
}

.rprs-quote {
  font-size: 1.6rem;
  line-height: 1.6rem;
}

.rprs-img {
  border: 0.1rem solid #eaeaea;
}

.rprs-img-container {
  width: 30%;
}

/* - Real People Real Stories (rprs) */
/* + Registration Form */
.babson__registration-form {
  background-color: #EEF1DC;
  padding-top: 1.875rem;
  padding-bottom: 0;
}

/* Open Enrollment Form */
.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: 34px;
}

@media screen and (min-width: 40em) {
  .babson__registration-form h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 64em) {
  .babson__registration-form h2 {
    font-size: 42px;
  }
}
.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: 0.2rem solid #006644;
  position: relative;
}

@media screen and (min-width: 64em) {
  .babson__registration-form__contact-block:after {
    content: "";
    position: absolute;
    height: 100%;
    display: block;
    width: 0.2rem;
    background-color: #006644;
    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: black;
}

.babson__registration-form__contact-block.babson__registration-form__contact-block h3 {
  font-size: 26px;
}

@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: 25px;
  }
}
@media screen and (min-width: 64em) {
  .babson__registration-form__contact-block.babson__registration-form__contact-block p {
    font-size: 25px;
  }
}
.babson__registration-form__contact-block.babson__registration-form__contact-block a {
  text-decoration: underline;
}

/* - Registration Form */
/* + Related News */
.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: #006644;
  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: 0.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;
}

/* - Related News */
.responsive-feature .media > a {
  text-decoration: none;
}
.responsive-feature .media__body {
  background-color: rgba(0, 0, 0, 0.55);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  line-height: 1.2;
  text-shadow: 0.2rem 0.2rem 0.3rem #333;
  padding: 2rem;
  position: absolute;
  bottom: 9%;
  left: 5%;
  width: 90%;
}
@media (max-width: 46rem) {
  .responsive-feature .media__body {
    background: #006644 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: #006644;
  }
}

/* This section is auto-generated. Please make changes to the original SCSS */
/* + responsive-profile */
.hide-show__visible:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 100%, #ffffff 100%);
  height: 0.5em;
}

.hide-show__paragraph > p {
  margin: 0;
}
.hide-show__paragraph.visible:before {
  height: 0rem;
}
.hide-show__paragraph--enhanced {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hide-show__paragraph--enhanced:before {
  background-color: red;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, #ffffff 100%);
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 4rem;
}

a.hide-show__toggle.hide-show__hidden, a.hide-show__toggle.hide-show__visible {
  color: var(--babson-green);
  font-family: var(--font-headings);
  font-size: 125%;
  text-decoration: none;
}

a.hide-show__toggle .hide-show__icon {
  margin-right: 0.2rem;
  display: inline-block;
  -webkit-transform-origin: center center 0;
          transform-origin: center center 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

a.hide-show__toggle.hide-show__visible .hide-show__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.rp__section {
  border-bottom: 0.1rem solid #e1e1e1;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
.rp__section--sub {
  margin-bottom: 4em;
}
.rp__section--sub:last-child {
  margin-bottom: 0;
}

.rp__header {
  color: #464646;
  font-size: 1.587rem;
  line-height: 1.5;
  font-family: var(--font-default);
  font-size: 1.7rem;
}
.rp__header--academic {
  margin-top: 2rem;
  font-weight: bold;
  font-size: 2rem;
}

.rp__header--roomnum,
.rp__header--location {
  display: inline-block;
  font-size: 1.3rem;
}

.rp__header.rp__header--rank {
  margin: 0;
  font-size: 1.7rem;
  color: #464646;
  line-height: 1.3;
  font-family: var(--font-default);
}
.rp__header--titles {
  padding: 0;
  margin-bottom: 1.5rem;
  font-size: 1.7rem;
  color: #464646;
  line-height: 1.4;
  margin-top: 0.2rem;
}

.rp__capitalize {
  text-transform: capitalize;
}

.responsive-profile__container .Bio-container {
  line-height: 1.4;
  margin-top: 0;
  max-height: 8rem;
  margin-bottom: 1.5rem;
  font-size: 1.7rem;
}

.responsive-profile__container .typo__header--3 {
  color: #666;
  font-weight: normal;
  margin: 0;
}

.responsive-profile__container .media {
  margin-bottom: 3rem;
  overflow: hidden;
}
.responsive-profile__container .media .media__image--left {
  margin-top: 0.5rem;
}

.responsive-profile__list--no-padding {
  padding-left: 1.6rem;
}

.responsive-profile__list--no-bullets {
  list-style-type: none;
  padding: 0;
}

.responsive-profile__list--spacing {
  margin-bottom: 3em;
}

.responsive-profile__list li {
  padding: 0.5em 0;
  word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.responsive-profile__list li strong {
  font-size: 120%;
}

.contact-bar {
  border: 0.1rem solid #e1e1e1;
  background-color: #f4f4f4;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1rem;
  padding: 1.5rem 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  z-index: 1;
}
@media screen and (min-width: 48rem) {
  .contact-bar {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.contact-bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 0.5rem solid #fff;
  z-index: -5;
}
.contact-bar ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.contact-bar ul a {
  -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;
  padding: 0.5rem 1rem;
}

.contact-bar li {
  border-right: 0.1rem solid #c1c1c1;
}
.contact-bar li:last-child {
  border: none;
}

.contact-bar__item {
  padding: 0.5rem 1rem;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-item-align: center;
      align-self: center;
}
.contact-bar__item:first-child {
  border: none;
}

.contact-bar__item--email,
.contact-bar__item--video,
.contact-bar__item--phone,
.contact-bar__item--cv {
  font-family: var(--font-headings);
  font-size: 2.1rem;
  font-weight: bold;
}
.contact-bar__item--email a:link,
.contact-bar__item--video a:link,
.contact-bar__item--phone a:link,
.contact-bar__item--cv a:link {
  text-decoration: none;
}

.contact-bar__item--linkedin,
.contact-bar__item--twitter,
.contact-bar__item--website {
  line-height: 0;
}

.contact-bar__item--line {
  border-left: 0.1rem solid #c1c1c1;
}

.contact-bar__item--tighten-left {
  padding-left: 0.5rem;
}

.contact-bar__item--tighten-right {
  padding-right: 0.5rem;
}

.faculty--division > span,
.Bio-container > span {
  font-family: var(--font-headings);
  font-size: 2rem;
  font-weight: normal;
  color: #6C6F70;
  padding-bottom: 0.4rem;
}

.responsive-profile__container .typo__header--1 {
  margin-bottom: 0;
}

.responsive-profile__container .typo__header--2 {
  font-weight: bold;
}

.responsive-profile__container .typo__header--3 {
  color: #444;
  font-size: 1.4rem;
  font-weight: normal;
}

.responsive-profile__container .typo__header--4 {
  color: #999;
  font-size: 1.6rem;
  font-style: normal;
  margin: 0 1.2rem 0 0;
}

.responsive-profile__container .typo__header--5 {
  color: #333333;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: bold;
}

.responsive-profile__container .contact-bar {
  border: 0.1rem solid #e1e1e1;
  background-color: #f4f4f4;
  padding: 1.5rem 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.responsive-profile__container .contact-bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 0.5rem solid #fff;
}

.responsive-profile__container .contact-bar__item {
  padding: 0.5rem 1rem;
  border-right: 0.1rem solid #c1c1c1;
}

.responsive-profile__container .contact-bar__item:last-child {
  border: none;
}

.responsive-profile__container .hide-show__paragraph--enhanced {
  overflow: hidden;
  position: relative;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
  /* max-height: 8rem; */
}

.responsive-profile__container .hide-show__paragraph--enhanced:before {
  background-color: red;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, #ffffff 100%);
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 4rem;
}

.responsive-profile__container .hide-show__paragraph.visible:before {
  height: 0rem;
}

.responsive-profile__container .showmore:hover {
  display: inline-block;
  color: #ffffff !important;
  background: #597C31 !important;
}

.responsive-profile__container .rp__section {
  border-bottom: 0.1rem solid #ccc;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.responsive-profile__container .rp__section a {
  text-decoration: underline;
  color: #597c31;
  font-weight: 600;
}

.responsive-profile__container .rp__section a:hover {
  color: #fff !important;
  background: #597c31 !important;
  text-decoration: underline !important;
}

.responsive-profile__container .rp__section a:hover span svg {
  fill: #ffffff !important;
}

.responsive-profile__container .img-responsive {
  max-width: 250px;
}

@media (min-width: 31em) {
  .responsive-profile__image {
    margin-right: 0;
    max-height: 100%;
    max-width: 100%;
  }

  .responsive-profile__meta {
    border: none;
    clear: both;
    padding-top: 0;
  }

  .responsive-profile__main-col {
    clear: left;
    float: left;
    width: 66%;
  }

  .responsive-profile__main-col--last {
    float: none;
  }

  .responsive-profile__aside-col {
    clear: right;
    float: right;
    margin-left: 1.6rem;
    width: 30%;
  }

  .responsive-profile__meta-section {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}
/* - responsive-profile */
/*
  Responsive Tables. 

  This is a table that, on smaller screens, takes the first column of a table, copies it,
  and pins it to the left side of the view port. The original column is then allowed to scroll 
  horizontal while the individual columns are expanded to the remaining width of the viewport.

  REQUIRED: 
  - js/babson/responsive-tables.js  
*/
.responsive-table__pinned {
  display: none;
}

/* Responsive table CSS */
@media (max-width: 46rem) {
  .responsive-table__wrapper {
    border: 0.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: 0.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: #ffffff;
    content: "»»»";
    font-size: 250%;
    height: 1.2rem;
    line-height: 0.3;
    padding-right: 0.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: 0.1rem solid #c6c7c8;
  }
  .responsive-table__scrollable td:nth-child(2n+1) {
    background-color: #c6c7c8;
    border-bottom: 0.1rem solid #ffffff;
  }
  .responsive-table__scrollable th {
    border-bottom: 0.1rem solid #c6c7c8;
  }
  .responsive-table__scrollable th:nth-child(2n+1) {
    background-color: #c6c7c8;
    border-bottom: 0.1rem solid #ffffff;
  }

  .responsive-table--matrix {
    table-layout: fixed;
  }

  .responsive-table--matrix th:first-child {
    display: none;
  }

  /* For pinned headers */
  .responsive-table__pinned {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 33%;
  }
  .responsive-table__pinned th {
    background-color: #707271;
    color: #ffffff;
  }
  .responsive-table__pinned tr:nth-child(2n+1) th {
    background-color: #666;
  }
}
/* + Search Overlay */
body.search-open {
  overflow-y: hidden;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  background-color: #006644;
  background-color: rgba(0, 60, 40, 0.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,
.overlay .closebtn:focus {
  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: white;
  font-family: "Zilla Slab", serif;
}

.overlay input[type=text]:hover,
.overlay input[type=text]:focus {
  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,
.overlay button:focus {
  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;
}

/* - Search Overlay */
/* + Section Menu */
.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: 3;
    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: 0.5rem;
    padding: 0 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);
}
.c-section-menu > .c-headline a:focus {
  outline-offset: -2px;
}
@media screen and (min-width: 64em) {
  .c-section-menu > .c-headline a:focus {
    outline-offset: 2px;
  }
}
@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-section-menu ul li a.focus-visible {
  outline-width: 2px;
  outline-offset: 2px;
  outline-style: solid;
  outline-color: var(--peacock-blue-dark);
}
.c-section-menu ul li a:focus-visible {
  outline-width: 2px;
  outline-offset: 2px;
  outline-style: solid;
  outline-color: var(--peacock-blue-dark);
}

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

/* - Section Menu */
/* + Shared Interest */
.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;
}

/* - Shared Interest */
/* + Sidebar Subnav */
.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: 0.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: 0.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: 2rem 1rem 2rem 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: 0.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: 0.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: 0.1rem solid #e0d464;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  line-height: normal;
  color: #005172;
  background: #f5f7e8;
  padding: 1rem 1rem;
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 8888;
}

@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: 0.2rem;
}

.sidebar-subnav--button:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.sidebar-subnav--button.engaged:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

/* - Sidebar Subnav */
/* + Skip Link */
.skip-link {
  background-color: #ffffff;
  outline: 1px solid #005172;
  outline-offset: -1px;
  left: 5%;
  margin: 0.5rem;
  padding: 2rem;
  position: absolute;
  -webkit-transform: translateY(-115%);
          transform: translateY(-115%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 110;
  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;
}

/* - Skip Link */
/* + Slate Form */
.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: 0.2rem 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: 0.2rem 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: 0.2rem solid #EDE8C4 !important;
  color: #006644 !important;
}
.slate-form-container.u-form-bg-courtyard-green .form_action > button:hover, .slate-form-container.u-form-bg-courtyard-green button:hover {
  background: #006644 !important;
  border: 0.2rem solid #FFFFFF !important;
  color: #FFFFFF !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: 0.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: 0.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: 35px !important;
}
.slate-form-container.u-form-bg-ad-landing div.form_header.form_layout_table div.form_label > span {
  font-size: 18px !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: #222222 !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: 0.2rem solid #e0d464 !important;
  color: #222222;
  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: 0.2rem 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: 0.2rem 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: #006644 !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: #006644 !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: 0.2rem solid #006644;
}
.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: 40px 0;
}

.info-block-right p {
  font-size: 25px;
  line-height: normal;
}

@media screen and (min-width: 40em) {
  .info-block-right {
    border-left: 2px solid #006644;
    padding-left: 80px;
  }
}
.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 im !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;
}

/* - Slate Form */
/* + Slider */
.slick-slide {
  outline: none !important;
}

.slick-slide * {
  outline: none !important;
}

.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;
  height: 100%;
  min-height: 0.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 {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0.1rem solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Icons */
@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;
}
/* Arrows */
.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-prev:focus,
.slick-next:hover,
.slick-next:focus {
  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: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 2rem;
  line-height: 1;
  color: white;
  opacity: 0.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: "â†";
}

/* Dots */
.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 0.5rem;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 2rem;
  width: 2rem;
  outline: none;
  line-height: 0rem;
  font-size: 0rem;
  color: transparent;
  padding: 0.5rem;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  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: 0.6rem;
  line-height: 2rem;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* - Slick Slider */
/* + Social Media Icons */
.print-button {
  background-image: url(/media/babson/site-assets/images/icons/print_btn.png) !important ;
  height: 26px;
  max-height: 26px;
}

.email-button {
  background-image: url(/media/babson/site-assets/images/icons/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 Icons */
/* + Social Media Square */
.social-media-square ul {
  list-style: none;
  padding: 0;
}

.social-media-square ul li {
  display: inline-block;
  font-size: 3rem;
  margin-right: 0.4rem;
}

.social-media-square ul li a {
  color: #006644;
}

.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: "";
}

/* - Social Media Square */
/* + Special Event -- Detail */
.special-event--detail {
  background-color: #EEF1DC;
  padding: 2rem;
  width: 100%;
}

.special-event--detail__col:first-of-type {
  padding-bottom: 2rem;
  border-bottom: 0.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: 0.6rem;
  font-family: var(--font-heading);
  font-weight: 300;
}

.special-event--detail li i.fas {
  position: absolute;
  left: -15px;
  top: 0.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: 18.66px !important;
}

.special-event--detail .btn {
  width: 100%;
  text-align: center;
  margin-top: 2rem !important;
}

.special-event--detail .email-address-ellipses {
  display: block;
  overflow: hidden;
  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;
  }
}
/* - Special Event -- Detail */
/* + Stat Card */
.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, 0.1);
  box-shadow: 1px 1px 5px 1px rgba(0, 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: 0.5rem solid #5c7f92;
}

.c-stat-card.peacock-blue-dark {
  border-top: 0.5rem solid #368180;
}

.c-stat-card.sherwood-green {
  border-top: 0.5rem solid #9eb28f;
}

.c-stat-card.courtyard-green {
  border-top: 0.5rem solid #597C31;
}

.c-stat-card.mango-punch {
  border-top: 0.5rem solid #eeaf00;
}

.c-stat-card.sweet-daphne {
  border-top: 0.5rem solid #CCD695;
}

.c-stat-card.cedar-key {
  border-top: 0.5rem solid #dad7cb;
}

.c-stat-card.blue-heather {
  border-top: 0.5rem solid #c6d3d7;
}

.o-adv-wrapper .cell > .c-stat-card {
  width: 100%;
}

.c-stat-card .c-stat-text {
  font-family: "Oswald", sans-serif;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
}

.c-stat-card .c-stat-body-text p {
  line-height: 1.4;
  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: #ffffff;
}

.c-stat-card .c-stat-text.text-small {
  font-size: 3rem;
  margin-bottom: 1.2rem;
}

.c-stat-card .c-stat-text.text-small span {
  font-size: 2.2rem;
}

.c-stat-card .c-stat-text.text-medium {
  font-size: 3rem;
  margin-bottom: 1.2rem;
}

.c-stat-card .c-stat-text.text-medium span {
  font-size: 2.2rem;
}

.c-stat-card .c-stat-text.text-large {
  font-size: 6rem;
  margin-bottom: 2rem;
}

.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;
    margin-bottom: 1.6rem;
  }

  .c-stat-card .c-stat-text.text-small span {
    font-size: 3.8rem;
  }

  .c-stat-card .c-stat-text.text-medium {
    font-size: 3.8rem;
    margin-bottom: 1.2rem;
  }

  .c-stat-card .c-stat-text.text-medium span {
    font-size: 2.4rem;
  }

  .c-stat-card .c-stat-text.text-large {
    font-size: 6rem;
    margin-bottom: 2rem;
  }

  .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;
    margin-bottom: 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;
    margin-bottom: 2.4rem;
  }

  .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;
    margin-bottom: 2.6rem;
  }

  .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: 1025px) {
  .c-stat-card .c-stat-text.text-small {
    font-size: 4.8rem;
    margin-bottom: 2rem;
  }

  .c-stat-card .c-stat-text.text-small span {
    font-size: 4.8rem;
  }

  .c-stat-card .c-stat-text.text-large {
    font-size: 10.5rem;
    margin-bottom: 2.6rem;
  }

  .c-stat-card .c-stat-text.text-large span {
    font-size: 7.3rem;
  }
}
@media screen and (min-width: 1300px) {
  .c-stat-card .c-stat-text.text-small {
    font-size: 6.2rem;
    margin-bottom: 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;
    margin-bottom: 2.6rem;
  }

  .c-stat-card .c-stat-text.text-large span {
    font-size: 7.3rem;
  }
}
.counter .count-number,
.counter span {
  display: inline-block;
}

/* - Stat Card */
/* + Stepped Form */
.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;
}

/* - Stepped Form */
/* + Sticky Form */
@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;
    /*right: 3rem; */
    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: 0.6rem !important;
}

.actions {
  margin-top: 0 !important;
}

.actions input {
  padding: 0.4rem 0.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 {
  /* last .errMsg */
  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: 0.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;
  }
}

/* - Sticky Form */
/* + Sticky Header */
header.sticky .sticky-header-item {
  width: 100%;
  z-index: 10;
  position: fixed;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
  top: 0;
  background: #006644;
}

header.sticky[data-directional-scroll-reveal=true] .sticky-header-item {
  /*top: -3.375rem;*/
  top: 0rem;
}

header.sticky.sticky--scrolling-up .sticky-header-item {
  top: 0;
}

/* - Sticky Header  */
/* + Strike Around Header */
.strike-around-header {
  position: relative;
  text-align: center;
  padding-top: 0.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: white;
}

.strike-around-header:after {
  content: "";
  z-index: 0;
  display: block;
  position: absolute;
  height: 0.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%;
  }
}
/* - Strike Around Header */
/* + Social Media Links */
.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;
  overflow: 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: 0.2rem solid #006644;
  padding-top: 1.2rem;
  /* 0.5rem;*/
  margin-bottom: 0.8rem;
  line-height: 1.2;
}

@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-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 0.7% 0;
  list-style: none;
  text-align: center;
  padding: 10px 20px 10px 0;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.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 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:focus {
  outline: 2px solid #005172;
  outline-offset: 3px;
}

.social-media-link a i {
  font-family: "Font Awesome 5 Free", "FontAwesome";
  font-size: 37px;
  font-style: normal;
  border-radius: 100%;
  width: 65px;
  min-width: 65px;
  height: 65px;
  line-height: 62px;
  position: relative;
  margin-right: 15px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.social-media-link.social-icon-courtyard-green-bg a i {
  color: #ffffff;
  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: #ffffff;
}

.social-media-link a .text span.social-media-name {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.4;
  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;
  line-height: 1.4;
  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: #ffffff;
  border: 3px solid #ffffff;
}

.social-media-link.social-icon-white-bg:hover a i {
  color: #ffffff;
  background: #597C31;
  border: 3px solid #597C31;
}

.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: #ffffff;
}

.c-social-media-links.social-icon-white-text h3 {
  border-top: 0.2rem solid #ffffff;
}

.c-social-media-links.social-icon-white-text .social-media-link.social-icon-white-bg:hover a i {
  color: #ffffff;
  background: none;
  border: 3px solid #ffffff;
}

/* - Social Media Links */
/* + Sub Nav */
.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, 0.1);
    box-shadow: 1px 1px 5px 1px rgba(0, 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: 0.5rem;
    font-size: 15px;
    color: #597C31;
    text-align: center;
    text-shadow: unset;
    -webkit-transition: unset;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.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: #ffffff;
    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: #006644;
    text-align: left;
    outline: none;
    padding: 0;
    height: 40px;
  }

  /* OPEN */
  .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: #ffffff;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.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: #ffffff;
  }

  .c-sub-nav.c-toolkit.important-open .c-toolkit__button--icon:hover i.fas {
    color: #ffffff;
    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 0.2s ease-in-out;
    transition: color 0.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: #ffffff;
    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 p {
    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 p a {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    color: #006644;
    text-decoration: none;
    padding: 0.8rem 1rem 0.8rem 2rem;
    border-bottom: 2px solid #ffffff;
    background: #F5F7E8;
  }

  .c-sub-nav .currentsection {
    font-size: 1.5rem;
    text-decoration: none;
    padding: 0.8rem 1rem 0.8rem 2rem;
    border-bottom: 2px solid #ffffff;
  }

  .c-sub-nav.c-toolkit .c-toolkit__text p:last-of-type a {
    border-bottom: none;
  }

  .c-sub-nav.c-toolkit .c-toolkit__text.subnav-manual-links p:last-of-type {
    display: none;
  }

  .c-sub-nav.c-toolkit .c-toolkit__text.subnav-manual-links p:nth-last-of-type(2) a {
    border-bottom: none;
  }

  .c-sub-nav.c-toolkit .c-toolkit__text p a:hover {
    background: #597C31;
    color: #FFFFFF;
  }

  .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;
  }
}
/* - Sub Nav */
.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;
}

.c-summer-venture-program-team__card {
  -webkit-box-shadow: 0 0 2rem -10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2rem -10px rgba(0, 0, 0, 0.1);
  border: 0.1rem solid #eee;
  height: 100%;
  padding: var(--sp--2xl);
}
.c-summer-venture-program-team__card .displayName {
  text-decoration: none !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);
}
.c-summer-venture-program-team__modal .lightbox-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--summer-nights);
  border: none;
  border-radius: 0.4rem;
  color: var(--white);
  font-size: var(--fs--2xl);
  padding: var(--sp--xs) var(--sp--md);
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.c-summer-venture-program-team__modal .lightbox-btn:hover {
  background-color: var(--peacock-blue-dark);
}

/* + Table of Contents (toc) */
.toc-layout-main {
  background-color: #f2f1ed;
  list-style-type: none;
  margin-left: -7px;
  padding-left: 0.7rem;
  padding-right: 0.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: #006644;
  font-family: "Oswald", sans-serif;
  font-size: 2em;
  font-weight: normal;
  margin-bottom: 0;
  padding: 0.5em 0 0;
}

/* - Table of Contents (toc) */
/* + Testimonial */
.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.4;
}
.c-testimonial__author a {
  text-decoration: none;
}
.c-testimonial__author a:hover {
  text-decoration: underline;
}

/* - Testimonial */
.element-invisible {
  display: none;
}

.header-image {
  margin-bottom: 4rem;
}

.site-content {
  background-color: #ffffff;
  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: #ffffff;
}

.l-masthead {
  display: none;
}
@media (min-width: 50em) {
  .l-masthead {
    display: block;
  }
}

.social-media {
  /*
  list-style-type: none;
  margin: 0;
  padding: 0;
  */
}
.social-media a {
  display: block;
  /*
  margin: .5em 0;
  padding-left: 2em;
  width: 100%;
  */
}
.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: 0.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: 0.25rem;
    padding-right: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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 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: 0.1em 0.25em;
}

iframe[name=google_conversion_frame] {
  display: none;
  visibility: hidden;
}

iframe.twitter-timeline {
  width: 100% !important;
}

/* + This is your Moment */
.this-is-your-moment {
  max-width: none;
}

.this-is-your-moment .cell {
  margin-bottom: 0.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%;
}

/* - This is your Moment */
/* + c-toolkit */
.c-toolkit {
  background: rgba(0, 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: 0.4rem;
  font-size: 21px;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.5);
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.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: 21px;
  color: #fff;
  padding: 1.2rem 0 1.2rem 0.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: 0.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: 0.6rem;
  margin-right: 0.4rem;
}

.c-toolkit__social li a {
  color: #fff;
}

.c-toolkit__social li i.fab {
  font-size: 26px;
}

.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, 0.1);
  }

  .c-toolkit.concealed:hover {
    background: rgba(0, 0, 0, 0.8);
  }
}
.c-toolkit.mobile-reveal {
  right: 0;
  background: rgba(0, 0, 0, 0.8);
}

.c-toolkit.engaged {
  right: 0;
  background: rgba(0, 0, 0, 0.8);
}

.c-toolkit.important-open, .c-toolkit.important-open-mobile {
  right: 0 !important;
  background: rgba(0, 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;
}

/* - c-toolkit */
/* + Utility Nav */
.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 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: 0.1rem solid rgba(255, 255, 255, 0.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: 15px;
  }
}
.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 0.15s ease-out;
  transition: all 0.15s ease-out;
  white-space: nowrap;
}
.c-navlink:hover {
  color: var(--sweet-daphne);
}
.c-navlink:focus {
  outline: 2px solid var(--bright-gold);
  outline-offset: -2px;
}
.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;
}

/* - Utility Nav */
/* + Video display */
.video-hero {
  position: relative;
  background-color: #006644;
  line-height: 0;
}

@media screen and (min-width: 40em) {
  .video-hero {
    background-color: #006644;
  }
}
.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;
}

/* - Video display */
/* + Virtual Tour */
.c-virtual-tour {
  margin-bottom: 4rem;
}

/* - Virtual Tour */
/* + WebUI Popover */
.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;
  }
}
/* - WebUI Popover */
/* + YTPlayer */
@font-face {
  font-family: ytpregular;
  src: url(font/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(font/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, 0.51);
  text-align: center;
  padding: 0.2rem 0.4rem;
  border-radius: 0.5rem;
  font-family: "Droid Sans", sans-serif;
  -webkit-animation: fade 0.1s infinite alternate;
          animation: fade 0.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: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0.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: 45px;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(0, 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: 0.8;
  -webkit-transition: all 0.4s;
  transition: all 0.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: black;
  -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: 0.4rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.7);
  background: rgba(0, 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: 0.5rem;
  width: 100%;
}

.mb_YTPBar .ytpicon {
  font-size: 2rem;
}

.mb_YTPBar .mb_YTPUrl.ytpicon {
  font-size: 3rem;
}

.mb_YTPBar {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.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: 0.1;
}

.mb_YTPBar.visible,
.mb_YTPBar:hover {
  opacity: 1;
}

.mb_YTPBar .buttonBar {
  -webkit-transition: all 0.5s;
  transition: all 0.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, 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: 0.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, 0.47) 0.1rem 0.1rem 0.3rem;
          box-shadow: rgba(82, 82, 82, 0.47) 0.1rem 0.1rem 0.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: 0.1rem solid #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 1rem;
  cursor: pointer !important;
  border-radius: 0.3rem;
}

.mb_YTPBar.compact .simpleSlider {
  width: 4rem;
}

.mb_YTPBar.compact span.mb_OnlyYT {
  left: 260px;
}

.mb_YTPBar .simpleSlider.muted {
  opacity: 0.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%;
}

/* - YTPlayer */
/* + Advanced Grid Wrapper */
.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: 0.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;
  }
}

/* - Advanced Grid Wrapper */
/* + Advanced Grid Wrapper - Cell Insert */
.o-cell--insert {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.o-cell--insert--sticky {
  position: sticky;
  top: 10rem;
}

/* - Advanced Grid Wrapper - Cell Insert */
/* + OHO Foundation Overrides */
/* Padded Rows are for rows that will not contain columns.
 * These instances are usually where normal columns are more
 * a hindrance than a help such as complex areas such as the header.
 */
.padded-row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.625rem;
  padding-right: 0.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: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
ul.row {
  padding: 0;
}

ul.row li {
  list-style: none;
}

/*
 * Classes that represent max widths at the largest size of the grid
 * Can be used in situations where you have a single non-full size column in a row
 */
.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: 0.5rem;
    padding-right: 0.5rem;
  }
}
/* - OHO Foundation Overrides */
/* + Grid - Legacy */
.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 0.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 0.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 0.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 0.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 0.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 0.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: grey;
}

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

/* Add consistent bottom margin to all grid items. */
/*
.grid-item {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: left;
  margin-bottom: 1.5rem;
}
*/
/* Update Grid 3-column styles to give us consistent sized columns.*/
/*@media (min-width: 46em) {
  .grid--three-column .grid-item:nth-child(3n+1) {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -100%;
    -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.33333%;
    margin-left: 33.33333%;
    margin-right: -100%;
    -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.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
    -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 0.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 0.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;
  }
}
*/
div.grid-wrapper .grid-item img {
  max-width: 100%;
}

/* - Grid - Legacy */
/* + Inset Spacing */
.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;
}

/* - Inset Spacing */
.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-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--24 {
  grid-gap: var(--sp--3xl);
  gap: var(--sp--3xl);
}

.l-vertical-align--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: 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 */
.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;
}

/* - Masonry */
/* + Media Object */
.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;
}

/* - Media Object */
.c-modal {
  background-color: rgba(0, 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 0.25s, opacity 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s, -webkit-transform 0.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 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s, -webkit-transform 0.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%);
}

/* + OHO Spacing */
.obj-right,
.align-right {
  margin-bottom: 20px;
}

@media screen and (min-width: 40em) {
  .obj-right,
.align-right {
    float: right;
    padding: 10px 0px 10px 35px;
    margin: 0;
  }

  .obj-right figcaption,
.align-right figcaption {
    padding: 0px 0px 10px 35px;
  }
}
.obj-left,
.align-left {
  margin-bottom: 20px;
}

@media screen and (min-width: 40em) {
  .obj-left,
.align-left {
    margin: 0;
    float: left;
    padding: 10px 35px 10px 0px;
  }

  .obj-left figcaption,
.align-left figcaption {
    padding: 0px 15px 10px 0px;
  }
}
.landing-page-lead-in {
  padding: 0 0 40px;
}

.landing-page-lead-in__title h1 {
  margin-bottom: 15px;
}

/* - OHO Spacing */
/* Text header Sizes */
.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);
}

/* Text Utilities */
/* Header definitions were added to the H-definitions already in place on scratch_oho.
/* That way we only need to update the general header styles in one place. */
.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;
}

/* Link add ons */
.u-add-double-caret:after {
  content: "";
  font-family: var(--font-icons);
  font-size: 60%;
  font-weight: 700;
  margin-left: 8px;
  position: relative;
  top: -2px;
}

/* + Background Colors */
.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: #006644;
}

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

/* - Background Colors */
/* + Border Colors */
.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 #006644;
}

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

/* - Border Colors */
/* + Utility: Corners */
.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: #ffffff;
}

.corner__color--babson-tan:after {
  border-color: #dad7cb;
}

.corner__color--babson-green:after {
  border-color: #006644;
}

.corner__size--small:after {
  border-width: 0.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, 0.8);
}

.u-corners__background-color--transparent-white::after {
  border-color: rgba(255, 255, 255, 0.8);
}

.u-corners__background-color--transparent-black,
.u-corners__background-color--transparent-black::before {
  background: rgba(0, 0, 0, 0.7);
}

.u-corners__background-color--transparent-black::after {
  border-color: rgba(0, 0, 0, 0.7);
}

/* - Utility: Corners */
/* + Lists - Utility */
.u-list--reset {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* - Lists - Utility */
/* + Utility: Margins */
.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: 7;
  }
}
@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;
  }
}

/* - Utility: Margins */
/* + Utility: Text Colors */
.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: #006644;
}

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

/* - Utility: Text Colors */
/* + Text Sizes */
.text__size--xs {
  font-size: 0.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;
}

/* - Text Sizes */
/* + Reversed Links */
.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;
}

/* - Reversed Links */
/* + No word wrap */
.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;
  }
}
/* - No word wrap */
/* + Screen Readers */
.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible,
.hidden--invisible {
  visibility: hidden;
}

.sr-only,
.visuallyhidden,
.hidden--visually {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  /* added line */
  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;
}

/* - Screen Readers */
/* + breakpoint test */
.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;
  }
}

/* + T4 Form - 1675344453 */
.js-t4form-container form[__bizdiag="-407365915"] h2#showName {
  margin-bottom: 35px;
  font-family: "Oswald", sans-serif;
}

.js-t4form-container form[__bizdiag="-407365915"] .form-group {
  margin-bottom: 25px !important;
}

.js-t4form-container form[__bizdiag="-407365915"] input,
.js-t4form-container form[__bizdiag="-407365915"] select {
  height: 43px !important;
  border: 0.2rem solid #006644 !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: #006644;
  border-radius: 0;
  border: none;
  color: #FFFFFF;
}

.js-t4form-container form[__bizdiag="-407365915"] .form-group button[type=submit] {
  background: #006644;
  font-size: 25px;
  font-family: "Zilla Slab", serif;
  width: 200px;
  border-radius: 0;
  margin-top: 1rem;
}

.js-t4form-container form[__bizdiag="-1675344453"] h2#showName {
  margin-bottom: 35px;
  font-family: "Oswald", sans-serif;
}

.js-t4form-container form[__bizdiag="-1675344453"] .form-group {
  margin-bottom: 25px !important;
}

.js-t4form-container form[__bizdiag="-1675344453"] input,
.js-t4form-container form[__bizdiag="-1675344453"] select {
  height: 43px !important;
  border: 0.2rem solid #006644 !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: #006644;
  border-radius: 0;
  border: none;
  color: #FFFFFF;
}

.js-t4form-container form[__bizdiag="-1675344453"] .form-group button[type=submit] {
  background: #006644;
  font-size: 25px;
  font-family: "Zilla Slab", serif;
  width: 200px;
  border-radius: 0;
  margin-top: 1rem;
}

/* - T4 Form - 1675344453 */
/* + Random Fixes with Known Purpose */
/*Overriding Universal Fonts - Inner 3 Column Aside*/
.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 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;
}

/* + Event Page Overrides */
.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;
  }
}
/* - Event Page Overrides */
.sp-events-template img {
  margin-bottom: 3rem;
  margin-top: 62.5px;
}

#loadMore {
  margin-bottom: 4rem;
}

/*FILTERS GO WITHIN AGW*/
.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: #006644 !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: #006644 !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: #006644 !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: #ffffff !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: #ffffff !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: #ffffff !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: #006644 !important;
}

.color-white {
  color: #ffffff !important;
}

.castor-rteElement-H3-white a {
  color: white !important;
}

.home {
  color: black;
}

.typo__header--2 a {
  text-decoration: none;
  color: #006644;
}

.large-copy {
  font-size: 1.33em;
  color: #6C6F70;
  line-height: 1.9rem;
}

.aside-image {
  padding-bottom: 1rem;
}

/* Updating responsive image classes*/
/*width: auto !important;*/
aside div.featured-news {
  padding: 1.5rem;
  background-color: #fbfbfb;
  border: 0.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 Margins for 2 Column - 2019 main content area*/
.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;
  }
}
/*Bandaid to remove space at the bottom of homepage above footer*/
#id-84214.general-content {
  margin-bottom: 0;
}

/* --  Clearing space below CTs  --  */
.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;
  }
}
/*  --------  TinyMce Classes  --------  */
.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: 0.2rem solid #006644;
  padding-top: 0.5rem;
  margin-bottom: 0.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;
}

/*Original Course Catalog*/
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%;
  /* 16:9 */
  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;
}

/* 2. SEARCH Results Hover on keyword */
.gs-webResult.gs-result a.gs-title:hover,
.gs-webResult.gs-result a.gs-title:hover b,
.gs-imageResult a.gs-title:hover,
.gs-imageResult a.gs-title:hover b {
  color: #ffffff !important;
}

/* - Random Fixes with Known Purpose */
/* + Random Fixes with Unknown purpose */
.application-deadline {
  padding: 1.5em;
}

.level-bullet {
  background-image: url(http://www.babson.edu/_layouts/images/lstbulet.gif);
}

.toc-layout-main .level-description-padding {
  display: block;
  padding-left: 1.5rem;
  padding-right: 0rem;
  padding-bottom: 0.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: 0.5rem;
}

.background-color-padding {
  padding: 2rem;
}

.clear-floated-images {
  clear: both;
}

.icon-babson-pathways:before {
  content: " ";
}

.icon-babson-pathways {
  background-image: url(/media/babson/assets/icons-general/MBA-OVERVIEW-at-a-glance-path.png) ;
  background-position: center;
}

.icon-babson-visa {
  background-image: url(/media/babson/assets/icons-general/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 25px;
  background-color: #006644;
}

.featured-image {
  margin-bottom: 2rem;
}

.relative {
  position: relative;
}

.link-arrow:after {
  content: "»";
  padding-left: 0.5rem;
}

.pre::after, .after::before {
  content: none;
}

/*from t4-updates*/
.castor-rteElement-H3-white a {
  color: white !important;
}

.graduate-select-programe {
  display: none;
  margin-bottom: 20px;
}

.search-page .accordion__content {
  padding: 1rem 1.2rem;
}

.graduate-select-programe h3 {
  border-left: 5px solid #006644;
}

.direct-edit-footer-link a {
  text-decoration: none !important;
}

.img-responsive-alt {
  height: auto;
  padding: 0;
  width: 100%;
}

h2.ms-webpart-titleText {
  margin-bottom: 10px;
}

.event-mar-top {
  margin-top: 20px;
}

.datalstCatgoryFilter a {
  color: #3d3c98 !important;
  font-size: 10px;
}

.fontweight-normal {
  font-weight: normal !important;
  color: #4a4a4a !important;
}

.new-search {
  padding: 7px 10px;
  border: 1px solid #ababab;
  background-color: #fdfdfd;
  background-color: #fdfdfd;
  font-size: 11px;
  color: #444;
  margin-bottom: 20px;
  width: 100px;
  text-align: center;
  margin-bottom: 20px;
}

.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: 0.25em 0.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: #ffffff;
}

table.academic-calendar thead tr h2 {
  margin: 1.2rem 0 0.5rem 0;
}

table.academic-calendar thead:nth-child(1) tr h2 {
  margin: 0 0 0.5rem 0;
}

table.academic-calendar tbody tr:nth-child(odd) {
  background: #dad7cb;
}

table.academic-calendar tbody td {
  line-height: normal;
  padding: 0.5rem 0.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: 0.25em 0.5em;
}

table.schedule tbody td:nth-child(1) {
  white-space: nowrap;
}

.main-content .btn-primary a {
  color: white;
  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;
}

/*.mod-content iframe[src*="youtube"] {
    height: 290px;
}*/
.tableizer-table th {
  background-color: #006644;
  color: #FFF;
  font-weight: bold;
  text-wrap: normal;
  font-size: 14px;
  line-height: 16px;
  padding: 5px;
}

table.tableizer-table {
  border: 1px solid #CCC;
  text-align: center;
}

.tableizer-table td {
  padding: 4px;
  margin: 3px;
  border: 1px solid #ccc;
}

.ms-rtestate-field .event-date {
  background-color: #e5e2db;
  padding: 0.5em;
}

.item.link-item .description {
  display: block !important;
}

@media (max-width: 640px) {
  .just-stats {
    width: 100%;
    margin-top: 20px;
  }
}
@media (min-width: 641px) {
  .just-stats {
    width: 50%;
    float: right;
    clear: both;
    margin-top: 20px;
  }
}
.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;
}

/* - Random Fixes with Unknown purpose */
/* + Section Overrides */
div#id-97571 {
  font-size: 26px;
}

.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: #006644 !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 0.5em 0.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: white;
}

body.section-id-17575 div#id-52729 h3 {
  color: white;
  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;
  color: #006644;
}

.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: #006644 !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: white;
}

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: 0.1rem dotted;
  padding-bottom: 0.5em;
}

.search {
  background-color: #006644;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.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: 0.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: 0.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: 0.25rem;
    padding-right: 0.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: 0.5rem;
    padding-right: 0;
  }
}
.section-id-21941 .ms-rtestate-notify {
  width: 50%;
  float: left;
}

.section-id-21941 .grid--three-column .grid-item-padding {
  padding: 0.5em;
  text-align: center;
  background-color: #006644;
}

.section-id-21941 .grid--three-column .grid-item div {
  padding: 0.5em;
}

.section-id-21941 .grid--three-column .grid-item p {
  color: #ffffff;
  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: #006644 !important;
  margin: 0 !important;
}

/* - Section Overrides */
/* + Template Overrides */
.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: 0.8rem 0 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;
  }
}
/* + NEW PAGE LAYOUT overrides */
.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.8rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 40rem) {
  .pl-2022.events-page-layout h1 {
    font-size: 4.2rem;
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 64rem) {
  .pl-2022.events-page-layout h1 {
    font-size: 5.6rem;
  }
}
.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;
  }
}
/* - Template Overrides */