@charset "UTF-8";

* {
  -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 {
  text-decoration: none;
  color: #005172;
}

a:hover {
  text-decoration: underline;
}

ul,
ol {
  padding-left: 30px;
  margin-bottom: 30px;
}

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

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

/* - OHO Resets */
html {
  -webkit-text-size-adjust: 100%;
  font-family: "Zilla Slab", serif;
  font-size: 62.5%;
  line-height: 1.6;
  color: #464646;
}

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

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

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

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

  .sp h1 {
    font-size: 4rem;
  }
}
/*  ---- H2 ----  */
h2,
.u-text__header--2 {
  font-size: 2.8rem;
  margin-bottom: 2rem;
  /* 2.4rem; */
}

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

  .sp h2 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 64rem) {
  h2,
.u-text__header--2 {
    font-size: 4rem;
  }

  .sp h2 {
    font-size: 3.2rem;
  }
}
/*  ---- H3 ----  */
h3,
.u-text__header--3 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 40rem) {
  h3,
.u-text__header--3 {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }

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

  .sp h3 {
    font-size: 2.8rem;
  }
}
/*  ---- H4 ----  */
h4,
.u-text__header--4 {
  font-size: 2.1rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 40rem) {
  h4,
.u-text__header--4 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 64rem) {
  .sp h4 {
    font-size: 2.4rem;
  }
}
/*  ---- H5 + H6 ----  */
h5,
.u-text__header--5,
h6,
.u-text__header--6 {
  font-size: 2.1rem;
  margin-bottom: 1rem;
}

h6 {
  color: #464646;
}

/*  ---- P + P Intro ----  */
p,
th,
td,
.mod-content ul li,
.grad__content ul li,
.general-content ul li,
.mod-content ol li,
.grad__content ol li,
.general-content ol li {
  font-size: 20px;
}

p {
  margin-bottom: 30px;
}

p.p-intro,
.typo__lead,
.page-lead,
.intro-text,
.paragraph-heading,
p.paragraph-heading,
div.paragraph-heading {
  font-size: 24px;
  line-height: 1.55;
  /* color: #464646; */
  margin-bottom: 30px;
}

@media screen and (min-width: 64em) {
  p.p-intro {
    font-size: 28px;
  }
}
a {
  color: #005172;
}

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 {
  font-size: 20px;
  font-style: italic;
  max-width: 745px;
  padding: 60px 100px;
  margin: 0 auto;
  position: relative;
}

blockquote:before {
  font-family: "FontAwesome";
  content: "";
  color: #eee;
  position: absolute;
  display: block;
  top: 55px;
  left: 45px;
  font-size: 45px;
  line-height: 0;
}

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;
  }
}
/* + 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 "Roboto Condensed", sans-serif;*/
  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 #DDD055; */
  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: 1px solid #00536f;
  color: #006644 !important;
  cursor: pointer;
  font-family: inherit !important;
  font-size: 16px !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: 1px solid #00536f;
}

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

.accordion .accordion__head {
  background-color: #dde5e8;
  -webkit-box-shadow: 1px 2px 0 -1px #b5b7b6;
          box-shadow: 1px 2px 0 -1px #b5b7b6;
  color: #025074;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0 0 3px;
  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: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px 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: 8px solid transparent;
  border-left: 8px solid #7f7f7f;
  border-top: 8px 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: 2px solid #DDD055;
  margin-bottom: 20px;
}

.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: 14px 60px 14px 14px;
  color: #005172;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 1.2px;
  line-height: 28px;
  background-color: #fff;
}

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

.no-touchevents .accordion-drop-down__toggle.btn:hover {
  background: #DDD055;
  color: #000000;
}

.accordion-drop-down__toggle .accordion-drop-down__icon {
  position: absolute;
  height: 20px;
  width: 20px;
  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 h4:first-of-type {
  margin-top: 0px;
  margin-bottom: 10px;
}

@media screen and (max-width: 39.9375em) {
  .accordion-drop-down__toggle--mobile + * {
    display: none;
  }
}
.accordion,
.accordion-drop-down {
  max-width: 1130px;
  margin: 0 auto;
  width: 100%;
}

.accordion {
  margin-bottom: 60px;
}

.accordion-drop-down {
  margin-bottom: 20px;
}

.accordion-drop-down__toggled-content ul {
  margin-bottom: 0px;
}

/* - Accordion Drop Down */
/* + Accordion Item */
.c-accordion-item.accordion-drop-down {
  clear: both;
  border: 2px solid #597C31;
  margin-bottom: 10px;
}

.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: 7px 60px 7px 14px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 1.2px;
  line-height: 28px;
  background-color: #597C31;
}

@media screen and (min-width: 40em) {
  .c-accordion-item .accordion-drop-down__toggle {
    padding: 7px 60px 7px 14px;
    font-size: 17px;
    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 .no-touchevents .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: 15px;
  width: 15px;
  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: 30px;
}

.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: 0px;
  margin-bottom: 10px;
}

@media screen and (max-width: 39.9375em) {
  .c-accordion-item .accordion-drop-down__toggle--mobile + * {
    display: none;
  }
}
/* - Accordion Item */
/* + Active Data Events */
a.icolink_lg.lnkEmailFriend {
  background-image: url('/media/babson/site-assets/images/icons/email.png');
  height: 29px;
  width: 64px;
}

a.icolink_lg.lnkAddToMyCalendar {
  background-image: url('/media/babson/site-assets/images/icons/addtomycalendar.png');
  height: 29px;
  width: 84px;
}

a.icolink_lg.icolink_lg.lnkRemindMe {
  background-image: url('/media/babson/site-assets/images/icons/remindme.png');
  height: 29px;
  width: 53px;
}

a.icolink_lg.lnkEventRegister {
  background-image: url('/media/babson/site-assets/images/icons/register1a.png');
  height: 29px;
  width: 53px;
}

a.icolink_lg {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  display: block;
  margin-top: 5px;
  margin-right: 25px;
  cursor: pointer;
  text-indent: -2000px;
}

.labEventDetailsEventName {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  color: #7a946b;
}

.lnkFullDetails {
  white-space: nowrap;
}

#pull-quote-right {
  background-color: #005172;
  padding: 10px 12px 24px 16px;
  background-image: url('/media/babson/site-assets/content-assets/images/decorative/pull-quote-right-220x13.png');
  background-repeat: no-repeat;
  background-position: bottom left;
}

div#pull-quote-right p.quote {
  font: italic 14px/22px Tahoma, Arial, sans-serif;
  color: #fff;
  margin: 0;
}

div#pull-quote-right p.quoted {
  font: normal 10px/16px Verdana, Arial, sans-serif;
  color: #fff;
  text-align: right;
  margin: 4px 0 0 0;
}

.no-underline a {
  text-decoration: none;
}

/* - Active Data Events */
/* + Alumni CTA */
.alumni__cta {
  background-color: #f4f3ee;
  height: 100%;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  width: 100%;
}
.section--padding.alumni__cta {
  height: auto;
}

.alumni__cta h2 {
  font-family: "Oswald", sans-serif;
  color: #145451;
  line-height: 39px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  line-height: 31px;
  margin-bottom: 30px;
}
@media screen and (min-width: 40em) {
  .alumni__cta h2 {
    line-height: 44px;
    margin-bottom: 60px;
    margin-top: 20px;
  }
}
.alumni__cta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.alumni__cta 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: 100px;
      flex-basis: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.5rem;
}
.alumni__cta a {
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: "Zilla Slab", serif;
  font-size: 24px;
  line-height: 1.2;
  text-transform: none;
  padding: 2rem 1rem;
  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;
}
@at_root .no-touchevents .alumni__cta a:hover {
  .alumni__cta a {
    background: #005172;
    color: #fff;
  }
}

/* + Alumni CTA */
/* + Alumni Hero */
.alumni__hero {
  width: 100%;
  max-height: 400px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

@media screen and (min-width: 40em) {
  .alumni__hero {
    margin-bottom: 40px;
  }
}
.alumni__hero img {
  width: 100%;
  vertical-align: middle;
}

/* - Alumni Hero */
/* + Alumni Marketplace */
.alumni-row {
  font-size: 18px;
  line-height: 28px;
}

@media screen and (min-width: 40em) {
  .alumni-row {
    font-size: 20px;
  }
}
@media screen and (min-width: 64em) {
  .alumni-row {
    font-size: 20px;
  }
}
@media screen and (min-width: 40em) {
  .alumni-row {
    line-height: 32px;
  }
}
@media screen and (min-width: 64em) {
  .alumni-row {
    line-height: 32px;
  }
}
.alumni-row img,
.alumni-row iframe {
  margin-bottom: 30px;
}

.alumni-row .intro-text {
  font-family: "Zilla Slab", serif;
  font-size: 20px;
  line-height: 32px;
}

@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: 40px;
  }
}
@media screen and (min-width: 64em) {
  .alumni-row .intro-text {
    line-height: 40px;
  }
}
.alumni-row blockquote {
  color: #005172;
  font-family: "Zilla Slab", serif;
  font-style: italic;
  padding: 20px 70px 40px;
  margin-top: 60px;
}

.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 4px 4px 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: 14px;
  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: 14px;
  position: relative;
  top: -2px;
  margin-bottom: -2px;
}

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

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

.alumni-general {
  padding-top: 20px;
}

@media screen and (min-width: 40em) {
  .alumni-general {
    padding-top: 60px;
  }
}
.alumni__title-area {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 40em) {
  .alumni__title-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.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;
}

.no-touchevents .babson-alumni__action-nav:hover {
  right: 0;
}

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

.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 .columns {
  margin-bottom: 40px;
}

.babson-alumni__marketplace__item {
  display: block;
  height: 100%;
  -webkit-box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
}

.babson-alumni__marketplace__item__text {
  display: block;
  padding: 20px;
}

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

.babson-alumni__marketplace__item:hover {
  text-decoration: none;
  border: 1px 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: 18px;
  text-align: center;
  color: #000;
  margin-bottom: 18px;
}

.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: 16px;
}

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

.babson-alumni__marketplace__item__image {
  margin-bottom: 18px;
}

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

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

@media screen and (min-width: 40em) {
  .babson-alumni__marketplace__modal {
    padding: 48px 20px 0 20px;
  }
}
.babson-alumni__marketplace__modal .column,
.babson-alumni__marketplace__modal .columns {
  padding-left: 20px;
  padding-right: 20px;
}

.babson-alumni__marketplace__modal .h3 {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 24px;
}

.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: 16px;
  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: 40px;
}

.babson-alumni__marketplace__modal .babson-alumni__marketplace__alum img {
  border-radius: 50px;
  margin-right: 20px;
  max-width: 100px;
}

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

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

.babson-alumni__marketplace__modal .babson-alumni__marketplace__company__title + .babson-alumni__marketplace__company__title {
  margin-top: 12px;
}

.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: 18px;
}

.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: 1px solid #EEAF00;
}

.babson-alumni__marketplace__modal .babson-alumni__marketplace__connector {
  margin-left: 32px;
  position: relative;
}

.babson-alumni__marketplace__modal .babson-alumni__marketplace__connector:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(https://babson.force.com/connector/resource/1498066184000/BabsonConnectorLogo);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 6px;
  left: -30px;
}

.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: 32px;
  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: 16px;
  height: 18px;
  position: absolute;
  top: 6px;
  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: 60px;
  width: 60px;
  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: 11px;
}

.babson-alumni__marketplace__modal::-webkit-scrollbar:horizontal {
  height: 11px;
}

.babson-alumni__marketplace__modal::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px 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: 20px;
  line-height: 1;
}

.babson-alumni__marketplace__modal .button-close {
  right: 20px;
  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: 2px 6px;
  border-radius: 4px;
  margin-top: 2px;
}

.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: 40px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

@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: 10px;
  }
}
@media screen and (min-width: 40em) {
  .alumni--marketplace--filters {
    margin: 0 40px 80px;
  }
}
.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: 9px 40px;
  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: 40px;
  }
}
.alumni--marketplace--filters .program-filters__active-filters {
  margin: 0 20px;
  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: 18px;
  overflow: visible;
  margin-left: 10px;
}

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: 2px;
}

.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: 4px;
  right: 4px;
  width: 30px;
  height: 30px;
}

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: 2px solid #DDD055;
  color: #000;
  font: 16px "Oswald", sans-serif;
  text-transform: none;
  min-height: 4.25rem;
  margin: 1.7rem 0 2rem;
  padding-right: 32px;
}

/* - Alumni Marketplace */
/* + Alumni Staff */
.alumni__staff--filters {
  background: #EEAF00;
  margin-bottom: 40px;
  padding: 40px 0;
}

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

.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: 13px;
}

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

.alumni__staff--items .columns {
  margin-bottom: 40px;
}

.alumni__staff--item {
  -webkit-box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px -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: 20px;
  border-top: 10px 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;
}

/* - Alumni Staff */
/* + Alumni Volunteer */
.babson-alumni__volunteer__modal {
  display: none;
}

.fancybox-volunteer {
  cursor: pointer;
}

.babson-alumni__volunteer__item__text {
  padding: 35px 30px 30px;
}

.babson-alumni__volunteer__item__text h4 {
  color: #222;
  font-size: 20px;
}

.babson-alumni__volunteer__item__image {
  position: relative;
}

.babson-alumni__volunteer__item__image img {
  margin-bottom: 0;
}

.babson-alumni__volunteer__item__desc {
  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: 30px;
}

.babson-alumni__volunteer__card {
  -webkit-box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.4);
  height: 100%;
}

.babson-alumni__volunteer .columns {
  margin-bottom: 40px;
}

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

.alumni--volunteer--filters {
  background: #c7d28a;
  margin-bottom: 40px;
  padding: 40px 0;
}

