/*! Lity - v2.2.0 - 2016-10-08
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

ul.tabs {
  margin: 20px 20px 5px;
  border-bottom: 1px solid #ebf1f5;
}

ul.tabs li {
  display: inline-block;
  font-size: 14px;
}

ul.tabs a {
  display: block;
  border: 1px solid #ebf1f5;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  padding: 3px 10px;
  background: #ebf1f5;
}

ul.tabs a.is-active {
  background: #ebf1f5;
}

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

@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.ui-widget-content {
  border: 0;
  background: transparent;
}
.ui-widget-content a {
  color: #6bc048;
}
.ui-widget-header {
  background: none;
  border: 0;
  padding: 0;
  position: absolute;
}
.ui-widget-header .ui-dialog-title {
  display: none;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0;
}
/* Overlays */
.ui-widget-overlay {
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50) /*{opacityFilterOverlay}*/;
  /* support: IE8 */
}
.ui-widget-shadow {
  margin: -8px /*{offsetTopShadow}*/ 0 0 -8px /*{offsetLeftShadow}*/;
  padding: 8px /*{thicknessShadow}*/;
  background: #aaaaaa  url(images/9cab5930328e2a69ef4bbf2c5dee1db1.png)  50%  50%  repeat-x ;
  opacity: 0.3 /*{opacityShadow}*/;
  filter: alpha(opacity=30) /*{opacityFilterShadow}*/;
  /* support: IE8 */
  border-radius: 8px /*{cornerRadiusShadow}*/;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  text-indent: 0;
  padding: 0;
  text-align: left;
  font-size: 11px;
  margin-top: 0;
  display: block;
  float: left;
  font-weight: bold;
  text-transform: uppercase;
}
.ui-dialog .ui-dialog-titlebar {
  z-index: 999;
  height: 50px;
  background: transparent !important;
  border: 0 !important;
  width: 70%;
  margin: 0 auto;
  bottom: -50px;
}
@media screen and (max-width: 800px) {
  .ui-dialog .ui-dialog-titlebar {
    width: 90% !important;
  }
}
@media screen and (max-width: 550px) {
  .ui-dialog .ui-dialog-titlebar {
    width: 95% !important;
  }
}
.ui-dialog .ui-dialog-titlebar-close {
  width: 86px;
  height: 40px;
  border: 0;
  background: none;
  text-align: center;
  outline: none;
  top: 6px;
  right: 0;
  margin: 0;
  color: #092b63;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  background: none;
  width: 40px;
  height: 40px;
  text-indent: 0;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick:after {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background: url(images/97df56d733d4c34ac68d90a6aec246d3.svg) no-repeat;
}
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  top: 0;
  margin-top: 0;
}
/*#drupal-modal {
  background: #fff;
}*/
body.modal-open {
  position: fixed;
  overflow: hidden;
}
.bio-modal {
  width: 100% !important;
  height: 100% !important;
  overflow-y: auto;
}
.bio-modal .ui-dialog-content {
  background: url(images/c20c7079f8b460b4b59d64f6a37cca47.svg);
  background-size: 432px;
  padding: 50px;
  max-height: initial !important;
  width: 70% !important;
  margin: 0 auto;
}
.bio-modal .ui-dialog-content > div {
  max-height: initial !important;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
}
@media screen and (max-width: 800px) {
  .bio-modal .ui-dialog-content {
    width: 90% !important;
  }
}
@media screen and (max-width: 550px) {
  .bio-modal .ui-dialog-content {
    width: 95% !important;
    padding: 50px 25px 25px;
  }
  .bio-modal .ui-dialog-content .ui-dialog-content {
    padding: 20px;
  }
}
.can_embed #can_embed_form {
  border: 0 !important;
  background: #e9f0f3 !important;
}
.can_embed #can_embed_form_inner * {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300 !important;
}
.can_embed #can_embed_form_inner h2 {
  font-family: "brandon-grotesque", sans-serif !important;
  font-weight: bold !important;
}
.can_embed #can_embed_form_inner h2.line {
  border-color: #219cdc !important;
}
.can_embed #can_embed_form_inner .last_line {
  border-color: #219cdc !important;
}
.can_embed #can_embed_form_inner input[type=submit] {
  border: 0 !important;
  padding: 4px 10px !important;
  font-weight: bold !important;
  color: #fff !important;
  font-size: 15px !important;
  background: #6bc048 !important;
  font-family: "brandon-grotesque", sans-serif !important;
  text-transform: uppercase !important;
  display: inline-block !important;
  margin: 10px 0 !important;
  transition: all 0.3s !important;
  border-radius: 0 !important;
  text-shadow: none !important;
  padding: 8px 10px !important;
}
.can_embed #can_embed_form_inner input[type=submit]:hover {
  background: #559e37 !important;
}
.can_embed #action_info .action_owner {
  display: none !important;
}
.can_embed #logo_wrap {
  display: none !important;
}
.mm-menu .mm-navbar {
  border: 0;
}
.mm-menu .mm-panel .mm-navbar {
  border: 0;
  padding: 0 0 0 20px;
  background: #f0efef;
  height: 48px;
}
.mm-menu .mm-panel .mm-navbar > * {
  padding: 20px 0 7px;
}
.mm-menu .mm-panel .mm-navbar .mm-title {
  position: relative;
  text-indent: 0;
  text-align: left;
  font-size: 20px;
  text-transform: uppercase;
  color: #5d706e;
  font-family: "brandon-grotesque", sans-serif;
}
.mm-menu .mm-panel .mm-navbar .mm-title:before {
  display: none;
}
.mm-menu .mm-panel .mm-navbar .close-mmenu {
  position: absolute;
  top: 12px;
  right: 0;
  display: block;
  color: #219cdc;
  text-indent: 0;
  width: 40px;
  height: 30px;
  background: url(images/97df56d733d4c34ac68d90a6aec246d3.svg) no-repeat;
  background-size: 60%;
  opacity: 0.6;
}
.mm-menu .mm-panel:not(#mm-1) .mm-title {
  margin-left: 15px;
}
.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 48px;
}
.mm-listview {
  border-top: 1px solid #c3c2c2;
}
.mm-listview > li {
  border-bottom: 1px solid #c3c2c2;
}
.mm-listview > li:not(.mm-divider):after {
  display: none;
}
.mm-listview > li > a {
  color: #092b63;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 20px;
  padding-top: 15px;
}
.mm-listview > li .mm-next:after,
.mm-listview > li .mm-prev:before {
  border: 0;
}
.mm-listview > li .mm-next:after {
  content: "\e903";
  color: #f2a900;
  font-family: 'icons';
  -webkit-transform: none;
          transform: none;
  width: auto;
  height: auto;
  line-height: 35px;
  vertical-align: middle;
  right: 16px;
  top: 5px;
}
.mm-menu .mm-panel .mm-navbar > .mm-prev {
  height: 48px;
  padding-top: 15px;
}
.mm-menu .mm-panel .mm-navbar > .mm-prev:before {
  content: "\e903";
  color: #f2a900;
  font-family: 'icons';
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: auto;
  height: auto;
  line-height: 40px;
  vertical-align: middle;
  right: 16px;
  top: 5px;
  border: 0;
}
#mm-1 li:nth-last-child(2):before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  background: url(images/4ca5f650de6c74a256135700fc26a3de.svg) no-repeat top left;
  background-size: contain;
  position: relative;
  top: 15px;
  left: 14px;
  margin-right: 0px;
  float: left;
}
#mm-1 li:nth-last-child(2) a {
  color: #219cdc;
}
#mm-1 li:last-child a {
  color: #219cdc;
}
.wFormContainer {
  background-color: #e9f0f3 !important;
  border: 0;
}
.wForm h3,
.field--type-text-long .wForm h3 {
  color: #434444;
  border: 0;
  padding: 0 0 10px;
  margin: 20px 8px;
  border-bottom: 3px solid #219cdc;
}
.wForm input[type=text],
.wForm input[type=time],
.wForm input[type=number],
.wForm input[type=url],
.wForm input[type=email],
.wForm textarea {
  padding: 3px 5px;
  border: 1px solid #CFCFCF !important;
  line-height: 25px;
  border-radius: 3px !important;
}
.wForm select {
  background: #fff;
}
.wForm fieldset {
  border: 0 !important;
  background: rgba(255, 255, 255, 0.5);
}
.wForm .primaryAction,
.wForm .secondaryAction {
  border: 0;
  padding: 4px 10px;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  background: #6bc048;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0;
  transition: all 0.3s;
}
.wForm .primaryAction:hover,
.wForm .secondaryAction:hover {
  background: #559e37;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.slideInDown {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
.animated-fadeOut {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.animated-fadeIn {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
/*** FLEXBOX ***/
/*** DIRECTION ***/
/*** ALIGN CONTENT ***/
/*** JUSTIFY CONTENT ***/
/*** VERTICAL CONTAINER STYLES ***/
/*** HORIZONTAL CONTAINER STYLES ***/
@font-face {
  font-family: 'icons';
  src: url(fonts/5cbf6485210fd4d6b7a35613843851dd.eot);
  src: url(fonts/5cbf6485210fd4d6b7a35613843851dd.eot?#iefix) format('embedded-opentype'), url(fonts/ab287d9eeb6f25a4e9080eeaee3afc8e.woff) format('woff'), url(fonts/4571bf4678b35943a96d18d31e1b9406.ttf) format('truetype'), url(images/92463616a14e0bca18ae5df1c53c5ab2.svg#base) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc6CsE.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic6CsE.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
.brandon {
  font-family: "brandon-grotesque", sans-serif;
}
.roboto {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin: 0;
  -webkit-text-size-adjust: none;
  font-weight: normal;
  width: 100%;
  overflow-x: hidden;
}
a {
  color: #092b63;
  text-decoration: none;
}
h1 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: normal;
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.08em;
  margin: 0 0 5px;
  line-height: 1.1em;
  text-transform: uppercase;
}
h1 p {
  margin: 0;
}
h2 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 30px;
  margin: 0 0 0.5em;
}
h2 p {
  margin: 0;
}
h3,
h4,
h5 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
}
h3 {
  font-size: 24px;
  line-height: 1.1em;
  margin: 0 0 0.5em;
}
.paragraph h2.title {
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}
.field--type-text-long {
  font-size: 17px;
  line-height: 1.3em;
  font-weight: normal;
}
.paragraph--type-text .field--type-text-long {
  font-size: 19px;
  line-height: 1.3em;
}
.field--type-text-long p {
  margin: 0 0 1em;
}
.field--type-text-long p:last-child {
  margin-bottom: 0;
}
.field--type-text-long h2 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
  color: #092b63;
}
.field--type-text-long h3 {
  font-size: 30px;
  line-height: 1.1em;
  margin: 0 0 0.15em;
  color: #092b63;
}
.field--type-text-long h4 {
  text-transform: uppercase;
  font-size: 20px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  margin: 0 0 0.25em;
}
.field--type-text-long h5 {
  font-size: 20px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  margin: 0 0 0.25em;
}
.field--type-text-long a {
  color: #219cdc;
}
.field--type-text-long a:hover {
  color: #1a7db0;
}
.field--type-text-long a.button {
  border: 0;
  padding: 4px 10px;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  background: #219cdc;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0;
  transition: all 0.3s;
}
.field--type-text-long a.button:hover {
  background: #1a7db0;
}
.field--type-text-long hr {
  height: 1px;
  background-color: #c3c2c2;
  border: none;
}
.field--type-text-long .columns {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-gap: 50px;
  -moz-column-gap: 50px;
  -webkit-column-gap: 50px;
}
@media screen and (max-width: 700px) {
  .field--type-text-long .columns {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }
}
.field--type-text-long .columns > div {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
  /* IE 11 */
  display: table;
}
.field--name-field-components > .field__item:last-child > .paragraph {
  padding-bottom: 80px;
}
.field--name-field-components > .field__item:last-child > .paragraph.paragraph--type-text-highlight {
  padding-bottom: 30px;
  margin-bottom: 80px;
}
.field--name-field-components > .field__item:last-child > .paragraph.paragraph--type-link-grid,
.field--name-field-components > .field__item:last-child > .paragraph.paragraph--type-icon-grid {
  margin-bottom: 0;
  padding-bottom: 60px;
}
body.not-node main {
  max-width: 920px;
  margin: 0 auto;
  padding: 20px 0 100px;
}
@media screen and (max-width: 980px) {
  body.not-node main {
    padding: 20px 20px 100px;
  }
}
#block-leadmn-page-title {
  padding: 40px 0 20px;
}
#block-leadmn-page-title h1 {
  font-weight: bold;
  color: #092b63;
}
body.page-leadership-structure .region-content {
  text-align: center;
}
body.page-leadership-structure #block-leadmn-local-tasks {
  text-align: left;
  position: absolute;
  z-index: 9;
}
body.page-leadership-structure .node--type-page.node--view-mode-banner > div:not(.contextual) {
  padding-bottom: 100px;
}
@media screen and (max-width: 650px) {
  body.page-leadership-structure .node--type-page.node--view-mode-banner > div:not(.contextual) {
    padding-bottom: 30px;
  }
}
.node--unpublished {
  background-color: #ffe1e4;
}
form.user-login-form .form-item,
form.user-pass .form-item {
  margin-bottom: 2em;
}
form.user-login-form label,
form.user-pass label {
  font-weight: bold;
  font-size: 20px;
}
form.user-login-form input.form-text,
form.user-pass input.form-text {
  background: #e9f0f3;
  padding: 8px 10px;
  border: 0;
}
form.user-login-form input#edit-submit,
form.user-pass input#edit-submit {
  border: 0;
  padding: 4px 10px;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  background: #219cdc;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0;
  transition: all 0.3s;
}
form.user-login-form input#edit-submit:hover,
form.user-pass input#edit-submit:hover {
  background: #1a7db0;
}
.ajax-progress-throbber {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
}
.ajax-progress-fullscreen {
  background: none;
}
.ajax-progress-throbber .throbber {
  background: none;
}
.ajax-progress:before,
.ajax-progress:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f2a900;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.ajax-progress:after {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.node--unpublished {
  background-color: #fff;
}
.mm-page {
  padding-top: 0 !important;
}
/*
 * To use:
 *
 * .node-detail .field-type-text-long {
 *  .richtext();
 * }
 */
ol.search-results {
  padding: 0;
}
ol.search-results li {
  margin: 0 0 1em 0;
  font-weight: bold;
  font-size: 20px;
}
ol.search-results li h3 {
  margin: 0;
}
ol.search-results li p {
  margin: 0 0 1em;
  font-size: 16px;
  font-weight: normal;
}
form.search-page-form {
  padding: 0 0 40px;
}
form.search-page-form input.form-search {
  font-size: 20px;
  border: 0;
  padding: 3px 32px 3px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #e9f0f3;
  max-width: 100%;
  box-sizing: border-box;
}
form.search-page-form input.form-submit {
  border: 0;
  padding: 4px 10px;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  background: #219cdc;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0;
  transition: all 0.3s;
  position: relative;
  top: -2px;
}
form.search-page-form input.form-submit:hover {
  background: #1a7db0;
}
a.search-help-link {
  display: none;
}
header {
  width: 100%;
  background: #092b63;
}
.ngp-form header {
  background: #fff;
}
.region-header {
  max-width: 920px;
  margin: 0 auto;
  padding: 5px 0 8px;
  position: relative;
  height: 108px;
}
.region-header:after {
  display: block;
  clear: both;
  content: '';
}
@media screen and (max-width: 960px) {
  .region-header {
    height: 78px;
  }
}
@media screen and (max-width: 790px) {
  .region-header {
    padding-top: 10px;
  }
}
.region-header #block-leadmn-branding {
  height: 135px;
  position: relative;
  z-index: 9;
  float: left;
  margin: 0 0 -40px -15px;
}
.region-header #block-leadmn-branding img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 960px) {
  .region-header #block-leadmn-branding {
    height: 92px;
    margin-left: 0;
  }
}
@media screen and (max-width: 790px) {
  .region-header #block-leadmn-branding {
    width: 100px;
    height: 68px;
    margin-left: 10px;
    margin-top: -6px;
  }
}
.region-header nav.menu--main {
  position: absolute;
  bottom: 5px;
  right: 28px;
}
@media screen and (max-width: 790px) {
  .region-header nav.menu--main {
    float: none;
    width: auto;
  }
  .region-header nav.menu--main ul.menu {
    display: none;
  }
}
.region-header nav.menu--main > ul.menu {
  margin: 0;
  padding: 0;
  font-size: 15px;
}
.region-header nav.menu--main > ul.menu > li {
  display: inline-block;
  list-style: none;
  margin-right: 0;
}
@media screen and (max-width: 950px) {
  .region-header nav.menu--main > ul.menu > li {
    margin-right: 0;
  }
}
@media screen and (max-width: 790px) {
  .region-header nav.menu--main > ul.menu > li {
    display: block;
  }
}
.region-header nav.menu--main > ul.menu > li a {
  color: #fff;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 9px 8px;
}
.region-header nav.menu--main > ul.menu > li a:hover,
.region-header nav.menu--main > ul.menu > li a.is-active {
  color: #f2a900;
}
@media screen and (max-width: 850px) {
  .region-header nav.menu--main > ul.menu > li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 790px) {
  .region-header nav.menu--main > ul.menu > li a {
    display: block;
    padding-right: 20px;
  }
}
.region-header nav.menu--main > ul.menu > li .menu-wrapper {
  display: none;
  position: absolute;
  overflow: hidden;
  z-index: 9;
  margin-left: -10px;
}
.region-header nav.menu--main > ul.menu > li.hovered .menu-wrapper,
.region-header nav.menu--main > ul.menu > li.collapsed .menu-wrapper {
  display: block;
}
.region-header nav.menu--main > ul.menu > li.hovered ul.menu {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
.region-header nav.menu--main > ul.menu > li.collapsed ul.menu {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.region-header nav.menu--main > ul.menu > li ul {
  margin: 0;
  padding: 5px 10px 10px;
  background: #092b63;
  min-width: 150px;
}
.region-header nav.menu--main > ul.menu > li ul li {
  margin-bottom: 5px;
}
.region-header nav.menu--main > ul.menu > li ul li a {
  text-transform: none;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 1020px) {
  .region-header nav.menu--main > ul.menu > li:last-child .menu-wrapper {
    right: 0;
  }
}
.region-header nav.menu--secondary-nav {
  position: absolute;
  right: 0;
  top: 20px;
}
@media screen and (max-width: 960px) {
  .region-header nav.menu--secondary-nav {
    top: 10px;
  }
}
@media screen and (max-width: 790px) {
  .region-header nav.menu--secondary-nav {
    display: none;
  }
}
.region-header nav.menu--secondary-nav > ul.menu {
  margin: 0;
  padding: 0;
}
.region-header nav.menu--secondary-nav > ul.menu > li {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
}
.region-header nav.menu--secondary-nav > ul.menu > li a {
  display: inline-block;
  padding: 3px 15px;
  background: #fff;
  color: #219cdc;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 15px;
}
.region-header nav.menu--secondary-nav > ul.menu > li a:hover {
  color: #f2a900;
}
.region-header nav.menu--secondary-nav > ul.menu > li:first-child a {
  background: #0a2f6c;
  color: #fff;
  font-weight: normal;
  padding-left: 10px;
}
.region-header nav.menu--secondary-nav > ul.menu > li:first-child a:hover {
  color: #f2a900;
}
.region-header nav.menu--secondary-nav > ul.menu > li:first-child a:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(images/4ca5f650de6c74a256135700fc26a3de.svg) no-repeat top left;
  background-size: contain;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.region-header nav.menu--secondary-nav > ul.menu > li:last-child a {
  background: #219cdc;
  color: #fff;
}
.region-header nav.menu--secondary-nav > ul.menu > li:last-child a:hover,
.region-header nav.menu--secondary-nav > ul.menu > li:last-child a:focus {
  color: #fff;
}
.region-header #block-leadmn-search {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 108px;
}
@media screen and (max-width: 960px) {
  .region-header #block-leadmn-search {
    top: 77px;
    right: 5px;
  }
}
@media screen and (max-width: 500px) {
  .region-header #block-leadmn-search {
    width: 100%;
    text-align: center;
  }
}
.region-header #block-leadmn-search h2 {
  position: absolute;
  top: -28px;
  right: 0;
  width: 20px;
  height: 20px;
  overflow: hidden;
}
@media screen and (max-width: 790px) {
  .region-header #block-leadmn-search h2 {
    right: 8px;
  }
}
.region-header #block-leadmn-search h2:before {
  content: "\e900";
  font-family: 'icons';
  display: block;
  color: #fff;
  font-size: 23px;
  cursor: pointer;
}
.region-header #block-leadmn-search h2:hover:before {
  color: #f2a900;
}
.region-header #block-leadmn-search form {
  background: rgba(9, 43, 99, 0.8);
  padding: 10px 20px;
}
html.js .region-header #block-leadmn-search form {
  display: none;
}
.region-header #block-leadmn-search .form-item,
.region-header #block-leadmn-search .form-actions {
  margin: 0;
  display: inline-block;
}
.region-header #block-leadmn-search input.form-search {
  border: 0;
  font-size: 17px;
  padding: 5px;
}
.region-header #block-leadmn-search input.form-submit {
  border: 0;
  padding: 4px 10px;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  background: #219cdc;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0;
  transition: all 0.3s;
  margin: 0;
  position: relative;
  top: -1px;
}
.region-header #block-leadmn-search input.form-submit:hover {
  background: #1a7db0;
}
.region-header #block-responsivemenumobileicon {
  display: none;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 790px) {
  .region-header #block-responsivemenumobileicon {
    display: block;
  }
}
.region-header #block-responsivemenumobileicon .responsive-menu-toggle-icon {
  width: 94px;
  height: 24px;
}
.region-header #block-responsivemenumobileicon .responsive-menu-toggle-icon:before {
  top: 4px;
}
.region-header #block-responsivemenumobileicon .responsive-menu-toggle-icon span.icon {
  top: 10px;
}
.region-header #block-responsivemenumobileicon .responsive-menu-toggle-icon span.label {
  font-weight: normal;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 14px;
}
.region-header #block-responsivemenumobileicon .responsive-menu-toggle-icon:after {
  top: 16px;
}
footer {
  background: #d2e4ed;
  margin-top: 0;
}
.sr-only {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.region-footer {
  max-width: 920px;
  padding: 0 0 80px;
  margin: 0 auto;
}
.region-footer:after {
  display: block;
  clear: both;
  content: '';
}
@media screen and (max-width: 960px) {
  .region-footer {
    padding: 0 20px 50px;
  }
}
.region-footer #block-leadmn-footer {
  float: left;
  margin-top: -12px;
}
.region-footer #block-leadmn-footer ul.menu {
  padding: 0;
  margin: 0;
}
.region-footer #block-leadmn-footer ul.menu li {
  margin-left: 0;
  font-size: 15px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  padding: 0;
  margin-bottom: 20px;
}
.region-footer #block-leadmn-footer ul.menu li a {
  text-transform: uppercase;
  color: #092b63;
  display: inline-block;
}
.region-footer #block-leadmn-footer ul.menu li a:hover {
  color: #434444;
}
.region-footer #block-leadmn-footer ul.menu li:first-child a {
  padding: 8px 12px;
  background: #6bc048;
  color: #fff;
}
.region-footer #block-leadmn-footer ul.menu li:first-child a:hover {
  background: #559e37;
}
.region-footer #block-sociallinks {
  float: right;
  margin-top: -24px;
}
@media screen and (max-width: 520px) {
  .region-footer #block-sociallinks {
    float: none;
    clear: both;
    margin-top: 0;
    text-align: center;
  }
}
.region-footer #block-sociallinks ul.menu {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 520px) {
  .region-footer #block-sociallinks ul.menu {
    text-align: center;
  }
}
.region-footer #block-sociallinks ul.menu li {
  padding: 0;
  margin: 0 0 0 20px;
  display: inline-block;
}
@media screen and (max-width: 520px) {
  .region-footer #block-sociallinks ul.menu li {
    margin: 0 5px;
  }
}
.region-footer #block-sociallinks ul.menu li a {
  background: #fff;
  border-radius: 50%;
  border: 1px solid #d2e4ed;
  display: block;
  height: 53px;
  line-height: 53px;
  overflow: hidden;
  width: 53px;
  text-align: center;
}
.region-footer #block-sociallinks ul.menu li a img {
  box-sizing: border-box;
  height: auto;
  max-height: 53px;
  padding: 10px;
  width: 100%;
  display: inline-block;
  min-height: 100%;
}
.region-footer #block-sociallinks ul.menu li a:hover {
  color: #092b63;
}
#leadership-nav-tab-cabinet + label,
#leadership-nav-tab-council + label,
#leadership-nav-tab-platform + label,
#leadership-nav-tab-staff + label {
  display: inline-block;
  height: 50px;
  width: 150px;
  font-family: "brandon-grotesque", sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  background: #219cdc;
  text-transform: uppercase;
  text-align: center;
  vertical-align: top;
  position: relative;
  margin-right: -4px;
  line-height: 1.1em;
  margin-top: -50px;
  cursor: pointer;
}
@media screen and (max-width: 650px) {
  #leadership-nav-tab-cabinet + label,
  #leadership-nav-tab-council + label,
  #leadership-nav-tab-platform + label,
  #leadership-nav-tab-staff + label {
    margin: 0 2px 5px;
  }
}
#leadership-nav-tab-cabinet + label span,
#leadership-nav-tab-council + label span,
#leadership-nav-tab-platform + label span,
#leadership-nav-tab-staff + label span {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
#leadership-nav-tab-cabinet + label:hover,
#leadership-nav-tab-council + label:hover,
#leadership-nav-tab-platform + label:hover,
#leadership-nav-tab-staff + label:hover {
  background: #1e8cc6;
}
#leadership-nav-tab-cabinet:checked + label,
#leadership-nav-tab-council:checked + label,
#leadership-nav-tab-platform:checked + label,
#leadership-nav-tab-staff:checked + label {
  background: #fff;
  color: #219cdc;
  padding-top: 5px;
  margin-top: -55px;
  height: 55px;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  #leadership-nav-tab-cabinet:checked + label,
  #leadership-nav-tab-council:checked + label,
  #leadership-nav-tab-platform:checked + label,
  #leadership-nav-tab-staff:checked + label {
    margin-top: 0;
    padding-top: 0;
    height: 50px;
    background: #e9f0f3;
  }
}
#leadership-nav-tab-cabinet,
#leadership-nav-tab-council,
#leadership-nav-tab-platform,
#leadership-nav-tab-staff,
#leadership-nav-tab-cabinet ~ #block-views-block-governing-council-block-3,
#leadership-nav-tab-cabinet ~ #block-views-block-general-assembly-block-1,
#leadership-nav-tab-cabinet ~ #block-views-block-governing-council-block-6,
#leadership-nav-tab-council ~ #block-views-block-governing-council-block-1,
#leadership-nav-tab-council ~ #block-views-block-governing-council-block-2,
#leadership-nav-tab-platform ~ #block-views-block-governing-council-block-4,
#leadership-nav-tab-staff ~ #block-views-block-governing-council-block-5 {
  display: none;
}
#leadership-nav-tab-cabinet:checked ~ #block-views-block-governing-council-block-3,
#leadership-nav-tab-cabinet:checked ~ #block-views-block-general-assembly-block-1,
#leadership-nav-tab-cabinet:checked ~ #block-views-block-governing-council-block-6,
#leadership-nav-tab-council:checked ~ #block-views-block-governing-council-block-1,
#leadership-nav-tab-council:checked ~ #block-views-block-governing-council-block-2,
#leadership-nav-tab-platform:checked ~ #block-views-block-governing-council-block-4,
#leadership-nav-tab-staff:checked ~ #block-views-block-governing-council-block-5 {
  /*.animate-fadeIn(1s);*/
  display: block;
}
.view-governing-council {
  max-width: 920px;
  margin: 0 auto 40px;
  background: #e9f0f3;
  padding: 40px 40px 0;
}
@media screen and (max-width: 600px) {
  .view-governing-council {
    padding: 40px 20px 0;
  }
}
.view-governing-council.view-display-id-block_1,
.view-governing-council.view-display-id-block_3 {
  margin-bottom: 0;
}
.view-governing-council .view-content {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 100%;
  -webkit-flex-wrap: wrap;
}
.view-governing-council .view-content > h3 {
  font-size: 30px;
  text-align: center;
  padding: 0 10%;
  margin: 0 auto 40px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .view-governing-council .view-content > h3 {
    padding: 0;
  }
}
.view-governing-council .view-content > h3 p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3em;
  margin: 0.5em 0;
}
.view-governing-council .view-content > div {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100% / 5);
  -webkit-flex: calc(100% / 5);
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 790px) {
  .view-governing-council .view-content > div {
    max-width: calc(100% / 4);
    -webkit-flex: calc(100% / 4);
  }
}
@media screen and (max-width: 650px) {
  .view-governing-council .view-content > div {
    max-width: calc(100% / 3);
    -webkit-flex: calc(100% / 3);
  }
}
@media screen and (max-width: 500px) {
  .view-governing-council .view-content > div {
    max-width: calc(100% / 2);
    -webkit-flex: calc(100% / 2);
  }
}
@media screen and (max-width: 400px) {
  .view-governing-council .view-content > div {
    max-width: 100%;
    -webkit-flex: 100%;
  }
}
.view-governing-council .view-content > div:nth-of-type(4n+1) .node--type-bio.node--view-mode-region-bio h3 a,
.view-governing-council .view-content > div:nth-of-type(4n+1) .node--type-bio.node--view-mode-teaser h3 a,
.view-governing-council .view-content > div:nth-of-type(4n+1) .node--type-bio.node--view-mode-teaser h3 span {
  background: #00c3b3;
}
.view-governing-council .view-content > div:nth-of-type(4n+1) .field--name-field-photo a {
  border-color: #00c3b3;
}
.view-governing-council .view-content > div:nth-of-type(4n+2) .node--type-bio.node--view-mode-region-bio h3 a,
.view-governing-council .view-content > div:nth-of-type(4n+2) .node--type-bio.node--view-mode-teaser h3 a,
.view-governing-council .view-content > div:nth-of-type(4n+2) .node--type-bio.node--view-mode-teaser h3 span {
  background: #f2a900;
}
.view-governing-council .view-content > div:nth-of-type(4n+2) .field--name-field-photo a {
  border-color: #f2a900;
}
.view-governing-council .view-content > div:nth-of-type(4n+3) .node--type-bio.node--view-mode-region-bio h3 a,
.view-governing-council .view-content > div:nth-of-type(4n+3) .node--type-bio.node--view-mode-teaser h3 a,
.view-governing-council .view-content > div:nth-of-type(4n+3) .node--type-bio.node--view-mode-teaser h3 span {
  background: #6bc048;
}
.view-governing-council .view-content > div:nth-of-type(4n+3) .field--name-field-photo a {
  border-color: #6bc048;
}
.view-governing-council .view-content > div:nth-of-type(4n+4) .node--type-bio.node--view-mode-region-bio h3 a,
.view-governing-council .view-content > div:nth-of-type(4n+4) .node--type-bio.node--view-mode-teaser h3 a,
.view-governing-council .view-content > div:nth-of-type(4n+4) .node--type-bio.node--view-mode-teaser h3 span {
  background: #219cdc;
}
.view-governing-council .view-content > div:nth-of-type(4n+4) .field--name-field-photo a {
  border-color: #219cdc;
}
.view-governing-council.view-display-id-block_2,
.view-governing-council.view-display-id-block_6 {
  padding-top: 0;
}
.view-governing-council.view-display-id-block_2 .view-content,
.view-governing-council.view-display-id-block_6 .view-content {
  padding-top: 40px;
  border-top: 3px solid #fff;
}
.view-governing-council.view-display-id-block_3 .view-content > div,
.view-governing-council.view-display-id-block_5 .view-content > div {
  max-width: calc(100% / 4);
  -webkit-flex: calc(100% / 4);
}
@media screen and (max-width: 760px) {
  .view-governing-council.view-display-id-block_3 .view-content > div,
  .view-governing-council.view-display-id-block_5 .view-content > div {
    max-width: calc(100% / 3);
    -webkit-flex: calc(100% / 3);
  }
}
@media screen and (max-width: 559px) {
  .view-governing-council.view-display-id-block_3 .view-content > div,
  .view-governing-council.view-display-id-block_5 .view-content > div {
    max-width: calc(100% / 2);
    -webkit-flex: calc(100% / 2);
  }
}
@media screen and (max-width: 400px) {
  .view-governing-council.view-display-id-block_3 .view-content > div,
  .view-governing-council.view-display-id-block_5 .view-content > div {
    max-width: 100%;
    -webkit-flex: 100%;
  }
}
.view-governing-council .views-field-rendered-entity {
  margin: 0 auto;
  padding: 0 5px 45px;
}
.view-governing-council .views-field-rendered-entity a {
  outline: none;
}
.view-governing-council.view-display-id-page_1 h2 {
  text-transform: uppercase;
}
.view-governing-council.view-display-id-page_1 .view-content {
  -webkit-justify-content: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
}
.view-governing-council.view-display-id-page_1 table td {
  background: #fff;
  border-bottom: 2px solid #e9f0f3;
  padding: 10px;
  vertical-align: top;
  white-space: nowrap;
  text-align: left;
}
.view-governing-council.view-display-id-page_1 table td.views-field-field-first-name {
  padding-left: 30px;
}
.view-governing-council.view-display-id-page_1 .draggable a.tabledrag-handle {
  position: absolute;
  left: 0;
  margin-left: 0;
}
.view-governing-council.view-display-id-page_1 a.tabledrag-handle .handle {
  width: 30px;
  height: 30px;
  margin: -5px 0 0;
}
.view-governing-council.view-display-id-page_1 button.link {
  font-size: 14px;
  padding-bottom: 10px;
}
.view-governing-council.view-display-id-page_1 .form-actions {
  text-align: left;
}
.view-governing-council.view-display-id-page_1 input#edit-save-order {
  border: 0;
  padding: 4px 10px;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  background: #219cdc;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0;
  transition: all 0.3s;
}
.view-governing-council.view-display-id-page_1 input#edit-save-order:hover {
  background: #1a7db0;
}
.view-general-assembly {
  max-width: 920px;
  margin: 0 auto 40px;
  background: #e9f0f3;
  padding: 40px;
  border-top: 3px solid #fff;
}
@media screen and (max-width: 600px) {
  .view-general-assembly {
    padding: 40px 20px 0;
  }
}
.view-general-assembly h3 {
  font-size: 30px;
  text-align: center;
  padding: 0 10%;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .view-general-assembly h3 {
    padding: 0;
  }
}
.view-general-assembly p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  padding: 0 10%;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3em;
  margin: 0.5em 0 0;
}
@media screen and (max-width: 600px) {
  .view-general-assembly p {
    padding: 0;
  }
}
.view-events:not(.view-display-id-homepage_events_block) {
  margin: 40px auto;
  max-width: 920px;
}
@media screen and (max-width: 960px) {
  .view-events:not(.view-display-id-homepage_events_block) {
    margin: 40px 20px;
  }
}
.view-events:not(.view-display-id-homepage_events_block) .views-row {
  background-color: #219cdc;
  background-image: url(images/85d9759e1193d63e787f043aaf017c9a.svg);
  margin-bottom: 20px;
  padding: 30px;
}
.view-events:not(.view-display-id-homepage_events_block) .views-row:nth-child(even) {
  background-color: #6bc048;
  background-image: url(images/50e174ebcd1cae006f50cb81127c6aab.svg);
}
.view-events:not(.view-display-id-homepage_events_block) .node {
  background: #fff;
  padding: 20px;
}
.view-events.view-display-id-homepage_events_block .view-header {
  margin: 0 0 25px;
  text-align: center;
}
.view-events.view-display-id-homepage_events_block .view-header a {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
}
.view-events.view-display-id-homepage_events_block .view-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -10px;
}
.view-events.view-display-id-homepage_events_block .view-content > .views-row {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%;
  min-width: 25%;
  padding: 10px;
  width: 25%;
}
.view-events.view-display-id-homepage_events_block .view-content > .views-row:nth-of-type(1) .field--name-dynamic-token-fieldnode-medium-date {
  background-color: #6bc048;
}
.view-events.view-display-id-homepage_events_block .view-content > .views-row:nth-of-type(2) .field--name-dynamic-token-fieldnode-medium-date {
  background-color: #219cdc;
}
.view-events.view-display-id-homepage_events_block .view-content > .views-row:nth-of-type(3) .field--name-dynamic-token-fieldnode-medium-date {
  background-color: #F8A002;
}
.view-events.view-display-id-homepage_events_block .view-content > .views-row:nth-of-type(4) .field--name-dynamic-token-fieldnode-medium-date {
  background-color: #092b63;
}
.view-events.view-display-id-homepage_events_block .view-content > .views-row:nth-of-type(4) .field--name-dynamic-token-fieldnode-medium-date span:last-of-type {
  color: #219cdc;
}
@media screen and (max-width: 790px) {
  .view-events.view-display-id-homepage_events_block .view-content > .views-row {
    -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%;
    max-width: 33.33%;
    min-width: 33.33%;
    width: 33.33%;
  }
}
@media screen and (max-width: 650px) {
  .view-events.view-display-id-homepage_events_block .view-content > .views-row {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
    width: 50%;
  }
}
@media screen and (max-width: 520px) {
  .view-events.view-display-id-homepage_events_block .view-content > .views-row {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
}
.view-training-tools,
.view-member-tools {
  max-width: 920px;
  margin: 0 auto;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 960px) {
  .view-training-tools,
  .view-member-tools {
    padding: 0 20px 40px;
  }
}
.view-training-tools .view-content,
.view-member-tools .view-content {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -15px;
  width: calc(100% + 30px);
  -webkit-flex-wrap: wrap;
  position: relative;
}
.view-training-tools .view-content > div,
.view-member-tools .view-content > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100% / 3);
  -webkit-flex: calc(100% / 3);
  box-sizing: border-box;
}
.view-training-tools .view-content > div > div,
.view-member-tools .view-content > div > div {
  background: #219cdc;
  background-image: url(images/85d9759e1193d63e787f043aaf017c9a.svg);
  position: relative;
}
.view-training-tools .view-content > div:nth-child(4n+1) > div,
.view-member-tools .view-content > div:nth-child(4n+1) > div {
  background: #6bc048;
  background-image: url(images/50e174ebcd1cae006f50cb81127c6aab.svg);
}
.view-training-tools .view-content > div:nth-child(4n+2) > div,
.view-member-tools .view-content > div:nth-child(4n+2) > div {
  background: #219cdc;
  background-image: url(images/85d9759e1193d63e787f043aaf017c9a.svg);
}
.view-training-tools .view-content > div:nth-child(4n+3) > div,
.view-member-tools .view-content > div:nth-child(4n+3) > div {
  background: #f2a900;
  background-image: url(images/51635c72fb36b707c5de37c5423560b6.svg);
}
.view-training-tools .view-content > div:nth-child(4n+4) > div,
.view-member-tools .view-content > div:nth-child(4n+4) > div {
  background: #00c3b3;
  background-image: url(images/e6cc4c7daafcfb67a85febab2be97618.svg);
}
@media screen and (max-width: 854px) {
  .view-training-tools .view-content > div,
  .view-member-tools .view-content > div {
    max-width: 50%;
    -webkit-flex: 50%;
  }
}
@media screen and (max-width: 559px) {
  .view-training-tools .view-content > div,
  .view-member-tools .view-content > div {
    max-width: 100%;
    -webkit-flex: 100%;
  }
}
.view-training-tools form,
.view-member-tools form {
  text-align: center;
  margin-bottom: 40px;
}
.view-training-tools .form-item-topic,
.view-member-tools .form-item-topic {
  display: inline-block;
  position: relative;
  text-align: center;
  float: none;
  margin: 0;
}
@media screen and (max-width: 440px) {
  .view-training-tools .form-item-topic,
  .view-member-tools .form-item-topic {
    display: block;
  }
}
.view-training-tools .form-item-topic label,
.view-member-tools .form-item-topic label {
  display: none;
}
.view-training-tools .form-item-topic select,
.view-member-tools .form-item-topic select {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 20px;
  border: 0;
  padding: 5px 32px 5px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #e9f0f3;
  background-image: url(images/87ac25d7a2cbec00e416e353e569fe6a.svg);
  background-repeat: no-repeat;
  background-position: 97% 10px;
  background-size: 20px 22px;
  position: relative;
  z-index: 0;
  width: 390px;
}
@media screen and (max-width: 440px) {
  .view-training-tools .form-item-topic select,
  .view-member-tools .form-item-topic select {
    width: 100%;
  }
}
.view-news {
  max-width: 920px;
  margin: 40px auto;
}
@media screen and (max-width: 960px) {
  .view-news {
    margin: 40px 20px;
  }
}
.view-news .views-row {
  padding: 30px;
  background: #219cdc;
  background-image: url(images/85d9759e1193d63e787f043aaf017c9a.svg);
  margin-bottom: 20px;
}
.view-news .node {
  background: #fff;
  padding: 20px;
}
.view-news form {
  text-align: center;
  margin-bottom: 40px;
}
.view-news .form-item-topic {
  display: inline-block;
  position: relative;
  text-align: center;
  float: none;
  margin: 0;
}
@media screen and (max-width: 440px) {
  .view-news .form-item-topic {
    display: block;
  }
}
.view-news .form-item-topic label {
  display: none;
}
.view-news .form-item-topic select {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 20px;
  border: 0;
  padding: 5px 32px 5px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #e9f0f3;
  background-image: url(images/87ac25d7a2cbec00e416e353e569fe6a.svg);
  background-repeat: no-repeat;
  background-position: 97% 10px;
  background-size: 20px 22px;
  position: relative;
  z-index: 0;
  width: 390px;
}
@media screen and (max-width: 440px) {
  .view-news .form-item-topic select {
    width: 100%;
  }
}
.view-news .form-item-topic select::-ms-expand {
  display: none;
}
.view-homepage-news.view-display-id-homepage_news {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 790px) {
  .view-homepage-news.view-display-id-homepage_news {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.view-homepage-news.view-display-id-homepage_news > .attachment {
  -webkit-flex-basis: 270px;
      -ms-flex-preferred-size: 270px;
          flex-basis: 270px;
  padding: 0 20px 0 0;
}
@media screen and (max-width: 790px) {
  .view-homepage-news.view-display-id-homepage_news > .attachment {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.view-homepage-news.view-display-id-homepage_news > .view-content {
  border-left: 1px solid #efefef;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 790px) {
  .view-homepage-news.view-display-id-homepage_news > .view-content {
    border-left: 0;
    border-top: 1px solid #efefef;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-top: 25px;
    padding: 25px 0 0;
  }
}
.view-homepage-news.view-display-id-homepage_news > .view-content .views-row {
  border-bottom: 1px solid #efefef;
  padding: 25px 0;
}
.view-homepage-news.view-display-id-homepage_news > .view-content .views-row:first-of-type {
  padding-top: 0;
}
.view-homepage-news.view-display-id-homepage_news > .more-link {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  margin: 20px 0 0;
  padding-left: 310px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 790px) {
  .view-homepage-news.view-display-id-homepage_news > .more-link {
    padding-left: 0;
  }
}
.view-homepage-news.view-display-id-homepage_news > .more-link a {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
}
.view-popup {
  position: relative;
  z-index: 1000;
}
.view-stories {
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .view-stories {
    margin: 40px 20px;
  }
}
.view-stories .view-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 550px) {
  .view-stories .view-content {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.view-stories .view-content .views-row {
  -webkit-flex: 0 0 33.33%;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  padding: 0.5rem;
  margin-bottom: 60px;
  max-width: 33.33%;
}
.view-stories .view-content .views-row img {
  width: 100%;
  height: auto;
}
.view-stories .view-content .views-row .field--name-field-name {
  border-bottom: 2px solid white;
  padding-bottom: 1rem;
  margin-right: 3rem;
}
.view-stories .view-content .views-row:nth-child(4n+1) .field--name-field-name {
  border-color: #219cdc;
}
.view-stories .view-content .views-row:nth-child(4n+2) .field--name-field-name {
  border-color: #6bc048;
}
.view-stories .view-content .views-row:nth-child(4n+3) .field--name-field-name {
  border-color: #f2a900;
}
.view-stories .view-content .views-row:nth-child(4n+4) .field--name-field-name {
  border-color: #c5d707;
}
.view-stories form {
  text-align: center;
  margin-bottom: 40px;
}
.view-stories .form-item-topic {
  display: inline-block;
  position: relative;
  text-align: center;
  float: none;
  margin: 0;
}
@media screen and (max-width: 440px) {
  .view-stories .form-item-topic {
    display: block;
  }
}
.view-stories .form-item-topic label {
  display: none;
}
.view-stories .form-item-topic select {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 20px;
  border: 0;
  padding: 5px 32px 5px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #e9f0f3;
  background-image: url(images/87ac25d7a2cbec00e416e353e569fe6a.svg);
  background-repeat: no-repeat;
  background-position: 97% 10px;
  background-size: 20px 22px;
  position: relative;
  z-index: 0;
  width: 390px;
}
@media screen and (max-width: 440px) {
  .view-stories .form-item-topic select {
    width: 100%;
  }
}
.view-stories .form-item-topic select::-ms-expand {
  display: none;
}
#block-views-block-stories-block-1 {
  padding: 40px 0;
}
#block-views-block-stories-block-2 > div:not(.contextual) {
  background: #0a2f6c;
  background-image: url(images/85d9759e1193d63e787f043aaf017c9a.svg);
  background-size: 432px 432px;
  margin: 2rem 0;
  padding: 2rem 0;
}
#block-views-block-stories-block-2 .view-header {
  text-align: center;
  margin-bottom: 1rem;
}
#block-views-block-stories-block-2 .view-header a {
  color: white;
  text-decoration: underline;
  text-transform: uppercase;
}
#block-views-block-stories-block-2 .view-content {
  background-color: white;
  padding: 2rem;
}
#block-views-block-stories-block-2 .view-content .views-row {
  margin: 0;
}
@media screen and (max-width: 550px) {
  #block-views-block-stories-block-2 .view-content .views-row {
    padding-bottom: 1rem;
  }
}
.paragraph--type-embed {
  font-size: 19px;
  padding: 40px 0;
}
.paragraph--type-embed > div {
  max-width: 920px;
  margin: 0 auto;
}
.paragraph--type-icon-grid {
  margin: 40px 0 20px;
}
.paragraph--type-icon-grid > div {
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .paragraph--type-icon-grid > div {
    margin: 0 20px;
  }
}
.paragraph--type-icon-grid .field--name-field-items {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -15px;
  width: calc(100% + 30px);
  -webkit-flex-wrap: wrap;
}
@media screen and (max-width: 559px) {
  .paragraph--type-icon-grid .field--name-field-items {
    margin: 0;
    width: 100%;
  }
}
.paragraph--type-icon-grid .field--name-field-items > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100% / 3);
  -webkit-flex: calc(100% / 3);
  box-sizing: border-box;
}
@media screen and (max-width: 760px) {
  .paragraph--type-icon-grid .field--name-field-items > div {
    max-width: 50%;
    -webkit-flex: 50%;
  }
}
@media screen and (max-width: 559px) {
  .paragraph--type-icon-grid .field--name-field-items > div {
    max-width: 100%;
    -webkit-flex: 100%;
  }
}
.paragraph--type-icon-grid .paragraph--type-icon-grid-item {
  text-align: center;
  margin: 0 15px 30px;
  font-size: 15px;
  color: #5d706e;
}
@media screen and (max-width: 559px) {
  .paragraph--type-icon-grid .paragraph--type-icon-grid-item {
    margin: 0 auto 30px;
  }
}
.paragraph--type-icon-grid .paragraph--type-icon-grid-item > div {
  background: #fff;
  height: 100%;
}
.paragraph--type-icon-grid .paragraph--type-icon-grid-item .group-right {
  padding: 15px;
}
.paragraph--type-icon-grid .paragraph--type-icon-grid-item .field--name-field-icon-file {
  height: 100px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: center;
  padding-bottom: 3px;
}
.paragraph--type-icon-grid .paragraph--type-icon-grid-item .field--name-field-icon-file a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.paragraph--type-icon-grid .paragraph--type-icon-grid-item img {
  width: 120px;
  height: auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.paragraph--type-icon-grid .paragraph--type-icon-grid-item h3 {
  color: #434444;
  margin: 5px 0;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.04em;
}
.paragraph--type-icon-grid .paragraph--type-icon-grid-item h3 a {
  color: #434444;
}
.paragraph--type-icon-grid .paragraph--type-icon-grid-item h3 a:hover {
  color: #092b63;
}
.paragraph--type-icon-grid .paragraph--type-icon-grid-item.has-image .field--name-field-teaser {
  border: 0;
}
.paragraph--type-icon-grid .paragraph--type-icon-grid-item .field--name-field-subtitle {
  font-weight: bold;
}
.paragraph--type-icon-grid .paragraph--type-icon-grid-item .field--name-field-link a {
  border: 0;
  padding: 4px 10px;
  font-weight: bold;
  color: #092b63;
  font-size: 15px;
  background: #fff;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0;
  transition: all 0.3s;
  margin-bottom: 0;
}
.paragraph--type-icon-grid .paragraph--type-icon-grid-item .field--name-field-link a:hover {
  background: #e6e6e6;
}
.paragraph--type-link-grid {
  margin: 40px 0 20px;
}
@media screen and (max-width: 960px) {
  .paragraph--type-link-grid {
    padding: 0 20px;
  }
}
.paragraph--type-link-grid > div {
  max-width: 920px;
  margin: 0 auto;
}
.paragraph--type-link-grid .field--name-field-items {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -15px;
  width: calc(100% + 30px);
  -webkit-flex-wrap: wrap;
}
.paragraph--type-link-grid .field--name-field-items > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100% / 3);
  -webkit-flex: calc(100% / 3);
  box-sizing: border-box;
}
.paragraph--type-link-grid .field--name-field-items > div > div {
  background: #219cdc;
  background-image: url(images/85d9759e1193d63e787f043aaf017c9a.svg);
}
.paragraph--type-link-grid .field--name-field-items > div:nth-child(odd) > div {
  background: #6bc048;
  background-image: url(images/50e174ebcd1cae006f50cb81127c6aab.svg);
}
@media screen and (max-width: 854px) {
  .paragraph--type-link-grid .field--name-field-items > div {
    max-width: 50%;
    -webkit-flex: 50%;
  }
}
@media screen and (max-width: 559px) {
  .paragraph--type-link-grid .field--name-field-items > div {
    max-width: 100%;
    -webkit-flex: 100%;
  }
}
.paragraph--type-link-grid .paragraph--type-link-grid-item {
  text-align: center;
  margin: 0 15px 30px;
  padding: 20px;
  font-size: 15px;
  color: #5d706e;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .paragraph--type-link-grid .paragraph--type-link-grid-item {
    margin: 0 10px 30px;
  }
}
.paragraph--type-link-grid .paragraph--type-link-grid-item > div {
  background: #fff;
  height: 100%;
}
.paragraph--type-link-grid .paragraph--type-link-grid-item .group-right {
  padding: 15px;
}
.paragraph--type-link-grid .paragraph--type-link-grid-item.has-image .group-right {
  padding-top: 5px;
}
.paragraph--type-link-grid .paragraph--type-link-grid-item img {
  width: 100%;
  height: auto;
}
.paragraph--type-link-grid .paragraph--type-link-grid-item h3 {
  color: #434444;
  margin-bottom: 5px;
}
.paragraph--type-link-grid .paragraph--type-link-grid-item .field--name-field-teaser {
  border-top: 2px solid #f2a900;
  padding-top: 12px;
  margin-top: 14px;
}
.paragraph--type-link-grid .paragraph--type-link-grid-item.has-image .field--name-field-teaser {
  border: 0;
}
.paragraph--type-link-grid .paragraph--type-link-grid-item .field--name-field-subtitle {
  font-weight: bold;
}
.paragraph--type-link-grid .paragraph--type-link-grid-item .field--name-field-link a {
  border: 0;
  padding: 4px 10px;
  font-weight: bold;
  color: #092b63;
  font-size: 15px;
  background: #fff;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0;
  transition: all 0.3s;
  margin-bottom: 0;
}
.paragraph--type-link-grid .paragraph--type-link-grid-item .field--name-field-link a:hover {
  background: #e6e6e6;
}
.paragraph--type-newsletter-callout {
  margin: 30px 0;
}
.paragraph--type-newsletter-callout > div {
  background-color: #108DCA;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 920px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .paragraph--type-newsletter-callout > div {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 960px) {
  .paragraph--type-newsletter-callout > div {
    margin: 0 20px;
  }
}
.paragraph--type-newsletter-callout > div .group-left {
  -webkit-flex-basis: 55%;
      -ms-flex-preferred-size: 55%;
          flex-basis: 55%;
  max-width: 55%;
  min-width: 55%;
  width: 55%;
}
@media screen and (max-width: 800px) {
  .paragraph--type-newsletter-callout > div .group-left {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
}
.paragraph--type-newsletter-callout > div .group-right {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 800px) {
  .paragraph--type-newsletter-callout > div .group-right {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.paragraph--type-newsletter-callout > div .field {
  position: relative;
}
.paragraph--type-newsletter-callout > div h2 {
  color: #fff;
  padding: 0 20px 0 0;
  position: relative;
  text-transform: uppercase;
}
.paragraph--type-newsletter-callout > div .field--name-field-supertitle {
  color: #0A2B63;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.paragraph--type-newsletter-callout > div .field.field--name-field-background-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.paragraph--type-newsletter-callout > div .field.field--name-field-background-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.paragraph--type-newsletter-callout > div .field--name-field-newsletter-link a {
  border: 0;
  padding: 4px 10px;
  font-weight: bold;
  color: #0A2B63;
  font-size: 15px;
  background: #fff;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0;
  transition: all 0.3s;
  padding: 15px 55px;
}
.paragraph--type-newsletter-callout > div .field--name-field-newsletter-link a:hover {
  background: #e6e6e6;
}
.paragraph--type-slideshow {
  background: #092b63;
  color: #fff;
}
.paragraph--type-slideshow h2 {
  color: #fff;
}
.paragraph--type-slideshow.bgcolor-light-gray {
  background: #e9f0f3;
  color: #434444;
}
.paragraph--type-slideshow.bgcolor-light-gray h2 {
  color: #434444;
}
.paragraph--type-slideshow > div {
  max-width: 920px;
  margin: 0 auto;
  padding: 40px 0 80px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .paragraph--type-slideshow > div {
    padding: 40px 20px 80px;
  }
}
.paragraph--type-slideshow .field--name-field-items {
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .paragraph--type-slideshow .field--name-field-items {
    margin: 0 50px;
  }
}
.paragraph--type-slideshow img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.paragraph--type-slideshow .field--name-field-caption {
  position: absolute;
  bottom: 8px;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  font-size: 27px;
  font-family: "brandon-grotesque", sans-serif;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .paragraph--type-slideshow .field--name-field-caption {
    position: relative;
    bottom: auto;
    font-size: 20px;
  }
}
.paragraph--type-slideshow .field--name-field-caption > div {
  background: rgba(9, 43, 99, 0.8);
  display: inline;
  text-align: center;
  padding: 0 0.45rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.paragraph--type-slideshow .field--name-field-caption > div * {
  display: inline;
}
.paragraph--type-slideshow .field--name-field-caption a {
  color: #6bc048;
}
.paragraph--type-slideshow .field--name-field-caption:after {
  display: none;
}
.paragraph--type-slideshow .paragraph--type-slideshow-item-image {
  position: relative;
}
.paragraph--type-slideshow .paragraph--type-slideshow-item-video {
  cursor: pointer;
  position: relative;
}
.paragraph--type-slideshow .paragraph--type-slideshow-item-video .field--name-field-video {
  display: none;
}
.paragraph--type-slideshow .paragraph--type-slideshow-item-video .group-left:after {
  content: " ";
  background: url(images/86e84ea4a72ba0cf06a5eaa7de6a645b.svg) no-repeat 68% 50%;
  background-size: 75%;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 4px solid #219cdc;
  display: block;
  width: 100px;
  height: 100px;
  line-height: 60px;
  padding: 0;
  box-sizing: content-box;
  border-radius: 60px;
  margin: -70px 0 0 -55px;
}
@media screen and (max-width: 650px) {
  .paragraph--type-slideshow .paragraph--type-slideshow-item-video .group-left:after {
    font-size: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: -27px 0 0 -27px;
  }
}
.paragraph--type-slideshow .paragraph--type-slideshow-item-video:hover:after {
  color: rgba(255, 255, 255, 0.9);
}
.paragraph--type-slideshow .slick-prev,
.paragraph--type-slideshow .slick-next {
  top: 46%;
  margin-top: -25px;
  transform: initial;
  -webkit-transform: initial;
  z-index: 9;
  width: 27px;
  height: 50px;
}
.paragraph--type-slideshow .slick-prev:before,
.paragraph--type-slideshow .slick-next:before {
  content: "";
  background: url(images/725d0a7e1fdf5839ec651d8cf4f7dd2b.svg) no-repeat;
  display: block;
  width: 27px;
  height: 50px;
}
.paragraph--type-slideshow .slick-prev {
  left: -50px;
}
.paragraph--type-slideshow .slick-prev:before {
  background: url(images/e50a312a09665877076e08974bec359a.svg) no-repeat;
}
.paragraph--type-slideshow .slick-next {
  right: -50px;
}
.paragraph--type-slideshow .slick-next:before {
  background: url(images/725d0a7e1fdf5839ec651d8cf4f7dd2b.svg) no-repeat;
}
.paragraph--type-slideshow .slick-dots {
  bottom: -22px;
  text-align: center;
}
.paragraph--type-slideshow .slick-dots li {
  width: 12px;
  height: 12px;
}
.paragraph--type-slideshow .slick-dots li button {
  width: 12px;
  height: 12px;
}
.paragraph--type-slideshow .slick-dots li button:before {
  color: #434444;
  content: " ";
  background: #fff;
  opacity: 1;
  border-radius: 10px;
  width: 12px;
  height: 12px;
}
.paragraph--type-slideshow .slick-dots li.slick-active button:before {
  background: #219cdc;
  opacity: 1;
}
.paragraph--type-text-highlight {
  max-width: 920px;
  margin: 40px auto;
  padding: 30px;
  background: #e9f0f3;
  background-image: url(images/c20c7079f8b460b4b59d64f6a37cca47.svg);
  background-size: 300px;
}
@media screen and (max-width: 960px) {
  .paragraph--type-text-highlight {
    margin: 40px 20px;
  }
}
@media screen and (max-width: 650px) {
  .paragraph--type-text-highlight {
    padding: 20px;
  }
}
.paragraph--type-text-highlight > div {
  background: #fff;
  padding: 30px;
}
.paragraph--type-text-highlight > div:after {
  display: block;
  clear: both;
  content: '';
}
@media screen and (max-width: 650px) {
  .paragraph--type-text-highlight > div {
    padding: 20px;
  }
}
.paragraph--type-text-highlight.has-image .group-left {
  width: 80%;
  float: left;
  padding-right: 40px;
}
@media screen and (max-width: 700px) {
  .paragraph--type-text-highlight.has-image .group-left {
    padding-right: 20px;
  }
}
@media screen and (max-width: 550px) {
  .paragraph--type-text-highlight.has-image .group-left {
    float: none;
    padding-right: 0;
    width: 100%;
  }
}
.paragraph--type-text-highlight.has-image .group-right {
  width: 20%;
  float: right;
}
@media screen and (max-width: 550px) {
  .paragraph--type-text-highlight.has-image .group-right {
    float: none;
    width: auto;
    max-width: 250px;
  }
}
.paragraph--type-text-highlight.has-image .group-right img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 550px) {
  .paragraph--type-text-highlight.has-image .group-right img {
    margin-top: 20px;
  }
}
.paragraph--type-text-highlight > h3 {
  padding-bottom: 8px;
  border-bottom: 2px solid #00c3b3;
  margin-bottom: 8px;
}
.paragraph--type-text-highlight .field--name-field-text.field--type-text-long {
  font-size: 15px;
}
.paragraph--type-text-highlight .field--name-field-link .field__item {
  display: inline;
  margin-right: 3px;
}
.paragraph--type-text-highlight .field--name-field-link a {
  border: 0;
  padding: 4px 10px;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  background: #00c3b3;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0;
  transition: all 0.3s;
}
.paragraph--type-text-highlight .field--name-field-link a:hover {
  background: #009084;
}
.paragraph--type-text-only-grid {
  padding: 40px 0 20px;
  background: #e9f0f3;
}
.paragraph--type-text-only-grid > div {
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .paragraph--type-text-only-grid > div {
    margin: 0 20px;
  }
}
.paragraph--type-text-only-grid .field--name-field-items {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -25px;
  width: calc(100% + 50px);
  -webkit-flex-wrap: wrap;
}
.has-sidebar .paragraph--type-text-only-grid .field--name-field-items {
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .paragraph--type-text-only-grid .field--name-field-items {
    width: auto;
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
}
.paragraph--type-text-only-grid .field--name-field-items > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  -webkit-flex: 50%;
  box-sizing: border-box;
}
.paragraph--type-text-only-grid .field--name-field-items > div > div {
  background: #fff;
}
.paragraph--type-text-only-grid .field--name-field-items > div > div h3 {
  border-bottom: 2px solid #6bc048;
}
.paragraph--type-text-only-grid .field--name-field-items > div:nth-child(4n+1) > div h3 {
  border-color: #219cdc;
}
.paragraph--type-text-only-grid .field--name-field-items > div:nth-child(4n+2) > div h3 {
  border-color: #6bc048;
}
.paragraph--type-text-only-grid .field--name-field-items > div:nth-child(4n+3) > div h3 {
  border-color: #f2a900;
}
.paragraph--type-text-only-grid .field--name-field-items > div:nth-child(4n+4) > div h3 {
  border-color: #c5d707;
}
.has-sidebar .paragraph--type-text-only-grid .field--name-field-items > div {
  max-width: 100%;
  -webkit-flex: 100%;
}
@media screen and (max-width: 730px) {
  .paragraph--type-text-only-grid .field--name-field-items > div {
    max-width: 100%;
    -webkit-flex: 100%;
  }
}
.paragraph--type-text-only-grid .paragraph--type-text-only-grid-item {
  text-align: center;
  margin: 0 25px 30px;
  padding: 33px 40px;
  font-size: 15px;
  color: #5d706e;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .paragraph--type-text-only-grid .paragraph--type-text-only-grid-item {
    margin: 0 15px 15px;
  }
}
@media screen and (max-width: 650px) {
  .paragraph--type-text-only-grid .paragraph--type-text-only-grid-item {
    padding: 20px;
  }
}
.paragraph--type-text-only-grid .paragraph--type-text-only-grid-item > div {
  background: #fff;
  height: 100%;
}
.paragraph--type-text-only-grid .paragraph--type-text-only-grid-item h3 {
  color: #434444;
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.paragraph--type-text-only-grid .paragraph--type-text-only-grid-item .field--name-field-text {
  font-size: 19px;
  text-align: left;
}
.paragraph--type-text {
  font-size: 19px;
  padding: 20px 0;
}
.paragraph--type-text.reduce-space {
  padding-bottom: 0;
}
@media screen and (max-width: 960px) {
  .paragraph--type-text {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 550px) {
  .paragraph--type-text {
    font-size: 17px;
  }
}
.paragraph--type-text > div {
  max-width: 920px;
  margin: 0 auto;
}
.paragraph--type-text.sideweb-neutral {
  background: url(images/d00229e14cffa9967e5f16eaeb0fca56.svg) no-repeat top right;
  background-size: 700px;
  background-position: calc(50% + 700px);
}
@media screen and (max-width: 960px) {
  .paragraph--type-text.sideweb-neutral {
    background-position: center right -520px;
  }
}
@media screen and (max-width: 550px) {
  .paragraph--type-text.sideweb-neutral {
    background-position: center right -620px;
  }
}
.paragraph--type-text.sideweb-neutral > div {
  padding-right: 160px;
}
@media screen and (max-width: 550px) {
  .paragraph--type-text.sideweb-neutral > div {
    padding-right: 60px;
  }
}
.paragraph--type-text.sideweb-colored {
  background: url(images/3d138efd04d99085e113de6a1bdff402.svg) no-repeat top right;
  background-size: 700px;
  background-position: calc(50% + 700px);
}
@media screen and (max-width: 960px) {
  .paragraph--type-text.sideweb-colored {
    background-position: center right -520px;
  }
}
@media screen and (max-width: 550px) {
  .paragraph--type-text.sideweb-colored {
    background-position: center right -620px;
  }
}
.paragraph--type-text.sideweb-colored > div {
  padding-right: 160px;
}
@media screen and (max-width: 550px) {
  .paragraph--type-text.sideweb-colored > div {
    padding-right: 60px;
  }
}
.paragraph--type-text > div .image-wrapper {
  float: right;
  padding: 0 0 1rem 1rem;
  margin-left: 1rem;
  width: 45%;
}
@media screen and (max-width: 700px) {
  .paragraph--type-text > div .image-wrapper {
    float: none;
    padding: 0;
    margin: 2rem auto;
  }
}
.paragraph--type-text > div .image-wrapper img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 700px) {
  .paragraph--type-text > div .image-wrapper img {
    width: 100%;
  }
}
.paragraph--type-text > div .image-wrapper .image-field-caption {
  margin: 0;
  font-size: 16px;
  text-align: right;
  color: #5d706e;
}
.paragraph--type-view-reference {
  margin: 75px auto;
  max-width: 920px;
}
@media screen and (max-width: 960px) {
  .paragraph--type-view-reference {
    margin: 40px 20px;
  }
}
.paragraph--type-view-reference h2 {
  color: #092b63;
  margin: 0 0 5px;
  text-align: center;
  text-transform: uppercase;
}
.paragraph--type-view-reference h2.viewsreference--view-title--homepage-news {
  line-height: 23px;
  margin: 0;
  padding: 0;
  text-align: left;
}
.paragraph--type-view-reference .viewsreference--view-title--wrapper {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
@media screen and (max-width: 550px) {
  .paragraph--type-view-reference .viewsreference--view-title--wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.paragraph--type-view-reference .viewsreference--view-title--wrapper > div a {
  border: 0;
  padding: 4px 10px;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  background: #219cdc;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0;
  transition: all 0.3s;
  margin: 0;
  padding: 7.5px 15px;
}
.paragraph--type-view-reference .viewsreference--view-title--wrapper > div a:hover {
  background: #1a7db0;
}
.paragraph--type-view-reference .viewsreference--view-title--wrapper > h2 {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 550px) {
  .paragraph--type-view-reference .viewsreference--view-title--wrapper > h2 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding: 0 0 10px;
  }
}
.paragraph--type-quote {
  padding: 1.5rem 0;
}
.paragraph--type-quote > div {
  max-width: 920px;
  margin: 0 auto;
}
.paragraph--type-quote > div:after {
  display: block;
  clear: both;
  content: '';
}
.paragraph--type-quote .field--name-field-quote {
  margin: 0 10vw;
  text-align: center;
  color: #092b63;
}
.paragraph--type-quote .field--name-field-quote p {
  margin: 0 0 1rem 0;
}
.paragraph--type-quote .field--name-field-attribution {
  text-align: center;
  letter-spacing: 1px;
  color: #092b63;
  text-transform: uppercase;
}
.paragraph--type-call-to-action {
  padding: 20px 0;
}
.paragraph--type-call-to-action > div {
  max-width: 820px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url(images/85d9759e1193d63e787f043aaf017c9a.svg);
  background-size: 432px 432px;
  padding: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  z-index: 100;
  position: relative;
}
.paragraph--type-call-to-action > div:after {
  display: block;
  clear: both;
  content: '';
}
.paragraph--type-call-to-action > div > * {
  z-index: 100;
  overflow: hidden;
}
.paragraph--type-call-to-action > div::after {
  content: "";
  position: absolute;
  top: -150px;
  left: -85px;
  width: 80%;
  height: 500px;
  background-color: #108dca;
  z-index: 1;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.paragraph--type-call-to-action .group-left {
  -webkit-flex-basis: 55%;
      -ms-flex-preferred-size: 55%;
          flex-basis: 55%;
  max-width: 55%;
  min-width: 55%;
  width: 55%;
  padding-right: 3rem;
}
.paragraph--type-call-to-action .group-left .field--name-field-supertitle {
  color: #092b63;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
}
.paragraph--type-call-to-action .group-left .field--name-field-title-plain {
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.paragraph--type-call-to-action .group-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.paragraph--type-call-to-action .group-right .field--name-field-link {
  position: relative;
  letter-spacing: 1px;
}
.paragraph--type-call-to-action .group-right .field--name-field-link .field__item {
  margin-top: 13px;
}
.paragraph--type-call-to-action .group-right .field--name-field-link a {
  border: 0;
  padding: 4px 10px;
  font-weight: bold;
  color: #0A2B63;
  font-size: 15px;
  background: #fff;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0;
  transition: all 0.3s;
  font-weight: normal !important;
  padding: 15px 55px;
}
.paragraph--type-call-to-action .group-right .field--name-field-link a:hover {
  background: #e6e6e6;
}
.paragraph--type-fast-facts {
  padding: 20px 0;
}
.paragraph--type-fast-facts > div {
  max-width: 920px;
  margin: 0 auto;
}
.paragraph--type-fast-facts > div:after {
  display: block;
  clear: both;
  content: '';
}
.paragraph--type-fast-facts .field--name-field-facts {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.paragraph--type-fast-facts .field--name-field-facts > .field__item:nth-child(4n+1) .field--name-field-title-plain {
  border-color: #219cdc;
}
.paragraph--type-fast-facts .field--name-field-facts > .field__item:nth-child(4n+2) .field--name-field-title-plain {
  border-color: #6bc048;
}
.paragraph--type-fast-facts .field--name-field-facts > .field__item:nth-child(4n+3) .field--name-field-title-plain {
  border-color: #f2a900;
}
.paragraph--type-fast-facts .field--name-field-facts > .field__item:nth-child(4n+4) .field--name-field-title-plain {
  border-color: #c5d707;
}
.paragraph--type-fast-facts .paragraph--type-fact {
  padding: 1rem;
  margin: 0.5rem;
  background: #0a2f6c;
  background-image: url(images/94f34375a16e4bd286d62345e4655ffb.svg);
  background-size: 432px;
  max-width: 15rem;
  min-height: 10rem;
}
.paragraph--type-fast-facts .paragraph--type-fact .field--name-field-title-plain {
  text-align: center;
  color: white;
  border-bottom: 2px solid white;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.paragraph--type-fast-facts .paragraph--type-fact .field--name-field-text {
  text-align: center;
  color: white;
}
.paragraph--type-images {
  padding: 20px 0;
}
.paragraph--type-images > div {
  max-width: 920px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.paragraph--type-images > div:after {
  display: block;
  clear: both;
  content: '';
}
@media screen and (max-width: 550px) {
  .paragraph--type-images > div {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.paragraph--type-images img {
  width: 100%;
  height: auto;
}
.paragraph--type-images .group-left {
  padding-right: 2rem;
}
.paragraph--type-images .group-left .field--name-field-first-image-caption {
  color: #5d706e;
}
@media screen and (max-width: 550px) {
  .paragraph--type-images .group-left {
    padding: 1rem 3rem;
  }
}
.paragraph--type-images .group-right .field--name-field-second-image-caption {
  color: #5d706e;
}
@media screen and (max-width: 550px) {
  .paragraph--type-images .group-right {
    padding: 1rem 2rem;
  }
}
.node--type-homepage.node--view-mode-banner {
  background: #0a2f6c;
  background-image: url(images/94f34375a16e4bd286d62345e4655ffb.svg);
  background-size: 432px;
  margin-bottom: 15px;
}
.node--type-homepage.node--view-mode-banner > div {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
}
.node--type-homepage.node--view-mode-banner > div:after {
  display: block;
  clear: both;
  content: '';
}
@media screen and (max-width: 960px) {
  .node--type-homepage.node--view-mode-banner > div {
    padding: 0 20px;
  }
}
.node--type-homepage.node--view-mode-banner .group-left {
  width: 50%;
  float: left;
  position: absolute;
  top: 50%;
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}
.node--type-homepage.node--view-mode-banner .group-left * {
  color: #fff;
}
@media screen and (max-width: 960px) {
  .node--type-homepage.node--view-mode-banner .group-left {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .node--type-homepage.node--view-mode-banner .group-left {
    width: auto;
    float: none;
    top: auto;
    position: relative;
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
    padding: 30px 0;
  }
}
.node--type-homepage.node--view-mode-banner .group-right {
  float: right;
  margin-right: -24%;
  margin-bottom: -20px;
  padding-top: 30px;
  width: 60%;
}
.node--type-homepage.node--view-mode-banner .group-right img {
  border: 10px solid #fff;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .node--type-homepage.node--view-mode-banner .group-right {
    margin-right: -15%;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .node--type-homepage.node--view-mode-banner .group-right {
    display: none;
  }
}
.node--type-homepage.node--view-mode-banner .field--name-field-banner-text {
  font-size: 19px;
}
.node--type-homepage.node--view-mode-banner .field--name-field-banner-button {
  padding-top: 10px;
}
.node--type-homepage.node--view-mode-banner .field--name-field-banner-button a {
  border: 0;
  padding: 4px 10px;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  background: #219cdc;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0;
  transition: all 0.3s;
}
.node--type-homepage.node--view-mode-banner .field--name-field-banner-button a:hover {
  background: #1a7db0;
}
.node--type-page.node--view-mode-banner {
  background: #0a2f6c;
  background-image: url(images/94f34375a16e4bd286d62345e4655ffb.svg);
  background-size: 432px;
}
.node--type-page.node--view-mode-banner > div:not(.contextual) {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 65px 0;
}
.node--type-page.node--view-mode-banner > div:not(.contextual):after {
  display: block;
  clear: both;
  content: '';
}
@media screen and (max-width: 960px) {
  .node--type-page.node--view-mode-banner > div:not(.contextual) {
    padding: 30px 20px;
  }
}
.node--type-page.node--view-mode-banner .field--name-field-lead-in {
  font-size: 19px;
  color: #fff;
}
.node--type-page.node--view-mode-full.has-sidebar {
  max-width: 920px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.node--type-page.node--view-mode-full.has-sidebar:after {
  display: block;
  clear: both;
  content: '';
}
.node--type-page.node--view-mode-full.has-sidebar .field--name-field-components {
  float: left;
  width: 55%;
}
@media screen and (max-width: 760px) {
  .node--type-page.node--view-mode-full.has-sidebar .field--name-field-components {
    float: none;
    width: auto;
  }
}
.node--type-page.node--view-mode-full.has-sidebar .field--name-field-sidebar-embed {
  float: right;
  width: 40%;
  margin-top: 40px;
}
@media screen and (max-width: 760px) {
  .node--type-page.node--view-mode-full.has-sidebar .field--name-field-sidebar-embed {
    float: none;
    width: auto;
    margin: 20px;
  }
}
.node--type-bio.node--view-mode-banner {
  background: #0a2f6c;
  background-image: url(images/94f34375a16e4bd286d62345e4655ffb.svg);
  background-size: 432px;
}
.node--type-bio.node--view-mode-banner > div:not(.contextual) {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 65px 0;
}
.node--type-bio.node--view-mode-banner > div:not(.contextual):after {
  display: block;
  clear: both;
  content: '';
}
@media screen and (max-width: 960px) {
  .node--type-bio.node--view-mode-banner > div:not(.contextual) {
    padding: 30px 20px;
  }
}
.node--type-bio.node--view-mode-region-bio .taxonomy-term > .contextual,
.node--type-bio.node--view-mode-teaser .taxonomy-term > .contextual {
  display: none !important;
}
.node--type-bio.node--view-mode-region-bio h3,
.node--type-bio.node--view-mode-teaser h3 {
  line-height: 0.7em;
  margin-bottom: 6px;
  display: inline-block;
}
.node--type-bio.node--view-mode-region-bio h3 > a,
.node--type-bio.node--view-mode-teaser h3 > a,
.node--type-bio.node--view-mode-region-bio h3 > span a,
.node--type-bio.node--view-mode-teaser h3 > span a {
  font-size: 15px;
  color: #fff;
  background: #00c3b3;
  padding: 0 5px;
  text-transform: uppercase;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.node--type-bio.node--view-mode-region-bio .field--name-field-image a,
.node--type-bio.node--view-mode-teaser .field--name-field-image a {
  display: block;
  width: 84px;
  overflow: hidden;
  margin: 0 auto 3px;
  padding-top: 5px;
}
.node--type-bio.node--view-mode-region-bio .field--name-field-image a:hover img,
.node--type-bio.node--view-mode-teaser .field--name-field-image a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.node--type-bio.node--view-mode-region-bio .field--name-field-image img,
.node--type-bio.node--view-mode-teaser .field--name-field-image img {
  width: 74px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.node--type-bio.node--view-mode-region-bio.has-photo .field--name-field-image,
.node--type-bio.node--view-mode-teaser.has-photo .field--name-field-image {
  display: none;
}
.node--type-bio.node--view-mode-region-bio .field--name-field-photo img,
.node--type-bio.node--view-mode-teaser .field--name-field-photo img {
  width: 84px;
  height: auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.view-governing-council.view-display-id-block_3 .node--type-bio.node--view-mode-region-bio .field--name-field-photo img,
.view-governing-council.view-display-id-block_3 .node--type-bio.node--view-mode-teaser .field--name-field-photo img,
.view-governing-council.view-display-id-block_5 .node--type-bio.node--view-mode-region-bio .field--name-field-photo img,
.view-governing-council.view-display-id-block_5 .node--type-bio.node--view-mode-teaser .field--name-field-photo img {
  width: 150px;
}
.node--type-bio.node--view-mode-region-bio .field--name-field-photo a,
.node--type-bio.node--view-mode-teaser .field--name-field-photo a {
  display: block;
  overflow: hidden;
  width: 87px;
  height: 87px;
  border: 2px solid #00c3b3;
  border-radius: 50%;
  margin: 0 auto 4px;
}
.view-governing-council.view-display-id-block_3 .node--type-bio.node--view-mode-region-bio .field--name-field-photo a,
.view-governing-council.view-display-id-block_3 .node--type-bio.node--view-mode-teaser .field--name-field-photo a,
.view-governing-council.view-display-id-block_5 .node--type-bio.node--view-mode-region-bio .field--name-field-photo a,
.view-governing-council.view-display-id-block_5 .node--type-bio.node--view-mode-teaser .field--name-field-photo a {
  width: 150px;
  height: 150px;
}
.node--type-bio.node--view-mode-region-bio .field--name-field-photo a:hover img,
.node--type-bio.node--view-mode-teaser .field--name-field-photo a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.node--type-bio.node--view-mode-region-bio .field--name-field-position,
.node--type-bio.node--view-mode-teaser .field--name-field-position {
  font-size: 15px;
  color: #fff;
  background: #00c3b3;
  padding: 0 10px;
  text-transform: uppercase;
}
.node--type-bio.node--view-mode-region-bio .field--name-field-name,
.node--type-bio.node--view-mode-teaser .field--name-field-name {
  font-weight: bold;
}
.node--type-bio.node--view-mode-region-bio .field--name-field-email-address,
.node--type-bio.node--view-mode-teaser .field--name-field-email-address,
.node--type-bio.node--view-mode-region-bio .field--name-field-phone-number,
.node--type-bio.node--view-mode-teaser .field--name-field-phone-number {
  font-size: 14px;
  margin-bottom: 2px;
}
.node--type-bio.node--view-mode-region-bio p,
.node--type-bio.node--view-mode-teaser p {
  margin: 0;
  font-size: 15px;
}
body.page-node-type-bio .node--type-bio.node--view-mode-full {
  max-width: 920px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
body.page-node-type-bio .node--type-bio.node--view-mode-full:after {
  display: block;
  clear: both;
  content: '';
}
.node--type-bio.node--view-mode-full .group-left {
  padding-bottom: 30px;
  border-bottom: 2px solid #c3c2c2;
  margin-bottom: 30px;
}
.node--type-bio.node--view-mode-full .field--name-dynamic-token-fieldnode-region-image,
.node--type-bio.node--view-mode-full .field--name-field-photo {
  width: 110px;
  float: right;
  border-left: 10px solid #fff;
  background: #fff;
  box-sizing: content-box;
}
@media screen and (max-width: 550px) {
  .node--type-bio.node--view-mode-full .field--name-dynamic-token-fieldnode-region-image,
  .node--type-bio.node--view-mode-full .field--name-field-photo {
    width: 80px;
  }
}
.node--type-bio.node--view-mode-full .field--name-dynamic-token-fieldnode-region-image img,
.node--type-bio.node--view-mode-full .field--name-field-photo img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.node--type-bio.node--view-mode-full.has-photo .field--name-dynamic-token-fieldnode-region-image {
  display: none;
}
.node--type-bio.node--view-mode-full h2.title {
  font-size: 30px;
  margin: 0;
  text-transform: uppercase;
}
.node--type-bio.node--view-mode-full h3 {
  margin: 0;
}
.node--type-bio.node--view-mode-full h3 p {
  margin: 0;
}
.node--type-bio.node--view-mode-full .field--name-field-position {
  font-size: 24px;
  font-family: "brandon-grotesque", sans-serif;
  line-height: 1.1em;
  font-weight: bold;
}
.node--type-bio.node--view-mode-full .field--name-field-phone-number {
  display: inline-block;
  font-size: 15px;
}
.node--type-bio.node--view-mode-full .field--name-field-phone-number a {
  color: #434444;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  outline: none;
}
.node--type-bio.node--view-mode-full .field--name-field-phone-number:after {
  color: #e9f0f3;
  content: " | ";
}
.node--type-bio.node--view-mode-full .field--name-field-email-address {
  display: inline-block;
  padding-left: 2px;
  font-size: 15px;
}
.node--type-bio.node--view-mode-full .field--name-field-email-address a {
  color: #f2a900;
  font-weight: bold;
  outline: none;
}
.node--type-bio.node--view-mode-full .field--name-field-map-title {
  font-size: 20px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  padding: 20px 0 5px;
  color: #5d706e;
  text-transform: uppercase;
}
.node--type-bio.node--view-mode-full .field--name-field-map-embed iframe {
  width: 100%;
  border: 0;
}
#block-morebioslink {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 0 80px;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: normal;
}
#block-morebioslink:after {
  display: block;
  clear: both;
  content: '';
}
.paragraph--type-text #block-morebioslink {
  font-size: 19px;
  line-height: 1.3em;
}
#block-morebioslink p {
  margin: 0 0 1em;
}
#block-morebioslink p:last-child {
  margin-bottom: 0;
}
#block-morebioslink h2 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
  color: #092b63;
}
#block-morebioslink h3 {
  font-size: 30px;
  line-height: 1.1em;
  margin: 0 0 0.15em;
  color: #092b63;
}
#block-morebioslink h4 {
  text-transform: uppercase;
  font-size: 20px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  margin: 0 0 0.25em;
}
#block-morebioslink h5 {
  font-size: 20px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  margin: 0 0 0.25em;
}
#block-morebioslink a {
  color: #219cdc;
}
#block-morebioslink a:hover {
  color: #1a7db0;
}
#block-morebioslink a.button {
  border: 0;
  padding: 4px 10px;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  background: #219cdc;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0;
  transition: all 0.3s;
}
#block-morebioslink a.button:hover {
  background: #1a7db0;
}
#block-morebioslink hr {
  height: 1px;
  background-color: #c3c2c2;
  border: none;
}
#block-morebioslink .columns {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-gap: 50px;
  -moz-column-gap: 50px;
  -webkit-column-gap: 50px;
}
@media screen and (max-width: 700px) {
  #block-morebioslink .columns {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }
}
#block-morebioslink .columns > div {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
  /* IE 11 */
  display: table;
}
.node--type-event.node--view-mode-banner {
  background-color: #0a2f6c;
  background-image: url(images/94f34375a16e4bd286d62345e4655ffb.svg);
  background-size: 432px;
}
.node--type-event.node--view-mode-banner > div:not(.contextual) {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  padding: 65px 0 30px;
}
.node--type-event.node--view-mode-banner > div:not(.contextual):after {
  display: block;
  clear: both;
  content: '';
}
@media screen and (max-width: 960px) {
  .node--type-event.node--view-mode-banner > div:not(.contextual) {
    padding: 30px 20px;
  }
}
.node--type-event.node--view-mode-banner h1 {
  font-weight: bold;
}
.node--type-event.node--view-mode-banner .field {
  font-size: 19px;
  color: #fff;
  margin-bottom: 1px;
  max-width: 630px;
  font-family: "brandon-grotesque", sans-serif;
}
.node--type-event.node--view-mode-banner .field--name-field-banner-image {
  float: right;
  max-width: 200px;
  margin-top: -20px;
}
@media screen and (max-width: 710px) {
  .node--type-event.node--view-mode-banner .field--name-field-banner-image {
    max-width: 30%;
    margin-top: 0;
  }
}
.node--type-event.node--view-mode-banner .field--name-field-banner-image img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.node--type-event.node--view-mode-banner .field--name-dynamic-token-fieldnode-long-date {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
}
.node--type-event.node--view-mode-banner .field--name-field-time {
  display: inline-block;
  font-weight: bold;
}
.node--type-event.node--view-mode-banner .field--name-field-time:before {
  content: " | ";
}
.node--type-event.node--view-mode-banner .field--name-field-buttons {
  margin-top: 20px;
}
.node--type-event.node--view-mode-banner .field--name-field-buttons a {
  border: 0;
  padding: 4px 10px;
  font-weight: bold;
  color: #219cdc;
  font-size: 15px;
  background: #e9f0f3;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0;
  transition: all 0.3s;
}
.node--type-event.node--view-mode-banner .field--name-field-buttons a:hover {
  background: #c8dae1;
}
.node--type-event.node--view-mode-banner .field--name-field-buttons .field__item {
  display: inline-block;
  margin-right: 8px;
}
.node--type-event.node--view-mode-banner .field--name-field-buttons .field__item:first-child a {
  border: 0;
  padding: 4px 10px;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  background: #219cdc;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0;
  transition: all 0.3s;
}
.node--type-event.node--view-mode-banner .field--name-field-buttons .field__item:first-child a:hover {
  background: #1a7db0;
}
.node--type-event.node--view-mode-teaser .group-left {
  float: left;
  width: 85px;
}
@media screen and (max-width: 520px) {
  .node--type-event.node--view-mode-teaser .group-left {
    float: none;
    width: auto;
  }
}
.node--type-event.node--view-mode-teaser .group-right {
  float: left;
  width: calc(100% - 85px);
  padding: 0 60px 0 40px;
  font-size: 15px;
}
@media screen and (max-width: 800px) {
  .node--type-event.node--view-mode-teaser .group-right {
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 520px) {
  .node--type-event.node--view-mode-teaser .group-right {
    padding: 0;
    float: none;
    width: auto;
  }
}
.node--type-event.node--view-mode-teaser .field--name-field-date {
  background: #e9f0f3;
  padding: 12px 0;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 19px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3em;
}
@media screen and (max-width: 520px) {
  .node--type-event.node--view-mode-teaser .field--name-field-date {
    margin-bottom: 15px;
  }
}
.node--type-event.node--view-mode-teaser .field--name-field-date span {
  display: block;
}
@media screen and (max-width: 520px) {
  .node--type-event.node--view-mode-teaser .field--name-field-date span {
    display: inline-block;
  }
}
.node--type-event.node--view-mode-teaser .field--name-field-date .day {
  font-size: 25px;
}
@media screen and (max-width: 520px) {
  .node--type-event.node--view-mode-teaser .field--name-field-date .day {
    font-size: 19px;
    padding-left: 0.5em;
  }
}
.node--type-event.node--view-mode-teaser h3 {
  padding-bottom: 8px;
  border-bottom: 2px solid #f2a900;
  margin-bottom: 8px;
}
.node--type-event.node--view-mode-teaser h3 a {
  color: #434444;
}
.node--type-event.node--view-mode-teaser h3 a:hover {
  color: #092b63;
}
.node--type-event.node--view-mode-teaser .field--name-dynamic-token-fieldnode-long-date {
  font-weight: bold;
  display: inline;
}
.node--type-event.node--view-mode-teaser .field--name-field-time {
  display: inline;
  font-weight: bold;
}
.node--type-event.node--view-mode-teaser .field--name-field-time:before {
  content: " | ";
}
.node--type-event.node--view-mode-teaser .field--name-field-teaser {
  font-size: 15px;
  padding: 10px 0 3px;
}
.node--type-event.node--view-mode-teaser .field--name-node-link {
  display: inline-block;
  margin-right: 8px;
}
.node--type-event.node--view-mode-teaser .field--name-node-link a {
  border: 0;
  padding: 4px 10px;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  background: #219cdc;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0;
  transition: all 0.3s;
}
.node--type-event.node--view-mode-teaser .field--name-node-link a:hover {
  background: #1a7db0;
}
.even .node--type-event.node--view-mode-teaser .field--name-node-link a {
  border: 0;
  padding: 4px 10px;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  background: #6bc048;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0;
  transition: all 0.3s;
}
.even .node--type-event.node--view-mode-teaser .field--name-node-link a:hover {
  background: #559e37;
}
.node--type-event.node--view-mode-teaser .field--name-field-buttons {
  display: inline-block;
}
.node--type-event.node--view-mode-teaser .field--name-field-buttons a {
  border: 0;
  padding: 4px 10px;
  font-weight: bold;
  color: #219cdc;
  font-size: 15px;
  background: #e9f0f3;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0;
  transition: all 0.3s;
}
.node--type-event.node--view-mode-teaser .field--name-field-buttons a:hover {
  background: #c8dae1;
}
.even .node--type-event.node--view-mode-teaser .field--name-field-buttons a {
  border: 0;
  padding: 4px 10px;
  font-weight: bold;
  color: #6bc048;
  font-size: 15px;
  background: #e9f0f3;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0;
  transition: all 0.3s;
}
.even .node--type-event.node--view-mode-teaser .field--name-field-buttons a:hover {
  background: #c8dae1;
}
.node--type-event.node--view-mode-teaser .field--name-field-buttons .field__item {
  display: inline-block;
  margin-right: 8px;
  /*&:first-child a {
          .button;

          .even & {
            .button(@color-green);
          }
        }*/
}
.node--type-event.node--view-mode-homepage-teaser {
  background-color: #F2F2F2;
  height: 100%;
  margin: 0 auto;
  max-width: 275px;
  padding: 15px;
  position: relative;
}
.node--type-event.node--view-mode-homepage-teaser h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  margin: 10px 0 0;
}
.node--type-event.node--view-mode-homepage-teaser h3 a {
  color: #262626;
}
.node--type-event.node--view-mode-homepage-teaser h3 a::before {
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.node--type-event.node--view-mode-homepage-teaser .field--name-dynamic-token-fieldnode-medium-date {
  margin: -20px -15px 0;
  padding: 15px 15px 10px;
  position: relative;
  font-family: "brandon-grotesque", sans-serif;
}
.node--type-event.node--view-mode-homepage-teaser .field--name-dynamic-token-fieldnode-medium-date span {
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
}
.node--type-event.node--view-mode-homepage-teaser .field--name-dynamic-token-fieldnode-medium-date span.is-day {
  margin-left: 3px;
}
.node--type-event.node--view-mode-homepage-teaser .field--name-dynamic-token-fieldnode-medium-date span.is-year {
  color: #092b63;
  margin-left: 3px;
}
.node--type-training-tool.node--view-mode-banner {
  background: #0a2f6c;
  background-image: url(images/94f34375a16e4bd286d62345e4655ffb.svg);
  background-size: 432px;
}
.node--type-training-tool.node--view-mode-banner > div:not(.contextual) {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 65px 0;
}
.node--type-training-tool.node--view-mode-banner > div:not(.contextual):after {
  display: block;
  clear: both;
  content: '';
}
@media screen and (max-width: 960px) {
  .node--type-training-tool.node--view-mode-banner > div:not(.contextual) {
    padding: 30px 20px;
  }
}
.node--type-training-tool.node--view-mode-teaser {
  text-align: center;
  margin: 0 15px 30px;
  padding: 40px 20px 20px;
  font-size: 15px;
  color: #5d706e;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .node--type-training-tool.node--view-mode-teaser {
    margin: 0 10px 30px;
  }
}
.node--type-training-tool.node--view-mode-teaser > div {
  background: #fff;
  height: 100%;
}
.node--type-training-tool.node--view-mode-teaser .group-right {
  padding: 15px;
}
.node--type-training-tool.node--view-mode-teaser.has-image .group-right {
  padding-top: 5px;
}
.node--type-training-tool.node--view-mode-teaser img {
  width: 100%;
  height: auto;
}
.node--type-training-tool.node--view-mode-teaser h3 {
  color: #434444;
  margin-bottom: 5px;
}
.node--type-training-tool.node--view-mode-teaser .field--name-field-topic {
  width: calc(100% - 40px);
  position: absolute;
  text-align: center;
  top: 12px;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.node--type-training-tool.node--view-mode-teaser .field--name-field-teaser {
  border-top: 2px solid #f2a900;
  padding-top: 12px;
  margin-top: 14px;
}
.node--type-training-tool.node--view-mode-teaser.has-image .field--name-field-teaser {
  border: 0;
}
.node--type-training-tool.node--view-mode-teaser .field--name-field-tool-type {
  text-transform: uppercase;
  font-size: 13px;
}
.node--type-training-tool.node--view-mode-teaser .field--name-node-link a {
  border: 0;
  padding: 4px 10px;
  font-weight: bold;
  color: #092b63;
  font-size: 15px;
  background: #fff;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0;
  transition: all 0.3s;
  margin-bottom: 0;
}
.node--type-training-tool.node--view-mode-teaser .field--name-node-link a:hover {
  background: #e6e6e6;
}
.node--type-training-tool.node--view-mode-full > div > .group-left {
  max-width: 920px;
  margin: 40px auto;
}
.node--type-training-tool.node--view-mode-full > div > .group-left:after {
  display: block;
  clear: both;
  content: '';
}
.node--type-training-tool.node--view-mode-full > div > .group-left .field {
  margin: 40px 0;
}
.node--type-news.node--view-mode-teaser-hp-secondary > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.node--type-news.node--view-mode-teaser-hp-secondary > div > .group-right {
  -webkit-flex-basis: 75px;
      -ms-flex-preferred-size: 75px;
          flex-basis: 75px;
}
.node--type-news.node--view-mode-teaser-hp-secondary > div > .group-left {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px 0 0;
}
.node--type-news.node--view-mode-teaser-hp-secondary h3 {
  line-height: 34px;
  text-decoration: underline;
}
.node--type-news.node--view-mode-teaser-hp-secondary h3 a::before {
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.node--type-news.node--view-mode-teaser-hp-secondary .field--name-field-news-date {
  font-family: "brandon-grotesque", sans-serif;
  color: #0a2b63;
  font-size: 15px;
  margin: 0 0 3px;
}
.node--type-news.node--view-mode-teaser-hp-secondary .field--name-field-image {
  border-radius: 100%;
  margin-top: 25px;
  overflow: hidden;
}
.node--type-news.node--view-mode-teaser-hp-secondary .field--name-field-image img {
  display: block;
}
.node--type-news.node--view-mode-teaser-hp-lead {
  position: relative;
}
.node--type-news.node--view-mode-teaser-hp-lead .field--name-field-news-date {
  font-family: "brandon-grotesque", sans-serif;
  color: #0a2b63;
  font-size: 15px;
  margin: 10px 0 0;
}
.node--type-news.node--view-mode-teaser-hp-lead h3 {
  font-size: 31px;
  line-height: 45px;
  margin: 0 0 5px;
  text-decoration: underline;
}
.node--type-news.node--view-mode-teaser-hp-lead h3 a::before {
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.node--type-news.node--view-mode-teaser-hp-lead .field--name-field-teaser {
  font-family: "brandon-grotesque", sans-serif;
  color: #0a2b63;
  font-size: 21px;
}
.node--type-news.node--view-mode-banner {
  background: #0a2f6c;
  background-image: url(images/94f34375a16e4bd286d62345e4655ffb.svg);
  background-size: 432px;
}
.node--type-news.node--view-mode-banner > div:not(.contextual) {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  padding: 65px 0 30px;
}
.node--type-news.node--view-mode-banner > div:not(.contextual):after {
  display: block;
  clear: both;
  content: '';
}
@media screen and (max-width: 960px) {
  .node--type-news.node--view-mode-banner > div:not(.contextual) {
    padding: 30px 20px;
  }
}
.node--type-news.node--view-mode-banner h1 {
  font-weight: bold;
  max-width: 750px;
}
.node--type-news.node--view-mode-banner .field--name-field-news-date {
  color: #fff;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  padding-bottom: 4px;
}
.node--type-news.node--view-mode-teaser .group-left {
  float: left;
  width: calc(100% - 150px);
  padding: 0 40px 0 0;
  font-size: 15px;
}
@media screen and (max-width: 700px) {
  .node--type-news.node--view-mode-teaser .group-left {
    padding-right: 20px;
  }
}
@media screen and (max-width: 550px) {
  .node--type-news.node--view-mode-teaser .group-left {
    float: none;
    padding-right: 0;
    width: 100%;
  }
}
.node--type-news.node--view-mode-teaser .group-right {
  float: left;
  width: 150px;
}
@media screen and (max-width: 550px) {
  .node--type-news.node--view-mode-teaser .group-right {
    float: none;
    width: auto;
    max-width: 150px;
  }
}
.node--type-news.node--view-mode-teaser .group-right img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 550px) {
  .node--type-news.node--view-mode-teaser .group-right img {
    margin-top: 20px;
  }
}
.node--type-news.node--view-mode-teaser .field--name-field-news-date {
  font-weight: bold;
}
.node--type-news.node--view-mode-teaser h3 {
  padding-bottom: 8px;
  border-bottom: 2px solid #f2a900;
  margin-bottom: 8px;
}
.node--type-news.node--view-mode-teaser h3 a {
  color: #434444;
}
.node--type-news.node--view-mode-teaser h3 a:hover {
  color: #092b63;
}
.node--type-news.node--view-mode-teaser .field--name-field-teaser {
  font-size: 15px;
  padding: 10px 0 3px;
}
.node--type-news.node--view-mode-teaser .field--name-node-link a {
  border: 0;
  padding: 4px 10px;
  font-weight: bold;
  color: #219cdc;
  font-size: 15px;
  background: #e9f0f3;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0;
  transition: all 0.3s;
  margin-bottom: 0;
}
.node--type-news.node--view-mode-teaser .field--name-node-link a:hover {
  background: #c8dae1;
}
.node--type-member-tool.node--view-mode-banner {
  background: #0a2f6c;
  background-image: url(images/94f34375a16e4bd286d62345e4655ffb.svg);
  background-size: 432px;
}
.node--type-member-tool.node--view-mode-banner > div:not(.contextual) {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 65px 0;
}
.node--type-member-tool.node--view-mode-banner > div:not(.contextual):after {
  display: block;
  clear: both;
  content: '';
}
@media screen and (max-width: 960px) {
  .node--type-member-tool.node--view-mode-banner > div:not(.contextual) {
    padding: 30px 20px;
  }
}
.node--type-member-tool.node--view-mode-teaser {
  text-align: center;
  margin: 0 15px 30px;
  padding: 20px;
  font-size: 15px;
  color: #5d706e;
}
.node--type-member-tool.node--view-mode-teaser > div {
  background: #fff;
  height: 100%;
}
.node--type-member-tool.node--view-mode-teaser .group-right {
  padding: 15px;
}
.node--type-member-tool.node--view-mode-teaser.has-image .group-right {
  padding-top: 5px;
}
.node--type-member-tool.node--view-mode-teaser img {
  width: 100%;
  height: auto;
}
.node--type-member-tool.node--view-mode-teaser h3 {
  color: #434444;
  margin-bottom: 5px;
}
.node--type-member-tool.node--view-mode-teaser .field--name-field-teaser {
  border-top: 2px solid #f2a900;
  padding-top: 12px;
  margin-top: 14px;
}
.node--type-member-tool.node--view-mode-teaser.has-image .field--name-field-teaser {
  border: 0;
}
.node--type-member-tool.node--view-mode-teaser .field--name-field-tool-type {
  text-transform: uppercase;
  font-size: 13px;
}
.node--type-member-tool.node--view-mode-teaser .field--name-node-link a {
  border: 0;
  padding: 4px 10px;
  font-weight: bold;
  color: #092b63;
  font-size: 15px;
  background: #fff;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0;
  transition: all 0.3s;
  margin-bottom: 0;
}
.node--type-member-tool.node--view-mode-teaser .field--name-node-link a:hover {
  background: #e6e6e6;
}
.node--type-member-tool.node--view-mode-full > div > .group-left {
  max-width: 920px;
  margin: 0 auto;
}
.node--type-member-tool.node--view-mode-full > div > .group-left:after {
  display: block;
  clear: both;
  content: '';
}
.node--type-member-tool.node--view-mode-full > div > .group-left .field {
  margin: 40px 0;
}
/* stylelint-disable selector-class-pattern */
.node--type-popup {
  position: relative;
  z-index: 1000;
}
.node--type-popup .modal__overlay {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.node--type-popup .modal__overlay::before {
  background-image: url(images/94f34375a16e4bd286d62345e4655ffb.svg);
  background-repeat: repeat;
  background-size: 432px 432px;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.95;
  position: absolute;
  top: 0;
  width: 100%;
}
.node--type-popup .modal__container {
  background-color: #fff;
  box-sizing: border-box;
  margin: 10vh 5vw 3vh;
  max-height: 100vh;
  max-width: 770px;
  overflow-y: auto;
  padding: 45px 60px;
  position: relative;
}
.node--type-popup .modal__header {
  background-color: transparent;
}
.node--type-popup .modal__close {
  background: transparent;
  border: 0;
  height: 32px;
  overflow: hidden;
  position: absolute;
  right: 15px;
  text-indent: -9999px;
  top: 10px;
  width: 32px;
}
.node--type-popup .modal__header .modal__close::before {
  background-image: url(images/ffaa55d2987914afd49442ad67e3369e.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 32px;
  left: 0;
  position: absolute;
  top: 0;
  width: 32px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.node--type-popup .micromodal-slide {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  display: none;
}
.node--type-popup .micromodal-slide.is-open {
  display: block;
  z-index: 100;
}
.node--type-popup h2 {
  font-family: "brandon-grotesque", sans-serif;
  color: #012f6c;
  font-size: 31px;
  text-align: center;
}
.node--type-popup .field--name-field-supertitle {
  font-family: "brandon-grotesque", sans-serif;
  color: #012f6c;
  text-align: center;
  text-transform: uppercase;
}
.node--type-popup .field--name-field-call-to-action {
  padding: 10px 0 0;
  text-align: center;
}
.node--type-popup .field--name-field-call-to-action a {
  border: 0;
  padding: 4px 10px;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  background: #219cdc;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0;
  transition: all 0.3s;
  padding: 7.5px 40px;
}
.node--type-popup .field--name-field-call-to-action a:hover {
  background: #1a7db0;
}
.node--type-story.node--view-mode-banner {
  background: #0a2f6c;
  background-image: url(images/94f34375a16e4bd286d62345e4655ffb.svg);
  background-size: 432px;
}
.node--type-story.node--view-mode-banner > div:not(.contextual) {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  padding: 65px 0 30px;
}
.node--type-story.node--view-mode-banner > div:not(.contextual):after {
  display: block;
  clear: both;
  content: '';
}
@media screen and (max-width: 960px) {
  .node--type-story.node--view-mode-banner > div:not(.contextual) {
    padding: 30px 20px;
  }
}
.node--type-story.node--view-mode-banner h1 {
  max-width: 750px;
}
.node--type-story.node--view-mode-banner .field--name-field-name {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  padding-bottom: 4px;
}
.node--type-story.node--view-mode-teaser .field--name-field-title,
.node--type-story.node--view-mode-homepage-teaser .field--name-field-title {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #092b63;
  font-family: "brandon-grotesque", sans-serif;
  text-decoration: underline;
}
.node--type-story.node--view-mode-teaser .field--name-field-teaser-text,
.node--type-story.node--view-mode-homepage-teaser .field--name-field-teaser-text,
.node--type-story.node--view-mode-teaser .field--name-field-name,
.node--type-story.node--view-mode-homepage-teaser .field--name-field-name {
  font-size: 15px;
  color: #5d706e;
}
.node--type-story.node--view-mode-teaser .field--name-field-name::before,
.node--type-story.node--view-mode-homepage-teaser .field--name-field-name::before {
  content: '- ';
  font-size: 15px;
  color: #5d706e;
}
.node--type-story.node--view-mode-teaser .field--name-field-topics,
.node--type-story.node--view-mode-homepage-teaser .field--name-field-topics {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
}
.node--type-story.node--view-mode-teaser .field--name-field-topics .field__item,
.node--type-story.node--view-mode-homepage-teaser .field--name-field-topics .field__item {
  font-size: 15px;
  color: #5d706e;
  text-transform: uppercase;
  margin-left: 8px;
}
.node--type-story.node--view-mode-teaser .field--name-field-topics .field__item:first-child,
.node--type-story.node--view-mode-homepage-teaser .field--name-field-topics .field__item:first-child {
  margin-left: 0;
}
.node--type-story.node--view-mode-teaser .field--name-field-topics .field__item::after,
.node--type-story.node--view-mode-homepage-teaser .field--name-field-topics .field__item::after {
  content: ", ";
}
.node--type-story.node--view-mode-teaser .field--name-field-topics .field__item:last-child::after,
.node--type-story.node--view-mode-homepage-teaser .field--name-field-topics .field__item:last-child::after {
  content: '';
}
.node--type-story.node--view-mode-full > div:not(.contextual) {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  padding: 65px 0 30px;
}
.node--type-story.node--view-mode-full > div:not(.contextual):after {
  display: block;
  clear: both;
  content: '';
}
@media screen and (max-width: 960px) {
  .node--type-story.node--view-mode-full > div:not(.contextual) {
    padding: 30px 20px;
  }
}
.node--type-story.node--view-mode-full .field--name-field-topics {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 1px;
}
.node--type-story.node--view-mode-full .field--name-field-topics .field__item {
  font-size: 19px;
  text-decoration: underline;
  margin-left: 8px;
}
.node--type-story.node--view-mode-full .field--name-field-topics .field__item:first-child {
  margin-left: 0;
}
.node--type-story.node--view-mode-full .field--name-field-topics .field__item::after {
  content: ", ";
}
.node--type-story.node--view-mode-full .field--name-field-topics .field__item:last-child::after {
  content: '';
}
.node--type-story.node--view-mode-full .field--name-field-topics::before {
  content: 'TOPICS: ';
  color: #092b63;
  font-weight: bold;
  font-size: 19px;
  padding-right: 5px;
  margin-right: 8px;
}


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