/**
 * @file
 * Field Styling
 *
 * The Fences module allows site builders to pick the semeantic HTML5 element
 * for each field while editing the field's settings. There's no way a theme
 * can ever know which element to use for the fields on your site, so Zen
 * just uses lets Drupal core or Fences decide. Since you DO NOT want 3 wrapping
 * divs around every field (do you?), we highly recommend Fences.
 *
 * http://drupal.org/project/fences
 */
/* line 121, ../sass/_base.scss */
.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* Mixin for title image layout for pages with image headers */
/* line 284, ../sass/_custom.scss */
body.not-editing .field-name-field-question:after,
body.not-editing .field-name-field-year-winners .field-name-field-year:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* If extending this with a selector that includes :not, extend this class, since otherwise SASS combines
   all the selectors into a single line of CSS that, since it includes :not, isn't parsed properly by IE8 */
/* line 325, ../sass/_custom.scss */
body.not-editing .field-name-field-question:after,
body.not-editing .field-name-field-year-winners .field-name-field-year:after {
  content: "0";
  float: right;
  padding-right: 5%;
  font-size: 14px;
  color: #54a4db;
  line-height: 46px;
}

/* line 338, ../sass/_custom.scss */
body.not-editing .field-name-field-question.open:after,
body.not-editing .field-name-field-year-winners .field-name-field-year.open:after {
  content: ".";
}

/*
 * Field wrappers when the Fences module is enabled.
 */
/* line 21, ../sass/fields.scss */
.field-label {
  /* The optional label for a field. */
}

/* line 24, ../sass/fields.scss */
.field-FIELDNAME {
  /* Underscores in field name are replaced with dashes. */
}

/*
 * If you don't use the Fences module, that's fine. Really. I think. Just use
 * these selectors instead:
 */
/* line 33, ../sass/fields.scss */
.field {
  /* Wrapper for any field. */
}

/*
 * Field types (Core)
 */
/*
 * Field types (Contrib)
 */
/* line 83, ../sass/fields.scss */
.field-type-datetime {
  /* Always use "datetime" when creating new CCK date fields. "date" and "datestamp" are legacy types. */
}

/*
 * Colors
 */
/* line 225, ../sass/_custom.scss */
body.section-about #header,
body.node-type-misti-program #header {
  border-top-color: #f6954a;
}
/* line 230, ../sass/_custom.scss */
body.section-about.node-type-misti-program #title, body.section-about.node-type-faq-page #title, body.section-about.node-type-page #title,
body.node-type-misti-program.node-type-misti-program #title,
body.node-type-misti-program.node-type-faq-page #title,
body.node-type-misti-program.node-type-page #title {
  background-color: #e0731b;
  background-image: none, -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #d3660e), color-stop(100%, #e0731b));
  background-image: none, -webkit-linear-gradient(center left, #d3660e, #e0731b);
  background-image: none, -moz-linear-gradient(center left, #d3660e, #e0731b);
  background-image: none, -o-linear-gradient(center left, #d3660e, #e0731b);
  background-image: none, linear-gradient(center left, #d3660e, #e0731b);
}
/* line 234, ../sass/_custom.scss */
body.section-about.node-type-landing-page #title .views-field-title span,
body.node-type-misti-program.node-type-landing-page #title .views-field-title span {
  text-shadow: 2px 1px 2px #c0621a;
  background: #f6954a;
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
}
/* line 237, ../sass/_custom.scss */
body.section-about.page-node #title h1,
body.node-type-misti-program.page-node #title h1 {
  text-shadow: #904913 1px 1px 2px;
}
/* line 241, ../sass/_custom.scss */
body.section-about .view-sidebars .Quote .field-name-field-featured-quote,
body.section-about .field-name-field-statistic-value,
body.node-type-misti-program .view-sidebars .Quote .field-name-field-featured-quote,
body.node-type-misti-program .field-name-field-statistic-value {
  color: #f6954a;
}
/* line 247, ../sass/_custom.scss */
body.section-about .view-faqs-page h3,
body.section-about .view-landing-page-learn-more-title,
body.section-about .region-sidebar-first #block-menu-block-4 h2 a,
body.section-about .region-sidebar-first #block-menu-block-4 ul.menu li.first a,
body.node-type-misti-program .view-faqs-page h3,
body.node-type-misti-program .view-landing-page-learn-more-title,
body.node-type-misti-program .region-sidebar-first #block-menu-block-4 h2 a,
body.node-type-misti-program .region-sidebar-first #block-menu-block-4 ul.menu li.first a {
  color: #c0621a;
}
/* line 252, ../sass/_custom.scss */
body.section-about h2,
body.section-about .view-sidebars .Text,
body.node-type-misti-program h2,
body.node-type-misti-program .view-sidebars .Text {
  color: #e0731b;
}
/* line 255, ../sass/_custom.scss */
body.section-about #content ol > li:before,
body.node-type-misti-program #content ol > li:before {
  background-color: #e0731b;
}
/* line 259, ../sass/_custom.scss */
body.section-about .region-sidebar-first #block-menu-block-4 ul.menu li.active-trail a.active span,
body.section-about .region-sidebar-first #block-menu-block-4 ul.menu li a:hover span,
body.node-type-misti-program .region-sidebar-first #block-menu-block-4 ul.menu li.active-trail a.active span,
body.node-type-misti-program .region-sidebar-first #block-menu-block-4 ul.menu li a:hover span {
  border-bottom-color: #e0731b;
}
/* line 262, ../sass/_custom.scss */
body.section-about #main,
body.node-type-misti-program #main {
  border-top-color: #c0621a;
}
/* line 267, ../sass/_custom.scss */
body.section-about body .region-title #block-boxes-share h2:hover, body.section-about body .region-title #block-boxes-share.open h2,
body.node-type-misti-program body .region-title #block-boxes-share h2:hover,
body.node-type-misti-program body .region-title #block-boxes-share.open h2 {
  background-color: #904913 !important;
}
/* line 269, ../sass/_custom.scss */
body.section-about .region-footer #block-boxes-share-footer,
body.node-type-misti-program .region-footer #block-boxes-share-footer {
  background-color: #c0621a;
}