.alumni--volunteer--filters .program-filters__active-filters {
  margin: 0 32px;
  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: 20px;
  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 */
/* + Arrow Link */
.arrow-link {
  color: #006644;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

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

.arrow-link:hover i {
  margin-left: 5px;
  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 div + div {
  margin-top: 16px;
}
.c-article-card h4 {
  margin: 0;
}
.c-article-card p {
  font-family: "Oswald", sans-serif;
}
.c-article-card p > a {
  color: #006644;
  font-size: inherit;
  line-height: inherit;
  text-transform: uppercase;
}
.c-article-card a {
  color: #005172;
  font-size: 22px;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: -0.5px;
  text-decoration: none !important;
}
.c-article-card a:hover {
  color: #597C31;
}
.c-article-card__image {
  line-height: 0;
}

.c-article-card__body * + * {
  margin: 16px 0 0 0;
}

/* - Article Card */
/* + At A Glance */
.c-ataglance {
  background-color: #005172;
  padding: 30px 20px;
  margin-bottom: 30px;
}

@media screen and (min-width: 40em) {
  .c-ataglance {
    padding: 30px 30px 40px;
    margin-bottom: 60px;
  }
}
.c-ataglance h2.title--understated-under-line {
  font-size: 20px;
  text-transform: uppercase;
  border-top: 2px solid rgba(91, 187, 183, 0.44);
  color: #fff;
  padding: 10px 0;
  margin-bottom: 0;
}

.c-ataglance__icon {
  font-family: "Oswald", sans-serif;
  color: #DDD055;
  font-size: 50px;
  text-align: center;
}

.c-ataglance__text {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}

@media screen and (max-width: 39.9375em) {
  .c-ataglance__text {
    margin-bottom: 15px;
  }
}
.c-ataglance--overview .c-ataglance__text {
  text-align: center;
  font-size: 16px;
  line-height: 19px;
}

.c-ataglance .c-ataglance__text {
  font-size: 20px;
  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: #DDD055;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 17px;
  text-transform: uppercase;
}

.c-ataglance img {
  margin-bottom: 40px;
}

@media (max-width: 800px) {
  .c-ataglance .c-ataglance__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-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: 20px;
}

.babson-100__content__share-btn {
  /*padding: 8px 40px !important;*/
  padding: 0 !important;
  line-height: 1 !important;
  margin-bottom: 0;
  margin-top: 30px;
  cursor: pointer;
}

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

.babson-100__content__share-btn span {
  padding: 20px 40px 20px 30px;
  vertical-align: middle;
  display: inline-block;
}

/* - Babson 100 */
/* + Babson Panel - Event */
.babson-panel__event-proof {
  margin: 40px 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% + 80px);
  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: 50px 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: 50px 40px;
    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: 24px;
  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: 24px;
  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: 2px solid rgba(255, 255, 255, 0.4);
  color: #FFF;
  font-size: 20px;
  padding-top: 15px;
  margin-bottom: 30px;
}

.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: 40px;
  padding-right: 40px;
}

@media screen and (min-width: 600px) {
  .babson-panel__event-proof__events__element {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .babson-panel__event-proof__events__element {
    margin-bottom: 15px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
  }
}
.babson-panel__event-proof__events__element__day {
  font-family: "Oswald", sans-serif;
  font-size: 64px;
  color: #DDD055;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85px;
          flex: 0 0 85px;
  padding: 0 10px 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: 7px;
}

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

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

.babson-panel__event-proof__events__element__meta {
  font-family: "Zilla Slab", serif;
  color: #FFF;
  font-size: 16px;
  margin-top: 15px;
}

.babson-panel__event-proof__events__element__meta i {
  color: #EEAF00;
  font-size: 12px;
  margin-right: 3px;
}

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

.babson-panel__event-proof__events__element h3 a {
  font-size: 24px;
  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: #C7D28A;
}

.babson-panel__event-proof__proofs {
  position: relative;
  padding: 0;
  overflow: hidden;
  border-top: 2px solid #FFF;
  border-bottom: 2px 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 20px;
    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: 30px;
  z-index: 2;
  font-size: 24px;
  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: 30px;
  z-index: 2;
  font-size: 24px;
  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% + 20px) !important;
    margin: 0 0 0 -20px;
  }

  .babson-panel__event-proof__proofs .slick-track .slick-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49.9%;
            flex: 0 0 49.9%;
    padding: 0 0 0 20px;
    margin: 0 0 20px 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: 80px;
  font-family: "Oswald", sans-serif;
  color: #FFF;
  font-size: 16px;
}

@media screen and (min-width: 767px) {
  .babson-panel__event-proof__proofs .proof-points__card {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
@media screen and (min-width: 1024px) {
  .babson-panel__event-proof__proofs .proof-points__card {
    padding: 40px;
    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: 80px;
  letter-spacing: -0.5px;
  line-height: 1;
  margin-bottom: 30px;
}

.babson-panel__event-proof__proofs .proof-points__card__icon {
  font-size: 80px;
  line-height: 1;
  margin-bottom: 30px;
}

.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: 16px;
  color: #FFFFFF;
  margin-bottom: 0;
  margin-top: 20px;
}

.babson-panel__event-proof__proofs .proof-points__card .btn {
  margin-top: 30px;
}

/* - Babson Panel - Event */
/* + Babson Panel - Journey */
.babson-panel__journey {
  background: #F0F3F4;
  margin: 80px 0 0;
}

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

.babson-panel__journey .header {
  padding: 30px 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: 20px;
  font-weight: 400;
  line-height: 1.1;
}

@media screen and (min-width: 800px) {
  .babson-panel__journey .header__title {
    font-size: 24px;
  }
}
.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: 2px;
  -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% - 4px);
  }
}
@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: 30px;
  width: 70%;
  max-width: 400px;
  line-height: 1.3;
  text-align: left;
  bottom: 0;
  left: 30px;
  border-top: 5px solid #C7D28A;
  color: #222;
  font-style: italic;
  font-size: 16px;
  text-transform: none;
  z-index: 1;
}

.babson-panel__journey .card__inner__message h2 {
  text-transform: none;
  font-size: 24px;
  font-style: normal;
  color: #006644;
}

@media screen and (max-width: 767px) {
  .babson-panel__journey .card__inner__message {
    padding: 10px;
  }
}
@media screen and (min-width: 800px) {
  .babson-panel__journey .card__inner__message {
    bottom: 30px;
  }

  .babson-panel__journey .card__inner__message h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1300px) {
  .babson-panel__journey .card__inner__message {
    padding: 10px 20px;
    bottom: 10px;
  }

  .babson-panel__journey .card__inner__message h2 {
    margin-bottom: 10px;
  }
}
.babson-panel__journey .card__inner__message p {
  margin-bottom: 24px;
  font-size: 20px;
}

.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: 8px 12px;
  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% - 15px);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #005172;
}

.babson-panel__journey .card.is-expanded .card__expander {
  margin-top: 30px;
  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% - 4px);
  }

  .babson-panel__journey .card:nth-child(1),
.babson-panel__journey .card:nth-child(2) {
    width: calc(50% - 4px);
  }

  .babson-panel__journey .card:nth-child(1) .card__expander {
    width: calc(200% + 4px);
  }

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

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

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

  .babson-panel__journey .card:nth-child(5) .card__expander {
    width: calc(300% + 8px);
    margin-left: calc(-200% - 8px);
    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% - 30px);
  }

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

  .babson-panel__journey .card__expander {
    width: calc(200% + 30px);
  }
}
.babson-panel__journey .card__expander__title {
  padding: 70px 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: 24px;
  line-height: 1.2;
  color: #FFF;
}

@media screen and (min-width: 768px) {
  .babson-panel__journey .card__expander__title__message {
    font-size: 30px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .babson-panel__journey .card__expander__title__message {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .babson-panel__journey .card__expander__title__message {
    font-size: 50px;
  }
}
.babson-panel__journey .card__expander__close {
  background: #005172;
  padding: 30px;
  text-align: center;
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  width: 100%;
  font-size: 24px;
}

.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 2px 5px -2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 2px 5px -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% + 40px);
  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 40px;
  margin: 40px 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: 30px;
  color: #597C31;
}

.babson-panel__journey .card__expander .proof-points__card__icon {
  font-size: 80px;
  line-height: 1;
  margin-bottom: 30px;
  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: 24px;
  margin-top: 20px;
}

.babson-panel__journey .card__expander .proof-points__card--wrapper {
  padding: 40px;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px 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% + 40px);
  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 40px;
  margin: 40px 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: 40px;
  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: 40px;
  margin: 0 0 40px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px 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 60px;
          flex: 0 0 60px;
  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: 40px 0 0 0;
  }
}
/* - Babson Panel - Journey */
/* + Babson Panel - News */
.babson-panel__news {
  margin: 80px 0 0;
}

.babson-panel__news__title {
  font-size: 16px;
  margin-bottom: 50px;
}

@media screen and (min-width: 600px) {
  .babson-panel__news__title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .babson-panel__news__title {
    font-size: 20px;
  }
}
.babson-panel__news__title h2 {
  max-width: 960px;
  font-size: 40px;
  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: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .babson-panel__news__title h2 {
    font-size: 80px;
  }
}
.babson-panel__news__title p {
  margin-bottom: 0;
  margin-top: 30px;
}

.babson-panel__news h3 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  border-top: 2px solid #368180;
  color: #006644;
  font-size: 20px;
  padding-top: 15px;
  margin-bottom: 30px;
  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: 24px;
  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: 24px;
  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 40px;
    margin: 0 0 40px 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% + 40px) !important;*/
  }

  .babson-panel__news .slick-track .slick-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    padding: 0 0 0 40px;
    margin: 0 0 40px 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 20px 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 20px;
  }
}
@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: 40px;
  padding-right: 40px;
}

@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: 15px;
}

.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: 7px;
  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: 10px;
  display: none;
  font-family: "Oswald", sans-serif;
}

.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: 20px;
  }
}
.babson-panel__news .news-articles__card__txt .news-articles__card__arrow-link {
  color: #006644;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  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: 5px;
  color: #597C31;
}

/* - Babson Panel - News */
/* + Babson Panel */
.babson-panel__optional-annnouncement {
  margin: 80px 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 20px;
}

@media screen and (min-width: 800px) {
  .babson-panel__optional-annnouncement__image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 40px 0 0;
    margin: 0;
  }
}
.babson-panel__optional-annnouncement__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.babson-panel__optional-annnouncement__message {
  font-size: 16px;
}

@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: 18px;
  }
}
.babson-panel__optional-annnouncement__message h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

@media screen and (min-width: 800px) {
  .babson-panel__optional-annnouncement__message h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
.babson-panel__optional-annnouncement__message p:last-of-type {
  margin: 0;
}

.babson-panel__optional-annnouncement__message .btn {
  margin-top: 40px;
}

/* - 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: 6px;
  right: 5px;
  height: 1.6rem;
  width: 1.6rem;
  font-weight: bold;
  margin-left: 1.5rem;
  border-radius: 2rem;
  color: #005172;
  border: 2px 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 */
/* + Breadcrumbs */
.breadcrumb {
  margin: 8px 0 8px 10px;
}

.site-content .breadcrumb {
  margin-top: -6px !important;
}

.breadcrumb a {
  display: none;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  color: #6C6F70;
}

.breadcrumb a.visible {
  display: inline;
}

@media (min-width: 40em) {
  .breadcrumb {
    display: none;
  }
}
/* - Breadcrumbs */
/* + Business Card */
.babson-business-card__social-icons {
  margin-top: 12px;
}

.babson-business-card__social-icons a {
  margin-right: 16px;
}

.babson-business-card__social-icons i {
  font-size: 30px;
  color: #006644;
}

/* - Business Card */
/* + Buttons */
.btn__small {
  padding: 10px 30px;
}

.btn--large {
  padding: 20px 70px;
}

.btn--mobile-full-width {
  text-align: center;
  display: block;
}

@media screen and (min-width: 40em) {
  .btn--mobile-full-width {
    display: inline-block;
  }
}
.btn--light, .btn--outline, .btn--bright, .btn {
  padding: 14px 40px;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  text-transform: uppercase;
  color: #fff;
  background: #006644;
  /* ITCMS-2258 - Added back in. Was commented out. */
  display: inline-block;
  font-family: "Oswald", sans-serif;
  /* font-family: "franklin-gothic-urw-comp", "HelveticaNeue", Verdana, sans-serif; */
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 1px;
  border: none;
}

.no-touchevents .btn--light:hover, .no-touchevents .btn--outline:hover, .no-touchevents .btn--bright:hover, .no-touchevents .btn: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: 2px solid #DDD055;
  background: #fff;
  color: #005172;
  letter-spacing: 0.5px;
}

.no-touchevents .btn--light:hover {
  color: #fff;
  background: #005172;
  border: 2px solid #005172;
}

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

.no-touchevents .btn--outline:hover {
  color: #fff;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.4);
}

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

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

.no-touchevents .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 {
  background: #567B8A;
}

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

.c-button {
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  padding: 15px 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-family: "museo-slab", Georgia, serif; */
  font-size: 16px;
  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 7px;
  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: #C7D28A;
  }
}
.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: #C7D28A;
}

.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: 2px solid #005172;
  border-radius: 1px;
  color: #fff;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
  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;
}

.button:hover,
button.default: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: 2px solid #DDD055;
  background: #fff;
  color: #005172;
}

@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;
  }
}
.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: 0px;
  -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: 2px solid #DDD055;
  color: #005172;
}

#email-button .button:hover,
#print-button .button:hover {
  background: #005172;
  border: 2px 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: 20px 10px;
  font-size: 18px;
  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: 40px 20px;
    font-size: 22px;
  }
}
.btn--CTA:visited {
  color: #fff;
}

/* - Button CTA */
/* + Call To Action - Inner */
.calltoaction__inner {
  width: 100%;
  display: block !important;
  margin: 0 auto;
  margin-bottom: 20px !important;
}

.calltoaction__inner .media {
  margin-bottom: 20px !important;
}

.calltoaction__inner .media span {
  line-height: 1.2;
}

@media only screen and (min-width: 670px) {
  .calltoaction__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    margin: 1.6rem 0 !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.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;
}

.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: auto !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 */
/* + 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 {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 81, 114, 0.88);
}

.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 {
    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: 20px;
}

.campaign__hero--home__text p {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
}

.campaign__hero--home__text__container * {
  position: relative;
  z-index: 3;
}

@media (min-width: 900px) {
  .campaign__hero--home__text__container__area {
    text-align: right;
    padding-left: 20px;
    margin-right: -44px;
    background-color: #006644;
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
    padding: 12px 36px 24px;
  }
}
.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 */
.no-touchevents .card .card__inner {
  background: #005172;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

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

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

.no-touchevents .card:hover .card__inner img {
  opacity: 0.5;
}

.no-touchevents .card:hover .card__inner__message {
  background: white;
  border-top: 5px solid #EEAF00;
}

.no-touchevents .card:hover .card__inner__message h2 {
  color: #005172;
}

.no-touchevents .card:hover .card__inner__message__trigger {
  color: #005172;
}

.no-touchevents .card.is-inactive .card__inner {
  background: #FFF;
}

/* - Card - OHO */
/* + Card */
.c-card-simple {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.4);
}

.o-adv-wrapper > .cell > .c-card-simple {
  width: 100% !important;
  max-width: none !important;
  margin: 0;
}

@media screen and (min-width: 40em) {
  .c-card-simple {
    margin-bottom: 60px;
  }

  .o-adv-wrapper > .cell > .c-card-simple {
    margin-bottom: 0;
  }
}
.c-card-simple__image {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}

.c-card-simple__image img {
  margin-bottom: 0;
  width: 100%;
}

.c-card-simple__text {
  position: relative;
  padding: 25px 20px 20px;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  max-width: 100%;
  z-index: 1;
  border-top: none;
  margin: 0;
}

.c-card-simple__text h3 {
  font-size: 24px;
}

.c-card-simple__text p {
  font-size: 20px;
}

.ad-landing .c-card-simple__text p {
  margin-bottom: 30px !important;
}

.c-card-simple__tag p {
  margin-bottom: 0;
  line-height: 1.1;
  font-family: "Oswald", sans-serif;
  color: #006644;
  text-transform: uppercase;
  font-size: 16px;
}

.c-card-simple__tag p a {
  font-family: "Oswald", sans-serif;
  color: #006644;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}

.c-card-simple__tag p a:hover {
  text-decoration: underline;
}

.c-card-business {
  height: 100%;
}

/* - Card */
/* + Carousel */
.carousel--wrapper {
  width: 100%;
  overflow: hidden;
  background: #006644;
  margin-bottom: 30px;
}

.carousel__img-element.profile-type {
  position: relative;
}

.carousel__img-element__text--wrapper {
  width: 100%;
}

@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: 50px 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: 50px;
    left: 0;
    right: 0;
    padding: 20px 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: 30px;
  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: 5px;
}

@media only screen and (min-width: 960px) {
  .carousel--wrapper .fa-chevron-square-left,
.carousel--wrapper .fa-chevron-left {
    left: 30px;
  }
}
.carousel--wrapper .fa-chevron-square-right,
.carousel--wrapper .fa-chevron-right {
  right: 5px;
}

