@charset "UTF-8";
/*!
Theme Name:     TEWV Bank Reference Site
Theme URI:      https://github.com/Mixd/bank.tewv.nhs.uk
Template:       mixd-theme-core
Description:    A bespoke responsive WordPress theme
Author:         Mixd
Author URI:     https://www.mixd.co.uk/
Version:        1.0.0
*/
@font-face {
  font-family: "Frutiger W01";
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0;
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-45Light.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-45Light.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-45Light.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-45Light.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-45Light.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-45Light.svg#7def0e34-f28d-434f-b2ec-472bde847115") format("svg");
}
@font-face {
  font-family: "Frutiger W01";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.svg#7def0e34-f28d-434f-b2ec-472bde847115") format("svg");
}
@font-face {
  font-family: "Frutiger W01";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.svg#eae74276-dd78-47e4-9b27-dac81c3411ca") format("svg");
}
.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
}

label, .ginput_container .gfield_time_ampm_shim {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
@media (min-width: 800px) {
  label, .ginput_container .gfield_time_ampm_shim {
    font-size: 1.8rem;
  }
}

input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=tel],
input[type=url],
textarea,
select,
.select {
  font-family: "Frutiger W01", sans-serif;
  font-weight: 400;
  color: #425563;
  font-size: 1.6rem;
  width: 100%;
  display: block;
  padding: 0.8rem;
  border: 1px solid #425563;
  border-radius: 0.4rem;
  margin: 0;
}
@media (min-width: 800px) {
  input[type=text],
  input[type=password],
  input[type=search],
  input[type=email],
  input[type=tel],
  input[type=url],
  textarea,
  select,
  .select {
    font-size: 1.8rem;
  }
}

select {
  -webkit-appearance: none;
}

.select {
  background: white;
  padding: 0.8rem;
}
.select .select__placeholder {
  padding-right: 2rem;
  background: url("assets/imgs/select.svg") no-repeat center right;
  background-size: 1.5rem;
}

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  width: auto;
}
input[type=checkbox] + label, .ginput_container input[type=checkbox] + .gfield_time_ampm_shim,
input[type=radio] + label,
.ginput_container input[type=radio] + .gfield_time_ampm_shim {
  display: inline-block;
}

.select {
  position: relative;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

html {
  line-height: 1.5;
  font-size: 62.5%;
}

body {
  font-family: "Frutiger W01", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #e8edee;
  font-size: 1.8rem;
  color: #425563;
}

main {
  background-color: white;
}

.wrapper {
  display: block;
  margin: 0 auto;
  width: 123.4rem;
  max-width: 100%;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #005EB8;
}

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

p a,
p a:visited {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Frutiger W01", sans-serif;
  font-weight: 700;
}

ul, ol {
  margin-left: 2.4rem;
}

.excerpt {
  font-weight: 700;
}

.clear {
  *zoom: 1;
}
.clear:before, .clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}

/**
 * Component: 404
 */
.fourohfour {
  padding: 2rem 0 4rem 0;
  min-height: 30rem;
}
.fourohfour .menu {
  margin-bottom: 0;
}

.fourohfour__heading {
  margin-bottom: 1rem;
}

/**
 * Component: Banner Group
 */
.banner-group .banner {
  margin: 0;
  height: 100%;
}
.banner-group .banner__heading {
  line-height: 1.3;
}
@media (min-width: 1000px) {
  .banner-group {
    display: flex;
    justify-content: space-between;
  }
  .banner-group .banner-group__banner:nth-child(2) {
    margin-left: 3rem;
  }
  .banner-group > div {
    flex: 1;
  }
}

