@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

/* remember to define visible focus styles!
:focus {
	outline: ?????;
} */
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

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

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/* CUSTOM BOOSTRAP VARIABLES  */
/*---------------------------

COMPONENTS > COLORS

---------------------------*/
/*light blue*/
/*navy*/
/******************************************
BASE MIXINS
******************************************/
::selection {
  color: #000;
  background: gray; }

::-moz-selection {
  color: #000;
  background: gray; }

* * {
  font-display: swap !important; }

html,
body {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: "acumin-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  /*font-size: 62.5%;*/
  word-break: initial;
  color: black;
  background: #fff; }

a {
  transition: color 0.15s ease-out;
  text-decoration: none;
  color: #F4C300;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*main &.external.button:not(.button-fancy) {
    padding-right: 5rem !important;

    background-image: url('/public/ui/images/icons/icon_external_link.svg');
    background-repeat: no-repeat;
    background-position: center right 2rem;
    background-size: auto 40%;
  }
  main &[href$='pdf'],
  main &[href$='doc'],
  main &[href$='docx'],
  main &[href$='txt'],
  main &[href$='zip'],
  main &[type='application/pdf'] {
    padding-right: 5rem !important;

    background-image: url('/public/ui/images/icons/icon_download.svg');
    background-repeat: no-repeat;
    background-position: center right 2rem;
    background-size: auto 50%;
  }*/ }
  .landingPage p a:not(.button) {
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.6); }
    .landingPage p a:not(.button):hover {
      text-decoration: underline;
      color: #000; }

a:hover {
  text-decoration: none;
  color: gold; }

p {
  padding: 0 0 20px;
  font-weight: 300; }

ol,
ul {
  font-size: 1.6rem; }

ul {
  list-style: disc; }

ol {
  list-style: decimal;
  font-weight: 300; }

p ul {
  list-style: decimal; }

p ol {
  list-style: decimal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "acumin-pro-extra-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1em;
  text-transform: uppercase;
  /*color:$headlineTextColor;*/
  margin-bottom: 2rem; }
  h1.blueGray,
  h2.blueGray,
  h3.blueGray,
  h4.blueGray,
  h5.blueGray,
  h6.blueGray {
    color: #83a9ae; }
  h1.yellow,
  h2.yellow,
  h3.yellow,
  h4.yellow,
  h5.yellow,
  h6.yellow {
    color: #F4C300; }
  h1.navy,
  h2.navy,
  h3.navy,
  h4.navy,
  h5.navy,
  h6.navy {
    color: #2e4a52; }
  h1.white,
  h2.white,
  h3.white,
  h4.white,
  h5.white,
  h6.white {
    color: #FFF; }

h2 {
  font-size: 4.5rem; }

h3 {
  font-size: 3.5rem; }

h4 {
  font-size: 3rem; }

h5 {
  font-size: 2rem; }

h6 {
  font-size: 1.5rem; }

ul,
ol {
  margin: 0 0 2rem 2rem; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-top: 1rem;
    margin-bottom: 0; }
  ul li,
  ol li {
    margin-bottom: 1rem; }

ul,
ol,
li {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

ul {
  list-style-image: url("/public/ui/images/icons/icon_bullet.svg"); }

strong,
b {
  font-weight: 700; }

em,
i {
  font-style: italic; }

.blue-text {
  color: #83a9ae; }

.navy-text {
  color: #2e4a52; }

button:active,
button:focus,
button::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner {
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  -moz-appearance: none;
  appearance: none; }

input {
  border-radius: 0;
  /*appearance: none;*/ }

img {
  /*max-width: 100%;
  height: auto !important;*/
  content-visibility: auto; }

small {
  font-size: 80%; }

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

@media (max-width: 992px) {
  h2 {
    font-size: 3.5rem; } }

.hide {
  display: none; }

.clearfix {
  clear: both;
  line-height: 0; }

.fixed {
  position: fixed; }

.absolute {
  position: absolute; }

.strip-margin {
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px; }

.strip-padding {
  padding: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px; }

.top-spacing {
  padding-top: 40px; }

.top-spacing-double {
  padding-top: 80px; }

.top-spacing-half {
  padding-top: 20px; }

.top-spacing-margin {
  margin-top: 40px; }

.top-spacing-margin-half {
  margin-top: 20px; }

.strip-top-spacing {
  padding-top: 0px; }

.bottom-spacing {
  padding-bottom: 20px; }

.bottom-spacing-double {
  padding-bottom: 80px; }

.bottom-spacing-half {
  padding-bottom: 10px; }

.bottom-spacing-margin {
  margin-bottom: 40px; }

.bottom-spacing-margin-half {
  margin-bottom: 20px; }

.right-spacing-half {
  padding-right: 20px; }

.spacer {
  padding: 8px; }

.margin-right {
  margin-right: 40px; }

.horizontal-align-center {
  margin: 0 auto;
  text-align: center; }

@media (max-width: 768px) {
  .top-spacing-double {
    padding-top: 40px; }
  .bottom-spacing-double {
    padding-bottom: 40px; } }

.skewInner {
  transform: skewX(25deg);
  -webkit-transform: skewX(25deg);
  -moz-transform: skewX(25deg);
  -o-transform: skewX(25deg);
  -ms-transform: skewX(25deg); }

.skewOuter {
  transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg); }

.content-wrapper {
  margin: 0 auto;
  /*based on 960px width of 1024px design*/
  /*based on 850px width of 1024px design*/
  /*for more managemable form size*/ }
  .content-wrapper--large {
    width: 93%; }
  .content-wrapper--small {
    width: 83%; }
  .content-wrapper--form {
    width: 50%; }

.center {
  margin: 0 auto;
  text-align: center; }

.yellowBackground {
  background: #fff8db; }

.margin-whiteSpace {
  margin: 20px; }

@media (max-width: 768px) {
  .content-wrapper {
    margin: 0 auto; }
    .content-wrapper--large {
      width: 90%; }
    .content-wrapper--small {
      width: 90%; }
    .content-wrapper--form {
      width: 90%; } }

.divider {
  width: 100%;
  border-bottom: 1px solid #83a9ae;
  margin-bottom: 40px; }
  .divider-yellow {
    border-bottom: 1px solid #F4C300; }

/*---------------------------

MODULES > Header

---------------------------*/
header {
  width: 100%;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover; }
  header.headerHero {
    width: 100%;
    height: 40vw;
    aspect-ratio: 8/3.2;
    position: relative; }
    header.headerHero img {
      object-fit: cover;
      object-position: center center;
      width: 100%;
      height: 40vw;
      aspect-ratio: 8/3.2;
      display: block;
      height: auto;
      position: absolute;
      top: 0;
      left: 0; }

.single-item {
  overflow: hidden; }

.slide-item:nth-child(n+1) {
  display: none; }

.slick-initialized,
.slide-item:first-child {
  display: block; }

.show-mobile {
  display: none; }

.no-mobile {
  overflow: hidden; }

.memo-Box {
  position: relative;
  z-index: 1;
  float: right;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  height: 100%;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .memo-Box h2 {
    color: #83a9ae;
    border-bottom: 1px solid #83a9ae;
    padding-bottom: 6.66667px; }
  .memo-Box h4 {
    color: #83a9ae; }

.memo-Box-content {
  margin-right: 160px;
  padding: 13.33333px;
  max-width: 500px;
  background: rgba(255, 255, 255, 0.88);
  /*fallback*/
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  vertical-align: middle;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-positive: 0;
  flex-grow: 0; }
  .memo-Box-content--border {
    border: 1px solid #83a9ae;
    padding: 13.33333px; }

@media (max-width: 992px) {
  header {
    background-position: 50% 50%;
    background-size: cover; }
  .show-mobile {
    display: block; }
  .no-mobile {
    display: none; }
  .memo-Box {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%; }
  .memo-Box-content {
    max-width: 100%;
    width: 100%;
    margin: 0 auto; }
    .memo-Box-content--border {
      width: 100%; } }

/*---------------------------

MODULES > Nav

---------------------------*/
.Nav {
  font-family: "acumin-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  background: linear-gradient(-45deg, #46676b 0%, #83a9ae 100%); }
  .Nav-logo {
    position: absolute;
    z-index: 5;
    top: 65px;
    left: 75px;
    display: block;
    padding: 2rem 3rem 0rem 3rem; }
    .Nav-logo img {
      height: 9rem; }
  .Nav-menu {
    display: none; }
  .Nav-splash {
    background: linear-gradient(-45deg, #46676b 0%, #83a9ae 100%); }
    .Nav-splash > div {
      transform: skewX(-25deg);
      -webkit-transform: skewX(-25deg);
      -moz-transform: skewX(-25deg);
      -o-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
      transition: all 0.2s ease-in-out; }
      .Nav-splash > div.donate {
        float: right;
        margin-right: -15px;
        width: 300px;
        background: #F4C300;
        color: #2e4a52;
        text-transform: uppercase; }
      .Nav-splash > div.donate a {
        padding: 20px 0px 20px 40px;
        display: block;
        color: #2e4a52;
        transition: all 0.2s ease-in-out; }
        .Nav-splash > div.donate a:hover {
          background: #ffd428;
          transition: all 0.2s ease-in-out; }

.Nav-button {
  transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  background: linear-gradient(-45deg, #83a9ae 0%, #5a858a 100%);
  transition: all 0.2s ease-in-out; }
  .Nav-button a {
    transform: skewX(25deg);
    -webkit-transform: skewX(25deg);
    -moz-transform: skewX(25deg);
    -o-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    display: block;
    color: #FFF;
    text-transform: uppercase;
    padding: 20px 80px;
    transition: all 0.2s ease-in-out; }
  .Nav-button:hover, .Nav-button.active {
    background: #92b4b8;
    transition: all 0.2s ease-in-out; }
  .Nav-button.active a {
    font-weight: 700;
    color: #2e4a52; }
  .Nav-button.drop-down:hover:after {
    position: absolute;
    top: calc(100% - 1rem);
    left: 45%;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-right: 1rem solid transparent;
    border-bottom: 1rem solid #FFF;
    border-left: 1rem solid transparent;
    transform: skewX(25deg);
    -webkit-transform: skewX(25deg);
    -moz-transform: skewX(25deg);
    -o-transform: skewX(25deg);
    -ms-transform: skewX(25deg); }
  .Nav-button.donate {
    background: #F4C300; }
    .Nav-button.donate a {
      color: #2e4a52; }
    .Nav-button.donate:hover, .Nav-button.donate.active {
      background: #ffcf0f;
      transition: all 0.2s ease-in-out; }
      .Nav-button.donate:hover:after, .Nav-button.donate.active:after {
        border-bottom: 1rem solid #2e4a52; }

ul.Nav-main {
  text-align: center;
  margin: 0 auto;
  padding: 0px;
  width: 100%;
  font-size: 0px; }
  ul.Nav-main li {
    font-size: 20px;
    display: inline-block;
    margin: 0px; }
    ul.Nav-main li.drop-down:hover ul.Nav-sub, ul.Nav-main li.drop-down.active ul.Nav-sub {
      display: inline-block; }
    ul.Nav-main li.drop-down:hover ul.Nav-sub {
      z-index: 2; }

ul.Nav-main li ul.Nav-sub {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  background: #FFF; }
  ul.Nav-main li ul.Nav-sub a {
    color: #2e4a52;
    text-transform: uppercase; }
    ul.Nav-main li ul.Nav-sub a:hover {
      color: #83a9ae; }
  ul.Nav-main li ul.Nav-sub li {
    background: transparent;
    text-align: center;
    display: inline-block;
    padding: 20px 20px; }
    ul.Nav-main li ul.Nav-sub li:after {
      content: '/';
      padding-left: 40px;
      font-size: 2.5rem; }
    ul.Nav-main li ul.Nav-sub li:last-child:after {
      display: none; }
    ul.Nav-main li ul.Nav-sub li.active a {
      color: #83a9ae;
      font-weight: 700; }

.accent {
  transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  position: absolute;
  left: -15px;
  background: linear-gradient(-45deg, #46676b 0%, #83a9ae 100%);
  width: 300px;
  z-index: 3;
  padding: 20px 0px 20px 40px; }

.Nav-mobile-header {
  cursor: pointer;
  width: 100%;
  display: inline-block;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  vertical-align: middle;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #FFF; }
  .Nav-mobile-header img {
    width: 40px;
    height: 100%;
    text-align: left; }
  .Nav-mobile-header .header-left {
    float: left;
    width: 50%;
    text-align: left;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .Nav-mobile-header .header-right {
    height: 100%;
    width: 50%;
    float: right;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: right; }

.Nav-mobile {
  display: none;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 1000;
  font-family: "acumin-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  background: linear-gradient(-45deg, #46676b 0%, #83a9ae 100%);
  color: #FFF;
  text-align: center; }
  .Nav-mobile .open-nav {
    display: none; }
  .Nav-mobile a {
    color: #FFF; }
  .Nav-mobile h2 {
    text-align: right;
    margin-bottom: 0px;
    padding: 5% 0; }
  .Nav-mobile ul.Nav-mobile-main {
    text-align: left;
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .Nav-mobile ul.Nav-mobile-main li {
      margin: 0px;
      border-bottom: 1px solid #83a9ae; }
      .Nav-mobile ul.Nav-mobile-main li:last-child {
        border-bottom: 0px; }
      .Nav-mobile ul.Nav-mobile-main li a {
        color: #FFF;
        text-transform: uppercase;
        padding: 10px;
        display: inline-block; }
      .Nav-mobile ul.Nav-mobile-main li.Nav-donate {
        background: #F4C300;
        text-align: center; }
        .Nav-mobile ul.Nav-mobile-main li.Nav-donate a {
          color: #2e4a52;
          text-align: center; }
      .Nav-mobile ul.Nav-mobile-main li .drop-down {
        width: 100%;
        display: inline-block;
        /* OLD - iOS 6-, Safari 3.1-6, BB7 */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
        display: flex;
        /* NEW, Spec - Firefox, Chrome, Opera */
        vertical-align: middle;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .Nav-mobile ul.Nav-mobile-main li .drop-down img {
          width: 20px;
          height: auto; }
        .Nav-mobile ul.Nav-mobile-main li .drop-down .drop-down--wide {
          display: inline-block;
          width: 49%;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%; }
        .Nav-mobile ul.Nav-mobile-main li .drop-down .drop-down--narrow {
          display: inline-block;
          width: 49%;
          float: right;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          text-align: right; }
  .Nav-mobile ul.Nav-mobile-sub {
    display: none;
    background: #83a9ae;
    margin: 0px;
    padding: 0px;
    font-size: 1em;
    text-align: center; }
    .Nav-mobile ul.Nav-mobile-sub li {
      display: inline-block;
      border-bottom: 0px; }
      .Nav-mobile ul.Nav-mobile-sub li:after {
        content: '/'; }
      .Nav-mobile ul.Nav-mobile-sub li:last-child:after {
        display: none; }
      .Nav-mobile ul.Nav-mobile-sub li a {
        padding: 5px; }

@media screen and (min-width: 1011px) and (max-width: 1750px) {
  .Nav-button a {
    padding: 13.33333px 40px; }
  ul.Nav-main li {
    font-size: 16px; }
  .accent {
    width: 150px;
    padding: 13.33333px 0px 13.33333px 40px; }
  #Nav-wrapper {
    position: relative;
    overflow: none; }
  .Nav {
    overflow-x: hidden; }
    .Nav-logo {
      left: 0;
      bottom: 0;
      top: auto;
      -ms-transform: translateY(50%);
      transform: translateY(50%); }
  ul.Nav-main li ul.Nav-sub {
    padding-right: 40px; }
  ul.Nav-main li ul.Nav-sub li {
    padding: 13.33333px 0px 13.33333px 40px; } }

@media screen and (min-width: 1011px) and (max-width: 1145px) {
  ul.Nav-main {
    text-align: right;
    margin-right: -15px; } }

@media screen and (min-width: 0px) and (max-width: 1010px) {
  .Nav {
    display: none; }
  .mobile-logo, .Nav-mobile {
    display: block; } }

/*---------------------------

MODULES > Main

---------------------------*/
body {
  min-height: 100vh;
  margin: 0;
  padding: 0; }

.siteWrapper {
  /*position: absolute;
  width: 100%;
  height: 100%;*/
  /*max-width: $screen-lg;*/
  margin: auto;
  transition: .5s;
  font-size: 1.75rem;
  line-height: 2.75rem; }
  .siteWrapper--active {
    left: 20rem;
    transition: .5s; }

/* icons */
i.slashes,
i.slashes-alt {
  display: block;
  text-align: center;
  width: 3rem;
  height: 4.5rem;
  margin: 0 auto;
  background-image: url(/public/ui/images/icons/icon_blue-slashes.svg);
  background-repeat: no-repeat;
  background-size: 100%; }
  i.slashes.center,
  i.slashes-alt.center {
    margin: 4px auto;
    background-position: center center; }

i.slashes-alt {
  background-image: url(/public/ui/images/icons/icon_yellow-slashes.svg); }

/*---------------------------

MODULES > Alert Feed

---------------------------*/
#takeover {
  width: 100%;
  background: #2e4a52 url(../images/backgrounds/backgrounds-pattern-slash.png);
  background-position: top center;
  background-repeat: repeat-x;
  padding: 20px 0;
  height: 65px;
  color: #FFF;
  font-size: 1em; }
  #takeover ul li {
    display: inline; }

.marquee {
  width: 100%;
  overflow: hidden; }
  .marquee span {
    font-family: "acumin-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.25em;
    padding-right: 10px; }
  .marquee ul {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    .marquee ul li {
      display: inline; }
      .marquee ul li:after {
        padding: 0px 20px;
        content: '>'; }
      .marquee ul li:last-child:after {
        content: ''; }

@media (max-width: 992px) {
  #takeover {
    height: 65px;
    font-size: 0.75em; } }

/*---------------------------

MODULES > Two Section Lead In

---------------------------*/
.twoSectionLeadIn {
  margin: 20px;
  padding: 40px 0;
  background: #83a9ae url("/public/ui/images/backgrounds/backgrounds-pattern-slash.png");
  background-repeat: repeat-x; }
  .twoSectionLeadIn h2 {
    font-size: 4rem;
    color: #FFF;
    text-align: center; }
  .twoSectionLeadIn .twoSectionLeadInWrapper {
    display: inline-block;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    border: 1px solid #FFF;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .twoSectionLeadIn .twoSectionLeadInWrapper > div {
      padding: 40px;
      display: inline-block; }
    .twoSectionLeadIn .twoSectionLeadInWrapper .left {
      padding-left: 40px;
      padding-right: 20px;
      -ms-flex: 1 0 30%;
      flex: 1 0 30%; }
    .twoSectionLeadIn .twoSectionLeadInWrapper .right {
      padding-left: 20px;
      padding-right: 40px;
      -ms-flex: 1 0 30%;
      flex: 1 0 30%; }
    .twoSectionLeadIn .twoSectionLeadInWrapper .center {
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      -ms-flex: 1 0 30%;
      flex: 1 0 30%;
      padding: 0 40px; }
  .twoSectionLeadIn .left h2,
  .twoSectionLeadIn .right h2 {
    text-align: left; }
  .twoSectionLeadIn .links {
    margin: 0 auto;
    text-align: center; }
  .twoSectionLeadIn a.button {
    border: 1px solid #FFF;
    position: relative;
    top: -20px; }

@media (max-width: 1200px) {
  .twoSectionLeadIn .twoSectionLeadInWrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .twoSectionLeadIn .twoSectionLeadInWrapper > div {
      padding: 0px 0; }
    .twoSectionLeadIn .twoSectionLeadInWrapper .center {
      margin-top: -10px; }
    .twoSectionLeadIn .twoSectionLeadInWrapper .left {
      -ms-flex-order: 2;
      order: 2;
      padding: 20px 20px 0px 20px;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%; }
    .twoSectionLeadIn .twoSectionLeadInWrapper .right {
      -ms-flex-order: 3;
      order: 3;
      padding: 20px 20px 40px 20px;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%; } }

/*---------------------------

MODULES > One Section Lead In

---------------------------*/
.OneSectionLeadIn {
  margin: 20px;
  padding: 40px 0;
  background: #83a9ae url("/public/ui/images/backgrounds/backgrounds-pattern-slash.png");
  background-repeat: repeat-x;
  text-align: center; }
  .OneSectionLeadIn h2 {
    color: white; }
  .OneSectionLeadIn .copy {
    border: 1px solid #FFF;
    padding: 40px 80px; }
  .OneSectionLeadIn a.button {
    border: 1px solid #FFF;
    position: relative;
    top: -20px; }
  .OneSectionLeadIn.about .copy {
    text-align: left;
    font-size: 1.25em;
    line-height: 1.75; }
    .OneSectionLeadIn.about .copy strong {
      font-size: 1.5em;
      color: #FFF;
      font-family: "acumin-pro-extra-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: normal; }

@media (max-width: 992px) {
  .OneSectionLeadIn {
    padding: 40px 0 0 0; }
    .OneSectionLeadIn .copy {
      padding: 20px 20px; }
    .OneSectionLeadIn.about .copy {
      text-align: left;
      font-size: 1em;
      line-height: 1.5; }
      .OneSectionLeadIn.about .copy strong {
        line-height: 1; } }

/*---------------------------

MODULES > TextImage

---------------------------*/
.column-wrapper {
  width: 100%;
  display: inline-block;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -moz-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 40px 0; }

.content-column {
  text-align: center;
  padding: 0 20px;
  margin: 40px auto;
  text-align: center; }
  .content-column h2 {
    color: #2e4a52; }
  .content-column.border-column {
    border-right: 1px solid #83a9ae; }
    .content-column.border-column h2, .content-column.border-column p {
      text-align: left;
      margin-bottom: -10px; }
    .content-column.border-column p {
      padding-right: 40px; }
  .content-column.three {
    -ms-flex: 1 0 33%;
    flex: 1 0 33%; }
    .content-column.three:nth-child(3n) {
      border-right: 0px; }
  .content-column.four {
    -ms-flex: 1 0 25%;
    flex: 1 0 25%; }
    .content-column.four:nth-child(4n) {
      border-right: 0px; }
  .content-column.five {
    -ms-flex: 1 0 19%;
    flex: 1 0 19%; }
    .content-column.five:nth-child(5n) {
      border-right: 0px; }
  .content-column:last-child {
    border-right: 0px; }
  .content-column .button-link {
    text-align: left; }

.column-link:after {
  margin: 0 auto;
  display: block;
  width: 3rem;
  height: 3rem;
  content: ''; }

.column-link:hover:after {
  margin: 0 auto;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-right: 3rem solid transparent;
  border-bottom: 3rem solid #2e4a52;
  border-left: 3rem solid transparent; }

/*@media (min-width: 1316px) and (max-width: 1365px){*/
@media (min-width: 1316px) and (max-width: 1432px) {
  a.column-link.five {
    -ms-flex: 1 0 30%;
    flex: 1 0 30%; }
    a.column-link.five:nth-child(4n) {
      border-right: 0px; }
    a.column-link.five:nth-child(5n) {
      border-right: 1px solid #83a9ae; }
    a.column-link.five:last-child {
      border-right: 0px; }
  .content-column.five {
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    flex: 1 0 30%; }
    .content-column.five:nth-child(3n) {
      border-right: 0px; }
    .content-column.five:nth-child(5n) {
      border-right: 1px solid #83a9ae; }
    .content-column.five:last-child {
      border-right: 0px; } }

@media (min-width: 992px) and (max-width: 1315px) {
  .content-column.five {
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    flex: 1 0 30%; }
    .content-column.five:nth-child(3n) {
      border-right: 0px; }
    .content-column.five:nth-child(5n) {
      border-right: 1px solid #83a9ae; }
    .content-column.five:last-child {
      border-right: 0px; }
  .content-column.four {
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    flex: 1 0 30%; }
    .content-column.four:nth-child(3n) {
      border-right: 0px; }
    .content-column.four:nth-child(4n) {
      border-right: 1px solid #83a9ae; }
    .content-column.four:last-child {
      border-right: 0px; }
  a.column-link.five {
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    flex: 1 0 30%; }
    a.column-link.five:nth-child(4n) {
      border-right: 0px; }
    a.column-link.five:nth-child(5n) {
      border-right: 1px solid #83a9ae; }
    a.column-link.five:last-child {
      border-right: 0px; } }

@media (max-width: 992px) {
  .column-wrapper .content-column {
    border-right: 0px;
    border-bottom: 1px solid #83a9ae;
    padding: 40px 20px;
    margin: 0px auto;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%; }
    .column-wrapper .content-column:last-child {
      border-bottom: 0px;
      padding-bottom: 0px; }
    .column-wrapper .content-column.border-column {
      border-right: 0px; } }

/*---------------------------

MODULES > Map Graphic

---------------------------*/
.MapGraphic {
  padding: 80px 0;
  background: #83a9ae url("/public/ui/images/backgrounds/backgrounds-pattern-slash.png");
  background-repeat: repeat-x; }
  .MapGraphic h2 {
    color: white; }
  .MapGraphic p {
    border: 1px solid #FFF;
    padding: 40px 80px; }
  .MapGraphic .left,
  .MapGraphic .right {
    display: inline-block;
    min-height: 400px; }
  .MapGraphic .left {
    width: 45%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain; }
  .MapGraphic .right {
    float: right;
    width: 50%;
    padding-top: 50px; }
  .MapGraphic-cities h4 {
    text-align: left;
    margin-left: 8px;
    color: #2e4a52;
    margin-bottom: 0px; }
  .MapGraphic-cities ul {
    margin: 0 0 2rem;
    list-style: none;
    text-align: left;
    margin-left: 26.66667px;
    /*display: flex;*
      justify-content: left;
      flex-wrap: wrap;*/ }
  .MapGraphic-cities li:after {
    content: ' / '; }
  .MapGraphic-cities li:last-child:after {
    content: ''; }
  .MapGraphic-cities li a, .MapGraphic-cities li {
    display: inline-block;
    color: #FFF;
    transition: all 0.2s ease-in-out; }
  .MapGraphic-cities li a {
    text-decoration: underline; }
  .MapGraphic-cities li a:hover {
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    opacity: 0.75; }
  .MapGraphic a.button {
    border: 1px solid #FFF;
    position: relative;
    top: -20px; }

/*.map-header {display: flex;padding-bottom: $globalSpacing/6;align-items: center;}*/
.map-header {
  display: table; }

.map-header > * {
  display: table-cell;
  vertical-align: center; }

.map-header img {
  width: 15px;
  height: 15px;
  margin-right: 10px; }

@media (max-width: 768px) {
  .MapGraphic {
    /*padding: 6rem 4rem 4rem;*/
    /*.map-header {display: flex;padding: $globalSpacing/6 0; border: 1px solid red;justify-content: flex-start;}   */ }
    .MapGraphic .left,
    .MapGraphic .right {
      width: 100%;
      display: block;
      min-height: inherit; }
    .MapGraphic .left {
      width: 100%;
      height: auto;
      height: 45vh;
      background-position: center center;
      background-size: 100%; }
    .MapGraphic .right {
      float: none;
      width: 100%;
      padding-bottom: 20px; }
    .MapGraphic-cities {
      margin: 0;
      padding: 0; }
      .MapGraphic-cities ul {
        display: block;
        margin: 0;
        padding: 0;
        text-align: left;
        padding-bottom: 20px; }
      .MapGraphic-cities li {
        display: block;
        margin: 0;
        margin-left: 26.66667px; }
    .MapGraphic p {
      padding: 20px 20px 40px 20px; } }

@media (max-width: 500px) {
  .left {
    height: auto; } }

@media only screen and (max-device-width: 768px) and (orientation: landscape) {
  .MapGraphic .left {
    height: 100vh; } }

@media (max-width: 768px) {
  .MapGraphic {
    padding: 40px 0; }
    .MapGraphic-cities li:after {
      content: ''; } }

/*---------------------------

MODULES > Promo Links

---------------------------*/
.PromoLinks {
  width: 100%;
  display: inline-block;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "acumin-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2; }
  .PromoLinks-link {
    width: 25%;
    height: auto;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    padding: 3rem 2rem;
    background: linear-gradient(-45deg, #83a9ae 0%, #5a858a 100%);
    transition: all 0.2s ease-in-out; }
    .PromoLinks-link-text {
      font-size: 2.5rem;
      display: block;
      margin: 2rem;
      text-transform: uppercase;
      color: #FFF; }
    .PromoLinks-link:hover {
      background: linear-gradient(-45deg, #5a858a 0%, #83a9ae 100%);
      transition: all 0.2s ease-in-out; }
  .PromoLinks-icon {
    width: auto;
    height: 6rem; }
  .PromoLinks-chevron {
    height: 3rem;
    width: 3rem; }

@media (max-width: 768px) {
  .PromoLinks-link {
    display: inline-block;
    float: left;
    width: 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%; }
    .PromoLinks-link:nth-child(3) {
      -ms-flex-order: 4;
      order: 4; } }

/*---------------------------

MODULES > CorporatePartners

---------------------------*/
.corporatePartners {
  position: relative;
  z-index: 2;
  padding: 14rem 4rem;
  text-align: center; }
  .corporatePartners h2 {
    color: #2e4a52; }
  .corporatePartners .partners {
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    margin-top: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .corporatePartners .partners .partner {
      display: inline-block; }
      .corporatePartners .partners .partner img {
        position: relative;
        z-index: 101;
        display: block;
        max-width: 20rem;
        max-height: 16rem;
        padding: 2rem; }
      .corporatePartners .partners .partner .partnerInfo {
        z-index: 100;
        display: none;
        margin: 0 auto; }
      .corporatePartners .partners .partner:hover {
        background: url(../images/backgrounds/pointer.svg);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 15%; }
      .corporatePartners .partners .partner:hover .partnerInfo {
        position: absolute;
        right: 0;
        bottom: 0rem;
        left: 0;
        display: block;
        padding-top: 100px;
        padding-bottom: 50px; }
  .corporatePartners .infoBg {
    position: absolute;
    z-index: 99;
    bottom: 0;
    width: 100%;
    height: 200px; }

@media (max-width: 768px) {
  .corporatePartners {
    padding: 18rem 4rem; }
  .partner img {
    text-align: center;
    margin: 0 auto; } }

@media screen and (min-width: 0px) and (max-width: 450px) {
  .corporatePartners {
    padding: 5rem 4rem; }
  .corporatePartners .partners .partner:hover .partnerInfo {
    display: none; } }

/*
@media (max-width:768px) {
  .corporatePartners {
    .partners {
      padding-bottom: 20rem;
    }

      .partnerInfo {
        z-index: 100;

        display: block;
      }
    }  
}*/
/*---------------------------

MODULES > LogoList

---------------------------*/
.LogoList {
  position: relative;
  z-index: 2;
  padding: 6rem 4rem 4rem;
  text-align: center; }
  .LogoList-soup {
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    margin-top: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .LogoList-image {
    padding: 2rem 4rem;
    text-align: center;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .LogoList-image img {
      display: block;
      max-height: 5rem;
      margin: 0 auto; }

/*---------------------------

MODULES > Image

---------------------------*/
figure {
  width: 100%;
  margin-bottom: 4rem;
  position: relative; }
  figure img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto !important; }
  figure.align-right img {
    margin-left: auto;
    margin-right: 0; }
  figure.align-left img {
    margin-left: 0;
    margin-right: auto; }
  figure figcaption {
    width: 100%;
    display: block;
    font-size: 70%;
    text-align: center;
    max-width: -webkit-fit-content;
    max-width: fit-content;
    line-height: 150%;
    margin-right: auto;
    margin-left: auto; }

@media (min-width: 768px) {
  figure[style*="float"] {
    display: inline;
    max-width: 50%;
    max-width: -webkit-fit-content;
    max-width: fit-content; }
    figure[style*="float"]:after {
      content: "";
      clear: both;
      display: table; } }

.Image-round {
  display: inline-block;
  position: relative;
  background: #83a9ae;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #a2bec2 0%, #FFF 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#94b7bc', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border-radius: 50%;
  max-width: 100%s; }
  .Image-round.five-column img {
    width: 210px;
    max-width: 100%;
    height: auto;
    /* container height - (border thickness * 2) */
    /* container height - (border thickness * 2) */ }
  .Image-round.solo img {
    max-width: 270px;
    height: auto;
    /* container height - (border thickness * 2) */
    /* container height - (border thickness * 2) */ }

.Image-round img {
  /* equal to border thickness */
  /* equal to border thickness */
  border-radius: 50%;
  display: block;
  margin: auto; }

@media (max-width: 992px) {
  .Image-round.solo {
    width: 250px;
    height: 250px; }
  .Image-round.solo img {
    width: 220px;
    /* container height - (border thickness * 2) */
    height: 220px;
    /* container height - (border thickness * 2) */ } }

.Image {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center; }
  .Image + .Image {
    margin-top: -1.5rem;
    margin-bottom: 2rem; }
  .Image div {
    display: block;
    width: 100%; }
  .Image img {
    max-width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto; }
  .Image--two {
    margin: 0 0 3rem;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .Image--two div {
      width: calc(50% - 1rem); }
  .Image figcaption {
    width: 100%;
    display: block;
    font-size: 70%;
    text-align: center; }

/*---------------------------

MODULES > Editorial

---------------------------*/
.Editorial {
  position: relative;
  margin: 2rem 8%;
  padding: 40px 0; }
  .Editorial-form embed, .Editorial-form iframe {
    width: 100%; }
  .Editorial-downloadlinks {
    padding-bottom: 40px;
    clear: both; }
  .Editorial ul {
    list-style: url("/public/ui/images/icons/icon_chevron.svg");
    font-weight: 300; }
  .Editorial:after {
    display: block;
    clear: both;
    content: ''; }
  .Editorial h2,
  .Editorial h3,
  .Editorial h4,
  .Editorial h5,
  .Editorial h6 {
    clear: left; }
  .Editorial h2, .Editorial h3 {
    color: #83a9ae; }
  .Editorial h4, .Editorial h5, .Editorial h6 {
    color: #2e4a52; }
  .Editorial header {
    margin: 4rem 0; }
  .Editorial article {
    float: left;
    width: 60%; }
    .Editorial article.full {
      float: none;
      width: 100%;
      margin: 0 auto; }
  .Editorial .aside-wrapper {
    float: left;
    width: calc(40% - 4rem);
    height: auto;
    margin: 0 0 0 4rem; }
  .Editorial aside.asideQuote {
    text-align: center; }
    .Editorial aside.asideQuote .asideCopy {
      width: 300px;
      margin: 0 auto;
      text-align: left;
      padding-top: 40px; }
    .Editorial aside.asideQuote .quote {
      width: 50px;
      margin: 0 auto; }
    .Editorial aside.asideQuote p {
      padding: 20px 0; }
  .Editorial aside.asideDev, .Editorial aside.asideHelp, .Editorial aside.asideWhere {
    max-width: 400px; }
  .Editorial aside.asideDev {
    background: linear-gradient(-45deg, #d0dee0 0%, #83a9ae 100%);
    padding: 40px;
    margin: 0 auto; }
    .Editorial aside.asideDev h3 {
      color: #FFF; }
    .Editorial aside.asideDev ul {
      list-style: url("/public/ui/images/icons/icon_chevron.svg"); }
    .Editorial aside.asideDev a {
      color: #2e4a52;
      text-decoration: underline; }
  .Editorial aside.asideHelp, .Editorial aside.asideWhere {
    margin: 0 auto; }
    .Editorial aside.asideHelp h3, .Editorial aside.asideWhere h3 {
      color: #2e4a52;
      background: #F4C300;
      padding: 20px;
      text-align: center;
      margin: 0px; }
    .Editorial aside.asideHelp .copy, .Editorial aside.asideWhere .copy {
      background: #FFF;
      padding: 20px 20px 0px 20px; }
  .Editorial aside.asideQuote, .Editorial aside.asideDev, .Editorial aside.asideHelp, .Editorial aside.asideWhere {
    margin-bottom: 40px; }
  .Editorial-columns {
    margin: 0 0 4rem;
    column-count: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    break-inside: avoid; }
    .Editorial-columns .column-border {
      -ms-flex: 1;
      flex: 1;
      -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
      position: relative;
      min-width: 240px;
      max-width: 20%;
      padding-left: 2rem;
      padding-right: 2rem; }
      .Editorial-columns .column-border .Image-round {
        max-width: 100%; }
    .Editorial-columns.images {
      text-align: center; }
    @media (max-width: 640px) {
      .Editorial-columns {
        column-count: 1 !important; } }
    .Editorial-columns h1,
    .Editorial-columns h2,
    .Editorial-columns h3,
    .Editorial-columns h4,
    .Editorial-columns h5,
    .Editorial-columns h6 {
      break-inside: avoid;
      column-break-before: always; }
    .Editorial-columns p {
      break-inside: avoid; }
    .Editorial-columns .copy {
      text-align: left; }
  .Editorial-crumbs {
    width: 100%;
    margin: 0 0 2rem;
    padding: 0;
    color: #2e4a52;
    list-style: none;
    font-family: "acumin-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2rem;
    text-transform: uppercase; }
    .Editorial-crumbs li {
      display: inline-block; }
      .Editorial-crumbs li:not(:last-child) {
        margin-right: 1rem;
        padding-right: 2rem;
        vertical-align: top;
        background: transparent url("/public/ui/images/icons/icon_chevron.svg") right 7px no-repeat; }
      .Editorial-crumbs li:last-child {
        font-weight: 700; }
    .Editorial-crumbs a {
      color: #2e4a52; }
      .Editorial-crumbs a:hover {
        color: #F4C300; }
  .Editorial-video {
    margin-bottom: 2rem; }
    .Editorial-video-container {
      position: relative;
      height: 0;
      padding-top: 25px;
      padding-bottom: 56.25%; }
    .Editorial-video object,
    .Editorial-video embed,
    .Editorial-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .Editorial-video-overlay {
      position: relative;
      display: block; }
      .Editorial-video-overlay:hover {
        cursor: pointer; }
        .Editorial-video-overlay:hover:after {
          opacity: .5; }
      .Editorial-video-overlay img {
        display: block;
        width: 100%; }
      .Editorial-video-overlay:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        content: '';
        transition: .5s;
        background: url("/public/ui/images/icons/icon_play.svg") center center no-repeat, linear-gradient(135deg, #83a9ae 0%, rgba(131, 169, 174, 0.5) 50%, #83a9ae 100%); }
  .Editorial-pagelinks, .Editorial-associatedlinks {
    margin: 2rem 0; }
    .Editorial-pagelinks a, .Editorial-associatedlinks a {
      margin-right: 1rem;
      margin-bottom: .5rem; }
  .Editorial-form {
    margin-bottom: 2rem; }
  .Editorial img[alt*='headshot'] {
    float: left;
    margin: 0 3rem 2rem 0;
    filter: grayscale(100%); }

@media (max-width: 992px) {
  .Editorial {
    max-width: 100%;
    margin: 2rem 2rem; }
    .Editorial article,
    .Editorial article.full {
      float: none;
      width: 100%; }
    .Editorial .aside-wrapper {
      float: none;
      border-top: 1px solid #83a9ae;
      padding-top: 20px;
      width: 100%;
      margin: 0; }
    .Editorial aside.asideDev, .Editorial aside.asideHelp, .Editorial aside.asideWhere {
      max-width: 100%; }
    .Editorial-back {
      position: relative;
      top: initial;
      right: initial; } }

@media (max-width: 768px) {
  .Editorial aside.asideDev {
    padding: 20px; } }

/*---------------------------

MODULES > Accordions

---------------------------*/
a.accordion-trigger {
  display: block;
  background: #83a9ae url("/public/ui/images/backgrounds/backgrounds-pattern-slash.png");
  background-repeat: repeat-x;
  padding: 20px;
  cursor: pointer;
  color: #2e4a52;
  transition: all 0.2s ease-in-out; }
  a.accordion-trigger h4 {
    margin-bottom: 0px;
    background: transparent url("/public/ui/images/icons/icon-accordion-arrow.png");
    background-size: 50px;
    background-position: 100% 50%;
    background-repeat: no-repeat; }
  a.accordion-trigger:hover {
    background: #F4C300;
    transition: all 0.2s ease-in-out; }
  a.accordion-trigger.open h4 {
    background: transparent url("/public/ui/images/icons/icon-accordion-arrow-2.png");
    background-size: 50px;
    background-position: 100% 50%;
    background-repeat: no-repeat; }

ul.accordion {
  display: none;
  list-style: none;
  background: #83a9ae;
  margin-left: 0px; }
  ul.accordion li {
    margin: 0px; }
    ul.accordion li a {
      padding: 20px;
      display: block;
      font-family: "acumin-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #2e4a52;
      transition: all 0.2s ease-in-out;
      cursor: pointer; }
      ul.accordion li a.link {
        background: transparent url("/public/ui/images/icons/icon_arrows-right.svg");
        background-size: 30px 100%;
        background-position: 95% 50%;
        background-repeat: no-repeat; }
        ul.accordion li a.link:hover {
          background: #F4C300 url("/public/ui/images/icons/icon_arrows-right.svg");
          background-size: 30px;
          background-position: 95% 50%;
          background-repeat: no-repeat;
          transition: all 0.2s ease-in-out; }
      ul.accordion li a.download {
        background: transparent url("/public/ui/images/icons/icon_download.svg");
        background-size: 30px 100%;
        background-position: 95% 50%;
        background-repeat: no-repeat; }
        ul.accordion li a.download:hover {
          background: #F4C300 url("/public/ui/images/icons/icon_download.svg");
          background-size: 30px 100%;
          background-position: 95% 50%;
          background-repeat: no-repeat; }
  ul.accordion li:nth-child(odd) {
    background: #a2bec2; }
  ul.accordion#locations-accordion h4 {
    margin-bottom: 0px; }
  ul.accordion#locations-accordion li {
    padding: 20px;
    font-family: "acumin-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #2e4a52; }
    ul.accordion#locations-accordion li a {
      padding: 0px;
      text-decoration: underline; }
      ul.accordion#locations-accordion li a:hover {
        text-decoration: none; }

.Resources {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: start;
  padding: 40px 3%;
  background-color: #fff8db; }
  .Resources .pdf {
    width: 33.3333%;
    margin: 40px 0;
    padding: 0 40px;
    border-right: 1px solid #83a9ae;
    -ms-flex-positive: 0;
    flex-grow: 0; }
    .Resources .pdf:nth-child(3n+0) {
      border: none; }
  .Resources .all {
    width: 100%;
    margin: 40px 0;
    padding: 40px;
    text-align: center;
    border-top: 1px solid #83a9ae;
    border-bottom: 1px solid #83a9ae; }
    .Resources .all img {
      max-width: 500px; }
  .Resources .video {
    width: calc(25% - 40px);
    margin: 40px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .Resources .thumbnail {
    position: relative; }
    .Resources .thumbnail img {
      width: 100%; }
    .Resources .thumbnail:after {
      color: #F4C300;
      font-size: 30px;
      display: block;
      content: '\25BA';
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      filter: drop-shadow(0px 0px 5px #000);
      border: 3px solid #F4C300;
      border-radius: 50%;
      height: 50px;
      width: 50px;
      padding: 7px 0 0 10px;
      pointer-events: none; }

@media (max-width: 992px) {
  .Resources .pdf {
    width: 100%;
    margin-top: 0;
    border-right: none;
    border-bottom: 1px solid #83a9ae; }
    .Resources .pdf:nth-child(3n+0) {
      border-bottom: 1px solid #83a9ae; }
  .Resources .all {
    margin-top: 0;
    padding-top: 0;
    border-top: none; }
  .Resources .video {
    width: calc(50% - 40px);
    margin-top: 0; } }

@media (max-width: 768px) {
  .Resources .video {
    width: 100%;
    margin-top: 0; } }

.Lightbox {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); }
  .Lightbox-video {
    position: relative;
    overflow: hidden;
    height: 0;
    width: 80%;
    width: 80vw;
    padding-top: 30px;
    padding-bottom: 45%;
    padding-bottom: 45vw; }
  .Lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 40px;
    line-height: 40px;
    color: #FFF;
    border: none;
    outline: none;
    background: none; }
  .Lightbox iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s; }

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #93B7BB;
  padding: 4rem;
  width: 50rem;
  border-radius: 0; }

.close-button {
  position: absolute;
  width: auto;
  line-height: 0;
  top: 13px;
  right: 9px;
  font-size: 2rem;
  color: white;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  transition: color .1s ease-out; }

.close-button:hover {
  color: black; }

.show-modal {
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  -ms-transform: scale(1);
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s; }

button.trigger {
  display: none; }

.modal-inner {
  background: white;
  padding: 2rem; }
  .modal-inner h2 {
    font-family: 'acumin-pro-condensed', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 4.75rem;
    color: #2D4A50;
    letter-spacing: 0;
    text-align: center;
    text-transform: unset;
    line-height: 4.08rem; }
  .modal-inner h3 {
    font-family: 'acumin-pro', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2.5rem;
    color: #93B7BB;
    letter-spacing: 0;
    text-transform: unset;
    text-align: center;
    line-height: 2.83rem;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 2.5rem; }
  .modal-inner button {
    background-color: #F5C400;
    font-family: 'acumin-pro', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.16rem;
    color: #FFFFFF;
    border: 0;
    letter-spacing: 0;
    text-align: center;
    line-height: 0;
    padding: 2.3rem 3.5rem 2.5rem 3.5rem;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
    border-radius: 6px;
    transition: background-color .2s ease-out;
    cursor: pointer; }
    .modal-inner button:hover {
      background-color: #ffd428; }

@media (max-width: 480px) {
  .modal-content {
    width: 90%;
    padding: 1.5rem; }
  .modal-inner {
    padding: 1.5rem; }
  .modal-inner h2 {
    font-size: 3.6rem;
    line-height: 3.4rem;
    margin-bottom: 2rem; }
  .modal-inner h3 {
    font-size: 1.9rem;
    line-height: 2.25rem;
    margin-bottom: 2.5rem; }
  .modal-inner button {
    padding: 1.8rem 3rem 2rem 3rem;
    font-size: 1.75rem; }
  .close-button {
    top: 7px;
    right: 3px;
    font-size: 1.5rem; } }

.PullQuote,
blockquote {
  font-family: "acumin-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
  font-size: 3.6rem;
  line-height: 120%;
  text-align: center; }
  .PullQuote:before,
  blockquote:before {
    content: '“'; }
  .PullQuote:after,
  blockquote:after {
    content: '”'; }

/*---------------------------

MODULES > Btn

---------------------------*/
.button,
a.button,
button.button {
  display: inline-block;
  font-family: "acumin-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 1rem;
  /*padding: 1rem 2rem;*/
  padding: 8px 13.33333px;
  text-align: center;
  transition: background-color .2s ease-out;
  font-weight: 600;
  text-transform: uppercase;
  color: #2e4a52;
  border: none;
  /*border-radius: 3rem;*/
  background-color: #F4C300; }
  .button:hover, .button:active, .button:focus,
  a.button:hover,
  a.button:active,
  a.button:focus,
  button.button:hover,
  button.button:active,
  button.button:focus {
    background-color: #ffd428; }
  .button-alt,
  a.button-alt,
  button.button-alt {
    background-color: #83a9ae; }
    .button-alt:hover, .button-alt:active, .button-alt:focus,
    a.button-alt:hover,
    a.button-alt:active,
    a.button-alt:focus,
    button.button-alt:hover,
    button.button-alt:active,
    button.button-alt:focus {
      color: #2e4a52;
      background-color: #cba200; }
  .button-fancy,
  a.button-fancy,
  button.button-fancy {
    margin: 0 8px 0 0;
    padding: 15px 32px 13px;
    font-size: 17px;
    border-radius: 3px;
    background-color: #f4b60f;
    background-image: linear-gradient(to, #f4ab0f 100%);
    box-shadow: inset 0 -1px 1px 0 #f7a403;
    text-shadow: #000 0 1px 0; }
    .button-fancy:hover, .button-fancy:active, .button-fancy:focus,
    a.button-fancy:hover,
    a.button-fancy:active,
    a.button-fancy:focus,
    button.button-fancy:hover,
    button.button-fancy:active,
    button.button-fancy:focus {
      background-color: #cf9b0f;
      background-image: linear-gradient(to, #cf910f 100%); }
  .button-taller,
  a.button-taller,
  button.button-taller {
    padding: 13.33333px 13.33333px; }
  .button#submit,
  a.button#submit,
  button.button#submit {
    font-size: 1em; }

.button-content-reveal {
  background-image: url("/splash-assets/public/ui/images/icons/icon-accordion-arrow.png");
  background-repeat: no-repeat;
  background-position: right center; }

a.button-content-reveal {
  padding-right: 40px; }

@media (max-width: 992px) {
  .button,
  a.button,
  button.button {
    display: block;
    text-align: center;
    margin-bottom: 1rem; } }

/*---------------------------

MODULES > Footer

---------------------------*/
footer {
  /*display: flex;*/
  clear: both;
  background: #2e4a52 url(../images/backgrounds/backgrounds-pattern-slash.png);
  background-repeat: repeat-x;
  background-position: top center;
  /*margin-top: 20rem;*/
  padding: 30px 100px; }
  footer .legal {
    font-size: 1.5rem;
    text-align: right;
    color: #FFF; }
  footer .navWrapper {
    -ms-flex-positive: .6;
    flex-grow: .6;
    padding-top: 40px; }
  footer .topNav,
  footer .bottomNav, footer .Footer-bottom {
    width: 100%;
    display: inline-block;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    margin: 0 auto;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  footer .Footer-bottom {
    -ms-flex-align: center;
    align-items: center; }
  footer .topNav ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
  footer .bottomNav {
    margin-top: 15px; }
  footer .topNav div {
    padding: 0 20px; }
  footer .topNav a {
    color: #FFF;
    transition: all 0.2s ease-in-out; }
    footer .topNav a:hover {
      color: #F4C300;
      transition: all 0.2s ease-in-out; }
  footer a.topNav-headings {
    text-transform: uppercase;
    font-family: "acumin-pro-extra-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 3rem; }
  footer a.topNav-sub {
    font-family: "acumin-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5rem; }
  footer .bottomNav a {
    color: #83a9ae; }
  footer .social {
    margin: 0 0 1rem; }
    footer .social a {
      display: inline-block;
      padding: 0 .5rem;
      font-size: 2.4rem; }
  footer .copyright {
    text-align: right;
    color: #FFF; }
    footer .copyright img {
      width: 40px;
      height: 40px;
      margin-left: 20px; }
    footer .copyright p {
      color: #FFF; }
      footer .copyright p img {
        padding: 0 20px; }
  footer img.footer-logo {
    width: 80px;
    height: 120px; }
  footer #mc_embed_signup h4 {
    color: #FFF;
    margin-bottom: 10px; }
  footer #mc_embed_signup .mce-error-response, footer #mc_embed_signup .mce-success-response {
    color: #FFF; }
  footer #mc_embed_signup input.email {
    padding: 13.33333px;
    width: 300px;
    font-size: 1rem; }
  footer .form-visible {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch; }

@media (max-width: 992px) {
  footer {
    padding: 3rem 4rem;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    footer .navWrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-positive: auto;
      flex-grow: auto; }
    footer .topNav,
    footer .bottomNav {
      display: block; }
    footer .topNav {
      text-align: center; }
      footer .topNav div {
        padding-bottom: 20px; }
    footer .social {
      margin-top: 20px; }
    footer .bottomNav {
      margin-top: 0; }
    footer .legal {
      margin-top: 2rem;
      text-align: center;
      margin: 0 auto; }
      footer .legal p > a > img {
        padding-bottom: 20px; }
    footer .Footer-bottom {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-top: 40px; }
    footer .email-form {
      padding-bottom: 40px;
      width: 100%; }
    footer .mc-field-group, footer #mc_embed_signup input.email {
      width: 100%; } }

@media (max-width: 768px) {
  #mc_embed_signup .form-visible {
    display: block; }
  #mc_embed_signup #mc-embedded-subscribe {
    margin: 10px 0 40px 0;
    float: right;
    width: 100%; } }

@media screen and (min-width: 0px) and (max-width: 1010px) {
  footer {
    padding-bottom: 100px; } }

/*---------------------------

MODULES > Form

---------------------------*/
.Form label {
  display: block;
  margin-bottom: 1rem; }

.Form input, .Form textarea {
  width: 100%;
  border: 1px solid #83a9ae;
  height: auto;
  font-family: inherit;
  font-size: 1.6rem;
  padding: .5rem 1rem;
  border-radius: .3rem; }

.Form-inputgroup {
  display: block;
  margin-bottom: 2rem; }

.Form .honey {
  visibility: hidden;
  height: 0;
  width: 0; }

/*---------------------------

MODULES > Feed

---------------------------*/
.Feed h3, .Feed h4, .Feed h5 {
  margin-bottom: 0px;
  padding-bottom: 0px; }

.Feed h4 {
  color: #F4C300; }

.Feed h3, .Feed h5 {
  margin-bottom: 0px;
  color: #2e4a52; }

.Feed h3 a {
  color: #2e4a52; }
  .Feed h3 a:hover {
    text-decoration: underline;
    color: #2e4a52; }

.Feed .tags {
  color: #2e4a52;
  text-transform: uppercase;
  font-family: "acumin-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #83a9ae; }
  .Feed .tags a {
    text-decoration: underline;
    color: #2e4a52;
    text-transform: uppercase;
    font-family: "acumin-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .Feed .tags a:hover {
      text-decoration: none;
      color: #F4C300; }
  .Feed .tags .pages {
    color: #F4C300;
    display: inline-block;
    width: 50%;
    text-align: right; }
    .Feed .tags .pages a {
      color: #F4C300;
      text-decoration: none; }

.Feed ul.tag, .Feed ul.tags-entry, .Feed ul.event-info {
  list-style: none;
  margin-left: 0px;
  padding: 0px;
  margin-bottom: 0px; }
  .Feed ul.tag li, .Feed ul.tags-entry li, .Feed ul.event-info li {
    display: inline-block;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-right: 10px; }
    .Feed ul.tag li:after, .Feed ul.tags-entry li:after, .Feed ul.event-info li:after {
      content: '/';
      padding-left: 10px; }
    .Feed ul.tag li:last-child:after, .Feed ul.tags-entry li:last-child:after, .Feed ul.event-info li:last-child:after {
      display: none; }

.Feed ul.tag {
  display: inline-block;
  width: 49%;
  text-align: left; }

.Feed ul.event-info {
  color: #2e4a52; }

.Feed article.feed {
  width: 100%;
  display: inline-block;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .Feed article.feed.rows {
    border-bottom: 1px solid #83a9ae;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .Feed article.feed.rows:last-child {
      border-bottom: 0px; }
  .Feed article.feed.boxes {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .Feed article.feed.boxes .box {
      padding: 0 40px;
      margin: 40px 0px;
      border-right: 1px solid #83a9ae;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%; }
      .Feed article.feed.boxes .box:nth-child(4n) {
        border-right: 0px; }
      .Feed article.feed.boxes .box:last-child {
        border-right: 0px; }
      .Feed article.feed.boxes .box .Feed-arrow {
        margin-top: 40px;
        text-align: right; }

.Feed .tags-entry {
  color: #83a9ae;
  font-family: "acumin-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .Feed .tags-entry a {
    color: #83a9ae;
    text-decoration: underline;
    text-transform: uppercase; }
    .Feed .tags-entry a:hover {
      text-decoration: none;
      color: #F4C300; }

.Feed-content h2, .Feed-content h3, .Feed-content h4, .Feed-content h5 {
  margin-bottom: 0px;
  padding-bottom: 0px; }

.Feed-content h2 a {
  color: #2e4a52; }
  .Feed-content h2 a:hover {
    text-decoration: underline; }

.Feed-content h3 {
  color: #83a9ae; }

.Feed-arrow img {
  width: 50px; }

.pagination {
  text-align: right;
  color: #F4C300;
  text-transform: uppercase;
  font-family: "acumin-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .pagination.bottom {
    border-top: 1px solid #83a9ae;
    padding: 40px 0 20px 0; }
  .pagination.top {
    border-bottom: 1px solid #83a9ae;
    padding-bottom: 40px; }

@media (min-width: 992px) and (max-width: 1315px) {
  .Feed article.feed.boxes .box {
    -ms-flex: 1 0 33%;
    flex: 1 0 33%; }
    .Feed article.feed.boxes .box:nth-child(3n) {
      border-right: 0px; }
    .Feed article.feed.boxes .box:nth-child(4n) {
      border-right: 1px solid #83a9ae; }
    .Feed article.feed.boxes .box:last-child {
      border-right: 0px; } }

@media (max-width: 992px) {
  .Feed ul.tag {
    display: block;
    width: 100%; }
  .Feed .tags .pages {
    display: block;
    width: 100%;
    padding-top: 20px; } }

@media (min-width: 768px) and (max-width: 992px) {
  .Feed article.feed.boxes .box {
    -ms-flex: 1 0 50%;
    flex: 1 0 50%; }
    .Feed article.feed.boxes .box:nth-child(even) {
      border-right: 0px; }
    .Feed article.feed.boxes .box:last-child {
      border-right: 0px; } }

@media (max-width: 768px) {
  .Feed article.feed.boxes .box {
    margin: 20px 0;
    padding: 20px 0;
    border-right: 0px;
    border-bottom: 1px solid #83a9ae;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center; }
    .Feed article.feed.boxes .box:last-child {
      border-bottom: 0px; }
    .Feed article.feed.boxes .box .Feed-content {
      text-align: left; }
    .Feed article.feed.boxes .box .Feed-arrow {
      text-align: left; } }

/*---------------------------

MODULES > Contact

---------------------------*/
.main-contacts-wrapper {
  display: inline-block;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-bottom: 20px; }
  .main-contacts-wrapper h2 {
    padding-bottom: 0px;
    margin-bottom: 10px; }

article.contact a {
  color: #2e4a52;
  text-decoration: underline; }
  article.contact a:hover {
    text-decoration: none; }

article.contact h2 {
  color: #2e4a52; }
  article.contact h2 a {
    color: #2e4a52;
    text-decoration: underline; }
    article.contact h2 a:hover {
      text-decoration: none; }

article.contact h3 {
  color: #83a9ae; }
  article.contact h3 a {
    color: #83a9ae;
    text-decoration: underline; }
    article.contact h3 a:hover {
      text-decoration: none; }

article.contact h5 {
  color: #2e4a52;
  margin-bottom: 0px;
  padding-bottom: 0px; }

article.contact ul {
  list-style: none;
  margin-left: 0px;
  font-size: 0.9em;
  margin-bottom: 20px;
  line-height: 1.5; }

article.contact li {
  margin-bottom: 0px; }

article.contact .split {
  column-count: 2;
  padding-bottom: 40px; }

article.contact .inner {
  margin-bottom: 40px; }

article.contact ul {
  break-inside: avoid; }

@media (max-width: 992px) {
  article.contact .split {
    column-count: 1; } }

/*---------------------------

MODULES > Financials

---------------------------*/
#financials h2 {
  color: #2e4a52;
  text-align: center; }

.financial-wrapper {
  display: inline-block;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -moz-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .financial-wrapper .accordion-financial {
    margin: 20px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%; }

@media (max-width: 992px) {
  .financial-wrapper .accordion-financial {
    margin: 20px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }

@media (max-width: 768px) {
  .financial-wrapper .accordion-financial {
    margin: 20px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }

/*---------------------------

MODULES > Staff

---------------------------*/
#staff h2 {
  color: #2e4a52;
  text-align: center; }

#staff .staff-level {
  border-bottom: 1px solid #83a9ae;
  padding: 40px 0; }
  #staff .staff-level h2 {
    text-align: left; }
  #staff .staff-level h3, #staff .staff-level h4, #staff .staff-level h5 {
    margin-bottom: 0px;
    color: #2e4a52; }
  #staff .staff-level:last-of-type {
    border-bottom: 0px; }

#staff .column-wrapper {
  padding-bottom: 0px; }

#staff .content-column {
  text-align: center; }
  #staff .content-column p {
    color: #000;
    padding-bottom: 0px;
    line-height: 1.25; }

#staff .bio {
  display: none;
  background: #83a9ae;
  padding: 40px;
  clear: both;
  width: 100%; }
  #staff .bio-copy {
    padding: 40px;
    border: 1px solid #FFF; }
  #staff .bio p:last-child {
    padding-bottom: 0px; }

#staff .staff {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%; }

#staff a.column-link {
  cursor: pointer;
  padding-bottom: 40px; }
  #staff a.column-link:after {
    display: none; }
  #staff a.column-link:hover {
    background: url("/public/ui/images/backgrounds/pointer-navy.svg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 40px 20px; }
  #staff a.column-link.activeDrawer {
    background: url("/public/ui/images/backgrounds/pointer-blueGray.svg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 40px 20px; }

@media (max-width: 1316px) and (min-width: 591px) {
  #staff .staff {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }

@media (max-width: 590px) and (min-width: 0px) {
  #staff .staff {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }

@media (max-width: 768px) {
  #staff .staff-level:first-of-type {
    padding-top: 0px; }
  #staff .staff-level h2 {
    margin-bottom: 0px; }
  #staff .column-wrapper {
    padding: 20px 0; }
  #staff .bio, #staff .bio-copy {
    padding: 20px; } }

.infoBlockWrapper {
  background: linear-gradient(-45deg, #d0dee0 0%, #83a9ae 100%);
  margin: 20px;
  /*padding: 6rem 6rem 5rem;*/ }
  .infoBlockWrapper .infoBlock {
    padding-bottom: 40px;
    margin: 0 auto;
    text-align: center; }
    .infoBlockWrapper .infoBlock:last-child {
      margin-bottom: 0; }
    .infoBlockWrapper .infoBlock .hidden-content {
      border-top: 1px solid #FFF;
      padding-top: 20px;
      display: none; }
  .infoBlockWrapper h2 {
    color: #2e4a52;
    background: #F4C300;
    border-left: 10px solid #FFF;
    border-right: 10px solid #FFF;
    border-bottom: 10px solid #FFF;
    padding: 6.66667px 13.33333px 13.33333px 13.33333px;
    display: inline-block; }
  .infoBlockWrapper p {
    font-size: 1.3em;
    line-height: 1.25;
    padding: 20px 0px 40px 0px; }

@media (max-width: 992px) {
  .infoBlockWrapperHero {
    /*margin: 0;*/ }
  .infoBlockWrapper .infoBlock {
    width: 100%;
    margin: 0;
    /*padding: 4rem;*/ }
  .infoBlockWrapper p {
    font-size: 1em; } }

.Gallery-wrapper {
  width: 100%;
  display: inline-block;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.Gallery-images {
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  margin: 10px; }
  .Gallery-images img {
    width: 100%; }

.Gallery figcaption {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 1.4rem; }
  .Gallery figcaption a {
    color: #2e4a52;
    display: inline-block;
    text-decoration: underline;
    margin: 0 !important;
    padding: 0 !important; }
    .Gallery figcaption a:hover {
      text-decoration: none; }

@media (min-width: 768px) and (max-width: 992px) {
  .Gallery-images {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin: 10px 0; } }

@media (max-width: 768px) {
  .Gallery-images {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 10px 0; } }