@media only screen and (min-width: 960px) {
  .carousel--wrapper .fa-chevron-square-right,
.carousel--wrapper .fa-chevron-right {
    right: 30px;
  }
}
.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: 20px;
  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: 24px;
  }
}
@media only screen and (min-width: 960px) {
  .carousel__img-element__text__title {
    font-size: 30px;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 1200px) {
  .carousel__img-element__text__title {
    width: 75%;
    font-size: 45px;
    line-height: 1;
  }
}
@media only screen and (min-width: 1500px) {
  .carousel__img-element__text__title {
    width: 66.6666%;
    font-size: 50px;
  }
}
.carousel__img-element__text__teaser {
  margin: 15px 0 0;
  max-width: 1200px;
  width: 100%;
  line-height: 1.8;
  font-size: 16px;
}

.carousel__img-element__text__teaser p:last-of-type {
  margin: 0;
}

.carousel__img-element__text__teaser span {
  color: #DDD055;
}

@media only screen and (min-width: 768px) {
  .carousel__img-element__text__teaser {
    margin: 30px 0;
  }
}
@media only screen and (min-width: 960px) {
  .carousel__img-element__text__teaser {
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
    font-size: 24px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1300px) {
  .carousel__img-element__text__teaser {
    width: 75%;
  }
}
@media only screen and (min-width: 1500px) {
  .carousel__img-element__text__teaser {
    width: 66.6666%;
  }
}
.carousel__img-element__text__cta {
  margin: 15px 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: 2px solid #FFF;
  background: #FFF;
  padding: 10px 15px;
  border-radius: 50px;
  color: #222;
  font-family: "Zilla Slab", serif;
  /* font-family: "museo-slab", Georgia, serif; */
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.5px;
}

.carousel__img-element__text__cta__element--btn a:hover {
  background: transparent;
  border: 2px solid #005172;
  color: #FFF;
}

.carousel__img-element__text__cta__element--vid a {
  display: inline-block;
  vertical-align: middle;
  font-family: "Zilla Slab", serif;
  /* font-family: "museo-slab", Georgia, serif; */
  font-size: 14px;
  color: #FFF;
  font-weight: normal;
  font-style: italic;
}

.carousel__img-element__text__cta__element--vid a i {
  font-size: 18px;
  vertical-align: middle;
  margin: 0 5px 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 */
/* + Checkerboard */
.checkerboard-item {
  position: relative;
  -webkit-box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 7px 9px -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: 50px 2rem;
}

@media screen and (min-width: 64em) {
  .checkerboard-item__info__inner {
    padding: 70px 14%;
  }
}
.checkerboard-item__info__inner__logo {
  margin-bottom: 40px;
}

.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: 20px;
}

@media screen and (min-width: 40em) {
  .checkerboard-item p {
    font-size: 16px;
  }
}
@media screen and (min-width: 64em) {
  .checkerboard-item p {
    font-size: 20px;
  }
}
.checkerboard-item p:last-of-type {
  margin-bottom: 0;
}

.checkerboard-item .btn {
  margin-top: 40px;
}

@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: 8px;
  display: block;
  width: 12px;
  height: 12px;
  border: solid #006644;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.collapsible-form__accordion-btn--closed > span:after {
  top: 0px;
  -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: 0px;
    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: #fff;
  }
  .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 */
.c-connect-with-us {
  margin-bottom: 40px;
}

/* - Connect With Us */
/* + Cookie Notice */
/* Test Overlay Privacy Policy */
.overlay {
  bottom: 0px;
  left: 0px;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 100;
}

.cookie-handler {
  background-color: #000000;
  opacity: 0.8;
  filter: alpha(opacity=60);
  /* For IE8 and earlier */
  padding-left: 30%;
  border-bottom: 2px solid #CCCCCC;
  position: fixed;
  top: -400px;
  width: 100%;
  z-index: 200;
  color: #fff;
  left: 0px;
  padding-left: 20%;
  padding-right: 20%;
  padding-top: 5em;
  padding-bottom: 5em;
}

.cookie-handler h1 {
  background-color: transparent;
  color: #FFFFFF;
  text-transform: none;
  /*margin: -20px -20px 0px;*/
  font-family: "franklin-gothic-urw-comp", "HelveticaNeue", Verdana, sans-serif;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 1.2rem;
}

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

.cookie-handler a {
  text-decoration: underline;
  color: white;
}

a.boxclose {
  color: white;
  cursor: pointer;
}

#cookie-handler2 {
  display: none;
  background-color: #fff;
}

#cookie-handler2 a,
#cookie-handler2 p {
  color: #000;
  line-height: 32px;
}

.boxclose2 {
  color: white;
  cursor: pointer;
}

/* Test Bottom Bar Privacy Policy */
.section-id-12047 #cookie-notice {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;
  font-family: "PT Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  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: 5px;
  right: 0;
  padding: 0.8em 1.2em;
  background-color: #be0f34;
  font-family: "PT Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 3px;
  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;
}

.cookie-handler div div {
  background-color: transparent;
  color: #FFFFFF;
  text-transform: none;
  /* margin: -20px -20px 0px; */
  font-family: "franklin-gothic-urw-comp", "HelveticaNeue", Verdana, sans-serif;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 1.2rem;
}

/* - Cookie Notice */
/* + Copyright */
div#copyright-container p {
  font-size: 16px;
  color: #FFF;
  text-align: center;
  margin-bottom: 0;
}

div#copyright-container a {
  font-weight: 600;
  color: #FFF;
  float: none;
  text-decoration: none;
}

/* - Copyright */
/* + 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 Section */
.cta-section ul {
  padding: 0;
  list-style: none;
}

@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: 10px;
  }
}
@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: 5px;
    padding-right: 5px;
  }

  .cta-section li {
    padding-left: 15px;
  }

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

.cta-section__btn {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 30px 20px;
}

.cta-section__btn:hover {
  text-decoration: none;
}

.cta-section__btn__title {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

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

/* - 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: 40px;
      height: 75px;
      width: auto;
      max-width: 40px;
    }
  }
  .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: 2px solid #ffffff;
  border-left: 2px 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: 2px solid #ffffff;
}
.ctas .grid--tiles__item:nth-child(3), .ctas .grid--tiles__item:nth-child(4) {
  border-top: 2px 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: 2px solid #ffffff;
    border-bottom: none;
  }
  .ctas .grid--tiles__item:nth-child(3) {
    border-left: 2px 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: 20px;
  font-weight: 500;
}

.semester {
  margin-top: 10px;
}

.semester h3 {
  text-transform: uppercase;
  color: white;
  margin-bottom: 6px;
}

.course h3 {
  color: white;
  font-size: 30px;
}

.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: 18px;
}

.programs.container h3 {
  color: #fff;
  font-size: 26px;
  line-height: 32px;
}

.semester span {
  line-height: 24px;
  color: #DAD7CB;
}

.bracket {
  border: 4px 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: 40px;
}

@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: 24px;
  font-size: 20px;
  font-weight: 300;
}

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

/* - Curriculum */
/* + Differentiators */
.differentiators {
  margin-bottom: 40px;
}

.differentiators .columns:first-child .differentiator {
  background-color: #f4f3ee;
}

.differentiators .columns:nth-child(2) .differentiator {
  background-color: #EEF2F3;
}

.differentiators .columns:last-child .differentiator {
  background-color: #f5f7e8;
}

@media screen and (min-width: 40em) {
  .differentiators {
    margin-bottom: 60px;
  }
}
.differentiators h2.title--understated-under-line {
  padding-top: 6px;
}

.differentiator {
  margin-bottom: 20px;
}

@media screen and (min-width: 64em) {
  .differentiator {
    margin-bottom: 0;
  }
}
.differentiator__text {
  padding: 36px 24px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.differentiator__text h3 {
  font-family: "Zilla Slab", serif;
  color: #574800;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 24px;
}

.differentiator__text p {
  font-family: "Oswald", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 0 !important;
}

.differentiator__hero--icon {
  padding: 36px 24px 0;
}

.differentiator__hero--icon [class^=icon-]:before,
.differentiator__hero--icon [class*=" icon-"]:before {
  font-size: 80px;
  color: #006644;
  margin-left: 0;
}

.differentiator__hero--stat {
  font-family: "Oswald", sans-serif;
  color: #005172;
  line-height: 1;
  font-size: 80px;
  padding: 36px 24px 0;
}

.differentiator__hero--photo img {
  margin-bottom: 0;
}

/* - Differentiators */
/* + Dropdown */
.c-dropdown {
  position: relative;
  margin: 0;
}

.c-dropdown button {
  position: absolute;
  top: 0;
  right: 7%;
  color: transparent;
  font-size: 16px;
  padding: 18px;
  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: 1px solid #9EB28F;
  border-bottom: 1px 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: 1px 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: 30px;
    visibility: visible;
  }
}
.c-dropdown__item {
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  color: #FFF;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px 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: 1px solid #9EB28F;
  }
}
.c-dropdown__item:hover {
  background-color: #005172;
}

.c-dropdown__item:last-of-type {
  border: none;
}

/* - Dropdown */
/* + Emergency Alert */
.alertBarBox:not(:first-child) {
  margin-top: 1px;
}

.alertBar {
  color: #FFFFFF;
  margin: 0 auto;
  padding: 1em 17px;
  width: 100%;
  max-width: 117rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.alertBar a {
  color: #ffffff;
  text-decoration: underline;
}
/*@media (min-width: 50em) {
  .alertBar {
    padding: 1em 0;
  }
}*/

.alertBarFullWidth {
  background-color: #990000;
  height: auto;
  margin-top: 0 !important;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 200;
}
@media (min-width: 50em) {
  .alertBarFullWidth {
    position: static;
  }
}

.alertTitle {
  font-size: 1.8em;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}

.alertDescription {
  font-size: 1.2em;
  line-height: 1.4;
  margin-top: 0.5em;
}
.alertDescription p {
  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;
}

/* - Emergency Alert */
/* + Evening MBA Visualization */
.svg-fill__peacock-blue {
  fill: #368180;
  fill: #368180;
}

.svg-fill__sherwood-green {
  fill: #9eb28f;
  fill: #9eb28f;
}

.svg-fill__courtyard-green {
  fill: #597C31;
  fill: #597C31;
}

.svg-fill__alfresco {
  fill: #567B8A;
  fill: #567B8A;
}

.svg-fill__bright-gold {
  fill: #ddd055;
  fill: #368180;
}

.svg-fill__mango-punch {
  fill: #eeaf00;
  fill: #eeaf00;
}

.svg-fill__ocre {
  fill: #AD9001;
  fill: #AD9001;
}

.svg-fill__babson-green {
  fill: #006644;
  fill: #006644;
}

.svg-fill__summer-nights {
  fill: #005172;
  fill: #005172;
}

.svg-fill__englewood-cliffs {
  fill: #6c6f70;
  fill: #6c6f70;
}

.svg-fill__sweet-daphne {
  fill: #c7d28a;
  fill: #c7d28a;
}

.svg-fill__cedar-key {
  fill: #dad7cb;
  fill: #dad7cb;
}

.svg-fill__blue-heather {
  fill: #c6d3d7;
  fill: #c6d3d7;
}

.svg-fill__beach-haven {
  fill: #ede8c4;
  fill: #ede8c4;
}

.svg-fill__medium-gray {
  fill: #7E8082;
  fill: #7E8082;
}

/* - Evening MBA Visualization */
.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 h2 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 24px;
}

.c-event-series h3 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.c-event-series__date-block {
  text-align: center;
  height: 100%;
  padding-right: 20px;
  border-right: 2px solid #EEF1DC;
}

.c-event-series__date-block__month {
  font-family: "Zilla Slab", serif;
  font-size: 24px;
  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: 18px;
  color: #006644;
}

.c-event-series__event-details ul {
  list-style: none;
  padding-left: 15px;
  margin-bottom: 0;
}

.c-event-series__event-details li {
  position: relative;
  margin-bottom: 6px;
}

.c-event-series__event-details li i.fas {
  position: absolute;
  left: -15px;
  top: 4px;
  width: 15px;
  text-align: center;
  color: #464646;
}

.c-event-series__event-details li span {
  display: inline-block;
  margin-left: 15px;
}

.c-event-series__instance {
  width: 280px;
  margin-right: 20px;
}

.c-event-series__instance .c-event-series__date-block {
  padding-right: 12px;
}

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

.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: 15px;
  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 {
  margin-bottom: 80px;
}

.c-event-series__slick .slick-list {
  background-color: #EEF2F3;
  margin-right: -100vw;
  padding: 20px 0 20px 20px;
  border-top: 5px solid #C7D28A;
}

.c-event-series__slick .slick-arrow {
  border: none;
  background-color: #DDD055;
  border-radius: 4px;
  height: 32px;
  width: 32px;
  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: 16px;
  color: #005172;
}

.c-event-series__slick .slick-arrow.slick-arrow-next {
  left: 40px;
  bottom: -40px;
}

.c-event-series__slick .slick-arrow.slick-arrow-prev {
  left: 0;
  bottom: -40px;
}

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

/* + Expert */
@media screen and (min-width: 40em) and (max-width: 63em) {
  .o-adv-wrapper.medium-up-5 > .cell.dotted-line,
.o-adv-wrapper.medium-up-4 > .cell.dotted-line,
.o-adv-wrapper.medium-up-3 > .cell.dotted-line,
.o-adv-wrapper.medium-up-2 > .cell.dotted-line {
    border-right: 1px solid #D8D8D8;
  }

  .o-adv-wrapper.medium-up-2 > .cell.cell.dotted-line:nth-child(2n) {
    border-right: none;
  }

  .o-adv-wrapper.medium-up-3 > .cell.cell.dotted-line:nth-child(3n) {
    border-right: none;
  }

  .o-adv-wrapper.medium-up-4 > .cell.cell.dotted-line:nth-child(4n) {
    border-right: none;
  }

  .o-adv-wrapper.medium-up-5 > .cell.cell.dotted-line:nth-child(5n) {
    border-right: none;
  }
}
@media screen and (min-width: 64em) {
  .o-adv-wrapper.large-up-5 > .cell.cell.dotted-line,
.o-adv-wrapper.large-up-4 > .cell.cell.dotted-line,
.o-adv-wrapper.large-up-3 > .cell.cell.dotted-line,
.o-adv-wrapper.large-up-2 > .cell.cell.dotted-line {
    border-right: 1px solid #D8D8D8;
  }

  .o-adv-wrapper.large-up-2 > .cell.cell.dotted-line:nth-child(2n) {
    border-right: none;
  }

  .o-adv-wrapper.large-up-3 > .cell.cell.dotted-line:nth-child(3n) {
    border-right: none;
  }

  .o-adv-wrapper.large-up-4 > .cell.cell.dotted-line:nth-child(4n) {
    border-right: none;
  }

  .o-adv-wrapper.large-up-5 > .cell.cell.dotted-line:nth-child(5n) {
    border-right: none;
  }
}
.expert-container img {
  margin: 0 auto;
}

.expert-content {
  width: 100%;
  padding: 0 1rem;
}

.expert-content h4 a {
  color: #006644;
}

.expert-content p {
  margin-bottom: 20px;
}

.expert-image {
  margin-bottom: 1rem;
}

.expert-division {
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  margin-top: 0.8rem;
}

.expert-container {
  padding-right: 1rem;
  padding-left: 1rem;
}

h3.expert-header {
  margin-bottom: 0;
}

.heading-wing {
  border-top: 1px solid #D8D8D8;
}

/* - Expert */
/* + Faculty Filters */
#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.grad__content {
  margin-bottom: 5rem;
}

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

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

.site-content .faculty-filters select {
  border: 2px solid #DDD055;
  color: #000;
  background-color: #ffffff;
  margin: 1.7rem 0 2rem;
  font-size: 1rem;
  font: 16px "Roboto Condensed", sans-serif;
  line-height: normal;
  display: inline-block;
}

section.faculty-filters {
  position: static;
}