/* line 225, ../sass/_custom.scss */
body.section-student-programs #header,
body.node-type-notes-from-the-field #header {
  border-top-color: #13b1cd;
}
/* line 230, ../sass/_custom.scss */
body.section-student-programs.node-type-misti-program #title, body.section-student-programs.node-type-faq-page #title, body.section-student-programs.node-type-page #title,
body.node-type-notes-from-the-field.node-type-misti-program #title,
body.node-type-notes-from-the-field.node-type-faq-page #title,
body.node-type-notes-from-the-field.node-type-page #title {
  background-color: #2390a4;
  background-image: none, -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #09a7c3), color-stop(100%, #2390a4));
  background-image: none, -webkit-linear-gradient(center left, #09a7c3, #2390a4);
  background-image: none, -moz-linear-gradient(center left, #09a7c3, #2390a4);
  background-image: none, -o-linear-gradient(center left, #09a7c3, #2390a4);
  background-image: none, linear-gradient(center left, #09a7c3, #2390a4);
}
/* line 234, ../sass/_custom.scss */
body.section-student-programs.node-type-landing-page #title .views-field-title span,
body.node-type-notes-from-the-field.node-type-landing-page #title .views-field-title span {
  text-shadow: 2px 1px 2px #0a6a7b;
  background: #13b1cd;
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
}
/* line 237, ../sass/_custom.scss */
body.section-student-programs.page-node #title h1,
body.node-type-notes-from-the-field.page-node #title h1 {
  text-shadow: #07505c 1px 1px 2px;
}
/* line 241, ../sass/_custom.scss */
body.section-student-programs .view-sidebars .Quote .field-name-field-featured-quote,
body.section-student-programs .field-name-field-statistic-value,
body.node-type-notes-from-the-field .view-sidebars .Quote .field-name-field-featured-quote,
body.node-type-notes-from-the-field .field-name-field-statistic-value {
  color: #13b1cd;
}
/* line 247, ../sass/_custom.scss */
body.section-student-programs .view-faqs-page h3,
body.section-student-programs .view-landing-page-learn-more-title,
body.section-student-programs .region-sidebar-first #block-menu-block-4 h2 a,
body.section-student-programs .region-sidebar-first #block-menu-block-4 ul.menu li.first a,
body.node-type-notes-from-the-field .view-faqs-page h3,
body.node-type-notes-from-the-field .view-landing-page-learn-more-title,
body.node-type-notes-from-the-field .region-sidebar-first #block-menu-block-4 h2 a,
body.node-type-notes-from-the-field .region-sidebar-first #block-menu-block-4 ul.menu li.first a {
  color: #0a6a7b;
}
/* line 252, ../sass/_custom.scss */
body.section-student-programs h2,
body.section-student-programs .view-sidebars .Text,
body.node-type-notes-from-the-field h2,
body.node-type-notes-from-the-field .view-sidebars .Text {
  color: #2390a4;
}
/* line 255, ../sass/_custom.scss */
body.section-student-programs #content ol > li:before,
body.node-type-notes-from-the-field #content ol > li:before {
  background-color: #2390a4;
}
/* line 259, ../sass/_custom.scss */
body.section-student-programs .region-sidebar-first #block-menu-block-4 ul.menu li.active-trail a.active span,
body.section-student-programs .region-sidebar-first #block-menu-block-4 ul.menu li a:hover span,
body.node-type-notes-from-the-field .region-sidebar-first #block-menu-block-4 ul.menu li.active-trail a.active span,
body.node-type-notes-from-the-field .region-sidebar-first #block-menu-block-4 ul.menu li a:hover span {
  border-bottom-color: #2390a4;
}
/* line 262, ../sass/_custom.scss */
body.section-student-programs #main,
body.node-type-notes-from-the-field #main {
  border-top-color: #0a6a7b;
}
/* line 267, ../sass/_custom.scss */
body.section-student-programs body .region-title #block-boxes-share h2:hover, body.section-student-programs body .region-title #block-boxes-share.open h2,
body.node-type-notes-from-the-field body .region-title #block-boxes-share h2:hover,
body.node-type-notes-from-the-field body .region-title #block-boxes-share.open h2 {
  background-color: #07505c !important;
}
/* line 269, ../sass/_custom.scss */
body.section-student-programs .region-footer #block-boxes-share-footer,
body.node-type-notes-from-the-field .region-footer #block-boxes-share-footer {
  background-color: #0a6a7b;
}

