@import url(https://use.typekit.net/gug2dpy.css);
* {
  font-family: "ff-real-headline-pro-2", sans-serif;
  font-weight: 300;
}

h1 {
  font-size: 28px;
  font-size: calc(1.75 + rem);
  line-height: 32px;
  line-height: calc(2 + rem);
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
  color: #062465;
}
h1 strong {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 36px;
    font-size: calc(2.25 + rem);
    line-height: 40px;
    line-height: calc(2.5 + rem);
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 48px;
    font-size: calc(3 + rem);
    line-height: 56px;
    line-height: calc(3.5 + rem);
  }
}

h2 {
  font-size: 28px;
  font-size: calc(1.75 + rem);
  line-height: 32px;
  line-height: calc(2 + rem);
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
  width: 100%;
  float: left;
  clear: both;
  color: #062465;
}
h2 strong {
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 36px;
    font-size: calc(2.25 + rem);
    line-height: 40px;
    line-height: calc(2.5 + rem);
  }
}

* h3 {
  font-size: 18px;
  font-size: calc(1.125 + rem);
  line-height: 25px;
  line-height: calc(1.5625 + rem);
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
  color: #062465;
  float: left;
  clear: both;
  width: 100%;
  color: #062465;
}
* h3 strong {
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  * h3 {
    font-size: 28px;
    font-size: calc(1.75 + rem);
    line-height: 32px;
    line-height: calc(2 + rem);
  }
}

h4 {
  font-size: 16px;
  font-size: calc(1 + rem);
  line-height: 24px;
  line-height: calc(1.5 + rem);
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
  color: #062465;
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 0.5rem;
}
h4 strong {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 20px;
    font-size: calc(1.25 + rem);
    line-height: 32px;
    line-height: calc(2 + rem);
  }
}

h5 {
  font-size: 18px;
  font-size: calc(1.125 + rem);
  line-height: 18px;
  line-height: calc(1.125 + rem);
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
  color: #062465;
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 0.5rem;
}
h5 strong {
  font-weight: 500;
}

h6 {
  font-size: 16px;
  font-size: calc(1 + rem);
  line-height: 24px;
  line-height: calc(1.5 + rem);
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
  color: #062465;
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 0.5rem;
}
h6 strong {
  font-weight: 500;
}

p {
  font-size: 16px;
  font-size: calc(1 + rem);
  line-height: 30px;
  line-height: calc(1.875 + rem);
  font-family: "ff-real-headline-pro-2", sans-serif;
  font-weight: 300;
}
p strong {
  font-weight: bold;
}

blockquote {
  font-size: 16px;
  font-size: calc(1 + rem);
  line-height: 30px;
  line-height: calc(1.875 + rem);
  font-family: "ff-real-headline-pro-2", sans-serif;
  font-weight: 500;
}

#page-content ul {
  font-family: "ff-real-headline-pro-2", sans-serif;
  color: #414042;
  float: left;
  clear: both;
  width: 100%;
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0;
}
#page-content ul li {
  padding: 0 0 0.5rem 1.25rem;
  position: relative;
  line-height: 1.5em;
}
#page-content ul li:before {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #062465;
  position: absolute;
  content: "";
  left: 0;
  top: 0.75em;
  transform: translateY(-50%);
}

:root,
html,
body {
  font-size: 16px;
}

html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

::-moz-selection {
  background: #FFCA38;
}

::selection {
  background: #FFCA38;
}

:root *[class$=-background-color] {
  background-color: transparent !important;
}

body {
  height: 100%;
  margin: 0;
  color: #414042;
  background-color: #F6F6F5;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-top: 60px;
}
body:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  z-index: 0;
  background: #062465;
  content: "";
  width: 100%;
}
body .site-wrap {
  min-height: 100vh;
  width: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
}
body .site-wrap pagestate {
  display: none;
}
body.nav-open {
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 80px;
  }
  body:before {
    height: 80px;
  }
  body.nav-open {
    overflow-y: scroll;
  }
}
@media screen and (min-width: 768px) {
  body .site-wrap .page-container,
  body .xhr-page-contents .page-container {
    flex-grow: 1;
  }
}

main {
  width: 100%;
  float: left;
  clear: both;
}
main#page-content h2,
main#page-content h3 {
  margin-bottom: 0.5rem;
}
main#page-content p,
main#page-content li {
  clear: both;
  float: left;
  width: 100%;
  margin: 0.5rem 0;
}
main#page-content p a,
main#page-content li a {
  color: #062465;
  font-family: "ff-real-headline-pro", sans-serif;
  text-decoration: none;
  background-image: linear-gradient(to left, #062465 50%, rgba(6, 36, 101, 0) 50%);
  background-size: 200% 0.125em;
  background-position: 100% 90%;
  background-repeat: repeat-x;
}
main#page-content p a:hover,
main#page-content li a:hover {
  transition: background-position 0.4s linear;
  background-position: -100% 90%;
  color: #062465;
}

*, *:before, *:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
}

img {
  max-width: 100%;
  -webkit-user-drag: none;
  user-drag: none;
}

svg {
  width: 100%;
  height: auto;
}

a[href^=tel] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
}

.container {
  width: 100%;
  max-width: 1200px;
  text-align: left;
  display: block;
  margin: 0 auto;
}

.meta {
  display: flex;
  width: 100%;
  align-items: center;
}
.meta .category {
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 12px;
  line-height: calc(0.75 + rem);
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #CE3B2C;
  padding: 6px 8px;
  border-radius: 1px;
  letter-spacing: 0.05em;
  text-align: center;
}
.meta .date {
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 14px;
  line-height: calc(0.875 + rem);
  text-transform: uppercase;
}
.meta .date span {
  display: inline-block;
}
.meta .date span:first-of-type {
  font-weight: bold;
  color: #CE3B2C;
  padding-right: 4px;
}

button.btn,
div.wp-block-button {
  border: none;
  padding: 0;
  background: #CE3B2C;
  border-radius: 2px;
}
button.btn:hover,
div.wp-block-button:hover {
  background: #d64c3e;
  transform: translateY(-1px);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
button.btn--more,
div.wp-block-button--more {
  padding: 0.625rem 0.9375rem;
  color: #FFFFFF;
  font-weight: bold;
  white-space: nowrap;
}
button.btn a,
button.btn a.wp-block-button__link,
div.wp-block-button a,
div.wp-block-button a.wp-block-button__link {
  display: flex;
  text-decoration: none;
  padding: 0.75rem 2.1875rem;
  justify-content: center;
  align-items: center;
  background: transparent;
}
button.btn a span,
button.btn a.wp-block-button__link span,
div.wp-block-button a span,
div.wp-block-button a.wp-block-button__link span {
  color: #FFFFFF;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 18px;
  line-height: calc(1.125 + rem);
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
}
button.btn a svg,
button.btn a.wp-block-button__link svg,
div.wp-block-button a svg,
div.wp-block-button a.wp-block-button__link svg {
  max-width: 25px;
  max-height: 25px;
  margin-left: 20px;
}
button.btn a.wp-block-button__link,
div.wp-block-button a.wp-block-button__link {
  color: #FFFFFF;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 18px;
  line-height: calc(1.125 + rem);
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
}
button.btn--primary,
div.wp-block-button--primary {
  background: #062465;
}
button.btn--primary svg *,
div.wp-block-button--primary svg * {
  stroke: #FFFFFF;
}
button.btn--primary:hover,
div.wp-block-button--primary:hover {
  background: #072d7d;
}
button.btn--dropdown,
div.wp-block-button--dropdown {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: none;
}
button.btn--dropdown a,
div.wp-block-button--dropdown a {
  padding: 0.75rem 1.25rem;
}
button.btn--dropdown a svg,
div.wp-block-button--dropdown a svg {
  width: 10px;
  margin-left: 0.9375rem;
}
button.btn--dropdown a svg *,
div.wp-block-button--dropdown a svg * {
  fill: #FFCA38;
}
button.btn--dropdown:hover,
div.wp-block-button--dropdown:hover {
  border-color: #FFFFFF;
  background: transparent;
}
button.btn--link-style,
div.wp-block-button--link-style {
  background: none;
  position: relative;
}
button.btn--link-style a,
div.wp-block-button--link-style a {
  padding: 0.75rem 1.25rem;
}
button.btn--link-style a span,
div.wp-block-button--link-style a span {
  text-align: left;
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
button.btn--link-style:before, button.btn--link-style:after,
div.wp-block-button--link-style:before,
div.wp-block-button--link-style:after {
  content: "";
  width: 6.5px;
  height: 2px;
  background: #FFCA38;
  display: block;
  position: absolute;
  top: 50%;
  transform-origin: right center;
  transform: translateY(-50%) rotate(45deg);
}
button.btn--link-style:after,
div.wp-block-button--link-style:after {
  transform: translateY(-50%) rotate(-45deg);
}
button.btn--link-style:hover,
div.wp-block-button--link-style:hover {
  background: none;
  transform: none;
}
button.btn--link-style:hover a span,
div.wp-block-button--link-style:hover a span {
  transform: translateX(5px);
}
button.btn--link-style-dark,
div.wp-block-button--link-style-dark {
  background: none;
  position: relative;
}
button.btn--link-style-dark a,
div.wp-block-button--link-style-dark a {
  padding: 0.75rem 1.25rem;
}
button.btn--link-style-dark a span,
div.wp-block-button--link-style-dark a span {
  color: #062465;
  text-align: left;
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
button.btn--link-style-dark:before, button.btn--link-style-dark:after,
div.wp-block-button--link-style-dark:before,
div.wp-block-button--link-style-dark:after {
  content: "";
  width: 6.5px;
  height: 2px;
  background: #CE3B2C;
  display: block;
  position: absolute;
  top: 50%;
  transform-origin: right center;
  transform: translateY(-50%) rotate(45deg);
}
button.btn--link-style-dark:after,
div.wp-block-button--link-style-dark:after {
  transform: translateY(-50%) rotate(-45deg);
}
button.btn--link-style-dark:hover,
div.wp-block-button--link-style-dark:hover {
  background: none;
  transform: none;
}
button.btn--link-style-dark:hover a span,
div.wp-block-button--link-style-dark:hover a span {
  transform: translateX(5px);
}
button.btn.disabled,
div.wp-block-button.disabled {
  background: #ECE7E2;
  cursor: not-allowed;
}
button.btn.disabled a,
div.wp-block-button.disabled a {
  pointer-events: none;
}
button.btn.disabled:hover,
div.wp-block-button.disabled:hover {
  background: #ECE7E2;
}
button.btn--private,
div.wp-block-button--private {
  background: #F6F6F5;
  border-radius: 0;
  border-bottom: 1px solid #F6F6F5;
  width: 100%;
}
button.btn--private a,
div.wp-block-button--private a {
  padding: 0.9375rem 1.25rem;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
button.btn--private a span,
div.wp-block-button--private a span {
  font-family: "ff-real-headline-pro-2", sans-serif;
  font-weight: 300;
  color: #062465;
}
button.btn--private a svg,
div.wp-block-button--private a svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
button.btn--private:after,
div.wp-block-button--private:after {
  width: 100%;
  height: 4px;
  content: "";
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: background 0.2s linear;
}
button.btn--private:hover,
div.wp-block-button--private:hover {
  transform: none;
  background: transparent;
}
button.btn--private:hover:after,
div.wp-block-button--private:hover:after {
  background: #FFCA38;
}
@media screen and (min-width: 768px) {
  button.btn--private,
  div.wp-block-button--private {
    background: #FFFFFF;
    width: auto;
    height: 100%;
    border-bottom: none;
  }
  button.btn--private a,
  div.wp-block-button--private a {
    padding: 0;
  }
  button.btn--private a span,
  div.wp-block-button--private a span {
    display: none;
  }
  button.btn--private a svg,
  div.wp-block-button--private a svg {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  button.btn--private a span,
  div.wp-block-button--private a span {
    display: inline;
  }
}
button.btn:focus,
div.wp-block-button:focus {
  outline: none;
}

div.wp-block-button {
  margin: 1rem 0 3rem 0;
  float: left;
  clear: both;
  width: 100%;
}
@media screen and (min-width: 481px) {
  div.wp-block-button {
    width: auto;
  }
}

.message {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.9375rem 1.25rem;
}
.message p {
  font-size: 16px;
  font-size: calc(1 + rem);
  line-height: 24px;
  line-height: calc(1.5 + rem);
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
  color: #062465;
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 0.5rem;
  color: #FFFFFF;
  margin: 0;
  text-align: center;
}
.message p strong {
  font-weight: 500;
}
.message--emergency {
  background: #CE3B2C;
}
@media screen and (min-width: 768px) {
  .message {
    padding: 0;
    height: 50px;
  }
}

nav.main-nav {
  position: absolute;
  z-index: 5;
  top: 100%;
  right: -17px;
  max-width: 0;
  overflow-x: none;
  overflow-y: scroll;
  transition: max-width 0.6s cubic-bezier(1, 0, 0, 1);
  background: #FFFFFF;
  border-top: none;
  box-shadow: -1px 0px 5px 0px rgba(0, 0, 0, 0.05);
  max-height: calc(100vh - 60px);
  height: 100vh;
  padding-bottom: 100px;
}
.nav-open nav.main-nav {
  top: 60px;
  max-width: 100vw;
  position: fixed !important;
}
nav.main-nav > div {
  max-width: 100vw;
  width: 350px;
}
@media screen and (min-width: 768px) {
  nav.main-nav {
    max-height: calc(100vh - 80px);
    padding-bottom: 0;
  }
  .nav-open nav.main-nav {
    top: 80px;
  }
}

nav.main-nav .menu {
  margin: 0;
  padding: 0;
}
nav.main-nav .menu li {
  list-style: none;
  border-bottom: 1px solid #ECE7E2;
  width: 100%;
}
nav.main-nav .menu li a {
  width: 100%;
  display: flex;
  padding: 0 1.25rem;
  align-items: center;
  text-decoration: none;
}
nav.main-nav .menu li .sub-menu {
  width: 100%;
  flex-basis: 100%;
}
nav.main-nav .menu li .sub-menu li {
  border-bottom: none;
  border-top: 1px solid #ECE7E2;
}
nav.main-nav .menu li .sub-menu li .toggle {
  display: none;
}
nav.main-nav .menu li .sub-menu .sub-menu {
  display: none;
}

#menu-primary-menu li a {
  font-size: 18px;
  font-size: calc(1.125 + rem);
  line-height: 20px;
  line-height: calc(1.25 + rem);
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
  color: #062465;
  border-left: 4px solid #FFFFFF;
  height: 60px;
  transition: border-left 0.2s linear;
}
#menu-primary-menu li a:hover {
  border-left: 4px solid #FFCA38;
}
#menu-primary-menu li .sub-menu li {
  border-left: 4px solid #FFFFFF;
  transition: border-left 0.2s linear;
}
#menu-primary-menu li .sub-menu li:hover {
  border-left: 4px solid #FFCA38;
}
#menu-primary-menu li .sub-menu li a {
  font-size: 16px;
  font-size: calc(1 + rem);
  line-height: 30px;
  line-height: calc(1.875 + rem);
  font-family: "ff-real-headline-pro-2", sans-serif;
  font-weight: 300;
  padding-left: 2.5rem;
  border-left: 4px solid rgba(255, 255, 255, 0.3);
  height: 52px;
}
#menu-primary-menu li.current_page_item a {
  border-left: 4px solid #FFCA38;
}
#menu-primary-menu li.current-menu-item a, #menu-primary-menu li.current_page_parent a {
  border-left: 4px solid #FFCA38;
}
#menu-primary-menu li.current-menu-item .sub-menu li, #menu-primary-menu li.current_page_parent .sub-menu li {
  border-left: 4px solid #FFCA38;
}
#menu-primary-menu li.current-menu-item .sub-menu li a, #menu-primary-menu li.current_page_parent .sub-menu li a {
  transition: border-left 0.2s linear;
}
#menu-primary-menu li.current-menu-item .sub-menu li a:hover, #menu-primary-menu li.current_page_parent .sub-menu li a:hover {
  border-left: 4px solid rgba(255, 202, 56, 0.3);
}
#menu-primary-menu li.current-menu-item .sub-menu li.current_page_item a, #menu-primary-menu li.current_page_parent .sub-menu li.current_page_item a {
  border-left: 4px solid rgba(255, 202, 56, 0.3);
}

#menu-secondary-menu li a {
  color: #062465;
  padding-left: 1.5rem;
  border-left: 4px solid #FFFFFF;
  height: 60px;
  transition: border-left 0.2s linear;
}
#menu-secondary-menu li a:hover {
  border-left: 4px solid #FFCA38;
}
#menu-secondary-menu li .sub-menu li {
  border-left: 4px solid #FFFFFF;
  transition: border-left 0.2s linear;
}
#menu-secondary-menu li .sub-menu li:hover {
  border-left: 4px solid #FFCA38;
}
#menu-secondary-menu li .sub-menu li a {
  font-size: 16px;
  font-size: calc(1 + rem);
  line-height: 30px;
  line-height: calc(1.875 + rem);
  font-family: "ff-real-headline-pro-2", sans-serif;
  font-weight: 300;
  padding-left: 2.75rem;
  border-left: 4px solid rgba(255, 255, 255, 0.3);
  height: 52px;
}
#menu-secondary-menu li.current_page_item a {
  border-left: 4px solid #FFCA38;
}
#menu-secondary-menu li.current-menu-item a, #menu-secondary-menu li.current_page_parent a {
  border-left: 4px solid #FFCA38;
}
#menu-secondary-menu li.current-menu-item .sub-menu li, #menu-secondary-menu li.current_page_parent .sub-menu li {
  border-left: 4px solid #FFCA38;
}
#menu-secondary-menu li.current-menu-item .sub-menu li a, #menu-secondary-menu li.current_page_parent .sub-menu li a {
  transition: border-left 0.2s linear;
}
#menu-secondary-menu li.current-menu-item .sub-menu li a:hover, #menu-secondary-menu li.current_page_parent .sub-menu li a:hover {
  border-left: 4px solid rgba(255, 202, 56, 0.3);
}
#menu-secondary-menu li.current-menu-item .sub-menu li.current_page_item a, #menu-secondary-menu li.current_page_parent .sub-menu li.current_page_item a {
  border-left: 4px solid rgba(255, 202, 56, 0.3);
}

#menu-tertiary-menu {
  padding: 2rem 0;
}
#menu-tertiary-menu li {
  border: none;
}
#menu-tertiary-menu li a {
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 16px;
  line-height: calc(1 + rem);
  font-family: "ff-real-headline-pro-2", sans-serif;
  font-weight: 300;
  color: #414042;
  padding: 0.625rem 1.25rem;
  height: 40px;
}
@media screen and (min-width: 768px) {
  #menu-tertiary-menu li a {
    font-size: 14px;
    font-size: calc(0.875 + rem);
    line-height: 24px;
    line-height: calc(1.5 + rem);
  }
}
#menu-tertiary-menu li a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #menu-tertiary-menu {
    padding: 4rem 0;
  }
}

nav.main-nav .menu li.menu-item-has-children {
  position: relative;
  max-height: 60px;
  transition: max-height 0.6s cubic-bezier(1, 0, 0, 1);
  overflow: hidden;
}
nav.main-nav .menu li.menu-item-has-children .toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: #F6F6F5;
  cursor: pointer;
}
nav.main-nav .menu li.menu-item-has-children .toggle .lines {
  display: block;
  width: 14px;
  height: 2px;
  position: relative;
}
nav.main-nav .menu li.menu-item-has-children .toggle .lines:before, nav.main-nav .menu li.menu-item-has-children .toggle .lines:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: #062465;
  display: block;
  transition: transform 0.6s cubic-bezier(1, 0, 0, 1);
  transform: rotate(-90deg);
}
nav.main-nav .menu li.menu-item-has-children .toggle .lines:after {
  transform: rotate(0deg);
}
nav.main-nav .menu li.menu-item-has-children .sub-menu {
  margin: 0;
  padding: 0;
}
nav.main-nav .menu li.menu-item-has-children.sub-open {
  max-height: 100vh;
}
nav.main-nav .menu li.menu-item-has-children.sub-open .toggle .lines:before {
  transform: rotate(-45deg);
}
nav.main-nav .menu li.menu-item-has-children.sub-open .toggle .lines:after {
  transform: rotate(45deg);
}

.main-nav .button-group {
  max-width: 100vw;
  width: 350px;
  float: left;
  clear: both;
  border-bottom: 1px solid #ECE7E2;
  padding: 1.25rem;
  display: flex;
  justify-content: space-between;
}
.main-nav .button-group .btn--dropdown {
  background: #062465;
  border: none;
}
@media screen and (min-width: 768px) {
  .main-nav .button-group {
    display: none;
  }
}

#member-nav {
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFFFFF;
  width: 100%;
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(1, 0, 0, 1);
  z-index: 3;
  box-shadow: -1px 0px 5px 0px rgba(0, 0, 0, 0.05);
  overflow-y: auto;
}
#member-nav .container {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  height: auto !important;
}
#member-nav ul.menu {
  margin: 0;
  padding: 0;
}
#member-nav ul.menu li {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
#member-nav ul.menu li svg {
  position: absolute;
  width: 10px;
  height: 6px;
  top: 50%;
  transform: rotate(-90deg);
  margin-top: -3px;
  pointer-events: none;
}
#member-nav ul.menu li svg * {
  fill: #CE3B2C;
}
#member-nav ul.menu li a {
  text-decoration: none;
  color: #062465;
  display: flex;
  float: left;
  width: 100%;
  margin-left: 0.9375rem;
  margin-bottom: 0 !important;
}
#member-nav ul.menu li a:hover {
  text-decoration: underline;
}
#member-nav .menu-member-nav-primary-container {
  flex-basis: 100%;
}
#member-nav .menu-member-nav-primary-container ul.menu li {
  margin: 0 0 1rem 0;
}
#member-nav .menu-member-nav-primary-container ul.menu li a {
  font-size: 18px;
  font-size: calc(1.125 + rem);
  line-height: 25px;
  line-height: calc(1.5625 + rem);
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
  color: #062465;
  float: left;
  clear: both;
  width: 100%;
  color: #062465;
}
#member-nav .menu-member-nav-primary-container ul.menu li a strong {
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  #member-nav .menu-member-nav-primary-container ul.menu li a {
    font-size: 28px;
    font-size: calc(1.75 + rem);
    line-height: 32px;
    line-height: calc(2 + rem);
  }
}
#member-nav .menu-member-nav-secondary-container {
  flex-basis: 100%;
}
#member-nav .menu-member-nav-secondary-container ul.menu {
  display: flex;
  flex-direction: column;
}
#member-nav .menu-member-nav-secondary-container ul.menu li {
  margin: 0.9375rem 0;
}
#member-nav .menu-member-nav-secondary-container ul.menu li a {
  font-size: 16px;
  font-size: calc(1 + rem);
  line-height: 24px;
  line-height: calc(1.5 + rem);
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
  color: #062465;
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 20px;
  line-height: calc(1.25 + rem);
}
#member-nav .menu-member-nav-secondary-container ul.menu li a strong {
  font-weight: 500;
}
#member-nav .menu-member-nav-secondary-container ul.menu li.menu-item-has-children {
  flex-wrap: wrap;
}
#member-nav .menu-member-nav-secondary-container ul.menu li.menu-item-has-children > svg {
  display: none;
}
#member-nav .menu-member-nav-secondary-container ul.menu li.menu-item-has-children > a {
  pointer-events: none;
  margin: 0;
  font-size: 16px;
  font-size: calc(1 + rem);
  line-height: 30px;
  line-height: calc(1.875 + rem);
  font-family: "ff-real-headline-pro-2", sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 20px;
  line-height: calc(1.25 + rem);
}
#member-nav .menu-member-nav-secondary-container ul.menu li.menu-item-has-children .sub-menu {
  width: 100%;
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
  flex-basis: 100%;
}
#member-nav .menu-member-nav-secondary-container ul.menu li.menu-item-has-children .sub-menu li {
  clear: none;
  float: left;
  margin: 0 0.9375rem 0 0;
  padding: 0 0.9375rem 0 0;
  border-right: 1px solid #dfdfdf;
}
#member-nav .menu-member-nav-secondary-container ul.menu li.menu-item-has-children .sub-menu li svg {
  width: 14px;
}
#member-nav .menu-member-nav-secondary-container ul.menu li.menu-item-has-children .sub-menu li:last-of-type {
  border: none;
}
.member-nav-open #member-nav {
  max-height: 100vh;
}
#member-nav #member-nav-close {
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 1px;
  right: 0;
  background: rgba(6, 36, 101, 0.5);
  z-index: 1;
}
#member-nav #member-nav-close:hover {
  background: rgba(6, 36, 101, 0.75);
}
#member-nav #member-nav-close .lines {
  width: 20px;
  height: 14px;
  position: relative;
}
#member-nav #member-nav-close .lines span {
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: transparent;
  display: block;
  margin-bottom: 3px;
  margin-top: 3px;
  position: relative;
}
#member-nav #member-nav-close .lines span:nth-of-type(2):before, #member-nav #member-nav-close .lines span:nth-of-type(2):after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  display: block;
  transition: transform 0.6s cubic-bezier(1, 0, 0, 1);
  transform: rotate(45deg);
}
#member-nav #member-nav-close .lines span:nth-of-type(2):after {
  transform: rotate(-45deg);
}
#member-nav #member-nav-close .lines span:nth-of-type(3) {
  margin-bottom: 0;
}
#member-nav #member-nav-close p {
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0.625rem 0 0 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #member-nav .container {
    padding: 3.75rem 1.25rem;
    flex-direction: row;
  }
  #member-nav .menu-member-nav-primary-container {
    flex-basis: calc((100% - 20px) * 0.4);
  }
  #member-nav .menu-member-nav-primary-container ul.menu li {
    margin: 1.5625rem 0;
  }
  #member-nav .menu-member-nav-secondary-container {
    flex-basis: calc((100% - 20px) * 0.6);
  }
  #member-nav .menu-member-nav-secondary-container ul.menu {
    flex-direction: row;
  }
  #member-nav #member-nav-close {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  #member-nav .container {
    padding: 3.75rem 4.375rem;
  }
  #member-nav .menu-member-nav-primary-container ul.menu li a {
    font-size: 28px;
    font-size: calc(1.75 + rem);
    line-height: 32px;
    line-height: calc(2 + rem);
    font-family: "ff-real-headline-pro", sans-serif;
    font-weight: 500;
    width: 100%;
    float: left;
    clear: both;
    color: #062465;
  }
  #member-nav .menu-member-nav-primary-container ul.menu li a strong {
    font-weight: 500;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  #member-nav .menu-member-nav-primary-container ul.menu li a {
    font-size: 36px;
    font-size: calc(2.25 + rem);
    line-height: 40px;
    line-height: calc(2.5 + rem);
  }
}
@media screen and (min-width: 1024px) {
  #member-nav .menu-member-nav-secondary-container ul.menu li a {
    font-size: 16px;
    font-size: calc(1 + rem);
    line-height: 24px;
    line-height: calc(1.5 + rem);
    font-family: "ff-real-headline-pro", sans-serif;
    font-weight: 500;
    color: #062465;
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  #member-nav .menu-member-nav-secondary-container ul.menu li a strong {
    font-weight: 500;
  }
  #member-nav .menu-member-nav-secondary-container ul.menu li.menu-item-has-children > a {
    font-size: 16px;
    font-size: calc(1 + rem);
    line-height: 30px;
    line-height: calc(1.875 + rem);
    font-family: "ff-real-headline-pro-2", sans-serif;
    font-weight: 300;
  }
}
@media screen and (min-width: 1200px) {
  #member-nav .container {
    padding: 3.75rem 0;
  }
}

.member-nav-open {
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .member-nav-open {
    overflow-y: scroll;
  }
}

div[data-type=image] {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
div[data-type=image] img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  transform: scale(1.1);
}
div[data-type=image] img.loader {
  filter: blur(15px);
  z-index: 2;
}
div[data-type=image] img.real {
  z-index: 1;
}
div[data-type=image] .placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #062465;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
div[data-type=image] .placeholder svg {
  width: 33.3333333333%;
  height: auto;
}

figure.wp-block-image img {
  width: 100%;
  height: auto;
}

:root {
  --base: #1F3A74;
  --bg-blend: multiply;
  --blur: 0px;
  --fg-blend: exclusion;
  --foreground: #062465;
  --opacity: 1;
  --spacing: 1%;
}

.duotone {
  background-color: var(--base);
  display: flex;
  flex: 1 1 100%;
  height: 100%;
  overflow: hidden;
  padding: var(--spacing);
  position: relative;
}
.duotone img {
  filter: grayscale(100%) contrast(1) blur(var(--blur));
  flex: 1 0 100%;
  height: 100%;
  max-width: 100%;
  mix-blend-mode: var(--bg-blend);
  -o-object-fit: cover;
     object-fit: cover;
  opacity: var(--opacity);
  position: relative;
  width: 100%;
}
.duotone:before {
  background-color: var(--foreground);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: var(--fg-blend);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}

div[class^=swiper-button] {
  position: absolute;
  bottom: 0;
  top: auto;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  background: rgba(6, 36, 101, 0.05);
  opacity: 1;
  right: 1rem;
}
div[class^=swiper-button]:before, div[class^=swiper-button]:after {
  content: "";
  width: 10px;
  height: 2px;
  background: #062465;
  display: block;
  position: absolute;
  top: 50%;
  transform-origin: right center;
  transform: translateY(-50%) rotate(45deg);
}
div[class^=swiper-button]:after {
  transform: translateY(-50%) rotate(-45deg);
  margin-top: -1px;
}
div[class^=swiper-button]:focus {
  outline: none;
}

div.swiper-button-prev {
  left: auto;
  right: calc(42px + 2rem);
  transform: rotate(180deg);
}

div.swiper-button-disabled {
  cursor: not-allowed;
}
div.swiper-button-disabled:before, div.swiper-button-disabled:after {
  opacity: 0.5;
}