/* - 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: 1px;
  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: 1px;
    height: 94%;
    position: absolute;
    top: 4%;
    right: 0;
    background-color: #c6c7c8;
  }
}

.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: 70px 0;
  -webkit-box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.6);
          box-shadow: inset 0 7px 9px -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: 40px;
  font-size: 16px;
  font-family: "Zilla Slab", serif;
  /* font-family: "museo-slab", Georgia, serif; */
}

.l-footer__upper-region .footer-addy span {
  display: block;
}

.l-footer__upper-region .footer-addy a {
  display: block;
  margin-top: 7px;
  color: #FFF;
  text-decoration: none;
}

.l-footer__upper-region .footer-addy a:hover {
  color: #C7D28A;
  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: 40px;
}

.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: 16px;
  text-decoration: none;
}

.l-footer__upper-region .footer-nav li a:hover {
  color: #C7D28A;
  text-decoration: none;
}

.l-footer__middle-region {
  background: rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 30px 0;
  margin-top: 50px;
}

.l-footer__middle-region ul {
  margin: 0;
  list-style: none;
  text-align: left;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .l-footer__middle-region ul {
    text-align: center;
  }
}
@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: 20px;
    content: "•";
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px;
    color: #C7D28A;
  }

  .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: 20px;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  vertical-align: middle;
  text-decoration: none;
}

.l-footer__middle-region ul li a:hover {
  text-decoration: none;
  color: #C7D28A;
}

.l-footer__lower-region {
  margin-top: 50px;
  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: 16px;
  color: #FFF;
  padding: 0 20px 0 0;
  text-decoration: none;
}

.l-footer__lower-region .org-links li a:hover {
  text-decoration: none;
  color: #C7D28A;
}

.l-footer__lower-region .org-links li:last-of-type a {
  padding: 0;
}

.l-footer__lower-region .social-links {
  padding: 0;
  margin: 20px 0 0;
  text-align: left;
}

@media only screen and (min-width: 800px) {
  .l-footer__lower-region .social-links {
    text-align: right;
    margin: 0;
  }
}
.l-footer__lower-region .social-links li {
  list-style: none;
  display: inline-block;
  font-size: 28px;
  line-height: 0;
  margin-right: 7px;
}

.l-footer__lower-region .social-links li:last-of-type {
  margin: 0;
}

.l-footer__lower-region .social-links li a {
  width: 30px;
  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;
}

/* - 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-with-aside-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-assembly-with-aside-container > div:first-child,
.form-assembly-with-aside-container > div:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.form-assembly-with-aside-container > div:last-child {
  margin-top: 3.2rem;
}

@media screen and (min-width: 46rem) {
  .form-assembly-with-aside-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .form-assembly-with-aside-container > div:first-child,
.form-assembly-with-aside-container > div:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }

  .form-assembly-with-aside-container > div:last-child {
    margin: 0 0 0 3.2rem;
  }
}
.wForm .inputWrapper select,
.js-t4form-container select,
.js-t4form-container .form-group select,
select {
  width: 100% !important;
  margin: 0 0 10px 0;
  height: 43px !important;
  font-size: 16px;
  font-family: "Oswald", sans-serif !important;
  padding: 5px;
  border: 2px solid #006644;
  background-color: #ffffff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('/media/images/arrow-down.png');
  background-size: 20px;
  background-position: right 1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 0 !important;
  cursor: pointer;
}

.js-t4form-container .form-group button[type=submit],
.wForm .primaryAction,
.wForm .actions .primaryAction,
button[type=submit] {
  font-family: "Zilla Slab", serif;
  font-weight: 400;
  letter-spacing: 1px;
  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: 10px;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

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

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

select:focus,
input[type=submit]:active {
  outline-width: 2px;
  outline-style: solid;
  outline-color: Highlight;
}

.collapsible-form.accordion-init .checkbox__container {
  overflow: visible;
}

.js-t4form-container .form-control {
  width: 100% !important;
  background-color: #ffffff !important;
  color: #000000 !important;
  font-size: 16px !important;
  font-family: "Oswald", sans-serif;
  height: 43px !important;
  border: 2px solid #006644 !important;
  border-radius: 0 !important;
  padding: 5px !important;
  /*margin: 0 0 25px 0 !important;*/
}

.js-t4form-container .form-group {
  margin-bottom: 25px !important;
}

.js-elements-container {
  max-width: 770px;
  margin: 0 auto;
}

.js-t4form-container .form-group label,
.js-t4form-container legend.control-label {
  font-family: "Zilla Slab", sans-serif !important;
  font-size: 20px;
  font-weight: 400;
  color: #005172 !important;
  padding-bottom: 6px;
  margin-bottom: 0;
}

.js-t4form-container .radio label,
.js-t4form-container .checkbox label {
  min-height: 20px;
  padding-left: 0;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.js-t4form-container legend.control-label {
  padding-bottom: 0;
}

.js-t4form-container select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

.js-t4form-container select::-ms-expand {
  display: none;
}

.js-t4form-container select[multiple] {
  height: auto;
  background-image: none;
}

/*  ----  T4 CHECKBOXES + RADIOS  ----  */
.js-t4form-container .radio,
.js-t4form-container .checkbox {
  position: relative;
  display: block;
  cursor: pointer;
  min-height: 26px;
  margin-left: -14px;
  margin-bottom: 12px;
  -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 span {
  padding-left: 10px;
  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: 2px solid #006644 !important;
}

/*Disabled + Reset Button*/
.js-t4form-container form .form-group button[disabled]:hover {
  background: #006644;
}

.js-t4form-container .btn.js-reset {
  font-family: "Zilla Slab", serif;
  font-size: 20px;
  color: #FFFFFF;
  border-radius: none;
  display: inline-block;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  margin-top: 10px;
  width: 200px;
  height: 57px;
}

.js-t4form-container form .form-group button[disabled] {
  background: #757575 !important;
  border: 1px solid #757575;
  color: #c2c0c0;
}

.js-t4form-container .btn.js-reset:hover {
  background: #597C31;
}

/*  --------  DEFAULT FORMS Form Assembly  --------  */
/*delete from scratch.css line 1066 form assembly updates*/
/*open enrollemnt and form with aside in scratch*/
.wFormContainer {
  margin: 0 auto !important;
  /*margin-bottom: 60px !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 {
  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;
}

.wFormContainer .field--wrapper .form-assembly-container .field__container {
  margin: 0;
}

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],
textarea {
  width: 100% !important;
  background-color: #ffffff;
  color: #000000;
  font: 16px "Oswald", sans-serif;
  text-transform: none;
  height: 43px;
  border: 2px solid #006644;
  border-radius: 0;
  padding: 8px;
  margin: 0;
  display: block;
}

.wForm textarea,
.wForm .oneField > .inputWrapper textarea,
textarea {
  height: 43px;
  color: #000000;
}

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: 2px 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;
}

.reqMark:after {
  content: " *";
  color: #F00;
  font-size: 90%;
}

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

body:not(.page__legacy) form input::-webkit-input-placeholder {
  color: #757575 !important;
  font: 16px "Oswald", sans-serif;
}

body:not(.page__legacy) form input::-moz-placeholder {
  color: #757575 !important;
  font: 16px "Oswald", sans-serif;
}

body:not(.page__legacy) form input:-ms-input-placeholder {
  color: #757575 !important;
  font: 16px "Oswald", sans-serif;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #757575 !important;
  font: 16px "Oswald", sans-serif;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #757575 !important;
  font: 16px "Oswald", sans-serif;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #757575 !important;
  font: 16px "Oswald", sans-serif;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #757575 !important;
  font: 16px "Oswald", sans-serif;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #757575 !important;
  font: 16px "Oswald", sans-serif;
}

input::placeholder,
textarea::placeholder {
  color: #757575 !important;
  font: 16px "Oswald", sans-serif;
}

/*.wForm .labelsAbove .preField,
.inputWrapper .oneChoice label,
fieldset .oneField label.preField,*/
body:not(.page__legacy) form label,
label {
  color: #005172;
  font: 500 20px "Zilla Slab", serif;
  font-weight: 400 !important;
  position: relative;
  overflow: hidden;
  margin-bottom: 11px !important;
  padding-bottom: 0px !important;
  width: 100%;
}

.inputWrapper .oneChoice label {
  margin: 0 !important;
  padding: 0 0 10px 10px !important;
}

.wForm .section {
  /*padding-top: 30px;*/
  border: none;
  border-radius: 0;
}

.wForm fieldset legend {
  padding: 45px 0 0 0 !important;
  font-family: "Oswald", serif;
  font-size: 20px;
  color: #006644;
}

/*  ---- FORM SELECT  ----  */
label.form_label,
div.form_question.form_layout_table .form_responses,
div.form_question.form_layout_table .form_label {
  display: block !important;
  width: 100%;
}

.form_responses > div {
  margin-bottom: 10px;
}

.form_question.form_birthdate .form_responses select {
  display: inline-block !important;
  width: 32.2% !important;
}

.wForm .inputWrapper select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

.wForm .inputWrapper select::-ms-expand {
  display: none;
}

.wForm .inputWrapper select[multiple] {
  height: auto !important;
  background-image: none;
}

select::-ms-expand {
  display: none;
}

.wForm .stepped-form--container .select__container:after {
  top: 18px;
}

.wFormContainer .wForm input[type=file] {
  line-height: 1;
  font-size: 1.6rem;
}

.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: 6px !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;
}

/*  ----  FORM - CHECKBOXES  ----  */
.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: 0px 0 8px 30px !important;
  display: block;
}

.form-assembly-container .wForm .oneField input[type=checkbox],
input[type=checkbox],
input[type=radio] {
  vertical-align: middle;
  padding-left: 10px !important;
  margin-left: 10px !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: 1px;
  width: 20px;
  height: 20px;
  border: 2px 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: 1px;
  border: 2px solid #006644;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  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: 12px;
  height: 12px;
  position: absolute;
  top: 7px;
  left: 6px;
  background: #464646;
  border-radius: 50%;
}

input[type=checkbox]:checked + label:after,
input[type=checkbox]:checked + span:after {
  left: 7px;
  top: 1px;
  width: 8px;
  height: 15px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
}

.wFormContainer [type=checkbox]:checked + label:after {
  left: 7px;
  top: 1px;
  width: 5px;
  height: 12px;
  border: solid #000;
  border-width: 0 3px 3px 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);
}

/* FORM - OVERRIDES */
/* Form Assembly uses numbers to start their IDs */
/* https://mothereff.in/css-escapes */
#\31 25-WRPR textarea {
  width: 364px;
}

#\31 25-WRPR input[type=file] {
  width: 364px;
}

/*/alumni/volunteering-and-recognition/alumni-referral-program/ */
#\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: 2px 0;
}

.ad-landing .right-column .form-container .wForm .actions .primaryAction {
  height: 44px !important;
  border: 2px solid #76e3db;
  padding: 0 !important;
  margin-bottom: 0;
}

.ad-landing .right-column .form-container .wForm .actions .primaryAction:hover {
  background: #dddd55;
  border: 2px solid #dddd55 !important;
  color: #222222;
  padding: 0 !important;
}

.ad-landing .right-column .form-container label.label {
  font-size: 16px;
  font-weight: bold !important;
  margin-bottom: 3.2px !important;
}

.ad-landing .right-column .form-container input,
.ad-landing .right-column .form-container select {
  height: 30px !important;
  border: none !important;
  padding: 0 5px !important;
}

.campaign-landing-full input#submit_button.primaryAction {
  margin-bottom: 0 !important;
}

.sticky-form__contents .wForm label {
  font-size: 20px !important;
}

/*Overriding undergraduate Request for information form - b-day select*/
#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: 20px;
  width: 100%;
}

#form_3fd02ec2-1b96-450a-874a-08796f683d4d_container div.form_question.form_layout_table .form_label span {
  font-size: 16px !important;
}

#form_3fd02ec2-1b96-450a-874a-08796f683d4d_container div.form_question.form_layout_table {
  margin-bottom: 0;
  padding-bottom: 20px;
  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: 20px;
}

#form_3fd02ec2-1b96-450a-874a-08796f683d4d_container td,
#form_3fd02ec2-1b96-450a-874a-08796f683d4d_container th {
  padding-bottom: 20px;
  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: 30px 0 15px 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: 1px;
  line-height: 1.5;
  display: block;
  text-transform: none;
  font-size: 2.5rem;
  padding: 1.2rem;
  height: 56px;
  margin-top: 10px;
  margin-bottom: 60px;
  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: 5px !important;
  margin-bottom: 2px !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;
}

/*OVERIDE FOR REQUEST INFO FORM _ WHEN INLINE * IS REMOVED*/
/*div[data-required='1'] label:after {
    content: " *";
    color: #F00;
    font-size: 90%;
}
*/
/* Overriding Insight side form*/
ul.show_01.list_simple.form_frame_simple {
  list-style: none;
  padding-left: 0;
}

ul.show_01.list_simple.form_frame_simple li.form_frame_item .field.field__container label {
  color: #005172;
  font: 500 16px "Zilla Slab", serif;
  font-weight: 400 !important;
  position: relative;
  overflow: hidden;
  margin-bottom: 11px !important;
  padding-bottom: 0px !important;
  width: 100%;
}

ul.show_01.list_simple.form_frame_simple li.form_frame_item .field.field__container input {
  width: 100% !important;
  background-color: #ffffff;
  color: #757575;
  font: 16px "Oswald", sans-serif;
  text-transform: none;
  height: 40px;
  border: 2px solid #006644;
  border-radius: 0;
  padding: 5px;
  margin: 0 0 18px 0;
  display: block;
}

input[type=submit] {
  background-color: #006644;
  border: none;
  border-radius: 0;
  color: #fff;
  width: 100%;
  font-family: "Zilla Slab", serif;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.5;
  display: block;
  text-transform: none;
  font-size: 2.5rem;
  padding: 1.2rem;
  height: 56px;
  margin-top: 10px;
  margin-bottom: 60px;
  background-image: none;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

/*overiding forms for Filters*/
/*Filter*/

/*Faculty Division Filters*/
.collapsible-form-container.program-filters__collapsible-container .btn--bright.btn__small {
    background: #597C31;
    padding: 10px 30px;
    width: unset;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 20px;
    height: unset;
}

.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 20px "Zilla Slab", serif;
  position: relative;
  width: auto;
}

.collapsible-form.accordion-init .select__container select,
.collapsible-form.accordion-init input {
  margin-top: 10px;
  border: none;
}

.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 20px "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: 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;
}

@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: 20px;
  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: 2px;
  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: 1px;
  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: 7px;
  top: 1px;
  width: 5px;
  height: 12px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

#tfa_8-L, label[id^="tfa_8["] {
  width: 100% !important;
}

/*open enrollment filters*/
.collapsible-form.accordion-init[__bizdiag="-713699433"] .select__container:after,
.program-filters.exec-ed-filters.grad__content .select__container:after {
  top: 30px;
}

.collapsible-form.accordion-init[__bizdiag="-713699433"] label,
.program-filters.exec-ed-filters.grad__content form.collapsible-form.accordion-init label {
  color: #ffffff;
  font-size: 14px;
}

form.collapsible-form .checkbox__container input:focus ~ .checkmark {
  outline-width: 2px;
  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: 4px !important;
  display: inline;
}

.accordion-drop-down span {
  color: #000000 !important;
}

/* - 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: 3px;
  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 */
.c-general-content-block::after {
  content: "";
  display: table;
  clear: both;
}
.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;
}

/* - General Content Block */
/* General Content */
/* Used in the "General Content" Content Type - html/grid-item layout (among others) */
/* Overrides for general content within a grid */
.cell .c-general-content {
  height: 100%;
}