/* line 225, ../sass/_custom.scss */
body.node-type-country-prep #header,
body.section-prep-training #header {
  border-top-color: #6d68aa;
}
/* line 230, ../sass/_custom.scss */
body.node-type-country-prep.node-type-misti-program #title, body.node-type-country-prep.node-type-faq-page #title, body.node-type-country-prep.node-type-page #title,
body.section-prep-training.node-type-misti-program #title,
body.section-prep-training.node-type-faq-page #title,
body.section-prep-training.node-type-page #title {
  background-color: #594996;
  background-image: none, -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #4c3c89), color-stop(100%, #594996));
  background-image: none, -webkit-linear-gradient(center left, #4c3c89, #594996);
  background-image: none, -moz-linear-gradient(center left, #4c3c89, #594996);
  background-image: none, -o-linear-gradient(center left, #4c3c89, #594996);
  background-image: none, linear-gradient(center left, #4c3c89, #594996);
}
/* line 234, ../sass/_custom.scss */
body.node-type-country-prep.node-type-landing-page #title .views-field-title span,
body.section-prep-training.node-type-landing-page #title .views-field-title span {
  text-shadow: 2px 1px 2px #514779;
  background: #6d68aa;
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
}
/* line 237, ../sass/_custom.scss */
body.node-type-country-prep.page-node #title h1,
body.section-prep-training.page-node #title h1 {
  text-shadow: #3c355b 1px 1px 2px;
}
/* line 241, ../sass/_custom.scss */
body.node-type-country-prep .view-sidebars .Quote .field-name-field-featured-quote,
body.node-type-country-prep .field-name-field-statistic-value,
body.section-prep-training .view-sidebars .Quote .field-name-field-featured-quote,
body.section-prep-training .field-name-field-statistic-value {
  color: #6d68aa;
}
/* line 247, ../sass/_custom.scss */
body.node-type-country-prep .view-faqs-page h3,
body.node-type-country-prep .view-landing-page-learn-more-title,
body.node-type-country-prep .region-sidebar-first #block-menu-block-4 h2 a,
body.node-type-country-prep .region-sidebar-first #block-menu-block-4 ul.menu li.first a,
body.section-prep-training .view-faqs-page h3,
body.section-prep-training .view-landing-page-learn-more-title,
body.section-prep-training .region-sidebar-first #block-menu-block-4 h2 a,
body.section-prep-training .region-sidebar-first #block-menu-block-4 ul.menu li.first a {
  color: #514779;
}
/* line 252, ../sass/_custom.scss */
body.node-type-country-prep h2,
body.node-type-country-prep .view-sidebars .Text,
body.section-prep-training h2,
body.section-prep-training .view-sidebars .Text {
  color: #594996;
}
/* line 255, ../sass/_custom.scss */
body.node-type-country-prep #content ol > li:before,
body.section-prep-training #content ol > li:before {
  background-color: #594996;
}
/* line 259, ../sass/_custom.scss */
body.node-type-country-prep .region-sidebar-first #block-menu-block-4 ul.menu li.active-trail a.active span,
body.node-type-country-prep .region-sidebar-first #block-menu-block-4 ul.menu li a:hover span,
body.section-prep-training .region-sidebar-first #block-menu-block-4 ul.menu li.active-trail a.active span,
body.section-prep-training .region-sidebar-first #block-menu-block-4 ul.menu li a:hover span {
  border-bottom-color: #594996;
}
/* line 262, ../sass/_custom.scss */
body.node-type-country-prep #main,
body.section-prep-training #main {
  border-top-color: #514779;
}
/* line 267, ../sass/_custom.scss */
body.node-type-country-prep body .region-title #block-boxes-share h2:hover, body.node-type-country-prep body .region-title #block-boxes-share.open h2,
body.section-prep-training body .region-title #block-boxes-share h2:hover,
body.section-prep-training body .region-title #block-boxes-share.open h2 {
  background-color: #3c355b !important;
}
/* line 269, ../sass/_custom.scss */
body.node-type-country-prep .region-footer #block-boxes-share-footer,
body.section-prep-training .region-footer #block-boxes-share-footer {
  background-color: #514779;
}

/* line 225, ../sass/_custom.scss */
body.section-faculty-funds #header,
body.node-type-fund #header {
  border-top-color: #a1b327;
}
/* line 230, ../sass/_custom.scss */
body.section-faculty-funds.node-type-misti-program #title, body.section-faculty-funds.node-type-faq-page #title, body.section-faculty-funds.node-type-page #title,
body.node-type-fund.node-type-misti-program #title,
body.node-type-fund.node-type-faq-page #title,
body.node-type-fund.node-type-page #title {
  background-color: #809e19;
  background-image: none, -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #94a61a), color-stop(100%, #809e19));
  background-image: none, -webkit-linear-gradient(center left, #94a61a, #809e19);
  background-image: none, -moz-linear-gradient(center left, #94a61a, #809e19);
  background-image: none, -o-linear-gradient(center left, #94a61a, #809e19);
  background-image: none, linear-gradient(center left, #94a61a, #809e19);
}
/* line 234, ../sass/_custom.scss */
body.section-faculty-funds.node-type-landing-page #title .views-field-title span,
body.node-type-fund.node-type-landing-page #title .views-field-title span {
  text-shadow: 2px 1px 2px #5e821d;
  background: #a1b327;
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
}
/* line 237, ../sass/_custom.scss */
body.section-faculty-funds.page-node #title h1,
body.node-type-fund.page-node #title h1 {
  text-shadow: #466115 1px 1px 2px;
}
/* line 241, ../sass/_custom.scss */
body.section-faculty-funds .view-sidebars .Quote .field-name-field-featured-quote,
body.section-faculty-funds .field-name-field-statistic-value,
body.node-type-fund .view-sidebars .Quote .field-name-field-featured-quote,
body.node-type-fund .field-name-field-statistic-value {
  color: #a1b327;
}
/* line 247, ../sass/_custom.scss */
body.section-faculty-funds .view-faqs-page h3,
body.section-faculty-funds .view-landing-page-learn-more-title,
body.section-faculty-funds .region-sidebar-first #block-menu-block-4 h2 a,
body.section-faculty-funds .region-sidebar-first #block-menu-block-4 ul.menu li.first a,
body.node-type-fund .view-faqs-page h3,
body.node-type-fund .view-landing-page-learn-more-title,
body.node-type-fund .region-sidebar-first #block-menu-block-4 h2 a,
body.node-type-fund .region-sidebar-first #block-menu-block-4 ul.menu li.first a {
  color: #5e821d;
}
/* line 252, ../sass/_custom.scss */
body.section-faculty-funds h2,
body.section-faculty-funds .view-sidebars .Text,
body.node-type-fund h2,
body.node-type-fund .view-sidebars .Text {
  color: #809e19;
}
/* line 255, ../sass/_custom.scss */
body.section-faculty-funds #content ol > li:before,
body.node-type-fund #content ol > li:before {
  background-color: #809e19;
}
/* line 259, ../sass/_custom.scss */
body.section-faculty-funds .region-sidebar-first #block-menu-block-4 ul.menu li.active-trail a.active span,
body.section-faculty-funds .region-sidebar-first #block-menu-block-4 ul.menu li a:hover span,
body.node-type-fund .region-sidebar-first #block-menu-block-4 ul.menu li.active-trail a.active span,
body.node-type-fund .region-sidebar-first #block-menu-block-4 ul.menu li a:hover span {
  border-bottom-color: #809e19;
}
/* line 262, ../sass/_custom.scss */
body.section-faculty-funds #main,
body.node-type-fund #main {
  border-top-color: #5e821d;
}
/* line 267, ../sass/_custom.scss */
body.section-faculty-funds body .region-title #block-boxes-share h2:hover, body.section-faculty-funds body .region-title #block-boxes-share.open h2,
body.node-type-fund body .region-title #block-boxes-share h2:hover,
body.node-type-fund body .region-title #block-boxes-share.open h2 {
  background-color: #466115 !important;
}
/* line 269, ../sass/_custom.scss */
body.section-faculty-funds .region-footer #block-boxes-share-footer,
body.node-type-fund .region-footer #block-boxes-share-footer {
  background-color: #5e821d;
}