.swiper-pagination {
  height: 42px;
  bottom: 0;
  display: flex;
  align-items: center;
  left: 1rem;
}
.swiper-pagination span {
  width: 0.5rem;
  height: 0.5rem;
  opacity: 1;
  margin-left: 0.25rem;
  background: rgba(6, 36, 101, 0.1);
}
.swiper-pagination span.swiper-pagination-bullet-active {
  background: #062465;
}
.swiper-pagination span:first-of-type {
  margin-left: 0;
}
@media screen and (min-width: 481px) {
  .swiper-pagination {
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .swiper-pagination {
    display: none;
  }
}

.section-link {
  width: 100%;
  float: left;
  clear: both;
  height: auto;
  display: flex;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
}
.home.unit-site .section-link {
  margin-bottom: 3.75rem;
}
.section-link a {
  font-size: 16px;
  font-size: calc(1 + rem);
  line-height: 24px;
  line-height: calc(1.5 + rem);
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
  color: #062465;
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 0.5rem;
  position: relative;
  display: inline-block;
  color: #062465;
  text-decoration: none;
  padding-left: 1.25rem;
  margin-bottom: 0;
}
.section-link a strong {
  font-weight: 500;
}
.section-link a:before, .section-link a:after {
  content: "";
  width: 6.5px;
  height: 2px;
  background: #CE3B2C;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform-origin: right center;
  transform: translateY(-50%) rotate(45deg);
}
.section-link a:after {
  transform: translateY(-50%) rotate(-45deg);
}
.section-link a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .section-link {
    padding: 0 2.5rem;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .section-link {
    padding: 0 4.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .section-link {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .row {
    display: flex;
  }
}

.bom-feed {
  background: #F6F6F5;
  padding: 3rem 2.5rem;
  float: left;
  clear: both;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  position: relative;
}
.bom-feed header {
  display: flex;
  padding-bottom: 2rem;
}
.bom-feed header i.icon {
  width: 70px;
  min-width: 70px;
  height: 50px;
  display: inline-block;
}
.bom-feed header i.icon--1 {
  background: url("/wp-content/themes/marinerescue/assets-img/bom-icons/sunny.svg") center left/50px 50px no-repeat;
}
.bom-feed header i.icon--1--night {
  background: url("/wp-content/themes/marinerescue/assets-img/bom-icons/sunny.svg") center left/50px 50px no-repeat;
}
.bom-feed header i.icon--2 {
  background: url("/wp-content/themes/marinerescue/assets-img/bom-icons/clear-night.svg") center left/50px 50px no-repeat;
}
.bom-feed header i.icon--2--night {
  background: url("/wp-content/themes/marinerescue/assets-img/bom-icons/clear-night.svg") center left/50px 50px no-repeat;
}
.bom-feed header i.icon--2--night {
  background: url("/wp-content/themes/marinerescue/assets-img/bom-icons/clear-night.svg") center left/50px 50px no-repeat;
}
.bom-feed header i.icon--3 {
  background: url("/wp-content/themes/marinerescue/assets-img/bom-icons/mostly-sunny.svg") center left/50px 50px no-repeat;
}
.bom-feed header i.icon--3--night {
  background: url("/wp-content/themes/marinerescue/assets-img/bom-icons/mostly-clear-night.svg") center left/50px 50px no-repeat;
}
.bom-feed header i.icon--4 {
  background: url("/wp-content/themes/marinerescue/assets-img/bom-icons/cloudy.svg") center left/50px 50px no-repeat;
}
.bom-feed header i.icon--4--night {
  background: url("/wp-content/themes/marinerescue/assets-img/bom-icons/cloudy-night.svg") center left/50px 50px no-repeat;
}
.bom-feed header i.icon--6 {
  background: url("/wp-content/themes/marinerescue/assets-img/bom-icons/haze.svg") center left/50px 50px no-repeat;
}
.bom-feed header i.icon--6--night {
  background: url("/wp-content/themes/marinerescue/assets-img/bom-icons/haze-night.svg") center left/50px 50px no-repeat;
}
.bom-feed header i.icon--8 {
  background: url("/wp-content/themes/marinerescue/assets-img/bom-icons/light-rain.svg") center left/50px 50px no-repeat;
}
.bom-feed header i.icon--8--night {
  background: url("/wp-content/themes/marinerescue/assets-img/bom-icons/light-rain-night.svg") center left/50px 50px no-repeat;
}
.bom-feed header i.icon--9 {
  background: url("/wp-content/themes/marinerescue/assets-img/bom-icons/wind.svg") center left/50px 50px no-repeat;
}
.bom-feed header i.icon--9--night {
  background: url("/wp-content/themes/marinerescue/assets-img/bom-icons/wind-night.svg") center left/50px 50px no-repeat;
}
.bom-feed header i.icon--10 {
  background: url("/wp-content/themes/marinerescue/assets-img/bom-icons/fog.svg") center left/50px 50px no-repeat;
}
.bom-feed header i.icon--10--night {
  background: url("/wp-content/themes/marinerescue/assets-img/bom-icons/fog-night.svg") center left/50px 50px no-repeat;
}
.bom-feed header i.icon--11 {
  background: url("/wp-content/themes/marinerescue/assets-img/bom-icons/showers.svg") center left/50px 50px no-repeat;
}
.bom-feed header i.icon--11--night {
  background: url("/wp-content/themes/marinerescue/assets-img/bom-icons/showers-night.svg") center left/50px 50px no-repeat;
}
.bom-feed header i.icon--12 {
  background: url("/wp-content/themes/marinerescue/assets-img/bom-icons/rain.svg") center left/50px 50px no-repeat;
}
.bom-feed header i.icon--12--night {
  background: url("/wp-content/themes/marinerescue/assets-img/bom-icons/rain-night.svg") center left/50px 50px no-repeat;
}
.bom-feed header i.icon--13 {
  background: url("/wp-content/themes/marinerescue/assets-img/bom-icons/dust.svg") center left/50px 50px no-repeat;
}
.bom-feed header i.icon--13--night {
  background: url("/wp-content/themes/marinerescue/assets-img/bom-icons/dust-night.svg") center left/50px 50px no-repeat;
}
.bom-feed header i.icon--14 {
  background: url("/wp-content/themes/marinerescue/assets-img/bom-icons/frost.svg") center left/50px 50px no-repeat;
}
.bom-feed header i.icon--14--night {
  background: url("/wp-content/themes/marinerescue/assets-img/bom-icons/frost-night.svg") center left/50px 50px no-repeat;
}
.bom-feed header i.icon--15 {
  background: url("/wp-content/themes/marinerescue/assets-img/bom-icons/snow.svg") center left/50px 50px no-repeat;
}
.bom-feed header i.icon--15--night {
  background: url("/wp-content/themes/marinerescue/assets-img/bom-icons/snow-night.svg") center left/50px 50px no-repeat;
}
.bom-feed header i.icon--16 {
  background: url("/wp-content/themes/marinerescue/assets-img/bom-icons/storms.svg") center left/50px 50px no-repeat;
}
.bom-feed header i.icon--16--night {
  background: url("/wp-content/themes/marinerescue/assets-img/bom-icons/storms-night.svg") center left/50px 50px no-repeat;
}
.bom-feed header i.icon--17 {
  background: url("/wp-content/themes/marinerescue/assets-img/bom-icons/light-showers.svg") center left/50px 50px no-repeat;
}
.bom-feed header i.icon--17--night {
  background: url("/wp-content/themes/marinerescue/assets-img/bom-icons/light-showers-night.svg") center left/50px 50px no-repeat;
}
.bom-feed header i.icon--18 {
  background: url("/wp-content/themes/marinerescue/assets-img/bom-icons/heavy-showers.svg") center left/50px 50px no-repeat;
}
.bom-feed header i.icon--18--night {
  background: url("/wp-content/themes/marinerescue/assets-img/bom-icons/heavy-showers-night.svg") center left/50px 50px no-repeat;
}
.bom-feed header i.icon--19 {
  background: url("/wp-content/themes/marinerescue/assets-img/bom-icons/cyclone.svg") center left/50px 50px no-repeat;
}
.bom-feed header i.icon--19--night {
  background: url("/wp-content/themes/marinerescue/assets-img/bom-icons/cyclone-night.svg") center left/50px 50px no-repeat;
}
.bom-feed header .temp {
  font-family: "ff-real-headline-pro", sans-serif;
  font-size: 36px;
  font-size: calc(2.25 + rem);
  line-height: 48px;
  line-height: calc(3 + rem);
  color: #062465;
  width: 100px;
  min-width: 100px;
}
.bom-feed header .h-l {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bom-feed header .h-l .high,
.bom-feed header .h-l .low {
  font-family: "ff-real-headline-pro", sans-serif;
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 17px;
  line-height: calc(1.0625 + rem);
  color: #062465;
  font-weight: 500;
}
.bom-feed header .h-l .high:before,
.bom-feed header .h-l .low:before {
  font-family: "ff-real-headline-pro-2", sans-serif;
  color: #414042;
  font-weight: 300;
  display: inline-block;
  width: 15px;
}
.bom-feed header .h-l .high:before {
  content: "H";
}
.bom-feed header .h-l .low:before {
  content: "L";
}
.bom-feed main {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 1.5rem;
}
.bom-feed main .today,
.bom-feed main .wind {
  display: flex;
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 0;
  font-family: "ff-real-headline-pro-2", sans-serif;
  color: #414042;
  font-weight: 300;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 19px;
  line-height: calc(1.1875 + rem);
}
.bom-feed main .today:before,
.bom-feed main .wind:before {
  font-family: "ff-real-headline-pro", sans-serif;
  color: #062465;
  font-weight: 500;
  display: inline-block;
  width: 70px;
  min-width: 70px;
}
.bom-feed main .today {
  margin-bottom: 1rem;
}
.bom-feed main .today:before {
  content: "Today";
}
.bom-feed main .wind:before {
  content: "Wind";
}
.bom-feed footer {
  padding-left: 70px;
}
.bom-feed footer a {
  display: inline-block;
  position: relative;
  text-indent: 20px;
  font-family: "ff-real-headline-pro", sans-serif;
  color: #062465;
  font-weight: 500;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 19px;
  line-height: calc(1.1875 + rem);
  text-decoration: none;
}
.bom-feed footer a:hover {
  text-decoration: underline;
}
.bom-feed footer a:before, .bom-feed footer a:after {
  content: "";
  width: 6.5px;
  height: 2px;
  background: #CE3B2C;
  display: block;
  position: absolute;
  top: 50%;
  transform-origin: right center;
  transform: translateY(-50%) rotate(45deg);
}
.bom-feed footer a:after {
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .bom-feed {
    width: calc(100% - 290px);
  }
  .bom-feed footer {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .bom-feed {
    width: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .bom-feed {
    position: relative;
  }
  .bom-feed:after {
    content: "";
    background: #F6F6F5;
    position: absolute;
    width: calc((100vw - 1200px) * 0.5);
    height: 100%;
    top: 0;
    right: calc((100vw - 1200px) * 0.5 * -1);
    z-index: 0;
  }
  .bom-feed header,
  .bom-feed main,
  .bom-feed footer {
    position: relative;
    z-index: 1;
  }
}

.hero-image[data-type=image] {
  width: 100vw;
  height: 185px;
  position: relative;
  background: #B4BDD1;
  z-index: 1;
}
.hero-image[data-type=image]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
}
.hero-image[data-type=image] img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .hero-image[data-type=image] {
    height: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-image[data-type=image] {
    height: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-image[data-type=image] {
    height: 29.347826087vw;
  }
}

.hero-image ul.breadcrumb-list {
  position: absolute;
  top: 0;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 19px;
  line-height: calc(1.1875 + rem);
  font-family: "ff-real-headline-pro-2", sans-serif !important;
  font-weight: 300 !important;
  color: #FFCA38;
  z-index: 5;
  left: 1.25rem;
  margin-top: 1.75rem !important;
  padding: 0;
  list-style: none;
}
.hero-image ul.breadcrumb-list a {
  font-family: "ff-real-headline-pro-2", sans-serif !important;
  font-weight: 300 !important;
}
.hero-image ul.breadcrumb-list li {
  float: left;
  clear: none;
  padding: 0 !important;
  font-family: "ff-real-headline-pro", sans-serif !important;
  font-weight: 500 !important;
}
.hero-image ul.breadcrumb-list li:before {
  display: none;
}
.hero-image ul.breadcrumb-list li.breadcrumb-item:after {
  content: "/";
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  padding: 0 0.625rem;
}
.hero-image ul.breadcrumb-list li.breadcrumb-item.is-current:after {
  display: none;
}
.hero-image ul.breadcrumb-list li a {
  color: #FFFFFF;
  text-decoration: none;
  font-family: "ff-real-headline-pro", sans-serif !important;
  font-weight: 500 !important;
}
@media screen and (min-width: 768px) {
  .hero-image ul.breadcrumb-list {
    left: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero-image ul.breadcrumb-list {
    left: 4.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero-image ul.breadcrumb-list {
    left: 50%;
    margin-left: -530px;
  }
}

.page-template-no-hero-image ul.breadcrumb-list {
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 19px;
  line-height: calc(1.1875 + rem);
  font-family: "ff-real-headline-pro-2", sans-serif !important;
  font-weight: 300 !important;
  color: #FFCA38;
  padding: 0;
  list-style: none;
  width: 100%;
  float: left;
  margin: 1.75rem 0 2.5rem 0 !important;
}
.page-template-no-hero-image ul.breadcrumb-list a {
  font-family: "ff-real-headline-pro-2", sans-serif !important;
  font-weight: 300 !important;
}
.page-template-no-hero-image ul.breadcrumb-list li {
  float: left;
  clear: none;
  padding: 0 !important;
}
.page-template-no-hero-image ul.breadcrumb-list li:before {
  display: none;
}
.page-template-no-hero-image ul.breadcrumb-list li.breadcrumb-item:after {
  content: "/";
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  padding: 0 0.625rem;
  color: #CE3B2C;
}
.page-template-no-hero-image ul.breadcrumb-list li.breadcrumb-item.is-current:after {
  display: none;
}
.page-template-no-hero-image ul.breadcrumb-list li a {
  color: #414042;
  text-decoration: none;
  font-weight: 500;
}

.bodycrumbs ul.breadcrumb-list {
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 19px;
  line-height: calc(1.1875 + rem);
  font-family: "ff-real-headline-pro-2", sans-serif !important;
  font-weight: 300 !important;
  color: #FFCA38;
  padding: 0;
  list-style: none;
  width: 100%;
  float: left;
  margin-top: 1.75rem !important;
  margin-bottom: 2.5rem !important;
}
.bodycrumbs ul.breadcrumb-list a {
  font-family: "ff-real-headline-pro-2", sans-serif !important;
  font-weight: 300 !important;
}
.bodycrumbs ul.breadcrumb-list li {
  float: left !important;
  clear: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
  line-height: 1.1875rem !important;
}
.bodycrumbs ul.breadcrumb-list li:before {
  display: none;
}
.bodycrumbs ul.breadcrumb-list li.breadcrumb-item:after {
  content: "/";
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  padding: 0 0.625rem;
  color: #CE3B2C;
}
.bodycrumbs ul.breadcrumb-list li.breadcrumb-item.is-current:after {
  content: "/";
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  padding: 0 0.625rem;
  color: #CE3B2C;
  float: right;
  display: none;
}
.bodycrumbs ul.breadcrumb-list li.breadcrumb-item.is-current:before {
  content: "News";
  color: #414042;
  display: inline-block;
  float: right;
  background: transparent !important;
}
.bodycrumbs ul.breadcrumb-list li a {
  color: #414042;
  text-decoration: none;
  background: none !important;
}

.accordion-group-container {
  width: 100%;
  float: left;
  clear: both;
}
.accordion-group-container h2 {
  color: #062465;
}
.accordion-group-container .filter {
  width: 100%;
  float: left;
  clear: both;
}
.accordion-group-container .filter p {
  color: #062465;
  margin-top: 0;
}
.accordion-group-container .filter .items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.accordion-group-container .filter .items .item {
  border: 1px solid rgba(6, 36, 101, 0.3);
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 18px;
  line-height: calc(1.125 + rem);
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
  color: #062465;
  padding: 0.3125rem 0.9375rem;
  margin: 0 0.625rem 0.625rem 0;
  cursor: pointer;
}
.accordion-group-container .filter .items .item.active {
  background: #062465;
  border-color: #062465;
  color: #FFCA38;
}
.accordion-group-container .filter .items .item:hover {
  border-color: #062465;
}
.accordion-group-container .accordion-group {
  width: 100%;
  float: left;
  clear: both;
  display: none;
}
.accordion-group-container .accordion-group.active {
  display: block;
}

.accordion-container .category {
  margin: 2.25rem 0;
}
.accordion-container .category + .accordion {
  margin-top: 0;
}
.accordion-container .accordion {
  width: 100%;
  float: left;
  clear: both;
  border-top: 1px solid #ECE7E2;
}
.accordion-container .accordion:first-of-type {
  margin-top: 2.25rem;
}
.accordion-container .accordion label {
  width: 100%;
  display: block;
  font-size: 18px;
  font-size: calc(1.125 + rem);
  line-height: 18px;
  line-height: calc(1.125 + rem);
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
  color: #062465;
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 0.5rem;
  color: #062465;
  padding: 1.5625rem 1.25rem 1.5625rem 0;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}
.accordion-container .accordion label strong {
  font-weight: 500;
}
.accordion-container .accordion label:before, .accordion-container .accordion label:after {
  position: absolute;
  top: 1.9375rem;
  right: 0;
  content: "";
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: #CE3B2C;
  display: block;
  transition: transform 0.6s cubic-bezier(1, 0, 0, 1);
  transform: rotate(-90deg);
}
.accordion-container .accordion label:after {
  transform: rotate(0deg);
}
.accordion-container .accordion .accordion-content {
  max-height: 0;
  max-width: 550px;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(1, 0, 0, 1);
  clear: both;
  float: left;
}
.accordion-container .accordion .accordion-content p {
  margin-top: 0 !important;
}
.accordion-container .accordion .accordion-content p:last-of-type {
  margin-bottom: 2rem !important;
}
.accordion-container .accordion .accordion-content table {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 1.875rem;
  border-collapse: collapse;
}
.accordion-container .accordion .accordion-content table tr {
  background: #E6E9F0;
}
.accordion-container .accordion .accordion-content table tr:nth-of-type(2n) {
  background: #FFFFFF;
}
.accordion-container .accordion .accordion-content table tr td {
  border: none;
  padding: 0.625rem;
  color: #062465;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 18px;
  line-height: calc(1.125 + rem);
}
.accordion-container .accordion .accordion-content table tr td:first-of-type {
  font-family: "ff-real-headline-pro", sans-serif;
}
.accordion-container .accordion.active label:before, .accordion-container .accordion.active label:after {
  transform: rotate(0deg);
}
.accordion-container .accordion.active .accordion-content {
  animation: accord 0.6s forwards;
}

@keyframes accord {
  0% {
    max-height: 0;
  }
  99% {
    max-height: 80vh;
  }
  100% {
    max-height: unset;
  }
}
.page-load-indicator {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 3px;
  background: #FFCA38;
  width: 0px;
  z-index: 101;
}
.page-load-indicator[state=loading] {
  width: 70%;
  transition: width 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.page-load-indicator[state=nearly] {
  width: 80%;
  transition: width 6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.page-load-indicator[state=ready] {
  width: 100%;
  transform: translateY(-5px);
  transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s 0.3s;
}

.gform_wrapper,
.form_wrapper {
  width: 100%;
  float: left;
  clear: both;
  margin: 2.5rem 0;
}
.gform_wrapper ul,
.form_wrapper ul {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  clear: both;
  display: block;
}
.gform_wrapper ul li.gfield,
.gform_wrapper ul li.form_field,
.form_wrapper ul li.gfield,
.form_wrapper ul li.form_field {
  margin: 0 0 1.5625rem 0;
  padding: 0 !important;
  width: 100%;
  float: left;
  clear: both;
  list-style: none;
  border: 1px solid #062465;
  position: relative;
}
.gform_wrapper ul li.gfield:before,
.gform_wrapper ul li.form_field:before,
.form_wrapper ul li.gfield:before,
.form_wrapper ul li.form_field:before {
  display: none !important;
}
.gform_wrapper .gform_validation_container,
.form_wrapper .gform_validation_container {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .gform_wrapper ul,
  .form_wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .gform_wrapper ul li,
  .form_wrapper ul li {
    width: 100%;
  }
  .gform_wrapper ul li.half,
  .form_wrapper ul li.half {
    width: calc((100% - 1.25rem) * 0.5);
  }
}

.gfield .gfield_label,
.gfield .form_label,
.form_field .gfield_label,
.form_field .form_label {
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 17px;
  line-height: calc(1.0625 + rem);
  color: #062465;
  position: absolute;
  padding: 0 0.3125rem;
  top: 0;
  left: 0.375rem;
  transform: translateY(0);
  background: #FFFFFF;
  opacity: 0;
  transition: all 0.6s cubic-bezier(1, 0, 0, 1);
  pointer-events: none;
}
.gfield:focus-within .gfield_label,
.gfield:focus-within .form_label, .gfield.filled .gfield_label,
.gfield.filled .form_label, .gfield.show-label .gfield_label,
.gfield.show-label .form_label,
.form_field:focus-within .gfield_label,
.form_field:focus-within .form_label,
.form_field.filled .gfield_label,
.form_field.filled .form_label,
.form_field.show-label .gfield_label,
.form_field.show-label .form_label {
  opacity: 1;
  transform: translateY(-50%);
}

.ginput_container_text input,
.ginput_container_email input,
.form_container_text input,
.form_container_email input,
.form_container_password input {
  width: 100%;
  padding: 0.625rem;
  font-family: "ff-real-headline-pro", sans-serif;
  color: #062465;
  font-size: 16px;
  font-size: calc(1 + rem);
  line-height: 20px;
  line-height: calc(1.25 + rem);
  border: none;
  background: transparent;
}
.ginput_container_text input::-webkit-input-placeholder,
.ginput_container_email input::-webkit-input-placeholder,
.form_container_text input::-webkit-input-placeholder,
.form_container_email input::-webkit-input-placeholder,
.form_container_password input::-webkit-input-placeholder {
  font-family: "ff-real-headline-pro-2", sans-serif;
  color: rgba(6, 36, 101, 0.9);
}
.ginput_container_text input::-moz-placeholder,
.ginput_container_email input::-moz-placeholder,
.form_container_text input::-moz-placeholder,
.form_container_email input::-moz-placeholder,
.form_container_password input::-moz-placeholder {
  font-family: "ff-real-headline-pro-2", sans-serif;
  color: rgba(6, 36, 101, 0.9);
}
.ginput_container_text input:-ms-input-placeholder,
.ginput_container_email input:-ms-input-placeholder,
.form_container_text input:-ms-input-placeholder,
.form_container_email input:-ms-input-placeholder,
.form_container_password input:-ms-input-placeholder {
  font-family: "ff-real-headline-pro-2", sans-serif;
  color: rgba(6, 36, 101, 0.9);
}
.ginput_container_text input:-moz-placeholder,
.ginput_container_email input:-moz-placeholder,
.form_container_text input:-moz-placeholder,
.form_container_email input:-moz-placeholder,
.form_container_password input:-moz-placeholder {
  font-family: "ff-real-headline-pro-2", sans-serif;
  color: rgba(6, 36, 101, 0.9);
}
@media screen and (min-width: 768px) {
  .ginput_container_text input,
  .ginput_container_email input,
  .form_container_text input,
  .form_container_email input,
  .form_container_password input {
    font-size: 14px;
    font-size: calc(0.875 + rem);
    line-height: 19px;
    line-height: calc(1.1875 + rem);
  }
}

.ginput_container_multiselect select {
  -webkit-appearance: none;
  width: 100%;
  padding: 0.625rem;
  font-family: "ff-real-headline-pro-2", sans-serif;
  color: #062465;
  font-size: 16px;
  font-size: calc(1 + rem);
  line-height: 20px;
  line-height: calc(1.25 + rem);
  border: none;
  font-weight: 300;
}
.ginput_container_multiselect select:focus option:checked {
  font-weight: 500;
  background: #062465 linear-gradient(0deg, #062465 0%, #062465 100%);
}
@media screen and (min-width: 768px) {
  .ginput_container_multiselect select {
    font-size: 14px;
    font-size: calc(0.875 + rem);
    line-height: 19px;
    line-height: calc(1.1875 + rem);
  }
}

.ginput_container_checkbox ul.gfield_checkbox {
  padding: 0.625rem !important;
  margin-bottom: 0 !important;
  font-family: "ff-real-headline-pro", sans-serif;
  color: #062465;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 19px;
  line-height: calc(1.1875 + rem);
}
.ginput_container_checkbox ul.gfield_checkbox li {
  list-style: none;
  padding: 0 !important;
}
.ginput_container_checkbox ul.gfield_checkbox li:before {
  display: none !important;
}
.ginput_container_checkbox ul.gfield_checkbox li input {
  display: none;
}
.ginput_container_checkbox ul.gfield_checkbox li input + label {
  display: flex;
  align-items: center;
  padding: 2px 0;
  position: relative;
}
.ginput_container_checkbox ul.gfield_checkbox li input + label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #062465;
  margin-right: 5px;
}
.ginput_container_checkbox ul.gfield_checkbox li input:checked + label:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #062465;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 3px;
}

.ginput_container_textarea textarea {
  width: 100%;
  padding: 0.625rem;
  font-family: "ff-real-headline-pro", sans-serif;
  color: #062465;
  font-size: 16px;
  font-size: calc(1 + rem);
  line-height: 20px;
  line-height: calc(1.25 + rem);
  border: none;
  background: transparent;
}
.ginput_container_textarea textarea::-webkit-input-placeholder {
  font-family: "ff-real-headline-pro-2", sans-serif;
  color: rgba(6, 36, 101, 0.9);
}
.ginput_container_textarea textarea::-moz-placeholder {
  font-family: "ff-real-headline-pro-2", sans-serif;
  color: rgba(6, 36, 101, 0.9);
}
.ginput_container_textarea textarea:-ms-input-placeholder {
  font-family: "ff-real-headline-pro-2", sans-serif;
  color: rgba(6, 36, 101, 0.9);
}
.ginput_container_textarea textarea:-moz-placeholder {
  font-family: "ff-real-headline-pro-2", sans-serif;
  color: rgba(6, 36, 101, 0.9);
}
@media screen and (min-width: 768px) {
  .ginput_container_textarea textarea {
    font-size: 14px;
    font-size: calc(0.875 + rem);
    line-height: 19px;
    line-height: calc(1.1875 + rem);
  }
}

.gform_button.button,
.form_button.button {
  -webkit-appearance: none;
  border: none;
  padding: 0;
  background: #CE3B2C;
  border-radius: 2px;
  display: flex;
  text-decoration: none;
  padding: 0.75rem 2.1875rem;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 18px;
  line-height: calc(1.125 + rem);
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.gform_button.button:hover,
.form_button.button:hover {
  background: #d64c3e;
  transform: translateY(-1px);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

input,
textarea,
select {
  outline: none;
  box-shadow: none;
}

.validation_error {
  background: rgba(206, 59, 44, 0.1);
  border: 1px solid #CE3B2C;
  width: 100%;
  float: left;
  clear: both;
  margin: 1.25rem 0;
  padding: 0.625rem;
  font-family: "ff-real-headline-pro", sans-serif;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 20px;
  line-height: calc(1.25 + rem);
  color: #CE3B2C;
}

.gform_wrapper ul li.gfield.gfield_error {
  border: 1px solid #CE3B2C;
}
.gform_wrapper ul li.gfield.gfield_error .validation_message {
  padding: 0 0.625rem 0.625rem 0.625rem;
  font-family: "ff-real-headline-pro", sans-serif;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 20px;
  line-height: calc(1.25 + rem);
  color: #CE3B2C;
}

.gform_confirmation_message {
  background: rgba(255, 202, 56, 0.1);
  border: 1px solid #FFCA38;
  width: 100%;
  float: left;
  clear: both;
  margin: 1.25rem 0;
  padding: 1.25rem;
  font-family: "ff-real-headline-pro", sans-serif;
  font-size: 18px;
  font-size: calc(1.125 + rem);
  line-height: 22px;
  line-height: calc(1.375 + rem);
  color: #062465;
}

select option {
  background: #FFFFFF !important;
  color: #414042 !important;
}

.title-block .warning-banner {
  position: relative;
  display: flex;
  background: #CE3B2C;
  top: 0;
  z-index: 2;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem;
}
.title-block .warning-banner svg {
  width: 19px;
  height: 16px;
  margin-bottom: 10px;
}
.title-block .warning-banner p {
  text-align: center;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 19px;
  line-height: calc(1.1875 + rem);
  margin: 0;
  padding: 0;
  color: #FFFFFF;
}
.title-block .warning-banner p strong {
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .title-block .warning-banner {
    justify-content: center;
    flex-direction: row;
  }
  .title-block .warning-banner svg {
    margin-bottom: 0;
    margin-right: 16px;
  }
  .title-block .warning-banner p {
    width: auto;
    float: none;
  }
}
.unit-site .title-block .warning-banner {
  position: relative;
  top: auto;
}

#wave-loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(246, 246, 245, 0.8);
  overflow: hidden;
}
#wave-loader.hide {
  width: 1px;
  height: 1px;
  pointer-events: none;
  opacity: 0;
}

.wave-circle {
  width: 160px;
  height: 160px;
  background: #FFFFFF;
  border-radius: 100%;
  padding: 5px;
  overflow: hidden;
  animation: pulse 4s infinite ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -80px;
  margin-left: -80px;
}
.wave-circle .loading-text {
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.3em;
  font-family: "ff-real-headline-pro-2", sans-serif;
  position: absolute;
  width: 100px;
  left: 50%;
  margin-left: -50px;
  text-align: center;
  display: block;
  bottom: 28px;
  color: #FFFFFF;
  z-index: 100;
  opacity: 0.8;
}
.wave-circle .wave-fill {
  height: 150px;
  width: 150px;
  background: #FFFFFF;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='112' height='112' viewBox='0 0 112 112' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='56' cy='56' r='56' fill='black'/%3E%3C/svg%3E%0A");
  -webkit-mask-size: contain;
  -webkit-mask-position: bottom;
  -webkit-mask-repeat: no-repeat;
}
.wave-circle .wave-fill .water {
  animation: water 2s ease infinite alternate;
}
.wave-circle .wave-fill .water span {
  display: block;
  width: 100%;
}
.wave-circle .wave-fill .water span.wave {
  background-image: url("data:image/svg+xml,%3Csvg width='338' height='269' viewBox='0 0 338 269' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M118.469 63.0606C54.897 63.7838 13.8578 41.9455 5.06899 36.7914L5.0628 36.7792C4.00988 36.0559 2.95076 35.3205 1.90403 34.5668C2.36855 35.0409 16.7688 50.2481 45.7242 62.1428C81.7961 76.9306 146.978 80.3039 201.848 62.2704C283.363 35.4846 330.28 73.7801 337.997 80.709L338 268.388C338 268.388 206.834 269 171.09 269C129.729 269 0 267.977 0 267.977C0 267.977 0.00258108 97.9879 0.00258108 45.8537C0.00258108 40.9305 0 36.7062 0 31.8853C9.48249 37.7263 99.4603 89.1535 198.416 35.1199C272.133 -5.0983 300.101 -7.29665 337.997 11.0813V25.4497C323.839 15.9801 303.832 9.9022 283.517 11.0813C259.851 12.4489 238.205 21.0493 233.169 23.1766C243.543 19.1226 273.558 15.4393 289.377 16.977C317.812 19.7243 332.584 31.2824 337.997 35.6829V41.8228V45.9161C330.045 40.4094 310.001 23.0307 262.347 25.8084C203.055 29.2607 180.405 62.3373 118.469 63.0606Z' fill='%23062465'/%3E%3Cpath d='M116.951 66.5858C171.233 66.3548 181.049 49.5491 240.961 36.0499H240.986C289.265 25.1702 328.967 49.1535 337.997 56.1493V68.4292C327.79 60.1083 282.954 28.8899 207.1 53.1595C149.301 71.6427 85.9768 77.04 30.7541 51.4272C50.8897 59.8149 79.5354 66.756 116.951 66.5858Z' fill='%23062465'/%3E%3C/svg%3E%0A");
  height: 180px;
  background-size: 120%;
  background-position: bottom left;
  animation: wave 4s cubic-bezier(0.17, 0.67, 0.83, 0.67) infinite alternate;
}
.wave-circle .wave-fill .water span.deep-water {
  background: #062465;
  height: 100px;
}

@keyframes wave {
  from {
    background-position: 0px 0;
  }
  to {
    background-position: -16px 0;
  }
}
@keyframes water {
  from {
    transform: translateY(20%);
  }
  to {
    transform: translateY(2%);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
ul.juicer-feed {
  border-top: 1px solid #ECE7E2;
  margin-top: 2rem !important;
  display: inline-block;
  padding: 2rem 1.5rem 0;
  position: relative;
}
ul.juicer-feed h1.referral {
  position: absolute;
  bottom: 0;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
}
ul.juicer-feed .j-text .j-message p {
  font-size: 16px;
  font-size: calc(1 + rem);
  line-height: 30px;
  line-height: calc(1.875 + rem);
  font-family: "ff-real-headline-pro-2", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 0;
}
ul.juicer-feed a.j-paginate.juicer-button {
  border: none;
  padding: 0;
  background: #CE3B2C;
  border-radius: 2px;
  padding: 12px 35px;
  color: #FFFFFF;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 18px;
  line-height: calc(1.125 + rem);
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
  white-space: nowrap;
  margin-top: 1rem;
  margin-bottom: 50px;
}
ul.juicer-feed a.j-paginate.juicer-button:hover {
  background: #d64c3e;
  transform: translateY(-1px);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (min-width: 1200px) {
  ul.juicer-feed {
    padding: 2rem 0 0 0;
  }
  ul.juicer-feed h1.referral {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: auto;
    right: 0;
    transform: none;
  }
  ul.juicer-feed a.j-paginate.juicer-button {
    margin-bottom: 1rem;
  }
}

header#header {
  width: 100%;
  background: #062465;
  text-align: center;
  padding: 0;
  transition: transform 0.6s cubic-bezier(1, 0, 0, 1);
  position: fixed;
  top: 0;
  z-index: 20;
}
header#header .container {
  display: flex;
  justify-content: space-between;
  height: 60px;
}
header#header .logo-cluster {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
}
header#header .logo-cluster #logo {
  width: 42px;
  height: 42px;
  display: block;
}
header#header .logo-cluster #wordmark {
  width: 63px;
  height: 31px;
  display: block;
  margin-left: 0.75rem;
}
header#header .logo-cluster #wordmark .wordmark {
  display: none;
}
header#header .logo-cluster #wordmark .wordmark-stacked {
  display: block;
}
header#header .logo-cluster svg {
  display: block;
}
header#header .nav-cluster {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
}
header#header .nav-cluster button {
  margin: 0 1.375rem 0 0;
}
header#header .nav-cluster button.btn--dropdown, header#header .nav-cluster button.btn--donate {
  display: none;
}
header#header .nav-cluster .search-icon {
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  width: 60px;
  height: 60px;
  padding: 0 1.125rem;
  transition: background 0.2s linear;
  cursor: pointer;
}
header#header .nav-cluster .search-icon:hover {
  background: rgba(255, 255, 255, 0.1);
}
.nav-open header#header {
  transform: translateY(0) !important;
}
@media screen and (min-width: 481px) {
  header#header .logo-cluster {
    padding-left: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  header#header .container {
    height: 80px;
  }
  header#header .logo-cluster {
    padding-left: 3rem;
  }
  header#header .logo-cluster #logo {
    width: 60px;
    height: 60px;
  }
  header#header .logo-cluster #wordmark {
    width: 82px;
    height: 40px;
    margin-left: 1rem;
  }
  header#header .nav-cluster button.btn--dropdown, header#header .nav-cluster button.btn--donate {
    display: flex;
  }
  header#header .nav-cluster .search-icon {
    width: 80px;
    height: 80px;
    padding: 0 1.5625rem;
  }
}
@media screen and (min-width: 1024px) {
  header#header .logo-cluster {
    padding-left: 4.375rem;
    height: 100%;
  }
  header#header .logo-cluster #wordmark {
    width: 166px;
    height: 12px;
    margin-left: 1.375rem;
  }
  header#header .logo-cluster #wordmark .wordmark {
    display: block;
  }
  header#header .logo-cluster #wordmark .wordmark-stacked {
    display: none;
  }
}