/* + Grad Content */
.grad__content {
  font-size: 20px;
  margin-bottom: 3.125rem;
}

.grad__content.exec-ed-filters {
  font-size: 14px;
}

.grad__content p {
  margin-bottom: 30px;
}

.grad__content h2.title--understated-under-line {
  font-size: 20px;
  text-transform: uppercase;
  border-top: 2px solid rgba(91, 187, 183, 0.44);
  padding-top: 5px;
}

.grad__content__related-links h2,
.grad__content__related-links h3,
.grad__content__related-links h4 {
  font-size: 20px;
  text-transform: uppercase;
  border-top: 2px solid rgba(91, 187, 183, 0.44);
  padding-top: 5px;
  margin-bottom: 3.125rem;
  margin-top: 80px;
}

@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;
  }
}
@media screen and (min-width: 40em) {
  .grad__content {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 64em) {
  .grad__content {
    margin-bottom: 10rem;
  }
}
.grad__content--reduced-margins {
  margin-bottom: 0rem;
}

.grad__content__related-links {
  margin: 100px 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: 15px;
}

.grad__content__related-links ul .arrow-link {
  font-size: 20px;
  text-transform: none;
  font-family: "Zilla Slab", serif;
}

.grad__content__related-links ul .arrow-link i {
  color: #597C31;
}

.grad__content__next-steps .strike-around-header {
  margin: 0 auto 30px;
  font-size: 26px;
  width: 80%;
}

.grad__content__next-steps .btn {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 40em) {
  .grad__content__next-steps .btn {
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 64em) {
  .grad__content__next-steps .btn {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 40em) {
  .grad__content__next-steps .btn {
    height: 100%;
  }
}
/* - Grad Content */
/* + Grad Hero */
.grad--hero {
  position: relative;
  background-color: #006644;
  width: 100%;
}

.grad--hero__image {
  position: relative;
  z-index: 1;
  max-height: 750px;
  overflow: hidden;
}

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

.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 (max-height: 800px) {
  .grad--hero__image {
    max-height: 70vh;
  }
}
.grad--hero__text {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
}

.grad--hero__text h1 {
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 40em) {
  .grad--hero__text h1 {
    padding-bottom: 3.75rem;
  }
}
@media screen and (min-width: 64em) {
  .grad--hero__text h1 {
    padding-bottom: 7rem;
  }
}
.grad--hero + .babson-grad__prority-cta {
  margin-top: 0;
  position: relative;
  z-index: 3;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .grad--hero + .babson-grad__prority-cta {
    margin-top: -3.25rem;
  }
}
@media screen and (min-width: 64em) {
  .grad--hero + .babson-grad__prority-cta {
    margin-top: -3.4375rem;
  }
}
@media screen and (min-width: 40em) {
  .grad--hero + .babson-grad__prority-cta {
    margin-bottom: 3.25rem;
  }
}
@media screen and (min-width: 64em) {
  .grad--hero + .babson-grad__prority-cta {
    margin-bottom: 6.25rem;
  }
}
.grad--hero + .babson-grad__prority-cta .btn {
  padding: 40px 20px;
}

@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%;
  }
}
/* - 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: 20px;
}

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

/* - Grad Programs */
/* + Grad Slider Cards */
.grad__slider-cards__set {
  margin-bottom: 7rem;
  width: 100%;
}

.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: 50px;
}

.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: 24px;
  color: #597C31;
}

.grad__slider-cards__set.slick-slider .fa-caret-square-left.slick-disabled {
  opacity: 0.1;
}

.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: 24px;
  color: #597C31;
}

.grad__slider-cards__set.slick-slider .fa-caret-square-right.slick-disabled {
  opacity: 0.1;
}

.grad__slider-cards__set .grad__slider-card {
  width: 100%;
}

@media screen and (min-width: 600px) and (max-width: 690px) {
  .grad__slider-cards__set .slick-list {
    margin: 0 0 0 -10px;
  }
}
@media screen and (min-width: 940px) {
  .grad__slider-cards__set .slick-list {
    margin: 0 0 0 -10px;
  }
}
.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) and (max-width: 690px) {
  .grad__slider-card__wrap {
    padding-left: 10px;
  }
}
@media screen and (min-width: 940px) {
  .grad__slider-card__wrap {
    padding-left: 10px;
  }
}
.grad__slider-card__hero {
  padding: 36px 24px 0;
}

.grad__slider-card__hero [class^=icon-]:before,
.grad__slider-card__hero [class*=" icon-"]:before {
  font-size: 70px;
  color: #006644;
  margin-left: 0;
}

.grad__slider-card__text {
  padding: 36px 24px;
}

.grad__slider-card__text h3 {
  color: #3d3d3d;
  font-size: 24px;
  line-height: 32px;
}

.grad__slider-card__text p {
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

/* - Grad Slider Cards */
/* + Header */
.header-main {
  position: relative;
  padding: 0 0 5px;
}

.header-main--landing .header__logo {
  top: 0;
  position: relative;
}

.header__logo a {
  display: block;
  opacity: 1;
}

.header__logo a:hover {
  opacity: 1;
}

.header__logo svg {
  fill: #FFF;
  width: 100%;
  max-width: 175px;
  max-height: 50px;
}

@media screen and (min-width: 64em) {
  .header__logo svg {
    width: 200px;
    height: 36px;
    max-height: 60px;
  }
}
@media screen and (min-width: 64em) {
  .header__logo {
    left: 16px;
    position: absolute;
    top: 39px;
    z-index: 10;
  }
}
@media screen and (min-width: 69em) {
  .header__logo {
    top: 35px;
  }

  .header__logo svg {
    width: 275px;
    max-width: 275px;
  }
}
.header__mobile-search button {
  position: absolute;
  right: calc(7% + 45px);
  top: -1px;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: right;
  min-width: 21px;
}

@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: 7%;
  top: -3px;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: #C7D28A;
  font-weight: normal;
  text-align: right;
  text-decoration: none;
  font-size: 24px;
  min-width: 21px;
}

.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;
  }
}
/* - Header */
/* + High Priority CTA */
.babson-panel__prority-cta {
  margin: 70px 0 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% + 40px);
  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 40px;
}

@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 40px;
  margin: 40px 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 40px;
}

.babson-panel__prority-cta .btn {
  width: 100%;
  text-align: center;
  font-family: "Zilla Slab", serif;
  /* font-family: "museo-slab", Georgia, serif; */
  font-weight: 600;
  margin: 20px 0 0;
  padding: 20px 10px;
  font-size: 18px;
  text-transform: none;
}

@media only screen and (min-width: 1024px) {
  .babson-panel__prority-cta .btn {
    padding: 40px 20px;
    font-size: 22px;
  }
}
.babson-panel__prority-cta h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  color: #006644;
  border-top: 2px solid #DAD7CB;
  padding-top: 20px;
  margin: 0 0 20px 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 {
  width: 100%;
  color: #FFF;
  padding: 50px 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: 20px;
  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: 24px;
  }
}
@media only screen and (min-width: 960px) {
  .home-display__img-element__text__title {
    font-size: 30px;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 1200px) {
  .home-display__img-element__text__title {
    width: 75%;
    font-size: 35px;
  }
}
@media only screen and (min-width: 1500px) {
  .home-display__img-element__text__title {
    width: 66.6666%;
    font-size: 40px;
  }
}
.home-display__img-element__text__teaser {
  margin: 15px 0 0;
  max-width: 1200px;
  width: 100%;
  line-height: 1.8;
  font-size: 16px;
}

.home-display__img-element__text__teaser p:last-of-type {
  margin: 0;
}

.home-display__img-element__text__teaser span {
  color: #DDD055;
}

@media only screen and (min-width: 768px) {
  .home-display__img-element__text__teaser {
    margin: 30px 0 0;
  }
}
@media only screen and (min-width: 960px) {
  .home-display__img-element__text__teaser {
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
    font-size: 18px;
  }
}
@media only screen and (min-width: 1300px) {
  .home-display__img-element__text__teaser {
    width: 75%;
  }
}
@media only screen and (min-width: 1500px) {
  .home-display__img-element__text__teaser {
    width: 66.6666%;
  }
}
.home-display__img-element__text__cta {
  margin: 15px 0 0;
  line-height: 1.8;
}

.home-display__img-element__text__cta__element {
  display: inline-block;
  vertical-align: middle;
  margin: 15px 20px 0 0;
}

.home-display__img-element__text__cta__element--btn a {
  display: inline-block;
  border: 2px solid #FFF;
  background: #FFF;
  padding: 10px 15px;
  border-radius: 50px;
  color: #222;
  font-family: "Zilla Slab", serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.5px;
}

.home-display__img-element__text__cta__element--btn a:hover {
  background: transparent;
  border: 2px 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: 14px;
  color: #FFF;
  font-weight: normal;
  font-style: italic;
}

.home-display__img-element__text__cta__element--vid a i {
  font-size: 18px;
  vertical-align: middle;
  margin: 0 5px 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: 30px;
  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: 30px;
  }
}
.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: 30px;
  }
}
.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: 117rem;
  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: 30px;
  text-align: left;
  border-right: 1px 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 15px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 18px;
  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: 14px;
  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 */
/* Homepage Video display */
.video-hero {
  position: relative;
  background-color: #006644;
}

.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: 30px;
}
.video-hero__text__desc p {
  font-size: 18px;
}

/* + 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: 2px 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: 3px 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: 16px;
}

.homepage-events .event .event-detail .fa {
  margin-right: 1rem;
  font-size: 16px;
}

.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 */
/* + Juicer */
.babson-alumni__juicer {
  background: #EEF1DC;
  margin-top: 40px;
}

.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: 30px;
}

@media screen and (min-width: 40em) {
  .babson-alumni__juicer h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 60px;
  }
}
.babson-alumni__juicer .juicer-feed ul.j-display-filters {
  font-family: "Zilla Slab", serif;
  text-transform: none;
  font-size: 18px;
  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: 18px;
  line-height: 1;
  padding: 10px 15px 15px;
  margin: 0 0 0 10px;
  border-bottom: none;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 5px;
}

.babson-alumni__juicer .juicer-feed ul.j-display-filters li.j-social-icon:not(:first-of-type) {
  font-size: 0;
  padding: 12px 15px;
}

.babson-alumni__juicer .juicer-feed ul.j-display-filters li.j-social-icon:before {
  color: #005172;
  font-size: 18px;
  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: 1px 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: 1px solid #368180 !important;
}

.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: 2px solid #006644;
  background: #006644;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
}

.babson-alumni__juicer .juicer-feed .j-paginate:hover {
  border: 2px 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__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;
  padding: 36px 0;
}

.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) {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  margin-right: 18px;
}

.c-jumbotron__text > :nth-child(3) {
  -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%;
}

.c-jumbotron {
  position: relative;
  margin: 0 auto;
  max-width: 850px;
}

.c-jumbotron__media {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.c-jumbotron__media a {
  display: block;
  position: relative;
}

.c-jumbotron__media svg {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 15px;
  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 {
  position: relative;
  z-index: 2;
  border-top: 7px solid #C6D3D7;
  background-color: rgba(255, 255, 255, 0.95);
  margin-top: -7.5rem;
  padding: 24px 12px;
}

.c-jumbotron__text h3 {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  color: #006644;
  margin-bottom: 24px;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
}

.c-jumbotron__text p {
  font-family: "Zilla Slab", serif;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
  -webkit-font-smoothing: antialiased;
}

.c-jumbotron__text p a {
  text-decoration: underline;
}

.c-jumbotron__text .btn {
  line-height: 1.5;
  padding: 14px 17px;
  width: 144px;
  text-align: center;
}

@media screen and (min-width: 40em) {
  .c-jumbotron__media img {
    margin-bottom: 0;
  }

  .c-jumbotron__media svg {
    bottom: 0;
  }

  .c-jumbotron__text {
    margin-top: -7.5rem;
    padding: 36px;
  }
}
@media screen and (min-width: 64em) {
  .c-jumbotron__text {
    margin-top: -8.75rem;
  }
}
/* - Jumbotron */
/* Jump links */
/* Jump links */
.grad__content h3, .grad__content h4, .grad__content h5, .grad__content h6, .mod-content h3, .mod-content h4, .mod-content h5, .mod-content h6 {
  outline: none;
}

@media (min-width: 1100px) {
  .jump-links {
    padding: 24px 48px;
  }
}
.jump-links {
  background: #EEF1DC;
  padding: 24px 12px;
  margin: 20px 0 60px;
  position: relative;
  border-top: 5px solid #C6D3D7;
}

.jump-links h2 {
  font-family: "Zilla Slab", serif;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 12px;
  color: #222;
  border-bottom: 1px solid #C6D3D7;
  line-height: 44px;
}

@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 2px;
  position: relative;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  padding-bottom: 12px;
  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: 60px;
  height: 60px;
}

@media screen and (min-width: 40em) {
  .back-to-top button i {
    font-size: 24px;
  }
}
.back-to-top button i {
  display: block;
  text-align: center;
  font-size: 18px;
}

/* + Landing Course Details */
.landing-course-details {
  padding: 10px 0;
  margin-bottom: 30px;
  background-color: #f5f7e8;
}

@media screen and (min-width: 64em) {
  .landing-course-details {
    margin-bottom: 40px;
    padding: 40px 0 30px;
  }
}
.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: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 50%;
          flex: 0 50%;
}

.landing-course-details__detail i {
  color: #006644;
  font-size: 50px;
  margin-right: 10px;
}

.landing-course-details__detail h4 {
  margin: 0 0 0 10px;
  color: #005172;
  text-transform: uppercase;
  font-size: 12px;
}

.landing-course-details__detail p {
  margin: 0 0 0 10px;
  font-size: 20px;
}

@media screen and (min-width: 64em) {
  .landing-course-details__detail i {
    float: left;
  }

  .landing-course-details__detail h4 {
    margin: 10px 0 0;
  }

  .landing-course-details__detail p {
    margin: 0;
    font-size: 20px;
  }
}
.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: 0px 10px;
}

.landing-course-details .icon:before,
.c-ataglance .demo-icon:before {
  content: " ";
}

/* - Landing Cource Details */
/* + Landing Footer */
.landing-footer {
  margin: 60px 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 20px 20px;
  -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.landing-form h3 {
  display: none;
}

.landing-form p {
  font-size: 20px;
}

.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: 5px solid #C7D28A;
  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: 20px;
  right: 0;
}

.landing-form__accordion-btn.collapsible-form__accordion-btn--closed > span::after {
  top: 12px;
}

.landing-form .stepped-form--btn {
  background-color: #006644;
}

@media screen and (min-width: 64em) {
  .landing-form {
    border-top: 5px solid #C7D28A;
    padding: 20px 30px;
  }

  .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: 80px;
  }

  .landing-form .footnote {
    font-size: 16px;
    display: block;
  }
}
.landing-form__container {
  -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 4px -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: 24px;
  margin-bottom: 14px;
}

@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: 20px 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: 10px;
}

.landing-hero p {
  font-size: 17px;
  line-height: 1.3;
  font-style: italic;
  font-weight: 500;
}

@media screen and (min-width: 40em) {
  .landing-hero p {
    font-size: 24px;
  }
}
@media screen and (min-width: 64em) {
  .landing-hero p {
    font-size: 24px;
  }
}
.landing-hero a {
  display: none;
  text-transform: none;
  font-size: 14px;
  font-style: normal;
}

.landing-hero a:hover {
  text-decoration: none;
}

@media screen and (min-width: 64em) {
  .landing-hero a {
    display: inline-block;
  }
}
/* - Landing Hero */
ul {
  padding: 0 0 0 3rem;
  margin: 0 0 1.5rem 0;
}
ul li {
  margin: 0 0 0.375rem 0;
}

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

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