.banner {
  display: flex;
  align-items: center;
  background: linear-gradient(#003087, #0072CE);
  margin: 0 1rem;
  min-height: 25rem;
  border-radius: 0.3rem;
}
@media (min-width: 800px) {
  .banner {
    margin: 0 2rem;
  }
}

.banner--alt {
  background: #fff;
  border: 0.1rem solid #E8EDEE;
  min-height: 20rem;
}
.banner--alt .banner__inner {
  color: #425563;
}

.banner--pink {
  background: linear-gradient(#8A1538, #D21850);
}

.banner__inner {
  text-align: center;
  color: #fff;
  padding: 3rem;
  width: 100%;
}

.banner__heading {
  font-size: 3rem;
  margin-bottom: 1rem;
  font-weight: 300;
}
@media (min-width: 800px) {
  .banner__heading {
    font-size: 4rem;
  }
}

.banner__text {
  font-size: 1.8rem;
  padding-bottom: 2rem;
  font-weight: 300;
}
@media (min-width: 800px) {
  .banner__text {
    font-size: 2rem;
  }
}

/**
 * Component: Breadcrumbs
 */
.breadcrumbs {
  border-top: 1px solid #DADADC;
  font-size: 1.6rem;
  color: #768692;
  padding: 0.5rem 1rem;
}
@media (min-width: 800px) {
  .breadcrumbs {
    padding: 1rem 2rem;
  }
}
@media (min-width: 1000px) {
  .breadcrumbs {
    padding: 1rem 3rem;
  }
}

/**
 * Component: Island
 */
.button, .story__cta a {
  display: inline-block;
  width: auto;
  margin: 0;
  cursor: pointer;
  border: 0.2rem solid transparent;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  padding: 0.6rem 2rem;
  background: #005EB8;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0.4rem;
}
.button:hover, .story__cta a:hover {
  background: rgb(0, 80.972826087, 158.5);
  color: #fff;
  text-decoration: none;
}
@media (min-width: 800px) {
  .button, .story__cta a {
    font-size: 2rem;
  }
}

.button--arrow svg {
  width: 2.2rem;
  height: 2.2rem;
}

.button--outline {
  background: #fff;
  border: 0.2rem solid #005EB8;
  color: #005EB8;
}
.button--outline:hover {
  background: #005EB8;
  color: #fff;
}

.button--small {
  padding: 0.5rem 1rem;
  font-weight: 400;
}

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

.button--alt {
  background-color: #fff;
  color: #005EB8;
}
.button--alt:hover {
  background-color: rgb(242.25, 242.25, 242.25);
  color: #005EB8;
}

.button--cookie {
  margin-top: 1rem;
}

/**
 * Component: call-out
 */
@media (min-width: 640px) {
  .call-out {
    display: flex;
  }
}

.call-out__image {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F3F6F6;
  max-height: 20rem;
}
.call-out__image:after {
  padding-top: 75%;
  display: block;
  content: "";
}
@media (min-width: 640px) {
  .call-out__image {
    max-height: initial;
    width: 50%;
  }
}

.call-out__content {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F3F6F6;
  padding: 2rem;
}
@media (min-width: 640px) {
  .call-out__content {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .call-out__content {
    padding: 3rem;
  }
}

.call-out__title {
  font-weight: 300;
  color: #425563;
  line-height: 1.2;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 0;
  quotes: "“" "”" "‘" "’";
}
@media (min-width: 1000px) {
  .call-out__title {
    font-size: 3.4rem;
  }
}
@media (min-width: 1200px) {
  .call-out__title {
    font-size: 4rem;
  }
}
.call-out__title > a {
  color: #005EB8;
}
.call-out__title > a:hover {
  text-decoration: underline;
}
.call-out__title:before {
  content: open-quote;
}
.call-out__title:after {
  content: close-quote;
}

/**
 * Component: Container
**/
.container {
  padding: 0 1rem;
}
@media (min-width: 800px) {
  .container {
    padding: 0 2rem;
  }
}
@media (min-width: 1000px) {
  .container {
    padding: 0 3rem;
  }
}

/**
 * Component: content-sidebar-group
 */
.content-sidebar-group {
  margin-top: 3rem;
}

.content-sidebar-group__grid {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 800px) {
  .content-sidebar-group__grid {
    flex-direction: row;
    margin-left: -3rem;
  }
}

.content-sidebar-group__grid--flip {
  flex-direction: column-reverse;
}
.content-sidebar-group__grid--flip .content-sidebar-group__sidebar {
  margin-top: 0;
  margin-bottom: 2rem;
}
@media (min-width: 800px) {
  .content-sidebar-group__grid--flip {
    flex-direction: row-reverse;
  }
  .content-sidebar-group__grid--flip .content-sidebar-group__sidebar {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.content-sidebar-group__sidebar {
  width: 100%;
  order: 1;
  margin-top: 2rem;
}
@media (min-width: 800px) {
  .content-sidebar-group__sidebar {
    margin-top: 0;
    width: 33%;
    order: 0;
    padding-left: 3rem;
  }
}

.content-sidebar-group__content {
  width: 100%;
}
@media (min-width: 800px) {
  .content-sidebar-group__content {
    width: 67%;
    padding-left: 3rem;
  }
}

/**
 * Component: Event Summary
 */
.event-summary {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  background-color: #F3F6F6;
  border-radius: 0.4rem;
  padding: 1rem;
  font-size: 1.6rem;
}
@media (min-width: 800px) {
  .event-summary {
    font-size: 1.8rem;
  }
}
@media (min-width: 1000px) {
  .event-summary {
    padding: 2rem;
  }
}

.event-summary__heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.event-summary--preview .event-summary__heading {
  margin-bottom: 0.5rem;
}

.event-summary__title {
  padding-right: 0.5rem;
  color: #005EB8;
  font-size: 2rem;
}
@media (min-width: 800px) {
  .event-summary__title {
    font-size: 2.4rem;
  }
}
@media (min-width: 1000px) {
  .event-summary__title {
    font-size: 2.8rem;
  }
}

.event-summary__meta {
  font-weight: 300;
}
@media (min-width: 800px) {
  .event-summary__meta {
    display: flex;
  }
}

@media (min-width: 800px) {
  .event-summary__tags {
    margin-left: 1rem;
    border-left: 0.1rem solid rgb(188.0125, 202.575, 205.4875);
    padding-left: 1rem;
  }
}
.event-summary__tags a {
  text-decoration: none;
  color: #005EB8;
}
.event-summary__tags p {
  display: inline;
}

.event-summary__link {
  position: relative;
  display: block;
  background: #005EB8;
  color: white;
  text-align: center;
  font-size: 1.6rem;
  padding: 0.6rem;
}
.event-summary__link:hover {
  text-decoration: underline;
  color: white;
}

.event-summary__icon {
  padding-top: 0.5rem;
}

.event-summary__arrow {
  width: 2.8rem;
  height: 2.8rem;
}

.event-summary__calendar {
  width: 2rem;
  height: 2rem;
  margin-right: 0.3rem;
}
@media (min-width: 1000px) {
  .event-summary__calendar {
    margin-right: 0.5rem;
    width: 3rem;
    height: 3rem;
  }
}

.event-summary__date img, .event-summary__date p {
  display: inline;
}

.event-summary__excerpt {
  font-weight: 300;
  margin-top: 1rem;
}
@media (min-width: 800px) {
  .event-summary__excerpt {
    margin-top: 2rem;
  }
}

/**
 * Component: Event Summary Group
 */
.event-summary-group {
  margin-bottom: 1.5rem;
}

.event-summary-group--no-margin {
  margin-top: 0;
}

.event-summary-group__grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2.4rem;
}

.event-summary-group__item {
  width: 100%;
  padding-left: 2.4rem;
  margin-bottom: 1rem;
}
@media (min-width: 800px) {
  .event-summary-group__item {
    margin-bottom: 2rem;
  }
}

.event-summary-group__item--thin {
  width: 100%;
}
@media (min-width: 800px) {
  .event-summary-group__item--thin {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .event-summary-group__item--thin {
    width: 25%;
  }
}

/**
 * Component: Hamburger
 */
.hamburger {
  height: 4rem;
  width: 4rem;
  border: none;
  background-color: transparent;
}

.hamburger__svg {
  width: 100%;
  border-radius: 0.3rem;
  background-color: #41B6E6;
}

.hamburger__svg--open {
  background-color: #41B6E6;
}

.hamburger__line {
  stroke: #fff;
  stroke-width: 9;
  stroke-linecap: round;
  transform-origin: 50% 50%;
  transition: transform 200ms;
}

.hamburger__line--1 {
  transform: translateY(-20px) rotate(0deg);
}

.hamburger__line--1--open {
  transform: rotate(45deg);
  transition: transform 200ms;
  stroke: white;
}

.hamburger__line--2 {
  opacity: 1;
  transition: opacity 200ms;
}

.hamburger__line--2--open {
  opacity: 0;
  transition: opacity 0.125s;
}

.hamburger__line--3 {
  transform: translateY(20px) rotate(0deg);
}

.hamburger__line--3--open {
  transform: rotate(-45deg);
  transition: transform 200ms;
  stroke: white;
}

/**
 * Component: Latest events
 */
.latest-events__intro {
  margin-bottom: 2rem;
}

@media (min-width: 800px) {
  .latest-events__cards {
    display: flex;
    flex-wrap: wrap;
    margin-left: -3rem;
  }
}

.latest-events__card {
  margin-bottom: 2rem;
}
@media (min-width: 800px) {
  .latest-events__card {
    width: 50%;
    padding-left: 3rem;
    margin-bottom: 3rem;
  }
}

.latest-events__link {
  text-align: center;
  margin-bottom: 3rem;
}
.latest-events__link a {
  color: #005EB8;
}
@media (min-width: 800px) {
  .latest-events__link {
    text-align: right;
  }
}

/**
* Component: Custom Login
*/
.login-page {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #005EB8;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  max-height: 100%;
  z-index: 999;
}

.login-form {
  display: flex;
  flex-wrap: wrap;
  max-width: 56rem;
  border-radius: 0.4rem;
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.25);
  width: 80%;
}
@media (min-width: 800px) {
  .login-form {
    width: 40%;
  }
}

.login-form__logo {
  max-width: 100%;
}

.login-form__header {
  flex: 1;
  background: white;
  padding: 1.8rem 3.4rem;
  border-radius: 0.4rem 0.4rem 0 0;
  border-bottom: 1px solid #DADADC;
}

.login-form__form {
  width: 100%;
  background: #F8F9FD;
  padding: 1.8rem 3.4rem;
  border-radius: 0 0 0.4rem 0.4rem;
}

.login-form__title {
  color: #005EB8;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: -1px;
  margin-bottom: 2.4rem;
  line-height: 1.2;
}

.login-form__forgot-password {
  width: 100%;
  font-size: 1.4rem;
}

#custom-login-form label, #custom-login-form .ginput_container .gfield_time_ampm_shim, .ginput_container #custom-login-form .gfield_time_ampm_shim {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 0.5rem;
}
#custom-login-form input[type=text],
#custom-login-form input[type=password] {
  font-size: 1.6rem;
  width: 100%;
  display: block;
  padding: 0.8rem;
  border: 1px solid #CFD3DE;
  border-radius: 0.4rem;
  margin: 0;
}
#custom-login-form .login-username {
  margin-bottom: 1.2rem;
}
#custom-login-form .login-password {
  margin-bottom: 1.2rem;
}
#custom-login-form .button, #custom-login-form .story__cta a, .story__cta #custom-login-form a {
  display: block;
  width: 100%;
}