body.headerHide header#header {
  transform: translateY(-100%);
}

.hamburger {
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s linear;
}
.hamburger:hover {
  background: rgba(255, 255, 255, 0.1);
}
.hamburger .lines {
  width: 20px;
  height: 14px;
  position: relative;
}
.hamburger .lines span {
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  display: block;
  margin-bottom: 3px;
  margin-top: 3px;
  transition: background 0.6s cubic-bezier(1, 0, 0, 1);
  position: relative;
}
.hamburger .lines span:nth-of-type(2):before, .hamburger .lines span:nth-of-type(2):after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  display: block;
  transition: transform 0.6s cubic-bezier(1, 0, 0, 1);
}
.hamburger .lines span:nth-of-type(3) {
  margin-bottom: 0;
}
.hamburger p {
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0.625rem 0 0 0;
  padding: 0;
}
.nav-open .hamburger {
  background: rgba(255, 255, 255, 0.1);
}
.nav-open .hamburger .lines span {
  background: transparent;
}
.nav-open .hamburger .lines span:nth-of-type(2):before {
  transform: rotate(45deg);
}
.nav-open .hamburger .lines span:nth-of-type(2):after {
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .hamburger {
    width: 80px;
    height: 80px;
  }
  .hamburger .lines {
    width: 26px;
  }
  .hamburger .lines span {
    width: 26px;
    margin-bottom: 5px;
    margin-top: 0;
  }
  .hamburger .lines span:nth-of-type(2):before, .hamburger .lines span:nth-of-type(2):after {
    width: 26px;
  }
}

header#header #header-search {
  position: absolute;
  top: 0;
  right: 61px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: calc(100vw - 61px);
  max-width: 0;
  overflow: hidden;
  background: #1F3A74;
  transition: max-width 0.6s cubic-bezier(1, 0, 0, 1);
}
header#header #header-search form {
  flex-basis: calc(100% - 60px);
  width: calc(100% - 60px);
  display: flex;
  align-items: center;
}
header#header #header-search form input {
  background: transparent;
  border: none;
  width: calc(100% - 60px);
  color: #FFFFFF;
  outline: none;
  margin-right: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  font-size: calc(1 + rem);
  line-height: 30px;
  line-height: calc(1.875 + rem);
  font-family: "ff-real-headline-pro-2", sans-serif;
  font-weight: 300;
}
header#header #header-search form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
header#header #header-search form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
header#header #header-search form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
header#header #header-search form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
header#header #header-search form button {
  display: inline-flex;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  padding: 0 1.125rem;
  margin: 0;
  border: none;
  background: none;
  transition: background 0.2s linear;
}
header#header #header-search form button svg * {
  transition: fill 0.2s linear, stroke 0.2s linear;
}
header#header #header-search form button:hover {
  background: rgba(255, 255, 255, 0.1);
}
header#header #header-search form:focus-within button svg * {
  fill: #FFCA38;
  stroke: #FFCA38;
}
header#header #header-search .close-search {
  width: 60px;
  height: 60px;
  position: relative;
  cursor: pointer;
  transition: background 0.2s linear;
}
header#header #header-search .close-search:before, header#header #header-search .close-search:after {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 13px);
  content: "";
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  display: block;
}
header#header #header-search .close-search:before {
  transform: rotate(45deg);
}
header#header #header-search .close-search:after {
  transform: rotate(-45deg);
}
header#header #header-search .close-search:hover {
  background: rgba(255, 255, 255, 0.1);
}
.search-open header#header #header-search {
  max-width: calc(100vw - 60px);
}
@media screen and (min-width: 768px) {
  header#header #header-search {
    right: 81px;
    width: calc(100vw - 380px);
  }
  header#header #header-search form {
    flex-basis: calc(100% - 80px);
    width: calc(100% - 80px);
  }
  header#header #header-search form input {
    width: calc(100% - 80px);
    margin-right: 1.375rem;
  }
  header#header #header-search form button {
    width: 80px;
    height: 80px;
    padding: 0 1.5625rem;
  }
  header#header #header-search .close-search {
    width: 80px;
    height: 80px;
  }
  .search-open header#header #header-search {
    max-width: 820px;
  }
}

footer#footer {
  margin-top: 2.1875rem;
  position: relative;
}
footer#footer .wave {
  width: 100%;
  height: 5.8333333333vw;
  transform: translateY(1px);
  position: relative;
  overflow: hidden;
}
footer#footer .wave svg {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(1.01);
}
footer#footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer#footer .footer-content {
  background: #062465;
  padding: 2.25rem 1.25rem 0;
}
footer#footer .footer-content .footer-left {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer#footer .footer-content .footer-left .lockup {
  display: flex;
  align-items: center;
}
footer#footer .footer-content .footer-left .lockup svg {
  width: 88px;
  margin-right: 1.375rem;
}
footer#footer .footer-content .footer-left .lockup span {
  font-size: 20px;
  font-size: calc(1.25 + rem);
  line-height: 32px;
  line-height: calc(2 + rem);
  color: #FFFFFF;
  font-family: "ff-real-headline-pro", sans-serif;
}
footer#footer .footer-content .footer-left .socials {
  padding-top: 2rem;
}
footer#footer .footer-content .footer-left .socials .social {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin-right: 0.9375rem;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
footer#footer .footer-content .footer-left .socials .social svg {
  height: 23px;
  max-width: 40px;
  position: relative;
  z-index: 2;
}
footer#footer .footer-content .footer-left .socials .social:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #1F3A74;
  transition: opacity 0.2s linear;
}
footer#footer .footer-content .footer-left .socials .social--facebook {
  background: #3B5998;
}
footer#footer .footer-content .footer-left .socials .social--twitter {
  background: #00aced;
}
footer#footer .footer-content .footer-left .socials .social--youtube {
  background: #c4302b;
}
footer#footer .footer-content .footer-left .socials .social--instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
footer#footer .footer-content .footer-left .socials .social:hover:before {
  opacity: 0;
}
footer#footer .footer-content .footer-right {
  flex-basis: 100%;
  padding-top: 1rem;
}
footer#footer .footer-content .footer-right .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1.25rem 0 0 0;
}
footer#footer .footer-content .footer-right .links .link {
  flex-basis: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 2rem;
}
footer#footer .footer-content .footer-right .links .link svg {
  flex-basis: 40px;
  min-width: 40px;
  margin-right: 1.25rem;
}
footer#footer .footer-content .footer-right .links .link .link-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer#footer .footer-content .footer-right .links .link .link-content span {
  white-space: nowrap;
}
footer#footer .footer-content .footer-right .links .link .link-content span:nth-of-type(1) {
  font-size: 18px;
  font-size: calc(1.125 + rem);
  line-height: 18px;
  line-height: calc(1.125 + rem);
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
  color: #062465;
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 0.5rem;
  color: #FFCA38;
  margin-bottom: 2px;
}
footer#footer .footer-content .footer-right .links .link .link-content span:nth-of-type(1) strong {
  font-weight: 500;
}
footer#footer .footer-content .footer-right .links .link .link-content span:nth-of-type(2) {
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 16px;
  line-height: calc(1 + rem);
  font-family: "ff-real-headline-pro-2", sans-serif;
  font-weight: 300;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  footer#footer .footer-content .footer-right .links .link .link-content span:nth-of-type(2) {
    font-size: 14px;
    font-size: calc(0.875 + rem);
    line-height: 24px;
    line-height: calc(1.5 + rem);
  }
}
footer#footer .footer-content .footer-right .links .link--emergency {
  padding-left: 3.875rem;
}
footer#footer .footer-content .footer-right .links .link--appdl .link-content {
  flex-direction: row;
  justify-content: space-between;
}
footer#footer .footer-content .footer-right .links .link--appdl .link-content a {
  display: block;
  width: calc((100% - 1.25rem) * 0.5);
}
footer#footer .footer-content .notice {
  flex-basis: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.9375rem 0;
  margin-top: 1.875rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
footer#footer .footer-content .notice .copyright {
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 16px;
  line-height: calc(1 + rem);
  font-family: "ff-real-headline-pro-2", sans-serif;
  font-weight: 300;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  footer#footer .footer-content .notice .copyright {
    font-size: 14px;
    font-size: calc(0.875 + rem);
    line-height: 24px;
    line-height: calc(1.5 + rem);
  }
}
footer#footer .footer-content .notice .terms .menu-privacy-menu-container {
  float: left;
}
footer#footer .footer-content .notice .terms ul {
  margin: 0;
  padding: 0;
}
footer#footer .footer-content .notice .terms ul li {
  list-style: none;
  float: left;
  margin-right: 1.25rem;
}
footer#footer .footer-content .notice .terms ul li a {
  display: block;
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 16px;
  line-height: calc(1 + rem);
  font-family: "ff-real-headline-pro-2", sans-serif;
  font-weight: 300;
  color: #FFFFFF;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  footer#footer .footer-content .notice .terms ul li a {
    font-size: 14px;
    font-size: calc(0.875 + rem);
    line-height: 24px;
    line-height: calc(1.5 + rem);
  }
}
footer#footer .footer-content .notice .terms ul li a:hover {
  text-decoration: underline;
}
footer#footer .footer-content .notice .terms .ed {
  float: left;
}
footer#footer .footer-content .notice .terms .ed a {
  display: block;
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 16px;
  line-height: calc(1 + rem);
  font-family: "ff-real-headline-pro-2", sans-serif;
  font-weight: 300;
  color: #FFFFFF;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  footer#footer .footer-content .notice .terms .ed a {
    font-size: 14px;
    font-size: calc(0.875 + rem);
    line-height: 24px;
    line-height: calc(1.5 + rem);
  }
}
footer#footer .footer-content .notice .terms .ed a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  footer#footer {
    margin-top: 4.375rem;
  }
  footer#footer .footer-content .footer-left {
    flex-basis: calc((100% - 20px) * 0.4166666667);
  }
  footer#footer .footer-content .footer-left .lockup span {
    font-size: 24px;
    font-size: calc(1.5 + rem);
    line-height: 26px;
    line-height: calc(1.625 + rem);
  }
  footer#footer .footer-content .footer-left .socials {
    padding-top: 0;
  }
  footer#footer .footer-content .footer-left .socials .social {
    margin-right: 1.25rem;
  }
  footer#footer .footer-content .footer-right {
    flex-basis: calc((100% - 20px) * 0.5833333333);
    padding-top: 0;
  }
  footer#footer .footer-content .footer-right .links .link {
    flex-basis: calc((100% - 20px) * 0.4285714286);
  }
  footer#footer .footer-content .footer-right .links .link--emergency {
    padding-left: 0;
  }
  footer#footer .footer-content .notice {
    flex-direction: row;
  }
  footer#footer .footer-content .notice .terms ul li {
    margin-left: 1.875rem;
    margin-right: 0;
  }
  footer#footer .footer-content .notice .terms .ed {
    margin-left: 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  footer#footer .footer-content {
    padding: 2.25rem 0 0 0;
  }
  footer#footer .footer-content .footer-right .links {
    justify-content: flex-start;
  }
}

.swiper-news {
  width: 100%;
  float: left;
  clear: both;
  margin-top: 1.25rem;
  position: relative;
  padding-bottom: 4.625rem;
  overflow: hidden;
}
.swiper-news .swiper-slide {
  padding: 0 1rem;
  box-sizing: border-box;
}
.swiper-news .swiper-slide [data-type=image] {
  width: 100%;
  height: calc((100vw - 2rem) * 0.5625);
  overflow: hidden;
}
.swiper-news .swiper-slide [data-type=image] img {
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.swiper-news .swiper-slide [data-type=image]:before {
  content: "Read more";
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 12px;
  line-height: calc(0.75 + rem);
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #CE3B2C;
  padding: 8px;
  letter-spacing: 0.05em;
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}
.swiper-news .swiper-slide:hover [data-type=image] img {
  transform: scale(1.2);
}
.swiper-news .swiper-slide a.slide-inner {
  display: block;
  width: 100%;
  float: left;
  text-decoration: none;
  color: #414042;
}
.swiper-news .swiper-slide a.slide-inner .meta {
  padding: 1.25rem 0 1.5rem;
}
.swiper-news .swiper-slide a.slide-inner .meta .category {
  margin-right: 1rem;
}
.swiper-news .swiper-slide a.slide-inner .content h3 {
  color: #062465;
  float: left;
  width: 100%;
  margin: 0;
}
.swiper-news .swiper-slide a.slide-inner .content p {
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 24px;
  line-height: calc(1.5 + rem);
  float: left;
  clear: both;
}
@media screen and (min-width: 481px) {
  .home .swiper-news {
    width: calc(100% - 2rem);
    margin-left: 1rem;
  }
  .swiper-news .swiper-slide {
    width: calc((100% - 1.25rem) * 0.5);
    padding: 0;
  }
  .swiper-news .swiper-slide [data-type=image] {
    height: calc((100vw - 3.25rem) * 0.5 * 0.5625);
  }
}
@media screen and (min-width: 768px) {
  .swiper-news {
    padding: 0 2rem;
  }
  .home .swiper-news {
    width: 100%;
    margin-left: 0;
  }
  .swiper-news .swiper-slide {
    flex-shrink: unset;
    padding: 0;
    width: calc((100vw - 6.5rem) * 0.3333333333);
    margin-right: 20px;
  }
  .swiper-news .swiper-slide:nth-of-type(3n) {
    margin-right: 0;
  }
  .swiper-news .swiper-slide [data-type=image] {
    width: 100%;
    height: calc((100vw - 7.5rem) * 0.3333333333 * 0.5625);
  }
  .swiper-news .swiper-slide a.slide-inner .meta {
    flex-direction: column;
  }
  .swiper-news .swiper-slide a.slide-inner .meta .category {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.625rem;
    text-align: center;
  }
  .swiper-news .swiper-slide a.slide-inner .meta .date {
    width: 100%;
  }
  .swiper-news div[class^=swiper-button] {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .swiper-news {
    padding: 0 4.375rem;
  }
  .swiper-news .heading-block {
    padding: 1rem 3rem 1rem 4.375rem;
  }
  .swiper-news .swiper-slide a.slide-inner [data-type=image]:before {
    opacity: 0;
    transition: opacity 0.2s linear;
  }
  .swiper-news .swiper-slide a.slide-inner:hover [data-type=image]:before {
    opacity: 1;
  }
  .swiper-news .swiper-slide a.slide-inner .meta {
    flex-direction: row;
  }
  .swiper-news .swiper-slide a.slide-inner .meta .category {
    width: auto;
    margin-right: 1rem;
    margin-bottom: 0;
  }
  .swiper-news .swiper-slide a.slide-inner .meta .date {
    width: auto;
  }
  .swiper-news .swiper-slide a.slide-inner .content h3 {
    font-size: 18px;
    font-size: calc(1.125 + rem);
    line-height: 25px;
    line-height: calc(1.5625 + rem);
  }
}
@media screen and (min-width: 1200px) {
  .swiper-news {
    padding: 0;
  }
  .swiper-news .heading-block {
    padding: 1rem 3rem 1rem 4.375rem;
    position: relative;
  }
  .swiper-news .heading-block:before {
    content: "";
    position: absolute;
    height: 100%;
    background: #062465;
    width: calc((100vw - 1199px) * 0.5);
    display: block;
    top: 0;
    transform: translateX(calc((100% + 68px) * -1));
  }
  .swiper-news .swiper-slide {
    width: calc((1200px - 2.5rem) * 0.3333333333);
  }
  .swiper-news .swiper-slide [data-type=image] {
    height: calc((1200px - 2.5rem) * 0.3333333333 * 0.5625);
  }
}

.row.swiper-row {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 3.75rem;
}
.row.swiper-row .heading-block {
  background: #062465;
  font-size: 16px;
  font-size: calc(1 + rem);
  line-height: 24px;
  line-height: calc(1.5 + rem);
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
  color: #062465;
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 0.5rem;
  color: #FFFFFF;
  padding: 1rem 3rem 1rem 1.25rem;
  float: left;
  clear: both;
  width: auto;
  white-space: nowrap;
}
.row.swiper-row .heading-block strong {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .row.swiper-row .heading-block {
    padding: 1rem 3rem 1rem 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .row.swiper-row .heading-block {
    padding: 1rem 3rem 1rem 4.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .row.swiper-row .heading-block {
    padding: 1rem 3rem 1rem 4.375rem;
    position: relative;
  }
  .row.swiper-row .heading-block:before {
    content: "";
    position: absolute;
    height: 100%;
    background: #062465;
    width: calc((100vw - 1199px) * 0.5);
    display: block;
    top: 0;
    transform: translateX(calc((100% + 68px) * -1));
  }
}

.volunteer-stories {
  margin-top: 1.875rem;
}
.volunteer-stories h4 {
  margin-top: 0;
  color: #062465;
}
.volunteer-stories .swiper-slide {
  padding: 0;
}
.volunteer-stories .swiper-slide a.slide-inner .content h3,
.volunteer-stories .swiper-slide a.slide-inner .content p {
  width: 100%;
  float: left;
  clear: both;
}
.volunteer-stories .swiper-slide a.slide-inner .content h3 {
  margin: 0.5em 0 0 !important;
}
.volunteer-stories .swiper-slide a.slide-inner .content p {
  margin: 0 !important;
  color: #414042 !important;
}
.volunteer-stories #news-listing,
.volunteer-stories #volunteer-listing {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.volunteer-stories #news-listing .news-item,
.volunteer-stories #volunteer-listing .news-item {
  width: calc((100% - 1.25rem) * 0.5);
  margin-bottom: 0;
}
.volunteer-stories #news-listing .news-item a.slide-inner div[data-type=image],
.volunteer-stories #volunteer-listing .news-item a.slide-inner div[data-type=image] {
  width: 100%;
  height: calc((100vw - 5rem) * 0.5 * 0.5625);
  margin-bottom: 0;
}
.volunteer-stories #news-listing .news-item a.slide-inner .content h3,
.volunteer-stories #news-listing .news-item a.slide-inner .content p,
.volunteer-stories #volunteer-listing .news-item a.slide-inner .content h3,
.volunteer-stories #volunteer-listing .news-item a.slide-inner .content p {
  width: 100%;
  float: left;
  clear: both;
}
.volunteer-stories #news-listing .news-item a.slide-inner .content h3,
.volunteer-stories #volunteer-listing .news-item a.slide-inner .content h3 {
  margin: 0.5em 0 0 !important;
}
.volunteer-stories #news-listing .news-item a.slide-inner .content p,
.volunteer-stories #volunteer-listing .news-item a.slide-inner .content p {
  margin: 0 !important;
  color: #414042 !important;
}
@media screen and (min-width: 768px) {
  .volunteer-stories {
    padding: 0;
  }
  .volunteer-stories .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .volunteer-stories .swiper-wrapper .swiper-slide {
    width: calc((100% - 20px) * 0.5);
    margin: 0 0 2.5rem 0;
  }
  .volunteer-stories .swiper-wrapper .swiper-slide a.slide-inner div[data-type=image] {
    height: calc(((100vw * (790 / 1080)) - 13.125rem) * 0.5 * 0.5625);
  }
  .volunteer-stories #news-listing .news-item,
  .volunteer-stories #volunteer-listing .news-item {
    margin-right: 0;
  }
  .volunteer-stories #news-listing .news-item a.slide-inner div[data-type=image],
  .volunteer-stories #volunteer-listing .news-item a.slide-inner div[data-type=image] {
    height: calc(((100vw * (790 / 1080)) - 13.125rem) * 0.5 * 0.5625);
  }
}
@media screen and (min-width: 1200px) {
  .volunteer-stories .swiper-wrapper .swiper-slide a.slide-inner div[data-type=image] {
    height: calc(((1200px * (790 / 1080)) - 13.125rem) * 0.5 * 0.5625);
  }
  .volunteer-stories #news-listing .news-item,
  .volunteer-stories #volunteer-listing .news-item {
    margin-right: 0;
  }
  .volunteer-stories #news-listing .news-item a.slide-inner div[data-type=image],
  .volunteer-stories #volunteer-listing .news-item a.slide-inner div[data-type=image] {
    height: calc(((1200px * (790 / 1080)) - 13.125rem) * 0.5 * 0.5625);
  }
}

#page-content .wp-block-image figcaption {
  border-top: 1px solid #ECE7E2;
  padding-top: 1.25rem;
  text-align: left !important;
  margin-top: 1.25rem;
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 16px;
  line-height: calc(1 + rem);
  font-family: "ff-real-headline-pro-2", sans-serif;
  font-weight: 300;
  color: rgba(65, 64, 66, 0.6);
}
@media screen and (min-width: 768px) {
  #page-content .wp-block-image figcaption {
    font-size: 14px;
    font-size: calc(0.875 + rem);
    line-height: 24px;
    line-height: calc(1.5 + rem);
  }
}
#page-content .wp-block-image img {
  width: 100%;
}
#page-content figure.wp-block-image {
  margin: 2em 0;
}
#page-content .wp-block-column .wp-block-image {
  margin-bottom: 0;
}

#page-content blockquote.wp-block-quote {
  float: left;
  clear: both;
  position: relative;
  border-left: 4px solid #FFCA38;
  margin: 1em 0 2em 0;
  padding-left: 2rem;
}
#page-content blockquote.wp-block-quote p {
  color: #062465;
  font-family: "ff-real-headline-pro", sans-serif;
  margin-bottom: 0.5em;
}
#page-content blockquote.wp-block-quote cite {
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 16px;
  line-height: calc(1 + rem);
  font-family: "ff-real-headline-pro-2", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  #page-content blockquote.wp-block-quote cite {
    font-size: 14px;
    font-size: calc(0.875 + rem);
    line-height: 24px;
    line-height: calc(1.5 + rem);
  }
}

.soundings-container .soundings-issue {
  width: 100%;
  text-decoration: none;
  border-bottom: 1px solid #ECE7E2;
  display: block;
  float: left;
  clear: both;
  padding: 1.875rem 0;
}
.soundings-container .soundings-issue * {
  text-decoration: none;
}
.soundings-container .soundings-issue h4 {
  color: #062465;
  margin: 0 0 0.625rem 0;
}
.soundings-container .soundings-issue--primary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 2.1875rem 0;
  border-bottom: none;
}
.soundings-container .soundings-issue--primary .image {
  width: calc((100% - 1.25rem) * 0.4);
  height: calc((100vw - 5rem) * 0.4 * 1.3333333333);
  max-height: 280px;
  overflow: hidden;
}
.soundings-container .soundings-issue--primary .image img {
  width: 100%;
  height: auto;
  transform: scale(1.2);
}
.soundings-container .soundings-issue--primary .issue-content {
  width: 100%;
}
.soundings-container .soundings-issue--primary .issue-content .meta .category {
  margin-top: 1.25rem;
}
.soundings-container .soundings-issue--primary .issue-content h1 {
  word-break: break-word;
}
.soundings-container .soundings-issue--primary .issue-content h3 {
  color: #062465;
}
.soundings-container .soundings-issue--primary .issue-content ul {
  padding-left: 1.125rem;
}
.soundings-container .soundings-issue--primary .issue-content ul li {
  color: #414042;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 19px;
  line-height: calc(1.1875 + rem);
  padding-bottom: 0.3125rem;
}
.soundings-container .soundings-issue .download-block {
  display: flex;
  clear: both;
}
.soundings-container .soundings-issue .download-block .info {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 24px;
  line-height: calc(1.5 + rem);
  color: #062465;
  justify-content: center;
}
.soundings-container .soundings-issue .download-block .info span:nth-of-type(1) {
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
}
.soundings-container .soundings-issue .download-block .info span:nth-of-type(2) {
  text-transform: uppercase;
  font-size: 10px;
  font-size: calc(0.625 + rem);
  line-height: 14px;
  line-height: calc(0.875 + rem);
}
.soundings-container .soundings-issue .download-block svg {
  width: 50px;
  height: 50px;
  margin-left: 1.625rem;
}
@media screen and (min-width: 481px) {
  .soundings-container .soundings-issue {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .soundings-container .soundings-issue h4 {
    height: 100%;
    margin: 0;
  }
  .soundings-container .soundings-issue--primary {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .soundings-container .soundings-issue--primary .image {
    max-width: 210px;
  }
  .soundings-container .soundings-issue--primary .issue-content {
    width: calc((100% - 1.25rem) * 0.6);
    margin-left: 1.25rem;
  }
  .soundings-container .soundings-issue--primary .issue-content .meta .category {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .soundings-container .soundings-issue--primary {
    flex-direction: row;
    padding: 2.1875rem 0 4.375rem 0;
  }
}

.soundings-template-default #page-content h1 {
  margin-bottom: 2rem;
}
.soundings-template-default #page-content div.issuuembed {
  width: 100% !important;
  height: 0 !important;
  padding-top: 79.9418604651%;
  position: relative;
}
.soundings-template-default #page-content div.issuuembed iframe {
  position: absolute;
  inset: 0;
}