/* line 225, ../sass/_custom.scss */
body.section-hosts-partners #header {
  border-top-color: #59c4bc;
}
/* line 230, ../sass/_custom.scss */
body.section-hosts-partners.node-type-misti-program #title, body.section-hosts-partners.node-type-faq-page #title, body.section-hosts-partners.node-type-page #title {
  background-color: #23b4a9;
  background-image: none, -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #16a79c), color-stop(100%, #23b4a9));
  background-image: none, -webkit-linear-gradient(center left, #16a79c, #23b4a9);
  background-image: none, -moz-linear-gradient(center left, #16a79c, #23b4a9);
  background-image: none, -o-linear-gradient(center left, #16a79c, #23b4a9);
  background-image: none, linear-gradient(center left, #16a79c, #23b4a9);
}
/* line 234, ../sass/_custom.scss */
body.section-hosts-partners.node-type-landing-page #title .views-field-title span {
  text-shadow: 2px 1px 2px #348d88;
  background: #59c4bc;
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
}
/* line 237, ../sass/_custom.scss */
body.section-hosts-partners.page-node #title h1 {
  text-shadow: #276a66 1px 1px 2px;
}
/* line 241, ../sass/_custom.scss */
body.section-hosts-partners .view-sidebars .Quote .field-name-field-featured-quote,
body.section-hosts-partners .field-name-field-statistic-value {
  color: #59c4bc;
}
/* line 247, ../sass/_custom.scss */
body.section-hosts-partners .view-faqs-page h3,
body.section-hosts-partners .view-landing-page-learn-more-title,
body.section-hosts-partners .region-sidebar-first #block-menu-block-4 h2 a,
body.section-hosts-partners .region-sidebar-first #block-menu-block-4 ul.menu li.first a {
  color: #348d88;
}
/* line 252, ../sass/_custom.scss */
body.section-hosts-partners h2,
body.section-hosts-partners .view-sidebars .Text {
  color: #23b4a9;
}
/* line 255, ../sass/_custom.scss */
body.section-hosts-partners #content ol > li:before {
  background-color: #23b4a9;
}
/* line 259, ../sass/_custom.scss */
body.section-hosts-partners .region-sidebar-first #block-menu-block-4 ul.menu li.active-trail a.active span,
body.section-hosts-partners .region-sidebar-first #block-menu-block-4 ul.menu li a:hover span {
  border-bottom-color: #23b4a9;
}
/* line 262, ../sass/_custom.scss */
body.section-hosts-partners #main {
  border-top-color: #348d88;
}
/* line 267, ../sass/_custom.scss */
body.section-hosts-partners body .region-title #block-boxes-share h2:hover, body.section-hosts-partners body .region-title #block-boxes-share.open h2 {
  background-color: #276a66 !important;
}
/* line 269, ../sass/_custom.scss */
body.section-hosts-partners .region-footer #block-boxes-share-footer {
  background-color: #348d88;
}

/* line 225, ../sass/_custom.scss */
body.section-apply-now #header {
  border-top-color: #df286d;
}
/* line 230, ../sass/_custom.scss */
body.section-apply-now.node-type-misti-program #title, body.section-apply-now.node-type-faq-page #title, body.section-apply-now.node-type-page #title {
  background-color: #df286d;
  background-image: none, -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #d21b60), color-stop(100%, #df286d));
  background-image: none, -webkit-linear-gradient(center left, #d21b60, #df286d);
  background-image: none, -moz-linear-gradient(center left, #d21b60, #df286d);
  background-image: none, -o-linear-gradient(center left, #d21b60, #df286d);
  background-image: none, linear-gradient(center left, #d21b60, #df286d);
}
/* line 234, ../sass/_custom.scss */
body.section-apply-now.node-type-landing-page #title .views-field-title span {
  text-shadow: 2px 1px 2px #a9315e;
  background: #df286d;
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
}
/* line 237, ../sass/_custom.scss */
body.section-apply-now.page-node #title h1 {
  text-shadow: #a9315e 1px 1px 2px;
}
/* line 241, ../sass/_custom.scss */
body.section-apply-now .view-sidebars .Quote .field-name-field-featured-quote,
body.section-apply-now .field-name-field-statistic-value {
  color: #df286d;
}
/* line 247, ../sass/_custom.scss */
body.section-apply-now .view-faqs-page h3,
body.section-apply-now .view-landing-page-learn-more-title,
body.section-apply-now .region-sidebar-first #block-menu-block-4 h2 a,
body.section-apply-now .region-sidebar-first #block-menu-block-4 ul.menu li.first a {
  color: #a9315e;
}
/* line 252, ../sass/_custom.scss */
body.section-apply-now h2,
body.section-apply-now .view-sidebars .Text {
  color: #df286d;
}
/* line 255, ../sass/_custom.scss */
body.section-apply-now #content ol > li:before {
  background-color: #df286d;
}
/* line 259, ../sass/_custom.scss */
body.section-apply-now .region-sidebar-first #block-menu-block-4 ul.menu li.active-trail a.active span,
body.section-apply-now .region-sidebar-first #block-menu-block-4 ul.menu li a:hover span {
  border-bottom-color: #df286d;
}
/* line 262, ../sass/_custom.scss */
body.section-apply-now #main {
  border-top-color: #a9315e;
}
/* line 267, ../sass/_custom.scss */
body.section-apply-now body .region-title #block-boxes-share h2:hover, body.section-apply-now body .region-title #block-boxes-share.open h2 {
  background-color: #a9315e !important;
}
/* line 269, ../sass/_custom.scss */
body.section-apply-now .region-footer #block-boxes-share-footer {
  background-color: #a9315e;
}