.login-form__forgot {
  font-size: 1.4rem;
  text-decoration: underline;
  margin-top: 1.2rem;
}

/**
 * Component: Masthead
 */
.masthead {
  display: flex;
  background-color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 4rem 2rem;
}
@media (min-width: 800px) {
  .masthead:after {
    padding-top: 25.85089141%;
    display: block;
    content: "";
  }
}

.masthead__inner {
  position: relative;
  max-width: 70rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.masthead__content {
  text-align: center;
  background: rgba(34, 39, 43, 0.7);
  padding: 1rem;
  color: white;
}
@media (min-width: 800px) {
  .masthead__content {
    padding: 2rem;
  }
}

.masthead__heading {
  font-size: 2.6rem;
}
@media (min-width: 800px) {
  .masthead__heading {
    font-size: 2.8rem;
  }
}

.masthead__text {
  font-size: 1.8rem;
  font-weight: 300;
}
@media (min-width: 800px) {
  .masthead__text {
    font-size: 2.2rem;
  }
}
.masthead__text p:last-child {
  margin-bottom: 0;
}

/**
 * Component: Navigation
 */
.nav-footer {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  font-size: 1.6rem;
  margin: 0;
  font-weight: 300;
}
@media (min-width: 800px) {
  .nav-footer {
    flex-direction: row;
    align-items: center;
    font-size: 1.8rem;
    margin: 0;
  }
}

.nav-footer__item {
  text-align: left;
}
@media (min-width: 800px) {
  .nav-footer__item {
    margin-right: 2.4rem;
  }
}

.nav-footer__link {
  text-decoration: none;
  padding-right: 0.5rem;
  color: #0072CE;
}
.nav-footer__link:hover {
  text-decoration: underline;
}

/**
 * Component: Mobile Nav
 */
body.noscroll {
  position: fixed !important;
  overflow: hidden !important;
  width: 100% !important;
  height: 100% !important;
}

.nav-mobile__primary {
  margin: 8rem 3rem 0 3rem;
  list-style-type: none;
  font-size: 2.6rem;
  z-index: 10;
}

.nav-mobile__primary__item {
  display: block;
}

.nav-mobile__primary__link {
  padding: 0.5rem 0;
  text-decoration: none;
  display: block;
  color: white;
}
.nav-mobile__primary__link:hover {
  text-decoration: none;
  color: white;
}

.nav-mobile__secondary {
  margin-left: 3rem;
  list-style-type: none;
  font-size: 2rem;
  z-index: 10;
}

.nav-mobile__secondary__link {
  display: block;
  text-decoration: none;
  color: white;
  padding: 0.5rem 0;
}
.nav-mobile__secondary__link:hover {
  text-decoration: none;
  color: white;
}

/**
 * Component: Navigation
 */
.nav-primary {
  display: none;
  position: relative;
  margin: 0;
  list-style-type: none;
  font-size: 1.6rem;
  font-weight: 300;
}
@media (min-width: 800px) {
  .nav-primary {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-right: -0.8rem;
  }
}
@media (min-width: 1000px) {
  .nav-primary {
    font-size: 2.2rem;
    margin-right: -1rem;
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .nav-primary {
    font-size: 2.8rem;
  }
}

.nav-primary__link {
  display: block;
  position: relative;
  padding: 0.4rem 0.8rem;
  text-decoration: none;
  border: 1px solid transparent;
  color: #005EB8;
}
@media (min-width: 1000px) {
  .nav-primary__link {
    padding: 0.5rem 1rem;
  }
}
.nav-primary__link:hover, .nav-primary__link:focus {
  text-decoration: underline;
}

/**
 * Component: Navigation
 */
.nav-secondary {
  display: none;
  margin: 0;
  list-style-type: none;
  font-size: 1.4rem;
  font-weight: 300;
}
@media (min-width: 800px) {
  .nav-secondary {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media (min-width: 1000px) {
  .nav-secondary {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .nav-secondary {
    font-size: 1.6rem;
  }
}

.nav-secondary__item {
  margin-left: 0.8rem;
}
.nav-secondary__item:first-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .nav-secondary__item {
    margin-left: 1.2rem;
  }
}

.nav-secondary__item--active {
  font-weight: 700;
}

.nav-secondary__link {
  display: block;
  text-decoration: none;
  color: #425563;
}
.nav-secondary__link:hover, .nav-secondary__link:focus {
  text-decoration: underline;
}

.pagination {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  justify-content: center;
}

.pagination--margin-top {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 800px) {
  .pagination--margin-top {
    margin-bottom: 0;
  }
}

.pagination__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
}

.pagination__list--narrow {
  width: 100%;
  justify-content: center;
}
@media (min-width: 800px) {
  .pagination__list--narrow {
    width: 66.66666%;
  }
}

.pagination__item {
  margin-right: 0.5rem;
}

.pagination__item--hidden-mobile {
  display: none;
}
@media (min-width: 800px) {
  .pagination__item--hidden-mobile {
    display: block;
  }
}

.pagination__button {
  display: block;
  color: #005EB8;
  padding: 0.6rem 1.6rem;
  border-radius: 0.3rem;
  border: 0.1rem solid #E8EDEE;
  text-decoration: none;
}
.pagination__button:hover {
  background: #41B6E6;
  border: 0.1rem solid #41B6E6;
  color: #231F20;
  text-decoration: none;
}

.pagination__button--disabled {
  background: #E8EDEE;
  color: rgb(202.675, 214.05, 216.325);
  border: 0.1rem solid transparent;
}
.pagination__button--disabled:hover {
  background: #E8EDEE;
  color: rgb(202.675, 214.05, 216.325);
  border: 0.1rem solid transparent;
}

.pagination__button--active {
  background: #41B6E6;
  border: 0.1rem solid #41B6E6;
  color: #231F20;
}

.pagination__item--disabled .pagination__button--next,
.pagination__item--disabled .pagination__button--prev {
  color: rgba(66, 85, 99, 0.8);
}
.pagination__item--disabled .pagination__button--next:hover,
.pagination__item--disabled .pagination__button--prev:hover {
  background: none;
  text-decoration: none;
  color: rgba(66, 85, 99, 0.8);
  border: 0.1rem solid transparent;
}

.pagination__button--next,
.pagination__button--prev {
  background: none;
  border: 0.1rem solid transparent;
  color: #005EB8;
}
.pagination__button--next:hover,
.pagination__button--prev:hover {
  background: none;
  text-decoration: underline;
  color: #005EB8;
  border: 0.1rem solid transparent;
}

.pagination__ellipsis {
  display: block;
  background: #E8EDEE;
  color: black;
  padding: 0.6rem 1.1rem;
  border-radius: 0.3rem;
}

/**
 * Component: Page title
 */
.page-title {
  background-color: #425563;
  background-position: center center;
  color: white;
  padding: 2rem 1rem;
}
@media (min-width: 800px) {
  .page-title {
    padding: 2.5rem 2rem;
  }
}
@media (min-width: 1000px) {
  .page-title {
    padding: 3rem 3rem;
  }
}

.page-title__heading {
  font-size: 3.2rem;
  color: white;
  margin: 0;
}
@media (min-width: 800px) {
  .page-title__heading {
    font-size: 3.8rem;
  }
}
.page-title__heading + .page-title__meta {
  margin-top: 2rem;
}

.page-title__excerpt {
  width: 100%;
  font-size: 2rem;
  font-weight: 300;
}
@media (min-width: 800px) {
  .page-title__excerpt {
    width: 60%;
  }
}
@media (min-width: 1000px) {
  .page-title__excerpt {
    line-height: 1.2;
    font-size: 2.2rem;
  }
}
.page-title__excerpt + .page-title__meta {
  margin-top: 2rem;
}

.page-title__meta {
  font-size: 1.6rem;
}
.page-title__meta p {
  margin-bottom: 0;
}
.page-title__meta p > a {
  color: inherit;
}
@media (min-width: 800px) {
  .page-title__meta {
    display: flex;
  }
}

@media (min-width: 800px) {
  .page-title__meta > p + p {
    margin-left: 1rem;
  }
}

/**
 * Component: Resource Search
 */
.resource-search {
  background-color: #FFB81C;
  text-align: center;
  color: #231F20;
  padding: 2rem;
  border-radius: 0.4rem;
  margin: 2rem 0;
}
@media (min-width: 800px) {
  .resource-search {
    margin: 3rem 0;
  }
}

.resource-search__title {
  font-size: 2.8rem;
}

.resource-search__description {
  font-size: 2.2rem;
  font-weight: 300;
}

.resource-search__form {
  margin: 2rem 0 2rem 0;
}
.resource-search__form input[type=search] {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 300;
  padding: 2rem;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 3rem;
  border: none;
  width: 100%;
  max-width: 60rem;
  font-family: "Frutiger W01", sans-serif;
}
.resource-search__form input[type=submit] {
  text-indent: -9999px;
  background-color: #FFB81C;
  border-radius: 2rem;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: -0.75rem;
  right: 1.2rem;
  border: none;
  cursor: pointer;
  background-image: url(assets/imgs/search.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 45% 50%;
}

.resource-search__form-inner {
  display: inline;
  position: relative;
}

.resource-search__popular {
  font-weight: 300;
  font-size: 1.8rem;
}
.resource-search__popular span {
  margin-right: 0.5rem;
}
.resource-search__popular ul {
  list-style: none;
  display: inline-block;
  margin-left: 0;
}
.resource-search__popular li {
  display: inline-block;
  margin-right: 1rem;
}
.resource-search__popular li:last-child {
  margin-right: 0;
}
.resource-search__popular a {
  text-decoration: underline;
  color: #003087;
}

/**
 * Component: Resource Summary
 */
.resource-summary {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  background-color: #F3F6F6;
  border-radius: 0.4rem;
  padding: 1rem;
  font-size: 1.6rem;
}
@media (min-width: 800px) {
  .resource-summary {
    font-size: 1.8rem;
  }
}
@media (min-width: 1000px) {
  .resource-summary {
    padding: 2rem;
  }
}

.resource-summary__heading {
  display: flex;
  justify-content: space-between;
}

.resource-summary--preview .resource-summary__heading {
  margin-bottom: 0.5rem;
}

.resource-summary__title {
  color: #005EB8;
  padding-right: 0.5rem;
  font-size: 2rem;
}
@media (min-width: 800px) {
  .resource-summary__title {
    font-size: 2.4rem;
  }
}
@media (min-width: 1000px) {
  .resource-summary__title {
    font-size: 2.8rem;
  }
}

.resource-summary__meta {
  font-weight: 300;
}
@media (min-width: 800px) {
  .resource-summary__meta {
    display: flex;
  }
}

@media (min-width: 800px) {
  .resource-summary__tags {
    margin-left: 1rem;
    border-left: 0.1rem solid rgb(188.0125, 202.575, 205.4875);
    padding-left: 1rem;
  }
}
.resource-summary__tags a {
  text-decoration: none;
  color: #005EB8;
}
.resource-summary__tags p {
  display: inline;
}

.resource-summary__link {
  position: relative;
  display: block;
  background: #005EB8;
  color: white;
  text-align: center;
  font-size: 1.6rem;
  padding: 0.6rem;
}
.resource-summary__link:hover {
  text-decoration: underline;
  color: white;
}

.resource-summary__icon {
  padding-top: 0.5rem;
}

.resource-summary__arrow {
  width: 2.8rem;
  height: 2.8rem;
}

.resource-summary__calendar {
  width: 3rem;
  height: 3rem;
  margin-right: 0.5rem;
}

.resource-summary__date img, .resource-summary__date p {
  display: inline;
}

.resource-summary__excerpt {
  font-weight: 300;
  margin-top: 1rem;
}
@media (min-width: 800px) {
  .resource-summary__excerpt {
    margin-top: 2rem;
  }
}

/**
 * Component: Resource Summary Group
 */
.resource-summary-group {
  margin-bottom: 1.5rem;
}

.resource-summary-group--no-margin {
  margin-top: 0;
}

.resource-summary-group__grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2.4rem;
}

.resource-summary-group__item {
  width: 100%;
  padding-left: 2.4rem;
  margin-bottom: 1rem;
}
@media (min-width: 800px) {
  .resource-summary-group__item {
    margin-bottom: 2rem;
  }
}

.resource-summary-group__item--thin {
  width: 100%;
}
@media (min-width: 800px) {
  .resource-summary-group__item--thin {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .resource-summary-group__item--thin {
    width: 25%;
  }
}

/**
 * Component: Results Filter
 *
 */
.results-filter {
  position: relative;
  margin-bottom: 2rem;
}

.results-filter__title {
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 800px) {
  .results-filter__title {
    font-size: 2.4rem;
  }
}
@media (min-width: 1000px) {
  .results-filter__title {
    font-size: 2.8rem;
  }
}

.results-filter__icon {
  width: 2rem;
  height: 2rem;
  transform: rotate(90deg);
  transition: 200ms ease-in-out;
}

.results-filter__title--open .results-filter__icon {
  transform: rotate(-90deg);
}

.results-filter__sub-heading {
  font-weight: 400;
  font-size: 2rem;
}

.results-filter__form {
  padding: 1rem;
  border: 1px solid #425563;
  border-radius: 0.4rem;
  background-color: white;
}

.results-filter__submit {
  display: block;
  border-radius: 0.5rem;
  margin-bottom: 0;
  border: none;
  color: white;
  background: #005EB8;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1rem 2rem;
}
.results-filter__submit:hover {
  background-color: #005EB8;
}
.results-filter__submit > img {
  width: 2rem;
  height: 2rem;
}

.results-filter__filter {
  padding: 1rem 0;
}

.results-filter__actions {
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
}
@media (min-width: 1200px) {
  .results-filter__actions {
    flex-direction: row;
    align-items: center;
  }
}

.results-filter__reset {
  font-size: 1.6rem;
  color: #005EB8;
  padding-top: 2rem;
  text-align: center;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .results-filter__reset {
    margin-left: 1rem;
    padding-top: 0;
    text-align: left;
  }
}
.results-filter__reset:hover {
  text-decoration: underline;
}

/**
 * Component: Section Item
 */
.section-item__group-a {
  height: 100%;
}

.section-item-a {
  width: 100%;
  height: 100%;
  padding: 2rem;
  text-decoration: none;
  border-radius: 0.4rem;
  display: flex;
  justify-content: space-between;
  border: 1px solid #41B6E6;
  color: #005EB8;
}
.section-item-a:hover {
  text-decoration: none;
  border: 1px solid #005EB8;
  background-color: #005EB8;
  color: #fff;
}
.section-item-a:hover .section-item-a__excerpt {
  color: #fff;
}

.section-item-a__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0;
}

.section-item-a__excerpt {
  color: #425563;
  font-weight: 300;
}
.section-item-a__excerpt:hover {
  color: #fff;
}

.section-item-a__arrow svg {
  width: 2.8rem;
  height: 2.8rem;
}

/**
 * Component: Section Item Group
 */
.section-item-group {
  background-color: white;
  margin-top: 2rem;
}
@media (min-width: 1000px) {
  .section-item-group {
    margin-top: 4rem;
  }
}

.section-item-group__grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2rem;
}
@media (min-width: 1000px) {
  .section-item-group__grid {
    margin-left: -4rem;
  }
}

.section-item-group__item {
  width: 100%;
  padding-left: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 800px) {
  .section-item-group__item {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .section-item-group__item {
    padding-left: 4rem;
    margin-bottom: 4rem;
  }
}

/**
 * Component: Category Link
 */
.sidebar-link {
  display: block;
  text-decoration: none;
  color: #005EB8;
  display: flex;
  align-items: flex-start;
  padding: 0.5rem;
  font-weight: 300;
}
.sidebar-link:hover {
  text-decoration: none;
  color: #425563;
}

.sidebar-link--active {
  color: #425563;
}
.sidebar-link--active:hover {
  color: #425563;
}

.sidebar-link__icon {
  align-self: center;
  padding-right: 0.5rem;
}

.sidebar-link__arrow {
  width: 2.5rem;
  height: 2.5rem;
}

.sidebar-link__text {
  margin-bottom: 0;
  font-size: 1.8rem;
}

.sidebar-link__title {
  flex: 1;
  margin: 0;
  font-size: 1.8rem;
}

/**
 * Component: Example
 */
.sidebar-link-group__title {
  background-color: #E8EDEE;
  color: #425563;
  padding: 0.5rem 1rem;
  border-radius: 3rem;
}
.sidebar-link-group__title h2 {
  font-size: 1.8rem;
}

.sidebar-link-group__items {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  margin: 0 0 2rem 0;
  text-align: left;
  list-style: none;
}

/**
 * Component: Site Footer
 */
.site-footer {
  background-color: white;
  padding: 3rem 0;
}

.site-footer__inner {
  display: flex;
  margin: 0 1rem 1rem 1rem;
  border-top: 1px solid #CBCECE;
  border-bottom: 1px solid #CBCECE;
  padding: 1rem 0;
}
@media (min-width: 800px) {
  .site-footer__inner {
    margin: 0 2rem 1rem 2rem;
  }
}
@media (min-width: 1000px) {
  .site-footer__inner {
    margin: 0 3rem 1rem 3rem;
  }
}

.site-footer__colophon {
  padding: 0 2rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 300;
}

.site-footer__nav {
  display: flex;
  width: 100%;
  flex: 1;
  justify-content: space-between;
}

.site-footer__social {
  display: flex;
}
.site-footer__social img, .site-footer__social svg {
  width: 3.2rem;
}
.site-footer__social a {
  margin: 0 0.4rem;
}
.site-footer__social a:last-child {
  margin-right: 0;
}
.site-footer__social a:first-child {
  margin-left: 0;
}

/**
 * Component: Site Header
 */
.site-header {
  display: flex;
  position: relative;
  padding: 1rem;
}
@media (min-width: 800px) {
  .site-header {
    padding: 1rem 2rem;
    align-items: center;
  }
}
@media (min-width: 1000px) {
  .site-header {
    padding: 1rem 3rem;
  }
}

.site-header__right {
  flex: 1;
  text-align: right;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}

.site-header__nav--primary,
.site-header__nav--secondary {
  display: none;
}
@media (min-width: 800px) {
  .site-header__nav--primary,
  .site-header__nav--secondary {
    display: inline;
  }
}

.site-header__nav--mobile {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #005EB8;
  color: white;
  padding: 1rem;
  z-index: 1;
}
@media (min-width: 800px) {
  .site-header__nav--mobile {
    display: none;
  }
}

@media (min-width: 800px) {
  .site-header__nav--secondary {
    display: flex;
    align-items: center;
  }
  .site-header__nav--secondary .nav-secondary {
    flex: 1;
  }
  .site-header__nav--secondary .site-header__account {
    margin-left: 2rem;
  }
}

.site-header__action-group {
  z-index: 15;
}
@media (min-width: 800px) {
  .site-header__action-group {
    display: none;
  }
}

/**
 * My account button
 */
.site-header__account {
  transition: 200ms;
  border-radius: 2.2rem;
  padding: 0.3rem 1rem;
  border: 1px solid #E8EDEE;
}
.site-header__account:hover {
  background: #005EB8;
  color: white;
  border-color: #005EB8;
}

.site-header__nav--mobile {
  display: none;
}

.site-header__nav--mobile.open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  z-index: 12;
  background-color: #005EB8;
}
@media (min-width: 800px) {
  .site-header__nav--mobile.open {
    display: none;
  }
}

/**
 * Component: Site Logo
 */
.site-logo:hover {
  text-decoration: none;
}

.site-logo__graphic {
  display: block;
  width: 230px;
  height: 74px;
  max-width: 100%;
}
@media (min-width: 800px) {
  .site-logo__graphic {
    width: 270px;
  }
}

.site-logo__subtitle {
  font-weight: 400;
  font-size: 1.4rem;
  color: #8F8F8F;
}

/**
 * Component: Standard Content
 */
.standard-content {
  *zoom: 1;
}
.standard-content:before, .standard-content:after {
  content: "";
  display: table;
}
.standard-content:after {
  clear: both;
}
.standard-content > h1,
.standard-content > h2,
.standard-content > h3,
.standard-content > h4,
.standard-content > h5 {
  line-height: 1.1;
  margin-bottom: 2.4rem;
}
.standard-content table {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.standard-content tr:nth-child(odd) td {
  background: #f5f5f5;
}
.standard-content td {
  font-size: 1.6rem;
  vertical-align: top;
  padding: 0.8rem;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.standard-content img {
  margin-bottom: 2.4rem;
  max-width: 100%;
  height: 100%;
}
.standard-content .wp-caption {
  margin-bottom: 2.4rem;
  overflow: hidden;
}
.standard-content .wp-caption img {
  border-radius: 0;
  margin-bottom: 0;
}
.standard-content .wp-caption-text {
  padding: 1.8rem;
  font-size: 1.4rem;
}
.standard-content p, .standard-content ol, .standard-content ul, .standard-content blockquote {
  margin-bottom: 1em;
}
.standard-content li {
  margin-bottom: 0.33em;
}
.standard-content .aligncenter,
.standard-content .alignleft,
.standard-content .alignright {
  display: block;
}
.standard-content .aligncenter {
  margin: 1rem auto;
}
.standard-content .alignleft {
  margin: 1rem 1rem 1rem 0;
  float: left;
}
.standard-content .alignright {
  margin: 1rem 0 1rem 1rem;
  float: right;
}
.standard-content .call-out {
  margin: 2rem 0;
}

.standard-content__excerpt {
  font-size: 2rem;
}
@media (min-width: 1000px) {
  .standard-content__excerpt {
    font-size: 2.2rem;
  }
}

/**
 * Component: Story
 */
@media (min-width: 640px) {
  .story {
    display: flex;
  }
}

.story__image {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F3F6F6;
  max-height: 20rem;
}
.story__image:after {
  padding-top: 75%;
  display: block;
  content: "";
}
@media (min-width: 640px) {
  .story__image {
    max-height: initial;
    width: 33%;
  }
}

.story__content {
  display: flex;
  flex-direction: column;
  background-color: #F3F6F6;
  padding: 1rem;
  font-size: 1.6rem;
}
@media (min-width: 640px) {
  .story__content {
    width: 66%;
  }
}
@media (min-width: 800px) {
  .story__content {
    padding: 2rem;
  }
}
@media (min-width: 1000px) {
  .story__content {
    font-size: 1.8rem;
  }
}

.story__title {
  font-weight: 700;
  color: #005EB8;
  font-size: 2rem;
}
@media (min-width: 1000px) {
  .story__title {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .story__title {
    font-size: 2.8rem;
  }
}
.story__title > a {
  color: inherit;
}
.story__title > a:hover {
  text-decoration: underline;
}

.story__cta {
  margin-top: 1rem;
}
@media (min-width: 800px) {
  .story__cta {
    margin-top: 2rem;
  }
}
/**
 * Component: Story Group
 */
.story-group__item {
  padding: 2rem 0;
}

/**
 * Vendors
 */
.gform_fields {
  list-style: none;
  margin-left: 0;
}

.gfield {
  margin: 1rem 0;
}
.gfield:first-child {
  margin-top: 0;
}
.gfield:last-child {
  margin-bottom: 0;
}
@media (min-width: 800px) {
  .gfield {
    margin: 2rem 0;
  }
}
@media (min-width: 1000px) {
  .gfield {
    margin: 3rem 0;
  }
}
@media (min-width: 1200px) {
  .gfield {
    margin: 5rem 0;
  }
}

.gfield_checkbox,
.gfield_radio {
  list-style-type: none;
  margin-left: 0;
}
.gfield_checkbox li,
.gfield_radio li {
  margin: 0.5rem 0;
}
.gfield_checkbox input,
.gfield_radio input {
  margin-right: 1rem;
}
.gfield_checkbox label, .gfield_checkbox .ginput_container .gfield_time_ampm_shim, .ginput_container .gfield_checkbox .gfield_time_ampm_shim,
.gfield_radio label,
.gfield_radio .ginput_container .gfield_time_ampm_shim,
.ginput_container .gfield_radio .gfield_time_ampm_shim {
  font-weight: 400;
}

.ui-datepicker {
  background: #41B6E6;
  border: 1px solid #425563;
  padding: 0.5rem;
  font-size: 1.6rem;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  width: 50%;
  text-decoration: underline;
  font-weight: 400;
}

.ui-datepicker-next {
  text-align: right;
}

.ui-datepicker-title {
  display: flex;
  flex-wrap: nowrap;
}
.ui-datepicker-title select {
  font-size: 1.6rem;
}

.ui-datepicker-calendar {
  font-size: 1.8rem;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #425563;
}
.ui-datepicker-calendar td, .ui-datepicker-calendar th {
  border: 1px solid #425563;
  width: 3rem;
  height: 3rem;
  background: white;
  color: #003087;
}
.ui-datepicker-calendar th {
  background-color: #425563;
  color: white;
}
.ui-datepicker-calendar .ui-state-disabled {
  background: #E8EDEE;
}
.ui-datepicker-calendar td .ui-state-hover {
  background: #003087;
  color: white;
}
.ui-datepicker-calendar td a {
  display: block;
  height: 100%;
}

.clear-multi {
  display: flex;
  justify-content: space-between;
  margin-left: -0.5rem;
}
.clear-multi .ginput_container {
  padding-left: 0.5rem;
}

.ginput_container_time {
  flex: 1;
}
.ginput_container_time i {
  display: none;
}

.ginput_container_address span {
  display: block;
  margin-bottom: 0.5rem;
}
.ginput_container_address label, .ginput_container_address .ginput_container .gfield_time_ampm_shim, .ginput_container .ginput_container_address .gfield_time_ampm_shim {
  font-weight: 400;
}

.gform_validation_container {
  display: none;
}

.gfield_required {
  color: transparent;
}
.gfield_required:after {
  content: "(required)";
  color: #ec0204;
  font-weight: 400;
}

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