.donate-widget {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
}
.donate-widget form {
  background: #F6F6F5;
  padding: 0.9375rem;
  display: flex;
  flex-direction: column;
}
.donate-widget form #donate-meaning {
  margin: 0 0 0.625rem 0;
  padding: 0.625rem;
  text-align: center;
  color: #062465;
  background: #E6E9F0;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 24px;
  line-height: calc(1.5 + rem);
}
.donate-widget form #donate-meaning strong {
  font-weight: 700;
}
.donate-widget form .radio-group {
  width: 100%;
  display: flex;
  margin: 0.625rem 0;
  flex-wrap: wrap;
}
.donate-widget form .radio-group .radio-item input {
  display: none;
}
.donate-widget form .radio-group .radio-item input + label {
  background: transparent;
  border: 1px solid rgba(6, 36, 101, 0.3);
  border-radius: 2px;
  display: flex;
  text-decoration: none;
  padding: 0.75rem 2.1875rem;
  justify-content: center;
  color: #062465;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 18px;
  line-height: calc(1.125 + rem);
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.donate-widget form .radio-group .radio-item input:checked + label {
  background: #062465;
  color: #FFFFFF;
  border: 1px solid #062465;
}
.donate-widget form .radio-group--frequency .radio-item {
  width: 100%;
}
.donate-widget form .radio-group--frequency .radio-item:first-of-type {
  margin-bottom: 0.625rem;
}
.donate-widget form .radio-group--amount .radio-item {
  width: calc((100% - 0.625rem) * 0.5);
  margin-top: 0.625rem;
}
.donate-widget form .radio-group--amount .radio-item:nth-of-type(1), .donate-widget form .radio-group--amount .radio-item:nth-of-type(2) {
  margin-top: 0;
}
.donate-widget form .radio-group--amount .radio-item:nth-of-type(2n) {
  margin-left: 0.625rem;
}
.donate-widget form .checkbox-item {
  margin: 0.625rem 0;
  display: flex;
}
.donate-widget form .checkbox-item input {
  display: none;
}
.donate-widget form .checkbox-item input + label {
  display: flex;
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 16px;
  line-height: calc(1 + rem);
  font-family: "ff-real-headline-pro-2", sans-serif;
  font-weight: 300;
  position: relative;
  cursor: pointer;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (min-width: 768px) {
  .donate-widget form .checkbox-item input + label {
    font-size: 14px;
    font-size: calc(0.875 + rem);
    line-height: 24px;
    line-height: calc(1.5 + rem);
  }
}
.donate-widget form .checkbox-item input + label:before {
  content: "";
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  display: inline-block;
  margin-right: 0.625rem;
  border: 1px solid #062465;
  border-radius: 2px;
}
.donate-widget form .checkbox-item input + label:after {
  content: "";
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  display: inline-block;
  position: absolute;
  border-radius: 1px;
  top: 50%;
  margin-top: -9px;
  left: 3px;
}
.donate-widget form .checkbox-item input:checked + label:after {
  background: #062465;
}
.donate-widget form .other-amount {
  width: 100%;
  display: none;
  flex-direction: column;
  margin: 0.625rem 0;
}
.donate-widget form .other-amount.show {
  display: flex;
}
.donate-widget form .other-amount label {
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 16px;
  line-height: calc(1 + rem);
  font-family: "ff-real-headline-pro-2", sans-serif;
  font-weight: 300;
  padding-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .donate-widget form .other-amount label {
    font-size: 14px;
    font-size: calc(0.875 + rem);
    line-height: 24px;
    line-height: calc(1.5 + rem);
  }
}
.donate-widget form .other-amount input[type=number] {
  padding: 0.75rem;
  background: transparent;
  border: 1px solid rgba(6, 36, 101, 0.3);
  border-radius: 2px;
  color: #062465;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 18px;
  line-height: calc(1.125 + rem);
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
  -moz-appearance: textfield;
}
.donate-widget form .other-amount input[type=number]::-webkit-inner-spin-button, .donate-widget form .other-amount input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.donate-widget form .btn {
  width: 100%;
  margin-top: 0.625rem;
}
.donate-widget form .btn:disabled {
  cursor: not-allowed;
  background: #ECE7E2;
}
.donate-widget form .btn:disabled a {
  pointer-events: none;
}
.donate-widget form .select-item {
  align-items: center;
  position: relative;
  flex-grow: 1;
  border: 1px solid rgba(6, 36, 101, 0.3);
  margin: 0.625rem 0;
  border-radius: 2px;
  display: none;
}
.donate-widget form .select-item.show {
  display: flex;
}
.donate-widget form .select-item select {
  -webkit-appearance: none;
  background: transparent;
  border: none;
  padding: 0.75rem;
  width: 100%;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 18px;
  line-height: calc(1.125 + rem);
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: calc(1 + rem);
  line-height: 20px;
  line-height: calc(1.25 + rem);
  color: #062465;
}
.donate-widget form .select-item:before, .donate-widget form .select-item:after {
  content: "";
  width: 7px;
  height: 2px;
  background: #CE3B2C;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform-origin: center center;
  transform: rotate(45deg);
}
.donate-widget form .select-item:after {
  transform: translateX(4px) rotate(-45deg);
}
.donate-widget form .message-item {
  width: 100%;
  float: left;
  clear: both;
  display: none;
}
.donate-widget form .message-item.show {
  display: block;
}
.donate-widget form .message-item textarea {
  margin: 0.625rem 0;
  padding: 0.625rem;
  width: 100%;
  resize: none;
  border: 1px solid rgba(6, 36, 101, 0.3);
  background: transparent;
  border-radius: 2px;
  font-size: 16px;
  font-size: calc(1 + rem);
  line-height: 20px;
  line-height: calc(1.25 + rem);
}
.donate-widget .donate-tc p {
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 17px;
  line-height: calc(1.0625 + rem);
}
@media screen and (min-width: 481px) {
  .donate-widget form .radio-group--frequency {
    justify-content: space-between;
  }
  .donate-widget form .radio-group--frequency .radio-item {
    width: calc((100% - 1.25rem) * 0.5);
  }
  .donate-widget form .radio-group--frequency .radio-item:first-of-type {
    margin-bottom: 0;
  }
  .donate-widget form .radio-group--amount {
    width: 100%;
    justify-content: space-between;
  }
  .donate-widget form .radio-group--amount .radio-item {
    width: calc((100% - 1.25rem) * 0.5);
    margin-top: 0.625rem;
    margin-left: 0 !important;
  }
  .donate-widget form .radio-group--amount .radio-item:nth-of-type(1), .donate-widget form .radio-group--amount .radio-item:nth-of-type(2) {
    margin-top: 0;
  }
  .donate-widget form .radio-group--amount .radio-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .donate-widget form .select-item select {
    font-size: 14px;
    font-size: calc(0.875 + rem);
    line-height: 18px;
    line-height: calc(1.125 + rem);
  }
  .donate-widget form .message-item textarea {
    font-size: 14px;
    font-size: calc(0.875 + rem);
    line-height: 18px;
    line-height: calc(1.125 + rem);
  }
}
@media screen and (min-width: 1024px) {
  .donate-widget form {
    padding: 2.1875rem 2.5rem;
  }
  .donate-widget form .radio-group--amount {
    justify-content: space-between;
  }
  .donate-widget form .radio-group--amount .radio-item {
    width: calc((100% - 3.75rem) * 0.25);
    margin-left: 0;
  }
  .donate-widget form .radio-group--amount .radio-item:nth-of-type(3), .donate-widget form .radio-group--amount .radio-item:nth-of-type(4) {
    margin-top: 0;
  }
  .donate-widget form .radio-group--amount .radio-item:nth-of-type(4n) {
    margin-left: 0;
  }
}

#stripe-container {
  display: none;
  max-height: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#stripe-container iframe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#stripe-container.open {
  display: block;
  max-height: 100vh;
  height: 100%;
  width: 100%;
}

.single-stripe-forms {
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}
.single-stripe-forms:before {
  display: none !important;
}
.single-stripe-forms label.simpay-modal-control-open,
.single-stripe-forms .simpay-test-mode-badge-container {
  display: none;
}
.single-stripe-forms div[data-widget=stripe-popup] {
  width: 100%;
  height: 100%;
}
.single-stripe-forms div[data-widget=stripe-popup] .simpay-form-wrap {
  width: 100%;
  height: 100%;
}
.single-stripe-forms div[data-widget=stripe-popup] .simpay-modal {
  height: 100%;
  opacity: 1;
}

.cpt-list .cpt-item {
  padding: 1.25rem 0;
  border-bottom: 1px solid #ECE7E2;
  float: left;
  width: 100%;
}
.cpt-list .cpt-item div[data-type=image] {
  width: 100%;
  height: calc((100vw - 3.75rem) * 0.5625);
}
.cpt-list .cpt-item .content {
  float: left;
  clear: both;
  width: 100%;
}
.cpt-list .cpt-item .content h3,
.cpt-list .cpt-item .content h4 {
  color: #062465;
  font-style: italic;
  margin-bottom: 0;
}
.cpt-list .cpt-item .content .mask {
  width: 100%;
  float: left;
  clear: both;
  max-height: 100px;
  margin-bottom: 0.9375rem;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(1, 0, 0, 1);
  position: relative;
}
.cpt-list .cpt-item .content .mask p:last-of-type {
  margin-bottom: 0;
}
.cpt-list .cpt-item .content .mask:before {
  content: "";
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  transition: all 0.6s cubic-bezier(1, 0, 0, 1);
}
.cpt-list .cpt-item .toggle {
  width: 100%;
  float: left;
  clear: both;
  height: 1rem;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 20px;
  line-height: calc(1.25 + rem);
  color: #062465;
  font-family: "ff-real-headline-pro", sans-serif;
  cursor: pointer;
}
.cpt-list .cpt-item .toggle:before {
  content: "Read more";
}
.cpt-list .cpt-item .toggle:after {
  content: "+";
  color: #CE3B2C;
}
.cpt-list .cpt-item.open .content .mask {
  max-height: 300vh;
}
.cpt-list .cpt-item.open .content .mask:before {
  opacity: 0;
  height: 0;
}
.cpt-list .cpt-item.open .toggle:before {
  content: "Read less";
}
.cpt-list .cpt-item.open .toggle:after {
  content: "-";
}
.cpt-list--volunteers .cpt-item div[data-type=image] {
  width: 50%;
  height: calc((100vw - 3.75rem) * 0.5 * 1.3333333333);
}
.cpt-list--volunteers .cpt-item .content h3,
.cpt-list--volunteers .cpt-item .content h4 {
  font-style: normal;
}
.cpt-list--partners-sponsors .cpt-item div[data-type=image] {
  width: 50%;
  height: calc((100vw - 3.75rem) * 0.5);
  background: #F6F6F5;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.625rem;
  max-width: 250px;
  max-height: 250px;
}
.cpt-list--partners-sponsors .cpt-item div[data-type=image] img {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.cpt-list--partners-sponsors .cpt-item .content h3,
.cpt-list--partners-sponsors .cpt-item .content h4 {
  font-style: normal;
}
.cpt-list--partners-sponsors .cpt-item .content p {
  float: left;
  clear: both;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cpt-list .cpt-item div[data-type=image] {
    height: calc(((100vw * (790 / 1080)) - 11.875rem) * 0.5625);
  }
  .cpt-list--volunteers .cpt-item div[data-type=image] {
    width: 33.3333333333%;
    height: calc(((100vw * (790 / 1080)) - 11.875rem) * 0.3333333333 * 1.3333333333);
    float: left;
  }
  .cpt-list--volunteers .cpt-item div[data-type=image] + .content {
    float: right;
    width: calc((100% * (2 / 3)) - 2.5rem);
    clear: none;
  }
  .cpt-list--volunteers .cpt-item div[data-type=image] + .content + .toggle {
    float: right;
    width: calc((100% * (2 / 3)) - 2.5rem);
    clear: none;
  }
  .cpt-list--volunteers .cpt-item .content h3,
  .cpt-list--volunteers .cpt-item .content h4 {
    margin-top: 0;
  }
  .cpt-list--partners-sponsors .cpt-item div[data-type=image] {
    width: 33.3333333333%;
    height: calc(((100vw * (790 / 1080)) - 11.875rem) * 0.3333333333);
    float: left;
  }
  .cpt-list--partners-sponsors .cpt-item div[data-type=image] + .content {
    float: right;
    width: calc((100% * (2 / 3)) - 2.5rem);
    clear: none;
  }
  .cpt-list--partners-sponsors .cpt-item div[data-type=image] + .content h3,
  .cpt-list--partners-sponsors .cpt-item div[data-type=image] + .content h4 {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .cpt-list .cpt-item {
    padding: 2.5rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .cpt-list .cpt-item div[data-type=image] {
    height: calc(((1200px * (790 / 1080)) - 11.875rem) * 0.5625);
  }
  .cpt-list--volunteers .cpt-item div[data-type=image] {
    width: 33.3333333333%;
    height: calc(((1200px * (790 / 1080)) - 11.875rem) * 0.3333333333 * 1.3333333333);
    float: left;
  }
  .cpt-list--partners-sponsors .cpt-item div[data-type=image] {
    width: 33.3333333333%;
    height: calc(((1200px * (790 / 1080)) - 11.875rem) * 0.3333333333);
  }
}

.unit-list {
  width: 100%;
  float: left;
  clear: both;
  display: flex;
  flex-direction: column;
}
.unit-list .unit {
  width: 100%;
  border-bottom: 1px solid #ECE7E2;
  padding: 1.25rem 0;
  margin: 1.25rem 0;
  text-decoration: none;
}
.unit-list .unit div[data-type=image] {
  width: calc((100% - 1.25rem) * 0.5);
  height: calc((100vw - 5rem) * 0.5 * 0.5625);
}
.unit-list .unit .content h3,
.unit-list .unit .content h4 {
  color: #062465;
  margin: 1rem 0 0.625rem !important;
}
.unit-list .unit .content p {
  clear: both;
  margin: 0;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 18px;
  line-height: calc(1.125 + rem);
  color: #414042;
}
.unit-list .unit:hover .content h3,
.unit-list .unit:hover .content h4 {
  text-decoration: underline;
}
@media screen and (min-width: 481px) {
  .unit-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .unit-list .unit {
    width: calc((100% - 1.25rem) * 0.5);
  }
  .unit-list .unit div[data-type=image] {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .unit-list .unit div[data-type=image] {
    height: calc(((100vw * (790 / 1080)) - 13.125rem) * 0.5 * 0.5625);
  }
}
@media screen and (min-width: 1024px) {
  .unit-list {
    justify-content: flex-start;
  }
  .unit-list .unit {
    width: calc((100% - 2.5rem) * 0.3333333333);
    margin-right: 1.25rem;
  }
  .unit-list .unit:nth-of-type(3n) {
    margin-right: 0;
  }
  .unit-list .unit div[data-type=image] {
    height: calc(((100vw * (790 / 1080)) - 14.375rem) * 0.3333333333 * 0.5625);
  }
}
@media screen and (min-width: 1200px) {
  .unit-list .unit div[data-type=image] {
    height: calc(((1200px * (790 / 1080)) - 14.375rem) * 0.3333333333 * 0.5625);
  }
}

a.wp-block-file {
  width: 100%;
  float: left;
  clear: both;
  border-bottom: 1px solid #ECE7E2;
  margin: 1.25rem 0;
  padding: 0 0 1.25rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
a.wp-block-file .title {
  font-family: "ff-real-headline-pro", sans-serif;
  color: #062465;
}
a.wp-block-file .right {
  display: flex;
}
a.wp-block-file .right .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
a.wp-block-file .right .info span:nth-of-type(1) {
  font-family: "ff-real-headline-pro", sans-serif;
  color: #062465;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 18px;
  line-height: calc(1.125 + rem);
}
a.wp-block-file .right .info span:nth-of-type(2) {
  text-transform: uppercase;
  color: #062465;
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 14px;
  line-height: calc(0.875 + rem);
}
a.wp-block-file .right .dl-button {
  width: 50px;
  height: 50px;
  background: #062465;
  display: block;
  border-radius: 50px;
  margin-left: 25px;
}

.document-container {
  display: flex;
  flex-direction: column;
  float: left;
  clear: both;
  width: 100%;
}
.document-container .doc-item {
  width: 100%;
  margin: 1.25rem 0 0 0;
  padding-bottom: 1.25rem;
  text-decoration: none !important;
}
.document-container .doc-item [data-type=image] {
  width: calc((100% - 1.25rem) * 0.5);
  height: calc((100vw - 5rem) * 0.5 * 1.3285714286);
  border: 1px solid #ECE7E2;
  max-width: 13.125rem;
  max-height: 18.5625rem;
}
.document-container .doc-item .category {
  margin-top: 1.25rem;
}
.document-container .doc-item .content {
  float: left;
  clear: both;
  width: 100%;
}
.document-container .doc-item .content h3 {
  margin-bottom: 0;
}
.document-container .doc-item .content p {
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 20px;
  line-height: calc(1.25 + rem);
  float: left;
  clear: both;
  width: 100%;
  color: #414042;
}
.document-container .doc-item .content .button-group {
  display: flex;
  float: left;
  clear: both;
  width: 100%;
}
.document-container .doc-item .content .button-group .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.document-container .doc-item .content .button-group .info span:nth-of-type(1) {
  font-family: "ff-real-headline-pro", sans-serif;
  color: #062465;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 18px;
  line-height: calc(1.125 + rem);
}
.document-container .doc-item .content .button-group .info span:nth-of-type(2) {
  text-transform: uppercase;
  color: #062465;
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 14px;
  line-height: calc(0.875 + rem);
}
.document-container .doc-item .content .button-group .dl-button {
  width: 50px;
  height: 50px;
  background: #062465;
  display: block;
  border-radius: 50px;
  margin-left: 25px;
}
@media screen and (min-width: 481px) {
  .document-container .doc-item {
    display: flex;
  }
  .document-container .doc-item .category {
    margin: 0;
  }
  .document-container .doc-item [data-type=image] {
    margin-right: 1.25rem;
  }
  .document-container .doc-item .content {
    width: calc((100% - 1.25rem) * 0.5);
  }
}

.jobs-container .job {
  width: 100%;
  float: left;
  clear: both;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #ECE7E2;
}
.jobs-container .job h3 {
  margin-bottom: 0;
}
.jobs-container .job p {
  clear: both;
}
.jobs-container .job .actions {
  width: 100%;
  float: left;
  clear: both;
  display: flex;
  flex-direction: column;
  background: #E6E9F0;
  padding: 1.25rem;
}
.jobs-container .job .actions div {
  color: #062465;
  font-family: "ff-real-headline-pro", sans-serif;
  margin-bottom: 1.25rem;
}
.jobs-container .job .actions div:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 481px) {
  .jobs-container .job .actions {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .jobs-container .job .actions {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .jobs-container .job .actions div {
    margin-right: 3.125rem;
    margin-bottom: 0;
  }
  .jobs-container .job .actions div:last-of-type {
    margin-right: 0;
  }
}

.volunteer-box {
  width: 100%;
  float: left;
  clear: both;
  margin: 2.5rem 0;
  display: flex;
  flex-direction: column;
  background: #E6E9F0;
  padding: 1.75rem 1.5rem;
}
.volunteer-box h4 {
  color: #062465;
  margin: 0;
  font-size: 18px;
  font-size: calc(1.125 + rem);
  line-height: 22px;
  line-height: calc(1.375 + rem);
}
.volunteer-box .content p {
  margin: 0;
  line-height: 1.2;
}
.volunteer-box .content button {
  white-space: nowrap;
  width: 100%;
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .volunteer-box .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .volunteer-box .content button {
    width: auto;
    margin: 0.5rem 0 0.5rem 1rem;
  }
}

.wp-block-columns {
  width: 100%;
  float: left;
  clear: both;
}

.wp-block-media-text {
  float: left;
  clear: both;
  margin: 1.25rem 0 0.625rem 0;
}

iframe[src*=youtube] {
  margin: 1.25rem 0;
  width: 100%;
  height: calc((100vw - 3.75rem) * 0.5625);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  iframe[src*=youtube] {
    height: calc((73.1481481481vw - 190px) * 0.5625);
  }
}
@media screen and (min-width: 1200px) {
  iframe[src*=youtube] {
    height: 386.875px;
  }
}

.hero-carousel {
  width: 100%;
  min-height: 610px;
}
.hero-carousel .swiper-slide {
  position: relative;
  min-height: 610px;
}
.hero-carousel .swiper-slide .inner-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1.25rem 1rem 7.1875rem 1rem;
  z-index: 10;
}
.hero-carousel .swiper-slide .inner-text h1,
.hero-carousel .swiper-slide .inner-text h2 {
  max-width: 450px;
  font-size: 44px;
  font-size: calc(2.75 + rem);
  line-height: 40px;
  line-height: calc(2.5 + rem);
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .hero-carousel .swiper-slide .inner-text h1,
  .hero-carousel .swiper-slide .inner-text h2 {
    font-size: 48px;
    font-size: calc(3 + rem);
    line-height: 56px;
    line-height: calc(3.5 + rem);
  }
}
.hero-carousel .swiper-slide .inner-text p {
  font-size: 22px;
  font-size: calc(1.375 + rem);
  line-height: 28px;
  line-height: calc(1.75 + rem);
  font-weight: 700;
}
.hero-carousel .swiper-slide .inner-text--white h1,
.hero-carousel .swiper-slide .inner-text--white h2,
.hero-carousel .swiper-slide .inner-text--white p {
  color: #FFFFFF;
}
.hero-carousel .swiper-slide .inner-text--blue h1,
.hero-carousel .swiper-slide .inner-text--blue h2,
.hero-carousel .swiper-slide .inner-text--blue p {
  color: #062465;
}
.hero-carousel div.swiper-button-prev,
.hero-carousel div.swiper-button-next {
  position: absolute;
  bottom: 150px;
  left: 0;
  transform: translate(16px, 50%) rotate(180deg);
  background: #062465;
}
.hero-carousel div.swiper-button-prev:before, .hero-carousel div.swiper-button-prev:after,
.hero-carousel div.swiper-button-next:before,
.hero-carousel div.swiper-button-next:after {
  background: #FFFFFF;
}
.hero-carousel div.swiper-button-prev:hover,
.hero-carousel div.swiper-button-next:hover {
  background: rgba(6, 36, 101, 0.75);
}
.hero-carousel div.swiper-button-next {
  left: auto;
  right: 0;
  transform: translate(-16px, 50%);
}
@media screen and (min-width: 768px) {
  .hero-carousel {
    height: 80vh;
  }
  .hero-carousel .swiper-slide .inner-text {
    padding: 2.5rem 3rem 3.75rem 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero-carousel .swiper-slide .inner-text {
    padding: 4.375rem 4.375rem 3.75rem 4.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero-carousel .swiper-slide .inner-text {
    box-sizing: border-box;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero-carousel div.swiper-button-prev,
  .hero-carousel div.swiper-button-next {
    bottom: auto;
    top: 50%;
  }
}

.title-block {
  width: 100vw;
  max-width: 100%;
  display: block;
  float: left;
  clear: both;
  position: relative;
}
.title-block .container {
  padding: 9.375rem 1rem 7.1875rem 1rem;
  position: relative;
  z-index: 2;
  min-height: 610px;
}
.title-block [data-type=image] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.title-block h1 {
  font-size: 44px;
  font-size: calc(2.75 + rem);
  line-height: 40px;
  line-height: calc(2.5 + rem);
}
@media screen and (min-width: 1024px) {
  .title-block h1 {
    font-size: 48px;
    font-size: calc(3 + rem);
    line-height: 56px;
    line-height: calc(3.5 + rem);
  }
}
.title-block--light h1 {
  color: #FFFFFF;
}
.title-block--light p {
  color: #FFFFFF;
}
.title-block--unit .container {
  padding: 2rem 1.25rem 6.875rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 75vw;
}
.title-block--unit h1 {
  margin-bottom: 1rem;
  font-size: 28px;
  font-size: calc(1.75 + rem);
  line-height: 32px;
  line-height: calc(2 + rem);
}
@media screen and (min-width: 768px) {
  .title-block--unit h1 {
    font-size: 36px;
    font-size: calc(2.25 + rem);
    line-height: 40px;
    line-height: calc(2.5 + rem);
  }
}
@media screen and (min-width: 1024px) {
  .title-block--unit h1 {
    font-size: 48px;
    font-size: calc(3 + rem);
    line-height: 56px;
    line-height: calc(3.5 + rem);
  }
}
.title-block--unit p {
  margin: 0;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 18px;
  line-height: calc(1.125 + rem);
}
.title-block .home-feature-link {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 2rem);
  min-width: 20rem;
  padding: 1.5rem;
  transform: translateX(-50%);
  z-index: 3;
  background: #FFCA38;
  text-decoration: none;
}
.title-block .home-feature-link svg {
  width: 44px;
  min-width: 44px;
  height: 44px;
  margin-right: 1.25rem;
}
.title-block .home-feature-link p {
  margin: 0;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 22px;
  line-height: calc(1.375 + rem);
  color: #062465;
  white-space: nowrap;
}
.title-block .home-feature-link p span {
  display: inline-block;
  clear: both;
  float: left;
}
.title-block .home-feature-link p span:nth-of-type(2) {
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
}
.title-block .home-feature-link:before, .title-block .home-feature-link:after {
  content: "";
  width: 6.5px;
  height: 2px;
  background: #062465;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform-origin: right center;
  transform: translateY(-50%) rotate(45deg);
}
.title-block .home-feature-link:after {
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 481px) {
  .title-block .container {
    padding: 9.375rem 1.25rem 6.875rem 1.25rem;
  }
  .title-block .home-feature-link {
    left: auto;
    right: 2.5rem;
    transform: none;
    width: 20rem;
  }
}
@media screen and (min-width: 768px) {
  .title-block .container {
    padding: 2.5rem 3rem 3.75rem 3rem;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .title-block h1 {
    margin: 0;
  }
  .title-block h1,
  .title-block p {
    width: 50%;
    float: left;
    clear: both;
  }
  .title-block--unit .container {
    height: 56.25vw;
    justify-content: flex-end;
    max-height: 70vh;
  }
  .title-block--unit h1 {
    margin-bottom: 1rem;
  }
  .title-block--unit p {
    margin: 0;
    font-size: 14px;
    font-size: calc(0.875 + rem);
    line-height: 18px;
    line-height: calc(1.125 + rem);
  }
  .title-block--unit p.latlong {
    font-size: 18px;
    font-size: calc(1.125 + rem);
    line-height: 24px;
    line-height: calc(1.5 + rem);
  }
}
@media screen and (min-width: 1024px) {
  .title-block .container {
    padding: 4.375rem 4.375rem 3.75rem 4.375rem;
  }
  .title-block h1 {
    font-size: 36px;
    font-size: calc(2.25 + rem);
    line-height: 48px;
    line-height: calc(3 + rem);
    width: 40%;
  }
  .title-block p {
    font-size: 18px;
    font-size: calc(1.125 + rem);
    line-height: 24px;
    line-height: calc(1.5 + rem);
  }
  .title-block .home-feature-link {
    right: 4.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .title-block .container {
    padding: 0 0 3.75rem 4.375rem;
    max-width: 1200px;
  }
  .title-block h1 {
    font-size: 48px;
    font-size: calc(3 + rem);
    line-height: 56px;
    line-height: calc(3.5 + rem);
  }
  .title-block p {
    font-size: 22px;
    font-size: calc(1.375 + rem);
    line-height: 28px;
    line-height: calc(1.75 + rem);
  }
  .title-block .home-feature-link {
    left: 50%;
    transform: translateX(-100%);
    margin-left: 600px;
  }
}

.quick-links {
  width: 100%;
  float: left;
  clear: both;
  background: #FFFFFF;
}
.quick-links .heading-block {
  background: #062465;
  font-size: 16px;
  font-size: calc(1 + rem);
  line-height: 24px;
  line-height: calc(1.5 + rem);
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
  color: #062465;
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 0.5rem;
  color: #FFFFFF;
  padding: 1rem 3rem 1rem 1.25rem;
  float: left;
  clear: both;
  width: auto;
}
.quick-links .heading-block strong {
  font-weight: 500;
}
.quick-links ul {
  width: 100%;
  float: left;
  clear: both;
  margin: 0;
  padding: 2.5rem 0;
}
.quick-links ul li {
  padding: 1rem 0 1rem 1rem;
  list-style: none;
  position: relative;
}
.quick-links ul li:before, .quick-links ul li:after {
  content: "";
  width: 6.5px;
  height: 2px;
  background: #CE3B2C;
  display: block;
  position: absolute;
  top: 50%;
  transform-origin: right center;
  transform: translateY(-50%) rotate(45deg);
}
.quick-links ul li:after {
  transform: translateY(-50%) rotate(-45deg);
}
.quick-links ul li a {
  color: #062465;
  font-family: "ff-real-headline-pro", sans-serif;
  text-decoration: none;
  padding-left: 1rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .quick-links {
    width: 33.3333333333%;
    padding-bottom: 40px;
  }
  .quick-links .heading-block {
    padding: 1rem 3rem 1rem 3rem;
  }
  .quick-links ul {
    padding: 1.5rem 0;
  }
  .quick-links ul li {
    padding: 1rem 0 1rem 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .quick-links .heading-block {
    padding: 1rem 3rem 1rem 4.375rem;
  }
  .quick-links ul li {
    padding: 1rem 0 1rem 4.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .quick-links {
    position: relative;
  }
  .quick-links:before {
    content: "";
    position: absolute;
    height: 100%;
    background: #FFFFFF;
    width: calc((100vw - 1198px) * 0.5);
    display: block;
    top: 0;
    transform: translateX(-100%);
  }
  .quick-links .heading-block {
    padding: 1rem 3rem 1rem 4.375rem;
    position: relative;
  }
  .quick-links .heading-block:before {
    content: "";
    position: absolute;
    height: 100%;
    background: #062465;
    width: calc((100vw - 1199px) * 0.5);
    display: block;
    top: 0;
    transform: translateX(calc((100% + 68px) * -1));
  }
  .quick-links ul li {
    padding: 1rem 0 1rem 4.375rem;
  }
}

.content-block {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  padding: 3.75rem 1rem;
}
.content-block .container {
  position: relative;
  z-index: 2;
}
.content-block h2 {
  color: #FFFFFF;
  margin: 0 0 1rem 0;
}
.content-block p {
  color: #FFFFFF;
  float: left;
  clear: both;
}
.content-block .button-block {
  width: 100%;
  padding: 1.25rem 0 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}
.content-block .button-block button {
  width: auto;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.content-block .button-block button:last-of-type {
  margin-bottom: 0;
}
.content-block .duotone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .content-block {
    width: 66.6666666667%;
    clear: none;
    padding: 5rem 2.5rem 7rem 2.5rem;
  }
  .content-block .button-block {
    padding-bottom: 0;
  }
  .content-block .button-block button {
    margin-right: 2.5rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .content-block {
    padding: 5rem 6.25rem 10rem 6.25rem;
  }
  .content-block h2 {
    font-size: 28px;
    font-size: calc(1.75 + rem);
    line-height: 32px;
    line-height: calc(2 + rem);
  }
}
@media screen and (min-width: 1200px) {
  .content-block .duotone {
    width: calc((100vw - 1200px) * 0.5 + 800px);
  }
}

.swiper-home-page {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  padding: 2rem 0 4.625rem;
  overflow: hidden;
}
.swiper-home-page .swiper-container-images .swiper-slide {
  box-sizing: border-box;
  overflow: hidden;
  height: calc((100vw - 2rem) * 0.5625);
}
.swiper-home-page .swiper-container-images .swiper-slide .slide-inner {
  width: calc(100% - 2rem);
  margin: 0 1rem;
  height: calc((100vw - 2rem) * 0.5625);
  position: absolute;
  left: 0;
  top: 0;
}
.swiper-home-page .swiper-container {
  position: relative;
  z-index: 1;
  margin-top: -1rem;
  align-items: stretch;
}
.swiper-home-page .swiper-container .swiper-slide {
  padding: 0 2rem 0 0;
  box-sizing: border-box;
  position: relative;
  height: unset;
  display: flex;
  align-items: stretch;
}
.swiper-home-page .swiper-container .swiper-slide a {
  text-decoration: none !important;
}
.swiper-home-page .swiper-container .swiper-slide .slide-inner {
  width: 100%;
  background: #062465;
  padding: 2rem 2rem 2rem 3rem;
  box-sizing: border-box;
}
.swiper-home-page .swiper-container .swiper-slide .slide-inner h3 {
  color: #FFFFFF;
  margin-top: 0;
  text-decoration: none;
}
.swiper-home-page .swiper-container .swiper-slide .slide-inner p {
  color: #FFFFFF;
  font-size: 16px;
  font-size: calc(1 + rem);
  line-height: 24px;
  line-height: calc(1.5 + rem);
  margin: 1rem 0 0 0;
  text-decoration: none;
}
.swiper-home-page .swiper-container .swiper-slide .duotone {
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 100%;
}
@media screen and (min-width: 481px) {
  .swiper-home-page .swiper-pagination {
    left: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .swiper-home-page {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -3rem;
  }
  .swiper-home-page .swiper-container-images .swiper-slide {
    height: 46.875vw;
    max-height: 562.5px;
  }
  .swiper-home-page .swiper-container-images .swiper-slide .slide-inner {
    width: 83.3333333333%;
    height: 46.875vw;
    max-height: 562.5px;
    left: 50%;
    transform: translateX(-50%) !important;
    margin: 0;
  }
  .swiper-home-page .swiper-container {
    margin-top: -8rem;
  }
  .swiper-home-page .swiper-container .swiper-slide {
    padding: 0 0 0 0;
  }
  .swiper-home-page .swiper-container .swiper-slide .slide-inner {
    width: 55.5555555556%;
    margin-left: 8.3333333333%;
    position: relative;
    z-index: 2;
    padding: 3rem 4rem;
  }
  .swiper-home-page .swiper-container .swiper-slide .duotone {
    position: absolute;
    left: 0;
    width: 50%;
    z-index: 1;
  }
  .swiper-home-page div[class^=swiper-button] {
    position: absolute;
    bottom: auto;
    right: auto;
    top: 46.875vw;
    left: calc((100vw * (2 / 3)) + 1.25rem);
    margin-top: 1.25rem;
  }
  .swiper-home-page div.swiper-button-next {
    margin-left: 3.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .swiper-home-page {
    margin-top: -5rem;
  }
}
@media screen and (min-width: 1200px) {
  .swiper-home-page {
    overflow: visible;
  }
  .swiper-home-page .swiper-container-images {
    overflow: hidden;
  }
  .swiper-home-page .swiper-container {
    overflow: visible;
  }
  .swiper-home-page .swiper-container .swiper-slide .duotone {
    position: absolute;
    left: 0;
    width: calc((100vw - 1200px) * 0.5 + 210px);
    transform: translateX(calc((100vw - 1200px) * 0.5 * -1));
    z-index: 1;
  }
  .swiper-home-page div[class^=swiper-button] {
    left: 805px;
    top: 562.5px;
  }
}

#unit-menu {
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  background: #FFFFFF;
  transition: background 0.6s cubic-bezier(1, 0, 0, 1);
}
.page-template-course-calendar #unit-menu, .page-template-contact #unit-menu {
  position: relative;
  top: auto;
  margin-top: 0;
}
.unit-nav-open #unit-menu {
  background: #F6F6F5;
}
#unit-menu > div,
#unit-menu > a {
  height: 3.125rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  width: 33.3333333333%;
  text-decoration: none;
}
#unit-menu > div.unit-title,
#unit-menu > a.unit-title {
  background: #062465;
  font-family: "ff-real-headline-pro", sans-serif;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 16px;
  line-height: calc(1 + rem);
  font-weight: 500;
  color: #FFFFFF;
}
#unit-menu > div.unit-menu-toggle,
#unit-menu > a.unit-menu-toggle {
  background: #CE3B2C;
  font-family: "ff-real-headline-pro", sans-serif;
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 14px;
  line-height: calc(0.875 + rem);
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  text-align: left;
  text-indent: 5px;
  cursor: pointer;
}
#unit-menu > div.unit-menu-toggle .lines,
#unit-menu > a.unit-menu-toggle .lines {
  width: 18px;
  height: 14px;
  position: relative;
}
#unit-menu > div.unit-menu-toggle .lines span,
#unit-menu > a.unit-menu-toggle .lines span {
  width: 3px;
  height: 3px;
  border-radius: 0px;
  background: #FFFFFF;
  display: block;
  margin-bottom: 2px;
  margin-top: 2px;
  transition: none;
  position: relative;
}
#unit-menu > div.unit-menu-toggle .lines span:nth-of-type(1),
#unit-menu > a.unit-menu-toggle .lines span:nth-of-type(1) {
  margin-top: 0;
}
#unit-menu > div.unit-menu-toggle .lines span:nth-of-type(2):before, #unit-menu > div.unit-menu-toggle .lines span:nth-of-type(2):after,
#unit-menu > a.unit-menu-toggle .lines span:nth-of-type(2):before,
#unit-menu > a.unit-menu-toggle .lines span:nth-of-type(2):after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 0px;
  background: #FFFFFF;
  display: block;
  transition: none;
}
#unit-menu > div.unit-menu-toggle .lines span:nth-of-type(3),
#unit-menu > a.unit-menu-toggle .lines span:nth-of-type(3) {
  margin-bottom: 0;
}
.unit-nav-open #unit-menu > div.unit-menu-toggle .lines,
.unit-nav-open #unit-menu > a.unit-menu-toggle .lines {
  margin-left: -10px;
  margin-right: 10px;
}
.unit-nav-open #unit-menu > div.unit-menu-toggle .lines span,
.unit-nav-open #unit-menu > a.unit-menu-toggle .lines span {
  background: transparent;
}
.unit-nav-open #unit-menu > div.unit-menu-toggle .lines span:nth-of-type(2):before,
.unit-nav-open #unit-menu > a.unit-menu-toggle .lines span:nth-of-type(2):before {
  width: 18px;
  height: 2px;
  border-radius: 2px;
  transform: rotate(45deg);
}
.unit-nav-open #unit-menu > div.unit-menu-toggle .lines span:nth-of-type(2):after,
.unit-nav-open #unit-menu > a.unit-menu-toggle .lines span:nth-of-type(2):after {
  width: 18px;
  height: 2px;
  border-radius: 2px;
  transform: rotate(-45deg);
}
#unit-menu .menu-container {
  width: 100vw;
  min-width: 100vw;
  height: auto;
  background: #F6F6F5;
  max-height: 0;
  align-items: flex-start;
  flex-direction: column;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(1, 0, 0, 1);
  padding: 0;
  position: absolute;
  top: 50px;
  z-index: 2;
}
.unit-nav-open #unit-menu .menu-container {
  max-height: 200vh;
  border-bottom: 1px solid #ECE7E2;
}
#unit-menu .menu-container ul.menu {
  margin: 0 1rem;
  padding: 0;
  width: calc(100% - 2rem);
  float: left;
  clear: both;
}
#unit-menu .menu-container ul.menu li {
  list-style: none;
  width: 100%;
  float: left;
  clear: both;
}
#unit-menu .menu-container ul.menu li a {
  font-size: 16px;
  font-size: calc(1 + rem);
  line-height: 30px;
  line-height: calc(1.875 + rem);
  font-family: "ff-real-headline-pro-2", sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 24px;
  line-height: calc(1.5 + rem);
  padding: 0.9375rem 0;
  display: block;
  width: 100%;
  float: left;
  clear: both;
  color: #062465;
  text-decoration: none;
  border-bottom: 1px solid #ECE7E2;
  text-align: left;
}
#unit-menu .menu-container ul.menu li.current, #unit-menu .menu-container ul.menu li.current_page_item {
  position: relative;
}
#unit-menu .menu-container ul.menu li.current:before, #unit-menu .menu-container ul.menu li.current_page_item:before {
  content: "";
  width: 4px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: -2rem;
  background: #FFCA38;
}
#unit-menu .menu-container ul.menu li.current a, #unit-menu .menu-container ul.menu li.current_page_item a {
  color: rgba(6, 36, 101, 0.6);
  cursor: none;
  pointer-events: none;
}
#unit-menu .menu-container svg {
  margin-left: 0;
}
#unit-menu.logged-in-menu {
  background: #1F3A74;
}
#unit-menu.logged-in-menu .menu-container {
  background: #1F3A74;
  border-bottom: none;
}
#unit-menu.logged-in-menu .menu-container ul.menu li a {
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#unit-menu.logged-in-menu .menu-container ul.menu li a strong {
  font-family: "ff-real-headline-pro", sans-serif;
}
#unit-menu.logged-in-menu .menu-container .btn--private {
  background: #1F3A74;
  border-bottom: none;
}
#unit-menu.logged-in-menu .menu-container .btn--private a span {
  color: #FFFFFF;
}
#unit-menu.logged-in-menu .menu-container .btn--private a svg {
  margin-left: 0;
}
#unit-menu.logged-in-menu .menu-container .btn--private a svg * {
  fill: #FFFFFF;
}
@media screen and (min-width: 1200px) {
  #unit-menu {
    position: relative;
    margin-top: 0;
    width: 100%;
    justify-content: flex-start;
    transition: none;
  }
  #unit-menu > div {
    padding: 0 2rem;
    width: auto;
  }
  #unit-menu > div.unit-menu-toggle {
    display: none;
  }
  #unit-menu > a {
    padding: 0 3rem;
    width: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  #unit-menu .menu-container {
    max-height: 3.125rem;
    height: 3.125rem;
    width: auto;
    min-width: unset;
    background: #FFFFFF;
    padding: 0;
    margin: 0;
    flex-direction: row;
    transition: none;
    position: unset;
  }
  #unit-menu .menu-container ul.menu {
    display: flex;
    margin: 0;
    padding: 0 0 0 1.25rem;
    height: 100%;
    width: auto;
  }
  #unit-menu .menu-container ul.menu li {
    display: flex;
    align-items: center;
    position: relative;
  }
  #unit-menu .menu-container ul.menu li:after {
    width: 100%;
    height: 4px;
    content: "";
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: background 0.2s linear;
  }
  #unit-menu .menu-container ul.menu li:before {
    display: none;
  }
  #unit-menu .menu-container ul.menu li:hover, #unit-menu .menu-container ul.menu li.current-menu-item, #unit-menu .menu-container ul.menu li.current-page-ancestor, #unit-menu .menu-container ul.menu li.current_page_item {
    transform: none;
    background: transparent;
  }
  #unit-menu .menu-container ul.menu li:hover:after, #unit-menu .menu-container ul.menu li.current-menu-item:after, #unit-menu .menu-container ul.menu li.current-page-ancestor:after, #unit-menu .menu-container ul.menu li.current_page_item:after {
    background: #FFCA38;
  }
  #unit-menu .menu-container ul.menu li a {
    border-bottom: none;
    padding: 0 1rem;
    white-space: nowrap;
    height: 100%;
    align-items: center;
    display: flex;
  }
  #unit-menu .menu-container .btn--private {
    position: absolute;
    right: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #unit-menu > div {
    height: 4.5rem;
  }
  #unit-menu > a {
    height: 4.5rem;
    padding: 0 3rem 0 4.375rem;
  }
  #unit-menu .menu-container {
    padding-right: 0.625rem;
    max-height: 4.5rem;
    height: 4.5rem;
  }
  #unit-menu .menu-container .btn--private {
    right: 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #unit-menu:before {
    content: "";
    background: #062465;
    height: 100%;
    position: absolute;
    width: calc(100vw - 1200px);
    left: calc((100vw - 1200px) * 0.5 * -1);
    z-index: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  #unit-menu > a {
    z-index: 1;
    margin-left: calc((100vw - 1200px) * 0.5);
  }
  #unit-menu > div {
    z-index: 1;
  }
}