/* line 225, ../sass/_custom.scss */
body.section-secondary-nav #header {
  border-top-color: #df286d;
}
/* line 230, ../sass/_custom.scss */
body.section-secondary-nav.node-type-misti-program #title, body.section-secondary-nav.node-type-faq-page #title, body.section-secondary-nav.node-type-page #title {
  background-color: #df286d;
  background-image: none, -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #d21b60), color-stop(100%, #df286d));
  background-image: none, -webkit-linear-gradient(center left, #d21b60, #df286d);
  background-image: none, -moz-linear-gradient(center left, #d21b60, #df286d);
  background-image: none, -o-linear-gradient(center left, #d21b60, #df286d);
  background-image: none, linear-gradient(center left, #d21b60, #df286d);
}
/* line 234, ../sass/_custom.scss */
body.section-secondary-nav.node-type-landing-page #title .views-field-title span {
  text-shadow: 2px 1px 2px #df286d;
  background: #df286d;
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
}
/* line 237, ../sass/_custom.scss */
body.section-secondary-nav.page-node #title h1 {
  text-shadow: #df286d 1px 1px 2px;
}
/* line 241, ../sass/_custom.scss */
body.section-secondary-nav .view-sidebars .Quote .field-name-field-featured-quote,
body.section-secondary-nav .field-name-field-statistic-value {
  color: #df286d;
}
/* line 247, ../sass/_custom.scss */
body.section-secondary-nav .view-faqs-page h3,
body.section-secondary-nav .view-landing-page-learn-more-title,
body.section-secondary-nav .region-sidebar-first #block-menu-block-4 h2 a,
body.section-secondary-nav .region-sidebar-first #block-menu-block-4 ul.menu li.first a {
  color: #df286d;
}
/* line 252, ../sass/_custom.scss */
body.section-secondary-nav h2,
body.section-secondary-nav .view-sidebars .Text {
  color: #df286d;
}
/* line 255, ../sass/_custom.scss */
body.section-secondary-nav #content ol > li:before {
  background-color: #df286d;
}
/* line 259, ../sass/_custom.scss */
body.section-secondary-nav .region-sidebar-first #block-menu-block-4 ul.menu li.active-trail a.active span,
body.section-secondary-nav .region-sidebar-first #block-menu-block-4 ul.menu li a:hover span {
  border-bottom-color: #df286d;
}
/* line 262, ../sass/_custom.scss */
body.section-secondary-nav #main {
  border-top-color: #df286d;
}
/* line 267, ../sass/_custom.scss */
body.section-secondary-nav body .region-title #block-boxes-share h2:hover, body.section-secondary-nav body .region-title #block-boxes-share.open h2 {
  background-color: #df286d !important;
}
/* line 269, ../sass/_custom.scss */
body.section-secondary-nav .region-footer #block-boxes-share-footer {
  background-color: #df286d;
}

/*
 * Styles for generic content edited using the rich-text editor
 */
/*
 * Named fields
 */
