@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 1, ../sass/partials/_gui.scss */
a {
  color: #111478;
}

/* line 5, ../sass/partials/_gui.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 10, ../sass/partials/_gui.scss */
.title-centered > .inner > h2, .show-block.small-centered-title .title-centered > .inner > h2,
.centered {
  text-align: center;
}

/* line 15, ../sass/partials/_gui.scss */
.spaced-top {
  margin-top: 50px;
}

/* line 16, ../sass/partials/_gui.scss */
.spaced-bottom {
  margin-bottom: 50px;
}

/* line 17, ../sass/partials/_gui.scss */
.spaced-both, .webform-submission-form {
  margin-bottom: 50px;
  margin-top: 50px;
}

/* line 20, ../sass/partials/_gui.scss */
.file {
  position: relative;
}

/* line 23, ../sass/partials/_gui.scss */
.file--application-pdf {
  background: none;
}
/* line 25, ../sass/partials/_gui.scss */
.file--application-pdf:before {
  content: "";
  font-family: 'Font Awesome 5 Pro';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  position: relative;
  top: -1px;
  position: absolute;
  left: 0;
  top: -2px;
  color: #326DF7;
}

/* line 34, ../sass/partials/_gui.scss */
.button, .home-header .header-inner .caption .caption-inner .link a, form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 14px 20px 8px 20px;
  background-color: #ccc;
  text-align: center;
  -moz-border-radius: var(--radius);
  -webkit-border-radius: var(--radius);
  border-radius: var(--radius);
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1;
  font-size: 18px;
}
/* line 46, ../sass/partials/_gui.scss */
.button.red, .home-header .header-inner .caption .caption-inner .link a.red, form input.red[type="submit"] {
  background-color: #D73E23;
  color: #fff;
}
/* line 50, ../sass/partials/_gui.scss */
.button.blue, .home-header .header-inner .caption .caption-inner .link a, form input[type="submit"] {
  background-color: #326DF7;
  color: #fff;
}
/* line 54, ../sass/partials/_gui.scss */
.button:hover, .home-header .header-inner .caption .caption-inner .link a:hover, form input[type="submit"]:hover {
  background-color: #0e4c8c;
  color: #fff;
}

/* line 60, ../sass/partials/_gui.scss */
.pill-bluepale, ul.pills li a, .vnav ul.menu li a, .member-logout .inner > a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-color: #EFF5FF;
  color: #111478;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  -moz-border-radius: var(--radius);
  -webkit-border-radius: var(--radius);
  border-radius: var(--radius);
  padding: 10px 25px 5px 25px;
}
/* line 69, ../sass/partials/_gui.scss */
.pill-bluepale:hover, ul.pills li a:hover, .vnav ul.menu li a:hover, .member-logout .inner > a:hover {
  background-color: #40B4E5;
  color: #fff;
}

/* line 75, ../sass/partials/_gui.scss */
ul.pills, .vnav ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
/* line 82, ../sass/partials/_gui.scss */
ul.pills li, .vnav ul.menu li {
  margin-bottom: 20px;
}
/* line 84, ../sass/partials/_gui.scss */
ul.pills li:last-child, .vnav ul.menu li:last-child {
  margin-bottom: 0;
}
/* line 87, ../sass/partials/_gui.scss */
ul.pills li a, .vnav ul.menu li a {
  display: block;
  font-size: 21px;
}
/* line 93, ../sass/partials/_gui.scss */
ul.pills li.menu-item--active-trail > a, .vnav ul.menu li.menu-item--active-trail > a {
  background-color: #40B4E5;
  color: #fff;
}

/* line 101, ../sass/partials/_gui.scss */
.squiggle {
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
}

/* line 107, ../sass/partials/_gui.scss */
.more-text-link, .fancy-list .views-row .link-more a, .fancy-list .views-row .pdf a {
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1;
  font-size: 18px;
  color: #326DF7;
}
@media (max-width: 767px) {
  /* line 107, ../sass/partials/_gui.scss */
  .more-text-link, .fancy-list .views-row .link-more a, .fancy-list .views-row .pdf a {
    font-size: 14px;
    letter-spacing: 1px;
  }
}

/* line 121, ../sass/partials/_gui.scss */
input[type="submit"],
button {
  border: none;
  text-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding: 10px 20px;
}

/* line 130, ../sass/partials/_gui.scss */
.element-invisible {
  overflow: hidden;
  text-indent: -20000em;
  height: 0;
  width: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0;
  padding: 0;
  position: fixed;
  left: -20000em;
}

/* line 143, ../sass/partials/_gui.scss */
.member-logout {
  margin-top: 20px;
}
/* line 146, ../sass/partials/_gui.scss */
.member-logout .inner > a {
  background-color: #F6BA59;
  display: block;
}