main#unit-main .colour-wrap {
  width: 100%;
  float: left;
  clear: both;
}
main#unit-main .colour-wrap--white {
  background: #FFFFFF;
}
main#unit-main .colour-wrap--grey {
  background: #F6F6F5;
}
main#unit-main .row {
  background: #FFFFFF;
  float: left;
  width: 100%;
  padding-bottom: 6rem;
  background: #FFFFFF;
  align-items: flex-start;
}
main#unit-main .row #page-content {
  float: left;
  clear: both;
  padding: 2rem 1rem;
}
main#unit-main .row #page-content p {
  color: #062465;
}
@media screen and (min-width: 768px) {
  main#unit-main .row {
    padding-bottom: 0;
  }
  main#unit-main .row #page-content {
    padding: 2rem;
    width: calc(100% - 290px);
  }
  main#unit-main .swiper-news {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  main#unit-main .row #page-content {
    width: calc(100% - 400px);
    padding: 4.375rem;
  }
  main#unit-main .row #page-content p:first-of-type {
    font-size: 21px;
    font-size: calc(1.3125 + rem);
    line-height: 32px;
    line-height: calc(2 + rem);
  }
}

.home.unit-site {
  background: #FFFFFF;
}
.home.unit-site footer#footer {
  margin-top: 0;
}
.home.unit-site footer#footer:before {
  content: "";
  width: calc(100vw - 1.25rem);
  height: 12.5rem;
  background: #FFFFFF;
  position: absolute;
  top: -6.25rem;
  left: 0;
  z-index: -1;
}

.unit-stats {
  display: flex;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  float: left;
  clear: both;
  background: #062465;
  position: relative;
  margin-top: -2rem;
}
.unit-stats .stats-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 12px;
  line-height: calc(0.75 + rem);
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #CE3B2C;
  padding: 0.5rem 2rem;
  letter-spacing: 0.05em;
}
.unit-stats .stat {
  border-right: 1px solid #1F3A74;
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  align-items: center;
  justify-content: flex-start;
  padding: 56px 0 28px 0;
}
.unit-stats .stat:last-of-type {
  border-right: none;
}
.unit-stats .stat .stat-main {
  padding-bottom: 0.625rem;
}
.unit-stats .stat .stat-main em {
  display: inline-block;
  float: left;
  font-size: 28px;
  font-size: calc(1.75 + rem);
  line-height: 32px;
  line-height: calc(2 + rem);
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
  color: #062465;
  font-style: normal;
  color: #FFFFFF;
}
.unit-stats .stat .stat-main em strong {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .unit-stats .stat .stat-main em {
    font-size: 36px;
    font-size: calc(2.25 + rem);
    line-height: 40px;
    line-height: calc(2.5 + rem);
  }
}
@media screen and (min-width: 1024px) {
  .unit-stats .stat .stat-main em {
    font-size: 48px;
    font-size: calc(3 + rem);
    line-height: 56px;
    line-height: calc(3.5 + rem);
  }
}
.unit-stats .stat .stat-main i {
  display: inline-flex;
  height: 2rem;
  float: left;
  align-items: center;
  padding: 0 2px;
}
.unit-stats .stat .stat-main i.plus {
  font-style: normal;
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 16px;
  line-height: calc(1 + rem);
  font-family: "ff-real-headline-pro-2", sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .unit-stats .stat .stat-main i.plus {
    font-size: 14px;
    font-size: calc(0.875 + rem);
    line-height: 24px;
    line-height: calc(1.5 + rem);
  }
}
.unit-stats .stat .stat-main i.plus:before {
  content: "+";
}
.unit-stats .stat .stat-main i.minus {
  font-style: normal;
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 16px;
  line-height: calc(1 + rem);
  font-family: "ff-real-headline-pro-2", sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .unit-stats .stat .stat-main i.minus {
    font-size: 14px;
    font-size: calc(0.875 + rem);
    line-height: 24px;
    line-height: calc(1.5 + rem);
  }
}
.unit-stats .stat .stat-main i.minus:before {
  content: "-";
}
.unit-stats .stat .stat-main i.super {
  align-items: flex-start;
}
.unit-stats .stat .stat-main i.sub {
  align-items: flex-end;
}
.unit-stats .stat .stat-small {
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 16px;
  line-height: calc(1 + rem);
  font-family: "ff-real-headline-pro-2", sans-serif;
  font-weight: 300;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .unit-stats .stat .stat-small {
    font-size: 14px;
    font-size: calc(0.875 + rem);
    line-height: 24px;
    line-height: calc(1.5 + rem);
  }
}
@media screen and (min-width: 768px) {
  .unit-stats {
    width: calc(100% - 4rem);
    margin-left: 2rem;
  }
  .unit-stats .stat {
    padding: 3rem 2rem 2rem;
  }
  .unit-stats .stat .stat-main {
    padding-bottom: 0;
  }
  .unit-stats .stat .stat-main i.plus {
    font-size: 16px;
    font-size: calc(1 + rem);
    line-height: 30px;
    line-height: calc(1.875 + rem);
    font-family: "ff-real-headline-pro-2", sans-serif;
    font-weight: 300;
  }
}
@media screen and (min-width: 1024px) {
  .unit-stats {
    width: 43.75rem;
    margin-top: -3rem;
    display: flex;
    position: relative;
    left: 50%;
    margin-left: -21.875rem;
  }
  .unit-stats .stat .stat-main i.plus {
    font-size: 20px;
    font-size: calc(1.25 + rem);
    line-height: 20px;
    line-height: calc(1.25 + rem);
  }
}

.unit-info {
  margin-top: 0;
  padding-bottom: 1rem;
  background: #FFFFFF;
  float: left;
  clear: both;
  width: 100%;
}
.unit-info .info {
  padding: 1rem;
}
.unit-info .info h2 {
  color: #062465;
  font-size: 28px;
  font-size: calc(1.75 + rem);
  line-height: 36px;
  line-height: calc(2.25 + rem);
}
.unit-info .info .columns {
  padding: 1rem 0;
  float: left;
}
.unit-info .info .columns:first-of-type {
  padding-top: 0;
}
.unit-info .info .columns .col address,
.unit-info .info .columns .col > div {
  width: 100%;
  float: left;
  clear: both;
}
.unit-info .info .columns .col address {
  font-style: normal;
}
.unit-info .info .columns .col p {
  width: 100%;
  float: left;
  clear: both;
  margin: 0.3125rem 0;
}
.unit-info .info .columns .col p strong {
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 300;
  color: #062465;
}
.unit-info .info .columns .col p a {
  color: #062465;
  font-family: "ff-real-headline-pro", sans-serif;
  text-decoration: none;
  background-image: linear-gradient(to left, #062465 50%, rgba(6, 36, 101, 0) 50%);
  background-size: 200% 0.125em;
  background-position: 100% 90%;
  background-repeat: repeat-x;
}
.unit-info .info .columns .col p a:hover {
  transition: background-position 0.4s linear;
  background-position: -100% 90%;
  color: #062465;
}
.unit-info .info .columns .col p a:before, .unit-info .info .columns .col p a:after {
  content: "";
  width: 6.5px;
  height: 2px;
  background: #CE3B2C;
  display: block;
  position: absolute;
  top: 50%;
  transform-origin: right center;
  transform: translateY(-50%) rotate(45deg);
}
.unit-info .info .columns .col p a:after {
  transform: translateY(-50%) rotate(-45deg);
}
.unit-info .info .columns .col p a.email {
  color: #414042;
  text-indent: 0;
  font-family: "ff-real-headline-pro-2", sans-serif;
  background-image: linear-gradient(to left, #414042 50%, rgba(65, 64, 66, 0) 50%);
  background-size: 200% 1px;
}
.unit-info .info .columns .col p a.email:before, .unit-info .info .columns .col p a.email:after {
  display: none;
}
.unit-info .info .columns .col ul {
  padding: 0;
}
.unit-info .info .columns .col ul li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0 0 0 1.25rem;
  width: 100%;
  float: left;
  clear: both;
  color: #062465;
}
.unit-info .info .columns .col ul li a {
  color: #062465;
  font-family: "ff-real-headline-pro", sans-serif;
  text-decoration: none;
  background-image: linear-gradient(to left, #062465 50%, rgba(6, 36, 101, 0) 50%);
  background-size: 200% 0.125em;
  background-position: 100% 90%;
  background-repeat: repeat-x;
}
.unit-info .info .columns .col ul li a:hover {
  transition: background-position 0.4s linear;
  background-position: -100% 90%;
  color: #062465;
}
.unit-info .info .columns .col ul li:before, .unit-info .info .columns .col ul li:after {
  content: "";
  width: 6.5px;
  height: 2px;
  background: #CE3B2C;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform-origin: right center;
  transform: translateY(-50%) rotate(45deg);
}
.unit-info .info .columns .col ul li:after {
  transform: translateY(-50%) rotate(-45deg);
}
.unit-info .info .socials {
  padding: 2rem 0;
  float: left;
  clear: both;
  width: 100%;
}
.unit-info .info .socials .social {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin-right: 0.9375rem;
}
.unit-info .info .socials .social svg {
  height: 23px;
  max-width: 40px;
  position: relative;
  z-index: 2;
}
.unit-info .info .socials .social:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #1F3A74;
  transition: opacity 0.2s linear;
}
.unit-info .info .socials .social--facebook {
  background: #3B5998;
}
.unit-info .info .socials .social--twitter {
  background: #00aced;
}
.unit-info .info .socials .social--youtube {
  background: #c4302b;
}
.unit-info .info .socials .social--instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.unit-info .info .socials .social:hover:before {
  opacity: 0;
}
.unit-info .info .unit-commander {
  float: left;
  clear: both;
  width: 100%;
  margin: 2rem 0 0;
}
.unit-info .info .unit-commander div[data-type=image] {
  width: 125px;
  min-width: 125px;
  height: 125px;
  border-radius: 125px;
  overflow: hidden;
  margin-right: 2rem;
}
.unit-info .info .unit-commander p {
  color: #062465;
}
.unit-info .info .unit-commander p a {
  color: #062465;
  font-family: "ff-real-headline-pro", sans-serif;
  text-decoration: none;
  background-image: linear-gradient(to left, #062465 50%, rgba(6, 36, 101, 0) 50%);
  background-size: 200% 0.125em;
  background-position: 100% 90%;
  background-repeat: repeat-x;
}
.unit-info .info .unit-commander p a:hover {
  transition: background-position 0.4s linear;
  background-position: -100% 90%;
  color: #062465;
}
.unit-info .info .unit-commander p strong {
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 300;
}
.unit-info .unit-map {
  float: left;
}
.unit-info .unit-map #map {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 481px) {
  .unit-info .info .columns {
    display: flex;
    clear: both;
    flex-wrap: wrap;
  }
  .unit-info .info .columns .col {
    width: 50%;
    flex-basis: 50%;
    padding-right: 1rem;
  }
  .unit-info .info .columns .col--full {
    width: 100%;
    flex-basis: 100%;
  }
  .unit-info .info .columns .address,
  .unit-info .info .columns > div,
  .unit-info .info .columns p {
    font-size: 14px;
    font-size: calc(0.875 + rem);
    line-height: 20px;
    line-height: calc(1.25 + rem);
  }
  .unit-info .info .unit-commander {
    display: flex;
    align-items: center;
    margin-top: 1rem;
  }
  .unit-info .info .unit-commander p {
    color: #062465;
    font-size: 14px;
    font-size: calc(0.875 + rem);
    line-height: 20px;
    line-height: calc(1.25 + rem);
  }
  .unit-info .unit-map {
    width: 100%;
    height: 56.25vw;
  }
}
@media screen and (min-width: 768px) {
  .unit-info {
    display: flex;
  }
  .unit-info .info {
    padding: 2rem;
    width: 58.3333333333%;
  }
  .unit-info .unit-map {
    width: 41.6666666667%;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .unit-info {
    width: 100%;
  }
  .unit-info .info {
    padding: 3.75rem 4.375rem;
  }
  .unit-info .info h2 {
    margin-top: 0;
  }
  .unit-info .info .columns .address,
  .unit-info .info .columns > div,
  .unit-info .info .columns p {
    font-size: 16px;
    font-size: calc(1 + rem);
    line-height: 30px;
    line-height: calc(1.875 + rem);
    font-family: "ff-real-headline-pro-2", sans-serif;
    font-weight: 300;
  }
  .unit-info .info .unit-commander p {
    font-size: 16px;
    font-size: calc(1 + rem);
    line-height: 30px;
    line-height: calc(1.875 + rem);
    font-family: "ff-real-headline-pro-2", sans-serif;
    font-weight: 300;
  }
}
@media screen and (min-width: 1200px) {
  .unit-info .info {
    padding: 3.75rem 3.75rem 2rem 0;
  }
  .unit-info .unit-map #map {
    height: 100%;
    width: calc(100% + (100vw - 1200px) * 0.5);
  }
}

.unit-map {
  width: 100vw;
  height: 100vw;
  z-index: 9;
}
.unit-map .leaflet-bottom.leaflet-right {
  padding-left: 0;
}
.unit-map .leaflet-bottom.leaflet-right .leaflet-control-attribution {
  background: transparent;
  color: #062465;
}
.unit-map .leaflet-bottom.leaflet-right .leaflet-control-attribution a {
  color: #062465;
}
.unit-map .leaflet-popup .leaflet-popup-content-wrapper {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.1);
}
.unit-map .leaflet-popup .leaflet-popup-content {
  padding: 0;
  margin: 0;
}
.unit-map .leaflet-popup .leaflet-popup-content h4,
.unit-map .leaflet-popup .leaflet-popup-content p {
  margin: 0;
  padding: 0 1.5rem;
  float: left;
  clear: both;
  width: 100%;
}
.unit-map .leaflet-popup .leaflet-popup-content h4 {
  font-size: 16px;
  font-size: calc(1 + rem);
  line-height: 24px;
  line-height: calc(1.5 + rem);
  padding-top: 1rem;
}
.unit-map .leaflet-popup .leaflet-popup-content p {
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 16px;
  line-height: calc(1 + rem);
  padding-bottom: 1rem;
}
.unit-map .leaflet-popup .map-unit-image {
  width: 100%;
  height: 108.2697947214px;
  overflow: hidden;
  position: relative;
}
.unit-map .leaflet-popup .map-unit-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sponsors {
  width: 100%;
  float: left;
  clear: both;
  background: #FFFFFF;
  padding: 1.25rem;
  position: relative;
}
.sponsors.home-sponsors {
  background: transparent;
}
.sponsors p {
  float: left;
  clear: both;
  border-top: 1px solid #ECE7E2;
  color: #062465;
  margin: 0;
  width: 100%;
  padding: 1.25rem 0;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 18px;
  line-height: calc(1.125 + rem);
}
.sponsors .sponsor-list {
  width: 100%;
  margin: 1.25rem 0;
  overflow: hidden;
}
.sponsors .sponsor-list .swiper-slide div[data-type=image] {
  width: 100%;
  height: calc((100vw - 5rem) * 0.3333333333 * 0.5625);
}
.sponsors .sponsor-list .swiper-slide div[data-type=image] img {
  -o-object-fit: contain;
     object-fit: contain;
  transform: none;
  width: calc(100% + 2px);
  max-width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
}
@media screen and (min-width: 481px) {
  .sponsors .sponsor-list .swiper-slide div[data-type=image] {
    height: calc((100vw - 6.25rem) * 0.25 * 0.5625);
  }
  .sponsors .sponsor-list .swiper-slide div[data-type=image] .loader {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sponsors {
    padding-bottom: 0;
  }
  .sponsors p {
    font-size: 16px;
    font-size: calc(1 + rem);
    line-height: 24px;
    line-height: calc(1.5 + rem);
  }
  .sponsors .sponsor-list .swiper-slide div[data-type=image] {
    height: calc((100vw - 8.75rem) * 0.1666666667 * 0.5625);
  }
  .sponsors button.btn {
    position: absolute;
    top: 1.25rem;
    padding: 1.25rem 0;
    right: 0;
  }
  .sponsors button.btn a {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
@media screen and (min-width: 1024px) {
  .sponsors {
    padding: 1.25rem 4.375rem;
  }
  .sponsors p {
    padding: 2rem 0;
  }
  .sponsors .swiper-wrapper {
    padding-top: 1rem;
  }
  .sponsors button.btn {
    right: 4.375rem;
    top: 2rem;
  }
  .sponsors button.btn a {
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .sponsors {
    padding: 1.25rem 0 3.125rem;
  }
  .sponsors .sponsor-list .swiper-slide div[data-type=image] {
    height: calc((1200px - 8.75rem) * 0.1666666667 * 0.5625);
  }
}

.title-block--unit ul.breadcrumb-list {
  display: none;
  position: absolute;
  top: 131px;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 19px;
  line-height: calc(1.1875 + rem);
  font-family: "ff-real-headline-pro-2", sans-serif !important;
  font-weight: 300 !important;
  color: #FFCA38;
  z-index: 5;
  left: 1.25rem;
  margin-top: 1.75rem !important;
  padding: 0;
  list-style: none;
}
.title-block--unit ul.breadcrumb-list a {
  font-family: "ff-real-headline-pro-2", sans-serif !important;
  font-weight: 300 !important;
}
.title-block--unit ul.breadcrumb-list li {
  float: left;
  clear: none;
  padding: 0 !important;
  font-family: "ff-real-headline-pro", sans-serif !important;
  font-weight: 500 !important;
}
.title-block--unit ul.breadcrumb-list li:before {
  display: none;
}
.title-block--unit ul.breadcrumb-list li.breadcrumb-item:after {
  content: "/";
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  padding: 0 0.625rem;
}
.title-block--unit ul.breadcrumb-list li.breadcrumb-item.is-current:after {
  display: none;
}
.title-block--unit ul.breadcrumb-list li a {
  color: #FFFFFF;
  text-decoration: none;
  font-family: "ff-real-headline-pro", sans-serif !important;
  font-weight: 500 !important;
}
@media screen and (min-width: 768px) {
  .title-block--unit ul.breadcrumb-list {
    display: block;
    left: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .title-block--unit ul.breadcrumb-list {
    left: 4.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .title-block--unit ul.breadcrumb-list {
    left: 50%;
    margin-left: -530px;
  }
}

#page-content {
  width: calc(100vw - 1.25rem);
  padding: 0 1.25rem;
  background: #FFFFFF;
}
#page-content h1 {
  color: #062465;
  margin-bottom: 0;
}
#page-content h1 + p {
  color: #062465;
  margin-top: 1.0625rem;
}
#page-content p a {
  color: #414042;
}
#page-content p a:hover {
  color: #CE3B2C;
}
@media screen and (min-width: 768px) {
  #page-content {
    width: 73.1481481481%;
    float: left;
    clear: none;
    padding: 4.375rem 7.5rem 4.375rem 4.375rem;
  }
  #page-content h1 {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  #page-content h1 + p {
    margin-top: 1.5rem;
    font-size: 21px;
    font-size: calc(1.3125 + rem);
    line-height: 32px;
    line-height: calc(2 + rem);
  }
}

.page footer#footer:before,
.single footer#footer:before,
body.search-results footer#footer:before,
body.search-no-results footer#footer:before,
body.error404 footer#footer:before {
  content: "";
  width: calc(100vw - 1.25rem);
  height: 5rem;
  background: #FFFFFF;
  position: absolute;
  top: -2.1875rem;
  left: 0;
  z-index: -1;
}
.page.home footer#footer:before,
.single.home footer#footer:before,
body.search-results.home footer#footer:before,
body.search-no-results.home footer#footer:before,
body.error404.home footer#footer:before {
  display: none;
}
.page.home footer#footer.unit:before,
.single.home footer#footer.unit:before,
body.search-results.home footer#footer.unit:before,
body.search-no-results.home footer#footer.unit:before,
body.error404.home footer#footer.unit:before {
  display: block;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .page footer#footer:before,
  .single footer#footer:before,
  body.search-results footer#footer:before,
  body.search-no-results footer#footer:before,
  body.error404 footer#footer:before {
    top: -60vh;
    height: 70vh;
    width: 73.1481481481%;
  }
}
@media screen and (min-width: 1200px) {
  .page footer#footer:before,
  .single footer#footer:before,
  body.search-results footer#footer:before,
  body.search-no-results footer#footer:before,
  body.error404 footer#footer:before {
    width: 877.7777777778px;
    left: 50%;
    margin-left: -600px;
  }
  .page.home footer#footer.unit:before,
  .single.home footer#footer.unit:before,
  body.search-results.home footer#footer.unit:before,
  body.search-no-results.home footer#footer.unit:before,
  body.error404.home footer#footer.unit:before {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
  }
}

header#page-header {
  position: relative;
}

.section-menu-toggle-container {
  width: calc(100% - 1.25rem);
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFFFFF;
  text-align: right;
  transition: background 0.6s cubic-bezier(1, 0, 0, 1);
  z-index: 1;
  min-height: 44px;
}
.section-menu-toggle-container:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: -1px;
  z-index: 0;
  background: #FFFFFF;
  transition: background 0.6s cubic-bezier(1, 0, 0, 1);
}
.section-menu-open .section-menu-toggle-container {
  background: #F6F6F5;
}
.section-menu-open .section-menu-toggle-container:before {
  background: #F6F6F5;
}
.section-menu-toggle-container .section-menu-toggle {
  padding: 1rem;
  display: block;
  float: right;
  background: #CE3B2C;
  font-family: "ff-real-headline-pro", sans-serif;
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 12px;
  line-height: calc(0.75 + rem);
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.section-menu-toggle-container .section-menu-toggle i {
  position: relative;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #FFFFFF;
  display: block;
  float: left;
  margin-right: 0.75rem;
  margin-top: -1px;
}
.section-menu-toggle-container .section-menu-toggle i:before, .section-menu-toggle-container .section-menu-toggle i:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 10px;
  background: #FFFFFF;
  display: block;
}
.section-menu-toggle-container .section-menu-toggle i:after {
  top: 10px;
}
@media screen and (min-width: 768px) {
  .section-menu-toggle-container {
    height: 4.5rem;
    width: 73.1481481481%;
    transition: none;
    transform: translateY(1px);
    display: none !important;
  }
  .section-menu-toggle-container:before {
    background: #FFFFFF !important;
    display: none;
  }
  .section-menu-open .section-menu-toggle-container {
    background: #FFFFFF;
  }
  .section-menu-toggle-container .section-menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .section-menu-toggle-container {
    width: 877.7777777778px;
    left: 50%;
    margin-left: -600px;
  }
}

#page-content h1 {
  transition: padding-top 0.6s cubic-bezier(1, 0, 0, 1);
}
.section-menu-open #page-content h1 {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  #page-content h1 {
    transition: none;
  }
  .section-menu-open #page-content h1 {
    padding-top: 0;
  }
}

aside#section-menu {
  width: calc(100% - 1.25rem);
  padding: 0 2rem;
  background: #FFFFFF;
  float: left;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.6s cubic-bezier(1, 0, 0, 1), background 0.6s cubic-bezier(1, 0, 0, 1);
}
.section-menu-open aside#section-menu {
  max-height: 100vh;
  background: #F6F6F5;
}
aside#section-menu h3 {
  margin: 0;
  color: #062465;
  font-size: 20px;
  font-size: calc(1.25 + rem);
  line-height: 32px;
  line-height: calc(2 + rem);
}
aside#section-menu h3 a {
  color: #062465;
  text-decoration: none;
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
}
aside#section-menu h3 a:hover {
  text-decoration: underline;
}
aside#section-menu ul {
  margin: 0;
  padding: 0.625rem 0 2.5rem;
  width: 100%;
  float: left;
  clear: both;
}
aside#section-menu ul li {
  list-style: none;
  width: 100%;
  float: left;
  clear: both;
  position: relative;
}
aside#section-menu ul li a {
  font-size: 16px;
  font-size: calc(1 + rem);
  line-height: 30px;
  line-height: calc(1.875 + rem);
  font-family: "ff-real-headline-pro-2", sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 24px;
  line-height: calc(1.5 + rem);
  padding: 0.9375rem 0;
  display: block;
  width: 100%;
  float: left;
  clear: both;
  color: #062465;
  text-decoration: none;
  border-bottom: 1px solid #ECE7E2;
}
aside#section-menu ul li:last-of-type a {
  border-bottom: none;
}
aside#section-menu ul li:before {
  content: "";
  width: 4px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: -2rem;
  background: transparent;
  transition: background 0.2s linear;
}
aside#section-menu ul li:hover:before {
  background: #FFCA38;
}
aside#section-menu ul li.current, aside#section-menu ul li.current_page_item {
  position: relative;
}
aside#section-menu ul li.current:before, aside#section-menu ul li.current_page_item:before {
  background: #FFCA38;
}
aside#section-menu ul li.current a, aside#section-menu ul li.current_page_item a {
  color: rgba(6, 36, 101, 0.6);
  cursor: none;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  aside#section-menu {
    width: 26.8518518519%;
    float: right;
    max-height: none;
    background: #F6F6F5;
    padding-top: 4.375rem;
  }
  .page-template-no-hero-image aside#section-menu {
    padding-top: 9.375rem;
  }
  aside#section-menu ul li a:last-of-type {
    border-bottom: 1px solid #ECE7E2;
  }
}