/* line 133, ../sass/fields.scss */
body.not-editing .field-name-body p,
body.not-editing .view-country-prep-subpages p {
  padding: 0 0 12px 0;
  color: #585665;
  line-height: 24px;
}
/* line 138, ../sass/fields.scss */
body.not-editing .field-name-body h2,
body.not-editing .view-country-prep-subpages h2 {
  font-size: 23px;
  line-height: 36px;
  margin: 15px 0 8px 0;
  font-weight: normal;
}
/* line 144, ../sass/fields.scss */
body.not-editing .field-name-body h2:first-child,
body.not-editing .view-country-prep-subpages h2:first-child {
  margin-top: 0;
}
/* line 147, ../sass/fields.scss */
body.not-editing .field-name-body h3,
body.not-editing .view-country-prep-subpages h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #363945;
  margin: 15px 0 8px 0;
}
/* line 157, ../sass/fields.scss */
body.not-editing .field-name-body ol,
body.not-editing .field-name-body ul,
body.not-editing .view-country-prep-subpages ol,
body.not-editing .view-country-prep-subpages ul {
  margin-left: 1em;
  padding: 0 0 24px 1em;
  color: #585665;
  font-size: 16px;
  line-height: 24px;
}
/* line 163, ../sass/fields.scss */
body.not-editing .field-name-body ol li,
body.not-editing .field-name-body ul li,
body.not-editing .view-country-prep-subpages ol li,
body.not-editing .view-country-prep-subpages ul li {
  padding-bottom: 12px;
}
/* line 167, ../sass/fields.scss */
body.not-editing .field-name-body ol,
body.not-editing .view-country-prep-subpages ol {
  counter-reset: item;
  padding-left: 0;
  margin-left: 0;
}
/* line 171, ../sass/fields.scss */
body.not-editing .field-name-body ol li,
body.not-editing .view-country-prep-subpages ol li {
  display: block;
  margin-bottom: .5em;
}
/* line 174, ../sass/fields.scss */
body.not-editing .field-name-body ol li:before,
body.not-editing .view-country-prep-subpages ol li:before {
  display: inline-block;
  content: counter(item) " ";
  counter-increment: item;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  line-height: 28px;
  margin-right: 10px;
  color: white;
  background-color: red;
}
/* line 189, ../sass/fields.scss */
body.not-editing .field-name-body em,
body.not-editing .view-country-prep-subpages em {
  color: #8a8893;
}
/* line 192, ../sass/fields.scss */
body.not-editing .field-name-body a,
body.not-editing .view-country-prep-subpages a {
  font-weight: bold;
}
/* line 194, ../sass/fields.scss */
body.not-editing .field-name-body a:hover,
body.not-editing .view-country-prep-subpages a:hover {
  text-decoration: underline;
}
/* line 212, ../sass/fields.scss */
body.not-editing .field-name-field-photo {
  line-height: 0;
}
/* line 214, ../sass/fields.scss */
body.not-editing .field-name-field-photo img {
  width: 100%;
}
/* line 220, ../sass/fields.scss */
body.not-editing .field-name-field-featured-image a.lightbox-processed,
body.not-editing .field-name-field-photo a.lightbox-processed {
  position: relative;
}
/* line 222, ../sass/fields.scss */
body.not-editing .field-name-field-featured-image a.lightbox-processed:after,
body.not-editing .field-name-field-photo a.lightbox-processed:after {
  content: url(../images/img-corner.png);
  position: absolute;
  right: 0;
  top: -30px;
}
/* line 231, ../sass/fields.scss */
body.not-editing .field-name-field-video,
body.not-editing .field-name-field-featured-video {
  position: relative;
}
/* line 235, ../sass/fields.scss */
body.not-editing .field-name-field-video:after,
body.not-editing .field-name-field-featured-video:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "/";
  position: absolute;
  color: white;
  font-size: 48px;
  left: 50%;
  top: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  text-align: center;
  pointer-events: none;
}
/* line 256, ../sass/fields.scss */
body.not-editing .field-name-field-video img,
body.not-editing .field-name-field-featured-video img {
  display: block;
  margin: 0 auto;
}
/* line 265, ../sass/fields.scss */
body.not-editing #imageData #bottomNav, body.not-editing #imageData #caption {
  display: none !important;
}
/* line 269, ../sass/fields.scss */
body.not-editing .field-name-field-image-caption {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #585665;
}
/* line 279, ../sass/fields.scss */
body.not-editing .field-name-field-subtitle {
  font-size: 25px;
  line-height: 36px;
  padding: 2em 50px;
  font-weight: lighter;
  clear: both;
  color: #363945;
}
@media (max-width: 767px) {
  /* line 279, ../sass/fields.scss */
  body.not-editing .field-name-field-subtitle {
    font-size: 22px;
    line-height: 28px;
    padding: 13px 3%;
  }
}
/* line 294, ../sass/fields.scss */
body.not-editing .field-name-field-statistic-description,
body.not-editing .paragraph-text {
  font-size: 16px;
  line-height: 24px;
}
/* line 299, ../sass/fields.scss */
body.not-editing .tag-text {
  text-transform: uppercase;
  font-size: 14px;
}
/* line 302, ../sass/fields.scss */
body.not-editing .tag-text a {
  color: #363945;
  text-decoration: none;
}
/* line 308, ../sass/fields.scss */
body.not-editing .field-name-field-date {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  color: #363945;
}
/* line 318, ../sass/fields.scss */
body.not-editing .news-country,
body.not-editing .event-country,
body.not-editing .posted-by-text {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  color: #8a8893;
}
/* line 327, ../sass/fields.scss */
body.not-editing #block-views-featured-news-block .views-field-title a,
body.not-editing #block-views-featured-news-block-1 .views-field-title a,
body.not-editing #block-views-featured-events-block .views-field-title a {
  font-size: 16px;
  font-weight: bold;
}
/* line 333, ../sass/fields.scss */
body.not-editing #block-views-featured-news-block-1 .field-name-body,
body.not-editing #block-views-featured-news-block .field-name-body {
  font-size: 14px;
  line-height: 24px;
  color: #585665;
}
/* line 339, ../sass/fields.scss */
body.not-editing .teaser-text {
  font-size: 12px;
  line-height: 22px;
}
/* line 344, ../sass/fields.scss */
body.not-editing .field_link_group_title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
}
/* line 351, ../sass/fields.scss */
body.not-editing .field_featured_quote {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.05px;
}
/* line 358, ../sass/fields.scss */
body.not-editing .field_quote_author {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
}
/* line 365, ../sass/fields.scss */
body.not-editing .field-name-field-statistic-value {
  font-size: 68px;
  line-height: 68px;
  font-weight: 300;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  /* line 365, ../sass/fields.scss */
  body.not-editing .field-name-field-statistic-value {
    font-size: 42px;
    line-height: 42px;
    font-weight: normal;
  }
}
/* line 377, ../sass/fields.scss */
body.not-editing .field-name-field-statistic-name {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #585665;
}
/* line 385, ../sass/fields.scss */
body.not-editing .field-name-field-contact-us-text {
  color: #585665;
  line-height: 24px;
}
/* line 392, ../sass/fields.scss */
body.not-editing .field-name-field-subpage-subtitle {
  border-top-color: #0a6a7b;
  background-image: url("../images/page-left-border.jpg"), url("../images/page-right-border.jpg");
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;
  border-top-width: 1px;
  border-top-style: solid;
  font-size: 25px;
  line-height: 36px;
  padding-bottom: 2em;
  font-weight: lighter;
  text-align: center;
  padding: 70px 25px 242px 25px;
  clear: both;
  background-color: white;
  color: #363945;
}
@media (min-width: 1280px) {
  /* line 392, ../sass/fields.scss */
  body.not-editing .field-name-field-subpage-subtitle {
    padding: 70px 70px 242px 70px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 392, ../sass/fields.scss */
  body.not-editing .field-name-field-subpage-subtitle {
    font-size: 21px;
    line-height: 27px;
    padding-top: 29px;
  }
}
@media (max-width: 767px) {
  /* line 392, ../sass/fields.scss */
  body.not-editing .field-name-field-subpage-subtitle {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    padding: 15px 5%;
  }
}
/* line 418, ../sass/fields.scss */
body.not-editing .field-name-field-column-1 {
  float: left;
  margin-top: -180px;
  background: white;
  padding: 0 2.5%;
  padding-bottom: 50px;
}
/* line 133, ../sass/fields.scss */
body.not-editing .field-name-field-column-1 p {
  padding: 0 0 12px 0;
  color: #585665;
  line-height: 24px;
}
/* line 138, ../sass/fields.scss */
body.not-editing .field-name-field-column-1 h2 {
  font-size: 23px;
  line-height: 36px;
  margin: 15px 0 8px 0;
  font-weight: normal;
}
/* line 144, ../sass/fields.scss */
body.not-editing .field-name-field-column-1 h2:first-child {
  margin-top: 0;
}
/* line 147, ../sass/fields.scss */
body.not-editing .field-name-field-column-1 h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #363945;
  margin: 15px 0 8px 0;
}
/* line 157, ../sass/fields.scss */
body.not-editing .field-name-field-column-1 ol,
body.not-editing .field-name-field-column-1 ul {
  margin-left: 1em;
  padding: 0 0 24px 1em;
  color: #585665;
  font-size: 16px;
  line-height: 24px;
}
/* line 163, ../sass/fields.scss */
body.not-editing .field-name-field-column-1 ol li,
body.not-editing .field-name-field-column-1 ul li {
  padding-bottom: 12px;
}
/* line 167, ../sass/fields.scss */
body.not-editing .field-name-field-column-1 ol {
  counter-reset: item;
  padding-left: 0;
  margin-left: 0;
}
/* line 171, ../sass/fields.scss */
body.not-editing .field-name-field-column-1 ol li {
  display: block;
  margin-bottom: .5em;
}
/* line 174, ../sass/fields.scss */
body.not-editing .field-name-field-column-1 ol li:before {
  display: inline-block;
  content: counter(item) " ";
  counter-increment: item;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  line-height: 28px;
  margin-right: 10px;
  color: white;
  background-color: red;
}
/* line 189, ../sass/fields.scss */
body.not-editing .field-name-field-column-1 em {
  color: #8a8893;
}
/* line 192, ../sass/fields.scss */
body.not-editing .field-name-field-column-1 a {
  font-weight: bold;
}
/* line 194, ../sass/fields.scss */
body.not-editing .field-name-field-column-1 a:hover {
  text-decoration: underline;
}
/* line 425, ../sass/fields.scss */
body.not-editing .field-name-field-column-1.one_column {
  width: 95%;
}
/* line 428, ../sass/fields.scss */
body.not-editing .field-name-field-column-1.two_column {
  width: 30%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 418, ../sass/fields.scss */
  body.not-editing .field-name-field-column-1 {
    margin-top: -210px;
  }
  /* line 433, ../sass/fields.scss */
  body.not-editing .field-name-field-column-1.one_column {
    width: 90%;
    padding: 0 5%;
  }
  /* line 437, ../sass/fields.scss */
  body.not-editing .field-name-field-column-1.two_column {
    width: 43%;
  }
}
@media (max-width: 767px) {
  /* line 443, ../sass/fields.scss */
  body.not-editing .field-name-field-column-1.one_column, body.not-editing .field-name-field-column-1.two_column {
    width: 90%;
    margin: 0;
    padding: 0 5% 20px 5%;
  }
}
/* line 448, ../sass/fields.scss */
body.not-editing .field-name-field-column-2 {
  padding: 0 2.5%;
  width: 60%;
  margin-left: 35%;
  margin-top: -180px;
  background: white;
  padding-bottom: 50px;
}
/* line 133, ../sass/fields.scss */
body.not-editing .field-name-field-column-2 p {
  padding: 0 0 12px 0;
  color: #585665;
  line-height: 24px;
}
/* line 138, ../sass/fields.scss */
body.not-editing .field-name-field-column-2 h2 {
  font-size: 23px;
  line-height: 36px;
  margin: 15px 0 8px 0;
  font-weight: normal;
}
/* line 144, ../sass/fields.scss */
body.not-editing .field-name-field-column-2 h2:first-child {
  margin-top: 0;
}
/* line 147, ../sass/fields.scss */
body.not-editing .field-name-field-column-2 h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #363945;
  margin: 15px 0 8px 0;
}
/* line 157, ../sass/fields.scss */
body.not-editing .field-name-field-column-2 ol,
body.not-editing .field-name-field-column-2 ul {
  margin-left: 1em;
  padding: 0 0 24px 1em;
  color: #585665;
  font-size: 16px;
  line-height: 24px;
}
/* line 163, ../sass/fields.scss */
body.not-editing .field-name-field-column-2 ol li,
body.not-editing .field-name-field-column-2 ul li {
  padding-bottom: 12px;
}
/* line 167, ../sass/fields.scss */
body.not-editing .field-name-field-column-2 ol {
  counter-reset: item;
  padding-left: 0;
  margin-left: 0;
}
/* line 171, ../sass/fields.scss */
body.not-editing .field-name-field-column-2 ol li {
  display: block;
  margin-bottom: .5em;
}
/* line 174, ../sass/fields.scss */
body.not-editing .field-name-field-column-2 ol li:before {
  display: inline-block;
  content: counter(item) " ";
  counter-increment: item;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  line-height: 28px;
  margin-right: 10px;
  color: white;
  background-color: red;
}
/* line 189, ../sass/fields.scss */
body.not-editing .field-name-field-column-2 em {
  color: #8a8893;
}
/* line 192, ../sass/fields.scss */
body.not-editing .field-name-field-column-2 a {
  font-weight: bold;
}
/* line 194, ../sass/fields.scss */
body.not-editing .field-name-field-column-2 a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 448, ../sass/fields.scss */
  body.not-editing .field-name-field-column-2 {
    margin-top: -210px;
    width: 46%;
    margin-left: 49%;
  }
}
@media (max-width: 767px) {
  /* line 448, ../sass/fields.scss */
  body.not-editing .field-name-field-column-2 {
    width: 90%;
    margin: 0;
    padding: 0 5% 20px 5%;
  }
}
/* line 459, ../sass/fields.scss */
body.not-editing .field-name-field-faq {
  border-top: 1px solid #e2e2e2;
}
/* line 462, ../sass/fields.scss */
body.not-editing .views-row-last .field-name-field-faq {
  border-bottom: 1px solid #e2e2e2;
}
/* line 465, ../sass/fields.scss */
body.not-editing .field-name-field-question:after,
body.not-editing .field-name-field-year-winners .field-name-field-year:after {
  content: "0";
}
/* line 468, ../sass/fields.scss */
body.not-editing .field-name-field-question.open:after,
body.not-editing .field-name-field-year-winners .field-name-field-year.open:after {
  content: ".";
}
/* line 472, ../sass/fields.scss */
body.not-editing .field-name-field-question,
body.not-editing .field-name-field-year-winners .field-name-field-year {
  cursor: pointer;
  padding: 13px 2.5% 13px 3%;
  color: #116acc;
  line-height: 30px;
}
/* line 481, ../sass/fields.scss */
body.not-editing .field-name-field-question:after,
body.not-editing .field-name-field-year-winners .field-name-field-year:after {
  padding-right: 0;
  line-height: 34px;
  color: #2178be;
}
/* line 487, ../sass/fields.scss */
body.not-editing .field-name-field-question {
  font-size: 21px;
}
/* line 491, ../sass/fields.scss */
body.not-editing .field-name-field-year-winners {
  margin-left: 4%;
}
/* line 494, ../sass/fields.scss */
body.not-editing .field-name-field-year-winners .field-name-field-year {
  font-size: 23px;
  padding: 9px 2.5% 9px 1%;
}
/* line 499, ../sass/fields.scss */
body.not-editing .field-name-field-answer {
  display: none;
  padding: 7px 16.5% 43px 6.5%;
  color: #585665;
}
/* line 133, ../sass/fields.scss */
body.not-editing .field-name-field-answer p {
  padding: 0 0 12px 0;
  color: #585665;
  line-height: 24px;
}
/* line 138, ../sass/fields.scss */
body.not-editing .field-name-field-answer h2 {
  font-size: 23px;
  line-height: 36px;
  margin: 15px 0 8px 0;
  font-weight: normal;
}
/* line 144, ../sass/fields.scss */
body.not-editing .field-name-field-answer h2:first-child {
  margin-top: 0;
}
/* line 147, ../sass/fields.scss */
body.not-editing .field-name-field-answer h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #363945;
  margin: 15px 0 8px 0;
}
/* line 157, ../sass/fields.scss */
body.not-editing .field-name-field-answer ol,
body.not-editing .field-name-field-answer ul {
  margin-left: 1em;
  padding: 0 0 24px 1em;
  color: #585665;
  font-size: 16px;
  line-height: 24px;
}
/* line 163, ../sass/fields.scss */
body.not-editing .field-name-field-answer ol li,
body.not-editing .field-name-field-answer ul li {
  padding-bottom: 12px;
}
/* line 167, ../sass/fields.scss */
body.not-editing .field-name-field-answer ol {
  counter-reset: item;
  padding-left: 0;
  margin-left: 0;
}
/* line 171, ../sass/fields.scss */
body.not-editing .field-name-field-answer ol li {
  display: block;
  margin-bottom: .5em;
}
/* line 174, ../sass/fields.scss */
body.not-editing .field-name-field-answer ol li:before {
  display: inline-block;
  content: counter(item) " ";
  counter-increment: item;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  line-height: 28px;
  margin-right: 10px;
  color: white;
  background-color: red;
}
/* line 189, ../sass/fields.scss */
body.not-editing .field-name-field-answer em {
  color: #8a8893;
}
/* line 192, ../sass/fields.scss */
body.not-editing .field-name-field-answer a {
  font-weight: bold;
}
/* line 194, ../sass/fields.scss */
body.not-editing .field-name-field-answer a:hover {
  text-decoration: underline;
}
/* line 505, ../sass/fields.scss */
body.not-editing .field-name-field-year-winners .field-name-field-winners {
  display: none;
  padding: 7px 6% 43px 1%;
}
/* line 133, ../sass/fields.scss */
body.not-editing .field-name-field-year-winners .field-name-field-winners p {
  padding: 0 0 12px 0;
  color: #585665;
  line-height: 24px;
}
/* line 138, ../sass/fields.scss */
body.not-editing .field-name-field-year-winners .field-name-field-winners h2 {
  font-size: 23px;
  line-height: 36px;
  margin: 15px 0 8px 0;
  font-weight: normal;
}
/* line 144, ../sass/fields.scss */
body.not-editing .field-name-field-year-winners .field-name-field-winners h2:first-child {
  margin-top: 0;
}
/* line 147, ../sass/fields.scss */
body.not-editing .field-name-field-year-winners .field-name-field-winners h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #363945;
  margin: 15px 0 8px 0;
}
/* line 157, ../sass/fields.scss */
body.not-editing .field-name-field-year-winners .field-name-field-winners ol,
body.not-editing .field-name-field-year-winners .field-name-field-winners ul {
  margin-left: 1em;
  padding: 0 0 24px 1em;
  color: #585665;
  font-size: 16px;
  line-height: 24px;
}
/* line 163, ../sass/fields.scss */
body.not-editing .field-name-field-year-winners .field-name-field-winners ol li,
body.not-editing .field-name-field-year-winners .field-name-field-winners ul li {
  padding-bottom: 12px;
}
/* line 167, ../sass/fields.scss */
body.not-editing .field-name-field-year-winners .field-name-field-winners ol {
  counter-reset: item;
  padding-left: 0;
  margin-left: 0;
}
/* line 171, ../sass/fields.scss */
body.not-editing .field-name-field-year-winners .field-name-field-winners ol li {
  display: block;
  margin-bottom: .5em;
}
/* line 174, ../sass/fields.scss */
body.not-editing .field-name-field-year-winners .field-name-field-winners ol li:before {
  display: inline-block;
  content: counter(item) " ";
  counter-increment: item;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  line-height: 28px;
  margin-right: 10px;
  color: white;
  background-color: red;
}
/* line 189, ../sass/fields.scss */
body.not-editing .field-name-field-year-winners .field-name-field-winners em {
  color: #8a8893;
}
/* line 192, ../sass/fields.scss */
body.not-editing .field-name-field-year-winners .field-name-field-winners a {
  font-weight: bold;
}
/* line 194, ../sass/fields.scss */
body.not-editing .field-name-field-year-winners .field-name-field-winners a:hover {
  text-decoration: underline;
}