/* - Logos */
/* + Main Menu Container */
@media screen and (min-width: 64em) {
  .main-menu-container {
    display: block;
    text-align: center;
  }
}
.main-menu-container ul.menu {
  width: 100%;
}

@media screen and (min-width: 64em) {
  .main-menu-container ul.menu {
    border: 1px solid #999;
    width: auto;
    border: none;
    text-align: right;
    padding-right: 2rem;
    padding-left: 2rem;
    max-width: 117rem;
    margin: 0 auto;
  }
}
.main-menu-container ul.menu ul.menu {
  width: 100vw;
  max-width: 100%;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
  list-style: none;
}

.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: 1px 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: 16px;
    padding: 20px 7% 20px 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";
    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: 30px;
    height: 20px;
    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: 16px;
    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: 1px solid #ccc;
}

.main-menu-container a {
  display: block;
  padding: 10px;
  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: 0px 1.6rem 1.6rem 0px;
}

.media__image--right {
  margin: 0px 0px 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: 0px 0px 1.6rem 0px;
}
.media-body > .media-header.quarter-margin,
.media__body > .media-header.quarter-margin {
  margin: 0px 0px 0.25rem 0px;
}

.pull-left {
  float: left;
  margin: 0px 1.6rem 0px 0px;
  width: 30%;
  max-width: 6rem;
}
.pull-left > img {
  max-width: 100%;
  width: 100%;
}

.pull-right {
  float: right;
  margin: 0px 0px 0px 1.6rem;
  width: 30%;
}
.pull-right > img {
  max-width: 100%;
  width: 100%;
}

.media.use-separators {
  border-bottom: 1px solid #00536f;
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
}
.media.use-separators.dotted {
  border-bottom-style: dotted;
}
.media.use-separators:last-of-type {
  border-bottom: none;
}

/* 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 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: 40px 40px 40px 0;
  padding-right: 40px;
  font-size: 30px;
  white-space: normal;
  text-align: left;
  line-height: 1.3;
  border-right: 1px solid #C7D28A;
}

.mega-panel__content-wrapper p:last-of-type {
  margin-bottom: 0;
}

.mega-panel__content-wrapper .btn {
  display: inline-block !important;
  margin: 30px 0 0;
  padding: 20px 40px !important;
  color: #005172 !important;
  font-size: 15px !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: 40px 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: 16px !important;
  white-space: normal !important;
  color: #006644 !important;
  text-align: left !important;
  margin-bottom: 15px !important;
  padding: 0 0 15px !important;
  line-height: 1 !important;
  border-bottom: 1px solid #e4e4e4;
}

@media screen and (min-width: 64em) {
  .mega-panel ul li a {
    font-size: 18px !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
    border-bottom: none;
  }
}
.mega-panel ul li a:hover {
  color: #9EB28F !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: 20px !important;
    padding: 0 !important;
    border-bottom: none;
  }
}
/* - Mega Panel */
/* + 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: 1px 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: 1px 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: 1px solid #DDD055;
  display: block;
  padding: 20px 10px;
}

ul ul .currentsection {
  padding-left: 20px;
}

/* - Navigation - Regional */
/* Navigation Card */
/* Used in the "Navigation Card" Content Type - html/default layout */
.c-navigation-card {
  border-top: 5px solid #597C31;
  -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #464646;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*padding: var( --sp8 );*/
  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: #eeaf00;
  -webkit-box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 3px 10px 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%;
}
.c-navigation-card.small > :first-child, .c-navigation-card.medium > :first-child, .c-navigation-card.large > :first-child {
  font-size: 2.4rem;
}
.c-navigation-card.small > p, .c-navigation-card.medium > p, .c-navigation-card.large > p {
  font-size: 1.6rem;
}
@media screen and (min-width: 64rem) {
  .c-navigation-card.medium > :first-child {
    font-size: 3.2rem;
  }
  .c-navigation-card.medium > p {
    font-size: 2.0rem;
  }
  .c-navigation-card.large > :first-child {
    font-size: 3.6rem;
  }
  .c-navigation-card.large > p {
    font-size: 2.4rem;
  }
}
.c-navigation-card--wrapper + .c-navigation-card--wrapper,
.c-navigation-card--wrapper + :not(.c-navigation-card--wrapper) {
  margin-top: 2.0rem;
}

.c-navigation-card--wrapper + a {
  display: block;
}

.c-navigation-card--wrapper:last-child {
  margin-bottom: 3.2rem;
}

/* When displayed in a grid */
.cell .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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}
.cell .c-navigation-card p {
  -webkit-box-flex: 2;
      -ms-flex: 2 0 auto;
          flex: 2 0 auto;
}

.c-navigation-card.small .c-navigation-card__image-text .c-navigation-card__text > :first-child,
.c-navigation-card.medium .c-navigation-card__image-text .c-navigation-card__text > :first-child,
.c-navigation-card.large .c-navigation-card__image-text .c-navigation-card__text > :first-child {
  font-size: 2.4rem;
}

.c-navigation-card.small .c-navigation-card__image-text .c-navigation-card__text > p,
.c-navigation-card.medium .c-navigation-card__image-text .c-navigation-card__text > p,
.c-navigation-card.large .c-navigation-card__image-text .c-navigation-card__text > p {
  font-size: 1.6rem !important;
}

@media screen and (min-width: 64rem) {
  .c-navigation-card.medium > :first-child {
    font-size: 3.2rem;
  }

  .c-navigation-card.medium > p {
    font-size: 2rem;
  }

  .c-navigation-card.large > :first-child {
    font-size: 3.6rem;
  }

  .c-navigation-card.large > p {
    font-size: 2.4rem;
  }
}
.c-navigation-card--wrapper + .c-navigation-card--wrapper,
.c-navigation-card--wrapper + :not(.c-navigation-card--wrapper) {
  margin-top: 2rem;
}

.c-navigation-card--wrapper + a {
  display: block;
}

.c-navigation-card--wrapper:last-child {
  margin-bottom: 3.2rem;
}

.c-navigation-card__image.u-image__top {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.c-navigation-card__image.u-image__right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.c-navigation-card__image.u-image__bottom {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

.c-navigation-card__image-text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  --multiplier: calc(50rem - 100%);
}

.c-navigation-card__image,
.c-navigation-card__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 33%;
  max-width: 100%;
  -ms-flex-preferred-size: calc(var(--multiplier)*999);
      flex-basis: calc(var(--multiplier)*999);
}

.c-navigation-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-navigation-card .c-navigation-card__image-text .c-navigation-card__text {
  padding: 2.4rem;
}

.c-navigation-card.small .c-navigation-card__image-text .c-navigation-card__text {
  padding: 20px;
}

.c-navigation-card.medium .c-navigation-card__image-text .c-navigation-card__text {
  padding: 24px;
}

.c-navigation-card.large .c-navigation-card__image-text .c-navigation-card__text {
  padding: 24px;
}

@media screen and (min-width: 40em) {
  .c-navigation-card .c-navigation-card__image-text .c-navigation-card__text {
    padding: 3.2rem;
  }

  .c-navigation-card.small .c-navigation-card__image-text .c-navigation-card__text {
    padding: 20px;
  }

  .c-navigation-card.medium .c-navigation-card__image-text .c-navigation-card__text {
    padding: 24px;
  }

  .c-navigation-card.large .c-navigation-card__image-text .c-navigation-card__text {
    padding: 32px;
  }
}
@media screen and (min-width: 40em) {
  .c-navigation-card__image.u-image__top {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }

  .c-navigation-card__image.u-image__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }

  .c-navigation-card__image.u-image__bottom {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
.c-navigation-card > div {
  width: 100%;
}

.c-navigation-card .btn,
.c-navigation-card .btn--bright,
.c-navigation-card .btn--light,
.c-navigation-card .btn--outline {
  padding-left: 0;
  padding-right: 0;
  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: #9eb28f;
  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: #464646;
}

.c-navigation-card .strong {
  font-weight: bold;
}

.c-navigation-card .italic {
  font-style: italic;
}

.c-navigation-card__border-color--alfresco {
  border-color: #567B8A;
}

.c-navigation-card__border-color--courtyard-green {
  border-color: #597C31;
}

.c-navigation-card__border-color--mango-punch {
  border-color: #eeaf00;
}

.c-navigation-card__border-color--peacock-blue {
  border-color: #368180;
}

.c-navigation-card__border-color--sherwood-green {
  border-color: #9eb28f;
}

.c-navigation-card__border-color--sweet-daphne {
  border-color: #c7d28a;
}

.c-navigation-card__border-color--blue-heather {
  border-color: #c6d3d7;
}

.c-navigation-card__border-color--cedar-key {
  border-color: #dad7cb;
}

.c-navigation-card__border-color-focus--alfresco:hover {
  border-color: #567B8A;
}

.c-navigation-card__border-color-focus--courtyard-green:hover {
  border-color: #597C31;
}

.c-navigation-card__border-color-focus--mango-punch:hover {
  border-color: #eeaf00;
}

.c-navigation-card__border-color-focus--peacock-blue:hover {
  border-color: #368180;
}

.c-navigation-card__border-color-focus--sherwood-green:hover {
  border-color: #9eb28f;
}

.c-navigation-card__border-color-focus--sweet-daphne:hover {
  border-color: #c7d28a;
}

.c-navigation-card__border-color-focus--blue-heather:hover {
  border-color: #c6d3d7;
}

.c-navigation-card__border-color-focus--cedar-key:hover {
  border-color: #dad7cb;
}

/* + Navigation */
.navigation {
  display: none;
  background-color: #006644;
  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: 15px 7%;
  position: relative;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (min-width: 64em) {
  .navigation .menu a {
    padding: 10px 15px;
    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;
}

/* - Navigation */
/* + Page - Babson Grad - Overrides */
.page--babson-grad .intro-text {
  font-family: "Zilla Slab", serif;
  color: #4a4a4a;
  font-size: 20px;
  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: 40px;
  }
}
@media screen and (min-width: 64em) {
  .page--babson-grad .intro-text {
    line-height: 40px;
  }
}
@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: 18px;
  margin: 18px 0 36px;
}

.alumni-pagination span,
.alumni-pagination a {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  padding: 0 6px;
}

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

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

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

/* - 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: 1px solid #C6D3D7;
}

.partner-orgs-tabs .tabs__tabs__button {
  border: none;
  border-radius: 0;
  background: transparent;
  color: #005172;
  padding: 25px;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  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: 1px 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: 1px solid #f5f7e8;
  border-bottom: 2px solid #EEAF00;
}

.partner-orgs-tabs .tabs__tabs__button[aria-selected=true]:hover {
  color: #000;
}

.partner-orgs-tabs .tabs__content__itself {
  font-size: 18px;
}

@media screen and (min-width: 40em) {
  .partner-orgs-tabs .tabs__content__itself {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    padding: 40px 20px 80px 20px;
  }
}
@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 .tabs__content__itself ul {
  padding: 0;
  list-style: none;
}

.partner-orgs-tabs .tabs__content__itself li {
  color: #005172;
  margin-bottom: 30px;
}

@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: 2px solid #DDD055;
    margin-bottom: 20px;
  }

  .partner-orgs-tabs .tabs__content .tabs__content__itself {
    display: none;
    padding: 20px 20px 0;
  }

  .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: 20px 60px 20px 20px;
    color: #005172;
    background-color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }

  .partner-orgs-tabs .tabs__title:after {
    display: none;
  }

  .partner-orgs-tabs .tabs__title:hover {
    background: #DDD055;
  }

  .partner-orgs-tabs .tabs__title .accordion-drop-down__icon {
    position: absolute;
    height: 20px;
    width: 20px;
    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);
  }
}
/* - Partner Orgs Tabs */
.babson-grad__prority-cta {
  margin: 70px 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% + 40px);
  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%;
}

.babson-grad__prority-cta__container__join__btn-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-left: 40px;
}

@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: 40px;
  }
}
.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 0 25%;
            flex: 0 0 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: 15px;
  }

  .babson-grad__prority-cta__container__join__btn-container:first-of-type {
    padding-left: 40px;
  }

  .grad--hero + .babson-grad__prority-cta .btn {
    padding: 30px 20px;
    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: 959px) {
  .babson-grad__prority-cta__container__join__btn-container {
    margin-top: 20px;
  }
}
.babson-grad__prority-cta__container__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0 0 0 40px;
}

.babson-grad__prority-cta h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  color: #006644;
  border-top: 2px solid #DAD7CB;
  padding-top: 20px;
  margin: 0 0 20px 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 span {
  display: inline-block;
  margin: 0;
}

/* - Priority CTA */
/* + Program Filters */
.program-filters {
  background-color: #C7D28A;
  padding-top: 0;
  position: relative;
}

.program-filters.exec-ed-filters {
  background-color: #368180;
}

.program-filters.exec-ed-filters form select {
  width: 100%;
  background-color: #ffffff;
  border: 2px solid transparent;
  color: #000;
  font: 16px "Roboto Condensed", 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: 16px;
  background-color: #fff;
}

h2.exec-ed-programs__title {
  font-size: 40px;
  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;
  /* font-family: "franklin-gothic-urw-comp", "HelveticaNeue", Verdana, 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: "Roboto Condensed", sans-serif; */
  /* font-family: "franklin-gothic-urw-comp", "HelveticaNeue", Verdana, sans-serif; */
  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: #C7D28A;
    position: absolute;
    top: 0;
    height: 100%;
  }
}
.program-filters.exec-ed-filters::before,
.program-filters.exec-ed-filters::after {
  content: none;
}

/* - Program Filters */
/* + Program List */
.program-list__program {
  font-size: 1.8rem;
  font-family: "Oswald", sans-serif;
  margin-bottom: 6rem;
}

.program-list__program h3,
.program-list__program a {
  color: #005172;
}

.program-list__program__details {
  position: relative;
  color: black;
}

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

.exec-ed-programs .program-list__program__detail {
  font-size: 1.4rem;
  color: #005172;
}

.exec-ed-programs .program-list__program__detail i {
  line-height: 20px;
}

.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: 2px;
    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: 24px;
}

.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-duration:before {
  content: " ";
}

.program-list__program__details .icon-babson-ee-duration {
  background-image: url('/media/babson/assets/icons-general/duration.png');
  width: 20px;
  height: 20px;
  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: 20px;
  height: 20px;
  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: 20px;
  height: 20px;
  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: 20px;
  height: 20px;
  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: 20px;
  height: 20px;
  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: 20px;
  height: 20px;
  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: 20px;
  height: 20px;
  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: 20px;
  height: 20px;
  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: 20px;
  height: 20px;
  background-size: 100% auto;
}

.program-list__program__detail {
  display: table;
}

.program-list__program__detail div {
  display: table-cell;
}

/* - Program List */
/* + Quote */
.c-quote {
  max-width: 730px;
  margin: 0 auto;
  padding: 15px 20px 0 20px;
  margin-bottom: 60px;
}

.c-quote blockquote,
blockquote {
  color: #005172;
  font-size: 20px;
  line-height: 1.3;
  padding: 34px 0 0;
  margin-bottom: 20px;
  font-style: italic;
  position: relative;
}

.c-quote blockquote:before,
blockquote:before {
  color: #EEAF00;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Free", "FontAwesome";
  content: "";
  font-style: normal;
  font-weight: bold;
  position: absolute;
  display: block;
  font-size: 3rem;
  line-height: 0;
}

.c-quote_name {
  font-family: "Zilla Slab", serif;
  font-style: italic;
  color: #3d3d3d;
  font-size: 20px;
  line-height: 1.3;
}

.c-quote_subtitle {
  font-family: "Roboto Condensed", sans-serif;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 1.3;
}