.section-page-tiles {
  width: 100%;
  float: left;
  clear: both;
  margin-top: 1.875rem;
  position: relative;
  padding-bottom: 4.625rem;
  overflow: hidden;
}
.section-page-tiles h4 {
  margin-top: 0;
}
.section-page-tiles .page-tile {
  width: 100%;
  float: left;
  clear: both;
  box-sizing: border-box;
  margin-bottom: 1rem;
}
.section-page-tiles .page-tile [data-type=image] {
  width: 100%;
  height: calc((100vw - 2rem) * 0.5625);
  overflow: hidden;
}
.section-page-tiles .page-tile [data-type=image] img {
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-page-tiles .page-tile [data-type=image]:before {
  content: "Read more";
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 12px;
  line-height: calc(0.75 + rem);
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #CE3B2C;
  padding: 8px;
  letter-spacing: 0.05em;
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}
.section-page-tiles .page-tile:hover [data-type=image] img {
  transform: scale(1.2);
}
.section-page-tiles .page-tile a.slide-inner {
  display: block;
  width: 100%;
  float: left;
  text-decoration: none;
  color: #414042;
}
.section-page-tiles .page-tile a.slide-inner .meta {
  padding: 1.25rem 0 1.5rem;
}
.section-page-tiles .page-tile a.slide-inner .meta .category {
  margin-right: 1rem;
}
.section-page-tiles .page-tile a.slide-inner .content h3 {
  color: #062465;
  float: left;
  clear: both;
  width: 100%;
  margin: 0.5em 0 0.25em;
}
.section-page-tiles .page-tile a.slide-inner .content p {
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 24px;
  line-height: calc(1.5 + rem);
  float: left;
  clear: both;
  width: 100%;
  margin: 0;
  color: #414042 !important;
}
@media screen and (min-width: 481px) {
  .section-page-tiles .page-tile {
    width: calc((100vw - 5rem) * 0.5);
    clear: none;
  }
  .section-page-tiles .page-tile:nth-of-type(2n) {
    float: right;
  }
  .section-page-tiles .page-tile:nth-of-type(2n+1) {
    clear: both;
  }
  .section-page-tiles .page-tile [data-type=image] {
    height: calc((100vw - 5rem) * 0.5 * 0.5625);
  }
}
@media screen and (min-width: 768px) {
  .section-page-tiles .page-tile {
    width: calc((100% - 1.25rem) * 0.5);
    clear: none;
  }
  .section-page-tiles .page-tile [data-type=image] {
    height: calc(((100vw * (790 / 1080)) - 13.125rem) * 0.5 * 0.5625);
  }
}
@media screen and (min-width: 1024px) {
  .section-page-tiles .page-tile a.slide-inner .content h3 {
    font-size: 18px;
    font-size: calc(1.125 + rem);
    line-height: 23px;
    line-height: calc(1.4375 + rem);
  }
}
@media screen and (min-width: 1200px) {
  .section-page-tiles .page-tile {
    width: calc((100% - 1.25rem) * 0.5);
    clear: none;
  }
  .section-page-tiles .page-tile [data-type=image] {
    height: calc(((1200px * (790 / 1080)) - 13.125rem) * 0.5 * 0.5625);
  }
}

.single #page-content .meta {
  padding: 2.5rem 0 1.25rem 0;
}
.single #page-content .meta .category {
  margin-right: 1rem;
}
.single #page-content .meta + h1 {
  padding-top: 0 !important;
}
.single #page-content button.btn {
  float: left;
  clear: both;
}
.single #page-content .site {
  display: flex;
  float: left;
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 12px;
  line-height: calc(0.75 + rem);
  color: #062465;
  background: rgba(6, 36, 101, 0.1);
  padding: 8px;
  border-radius: 2px;
  letter-spacing: 0.05em;
  cursor: pointer;
  text-decoration: none;
  margin: 2.1875rem 0;
}
.single #page-content .site:hover {
  background: rgba(6, 36, 101, 0.2);
}
.single #page-content .site svg {
  width: 8px;
  height: 11px;
  margin-right: 8px;
}
.single #page-content .site + p {
  clear: both;
  color: #062465;
}
.single #page-content .single-latest-news {
  width: 100%;
  float: left;
  clear: both;
}
.single #page-content .single-latest-news h3 {
  color: #062465;
  margin: 3rem 0 2rem 0;
}
.single #page-content .single-latest-news #news-listing,
.single #page-content .single-latest-news #volunteer-listing {
  margin-top: 0;
}
.single #page-content .single-latest-news #news-listing .news-item,
.single #page-content .single-latest-news #volunteer-listing .news-item {
  margin: 0 0 1.25rem 0;
}
.single aside#section-menu ul li.current_page_parent {
  position: relative;
}
.single aside#section-menu ul li.current_page_parent:before {
  content: "";
  width: 4px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: -2rem;
  background: #FFCA38;
}
.single aside#section-menu ul li.current_page_parent a {
  color: rgba(6, 36, 101, 0.6);
  cursor: none;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .single #page-content .site + p {
    font-size: 21px;
    font-size: calc(1.3125 + rem);
    line-height: 32px;
    line-height: calc(2 + rem);
  }
  .single #page-content .meta {
    padding-top: 0;
  }
  .single #page-content .single-latest-news {
    width: 100%;
    float: left;
    clear: both;
  }
  .single #page-content .single-latest-news h3 {
    color: #062465;
  }
  .single #page-content .single-latest-news #news-listing,
  .single #page-content .single-latest-news #volunteer-listing {
    margin-top: 0;
  }
  .single #page-content .single-latest-news #news-listing .news-item,
  .single #page-content .single-latest-news #volunteer-listing .news-item {
    margin: 0 1.25rem 1.25rem 0;
    width: calc((100% - 1.25rem) * 0.5);
  }
  .single #page-content .single-latest-news #news-listing .news-item:nth-of-type(2n),
  .single #page-content .single-latest-news #volunteer-listing .news-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .single #page-content .single-latest-news #news-listing .news-item [data-type=image],
  .single #page-content .single-latest-news #volunteer-listing .news-item [data-type=image] {
    width: 100%;
    height: calc(((100vw * (780 / 1080)) - 13.125rem) * 0.5 * 0.5625);
  }
  .single #page-content .single-latest-news #news-listing .news-item .meta,
  .single #page-content .single-latest-news #volunteer-listing .news-item .meta {
    display: flex;
    flex-direction: column;
  }
  .single #page-content .single-latest-news #news-listing .news-item .meta .category,
  .single #page-content .single-latest-news #volunteer-listing .news-item .meta .category {
    width: 100%;
    margin: 0;
  }
  .single #page-content .single-latest-news #news-listing .news-item .meta .date,
  .single #page-content .single-latest-news #volunteer-listing .news-item .meta .date {
    width: 100%;
    margin-top: 0.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .single #page-content .single-latest-news #news-listing .news-item .meta,
  .single #page-content .single-latest-news #volunteer-listing .news-item .meta {
    flex-direction: row;
  }
  .single #page-content .single-latest-news #news-listing .news-item .meta .category,
  .single #page-content .single-latest-news #volunteer-listing .news-item .meta .category {
    width: auto;
    margin-right: 0.625rem;
  }
  .single #page-content .single-latest-news #news-listing .news-item .meta .date,
  .single #page-content .single-latest-news #volunteer-listing .news-item .meta .date {
    width: auto;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .single #page-content .single-latest-news #news-listing .news-item [data-type=image],
  .single #page-content .single-latest-news #volunteer-listing .news-item [data-type=image] {
    height: calc(((1200px * (780 / 1080)) - 13.125rem) * 0.5 * 0.5625);
  }
}

.page-template-our-story {
  background: #1F3A74;
  overflow: hidden;
  width: 100vw;
}
.page-template-our-story .bg-image {
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-our-story .bg-image:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(6, 36, 101, 0.7);
  z-index: 0;
}
.page-template-our-story header#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  border-bottom: none;
}
.page-template-our-story #horizontal-scroller-container {
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  left: 0;
}
.page-template-our-story #horizontal-scroller {
  position: relative;
  padding: 9.375rem 1.25rem 0 1.25rem;
  height: auto;
  float: left;
}
.page-template-our-story #horizontal-scroller > * {
  z-index: 1;
  position: relative;
}
.page-template-our-story footer#footer {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-template-our-story #horizontal-scroller-container {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .page-template-our-story #horizontal-scroller {
    height: 100vh;
    display: flex;
    align-items: center;
    background-attachment: unset;
    padding: 4.375rem 50vw 4.375rem 4.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-our-story #horizontal-scroller {
    padding: 6.875rem 37.5rem 6.875rem calc((100vw - 1200px) / 2 + 70px);
  }
}

.page-template-our-story nav.sticky-nav {
  display: none;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  justify-content: center;
}
.page-template-our-story nav.sticky-nav ul {
  margin: 0;
  padding: 0;
}
.page-template-our-story nav.sticky-nav ul li {
  list-style: none;
  float: left;
  clear: none;
  font-family: "ff-real-headline-pro-2", sans-serif;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 18px;
  line-height: calc(1.125 + rem);
}
.page-template-our-story nav.sticky-nav ul li span {
  background: #062465;
  color: #FFFFFF;
  font-family: "ff-real-headline-pro", sans-serif;
  float: left;
  padding: 0.625rem 1.875rem;
}
.page-template-our-story nav.sticky-nav ul li a {
  color: rgba(6, 36, 101, 0.6);
  text-decoration: none;
  display: block;
  padding: 0.625rem 0.9375rem;
}
.page-template-our-story nav.sticky-nav ul li a:hover {
  color: #CE3B2C;
}
.page-template-our-story nav.sticky-nav ul li ul {
  float: left;
  clear: none;
  background: #FFFFFF;
  padding: 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .page-template-our-story nav.sticky-nav {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-our-story nav.sticky-nav ul li span {
    padding: 1rem 2rem;
  }
  .page-template-our-story nav.sticky-nav ul li a {
    padding: 1rem 1.25rem;
  }
  .page-template-our-story nav.sticky-nav ul li ul {
    padding: 0 1.25rem;
  }
}

.page-template-our-story ul.breadcrumb-list {
  position: absolute !important;
  top: 90px;
  left: 1.25rem;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 19px;
  line-height: calc(1.1875 + rem);
  font-family: "ff-real-headline-pro-2", sans-serif !important;
  font-weight: 300 !important;
  color: #FFCA38;
  z-index: 5;
  list-style: none;
  padding: 0;
}
.page-template-our-story ul.breadcrumb-list a {
  font-family: "ff-real-headline-pro-2", sans-serif !important;
  font-weight: 300 !important;
}
.page-template-our-story ul.breadcrumb-list li {
  float: left;
  clear: none;
}
.page-template-our-story ul.breadcrumb-list li.breadcrumb-item:after {
  content: "/";
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  padding: 0 0.625rem;
}
.page-template-our-story ul.breadcrumb-list li.breadcrumb-item.is-current:after {
  display: none;
}
.page-template-our-story ul.breadcrumb-list li a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .page-template-our-story ul.breadcrumb-list {
    position: fixed !important;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-our-story ul.breadcrumb-list {
    left: 4.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-our-story ul.breadcrumb-list {
    top: 110px;
    left: 50%;
    margin: 0 0 0 -530px;
  }
}

.page-template-our-story .text-group {
  width: 100%;
  clear: both;
  float: left;
  margin: 1.5625rem 0;
  position: relative;
}
.page-template-our-story .text-group:first-of-type {
  margin-top: 0;
}
.page-template-our-story .text-group * {
  color: #FFFFFF;
}
.page-template-our-story .text-group p:first-of-type {
  font-size: 16px;
  font-size: calc(1 + rem);
  line-height: 30px;
  line-height: calc(1.875 + rem);
}
.page-template-our-story .text-group:first-of-type p:first-of-type {
  font-size: 18px;
  font-size: calc(1.125 + rem);
  line-height: 30px;
  line-height: calc(1.875 + rem);
}
.page-template-our-story .text-group ul {
  padding: 0;
}
.page-template-our-story .text-group ul li {
  background: none;
  position: relative;
  list-style: none;
  padding: 0;
}
.page-template-our-story .text-group ul li a {
  padding: 0.3125rem 1.25rem;
  text-decoration: none;
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
  display: inline-block;
}
.page-template-our-story .text-group ul li:before, .page-template-our-story .text-group ul li:after {
  content: "";
  width: 6.5px;
  height: 2px;
  background: #CE3B2C;
  display: block;
  position: absolute;
  top: 50%;
  transform-origin: right center;
  transform: translateY(-50%) rotate(45deg);
}
.page-template-our-story .text-group ul li:after {
  transform: translateY(-50%) rotate(-45deg);
}
.page-template-our-story .text-group .compass {
  position: absolute;
  left: 0%;
  top: 50%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-template-our-story .text-group {
    min-width: 35.6481481481vw;
    flex-basis: 35.6481481481vw;
    margin: 0 4.6296296296vw;
    clear: none;
    transform: translateY(20px);
  }
  .page-template-our-story .text-group:first-of-type {
    margin: 0 4.6296296296vw 0 0;
  }
  .page-template-our-story .text-group:last-of-type {
    margin: 0 18.5185185185vw 0 4.6296296296vw;
  }
  .page-template-our-story .text-group--spacing {
    margin-right: 27.7777777778vw;
  }
  .page-template-our-story .text-group--wide {
    min-width: 39.3518518519vw;
    flex-basis: 39.3518518519vw;
  }
  .page-template-our-story .text-group--thin {
    min-width: 25.9259259259vw;
    flex-basis: 25.9259259259vw;
  }
  .page-template-our-story .text-group .compass {
    left: 50%;
    width: 47.2222222222vw;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1200px) {
  .page-template-our-story .text-group {
    min-width: 427.7777777778px;
    flex-basis: 427.7777777778px;
    margin: 0 55.5555555556px;
    transform: none;
  }
  .page-template-our-story .text-group:first-of-type {
    margin: 0 55.5555555556px 0 0;
  }
  .page-template-our-story .text-group:last-of-type {
    margin: 0 222.2222222222px 0 55.5555555556px;
  }
  .page-template-our-story .text-group--spacing {
    margin-right: 333.3333333333px;
  }
  .page-template-our-story .text-group--wide {
    min-width: 472.2222222222px;
    flex-basis: 472.2222222222px;
  }
  .page-template-our-story .text-group--thin {
    min-width: 311.1111111111px;
    flex-basis: 311.1111111111px;
  }
  .page-template-our-story .text-group .compass {
    width: 566.6666666667px;
  }
}

.page-template-our-story .image-group {
  width: 100%;
  clear: both;
  float: left;
  margin: 1.5625rem 0;
  display: block;
  position: relative;
}
.page-template-our-story .image-group div[data-type=image] {
  border-radius: 1000px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.page-template-our-story .image-group div[data-type=image] img {
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.page-template-our-story .image-group div[data-type=image]:hover img {
  transform: scale(1.2);
}
.page-template-our-story .image-group div[data-type=image]:nth-of-type(1) {
  width: 50vw;
  height: 50vw;
}
.page-template-our-story .image-group div[data-type=image]:nth-of-type(2) {
  width: 33.3333333333vw;
  height: 33.3333333333vw;
  margin-top: 8.3333333333vw;
}
.page-template-our-story .image-group .highlight {
  width: 100%;
  min-width: 180px;
  clear: both;
  float: left;
  margin-top: 38px;
}
.page-template-our-story .image-group .highlight div[data-type=image] {
  width: 76px;
  height: 76px;
  float: none !important;
  margin: calc(38px * -1) auto 0 auto;
  position: relative;
  z-index: 1;
}
.page-template-our-story .image-group .highlight:hover div[data-type=image] img {
  transform: scale(1.2);
}
.page-template-our-story .image-group .highlight main {
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 38px 2.5rem 2.5rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: calc(38px * -1);
}
.page-template-our-story .image-group .highlight main p {
  color: #FFFFFF;
  margin: 10px 0 0 0;
  text-align: center;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 20px;
  line-height: calc(1.25 + rem);
  font-weight: bold;
}
.page-template-our-story .image-group .highlight main p span.large {
  display: inline-block;
  width: 100%;
  font-size: 32px;
  font-size: calc(2 + rem);
  line-height: 46px;
  line-height: calc(2.875 + rem);
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
}
.page-template-our-story .image-group .highlight main span.category {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 12px;
  line-height: calc(0.75 + rem);
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #CE3B2C;
  padding: 6px 8px;
  border-radius: 1px;
  margin-right: 1rem;
  letter-spacing: 0.05em;
}
.page-template-our-story .image-group--style-1 div[data-type=image]:nth-of-type(1) {
  float: left;
}
.page-template-our-story .image-group--style-1 div[data-type=image]:nth-of-type(2) {
  float: right;
}
.page-template-our-story .image-group--style-2 div[data-type=image]:nth-of-type(1) {
  float: right;
}
.page-template-our-story .image-group--style-2 div[data-type=image]:nth-of-type(2) {
  float: left;
}
@media screen and (min-width: 481px) {
  .page-template-our-story .image-group div[data-type=image]:nth-of-type(1) {
    width: 33.3333333333vw;
    height: 33.3333333333vw;
  }
  .page-template-our-story .image-group div[data-type=image]:nth-of-type(2) {
    width: 25vw;
    height: 25vw;
    position: absolute;
  }
  .page-template-our-story .image-group .highlight {
    display: block;
    width: 180px;
    float: none;
    margin: 38px auto;
  }
  .page-template-our-story .image-group .highlight div[data-type=image] {
    width: 76px;
    height: 76px;
    transform: translateX(-50%) !important;
  }
  .page-template-our-story .image-group--style-1 div[data-type=image]:nth-of-type(1) {
    transform: translateX(-100%);
    margin-left: 50%;
  }
  .page-template-our-story .image-group--style-1 div[data-type=image]:nth-of-type(2) {
    transform: translateX(110%);
    right: 0;
    margin-right: 50%;
  }
  .page-template-our-story .image-group--style-2 div[data-type=image]:nth-of-type(1) {
    float: right;
    margin-left: 0;
    margin-right: 50%;
    transform: translateX(100%);
  }
  .page-template-our-story .image-group--style-2 div[data-type=image]:nth-of-type(2) {
    left: 0;
    transform: translateX(-110%);
    margin-left: 50%;
  }
}
@media screen and (min-width: 768px) {
  .page-template-our-story .image-group {
    min-width: 51.8518518519vw;
    flex-basis: 51.8518518519vw;
    margin: 0 4.6296296296vw;
    clear: none;
  }
  .page-template-our-story .image-group div[data-type=image]:nth-of-type(1) {
    width: 31.0185185185vw;
    height: 31.0185185185vw;
  }
  .page-template-our-story .image-group div[data-type=image]:nth-of-type(2) {
    width: 18.5185185185vw;
    height: 18.5185185185vw;
    position: relative;
  }
  .page-template-our-story .image-group .highlight {
    margin-top: 0;
  }
  .page-template-our-story .image-group .highlight div[data-type=image] {
    width: 76px;
    height: 76px;
    margin-left: 50% !important;
  }
  .page-template-our-story .image-group--style-1 div[data-type=image]:nth-of-type(1) {
    float: left;
    transform: translateX(0);
    margin: 0;
  }
  .page-template-our-story .image-group--style-1 div[data-type=image]:nth-of-type(2) {
    float: right;
    transform: translateX(0);
    margin-right: 0;
    margin-top: 10%;
  }
  .page-template-our-story .image-group--style-1 .highlight {
    float: left;
    transform: translate(calc(32.1296296296vw - 50%), -38px);
  }
  .page-template-our-story .image-group--style-2 div[data-type=image]:nth-of-type(1) {
    float: right;
    transform: translateX(0);
    margin: 0;
  }
  .page-template-our-story .image-group--style-2 div[data-type=image]:nth-of-type(2) {
    float: left;
    transform: translateX(0);
    margin-left: 0;
    margin-top: 10%;
  }
  .page-template-our-story .image-group--style-2 .highlight {
    float: right;
    transform: translate(calc((32.1296296296vw - 50%) * -1), -38px);
  }
}
@media screen and (min-width: 1200px) {
  .page-template-our-story .image-group {
    min-width: 622.2222222222px;
    flex-basis: 622.2222222222px;
    margin: 0 55.5555555556px;
  }
  .page-template-our-story .image-group div[data-type=image]:nth-of-type(1) {
    width: 372.2222222222px;
    height: 372.2222222222px;
  }
  .page-template-our-story .image-group div[data-type=image]:nth-of-type(2) {
    width: 222.2222222222px;
    height: 222.2222222222px;
  }
  .page-template-our-story .image-group .highlight {
    width: 200px;
  }
  .page-template-our-story .image-group .highlight div[data-type=image] {
    width: 83.3333333333px;
    height: 83.3333333333px;
    margin: calc(41.6666666667px * -1) auto 0 auto;
  }
  .page-template-our-story .image-group .highlight main {
    padding: 41.6666666667px 2.5rem 2.5rem 2.5rem;
    margin-top: calc(41.6666666667px * -1);
  }
  .page-template-our-story .image-group--style-1 div[data-type=image]:nth-of-type(2) {
    margin-top: 15%;
  }
  .page-template-our-story .image-group--style-1 .highlight {
    transform: translate(calc(388.8888888889px - 50%), 0);
  }
  .page-template-our-story .image-group--style-2 div[data-type=image]:nth-of-type(2) {
    margin-top: 15%;
  }
  .page-template-our-story .image-group--style-2 .highlight {
    transform: translate(calc((388.8888888889px - 50%) * -1), 0);
  }
}

.page-template-our-story aside {
  background: #062465;
  width: 100vw;
  margin-left: -1.25rem;
  float: left;
  clear: both;
  padding: 1.25rem 1.25rem 7.5rem 1.25rem;
}
.page-template-our-story aside * {
  color: #FFFFFF;
}
.page-template-our-story aside h3 {
  font-size: 28px;
  font-size: calc(1.75 + rem);
  line-height: 32px;
  line-height: calc(2 + rem);
}
.page-template-our-story aside .button-block {
  margin: 1.5625rem 0;
}
.page-template-our-story aside .button-block .btn--link-style {
  margin-left: 0.625rem;
}
.page-template-our-story aside .button-block .btn--link-style:before, .page-template-our-story aside .button-block .btn--link-style:after {
  background: #CE3B2C;
}
.page-template-our-story aside ul {
  padding: 0;
}
.page-template-our-story aside ul li {
  background: none;
  position: relative;
  list-style: none;
  padding: 0;
}
.page-template-our-story aside ul li a {
  padding: 0.3125rem 1.25rem;
  text-decoration: none;
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
  display: inline-block;
}
.page-template-our-story aside ul li:before, .page-template-our-story aside ul li:after {
  content: "";
  width: 6.5px;
  height: 2px;
  background: #CE3B2C;
  display: block;
  position: absolute;
  top: 50%;
  transform-origin: right center;
  transform: translateY(-50%) rotate(45deg);
}
.page-template-our-story aside ul li:after {
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .page-template-our-story aside {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute !important;
    top: 0;
    right: 0;
    height: 100%;
    width: 50vw;
    padding: 0 1.25rem;
  }
  .page-template-our-story aside h3 {
    padding-top: 35px;
  }
  .page-template-our-story aside .button-block .btn--link-style {
    margin-left: 1.5625rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-our-story aside {
    width: 600px;
    padding: 0 6.4814814815vw;
  }
  .page-template-our-story aside h3 {
    padding-top: 0;
  }
}

.parent-pages {
  margin-top: 1.875rem;
}
.parent-pages h4 {
  margin-top: 0;
  color: #062465;
}
.parent-pages .swiper-slide {
  padding: 0;
}
.parent-pages .swiper-slide a.slide-inner .content h3,
.parent-pages .swiper-slide a.slide-inner .content p {
  width: 100%;
  float: left;
  clear: both;
}
.parent-pages .swiper-slide a.slide-inner .content h3 {
  margin: 0.5em 0 0.25em;
}
.parent-pages .swiper-slide a.slide-inner .content p {
  margin: 0;
  color: #414042 !important;
}
@media screen and (min-width: 768px) {
  .parent-pages {
    padding: 0;
  }
  .parent-pages .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .parent-pages .swiper-wrapper .swiper-slide {
    width: calc((100% - 20px) * 0.5);
    margin: 0 0 2.5rem 0;
  }
}

.page-template-latest-launches {
  background: #FFFFFF;
}
.page-template-latest-launches footer#footer {
  margin-top: -5.8333333333vw;
  z-index: 1000;
}
.page-template-latest-launches footer#footer:before {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-template-latest-launches main#page-content {
    width: 100%;
    padding: 0 4.375rem 0 4.375rem;
  }
  .page-template-latest-launches main#page-content h1,
  .page-template-latest-launches main#page-content p {
    float: left;
    clear: both;
    width: 73.1481481481%;
  }
  .page-template-latest-launches footer#footer {
    margin-top: -5.8333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-latest-launches footer#footer {
    margin-top: -70px;
  }
}

.page-template-map-marine-traffic ul.breadcrumb-list,
.page-template-map-naviconics ul.breadcrumb-list,
.page-template-latest-launches ul.breadcrumb-list,
body.page-template-find-a-unit ul.breadcrumb-list,
.page-template-course-calendar ul.breadcrumb-list {
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 19px;
  line-height: calc(1.1875 + rem);
  font-family: "ff-real-headline-pro-2", sans-serif !important;
  font-weight: 300 !important;
  color: #FFCA38;
  padding: 0;
  list-style: none;
  width: 100%;
  float: left;
  margin-top: 1.75rem !important;
  margin-bottom: 2.5rem !important;
}
.page-template-map-marine-traffic ul.breadcrumb-list a,
.page-template-map-naviconics ul.breadcrumb-list a,
.page-template-latest-launches ul.breadcrumb-list a,
body.page-template-find-a-unit ul.breadcrumb-list a,
.page-template-course-calendar ul.breadcrumb-list a {
  font-family: "ff-real-headline-pro-2", sans-serif !important;
  font-weight: 300 !important;
}
.page-template-map-marine-traffic ul.breadcrumb-list li,
.page-template-map-naviconics ul.breadcrumb-list li,
.page-template-latest-launches ul.breadcrumb-list li,
body.page-template-find-a-unit ul.breadcrumb-list li,
.page-template-course-calendar ul.breadcrumb-list li {
  float: left !important;
  clear: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
  line-height: 1.1875rem !important;
}
.page-template-map-marine-traffic ul.breadcrumb-list li:before,
.page-template-map-naviconics ul.breadcrumb-list li:before,
.page-template-latest-launches ul.breadcrumb-list li:before,
body.page-template-find-a-unit ul.breadcrumb-list li:before,
.page-template-course-calendar ul.breadcrumb-list li:before {
  display: none;
}
.page-template-map-marine-traffic ul.breadcrumb-list li.breadcrumb-item:after,
.page-template-map-naviconics ul.breadcrumb-list li.breadcrumb-item:after,
.page-template-latest-launches ul.breadcrumb-list li.breadcrumb-item:after,
body.page-template-find-a-unit ul.breadcrumb-list li.breadcrumb-item:after,
.page-template-course-calendar ul.breadcrumb-list li.breadcrumb-item:after {
  content: "/";
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  padding: 0 0.625rem;
  color: #CE3B2C;
}
.page-template-map-marine-traffic ul.breadcrumb-list li.breadcrumb-item.is-current:after,
.page-template-map-naviconics ul.breadcrumb-list li.breadcrumb-item.is-current:after,
.page-template-latest-launches ul.breadcrumb-list li.breadcrumb-item.is-current:after,
body.page-template-find-a-unit ul.breadcrumb-list li.breadcrumb-item.is-current:after,
.page-template-course-calendar ul.breadcrumb-list li.breadcrumb-item.is-current:after {
  display: none;
}
.page-template-map-marine-traffic ul.breadcrumb-list li a,
.page-template-map-naviconics ul.breadcrumb-list li a,
.page-template-latest-launches ul.breadcrumb-list li a,
body.page-template-find-a-unit ul.breadcrumb-list li a,
.page-template-course-calendar ul.breadcrumb-list li a {
  color: #414042;
  text-decoration: none;
  font-weight: 500;
  background: none !important;
}

.launch-filter {
  display: flex;
  flex-direction: column;
  width: calc(100vw - 20px);
  margin-top: 2.625rem;
  float: left;
}
.launch-filter .by-unit {
  background: #062465;
  display: flex;
  align-items: stretch;
}
.launch-filter .by-unit * {
  font-size: 16px;
  font-size: calc(1 + rem);
  line-height: 20px;
  line-height: calc(1.25 + rem);
  color: #FFFFFF;
}
.launch-filter .by-unit label {
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
  padding: 1rem;
  display: flex;
  align-items: center;
}
.launch-filter .by-unit .select-item {
  display: flex;
  align-items: center;
  position: relative;
  flex-grow: 1;
}
.launch-filter .by-unit .select-item select {
  -webkit-appearance: none;
  background: transparent;
  border: none;
  font-family: "ff-real-headline-pro-2", sans-serif;
  padding: 1rem;
  width: 100%;
}
.launch-filter .by-unit .select-item:before, .launch-filter .by-unit .select-item:after {
  content: "";
  width: 7px;
  height: 2px;
  background: #FFCA38;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.875rem;
  transform-origin: center center;
  transform: rotate(45deg);
}
.launch-filter .by-unit .select-item:after {
  transform: translateX(4px) rotate(-45deg);
}
.launch-filter .by-date {
  background: #F6F6F5;
  display: block;
  width: 100%;
  position: relative;
  padding-right: 2.6875rem;
}
.launch-filter .by-date #date-container {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.launch-filter .by-date #date-container .radio-item {
  min-width: 74px;
  display: table-cell;
}
.launch-filter .by-date #date-container .radio-item input {
  display: none;
}
.launch-filter .by-date #date-container .radio-item input + label {
  color: #062465;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 4px solid rgba(6, 36, 101, 0);
  height: 60px;
}
.launch-filter .by-date #date-container .radio-item input + label span {
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 21px;
  line-height: calc(1.3125 + rem);
  font-family: "ff-real-headline-pro", sans-serif;
}
.launch-filter .by-date #date-container .radio-item input + label i {
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 14px;
  line-height: calc(0.875 + rem);
  color: rgba(6, 36, 101, 0.6);
  font-style: normal;
}
.launch-filter .by-date #date-container .radio-item input:checked + label {
  border-bottom: 4px solid #062465;
}
.launch-filter .by-date .date-slider {
  width: 2.6875rem;
  background: #F6F6F5;
  border-left: 1px solid #ECE7E2;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 0.625rem 0;
}
.launch-filter .by-date .date-slider #date-next,
.launch-filter .by-date .date-slider #date-prev {
  position: relative;
  width: 100%;
  height: 50%;
}
.launch-filter .by-date .date-slider #date-next:before, .launch-filter .by-date .date-slider #date-next:after,
.launch-filter .by-date .date-slider #date-prev:before,
.launch-filter .by-date .date-slider #date-prev:after {
  content: "";
  width: 6.5px;
  height: 2px;
  background: #FFCA38;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: right center;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: background 0.2s linear;
}
.launch-filter .by-date .date-slider #date-next:after,
.launch-filter .by-date .date-slider #date-prev:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.launch-filter .by-date .date-slider #date-next:hover:before, .launch-filter .by-date .date-slider #date-next:hover:after,
.launch-filter .by-date .date-slider #date-prev:hover:before,
.launch-filter .by-date .date-slider #date-prev:hover:after {
  background: #CE3B2C;
}
.launch-filter .by-date .date-slider #date-prev:before, .launch-filter .by-date .date-slider #date-prev:after {
  transform-origin: left center;
}
@media screen and (min-width: 768px) {
  .launch-filter {
    flex-direction: row;
    width: 100vw;
    margin-left: -4.375rem;
    height: 4.5rem;
  }
  .launch-filter .by-unit {
    width: 100%;
  }
  .launch-filter .by-unit * {
    font-size: 14px;
    font-size: calc(0.875 + rem);
    line-height: 19px;
    line-height: calc(1.1875 + rem);
  }
  .launch-filter .by-unit label {
    padding: 1.5625rem 2rem;
  }
  .launch-filter .by-date {
    width: 60%;
  }
  .launch-filter .by-date #date-container .radio-item {
    height: 4.5rem;
  }
  .launch-filter .by-date #date-container .radio-item input + label {
    border-top: 4px solid rgba(6, 36, 101, 0);
    height: 4.5rem;
    padding: 0 1rem;
  }
  .launch-filter .by-date #date-container .radio-item input + label i {
    font-size: 12px;
    font-size: calc(0.75 + rem);
    line-height: 18px;
    line-height: calc(1.125 + rem);
  }
  .launch-filter .by-date .date-slider {
    padding: 0.3125rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .launch-filter {
    width: calc(100% + 140px);
    margin-left: -4.375rem;
  }
}

