/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* 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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}/* z-index: map-get($zindex, z-index-#); */
h1 {
  font-size: 3rem;
  line-height: 3.75rem;
  margin-bottom: 3.75rem;
  font-weight: 600;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #2b364d; }
  @media screen and (max-width: 64rem) {
    h1 {
      font-size: 2.75rem;
      line-height: 3.5rem;
      margin-bottom: 3.5rem; } }
  @media screen and (max-width: 45rem) {
    h1 {
      font-size: 2.5rem;
      line-height: 2.75rem;
      margin-bottom: 2.75rem; } }

h2 {
  font-size: 2.75rem;
  line-height: 3.25rem;
  margin-bottom: 3.25rem;
  font-weight: 400;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #2b364d; }
  @media screen and (max-width: 64rem) {
    h2 {
      font-size: 2.5rem;
      line-height: 2.75rem;
      margin-bottom: 2.75rem; } }
  @media screen and (max-width: 45rem) {
    h2 {
      font-size: 2.255rem;
      line-height: 2.5rem;
      margin-bottom: 2.5rem; } }

h3 {
  font-size: 2.5rem;
  line-height: 2.75rem;
  margin-bottom: 2.75rem;
  font-weight: 400;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #2b364d; }
  @media screen and (max-width: 64rem) {
    h3 {
      font-size: 2.25rem;
      line-height: 2.5rem;
      margin-bottom: 2.5rem; } }
  @media screen and (max-width: 45rem) {
    h3 {
      font-size: 2rem;
      line-height: 2.25rem;
      margin-bottom: 2.25rem; } }

h4 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 2.5rem;
  font-weight: 700;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #2b364d; }
  @media screen and (max-width: 64rem) {
    h4 {
      font-size: 1.75rem;
      line-height: 2.25rem;
      margin-bottom: 2.25rem; } }
  @media screen and (max-width: 45rem) {
    h4 {
      font-size: 1.5rem;
      line-height: 2rem;
      margin-bottom: 2rem; } }

p.paragraph-smaller, .text-block ul, ul.rich-text, .text-block ol, ol.rich-text {
  font-size: 1rem;
  line-height: 2rem;
  margin-bottom: 2rem;
  font-weight: 700;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }
  @media screen and (max-width: 64rem) {
    p.paragraph-smaller, .text-block ul, ul.rich-text, .text-block ol, ol.rich-text {
      font-size: 0.875rem;
      line-height: 1.5rem;
      margin-bottom: 1.5rem; } }
  @media screen and (max-width: 45rem) {
    p.paragraph-smaller, .text-block ul, ul.rich-text, .text-block ol, ol.rich-text {
      font-size: 0.875rem;
      line-height: 1.5rem;
      margin-bottom: 1.5rem; } }

p {
  font-size: 1.125rem;
  line-height: 2.25rem;
  margin-bottom: 2.25rem;
  font-weight: 400;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }
  @media screen and (max-width: 64rem) {
    p {
      font-size: 1rem;
      line-height: 2rem;
      margin-bottom: 2rem; } }
  @media screen and (max-width: 45rem) {
    p {
      font-size: 0.9rem;
      line-height: 1.5rem;
      margin-bottom: 1.5rem; } }

html {
  font-size: 100%; }

body {
  font-size: 100%;
  font-weight: 400;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #2b364d;
  background: #ffffff; }

a {
  text-decoration: none;
  outline: none;
  color: #2b364d;
  transition: all 0.3s ease-in; }
  a svg {
    transition: all 0.3s ease-in; }

b, strong {
  font-weight: 700; }

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.3125rem;
  font-size: smaller; }

sub {
  top: 0.3125rem; }

em, i {
  font-style: italic; }

.text-block ul, ul.rich-text {
  text-align: left;
  margin: 4rem; }
  .text-block ul li, ul.rich-text li {
    position: relative;
    padding-left: 2rem;
    font-weight: 400; }
    .text-block ul li + li, ul.rich-text li + li {
      margin-top: 2rem; }
    .text-block ul li:before, ul.rich-text li:before {
      position: absolute;
      left: 0;
      content: '';
      height: 1rem;
      width: 1rem;
      background: #00548b;
      top: .5rem;
      margin: auto; }

.text-block ol, ol.rich-text {
  counter-reset: ol-counter;
  text-align: left; }
  .text-block ol li, ol.rich-text li {
    position: relative;
    padding-left: 2rem;
    margin-left: 2rem; }
    .text-block ol li + li, ol.rich-text li + li {
      margin-top: 1.55rem; }
    .text-block ol li:before, ol.rich-text li:before {
      position: absolute;
      left: .75rem;
      content: counter(ol-counter);
      counter-increment: ol-counter;
      top: 0;
      bottom: 0;
      margin: auto;
      font-size: .5rem;
      color: #092a5e;
      font-weight: 700; }

.svg-sprite {
  display: none; }

.ng-cloak {
  visibility: hidden !important; }

.btn-primary {
  display: inline-block;
  background: #fde803;
  padding: .5rem 3rem;
  border-radius: 2rem;
  font-size: 1.125rem;
  line-height: 2.25rem;
  margin-bottom: 2.25rem;
  font-weight: 700;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #092a5e;
  transition: all 0.3s ease-in;
  position: relative;
  box-shadow: 0px 0px 10px 2px rgba(69, 69, 69, 0);
  cursor: pointer; }
  @media screen and (max-width: 64rem) {
    .btn-primary {
      font-size: 1rem;
      line-height: 2rem;
      margin-bottom: 2rem; } }
  @media screen and (max-width: 45rem) {
    .btn-primary {
      font-size: 0.9rem;
      line-height: 1.5rem;
      margin-bottom: 1.5rem; } }
  .btn-primary:hover {
    background: #00548b;
    color: #ffffff;
    box-shadow: 0px 0px 10px 2px rgba(69, 69, 69, 0.5); }

.btn-primary-small, .home-hero-cta-item-text-btn {
  display: inline-block;
  background: #fde803;
  padding: .5rem 1.5rem;
  border-radius: 2rem;
  font-size: 1rem;
  line-height: 2rem;
  margin-bottom: 2rem;
  font-weight: 700;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #092a5e;
  transition: all 0.3s ease-in;
  position: relative;
  box-shadow: 0px 0px 10px 2px rgba(69, 69, 69, 0);
  cursor: pointer; }
  @media screen and (max-width: 64rem) {
    .btn-primary-small, .home-hero-cta-item-text-btn {
      font-size: 0.875rem;
      line-height: 1.5rem;
      margin-bottom: 1.5rem; } }
  @media screen and (max-width: 45rem) {
    .btn-primary-small, .home-hero-cta-item-text-btn {
      font-size: 0.875rem;
      line-height: 1.5rem;
      margin-bottom: 1.5rem; } }
  .btn-primary-small:hover, .home-hero-cta-item-text-btn:hover {
    background: #00548b;
    color: #ffffff;
    box-shadow: 0px 0px 10px 2px rgba(69, 69, 69, 0.5); }

.btn-primary-small-revert {
  display: inline-block;
  background: #fde803;
  padding: .5rem 1.5rem;
  border-radius: 2rem;
  font-size: 1rem;
  line-height: 2rem;
  margin-bottom: 2rem;
  font-weight: 700;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #092a5e;
  transition: all 0.3s ease-in;
  position: relative;
  box-shadow: 0px 0px 10px 2px rgba(69, 69, 69, 0);
  cursor: pointer; }
  @media screen and (max-width: 64rem) {
    .btn-primary-small-revert {
      font-size: 0.875rem;
      line-height: 1.5rem;
      margin-bottom: 1.5rem; } }
  @media screen and (max-width: 45rem) {
    .btn-primary-small-revert {
      font-size: 0.875rem;
      line-height: 1.5rem;
      margin-bottom: 1.5rem; } }
  .btn-primary-small-revert:hover {
    background: #b5d333;
    color: #ffffff;
    box-shadow: 0px 0px 10px 2px rgba(69, 69, 69, 0.5); }

main {
  max-width: 80rem;
  margin: 0 auto; }

body {
  overflow-x: hidden; }

.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.3s ease-in; }
  .header * {
    transition: all 0.3s ease-in; }

.header-primary {
  position: relative;
  display: flex;
  align-items: center; }
  .header-primary-menu {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    padding-left: 7.25rem;
    padding-right: 1rem; }
    @media (max-width: 45rem) {
      .header-primary-menu {
        padding: 0 1rem; } }
    .header-primary-menu > li {
      position: relative; }
      .header-primary-menu > li + li {
        margin-left: 3rem; }
        @media (max-width: 45rem) {
          .header-primary-menu > li + li {
            margin-left: .35rem; } }
      .header-primary-menu > li > a {
        color: #f2f2f2;
        font-size: 1.125rem;
        line-height: 2.25rem;
        margin-bottom: 2.25rem;
        font-weight: 400;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        color: #f2f2f2;
        position: relative;
        transition: all 0.3s ease-in;
        margin-bottom: 0 !important;
        padding: 1.5rem;
        display: block; }
        @media screen and (max-width: 64rem) {
          .header-primary-menu > li > a {
            font-size: 1rem;
            line-height: 2rem;
            margin-bottom: 2rem; } }
        @media screen and (max-width: 45rem) {
          .header-primary-menu > li > a {
            font-size: 0.9rem;
            line-height: 1.5rem;
            margin-bottom: 1.5rem; } }
        @media (max-width: 45rem) {
          .header-primary-menu > li > a {
            padding: 1.5rem .25rem; } }
      .header-primary-menu > li.active > a, .header-primary-menu > li:hover > a, .header-primary-menu > li:focus > a {
        color: #b5d333; }
      .header-primary-menu > li.active > ul, .header-primary-menu > li:hover > ul, .header-primary-menu > li:focus > ul {
        transform: scale(1); }
        @media (max-width: 45rem) {
          .header-primary-menu > li.active > ul, .header-primary-menu > li:hover > ul, .header-primary-menu > li:focus > ul {
            display: none; } }
    .header-primary-menu-submenu {
      transform: scale(0);
      transform-origin: top left;
      position: absolute;
      top: 4.75rem;
      padding: 1rem;
      left: 0;
      background: rgba(181, 211, 51, 0.9);
      min-width: 20rem;
      transition: all 0.3s ease-in; }
      .header-primary-menu-submenu a {
        color: #f2f2f2;
        font-size: 1rem;
        line-height: 2rem;
        margin-bottom: 2rem;
        font-weight: 700;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        color: #f2f2f2;
        position: relative;
        transition: all 0.3s ease-in;
        margin-bottom: 0 !important;
        padding: .5rem;
        display: block; }
        @media screen and (max-width: 64rem) {
          .header-primary-menu-submenu a {
            font-size: 0.875rem;
            line-height: 1.5rem;
            margin-bottom: 1.5rem; } }
        @media screen and (max-width: 45rem) {
          .header-primary-menu-submenu a {
            font-size: 0.875rem;
            line-height: 1.5rem;
            margin-bottom: 1.5rem; } }
        @media (max-width: 45rem) {
          .header-primary-menu-submenu a {
            padding: 1.5rem .25rem; } }
        .header-primary-menu-submenu a.active, .header-primary-menu-submenu a:hover, .header-primary-menu-submenu a:focus {
          color: #00548b; }
  .header-primary-donate {
    width: 12.5rem;
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 45rem) {
      .header-primary-donate {
        width: 8.5rem; } }
    .header-primary-donate-btn {
      width: 90%;
      background: #fde803;
      padding: .5rem;
      border-top-left-radius: 2rem;
      border-bottom-left-radius: 2rem;
      font-size: 1.125rem;
      line-height: 2.25rem;
      margin-bottom: 2.25rem;
      font-weight: 700;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      color: #092a5e;
      margin-bottom: 0 !important;
      transition: all 0.3s ease-in;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 0 !important;
      transform: scale(1);
      transform-origin: right; }
      @media screen and (max-width: 64rem) {
        .header-primary-donate-btn {
          font-size: 1rem;
          line-height: 2rem;
          margin-bottom: 2rem; } }
      @media screen and (max-width: 45rem) {
        .header-primary-donate-btn {
          font-size: 0.9rem;
          line-height: 1.5rem;
          margin-bottom: 1.5rem; } }
      .header-primary-donate-btn svg {
        margin-left: 1rem;
        height: 1.5rem;
        width: 1.5rem;
        fill: #092a5e;
        transition: all 0.3s ease-in; }
      .header-primary-donate-btn:hover {
        width: 100%;
        background: #b5d333;
        transform: scale(1.1); }

.header-utility {
  display: flex;
  position: relative;
  align-items: center;
  padding: 1.5rem; }
  .header-utility:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -2rem;
    width: calc(100% + 4rem);
    background: rgba(242, 242, 242, 0.3);
    height: 0.0625rem; }
  .header-utility-logo svg {
    width: 16.875rem;
    height: 3rem;
    transition: all 0.3s ease-in;
    transform: scale(1); }
    .header-utility-logo svg:hover {
      transform: scale(1.1); }
    @media (max-width: 45rem) {
      .header-utility-logo svg {
        width: 10rem;
        height: 3rem; } }
  .header-utility-menu {
    flex-grow: 1;
    margin-left: 2rem;
    padding: .5rem 0 .5rem 2rem;
    border-left: 0.0625rem solid rgba(242, 242, 242, 0.3);
    display: flex; }
    @media (max-width: 45rem) {
      .header-utility-menu {
        margin-left: 1rem;
        padding: .5rem 0 .5rem 1rem;
        margin-right: 1rem; } }
    .header-utility-menu li + li {
      margin-left: 2rem; }
      @media (max-width: 45rem) {
        .header-utility-menu li + li {
          margin-left: .5rem; } }
    .header-utility-menu li a {
      font-size: 1rem;
      line-height: 2rem;
      margin-bottom: 2rem;
      font-weight: 700;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      color: rgba(242, 242, 242, 0.8);
      position: relative; }
      @media screen and (max-width: 64rem) {
        .header-utility-menu li a {
          font-size: 0.875rem;
          line-height: 1.5rem;
          margin-bottom: 1.5rem; } }
      @media screen and (max-width: 45rem) {
        .header-utility-menu li a {
          font-size: 0.875rem;
          line-height: 1.5rem;
          margin-bottom: 1.5rem; } }
      .header-utility-menu li a.active, .header-utility-menu li a:hover, .header-utility-menu li a:focus {
        color: #f2f2f2; }
  .header-utility-social {
    display: flex;
    justify-content: flex-start; }
    @media (max-width: 45rem) {
      .header-utility-social {
        flex-grow: 1;
        justify-content: space-between; } }
    .header-utility-social li + li {
      margin-left: 2rem; }
      @media (max-width: 45rem) {
        .header-utility-social li + li {
          margin-left: .5rem; } }
    .header-utility-social li a svg {
      width: 1.5rem;
      height: 1.5rem;
      fill: rgba(242, 242, 242, 0.3); }
      @media (max-width: 45rem) {
        .header-utility-social li a svg {
          width: 1rem;
          height: 1rem; } }
    .header-utility-social li a:hover svg, .header-utility-social li a:focus svg {
      fill: #f2f2f2; }

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

@media (max-width: 45rem) {
  .header {
    background: #092a5e;
    position: fixed;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 6rem;
    transition: all 0.3s ease-in; }
    .header.mobile-active {
      height: 100vh; }
      .header.mobile-active .mobile-menu-activator:after {
        content: 'Close menu'; }
  .header-utility {
    order: 2;
    margin-bottom: 6rem;
    flex-direction: column; }
    .header-utility:after {
      top: 0;
      bottom: unset; }
    .header-utility-logo {
      position: fixed;
      top: 0;
      height: 6rem;
      display: flex;
      align-items: center;
      width: 100%;
      left: 0;
      padding: 2rem;
      justify-content: space-between;
      align-items: center;
      z-index: 999; }
      .header-utility-logo:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: calc(100% + 4rem);
        background: rgba(242, 242, 242, 0.3);
        height: 0.0625rem; }
      .header-utility-logo .mobile-menu-activator {
        display: block;
        cursor: pointer;
        padding: .75rem;
        font-size: 1rem;
        line-height: 2rem;
        margin-bottom: 2rem;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 0 !important;
        border: 0.0625rem #fde803 solid;
        color: #fde803; } }
      @media screen and (max-width: 45rem) and (max-width: 64rem) {
        .header-utility-logo .mobile-menu-activator {
          font-size: 0.875rem;
          line-height: 1.5rem;
          margin-bottom: 1.5rem; } }
      @media screen and (max-width: 45rem) and (max-width: 45rem) {
        .header-utility-logo .mobile-menu-activator {
          font-size: 0.875rem;
          line-height: 1.5rem;
          margin-bottom: 1.5rem; } }

@media (max-width: 45rem) {
        .header-utility-logo .mobile-menu-activator:after {
          content: 'Open Menu'; }
        .header-utility-logo .mobile-menu-activator:hover {
          background: #fde803;
          color: #092a5e; }
    .header-utility-menu {
      border-left: 0;
      margin-bottom: 1rem;
      padding: 0.5rem; }
  .header-primary {
    order: 1;
    flex-direction: column;
    padding-top: 6rem;
    flex-grow: 1; }
    .header-primary-menu {
      flex-direction: column;
      width: 100%;
      text-align: center;
      overflow-y: scroll; }
    .header-primary-donate {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%; }
      .header-primary-donate a {
        border-radius: 0;
        width: 100%;
        padding: 1.5rem; } }

.is-sticky .header-sticky {
  top: 0; }

.header-sticky {
  width: 100%;
  position: fixed;
  top: -100px;
  left: 0;
  z-index: 90;
  overflow-x: hidden;
  background: rgba(0, 84, 139, 0.9);
  display: flex;
  transition: all 0.3s ease-in;
  border-bottom: 0.0625rem solid rgba(242, 242, 242, 0.35);
  align-items: center; }
  @media (max-width: 45rem) {
    .header-sticky {
      display: none; } }
  .header-sticky > * {
    height: 100%; }
  .header-sticky-logo {
    padding: 0 1rem; }
    .header-sticky-logo svg {
      height: 2rem;
      width: 2rem;
      fill: #ffffff;
      transform: scale(1.1); }
      .header-sticky-logo svg:hover {
        fill: #b5d333; }
  .header-sticky-primary {
    position: relative;
    display: flex;
    align-items: center;
    flex-grow: 1; }
    .header-sticky-primary .header-primary-menu {
      display: flex;
      justify-content: flex-start;
      padding: 0 1rem;
      border-left: 0.0625rem solid rgba(242, 242, 242, 0.35); }
      @media (max-width: 45rem) {
        .header-sticky-primary .header-primary-menu {
          padding: 0 1rem; } }
      .header-sticky-primary .header-primary-menu > li + li {
        margin-left: 1rem; }
        @media (max-width: 45rem) {
          .header-sticky-primary .header-primary-menu > li + li {
            margin-left: .35rem; } }
      .header-sticky-primary .header-primary-menu > li > a {
        color: #f2f2f2;
        font-size: 1.125rem;
        line-height: 2.25rem;
        margin-bottom: 2.25rem;
        font-weight: 400;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        color: #f2f2f2;
        position: relative;
        transition: all 0.3s ease-in;
        margin-bottom: 0 !important;
        padding: 1.5rem;
        display: block; }
        @media screen and (max-width: 64rem) {
          .header-sticky-primary .header-primary-menu > li > a {
            font-size: 1rem;
            line-height: 2rem;
            margin-bottom: 2rem; } }
        @media screen and (max-width: 45rem) {
          .header-sticky-primary .header-primary-menu > li > a {
            font-size: 0.9rem;
            line-height: 1.5rem;
            margin-bottom: 1.5rem; } }
        @media (max-width: 45rem) {
          .header-sticky-primary .header-primary-menu > li > a {
            padding: 1.5rem .25rem; } }
      .header-sticky-primary .header-primary-menu > li.active > a, .header-sticky-primary .header-primary-menu > li:hover > a, .header-sticky-primary .header-primary-menu > li:focus > a {
        color: #b5d333; }
      .header-sticky-primary .header-primary-menu > li.active > ul, .header-sticky-primary .header-primary-menu > li:hover > ul, .header-sticky-primary .header-primary-menu > li:focus > ul {
        display: none; }
  .header-sticky-donate {
    width: 12.5rem;
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 45rem) {
      .header-sticky-donate {
        width: 8.5rem; } }
    .header-sticky-donate-btn {
      width: 90%;
      background: #fde803;
      padding: .5rem;
      border-top-left-radius: 2rem;
      border-bottom-left-radius: 2rem;
      font-size: 1.125rem;
      line-height: 2.25rem;
      margin-bottom: 2.25rem;
      font-weight: 700;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      color: #092a5e;
      margin-bottom: 0 !important;
      transition: all 0.3s ease-in;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 0 !important; }
      @media screen and (max-width: 64rem) {
        .header-sticky-donate-btn {
          font-size: 1rem;
          line-height: 2rem;
          margin-bottom: 2rem; } }
      @media screen and (max-width: 45rem) {
        .header-sticky-donate-btn {
          font-size: 0.9rem;
          line-height: 1.5rem;
          margin-bottom: 1.5rem; } }
      .header-sticky-donate-btn svg {
        margin-left: 1rem;
        height: 1.5rem;
        width: 1.5rem;
        fill: #092a5e; }
      .header-sticky-donate-btn:hover {
        width: 100%; }

.footer {
  display: flex;
  padding: 2rem;
  background: #f2f2f2;
  overflow: hidden; }
  .footer > * {
     }
    .footer > * + * {
      margin-left: 2rem; }
  @media (max-width: 45rem) {
    .footer {
      flex-direction: column; }
      .footer > * {
        width: 100%; }
        .footer > * + * {
            flex-direction: column;
          margin-left: 0;
          margin-top: 2rem; }
          .footer-contact > *{
            width: 100% !important;
            margin-left: 0 !important;
            margin-bottom: 2rem;
          } }

.footer-info {
  display: flex; 
  width: 250px;}
  .footer-info > * + * {
    margin-left: 2rem; }
  @media (max-width: 45rem) {
    .footer-info {
      align-items: center;
      flex-direction: column-reverse; 
      width: 100%;}
      .footer-info > * {
        width: 100%; }
        .footer-info > * + * {
          margin-left: 0;
          margin-top: 1rem; } }
  .footer-info-logo svg {
    width: 13.75rem;
    height: 3rem;
    margin-bottom: 1rem; }
    @media (max-width: 45rem) {
      .footer-info-logo svg {
        max-width: 100%; } }
  .footer-info-logo p {
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 2rem;
    font-weight: 400;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #a4a4a4;
    margin-bottom: 0 !important; }
    @media screen and (max-width: 64rem) {
      .footer-info-logo p {
        font-size: 0.875rem;
        line-height: 1.5rem;
        margin-bottom: 1.5rem; } }
    @media screen and (max-width: 45rem) {
      .footer-info-logo p {
        font-size: 0.875rem;
        line-height: 1.5rem;
        margin-bottom: 1.5rem; } }
  @media (max-width: 45rem) {
    .footer-info-logo {
      text-align: center; } }
  .footer-info-slogan {
    padding: 0 2rem; }
    .footer-info-slogan p {
      margin-bottom: 0 !important;
      position: relative;
      font-weight: 400; }
      .footer-info-slogan p:before {
        content: '"';
        font-size: 3rem;
        line-height: 3.75rem;
        margin-bottom: 3.75rem;
        color: #092a5e;
        opacity: 0.4;
        display: block;
        margin: 0; }
        @media screen and (max-width: 64rem) {
          .footer-info-slogan p:before {
            font-size: 2.75rem;
            line-height: 3.5rem;
            margin-bottom: 3.5rem; } }
        @media screen and (max-width: 45rem) {
          .footer-info-slogan p:before {
            font-size: 2.5rem;
            line-height: 2.75rem;
            margin-bottom: 2.75rem; } }
    @media (max-width: 45rem) {
      .footer-info-slogan {
        text-align: center; }
        .footer-info-slogan p:before {
          content: none; } }

.footer-contact {
  display: flex;
flex-grow:1; }
  .footer-contact > * {
    width: calc(25% - 1.333rem); }
    .footer-contact > * + * {
      margin-left: 2rem; }
  @media (max-width: 20rem) {
    .footer-contact {
      align-items: center;
      flex-direction: column; }
      .footer-contact > * {
        width: 100%; }
        .footer-contact > * + * {
          margin-left: 0;
          margin-top: 1rem; } }
  .footer-contact-item > li + li {
    margin-top: 0.5rem; }
  @media (max-width: 20rem) {
    .footer-contact-item {
      text-align: center; } }
  .footer-contact-item-title {
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 2rem;
    font-weight: 700;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    margin-bottom: 0 !important;
    color: #092a5e; }
    @media screen and (max-width: 64rem) {
      .footer-contact-item-title {
        font-size: 0.875rem;
        line-height: 1.5rem;
        margin-bottom: 1.5rem; } }
    @media screen and (max-width: 45rem) {
      .footer-contact-item-title {
        font-size: 0.875rem;
        line-height: 1.5rem;
        margin-bottom: 1.5rem; } }
  .footer-contact-item-text, .footer-contact-item-link {
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 2rem;
    font-weight: 400;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    margin-bottom: 0 !important;
    word-break: break-all; }
    @media screen and (max-width: 64rem) {
      .footer-contact-item-text, .footer-contact-item-link {
        font-size: 0.875rem;
        line-height: 1.5rem;
        margin-bottom: 1.5rem; } }
    @media screen and (max-width: 45rem) {
      .footer-contact-item-text, .footer-contact-item-link {
        font-size: 0.875rem;
        line-height: 1.5rem;
        margin-bottom: 1.5rem; } }
    .footer-contact-item-text:hover, .footer-contact-item-link:hover {
      text-decoration: underline; }
  @media (max-width: 45rem) {
    .footer-contact-item-button {
      display: none; } }
  .footer-contact-item-social {
    margin: 2rem 0 !important; }
    .footer-contact-item-social-menu {
      display: flex;
      align-items: center; }
      .footer-contact-item-social-menu li a {
        margin-right: 1rem; }
        .footer-contact-item-social-menu li a svg {
          width: 1.25rem;
          height: 1.25rem;
          fill: #00548b;
          opacity: 0.5; }
        .footer-contact-item-social-menu li a:hover svg, .footer-contact-item-social-menu li a:focus svg {
          opacity: 1; }

.home-hero {
  position: relative;
  padding-top: 8.75rem; }
  @media (max-width: 45rem) {
    .home-hero {
      padding-top: 4rem; } }
  .home-hero-wrapper {
    padding: 2rem;
    display: flex;
    align-items: center; }
    @media (min-width: 80rem) {
      .home-hero-wrapper {
        margin-left: auto;
        margin-right: auto;
        max-width: 80rem;
        padding: 4rem; } }
    @media (max-width: 20rem) {
      .home-hero-wrapper {
        padding: 1rem; } }
    .home-hero-wrapper > * {
      width: calc(50% - 2.5rem); }
      .home-hero-wrapper > * + * {
        margin-left: 5rem; }
    @media (max-width: 45rem) {
      .home-hero-wrapper {
        flex-direction: column; }
        .home-hero-wrapper > * {
          width: 100%; }
          .home-hero-wrapper > * + * {
            margin-left: 0;
            margin-top: 3rem; } }
  .home-hero:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #003558;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: .8; }
  .home-hero:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(#092a5e, transparent);
    top: 0;
    left: 0;
    z-index: 15;
    opacity: 1; }
  .home-hero-cta {
    position: relative;
    z-index: 50; }

.home-hero-content {
  position: relative;
  z-index: 50; }
  .home-hero-content-icon {
    margin-bottom: 2rem; }
    .home-hero-content-icon svg {
      fill: #b5d333;
      width: 3rem;
      height: 3rem; }
  .home-hero-content-subheading {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 2.5rem;
    margin-bottom: 0 !important;
    color: #f2f2f2; }
    @media screen and (max-width: 64rem) {
      .home-hero-content-subheading {
        font-size: 1.75rem;
        line-height: 2.25rem;
        margin-bottom: 2.25rem; } }
    @media screen and (max-width: 45rem) {
      .home-hero-content-subheading {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 2rem; } }
  .home-hero-content-heading {
    font-size: 3rem;
    line-height: 3.75rem;
    margin-bottom: 3.75rem;
    margin-bottom: 2rem !important;
    color: #f2f2f2; }
    @media screen and (max-width: 64rem) {
      .home-hero-content-heading {
        font-size: 2.75rem;
        line-height: 3.5rem;
        margin-bottom: 3.5rem; } }
    @media screen and (max-width: 45rem) {
      .home-hero-content-heading {
        font-size: 2.5rem;
        line-height: 2.75rem;
        margin-bottom: 2.75rem; } }
  .home-hero-content-reveal {
    font-size: 1.125rem;
    line-height: 2.25rem;
    margin-bottom: 2.25rem;
    margin-bottom: 2rem !important;
    color: #fde803; }
    @media screen and (max-width: 64rem) {
      .home-hero-content-reveal {
        font-size: 1rem;
        line-height: 2rem;
        margin-bottom: 2rem; } }
    @media screen and (max-width: 45rem) {
      .home-hero-content-reveal {
        font-size: 0.9rem;
        line-height: 1.5rem;
        margin-bottom: 1.5rem; } }
  .home-hero-content-description {
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 2rem;
    margin-bottom: 2rem !important;
    color: #f2f2f2; }
    @media screen and (max-width: 64rem) {
      .home-hero-content-description {
        font-size: 0.875rem;
        line-height: 1.5rem;
        margin-bottom: 1.5rem; } }
    @media screen and (max-width: 45rem) {
      .home-hero-content-description {
        font-size: 0.875rem;
        line-height: 1.5rem;
        margin-bottom: 1.5rem; } }

.home-hero-cta {
  display: flex;
  flex-direction: column; }
  .home-hero-cta > * + * {
    margin-top: 2rem; }
  @media (max-width: 45rem) {
    .home-hero-cta {
      flex-direction: column; }
      .home-hero-cta > * + * {
        margin-left: 0;
        margin-top: 1rem; } }
  .home-hero-cta-item {
    display: flex;
    transform: scale(1);
    transition: all 0.3s ease-in; }
    .home-hero-cta-item:hover {
      transform: scale(1.05); }
    .home-hero-cta-item:nth-child(odd) .home-hero-cta-item-img {
      border-color: #00548b; }
    @media (max-width: 45rem) {
      .home-hero-cta-item:nth-child(odd) .home-hero-cta-item-text {
        border-color: #00548b; } }
    .home-hero-cta-item:nth-child(even) .home-hero-cta-item-img {
      border-color: #b5d333; }
    @media (max-width: 45rem) {
      .home-hero-cta-item:nth-child(even) .home-hero-cta-item-text {
        border-color: #b5d333; } }
    @media (max-width: 45rem) {
      .home-hero-cta-item {
        flex-grow: 1; } }
    .home-hero-cta-item-img {
      width: calc(50% - .5rem);
      border-right: 1rem solid transparent;
      overflow: hidden;
      position: relative;
      background-position: center;
      background-size: cover; }
      @media (max-width: 45rem) {
        .home-hero-cta-item-img {
          display: none; } }
    .home-hero-cta-item-text {
      width: calc(50% - .5rem);
      background: #f2f2f2;
      padding: 1rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center; }
      .home-hero-cta-item-text > * + * {
        margin-top: 1rem; }
      @media (max-width: 45rem) {
        .home-hero-cta-item-text {
          min-height: 0rem;
          width: 100%;
          border: .5rem solid transparent; } }
      .home-hero-cta-item-text-title {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 2.5rem;
        margin-bottom: 0 !important; }
        @media screen and (max-width: 64rem) {
          .home-hero-cta-item-text-title {
            font-size: 1.75rem;
            line-height: 2.25rem;
            margin-bottom: 2.25rem; } }
        @media screen and (max-width: 45rem) {
          .home-hero-cta-item-text-title {
            font-size: 1.5rem;
            line-height: 2rem;
            margin-bottom: 2rem; } }
      .home-hero-cta-item-text-subtitle {
        font-size: 1rem;
        line-height: 2rem;
        margin-bottom: 2rem;
        line-height: 1.5rem;
        margin-bottom: 0 !important; }
        @media screen and (max-width: 64rem) {
          .home-hero-cta-item-text-subtitle {
            font-size: 0.875rem;
            line-height: 1.5rem;
            margin-bottom: 1.5rem; } }
        @media screen and (max-width: 45rem) {
          .home-hero-cta-item-text-subtitle {
            font-size: 0.875rem;
            line-height: 1.5rem;
            margin-bottom: 1.5rem; } }
      .home-hero-cta-item-text-btn {
        margin-bottom: 0 !important; }

.sub-hero {
  position: relative;
  display: flex;
  padding-top: 16.75rem;
  padding-bottom: 6rem;
  padding-right: 6rem;
  padding-left: 6rem;
  align-items: center;
  justify-content: center; }
  @media (max-width: 45rem) {
    .sub-hero {
      flex-direction: column;
      padding-bottom: 3rem;
      padding-right: 3rem;
      padding-left: 3rem;
      padding-top: 5rem; }
      .sub-hero > * {
        width: 100%; }
        .sub-hero > * + * {
          margin-left: 0;
          margin-top: 3rem; } }
  @media (max-width: 20rem) {
    .sub-hero {
      padding-top: 9rem; } }
  .sub-hero:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #003558;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: .8; }
  .sub-hero:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(#092a5e, transparent);
    top: 0;
    left: 0;
    z-index: 15;
    opacity: 1; }

.sub-hero-content {
  position: relative;
  z-index: 50;
  text-align: center; }
  .sub-hero-content-icon svg {
    fill: #b5d333;
    width: 3rem;
    height: 3rem; }
  .sub-hero-content h1 {
    font-size: 3rem;
    line-height: 3.75rem;
    margin-bottom: 3.75rem;
    margin-bottom: 0 !important;
    color: #f2f2f2; }
    @media screen and (max-width: 64rem) {
      .sub-hero-content h1 {
        font-size: 2.75rem;
        line-height: 3.5rem;
        margin-bottom: 3.5rem; } }
    @media screen and (max-width: 45rem) {
      .sub-hero-content h1 {
        font-size: 2.5rem;
        line-height: 2.75rem;
        margin-bottom: 2.75rem; } }

.home-services {
  text-align: center;
  overflow: hidden;
  position: relative;
  padding: 2rem; }
  @media (min-width: 80rem) {
    .home-services {
      margin-left: auto;
      margin-right: auto;
      max-width: 80rem;
      padding: 4rem; } }
  @media (max-width: 20rem) {
    .home-services {
      padding: 1rem; } }
  .home-services-accent {
    position: absolute;
    left: -10rem;
    bottom: -10rem; }
    .home-services-accent svg {
      fill: #f2f2f2;
      height: 30rem;
      width: 30rem; }
  .home-services-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .home-services-list-item {
      margin: 1rem;
      width: 25%;
      transform: scale(1);
      transition: all 0.3s ease-in; }
      .home-services-list-item:hover {
        transform: scale(1.05); }
        .home-services-list-item:hover a {
          border-color: #94ae25; }
      @media (max-width: 45rem) {
        .home-services-list-item {
          width: 40%; } }
      .home-services-list-item a {
        display: flex;
        border-left: 1rem solid #b5d333;
        min-height: 16rem;
        position: relative;
        background-size: cover;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 1rem;
        transition: all 0.3s ease-in; }
        @media (max-width: 45rem) {
          .home-services-list-item a {
            min-height: 12rem; } }
        .home-services-list-item a:before {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          content: "";
          background: linear-gradient(to top, rgba(9, 42, 94, 0.8) 0%, rgba(239, 1, 124, 0) 100%);
          z-index: 10; }
        .home-services-list-item a:after {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          content: "";
          background: rgba(9, 42, 94, 0.2);
          z-index: 20; }
      .home-services-list-item-icon {
        position: relative;
        z-index: 50;
        margin-bottom: 1rem; }
        .home-services-list-item-icon svg {
          fill: #fde803;
          width: 3rem;
          height: 3rem; }
      .home-services-list-item-text {
        position: relative;
        z-index: 50;
        color: #f2f2f2;
        font-size: 1.125rem;
        line-height: 2.25rem;
        margin-bottom: 2.25rem;
        font-weight: 700;
        margin-bottom: 0 !important;
        text-align: left;
        max-width: 70%; }
        @media screen and (max-width: 64rem) {
          .home-services-list-item-text {
            font-size: 1rem;
            line-height: 2rem;
            margin-bottom: 2rem; } }
        @media screen and (max-width: 45rem) {
          .home-services-list-item-text {
            font-size: 0.9rem;
            line-height: 1.5rem;
            margin-bottom: 1.5rem; } }

.get-involved {
  background: #00548b;
  padding: 6rem;
  display: flex;
  align-items: center; }
  .get-involved > * {
    width: calc(50% - 2.5rem); }
    .get-involved > * + * {
      margin-left: 5rem; }
  @media (max-width: 45rem) {
    .get-involved {
      flex-direction: column;
      padding: 3rem; }
      .get-involved > * {
        width: 100%; }
        .get-involved > * + * {
          margin-left: 0;
          margin-top: 3rem; } }
  .get-involved-img img {
    width: 100%;
    height: auto; }
  .get-involved-text {
    position: relative; }
    .get-involved-text *:not(a) {
      color: #f2f2f2; }
    .get-involved-text-inner:before {
      position: absolute;
      left: -2rem;
      top: 0;
      height: 8rem;
      width: .5rem;
      content: '';
      background: #b5d333; }
      @media (max-width: 45rem) {
        .get-involved-text-inner:before {
          height: .5rem;
          width: 8rem;
          left: 0;
          top: -1.5rem; } }
    .get-involved-text-inner-buttons {
      margin-top: 4rem;
      display: flex;
      flex-wrap: wrap; }
      .get-involved-text-inner-buttons a {
        margin: 0 2rem 2rem 0; }

.text-block-light {
  background: #ffffff; }

.text-block-dark {
  background: #2b364d; }
  .text-block-dark > * > * {
    color: #f2f2f2; }

.text-block-center > * {
  text-align: center; }

.text-block-inner {
  padding: 2rem; }
  @media (min-width: 80rem) {
    .text-block-inner {
      margin-left: auto;
      margin-right: auto;
      max-width: 80rem;
      padding: 4rem; } }
  @media (max-width: 20rem) {
    .text-block-inner {
      padding: 1rem; } }

.four-columns {
  padding: 6rem;
  overflow: hidden;
  position: relative; }
  .four-columns.theme-dark {
    background: #454545; }
    .four-columns.theme-dark .four-columns-accent svg {
      fill: rgba(242, 242, 242, 0.15); }
  .four-columns.theme-light {
    background: #f2f2f2; }
    .four-columns.theme-light .four-columns-accent svg {
      fill: rgba(69, 69, 69, 0.15); }
  @media (max-width: 45rem) {
    .four-columns {
      padding: 2rem; } }
  .four-columns-accent {
    position: absolute;
    left: -10rem;
    bottom: -10rem;
    z-index: 60; }
    .four-columns-accent svg {
      fill: rgba(69, 69, 69, 0.15);
      height: 30rem;
      width: 30rem; }
  .four-columns-list {
    display: flex;
    z-index: 80;
    position: relative; }
    @media (max-width: 45rem) {
      .four-columns-list {
        justify-content: space-between;
        flex-wrap: wrap; } }
    .four-columns-list li {
      display: flex;
      flex-direction: column;
      width: calc(25% - 1.5rem);
      padding: 2rem;
      flex-grow: 1;
      box-shadow: 0px 0px 10px -1px rgba(69, 69, 69, 0.35); }
      .four-columns-list li.theme-dark {
        background: #a4a4a4; }
      .four-columns-list li.theme-light {
        background: #ffffff; }
      @media (max-width: 45rem) {
        .four-columns-list li {
          width: calc(50% - 1rem);
          margin-bottom: 2rem; } }
      @media (max-width: 20rem) {
        .four-columns-list li {
          width: 100%; } }
      .four-columns-list li + li {
        margin-left: 2rem; }
        @media (max-width: 45rem) {
          .four-columns-list li + li {
            margin-left: 0; } }
      .four-columns-list li:nth-child(even) {
        margin-left: 2rem; }
        @media (max-width: 20rem) {
          .four-columns-list li:nth-child(even) {
            margin-left: 0; } }
      .four-columns-list li svg {
        height: 3rem;
        width: 3rem;
        margin-bottom: 1rem;
        fill: #b5d333; }
      .four-columns-list li p {
        flex-grow: 1; }
      .four-columns-list li a {
        width: 100%;
        margin-bottom: 0 !important;
        text-align: center; }

.three-columns {
  padding: 6rem;
  overflow: hidden;
  position: relative; }
  .three-columns.theme-light {
    background: #f2f2f2; }
    .three-columns.theme-light .three-columns-accent svg {
      fill: rgba(69, 69, 69, 0.15); }
  .three-columns.theme-dark {
    background: #00548b; }
    .three-columns.theme-dark .three-columns-accent svg {
      fill: rgba(9, 42, 94, 0.15); }
  @media (max-width: 45rem) {
    .three-columns {
      padding: 2rem; } }
  .three-columns-accent {
    position: absolute;
    left: -10rem;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 60; }
    .three-columns-accent svg {
      height: 30rem;
      width: 30rem; }
  .three-columns-list {
    display: flex;
    z-index: 80;
    position: relative;
    justify-content: center; }
    @media (max-width: 45rem) {
      .three-columns-list {
        justify-content: space-between;
        flex-wrap: wrap; } }
    .three-columns-list li {
      flex-basis: calc(33.333% - 1.333rem);
      box-shadow: 0px 0px 10px -1px rgba(69, 69, 69, 0.35); }
      @media (max-width: 45rem) {
        .three-columns-list li {
          flex-basis: 100%;
          margin-bottom: 2rem; } }
      .three-columns-list li.theme-light {
        background: #ffffff; }
        .three-columns-list li.theme-light .img:before {
          background: linear-gradient(transparent, #ffffff); }
      .three-columns-list li.theme-dark {
        background: #092a5e; }
        .three-columns-list li.theme-dark .img:before {
          background: linear-gradient(transparent, #092a5e); }
        .three-columns-list li.theme-dark .text > *:not(a) {
          color: #ffffff; }
      .three-columns-list li-style-image .text {
        margin-top: -5rem; }
      .three-columns-list li-style-image svg {
        display: none; }
      .three-columns-list li + li {
        margin-left: 2rem; }
        @media (max-width: 45rem) {
          .three-columns-list li + li {
            margin-left: 0; } }
      .three-columns-list li svg {
        height: 3rem;
        width: 3rem;
        margin: 2rem 0 0 2rem;
        fill: #b5d333; }
      .three-columns-list li .img {
        position: relative; }
        .three-columns-list li .img:before {
          position: absolute;
          bottom: -0.0625rem;
          width: 100%;
          height: 6rem;
          content: ''; }
        .three-columns-list li .img img {
          width: 100%;
          height: auto; }
      .three-columns-list li .text {
        padding: 2rem;
        position: relative; }
        .three-columns-list li .text a {
          width: 100%;
          margin-bottom: 0 !important;
          text-align: center; }

.leadership {
  padding: 2rem; }
  @media (min-width: 80rem) {
    .leadership {
      margin-left: auto;
      margin-right: auto;
      max-width: 80rem;
      padding: 4rem; } }
  @media (max-width: 20rem) {
    .leadership {
      padding: 1rem; } }
  .leadership-list li {
    display: flex; }
    @media (max-width: 45rem) {
      .leadership-list li {
        flex-direction: column; } }
    .leadership-list li + li {
      margin-top: 6rem; }
      @media (max-width: 45rem) {
        .leadership-list li + li {
          margin-top: 3rem; } }
    .leadership-list li .img {
      width: 20%;
      flex-shrink: 0; }
      .leadership-list li .img img {
        width: 100%;
        height: auto; }
      @media (max-width: 45rem) {
        .leadership-list li .img {
          width: 100%; } }
    .leadership-list li .bio {
      margin-left: 3rem;
      flex-grow: 1; }
      .leadership-list li .bio h3 {
        margin-bottom: 1.5rem; }
      .leadership-list li .bio .subtitle {
        font-style: italic;
        margin-bottom: 1.5rem; }
      .leadership-list li .bio .text {
        font-size: 1rem;
        line-height: 2rem;
        margin-bottom: 2rem; }
        @media screen and (max-width: 64rem) {
          .leadership-list li .bio .text {
            font-size: 0.875rem;
            line-height: 1.5rem;
            margin-bottom: 1.5rem; } }
        @media screen and (max-width: 45rem) {
          .leadership-list li .bio .text {
            font-size: 0.875rem;
            line-height: 1.5rem;
            margin-bottom: 1.5rem; } }
      @media (max-width: 45rem) {
        .leadership-list li .bio {
          margin-left: 0;
          margin-top: 2rem; } }

.fifty-block {
  display: flex;
  position: relative; }
  .fifty-block.theme-dark {
    background-color: #00548b; }
    .fifty-block.theme-dark * {
      color: #ffffff; }
  .fifty-block.theme-light {
    background-color: #ffffff; }
  .fifty-block.image-left {
    flex-direction: row-reverse; }
  .fifty-block > * {
    width: 50%;
    flex-grow: 1; }
    @media (max-width: 20rem) {
      .fifty-block > * {
        width: 100%; } }
  @media (max-width: 45rem) {
    .fifty-block-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 80; } }
  .fifty-block-text {
    padding: 6rem; }
    @media (max-width: 45rem) {
      .fifty-block-text {
        padding: 3rem;
        position: relative;
        z-index: 90;
        background-color: rgba(0, 84, 139, 0.9); } }

.callout {
  position: relative;
  padding: 6rem; }
  @media (max-width: 45rem) {
    .callout {
      padding: 3rem; } }
  .callout:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 84, 139, 0.9);
    top: 0;
    left: 0;
    z-index: 10; }

.callout-content {
  position: relative;
  z-index: 50;
  text-align: center;
  width: 100%; }
  .callout-content-icon {
    margin-bottom: 2rem; }
    .callout-content-icon svg {
      fill: #b5d333;
      width: 3rem;
      height: 3rem; }
  .callout-content h2 {
    margin-bottom: 2rem !important;
    color: #f2f2f2; }

.service-hero {
  position: relative;
  display: flex;
  padding-top: 16.75rem;
  padding-bottom: 6rem;
  padding-right: 6rem;
  padding-left: 6rem;
  align-items: center;
  justify-content: flex-start; }
  @media (max-width: 45rem) {
    .service-hero {
      flex-direction: column;
      padding-bottom: 3rem;
      padding-right: 3rem;
      padding-left: 3rem;
      padding-top: 5rem; }
      .service-hero > * {
        width: 100%; }
        .service-hero > * + * {
          margin-left: 0;
          margin-top: 3rem; } }
  @media (max-width: 20rem) {
    .service-hero {
      padding-top: 9rem; } }
  .service-hero:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #003558;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: .8; }
  .service-hero:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(#092a5e, transparent);
    top: 0;
    left: 0;
    z-index: 15;
    opacity: 1; }

.service-hero-content {
  position: relative;
  z-index: 50;
  width: 70%; }
  .service-hero-content h1 {
    color: #f2f2f2; }
  .service-hero-content p {
    margin-bottom: 0 !important;
    color: #f2f2f2; }

.news {
  padding: 2rem;
  padding: 6rem; }
  @media (min-width: 80rem) {
    .news {
      margin-left: auto;
      margin-right: auto;
      max-width: 80rem;
      padding: 4rem; } }
  @media (max-width: 20rem) {
    .news {
      padding: 1rem; } }
  @media (max-width: 45rem) {
    .news {
      padding: 3rem; } }
  .news-list li {
    display: flex; }
    @media (max-width: 20rem) {
      .news-list li {
        flex-direction: column; } }
    .news-list li + li {
      margin-top: 3rem;
      padding-top: 3rem;
      border-top: 0.0625rem solid #f2f2f2; }
      @media (max-width: 45rem) {
        .news-list li + li {
          margin-top: 1.5rem;
          padding-top: 1.5rem; } }
    .news-list li .img {
      width: 30%;
      flex-shrink: 0;
      margin-right: 3rem; }
      .news-list li .img img {
        width: 100%;
        height: auto; }
      @media (max-width: 20rem) {
        .news-list li .img {
          margin-right: 0;
          margin-bottom: 2rem; } }
      @media (max-width: 45rem) {
        .news-list li .img {
          width: 40%; } }
      @media (max-width: 20rem) {
        .news-list li .img {
          width: 100%; } }
    .news-list li .bio {
      flex-grow: 1; }

.upcoming {
  display: flex; }
  @media (max-width: 45rem) {
    .upcoming {
      flex-direction: column; }
      .upcoming > * {
        width: 100% !important; } }
  .upcoming > * {
    width: 50%; }
  .upcoming-news {
    display: flex;
    justify-content: flex-end;
    padding: 4rem 0 4rem 8rem;
    position: relative; }
    @media (max-width: 45rem) {
      .upcoming-news {
        padding: 2rem;
        justify-content: center; } }
    .upcoming-news-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 80%; }
      @media (max-width: 45rem) {
        .upcoming-news-bg {
          height: 100%; } }
      .upcoming-news-bg:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #003558;
        top: 0;
        left: 0;
        z-index: 10;
        opacity: .8; }
    .upcoming-news-content {
      position: relative;
      padding: 4rem;
      background: #00548b;
      flex-grow: 1;
      z-index: 90; }
      .upcoming-news-content p, .upcoming-news-content h2, .upcoming-news-content h3, .upcoming-news-content h4 {
        color: #ffffff; }
      .upcoming-news-content p {
        font-weight: 400; }
  .upcoming-events {
    display: flex;
    justify-content: flex-start;
    padding: 4rem 8rem 4rem 0rem;
    position: relative; }
    @media (max-width: 45rem) {
      .upcoming-events {
        padding: 2rem;
        justify-content: center; } }
    .upcoming-events-bg {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 80%; }
      @media (max-width: 45rem) {
        .upcoming-events-bg {
          height: 100%; } }
      .upcoming-events-bg:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #003558;
        top: 0;
        left: 0;
        z-index: 10;
        opacity: .8; }
    .upcoming-events-content {
      position: relative;
      padding: 4rem;
      background: #092a5e;
      flex-grow: 1;
      z-index: 90; }
      .upcoming-events-content h3 {
        color: #ffffff; }
      .upcoming-events-content-item {
        display: flex;
        align-items: center;
        margin-bottom: 2rem; }
        .upcoming-events-content-item-date {
          padding: 1rem;
          color: #2b364d;
          background: #ffffff;
          text-align: center;
          margin-right: 2rem; }
          .upcoming-events-content-item-date .day {
            font-size: 2.75rem;
            line-height: 3.25rem;
            margin-bottom: 3.25rem;
            margin: 0; }
            @media screen and (max-width: 64rem) {
              .upcoming-events-content-item-date .day {
                font-size: 2.5rem;
                line-height: 2.75rem;
                margin-bottom: 2.75rem; } }
            @media screen and (max-width: 45rem) {
              .upcoming-events-content-item-date .day {
                font-size: 2.255rem;
                line-height: 2.5rem;
                margin-bottom: 2.5rem; } }
          .upcoming-events-content-item-date .month {
            font-size: 1rem;
            line-height: 2rem;
            margin-bottom: 2rem;
            margin: 0; }
            @media screen and (max-width: 64rem) {
              .upcoming-events-content-item-date .month {
                font-size: 0.875rem;
                line-height: 1.5rem;
                margin-bottom: 1.5rem; } }
            @media screen and (max-width: 45rem) {
              .upcoming-events-content-item-date .month {
                font-size: 0.875rem;
                line-height: 1.5rem;
                margin-bottom: 1.5rem; } }
          .upcoming-events-content-item-date .year {
            font-size: 1rem;
            line-height: 2rem;
            margin-bottom: 2rem;
            margin: 0; }
            @media screen and (max-width: 64rem) {
              .upcoming-events-content-item-date .year {
                font-size: 0.875rem;
                line-height: 1.5rem;
                margin-bottom: 1.5rem; } }
            @media screen and (max-width: 45rem) {
              .upcoming-events-content-item-date .year {
                font-size: 0.875rem;
                line-height: 1.5rem;
                margin-bottom: 1.5rem; } }
        .upcoming-events-content-item-info {
          color: #ffffff; }
          .upcoming-events-content-item-info .name {
            font-size: 1.125rem;
            line-height: 2.25rem;
            margin-bottom: 2.25rem; }
            @media screen and (max-width: 64rem) {
              .upcoming-events-content-item-info .name {
                font-size: 1rem;
                line-height: 2rem;
                margin-bottom: 2rem; } }
            @media screen and (max-width: 45rem) {
              .upcoming-events-content-item-info .name {
                font-size: 0.9rem;
                line-height: 1.5rem;
                margin-bottom: 1.5rem; } }
          .upcoming-events-content-item-info .date {
            font-size: 1rem;
            line-height: 2rem;
            margin-bottom: 2rem; }
            @media screen and (max-width: 64rem) {
              .upcoming-events-content-item-info .date {
                font-size: 0.875rem;
                line-height: 1.5rem;
                margin-bottom: 1.5rem; } }
            @media screen and (max-width: 45rem) {
              .upcoming-events-content-item-info .date {
                font-size: 0.875rem;
                line-height: 1.5rem;
                margin-bottom: 1.5rem; } }

.partners {
  padding: 2rem; }
  @media (min-width: 80rem) {
    .partners {
      margin-left: auto;
      margin-right: auto;
      max-width: 80rem;
      padding: 4rem; } }
  @media (max-width: 20rem) {
    .partners {
      padding: 1rem; } }
  .partners-list {
    display: flex;
    margin-top: 2rem;
    justify-content: center;
    align-items: center; }
    @media (max-width: 45rem) {
      .partners-list {
        justify-content: center;
        flex-wrap: wrap; } }
    .partners-list a {
      display: block;
      position: relative; }
      @media (max-width: 45rem) {
        .partners-list a {
          margin: 2rem !important;
          max-width: 20%; } }
      .partners-list a + a {
        margin-left: 4rem; }
      .partners-list a .logo-bw {
        position: absolute;
        top: 0;
        left: 0; }
      .partners-list a img {
        width: 100%;
        height: auto;
        transition: all 0.5s ease-in; }
      .partners-list a:hover .logo-bw {
        opacity: 0; }

.gallery {
  padding: 2rem;
  padding: 6rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  @media (min-width: 80rem) {
    .gallery {
      margin-left: auto;
      margin-right: auto;
      max-width: 80rem;
      padding: 4rem; } }
  @media (max-width: 20rem) {
    .gallery {
      padding: 1rem; } }
  .gallery .img {
    width: calc(50% - 4rem);
    height: auto;
    margin: 2rem; }
    .gallery .img img {
      width: 100%;
      height: auto; }
  @media (max-width: 45rem) {
    .gallery {
      flex-direction: column;
      padding: 3rem; }
      .gallery .img {
        margin: 1rem !important;
        width: 100%; } }

.submenu-block {
  display: flex;
  padding: 1rem;
  background: #b5d333;
  justify-content: center;
  flex-wrap: wrap;
  width: 100vw; }
  .submenu-block a {
    color: #00548b;
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 2rem;
    font-weight: 700;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    position: relative;
    transition: all 0.5s ease-in;
    margin-bottom: 0 !important;
    padding: 0 1rem;
    display: block; }
    .submenu-block a + a {
      border-left: 0.0625rem solid #00548b; }
    @media screen and (max-width: 64rem) {
      .submenu-block a {
        font-size: 0.875rem;
        line-height: 1.5rem;
        margin-bottom: 1.5rem; } }
    @media screen and (max-width: 45rem) {
      .submenu-block a {
        font-size: 0.875rem;
        line-height: 1.5rem;
        margin-bottom: 1.5rem; } }
    @media (max-width: 45rem) {
      .submenu-block a {
        padding: 1rem;
        border-left: none !important; } }
    .submenu-block a.active, .submenu-block a:hover, .submenu-block a:focus {
      color: #f2f2f2; }

.careers {
  padding: 2rem; }
  @media (min-width: 80rem) {
    .careers {
      margin-left: auto;
      margin-right: auto;
      max-width: 80rem;
      padding: 4rem; } }
  @media (max-width: 20rem) {
    .careers {
      padding: 1rem; } }
  .careers > * + * {
    margin-top: 2rem; }
  .careers-item {
    background: #f2f2f2;
    padding: 2rem; }

.images-block {
  padding: 2rem;
  padding: 6rem;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (min-width: 80rem) {
    .images-block {
      margin-left: auto;
      margin-right: auto;
      max-width: 80rem;
      padding: 4rem; } }
  @media (max-width: 20rem) {
    .images-block {
      padding: 1rem; } }
  .images-block-img {
    flex-basis: 33.333%;
    height: auto; }
    .images-block-img + div {
      margin-left: 3rem; }
    .images-block-img img {
      width: 100%;
      height: auto; }
  @media (max-width: 64rem) {
    .images-block {
      flex-wrap: wrap; }
      .images-block-img {
        margin: 2rem !important; } }
  @media (max-width: 45rem) {
    .images-block {
      flex-direction: column;
      padding: 3rem; }
      .images-block-img {
        margin: 1rem !important; } }

.contact {
  display: flex; }
  @media (max-width: 45rem) {
    .contact {
      flex-direction: column; } }
  .contact > * {
    width: 50%; }
    @media (max-width: 45rem) {
      .contact > * {
        width: 100%; } }
  .contact-form {
    padding: 4rem; }
  .contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: 300px; }

.events {
  padding: 2rem;
  padding: 6rem; }
  @media (min-width: 80rem) {
    .events {
      margin-left: auto;
      margin-right: auto;
      max-width: 80rem;
      padding: 4rem; } }
  @media (max-width: 20rem) {
    .events {
      padding: 1rem; } }
  @media (max-width: 45rem) {
    .events {
      padding: 3rem; } }
  .events-list-item {
    display: flex; }
    @media (max-width: 45rem) {
      .events-list-item {
        flex-direction: column; } }
    .events-list-item + div {
      margin-top: 3rem;
      padding-top: 3rem;
      border-top: 0.0625rem solid #f2f2f2; }
      @media (max-width: 45rem) {
        .events-list-item + div {
          margin-top: 1.5rem;
          padding-top: 1.5rem; } }
    .events-list-item-img {
      width: 30%;
      flex-shrink: 0;
      margin-right: 3rem; }
      @media (max-width: 45rem) {
        .events-list-item-img {
          margin-right: 0;
          margin-bottom: 2rem;
          width: 100%; } }
      .events-list-item-img img {
        width: 100%;
        height: auto; }
    .events-list-item-text {
      flex-grow: 1;
      padding: 1rem; }

.fifty-cta-block {
  display: flex; }
  @media (max-width: 45rem) {
    .fifty-cta-block {
      flex-direction: column; }
      .fifty-cta-block > * {
        width: 100% !important; } }
  .fifty-cta-block > * {
    width: 50%; }
  .fifty-cta-block-item {
    display: flex;
    position: relative; }
    @media (max-width: 45rem) {
      .fifty-cta-block-item {
        padding: 2rem !important;
        justify-content: center !important; } }
    .fifty-cta-block-item-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      @media (max-width: 45rem) {
        .fifty-cta-block-item-bg {
          height: 100%; } }
    .fifty-cta-block-item:nth-child(odd) {
      justify-content: flex-end;
      padding: 4rem 2rem 4rem 8rem; }
      .fifty-cta-block-item:nth-child(odd) .fifty-cta-block-item-bg:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #003558;
        top: 0;
        left: 0;
        z-index: 10;
        opacity: .8; }
    .fifty-cta-block-item:nth-child(even) {
      justify-content: flex-start;
      padding: 4rem 8rem 4rem 2rem; }
      .fifty-cta-block-item:nth-child(even) .fifty-cta-block-item-bg:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #94ae25;
        top: 0;
        left: 0;
        z-index: 10;
        opacity: .8; }
    .fifty-cta-block-item-content {
      position: relative;
      padding: 4rem;
      flex-grow: 1;
      z-index: 90;
      background: #ffffff; }
      .fifty-cta-block-item-content p {
        font-weight: 400; }
      .fifty-cta-block-item-content a {
        margin-bottom: 0; }

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