@font-face {
  font-family: 'Baloo Tamma 2';
  src: url("../fonts/BalooTamma2-Medium.eot");
  src: url("../fonts/BalooTamma2-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/BalooTamma2-Medium.woff2") format("woff2"), url("../fonts/BalooTamma2-Medium.woff") format("woff"), url("../fonts/BalooTamma2-Medium.ttf") format("truetype"), url("../fonts/BalooTamma2-Medium.svg#BalooTamma2-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baloo Tamma 2';
  src: url("../fonts/BalooTamma2-Bold.eot");
  src: url("../fonts/BalooTamma2-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BalooTamma2-Bold.woff2") format("woff2"), url("../fonts/BalooTamma2-Bold.woff") format("woff"), url("../fonts/BalooTamma2-Bold.ttf") format("truetype"), url("../fonts/BalooTamma2-Bold.svg#BalooTamma2-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baloo Tamma 2';
  src: url("../fonts/BalooTamma2-Regular.eot");
  src: url("../fonts/BalooTamma2-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BalooTamma2-Regular.woff2") format("woff2"), url("../fonts/BalooTamma2-Regular.woff") format("woff"), url("../fonts/BalooTamma2-Regular.ttf") format("truetype"), url("../fonts/BalooTamma2-Regular.svg#BalooTamma2-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baloo Tamma 2';
  src: url("../fonts/BalooTamma2-SemiBold.eot");
  src: url("../fonts/BalooTamma2-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BalooTamma2-SemiBold.woff2") format("woff2"), url("../fonts/BalooTamma2-SemiBold.woff") format("woff"), url("../fonts/BalooTamma2-SemiBold.ttf") format("truetype"), url("../fonts/BalooTamma2-SemiBold.svg#BalooTamma2-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Droid Serif';
  src: url("../fonts/DroidSerif.eot");
  src: url("../fonts/DroidSerif.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidSerif.woff2") format("woff2"), url("../fonts/DroidSerif.woff") format("woff"), url("../fonts/DroidSerif.ttf") format("truetype"), url("../fonts/DroidSerif.svg#DroidSerif") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Assistant';
  src: url("../fonts/Assistant-ExtraLight.eot");
  src: url("../fonts/Assistant-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Assistant-ExtraLight.woff2") format("woff2"), url("../fonts/Assistant-ExtraLight.woff") format("woff"), url("../fonts/Assistant-ExtraLight.ttf") format("truetype"), url("../fonts/Assistant-ExtraLight.svg#Assistant-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
/* line 88, ../sass/partials/_fonts.scss */
body {
  margin: 0;
  padding: 0;
  font-family: "Baloo Tamma 2", sans-serif;
  line-height: 1.4;
  color: #5C544E;
  font-size: 20px;
}
@media (max-width: 767px) {
  /* line 88, ../sass/partials/_fonts.scss */
  body {
    font-size: 16px;
  }
}

/* line 102, ../sass/partials/_fonts.scss */
p {
  line-height: 1.4;
}

/* line 106, ../sass/partials/_fonts.scss */
h1, .show-block .inner > h2, .show-block.small-centered-title .inner > h2, h2, .show-block.small-centered-title .inner > h2, h3, .fancy-list .views-row h2, .fancy-list .views-row .show-block.small-centered-title .inner > h2, .show-block.small-centered-title .fancy-list .views-row .inner > h2,
.fancy-list .views-row h3, h4, h5, h6, p {
  margin-top: 0;
}

/* line 109, ../sass/partials/_fonts.scss */
h1, .show-block .inner > h2, .show-block.small-centered-title .inner > h2, h2, .show-block.small-centered-title .inner > h2, h3, .fancy-list .views-row h2, .fancy-list .views-row .show-block.small-centered-title .inner > h2, .show-block.small-centered-title .fancy-list .views-row .inner > h2,
.fancy-list .views-row h3, h4, h5, h6 {
  color: #111478;
  line-height: 1.1;
  font-weight: 600;
}

/* line 115, ../sass/partials/_fonts.scss */
h1, .show-block .inner > h2, .show-block.small-centered-title .inner > h2 {
  font-size: 56px;
  font-weight: 500;
}
@media (max-width: 767px) {
  /* line 115, ../sass/partials/_fonts.scss */
  h1, .show-block .inner > h2, .show-block.small-centered-title .inner > h2 {
    font-size: 32px;
  }
}

/* line 122, ../sass/partials/_fonts.scss */
h2, .show-block.small-centered-title .inner > h2 {
  font-size: 36px;
}
@media (max-width: 767px) {
  /* line 122, ../sass/partials/_fonts.scss */
  h2, .show-block.small-centered-title .inner > h2 {
    font-size: 22px;
  }
}

/* line 128, ../sass/partials/_fonts.scss */
h3, .fancy-list .views-row h2, .fancy-list .views-row .show-block.small-centered-title .inner > h2, .show-block.small-centered-title .fancy-list .views-row .inner > h2,
.fancy-list .views-row h3 {
  font-size: 27px;
}
@media (max-width: 767px) {
  /* line 128, ../sass/partials/_fonts.scss */
  h3, .fancy-list .views-row h2, .fancy-list .views-row .show-block.small-centered-title .inner > h2, .show-block.small-centered-title .fancy-list .views-row .inner > h2,
  .fancy-list .views-row h3 {
    font-size: 18px;
  }
}

/* line 134, ../sass/partials/_fonts.scss */
h4 {
  font-size: 18px;
}
@media (max-width: 767px) {
  /* line 134, ../sass/partials/_fonts.scss */
  h4 {
    font-size: 16px;
  }
}

/* line 141, ../sass/partials/_fonts.scss */
p {
  margin-bottom: 1em;
}

/* line 145, ../sass/partials/_fonts.scss */
p:last-child {
  margin-bottom: 0;
}

/* line 150, ../sass/partials/_fonts.scss */
.node__content li {
  margin-bottom: .5em;
}

/* line 1, ../sass/partials/_admin.scss */
body.toolbar-horizontal {
  padding-top: 0 !important;
  margin-top: 27px;
  margin-bottom: 34px;
}

/* line 8, ../sass/partials/_admin.scss */
#toolbar-administration a {
  text-decoration: none;
}

/* line 12, ../sass/partials/_admin.scss */
.block-local-tasks-block {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 59, ../sass/partials/_admin.scss */
.views-row,
.item-list > ul > li {
  position: relative;
}

/* line 66, ../sass/partials/_admin.scss */
.item-list > ul > li .edit,
.item-list > ul > li .views-field-edit-node,
.item-list > ul > li .views-field-edit-term,
.views-row .edit,
.views-row .views-field-edit-node,
.views-row .views-field-edit-term,
.sy-slide .edit,
.sy-slide .views-field-edit-node,
.sy-slide .views-field-edit-term {
  position: absolute;
  top: 10px;
  right: 40px;
  display: none;
  z-index: 9999;
  padding: 0 !important;
  margin: 0 !important;
}
/* line 76, ../sass/partials/_admin.scss */
.item-list > ul > li .edit a,
.item-list > ul > li .views-field-edit-node a,
.item-list > ul > li .views-field-edit-term a,
.views-row .edit a,
.views-row .views-field-edit-node a,
.views-row .views-field-edit-term a,
.sy-slide .edit a,
.sy-slide .views-field-edit-node a,
.sy-slide .views-field-edit-term a {
  display: block;
  padding: 0 15px;
  line-height: 25px !important;
  font-weight: bold;
  font-size: 13px !important;
  background: #000;
  text-decoration: none;
}
/* line 84, ../sass/partials/_admin.scss */
.item-list > ul > li .edit a:link, .item-list > ul > li .edit a:hover, .item-list > ul > li .edit a:visited,
.item-list > ul > li .views-field-edit-node a:link,
.item-list > ul > li .views-field-edit-node a:hover,
.item-list > ul > li .views-field-edit-node a:visited,
.item-list > ul > li .views-field-edit-term a:link,
.item-list > ul > li .views-field-edit-term a:hover,
.item-list > ul > li .views-field-edit-term a:visited,
.views-row .edit a:link,
.views-row .edit a:hover,
.views-row .edit a:visited,
.views-row .views-field-edit-node a:link,
.views-row .views-field-edit-node a:hover,
.views-row .views-field-edit-node a:visited,
.views-row .views-field-edit-term a:link,
.views-row .views-field-edit-term a:hover,
.views-row .views-field-edit-term a:visited,
.sy-slide .edit a:link,
.sy-slide .edit a:hover,
.sy-slide .edit a:visited,
.sy-slide .views-field-edit-node a:link,
.sy-slide .views-field-edit-node a:hover,
.sy-slide .views-field-edit-node a:visited,
.sy-slide .views-field-edit-term a:link,
.sy-slide .views-field-edit-term a:hover,
.sy-slide .views-field-edit-term a:visited {
  color: #fff;
}
@media (min-width: 1441px) {
  /* line 91, ../sass/partials/_admin.scss */
  .item-list > ul > li:hover .edit,
  .item-list > ul > li:hover .views-field-edit-node,
  .item-list > ul > li:hover .views-field-edit-term,
  .views-row:hover .edit,
  .views-row:hover .views-field-edit-node,
  .views-row:hover .views-field-edit-term,
  .sy-slide:hover .edit,
  .sy-slide:hover .views-field-edit-node,
  .sy-slide:hover .views-field-edit-term {
    display: block;
  }
}
@media (min-width: 1170px) and (max-width: 1440px) {
  /* line 100, ../sass/partials/_admin.scss */
  .item-list > ul > li:hover .edit,
  .item-list > ul > li:hover .views-field-edit-node,
  .item-list > ul > li:hover .views-field-edit-term,
  .views-row:hover .edit,
  .views-row:hover .views-field-edit-node,
  .views-row:hover .views-field-edit-term,
  .sy-slide:hover .edit,
  .sy-slide:hover .views-field-edit-node,
  .sy-slide:hover .views-field-edit-term {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1169px) {
  /* line 109, ../sass/partials/_admin.scss */
  .item-list > ul > li:hover .edit,
  .item-list > ul > li:hover .views-field-edit-node,
  .item-list > ul > li:hover .views-field-edit-term,
  .views-row:hover .edit,
  .views-row:hover .views-field-edit-node,
  .views-row:hover .views-field-edit-term,
  .sy-slide:hover .edit,
  .sy-slide:hover .views-field-edit-node,
  .sy-slide:hover .views-field-edit-term {
    display: block;
  }
}

/* line 4, ../sass/partials/_home.scss */
.path-frontpage .node__content .paragraph:nth-child(1) {
  margin-top: 75px;
}

/* line 11, ../sass/partials/_home.scss */
.home-header {
  background-color: #f7f7f7;
}
/* line 15, ../sass/partials/_home.scss */
.home-header .header-inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  line-height: 0;
}
/* line 22, ../sass/partials/_home.scss */
.home-header .header-inner .caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 1.4;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 22, ../sass/partials/_home.scss */
  .home-header .header-inner .caption {
    position: relative;
    left: 0;
    padding: 20px;
  }
}
/* line 40, ../sass/partials/_home.scss */
.home-header .header-inner .caption .caption-inner {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  /* line 40, ../sass/partials/_home.scss */
  .home-header .header-inner .caption .caption-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 50, ../sass/partials/_home.scss */
.home-header .header-inner .caption .caption-inner .copy {
  max-width: 45%;
  margin-right: auto;
}
@media (max-width: 767px) {
  /* line 50, ../sass/partials/_home.scss */
  .home-header .header-inner .caption .caption-inner .copy {
    max-width: 100%;
  }
}
/* line 57, ../sass/partials/_home.scss */
.home-header .header-inner .caption .caption-inner * {
  font-weight: 700;
}
/* line 61, ../sass/partials/_home.scss */
.home-header .header-inner .caption .caption-inner h2,
.home-header .header-inner .caption .caption-inner p {
  font-size: 4.3vw;
  line-height: 1.2;
  font-weight: normal;
  color: #111478;
}
@media (min-width: 1441px) {
  /* line 61, ../sass/partials/_home.scss */
  .home-header .header-inner .caption .caption-inner h2,
  .home-header .header-inner .caption .caption-inner p {
    font-size: 62px;
  }
}
@media (max-width: 767px) {
  /* line 61, ../sass/partials/_home.scss */
  .home-header .header-inner .caption .caption-inner h2,
  .home-header .header-inner .caption .caption-inner p {
    font-size: 24px;
  }
}
/* line 74, ../sass/partials/_home.scss */
.home-header .header-inner .caption .caption-inner .link {
  margin-top: 30px;
}

/* line 1, ../sass/partials/_blocks.scss */
.logos-grid .logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  /* line 1, ../sass/partials/_blocks.scss */
  .logos-grid .logos {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* line 7, ../sass/partials/_blocks.scss */
.logos-grid .logos .logo-item {
  margin-bottom: 40px;
  height: 100px;
  position: relative;
}
/* line 11, ../sass/partials/_blocks.scss */
.logos-grid .logos .logo-item span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 22, ../sass/partials/_blocks.scss */
.logos-grid .logos .logo-item span > img {
  width: 100%;
  max-height: 90px;
  max-width: 230px;
}

/* line 31, ../sass/partials/_blocks.scss */
.logos-slider .logo-footer {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 35, ../sass/partials/_blocks.scss */
.logos-slider .logo-footer .inner .logos {
  padding-left: 40px;
  padding-right: 40px;
}
/* line 38, ../sass/partials/_blocks.scss */
.logos-slider .logo-footer .inner .logos > button {
  height: 30px;
  width: 30px;
  text-indent: -2000em;
  overflow: hidden;
  position: absolute;
  background-color: transparent;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #326DF7;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  padding: 0;
}
/* line 51, ../sass/partials/_blocks.scss */
.logos-slider .logo-footer .inner .logos > button:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: 0;
  color: #326DF7;
}
/* line 60, ../sass/partials/_blocks.scss */
.logos-slider .logo-footer .inner .logos > button.slick-next {
  right: 0;
}
/* line 62, ../sass/partials/_blocks.scss */
.logos-slider .logo-footer .inner .logos > button.slick-next:before {
  content: "";
  font-family: 'Font Awesome 5 Pro';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  position: relative;
  top: -1px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
}
/* line 71, ../sass/partials/_blocks.scss */
.logos-slider .logo-footer .inner .logos > button.slick-prev {
  left: 0;
}
/* line 73, ../sass/partials/_blocks.scss */
.logos-slider .logo-footer .inner .logos > button.slick-prev:before {
  content: "";
  font-family: 'Font Awesome 5 Pro';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  position: relative;
  top: -1px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
}
/* line 83, ../sass/partials/_blocks.scss */
.logos-slider .logo-footer .inner .logos .logo-item {
  height: 100px;
  position: relative;
}
/* line 86, ../sass/partials/_blocks.scss */
.logos-slider .logo-footer .inner .logos .logo-item span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 97, ../sass/partials/_blocks.scss */
.logos-slider .logo-footer .inner .logos .logo-item span > img {
  width: 100%;
  max-height: 90px;
  max-width: 230px;
}

/* line 1, ../sass/partials/_footer.scss */
.footer-wrap {
  background-color: #090A3C;
}
/* line 3, ../sass/partials/_footer.scss */
.footer-wrap footer {
  background-color: #111478;
  padding: 50px;
}
/* line 7, ../sass/partials/_footer.scss */
.footer-wrap .footer-second {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* line 12, ../sass/partials/_footer.scss */
.footer-wrap .block.footer-logo .inner {
  text-align: center;
}
/* line 14, ../sass/partials/_footer.scss */
.footer-wrap .block.footer-logo .inner > img {
  max-width: 242px;
}
/* line 19, ../sass/partials/_footer.scss */
.footer-wrap .footer-copyright {
  margin-top: 30px;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}
/* line 24, ../sass/partials/_footer.scss */
.footer-wrap .footer-copyright a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.5);
}

/* line 34, ../sass/partials/_footer.scss */
.footer-newsletter-signup .inner {
  text-align: center;
}
/* line 36, ../sass/partials/_footer.scss */
.footer-newsletter-signup .inner .title {
  margin-bottom: 40px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  font-family: "Assistant", sans-serif;
}
/* line 44, ../sass/partials/_footer.scss */
.footer-newsletter-signup .inner form .form-item {
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 555px;
}
/* line 48, ../sass/partials/_footer.scss */
.footer-newsletter-signup .inner form .form-item input[type="text"],
.footer-newsletter-signup .inner form .form-item input[type="email"] {
  width: 100%;
  display: block;
  border: none;
  padding: 0 5px;
  height: 30px;
  font-size: 16px;
  color: #111478;
}
/* line 62, ../sass/partials/_footer.scss */
.footer-newsletter-signup .inner form input[type="submit"],
.footer-newsletter-signup .inner form button {
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #fff;
  background: none;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* line 71, ../sass/partials/_footer.scss */
.footer-newsletter-signup .inner form input[type="submit"]:after,
.footer-newsletter-signup .inner form button:after {
  content: "";
  font-family: 'Font Awesome 5 Pro';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  position: relative;
  top: -1px;
  margin-left: 7px;
}

/* line 2, ../sass/partials/_forms.scss */
.path-user .region-content {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 100px;
}
/* line 6, ../sass/partials/_forms.scss */
.path-user .region-content form {
  max-width: 700px;
  padding: 40px;
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.26);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
/* line 16, ../sass/partials/_forms.scss */
.path-user .user-pass .form-item {
  margin-bottom: 0;
}

/* line 22, ../sass/partials/_forms.scss */
.webform-submission-form {
  max-width: 1015px;
  margin-left: auto;
  margin-right: auto;
}

/* line 28, ../sass/partials/_forms.scss */
form .form-item {
  margin: 0;
  margin-bottom: 1em;
}
/* line 32, ../sass/partials/_forms.scss */
form label {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
}
/* line 39, ../sass/partials/_forms.scss */
form input[type="text"],
form input[type="password"],
form input[type="email"],
form textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  height: auto;
  display: block;
  border: 1px solid #e2e2e2;
  font-family: "Baloo Tamma 2", sans-serif;
}
/* line 51, ../sass/partials/_forms.scss */
form .description,
form p {
  font-size: 11px;
  margin-top: 2px;
}
/* line 56, ../sass/partials/_forms.scss */
form input[type="submit"] {
  padding-top: 0;
  padding-bottom: 0;
  height: 30px;
}
/* line 63, ../sass/partials/_forms.scss */
form .js-form-type-checkbox {
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
/* line 67, ../sass/partials/_forms.scss */
form .js-form-type-checkbox label {
  margin-top: 3px;
  margin-left: 2px;
}

/* line 1, ../sass/partials/_header.scss */
header {
  background-color: #326DF7;
}
/* line 3, ../sass/partials/_header.scss */
header .region-header {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 112px;
  position: relative;
}
/* line 10, ../sass/partials/_header.scss */
header .region-header .main-logo {
  width: 250px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  /* line 10, ../sass/partials/_header.scss */
  header .region-header .main-logo {
    width: 200px;
  }
}
/* line 16, ../sass/partials/_header.scss */
header .region-header .main-logo .site-logo {
  display: block;
  line-height: 0;
}

/* line 25, ../sass/partials/_header.scss */
body.hide-page-title #block-glean-page-title {
  display: none;
}

/* line 30, ../sass/partials/_header.scss */
.header-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  background-color: #EFF5FF;
}
@media (max-width: 767px) {
  /* line 37, ../sass/partials/_header.scss */
  body:not(.path-frontpage) .header-inner {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  /* line 40, ../sass/partials/_header.scss */
  body.path-frontpage .header-inner {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
/* line 44, ../sass/partials/_header.scss */
.header-inner > .image {
  margin-left: auto;
  position: relative;
  line-height: 0;
}
/* line 48, ../sass/partials/_header.scss */
.header-inner > .image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #eff5ff 0%, rgba(239, 245, 255, 0) 100%);
}
@media only screen and (min-width: 768px) and (max-width: 1169px) {
  /* line 64, ../sass/partials/_header.scss */
  .header-inner > .image img.no-image {
    max-height: 120px;
    width: auto;
  }
}
/* line 73, ../sass/partials/_header.scss */
.header-inner.large > .image {
  margin-right: 0;
  margin-left: auto;
}
/* line 76, ../sass/partials/_header.scss */
.header-inner.large > .image:before {
  display: none;
}
/* line 82, ../sass/partials/_header.scss */
.header-inner.large > .title .title-inner span {
  margin-left: 0;
}
/* line 88, ../sass/partials/_header.scss */
.header-inner > .title {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  /* line 88, ../sass/partials/_header.scss */
  .header-inner > .title {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
}
/* line 101, ../sass/partials/_header.scss */
.header-inner > .title .title-inner {
  position: relative;
  z-index: 10;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 110, ../sass/partials/_header.scss */
.header-inner > .title .title-inner span {
  position: relative;
  display: block;
  max-width: 960px;
}
@media only screen and (min-width: 768px) and (max-width: 1169px) {
  /* line 110, ../sass/partials/_header.scss */
  .header-inner > .title .title-inner span {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  /* line 110, ../sass/partials/_header.scss */
  .header-inner > .title .title-inner span {
    margin-left: 0;
  }
}
/* line 121, ../sass/partials/_header.scss */
.header-inner > .title .title-inner span.title {
  color: #111478;
  font-size: 75px;
}
@media (max-width: 767px) {
  /* line 121, ../sass/partials/_header.scss */
  .header-inner > .title .title-inner span.title {
    font-size: 42px;
    line-height: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1169px) {
  /* line 121, ../sass/partials/_header.scss */
  .header-inner > .title .title-inner span.title {
    font-size: 42px;
    line-height: 1;
  }
}
/* line 132, ../sass/partials/_header.scss */
.header-inner > .title .title-inner span.title:after {
  content: "";
  height: 15px;
  width: 122px;
  background-image: url(../img/squiggle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 100%;
  left: 0;
}
/* line 145, ../sass/partials/_header.scss */
.header-inner > .title .title-inner span.copy {
  margin-top: 30px;
  font-family: "Droid Serif", serif;
  max-width: 560px;
}
@media only screen and (min-width: 768px) and (max-width: 1169px) {
  /* line 145, ../sass/partials/_header.scss */
  .header-inner > .title .title-inner span.copy {
    max-width: 420px;
  }
}
/* line 152, ../sass/partials/_header.scss */
.header-inner > .title .title-inner span.copy p, .header-inner > .title .title-inner span.copy li {
  font-size: 28px;
}
@media (max-width: 767px) {
  /* line 152, ../sass/partials/_header.scss */
  .header-inner > .title .title-inner span.copy p, .header-inner > .title .title-inner span.copy li {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1169px) {
  /* line 152, ../sass/partials/_header.scss */
  .header-inner > .title .title-inner span.copy p, .header-inner > .title .title-inner span.copy li {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  /* line 167, ../sass/partials/_header.scss */
  .main-nav > .menu > li:last-child {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1169px) {
  /* line 167, ../sass/partials/_header.scss */
  .main-nav > .menu > li:last-child {
    display: none;
  }
}
/* line 174, ../sass/partials/_header.scss */
.main-nav > .menu > li:last-child > span {
  cursor: pointer;
}
/* line 176, ../sass/partials/_header.scss */
.main-nav > .menu > li:last-child > span .fa {
  width: 15px;
}
/* line 179, ../sass/partials/_header.scss */
.main-nav > .menu > li:last-child > span .fa-remove {
  display: none;
}
/* line 182, ../sass/partials/_header.scss */
.main-nav > .menu > li:last-child > span .fa-search {
  display: inline-block;
}
/* line 186, ../sass/partials/_header.scss */
.main-nav > .menu > li:last-child > span.is-active .fa-remove {
  display: inline-block;
}
/* line 189, ../sass/partials/_header.scss */
.main-nav > .menu > li:last-child > span.is-active .fa-search {
  display: none;
}

/* line 197, ../sass/partials/_header.scss */
.header-search {
  position: absolute;
  top: 100%;
  right: 0;
  overflow: hidden;
  height: 0;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: 500;
}
/* line 205, ../sass/partials/_header.scss */
.header-search.active {
  height: 70px;
  -moz-box-shadow: 0px 0.6px 0.4px rgba(0, 0, 0, 0.02), 0px 1.4px 0.9px rgba(0, 0, 0, 0.028), 0px 2.6px 1.8px rgba(0, 0, 0, 0.035), 0px 4.7px 3.1px rgba(0, 0, 0, 0.042), 0px 8.8px 5.8px rgba(0, 0, 0, 0.05), 0px 21px 14px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 0.6px 0.4px rgba(0, 0, 0, 0.02), 0px 1.4px 0.9px rgba(0, 0, 0, 0.028), 0px 2.6px 1.8px rgba(0, 0, 0, 0.035), 0px 4.7px 3.1px rgba(0, 0, 0, 0.042), 0px 8.8px 5.8px rgba(0, 0, 0, 0.05), 0px 21px 14px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0.6px 0.4px rgba(0, 0, 0, 0.02), 0px 1.4px 0.9px rgba(0, 0, 0, 0.028), 0px 2.6px 1.8px rgba(0, 0, 0, 0.035), 0px 4.7px 3.1px rgba(0, 0, 0, 0.042), 0px 8.8px 5.8px rgba(0, 0, 0, 0.05), 0px 21px 14px rgba(0, 0, 0, 0.07);
}
/* line 215, ../sass/partials/_header.scss */
.header-search form {
  padding: 20px;
  background-color: #F6BA59;
}
/* line 219, ../sass/partials/_header.scss */
.header-search input[type="search"] {
  height: 30px;
}
/* line 222, ../sass/partials/_header.scss */
.header-search .button, .header-search .home-header .header-inner .caption .caption-inner .link a, .home-header .header-inner .caption .caption-inner .link .header-search a, .header-search form input[type="submit"], form .header-search input[type="submit"] {
  padding: 0 20px;
  height: 30px;
  background-color: #326DF7;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
}

/* line 1, ../sass/partials/_layout.scss */
:root {
  --colwidth: 250px;
  --spacing: 80px;
  --radius: 20px;
  --gutter: 100px;
}

/* line 10, ../sass/partials/_layout.scss */
.block.content-width .inner {
  max-width: 1015px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1169px) {
  /* line 10, ../sass/partials/_layout.scss */
  .block.content-width .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  /* line 10, ../sass/partials/_layout.scss */
  .block.content-width .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 23, ../sass/partials/_layout.scss */
.block.site-width .inner {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1169px) {
  /* line 23, ../sass/partials/_layout.scss */
  .block.site-width .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  /* line 23, ../sass/partials/_layout.scss */
  .block.site-width .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 37, ../sass/partials/_layout.scss */
html,
body,
.dialog-off-canvas-main-canvas {
  height: 100vh;
}

/* line 42, ../sass/partials/_layout.scss */
.layout-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
/* line 47, ../sass/partials/_layout.scss */
.layout-container .footer-wrap {
  margin-top: auto;
}

/* line 53, ../sass/partials/_layout.scss */
.page-node-type-stories .page-title {
  margin-top: 50px;
}
/* line 56, ../sass/partials/_layout.scss */
.page-node-type-stories .block-system-main-block {
  max-width: 1015px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

/* line 63, ../sass/partials/_layout.scss */
body.one-sidebar main {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: var(--spacing);
  margin-bottom: var(--spacing);
}
@media (max-width: 767px) {
  /* line 63, ../sass/partials/_layout.scss */
  body.one-sidebar main {
    display: block;
  }
}
/* line 73, ../sass/partials/_layout.scss */
body.one-sidebar main > div,
body.one-sidebar main > aside {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 78, ../sass/partials/_layout.scss */
body.one-sidebar main .layout-content {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  order: 2;
}
/* line 81, ../sass/partials/_layout.scss */
body.one-sidebar main .layout-content .region-content {
  display: block;
}
@media (max-width: 767px) {
  /* line 78, ../sass/partials/_layout.scss */
  body.one-sidebar main .layout-content {
    order: 1;
  }
}
/* line 88, ../sass/partials/_layout.scss */
body.one-sidebar main .layout-sidebar-first {
  width: var(--colwidth);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  order: 1;
  margin-right: var(--spacing);
}
@media (max-width: 767px) {
  /* line 88, ../sass/partials/_layout.scss */
  body.one-sidebar main .layout-sidebar-first {
    order: 2;
    width: auto;
    margin-right: 0;
  }
}
/* line 99, ../sass/partials/_layout.scss */
body.one-sidebar main .layout-sidebar-second {
  width: var(--colwidth);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  order: 3;
  margin-left: 30px;
}
@media (max-width: 767px) {
  /* line 99, ../sass/partials/_layout.scss */
  body.one-sidebar main .layout-sidebar-second {
    order: 3;
    width: auto;
    margin-left: 0;
  }
}

/* line 112, ../sass/partials/_layout.scss */
.content-cols {
  margin-top: 50px;
  margin-bottom: 100px;
}
/* line 115, ../sass/partials/_layout.scss */
.content-cols .inner {
  max-width: 1015px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 767px) {
  /* line 115, ../sass/partials/_layout.scss */
  .content-cols .inner {
    display: block;
  }
}
/* line 122, ../sass/partials/_layout.scss */
.content-cols .inner div.sidebar-area {
  width: 35%;
}
@media (max-width: 767px) {
  /* line 122, ../sass/partials/_layout.scss */
  .content-cols .inner div.sidebar-area {
    width: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
  }
}
/* line 131, ../sass/partials/_layout.scss */
.content-cols .inner div.main-area {
  width: 60%;
}
@media (max-width: 767px) {
  /* line 131, ../sass/partials/_layout.scss */
  .content-cols .inner div.main-area {
    width: auto;
  }
}
/* line 136, ../sass/partials/_layout.scss */
.content-cols .inner div.main-area h1, .content-cols .inner div.main-area .show-block .inner > h2, .show-block .content-cols .inner div.main-area .inner > h2 {
  margin-bottom: 0;
}

/* line 144, ../sass/partials/_layout.scss */
.bio-details .org-title {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 600;
}

/* line 153, ../sass/partials/_layout.scss */
.page-node-type-page #block-glean-page-title {
  margin-top: 50px;
  margin-bottom: 50px;
}
/* line 158, ../sass/partials/_layout.scss */
.page-node-type-page .node__content .paragraph:first-child {
  margin-top: 0;
}
/* line 163, ../sass/partials/_layout.scss */
.page-node-type-page.with-header .region-preface-first {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  /* line 163, ../sass/partials/_layout.scss */
  .page-node-type-page.with-header .region-preface-first {
    margin-bottom: 40px;
  }
}
/* line 169, ../sass/partials/_layout.scss */
.page-node-type-page.with-header #block-glean-page-title {
  margin-top: 0;
  margin-bottom: 50px;
}

/* line 178, ../sass/partials/_layout.scss */
.caption.caption-img img {
  -moz-border-radius: var(--radius);
  -webkit-border-radius: var(--radius);
  border-radius: var(--radius);
}
/* line 181, ../sass/partials/_layout.scss */
.caption.caption-img figcaption {
  margin-top: 6px;
  background-color: #EFF5FF;
  font-size: 14px;
  line-height: 1.2;
  padding: 10px 20px;
  -moz-border-radius: var(--radius);
  -webkit-border-radius: var(--radius);
  border-radius: var(--radius);
}
/* line 189, ../sass/partials/_layout.scss */
.caption.caption-img.align-left {
  margin-left: 0;
  margin-top: 0;
}
@media (max-width: 767px) {
  /* line 189, ../sass/partials/_layout.scss */
  .caption.caption-img.align-left {
    margin: 40px 0;
  }
}
/* line 196, ../sass/partials/_layout.scss */
.caption.caption-img.align-right {
  margin-right: 0;
  margin-top: 0;
}
@media (max-width: 767px) {
  /* line 196, ../sass/partials/_layout.scss */
  .caption.caption-img.align-right {
    margin: 40px 0;
  }
}

/* line 206, ../sass/partials/_layout.scss */
.region-eyebrow {
  background-color: #F6BA59;
}
/* line 208, ../sass/partials/_layout.scss */
.region-eyebrow .block.alerts {
  display: none;
}
/* line 210, ../sass/partials/_layout.scss */
.region-eyebrow .block.alerts.active {
  display: block;
}
/* line 214, ../sass/partials/_layout.scss */
.region-eyebrow .alert {
  padding-top: 20px;
  padding-bottom: 10px;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #111478;
}
/* line 219, ../sass/partials/_layout.scss */
.region-eyebrow .alert > * {
  font-weight: 600;
  color: #111478;
  font-size: 18px;
}
/* line 224, ../sass/partials/_layout.scss */
.region-eyebrow .alert .views-row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 227, ../sass/partials/_layout.scss */
.region-eyebrow .alert .views-row .close-alert {
  width: 30px;
  margin-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: -10px;
}
/* line 233, ../sass/partials/_layout.scss */
.region-eyebrow .alert .views-row .close-alert a {
  display: block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

/* line 1, ../sass/partials/_menus.scss */
.mobile-search-trigger-block,
.mobile-trigger-block {
  display: none;
}
@media (max-width: 767px) {
  /* line 1, ../sass/partials/_menus.scss */
  .mobile-search-trigger-block,
  .mobile-trigger-block {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1169px) {
  /* line 1, ../sass/partials/_menus.scss */
  .mobile-search-trigger-block,
  .mobile-trigger-block {
    display: block;
  }
}
/* line 10, ../sass/partials/_menus.scss */
.mobile-search-trigger-block .mobile-trigger,
.mobile-search-trigger-block .mobile-search-trigger,
.mobile-trigger-block .mobile-trigger,
.mobile-trigger-block .mobile-search-trigger {
  font-size: 32px;
  color: #fff;
}

/* line 17, ../sass/partials/_menus.scss */
.mobile-search-trigger-block {
  margin-left: auto;
  margin-right: 30px;
}
@media (max-width: 767px) {
  /* line 17, ../sass/partials/_menus.scss */
  .mobile-search-trigger-block {
    margin-left: 30px;
  }
}

/* line 25, ../sass/partials/_menus.scss */
.main-nav {
  z-index: 300;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  position: relative;
  height: 100%;
}
/* line 30, ../sass/partials/_menus.scss */
.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
/* line 35, ../sass/partials/_menus.scss */
.main-nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
/* line 40, ../sass/partials/_menus.scss */
.main-nav ul li a,
.main-nav ul li > span {
  height: 100%;
}
/* line 46, ../sass/partials/_menus.scss */
.main-nav > .menu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 49, ../sass/partials/_menus.scss */
.main-nav > .menu > li {
  position: relative;
}
/* line 52, ../sass/partials/_menus.scss */
.main-nav > .menu > li:last-child {
  margin-right: 0;
}
/* line 55, ../sass/partials/_menus.scss */
.main-nav > .menu > li > a,
.main-nav > .menu > li > span {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 20px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  text-align: center;
  position: relative;
}
/* line 70, ../sass/partials/_menus.scss */
.main-nav > .menu > li > a:after,
.main-nav > .menu > li > span:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 10px;
  background-color: transparent;
}
/* line 80, ../sass/partials/_menus.scss */
.main-nav > .menu > li > a:hover, .main-nav > .menu > li > a.is-active,
.main-nav > .menu > li > span:hover,
.main-nav > .menu > li > span.is-active {
  background: rgba(255, 255, 255, 0.07);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 40%);
}
/* line 84, ../sass/partials/_menus.scss */
.main-nav > .menu > li > a:hover:after, .main-nav > .menu > li > a.is-active:after,
.main-nav > .menu > li > span:hover:after,
.main-nav > .menu > li > span.is-active:after {
  background-color: #F6BA59;
}
/* line 89, ../sass/partials/_menus.scss */
.main-nav > .menu > li.mobile-close-trigger-wrap {
  display: none;
  text-align: right;
  background-color: #111478;
  padding: 0;
}
/* line 94, ../sass/partials/_menus.scss */
.main-nav > .menu > li.mobile-close-trigger-wrap a {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 98, ../sass/partials/_menus.scss */
.main-nav > .menu > li.mobile-close-trigger-wrap .fa {
  font-size: 24px;
}
@media (max-width: 767px) {
  /* line 89, ../sass/partials/_menus.scss */
  .main-nav > .menu > li.mobile-close-trigger-wrap {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1169px) {
  /* line 89, ../sass/partials/_menus.scss */
  .main-nav > .menu > li.mobile-close-trigger-wrap {
    display: block;
  }
}
/* line 109, ../sass/partials/_menus.scss */
.main-nav > .menu > li.menu-item--active-trail > a,
.main-nav > .menu > li.menu-item--active-trail > span {
  background: rgba(255, 255, 255, 0.07);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 40%);
}
/* line 113, ../sass/partials/_menus.scss */
.main-nav > .menu > li.menu-item--active-trail > a:after,
.main-nav > .menu > li.menu-item--active-trail > span:after {
  background-color: #F6BA59;
}
/* line 118, ../sass/partials/_menus.scss */
.main-nav > .menu > li:first-child {
  margin-left: 0;
}
/* line 121, ../sass/partials/_menus.scss */
.main-nav > .menu > li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #F6BA59;
  width: 220px;
  -moz-box-shadow: 0px 0.6px 0.4px rgba(0, 0, 0, 0.02), 0px 1.4px 0.9px rgba(0, 0, 0, 0.028), 0px 2.6px 1.8px rgba(0, 0, 0, 0.035), 0px 4.7px 3.1px rgba(0, 0, 0, 0.042), 0px 8.8px 5.8px rgba(0, 0, 0, 0.05), 0px 21px 14px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 0.6px 0.4px rgba(0, 0, 0, 0.02), 0px 1.4px 0.9px rgba(0, 0, 0, 0.028), 0px 2.6px 1.8px rgba(0, 0, 0, 0.035), 0px 4.7px 3.1px rgba(0, 0, 0, 0.042), 0px 8.8px 5.8px rgba(0, 0, 0, 0.05), 0px 21px 14px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0.6px 0.4px rgba(0, 0, 0, 0.02), 0px 1.4px 0.9px rgba(0, 0, 0, 0.028), 0px 2.6px 1.8px rgba(0, 0, 0, 0.035), 0px 4.7px 3.1px rgba(0, 0, 0, 0.042), 0px 8.8px 5.8px rgba(0, 0, 0, 0.05), 0px 21px 14px rgba(0, 0, 0, 0.07);
  height: auto;
}
/* line 139, ../sass/partials/_menus.scss */
.main-nav > .menu > li > ul li a {
  font-size: 14px;
  display: block;
  padding: 10px;
  padding-bottom: 5px;
  text-decoration: none;
  font-weight: 600;
  color: #111478;
}
/* line 147, ../sass/partials/_menus.scss */
.main-nav > .menu > li > ul li a:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
/* line 152, ../sass/partials/_menus.scss */
.main-nav > .menu > li > ul li.menu-item--active-trail > a {
  background-color: rgba(255, 255, 255, 0.6);
}
/* line 159, ../sass/partials/_menus.scss */
.main-nav > .menu > li:nth-last-child(2) > ul {
  left: auto;
  right: 0;
}
/* line 162, ../sass/partials/_menus.scss */
.main-nav > .menu > li:nth-last-child(2) > ul:before {
  left: auto;
  right: 10px;
}
/* line 169, ../sass/partials/_menus.scss */
.main-nav > .menu > li:hover > a,
.main-nav > .menu > li:hover > span {
  background: rgba(255, 255, 255, 0.07);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 40%);
}
/* line 173, ../sass/partials/_menus.scss */
.main-nav > .menu > li:hover > a:after,
.main-nav > .menu > li:hover > span:after {
  background-color: #F6BA59;
}
/* line 177, ../sass/partials/_menus.scss */
.main-nav > .menu > li:hover > ul {
  display: block;
}
@media (max-width: 767px) {
  /* line 25, ../sass/partials/_menus.scss */
  .main-nav {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    overflow: auto;
    background-color: #40B4E5;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    z-index: 9999;
  }
  /* line 193, ../sass/partials/_menus.scss */
  .main-nav.active {
    right: 0;
  }
  /* line 196, ../sass/partials/_menus.scss */
  .main-nav > .menu {
    display: block;
    height: auto;
  }
  /* line 199, ../sass/partials/_menus.scss */
  .main-nav > .menu li {
    margin: 0;
    height: auto;
  }
  /* line 202, ../sass/partials/_menus.scss */
  .main-nav > .menu li a {
    font-size: 21px;
    padding: 10px 20px 5px 20px;
    color: #fff;
    height: auto;
    text-align: left;
    display: block;
  }
  /* line 209, ../sass/partials/_menus.scss */
  .main-nav > .menu li a:after {
    right: auto;
    height: auto;
    top: 0;
    width: 10px;
  }
  /* line 217, ../sass/partials/_menus.scss */
  .main-nav > .menu li.menu-item--active-trail > a {
    color: #111478;
  }
  /* line 221, ../sass/partials/_menus.scss */
  .main-nav > .menu li > ul {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    display: block;
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-left: 20px;
  }
  /* line 231, ../sass/partials/_menus.scss */
  .main-nav > .menu li > ul:before {
    display: none;
  }
  /* line 235, ../sass/partials/_menus.scss */
  .main-nav > .menu li > ul li a {
    color: #fff;
  }
  /* line 237, ../sass/partials/_menus.scss */
  .main-nav > .menu li > ul li a:hover {
    color: #111478;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1169px) {
  /* line 25, ../sass/partials/_menus.scss */
  .main-nav {
    position: fixed;
    top: 0;
    right: -300px;
    bottom: 0;
    width: 300px;
    overflow: auto;
    background-color: #40B4E5;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    z-index: 9999;
  }
  /* line 256, ../sass/partials/_menus.scss */
  .main-nav.active {
    right: 0;
  }
  /* line 259, ../sass/partials/_menus.scss */
  .main-nav > .menu {
    display: block;
    height: auto;
  }
  /* line 262, ../sass/partials/_menus.scss */
  .main-nav > .menu li {
    margin: 0;
    height: auto;
  }
  /* line 265, ../sass/partials/_menus.scss */
  .main-nav > .menu li a {
    font-size: 21px;
    padding: 10px 20px 5px 20px;
    color: #fff;
    height: auto;
    text-align: left;
    display: block;
  }
  /* line 272, ../sass/partials/_menus.scss */
  .main-nav > .menu li a:after {
    right: auto;
    height: auto;
    top: 0;
    width: 10px;
  }
  /* line 280, ../sass/partials/_menus.scss */
  .main-nav > .menu li.menu-item--active-trail > a {
    color: #111478;
  }
  /* line 284, ../sass/partials/_menus.scss */
  .main-nav > .menu li > ul {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    display: block;
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-left: 20px;
  }
  /* line 294, ../sass/partials/_menus.scss */
  .main-nav > .menu li > ul:before {
    display: none;
  }
  /* line 298, ../sass/partials/_menus.scss */
  .main-nav > .menu li > ul li a {
    color: #fff;
  }
  /* line 300, ../sass/partials/_menus.scss */
  .main-nav > .menu li > ul li a:hover {
    color: #111478;
  }
}

/* line 1, ../sass/partials/_paragraphs.scss */
.paragraph {
  margin-top: var(--spacing);
  margin-bottom: var(--spacing);
}
@media (max-width: 767px) {
  /* line 1, ../sass/partials/_paragraphs.scss */
  .paragraph {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
/* line 8, ../sass/partials/_paragraphs.scss */
.paragraph > .inner {
  max-width: 1015px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  /* line 8, ../sass/partials/_paragraphs.scss */
  .paragraph > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1169px) {
  /* line 8, ../sass/partials/_paragraphs.scss */
  .paragraph > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 18, ../sass/partials/_paragraphs.scss */
body.front-page .paragraph > .inner {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 21, ../sass/partials/_paragraphs.scss */
body.landing-page .paragraph > .inner {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 25, ../sass/partials/_paragraphs.scss */
.paragraph.blue, .home-header .header-inner .caption .caption-inner .link a.paragraph, form input.paragraph[type="submit"] {
  background-color: #40B4E5;
  padding-top: 80px;
  padding-bottom: 80px;
}
/* line 30, ../sass/partials/_paragraphs.scss */
.paragraph.collapse-top {
  margin-top: 0;
}
/* line 33, ../sass/partials/_paragraphs.scss */
.paragraph.collapse-bottom {
  margin-bottom: 0;
}
/* line 36, ../sass/partials/_paragraphs.scss */
.paragraph.collapse-both {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 41, ../sass/partials/_paragraphs.scss */
.paragraph.full-width > .inner {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 45, ../sass/partials/_paragraphs.scss */
.paragraph .section-title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 56px;
  font-weight: 500;
}

/* line 53, ../sass/partials/_paragraphs.scss */
.blue .section-title, .home-header .header-inner .caption .caption-inner .link a .section-title, form input[type="submit"] .section-title {
  color: #fff;
}

/* line 60, ../sass/partials/_paragraphs.scss */
.paragraph.banner-text blockquote,
.paragraph.banner-text p {
  margin: 0 auto;
  margin-top: 60px;
  padding: 0;
  max-width: 1130px;
  font-family: "Droid Serif", serif;
  color: #5C544E;
  font-size: 32px;
  text-align: center;
  line-height: 1.75;
}
@media (max-width: 767px) {
  /* line 60, ../sass/partials/_paragraphs.scss */
  .paragraph.banner-text blockquote,
  .paragraph.banner-text p {
    font-size: 18px;
    margin-top: 30px;
  }
}

/* line 80, ../sass/partials/_paragraphs.scss */
.para-grid-three {
  display: grid;
  grid-column-gap: var(--gutter);
  column-gap: var(--gutter);
  grid-row-gap: var(--gutter);
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  /* line 80, ../sass/partials/_paragraphs.scss */
  .para-grid-three {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  /* line 93, ../sass/partials/_paragraphs.scss */
  .para-grid-three > .item,
  .para-grid-three > .card {
    width: auto;
    margin-bottom: 50px;
  }
  /* line 100, ../sass/partials/_paragraphs.scss */
  .para-grid-three > .item:last-child,
  .para-grid-three > .card:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1169px) {
  /* line 93, ../sass/partials/_paragraphs.scss */
  .para-grid-three > .item,
  .para-grid-three > .card {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* line 113, ../sass/partials/_paragraphs.scss */
.icon-blocks .inner .item {
  text-align: center;
}
/* line 116, ../sass/partials/_paragraphs.scss */
.icon-blocks .inner .item div.icon {
  text-align: center;
}
/* line 120, ../sass/partials/_paragraphs.scss */
.icon-blocks .inner .item div.icon > img {
  max-width: 200px;
}
/* line 124, ../sass/partials/_paragraphs.scss */
.icon-blocks .inner .item div.title {
  font-size: 34px;
  font-weight: 600;
  color: #111478;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1169px) {
  /* line 124, ../sass/partials/_paragraphs.scss */
  .icon-blocks .inner .item div.title {
    font-size: 28px;
  }
}
/* line 135, ../sass/partials/_paragraphs.scss */
.icon-blocks .inner .item:nth-child(2) {
  width: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1169px) {
  /* line 135, ../sass/partials/_paragraphs.scss */
  .icon-blocks .inner .item:nth-child(2) {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    width: calc(33.333% - 50px);
  }
}

/* line 150, ../sass/partials/_paragraphs.scss */
.image-cards .inner .item {
  text-decoration: none;
  width: calc(33.333% - 100px);
}
/* line 153, ../sass/partials/_paragraphs.scss */
.image-cards .inner .item > span {
  display: block;
}
/* line 156, ../sass/partials/_paragraphs.scss */
.image-cards .inner .item .image {
  margin-bottom: 40px;
  overflow: hidden;
  line-height: 0;
  -moz-border-radius: var(--radius);
  -webkit-border-radius: var(--radius);
  border-radius: var(--radius);
}
/* line 162, ../sass/partials/_paragraphs.scss */
.image-cards .inner .item .title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
}
/* line 167, ../sass/partials/_paragraphs.scss */
.image-cards .inner .item:hover {
  color: #fff;
}

/* line 182, ../sass/partials/_paragraphs.scss */
.quote .quote-wrap {
  padding-left: 160px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 182, ../sass/partials/_paragraphs.scss */
  .quote .quote-wrap {
    padding-left: 60px;
  }
}
/* line 188, ../sass/partials/_paragraphs.scss */
.quote .quote-wrap:before {
  content: "";
  height: 64px;
  width: 86px;
  background-image: url("../img/icon-quote.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 20px;
}
@media (max-width: 767px) {
  /* line 188, ../sass/partials/_paragraphs.scss */
  .quote .quote-wrap:before {
    height: 32px;
    width: 43px;
  }
}
/* line 204, ../sass/partials/_paragraphs.scss */
.quote .quote-wrap p {
  font-size: 36px;
  color: #111478;
  font-weight: 500;
}
@media (max-width: 767px) {
  /* line 204, ../sass/partials/_paragraphs.scss */
  .quote .quote-wrap p {
    font-size: 18px;
  }
}
/* line 213, ../sass/partials/_paragraphs.scss */
.quote .byline {
  margin-top: 30px;
  color: #111478;
  font-weight: 500;
}
/* line 217, ../sass/partials/_paragraphs.scss */
.quote .byline:before {
  content: "— ";
}
@media (max-width: 767px) {
  /* line 213, ../sass/partials/_paragraphs.scss */
  .quote .byline {
    margin-top: 15px;
    font-size: 16px;
  }
}

/* line 229, ../sass/partials/_paragraphs.scss */
.video-and-text .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 767px) {
  /* line 229, ../sass/partials/_paragraphs.scss */
  .video-and-text .inner {
    display: block;
  }
}
/* line 235, ../sass/partials/_paragraphs.scss */
.video-and-text .inner > div {
  width: 48%;
}
@media (max-width: 767px) {
  /* line 235, ../sass/partials/_paragraphs.scss */
  .video-and-text .inner > div {
    width: auto;
    margin-bottom: 30px;
  }
}
/* line 249, ../sass/partials/_paragraphs.scss */
.video-and-text.text-video .inner {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 256, ../sass/partials/_paragraphs.scss */
.spaced-title #block-glean-page-title {
  margin-top: 90px;
  margin-bottom: 50px;
}

/* line 266, ../sass/partials/_paragraphs.scss */
.titled-block > .inner {
  padding-bottom: 50px;
  border-bottom: 1px solid #e2e2e2;
}
/* line 270, ../sass/partials/_paragraphs.scss */
.titled-block:first-child {
  margin-top: 0;
}
/* line 273, ../sass/partials/_paragraphs.scss */
.titled-block:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

/* line 279, ../sass/partials/_paragraphs.scss */
.titled-block {
  margin-bottom: 50px;
  margin-top: 50px;
}

/* line 302, ../sass/partials/_paragraphs.scss */
.show-block.small-centered-title .inner > h2 {
  text-align: center;
  margin: 0 0 1em 0;
  padding: 0;
}

/* line 314, ../sass/partials/_paragraphs.scss */
.two-column-text .inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
}
@media (max-width: 767px) {
  /* line 314, ../sass/partials/_paragraphs.scss */
  .two-column-text .inner {
    display: block;
  }
}

/* line 2, ../sass/partials/_search.scss */
body.path-search .layout-content {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 5, ../sass/partials/_search.scss */
body.path-search .layout-content .block-system-main-block .search-form {
  padding: 40px 0;
  text-align: center;
}
/* line 8, ../sass/partials/_search.scss */
body.path-search .layout-content .block-system-main-block .search-form input[type="search"] {
  height: 38px;
  text-align: left;
  font-size: 18px;
  min-width: 350px;
  padding-left: 7px;
  padding-right: 7px;
}
/* line 17, ../sass/partials/_search.scss */
body.path-search .layout-content .block-system-main-block #edit-help-link {
  display: none;
}
/* line 23, ../sass/partials/_search.scss */
body.path-search .layout-content .item-list > ol > li {
  margin-bottom: 40px;
}
/* line 26, ../sass/partials/_search.scss */
body.path-search .layout-content .item-list > ol > li .search-snippet-info .search-snippet {
  font-size: 15px;
  margin: 0;
}
/* line 30, ../sass/partials/_search.scss */
body.path-search .layout-content .item-list > ol > li .search-snippet-info .search-info {
  font-size: 14px;
  text-transform: uppercase;
}
/* line 36, ../sass/partials/_search.scss */
body.path-search .layout-content .item-list > ol > li h3, body.path-search .layout-content .item-list > ol > li .fancy-list .views-row h2, .fancy-list .views-row body.path-search .layout-content .item-list > ol > li h2 {
  margin: 0;
  font-size: 21px;
}
/* line 39, ../sass/partials/_search.scss */
body.path-search .layout-content .item-list > ol > li h3 a, body.path-search .layout-content .item-list > ol > li .fancy-list .views-row h2 a, .fancy-list .views-row body.path-search .layout-content .item-list > ol > li h2 a {
  text-decoration: none;
}
/* line 43, ../sass/partials/_search.scss */
body.path-search .layout-content .item-list > ol > li .type {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 4px;
  color: #01101E;
}
/* line 52, ../sass/partials/_search.scss */
body.path-search .layout-content .item-list > ol > li .body .item-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 56, ../sass/partials/_search.scss */
body.path-search .layout-content .item-list > ol > li .body .item-list ul li {
  display: none;
}
/* line 58, ../sass/partials/_search.scss */
body.path-search .layout-content .item-list > ol > li .body .item-list ul li:first-child {
  display: block;
}

/* line 3, ../sass/partials/_views.scss */
.grid > .view-content,
.panel-inner > .view-content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  /* line 3, ../sass/partials/_views.scss */
  .grid > .view-content,
  .panel-inner > .view-content {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 15, ../sass/partials/_views.scss */
.grid-four > .view-content {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  /* line 15, ../sass/partials/_views.scss */
  .grid-four > .view-content {
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 23, ../sass/partials/_views.scss */
.grid-four > .view-content > .views-row {
  width: calc(25% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  display: block;
}
@media (max-width: 767px) {
  /* line 23, ../sass/partials/_views.scss */
  .grid-four > .view-content > .views-row {
    width: auto;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 33, ../sass/partials/_views.scss */
  .grid-four > .view-content > .views-row:last-child {
    margin-bottom: 0;
  }
}

/* line 42, ../sass/partials/_views.scss */
.panel-inner > .view-content {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  /* line 42, ../sass/partials/_views.scss */
  .panel-inner > .view-content {
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 50, ../sass/partials/_views.scss */
.panel-inner > .view-content > .views-row {
  width: calc(25% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  display: block;
}
@media (max-width: 767px) {
  /* line 50, ../sass/partials/_views.scss */
  .panel-inner > .view-content > .views-row {
    margin-left: 0;
    margin-right: 0;
    width: auto;
    margin-bottom: 50px;
  }
  /* line 60, ../sass/partials/_views.scss */
  .panel-inner > .view-content > .views-row:last-child {
    margin-bottom: 0;
  }
}

/* line 68, ../sass/partials/_views.scss */
.grid-three {
  overflow: hidden;
}
/* line 70, ../sass/partials/_views.scss */
.grid-three .view-content {
  margin-left: -50px;
  margin-right: -50px;
}
@media (max-width: 767px) {
  /* line 70, ../sass/partials/_views.scss */
  .grid-three .view-content {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1169px) {
  /* line 70, ../sass/partials/_views.scss */
  .grid-three .view-content {
    margin-left: -25px;
    margin-right: -25px;
  }
}
/* line 81, ../sass/partials/_views.scss */
.grid-three .view-content > .views-row {
  width: calc(33.333% - 100px);
  display: block;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  /* line 81, ../sass/partials/_views.scss */
  .grid-three .view-content > .views-row {
    margin-left: 0;
    margin-right: 0;
    width: auto;
    margin-bottom: 50px;
  }
  /* line 92, ../sass/partials/_views.scss */
  .grid-three .view-content > .views-row:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1169px) {
  /* line 81, ../sass/partials/_views.scss */
  .grid-three .view-content > .views-row {
    width: calc(33.333% - 50px);
    margin-left: 25px;
    margin-right: 25px;
  }
}

/* line 107, ../sass/partials/_views.scss */
.grouped-grid .view-content .group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  /* line 107, ../sass/partials/_views.scss */
  .grouped-grid .view-content .group {
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 118, ../sass/partials/_views.scss */
.grouped-grid .view-content .group > .views-row {
  width: calc(25% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  display: block;
}
@media (max-width: 767px) {
  /* line 118, ../sass/partials/_views.scss */
  .grouped-grid .view-content .group > .views-row {
    margin-left: 0;
    margin-right: 0;
    width: auto;
    margin-bottom: 50px;
  }
  /* line 128, ../sass/partials/_views.scss */
  .grouped-grid .view-content .group > .views-row:last-child {
    margin-bottom: 0;
  }
}

/* line 137, ../sass/partials/_views.scss */
.image-card,
.text-card {
  text-decoration: none;
}
/* line 140, ../sass/partials/_views.scss */
.image-card .image,
.text-card .image {
  display: block;
  margin-bottom: 40px;
  overflow: hidden;
  line-height: 0;
  -moz-border-radius: var(--radius);
  -webkit-border-radius: var(--radius);
  border-radius: var(--radius);
}
@media (max-width: 767px) {
  /* line 140, ../sass/partials/_views.scss */
  .image-card .image,
  .text-card .image {
    margin-bottom: 20px;
  }
}
/* line 150, ../sass/partials/_views.scss */
.image-card > span,
.image-card > span.text > span,
.text-card > span,
.text-card > span.text > span {
  display: block;
}
/* line 154, ../sass/partials/_views.scss */
.image-card .title,
.text-card .title {
  display: block;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
  color: #111478;
}
/* line 161, ../sass/partials/_views.scss */
.image-card .copy,
.text-card .copy {
  display: block;
  margin-top: 30px;
}
@media (max-width: 767px) {
  /* line 161, ../sass/partials/_views.scss */
  .image-card .copy,
  .text-card .copy {
    margin-top: 15px;
  }
}
/* line 167, ../sass/partials/_views.scss */
.image-card .copy p,
.text-card .copy p {
  font-size: 21px;
  font-family: "Droid Serif", serif;
}
/* line 172, ../sass/partials/_views.scss */
.image-card .link,
.text-card .link {
  margin-top: 30px;
}
@media (max-width: 767px) {
  /* line 172, ../sass/partials/_views.scss */
  .image-card .link,
  .text-card .link {
    margin-top: 15px;
  }
}

/* line 180, ../sass/partials/_views.scss */
.bio-card {
  margin-bottom: 50px;
  display: block;
}
/* line 183, ../sass/partials/_views.scss */
.bio-card .title {
  font-size: 22px;
  font-weight: 600;
}
/* line 187, ../sass/partials/_views.scss */
.bio-card .org-title {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 600;
}
/* line 192, ../sass/partials/_views.scss */
.bio-card .intro {
  margin-top: 6px;
  font-size: 14px;
  color: #5C544E;
}
/* line 198, ../sass/partials/_views.scss */
.bio-card .more .more-text-link, .bio-card .more .fancy-list .views-row .link-more a, .fancy-list .views-row .link-more .bio-card .more a, .bio-card .more .fancy-list .views-row .pdf a, .fancy-list .views-row .pdf .bio-card .more a {
  font-size: 14px;
  letter-spacing: 1px;
}
/* line 201, ../sass/partials/_views.scss */
.bio-card .more .more-text-link i, .bio-card .more .fancy-list .views-row .link-more a i, .fancy-list .views-row .link-more .bio-card .more a i, .bio-card .more .fancy-list .views-row .pdf a i, .fancy-list .views-row .pdf .bio-card .more a i {
  font-style: normal;
  font-size: 12px;
}

/* line 209, ../sass/partials/_views.scss */
.para-grid-three > .item.text-card {
  background-color: #EFF5FF;
  -moz-border-radius: var(--radius);
  -webkit-border-radius: var(--radius);
  border-radius: var(--radius);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  flex-direction: column;
}
/* line 215, ../sass/partials/_views.scss */
.blue .para-grid-three > .item.text-card, .home-header .header-inner .caption .caption-inner .link a .para-grid-three > .item.text-card, form input[type="submit"] .para-grid-three > .item.text-card {
  background-color: rgba(255, 255, 255, 0.6);
}
/* line 217, ../sass/partials/_views.scss */
.blue .para-grid-three > .item.text-card span, .home-header .header-inner .caption .caption-inner .link a .para-grid-three > .item.text-card span, form input[type="submit"] .para-grid-three > .item.text-card span {
  color: #5C544E;
}
/* line 220, ../sass/partials/_views.scss */
.blue .para-grid-three > .item.text-card .title, .home-header .header-inner .caption .caption-inner .link a .para-grid-three > .item.text-card .title, form input[type="submit"] .para-grid-three > .item.text-card .title,
.blue .para-grid-three > .item.text-card a,
.home-header .header-inner .caption .caption-inner .link a .para-grid-three > .item.text-card a,
form input[type="submit"] .para-grid-three > .item.text-card a {
  color: #090A3C;
}
/* line 225, ../sass/partials/_views.scss */
.para-grid-three > .item.text-card .text {
  padding: 30px;
}
/* line 228, ../sass/partials/_views.scss */
.para-grid-three > .item.text-card .link {
  padding: 20px 30px;
  margin-top: 0;
}
/* line 232, ../sass/partials/_views.scss */
.para-grid-three > .item.text-card .link a:hover {
  color: #326DF7;
}

/* line 241, ../sass/partials/_views.scss */
.fancy-list .views-row {
  padding: 20px;
  padding-top: 25px;
  background-color: #EFF5FF;
  -moz-border-radius: var(--radius);
  -webkit-border-radius: var(--radius);
  border-radius: var(--radius);
  margin-bottom: 40px;
}
/* line 247, ../sass/partials/_views.scss */
.fancy-list .views-row h2, .fancy-list .views-row .show-block.small-centered-title .inner > h2, .show-block.small-centered-title .fancy-list .views-row .inner > h2,
.fancy-list .views-row h2,
.fancy-list .views-row .show-block.small-centered-title .inner > h2,
.show-block.small-centered-title .fancy-list .views-row .inner > h2,
.fancy-list .views-row h3 {
  margin-bottom: 0;
}
/* line 252, ../sass/partials/_views.scss */
.fancy-list .views-row .posted {
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #01101E;
}
/* line 259, ../sass/partials/_views.scss */
.fancy-list .views-row .source {
  margin-top: 10px;
  color: #111478;
}
@media (max-width: 767px) {
  /* line 259, ../sass/partials/_views.scss */
  .fancy-list .views-row .source {
    margin-top: 10px;
  }
}
/* line 266, ../sass/partials/_views.scss */
.fancy-list .views-row .intro {
  margin-top: 10px;
}
@media (max-width: 767px) {
  /* line 266, ../sass/partials/_views.scss */
  .fancy-list .views-row .intro {
    margin-top: 5px;
  }
}
/* line 272, ../sass/partials/_views.scss */
.fancy-list .views-row .more,
.fancy-list .views-row .pdf {
  margin-top: 10px;
}
@media (max-width: 767px) {
  /* line 272, ../sass/partials/_views.scss */
  .fancy-list .views-row .more,
  .fancy-list .views-row .pdf {
    margin-top: 5px;
  }
}

/* line 295, ../sass/partials/_views.scss */
.tabbed-view .view-header .tabs-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  /* line 295, ../sass/partials/_views.scss */
  .tabbed-view .view-header .tabs-container {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
/* line 302, ../sass/partials/_views.scss */
.tabbed-view .view-header .tabs-container > a {
  width: calc(25% - 30px);
  margin-right: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 50px 10px 50px;
  background-color: #EFF5FF;
  color: #111478;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  -moz-border-radius: var(--radius);
  -webkit-border-radius: var(--radius);
  border-radius: var(--radius);
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
}
/* line 320, ../sass/partials/_views.scss */
.tabbed-view .view-header .tabs-container > a:last-child {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  /* line 302, ../sass/partials/_views.scss */
  .tabbed-view .view-header .tabs-container > a {
    width: auto;
    margin-bottom: 10px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1169px) {
  /* line 302, ../sass/partials/_views.scss */
  .tabbed-view .view-header .tabs-container > a {
    font-size: 15px;
    padding: 10px 20px 5px 20px;
  }
  /* line 333, ../sass/partials/_views.scss */
  .tabbed-view .view-header .tabs-container > a:last-child {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 338, ../sass/partials/_views.scss */
.tabbed-view .view-header .tabs-container > a.active {
  background-color: #326DF7;
  color: #fff;
}
/* line 346, ../sass/partials/_views.scss */
.tabbed-view > .view-content .tab-panel {
  display: none;
}
/* line 348, ../sass/partials/_views.scss */
.tabbed-view > .view-content .tab-panel.active {
  display: block;
}