.map-container.launch-map {
  position: relative;
  width: 100vw;
  height: 70vh;
  margin-left: -1.25rem;
  float: left;
  clear: both;
}
.map-container.launch-map #map {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.map-container.launch-map #map .leaflet-bottom.leaflet-right {
  padding-left: 0;
}
.map-container.launch-map #map .leaflet-bottom.leaflet-right .leaflet-control-attribution {
  background: transparent;
  padding: 0 2.5rem calc(5.8333333333vw + 2em) 2.5rem;
  color: #062465;
}
.map-container.launch-map #map .leaflet-bottom.leaflet-right .leaflet-control-attribution a {
  color: #062465;
}
.map-container.launch-map #map.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper {
  border-radius: 0;
  margin: 0;
  padding: 0;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.1);
}
.map-container.launch-map #map.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
  padding: 1rem 1.5rem;
}
.map-container.launch-map #map.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper h4 {
  font-size: 16px;
  font-size: calc(1 + rem);
  line-height: 24px;
  line-height: calc(1.5 + rem);
  color: #062465;
  margin: 0;
  float: none;
}
.map-container.launch-map #map.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper p {
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 16px;
  line-height: calc(1 + rem);
  margin: 0;
  float: none;
}
.map-container.launch-map #map.leaflet-container .leaflet-popup a.leaflet-popup-close-button {
  top: -30px;
  right: 0px;
  color: transparent;
}
.map-container.launch-map #launch-list {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background: #FFFFFF;
  border-top: 1px solid #ECE7E2;
  margin: 0;
  padding: 0 0 100px 0;
  height: 100%;
  width: 50vw;
  max-width: 0;
  overflow-x: visible;
  transition: max-width 0.6s cubic-bezier(1, 0, 0, 1);
}
.map-container.launch-map #launch-list #tab {
  position: absolute;
  top: 0.625rem;
  left: 0;
  background: #CE3B2C;
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
  padding: 0.625rem 2.5rem 0.625rem 1.25rem;
  color: #FFFFFF;
  transform-origin: top left;
  transform: rotate(90deg);
  z-index: 4;
  white-space: nowrap;
  cursor: pointer;
}
.map-container.launch-map #launch-list #tab:before, .map-container.launch-map #launch-list #tab:after {
  content: "";
  width: 7px;
  height: 2px;
  background: #FFFFFF;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform-origin: center center;
  transform: rotate(45deg);
  transition: transform 0.6s cubic-bezier(1, 0, 0, 1);
}
.map-container.launch-map #launch-list #tab:after {
  transform: translateX(4px) rotate(-45deg);
}
.map-container.launch-map #launch-list.open {
  max-width: 50vw;
}
.map-container.launch-map #launch-list.open #tab:before, .map-container.launch-map #launch-list.open #tab:after {
  transform: rotate(-45deg);
}
.map-container.launch-map #launch-list.open #tab:after {
  transform: translateX(4px) rotate(45deg);
}
.map-container.launch-map #launch-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  width: 100%;
  height: 100%;
}
.map-container.launch-map #launch-list ul li {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1.2em;
  cursor: pointer;
}
.map-container.launch-map #launch-list ul li.hide {
  display: none;
}
.map-container.launch-map #launch-list ul li:before {
  display: none;
}
.map-container.launch-map #launch-list ul li a {
  padding: 1.75rem 1.75rem 1.75rem 2.5rem;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ECE7E2;
  background: none !important;
}
.map-container.launch-map #launch-list ul li a span {
  color: #062465;
  font-family: "ff-real-headline-pro", sans-serif;
  padding-bottom: 0.125rem;
}
.map-container.launch-map #launch-list ul li a i {
  font-style: normal;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 19px;
  line-height: calc(1.1875 + rem);
}
@media screen and (min-width: 481px) {
  .map-container.launch-map {
    height: 75vw;
  }
}
@media screen and (min-width: 768px) {
  .map-container.launch-map {
    margin-left: -4.375rem;
    display: flex;
  }
  .map-container.launch-map #launch-list {
    position: relative;
    width: 34.2592592593%;
    max-width: 400px;
  }
  .map-container.launch-map #launch-list #tab {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .map-container.launch-map {
    width: 100vw;
    height: 800px;
    margin-left: calc((((100vw - 1200px) * (1 / 2)) * -1) - 4.375rem);
  }
  .map-container.launch-map #map .leaflet-bottom.leaflet-right .leaflet-control-attribution {
    padding: 0 2.5rem 4.375rem 0;
  }
}

.marker-cluster-small {
  background-color: rgba(255, 255, 255, 0.2);
}
.marker-cluster-small div {
  background-color: rgba(255, 202, 56, 0.8);
}

.marker-cluster-medium {
  background-color: rgba(255, 255, 255, 0.2);
}
.marker-cluster-medium div {
  background-color: rgba(255, 202, 56, 0.8);
}

.marker-cluster-large {
  background-color: rgba(255, 255, 255, 0.2);
}
.marker-cluster-large div {
  background-color: rgba(255, 202, 56, 0.8);
}

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
  background-color: #FFFFFF;
}
.leaflet-oldie .marker-cluster-small div {
  background-color: #FFCA38;
}
.leaflet-oldie .marker-cluster-medium {
  background-color: #FFFFFF;
}
.leaflet-oldie .marker-cluster-medium div {
  background-color: #FFCA38;
}
.leaflet-oldie .marker-cluster-large {
  background-color: #FFFFFF;
}
.leaflet-oldie .marker-cluster-large div {
  background-color: #FFCA38;
}

.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}
.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font-family: "ff-real-headline-pro", sans-serif;
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 30px;
  line-height: calc(1.875 + rem);
}
.marker-cluster span {
  line-height: 30px;
  font-family: "ff-real-headline-pro", sans-serif;
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 30px;
  line-height: calc(1.875 + rem);
}

.radio-app-panel {
  background: #FFCA38;
  display: block;
  float: left;
  clear: both;
  padding: 1.25rem;
  margin: 2rem 0 1.25rem 0;
  width: auto;
}
.radio-app-panel .link {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 1.25rem;
}
.radio-app-panel .link:last-of-type {
  margin-bottom: 0;
}
.radio-app-panel .link svg {
  width: 40px;
  height: auto;
  margin-right: 1.25rem;
  float: left;
}
.radio-app-panel .link .link-content {
  float: left;
  width: calc(100% - 60px);
}
.radio-app-panel .link .link-content span {
  white-space: nowrap;
}
.radio-app-panel .link .link-content span:nth-of-type(1) {
  font-size: 18px;
  font-size: calc(1.125 + rem);
  line-height: 18px;
  line-height: calc(1.125 + rem);
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
  color: #062465;
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 0.5rem;
  color: #062465;
  margin-bottom: 0;
}
.radio-app-panel .link .link-content span:nth-of-type(1) strong {
  font-weight: 500;
}
.radio-app-panel .link .link-content span:nth-of-type(2) {
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 16px;
  line-height: calc(1 + rem);
  font-family: "ff-real-headline-pro-2", sans-serif;
  font-weight: 300;
  color: #062465;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .radio-app-panel .link .link-content span:nth-of-type(2) {
    font-size: 14px;
    font-size: calc(0.875 + rem);
    line-height: 24px;
    line-height: calc(1.5 + rem);
  }
}
.radio-app-panel .link--vhf svg * {
  fill: #062465;
}
.radio-app-panel .link--appdl .link-content {
  width: 100%;
}
.radio-app-panel .link--appdl .link-content a {
  width: calc((100% - 10px) * 0.5);
  max-width: 110px;
  float: left;
  margin-right: 10px;
}
.radio-app-panel .link--appdl .link-content a svg {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .radio-app-panel {
    max-width: 550px;
  }
  .radio-app-panel .link {
    width: 50%;
    float: left;
    clear: none;
  }
  .radio-app-panel .link--appdl {
    float: right;
    clear: both;
  }
}

.highlight-panel {
  display: flex;
  flex-direction: column;
  background: #062465;
  clear: both;
  float: left;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}
.highlight-panel .highlight {
  display: flex;
  flex-direction: column;
}
.highlight-panel .highlight svg {
  width: 40px;
  min-width: 40px;
}
.highlight-panel .highlight .content {
  margin-bottom: 1.25rem;
}
.highlight-panel .highlight .content h3 {
  color: #FFCA38;
  margin: 0.5rem 0;
}
.highlight-panel .highlight .content p {
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 20px;
  line-height: calc(1.25 + rem);
  margin-top: 0;
  color: #FFFFFF;
}
@media screen and (min-width: 1024px) {
  .highlight-panel {
    padding: 2.25rem;
  }
  .highlight-panel .highlight {
    flex-direction: row;
    align-items: flex-start;
  }
  .highlight-panel .highlight .content {
    margin-left: 2.25rem;
  }
  .highlight-panel .highlight .content h3 {
    margin-top: 0;
  }
  .highlight-panel .highlight .content p {
    font-size: 16px;
    font-size: calc(1 + rem);
    line-height: 32px;
    line-height: calc(2 + rem);
  }
}

body.blog,
body.page-template-documents,
body.page-template-find-a-unit {
  background: #FFFFFF;
}
body.blog footer#footer:before,
body.page-template-documents footer#footer:before,
body.page-template-find-a-unit footer#footer:before {
  content: "";
  width: calc(100vw - 1.25rem);
  height: 5rem;
  background: #FFFFFF;
  position: absolute;
  top: -2.1875rem;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  body.blog #page-content,
  body.page-template-documents #page-content,
  body.page-template-find-a-unit #page-content {
    width: 100%;
    padding: 0 1.25rem;
  }
  body.blog footer#footer:before,
  body.page-template-documents footer#footer:before,
  body.page-template-find-a-unit footer#footer:before {
    content: "";
    background: #FFFFFF;
    position: absolute;
    top: -60vh;
    height: 70vh;
    left: 0;
    z-index: -1;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  body.blog #page-content,
  body.page-template-documents #page-content,
  body.page-template-find-a-unit #page-content {
    width: 100%;
    padding: 0 4.375rem 4.375rem 4.375rem;
  }
}
@media screen and (min-width: 1200px) {
  body.blog #page-content,
  body.page-template-documents #page-content,
  body.page-template-find-a-unit #page-content {
    width: 100%;
    padding: 0 4.375rem 4.375rem 4.375rem;
  }
  body.blog footer#footer:before,
  body.page-template-documents footer#footer:before,
  body.page-template-find-a-unit footer#footer:before {
    content: "";
    background: #FFFFFF;
    position: absolute;
    top: -60vh;
    height: 70vh;
    left: 0;
    z-index: -1;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
  }
}

body.blog ul.breadcrumb-list,
body.page-template-documents ul.breadcrumb-list {
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 19px;
  line-height: calc(1.1875 + rem);
  font-family: "ff-real-headline-pro-2", sans-serif !important;
  font-weight: 300 !important;
  color: #FFCA38;
  padding: 0;
  list-style: none;
  width: 100%;
  float: left;
  margin-top: 1.75rem !important;
  margin-bottom: 2.5rem !important;
}
body.blog ul.breadcrumb-list a,
body.page-template-documents ul.breadcrumb-list a {
  font-family: "ff-real-headline-pro-2", sans-serif !important;
  font-weight: 300 !important;
}
body.blog ul.breadcrumb-list li,
body.page-template-documents ul.breadcrumb-list li {
  float: left !important;
  clear: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
}
body.blog ul.breadcrumb-list li:before,
body.page-template-documents ul.breadcrumb-list li:before {
  display: none;
}
body.blog ul.breadcrumb-list li.breadcrumb-item:after,
body.page-template-documents ul.breadcrumb-list li.breadcrumb-item:after {
  content: "/";
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  padding: 0 0.625rem;
  color: #CE3B2C;
}
body.blog ul.breadcrumb-list li.breadcrumb-item.is-current:after,
body.page-template-documents ul.breadcrumb-list li.breadcrumb-item.is-current:after {
  display: none;
}
body.blog ul.breadcrumb-list li a,
body.page-template-documents ul.breadcrumb-list li a {
  color: #414042;
  text-decoration: none;
  font-weight: 500;
  background: none !important;
}

body.blog ul.breadcrumb-list li.breadcrumb-item.is-current:after {
  content: "/";
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  padding: 0 0.625rem;
  color: #CE3B2C;
  float: right;
  display: none;
}
body.blog ul.breadcrumb-list li.breadcrumb-item.is-current:before {
  content: "News";
  color: #414042;
  font-weight: 500;
  display: inline-block;
  float: right;
  background: transparent !important;
}

body.blog .news-filter,
body.page-template-documents .news-filter {
  display: flex;
  width: calc(100% + 1.25rem);
  background: #062465;
  flex-direction: column;
  margin-top: 1rem;
}
body.blog .news-filter .keyword,
body.page-template-documents .news-filter .keyword {
  display: flex;
  align-items: stretch;
  flex-basis: 100%;
}
body.blog .news-filter .keyword *,
body.page-template-documents .news-filter .keyword * {
  font-size: 16px;
  font-size: calc(1 + rem);
  line-height: 20px;
  line-height: calc(1.25 + rem);
  color: #FFFFFF;
}
body.blog .news-filter .keyword input,
body.page-template-documents .news-filter .keyword input {
  -webkit-appearance: none;
  background: transparent;
  border: none;
  font-family: "ff-real-headline-pro-2", sans-serif;
  padding: 1rem 1.875rem;
  width: 100%;
}
body.blog .news-filter .keyword input::-webkit-input-placeholder,
body.page-template-documents .news-filter .keyword input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
body.blog .news-filter .keyword input::-moz-placeholder,
body.page-template-documents .news-filter .keyword input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
body.blog .news-filter .keyword input:-ms-input-placeholder,
body.page-template-documents .news-filter .keyword input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
body.blog .news-filter .keyword input:-moz-placeholder,
body.page-template-documents .news-filter .keyword input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
body.blog .news-filter .keyword button,
body.page-template-documents .news-filter .keyword button {
  border: none;
  background: #062465;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
body.blog .news-filter .keyword button:focus,
body.page-template-documents .news-filter .keyword button:focus {
  outline: none;
}
body.blog .news-filter .keyword button#keyword-submit svg,
body.page-template-documents .news-filter .keyword button#keyword-submit svg {
  width: 27px;
  height: 27px;
}
body.blog .news-filter .unit,
body.blog .news-filter .year,
body.page-template-documents .news-filter .unit,
body.page-template-documents .news-filter .year {
  display: flex;
  align-items: stretch;
  flex-basis: 100%;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
body.blog .news-filter .unit *,
body.blog .news-filter .year *,
body.page-template-documents .news-filter .unit *,
body.page-template-documents .news-filter .year * {
  font-size: 16px;
  font-size: calc(1 + rem);
  line-height: 20px;
  line-height: calc(1.25 + rem);
  color: #FFFFFF;
}
body.blog .news-filter .unit label,
body.blog .news-filter .year label,
body.page-template-documents .news-filter .unit label,
body.page-template-documents .news-filter .year label {
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
  padding: 1rem 1.875rem;
  display: flex;
  align-items: center;
}
body.blog .news-filter .unit .select-item,
body.blog .news-filter .year .select-item,
body.page-template-documents .news-filter .unit .select-item,
body.page-template-documents .news-filter .year .select-item {
  display: flex;
  align-items: center;
  position: relative;
  flex-grow: 1;
}
body.blog .news-filter .unit .select-item select,
body.blog .news-filter .year .select-item select,
body.page-template-documents .news-filter .unit .select-item select,
body.page-template-documents .news-filter .year .select-item select {
  -webkit-appearance: none;
  background: transparent;
  border: none;
  font-family: "ff-real-headline-pro-2", sans-serif;
  padding: 1rem;
  width: 100%;
}
body.blog .news-filter .unit .select-item:before, body.blog .news-filter .unit .select-item:after,
body.blog .news-filter .year .select-item:before,
body.blog .news-filter .year .select-item:after,
body.page-template-documents .news-filter .unit .select-item:before,
body.page-template-documents .news-filter .unit .select-item:after,
body.page-template-documents .news-filter .year .select-item:before,
body.page-template-documents .news-filter .year .select-item:after {
  content: "";
  width: 7px;
  height: 2px;
  background: #FFCA38;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.875rem;
  transform-origin: center center;
  transform: rotate(45deg);
}
body.blog .news-filter .unit .select-item:after,
body.blog .news-filter .year .select-item:after,
body.page-template-documents .news-filter .unit .select-item:after,
body.page-template-documents .news-filter .year .select-item:after {
  transform: translateX(4px) rotate(-45deg);
}
body.blog .categories-filter,
body.page-template-documents .categories-filter {
  display: flex;
  width: calc(100% + 1.25rem);
  background: #F6F6F5;
  padding: 1rem 1.875rem;
  flex-direction: column;
}
body.blog .categories-filter *,
body.page-template-documents .categories-filter * {
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 19px;
  line-height: calc(1.1875 + rem);
  color: #062465;
}
body.blog .categories-filter label,
body.page-template-documents .categories-filter label {
  font-family: "ff-real-headline-pro", sans-serif;
}
body.blog .categories-filter .checkbox-group,
body.page-template-documents .categories-filter .checkbox-group {
  display: flex;
  flex-wrap: wrap;
}
body.blog .categories-filter .checkbox-group .checkbox-item,
body.page-template-documents .categories-filter .checkbox-group .checkbox-item {
  margin: 0.625rem 0.625rem 0 0;
}
body.blog .categories-filter .checkbox-group .checkbox-item input,
body.page-template-documents .categories-filter .checkbox-group .checkbox-item input {
  display: none;
}
body.blog .categories-filter .checkbox-group .checkbox-item input + label,
body.page-template-documents .categories-filter .checkbox-group .checkbox-item input + label {
  display: block;
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 12px;
  line-height: calc(0.75 + rem);
  text-transform: uppercase;
  color: #062465;
  background: rgba(6, 36, 101, 0.1);
  padding: 8px;
  border-radius: 2px;
  letter-spacing: 0.05em;
  cursor: pointer;
}
body.blog .categories-filter .checkbox-group .checkbox-item input + label:hover,
body.page-template-documents .categories-filter .checkbox-group .checkbox-item input + label:hover {
  background: rgba(6, 36, 101, 0.2);
}
body.blog .categories-filter .checkbox-group .checkbox-item input:checked + label,
body.page-template-documents .categories-filter .checkbox-group .checkbox-item input:checked + label {
  color: #FFFFFF;
  background: #CE3B2C;
}
body.blog .categories-filter .checkbox-group .checkbox-item input:checked + label:hover,
body.page-template-documents .categories-filter .checkbox-group .checkbox-item input:checked + label:hover {
  background: #a42f23;
}
@media screen and (min-width: 768px) {
  body.blog .news-filter,
  body.page-template-documents .news-filter {
    flex-direction: row;
    margin-top: 2.1875rem;
    height: 4.5rem;
  }
  body.blog .news-filter .keyword,
  body.page-template-documents .news-filter .keyword {
    flex-basis: 40%;
  }
  body.blog .news-filter .keyword *,
  body.page-template-documents .news-filter .keyword * {
    font-size: 14px;
    font-size: calc(0.875 + rem);
    line-height: 19px;
    line-height: calc(1.1875 + rem);
  }
  body.blog .news-filter .unit,
  body.blog .news-filter .year,
  body.page-template-documents .news-filter .unit,
  body.page-template-documents .news-filter .year {
    flex-basis: 30%;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    border-top: none;
  }
  body.blog .news-filter .unit *,
  body.blog .news-filter .year *,
  body.page-template-documents .news-filter .unit *,
  body.page-template-documents .news-filter .year * {
    font-size: 14px;
    font-size: calc(0.875 + rem);
    line-height: 19px;
    line-height: calc(1.1875 + rem);
  }
  body.blog .news-filter + .categories-filter,
  body.page-template-documents .news-filter + .categories-filter {
    margin-top: 0;
  }
  body.blog .categories-filter,
  body.page-template-documents .categories-filter {
    margin-top: 2.1875rem;
    flex-direction: row;
    padding: 1rem 1.875rem 0.375rem;
  }
  body.blog .categories-filter label,
  body.page-template-documents .categories-filter label {
    padding-top: 5px;
  }
  body.blog .categories-filter .checkbox-group .checkbox-item,
  body.page-template-documents .categories-filter .checkbox-group .checkbox-item {
    margin: 0 0 0.625rem 0.625rem;
  }
}
@media screen and (min-width: 1024px) {
  body.blog .news-filter,
  body.page-template-documents .news-filter {
    width: calc(100% + 4.375rem);
  }
  body.blog .categories-filter,
  body.page-template-documents .categories-filter {
    width: calc(100% + 4.375rem);
  }
}

#news-listing,
#volunteer-listing {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
#news-listing .news-item,
#volunteer-listing .news-item {
  width: 100%;
  float: left;
  clear: both;
  margin: 1.25rem 0;
}
#news-listing .news-item .news-inner,
#volunteer-listing .news-item .news-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  float: left;
  text-decoration: none;
  color: #414042;
  cursor: pointer;
}
#news-listing .news-item:hover [data-type=image] img,
#volunteer-listing .news-item:hover [data-type=image] img {
  transform: scale(1.2);
}
#news-listing .news-item [data-type=image],
#volunteer-listing .news-item [data-type=image] {
  width: 100%;
  height: calc((100vw - 3.75rem) * 0.5625);
  overflow: hidden;
}
#news-listing .news-item [data-type=image] img,
#volunteer-listing .news-item [data-type=image] img {
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#news-listing .news-item .meta,
#volunteer-listing .news-item .meta {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 1.25rem 0 1.5rem;
}
#news-listing .news-item .meta .category,
#volunteer-listing .news-item .meta .category {
  text-align: center;
  margin-right: 1rem;
}
#news-listing .news-item .content h3,
#volunteer-listing .news-item .content h3 {
  color: #062465;
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-size: calc(1.125 + rem);
  line-height: 25px;
  line-height: calc(1.5625 + rem);
}
#news-listing .news-item .content p,
#volunteer-listing .news-item .content p {
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 24px;
  line-height: calc(1.5 + rem);
}
#news-listing .news-item .content .site,
#volunteer-listing .news-item .content .site {
  display: flex;
  float: left;
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 12px;
  line-height: calc(0.75 + rem);
  color: #062465;
  background: rgba(6, 36, 101, 0.1);
  padding: 8px;
  border-radius: 2px;
  letter-spacing: 0.05em;
  cursor: pointer;
  text-decoration: none;
}
#news-listing .news-item .content .site:hover,
#volunteer-listing .news-item .content .site:hover {
  background: rgba(6, 36, 101, 0.2);
}
#news-listing .news-item .content .site svg,
#volunteer-listing .news-item .content .site svg {
  width: 8px;
  height: 11px;
  margin-right: 8px;
}
@media screen and (min-width: 481px) {
  #news-listing .news-item,
  #volunteer-listing .news-item {
    width: calc((100% - 1.25rem) * 0.5);
    float: left;
    clear: both;
  }
  #news-listing .news-item:nth-of-type(2n),
  #volunteer-listing .news-item:nth-of-type(2n) {
    float: right;
    clear: none;
  }
  #news-listing .news-item [data-type=image],
  #volunteer-listing .news-item [data-type=image] {
    width: 100%;
    height: calc((100vw - 5rem) * 0.5625 * 0.5);
  }
}
@media screen and (min-width: 768px) {
  #news-listing,
  #volunteer-listing {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.25rem;
  }
  #news-listing .news-item,
  #volunteer-listing .news-item {
    width: calc((100% - 2.5rem) * 0.3333333333);
    margin-right: 1.25rem;
  }
  #news-listing .news-item:nth-of-type(3n),
  #volunteer-listing .news-item:nth-of-type(3n) {
    margin-right: 0;
  }
  #news-listing .news-item [data-type=image],
  #volunteer-listing .news-item [data-type=image] {
    width: 100%;
    height: calc((100vw - 5rem) * 0.3333333333 * 0.5625);
  }
  #news-listing .news-item [data-type=image]:before,
  #volunteer-listing .news-item [data-type=image]:before {
    content: "Read more";
    font-size: 12px;
    font-size: calc(0.75 + rem);
    line-height: 12px;
    line-height: calc(0.75 + rem);
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #CE3B2C;
    padding: 8px;
    letter-spacing: 0.05em;
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.2s linear;
  }
  #news-listing .news-item:hover [data-type=image]:before,
  #volunteer-listing .news-item:hover [data-type=image]:before {
    opacity: 1;
  }
  #news-listing .news-item .meta,
  #volunteer-listing .news-item .meta {
    width: 100%;
    flex-direction: row;
    padding: 1.25rem 0;
    margin-left: 0;
  }
  #news-listing .news-item .meta .category,
  #volunteer-listing .news-item .meta .category {
    margin-right: 1rem;
    width: auto;
  }
  #news-listing .news-item .meta .date,
  #volunteer-listing .news-item .meta .date {
    width: auto;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  #news-listing .news-item [data-type=image],
  #volunteer-listing .news-item [data-type=image] {
    height: calc((1200px - 10rem) * 0.3333333333 * 0.5625);
  }
}

.news-pagination {
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
  margin-top: 1.875rem;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 24px;
  line-height: calc(1.5 + rem);
}
.news-pagination strong {
  font-weight: bold;
}
.news-pagination .btn--load-more {
  margin-top: 1.25rem;
}

.page-template-documents .categories-filter {
  margin-top: 2rem;
}

#docs-listing {
  display: flex;
  flex-direction: column;
  float: left;
  clear: both;
  width: 100%;
}
#docs-listing .doc-item {
  width: 100%;
  margin: 1.25rem 0 0 0;
  padding-bottom: 1.25rem;
  text-decoration: none;
}
#docs-listing .doc-item [data-type=image] {
  width: calc((100% - 1.25rem) * 0.5);
  height: calc((100vw - 5rem) * 0.5 * 1.3285714286);
  border: 1px solid #ECE7E2;
  max-width: 13.125rem;
  max-height: 18.5625rem;
}
#docs-listing .doc-item .category {
  margin-top: 1.25rem;
}
#docs-listing .doc-item .content {
  float: left;
  clear: both;
  width: 100%;
}
#docs-listing .doc-item .content h3 {
  margin-bottom: 0;
}
#docs-listing .doc-item .content p {
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 20px;
  line-height: calc(1.25 + rem);
  float: left;
  clear: both;
  width: 100%;
  color: #414042;
}
#docs-listing .doc-item .content .button-group {
  display: flex;
  float: left;
  clear: both;
  width: 100%;
  padding-top: 2rem;
}
#docs-listing .doc-item .content .button-group .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#docs-listing .doc-item .content .button-group .info span:nth-of-type(1) {
  font-family: "ff-real-headline-pro", sans-serif;
  color: #062465;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 18px;
  line-height: calc(1.125 + rem);
}
#docs-listing .doc-item .content .button-group .info span:nth-of-type(2) {
  text-transform: uppercase;
  color: #062465;
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 14px;
  line-height: calc(0.875 + rem);
}
#docs-listing .doc-item .content .button-group .dl-button {
  width: 50px;
  height: 50px;
  background: #062465;
  display: block;
  border-radius: 50px;
  margin-left: 25px;
}
@media screen and (min-width: 481px) {
  #docs-listing .doc-item {
    display: flex;
  }
  #docs-listing .doc-item .category {
    margin: 0;
  }
  #docs-listing .doc-item [data-type=image] {
    margin-right: 1.25rem;
  }
  #docs-listing .doc-item .content {
    width: calc((100% - 1.25rem) * 0.5);
  }
}
@media screen and (min-width: 768px) {
  #docs-listing {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1.25rem;
  }
  #docs-listing .doc-item {
    width: calc((100% - 1.25rem) * 0.5);
  }
}

.documents-template-default #page-content h1 {
  margin-bottom: 2rem;
}
.documents-template-default #page-content div.issuuembed {
  width: 100% !important;
  height: 0 !important;
  padding-top: 79.9418604651%;
  position: relative;
}
.documents-template-default #page-content div.issuuembed iframe {
  position: absolute;
  inset: 0;
}

.page-template-contact #page-content .row {
  float: left;
  clear: both;
  width: 100%;
}
.page-template-contact #page-content .row .col p {
  clear: both;
  float: left;
  width: 100%;
  margin: 0 0 1rem 0;
}
.page-template-contact #page-content .row .col p strong {
  color: #062465;
}
.page-template-contact #page-content .row .col p a.email {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-template-contact #page-content .find-unit {
  background: #E6E9F0;
  float: left;
  clear: both;
  width: 100%;
  padding: 1.25rem;
  margin: 1.25rem 0;
  display: flex;
  flex-direction: column;
}
.page-template-contact #page-content .find-unit .content {
  margin-bottom: 1.5625rem;
}
.page-template-contact #page-content .find-unit h4 {
  color: #062465;
  margin: 0;
}
.page-template-contact #page-content .find-unit p {
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 16px;
  line-height: calc(1 + rem);
  font-family: "ff-real-headline-pro-2", sans-serif;
  font-weight: 300;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .page-template-contact #page-content .find-unit p {
    font-size: 14px;
    font-size: calc(0.875 + rem);
    line-height: 24px;
    line-height: calc(1.5 + rem);
  }
}
@media screen and (min-width: 481px) {
  .page-template-contact #page-content .row {
    display: flex;
    justify-content: space-between;
  }
  .page-template-contact #page-content .row .col {
    width: calc((100% - 1.25rem) * 0.5);
  }
  .page-template-contact #page-content .find-unit {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .page-template-contact #page-content .find-unit .content {
    margin-bottom: 0;
  }
}
body.page-template-contact ul.breadcrumb-list,
body.error404 ul.breadcrumb-list,
.page-template-no-hero-image ul.breadcrumb-list {
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 19px;
  line-height: calc(1.1875 + rem);
  font-family: "ff-real-headline-pro-2", sans-serif !important;
  font-weight: 300 !important;
  color: #FFCA38;
  padding: 0;
  list-style: none;
  width: 100%;
  float: left;
  margin-top: 1.75rem !important;
  margin-bottom: 2.5rem !important;
}
body.page-template-contact ul.breadcrumb-list a,
body.error404 ul.breadcrumb-list a,
.page-template-no-hero-image ul.breadcrumb-list a {
  font-family: "ff-real-headline-pro-2", sans-serif !important;
  font-weight: 300 !important;
}
body.page-template-contact ul.breadcrumb-list li,
body.error404 ul.breadcrumb-list li,
.page-template-no-hero-image ul.breadcrumb-list li {
  float: left !important;
  clear: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
  line-height: 1.1875rem !important;
}
body.page-template-contact ul.breadcrumb-list li:before,
body.error404 ul.breadcrumb-list li:before,
.page-template-no-hero-image ul.breadcrumb-list li:before {
  display: none;
}
body.page-template-contact ul.breadcrumb-list li.breadcrumb-item:after,
body.error404 ul.breadcrumb-list li.breadcrumb-item:after,
.page-template-no-hero-image ul.breadcrumb-list li.breadcrumb-item:after {
  content: "/";
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  padding: 0 0.625rem;
  color: #CE3B2C;
}
body.page-template-contact ul.breadcrumb-list li.breadcrumb-item.is-current:after,
body.error404 ul.breadcrumb-list li.breadcrumb-item.is-current:after,
.page-template-no-hero-image ul.breadcrumb-list li.breadcrumb-item.is-current:after {
  content: "/";
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  padding: 0 0.625rem;
  color: #CE3B2C;
  float: right;
  display: none;
}
body.page-template-contact ul.breadcrumb-list li.breadcrumb-item.is-current:before,
body.error404 ul.breadcrumb-list li.breadcrumb-item.is-current:before,
.page-template-no-hero-image ul.breadcrumb-list li.breadcrumb-item.is-current:before {
  content: "News";
  color: #414042;
  display: inline-block;
  float: right;
  background: transparent !important;
}
body.page-template-contact ul.breadcrumb-list li a,
body.error404 ul.breadcrumb-list li a,
.page-template-no-hero-image ul.breadcrumb-list li a {
  color: #414042;
  text-decoration: none;
  background: none !important;
}