.sidebar blockquote {
  padding: 0 0 0 20px;
}

@media screen and (min-width: 40em) {
  .c-quote blockquote,
blockquote {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 36px;
    padding: 50px 0 0;
  }

  .c-quote blockquote:before,
blockquote:before {
    font-size: 4.5rem;
  }

  .c-quote_name {
    font-size: 22px;
  }
}
@media screen and (min-width: 64em) {
  .c-quote {
    padding: 20px 0 0 0;
  }

  .c-quote blockquote {
    font-size: 28px;
    line-height: 1.6;
  }
}
/* - 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: 0px 0px 3px 0px;
  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: 1px 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: 20px;
}

.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: 30px 0 20px;
  border-top: 2px solid #006644;
  position: relative;
}

@media screen and (min-width: 64em) {
  .babson__registration-form__contact-block:after {
    content: "";
    position: absolute;
    height: 100%;
    display: block;
    width: 2px;
    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: 32px;
  }
}
@media screen and (min-width: 64em) {
  .babson__registration-form__contact-block.babson__registration-form__contact-block h3 {
    font-size: 32px;
  }
}
.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 {
  color: black;
}

/* - Registration Form */
/* + Related News */
.related-news {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .related-news {
    margin-bottom: 0;
  }
}
.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;
}

.related-news__image {
  position: relative;
}

.related-news__image img {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 39.9375em) {
  .related-news__image img {
    margin-bottom: 40px;
  }
}
@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: 12px;
  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: "Oswald", sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 24px;
  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: 2px 2px 3px #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: 0px;
}
@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: #006644;
  font-family: "Oswald", sans-serif;
  font-size: 125%;
  text-decoration: none;
}

a.hide-show__toggle .hide-show__icon {
  margin-right: 2px;
  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: 1px 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: "Zilla Slab", serif;
  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: "Zilla Slab", serif;
}
.rp__header--titles {
  padding: 0;
  margin-bottom: 15px;
  font-size: 17px;
  color: #464646;
  line-height: 1.4;
  margin-top: 2px;
}

.rp__capitalize {
  text-transform: capitalize;
}

.responsive-profile__container .Bio-container {
  line-height: 1.4;
  margin-top: 0;
  max-height: 80px;
  margin-bottom: 15px;
  font-size: 17px;
}

.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: 5px;
}

.responsive-profile__list--no-padding {
  padding-left: 16px;
}

.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: 1px 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: 5px 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: 1px 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: "Oswald", sans-serif;
  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: 1px 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: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #6C6F70;
  padding-bottom: 4px;
}

.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: 1px 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: 5px solid #fff;
}

.responsive-profile__container .contact-bar__item {
  padding: 0.5rem 1rem;
  border-right: 1px 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: 80px; */
}

.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 .rp__section {
  border-bottom: 1px solid #ccc;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.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: 1px 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: 1px solid #c6c7c8;
  }
  .responsive-table__scrollable td:nth-child(2n+1) {
    background-color: #c6c7c8;
    border-bottom: 1px solid #ffffff;
  }
  .responsive-table__scrollable th {
    border-bottom: 1px solid #c6c7c8;
  }
  .responsive-table__scrollable th:nth-child(2n+1) {
    background-color: #c6c7c8;
    border-bottom: 1px 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: 11;
  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: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 50px;
  cursor: pointer;
  color: #C7D28A;
}

.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: 30px;
  font-size: 20px;
  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 80px;
          flex: 0 0 80px;
  padding: 30px;
  background: #EEAF00;
  font-size: 20px;
  border: none;
  cursor: pointer;
  color: #FFF;
}

.overlay button:hover,
.overlay button:focus {
  background: #AD9001;
}

#myOverlay input[type=text] {
  height: auto;
  margin: 0;
  border: none;
}

#myOverlay form input::-webkit-input-placeholder {
  color: #757575;
  font: 20px "Zilla Slab", serif;
}

/* - Search Overlay */
/* + Shared Interest */
.babson-alumni_shared-interest--date {
  margin: 30px 0;
  font-size: 20px;
}

.babson-alumni_shared-interest--social {
  margin-top: 30px;
}

.babson-alumni_shared-interest__modal .babson-alumni__volunteer__item__desc,
.babson-alumni_shared-interest__modal h4 {
  padding-right: 1em;
}

/* - Shared Interest */
/* + Sidebar Subnav */
.sidebar-subnav {
  margin-bottom: 36px;
}

.sidebar-subnav--content,
.sidebar {
  display: none;
}

@media screen and (min-width: 40em) {
  .sidebar,
.sidebar-subnav--content {
    display: block;
  }

  .sidebar-subnav {
    display: none;
  }
}
.sidebar-subnav--content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #DDD055;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
}

.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: 20px 10px;
  border-bottom: 1px solid #DDD055;
}

.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: 20px 10px 20px 20px;
}

.sidebar-subnav--content ul > li > ul li a:hover {
  background: #f4f4f4;
}

.sidebar-subnav--content ul > li > ul ul ul li a {
  padding-left: 10px;
}

.sidebar-subnav--content ul > li > ul ul {
  border-bottom: 1px solid #DDD055;
}

.sidebar-subnav--content ul > li > ul li:last-child > ul {
  border-bottom: none;
}

.sidebar-subnav--content ul > li > ul ul li {
  margin-left: 30px;
}

.sidebar-subnav--content ul > li > ul ul ul li {
  margin-left: 15px;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sidebar-subnav--content ul > li > ul ul li {
    margin-left: 20px;
  }
}
.sidebar-subnav--content ul > li > ul ul a {
  border-bottom: 1px 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: 1px solid #DDD055;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  color: #005172;
  background: #f5f7e8;
  padding: 20px 10px;
  width: 100%;
  text-align: left;
  position: relative;
}

@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: 9px;
  top: calc(50% - 1px);
  width: 12px;
  height: 2px;
}

.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 a {
  height: 0;
  width: 0;
  overflow: hidden;
  text-indent: -200vw;
  display: block;
}

.skip-link a:focus {
  height: auto;
  width: auto;
  text-indent: 0;
  overflow: auto;
}

/* - Skip Link */
/* + 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: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.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: 1px 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: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  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: 20px;
  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: 30px;
}

.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: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  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: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  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;
}

#section-content {
  overflow: hidden;
}

/* - 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: 30px;
  margin-right: 4px;
}

.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: 20px;
  margin-bottom: 40px;
}

.special-event--detail__col:first-of-type {
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}

.special-event--detail ul {
  list-style: none;
  padding-left: 15px;
  margin-bottom: 0;
}

.special-event--detail li {
  position: relative;
  margin-bottom: 6px;
  font-family: var(--font-heading);
  font-weight: 300;
}

.special-event--detail li i.fas {
  position: absolute;
  left: -15px;
  top: 7px;
  width: 15px;
  text-align: center;
  color: #EEAF00;
}

.special-event--detail li span {
  display: inline-block;
  margin-left: 15px;
}

.special-event--detail li span p {
  margin-bottom: 0;
}

.special-event--detail li a {
  color: #005172;
}

.special-event--detail li a:hover, .special-event--detail li a:focus {
  color: #006644;
}

.special-event--detail .btn {
  width: 100%;
  text-align: center;
  margin-top: 20px !important;
}

.special-event--detail .email-address-ellipses {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.special-event--detail .email-address-ellipses a {
  color: #005172;
}

.special-event--detail .email-address-ellipses a:hover, .special-event--detail .email-address-ellipses a:focus {
  color: #006644;
}

@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;
  }
}
/* - Special Event -- Detail */
/* + Stepped Form */
.stepped-form--container .select__container:after {
  top: 18px;
}

@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: 30px; */
    max-width: 53rem;
    margin-right: 30px;
  }
}
@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: 4px 4px !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: 18px !important;
}

/* - 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 20px;
  position: relative;
  z-index: 1;
  background-color: white;
}

.strike-around-header:after {
  content: "";
  z-index: 0;
  display: block;
  position: absolute;
  height: 2px;
  top: 0;
  width: 20%;
  left: 40%;
  background-color: #DDD055;
}

@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 */
/* + Table of Contents (toc) */
.toc-layout-main {
  background-color: #f2f1ed;
  list-style-type: none;
  margin-left: -7px;
  padding-left: 7px;
  padding-right: 7px;
  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: 20px solid #fff;
  border-left: 20px solid transparent;
}

.l-second-content-column .toc-layout-main + .toc-layout-main:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 20px solid #DAD7CB;
  border-left: 20px solid transparent;
}

