/*!
 * DO NOT OVERRIDE THIS FILE.
 * Generated with `npm run build`
 *
 * wdg-wordpress-theme - WDG's opinionated WordPress theme
 * @version 0.6.0
 * @author The Web Development Group
 * @link https://www.webdevelopmentgroup.com/
 */

@charset "UTF-8";
body:before {
  background-image: linear-gradient(to left, transparent 0, red 0, red 3.76569%, transparent 3.76569%, transparent 4.1841%, red 4.1841%, red 7.94979%, transparent 7.94979%, transparent 8.3682%, red 8.3682%, red 12.13389%, transparent 12.13389%, transparent 12.5523%, red 12.5523%, red 16.31799%, transparent 16.31799%, transparent 16.7364%, red 16.7364%, red 20.50209%, transparent 20.50209%, transparent 20.9205%, red 20.9205%, red 24.68619%, transparent 24.68619%, transparent 25.1046%, red 25.1046%, red 28.87029%, transparent 28.87029%, transparent 29.2887%, red 29.2887%, red 33.05439%, transparent 33.05439%, transparent 33.4728%, red 33.4728%, red 37.23849%, transparent 37.23849%, transparent 37.6569%, red 37.6569%, red 41.42259%, transparent 41.42259%, transparent 41.841%, red 41.841%, red 45.60669%, transparent 45.60669%, transparent 46.0251%, red 46.0251%, red 49.79079%, transparent 49.79079%, transparent 50.20921%, red 50.20921%, red 53.9749%, transparent 53.9749%, transparent 54.39331%, red 54.39331%, red 58.159%, transparent 58.159%, transparent 58.57741%, red 58.57741%, red 62.3431%, transparent 62.3431%, transparent 62.76151%, red 62.76151%, red 66.5272%, transparent 66.5272%, transparent 66.94561%, red 66.94561%, red 70.7113%, transparent 70.7113%, transparent 71.12971%, red 71.12971%, red 74.8954%, transparent 74.8954%, transparent 75.31381%, red 75.31381%, red 79.0795%, transparent 79.0795%, transparent 79.49791%, red 79.49791%, red 83.2636%, transparent 83.2636%, transparent 83.68201%, red 83.68201%, red 87.4477%, transparent 87.4477%, transparent 87.86611%, red 87.86611%, red 91.6318%, transparent 91.6318%, transparent 92.05021%, red 92.05021%, red 95.8159%, transparent 95.8159%, transparent 96.23431%, red 96.23431%, red 100%, transparent 100%);
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  margin: 0 auto;
  max-width: 1200px;
  opacity: 0.1;
  pointer-events: none;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 9999;
}

.mq-debug .body-overflow::after {
  bottom: 0;
  color: #fff;
  content: "";
  font-family: sans-serif;
  font-size: 9px;
  line-height: 1.5;
  padding: 5px;
  pointer-events: none;
  position: fixed;
  right: 0;
  text-transform: uppercase;
  z-index: 1000;
}

@media screen and (min-width: 0px) and (max-width: 599px) {
  .mq-debug .body-overflow::after {
    background: orange;
    content: "xsmall";
  }
}

@media screen and (min-width: 600px) and (max-width: 799px) {
  .mq-debug .body-overflow::after {
    background: green;
    content: "small";
  }
}

@media screen and (min-width: 800px) and (max-width: 999px) {
  .mq-debug .body-overflow::after {
    background: red;
    content: "medium";
  }
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .mq-debug .body-overflow::after {
    background: blue;
    content: "large";
  }
}

@media screen and (min-width: 1200px) {
  .mq-debug .body-overflow::after {
    background: rebeccapurple;
    content: "xlarge";
  }
}

@media screen and (max-width: 1244px) {
  body::before {
    margin-left: 22.5px;
    margin-right: 22.5px;
    width: auto;
  }
}

.mq-debug .body-overflow::after {
  bottom: 0;
  color: #fff;
  content: "";
  font-family: sans-serif;
  font-size: 9px;
  line-height: 1.5;
  padding: 5px;
  pointer-events: none;
  position: fixed;
  right: 0;
  text-transform: uppercase;
  z-index: 1000;
}

@media screen and (min-width: 0px) and (max-width: 599px) {
  .mq-debug .body-overflow::after {
    background: orange;
    content: "xsmall";
  }
}

@media screen and (min-width: 600px) and (max-width: 799px) {
  .mq-debug .body-overflow::after {
    background: green;
    content: "small";
  }
}

@media screen and (min-width: 800px) and (max-width: 999px) {
  .mq-debug .body-overflow::after {
    background: red;
    content: "medium";
  }
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .mq-debug .body-overflow::after {
    background: blue;
    content: "large";
  }
}

@media screen and (min-width: 1200px) {
  .mq-debug .body-overflow::after {
    background: rebeccapurple;
    content: "xlarge";
  }
}