.page-template-contact #page-content .socials {
  margin: 2rem 0;
  float: left;
  clear: both;
}
.page-template-contact #page-content .socials .social {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin-right: 0.9375rem;
}
.page-template-contact #page-content .socials .social svg {
  height: 23px;
  max-width: 40px;
  position: relative;
  z-index: 2;
}
.page-template-contact #page-content .socials .social:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #1F3A74;
  transition: opacity 0.2s linear;
}
.page-template-contact #page-content .socials .social--facebook {
  background: #3B5998;
}
.page-template-contact #page-content .socials .social--twitter {
  background: #00aced;
}
.page-template-contact #page-content .socials .social--youtube {
  background: #c4302b;
}
.page-template-contact #page-content .socials .social--instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.page-template-contact #page-content .socials .social:hover:before {
  opacity: 0;
}

.page-template-contact #page-content #map {
  width: 100%;
  float: left;
  clear: both;
  height: 100vw;
  max-height: 550px;
}
.page-template-contact #page-content #map .leaflet-bottom.leaflet-right {
  padding-left: 0;
}
.page-template-contact #page-content #map .leaflet-bottom.leaflet-right .leaflet-control-attribution {
  background: transparent;
  color: #062465;
}
.page-template-contact #page-content #map .leaflet-bottom.leaflet-right .leaflet-control-attribution a {
  color: #062465;
}
.page-template-contact #page-content #map .leaflet-popup .leaflet-popup-content-wrapper {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.1);
}
.page-template-contact #page-content #map .leaflet-popup .leaflet-popup-content {
  padding: 0;
  margin: 0;
}
.page-template-contact #page-content #map .leaflet-popup .leaflet-popup-content h4,
.page-template-contact #page-content #map .leaflet-popup .leaflet-popup-content p {
  margin: 0;
  padding: 0 1.5rem;
  float: left;
  clear: both;
  width: 100%;
}
.page-template-contact #page-content #map .leaflet-popup .leaflet-popup-content h4 {
  font-size: 16px;
  font-size: calc(1 + rem);
  line-height: 24px;
  line-height: calc(1.5 + rem);
  padding-top: 1rem;
}
.page-template-contact #page-content #map .leaflet-popup .leaflet-popup-content p {
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 16px;
  line-height: calc(1 + rem);
  padding-bottom: 1rem;
}
.page-template-contact #page-content #map .leaflet-popup .map-unit-image {
  width: 100%;
  height: 108.2697947214px;
  overflow: hidden;
  position: relative;
}
.page-template-contact #page-content #map .leaflet-popup .map-unit-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-template-find-a-unit {
  background: #FFFFFF;
}
.page-template-find-a-unit footer#footer {
  margin-top: -5.8333333333vw;
  z-index: 1000;
}
.page-template-find-a-unit footer#footer:before {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-template-find-a-unit main#page-content {
    width: 100%;
    padding: 0 4.375rem 0 4.375rem;
  }
  .page-template-find-a-unit main#page-content h1,
  .page-template-find-a-unit main#page-content p {
    float: left;
    clear: both;
    width: 73.1481481481%;
  }
  .page-template-find-a-unit footer#footer {
    margin-top: -5.8333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-find-a-unit footer#footer {
    margin-top: -70px;
  }
}

.unit-filter {
  display: flex;
  flex-direction: column;
  width: calc(100vw - 20px);
  margin-top: 2.625rem;
  float: left;
}
.unit-filter .by-postcode {
  background: #062465;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  height: 3.125rem;
}
.unit-filter .by-postcode * {
  font-size: 16px;
  font-size: calc(1 + rem);
  line-height: 20px;
  line-height: calc(1.25 + rem);
  color: #FFFFFF;
}
.unit-filter .by-postcode input {
  background: transparent;
  border: none;
  width: calc(100% - 60px);
  color: #FFFFFF;
  outline: none;
  margin-right: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 1rem;
}
.unit-filter .by-postcode input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.unit-filter .by-postcode input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.unit-filter .by-postcode input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.unit-filter .by-postcode input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.unit-filter .by-postcode button {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  padding: 0 1.4375rem;
}
.unit-filter .by-postcode button svg {
  width: 20px;
  height: 20px;
}
.unit-filter .by-postcode button:focus {
  outline: none;
}
.unit-filter .by-region {
  background: #062465;
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 3.125rem;
}
.unit-filter .by-region * {
  font-size: 16px;
  font-size: calc(1 + rem);
  line-height: 20px;
  line-height: calc(1.25 + rem);
  color: #FFFFFF;
}
.unit-filter .by-region label {
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
  padding: 1rem;
  display: flex;
  align-items: center;
}
.unit-filter .by-region .select-item {
  display: flex;
  align-items: center;
  position: relative;
  flex-grow: 1;
}
.unit-filter .by-region .select-item select {
  -webkit-appearance: none;
  background: transparent;
  border: none;
  font-family: "ff-real-headline-pro-2", sans-serif;
  padding: 1rem;
  width: 100%;
}
.unit-filter .by-region .select-item:before, .unit-filter .by-region .select-item:after {
  content: "";
  width: 7px;
  height: 2px;
  background: #FFCA38;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.875rem;
  transform-origin: center center;
  transform: rotate(45deg);
}
.unit-filter .by-region .select-item:after {
  transform: translateX(4px) rotate(-45deg);
}
@media screen and (min-width: 481px) {
  .unit-filter {
    flex-direction: row;
    width: 100vw;
    margin-left: -1.25rem;
  }
  .unit-filter .by-postcode {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: none;
    width: 50%;
  }
  .unit-filter .by-region {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .unit-filter {
    margin-left: -4.375rem;
  }
  .unit-filter .by-postcode,
  .unit-filter .by-region {
    height: 4.5rem;
  }
  .unit-filter .by-postcode *,
  .unit-filter .by-region * {
    font-size: 14px;
    font-size: calc(0.875 + rem);
    line-height: 19px;
    line-height: calc(1.1875 + rem);
  }
  .unit-filter .by-postcode input,
  .unit-filter .by-postcode label,
  .unit-filter .by-region input,
  .unit-filter .by-region label {
    padding: 1.5625rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .unit-filter {
    width: calc(100% + 140px);
    margin-left: -4.375rem;
  }
}

.map-container.unit-map {
  position: relative;
  width: 100vw;
  height: 70vh;
  min-height: 700px;
  margin-left: -1.25rem;
  overflow: hidden;
  float: left;
  clear: both;
}
.map-container.unit-map #map {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.map-container.unit-map #map .leaflet-bottom.leaflet-right {
  padding-left: 0;
}
.map-container.unit-map #map .leaflet-bottom.leaflet-right .leaflet-control-attribution {
  background: transparent;
  padding: 0 2.5rem calc(5.8333333333vw + 2em) 2.5rem;
  color: #062465;
}
.map-container.unit-map #map .leaflet-bottom.leaflet-right .leaflet-control-attribution a {
  color: #062465;
}
.map-container.unit-map #map.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper {
  border-radius: 0;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.1);
}
.map-container.unit-map #map.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
  padding: 1rem 1.5rem;
}
.map-container.unit-map #map.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #ECE7E2;
  right: 32px;
  top: 0;
  display: block;
}
.map-container.unit-map #map.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper h4 {
  font-size: 16px;
  font-size: calc(1 + rem);
  line-height: 24px;
  line-height: calc(1.5 + rem);
  color: #062465;
  margin: 0;
  padding: 0;
  float: none;
}
.map-container.unit-map #map.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper p {
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 16px;
  line-height: calc(1 + rem);
  margin: 0;
  padding: 0;
  float: none;
}
.map-container.unit-map #map.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .map-info-button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.map-container.unit-map #map.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .map-info-button:before, .map-container.unit-map #map.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .map-info-button:after {
  content: "";
  width: 7px;
  height: 2px;
  background: #FFCA38;
  display: block;
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform-origin: center center;
  transform: rotate(45deg);
}
.map-container.unit-map #map.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .map-info-button:after {
  transform: translateY(4px) rotate(135deg);
}
.map-container.unit-map #map.leaflet-container .leaflet-popup a.leaflet-popup-close-button {
  top: -30px;
  right: 0px;
  color: transparent;
}
.map-container.unit-map #unit-list {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background: #FFFFFF;
  border-top: 1px solid #ECE7E2;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 400px;
  max-width: 0;
  overflow-x: visible;
  transition: max-width 0.6s cubic-bezier(1, 0, 0, 1);
}
.map-container.unit-map #unit-list #tab {
  position: absolute;
  top: 0.625rem;
  left: 0;
  background: #CE3B2C;
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
  padding: 0.625rem 2.5rem 0.625rem 1.25rem;
  color: #FFFFFF;
  transform-origin: top left;
  transform: rotate(90deg);
  z-index: 4;
  white-space: nowrap;
  cursor: pointer;
}
.map-container.unit-map #unit-list #tab:before, .map-container.unit-map #unit-list #tab:after {
  content: "";
  width: 7px;
  height: 2px;
  background: #FFFFFF;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform-origin: center center;
  transform: rotate(45deg);
  transition: transform 0.6s cubic-bezier(1, 0, 0, 1);
}
.map-container.unit-map #unit-list #tab:after {
  transform: translateX(4px) rotate(-45deg);
}
.map-container.unit-map #unit-list.open {
  max-width: 80vw;
}
.map-container.unit-map #unit-list.open #tab:before, .map-container.unit-map #unit-list.open #tab:after {
  transform: rotate(-45deg);
}
.map-container.unit-map #unit-list.open #tab:after {
  transform: translateX(4px) rotate(45deg);
}
.map-container.unit-map #unit-list ul {
  margin: 0;
  padding: 0 0 120px 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  width: 80vw;
  height: 100%;
}
.map-container.unit-map #unit-list ul li {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1.2em;
  cursor: pointer;
  width: 100%;
}
.map-container.unit-map #unit-list ul li:before {
  display: none;
}
.map-container.unit-map #unit-list ul li * {
  pointer-events: none;
}
.map-container.unit-map #unit-list ul li a {
  padding: 1.75rem 1.75rem 1.75rem 2.5rem;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ECE7E2;
  background: none !important;
}
.map-container.unit-map #unit-list ul li a span {
  color: #062465;
  font-family: "ff-real-headline-pro", sans-serif;
  padding-bottom: 0.125rem;
}
.map-container.unit-map #unit-list ul li a i {
  font-style: normal;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 19px;
  line-height: calc(1.1875 + rem);
}
@media screen and (min-width: 481px) {
  .map-container.unit-map {
    height: 75vw;
  }
}
@media screen and (min-width: 768px) {
  .map-container.unit-map {
    margin-left: -4.375rem;
    display: flex;
  }
  .map-container.unit-map #unit-list {
    position: relative;
    width: 34.2592592593%;
    max-width: 400px;
  }
  .map-container.unit-map #unit-list #tab {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .map-container.unit-map {
    width: 100vw;
    height: 800px;
    margin-left: calc((((100vw - 1200px) * (1 / 2)) * -1) - 4.375rem);
  }
  .map-container.unit-map #map .leaflet-bottom.leaflet-right .leaflet-control-attribution {
    padding: 0 2.5rem 4.375rem 0;
  }
}

#map-detail {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100vw - 1.25rem);
  height: 100%;
  background: #FFFFFF;
  z-index: 10;
  overflow: hidden;
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(1, 0, 0, 1);
}
#map-detail.open {
  transform: translateX(0);
}
#map-detail > header {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  background: #062465;
  padding: 1.25rem 1.875rem;
  float: left;
  width: 100%;
}
#map-detail > header #detail-close {
  width: 100%;
  float: left;
  clear: both;
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 14px;
  line-height: calc(0.875 + rem);
  color: rgba(255, 255, 255, 0.65);
  position: relative;
  padding-left: 0.625rem;
}
#map-detail > header #detail-close:before, #map-detail > header #detail-close:after {
  content: "";
  width: 4px;
  height: 1px;
  background: #FFCA38;
  display: block;
  position: absolute;
  top: 0.3125rem;
  left: 0;
  transform-origin: center center;
  transform: rotate(-45deg);
}
#map-detail > header #detail-close:after {
  transform: translate(0px, 3px) rotate(45deg);
}
#map-detail > header h3 {
  color: #FFFFFF;
  margin: 0.625rem 0 0.3125rem 0;
}
#map-detail > header p {
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 16px;
  line-height: calc(1 + rem);
}
#map-detail > main {
  float: left;
  width: 100%;
}
#map-detail > main .image {
  width: 100%;
  height: calc((100vw - 1.25rem) * 0.4285714286);
  float: left;
  clear: both;
  position: relative;
  overflow: hidden;
}
#map-detail > main .image img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#map-detail > main .content {
  padding: 1.25rem 1.875rem;
  width: 100%;
  float: left;
  clear: both;
}
#map-detail > main .content p {
  margin: 0.625rem 0;
  padding: 0;
  width: 100%;
  float: left;
  clear: both;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 18px;
  line-height: calc(1.125 + rem);
}
#map-detail > main .content p strong {
  color: #062465;
}
#map-detail > main .content .radio {
  display: flex;
  justify-content: space-between;
}
#map-detail > main .content .radio h3 {
  margin: 0;
}
#map-detail > main .content .radio h3 + p {
  margin-top: 0;
}
#map-detail > main .content .radio .icon {
  width: 40px;
  height: 40px;
  border: 1px solid #062465;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.4375rem;
}
#map-detail > main .content .radio .icon svg * {
  fill: #062465;
  stroke: #062465;
}
#map-detail > main .content button {
  margin: 0.625rem 0;
  clear: both;
  float: left;
}
#map-detail > main .content button a {
  flex-direction: row-reverse;
}
#map-detail > main .content button a svg {
  margin-left: 0;
  margin-right: 20px;
}
@media screen and (min-width: 481px) {
  #map-detail {
    width: 400px;
  }
  #map-detail > main .image {
    height: 171.4285714286px;
  }
}

.simpay-payment-receipt-wrap {
  width: 100%;
  background: #E6E9F0;
  float: left;
  clear: both;
  margin: 0.625rem 0;
}
.simpay-payment-receipt-wrap p {
  color: #062465;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 18px;
  line-height: calc(1.125 + rem);
  padding: 1rem;
}
.simpay-payment-receipt-wrap p strong {
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: normal;
  padding-right: 0.625rem;
}

.page-template-checkout-modal {
  margin: 0;
  padding: 0;
  background: transparent;
}
.page-template-checkout-modal:before {
  display: none;
}
.page-template-checkout-modal .modal-screen {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}
.page-template-checkout-modal .checkout-modal {
  width: 100%;
  max-width: 440px;
  max-height: 80vh;
  overflow-y: auto;
  z-index: 1;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-template-checkout-modal .checkout-modal label.close-checkout-modal {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #a6a6a6;
  position: absolute;
  top: 2px;
  right: 2px;
  padding: 5px 10px;
  cursor: pointer;
}
.page-template-checkout-modal .checkout-modal main#page-content {
  width: 100%;
  padding: 1.25rem;
}
.page-template-checkout-modal .checkout-modal main#page-content h1 {
  margin-bottom: 0;
}
.page-template-checkout-modal .checkout-modal main#page-content .section-page-tiles {
  padding-bottom: 0;
}
@media screen and (min-width: 481px) {
  .page-template-checkout-modal .checkout-modal {
    min-width: 440px;
    max-width: 73.1481481481%;
  }
}
@media screen and (min-width: 768px) {
  .page-template-checkout-modal .checkout-modal main#page-content {
    width: 100%;
    padding: 2.5rem 4.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-checkout-modal .checkout-modal {
    max-width: 877.7777777778px;
  }
}

.simpay-checkout-form .simpay-form-control.simpay-text-container {
  display: none;
}

body.page-template-course-calendar {
  background: #FFFFFF;
}
body.page-template-course-calendar #page-content {
  width: 100%;
}
body.page-template-course-calendar #course-listing {
  display: block;
  width: 100%;
  float: left;
  clear: both;
}
body.page-template-course-calendar #course-listing .noresults h2 {
  text-align: center;
}
body.page-template-course-calendar #course-listing .event {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #ECE7E2;
  padding: 0.625rem 0;
}
body.page-template-course-calendar #course-listing .event a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  float: left;
  width: 100%;
  text-decoration: none;
  transition: background 0.2s linear;
  position: relative;
}
body.page-template-course-calendar #course-listing .event a:hover {
  background: #F6F6F5;
}
body.page-template-course-calendar #course-listing .event .meta {
  background: #062465;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  min-width: 100px;
  border-radius: 2px;
  padding: 1rem;
  margin-right: 2rem;
}
body.page-template-course-calendar #course-listing .event .meta .day {
  font-family: "ff-real-headline-pro", sans-serif;
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 17px;
  line-height: calc(1.0625 + rem);
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}
body.page-template-course-calendar #course-listing .event .meta .date {
  font-family: "ff-real-headline-pro", sans-serif;
  font-size: 16px;
  font-size: calc(1 + rem);
  line-height: 24px;
  line-height: calc(1.5 + rem);
  color: #FFFFFF;
  text-transform: none;
}
body.page-template-course-calendar #course-listing .event .meta .time {
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 17px;
  line-height: calc(1.0625 + rem);
  color: rgba(255, 255, 255, 0.6);
}
body.page-template-course-calendar #course-listing .event .info {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
body.page-template-course-calendar #course-listing .event .info h2 {
  margin: 0;
  font-size: 18px;
  font-size: calc(1.125 + rem);
  line-height: 25px;
  line-height: calc(1.5625 + rem);
}
body.page-template-course-calendar #course-listing .event .info h4 {
  margin: 0;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 24px;
  line-height: calc(1.5 + rem);
  color: rgba(65, 64, 66, 0.8);
  font-family: "ff-real-headline-pro-2", sans-serif;
}
body.page-template-course-calendar #course-listing .event .badge {
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 12px;
  line-height: calc(0.75 + rem);
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #CE3B2C;
  padding: 6px 8px;
  border-radius: 1px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 0.625rem;
  clear: both;
  float: left;
}
@media screen and (min-width: 1024px) {
  body.page-template-course-calendar #course-listing .event .badge {
    position: absolute;
    right: 0;
    margin-top: 0;
  }
}

.course-pagination {
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
  margin-top: 1.875rem;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 24px;
  line-height: calc(1.5 + rem);
}
.course-pagination strong {
  font-weight: bold;
}
.course-pagination .btn--load-more {
  margin-top: 1.25rem;
}

body.page-template-course-calendar .course-filter {
  display: flex;
  width: calc(100% + 1.25rem);
  background: #062465;
  flex-direction: column;
  margin-top: 1rem;
}
body.page-template-course-calendar .course-filter .keyword {
  display: flex;
  align-items: stretch;
  flex-basis: 100%;
}
body.page-template-course-calendar .course-filter .keyword * {
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 19px;
  line-height: calc(1.1875 + rem);
  color: #FFFFFF;
}
body.page-template-course-calendar .course-filter .keyword input {
  -webkit-appearance: none;
  background: transparent;
  border: none;
  font-family: "ff-real-headline-pro-2", sans-serif;
  padding: 1rem 1.875rem;
  width: 100%;
}
body.page-template-course-calendar .course-filter .keyword input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
body.page-template-course-calendar .course-filter .keyword input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
body.page-template-course-calendar .course-filter .keyword input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
body.page-template-course-calendar .course-filter .keyword input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
body.page-template-course-calendar .course-filter .keyword button {
  border: none;
  background: #062465;
  padding: 0 1rem;
  display: flex;
  cursor: pointer;
}
body.page-template-course-calendar .course-filter .keyword button:focus {
  outline: none;
}
body.page-template-course-calendar .course-filter .keyword button#keyword-submit svg {
  width: 27px;
  height: 27px;
}
body.page-template-course-calendar .course-filter .unit {
  display: flex;
  align-items: stretch;
  flex-basis: 100%;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
body.page-template-course-calendar .course-filter .unit * {
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 19px;
  line-height: calc(1.1875 + rem);
  color: #FFFFFF;
}
body.page-template-course-calendar .course-filter .unit label {
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
  padding: 1rem 1.875rem;
  display: flex;
  align-items: center;
}
body.page-template-course-calendar .course-filter .unit .select-item {
  display: flex;
  align-items: center;
  position: relative;
  flex-grow: 1;
}
body.page-template-course-calendar .course-filter .unit .select-item select {
  -webkit-appearance: none;
  background: transparent;
  border: none;
  font-family: "ff-real-headline-pro-2", sans-serif;
  padding: 1rem;
  width: 100%;
}
body.page-template-course-calendar .course-filter .unit .select-item:before, body.page-template-course-calendar .course-filter .unit .select-item:after {
  content: "";
  width: 7px;
  height: 2px;
  background: #FFCA38;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.875rem;
  transform-origin: center center;
  transform: rotate(45deg);
}
body.page-template-course-calendar .course-filter .unit .select-item:after {
  transform: translateX(4px) rotate(-45deg);
}
body.page-template-course-calendar .date-filter {
  display: flex;
  width: calc(100% + 1.25rem);
  background: #F6F6F5;
  flex-direction: column;
  padding: 0;
  position: relative;
}
body.page-template-course-calendar .date-filter * {
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 19px;
  line-height: calc(1.1875 + rem);
  color: #062465;
}
body.page-template-course-calendar .date-filter label {
  font-family: "ff-real-headline-pro", sans-serif;
}
body.page-template-course-calendar .date-filter .radio-group {
  display: flex;
  width: calc(100% - 2.6875rem);
  white-space: nowrap;
  overflow: hidden;
}
body.page-template-course-calendar .date-filter .radio-group .radio-item {
  min-width: 74px;
  display: table-cell;
  padding: 0;
  margin: 0;
}
body.page-template-course-calendar .date-filter .radio-group .radio-item input {
  display: none;
}
body.page-template-course-calendar .date-filter .radio-group .radio-item input + label {
  color: #062465;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 4px solid rgba(6, 36, 101, 0);
  height: 60px;
  padding: 0 0.625rem;
}
body.page-template-course-calendar .date-filter .radio-group .radio-item input + label span {
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 21px;
  line-height: calc(1.3125 + rem);
  font-family: "ff-real-headline-pro", sans-serif;
}
body.page-template-course-calendar .date-filter .radio-group .radio-item input + label i {
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 14px;
  line-height: calc(0.875 + rem);
  color: rgba(6, 36, 101, 0.6);
  font-style: normal;
}
body.page-template-course-calendar .date-filter .radio-group .radio-item input:checked + label {
  border-bottom: 4px solid #062465;
}
body.page-template-course-calendar .date-filter .date-slider {
  width: 2.6875rem;
  background: #F6F6F5;
  border-left: 1px solid #ECE7E2;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 0.625rem 0;
}
body.page-template-course-calendar .date-filter .date-slider #date-next,
body.page-template-course-calendar .date-filter .date-slider #date-prev {
  position: relative;
  width: 100%;
  height: 50%;
}
body.page-template-course-calendar .date-filter .date-slider #date-next:before, body.page-template-course-calendar .date-filter .date-slider #date-next:after,
body.page-template-course-calendar .date-filter .date-slider #date-prev:before,
body.page-template-course-calendar .date-filter .date-slider #date-prev:after {
  content: "";
  width: 6.5px;
  height: 2px;
  background: #FFCA38;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: right center;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: background 0.2s linear;
}
body.page-template-course-calendar .date-filter .date-slider #date-next:after,
body.page-template-course-calendar .date-filter .date-slider #date-prev:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
body.page-template-course-calendar .date-filter .date-slider #date-next:hover:before, body.page-template-course-calendar .date-filter .date-slider #date-next:hover:after,
body.page-template-course-calendar .date-filter .date-slider #date-prev:hover:before,
body.page-template-course-calendar .date-filter .date-slider #date-prev:hover:after {
  background: #CE3B2C;
}
body.page-template-course-calendar .date-filter .date-slider #date-prev:before, body.page-template-course-calendar .date-filter .date-slider #date-prev:after {
  transform-origin: left center;
}
@media screen and (min-width: 768px) {
  body.page-template-course-calendar .course-filter {
    flex-direction: row;
    margin-top: 2.1875rem;
    height: 4.5rem;
  }
  body.page-template-course-calendar .course-filter .keyword {
    flex-basis: 40%;
  }
  body.page-template-course-calendar .course-filter .unit {
    flex-basis: 60%;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    border-top: none;
  }
  body.page-template-course-calendar .course-filter + .categories-filter {
    margin-top: 0;
  }
  body.page-template-course-calendar .date-filter {
    margin-bottom: 2.1875rem;
    flex-direction: row;
    height: 4.5rem;
  }
  body.page-template-course-calendar .date-filter .radio-group .radio-item input + label {
    height: 4.5rem;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 1024px) {
  body.page-template-course-calendar .course-filter {
    width: calc(100% + 4.375rem);
  }
  body.page-template-course-calendar .date-filter {
    width: calc(100% + 4.375rem);
  }
}

#lwa-container {
  display: none;
}

#loginform {
  width: 100%;
  float: left;
  clear: both;
  max-width: 460px;
}
#loginform ul {
  margin-bottom: 0;
}
#loginform .forgot_password {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}
#loginform .forgot_password:before {
  display: none;
}
#loginform .forgot_password p {
  margin: 0;
  padding: 0;
}
#loginform .forgot_password p small {
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 16px;
  line-height: calc(1 + rem);
  font-family: "ff-real-headline-pro-2", sans-serif;
  font-weight: 300;
}
#loginform .forgot_password p small a {
  font-size: 12px;
  font-size: calc(0.75 + rem);
  line-height: 16px;
  line-height: calc(1 + rem);
  font-family: "ff-real-headline-pro-2", sans-serif;
  font-weight: 300;
  color: #414042;
  background-image: linear-gradient(to left, #414042 50%, rgba(65, 64, 66, 0) 50%);
}
#loginform .forgot_password p small a:hover {
  color: #414042;
}
#loginform .lwa-status-invalid {
  background: #CE3B2C;
  border-radius: 0;
  font-family: "ff-real-headline-pro-2", sans-serif;
  font-size: 14px;
  font-size: calc(0.875 + rem);
  line-height: 17px;
  line-height: calc(1.0625 + rem);
  color: #FFFFFF;
}
#loginform .lwa-status-confirm {
  display: none;
}

body.search-results a.search_article,
body.search-no-results a.search_article {
  width: 100%;
  float: left;
  clear: both;
  margin: 3rem 0 0 0;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ECE7E2;
  text-decoration: none;
}
body.search-results a.search_article .meta,
body.search-no-results a.search_article .meta {
  margin-bottom: 1rem;
}
body.search-results a.search_article .meta .date,
body.search-no-results a.search_article .meta .date {
  margin-left: 1rem;
}
body.search-results a.search_article .meta .date span:nth-of-type(2),
body.search-no-results a.search_article .meta .date span:nth-of-type(2) {
  color: #414042;
}
body.search-results a.search_article h3,
body.search-no-results a.search_article h3 {
  margin: 0 0 1rem 0;
}
body.search-results a.search_article p,
body.search-no-results a.search_article p {
  color: #414042;
}
body.search-results a.search_article:hover h3,
body.search-no-results a.search_article:hover h3 {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  body.search-results a.search_article h3,
  body.search-no-results a.search_article h3 {
    width: auto;
    text-decoration: none;
    position: relative;
  }
  body.search-results a.search_article h3:after,
  body.search-no-results a.search_article h3:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    background: #062465;
    left: 0;
    bottom: 0;
    transition: width 0.2s linear;
  }
  body.search-results a.search_article:hover h3,
  body.search-no-results a.search_article:hover h3 {
    text-decoration: none;
  }
  body.search-results a.search_article:hover h3:after,
  body.search-no-results a.search_article:hover h3:after {
    width: 100%;
  }
}

body.error404 {
  background: #FFFFFF;
}

.page-template-map-marine-traffic,
.page-template-map-naviconics {
  background: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .page-template-map-marine-traffic main#page-content,
  .page-template-map-naviconics main#page-content {
    width: 100%;
    padding: 0 4.375rem 0 4.375rem;
  }
  .page-template-map-marine-traffic main#page-content h1,
  .page-template-map-marine-traffic main#page-content p,
  .page-template-map-naviconics main#page-content h1,
  .page-template-map-naviconics main#page-content p {
    float: left;
    clear: both;
    width: 73.1481481481%;
  }
}

#marine-traffic-container,
#navionics-container {
  margin: 0;
  width: 100%;
  position: relative;
  float: left;
  clear: both;
}
#marine-traffic-container iframe#marinetraffic,
#marine-traffic-container .test_map_div,
#navionics-container iframe#marinetraffic,
#navionics-container .test_map_div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#marine-traffic-container #wave-loader,
#navionics-container #wave-loader {
  z-index: 1;
}
#marine-traffic-container.map-container,
#navionics-container.map-container {
  position: relative;
  width: 100vw;
  height: 70vh;
  margin-left: -1.25rem;
  float: left;
  clear: both;
}
@media screen and (min-width: 481px) {
  #marine-traffic-container.map-container,
  #navionics-container.map-container {
    height: 75vw;
  }
}
@media screen and (min-width: 768px) {
  #marine-traffic-container,
  #navionics-container {
    height: 400px;
  }
  #marine-traffic-container.map-container,
  #navionics-container.map-container {
    margin-left: -4.375rem;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  #marine-traffic-container,
  #navionics-container {
    height: 600px;
  }
}
@media screen and (min-width: 1200px) {
  #marine-traffic-container.map-container,
  #navionics-container.map-container {
    width: 100vw;
    height: 800px;
    margin-left: calc((((100vw - 1200px) * (1 / 2)) * -1) - 4.375rem);
  }
}

#marine-traffic-container {
  margin-top: 50px;
}

.depth-filter {
  display: flex;
  flex-direction: column;
  width: calc(100vw - 20px);
  margin-top: 2.625rem;
  float: left;
}
.depth-filter .depth-configuration {
  background: #062465;
  display: flex;
  align-items: stretch;
}
.depth-filter .depth-configuration * {
  font-size: 16px;
  font-size: calc(1 + rem);
  line-height: 20px;
  line-height: calc(1.25 + rem);
  color: #FFFFFF;
}
.depth-filter .depth-configuration label {
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
  padding: 1rem;
  display: flex;
  align-items: center;
}
.depth-filter .depth-configuration .select-item {
  display: flex;
  align-items: center;
  position: relative;
  flex-grow: 1;
}
.depth-filter .depth-configuration .select-item select {
  -webkit-appearance: none;
  background: transparent;
  border: none;
  font-family: "ff-real-headline-pro-2", sans-serif;
  padding: 1rem 2rem 1rem 0;
  width: 100%;
}
.depth-filter .depth-configuration .select-item:before, .depth-filter .depth-configuration .select-item:after {
  content: "";
  width: 7px;
  height: 2px;
  background: #FFCA38;
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform-origin: center center;
  transform: rotate(45deg);
}
.depth-filter .depth-configuration .select-item:after {
  transform: translateX(4px) rotate(-45deg);
}
.depth-filter .depth-note {
  background: #062465;
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 3.125rem;
  font-size: 16px;
  font-size: calc(1 + rem);
  line-height: 20px;
  line-height: calc(1.25 + rem);
  color: #FFFFFF;
  padding: 0 1rem 1rem 1rem;
}
.depth-filter .depth-note strong {
  font-family: "ff-real-headline-pro", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .depth-filter {
    flex-direction: row;
    width: 100vw;
    margin-left: -4.375rem;
    height: 4.5rem;
  }
  .depth-filter .depth-configuration {
    width: 50%;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
  .depth-filter .depth-configuration .selectorDepth {
    text-align: right;
  }
  .depth-filter .depth-note {
    width: 50%;
    height: 100%;
    padding: 1rem;
  }
  .depth-filter .depth-note span {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .depth-filter {
    width: calc(100% + 140px);
    margin-left: -4.375rem;
  }
}