.toc-layout-main .level-section > div {
  margin-left: 0px !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 {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}

.c-testimonial p {
  margin: 30px 0;
}

.c-testimonial__author {
  font-size: 2.1rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

/* - 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: 50em) {
  .site-content {
    padding-top: 0;
  }
}
.site-content > .hd {
  display: none;
}

.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%;
  height: auto !important;
  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: 12px 0;
  width: 60px;
}

.c-toolkit__button--icon i.fas {
  display: inline-block;
  width: 60px;
  line-height: 1;
  padding: 4px;
  font-size: 21px;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 2px 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: 12px 0 12px 6px;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  outline: none;
}

.c-toolkit nav {
  padding: 12px 48px 12px 60px;
}

@media (max-height: 600px) {
  .c-toolkit nav {
    padding-right: 24px;
  }
}
.c-toolkit ul {
  list-style: none;
  padding: 0;
}

.c-toolkit__text {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  margin-bottom: 18px;
  margin-left: 6px;
}

@media (max-height: 600px) {
  .c-toolkit__text {
    font-size: 18px;
    float: left;
    margin-right: 18px;
  }
}
.c-toolkit__text a {
  color: #fff;
}

.c-toolkit__social li {
  display: inline-block;
  margin-left: 6px;
  margin-right: 4px;
}

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

@media screen and (min-width: 64em) {
  .utility-nav {
    background: transparent;
    text-align: right;
  }
}
.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 7px;
  font-size: 11px;
}

@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 20px 0 0;
  width: 100%;
  border-bottom: 1px 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: 16px;
  font-weight: 600;
  padding: 15px 7%;
  text-decoration: none;
}

@media screen and (min-width: 64em) {
  .utility-nav > ul > li a {
    padding: 0;
  }
}
.utility-nav > ul > li a:hover {
  color: #C7D28A;
  text-decoration: none;
}

.no-touchevents .utility-nav > ul > li a:hover {
  text-decoration: none;
}

.utility-nav ul li.c-dropdown {
  margin-right: 20px;
  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 20px 0 0;
    vertical-align: bottom;
    color: #C7D28A;
  }
}
.utility-nav > ul > li li.c-dropdown__item > a {
  display: inline-block;
  padding: 15px;
  width: 100%;
}

.utility-nav > ul > li li.c-dropdown__item > a:focus {
  color: #C7D28A;
}

/* - Utility Nav */
/* + Virtual Tour */
.c-virtual-tour {
  margin-bottom: 40px;
}

/* - 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: 10px;
  right: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.51);
  text-align: center;
  padding: 2px 4px;
  border-radius: 5px;
  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: 80px;
  height: 80px;
  line-height: 80px;
  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: 20px;
  vertical-align: top;
  position: relative;
  left: 0;
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 5px 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: 5px;
  width: 100%;
}

.mb_YTPBar .ytpicon {
  font-size: 20px;
}

.mb_YTPBar .mb_YTPUrl.ytpicon {
  font-size: 30px;
}

.mb_YTPBar {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: block;
  height: 10px;
  background: #333;
  position: fixed;
  bottom: 0;
  text-align: left;
  z-index: 1000;
  font: 14px/16px 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: 12px/14px san-serif;
  position: absolute;
  top: -30px;
  height: 40px;
}

.mb_YTPBar:hover .buttonBar {
  background: rgba(0, 0, 0, 0.4);
}

.mb_YTPBar span {
  display: inline-block;
  font: 16px/20px sans-serif;
  position: relative;
  width: 30px;
  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: 6px;
  right: 10px;
  cursor: pointer;
}

.mb_YTPBar span.mb_YTPUrl img {
  width: 60px;
}

.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: 10px;
  width: 100%;
  background: #222;
  bottom: 0;
  left: 0;
}

.mb_YTPBar .mb_YTPLoaded {
  height: 10px;
  width: 0;
  background: #444;
  left: 0;
}

.mb_YTPBar .mb_YTPseekbar {
  height: 10px;
  width: 0;
  background: #bb110e;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
          box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
}

.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: 100px;
  height: 10px;
  border: 1px solid #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
  cursor: pointer !important;
  border-radius: 3px;
}

.mb_YTPBar.compact .simpleSlider {
  width: 40px;
}

.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 */
/* Text header Sizes */
.u-text__h1,
.u-text__h2,
.u-text__h3,
.u-text__h4,
.u-text__h5,
.u-text__h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1.15;
}
@media screen and (min-width: 64rem) {
  .u-text__h1,
.u-text__h2,
.u-text__h3,
.u-text__h4,
.u-text__h5,
.u-text__h6 {
    line-height: 1.2755;
  }
}

.u-text__h1 {
  color: #006644;
  font-size: 3.2rem;
  margin: 0 0 3rem 0;
}
@media screen and (min-width: 64rem) {
  .u-text__h1 {
    font-size: 5.4rem;
  }
}

.u-text__h2 {
  font-size: 2.7rem;
}
@media screen and (min-width: 64rem) {
  .u-text__h2 {
    font-size: 4.0rem;
  }
}

.u-text__h3 {
  font-size: 2.4rem;
}

.u-text__h4 {
  font-size: 2.1rem;
}

.u-text__h5 {
  font-size: 1.8rem;
}

.u-text__h6 {
  font-size: 1.6rem;
}

/* 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: "Font Awesome 5 Free";
  font-size: 60%;
  font-weight: 700;
  margin-left: 8px;
  position: relative;
  top: -2px;
}

/* + Utilities: Margins */
.u-margin__top--0 {
  margin: 0;
}

.u-margin__top--2 {
  margin: 2.0rem 0 0 0;
}

.u-margin__top--3 {
  margin: 6.0rem 0 0 0;
}

/* - Utilities: Margins */
/* + Background Colors */
.u-background--peacock-blue {
  background-color: #368180;
}

.u-background--sherwood-green {
  background-color: #9eb28f;
}

.u-background--courtyard-green {
  background-color: #597C31;
}

.u-background--alfresco {
  background-color: #567B8A;
}

.u-background--bright-gold {
  background-color: #ddd055;
}

.u-background--mango-punch {
  background-color: #eeaf00;
}

.u-background--ocre {
  background-color: #AD9001;
}

.u-background--ocre-dark {
  background-color: #8E7200;
}

.u-background--babson-green {
  background-color: #006644;
}

.u-background--summer-nights {
  background-color: #005172;
}

.u-background--englewood-cliffs {
  background-color: #6c6f70;
}

.u-background--sweet-daphne {
  background-color: #c7d28a;
}

.u-background--cedar-key {
  background-color: #dad7cb;
}

.u-background--blue-heather {
  background-color: #c6d3d7;
}

.u-background--beach-haven {
  background-color: #ede8c4;
}

.u-background--sweet-daphne-lt {
  background-color: #eef1dc;
}

.u-background--blue-heather-lt {
  background-color: #eef2f3;
}

.u-background--cedar-key-lt {
  background-color: #f4f3ef;
}

.u-background--gray {
  background-color: var("--gray");
}

.u-background--medium-gray {
  background-color: #7E8082;
}

.u-background--darker-gray {
  background-color: #464646;
}

.u-background--white {
  background-color: #fff;
}

.background-peacock-blue {
  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: #ddd055;
}

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

.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 {
  border: 1px solid #368180;
}

.u-border--sherwood-green {
  border: 1px solid #9eb28f;
}

.u-border--courtyard-green {
  border: 1px solid #597C31;
}

.u-border--alfresco {
  border: 1px solid #567B8A;
}

.u-border--bright-gold {
  border: 1px solid #ddd055;
}

.u-border--mango-punch {
  border: 1px solid #eeaf00;
}

.u-border--ocre {
  border: 1px solid #AD9001;
}

.u-border--ocre-dark {
  border: 1px solid #8E7200;
}

.u-border--babson-green {
  border: 1px solid #006644;
}

.u-border--summer-nights {
  border: 1px solid #005172;
}

.u-border--englewood-cliffs {
  border: 1px solid #6c6f70;
}

.u-border--sweet-daphne {
  border: 1px solid #c7d28a;
}

.u-border--cedar-key {
  border: 1px solid #dad7cb;
}

.u-border--blue-heather {
  border: 1px solid #c6d3d7;
}

.u-border--beach-haven {
  border: 1px solid #ede8c4;
}

.u-border--sweet-daphne-lt {
  border: 1px solid #eef1dc;
}

.u-border--blue-heather-lt {
  border: 1px solid #eef2f3;
}

.u-border--cedar-key-lt {
  border: 1px solid #f4f3ef;
}

.u-border--gray {
  border: 1px solid var("--gray");
}

.u-border--medium-gray {
  border: 1px solid #7E8082;
}

.u-border--darker-gray {
  border: 1px solid #464646;
}

.u-border--white {
  border: 1px solid #fff;
}

.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-c7d28a {
  border: 1px solid #C7D28A;
}

.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-ddd055 {
  border: 1px solid #DDD055;
}

.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-368180 {
  border: 1px solid #368180;
}

/* - Border Colors */
/* + Utility: Corners */
.u-corners {
  background-color: #7E8082;
  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: #7E8082;
}

.u-corners::after {
  width: 0;
  height: 0;
  border: 1rem solid #7E8082;
}

.u-corners__background-color--peacock-blue,
.u-corners__background-color--peacock-blue::before {
  background: #368180;
}

.u-corners__background-color--peacock-blue::after {
  border-color: #368180;
}

.u-corners__background-color--sherwood-green,
.u-corners__background-color--sherwood-green::before {
  background: #9eb28f;
}

.u-corners__background-color--sherwood-green::after {
  border-color: #9eb28f;
}

.u-corners__background-color--courtyard-green,
.u-corners__background-color--courtyard-green::before {
  background: #597C31;
}

.u-corners__background-color--courtyard-green::after {
  border-color: #597C31;
}

.u-corners__background-color--alfresco,
.u-corners__background-color--alfresco::before {
  background: #567B8A;
}

.u-corners__background-color--alfresco::after {
  border-color: #567B8A;
}

.u-corners__background-color--bright-gold,
.u-corners__background-color--bright-gold::before {
  background: #ddd055;
}

.u-corners__background-color--bright-gold::after {
  border-color: #ddd055;
}

.u-corners__background-color--mango-punch,
.u-corners__background-color--mango-punch::before {
  background: #eeaf00;
}

.u-corners__background-color--mango-punch::after {
  border-color: #eeaf00;
}

.u-corners__background-color--ocre,
.u-corners__background-color--ocre::before {
  background: #AD9001;
}

.u-corners__background-color--ocre::after {
  border-color: #AD9001;
}

.u-corners__background-color--ocre-dark,
.u-corners__background-color--ocre-dark::before {
  background: #8E7200;
}

.u-corners__background-color--ocre-dark::after {
  border-color: #8E7200;
}

.u-corners__background-color--babson-green,
.u-corners__background-color--babson-green::before {
  background: #006644;
}

.u-corners__background-color--babson-green::after {
  border-color: #006644;
}

.u-corners__background-color--summer-nights,
.u-corners__background-color--summer-nights::before {
  background: #005172;
}

.u-corners__background-color--summer-nights::after {
  border-color: #005172;
}

.u-corners__background-color--englewood-cliffs,
.u-corners__background-color--englewood-cliffs::before {
  background: #6c6f70;
}

.u-corners__background-color--englewood-cliffs::after {
  border-color: #6c6f70;
}

.u-corners__background-color--sweet-daphne,
.u-corners__background-color--sweet-daphne::before {
  background: #c7d28a;
}

.u-corners__background-color--sweet-daphne::after {
  border-color: #c7d28a;
}

.u-corners__background-color--cedar-key,
.u-corners__background-color--cedar-key::before {
  background: #dad7cb;
}

.u-corners__background-color--cedar-key::after {
  border-color: #dad7cb;
}

.u-corners__background-color--blue-heather,
.u-corners__background-color--blue-heather::before {
  background: #c6d3d7;
}

.u-corners__background-color--blue-heather::after {
  border-color: #c6d3d7;
}

.u-corners__background-color--beach-haven,
.u-corners__background-color--beach-haven::before {
  background: #ede8c4;
}

.u-corners__background-color--beach-haven::after {
  border-color: #ede8c4;
}

.u-corners__background-color--sweet-daphne-lt,
.u-corners__background-color--sweet-daphne-lt::before {
  background: #eef1dc;
}

.u-corners__background-color--sweet-daphne-lt::after {
  border-color: #eef1dc;
}

.u-corners__background-color--blue-heather-lt,
.u-corners__background-color--blue-heather-lt::before {
  background: #eef2f3;
}

.u-corners__background-color--blue-heather-lt::after {
  border-color: #eef2f3;
}

.u-corners__background-color--cedar-key-lt,
.u-corners__background-color--cedar-key-lt::before {
  background: #f4f3ef;
}

.u-corners__background-color--cedar-key-lt::after {
  border-color: #f4f3ef;
}

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

.u-corners__background-color--medium-gray::after {
  border-color: #7E8082;
}

.u-corners__background-color--darker-gray,
.u-corners__background-color--darker-gray::before {
  background: #464646;
}

.u-corners__background-color--darker-gray::after {
  border-color: #464646;
}

.u-corners__background-color--white,
.u-corners__background-color--white::before {
  background: #fff;
}

.u-corners__background-color--white::after {
  border-color: #fff;
}

.u-corners__position--bottom-left,
.u-corners__position--bottom-right {
  padding: 2rem 2rem 0;
  margin-bottom: 3rem;
}

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

/* - Utility: Corners */
/* + Utility: Text Colors */
.u-text__color--peacock-blue {
  color: #368180;
}
.u-text__color--peacock-blue a {
  color: #368180 !important;
}

.u-text__color--sherwood-green {
  color: #9eb28f;
}
.u-text__color--sherwood-green a {
  color: #9eb28f !important;
}

.u-text__color--courtyard-green {
  color: #597C31;
}
.u-text__color--courtyard-green a {
  color: #597C31 !important;
}

.u-text__color--alfresco {
  color: #567B8A;
}
.u-text__color--alfresco a {
  color: #567B8A !important;
}

.u-text__color--bright-gold {
  color: #ddd055;
}
.u-text__color--bright-gold a {
  color: #ddd055 !important;
}

.u-text__color--mango-punch {
  color: #eeaf00;
}
.u-text__color--mango-punch a {
  color: #eeaf00 !important;
}

.u-text__color--ocre {
  color: #AD9001;
}
.u-text__color--ocre a {
  color: #AD9001 !important;
}

.u-text__color--ocre-dark {
  color: #8E7200;
}
.u-text__color--ocre-dark a {
  color: #8E7200 !important;
}

.u-text__color--babson-green {
  color: #006644;
}
.u-text__color--babson-green a {
  color: #006644 !important;
}

.u-text__color--summer-nights {
  color: #005172;
}
.u-text__color--summer-nights a {
  color: #005172 !important;
}

.u-text__color--englewood-cliffs {
  color: #6c6f70;
}
.u-text__color--englewood-cliffs a {
  color: #6c6f70 !important;
}

.u-text__color--sweet-daphne {
  color: #c7d28a;
}
.u-text__color--sweet-daphne a {
  color: #c7d28a !important;
}

.u-text__color--cedar-key {
  color: #dad7cb;
}
.u-text__color--cedar-key a {
  color: #dad7cb !important;
}

.u-text__color--blue-heather {
  color: #c6d3d7;
}
.u-text__color--blue-heather a {
  color: #c6d3d7 !important;
}

.u-text__color--beach-haven {
  color: #ede8c4;
}
.u-text__color--beach-haven a {
  color: #ede8c4 !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: var("--gray");
}
.u-text__color--gray a {
  color: var("--gray") !important;
}

.u-text__color--medium-gray {
  color: #7E8082;
}
.u-text__color--medium-gray a {
  color: #7E8082 !important;
}

.u-text__color--darker-gray {
  color: #464646;
}
.u-text__color--darker-gray a {
  color: #464646 !important;
}

.u-text__color--white {
  color: #fff !important;
}
.u-text__color--white a {
  color: #fff !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 */
/* + Advanced Grid Wrapper */
.o-adv-wrapper.cell-spacing--0.grid-padding-y > .cell {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.o-adv-wrapper.cell-spacing--0.grid-padding-x > .cell {
  padding-left: 0rem;
  padding-right: 0rem;
}
.o-adv-wrapper.cell-spacing--1.grid-padding-y > .cell {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.o-adv-wrapper.cell-spacing--1.grid-padding-x > .cell {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.o-adv-wrapper.cell-spacing--2.grid-padding-y > .cell {
  padding-top: 1.0rem;
  padding-bottom: 1.0rem;
}
.o-adv-wrapper.cell-spacing--2.grid-padding-x > .cell {
  padding-left: 1.0rem;
  padding-right: 1.0rem;
}
.o-adv-wrapper > .cell {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.o-adv-wrapper > .cell > * {
  min-width: 1px;
}
.o-adv-wrapper.vertical-space__s {
  padding: 0.8rem 0;
}
.o-adv-wrapper.vertical-space__m {
  padding: 2.0rem 0;
}
.o-adv-wrapper.vertical-space__l {
  padding: 6.0rem 0;
}

/* - Advanced Grid Wrapper */
/* + 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: 117rem;
  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: 117rem;
  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 */
/* + Masonry */
.masonry {
  -webkit-column-count: 1;
  -moz-column-count: 1;
       column-count: 1;
  -webkit-column-gap: 1.6rem;
  grid-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 */
/* + Global Spacing */
#section-content > * + *:not(.accordion-drop-down):not(.cta-section) {
  margin-top: 60px;
}

/* - Global Spacing */
/* + 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 */
/* + 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: 2px solid #006644 !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

.js-t4form-container form[__bizdiag="-407365915"] .form-group label {
  padding-bottom: 10px;
  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: 10px;
}

.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: 2px solid #006644 !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

.js-t4form-container form[__bizdiag="-1675344453"] .form-group label {
  padding-bottom: 10px;
  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: 10px;
}

/* - T4 Form - 1675344453 */
/* + Random Fixes with Known Purpose */
/*Overriding Universal Fonts - Inner 3 Column Aside*/
.aside-content {
  margin-bottom: 30px;
}

.sp aside h2 {
  font-size: 24px;
  margin-bottom: 18px;
}

.sp aside h3 {
  font-size: 20px;
  margin-bottom: 14px;
}

.sp aside p {
  font-size: 16px;
  margin-bottom: 20px;
}

.sp aside ul li,
.sp aside ul li a,
.sp aside a {
  font-size: 16px;
  margin-bottom: 0;
}

.courseDetailContent {
  font-size: 20px;
}

.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: 20px;
}

h3.insight-featured-title {
  font-size: 24px;
  color: #005172;
  margin: 10px 0 8px 0;
}

p.insight-featured-author {
  font-size: 18px;
  line-height: 1.4;
}

.courseCatalog ul.catalog-menu li a {
  font-size: 18px;
  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,
.c-article-card__image img {
  width: auto;
}

/* + Event Page Overrides */
.background-color-padding {
  padding: 1rem 2rem;
}

.clear-floated-images {
  clear: both;
}

/* - Event Page Overrides */
.sp-events-template img {
  margin-bottom: 30px;
  margin-top: 62.5px;
}

#loadMore {
  margin-bottom: 40px;
}

.mod-content p a,
.grad__content p a,
.babson-panel__optional-annnouncement p a {
  text-decoration: underline;
}

.section--padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.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*/
.img-responsive {
  height: auto;
  max-width: 100%;
  padding: 0;
  /*width: auto !important;*/
}

aside div.featured-news {
  padding: 15px;
  background-color: #fbfbfb;
  border: 1px 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;
}

.grad__content__next-steps {
  margin-bottom: 10rem;
}

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: 0 auto;
    padding-top: 2rem;
  }

  .home .site-content > .grid-container {
    margin-top: 0;
  }
}
.site-content > .grid-x {
  display: none;
}

.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: 0px;
  width: 0px;
}

/* - 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: 15px;
  padding-right: 0px;
  padding-bottom: 1px;
}

.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: 16px;
}

.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 {
  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: 10px;
  max-height: 88px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

.Bio-meat span,
.academic-interest span {
  display: block;
  font-weight: bold;
  padding-bottom: 5px;
}

.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: 20px;
  height: 20px;
  background-size: 100% auto;
}

.site-header {
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 40px 0 25px;
  background-color: #006644;
}

.featured-image {
  margin-bottom: 20px;
}

.relative {
  position: relative;
}

.link-arrow:after {
  content: "»";
  padding-left: 5px;
}

.pre::after, .after::before {
  content: none;
}

/* - Random Fixes with Unknown purpose */
/* + Section Overrides */
div#id-97571 {
  font-size: 26px;
}

.html-default .title--understated-under-line,
div#id-93890 {
  margin-top: 60px;
}

.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: 13px;
  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: 20px;
  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: 0px 0px 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: 0px 1.6rem 1.6rem 0px;
  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: 20px;
  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 0px 1em 1.5em;
  padding: 12px 12px 10px;
  background-color: #cadee9;
}

body.section-id-18041 div#alertContent h2 {
  border-bottom: 1px 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: 0px;
}

@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-family: "franklin-gothic-urw-comp", "HelveticaNeue", Verdana, sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  margin: 0px;
}

.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 */
.page--babson-alumni .alumni-landing {
  margin-top: 20px;
}

@media screen and (min-width: 40em) {
  .page--babson-alumni .alumni-landing {
    margin-top: 40px;
  }
}
.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 .grad__content p img {
  margin-bottom: 0;
}

/* - Template Overrides */
.sp h1 {
  font-size: 3.2rem;
}
@media screen and (min-width: 64rem) {
  .sp h1 {
    font-size: 4.0rem;
  }
}

/* Events page sidebar stack overide */
.events-page-layout .grid-x > .medium-9,
  .events-page-layout .grid-x > .medium-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

@media print, screen and (min-width: 40em) {
  .events-page-layout .grid-x > .medium-9,
  .events-page-layout .grid-x > .medium-3 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 auto !important;
            flex: 0 0 auto !important;
            width: 100% !important;
  }
}

@media print, screen and (min-width: 64em) {
  .events-page-layout .grid-x > .medium-9 {
    width: 75% !important;
  }

  .events-page-layout .grid-x > .medium-3 {
    width: 25% !important;
  }
}

@media screen and (min-width: 40em) {
  .events-page-layout .sidebar,
  .events-page-layout .sidebar-subnav--content {
    display: none;
  }

  .events-page-layout .sidebar-subnav {
    display: block !important;
  }
}

@media screen and (min-width: 64em) {
  .events-page-layout .sidebar,
  .events-page-layout .sidebar-subnav--content {
    display: block !important;
  }

  .events-page-layout .sidebar-subnav {
    display: none  !important;
  }
}