html {
  background-color: #0e0e0e;
  background-image: linear-gradient(45deg, #111 25%, transparent 25%, transparent 75%, #111 75%, #111), linear-gradient(45deg, #111 25%, transparent 25%, transparent 75%, #111 75%, #111);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
  color: #111111;
}

body {
  background-color: #FFFFFF;
  color: #111111;
  font-family: "Adelle", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.75rem;
  margin: 0;
}

hr {
  border: 0;
  border-top: 1px solid #e9e9e9;
  margin: 45px auto;
}

a {
  color: #326087;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: #4a87bc;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 1.40625rem 0;
  margin-top: 0.9375rem 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

h1,
.h1 {
  color: inherit;
  font-size: 3.125em;
  font-weight: 300;
  line-height: 1.27;
}

h2,
.h2 {
  color: #000;
  font-size: 1.5625em;
  font-weight: 700;
  line-height: 1.2em;
}

h3,
.h3 {
  color: #000;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.70455em;
  letter-spacing: 0.1px;
}

h4,
.h4 {
  color: inherit;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 2.5em;
}

h5,
.h5 {
  color: inherit;
  font-size: 1.0625em;
  line-height: 2.64706em;
}

h6,
.h6,
legend {
  color: inherit;
  font-size: 1em;
  font-weight: 400;
  line-height: 2.8125em;
}

img {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  vertical-align: bottom;
}

figure {
  margin: 0;
}

figcaption {
  font-size: 0.875em;
  line-height: 1.4;
  padding: 1em;
  text-align: left;
}

nav ol,
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav li {
  margin: 0;
}

dl {
  margin: 45px auto;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 45px;
  margin-left: 0;
}

ul,
ol {
  margin: 45px 0;
  padding-left: 45px;
}

li {
  margin: 22.5px 0;
}

table {
  border-collapse: collapse;
  margin: 45px auto;
  text-align: left;
  width: 100%;
}

caption {
  margin-bottom: 0.625em;
}

th,
td {
  padding: 0.625em 1em;
}

tr.odd td {
  background: #FFFFFF !important;
}

tr.even td {
  background: white !important;
}

th {
  background: #111;
  color: #111111;
}

th:first-child {
  border-left: 1px solid #111;
}

th:last-child {
  border-right: 1px solid #111;
}

tbody {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

tbody td:first-child {
  border-left: 1px solid white;
}

tbody td:last-child {
  border-right: 1px solid white;
}

tbody tr:last-child td {
  border-bottom: 1px solid white;
}

tbody tr:nth-child(odd) td {
  background: #FFFFFF;
}

tbody tr:nth-child(even) td {
  background: white;
}

tfoot {
  color: #373737;
  font-size: 0.875em;
}

fieldset {
  border: 0;
  border-top: 1px solid #e9e9e9;
  margin: 45px 0;
  padding: 0;
}

legend {
  margin-left: 0.5em;
  padding: 0 0.5em;
}

label {
  cursor: pointer;
  display: inline-block;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  border: 1px solid white;
  padding: 0.625em 1em;
}

a,
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  cursor: pointer;
}

.archive-header {
  margin-bottom: 90px;
}

.archive-header,
.archive-header .section-title {
  text-align: left;
}

.bg-content-slider {
  background: #4d4d4f;
  color: #fff;
  position: relative;
}

.bg-content-slider__slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 0 !important;
  position: relative;
  text-align: center;
}

.bg-content-slider__slide-content {
  margin-left: auto;
  margin-right: auto;
  width: 83.2636%;
}

.bg-content-slider__slide-content-body {
  font-family: "Adelle", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 2.125em;
  line-height: 1.52941em;
}

.bg-content-slider__nav {
  bottom: 30px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.bg-content-slider__nav-item {
  border: 1px solid #fff;
  display: inline-block;
  height: 3px;
  vertical-align: bottom;
  width: 24px;
}

.bg-content-slider__nav-item.slideshow__nav-item--active {
  background: #fff;
}

@media screen and (max-width: 799px) {
  .bg-content-slider__slide-content {
    width: auto;
  }
  .bg-content-slider__slide-content-body {
    font-size: 1em;
  }
}

@media screen and (max-width: 999px) {
  .bg-content-slider__slide-wrap-inner {
    padding-top: 10vw;
    padding-bottom: calc(10vw + 2em);
  }
}

@media screen and (min-width: 1000px) {
  .bg-content-slider__slide-content {
    margin-top: 100px;
  }
  .bg-content-slider__slide-wrap {
    position: absolute;
  }
  .bg-content-slider__slide-wrap::before {
    content: "";
    display: block;
    padding-top: calc((786 / 1200) * 100%);
  }
  .bg-content-slider__slide-wrap-inner {
    -ms-flex-align: center;
        align-items: center;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.body-overflow {
  overflow: hidden;
  position: relative;
}

.body-overlay {
  background: #000;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: 250ms opacity cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.body-overlay--active {
  opacity: 0.5;
  pointer-events: auto;
  transition: 150ms opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.breadcrumb {
  font-size: 0.9em;
}

.breadcrumb__list-item {
  display: inline-block;
}

.breadcrumb__list-item:not(:first-child)::before {
  color: #373737;
  content: ">";
}

.button {
  border: 2px solid currentColor;
  color: #326087;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1.35px;
  line-height: 1;
  line-height: 1.375em;
  padding: 0.85714em 1.78571em;
  text-transform: uppercase;
}

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

.button--white {
  color: #FFFFFF;
}

.button--vermillion {
  background: #f23f17 url("../img/button-pattern.png");
  border: 0;
  color: #FFFFFF;
}

.button--gray {
  border-color: #d6d6d6;
  border-width: 1px;
  color: #929292;
}

.call-to-action {
  background-color: #222;
  color: #fff;
  position: relative;
  text-align: center;
  padding: 4rem 0;
}

.call-to-action__bg {
  background-size: cover;
  background-position: center center;
  box-shadow: inset 0 0 433px rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .85;
}

.call-to-action__title {
  color: #fff;
}

.callouts {
  text-align: center;
}

.callouts--beige {
  background: #f8f8f8;
}

.callouts--white {
  background: #fff;
}

.callouts__wrap {
  padding-bottom: 90px;
  padding-top: 80px;
}

.callouts__title {
  margin: 0 auto 35px;
  width: 58.159%;
}

.callouts__items {
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.callouts__body {
  font-size: 1.375em;
  margin: 1.875em auto;
  max-width: 916px;
}

.callouts__item {
  box-sizing: border-box;
  padding: 1em;
}

.callouts__item:not(:first-child) {
  border-left: 1px solid #e9e9e9;
}

.callouts__item-title {
  font-family: "Adelle", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.375em;
  margin-bottom: 10px;
  text-transform: none;
}

.callouts__item-title--larger {
  font-size: 2.625em;
}

.callouts__item-content {
  color: #646464;
  font-size: 0.9375em;
  margin: 0;
}

.callouts__cta {
  margin-top: 3.75em;
}

@media screen and (min-width: 0px) and (max-width: 599px) {
  .callouts__title {
    width: auto;
  }
  .callouts__items {
    display: block;
  }
  .callouts__item:not(:first-child) {
    border-left: 0;
  }
}

@media screen and (min-width: 600px) and (max-width: 799px) {
  .callouts__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .callouts__item {
    width: 50%;
  }
  .callouts__item:nth-child(2n+1) {
    border: 0;
  }
}

@media screen and (min-width: 800px) {
  .callouts__item {
    width: 25%;
  }
}

.collapsible-content__item {
  border-top: 1px solid #e9e9e9;
  padding: 1.40625rem 4.1841%;
  padding-bottom: 0;
}

.collapsible-content__item:first-child {
  border-top: 0;
  padding-top: 0;
}

.collapsible-content__item:last-child {
  padding-bottom: 0;
}

.collapsible-content__item--opened {
  padding-bottom: 1.40625rem;
}

.collapsible-content__item--opened .collapsible-content__title-icon {
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #4d4d4f;
}

.collapsible-content__item--opened .collapsible-content__content {
  display: block;
}

.collapsible-content__item .section-title {
  text-align: left;
  text-transform: none;
  font-size: 2rem;
  display: block;
}

.collapsible-content h2 .collapsible-content__title-link {
  white-space: nowrap;
  vertical-align: middle;
}

.collapsible-content h2 .collapsible-content__title-link span {
  white-space: normal;
  vertical-align: middle;
}

.collapsible-content__title a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}

.collapsible-content__title-icon {
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #4d4d4f;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.js .collapsible-content__item:not(.collapsible-content__item--opened) .collapsible-content__title-icon {
  height: 0;
  width: 0;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #4d4d4f;
  border-top: 5px solid transparent;
}

.js .collapsible-content__item:not(.collapsible-content__item--opened) .collapsible-content__content {
  display: none;
}

.collapsible-content__sidebar {
  float: right;
}

.columns ul > li > a {
  font-weight: 700;
}

.columns ul > li > a::after {
  content: '\00BB';
  top: -2px;
  margin-left: 0.5em;
  position: relative;
}

@media screen and (min-width: 800px) {
  .columns {
    display: block;
    margin: auto;
  }
  .columns::after {
    clear: both;
    content: "";
    display: block;
  }
  .columns .layout__wrap {
    display: -ms-flexbox;
    display: flex;
  }
  .columns__column {
    -ms-flex: none;
        flex: none;
    padding: 0 1.375em;
    box-sizing: border-box;
  }
  .columns__column--aligned-top {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .columns__column--aligned-middle {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .columns__column--aligned-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .columns__column--half {
    float: left;
    display: block;
    margin-right: 0.41841%;
    width: 49.79079%;
  }
  .columns__column--half:last-child {
    margin-right: 0;
  }
  .columns__column--one-third {
    float: left;
    display: block;
    margin-right: 0.41841%;
    width: 33.05439%;
  }
  .columns__column--one-third:last-child {
    margin-right: 0;
  }
  .columns__column--two-thirds {
    float: left;
    display: block;
    margin-right: 0.41841%;
    width: 66.5272%;
  }
  .columns__column--two-thirds:last-child {
    margin-right: 0;
  }
  .columns__column--one-fourth {
    float: left;
    display: block;
    margin-right: 0.41841%;
    width: 24.68619%;
  }
  .columns__column--one-fourth:last-child {
    margin-right: 0;
  }
  .columns__column--three-fourths {
    float: left;
    display: block;
    margin-right: 0.41841%;
    width: 74.8954%;
  }
  .columns__column--three-fourths:last-child {
    margin-right: 0;
  }
  .layout--padding .columns__column > *:first-child {
    margin-top: 0;
  }
  .layout--padding .columns__column > *:last-child {
    margin-bottom: 0;
  }
}

.constant-contact-form input[type="email"] {
  background: #f5f5f5;
  border: 0;
  box-sizing: border-box;
  font-size: 1.0625em;
  letter-spacing: 0.02353em;
  padding: 1.11765em 1.47059em;
  padding-right: 110px;
  width: 100%;
}

.constant-contact-form input[type="email"]::-webkit-input-placeholder {
  font-style: italic;
}

.constant-contact-form input[type="email"]::-moz-placeholder {
  font-style: italic;
}

.constant-contact-form input[type="email"]:-moz-placeholder {
  font-style: italic;
}

.constant-contact-form input[type="email"]:-ms-input-placeholder {
  font-style: italic;
}

.constant-contact-form button {
  background-color: #f99600;
  border: 0;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 85px;
}

.constant-contact-form .svg--mail {
  height: 21px;
  width: 28px;
}

.constant-contact-form__message {
  color: #2ECC40;
  font-size: 0.875em;
  margin-top: 0;
}

.content-sidebar {
  display: -ms-flexbox;
  display: flex;
}

.content-sidebar__sidebar {
  min-height: 10px;
  min-width: 300px;
}

@media screen and (min-width: 1000px) {
  .content-sidebar::before {
    border-left: 1px solid #e9e9e9;
    bottom: 0;
    content: "";
    position: absolute;
    right: calc(300px + 1.88285%);
    top: 0;
  }
  .content-sidebar--padding::before, .content-sidebar--padding-top::before {
    top: 65px;
  }
  .content-sidebar--padding::before, .content-sidebar--padding-bottom::before {
    bottom: 65px;
  }
  .content-sidebar--padding-xl::before, .content-sidebar--padding-top-xl::before {
    top: 130px;
  }
  .content-sidebar--padding-xl::before, .content-sidebar--padding-bottom-xl::before {
    bottom: 130px;
  }
  .content-sidebar__content {
    -ms-flex: 1;
        flex: 1;
    margin-right: 8.3682%;
  }
  .content-sidebar__sidebar {
    width: 300px;
  }
}

@media screen and (max-width: 999px) {
  .content-sidebar {
    display: block;
  }
  .content-sidebar:not(.content-sidebar--no-padding) {
    padding: 22.5px 0;
  }
  .content-sidebar__sidebar {
    border-top: 1px solid #e9e9e9;
    margin: 22.5px auto 0;
    padding: 67.5px 0;
  }
  .content-sidebar__sidebar:empty {
    display: none;
  }
}

.featured-news {
  background: #f8f8f8;
}

.featured-news__title {
  margin: 0 0 50px;
}

.featured-news__featured-content {
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 4.36242%;
  position: relative;
  width: 79.86577%;
}

.featured-news__featured-content--offset-top {
  margin-top: -140px;
}

.featured-news__featured-content-title {
  font-size: 1.3125em;
  line-height: 1.33333em;
}

.featured-news__featured-content-title::after {
  border-bottom: 2px solid #f23f17;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  margin-top: 20px;
  width: 23px;
}

.featured-news__featured-content-title a {
  color: inherit;
}

.featured-news__featured-content-body {
  color: #555;
  font-family: "Adelle", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875em;
  line-height: 2.28571em;
}

.featured-news__latest-title-link {
  display: inline-block;
  font-size: 0.8125em;
  margin-left: 1em;
  text-transform: none;
}

.featured-news__latest-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.featured-news__latest-item:not(:first-child)::before {
  border-top: 2px solid #e9e9e9;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  margin: 30px 0;
  width: 70px;
}

.featured-news__latest-item-title {
  margin: 0 0 10px;
  text-transform: none;
}

.featured-news__latest-item-title-link {
  color: #f23f17;
}

.featured-news__latest-item-date {
  color: #646464;
  font-family: "Adelle", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.9375em;
  margin: 0;
  line-height: 1.25;
}

@media screen and (min-width: 800px) {
  .featured-news__wrap {
    padding: 80px 0;
  }
  .featured-news__featured {
    margin-left: 4.1841%;
    float: left;
    display: block;
    margin-right: 0.41841%;
    width: 62.3431%;
  }
  .featured-news__featured:last-child {
    margin-right: 0;
  }
  .featured-news__latest {
    margin-left: 4.1841%;
    float: left;
    display: block;
    margin-right: 0.41841%;
    width: 24.68619%;
    padding-top: 75px;
  }
  .featured-news__latest:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 799px) {
  .featured-news__wrap {
    padding: 2em 0;
  }
  .featured-news__latest {
    margin-top: 3em;
  }
}

@media screen and (min-width: 600px) and (max-width: 799px) {
  .featured-news__featured, .featured-news__latest {
    margin: 0 auto;
    width: 83.2636%;
  }
}

@media screen and (min-width: 0px) and (max-width: 599px) {
  .featured-news__featured-content {
    margin-top: 0;
    width: auto;
  }
}

.featured-testimonial,
.featured-testimonial .u-offset-top::before {
  background-color: #f8f8f8;
}

.featured-testimonial__content {
  color: black;
  font-family: "Adelle", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.375em;
  letter-spacing: -0.00455em;
  line-height: 2.09091em;
  margin: 0 auto 50px;
  text-align: center;
  width: 66.5272%;
}

.featured-testimonial__quote {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.featured-testimonial__quote-image {
  position: relative;
  z-index: 1;
}

.featured-testimonial__quote-content {
  position: relative;
}

.featured-testimonial__quote-content::before {
  background: url("../img/quote.svg") no-repeat;
  background-size: contain;
  content: "";
  height: 92px;
  position: absolute;
  right: 100%;
  margin-right: 7.33945%;
  top: 0;
  width: 111px;
}

.featured-testimonial__quote-content-body {
  font-family: "Adelle", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.86364em;
}

.featured-testimonial__quote-title {
  color: #f23f17;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.9375em;
  letter-spacing: -0.00667em;
}

.featured-testimonial__quote-cite {
  line-height: 1.875rem;
}

.featured-testimonial__quote-name {
  color: #326087;
  display: block;
}

.featured-testimonial__quote-role {
  color: #484848;
  font-size: 0.8125em;
}

@media screen and (max-width: 799px) {
  .featured-testimonial__content {
    font-size: 1em;
  }
  .featured-testimonial__quote-image, .featured-testimonial__quote-content {
    margin: 0 auto;
    width: 74.8954%;
  }
  .featured-testimonial__quote-image {
    -ms-flex-order: 2;
        order: 2;
  }
  .featured-testimonial__quote-content {
    margin-bottom: 2em;
    -ms-flex-order: 1;
        order: 1;
  }
  .featured-testimonial__quote-content::before {
    display: none;
  }
}

@media screen and (min-width: 800px) {
  .featured-testimonial__quote-image {
    width: 49.79079%;
  }
  .featured-testimonial__quote-content {
    margin-left: 4.1841%;
    width: 45.60669%;
  }
}

@media screen and (max-width: 999px) {
  .featured-testimonial__quote {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .featured-testimonial__quote-content-body {
    font-size: 1em;
  }
}

@media screen and (min-width: 0px) and (max-width: 599px) {
  .featured-testimonial__content, .featured-testimonial__quote, .featured-testimonial__quote-content {
    width: auto;
  }
  .featured-testimonial__quote-content {
    text-align: center;
  }
}

.footer {
  border-top: 4px solid #e9e9e9;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  overflow: hidden;
}

.footer__wrap {
  display: -ms-flexbox;
  display: flex;
}

.footer__title {
  text-transform: uppercase;
}

.footer__menus {
  line-height: 1.625rem;
  margin-right: 0.20921%;
  padding-top: 50px;
  width: 24.68619%;
}

.footer__menus .nav {
  font-size: 0.9375em;
}

.footer__menus .nav--footer-utility .nav__menu-item:not(:first-child) {
  margin-top: 2em;
}

.footer__menus .nav--footer-social {
  margin-top: 45px;
}

.footer__menus .nav__link {
  color: #5b5c64;
}

.footer__menus .svg {
  height: 24px;
  width: 24px;
}

.footer__menus .svg path {
  fill: #4d4d4f;
}

.footer__newsletter-copyright {
  border-left: 1px solid #e9e9e9;
  box-sizing: border-box;
  padding-left: 0.20921%;
  width: 74.8954%;
}

.footer__newsletter {
  padding: 50px 0 50px 10.61453%;
}

.footer__newsletter .constant-contact-form {
  margin-bottom: 35px;
}

.footer__newsletter .constant-contact-form form {
  max-width: 795px;
  position: relative;
}

.footer__newsletter .button {
  font-size: 0.8125em;
  padding-bottom: 1.1875em;
  padding-top: 1.1875em;
}

.footer__newsletter .button--gray {
  margin-left: 1em;
}

.footer__copyright {
  border-top: 1px solid #e9e9e9;
  padding: 50px 0 50px 10.61453%;
}

.footer__copyright::after {
  clear: both;
  content: "";
  display: block;
}

.footer__copyright-text {
  background: url("../img/logo-footer.svg") no-repeat left center;
  background-size: 48px 21px;
  float: left;
  font-size: 0.875em;
  letter-spacing: -0.1px;
  padding-left: 74px;
}

.footer__copyright-top {
  float: right;
  height: 16px;
  width: 12px;
}

.footer__border {
  line-height: 0;
}

.footer__border::before, .footer__border::after {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  width: 200%;
}

.footer__border::before {
  background: #f23f17;
  right: 100%;
}

.footer__border::after {
  background: #0f85e9;
  left: 100%;
}

.footer__border .svg--footer-bar {
  width: 100%;
  height: 6px;
}

@media screen and (max-width: 799px) {
  .footer__wrap {
    display: block;
  }
  .footer__menus, .footer__newsletter-copyright {
    width: auto;
  }
  .footer__newsletter-copyright {
    border-left: 0;
    border-top: 1px solid #e9e9e9;
    margin-top: 50px;
    padding-top: 50px;
  }
  .footer__newsletter {
    padding: 0;
  }
  .footer__newsletter .button--gray {
    margin-left: 0;
  }
  .footer__copyright {
    margin-top: 50px;
    padding-left: 0;
  }
  .footer__button-container {
    display: block;
    margin: 1em 0;
  }
}

.nav__menu-item--twitter,
.nav__menu-item--facebook,
.nav__menu-item--linkedin,
.nav__menu-item--googleplus,
.nav__menu-item--instagram,
.nav__menu-item--youtube {
  display: inline-block;
}

.nav__menu-item--twitter a,
.nav__menu-item--facebook a,
.nav__menu-item--linkedin a,
.nav__menu-item--googleplus a,
.nav__menu-item--instagram a,
.nav__menu-item--youtube a {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  width: 25px;
  height: 18px;
  background-image: url("../img/social.svg");
  background-size: 192px 18px;
  background-repeat: none;
  background-position: left center;
  opacity: 1;
  transition: opacity .2s ease;
}

.nav__menu-item--twitter a:hover,
.nav__menu-item--facebook a:hover,
.nav__menu-item--linkedin a:hover,
.nav__menu-item--googleplus a:hover,
.nav__menu-item--instagram a:hover,
.nav__menu-item--youtube a:hover {
  opacity: .7;
}

.nav__menu-item--facebook a {
  background-position: -35px center;
}

.nav__menu-item--linkedin a {
  background-position: -69px center;
}

.nav__menu-item--googleplus a {
  background-position: -105px center;
}

.nav__menu-item--instagram a {
  background-position: -135px center;
}

.nav__menu-item--youtube a {
  background-position: -167px center;
}

.gallery__wrap {
  padding-bottom: 1.26562em;
  padding-top: 1.26562em;
}

@media screen and (max-width: 999px) {
  .gallery__wrap {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 999px) {
  .gallery__image-link:not(:last-child) {
    margin-bottom: 1.26562em;
  }
  .gallery__image-link, .gallery__image {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 800px) and (max-width: 999px) {
  .gallery__image-link {
    float: left;
    display: block;
    margin-right: 0.84034%;
    width: 49.57983%;
    margin-bottom: 1.5em;
  }
  .gallery__image-link:last-child {
    margin-right: 0;
  }
  .gallery__image-link:nth-child(2n) {
    margin-right: 0;
  }
  .gallery__image-link:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (min-width: 1000px) {
  .gallery__images {
    display: block;
  }
  .gallery__images::after {
    clear: both;
    content: "";
    display: block;
  }
  .gallery:not(.gallery--post) .gallery__image-link {
    float: left;
    display: block;
    margin-right: 0.41841%;
    width: 24.68619%;
    margin-bottom: 1.5em;
  }
  .gallery:not(.gallery--post) .gallery__image-link:last-child {
    margin-right: 0;
  }
  .gallery:not(.gallery--post) .gallery__image-link:nth-child(4n) {
    margin-right: 0;
  }
  .gallery:not(.gallery--post) .gallery__image-link:nth-child(4n+1) {
    clear: left;
  }
  .gallery__image {
    display: block;
  }
  .gallery--post {
    clear: both;
    float: none;
    margin-right: 0;
  }
  body .gallery--post .gallery__wrap {
    padding: 0;
  }
  .gallery--post .gallery__image-link {
    float: left;
    display: block;
    margin-right: 0.84034%;
    width: 32.77311%;
    margin-bottom: 1.5em;
  }
  .gallery--post .gallery__image-link:last-child {
    margin-right: 0;
  }
  .gallery--post .gallery__image-link:nth-child(3n) {
    margin-right: 0;
  }
  .gallery--post .gallery__image-link:nth-child(3n+1) {
    clear: left;
  }
}

#google_translate_element {
  max-width: 300px;
  display: inline-block;
  float: left;
  padding-left: 1em;
}

#google_translate_element div {
  display: inline-block;
}

@media (max-width: 900px) and (min-width: 681px) {
  #google_translate_element div {
    color: #fff;
  }
  #google_translate_element div span {
    display: none;
  }
}

#google_translate_element select {
  margin-right: 1em;
}

@media (max-width: 680px) {
  #google_translate_element {
    position: fixed;
    bottom: 0;
    left: 0;
    max-width: 100%;
    text-align: center;
    right: 0;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #ddd;
    z-index: 9999;
  }
}

.header {
  background-color: #FFFFFF;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.header__wrap-inner {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
}

.header__logo {
  -ms-flex: none;
      flex: none;
  margin: 0;
  width: 33.05439%;
}

.header__logo a {
  display: block;
  max-width: 400px;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.header__logo a::before {
  content: "";
  display: block;
  padding-top: calc((80 / 400) * 100%);
}

.header__logo .svg--logo-header {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.header .nav--header {
  -ms-flex: none;
      flex: none;
  text-align: center;
  width: 58.159%;
}

.header .nav--header .nav__menu {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.header .nav--header .nav__menu ul {
  position: absolute;
  display: none;
  text-align: left;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  z-index: 999;
}

.header .nav--header .nav__menu ul li {
  display: block;
}

.header .nav--header .nav__menu li:hover ul {
  display: block;
}

.header .nav--header .nav__menu-item--search .nav__link {
  background: url("../img/search.svg") no-repeat center center;
  background-size: 21px 21px;
  height: 21px;
  overflow: hidden;
  text-indent: 100px;
  width: 21px;
}

.header .nav--header .nav__link {
  color: #243b53;
  display: block;
  font-size: 1.125em;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 1;
  padding: 0.55556em;
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .header .nav--header {
    width: 62.3431%;
  }
}

@media screen and (max-width: 999px) {
  .header__logo {
    width: 28.87029%;
  }
  .header .nav--header {
    width: 66.5272%;
  }
  .header .nav--header .nav__link {
    font-size: 1em;
  }
}

@media screen and (min-width: 600px) {
  .header .search-form {
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    left: 50%;
    margin-left: -29.0795%;
    max-width: 58.159%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    margin-top: -25px;
    top: -100%;
    transition: 550ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition-property: opacity top;
    width: 100%;
    z-index: 10;
  }
  .header .search-form__close {
    bottom: 100%;
    color: #4d4d4f;
    display: block;
    font-size: 0.75em;
    font-weight: 800;
    line-height: 16px;
    margin-bottom: 10px;
    opacity: 0.75;
    position: absolute;
    right: 0;
    text-transform: uppercase;
  }
  .header .search-form .svg--close {
    height: 16px;
    margin-left: 5px;
    vertical-align: middle;
    width: 16px;
  }
  .header .search-form .svg--close svg {
    position: relative;
    top: -1px;
  }
  .header .search-form--header-active {
    opacity: 1;
    pointer-events: auto;
    top: 100%;
    transition: 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-property: opacity top;
  }
}

@media screen and (max-width: 799px) {
  .header__wrap-inner {
    display: block;
    height: auto;
    padding: 2em 0;
  }
  .header__logo {
    margin: 0 auto 2em;
    width: 300px;
  }
  .header .nav--header {
    width: auto;
  }
}

@media screen and (min-width: 0px) and (max-width: 599px) {
  .header__wrap {
    padding: 2em 0;
  }
  .header__wrap-inner {
    padding-top: 0;
  }
  .header .nav--header .nav__menu {
    display: block;
  }
  .header .nav--header .nav__menu-item {
    display: inline-block;
    vertical-align: middle;
  }
  .header .nav--header .nav__menu-item.nav__menu-item--search {
    display: none;
  }
}

.hero-title {
  color: #FFFFFF;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 3.5625em;
  font-weight: 700;
  line-height: 1.36842em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.hero-title__text {
  display: inline-block;
  position: relative;
}

.hero-title__text::after {
  border-bottom: 2px solid #FFFFFF;
  content: "";
  left: 0;
  opacity: 0.6;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: calc(1.36842em - 2px);
}

@media screen and (max-width: 799px) {
  .hero-title {
    font-size: 1.75em;
  }
}

@media screen and (min-width: 800px) {
  .hero-title {
    font-size: 2.25em;
  }
}

@media screen and (min-width: 1200px) {
  .hero-title {
    font-size: 3.5625em;
  }
}

.hero {
  position: relative;
  text-align: center;
}

.hero,
.hero a {
  color: #fff;
}

.hero__bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.hero__content {
  font-size: 1.1875em;
  margin: 0 auto;
  width: 83.2636%;
}

@media screen and (max-width: 999px) {
  .hero__bg::before {
    background: #111111;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.2;
    position: absolute;
    right: 0;
    top: 0;
  }
  .hero__wrap {
    padding: 5em 0;
    position: relative;
  }
}

@media screen and (min-width: 1000px) {
  .hero__wrap::before {
    content: "";
    display: block;
    padding-top: calc((760 / 1200) * 100%);
  }
  .hero__wrap-inner {
    bottom: calc((85 / 1200) * 100%);
    bottom: 85px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
    width: 100%;
  }
}

.horizontal-menu {
  background-color: #fafafa;
  border-bottom: 1px solid #e9e9e9;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.9375em;
  font-weight: 600;
  text-align: center;
}

.horizontal-menu .nav__menu {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

@media screen and (min-width: 800px) {
  .horizontal-menu .nav__menu {
    max-height: 92px;
  }
}

.horizontal-menu .nav__menu-item {
  display: inline-block;
  margin: 0;
  padding: 0 20px;
  position: relative;
}

.horizontal-menu .nav__link {
  -ms-flex-align: center;
      align-items: center;
  color: #1f1f1f;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
}

.horizontal-menu .nav__menu-item--active .nav__link {
  color: #a09f9f;
  text-decoration: none;
}

@media screen and (max-width: 799px) {
  .horizontal-menu {
    padding-bottom: 1em;
    padding-top: 1em;
  }
  .horizontal-menu .nav__menu-item {
    display: block;
    font-size: 1em;
    margin-bottom: 1em;
    padding: 0 10px;
  }
  .horizontal-menu .nav__menu-item:not(:first-child) {
    margin-top: 0.5em;
  }
  .horizontal-menu .nav__menu-item:not(:first-child)::before {
    display: none !important;
  }
  .horizontal-menu .nav-link {
    border-bottom: 0;
    display: inline-block;
    height: auto;
    line-height: 1;
    padding: 0.5em;
  }
  .horizontal-menu .nav__menu-item.current_page_item .nav__link::after {
    background-color: #ad0514;
    content: "";
    display: block;
    height: 4px;
    margin: 15px auto 0;
    width: 17px;
  }
}

.horizontal-menu--mobile {
  display: none;
}

@media (max-width: 768px) {
  .horizontal-menu ul {
    display: none;
  }
  .horizontal-menu--mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.infographic {
  background: #f8f8f8;
}

.infographic__item {
  padding: 1em;
}

.infographic__item:nth-of-type(1) {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.infographic__item__graphic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (min-width: 768px) {
  .infographic__item__graphic__svg {
    padding: 0.3125em;
  }
}

.infographic__item__graphic__svg svg {
  max-width: 100%;
  height: auto;
  fill: currentColor;
}

.infographic__item__caption {
  text-align: center;
  padding: 1em;
  line-height: 1.2;
}

.infographic__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.infographic__cta {
  text-align: center;
  padding: 2.25em 0;
  padding-bottom: 0;
}

.introduction {
  background: #f8f8f8;
}

.introduction + .introduction {
  background: #fff;
}

.introduction__container--left {
  text-align: center;
  padding: 1rem 0;
}

.introduction__container--center {
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 1200px) and (min-width: 1024px) {
  .introduction__container--right.introduction__image {
    right: -22.5px !important;
    position: relative;
  }
}

.introduction__quote {
  text-align: center;
  border: 1px solid #e5e5e5;
  border-top: none;
  position: relative;
  padding: 1em;
  margin: 67px auto;
  max-width: 540px;
}

.introduction__quote blockquote {
  font-size: 1.375em;
  font-weight: 700;
  padding-top: 1em;
}

@media (max-width: 768px) {
  .introduction__quote blockquote {
    font-size: 1.1875em;
  }
}

.introduction__quote__mark {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  font-size: 1em;
  top: calc( -67px - .6em);
}

.introduction__quote__mark:before, .introduction__quote__mark:after {
  content: '';
  border-bottom: 1px solid #e5e5e5;
  width: 30%;
  position: absolute;
  bottom: 0;
}

.introduction__quote__mark:before {
  left: 0;
}

.introduction__quote__mark:after {
  right: 0;
}

.introduction__quote__mark svg {
  width: 82px;
  height: 67px;
  position: relative;
  top: 34px;
}

.introduction__quote__author {
  color: #326087;
  font-size: 1.1875em;
}

@media (max-width: 768px) {
  .introduction__quote__author {
    font-size: 1em;
  }
}

.introduction__quote__title {
  font-size: 0.8125em;
  padding-bottom: 1em;
}

.introduction__video-cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-bottom: 2em;
}

@media (max-width: 1024px) {
  .introduction__video-cta {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.introduction__video-cta__thumbnail {
  -ms-flex-preferred-size: 160px;
      flex-basis: 160px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 2em;
  box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2);
  transform: scale(1);
  transition: transform .3s ease;
}

.introduction__video-cta__thumbnail:hover {
  transform: scale(1.04);
}

.introduction__video-cta__thumbnail > a {
  display: block;
  padding-bottom: 55%;
}

.introduction__video-cta__label {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 700px;
  font-size: 0.9375em;
}

@media (min-width: 1024px) {
  .introduction__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  .introduction__container--right {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .introduction__container--left:not(.introduction__container--center) {
    padding: 3% 7%;
    padding-left: 0;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-align: left;
        align-items: left;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .introduction__container--left:not(.introduction__container--center) .introduction__title {
    text-align: left;
  }
}

.introduction__image {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.introduction__image__spacer {
  padding-bottom: 100%;
}

@media (max-width: 1024px) and (min-width: 600px) {
  .introduction__image {
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
  }
}

@media (min-width: 1200px) {
  .introduction__image {
    margin-right: calc( ( -100vw + 1200px ) / 2);
    -ms-flex-preferred-size: 50vw;
        flex-basis: 50vw;
  }
  .introduction__container--left:not(.introduction__container--center) {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media screen and (min-width: 800px) {
  .layout-content {
    display: block;
    margin: auto;
  }
  .layout-content::after {
    clear: both;
    content: "";
    display: block;
  }
  .layout-content__content--full {
    float: left;
    display: block;
    margin-right: 0.41841%;
    width: 100%;
  }
  .layout-content__content--full:last-child {
    margin-right: 0;
  }
  .layout-content__content--large {
    float: left;
    display: block;
    margin-right: 0.41841%;
    width: 83.2636%;
    margin-left: 8.3682%;
  }
  .layout-content__content--large:last-child {
    margin-right: 0;
  }
  .layout-content__content--medium {
    float: left;
    display: block;
    margin-right: 0.41841%;
    width: 66.5272%;
    margin-left: 16.7364%;
  }
  .layout-content__content--medium:last-child {
    margin-right: 0;
  }
  .layout-content__content--small {
    float: left;
    display: block;
    margin-right: 0.41841%;
    width: 49.79079%;
    margin-left: 25.1046%;
  }
  .layout-content__content--small:last-child {
    margin-right: 0;
  }
  .layout-content__content--default {
    float: left;
    display: block;
    margin-right: 0.41841%;
    width: 66.5272%;
    margin-left: 0%;
  }
  .layout-content__content--default:last-child {
    margin-right: 0;
  }
}

.layout--padding .layout-content__content > *:first-child {
  margin-top: 0;
}

.layout--padding .layout-content__content > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .layout--padding, .layout--padding-top, .layout--padding-top-xl {
    padding-top: 2em;
  }
  .layout--padding, .layout--padding-bottom, .layout--padding-bottom-xl {
    padding-bottom: 2em;
  }
}

@media screen and (min-width: 1000px) {
  .layout--padding, .layout--padding-top {
    padding-top: 65px;
  }
  .layout--padding, .layout--padding-bottom {
    padding-bottom: 65px;
  }
  .layout--padding-top-xl {
    padding-top: 130px;
  }
  .layout--padding-bottom-xl {
    padding-bottom: 130px;
  }
  .layout--bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.logos-grid {
  position: relative;
  text-align: center;
}

.logos-grid__wrap {
  padding-bottom: 50px;
  padding-top: 50px;
}

.logos-grid__content {
  font-family: Adelle;
  font-size: 1.375em;
  letter-spacing: -0.1px;
  line-height: 2.09091em;
  margin: 0 auto 50px;
  width: 66.5272%;
}

.logos-grid__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 55px;
  -ms-flex-pack: center;
      justify-content: center;
}

.logos-grid__item {
  box-sizing: border-box;
}

.logos-grid__item img {
  padding: 20px;
  box-sizing: border-box;
  display: block;
}

.logos-grid__item-link {
  transition-duration: 250ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  display: block;
}

.logos-grid__item-link:focus, .logos-grid__item-link:hover {
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.logos-grid__item-link:hover {
  background-color: #e5e5e5;
}

.logos-grid__item-logo {
  vertical-align: bottom;
}

@media screen and (min-width: 800px) {
  .logos-grid__item {
    border-left: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    width: 20%;
  }
  .logos-grid__item:nth-child(5n+1) {
    border-left-color: transparent;
  }
  .logos-grid__item:nth-child(1), .logos-grid__item:nth-child(2), .logos-grid__item:nth-child(3), .logos-grid__item:nth-child(4), .logos-grid__item:nth-child(5) {
    border-top: 0;
  }
  .logos-grid--larger-items .logos-grid__item {
    width: 50%;
  }
}

@media screen and (max-width: 799px) {
  .logos-grid__content {
    font-size: 1em;
  }
  .logos-grid__items {
    margin-left: auto;
    margin-right: auto;
    width: 66.5272%;
  }
  .logos-grid__item {
    width: 50%;
  }
  .logos-grid__item:nth-child(2n+2) {
    border-left: 1px solid #e9e9e9;
  }
}

@media screen and (min-width: 0px) and (max-width: 599px) {
  .logos-grid__content {
    width: auto;
  }
  .logos-grid__items {
    width: auto;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 999;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}

.modal--active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.modal--active .modal__overlay {
  opacity: 1;
}

.modal--active .modal__inner {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all .3s ease;
  transition-delay: .3s;
}

.modal__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity .3s ease;
}

.modal__inner {
  opacity: 0;
  width: 95%;
  max-width: 650px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 35px auto;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.9);
  position: relative;
  transform: translate3d(0, 100%, 0);
}

.modal__header {
  padding: 10px 35px;
  text-align: right;
}

.modal__close {
  text-decoration: none;
  font-size: 35px;
  line-height: 1;
}

.modal__body {
  padding: 4rem;
  padding-top: 0;
  line-height: 1.638;
  font-size: 0.9375em;
  text-align: center;
}

.modal__footer .button {
  display: block;
  text-align: center;
}

.modal__subtitle {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.modal__subtitle--lines {
  position: relative;
}

.modal__subtitle--lines:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-bottom: 1px solid #E8EBF0;
  transform: translateY(-50%);
}

.modal__subtitle--lines span {
  position: relative;
  background: #fff;
  padding-left: 1em;
  padding-right: 1em;
}

.modal .iframe__wrap {
  position: relative;
  padding-bottom: 57%;
  background: #333;
}

.modal .iframe__wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#scholarship--three .modal__inner {
  max-width: 850px;
}

.page-container {
  margin: 0 auto;
  padding: 50px 0 75px;
  width: 83.2636%;
}

.page-container__title {
  margin-bottom: 65px;
}

.page-container__featured-image {
  margin-bottom: 2.8125em;
  text-align: center;
}

.page-container__featured-image-bg {
  display: inline-block;
}

.page-container__featured-image-bg img {
  vertical-align: bottom;
}

.pagination {
  border-top: 1px solid #e9e9e9;
}

.pagination a,
.pagination span {
  display: inline-block;
  margin: 0 0.5em;
  padding: 0.5em;
}

.pagination__prev--disabled, .pagination__next--disabled {
  opacity: 0.3;
}

@media screen and (max-width: 999px) {
  .pagination {
    text-align: center;
  }
  .pagination__prev, .pagination__next {
    display: block !important;
  }
}

.post-container__header-separator {
  color: #5c809f;
  display: inline-block;
  margin: 0 0.3125em;
}

.post-container__header-separator::before {
  content: "•";
}

.post-container__header-info {
  color: #646464;
  font-size: 0.9375em;
  line-height: 1.25;
}

.post-container__title {
  text-align: left;
}

.post-password-form {
  max-width: 400px;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 5px;
  margin: 0 auto;
}

.post-password-form label {
  display: block;
}

.post-password-form p {
  line-height: 1.618;
}

.post-password-form input[type="password"] {
  background: #f5f5f5;
  border: 0;
  box-sizing: border-box;
  font-size: 1.0625em;
  letter-spacing: 0.02353em;
  padding: 1.11765em 1.47059em;
  padding-right: 110px;
  width: 100%;
}

.post-password-form input[type="submit"] {
  border: 2px solid currentColor;
  color: #326087;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1.35px;
  line-height: 1;
  line-height: 1.375em;
  padding: 0.85714em 1.78571em;
  text-transform: uppercase;
  background: #f23f17 url("../img/button-pattern.png");
  border: 0;
  color: #FFFFFF;
  display: block;
  width: 100%;
}

.posts-list {
  list-style: none;
  margin: 45px 0;
  padding: 0;
}

.posts-list__toc {
  list-style: none;
  text-align: center;
}

.posts-list__post {
  border-top: 1px solid #e9e9e9;
  margin: 0;
  padding: 45px 0;
}

.posts-list__post:after {
  content: '';
  display: table;
  clear: both;
}

.posts-list__post:first-child {
  border-top: 0;
  padding-top: 0;
}

.posts-list__post:last-child {
  padding-bottom: 0;
}

.posts-list__post-title {
  margin: 0 0 10px;
  text-transform: none;
}

.posts-list__post-date {
  color: #646464;
  font-family: "Adelle", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.9375em;
  margin: 0;
  line-height: 1.25;
}

.posts-list__post-content {
  margin-top: 1em;
}

.posts-list__post__image {
  float: left;
  margin-right: 1.25em;
  margin-bottom: 1.25em;
  width: 200px;
}

.posts-list__post__image img {
  width: 100%;
}

@media (max-width: 768px) {
  .posts-list__post__image {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.scholarship-options {
  display: -ms-flexbox;
  display: flex;
  margin: 1.875em auto;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
}

@media (max-width: 1024px) {
  .scholarship-options {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.scholarship-options__option {
  text-align: center;
  line-height: 1.268;
  -ms-flex-preferred-size: 220px;
      flex-basis: 220px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.9375em;
  padding: 1em;
  box-sizing: border-box;
  text-decoration: none !important;
}

.scholarship-options__option:hover {
  background: #eee;
}

.scholarship-options__option:hover .scholarship-options__option__icon--checkmark svg circle {
  stroke: transparent;
  fill: #EF4126;
}

.scholarship-options__option:hover .scholarship-options__option__icon--checkmark svg path {
  fill: #fff;
}

.scholarship-options__option__icon {
  margin-bottom: 1em;
}

.scholarship-options__option__label {
  color: #000;
}

.scholarships {
  position: relative;
  padding-top: 3.75em;
}

@media (min-width: 768px) {
  .scholarships:before {
    content: '';
    position: absolute;
    right: 0;
    left: 50%;
    top: 0;
    bottom: 0;
    background-color: #f8f8f8;
  }
}

.scholarships__intro {
  text-align: center;
  max-width: 816px;
  margin: 0 auto;
  position: relative;
}

.scholarships__intro__body {
  font-size: 1.375em;
}

.scholarships__flex {
  position: relative;
  padding-top: 3.75em;
}

@media (min-width: 768px) {
  .scholarships__flex__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media (max-width: 767px) {
  .scholarships__flex {
    margin: 0 -22.5px;
  }
}

.scholarships__flex__content {
  color: #444;
  font-size: 0.9375em;
  line-height: 2.125em;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: auto 100%;
  background-position: top right;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 3.75em 22.5px;
}

@media (max-width: 1200px) {
  .scholarships__flex__content {
    background-size: contain;
    background-position: bottom right;
    font-size: 0.75em;
  }
}

@media (max-width: 768px) {
  .scholarships__flex__content {
    background-size: 50% auto;
    background-position: top right;
  }
}

.scholarships__flex__content__logo {
  position: relative;
  padding-bottom: 2em;
}

.scholarships__flex__content__logo img {
  max-width: 80%;
}

.scholarships__flex__content__logo:after {
  content: '';
  width: 40px;
  display: block;
  border-bottom: 1px solid #326087;
  position: absolute;
  bottom: -2px;
}

.scholarships__flex__content--left {
  background-image: url("../img/Boy-Student.png");
}

.scholarships__flex__content--left .scholarships__flex__content__body {
  padding-right: 50%;
}

.scholarships__flex__content--right {
  text-align: right;
  background-image: url("../img/Boy-Nurse.png");
  background-position: top left;
}

@media (max-width: 1200px) {
  .scholarships__flex__content--right {
    background-color: #f8f8f8;
    background-position: bottom left;
  }
}

@media (max-width: 768px) {
  .scholarships__flex__content--right {
    background-position: top left;
  }
}

.scholarships__flex__content--right .scholarships__flex__content__logo:after {
  right: 0;
  border-bottom-color: #f23f17;
}

.scholarships__flex__content--right .scholarships__flex__content__body {
  padding-left: 50%;
}

.search-form {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.search-form__close {
  display: none;
}

.search-form__label {
  -ms-flex: 1;
      flex: 1;
}

.search-form__label-text {
  display: none;
}

.search-form__field[type] {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-right: 0;
  box-sizing: border-box;
  width: 100%;
}

.search-form__field[type]::-webkit-input-placeholder {
  font-style: italic;
}

.search-form__field[type]::-moz-placeholder {
  font-style: italic;
}

.search-form__field[type]:-moz-placeholder {
  font-style: italic;
}

.search-form__field[type]:-ms-input-placeholder {
  font-style: italic;
}

.search-form__submit {
  background-color: #f23f17;
  border: 0;
  padding: 0;
}

.search-form__submit .svg--search path {
  fill: #FFFFFF;
}

@media screen and (min-width: 600px) {
  .search-form__field[type] {
    font-size: 1.0625em;
    letter-spacing: 0.02353em;
    padding: 1.11765em 1.47059em;
  }
  .search-form__submit {
    width: 85px;
  }
}

@media screen and (min-width: 0px) and (max-width: 599px) {
  .search-form__field[type] {
    padding: 1em;
  }
  .search-form__submit {
    width: 65px;
  }
}

.search-results-text {
  color: #4d4d4f;
  font-size: 0.9em;
  margin-top: 0;
}

.section-subtitle {
  color: #111111;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.1px;
  line-height: 1;
  text-transform: uppercase;
}

.section-subtitle__text {
  display: inline-block;
  position: relative;
}

.section-subtitle__text::after {
  border-bottom: 2px solid #111111;
  content: "";
  display: block;
  line-height: 0;
  opacity: 0.4;
  margin-top: 10px;
}

.section-subtitle--white {
  color: #FFFFFF;
}

.section-subtitle--white .section-subtitle__text::after {
  border-bottom-color: #FFFFFF;
}

.section-title {
  color: #f23f17;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 3.125em;
  font-weight: 100;
  line-height: 1.85;
  text-align: center;
  text-transform: uppercase;
}

.section-title__text {
  display: inline-block;
  position: relative;
}

.section-title__text::after {
  border-bottom: 2px solid #d9e0e6;
  content: "";
  display: block;
  left: 0;
  line-height: 0;
  position: absolute;
  right: 0;
  top: calc(1.9em - 2px);
}

@media screen and (max-width: 799px) {
  .section-title {
    font-size: 1.75em;
  }
}

@media screen and (min-width: 800px) {
  .section-title {
    font-size: 2.25em;
  }
}

@media screen and (min-width: 1200px) {
  .section-title {
    font-size: 3.125em;
  }
}

.select {
  position: relative;
  display: inline-block;
}

.select__container {
  border: 2px solid currentColor;
  color: #326087;
  cursor: pointer;
  position: relative;
}

.select__container:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 36px;
  background: #ed411b url("../img/triangle.svg") center center no-repeat;
  background-size: 9px 9px;
  border-left: 1px solid #c83312;
}

.select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Adelle", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1.35px;
  line-height: 1;
  line-height: 1.375em;
  padding: 0.85714em 1.78571em;
  text-transform: uppercase;
  border-radius: 0;
  border: none;
  color: inherit;
  background: transparent;
  padding-right: 55px;
  position: relative;
  cursor: pointer;
}

.select--js select {
  pointer-events: none;
}

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

.select--white .select__container {
  color: #FFFFFF;
}

.select--vermillion .select__container {
  background: #f23f17 url("../img/button-pattern.png");
  border: 0;
  color: #FFFFFF;
}

.select--gray .select__container {
  border-color: #d6d6d6;
  border-width: 1px;
  color: #929292;
}

.select__options {
  margin: 0;
  padding: 0;
  background: #B03723;
  overflow-y: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  right: 0;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  height: 0;
  transition: all .1s ease;
}

.select__options a {
  display: block;
  padding: 0;
  line-height: 1;
  font-family: "Adelle", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1.35px;
  margin: 0;
  padding: 0.85714em 1.78571em;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}

.select__options a:hover {
  background: #fff;
  color: #B03723;
}

.select--active {
  z-index: 9999;
}

.select--active .select__container,
.select--active .select__options {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.select--active .select__container {
  z-index: 2;
}

.select--active .select__container:before {
  background-color: #B03723;
}

.select--active .select__options {
  height: 20vh;
  min-height: 100px;
  opacity: 1;
  pointer-events: auto;
}

.select2-search--dropdown {
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  padding: 10px;
}

.select2-results__options {
  font-size: 14px;
  font-style: inherit;
  line-height: 1.5;
}

.select2-results__option {
  margin: 0;
  padding: 6px 15px;
}

.sidebar {
  line-height: 1.75;
}

.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6, .sidebar p, .sidebar ul, .sidebar ol {
  margin: 1rem 0;
}

.sidebar li.widget {
  list-style: none;
}

.slideshow__slides .slideshow__slide:not(:first-child) {
  display: none;
}

.slideshow__slides.flickity-enabled .slideshow__slide {
  display: block;
  z-index: 1;
}

.slideshow__button {
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 30px;
  z-index: 2;
}

.slideshow__button .Svg {
  height: 22px;
  width: 10px;
}

.slideshow__button path {
  fill: #fff;
}

.slideshow:not(.is-active) .slideshow__button {
  display: none;
}

.slideshow__button.is-disabled {
  cursor: default;
  opacity: 0.3;
  pointer-events: none;
}

.slideshow__button--prev {
  left: 0;
}

.slideshow__button--next {
  right: 0;
}

.slideshow__slide {
  margin-right: 100px;
  width: 100%;
}

.slideshow__slide:not(:first-child) {
  display: none;
}

.social-feed .cff-wrapper {
  padding: 3.76569% 0;
}

.social-feed #cff .cff-bottom {
  display: none;
}

.social-feed #cff .cff-item {
  border: 0;
  float: none;
  padding: 0;
  width: auto;
}

.social-feed #cff .cff-item::after {
  clear: both;
  content: "";
  display: block;
}

.social-feed #cff .cff-story {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.2em;
}

.social-feed #cff .cff-post-desc,
.social-feed #cff .cff-post-text {
  color: #555;
  font-family: "Adelle", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.9375em;
  line-height: 2.33333em;
}

.social-feed #cff .cff-post-desc {
  font-size: 0.8125em !important;
  margin-top: 20px;
}

.social-feed #cff .cff-photo-post,
.social-feed #cff .cff-timeline-event,
.social-feed #cff .cff-video-post {
  padding: 0 4.1841%;
}

.social-feed #cff .cff-photo-post .cff-meta-wrap,
.social-feed #cff .cff-timeline-event .cff-meta-wrap,
.social-feed #cff .cff-video-post .cff-meta-wrap {
  float: right;
  width: auto;
}

.social-feed #cff .cff-link-item,
.social-feed #cff .cff-status-post {
  padding: 0 16.7364%;
}

.social-feed #sbi_load {
  padding-top: 0 !important;
}

.social-feed #sb_instagram .sbi_follow_btn {
  bottom: 20px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.social-feed #sb_instagram .sbi_follow_btn a {
  background: none;
  border: 2px solid #FFFFFF;
  border-radius: none;
  color: #FFFFFF;
}

.svg:not(html) {
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
}

.svg:not(html) svg {
  display: block;
  height: 100%;
  width: 100%;
}

.testimonials-slider__title {
  margin-bottom: 1.1em;
}

.testimonials-slider__slide {
  text-align: center;
}

.testimonials-slider__slide blockquote {
  font-family: "Adelle", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 2em;
  font-weight: 700;
  margin: 0 auto 35px;
  width: 74.8954%;
}

.testimonials-slider__slide cite {
  color: #326087;
  font-family: "Adelle", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.125em;
  font-style: normal;
  letter-spacing: 0.03889em;
}

.testimonials-slider__slide cite q::before {
  content: "";
}

.testimonials-slider__slide cite q::after {
  content: "–";
  color: #5c809f;
  margin: 0 0.35em 0 0.6em;
}

.testimonials-slider__slide cite a {
  font-size: 0.83333em;
  font-weight: 700;
}

.testimonials-slider__nav {
  margin: 50px 0 60px;
  text-align: center;
}

.testimonials-slider__nav img {
  border: 4px solid #FFFFFF;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(17, 17, 17, 0.2);
  opacity: 0.5;
  transform: scale(0.78571);
  transition: 150ms;
}

.testimonials-slider__nav-item {
  display: inline-block;
}

.testimonials-slider__nav-item.slideshow__nav-item--active img {
  height: 70px;
  opacity: 1;
  transform: scale(1);
  width: 70px;
}

@media screen and (min-width: 800px) {
  .testimonials-slider__wrap {
    padding-top: 95px;
  }
}

@media screen and (max-width: 799px) {
  .testimonials-slider__wrap {
    padding-top: 2em;
  }
  .testimonials-slider__slide blockquote {
    font-size: 1.75em;
  }
}

@media screen and (min-width: 0px) and (max-width: 599px) {
  .testimonials-slider__slide blockquote {
    width: auto;
  }
}

.topbar {
  border-bottom: 1px solid #e9e9e9;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875em;
  letter-spacing: 0.2px;
}

.topbar .nav__menu {
  display: -ms-flexbox;
  display: flex;
}

.topbar .nav__link {
  display: block;
  padding: 0.35714em 2.85714em;
}

.topbar .nav--topbar-left {
  float: left;
  font-style: italic;
}

.topbar .nav--topbar-left .nav__menu {
  border-right: 1px solid #e9e9e9;
}

.topbar .nav--topbar-left .nav__menu-item {
  border-left: 1px solid #e9e9e9;
}

.topbar .nav--topbar-right {
  float: right;
  font-weight: 700;
}

.topbar .nav--topbar-right .nav__menu-item:not(.nav__menu-item--apply) {
  border-left: 1px solid #e9e9e9;
}

.topbar .nav--topbar-right .nav__menu-item:last-child:not(.nav__menu-item--apply) {
  border-right: 1px solid #e9e9e9;
}

.topbar .nav--topbar-right .nav__menu-item--apply + .nav__menu-item {
  border-left: 0;
}

.topbar .nav--topbar-right .nav__menu-item--apply .nav__link {
  background: #f23f17;
  color: #FFFFFF;
}

.topbar .nav--topbar-right .nav__menu-item--donate .nav__link {
  background: #f99600;
  color: #fff;
}

@media screen and (min-width: 800px) and (max-width: 999px) {
  .topbar .nav__link {
    padding-left: 2.14286em;
    padding-right: 2.14286em;
  }
}

@media screen and (min-width: 600px) and (max-width: 799px) {
  .topbar .nav__link {
    padding-left: 1.07143em;
    padding-right: 1.07143em;
  }
}

@media screen and (min-width: 0px) and (max-width: 599px) {
  .topbar__wrap {
    font-size: 10px;
  }
  .topbar__wrap.wrap {
    padding: 0;
    margin: 0;
    margin-left: 10px;
  }
  .topbar .nav__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .topbar .nav--topbar-left .nav__menu,
  .topbar .nav--topbar-left .nav__menu-item {
    border: 0 !important;
  }
  .topbar .nav--topbar-left .nav__link {
    padding-left: .75em;
    padding-right: 0;
  }
  .topbar .nav--topbar-left .nav__link em {
    display: none;
  }
  .topbar .nav--topbar-right .nav__link {
    padding: 0.35714em 1.4em;
  }
}

.widget:not(:first-child) {
  border-top: 1px solid #e9e9e9;
  padding-top: 50px;
}

.widget:not(:last-child) {
  padding-bottom: 50px;
}

.widget__title {
  text-transform: uppercase;
}

.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrap::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 1244px) {
  body::before {
    width: auto;
  }
  body::before,
  .wrap {
    margin: 0 22.5px;
  }
}

.ctct-embed-signup {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.animated {
  animation-duration: .4s;
  animation-fill-mode: both;
  visibility: visible;
}

[data-animate-css] {
  visibility: hidden;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  animation-duration: .75s;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

.u-cf::after {
  clear: both;
  content: "";
  display: block;
}

.u-content > :first-child {
  margin-top: 0 !important;
}

.u-content > :last-child {
  margin-bottom: 0 !important;
}

.u-dark-bg {
  background: rgba(0, 0, 0, 0.5);
  padding: 1em;
}

@media screen and (min-width: 600px) {
  .u-offset-bottom {
    padding-bottom: 150px !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 599px) {
  .u-offset-top {
    padding-top: 2em;
  }
}

@media screen and (min-width: 600px) {
  .u-offset-top {
    margin-bottom: -150px !important;
    padding-top: 50px !important;
    top: -150px !important;
    position: relative;
  }
  .u-offset-top::before {
    margin-left: 2.09205%;
    background: #FFFFFF;
    content: "";
    height: 150px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 95.8159%;
  }
  .u-offset-top > * {
    position: relative;
  }
  .u-offset-top + * {
    position: relative;
  }
}

figure.alignleft,
img.alignleft {
  float: left;
  margin: 45px;
  margin-left: 0;
  margin-top: 0;
}

figure.aligncenter,
img.aligncenter {
  display: block;
  margin: 45px auto;
}

figure.alignright,
img.alignright {
  float: right;
  margin: 45px;
  margin-right: 0;
  margin-top: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  pointer-events: none;
  position: absolute !important;
  visibility: hidden;
  width: 1px;
}

@media screen and (max-width: 799px) {
  figure.alignleft,
  img.alignleft,
  figure.aligncenter,
  img.aligncenter,
  figure.alignright,
  img.alignright {
    clear: both;
    display: block;
    float: none;
    margin: 45px auto;
  }
}

/*# sourceMappingURL=site.css.map */
