@font-face {
  font-family: "StagSans";
  font-weight: regular;
  font-style: normal;
  src: url("../fonts/stagsans/StagSans-Book-Web.woff") format("woff"); }
@font-face {
  font-family: "StagSans";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/stagsans/StagSans-BookItalic-Web.woff") format("woff"); }
@font-face {
  font-family: "StagSans";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/stagsans/StagSans-Semibold-Web.woff") format("woff"); }
/* -------------------------------------------- Font sizes */
@keyframes spin {
  to {
    transform: rotate(360deg); } }
@keyframes rock {
  from {
    transform: rotate(25deg); }
  to {
    transform: rotate(-25deg); } }
@keyframes slideDown {
  from {
    transform: translateY(-10px); } }
@keyframes slideUp {
  from {
    transform: translateY(20px); } }
@keyframes slideUpCenter {
  from {
    transform: translateX(-50%) translateY(-40%); } }
@keyframes fadeIn {
  from {
    opacity: 0; } }
@keyframes fadeOut {
  to {
    opacity: 0; } }
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-30%); }
  20% {
    -webkit-transform: translateY(-30%); }
  40% {
    -webkit-transform: translateY(0);
    padding-bottom: 5px; }
  60% {
    -webkit-transform: translateY(-20%); }
  70% {
    -webkit-transform: translateY(0%);
    padding-bottom: 6px; }
  80% {
    -webkit-transform: translateY(-10%); }
  100% {
    -webkit-transform: translateY(0);
    padding-bottom: 9px; } }
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  margin: 0; }

section {
  display: block; }

* {
  box-sizing: border-box; }

figure {
  margin: 0; }

img,
iframe {
  max-width: 100%;
  height: auto;
  border: 0; }

svg {
  height: inherit;
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-spacing: 0;
  table-layout: fixed; }

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
  transition-property: color, opacity, background-color; }
  a[href^=tel] {
    white-space: nowrap;
    cursor: default; }

label {
  display: block;
  font-size: 0; }
  label.show-text,
  label input[type="date"], label input[type="email"], label input[type="number"], label input[type="password"], label input[type="tel"], label input[type="text"], label textarea,
  label textarea {
    font-size: 1rem; }
  label input[type="date"], label input[type="email"], label input[type="number"], label input[type="password"], label input[type="tel"], label input[type="text"], label textarea {
    line-height: 1; }

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], textarea,
.custom-select,
textarea,
button {
  padding: 0.5rem;
  border: solid 1px #dddddd;
  transition: all 0.3s;
  transition-property: color, opacity, background-color;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit; }
  input[type="date"]::placeholder, input[type="email"]::placeholder, input[type="number"]::placeholder, input[type="password"]::placeholder, input[type="tel"]::placeholder, input[type="text"]::placeholder, textarea::placeholder,
  .custom-select::placeholder,
  textarea::placeholder,
  button::placeholder {
    font-style: italic; }

fieldset {
  border: none;
  padding: 0;
  margin: 0; }

button,
.button,
input[type=submit] {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  transition: all 0.3s;
  transition-property: color, opacity, background-color; }

ol,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ol li,
  ul li {
    padding: 0;
    margin: 0; }
  ol.default,
  ul.default {
    margin: 1rem 0 0 2rem;
    list-style: disc; }
    ol.default li,
    ul.default li {
      padding-left: 0.5rem;
      margin-bottom: 1rem; }

h1, h2, h3, h4, h5, h6,
p {
  margin: 0;
  font-size: inherit; }

.browser-warning {
  padding: 1rem;
  text-align: center;
  width: 100%;
  color: white;
  background-color: red; }
  .browser-warning a {
    color: white;
    text-decoration: underline; }

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6,
.content p,
.content ul,
.content ol {
  margin-bottom: 1em; }

.accordion {
  background-color: white;
  text-align: left; }
  .accordion[aria-expanded="true"] .accordion-body {
    display: block; }
  .accordion[aria-expanded="true"] .accordion-header .icon {
    transform: rotate(0);
    fill: #0096d6; }
  .accordion[aria-expanded="true"] .accordion-heading {
    color: #0096d6; }
  .accordion .accordion-header {
    padding: 1rem 1.5rem;
    cursor: pointer; }
    @media screen and (min-width: 40rem) {
      .accordion .accordion-header {
        padding: 1.5rem; } }
    .accordion .accordion-header .icon {
      position: relative;
      float: left;
      margin-right: 0.75rem;
      top: 5px;
      fill: #0096d6;
      width: 0.75rem;
      height: 0.75rem;
      transform: rotate(-90deg); }
  .accordion .accordion-heading {
    color: #031634;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1.4; }
  .accordion .accordion-body {
    padding: 0 1.5rem 1.5rem;
    display: none; }
  .accordion .button-wrapper {
    margin-top: 1rem; }

.box {
  border-radius: 0.25rem;
  overflow: hidden; }
  .box[aria-expanded="true"] .box-body {
    display: block; }

.box-header {
  position: relative;
  padding: 1rem 2.75rem 0.75rem 2.75rem;
  background-color: #0096d6;
  color: white;
  cursor: pointer; }
  .box-header .icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    margin-top: -0.4rem; }
  .box-header:after {
    content: "\0002B";
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem;
    font-size: 1.5rem;
    line-height: 1; }

.box-heading {
  margin: 0;
  line-height: 1.4;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold; }

.box-body {
  padding: 1.5rem 1rem;
  background-color: #f4f4f4;
  display: none; }
  .box-body ul {
    margin-top: 0; }
  .box-body .link-list {
    margin-top: 1.5rem; }
    .box-body .link-list:first-child {
      margin-top: 0; }

.box-expanded .box-header {
  cursor: default; }
.box-expanded .box-header:after {
  display: none; }
.box-expanded .box-body {
  display: block !important; }

.breadcrumbs {
  font-size: 0.9rem;
  line-height: 1.6; }
  .breadcrumbs .breadcrumbs-item {
    display: inline-block; }
  .breadcrumbs .separator {
    margin: 0 0.75rem; }

.button {
  display: inline-block;
  padding: 1rem 3rem;
  margin-bottom: 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-font-smoothing: subpixel-antialiased;
  letter-spacing: 0.05rem; }
  .button.button-primary {
    background-color: #b0d23f;
    color: white; }
  .button.button-primary-dark {
    background-color: #031634;
    color: white; }
    .button.button-primary-dark:hover {
      opacity: 0.9; }
  .button.button-primary-link {
    background-color: #0096d6;
    color: white; }
    .button.button-primary-link:hover {
      opacity: 0.9; }
  .button.button-secondary {
    background-color: #f4f4f4;
    border-color: #dddddd;
    color: #999999;
    -webkit-font-smoothing: antialiased; }
    .button.button-secondary:hover {
      background-color: white; }

.button-wrapper .button + .button,
.button-wrapper .button + .secondary-link {
  margin-left: 0.5rem; }
.button-wrapper .secondary-link {
  display: inline-block; }

.facts-table {
  width: 100%;
  max-width: 30rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  background-color: #0096d6;
  color: white; }
  @media screen and (min-width: 40rem) {
    .facts-table {
      box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.15);
      margin-top: 3rem;
      margin-bottom: 3rem; } }
  .facts-table .facts-table-item {
    font-size: 0;
    padding: 0.5rem 0;
    border-bottom: solid 1px white; }
    .facts-table .facts-table-item > * {
      font-size: 1rem; }
    .facts-table .facts-table-item:last-child {
      border-bottom: none; }
  .facts-table .facts-table-item-label,
  .facts-table .facts-table-item-value {
    display: inline-block;
    padding: 0.5rem 1rem;
    vertical-align: middle; }
  .facts-table .facts-table-item-label {
    width: 60%;
    border-right: 1px solid white; }
    @media screen and (min-width: 40rem) {
      .facts-table .facts-table-item-label {
        padding-bottom: 0.3rem; } }
  .facts-table .facts-table-item-value {
    width: 40%;
    text-align: right;
    font-size: 1.2rem;
    font-weight: bold; }
    @media screen and (min-width: 40rem) {
      .facts-table .facts-table-item-value {
        font-size: 1.8rem;
        font-weight: normal; } }
    .facts-table .facts-table-item-value span {
      font-size: 0.6rem;
      text-transform: uppercase;
      vertical-align: middle;
      margin-right: 0.25rem;
      font-weight: bold; }

.footer {
  padding: 2rem 0;
  background-color: #031634; }
  .footer::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 50rem) {
    .footer {
      padding: 4rem 0; } }
  @media screen and (min-width: 66rem) {
    .footer {
      padding-top: 6rem; } }
  .footer .home-link {
    display: block;
    margin-bottom: 2rem; }
    .footer .home-link img {
      width: 8rem; }
      @media screen and (min-width: 66rem) {
        .footer .home-link img {
          width: 10rem; } }

.primary-footer {
  margin-bottom: 1rem; }
  @media screen and (min-width: 50rem) {
    .primary-footer {
      font-size: 0;
      text-align: right; }
      .primary-footer > * {
        font-size: 1rem; } }

.footer-column {
  position: relative;
  border-bottom: 1px solid #0071a1;
  font-size: 0.9rem; }
  @media screen and (min-width: 50rem) {
    .footer-column {
      max-width: 10rem;
      display: inline-block;
      vertical-align: top;
      border: none;
      margin-left: 2rem;
      text-align: left; }
      .footer-column:first-child {
        float: left;
        margin-left: 0; } }
  @media screen and (min-width: 66rem) {
    .footer-column {
      max-width: 12rem;
      margin-left: 6rem; } }
  .footer-column .heading {
    cursor: pointer;
    display: block;
    padding: 1rem 0 1rem 0.5rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    font-weight: bold; }
    .footer-column .heading:hover {
      background-color: #0071a1;
      color: white; }
      @media screen and (min-width: 50rem) {
        .footer-column .heading:hover {
          background-color: transparent;
          color: inherit;
          cursor: default; } }
    @media screen and (min-width: 50rem) {
      .footer-column .heading {
        padding: 0;
        font-size: 0.8rem; } }
    .footer-column .heading .icon {
      position: absolute;
      top: 1rem;
      right: 1rem;
      fill: white; }
      @media screen and (min-width: 50rem) {
        .footer-column .heading .icon {
          display: none; } }
  .footer-column .navlist-list {
    display: none;
    padding: 1rem 0 1rem 1rem; }
    @media screen and (min-width: 50rem) {
      .footer-column .navlist-list {
        display: block !important;
        margin-top: 0;
        padding-left: 0; } }
  .footer-column .navlist-item {
    padding-bottom: 0.5rem;
    line-height: 1.6;
    font-size: 0.9333333333rem; }
  .footer-column .footer-link {
    color: white; }
    .footer-column .footer-link:hover {
      color: #0096d6; }

.secondary-footer {
  border-top: 1px solid #374253;
  border-bottom: 1px solid #374253; }
  @media screen and (min-width: 30rem) {
    .secondary-footer {
      display: flex;
      flex-direction: row;
      padding: 1rem 0; } }
  .secondary-footer .main-logo,
  .secondary-footer .companies-logo {
    padding: 1rem 0; }
    .secondary-footer .main-logo img,
    .secondary-footer .companies-logo img {
      width: 100%; }
  .secondary-footer .main-logo {
    border-bottom: 1px solid #374253; }
    @media screen and (min-width: 30rem) {
      .secondary-footer .main-logo {
        border-bottom: none;
        border-right: 1px solid #374253;
        padding-right: 1rem;
        width: 30%; } }
    @media screen and (min-width: 50rem) {
      .secondary-footer .main-logo {
        width: 25%; } }
  @media screen and (min-width: 30rem) {
    .secondary-footer .companies-logo {
      padding-left: 1rem;
      width: 70%; } }
  @media screen and (min-width: 50rem) {
    .secondary-footer .companies-logo {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 75%;
      padding-left: 2rem;
      padding-top: 1.4rem; } }
  @media screen and (min-width: 50rem) {
    .secondary-footer .companies-logo .logo-list {
      display: flex; } }
  .secondary-footer .companies-logo .logo {
    margin-bottom: 2rem; }
    @media screen and (min-width: 50rem) {
      .secondary-footer .companies-logo .logo {
        padding-right: 1rem;
        width: 50%;
        margin-bottom: 0; } }
    .secondary-footer .companies-logo .logo:last-child {
      margin-bottom: 0; }
      @media screen and (min-width: 50rem) {
        .secondary-footer .companies-logo .logo:last-child {
          padding-right: 0; } }
    .secondary-footer .companies-logo .logo img {
      filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
      /* Firefox 10+, Firefox on Android */
      filter: gray;
      /* IE6-9 */
      -webkit-filter: grayscale(100%);
      /* Chrome 19+, Safari 6+, Safari 6+ iOS */
      filter: grayscale(100%);
      opacity: 0.5;
      max-height: 3rem; }
    .secondary-footer .companies-logo .logo:hover img {
      filter: none;
      opacity: 1; }
  .secondary-footer .logo {
    max-width: 12rem;
    margin-right: auto;
    margin-left: auto; }

.colophon {
  padding-top: 3rem; }
  .colophon::after {
    clear: both;
    content: "";
    display: table; }
  .colophon .colophon-social-links {
    text-align: center; }
    @media screen and (min-width: 50rem) {
      .colophon .colophon-social-links {
        float: right; } }
    .colophon .colophon-social-links .icon {
      fill: white;
      width: 1.5rem;
      height: 1.5rem;
      margin: 0 0.5rem; }
      .colophon .colophon-social-links .icon:hover {
        fill: #0096d6; }
      @media screen and (min-width: 50rem) {
        .colophon .colophon-social-links .icon {
          width: 1.25rem;
          height: 1.25rem;
          margin: 0 0 0 1rem; } }
  .colophon .colophon-copyright {
    margin-top: 1.5rem;
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.4; }
    @media screen and (min-width: 50rem) {
      .colophon .colophon-copyright {
        float: left;
        margin-top: 0;
        padding-top: 0.25rem; } }
    .colophon .colophon-copyright a {
      color: white; }
      .colophon .colophon-copyright a:hover {
        color: #0096d6; }

.footer {
  margin-bottom: 50px; }
  @media screen and (min-width: 50rem) {
    .footer {
      margin-bottom: 0; } }

.fixed-mobile-contact-details {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  display: flex;
  flex-direction: row;
  z-index: 999; }
  @media screen and (min-width: 50rem) {
    .fixed-mobile-contact-details {
      display: none; } }
  .fixed-mobile-contact-details .contact-detail {
    width: 50%;
    position: relative; }
    .fixed-mobile-contact-details .contact-detail:last-of-type a,
    .fixed-mobile-contact-details .contact-detail:last-of-type span {
      border-left: 1px solid white; }
    .fixed-mobile-contact-details .contact-detail span {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
    .fixed-mobile-contact-details .contact-detail a,
    .fixed-mobile-contact-details .contact-detail span {
      transition: all 0.3s ease-out;
      text-transform: uppercase;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background-color: #0096d6;
      color: white;
      text-align: center;
      line-height: 50px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 100%;
      cursor: pointer; }
      .fixed-mobile-contact-details .contact-detail a:hover,
      .fixed-mobile-contact-details .contact-detail span:hover {
        background-color: #0071a1; }
      .fixed-mobile-contact-details .contact-detail a .icon,
      .fixed-mobile-contact-details .contact-detail span .icon {
        fill: white;
        width: 1.5rem;
        height: 1.5rem;
        margin-right: 10px;
        z-index: 6; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea {
  padding: 1rem;
  color: #666666;
  border-radius: 0.25rem;
  background-color: white;
  border: none;
  width: 100%;
  outline: none; }
  input[type="text"]:focus,
  input[type="tel"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="number"]:focus,
  textarea:focus {
    background-color: white; }

@media screen and (min-width: 40rem) {
  .input-group.col-2 {
    font-size: 0;
    margin-right: -1rem; }
    .input-group.col-2 > * {
      font-size: 1rem; } }
@media screen and (min-width: 40rem) {
  .input-group.col-2 > label {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 1rem; } }
@media screen and (min-width: 40rem) {
  .input-group.col-3 {
    font-size: 0;
    margin-right: -1rem; }
    .input-group.col-3 > * {
      font-size: 1rem; } }
@media screen and (min-width: 40rem) {
  .input-group.col-3 > label {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    padding-right: 1rem; } }

label {
  display: block;
  color: white;
  margin-bottom: 1rem;
  text-align: left; }

.field-name {
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 0.5rem; }

.remodal input[type="text"],
.remodal input[type="tel"],
.remodal input[type="email"],
.remodal input[type="password"],
.remodal input[type="number"],
.remodal textarea {
  background-color: #f4f4f4;
  border: 1px solid #e7e7e7; }
.remodal label {
  color: #999999; }

.use-modern-styles input[type="text"],
.use-modern-styles input[type="tel"],
.use-modern-styles input[type="email"],
.use-modern-styles input[type="password"],
.use-modern-styles input[type="number"],
.use-modern-styles textarea {
  border: 1px solid #A0ABBB;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 0; }

.framed {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  font-size: 0;
  background-color: white;
  padding: 0.25rem;
  border-radius: 0.25rem; }
  .framed > * {
    font-size: 1rem; }
  .framed > * {
    font-size: 0;
    line-height: 0;
    display: block; }

.gallery .gallery-viewer {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
.gallery .gallery-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  border-radius: 0.25rem; }
.gallery .gallery-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 2rem 1rem 0.5rem;
  white-space: normal;
  color: white;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 9%, rgba(0, 0, 0, 0.8) 100%);
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  overflow: hidden; }
  .gallery .gallery-caption p {
    line-height: 1.3;
    font-size: 0.9rem; }
.gallery .gallery-navigation {
  font-size: 0;
  margin-top: 0.75rem; }
  .gallery .gallery-navigation > * {
    font-size: 1rem; }
.gallery .gallery-thumb {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  width: 4rem;
  height: 4rem;
  background-size: cover;
  background-position: center center;
  overflow: hidden; }
  .gallery .gallery-thumb[aria-selected="false"]:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .gallery .gallery-thumb img {
    width: 100%;
    height: auto; }

.gallery.is-on .gallery-viewer {
  font-size: 0;
  overflow: hidden;
  white-space: nowrap; }
  .gallery.is-on .gallery-viewer > * {
    font-size: 1rem; }
.gallery.is-on .gallery-slide {
  display: inline-block;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  transform: translate3d(0, 0, 0); }
  .gallery.is-on .gallery-slide[aria-hidden="true"] {
    opacity: 0; }
  .gallery.is-on .gallery-slide[aria-hidden="false"] {
    opacity: 1; }
  .gallery.is-on .gallery-slide img {
    display: block; }

.header {
  position: relative;
  z-index: 11; }
  @media screen and (min-width: 66rem) {
    .header.fixed-header .main-header,
    .header.fixed-header .main-nav {
      position: fixed;
      width: 100%; }
    .header.fixed-header .upper-header {
      position: absolute;
      width: 100%;
      top: 0; }
    .header.fixed-header .main-header {
      top: 0; }
    .header.fixed-header .main-nav {
      top: 94px; } }
  .header .main-header,
  .header .main-nav {
    transition: all 0.3s ease-out; }

.upper-header {
  display: none;
  padding: 0.875rem 0;
  height: 3.75rem;
  border-bottom: 1px solid #dddddd;
  text-align: right;
  z-index: 2;
  background-color: white; }
  @media screen and (min-width: 40rem) {
    .upper-header {
      display: block; } }
  .upper-header .navmenu,
  .upper-header .search {
    display: inline-block;
    vertical-align: middle; }
  .upper-header .navmenu {
    position: relative;
    top: 1px;
    margin-right: 1rem;
    font-size: 0.9rem;
    color: #999999; }
    .upper-header .navmenu li {
      display: inline-block; }
  .upper-header .navmenu-item {
    margin-left: 0.75rem; }
    @media screen and (min-width: 66rem) {
      .upper-header .navmenu-item {
        margin-left: 1.5rem; } }
  .upper-header .navmenu-anchor {
    color: #999999; }
    .upper-header .navmenu-anchor:hover {
      color: #666666; }
  .upper-header .search {
    width: 33.3333333333%; }

.main-header {
  height: 9rem;
  padding: 1rem 0 4.75rem 0;
  z-index: 3;
  background-color: white; }
  .main-header::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 40rem) {
    .main-header {
      height: 6.25rem;
      padding: 1.3rem 0; } }
  .main-header .home-link {
    float: left;
    width: 8rem; }
    @media screen and (min-width: 40rem) {
      .main-header .home-link {
        width: 14rem; } }
    .main-header .home-link:hover {
      opacity: 0.7; }
    .main-header .home-link .logo {
      max-width: 12rem; }
      @media screen and (min-width: 40rem) {
        .main-header .home-link .logo {
          max-width: 14rem; } }
  .main-header .cta {
    position: absolute;
    top: 5rem;
    left: 0;
    right: 0;
    height: 4rem;
    padding: 0.6rem 1rem;
    display: flex;
    flex-direction: column;
    color: #999999;
    text-align: center;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    width: 50%; }
    .main-header .cta.cta-one {
      right: initial; }
      @media screen and (min-width: 40rem) {
        .main-header .cta.cta-one {
          margin-right: 1.5rem; } }
    .main-header .cta.cta-two {
      left: initial; }
      @media screen and (min-width: 40rem) and (max-width: 44rem) {
        .main-header .cta.cta-two {
          display: none; } }
    @media screen and (min-width: 40rem) {
      .main-header .cta {
        position: relative;
        top: auto;
        height: auto;
        padding: 0;
        font-size: 1.2rem;
        margin-top: 0.25rem;
        float: right;
        border: none;
        width: initial;
        align-items: flex-start; } }
    .main-header .cta .icon {
      position: relative;
      fill: #0096d6;
      width: 1.5rem;
      height: 1.5rem;
      top: 0.5rem;
      margin-right: 0.5rem; }
    .main-header .cta .location-heading {
      color: #666666;
      font-size: 14px;
      font-weight: 400;
      line-height: 21.70px; }
    .main-header .cta .location-number {
      color: #0196D6;
      font-size: 14px;
      font-weight: 400;
      line-height: 21.70px;
      margin-top: -8px; }
      @media screen and (min-width: 40rem) {
        .main-header .cta .location-number {
          margin-top: -6px; } }
  .main-header .cta-anchor {
    color: #0096d6; }
  .main-header .contact-button {
    display: none; }
    @media screen and (min-width: 40rem) {
      .main-header .contact-button {
        display: block;
        float: right;
        margin-left: 20px;
        padding: .7rem 1.4rem;
        margin-top: 7px; } }
  .main-header .control-panel {
    font-size: 0;
    float: right;
    margin-top: 0.8rem; }
    .main-header .control-panel > * {
      font-size: 1rem; }
    @media screen and (min-width: 40rem) {
      .main-header .control-panel {
        margin-top: 0;
        display: none; } }
  .main-header .control-panel-item {
    display: inline-block;
    margin-left: 1rem;
    cursor: pointer; }
    .main-header .control-panel-item .icon {
      fill: #999999;
      width: 1.5rem;
      height: 1.5rem; }
      .main-header .control-panel-item .icon.menu-icon path {
        transform-origin: center center;
        transition: opacity 0.2s 0.3s ease-in, transform 0.3s ease-in-out; }
    .main-header .control-panel-item:hover .icon {
      fill: #0096d6; }
    .main-header .control-panel-item[aria-selected="true"] .menu-icon #menu-icon-lower,
    .main-header .control-panel-item[aria-selected="true"] .menu-icon #menu-icon-upper {
      opacity: 0;
      transition: opacity 0.2s 0s ease-in, transform 0.3s ease-in-out; }
    .main-header .control-panel-item[aria-selected="true"] .menu-icon #menu-icon-middle-1 {
      transform: rotate(45deg); }
    .main-header .control-panel-item[aria-selected="true"] .menu-icon #menu-icon-middle-2 {
      transform: rotate(-45deg); }

.mobile-search-bar {
  position: relative;
  z-index: 10;
  padding: 1rem;
  background-color: #f4f4f4;
  display: none; }
  @media screen and (min-width: 40rem) {
    .mobile-search-bar {
      display: none !important; } }

.main-nav {
  position: absolute;
  left: 0;
  width: 100%;
  display: none; }
  @media screen and (min-width: 40rem) {
    .main-nav {
      display: block !important;
      position: relative;
      left: auto; } }

.primary-nav {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  background-color: #0096d6; }
  @media screen and (min-width: 66rem) {
    .primary-nav {
      box-shadow: none;
      height: 3.75rem; } }
  .primary-nav .primary-nav-toggle-button {
    display: none;
    position: relative;
    width: 100%;
    height: 3rem;
    text-align: left;
    padding: 1rem;
    background-color: #008fcc;
    color: white;
    cursor: pointer; }
    .primary-nav .primary-nav-toggle-button:focus {
      outline: none; }
    .primary-nav .primary-nav-toggle-button[aria-selected="true"] .triangle {
      height: 0;
      width: 0;
      border-bottom: 0.375rem solid white;
      border-left: 0.375rem solid transparent;
      border-right: 0.375rem solid transparent;
      border-top: none; }
    @media screen and (min-width: 40rem) {
      .primary-nav .primary-nav-toggle-button {
        display: block; } }
    @media screen and (min-width: 66rem) {
      .primary-nav .primary-nav-toggle-button {
        display: none; } }
    .primary-nav .primary-nav-toggle-button .triangle {
      height: 0;
      width: 0;
      border-left: 0.375rem solid transparent;
      border-right: 0.375rem solid transparent;
      border-top: 0.375rem solid white;
      position: absolute;
      right: 1rem;
      top: 50%;
      margin-top: -2px; }
  .primary-nav .primary-nav-list {
    max-width: 66rem;
    margin: 0 auto; }
    @media screen and (min-width: 40rem) and (max-width: 66rem) {
      .primary-nav .primary-nav-list {
        display: none; } }
    @media screen and (min-width: 0) and (max-width: 40rem) {
      .primary-nav .primary-nav-list {
        display: block !important; } }
    @media screen and (min-width: 66rem) {
      .primary-nav .primary-nav-list {
        font-size: 0;
        display: block !important;
        transform: translateX(-0.5rem);
        height: 3.75rem; }
        .primary-nav .primary-nav-list > * {
          font-size: 1rem; } }
  .primary-nav .primary-nav-item.is-active .drop-panel {
    display: block; }
  @media screen and (min-width: 0) and (max-width: 66rem) {
    .primary-nav .primary-nav-item:last-child .primary-nav-heading {
      border-bottom: none; } }
  @media screen and (min-width: 66rem) {
    .primary-nav .primary-nav-item {
      display: inline-block; } }
  .primary-nav .primary-nav-heading {
    position: relative;
    color: white;
    font-weight: normal;
    font-size: 0.9rem;
    cursor: pointer;
    text-transform: none;
    display: block; }
    @media screen and (min-width: 0) and (max-width: 66rem) {
      .primary-nav .primary-nav-heading {
        padding: 1rem;
        border-bottom: 1px solid #0178bf; } }
    @media screen and (min-width: 40rem) and (max-width: 66rem) {
      .primary-nav .primary-nav-heading {
        font-size: 1rem; } }
    @media screen and (min-width: 66rem) {
      .primary-nav .primary-nav-heading {
        display: block;
        height: 3.75rem;
        padding: 1.4rem 0 1.5rem;
        font-size: 0.9rem;
        padding-right: 1.5rem;
        padding-left: 0.5rem; } }
    .primary-nav .primary-nav-heading.open {
      background-color: #0071a1; }
    .primary-nav .primary-nav-heading:hover, .primary-nav .primary-nav-heading:focus {
      background-color: #0178bf; }
      .primary-nav .primary-nav-heading:hover::before, .primary-nav .primary-nav-heading:hover::after, .primary-nav .primary-nav-heading:focus::before, .primary-nav .primary-nav-heading:focus::after {
        position: absolute;
        display: block;
        content: "";
        height: 3rem;
        width: 17rem;
        top: 2rem;
        z-index: 1; }
      .primary-nav .primary-nav-heading:hover::before, .primary-nav .primary-nav-heading:focus::before {
        right: 100%;
        transform-origin: top right;
        transform: rotate(-7.5deg); }
      .primary-nav .primary-nav-heading:hover::after, .primary-nav .primary-nav-heading:focus::after {
        left: 100%;
        transform-origin: top left;
        transform: rotate(7.5deg); }
    .primary-nav .primary-nav-heading .triangle {
      height: 0;
      width: 0;
      border-bottom: 0.375rem solid transparent;
      border-left: 0.375rem solid white;
      border-top: 0.375rem solid transparent;
      position: absolute;
      top: 50%;
      margin-top: -6px;
      right: 1rem; }
      @media screen and (min-width: 66rem) {
        .primary-nav .primary-nav-heading .triangle {
          height: 0;
          width: 0;
          border-left: 0.3rem solid transparent;
          border-right: 0.3rem solid transparent;
          border-top: 0.3rem solid white;
          margin-top: 0;
          right: 0.5rem; } }

.mobile-secondary-nav {
  background-color: white;
  padding: 1rem;
  font-size: 0.9rem; }
  @media screen and (min-width: 40rem) {
    .mobile-secondary-nav {
      display: none; } }
  .mobile-secondary-nav .navmenu-item {
    margin-bottom: 1rem; }
    .mobile-secondary-nav .navmenu-item:last-child {
      margin-bottom: 0; }
  .mobile-secondary-nav a {
    color: #999999; }

.drop-panel {
  font-size: 0;
  display: none;
  margin: 0 -1000rem;
  background-color: #f4f4f4;
  border-bottom: solid 1.2px #e3e3e3;
  z-index: 3;
  padding: 1rem 1000rem;
  padding-bottom: 0; }
  .drop-panel > * {
    font-size: 1rem; }
  @media screen and (min-width: 66rem) {
    .drop-panel {
      position: absolute;
      top: 3.75rem;
      left: 0;
      right: 0;
      padding: 3rem 1000rem; } }
  .drop-panel .drop-panel-wrapper {
    display: flex;
    align-items: flex-start; }
  .drop-panel .drop-panel-intro,
  .drop-panel .drop-panel-list,
  .drop-panel .drop-panel-thumb {
    display: inline-block;
    vertical-align: top;
    font-size: 0.9rem;
    min-height: 5rem; }
  .drop-panel .drop-panel-intro {
    width: 30%;
    padding-left: 0.5rem;
    display: none; }
    @media screen and (min-width: 66rem) {
      .drop-panel .drop-panel-intro {
        display: block; } }
    .drop-panel .drop-panel-intro .heading {
      color: black;
      font-weight: normal;
      font-size: 1.2rem;
      text-transform: capitalize; }
    .drop-panel .drop-panel-intro .paragraph {
      margin-top: 1.5rem;
      line-height: 1.4; }
    .drop-panel .drop-panel-intro .link {
      display: block;
      margin-top: 1.5rem;
      color: #0096d6;
      text-decoration: underline; }
  .drop-panel .drop-panel-list {
    padding-left: 1rem; }
    .drop-panel .drop-panel-list .menu-icon {
      margin-left: 5px;
      margin-bottom: -3px; }
    @media screen and (min-width: 66rem) {
      .drop-panel .drop-panel-list {
        width: 40%;
        padding-left: 4rem; } }
    .drop-panel .drop-panel-list .third-list {
      margin-top: 0.9rem; }
    .drop-panel .drop-panel-list .third-nav-item a {
      color: #666666;
      text-decoration: underline; }
      .drop-panel .drop-panel-list .third-nav-item a:hover {
        text-decoration: none; }
    .drop-panel .drop-panel-list .navlist-item {
      margin-bottom: 1rem;
      margin-left: 1.5rem; }
      .drop-panel .drop-panel-list .navlist-item .link {
        position: relative;
        padding-right: 1.5em; }
        .drop-panel .drop-panel-list .navlist-item .link .icon {
          top: 3px; }
    .drop-panel .drop-panel-list .link-list {
      margin-bottom: 1rem; }
      @media screen and (min-width: 66rem) {
        .drop-panel .drop-panel-list .link-list {
          margin-left: 0; } }
  .drop-panel .drop-panel-nav-heading {
    margin-bottom: 0.5rem; }
    @media screen and (min-width: 66rem) {
      .drop-panel .drop-panel-nav-heading {
        display: none; } }
    .drop-panel .drop-panel-nav-heading a {
      font-size: 0.9rem;
      line-height: 1.55; }
  .drop-panel .drop-panel-thumb {
    width: 30%;
    display: none; }
    @media screen and (min-width: 66rem) {
      .drop-panel .drop-panel-thumb {
        display: block; } }
    .drop-panel .drop-panel-thumb img {
      width: 100%;
      height: auto; }

.body-overlay {
  position: fixed;
  top: 0;
  z-index: 10;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.25s;
  background: rgba(0, 0, 0, 0.9);
  visibility: visible; }
  .body-overlay[aria-hidden="true"] {
    transition: opacity 0.25s, visibility 0.25s;
    opacity: 0;
    visibility: hidden; }

.popout {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  justify-content: center;
  align-items: center;
  background-color: rgba(3, 22, 52, 0.8);
  transition: 0.5s all ease;
  transform: translateY(-100%);
  opacity: 0; }
  .popout.open {
    transform: translateY(0);
    opacity: 1; }
  .popout .popout-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
    .popout .popout-overlay.js-popout-close {
      cursor: pointer; }
  .popout .popout-body {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2; }
    .popout .popout-body::-webkit-scrollbar {
      display: none; }
  .popout .popout-close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 9; }
  .popout .popout-content {
    position: relative;
    padding: 30px;
    background-color: #b0d23f;
    max-height: 90vh;
    overflow: auto;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */ }
    .popout .popout-content::-webkit-scrollbar {
      display: none; }
    @media screen and (min-width: 66rem) {
      .popout .popout-content {
        padding: 60px 100px; } }
    .popout .popout-content .popup-icon {
      margin-bottom: 5px;
      display: block; }
    .popout .popout-content h2 {
      font-size: 32px; }
    .popout .popout-content p {
      margin: 0; }
    .popout .popout-content .popup-icon,
    .popout .popout-content h2,
    .popout .popout-content p {
      text-align: center;
      color: white; }
    .popout .popout-content form {
      margin-top: 30px; }

.js-popout-trigger {
  cursor: pointer; }

.header-popup {
  padding: 0.5rem 1rem;
  color: white;
  font-size: 0.9rem;
  transition: background-color 0.2s linear;
  background-color: #b0d23f; }
  .header-popup.has-link {
    cursor: pointer; }
    .header-popup.has-link:hover {
      background-color: #bbdf44 !important; }
  @media screen and (min-width: 40rem) {
    .header-popup {
      padding: 1rem;
      font-size: 1rem; } }
  .header-popup .content {
    text-align: center; }
    @media screen and (min-width: 40rem) {
      .header-popup .content {
        justify-content: center; } }
  .header-popup p {
    display: block;
    margin-bottom: 0.5rem; }
    @media screen and (min-width: 40rem) {
      .header-popup p {
        display: inline-block;
        padding-right: 1rem;
        margin: 0;
        vertical-align: middle; } }

.icon-links {
  font-size: 0; }
  .icon-links > * {
    font-size: 1rem; }

.icon-links-item {
  display: inline-block; }

.icon {
  width: 1em;
  height: 1em;
  fill: currentColor; }

.svg-sprite {
  display: none; }

.container {
  width: 100%;
  max-width: 66rem;
  margin: 0 auto;
  padding: 0 1rem; }
  @media screen and (min-width: 68rem) {
    .container {
      padding: 0; } }

.cross-list li,
.tick-list li {
  position: relative;
  padding-top: 0.25rem;
  padding-left: 3rem;
  margin-bottom: 1rem;
  background-size: 2rem 2rem;
  background-position: top left;
  background-repeat: no-repeat;
  min-height: 2.35rem;
  line-height: 1.5; }
  .cross-list li:last-child,
  .tick-list li:last-child {
    margin-bottom: 0; }

.tick-list li {
  background-image: url("/site/images/wysiwyg/tick-icon-blue.svg"); }

.cross-list li {
  background-image: url("/site/images/wysiwyg/cross-icon.svg"); }

.is-dark .tick-list li {
  background-image: url("/site/images/wysiwyg/tick-icon-green.svg"); }

ol.default {
  list-style-type: decimal;
  margin-left: 1rem; }

ul.default {
  list-style-type: none;
  margin-left: 0; }
  ul.default li {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0.5rem;
    line-height: 1.5; }
    ul.default li:last-child {
      margin-bottom: 0; }
    ul.default li:after {
      content: "\02022";
      position: absolute;
      left: 0;
      top: -1px;
      font-weight: bold;
      color: #0096d6;
      font-size: 1.2rem; }

.arrow-list {
  margin-left: 0; }
  .arrow-list li {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0.75rem;
    line-height: 1.5; }
    .arrow-list li:before {
      content: "\0003E";
      position: absolute;
      left: 0;
      top: -1px;
      font-weight: bold;
      color: #0096d6;
      font-size: 1.2rem; }

.link-list li {
  margin-bottom: 1rem; }
  .link-list li:last-child {
    margin-bottom: 0; }
  .link-list li .icon {
    position: relative;
    margin-left: 0.25rem;
    top: 2px; }

.sidebar-menu {
  border-radius: 0.25rem;
  overflow: hidden;
  background-color: #f4f4f4; }
  .sidebar-menu[aria-expanded="true"] .sidebar-menu-wrapper {
    display: block; }
  .sidebar-menu .sidebar-menu-mobile-handle {
    position: relative;
    padding: 1rem 1rem;
    cursor: pointer;
    text-align: center; }
    .sidebar-menu .sidebar-menu-mobile-handle .icon {
      position: absolute;
      right: 1rem;
      top: 1rem;
      fill: #666666; }
    @media screen and (min-width: 50rem) {
      .sidebar-menu .sidebar-menu-mobile-handle {
        display: none; } }
  .sidebar-menu .sidebar-menu-item:last-child .sidebar-menu-anchor {
    border-bottom: none; }
  .sidebar-menu .sidebar-menu-item[aria-selected="true"] .sidebar-menu-anchor {
    background-color: #0096d6;
    color: white;
    cursor: default; }
  .sidebar-menu .sidebar-menu-anchor {
    display: block;
    text-align: center;
    padding: 1rem 1rem;
    border-bottom: 1px solid white;
    color: #666666; }
    .sidebar-menu .sidebar-menu-anchor:hover {
      background-color: #dddddd; }
    @media screen and (min-width: 50rem) {
      .sidebar-menu .sidebar-menu-anchor {
        text-align: left;
        padding: 1.25rem; } }

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(3, 22, 52, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 2rem;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }
  @media screen and (min-width: 30rem) {
    .remodal {
      padding: 3rem; } }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1; } }
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(0.95);
    opacity: 0; } }
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

.rounded-corners img {
  border-radius: 0.25rem;
  overflow: hidden;
  display: block; }

.search-bar {
  position: relative;
  width: 100%;
  padding-right: 2rem; }
  .search-bar .text {
    width: 100%;
    height: 100%;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-right: none;
    color: #dddddd;
    font-size: 0.9rem;
    outline: none;
    transition: border-color 0.3s linear;
    padding: 0.5rem; }
    .search-bar .text:focus {
      border-color: #999999;
      background-color: #f4f4f4;
      color: #666666; }
  .search-bar .action {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3rem;
    background-color: #031634;
    color: white;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid transparent; }
    .search-bar .action .icon {
      width: 1rem;
      height: 1rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .search-bar .action:hover {
      background-color: #0071a1; }
  .search-bar input[type="text"] {
    border: 1px solid #dddddd; }

/* Slick Slider default styles */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.strip {
  padding: 3rem 0;
  text-align: center; }
  @media screen and (min-width: 40rem) {
    .strip {
      padding: 4rem 0; } }
  @media screen and (min-width: 66rem) {
    .strip {
      padding: 6rem 0; } }
  .strip.strip-flush {
    padding: 0; }
  @media screen and (min-width: 40rem) {
    .strip.strip-small {
      padding: 2.5rem 0; } }
  @media screen and (min-width: 66rem) {
    .strip.strip-small {
      padding: 4rem 0; } }
  @media screen and (min-width: 40rem) {
    .strip.strip-large {
      padding: 6rem 0; } }
  @media screen and (min-width: 66rem) {
    .strip.strip-large {
      padding: 9rem 0; } }
  .strip.is-dark {
    color: #dddddd; }
    .strip.is-dark .strip-header .subheading,
    .strip.is-dark .strip-header .big-heading,
    .strip.is-dark .strip-header .content,
    .strip.is-dark .strip-header .heading {
      color: white; }
    .strip.is-dark .subheading {
      color: #0096d6; }
    .strip.is-dark .hero-heading,
    .strip.is-dark .heading {
      color: white; }
    .strip.is-dark .wysiwyg {
      color: white; }
  .strip.is-aligned .strip-header .subheading,
  .strip.is-aligned .strip-header .content,
  .strip.is-aligned .strip-header .heading {
    text-align: left; }
  .strip.has-border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .strip .hero-heading,
  .strip .big-heading,
  .strip .heading,
  .strip .subheading {
    color: #031634; }
  .strip .strip-header {
    margin-bottom: 2.5rem; }
    .strip .strip-header .subheading {
      text-transform: uppercase;
      font-size: 0.9rem;
      color: #999999;
      margin-bottom: 0.5rem;
      line-height: 1.2; }
    .strip .strip-header .heading {
      font-weight: normal;
      font-size: 1.6rem;
      color: #031634;
      margin-bottom: 1.5rem;
      line-height: 1.3; }
    .strip .strip-header .content {
      line-height: 1.4;
      font-size: 15px;
      margin-bottom: 1.25rem; }

.tabber .tabber-navigation {
  display: none;
  font-size: 0;
  position: relative;
  white-space: nowrap;
  z-index: 9;
  bottom: -1px;
  overflow-x: scroll; }
  .tabber .tabber-navigation > * {
    font-size: 1rem; }
  @media screen and (min-width: 40rem) {
    .tabber .tabber-navigation {
      display: block; } }
  @media screen and (min-width: 60rem) {
    .tabber .tabber-navigation {
      overflow-x: auto; } }
.tabber .tabber-tab {
  display: inline-block;
  vertical-align: top;
  max-width: 15rem;
  padding: 1rem 1.25rem;
  white-space: normal;
  background-color: #0096d6;
  font-size: 0.9rem;
  color: white;
  margin: 0 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom: none;
  cursor: pointer; }
  .tabber .tabber-tab:hover {
    background-color: #0178bf; }
  .tabber .tabber-tab[aria-pressed="true"] {
    background-color: white;
    color: #999999;
    border: 1px solid #dddddd;
    border-bottom: none;
    cursor: default; }
.tabber .mobile-handle {
  position: relative;
  text-align: left;
  background-color: #0096d6;
  color: white;
  padding: 1rem;
  margin-top: 0.5rem;
  cursor: pointer;
  padding-right: 2rem; }
  .tabber .mobile-handle:first-child {
    margin-top: 0; }
  @media screen and (min-width: 40rem) {
    .tabber .mobile-handle {
      margin-top: 0;
      display: none; } }
.tabber .mobile-handle-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 3rem;
  font-size: 1.6rem;
  text-align: center;
  line-height: 3.5rem; }
.tabber .tabber-panels {
  background-color: white;
  padding: 2rem 0; }
  @media screen and (min-width: 40rem) {
    .tabber .tabber-panels {
      padding: 0;
      border-top: 1px solid #dddddd; } }
.tabber .tabber-panel {
  display: none;
  padding: 1rem;
  background-color: #f4f4f4; }
  @media screen and (min-width: 40rem) {
    .tabber .tabber-panel {
      display: block !important;
      background-color: white;
      height: 0;
      padding: 0;
      overflow: hidden; }
      .tabber .tabber-panel[aria-hidden="false"] {
        height: auto; }
        .tabber .tabber-panel[aria-hidden="false"] .block-wrapper {
          transform: translateY(0);
          opacity: 1; }
      .tabber .tabber-panel .block-wrapper {
        transform: translateY(50px);
        transition: transform 0.2s ease-out, opacity 0.3s linear;
        opacity: 0; } }

.wysiwyg table {
  width: 100%;
  border-collapse: collapse; }
  .wysiwyg table td {
    padding: 0.75rem 1rem;
    color: #666666;
    background-color: white;
    border: solid 1px #efefef; }
  .wysiwyg table thead td {
    font-weight: bold;
    color: white;
    border-color: #0096d6;
    background-color: #0096d6; }

.thumb {
  position: relative;
  display: block;
  height: 0;
  text-align: left;
  border-radius: 0.5rem;
  overflow: hidden;
  cursor: pointer;
  background-position: center center;
  background-size: cover; }
  .thumb:hover:after {
    opacity: 1; }
  .thumb:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%);
    opacity: 0.8;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.3s ease-out;
    border-radius: 0.5rem; }
  .thumb .thumb-footer {
    position: absolute;
    bottom: 0.75rem;
    left: 1rem;
    right: 1rem;
    z-index: 9; }
  .thumb .thumb-anchor {
    color: white;
    margin: 0;
    padding-right: 1rem; }
  .thumb .icon {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.5rem;
    font-size: 0.8rem;
    fill: white; }

.tick-block {
  border-radius: 0.25rem;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  padding: 1.25rem 2rem;
  padding-left: 6rem;
  position: relative;
  font-size: 1.2rem;
  color: #031634; }
  .tick-block + .tick-block {
    margin-top: 0.75rem; }
  .tick-block:before {
    content: '';
    position: absolute;
    background-color: #b0d23f;
    background-image: url("/site/images/wysiwyg/tick.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2rem;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4rem; }

.tree-item {
  background-color: #f4f4f4;
  border-radius: 0.25rem;
  overflow: hidden; }
  .tree-item .thumb {
    min-height: 8rem;
    border-radius: 0; }
    .tree-item .thumb:after {
      border-radius: 0; }
  .tree-item .tree-item-child-wrapper {
    padding: 0 0.75rem; }
  .tree-item .tree-item-child {
    position: relative;
    text-align: left;
    border-bottom: 1px solid #999999;
    padding: 1rem 2rem 1rem 0;
    line-height: 1.2; }
    .tree-item .tree-item-child:last-child {
      border-bottom: none; }
    @media screen and (min-width: 40rem) {
      .tree-item .tree-item-child {
        padding: 1.25rem 2rem 1.25rem 0; } }
    .tree-item .tree-item-child a {
      display: block;
      color: #666666; }
      .tree-item .tree-item-child a:hover {
        color: black; }
    .tree-item .tree-item-child .icon {
      position: absolute;
      width: 0.75rem;
      height: 0.75rem;
      top: 50%;
      right: 0;
      margin-top: -0.375rem;
      color: #c4c4c4; }

.video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  border-radius: 0.5rem; }
  .video-wrapper:hover .video-thumb {
    background-color: rgba(0, 0, 0, 0.5); }
  .video-wrapper.playing .video-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .video-wrapper.playing iframe {
    width: 100%;
    height: 100%; }
  .video-wrapper .video-thumb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease-in-out; }
  .video-wrapper .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2rem;
    margin-left: -2rem;
    width: 4rem;
    height: 4rem;
    background-color: transparent; }
  .video-wrapper .icon {
    width: 100%;
    height: 100%; }

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg hgroup,
.wysiwyg ul, .wysiwyg ol, .wysiwyg dd,
.wysiwyg p, .wysiwyg figure,
.wysiwyg pre, .wysiwyg table, .wysiwyg fieldset, .wysiwyg hr {
  margin-top: 1.5rem;
  margin-bottom: 0; }
  .wysiwyg h1:first-child, .wysiwyg h2:first-child, .wysiwyg h3:first-child, .wysiwyg h4:first-child, .wysiwyg h5:first-child, .wysiwyg h6:first-child, .wysiwyg hgroup:first-child,
  .wysiwyg ul:first-child, .wysiwyg ol:first-child, .wysiwyg dd:first-child,
  .wysiwyg p:first-child, .wysiwyg figure:first-child,
  .wysiwyg pre:first-child, .wysiwyg table:first-child, .wysiwyg fieldset:first-child, .wysiwyg hr:first-child {
    margin-top: 0; }
.wysiwyg .hero-heading {
  font-size: 2rem; }
.wysiwyg .big-heading {
  font-size: 1.6rem; }
.wysiwyg .heading {
  font-size: 1.2rem; }
.wysiwyg .subheading {
  color: #031634;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-weight: bold; }
.wysiwyg p {
  line-height: 1.6; }
.wysiwyg hr {
  margin: 3rem 0;
  border: none;
  border-bottom: 1px solid #c4c4c4; }
.wysiwyg .responsive-video {
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; }
  .wysiwyg .responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }
@media screen and (min-width: 40rem) {
  .wysiwyg .two-columns {
    column-count: 2;
    column-gap: 3rem; } }
.wysiwyg .hero-heading + .heading,
.wysiwyg .hero-heading + .big-heading,
.wysiwyg .hero-heading + .subheading,
.wysiwyg .heading + .subheading,
.wysiwyg .subheading + .hero-heading,
.wysiwyg .subheading + .heading,
.wysiwyg .big-heading + .hero-heading,
.wysiwyg .big-heading + .heading {
  margin-top: 0.5rem; }
.wysiwyg .hero-heading + p,
.wysiwyg .big-heading + p,
.wysiwyg .heading + p {
  margin-top: 0.75rem; }
.wysiwyg .subheading + p {
  margin-top: 0.5rem; }
.wysiwyg .subheading + ul,
.wysiwyg .subheading + ol,
.wysiwyg .big-heading + ul,
.wysiwyg .big-heading + ol,
.wysiwyg .hero-heading + ul,
.wysiwyg .hero-heading + ol,
.wysiwyg .heading + ul,
.wysiwyg .heading + ol {
  margin-top: 1rem; }
.wysiwyg p + .hero-heading,
.wysiwyg ul + .hero-heading,
.wysiwyg ol + .hero-heading,
.wysiwyg p + .big-heading,
.wysiwyg ul + .big-heading,
.wysiwyg ol + .big-heading,
.wysiwyg p + .heading,
.wysiwyg ul + .heading,
.wysiwyg ol + .heading,
.wysiwyg p + .subheading,
.wysiwyg ul + .subheading,
.wysiwyg ol + .subheading {
  margin-top: 2.5rem; }

.accordion-strip.use-modern-styles .accordion {
  background-color: #f4f4f4;
  border-radius: 8px; }
  .accordion-strip.use-modern-styles .accordion[aria-expanded="true"] .plus-icon:before {
    transform: rotate(90deg); }
  .accordion-strip.use-modern-styles .accordion[aria-expanded="true"] .plus-icon:after {
    transform: rotate(180deg); }
.accordion-strip.use-modern-styles .accordion-header {
  padding: 1.3rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  .accordion-strip.use-modern-styles .accordion-header h4 {
    color: #031634;
    font-size: 1.2rem;
    line-height: 1.4; }
.accordion-strip.use-modern-styles .plus-icon {
  position: relative;
  width: 8px;
  height: 8px;
  /* Vertical line */
  /* horizontal line */ }
  .accordion-strip.use-modern-styles .plus-icon:before, .accordion-strip.use-modern-styles .plus-icon:after {
    content: "";
    position: absolute;
    background-color: #031634;
    transition: transform 0.25s ease-out; }
  .accordion-strip.use-modern-styles .plus-icon:before {
    top: -1px;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -2px; }
  .accordion-strip.use-modern-styles .plus-icon:after {
    top: 50%;
    left: -1px;
    width: 100%;
    height: 2px;
    margin-top: -2px; }
.accordion-strip .accordion {
  margin-top: 1rem; }
  .accordion-strip .accordion:first-child {
    margin-top: 0; }
.accordion-strip .accordion-body .wysiwyg li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px; }
  .accordion-strip .accordion-body .wysiwyg li:before {
    content: '';
    background-color: #0096d6;
    border-radius: 100%;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }

.additional-note-strip {
  text-align: left; }
  .additional-note-strip .separator {
    margin: 0;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .additional-note-strip.is-reversed .block-wrapper {
    flex-direction: row-reverse; }
  @media screen and (min-width: 40rem) {
    .additional-note-strip.is-reversed .block-images {
      text-align: left; } }
  @media screen and (min-width: 40rem) {
    .additional-note-strip.is-reversed .block-content {
      padding-right: 0;
      padding-left: 3rem; } }
  .additional-note-strip .heading {
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: bold; }
  .additional-note-strip .block-wrapper {
    padding: 2rem 0; }
    @media screen and (min-width: 40rem) {
      .additional-note-strip .block-wrapper {
        font-size: 0;
        display: flex;
        padding: 4rem 0; }
        .additional-note-strip .block-wrapper > * {
          font-size: 1rem; } }
  @media screen and (min-width: 40rem) {
    .additional-note-strip .block {
      display: inline-block;
      vertical-align: middle; } }
  .additional-note-strip .block-images {
    text-align: center;
    margin-top: 2rem; }
    .additional-note-strip .block-images .image {
      display: inline-block;
      margin: 0 1rem; }
    @media screen and (min-width: 40rem) {
      .additional-note-strip .block-images {
        width: 40%;
        margin-top: 0;
        text-align: right; } }
  @media screen and (min-width: 40rem) {
    .additional-note-strip .block-content {
      padding-right: 3rem;
      width: 60%; } }

.article-details-links {
  text-align: left; }
  @media screen and (min-width: 40rem) {
    .article-details-links .block-wrapper {
      font-size: 0; }
      .article-details-links .block-wrapper > * {
        font-size: 1rem; } }
  .article-details-links .banner-image {
    border-radius: 0.25rem;
    overflow: hidden; }
    @media screen and (min-width: 40rem) {
      .article-details-links .banner-image {
        margin-bottom: 2rem; } }
    @media screen and (min-width: 66rem) {
      .article-details-links .banner-image {
        margin-bottom: 3rem; } }
    .article-details-links .banner-image img {
      width: 100%;
      height: auto;
      display: block; }
  @media screen and (min-width: 40rem) {
    .article-details-links .block {
      display: inline-block;
      vertical-align: top; } }
  .article-details-links .block-sidebar {
    margin-top: 2rem; }
    @media screen and (min-width: 40rem) {
      .article-details-links .block-sidebar {
        width: 30%;
        margin-top: 0;
        padding-left: 1rem;
        border-left: 1px solid #dddddd; } }
    @media screen and (min-width: 66rem) {
      .article-details-links .block-sidebar {
        padding-left: 2rem; } }
    .article-details-links .block-sidebar .heading {
      font-size: 1.2rem; }
  .article-details-links .block-content {
    margin-top: 2rem; }
    @media screen and (min-width: 40rem) {
      .article-details-links .block-content {
        width: 70%;
        padding-right: 2rem;
        margin-top: 0; } }
    @media screen and (min-width: 66rem) {
      .article-details-links .block-content {
        padding-right: 3rem; } }
  .article-details-links .links-list li {
    position: relative;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    line-height: 1.4; }
    .article-details-links .links-list li:last-child {
      margin-bottom: 0; }
    .article-details-links .links-list li .icon {
      position: absolute;
      left: 0;
      top: 0.25rem;
      font-size: 0.8rem; }

.article-details {
  text-align: left; }
  @media screen and (min-width: 40rem) {
    .article-details.is-limited .wysiwyg {
      max-width: 60%;
      margin: 0 auto; } }
  .article-details .wysiwyg h2,
  .article-details .wysiwyg h3 {
    font-size: 22px;
    line-height: 23px;
    color: #031634;
    margin-bottom: 20px; }
  .article-details .banner-image {
    border-radius: 0.25rem;
    overflow: hidden; }
    @media screen and (min-width: 40rem) {
      .article-details .banner-image {
        margin-bottom: 2rem; } }
    @media screen and (min-width: 66rem) {
      .article-details .banner-image {
        margin-bottom: 3rem; } }
    .article-details .banner-image img {
      width: 100%;
      height: auto;
      display: block; }
  .article-details .block-content {
    margin-top: 2rem; }

.article-grid {
  text-align: center; }
  .article-grid.use-modern-styles.white-background .articles-grid-item {
    background-color: #f4f4f4 !important; }
  .article-grid.use-modern-styles .container {
    padding: 0; }
  .article-grid.use-modern-styles .articles-grid {
    flex-direction: column; }
  .article-grid.use-modern-styles .slick-list {
    padding: 0 10% 0 10% !important; }
    @media screen and (min-width: 25rem) {
      .article-grid.use-modern-styles .slick-list {
        padding: 0 !important; } }
  .article-grid.use-modern-styles .slick-track {
    display: flex !important; }
  .article-grid.use-modern-styles .articles-grid-item {
    margin-right: 15px !important;
    margin-left: 15px !important;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    height: inherit !important; }
    @media screen and (min-width: 50rem) {
      .article-grid.use-modern-styles .articles-grid-item.add-border {
        border: 1px solid #CCC; } }
    .article-grid.use-modern-styles .articles-grid-item.white-background {
      background-color: white !important; }
      .article-grid.use-modern-styles .articles-grid-item.white-background .author-details {
        background-color: white !important; }
        .article-grid.use-modern-styles .articles-grid-item.white-background .author-details .author-image-container {
          background-color: #F4F4F4 !important; }
      .article-grid.use-modern-styles .articles-grid-item.white-background .article-footer a {
        color: #0196D6; }
  @media screen and (min-width: 25rem) {
    .article-grid.use-modern-styles .article-body-wrapper {
      width: 100%; } }
  .article-grid.use-modern-styles .article-date {
    font-style: initial;
    margin-bottom: 0.75rem;
    font-size: 14px;
    line-height: 155%;
    color: #666666; }
  .article-grid.use-modern-styles .article-heading {
    font-size: 16px;
    line-height: 17px;
    color: #031634; }
  .article-grid.use-modern-styles .article-summary {
    font-size: 15px;
    line-height: 155%;
    color: #666666; }
  .article-grid.use-modern-styles .slick-dots {
    display: none !important; }
  @media screen and (min-width: 50rem) {
    .article-grid.use-modern-styles .show-nav.show-nav-desktop .slick-dots {
      display: flex !important; } }
  .article-grid.use-modern-styles .show-nav .slick-dots {
    margin-top: 30px;
    display: flex !important;
    justify-content: center; }
    @media screen and (min-width: 50rem) {
      .article-grid.use-modern-styles .show-nav .slick-dots {
        display: none !important;
        margin-top: 20px; } }
    .article-grid.use-modern-styles .show-nav .slick-dots li {
      margin-right: 5px; }
      .article-grid.use-modern-styles .show-nav .slick-dots li.slick-active button {
        background-color: #0096d6; }
      .article-grid.use-modern-styles .show-nav .slick-dots li button {
        background-color: #D9D9D9;
        border-radius: 50%;
        padding: 0.4rem;
        font-size: 0; }
  @media screen and (min-width: 50rem) {
    .article-grid .articles-grid {
      font-size: 0;
      display: flex;
      margin-top: 3rem;
      justify-content: center; }
      .article-grid .articles-grid > * {
        font-size: 1rem; } }
  .article-grid .articles-grid-item {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
    background-color: white;
    margin-bottom: 2rem;
    border-radius: 0.25rem;
    overflow: hidden; }
    .article-grid .articles-grid-item:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 50rem) {
      .article-grid .articles-grid-item {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 1rem;
        margin-left: 1rem;
        width: calc(33.3333333333% - 1rem);
        vertical-align: top; } }
    @media screen and (min-width: 50rem) {
      .article-grid .articles-grid-item:nth-child(3n+1) {
        margin-left: 0; } }
    @media screen and (min-width: 50rem) {
      .article-grid .articles-grid-item:nth-child(3n) {
        margin-right: 0; } }
  .article-grid .article {
    line-height: 1.3; }
    @media screen and (min-width: 25rem) {
      .article-grid .article {
        display: flex;
        flex-direction: row; } }
    @media screen and (min-width: 50rem) {
      .article-grid .article {
        display: block;
        height: 100%; } }
  .article-grid .article-image {
    min-height: 10rem;
    background-size: cover;
    background-position: center center; }
    @media screen and (min-width: 25rem) {
      .article-grid .article-image {
        width: 40%; } }
    @media screen and (min-width: 50rem) {
      .article-grid .article-image {
        width: 100%; } }
  .article-grid .article-body-wrapper {
    padding: 1rem; }
    @media screen and (min-width: 25rem) {
      .article-grid .article-body-wrapper {
        width: 60%;
        text-align: left; } }
    @media screen and (min-width: 50rem) {
      .article-grid .article-body-wrapper {
        width: 100%;
        text-align: center;
        padding: 1.5rem; } }
  .article-grid .article-date {
    display: inline-block;
    font-size: 0.8rem;
    font-style: italic;
    margin-bottom: 0.25rem; }
  .article-grid .article-heading {
    font-size: 1rem;
    color: #031634;
    font-weight: normal;
    margin-bottom: 1rem; }
  .article-grid .article-summary {
    margin-bottom: 1rem;
    line-height: 1.4;
    font-size: 0.9rem; }
  .article-grid .button-wrapper {
    margin-top: 3rem; }
  .article-grid .author-details {
    padding: 0 !important;
    text-align: left !important;
    margin-bottom: 20px !important; }
    .article-grid .author-details .author-image-container .thumbnail {
      width: 60px !important;
      height: 60px !important; }
    .article-grid .author-details .hero-sub-heading {
      display: none !important; }

.breadcrumbs-strip {
  text-align: left; }
  .breadcrumbs-strip.has-border-bottom {
    border-bottom: none; }
    .breadcrumbs-strip.has-border-bottom > .container {
      border-bottom: 1px solid #dddddd; }
  .breadcrumbs-strip > .container {
    padding: 1.5rem 1rem 1.25rem; }
    @media screen and (min-width: 66rem) {
      .breadcrumbs-strip > .container {
        padding: 1.5rem 0 1.25rem; } }

.call-to-action-strip {
  color: #999999;
  line-height: 1.4;
  font-size: 1.2rem; }
  @media screen and (min-width: 50rem) {
    .call-to-action-strip {
      font-size: 1.6rem; } }
  .call-to-action-strip.dark-background {
    color: white; }
  .call-to-action-strip .icon {
    position: relative;
    display: block;
    margin: 0 auto 1rem;
    width: 2.5rem;
    height: 2.5rem; }
    @media screen and (min-width: 50rem) {
      .call-to-action-strip .icon {
        display: inline;
        width: 1.75rem;
        height: 1.75rem;
        margin: 0 1rem 0 0;
        top: 5px; } }
  .call-to-action-strip a {
    font-weight: bold;
    color: white; }

.case-studies-list.use-modern-styles .modern-content {
  margin-bottom: 30px; }
  @media screen and (min-width: 40rem) {
    .case-studies-list.use-modern-styles .modern-content {
      margin-bottom: 50px;
      margin-right: auto;
      margin-left: auto;
      max-width: 65%; } }
.case-studies-list.use-modern-styles .modern-heading {
  font-size: 14px;
  line-height: 155%;
  color: #031634;
  margin-bottom: 18px;
  text-transform: uppercase; }
.case-studies-list.use-modern-styles .feature {
  box-shadow: none;
  border-radius: 0; }
.case-studies-list.use-modern-styles .feature-heading {
  color: #031634; }
.case-studies-list.use-modern-styles .block-content {
  color: #666666; }
.case-studies-list.use-modern-styles .feature-data strong {
  color: #666666; }
.case-studies-list.use-modern-styles .button-wrapper .button {
  color: white;
  background-color: #b0d23f;
  border: none; }
.case-studies-list.use-modern-styles .slick-dots {
  display: none !important; }
.case-studies-list.use-modern-styles .case-study-wrapper {
  position: relative; }
.case-studies-list.use-modern-styles .nav-left,
.case-studies-list.use-modern-styles .nav-right {
  position: absolute;
  bottom: -20px;
  cursor: pointer; }
  @media screen and (min-width: 80rem) {
    .case-studies-list.use-modern-styles .nav-left,
    .case-studies-list.use-modern-styles .nav-right {
      top: 50%;
      bottom: initial;
      transform: translateY(-25px); } }
  .case-studies-list.use-modern-styles .nav-left:hover svg path,
  .case-studies-list.use-modern-styles .nav-right:hover svg path {
    fill: #0071a1; }
  .case-studies-list.use-modern-styles .nav-left svg path,
  .case-studies-list.use-modern-styles .nav-right svg path {
    transition: all 0.5s ease; }
.case-studies-list.use-modern-styles .nav-left {
  left: 30px; }
  @media screen and (min-width: 80rem) {
    .case-studies-list.use-modern-styles .nav-left {
      left: -100px; } }
.case-studies-list.use-modern-styles .nav-right {
  right: 30px; }
  @media screen and (min-width: 80rem) {
    .case-studies-list.use-modern-styles .nav-right {
      right: -100px; } }
  .case-studies-list.use-modern-styles .nav-right svg {
    transform: rotate(180deg); }
.case-studies-list.use-modern-styles .show-nav .slick-dots {
  display: flex !important;
  justify-content: center;
  margin-top: 20px; }
  @media screen and (min-width: 66rem) {
    .case-studies-list.use-modern-styles .show-nav .slick-dots {
      margin-top: 50px; } }
  .case-studies-list.use-modern-styles .show-nav .slick-dots li {
    margin-right: 5px; }
    .case-studies-list.use-modern-styles .show-nav .slick-dots li.slick-active button {
      background-color: #0096d6; }
    .case-studies-list.use-modern-styles .show-nav .slick-dots li button {
      background-color: #D9D9D9;
      border-radius: 50%;
      padding: 0.4rem;
      font-size: 0; }
.case-studies-list.use-modern-styles .link-wrapper a {
  color: #B0D23F;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center; }
.case-studies-list .feature {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  background-color: white;
  border-radius: 0.25rem;
  overflow: hidden;
  margin-bottom: 1rem; }
  .case-studies-list .feature:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40rem) {
    .case-studies-list .feature {
      font-size: 0;
      display: flex; }
      .case-studies-list .feature > * {
        font-size: 1rem; } }
@media screen and (min-width: 40rem) {
  .case-studies-list .block-video,
  .case-studies-list .block-image,
  .case-studies-list .block-content {
    display: inline-block;
    vertical-align: top; } }
.case-studies-list .block-image {
  background-position: center;
  background-size: cover;
  min-height: 15rem; }
  @media screen and (min-width: 40rem) {
    .case-studies-list .block-image {
      width: 50%; } }
  .case-studies-list .block-image img {
    display: block; }
.case-studies-list .block-video {
  background-position: center;
  background-size: cover;
  min-height: 15rem;
  border-radius: 0;
  padding-bottom: initial;
  height: auto; }
  @media screen and (min-width: 40rem) {
    .case-studies-list .block-video {
      width: 50%; } }
.case-studies-list .block-content {
  text-align: left;
  padding: 2rem 1.5rem;
  color: #999999; }
  @media screen and (min-width: 40rem) {
    .case-studies-list .block-content {
      width: 50%;
      display: flex;
      align-items: center;
      justify-content: center; } }
  @media screen and (min-width: 66rem) {
    .case-studies-list .block-content {
      padding: 3rem 2.5rem; } }
.case-studies-list .feature-heading {
  font-size: 1.6rem;
  color: #0071a1;
  font-weight: normal;
  margin-bottom: 1rem; }
.case-studies-list .feature-data {
  margin-bottom: 1rem; }
  .case-studies-list .feature-data strong {
    display: inline-block;
    min-width: 4rem;
    text-transform: uppercase;
    color: #999999;
    font-size: 0.8rem; }
.case-studies-list .feature-data-item {
  margin-bottom: 0.25rem;
  line-height: 1.4; }
  .case-studies-list .feature-data-item:last-child {
    margin-bottom: 0; }
.case-studies-list .feature-content {
  margin-bottom: 2rem; }
.case-studies-list .button-wrapper .button {
  margin: 0; }
.case-studies-list .secondary-cta {
  text-align: center;
  margin-top: 2rem; }
  .case-studies-list .secondary-cta .secondary-cta-anchor {
    text-decoration: underline; }
  @media screen and (min-width: 66rem) {
    .case-studies-list .secondary-cta {
      margin-top: 3rem; } }
.case-studies-list .link-wrapper {
  margin-top: 2rem;
  text-decoration: underline; }
  @media screen and (min-width: 66rem) {
    .case-studies-list .link-wrapper {
      margin-top: 3rem; } }

.contact-form-strip {
  background-color: #b0d23f; }
  @media screen and (min-width: 66rem) {
    .contact-form-strip.use-modern-styles label {
      margin-bottom: 2rem; } }
  .contact-form-strip.use-modern-styles .button {
    border-radius: 0; }
  .contact-form-strip.has-image {
    position: relative; }
    .contact-form-strip.has-image .container {
      z-index: 10;
      position: relative; }
    .contact-form-strip.has-image:after {
      content: '';
      background-color: rgba(3, 22, 52, 0.65);
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 9; }
    .contact-form-strip.has-image .button {
      background-color: #b0d23f; }
  .contact-form-strip img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 8; }
  .contact-form-strip .strip-header .heading {
    color: white;
    margin-bottom: 3rem; }
  .contact-form-strip .contact-form {
    margin-top: 0; }
  @media screen and (min-width: 40rem) {
    .contact-form-strip .button-wrapper {
      margin-top: 3rem; } }
  .contact-form-strip .parsley-error {
    border: solid 1px #031634; }
  .contact-form-strip .parsley-errors-list {
    font-size: 1rem;
    color: red;
    margin-top: 0.5rem; }
  .contact-form-strip .button:disabled {
    background-color: #666666;
    cursor: default; }
    .contact-form-strip .button:disabled:hover {
      background-color: #666666; }

.customer-reviews-strip .customer-reviews-wrapper {
  position: relative;
  background-color: white;
  box-shadow: 0 2px 34px rgba(0, 0, 0, 0.05);
  padding: 30px 25px;
  margin: 0 auto;
  margin-bottom: 60px; }
  @media screen and (min-width: 66rem) {
    .customer-reviews-strip .customer-reviews-wrapper {
      max-width: 60%;
      padding: 50px;
      margin-bottom: 30px; } }
  .customer-reviews-strip .customer-reviews-wrapper .quote-mark {
    position: absolute;
    top: -23px;
    left: 20px; }
    @media screen and (min-width: 66rem) {
      .customer-reviews-strip .customer-reviews-wrapper .quote-mark {
        left: 50px; } }
  .customer-reviews-strip .customer-reviews-wrapper .customer-reviews.hide-dot-nav .slick-dots {
    display: none !important; }
  .customer-reviews-strip .customer-reviews-wrapper .review-heading {
    font-style: italic;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: black;
    margin-bottom: 25px; }
    @media screen and (min-width: 66rem) {
      .customer-reviews-strip .customer-reviews-wrapper .review-heading {
        font-size: 24px; } }
    @media screen and (min-width: 66rem) {
      .customer-reviews-strip .customer-reviews-wrapper .review-heading.has-rating {
        margin-bottom: 50px; } }
  .customer-reviews-strip .customer-reviews-wrapper .rating-container {
    margin-bottom: 20px;
    display: flex;
    justify-content: center; }
    .customer-reviews-strip .customer-reviews-wrapper .rating-container .rating-icon {
      margin-right: 2px; }
      .customer-reviews-strip .customer-reviews-wrapper .rating-container .rating-icon:last-of-type {
        margin-right: 0; }
  .customer-reviews-strip .customer-reviews-wrapper p {
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: black; }
  .customer-reviews-strip .customer-reviews-wrapper .nav-left,
  .customer-reviews-strip .customer-reviews-wrapper .nav-right {
    position: absolute;
    bottom: -80px;
    cursor: pointer; }
    @media screen and (min-width: 66rem) {
      .customer-reviews-strip .customer-reviews-wrapper .nav-left,
      .customer-reviews-strip .customer-reviews-wrapper .nav-right {
        top: 50%;
        bottom: initial;
        transform: translateY(-25px); } }
    .customer-reviews-strip .customer-reviews-wrapper .nav-left:hover svg path,
    .customer-reviews-strip .customer-reviews-wrapper .nav-right:hover svg path {
      fill: #0071a1; }
    .customer-reviews-strip .customer-reviews-wrapper .nav-left svg path,
    .customer-reviews-strip .customer-reviews-wrapper .nav-right svg path {
      transition: all 0.5s ease; }
  .customer-reviews-strip .customer-reviews-wrapper .nav-left {
    left: 30px; }
    @media screen and (min-width: 66rem) {
      .customer-reviews-strip .customer-reviews-wrapper .nav-left {
        left: -100px; } }
  .customer-reviews-strip .customer-reviews-wrapper .nav-right {
    right: 30px; }
    @media screen and (min-width: 66rem) {
      .customer-reviews-strip .customer-reviews-wrapper .nav-right {
        right: -100px; } }
    .customer-reviews-strip .customer-reviews-wrapper .nav-right svg {
      transform: rotate(180deg); }
  .customer-reviews-strip .customer-reviews-wrapper .slick-dots {
    position: absolute;
    bottom: -90px;
    display: flex;
    left: 50%;
    transform: translateX(-50%); }
    @media screen and (min-width: 66rem) {
      .customer-reviews-strip .customer-reviews-wrapper .slick-dots {
        bottom: -110px; } }
    .customer-reviews-strip .customer-reviews-wrapper .slick-dots li {
      margin-right: 5px; }
      .customer-reviews-strip .customer-reviews-wrapper .slick-dots li.slick-active button {
        background-color: #0096d6; }
      .customer-reviews-strip .customer-reviews-wrapper .slick-dots li button {
        background-color: #D9D9D9;
        border-radius: 50%;
        padding: 0.4rem;
        font-size: 0; }

.document-management-system-strip #dms-strip {
  margin-bottom: 3rem; }
.document-management-system-strip .footer-content,
.document-management-system-strip .header-content {
  margin-bottom: 3rem; }

.dual-options-strip {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
  position: relative; }
  @media screen and (min-width: 40rem) {
    .dual-options-strip.is-dark .first-option {
      border-right: 1px solid rgba(255, 255, 255, 0.2); } }
  .dual-options-strip.is-dark .option-icon .icon {
    fill: white; }
  .dual-options-strip.is-dark .option-heading,
  .dual-options-strip.is-dark .option-cta {
    color: #f4f4f4; }
  .dual-options-strip.is-dark .option-content {
    color: white; }
  .dual-options-strip.is-dark .option-separator {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .dual-options-strip.is-dark .option-separator span {
      border: 1px solid rgba(255, 255, 255, 0.2);
      color: white; }
  @media screen and (min-width: 40rem) {
    .dual-options-strip {
      font-size: 0;
      display: flex; }
      .dual-options-strip > * {
        font-size: 1rem; } }
  .dual-options-strip .option {
    text-align: center; }
    @media screen and (min-width: 40rem) {
      .dual-options-strip .option {
        display: inline-block;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 50%;
        vertical-align: middle; } }
  .dual-options-strip .first-option {
    padding: 3rem 1rem 4rem; }
    @media screen and (min-width: 40rem) {
      .dual-options-strip .first-option {
        border-right: 1px solid rgba(0, 0, 0, 0.1); } }
  .dual-options-strip .second-option {
    padding: 4rem 1rem 3rem; }
  @media screen and (min-width: 40rem) {
    .dual-options-strip .first-option,
    .dual-options-strip .second-option {
      padding: 3rem; } }
  @media screen and (min-width: 60rem) {
    .dual-options-strip .first-option,
    .dual-options-strip .second-option {
      padding: 5rem 3rem; } }
  .dual-options-strip .option-separator {
    position: relative;
    height: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center; }
    .dual-options-strip .option-separator span {
      display: block;
      position: absolute;
      width: 3rem;
      height: 3rem;
      left: 50%;
      margin-left: -1.5rem;
      top: 0;
      margin-top: -1.5rem;
      border-radius: 50%;
      border: 1px solid rgba(0, 0, 0, 0.1);
      text-align: center;
      text-transform: uppercase;
      font-weight: bold;
      line-height: 1rem;
      padding: 1rem 0;
      font-size: 0.8rem; }
    @media screen and (min-width: 40rem) {
      .dual-options-strip .option-separator {
        position: absolute;
        top: 50%;
        left: 50%; } }
  .dual-options-strip .option-icon {
    margin-bottom: 1rem; }
    .dual-options-strip .option-icon .icon {
      fill: #0096d6;
      width: 2rem;
      height: 2rem; }
  .dual-options-strip .option-heading {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-weight: bold;
    color: #031634; }
  .dual-options-strip .option-link {
    margin-top: 1rem; }
  .dual-options-strip .option-content {
    margin-top: 1rem;
    max-width: 25rem;
    margin-right: auto;
    margin-left: auto; }
  .dual-options-strip .option-cta {
    font-size: 1.2rem;
    color: #0096d6; }

.dual-panels-strip .panel {
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: white; }
  @media screen and (min-width: 40rem) {
    .dual-panels-strip .panel {
      margin-bottom: 2rem;
      padding: 2rem; } }
  .dual-panels-strip .panel .panel-block-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 40rem) {
    .dual-panels-strip .panel .panel-block-wrapper {
      font-size: 0; }
      .dual-panels-strip .panel .panel-block-wrapper > * {
        font-size: 1rem; } }
  .dual-panels-strip .panel .panel-block {
    position: relative;
    background-size: cover;
    background-position: center center;
    margin-bottom: 0.5rem;
    height: 0;
    padding-bottom: 56.25%; }
    @media screen and (min-width: 40rem) {
      .dual-panels-strip .panel .panel-block.panel-first-block {
        float: left; } }
    @media screen and (min-width: 40rem) {
      .dual-panels-strip .panel .panel-block.panel-second-block {
        float: right; } }
    @media screen and (min-width: 40rem) {
      .dual-panels-strip .panel .panel-block {
        display: inline-block;
        width: 49.75%;
        padding-bottom: 31.25%; } }
  .dual-panels-strip .panel .panel-caption {
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    color: white;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
    @media screen and (min-width: 40rem) {
      .dual-panels-strip .panel .panel-caption {
        font-size: 1.2rem;
        bottom: 1rem;
        left: 1rem; } }
  .dual-panels-strip .panel .panel-content {
    font-size: 0.9rem;
    margin-top: 0.5rem; }
    @media screen and (min-width: 40rem) {
      .dual-panels-strip .panel .panel-content {
        margin-top: 1rem; } }
    .dual-panels-strip .panel .panel-content p:first-child {
      margin-top: 0; }

.expanded-features-grid {
  position: relative;
  padding: 3rem 0; }
  .expanded-features-grid.content-last .container {
    display: flex;
    flex-direction: column; }
    .expanded-features-grid.content-last .container .strip-header {
      margin-bottom: 0; }
      .expanded-features-grid.content-last .container .strip-header .heading {
        margin-bottom: 0; }
    .expanded-features-grid.content-last .container .strip-content {
      order: 2;
      max-width: 81rem; }
    .expanded-features-grid.content-last .container .grid-wrapper .item {
      text-align: initial; }
  .expanded-features-grid.use-modern-styles .item {
    border-radius: 0; }
    .expanded-features-grid.use-modern-styles .item .item-heading {
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      text-transform: initial; }
    .expanded-features-grid.use-modern-styles .item .content-wrapper {
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: 155%; }
  .expanded-features-grid.has-image {
    padding-left: 24px;
    padding-right: 24px; }
    .expanded-features-grid.has-image:after {
      z-index: 2;
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%); }
  .expanded-features-grid .background-image {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1; }
  .expanded-features-grid .container {
    z-index: 3;
    position: relative; }
    .expanded-features-grid .container.large-container {
      max-width: 81rem; }
      @media screen and (min-width: 45rem) {
        .expanded-features-grid .container.large-container .item {
          width: calc(25% - 1rem ); } }
      @media screen and (min-width: 62rem) {
        .expanded-features-grid .container.large-container .item {
          width: calc(20% - 1rem );
          padding: .5rem .5rem; } }
    .expanded-features-grid .container.has-image {
      padding: 24px; }
      @media screen and (min-width: 45rem) {
        .expanded-features-grid .container.has-image {
          padding: 48px; } }
  .expanded-features-grid .strip-content {
    max-width: 660px;
    margin: 0 auto; }
  .expanded-features-grid .grid-wrapper {
    margin-top: 2rem; }
    @media screen and (min-width: 30rem) {
      .expanded-features-grid .grid-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 2rem -0.5rem 0; } }
  .expanded-features-grid .item {
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 0.25rem;
    overflow: hidden;
    background-color: white; }
    .expanded-features-grid .item:last-child {
      margin-bottom: 0; }
      @media screen and (min-width: 30rem) {
        .expanded-features-grid .item:last-child {
          margin-bottom: 1rem; } }
    @media screen and (min-width: 30rem) {
      .expanded-features-grid .item {
        display: inline-block;
        width: calc(50% - 1rem );
        margin-right: 0.5rem;
        margin-left: 0.5rem; } }
    @media screen and (min-width: 45rem) {
      .expanded-features-grid .item {
        width: calc(33.3333333333% - 1rem );
        padding: 1.5rem 1rem; } }
  .expanded-features-grid .item-icon .icon {
    fill: #0096d6;
    width: 3rem;
    height: 3rem; }
    @media screen and (min-width: 45rem) {
      .expanded-features-grid .item-icon .icon {
        width: 3.5rem;
        height: 3.5rem; } }
    @media screen and (min-width: 62rem) {
      .expanded-features-grid .item-icon .icon {
        width: 4rem;
        height: 4rem; } }
  .expanded-features-grid .item-heading {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-weight: bold;
    margin-top: 1rem;
    color: #031634; }
    @media screen and (min-width: 62rem) {
      .expanded-features-grid .item-heading {
        margin-top: 1.25rem; } }
  .expanded-features-grid .item-content {
    color: #666666;
    font-size: 0.9rem;
    margin-top: 1rem; }
    .expanded-features-grid .item-content p:first-child {
      margin-top: 0; }
  .expanded-features-grid .item-anchor {
    display: block;
    margin-top: 1rem;
    font-size: 0.9rem; }
    .expanded-features-grid .item-anchor span {
      position: relative;
      top: 1px;
      margin-left: 0.25rem;
      font-size: 1.2rem; }
  .expanded-features-grid .button-wrapper {
    margin-top: 2rem; }

@media screen and (min-width: 40rem) {
  .extended-gallery-strip.is-reversed .block-wrapper {
    flex-direction: row; } }
@media screen and (min-width: 40rem) {
  .extended-gallery-strip.is-reversed .block-content {
    padding-right: 0;
    padding-left: 4rem; } }
@media screen and (min-width: 40rem) {
  .extended-gallery-strip.is-reversed .block-gallery {
    padding-left: 0;
    padding-right: 4rem; } }
@media screen and (min-width: 40rem) {
  .extended-gallery-strip .block-wrapper {
    font-size: 0;
    display: flex;
    flex-direction: row-reverse; }
    .extended-gallery-strip .block-wrapper > * {
      font-size: 1rem; } }
.extended-gallery-strip .block-content,
.extended-gallery-strip .block-gallery {
  text-align: left; }
  @media screen and (min-width: 40rem) {
    .extended-gallery-strip .block-content,
    .extended-gallery-strip .block-gallery {
      display: inline-block;
      vertical-align: top;
      width: 50%; } }
.extended-gallery-strip .block-content {
  margin-top: 3rem; }
  @media screen and (min-width: 40rem) {
    .extended-gallery-strip .block-content {
      margin-top: 0;
      padding-right: 4rem; } }
@media screen and (min-width: 40rem) {
  .extended-gallery-strip .block-gallery {
    padding-left: 4rem; } }
.extended-gallery-strip .gallery .gallery-viewer {
  padding-bottom: 100%; }
.extended-gallery-strip .gallery .gallery-slide {
  border: 0.25rem white solid; }
.extended-gallery-strip .extra-content {
  margin-top: 2rem; }

.big-heading-strip {
  text-align: left;
  background-color: #0178bf; }
  .big-heading-strip > .container::after {
    clear: both;
    content: "";
    display: table; }
  .big-heading-strip .heading,
  .big-heading-strip .subheading {
    color: white;
    line-height: 1.4; }
  .big-heading-strip .heading {
    font-size: 2rem;
    margin-bottom: 0; }
    @media screen and (min-width: 50rem) {
      .big-heading-strip .heading {
        float: left; } }
  .big-heading-strip .subheading {
    text-transform: none;
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 0.5rem; }
    @media screen and (min-width: 50rem) {
      .big-heading-strip .subheading {
        float: left;
        clear: left; } }
  .big-heading-strip .aside {
    color: white;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: bold; }
    @media screen and (min-width: 50rem) {
      .big-heading-strip .aside {
        float: right;
        line-height: 2.4;
        margin-top: 0.5rem; } }

.feature-tile {
  text-align: left; }
  .feature-tile.is-dark .secondary-cta .secondary-cta-anchor {
    color: white; }
  @media screen and (min-width: 40rem) {
    .feature-tile.is-reversed .block-wrapper {
      flex-direction: row-reverse; }
      .feature-tile.is-reversed .block-wrapper .block-content {
        padding-left: 0;
        padding-right: 2rem; } }
  @media screen and (min-width: 66rem) {
    .feature-tile.is-reversed .block-wrapper .block-content {
      padding-left: 0;
      padding-right: 4rem; } }
  .feature-tile.is-flushed .block-wrapper {
    padding: 0 !important; }
  .feature-tile.is-flushed .block-image {
    margin-bottom: 0; }
  .feature-tile.is-flushed .block-content {
    padding: 1.5rem 1rem; }
    @media screen and (min-width: 40rem) {
      .feature-tile.is-flushed .block-content {
        padding: 2rem 1.5rem; } }
    @media screen and (min-width: 66rem) {
      .feature-tile.is-flushed .block-content {
        padding: 2rem; } }
  .feature-tile .block-wrapper {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
    background-color: white;
    padding: 1rem;
    border-radius: 0.25rem;
    overflow: hidden; }
    @media screen and (min-width: 40rem) {
      .feature-tile .block-wrapper {
        font-size: 0;
        padding: 2rem 1rem;
        display: flex; }
        .feature-tile .block-wrapper > * {
          font-size: 1rem; } }
    @media screen and (min-width: 66rem) {
      .feature-tile .block-wrapper {
        padding: 2rem; } }
  @media screen and (min-width: 40rem) {
    .feature-tile .block-image,
    .feature-tile .block-content {
      display: inline-block;
      vertical-align: top; } }
  .feature-tile .block-image {
    margin-bottom: 1.5rem;
    background-position: center;
    background-size: cover;
    min-height: 15rem; }
    @media screen and (min-width: 40rem) {
      .feature-tile .block-image {
        margin-bottom: 0;
        width: 45%; } }
    .feature-tile .block-image img {
      display: block; }
  .feature-tile .block-content {
    color: #999999; }
    @media screen and (min-width: 40rem) {
      .feature-tile .block-content {
        width: 55%;
        padding-left: 2rem;
        display: flex;
        align-items: center;
        justify-content: center; } }
    @media screen and (min-width: 66rem) {
      .feature-tile .block-content {
        padding-left: 4rem; } }
    .feature-tile .block-content .hero-heading,
    .feature-tile .block-content .heading,
    .feature-tile .block-content .subheading {
      color: #031634; }
  .feature-tile .button-wrapper {
    text-align: center; }
    .feature-tile .button-wrapper .button {
      margin: 0; }
    @media screen and (min-width: 40rem) {
      .feature-tile .button-wrapper {
        text-align: left;
        margin-top: 2rem; } }
  .feature-tile .secondary-cta {
    text-align: center;
    margin-top: 2rem; }
    .feature-tile .secondary-cta .secondary-cta-anchor {
      text-decoration: underline;
      color: #0071a1; }
    @media screen and (min-width: 66rem) {
      .feature-tile .secondary-cta {
        margin-top: 3rem; } }
  .feature-tile .feature .wysiwyg {
    color: #999999; }

.features-grid .grid-wrapper {
  margin-top: 2rem; }
  @media screen and (min-width: 30rem) {
    .features-grid .grid-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: 2rem -0.5rem 0; } }
.features-grid .item {
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: 0.25rem;
  overflow: hidden;
  background-color: white; }
  .features-grid .item:last-child {
    margin-bottom: 0; }
    @media screen and (min-width: 30rem) {
      .features-grid .item:last-child {
        margin-bottom: 2rem; } }
    @media screen and (min-width: 66rem) {
      .features-grid .item:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 30rem) {
    .features-grid .item {
      display: inline-block;
      width: calc(50% - 1rem );
      margin-right: 0.5rem;
      margin-left: 0.5rem; } }
  @media screen and (min-width: 45rem) {
    .features-grid .item {
      width: calc(33.3333333333% - 1rem );
      padding: 2rem 1rem; } }
  @media screen and (min-width: 66rem) {
    .features-grid .item:nth-last-child(3):first-child, .features-grid .item:nth-last-child(3):first-child ~ .item {
      width: calc(33.3333333333% - 1rem );
      margin-bottom: 0; }
    .features-grid .item:nth-last-child(4):first-child, .features-grid .item:nth-last-child(4):first-child ~ .item {
      width: calc(25% - 1rem );
      margin-bottom: 0; }
    .features-grid .item:nth-last-child(5):first-child, .features-grid .item:nth-last-child(5):first-child ~ .item {
      width: calc(20% - 1rem );
      margin-bottom: 0; } }
.features-grid .item-icon .icon {
  fill: #0096d6;
  width: 3rem;
  height: 3rem; }
  @media screen and (min-width: 45rem) {
    .features-grid .item-icon .icon {
      width: 3.5rem;
      height: 3.5rem; } }
  @media screen and (min-width: 66rem) {
    .features-grid .item-icon .icon {
      width: 4rem;
      height: 4rem; } }
.features-grid .item-subheading {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-weight: bold;
  margin-top: 1rem;
  color: #999999; }
  @media screen and (min-width: 66rem) {
    .features-grid .item-subheading {
      margin-top: 2rem; } }
.features-grid .item-heading {
  color: #031634;
  margin-top: 0.25rem;
  line-height: 1.2;
  font-weight: bold; }
  @media screen and (min-width: 66rem) {
    .features-grid .item-heading {
      margin-top: 0.35rem; } }
.features-grid .item-content {
  font-size: 0.9rem;
  margin-top: 1rem; }
  .features-grid .item-content p:first-child {
    margin-top: 0; }
.features-grid .button-wrapper {
  margin-top: 2rem; }

.gallery-strip.use-modern-styles .gallery {
  max-width: none; }
  .gallery-strip.use-modern-styles .gallery .gallery-slide {
    background-size: contain;
    background-repeat: no-repeat; }
.gallery-strip.use-modern-styles .gallery-viewer {
  overflow: visible;
  padding-bottom: 46.25%; }
.gallery-strip.use-modern-styles .gallery-caption {
  bottom: -65px;
  background: none;
  padding: 0;
  color: #666666;
  text-align: left; }
.gallery-strip .strip-content {
  margin-bottom: 30px; }
  @media screen and (min-width: 40rem) {
    .gallery-strip .strip-content {
      max-width: 60%;
      margin: 0 auto;
      margin-bottom: 30px; } }
.gallery-strip .strip-header {
  margin-bottom: 2rem; }
.gallery-strip .gallery-caption {
  display: none; }
  @media screen and (min-width: 40rem) {
    .gallery-strip .gallery-caption {
      display: block; } }
  .gallery-strip .gallery-caption p {
    font-size: 0.9rem; }
    @media screen and (min-width: 40rem) {
      .gallery-strip .gallery-caption p {
        font-size: 1rem; } }
.gallery-strip .gallery {
  max-width: 44rem;
  margin: 0 auto; }

.hero-banner-strip {
  text-align: left; }
  .hero-banner-strip .content p {
    font-size: 1.2rem;
    line-height: 1.6; }

.image-grid-strip.coloured-images .image-container:hover img {
  transform: scale(1.1); }
.image-grid-strip:not(.coloured-images) .image-container:hover img {
  filter: grayscale(0);
  opacity: 1; }
.image-grid-strip:not(.coloured-images) .image-container img {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  filter: grayscale(100%);
  opacity: 0.5; }
.image-grid-strip .images-wrapper {
  font-size: 0; }
  .image-grid-strip .images-wrapper > * {
    font-size: 1rem; }
  @media screen and (min-width: 20rem) {
    .image-grid-strip .images-wrapper {
      margin-top: 2rem; } }
.image-grid-strip .image-container {
  padding: 0.25rem 1rem;
  height: 5rem; }
  @media screen and (min-width: 20rem) {
    .image-grid-strip .image-container {
      display: inline-block;
      vertical-align: top;
      padding: 0.5rem 1.5rem 1rem; } }
  .image-grid-strip .image-container img {
    height: 100%;
    width: auto;
    transition: all .2s ease; }

.image-heading-strip {
  position: relative;
  padding: 0 !important; }
  .image-heading-strip .image-wrapper {
    height: 375px;
    z-index: 10;
    position: relative; }
    @media screen and (min-width: 50rem) {
      .image-heading-strip .image-wrapper {
        height: 440px; } }
    .image-heading-strip .image-wrapper img {
      object-fit: cover;
      font-family: 'object-fit: cover;';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      z-index: 1; }
    .image-heading-strip .image-wrapper:after {
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: rgba(18, 32, 41, 0.5);
      z-index: 4; }
      @media screen and (min-width: 50rem) {
        .image-heading-strip .image-wrapper:after {
          display: none; } }
  .image-heading-strip .image-heading-slide {
    position: relative; }
    .image-heading-strip .image-heading-slide.is-condensed {
      height: 250px; }
      @media screen and (min-width: 50rem) {
        .image-heading-strip .image-heading-slide.is-condensed {
          height: 300px; } }
    @media screen and (min-width: 50rem) {
      .image-heading-strip .image-heading-slide.has-reduced-width .content-container .text-wrapper {
        max-width: 50%; } }
  .image-heading-strip .content-container {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    bottom: 0;
    width: 100%; }
    .image-heading-strip .content-container .container {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start; }
      .image-heading-strip .content-container .container .text-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start; }
      .image-heading-strip .content-container .container .heading,
      .image-heading-strip .content-container .container .subheading {
        color: white;
        text-align: left; }
      .image-heading-strip .content-container .container .heading {
        font-size: 2.5rem;
        line-height: 100%;
        margin-bottom: 15px; }
        @media screen and (min-width: 66rem) {
          .image-heading-strip .content-container .container .heading {
            font-size: 3.1rem; } }
      .image-heading-strip .content-container .container .subheading {
        font-size: 1.3rem;
        margin-bottom: 5px;
        line-height: 155%;
        display: flex; }
        @media screen and (min-width: 66rem) {
          .image-heading-strip .content-container .container .subheading {
            font-size: 1.5rem; } }
      .image-heading-strip .content-container .container .item-icon .icon {
        fill: white;
        width: 28px;
        height: 28px;
        margin-right: 10px; }
      .image-heading-strip .content-container .container a {
        color: #b0d23f;
        font-weight: 600;
        font-size: 1rem;
        line-height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center; }
        .image-heading-strip .content-container .container a span {
          padding-left: 10px; }
  .image-heading-strip .slick-dots {
    display: none !important; }
  .image-heading-strip .show-nav .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    display: none !important;
    transform: translateX(-50%); }
    @media screen and (min-width: 66rem) {
      .image-heading-strip .show-nav .slick-dots {
        display: flex !important; } }
    .image-heading-strip .show-nav .slick-dots li {
      margin-right: 5px; }
      .image-heading-strip .show-nav .slick-dots li.slick-active button {
        background-color: #0096d6; }
      .image-heading-strip .show-nav .slick-dots li button {
        background-color: #D9D9D9;
        border-radius: 50%;
        padding: 0.4rem;
        font-size: 0; }

.video-popup-container {
  z-index: 1000;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
  transition-delay: .50ms;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; }
  .video-popup-container.open {
    opacity: 1;
    transition-delay: 0s;
    pointer-events: initial; }
  .video-popup-container .video-popup-inner {
    width: 800px;
    max-width: 100%;
    padding: 10px;
    position: relative; }
  .video-popup-container .video-popup-wrapper {
    padding-bottom: 56.25%;
    position: relative;
    display: block;
    width: 100%; }
    .video-popup-container .video-popup-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  .video-popup-container .close-video {
    position: absolute;
    right: 4px;
    top: -20px;
    z-index: 2000;
    cursor: pointer; }
    @media screen and (min-width: 50rem) {
      .video-popup-container .close-video {
        right: -3px;
        top: -50px; } }
    .video-popup-container .close-video svg {
      width: 30px;
      height: 30px;
      display: block; }
      @media screen and (min-width: 50rem) {
        .video-popup-container .close-video svg {
          width: 60px;
          height: 60px; } }

.image-link-columns-strip {
  text-align: left; }
  .image-link-columns-strip.not-white .column-link .image-container {
    border: 5px solid white; }
  .image-link-columns-strip .column-container {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 66rem) {
      .image-link-columns-strip .column-container {
        flex-direction: row; } }
  .image-link-columns-strip .column-link {
    margin-bottom: 30px; }
    @media screen and (min-width: 66rem) {
      .image-link-columns-strip .column-link {
        width: 50%; } }
    @media screen and (min-width: 66rem) {
      .image-link-columns-strip .column-link:first-of-type {
        margin-right: 35px; } }
    @media screen and (min-width: 66rem) {
      .image-link-columns-strip .column-link:last-of-type {
        margin-left: 35px; } }
    .image-link-columns-strip .column-link h3 {
      font-size: 18px;
      line-height: 19px;
      margin-bottom: 15px; }
    .image-link-columns-strip .column-link .image-container {
      border: 5px solid #F4F4F4;
      margin-bottom: 30px;
      display: flex;
      justify-content: center; }
      @media screen and (min-width: 66rem) {
        .image-link-columns-strip .column-link .image-container {
          border-radius: 4px; } }
    .image-link-columns-strip .column-link .button {
      margin-top: 30px; }

.image-gallery-strip.remove-bottom-padding {
  padding-bottom: 0 !important; }
  @media screen and (min-width: 50rem) {
    .image-gallery-strip.remove-bottom-padding {
      padding-bottom: 0 !important; } }
.image-gallery-strip.use-tick-bullets .image-gallery-content .wysiwyg li {
  padding-left: 35px;
  margin-bottom: 12px; }
  .image-gallery-strip.use-tick-bullets .image-gallery-content .wysiwyg li:before {
    content: '';
    background-color: #b0d23f;
    background-image: url("/site/images/wysiwyg/tick.svg");
    border-radius: 100px;
    width: 24px;
    height: 24px;
    background-size: 1rem;
    background-repeat: no-repeat;
    background-position: center center; }
@media screen and (min-width: 50rem) {
  .image-gallery-strip.is-reversed .image-gallery-wrapper {
    order: -1;
    padding-right: 0; } }
@media screen and (min-width: 50rem) {
  .image-gallery-strip.is-reversed .image-gallery-wrapper {
    padding-right: 80px; } }
.image-gallery-strip.grey-background .image-gallery-wrapper .image-wrapper {
  border: 5px solid white; }
.image-gallery-strip .container {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 50rem) {
    .image-gallery-strip .container {
      flex-direction: row; } }
.image-gallery-strip .image-gallery-content {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media screen and (min-width: 50rem) {
    .image-gallery-strip .image-gallery-content {
      width: 50%;
      padding-right: 80px; } }
  .image-gallery-strip .image-gallery-content .heading {
    font-size: 22px;
    line-height: 23px;
    color: #031634;
    margin-bottom: 20px; }
    @media screen and (min-width: 50rem) {
      .image-gallery-strip .image-gallery-content .heading {
        text-align: left; } }
  .image-gallery-strip .image-gallery-content .wysiwyg {
    font-size: 15px;
    line-height: 155%;
    color: #666666;
    text-align: initial;
    margin-bottom: 20px; }
    .image-gallery-strip .image-gallery-content .wysiwyg h2,
    .image-gallery-strip .image-gallery-content .wysiwyg h3 {
      font-size: 18px;
      line-height: 20px;
      color: #031634;
      margin-bottom: 20px; }
      @media screen and (min-width: 50rem) {
        .image-gallery-strip .image-gallery-content .wysiwyg h2,
        .image-gallery-strip .image-gallery-content .wysiwyg h3 {
          text-align: left; } }
    .image-gallery-strip .image-gallery-content .wysiwyg li {
      position: relative;
      padding-left: 20px; }
      .image-gallery-strip .image-gallery-content .wysiwyg li:before {
        content: '';
        background-color: #0096d6;
        border-radius: 100%;
        width: 7px;
        height: 7px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
@media screen and (min-width: 50rem) {
  .image-gallery-strip .image-gallery-wrapper {
    width: 50%; } }
.image-gallery-strip .image-gallery-wrapper .slick-slide {
  display: flex !important;
  flex-direction: column;
  align-items: center; }
.image-gallery-strip .image-gallery-wrapper .image-wrapper {
  border: 5px solid #F4F4F4;
  border-radius: 4px; }
.image-gallery-strip .image-gallery-wrapper .image-caption {
  margin-top: 10px;
  font-size: 15px;
  line-height: 155%;
  text-align: center;
  color: #666666; }
.image-gallery-strip .image-gallery-wrapper .slick-dots {
  display: none !important; }
.image-gallery-strip .image-gallery-wrapper .show-nav .slick-dots {
  margin-top: 30px;
  display: flex !important;
  justify-content: center; }
  @media screen and (min-width: 66rem) {
    .image-gallery-strip .image-gallery-wrapper .show-nav .slick-dots {
      display: flex !important;
      margin-top: 20px; } }
  .image-gallery-strip .image-gallery-wrapper .show-nav .slick-dots li {
    margin-right: 5px; }
    .image-gallery-strip .image-gallery-wrapper .show-nav .slick-dots li.slick-active button {
      background-color: #0096d6; }
    .image-gallery-strip .image-gallery-wrapper .show-nav .slick-dots li button {
      background-color: #D9D9D9;
      border-radius: 50%;
      padding: 0.4rem;
      font-size: 0; }

body.pin-open .fixed-mobile-contact-details {
  z-index: 10 !important; }

@media screen and (min-width: 50rem) {
  .image-pin-strip .strip-header {
    margin-bottom: 1.5rem; } }
.image-pin-strip .wysiwyg {
  margin-bottom: 30px; }
  @media screen and (min-width: 50rem) {
    .image-pin-strip .wysiwyg {
      max-width: 80%;
      margin: 0 auto;
      margin-bottom: 30px; } }
  .image-pin-strip .wysiwyg h3,
  .image-pin-strip .wysiwyg h2 {
    font-size: 22px;
    line-height: 23px;
    color: #031634; }
.image-pin-strip .image-pin-container {
  position: relative; }
  .image-pin-strip .image-pin-container img {
    z-index: 10; }
.image-pin-strip .image-pin {
  position: absolute;
  background: rgba(1, 150, 214, 0.8);
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  width: 18px;
  height: 18px;
  z-index: 9;
  animation: pulse-animation 2s infinite; }
  @media screen and (min-width: 50rem) {
    .image-pin-strip .image-pin {
      width: 25px;
      height: 25px;
      border: 4px solid rgba(255, 255, 255, 0.8); } }
  .image-pin-strip .image-pin.active {
    z-index: 40;
    animation: none; }
    .image-pin-strip .image-pin.active .pin-content {
      opacity: 1;
      pointer-events: initial; }
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 rgba(1, 150, 214, 0.9); }
  100% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0); } }
.image-pin-strip .pin-content {
  position: fixed;
  left: 5px;
  right: 5px;
  width: calc(100% - 10px);
  background: #FFFFFF;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  height: auto;
  display: block;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 25px;
  color: #031634;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
  z-index: 25; }
  @media screen and (min-width: 50rem) {
    .image-pin-strip .pin-content {
      left: initial;
      right: initial;
      position: absolute;
      font-size: 20px;
      line-height: 30px;
      width: 360px;
      padding: 30px 20px;
      top: initial !important; } }
  @media screen and (min-width: 50rem) {
    .image-pin-strip .pin-content.tr-ol {
      bottom: 30px !important;
      right: -20px !important; } }
  @media screen and (min-width: 50rem) {
    .image-pin-strip .pin-content.tr-or {
      left: 30px !important;
      bottom: 20px !important; } }
  @media screen and (min-width: 50rem) {
    .image-pin-strip .pin-content.br-ol {
      right: -20px !important;
      top: 30px !important; } }
  @media screen and (min-width: 50rem) {
    .image-pin-strip .pin-content.br-or {
      left: 20px !important;
      top: 30px !important; } }
  @media screen and (min-width: 50rem) {
    .image-pin-strip .pin-content.tl-ol {
      right: 0 !important;
      bottom: 30px !important; } }
  @media screen and (min-width: 50rem) {
    .image-pin-strip .pin-content.tl-or {
      left: -40px !important;
      bottom: 30px !important; } }
  @media screen and (min-width: 50rem) {
    .image-pin-strip .pin-content.rc-or {
      top: -60px !important;
      left: 30px !important; } }
.image-pin-strip .pin-overlay {
  z-index: 30;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
  transition-delay: .50ms;
  background-color: rgba(0, 0, 0, 0.4); }
  .image-pin-strip .pin-overlay.active {
    opacity: 1;
    transition-delay: 0s;
    pointer-events: initial; }

.link-blocks-strip {
  text-align: left; }
  .link-blocks-strip.has-border-bottom {
    border-bottom: 1px solid #dddddd; }
  .link-blocks-strip.use-modern-styles .container {
    flex-direction: column; }
    @media screen and (min-width: 66rem) {
      .link-blocks-strip.use-modern-styles .container {
        flex-direction: row; } }
  .link-blocks-strip.use-modern-styles .link-block {
    display: flex;
    flex-direction: row;
    min-height: 70px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    padding: 0;
    font-size: 1.2rem;
    margin-bottom: 30px;
    width: 100%; }
    @media screen and (min-width: 66rem) {
      .link-blocks-strip.use-modern-styles .link-block {
        margin-right: 30px;
        margin-bottom: 0; } }
    .link-blocks-strip.use-modern-styles .link-block:last-of-type {
      margin-bottom: 0; }
      @media screen and (min-width: 66rem) {
        .link-blocks-strip.use-modern-styles .link-block:last-of-type {
          margin-right: 0; } }
    .link-blocks-strip.use-modern-styles .link-block .icon-wrapper {
      padding: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #b0d23f; }
    .link-blocks-strip.use-modern-styles .link-block .icon {
      position: relative;
      left: initial;
      color: white; }
    .link-blocks-strip.use-modern-styles .link-block .detail {
      padding: 1.25rem 2rem;
      width: 100%;
      display: flex;
      align-items: center;
      position: relative; }
      .link-blocks-strip.use-modern-styles .link-block .detail a {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        padding-left: 30px; }
  .link-blocks-strip .container {
    display: flex;
    justify-content: space-around; }
  .link-blocks-strip .link-block {
    padding: 2rem;
    padding-left: 7rem;
    background-color: white;
    border-radius: 0.25rem;
    box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.2);
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (min-width: 66rem) {
      .link-blocks-strip .link-block {
        width: calc(50% - 1rem); } }
  .link-blocks-strip .heading {
    font-size: 1.6rem;
    margin-bottom: 1rem; }
  .link-blocks-strip .icon {
    position: absolute;
    left: 2rem;
    font-size: 3.5rem;
    color: #0096d6; }

@media screen and (min-width: 66rem) {
  .link-slider-strip .container {
    max-width: 90rem; } }
.link-slider-strip .strip-content {
  margin: 0 auto;
  margin-bottom: 30px; }
  @media screen and (min-width: 66rem) {
    .link-slider-strip .strip-content {
      max-width: 60%; } }
.link-slider-strip .strip-content-two {
  margin-top: 30px; }
.link-slider-strip .slick-track {
  display: flex; }
.link-slider-strip .link-slider-slide {
  background-color: #f4f4f4;
  padding: 20px;
  margin-right: 10px;
  border-radius: 8px;
  position: relative;
  height: auto; }
  @media screen and (min-width: 66rem) {
    .link-slider-strip .link-slider-slide {
      margin-right: 20px; } }
  @media screen and (min-width: 66rem) {
    .link-slider-strip .link-slider-slide.has-link:hover img {
      transform: scale(1.5); } }
  .link-slider-strip .link-slider-slide.add-padding .image-container {
    padding: 0 60px; }
  .link-slider-strip .link-slider-slide.use-modern-styles {
    padding: 0;
    border-radius: 0;
    max-width: 230px; }
    .link-slider-strip .link-slider-slide.use-modern-styles .image-container {
      padding: 20px;
      margin-bottom: 0;
      height: 130px;
      display: flex;
      justify-content: center;
      align-items: center; }
  .link-slider-strip .link-slider-slide .modern-wrapper {
    background-color: #0096d6;
    padding: 20px 0; }
    .link-slider-strip .link-slider-slide .modern-wrapper span,
    .link-slider-strip .link-slider-slide .modern-wrapper p {
      color: white; }
  .link-slider-strip .link-slider-slide a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 30; }
  .link-slider-strip .link-slider-slide .image-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px; }
  .link-slider-strip .link-slider-slide img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    transition: transform 0.5s ease-out; }
  .link-slider-strip .link-slider-slide span {
    font-size: 18px;
    line-height: 19px;
    text-align: center;
    color: #031634; }
.link-slider-strip .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px; }
  @media screen and (min-width: 66rem) {
    .link-slider-strip .slick-dots {
      margin-top: 50px; } }
  .link-slider-strip .slick-dots li {
    margin-right: 5px; }
    .link-slider-strip .slick-dots li.slick-active button {
      background-color: #0096d6; }
    .link-slider-strip .slick-dots li button {
      background-color: #D9D9D9;
      border-radius: 50%;
      padding: 0.4rem;
      font-size: 0; }

.video-slider-strip.dark-background .heading,
.video-slider-strip.dark-background .strip-content,
.video-slider-strip.dark-background .strip-content-two {
  color: #fff; }
@media screen and (min-width: 66rem) {
  .video-slider-strip.show-desktop-nav .slick-dots {
    display: flex; } }
@media screen and (min-width: 66rem) {
  .video-slider-strip .container {
    max-width: 90rem; } }
.video-slider-strip .strip-content {
  margin: 0 auto;
  margin-bottom: 30px; }
  @media screen and (min-width: 66rem) {
    .video-slider-strip .strip-content {
      max-width: 60%; } }
.video-slider-strip .strip-content-two {
  margin-top: 30px; }
.video-slider-strip .slick-track {
  display: flex; }
.video-slider-strip .video-slider-slide {
  background-color: #f4f4f4;
  padding: 20px;
  margin-right: 10px;
  border-radius: 8px;
  position: relative;
  height: auto; }
  @media screen and (min-width: 66rem) {
    .video-slider-strip .video-slider-slide {
      margin-right: 20px; } }
  .video-slider-strip .video-slider-slide .video-wrapper {
    margin-bottom: 20px; }
  .video-slider-strip .video-slider-slide span {
    font-size: 18px;
    line-height: 19px;
    text-align: center;
    color: #031634; }
.video-slider-strip .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px; }
  @media screen and (min-width: 66rem) {
    .video-slider-strip .slick-dots {
      display: none;
      margin-top: 50px; } }
  .video-slider-strip .slick-dots li {
    margin-right: 5px; }
    .video-slider-strip .slick-dots li.slick-active button {
      background-color: #0096d6; }
    .video-slider-strip .slick-dots li button {
      background-color: #D9D9D9;
      border-radius: 50%;
      padding: 0.4rem;
      font-size: 0; }

.links-grid.is-dark {
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.5) 100%); }
  .links-grid.is-dark .thumb {
    border: 2px solid white; }
  .links-grid.is-dark .strip-header .content {
    color: white; }
@media screen and (min-width: 40rem) {
  .links-grid.cols-4 .thumb-container, .links-grid.cols-5 .thumb-container {
    width: 25%; } }
.links-grid.cols-4 .thumb {
  padding-bottom: 80.8510638298%; }
@media screen and (min-width: 50rem) {
  .links-grid.cols-5 .thumb-container {
    width: 20%; } }
.links-grid.is-aligned .thumbs-wrapper {
  text-align: left; }
.links-grid .strip-header {
  margin-bottom: 2rem; }
  @media screen and (min-width: 40rem) {
    .links-grid .strip-header {
      margin-bottom: 3rem; } }
  .links-grid .strip-header .content {
    font-size: 1.2rem;
    color: #666666; }
.links-grid .thumbs-wrapper {
  font-size: 0; }
  .links-grid .thumbs-wrapper > * {
    font-size: 1rem; }
  @media screen and (min-width: 20rem) {
    .links-grid .thumbs-wrapper {
      margin: 0 -0.5rem; } }
.links-grid .thumb-container {
  display: inline-block;
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 2rem; }
  @media screen and (min-width: 20rem) {
    .links-grid .thumb-container {
      width: 50%; } }
  @media screen and (min-width: 30rem) {
    .links-grid .thumb-container {
      width: 33.3333333333%; } }
  @media screen and (min-width: 40rem) {
    .links-grid .thumb-container {
      width: 25%; } }
.links-grid .thumb {
  padding-bottom: 100%; }
.links-grid .thumb-name {
  margin-top: 1rem;
  font-weight: normal; }
  @media screen and (min-width: 62rem) {
    .links-grid .thumb-name {
      margin-top: 1.5rem; } }
.links-grid .thumb-anchor {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.9rem; }
  @media screen and (min-width: 62rem) {
    .links-grid .thumb-anchor {
      margin-top: 0.5rem; } }
.links-grid .message {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  margin: 3rem auto 0;
  padding: 2rem;
  border-radius: 0.25rem;
  text-align: center; }
  @media screen and (min-width: 40rem) {
    .links-grid .message {
      padding: 3rem 2rem; } }
  @media screen and (min-width: 62rem) {
    .links-grid .message {
      margin-top: 2rem;
      display: flex; } }
  .links-grid .message.is-dark {
    color: white; }
    .links-grid .message.is-dark .subheading {
      color: rgba(255, 255, 255, 0.75); }
    .links-grid .message.is-dark .message-heading {
      color: #f4f4f4; }
    .links-grid .message.is-dark .message-content {
      color: white; }
    .links-grid .message.is-dark .wysiwyg {
      color: white; }
  @media screen and (min-width: 62rem) {
    .links-grid .message .message-block {
      display: inline-block;
      width: 50%; } }
  @media screen and (min-width: 62rem) {
    .links-grid .message .message-second-block {
      padding-left: 3rem;
      display: flex;
      justify-content: center;
      flex-direction: column; } }
  .links-grid .message .wysiwyg {
    color: #999999; }
  .links-grid .message .facts-table {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0; }
    @media screen and (min-width: 62rem) {
      .links-grid .message .facts-table {
        margin-top: 0; } }

.breadcrumbs-strip + .links-grid {
  padding-top: 1.5rem; }
  @media screen and (min-width: 40rem) {
    .breadcrumbs-strip + .links-grid {
      padding-top: 3rem; } }
  .breadcrumbs-strip + .links-grid .content {
    font-size: 1rem;
    line-height: 1.4; }
    @media screen and (min-width: 40rem) {
      .breadcrumbs-strip + .links-grid .content {
        font-size: 1.1rem; } }
    .breadcrumbs-strip + .links-grid .content p {
      margin-bottom: 0;
      margin-top: 0.75rem; }

.location-details-strip {
  text-align: left; }
  .location-details-strip.is-dark .details-block .subheading {
    color: #f4f4f4; }
  .location-details-strip.is-dark .details-block .icon {
    fill: #f4f4f4; }
  @media screen and (min-width: 40rem) {
    .location-details-strip .block-wrapper {
      font-size: 0;
      display: flex; }
      .location-details-strip .block-wrapper > * {
        font-size: 1rem; } }
  @media screen and (min-width: 40rem) {
    .location-details-strip .block {
      display: inline-block;
      vertical-align: top;
      width: 50%; } }
  .location-details-strip .block-details {
    margin-bottom: 2rem;
    font-size: 0; }
    .location-details-strip .block-details > * {
      font-size: 1rem; }
    @media screen and (min-width: 66rem) {
      .location-details-strip .block-details {
        width: 30%; } }
  @media screen and (min-width: 66rem) {
    .location-details-strip .block-map {
      width: 70%; } }
  .location-details-strip .block-map iframe {
    width: 100%; }
    @media screen and (min-width: 40rem) {
      .location-details-strip .block-map iframe {
        height: 20rem; } }
  .location-details-strip .details-block {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem; }
    @media screen and (min-width: 24rem) {
      .location-details-strip .details-block {
        width: 50%;
        padding-right: 5%;
        display: inline-block;
        vertical-align: top; } }
    @media screen and (min-width: 40rem) {
      .location-details-strip .details-block {
        display: block;
        width: 100%;
        padding-right: 0;
        padding-left: 3rem;
        margin-bottom: 2rem; } }
    .location-details-strip .details-block.phone-block .subheading {
      color: #0096d6; }
      .location-details-strip .details-block.phone-block .subheading:last-of-type {
        margin-top: 20px; }
    .location-details-strip .details-block:last-child {
      margin-bottom: 0; }
    .location-details-strip .details-block .icon {
      position: absolute;
      top: 0;
      left: 0;
      fill: #0096d6;
      width: 1.5rem;
      height: 1.5rem; }
    .location-details-strip .details-block .subheading {
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 0.05rem;
      font-weight: bold;
      color: #031634;
      margin-top: 0;
      margin-bottom: 0.5rem; }
    .location-details-strip .details-block .content {
      margin-bottom: 0; }
      .location-details-strip .details-block .content p {
        margin: 0; }
  .location-details-strip .map-wrapper {
    position: relative; }
    .location-details-strip .map-wrapper .map-wrapper-overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2; }
      .location-details-strip .map-wrapper .map-wrapper-overlay.see-through {
        height: 0; }

.locations-grid-strip {
  padding: 2rem 0; }
  @media screen and (min-width: 50rem) {
    .locations-grid-strip {
      padding: 3rem 0; } }
  @media screen and (min-width: 50rem) {
    .locations-grid-strip.has-single-row .locations-wrapper {
      width: auto; } }
  @media screen and (min-width: 50rem) {
    .locations-grid-strip.has-single-row .location {
      width: 16.6666666667%; } }
  .locations-grid-strip .heading {
    position: relative;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #999999;
    letter-spacing: 0.05rem;
    letter-spacing: 0.1rem;
    border-bottom: 1px solid #dddddd; }
    .locations-grid-strip .heading span {
      display: inline-block;
      position: relative;
      padding: 0 1rem;
      background-color: #f4f4f4;
      transform: translateY(9px); }
  .locations-grid-strip .locations-wrapper {
    margin-top: 1rem;
    margin-right: auto;
    margin-left: auto; }
    @media screen and (min-width: 30rem) {
      .locations-grid-strip .locations-wrapper {
        font-size: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 25rem; }
        .locations-grid-strip .locations-wrapper > * {
          font-size: 1rem; } }
    @media screen and (min-width: 50rem) {
      .locations-grid-strip .locations-wrapper {
        width: 40rem; } }
  .locations-grid-strip .location {
    margin-top: 3rem;
    font-size: 0.9rem;
    line-height: 1.4; }
    @media screen and (min-width: 30rem) {
      .locations-grid-strip .location {
        margin-bottom: 1rem;
        display: inline-block;
        vertical-align: top;
        width: 50%; } }
    @media screen and (min-width: 50rem) {
      .locations-grid-strip .location {
        width: 33.3333333333%;
        margin-bottom: 1rem; } }
  .locations-grid-strip .location-header {
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    color: #031634;
    font-size: 0.8rem; }
  .locations-grid-strip .location-heading {
    font-weight: bold; }
  .locations-grid-strip .location-email {
    display: block;
    margin-top: 0.5rem; }
    .locations-grid-strip .location-email .icon {
      width: 1.3rem;
      height: 1.25rem; }

.locations-map-strip {
  background-size: cover;
  background-position: center center; }
  @media screen and (min-width: 40rem) {
    .locations-map-strip .block-wrapper {
      font-size: 0;
      display: flex;
      flex-direction: row-reverse; }
      .locations-map-strip .block-wrapper > * {
        font-size: 1rem; } }
  @media screen and (min-width: 40rem) {
    .locations-map-strip .block {
      display: inline-block;
      vertical-align: top;
      width: 50%; } }
  @media screen and (min-width: 66rem) {
    .locations-map-strip .block-map {
      width: 55%; } }
  .locations-map-strip .block-locations {
    margin-top: 2rem; }
    @media screen and (min-width: 40rem) {
      .locations-map-strip .block-locations {
        padding-top: 2rem;
        position: relative;
        padding-right: 2rem;
        margin-top: 0; } }
    @media screen and (min-width: 66rem) {
      .locations-map-strip .block-locations {
        padding-top: 7rem;
        width: 45%;
        padding-right: 6rem; } }
  .locations-map-strip .locations-map-wrapper {
    position: relative; }
  .locations-map-strip .locations-map {
    fill: #3e5271; }
  .locations-map-strip .location {
    background-color: white;
    border-radius: 0.25rem;
    overflow: hidden;
    text-align: left;
    transition: opacity 0.3s ease-in, transform 0.3s ease-in; }
    .locations-map-strip .location[aria-hidden="true"] {
      opacity: 0;
      transform: translateY(1rem);
      height: 0; }
    @media screen and (min-width: 40rem) {
      .locations-map-strip .location {
        width: 100%; } }
  .locations-map-strip .location-image {
    display: block; }
  .locations-map-strip .location-body {
    padding: 1rem;
    font-size: 0.9rem; }
    @media screen and (min-width: 66rem) {
      .locations-map-strip .location-body {
        padding: 2rem; } }
  .locations-map-strip .location-address {
    margin-bottom: 0.5rem; }
    .locations-map-strip .location-address p {
      margin: 0; }
    @media screen and (min-width: 66rem) {
      .locations-map-strip .location-address {
        margin-bottom: 1rem; } }
  .locations-map-strip .location-heading {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-weight: bold;
    color: #031634;
    margin-bottom: 0.5rem; }
    @media screen and (min-width: 66rem) {
      .locations-map-strip .location-heading {
        margin-bottom: 1rem; } }
  .locations-map-strip .location-phone {
    margin-bottom: 0.5rem; }
    @media screen and (min-width: 66rem) {
      .locations-map-strip .location-phone {
        margin-bottom: 1rem; } }

.map-pin {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  display: inline-block;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -1.5rem;
  margin-left: -0.75rem;
  background-color: white;
  text-align: center;
  padding-top: 0.25rem;
  color: #0096d6;
  font-size: 1.2rem;
  border-radius: 0.25rem;
  cursor: pointer; }
  .map-pin[aria-selected="true"] {
    background-color: #0096d6;
    color: white;
    animation: bounce 0.4s ease-out; }
    .map-pin[aria-selected="true"]:after {
      height: 0;
      width: 0;
      border-left: 0.4rem solid transparent;
      border-right: 0.4rem solid transparent;
      border-top: 0.4rem solid #0096d6; }
  @media screen and (min-width: 66rem) {
    .map-pin {
      width: 2rem;
      height: 2rem;
      margin-top: -2rem;
      margin-left: -1rem;
      padding-top: 0.25rem;
      font-size: 1.6rem; } }
  .map-pin:after {
    height: 0;
    width: 0;
    border-left: 0.4rem solid transparent;
    border-right: 0.4rem solid transparent;
    border-top: 0.4rem solid white;
    position: absolute;
    bottom: -0.4rem;
    left: 50%;
    margin-left: -0.4rem;
    content: ""; }

.message-strip.use-modern-styles .container {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 40rem) {
    .message-strip.use-modern-styles .container {
      flex-direction: row; } }
.message-strip.use-modern-styles .content-container {
  text-align: left; }
  @media screen and (min-width: 40rem) {
    .message-strip.use-modern-styles .content-container {
      display: flex;
      align-items: center; } }
  .message-strip.use-modern-styles .content-container .icon-wrapper {
    margin-bottom: 24px; }
    @media screen and (min-width: 40rem) {
      .message-strip.use-modern-styles .content-container .icon-wrapper {
        margin-bottom: 0;
        position: absolute;
        max-width: 80px; } }
  .message-strip.use-modern-styles .content-container .strip-header {
    margin-bottom: 0; }
  .message-strip.use-modern-styles .content-container h2 {
    color: #031634;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 24px; }
@media screen and (min-width: 40rem) {
  .message-strip.use-modern-styles .content-wrapper {
    padding-left: 90px;
    margin-bottom: 0; } }
.message-strip.use-modern-styles .image-container {
  order: -1;
  margin: 0 auto;
  display: block;
  margin-bottom: 40px; }
  @media screen and (min-width: 40rem) {
    .message-strip.use-modern-styles .image-container {
      order: initial;
      margin-bottom: 0;
      min-width: 250px;
      margin-left: 30px; } }
  @media screen and (min-width: 60rem) {
    .message-strip.use-modern-styles .image-container {
      min-width: 350px;
      margin-left: 40px; } }
.message-strip.is-dark .icon-wrapper .icon {
  fill: white; }
.message-strip .icon-wrapper {
  margin-bottom: 1rem; }
  .message-strip .icon-wrapper .icon {
    width: 3rem;
    height: 3rem;
    fill: #0096d6; }
    @media screen and (min-width: 40rem) {
      .message-strip .icon-wrapper .icon {
        width: 4rem;
        height: 4rem; } }
    @media screen and (min-width: 60rem) {
      .message-strip .icon-wrapper .icon {
        width: 6rem;
        height: 6rem; } }
.message-strip .content ul, .message-strip .content ol {
  text-align: left;
  margin-top: 2rem; }

.mixed-content-columns {
  text-align: left; }
  .mixed-content-columns.has-background-image {
    background-size: cover;
    background-position: center center;
    position: relative; }
    .mixed-content-columns.has-background-image .container {
      position: relative;
      z-index: 2; }
    .mixed-content-columns.has-background-image:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(0deg, rgba(3, 22, 52, 0.8) 0%, rgba(3, 22, 52, 0.8) 100%);
      z-index: 1; }
  .mixed-content-columns .subheading {
    color: #0096d6; }
  .mixed-content-columns .strip-header {
    text-align: center; }
  .mixed-content-columns.is-dark .hero-heading,
  .mixed-content-columns.is-dark .big-heading,
  .mixed-content-columns.is-dark .heading,
  .mixed-content-columns.is-dark .subheading {
    color: white; }
  .mixed-content-columns.is-vertically-aligned .block {
    display: flex;
    justify-content: center;
    flex-direction: column; }
  @media screen and (min-width: 66rem) {
    .mixed-content-columns.is-reversed .block-wrapper {
      flex-direction: row-reverse; } }
  @media screen and (min-width: 66rem) {
    .mixed-content-columns.is-reversed .block-primary {
      padding-left: 2rem;
      padding-right: 0; } }
  @media screen and (min-width: 66rem) {
    .mixed-content-columns.is-reversed .block-secondary {
      padding-right: 2rem;
      padding-left: 0; } }
  @media screen and (min-width: 66rem) {
    .mixed-content-columns.is-three-quarters .block-primary {
      width: 70%; } }
  @media screen and (min-width: 66rem) {
    .mixed-content-columns.is-three-quarters .block-secondary {
      width: 30%; } }
  @media screen and (min-width: 66rem) {
    .mixed-content-columns.is-two-thirds .block-primary {
      width: 57.1428571429%; } }
  @media screen and (min-width: 66rem) {
    .mixed-content-columns.is-two-thirds .block-secondary {
      width: 42.8571428571%; } }
  .mixed-content-columns.center-ctas .block-wrapper {
    position: relative;
    margin-bottom: 60px; }
  .mixed-content-columns.center-ctas .button-wrapper {
    position: absolute;
    bottom: -80px;
    width: 100%;
    text-align: center; }
  .mixed-content-columns.hide-dividing-lines .block-secondary {
    border-top: none;
    margin-top: 0; }
  @media screen and (min-width: 66rem) {
    .mixed-content-columns .block-wrapper {
      font-size: 0;
      display: flex; }
      .mixed-content-columns .block-wrapper > * {
        font-size: 1rem; } }
  @media screen and (min-width: 66rem) {
    .mixed-content-columns .block {
      display: inline-block;
      width: 50%;
      vertical-align: top; } }
  @media screen and (min-width: 66rem) {
    .mixed-content-columns .block-primary {
      padding-right: 2rem; } }
  .mixed-content-columns .block-primary .button-wrapper {
    margin-top: 2rem; }
  .mixed-content-columns .block-secondary {
    margin-top: 2rem;
    border-top: 1px solid #dddddd;
    padding-top: 2rem; }
    @media screen and (min-width: 66rem) {
      .mixed-content-columns .block-secondary {
        margin-top: 0;
        border-top: none;
        padding-top: 0;
        padding-left: 2rem; } }
    .mixed-content-columns .block-secondary .caption {
      font-style: italic;
      font-size: 0.9rem;
      line-height: 1.4;
      margin-top: 0.75rem; }
    .mixed-content-columns .block-secondary .image-wrapper {
      border-radius: 0.25rem;
      overflow: hidden; }
      .mixed-content-columns .block-secondary .image-wrapper img {
        display: block;
        width: 100%; }
    .mixed-content-columns .block-secondary .wysiwyg li {
      position: relative;
      padding-left: 35px;
      margin-bottom: 18px; }
      .mixed-content-columns .block-secondary .wysiwyg li:before {
        content: '';
        background-color: #b0d23f;
        background-image: url("/site/images/wysiwyg/tick.svg");
        border-radius: 100px;
        width: 24px;
        height: 24px;
        background-size: 1rem;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }

.product-information-strip {
  text-align: left; }
  @media screen and (min-width: 45rem) {
    .product-information-strip.is-reversed .block-wrapper {
      flex-direction: row-reverse; }
    .product-information-strip.is-reversed .block-boxes {
      padding-left: 0;
      padding-right: 6rem; } }
  @media screen and (min-width: 45rem) {
    .product-information-strip .block-wrapper {
      font-size: 0;
      display: flex; }
      .product-information-strip .block-wrapper > * {
        font-size: 1rem; } }
  @media screen and (min-width: 45rem) {
    .product-information-strip .block {
      display: inline-block;
      width: 50%;
      vertical-align: top; } }
  .product-information-strip .block-boxes {
    margin-top: 2rem; }
    .product-information-strip .block-boxes .box {
      margin-top: 1rem; }
      .product-information-strip .block-boxes .box:first-child {
        margin-top: 0; }
    @media screen and (min-width: 45rem) {
      .product-information-strip .block-boxes {
        margin-top: 0;
        padding-left: 2rem; } }
    @media screen and (min-width: 66rem) {
      .product-information-strip .block-boxes {
        padding-left: 6rem; } }

.quote-strip.is-dark .content {
  color: white; }
.quote-strip.is-dark .icon-wrapper .icon {
  fill: #f4f4f4; }
.quote-strip .content {
  font-style: italic; }
  @media screen and (min-width: 40rem) {
    .quote-strip .content {
      font-size: 1.2rem;
      margin-bottom: 2rem; } }
.quote-strip .subheading {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-weight: bold;
  color: #031634; }
.quote-strip .icon-wrapper {
  margin-bottom: 1rem; }
  @media screen and (min-width: 40rem) {
    .quote-strip .icon-wrapper {
      margin-bottom: 2rem; } }
  .quote-strip .icon-wrapper .icon {
    width: 1.5rem;
    height: 1.5rem;
    fill: #b0d23f; }
    @media screen and (min-width: 40rem) {
      .quote-strip .icon-wrapper .icon {
        width: 2rem;
        height: 2rem; } }

.results-message-strip {
  text-align: left; }
  .results-message-strip.is-dark .message .icon {
    fill: #f4f4f4; }
  .results-message-strip.is-dark .message .subheading {
    color: #f4f4f4; }
  .results-message-strip.is-dark .message .heading {
    color: white; }
    .results-message-strip.is-dark .message .heading a {
      color: white; }
  @media screen and (min-width: 40rem) {
    .results-message-strip.is-reversed .block-wrapper {
      flex-direction: row-reverse; } }
  @media screen and (min-width: 40rem) {
    .results-message-strip.is-reversed .block-content {
      padding-right: 0;
      padding-left: 2rem; } }
  @media screen and (min-width: 66rem) {
    .results-message-strip.is-reversed .block-content {
      padding-left: 4rem; } }
  @media screen and (min-width: 40rem) {
    .results-message-strip .block-wrapper {
      font-size: 0;
      display: flex; }
      .results-message-strip .block-wrapper > * {
        font-size: 1rem; } }
  .results-message-strip .block-content {
    margin-bottom: 2rem; }
    @media screen and (min-width: 40rem) {
      .results-message-strip .block-content {
        display: inline-block;
        display: flex;
        justify-content: center;
        flex-direction: column;
        vertical-align: top;
        width: 60%;
        margin-bottom: 0;
        padding-right: 2rem; } }
    @media screen and (min-width: 66rem) {
      .results-message-strip .block-content {
        padding-right: 4rem; } }
  @media screen and (min-width: 40rem) {
    .results-message-strip .block-message {
      display: inline-block;
      vertical-align: top;
      width: 40%;
      margin-bottom: 0; } }
  .results-message-strip .message {
    text-align: center;
    padding: 2rem;
    border: 1px solid #dddddd;
    border-radius: 0.5rem; }
    .results-message-strip .message .icon {
      height: 2rem;
      width: 2rem;
      fill: #0096d6;
      margin-bottom: 1.5rem; }
    .results-message-strip .message .subheading {
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 0.05rem;
      font-weight: bold;
      color: #031634;
      margin-bottom: 1rem; }
    .results-message-strip .message .heading {
      color: #0096d6;
      font-weight: normal;
      font-size: 1.6rem;
      margin: 0;
      line-height: 1.4; }

.resource-download-strip.is-all-clickable .block-wrapper {
  position: relative; }
@media screen and (min-width: 66rem) {
  .resource-download-strip.is-all-clickable .strip-header {
    margin-right: 0 !important;
    margin-left: 2em; } }
.resource-download-strip.is-all-clickable .strip-header h3 {
  text-align: inherit !important; }
.resource-download-strip.is-all-clickable .button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent !important;
  font-size: 0; }
.resource-download-strip.use-modern-styles.dark-blue .block-wrapper {
  padding: 20px; }
  @media screen and (min-width: 66rem) {
    .resource-download-strip.use-modern-styles.dark-blue .block-wrapper {
      padding: 60px 75px; } }
.resource-download-strip.use-modern-styles.dark-blue .button.button-primary-link {
  background-color: #b0d23f; }
.resource-download-strip.use-modern-styles .block-wrapper {
  border-radius: 20px;
  padding: 15px; }
  @media screen and (min-width: 66rem) {
    .resource-download-strip.use-modern-styles .block-wrapper {
      padding: 30px 45px;
      border-radius: 20px; } }
  .resource-download-strip.use-modern-styles .block-wrapper.is-dark .strip-header h2,
  .resource-download-strip.use-modern-styles .block-wrapper.is-dark .strip-header h3 {
    color: white; }
.resource-download-strip.use-modern-styles .button.button-primary-link {
  background-color: #031634; }
@media screen and (min-width: 66rem) {
  .resource-download-strip.use-modern-styles .image-container {
    margin-right: 1.5rem; } }
@media screen and (min-width: 66rem) {
  .resource-download-strip.use-modern-styles .content-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%; } }
@media screen and (min-width: 66rem) {
  .resource-download-strip.use-modern-styles .content-container p {
    margin-bottom: 0; } }
@media screen and (min-width: 66rem) {
  .resource-download-strip.use-modern-styles .strip-header {
    margin-bottom: 0;
    margin-right: 1em; } }
.resource-download-strip.use-modern-styles .strip-header h2,
.resource-download-strip.use-modern-styles .strip-header h3 {
  text-align: center; }
  @media screen and (min-width: 66rem) {
    .resource-download-strip.use-modern-styles .strip-header h2,
    .resource-download-strip.use-modern-styles .strip-header h3 {
      margin-bottom: 0; } }
@media screen and (min-width: 66rem) {
  .resource-download-strip .block-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center; } }
.resource-download-strip .strip-header {
  margin-bottom: 1rem; }
.resource-download-strip .image-container {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 66rem) {
    .resource-download-strip .image-container {
      margin-bottom: 0;
      margin-right: 3.5rem; } }
  .resource-download-strip .image-container img {
    height: initial; }
@media screen and (min-width: 66rem) {
  .resource-download-strip .content-container {
    text-align: left; } }
.resource-download-strip .content-container p {
  margin-bottom: 1rem; }
  @media screen and (min-width: 66rem) {
    .resource-download-strip .content-container p {
      margin-bottom: 2rem; } }

.search-results-page {
  background-color: #f4f4f4; }

.search-results-strip {
  text-align: left; }
  .search-results-strip .results-item {
    margin-bottom: 2rem; }
    .search-results-strip .results-item:last-child {
      margin-bottom: 0; }
  .search-results-strip .search-result {
    position: relative;
    padding-left: 3rem; }
    @media screen and (min-width: 40rem) {
      .search-results-strip .search-result {
        padding-left: 4rem; } }
  .search-results-strip .search-result-position {
    position: absolute;
    top: 0;
    left: 0; }
  .search-results-strip .search-result-position-number {
    display: inline-block;
    background-color: #b0d23f;
    width: 2rem;
    height: 2rem;
    color: white;
    text-align: center;
    padding: 0.5rem;
    font-weight: bold;
    border-radius: 0.25rem; }
    @media screen and (min-width: 40rem) {
      .search-results-strip .search-result-position-number {
        width: 2.5rem;
        height: 2.5rem;
        padding: 0.75rem; } }
  .search-results-strip .search-result-heading {
    font-weight: normal;
    font-size: 1.2rem;
    margin-bottom: 0.5rem; }
    .search-results-strip .search-result-heading a {
      color: #031634; }
  .search-results-strip .search-result-anchor {
    display: none;
    color: #c4c4c4;
    margin-bottom: 1rem; }
    @media screen and (min-width: 40rem) {
      .search-results-strip .search-result-anchor {
        display: block; } }
  .search-results-strip .search-result-summary {
    font-size: 0.9rem;
    margin-top: 0; }
    @media screen and (min-width: 40rem) {
      .search-results-strip .search-result-summary {
        font-size: 1rem; } }

.simple-content-grid .grid-wrapper {
  margin-top: 2rem; }
  @media screen and (min-width: 25rem) {
    .simple-content-grid .grid-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: 2rem -0.5rem 0; } }
  @media screen and (min-width: 66rem) {
    .simple-content-grid .grid-wrapper {
      margin: 2rem 0 0 0; } }
.simple-content-grid .item {
  margin-bottom: 2rem; }
  .simple-content-grid .item:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 25rem) {
    .simple-content-grid .item {
      display: inline-block;
      width: 50%;
      padding: 0.5rem; } }
  @media screen and (min-width: 40rem) {
    .simple-content-grid .item {
      width: 33.3333333333%;
      text-align: left; } }
  @media screen and (min-width: 50rem) {
    .simple-content-grid .item {
      width: 25%; } }
  @media screen and (min-width: 66rem) {
    .simple-content-grid .item {
      width: 20%;
      padding: 0.75rem; } }
.simple-content-grid .item-image {
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  overflow: hidden;
  font-size: 0; }
.simple-content-grid .item-heading {
  color: #031634;
  font-weight: normal;
  margin-bottom: 0.25rem;
  line-height: 1.2; }
.simple-content-grid .item-subheading {
  color: #999999;
  font-size: 0.9rem;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.4; }
.simple-content-grid .button-wrapper {
  margin-top: 2rem; }

.simple-links-grid.is-dark {
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.3) 100%); }
  .simple-links-grid.is-dark .thumb {
    border: 2px solid white; }
  .simple-links-grid.is-dark .strip-header .content {
    color: white; }
@media screen and (min-width: 40rem) {
  .simple-links-grid.cols-4 .thumb-container, .simple-links-grid.cols-5 .thumb-container {
    width: 25%; } }
.simple-links-grid.cols-4 .thumb {
  padding-bottom: 80.8510638298%; }
@media screen and (min-width: 50rem) {
  .simple-links-grid.cols-5 .thumb-container {
    width: 20%; } }
.simple-links-grid.is-aligned .thumbs-wrapper {
  text-align: left; }
.simple-links-grid .strip-header {
  margin-bottom: 1.5rem; }
  .simple-links-grid .strip-header .content p {
    margin-bottom: 0;
    margin-top: 1rem;
    font-size: 1.1rem; }
    .simple-links-grid .strip-header .content p:first-child {
      margin-top: 0; }
.simple-links-grid .thumbs-wrapper {
  font-size: 0; }
  .simple-links-grid .thumbs-wrapper > * {
    font-size: 1rem; }
  @media screen and (min-width: 20rem) {
    .simple-links-grid .thumbs-wrapper {
      margin: 0 -0.5rem; } }
.simple-links-grid .thumb-container {
  display: inline-block;
  width: 100%;
  padding: 0.5rem; }
  @media screen and (min-width: 20rem) {
    .simple-links-grid .thumb-container {
      width: 50%; } }
  @media screen and (min-width: 30rem) {
    .simple-links-grid .thumb-container {
      width: 33.3333333333%; } }
  @media screen and (min-width: 40rem) {
    .simple-links-grid .thumb-container {
      width: 25%; } }
.simple-links-grid .thumb {
  padding-bottom: 100%; }

.breadcrumbs-strip + .simple-links-grid {
  padding-top: 3rem; }
  .breadcrumbs-strip + .simple-links-grid .thumbs-wrapper {
    margin-top: 2.5rem; }

.specifications-strip {
  text-align: left; }
  @media screen and (min-width: 50rem) {
    .specifications-strip .container {
      font-size: 0; }
      .specifications-strip .container > * {
        font-size: 1rem; } }
  @media screen and (min-width: 50rem) {
    .specifications-strip .block {
      display: inline-block;
      vertical-align: top; } }
  .specifications-strip .block.block-menu {
    display: none; }
    @media screen and (min-width: 50rem) {
      .specifications-strip .block.block-menu {
        display: inline-block;
        width: 30%; } }
    @media screen and (min-width: 66rem) {
      .specifications-strip .block.block-menu {
        width: 35%; } }
  @media screen and (min-width: 50rem) {
    .specifications-strip .block.block-content {
      margin-top: 0;
      width: 70%;
      padding-left: 2rem; } }
  @media screen and (min-width: 66rem) {
    .specifications-strip .block.block-content {
      width: 65%;
      padding-left: 6rem; } }
  .specifications-strip .block.block-content .heading {
    position: relative;
    margin-bottom: 1rem;
    background-color: #0096d6;
    color: white;
    padding: 0.75rem 0.75rem 0.6rem;
    font-size: 1.2rem;
    cursor: pointer;
    border-radius: 0.25rem;
    font-weight: normal; }
    .specifications-strip .block.block-content .heading:after {
      content: "\0002B";
      position: absolute;
      top: 4px;
      right: 10px;
      font-size: 2rem; }
      @media screen and (min-width: 50rem) {
        .specifications-strip .block.block-content .heading:after {
          display: none; } }
    @media screen and (min-width: 50rem) {
      .specifications-strip .block.block-content .heading {
        padding: 0;
        background-color: transparent;
        color: #031634;
        font-size: 1.6rem;
        border-radius: 0;
        margin-bottom: 2rem; } }
  .specifications-strip .content-panel {
    margin-top: 5rem; }
    @media screen and (min-width: 50rem) {
      .specifications-strip .content-panel {
        transition: opacity 0.3s ease-out, transform 0.3s ease-out; } }
    .specifications-strip .content-panel:first-child {
      margin-top: 0; }
    @media screen and (min-width: 50rem) {
      .specifications-strip .content-panel[aria-hidden="true"] {
        height: 0;
        overflow: hidden;
        opacity: 0;
        transform: translateY(1rem); } }
    .specifications-strip .content-panel[aria-expanded="true"] .mobile-wrapper {
      display: block; }
    .specifications-strip .content-panel[aria-expanded="true"] .heading::after {
      content: "\02212"; }
    .specifications-strip .content-panel .mobile-wrapper {
      display: none;
      padding: 0 0.5rem 3rem; }
      @media screen and (min-width: 50rem) {
        .specifications-strip .content-panel .mobile-wrapper {
          display: block;
          padding: 0; } }
  .specifications-strip .button-wrapper {
    margin-top: 2rem; }
  .specifications-strip .content-wrapper h4 {
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.05rem; }

.split-content-strip {
  text-align: left; }
  @media screen and (min-width: 66rem) {
    .split-content-strip {
      font-size: 0;
      display: flex;
      flex-direction: row-reverse; }
      .split-content-strip > * {
        font-size: 1rem; } }
  @media screen and (min-width: 66rem) {
    .split-content-strip.is-reversed {
      flex-direction: row; } }
  @media screen and (min-width: 66rem) {
    .split-content-strip.is-reversed .block-content {
      padding: 2rem 0 2rem 2rem; } }
  @media screen and (min-width: 66rem) {
    .split-content-strip .block {
      display: inline-block;
      vertical-align: middle;
      width: 50%; } }
  .split-content-strip .block-image {
    min-height: 10rem;
    background-size: cover;
    background-position: center center; }
    @media screen and (min-width: 40rem) {
      .split-content-strip .block-image {
        min-height: 14rem; } }
    @media screen and (min-width: 66rem) {
      .split-content-strip .block-image {
        min-height: 30rem; } }
  .split-content-strip .block-content {
    padding: 2rem 1rem; }
    @media screen and (min-width: 66rem) {
      .split-content-strip .block-content {
        padding: 2rem 2rem 2rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 33rem; } }
    .split-content-strip .block-content .content-wrapper {
      width: 100%; }
  .split-content-strip .button-wrapper {
    margin-top: 2rem; }

.tabbed-information-strip {
  padding-bottom: 0 !important; }
  .tabbed-information-strip .strip-header {
    margin-bottom: 2rem; }
    @media screen and (min-width: 40rem) {
      .tabbed-information-strip .strip-header {
        display: none; } }
  .tabbed-information-strip .block-wrapper {
    padding: 0;
    text-align: left; }
    @media screen and (min-width: 40rem) {
      .tabbed-information-strip .block-wrapper {
        font-size: 0;
        padding: 4rem 0;
        display: flex; }
        .tabbed-information-strip .block-wrapper > * {
          font-size: 1rem; }
        .tabbed-information-strip .block-wrapper.is-reversed {
          flex-direction: row-reverse; }
          .tabbed-information-strip .block-wrapper.is-reversed .block-content {
            padding: 0;
            padding-right: 2rem; } }
    @media screen and (min-width: 66rem) {
      .tabbed-information-strip .block-wrapper {
        padding: 6rem 0; }
        .tabbed-information-strip .block-wrapper.is-reversed .block-content {
          padding-left: 0;
          padding-right: 4rem; } }
  @media screen and (min-width: 40rem) {
    .tabbed-information-strip .block-image,
    .tabbed-information-strip .block-content {
      display: inline-block;
      vertical-align: top; } }
  @media screen and (min-width: 40rem) {
    .tabbed-information-strip .block-content {
      display: inline-block;
      width: 55%;
      vertical-align: top;
      padding-left: 2rem; } }
  @media screen and (min-width: 66rem) {
    .tabbed-information-strip .block-content {
      padding-left: 4rem; } }
  .tabbed-information-strip .block-content .content {
    color: #666666; }
  .tabbed-information-strip .block-content .heading {
    color: #0071a1; }
  .tabbed-information-strip .block-image {
    margin-bottom: 2rem; }
    @media screen and (min-width: 40rem) {
      .tabbed-information-strip .block-image {
        width: 45%; } }
  .tabbed-information-strip .button-wrapper {
    margin-top: 2rem; }
    @media screen and (min-width: 66rem) {
      .tabbed-information-strip .button-wrapper {
        margin-top: 3rem; } }

.text-strip {
  text-align: left; }
  .text-strip .big-heading + p {
    margin-top: 3rem; }

.timeline-strip.use-original-styles .timeline {
  position: relative;
  margin-top: 2rem;
  overflow: hidden; }
  .timeline-strip.use-original-styles .timeline:before {
    content: "";
    position: absolute;
    width: 4px;
    background-color: #0096d6;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -2px; }
    @media screen and (min-width: 30rem) {
      .timeline-strip.use-original-styles .timeline:before {
        top: 5rem;
        left: 0.5rem;
        margin-left: 0; } }
    @media screen and (min-width: 50rem) {
      .timeline-strip.use-original-styles .timeline:before {
        left: 50%;
        margin-left: -2px; } }
  .timeline-strip.use-original-styles .timeline:after {
    content: "";
    display: none;
    position: absolute;
    bottom: 0;
    background-color: white;
    border: 4px solid #0096d6;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    left: 0; }
    @media screen and (min-width: 30rem) {
      .timeline-strip.use-original-styles .timeline:after {
        display: block; } }
    @media screen and (min-width: 50rem) {
      .timeline-strip.use-original-styles .timeline:after {
        left: 50%;
        margin-left: -10px; } }
.timeline-strip.use-original-styles .timeline-event {
  position: relative;
  top: 3rem;
  background-color: #f4f4f4;
  padding: 2rem 1rem;
  margin-bottom: 6rem;
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.3s ease-in, transform 0.3s ease-in;
  border-radius: 0.25rem; }
  .timeline-strip.use-original-styles .timeline-event.is-visible {
    opacity: 1;
    transform: translateY(0); }
  @media screen and (min-width: 50rem) {
    .timeline-strip.use-original-styles .timeline-event:nth-child(even) {
      float: left;
      clear: left;
      margin-left: 0;
      text-align: right; } }
  @media screen and (min-width: 50rem) {
    .timeline-strip.use-original-styles .timeline-event:nth-child(even):before {
      left: auto;
      right: -48px; } }
  @media screen and (min-width: 50rem) {
    .timeline-strip.use-original-styles .timeline-event:nth-child(even):after {
      height: 0;
      width: 0;
      border-bottom: 1rem solid transparent;
      border-left: 1rem solid #f4f4f4;
      border-top: 1rem solid transparent;
      right: -1rem;
      left: auto;
      border-right: none; } }
  @media screen and (min-width: 50rem) {
    .timeline-strip.use-original-styles .timeline-event:nth-child(odd) {
      float: right;
      clear: right;
      margin-right: 0; } }
  @media screen and (min-width: 50rem) {
    .timeline-strip.use-original-styles .timeline-event:nth-child(odd):before {
      left: -47px; } }
  @media screen and (min-width: 50rem) {
    .timeline-strip.use-original-styles .timeline-event:nth-child(2) {
      margin-top: 12rem; } }
  @media screen and (min-width: 30rem) {
    .timeline-strip.use-original-styles .timeline-event {
      margin-left: 3rem;
      text-align: left; } }
  @media screen and (min-width: 50rem) {
    .timeline-strip.use-original-styles .timeline-event {
      width: calc(50% - 2.5rem); } }
  .timeline-strip.use-original-styles .timeline-event:before {
    content: "";
    position: absolute;
    top: -3rem;
    background-color: white;
    border: 4px solid #0096d6;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    left: 50%;
    margin-left: -10px; }
    @media screen and (min-width: 30rem) {
      .timeline-strip.use-original-styles .timeline-event:before {
        top: 21px;
        left: -3rem;
        margin-left: 0; } }
  .timeline-strip.use-original-styles .timeline-event:after {
    height: 0;
    width: 0;
    border-bottom: 1rem solid #f4f4f4;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    content: "";
    position: absolute;
    top: -1rem;
    left: 50%;
    margin-left: -1rem; }
    @media screen and (min-width: 30rem) {
      .timeline-strip.use-original-styles .timeline-event:after {
        height: 0;
        width: 0;
        border-bottom: 1rem solid transparent;
        border-right: 1rem solid #f4f4f4;
        border-top: 1rem solid transparent;
        top: 1rem;
        left: -2rem;
        margin-left: 0; } }
  .timeline-strip.use-original-styles .timeline-event .timeline-event-subheading {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-weight: bold;
    color: #999999;
    margin-bottom: 0.5rem; }
  .timeline-strip.use-original-styles .timeline-event .timeline-event-heading {
    color: #031634;
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 1rem;
    line-height: 1.4; }
  .timeline-strip.use-original-styles .timeline-event .timeline-event-image {
    font-size: 1.2rem;
    margin-bottom: 1rem; }
.timeline-strip.use-modern-styles .container {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 50rem) {
    .timeline-strip.use-modern-styles .container {
      flex-direction: row; } }
.timeline-strip.use-modern-styles .content-container {
  margin-bottom: 48px; }
  @media screen and (min-width: 50rem) {
    .timeline-strip.use-modern-styles .content-container {
      margin-right: 60px; } }
  .timeline-strip.use-modern-styles .content-container .content-container-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left; }
    @media screen and (min-width: 50rem) {
      .timeline-strip.use-modern-styles .content-container .content-container-inner {
        position: sticky;
        top: 200px; } }
  .timeline-strip.use-modern-styles .content-container .strip-header {
    margin-bottom: 0; }
  .timeline-strip.use-modern-styles .content-container .strip-content {
    margin-top: 0;
    margin-bottom: 30px; }
.timeline-strip.use-modern-styles .timeline-container {
  padding-left: 40px;
  position: relative; }
  @media screen and (min-width: 50rem) {
    .timeline-strip.use-modern-styles .timeline-container {
      max-width: 400px; } }
  .timeline-strip.use-modern-styles .timeline-container:after {
    position: absolute;
    content: '';
    top: 5px;
    bottom: 5px;
    left: 15px;
    border-left: 4px solid #B0D23F; }
    @media screen and (min-width: 50rem) {
      .timeline-strip.use-modern-styles .timeline-container:after {
        bottom: 0; } }
.timeline-strip.use-modern-styles .timeline-events {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left; }
  .timeline-strip.use-modern-styles .timeline-events .timeline-event {
    margin-bottom: 64px;
    position: relative; }
    @media screen and (min-width: 50rem) {
      .timeline-strip.use-modern-styles .timeline-events .timeline-event {
        padding-left: 50px; } }
    .timeline-strip.use-modern-styles .timeline-events .timeline-event:before {
      z-index: 1;
      position: absolute;
      content: '';
      top: -7px;
      left: -42px;
      background-color: #f4f4f4;
      padding: 20px; }
    .timeline-strip.use-modern-styles .timeline-events .timeline-event:after {
      z-index: 2;
      position: absolute;
      content: '';
      top: 4px;
      left: -30px;
      background-color: #0178BF;
      padding: 8px;
      border-radius: 50%; }
    .timeline-strip.use-modern-styles .timeline-events .timeline-event:last-of-type {
      margin-bottom: 0; }
  .timeline-strip.use-modern-styles .timeline-events .timeline-event-subheading {
    color: #0178BF;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 12px;
    margin-top: 0; }
  .timeline-strip.use-modern-styles .timeline-events .timeline-event-heading {
    color: #031634;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 16px; }
  .timeline-strip.use-modern-styles .timeline-events .content-wrapper {
    color: #666;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; }

.tree-filter-strip {
  position: relative; }
  .tree-filter-strip.is-dark {
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.5) 100%); }
    .tree-filter-strip.is-dark .strip-header .content {
      color: white; }
  .tree-filter-strip.is-aligned .thumbs-wrapper {
    text-align: left; }
  .tree-filter-strip .strip-header {
    margin-bottom: 2rem; }
    @media screen and (min-width: 40rem) {
      .tree-filter-strip .strip-header {
        margin-bottom: 3rem; } }
    .tree-filter-strip .strip-header .heading .icon {
      transform: rotate(180deg);
      position: relative;
      margin-right: 1rem;
      top: 4px;
      cursor: pointer;
      color: white; }
      .tree-filter-strip .strip-header .heading .icon:hover {
        opacity: 0.5; }
    .tree-filter-strip .strip-header .content {
      font-size: 1.2rem;
      color: #666666; }
  .tree-filter-strip.is-loaded .outer-container {
    position: absolute;
    left: 0;
    width: 100%; }
  .tree-filter-strip .outer-container {
    transition: transform 0.3s ease-out, opacity 0.3s ease-out; }
    .tree-filter-strip .outer-container[aria-hidden="false"] {
      opacity: 1;
      transform: translateX(0); }
    .tree-filter-strip .outer-container[aria-hidden="true"] {
      opacity: 0; }
  .tree-filter-strip .outer-container:first-child[aria-hidden="true"] {
    transform: translateX(-3rem); }
  .tree-filter-strip .outer-container:last-child[aria-hidden="true"] {
    transform: translateX(3rem); }
  .tree-filter-strip .thumbs-wrapper {
    font-size: 0; }
    .tree-filter-strip .thumbs-wrapper > * {
      font-size: 1rem; }
    @media screen and (min-width: 20rem) {
      .tree-filter-strip .thumbs-wrapper {
        margin: 0 -0.5rem; } }
  .tree-filter-strip .thumb-container {
    display: inline-block;
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 2rem; }
    @media screen and (min-width: 20rem) {
      .tree-filter-strip .thumb-container {
        width: 50%; } }
    @media screen and (min-width: 30rem) {
      .tree-filter-strip .thumb-container {
        width: 33.3333333333%; } }
    @media screen and (min-width: 40rem) {
      .tree-filter-strip .thumb-container {
        width: 25%; } }
  .tree-filter-strip .thumb {
    padding-bottom: 100%; }
  .tree-filter-strip .thumb-name {
    margin-top: 1rem;
    font-weight: normal; }
    @media screen and (min-width: 62rem) {
      .tree-filter-strip .thumb-name {
        margin-top: 1.5rem; } }
  .tree-filter-strip .thumb-anchor {
    font-size: 1rem;
    line-height: 1.2;
    display: block;
    margin-top: 0.25rem;
    padding-right: 3rem; }
    @media screen and (min-width: 62rem) {
      .tree-filter-strip .thumb-anchor {
        margin-top: 0.5rem; } }
  .tree-filter-strip .thumb-footer .icon {
    width: 1.5rem;
    height: 1.5rem;
    bottom: 0.25rem;
    top: auto; }
  .tree-filter-strip .tree-item-wrapper {
    font-size: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
    flex-wrap: wrap; }
    .tree-filter-strip .tree-item-wrapper > * {
      font-size: 1rem; }
    @media screen and (min-width: 62rem) {
      .tree-filter-strip .tree-item-wrapper {
        flex-wrap: nowrap; } }
  .tree-filter-strip .tree-item {
    display: inline-block;
    width: calc(50% - 1rem);
    margin: 0 0.5rem 1rem; }
    @media screen and (min-width: 40rem) {
      .tree-filter-strip .tree-item {
        width: 33.3333333333%; } }
    @media screen and (min-width: 50rem) {
      .tree-filter-strip .tree-item {
        width: 25%; } }
    @media screen and (min-width: 62rem) {
      .tree-filter-strip .tree-item {
        width: 16.6666666667%; } }

.video-banner-strip.is-dark .caption {
  color: white; }
.video-banner-strip .caption {
  color: #999999;
  font-size: 0.9rem;
  font-style: italic; }

.c-section.is--short.is--dark-blue.use-modern-styles {
  background-color: transparent !important; }
  .c-section.is--short.is--dark-blue.use-modern-styles .c-container {
    background-color: #031634;
    border-radius: 20px;
    padding: 15px; }
    @media screen and (min-width: 50rem) {
      .c-section.is--short.is--dark-blue.use-modern-styles .c-container {
        padding: 60px 75px;
        border-radius: 20px;
        max-width: 66rem; } }
  .c-section.is--short.is--dark-blue.use-modern-styles .c-cta-strip.c-flex-wrapper {
    justify-content: space-evenly;
    width: 100%; }
  .c-section.is--short.is--dark-blue.use-modern-styles .c-cta-strip__text-col._1-col {
    margin-right: 1em; }
    @media screen and (min-width: 50rem) {
      .c-section.is--short.is--dark-blue.use-modern-styles .c-cta-strip__text-col._1-col {
        margin-bottom: 0;
        padding: 0; } }
  @media screen and (min-width: 50rem) {
    .c-section.is--short.is--dark-blue.use-modern-styles .c-cta-strip__button-col._1-col {
      margin: 0;
      padding: 0; } }
  .c-section.is--short.is--dark-blue.use-modern-styles .c-cta-strip__icon-col._1-col {
    margin-bottom: 0; }
    @media screen and (min-width: 50rem) {
      .c-section.is--short.is--dark-blue.use-modern-styles .c-cta-strip__icon-col._1-col {
        margin-right: 1.5rem;
        padding: 0; } }
  .c-section.is--short.is--dark-blue.use-modern-styles .mv0.is--white-text {
    text-align: center;
    font-size: 26px;
    line-height: 27px; }
  .c-section.is--short.is--dark-blue.use-modern-styles .c-button.is--blue-button {
    background-color: #b0d23f;
    border-radius: 3px; }

.trade-center-strip {
  background-color: #ECECEC; }
  @media screen and (min-width: 66rem) {
    .trade-center-strip {
      background-color: white; } }
  @media screen and (min-width: 1220px) {
    .trade-center-strip .larger-container {
      max-width: 1180px; } }
  .trade-center-strip .trade-center-wrapper {
    display: flex; }
    @media screen and (min-width: 66rem) {
      .trade-center-strip .trade-center-wrapper {
        flex-direction: row; } }
  .trade-center-strip .trade-sidebar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(120%);
    transition: transform 0.3s ease-out;
    height: 100%;
    bottom: 0;
    z-index: 1020;
    background-color: white;
    padding: 48px 20px 10px;
    overflow-y: auto; }
    @media screen and (min-width: 66rem) {
      .trade-center-strip .trade-sidebar {
        transform: translateX(0);
        position: relative;
        z-index: initial;
        overflow-y: initial;
        height: auto;
        margin-right: 40px;
        padding: 0;
        min-width: 250px; } }
    .trade-center-strip .trade-sidebar.active {
      transform: translateX(0); }
    .trade-center-strip .trade-sidebar .filter-close {
      position: absolute;
      top: 43px;
      right: 20px;
      cursor: pointer; }
      @media screen and (min-width: 66rem) {
        .trade-center-strip .trade-sidebar .filter-close {
          display: none; } }
    .trade-center-strip .trade-sidebar .filter-reset {
      color: #151518;
      font-size: 16px;
      line-height: 24px;
      cursor: pointer;
      position: relative;
      padding-left: 22px;
      margin-bottom: 20px;
      transition: all .2s ease;
      opacity: 0;
      pointer-events: none; }
      .trade-center-strip .trade-sidebar .filter-reset.active {
        opacity: 1;
        pointer-events: initial; }
      .trade-center-strip .trade-sidebar .filter-reset:hover {
        color: #0096d6; }
      .trade-center-strip .trade-sidebar .filter-reset svg {
        position: absolute;
        top: 3px;
        left: 0; }
    .trade-center-strip .trade-sidebar .filter-type-container {
      position: relative;
      width: 100%; }
    .trade-center-strip .trade-sidebar .filter-group {
      margin-bottom: 20px;
      border-bottom: 1px solid #E4E4E7; }
      .trade-center-strip .trade-sidebar .filter-group.category-group {
        border-top: 1px solid #E4E4E7;
        padding-top: 20px; }
      .trade-center-strip .trade-sidebar .filter-group h3 {
        color: #031634;
        font-size: 20px;
        line-height: 24px;
        text-align: left;
        margin-bottom: 24px; }
  .trade-center-strip .trade-documents-container {
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #ECECEC; }
    @media screen and (min-width: 66rem) {
      .trade-center-strip .trade-documents-container {
        padding: 36px; } }
  .trade-center-strip .trade-documents {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media screen and (min-width: 40rem) {
      .trade-center-strip .trade-documents {
        flex-direction: row;
        flex-wrap: wrap; } }
  .trade-center-strip .trade-document {
    background-color: white;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 8px;
    border: 1px #E3E3E3 solid;
    width: 100%; }
    @media screen and (min-width: 40rem) {
      .trade-center-strip .trade-document.view-grid {
        max-width: calc(50% - 8px);
        width: calc(50% - 8px); } }
    @media screen and (min-width: 1220px) {
      .trade-center-strip .trade-document.view-grid {
        max-width: calc(33% - 8px);
        width: calc(33% - 8px); } }
    @media screen and (min-width: 40rem) {
      .trade-center-strip .trade-document.view-grid:nth-of-type(odd) {
        margin-right: 8px; } }
    @media screen and (min-width: 40rem) {
      .trade-center-strip .trade-document.view-grid:nth-of-type(even) {
        margin-left: 8px; } }
    @media screen and (min-width: 1220px) {
      .trade-center-strip .trade-document.view-grid:nth-child(3n+1) {
        margin-left: 0;
        margin-right: 8px; } }
    @media screen and (min-width: 1220px) {
      .trade-center-strip .trade-document.view-grid:nth-child(3n+2) {
        margin-left: 8px;
        margin-right: 8px; } }
    @media screen and (min-width: 1220px) {
      .trade-center-strip .trade-document.view-grid:nth-child(3n+3) {
        margin-left: 8px;
        margin-right: 0; } }
    .trade-center-strip .trade-document.view-list {
      flex-direction: row; }
      .trade-center-strip .trade-document.view-list .trade-document-image-container {
        margin-right: 30px; }
        .trade-center-strip .trade-document.view-list .trade-document-image-container .trade-document-image {
          max-height: 116px;
          width: auto; }
      .trade-center-strip .trade-document.view-list .trade-document-information h2 {
        text-align: left; }
      .trade-center-strip .trade-document.view-list .trade-document-buttons {
        display: flex;
        flex-direction: column; }
        @media screen and (min-width: 35rem) {
          .trade-center-strip .trade-document.view-list .trade-document-buttons {
            flex-direction: row; } }
        @media screen and (min-width: 0) and (max-width: 35rem) {
          .trade-center-strip .trade-document.view-list .trade-document-buttons .button {
            padding: 10px; } }
        @media screen and (min-width: 35rem) {
          .trade-center-strip .trade-document.view-list .trade-document-buttons .button-primary-link {
            margin-bottom: 0;
            margin-right: 8px; } }
    .trade-center-strip .trade-document.is-video .trade-document-image-container {
      position: relative; }
      .trade-center-strip .trade-document.is-video .trade-document-image-container:hover .video-thumb {
        background-color: rgba(0, 0, 0, 0.5); }
      .trade-center-strip .trade-document.is-video .trade-document-image-container.playing .video-container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .trade-center-strip .trade-document.is-video .trade-document-image-container.playing iframe {
        width: 100%;
        height: 100%; }
      .trade-center-strip .trade-document.is-video .trade-document-image-container .video-thumb {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.3);
        transition: background-color 0.3s ease-in-out; }
      .trade-center-strip .trade-document.is-video .trade-document-image-container .video-play {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -2rem;
        margin-left: -2rem;
        width: 4rem;
        height: 4rem;
        background-color: transparent; }
      .trade-center-strip .trade-document.is-video .trade-document-image-container .icon {
        width: 100%;
        height: 100%; }
    .trade-center-strip .trade-document .trade-document-image-container {
      display: flex;
      justify-content: center;
      flex-shrink: 0; }
    .trade-center-strip .trade-document h2 {
      color: #031634;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      margin: 20px 0; }
    .trade-center-strip .trade-document .button-primary-link {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      margin-bottom: 8px; }
      .trade-center-strip .trade-document .button-primary-link svg {
        margin-right: 10px; }
    .trade-center-strip .trade-document .button-primary-dark {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px; }
      .trade-center-strip .trade-document .button-primary-dark svg {
        margin-right: 10px; }
  .trade-center-strip .trade-sort-filters {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 66rem) {
      .trade-center-strip .trade-sort-filters {
        flex-direction: row;
        justify-content: flex-end; } }
    .trade-center-strip .trade-sort-filters .mobile-filters-toggle {
      margin-bottom: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px; }
      @media screen and (min-width: 66rem) {
        .trade-center-strip .trade-sort-filters .mobile-filters-toggle {
          display: none; } }
      .trade-center-strip .trade-sort-filters .mobile-filters-toggle svg {
        margin-right: 10px; }
    .trade-center-strip .trade-sort-filters .sort-filter-container {
      margin-bottom: 24px;
      width: 100%;
      border-radius: 4px;
      border: 1px #031634 solid;
      position: relative;
      height: 45px; }
      @media screen and (min-width: 66rem) {
        .trade-center-strip .trade-sort-filters .sort-filter-container {
          margin-bottom: 36px;
          width: 230px;
          margin-right: 24px; } }
      @media screen and (min-width: 66rem) {
        .trade-center-strip .trade-sort-filters .sort-filter-container:last-of-type {
          margin-right: 0; } }
      .trade-center-strip .trade-sort-filters .sort-filter-container select {
        display: none; }
      .trade-center-strip .trade-sort-filters .sort-filter-container .sort-filter {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 12px;
        padding-bottom: 12px;
        cursor: pointer; }
        @media screen and (min-width: 66rem) {
          .trade-center-strip .trade-sort-filters .sort-filter-container .sort-filter {
            margin-bottom: 36px;
            padding-left: 5px;
            padding-right: 5px; } }
        .trade-center-strip .trade-sort-filters .sort-filter-container .sort-filter.selected-active .dd-icon {
          transform: rotate(180deg); }
        .trade-center-strip .trade-sort-filters .sort-filter-container .sort-filter select {
          display: none;
          /*hide original SELECT element: */ }
      .trade-center-strip .trade-sort-filters .sort-filter-container .faux-label {
        color: #031634;
        font-size: 16px;
        line-height: 21px;
        margin-right: 5px;
        font-weight: 600; }
      .trade-center-strip .trade-sort-filters .sort-filter-container .select-selected {
        color: #031634;
        font-size: 16px;
        font-weight: 400;
        line-height: 21px; }
        .trade-center-strip .trade-sort-filters .sort-filter-container .select-selected:before {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          content: ''; }
      .trade-center-strip .trade-sort-filters .sort-filter-container .dd-icon {
        transition: all .2s ease;
        order: 5;
        margin-left: 5px; }
      .trade-center-strip .trade-sort-filters .sort-filter-container .select-items div {
        color: #ffffff;
        padding: 8px 16px;
        border: 1px solid transparent;
        border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
        cursor: pointer; }
      .trade-center-strip .trade-sort-filters .sort-filter-container .select-items {
        position: absolute;
        background-color: #0096d6;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 99; }
      .trade-center-strip .trade-sort-filters .sort-filter-container .select-hide {
        display: none; }
      .trade-center-strip .trade-sort-filters .sort-filter-container .select-items div:hover, .trade-center-strip .trade-sort-filters .sort-filter-container .same-as-selected {
        background-color: rgba(0, 0, 0, 0.1); }
  .trade-center-strip .filter-item-container input {
    position: absolute;
    opacity: 0;
    width: auto; }
    .trade-center-strip .filter-item-container input:checked + label:after {
      opacity: 1; }
    .trade-center-strip .filter-item-container input:checked + label:before {
      background-color: #031634; }
  .trade-center-strip .filter-item-container label {
    color: #031634;
    font-size: 16px;
    line-height: 21px;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    pointer-events: all;
    margin-bottom: 23px; }
    .trade-center-strip .filter-item-container label:before {
      transition: all .2s ease;
      background: white;
      border-radius: 2px;
      border: 1px #D4D4D8 solid;
      content: '';
      width: 20px;
      height: 20px;
      position: absolute;
      left: 0;
      top: 0; }
    .trade-center-strip .filter-item-container label:after {
      transition: all .2s ease;
      content: url("/site/images/icons/check-square.svg");
      position: absolute;
      top: 3px;
      left: 4px;
      height: 20px;
      width: 20px;
      opacity: 0; }
  .trade-center-strip .no-results {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%; }
    .trade-center-strip .no-results h4 {
      font-size: 20px; }

.trade-center-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(3, 22, 52, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
  z-index: 1010;
  cursor: pointer; }
  .trade-center-overlay.active {
    opacity: 1;
    pointer-events: initial; }

.trade-center-share-window {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: .25rem;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
  z-index: 1020;
  max-width: 90vw;
  padding: 32px; }
  .trade-center-share-window.active {
    opacity: 1;
    pointer-events: initial; }
  .trade-center-share-window .share-close {
    position: absolute;
    top: 32px;
    right: 32px;
    cursor: pointer; }
    .trade-center-share-window .share-close svg {
      width: 25px;
      height: 25px; }
  .trade-center-share-window h4 {
    margin-right: 30px;
    margin-top: 3px;
    font-size: 16px;
    margin-bottom: 20px; }
  .trade-center-share-window .copy-input-wrapper {
    border: 1px solid #f2f2f2;
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 40rem) {
      .trade-center-share-window .copy-input-wrapper {
        flex-direction: row; } }
  .trade-center-share-window input {
    flex-grow: 1;
    border: none;
    background-color: #f2f2f2;
    padding: 12px 16px; }
  .trade-center-share-window .social-links {
    display: flex;
    flex-direction: row;
    margin-top: 20px; }
    .trade-center-share-window .social-links .button {
      margin-right: 15px;
      padding: 5px;
      height: 50px;
      width: 50px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .trade-center-share-window .social-links .button:last-of-type {
        margin-right: 0; }
      .trade-center-share-window .social-links .button.email-button {
        background-color: #b0d23f; }
      .trade-center-share-window .social-links .button.facebook-button {
        background-color: #4267b2; }
      .trade-center-share-window .social-links .button.twitter-button {
        background-color: #1da1f2; }
      .trade-center-share-window .social-links .button.linkedin-button {
        background-color: #0077b5; }
      .trade-center-share-window .social-links .button svg {
        width: 20px;
        max-width: initial; }
        .trade-center-share-window .social-links .button svg path {
          fill: white; }

.link-cards-strip .module-content {
  max-width: 660px;
  margin: 0 auto;
  margin-bottom: 30px; }
.link-cards-strip .cards-wrapper {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 66rem) {
    .link-cards-strip .cards-wrapper {
      flex-direction: row; } }
.link-cards-strip .link-card {
  background-color: #031634;
  margin-bottom: 30px;
  color: white;
  padding: 24px;
  text-align: initial;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 66rem) {
    .link-cards-strip .link-card {
      margin-right: 30px;
      max-width: 315px;
      margin-bottom: 0; } }
  .link-cards-strip .link-card:last-of-type {
    margin-bottom: 0; }
    @media screen and (min-width: 66rem) {
      .link-cards-strip .link-card:last-of-type {
        margin-right: 0; } }
  .link-cards-strip .link-card img {
    padding-bottom: 20px; }
  .link-cards-strip .link-card h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0; }
  .link-cards-strip .link-card p {
    margin-bottom: 50px; }
  .link-cards-strip .link-card a {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: flex;
    margin-top: auto;
    color: #B0D23F;
    margin-bottom: 20px; }
    .link-cards-strip .link-card a svg {
      margin-left: 5px; }

.author-slider-strip.wrap-authors .strip-header {
  text-align: center; }
.author-slider-strip.wrap-authors .strip-content {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 660px; }
.author-slider-strip.wrap-authors .author-slider {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 40rem) {
    .author-slider-strip.wrap-authors .author-slider {
      flex-direction: row;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 48px; } }
  @media screen and (min-width: 66rem) {
    .author-slider-strip.wrap-authors .author-slider {
      grid-template-columns: repeat(3, 1fr);
      padding-left: calc((100vw - 66rem) / 2);
      padding-right: calc((100vw - 66rem) / 2); } }
  .author-slider-strip.wrap-authors .author-slider .author-slider-slide {
    margin-right: 0; }
    @media screen and (min-width: 66rem) {
      .author-slider-strip.wrap-authors .author-slider .author-slider-slide {
        margin-right: 0; } }
.author-slider-strip .strip-header {
  text-align: left;
  margin-bottom: 8px; }
  @media screen and (min-width: 66rem) {
    .author-slider-strip .strip-header {
      margin-bottom: 12px; } }
  .author-slider-strip .strip-header .hading {
    margin-bottom: 0; }
.author-slider-strip .strip-content {
  margin-bottom: 48px;
  max-width: 768px;
  text-align: left; }
.author-slider-strip .author-slider-wrapper {
  padding-bottom: 40px;
  position: relative; }
  @media screen and (min-width: 66rem) {
    .author-slider-strip .author-slider-wrapper {
      padding-bottom: 0; } }
.author-slider-strip .slick-list {
  padding-left: 16px;
  margin-bottom: 70px;
  padding-right: 15%; }
  @media screen and (min-width: 66rem) {
    .author-slider-strip .slick-list {
      padding-left: calc((100vw - 66rem) / 2);
      padding-right: calc((100vw - 66rem) / 2);
      padding-bottom: 0; } }
.author-slider-strip .slick-track {
  display: flex !important; }
.author-slider-strip .author-slider-slide {
  margin-right: 24px;
  text-align: left;
  height: auto;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 66rem) {
    .author-slider-strip .author-slider-slide {
      margin-right: 32px; } }
  .author-slider-strip .author-slider-slide .image-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px; }
  .author-slider-strip .author-slider-slide img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    transition: transform 0.5s ease-out; }
  .author-slider-strip .author-slider-slide h3 {
    color: #031634;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 3px; }
  .author-slider-strip .author-slider-slide h4 {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    color: #000;
    margin-bottom: 25px; }
  .author-slider-strip .author-slider-slide a {
    margin-top: auto;
    color: #0178BF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    display: flex;
    align-items: center; }
    .author-slider-strip .author-slider-slide a svg {
      margin-left: 5px; }
.author-slider-strip .slick-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11.293 17.293L12.707 18.707L19.414 12L12.707 5.29297L11.293 6.70697L15.586 11H6V13H15.586L11.293 17.293Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #0178BF;
  background-color: #0178BF;
  font-size: 0;
  position: absolute;
  bottom: -18px; }
  @media screen and (min-width: 66rem) {
    .author-slider-strip .slick-arrow {
      bottom: initial;
      top: 25%;
      z-index: 2; } }
  .author-slider-strip .slick-arrow.slick-prev {
    right: 75px;
    transform: rotate(180deg); }
    @media screen and (min-width: 66rem) {
      .author-slider-strip .slick-arrow.slick-prev {
        right: initial;
        left: calc((100vw - 66rem) / 2 - 25px); } }
  .author-slider-strip .slick-arrow.slick-next {
    right: 16px; }
    @media screen and (min-width: 66rem) {
      .author-slider-strip .slick-arrow.slick-next {
        right: calc((100vw - 66rem) / 2 - 10px); } }
.author-slider-strip .slick-dots {
  display: flex;
  justify-content: left;
  margin-top: 20px;
  margin-left: 16px; }
  @media screen and (min-width: 66rem) {
    .author-slider-strip .slick-dots {
      display: none !important; } }
  .author-slider-strip .slick-dots li {
    margin-right: 5px; }
    .author-slider-strip .slick-dots li.slick-active button {
      background-color: #0096d6; }
    .author-slider-strip .slick-dots li button {
      background-color: #D9D9D9;
      border-radius: 50%;
      padding: 0.4rem;
      font-size: 0; }

.charity-slider-strip .container {
  max-width: 81rem;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 50rem) {
    .charity-slider-strip .container {
      flex-direction: row; } }
.charity-slider-strip .content-container {
  margin-bottom: 40px;
  text-align: left; }
  @media screen and (min-width: 50rem) {
    .charity-slider-strip .content-container {
      flex-direction: column;
      width: 40%;
      display: flex;
      justify-content: center;
      margin-right: 20px;
      margin-left: 3rem; } }
  @media screen and (min-width: 60rem) {
    .charity-slider-strip .content-container {
      margin-right: 40px;
      margin-left: 7.5rem; } }
  .charity-slider-strip .content-container .strip-header {
    margin-bottom: 0; }
  .charity-slider-strip .content-container p {
    margin-top: 0; }
.charity-slider-strip .slider-container {
  text-align: left; }
  @media screen and (min-width: 50rem) {
    .charity-slider-strip .slider-container {
      width: 60%;
      margin-left: 20px; } }
  @media screen and (min-width: 60rem) {
    .charity-slider-strip .slider-container {
      margin-left: 40px; } }
  .charity-slider-strip .slider-container .sub-header h1, .charity-slider-strip .slider-container .sub-header h2, .charity-slider-strip .slider-container .sub-header h3, .charity-slider-strip .slider-container .sub-header h4 {
    color: #031634;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 20px; }
  .charity-slider-strip .slider-container .charity-slider-wrapper {
    padding-bottom: 20px; }
  .charity-slider-strip .slider-container .slick-list {
    padding-right: 15%; }
    @media screen and (min-width: 50rem) {
      .charity-slider-strip .slider-container .slick-list {
        padding-right: 0; } }
  .charity-slider-strip .slider-container .slick-track {
    display: flex !important; }
  .charity-slider-strip .slider-container .charity-slider-slide {
    background: #F4F4F4;
    padding: 20px;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-right: 12px; }
    .charity-slider-strip .slider-container .charity-slider-slide .image-container {
      padding-bottom: 69%;
      margin-bottom: 20px;
      position: relative; }
      @media screen and (min-width: 50rem) {
        .charity-slider-strip .slider-container .charity-slider-slide .image-container {
          height: 160px;
          padding-bottom: 0; } }
      .charity-slider-strip .slider-container .charity-slider-slide .image-container .background-image {
        object-fit: cover;
        font-family: 'object-fit: cover;';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 1; }
      .charity-slider-strip .slider-container .charity-slider-slide .image-container .logo-container {
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 12px;
        background-color: #FFF;
        width: 120px;
        z-index: 2; }
        .charity-slider-strip .slider-container .charity-slider-slide .image-container .logo-container img {
          width: 100%; }
    .charity-slider-strip .slider-container .charity-slider-slide .charity-heading {
      color: #031634;
      font-size: 15px;
      font-weight: 500;
      margin-bottom: 16px;
      margin-top: 0; }
    .charity-slider-strip .slider-container .charity-slider-slide .charity-summary {
      color: #031634;
      margin-top: 0;
      font-size: 15px;
      line-height: 155%;
      margin-bottom: 30px; }
    .charity-slider-strip .slider-container .charity-slider-slide a {
      margin-top: auto;
      color: #0178BF;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: 120%;
      letter-spacing: 2.4px;
      text-transform: uppercase;
      display: flex;
      align-items: center; }
      .charity-slider-strip .slider-container .charity-slider-slide a svg {
        margin-left: 5px; }
  .charity-slider-strip .slider-container .slick-arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11.293 17.293L12.707 18.707L19.414 12L12.707 5.29297L11.293 6.70697L15.586 11H6V13H15.586L11.293 17.293Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #0178BF;
    background-color: #0178BF;
    font-size: 0;
    position: absolute;
    bottom: -20px; }
    @media screen and (min-width: 50rem) {
      .charity-slider-strip .slider-container .slick-arrow {
        bottom: initial;
        top: 150px;
        z-index: 2; } }
    .charity-slider-strip .slider-container .slick-arrow.slick-prev {
      right: 75px;
      transform: rotate(180deg); }
      @media screen and (min-width: 50rem) {
        .charity-slider-strip .slider-container .slick-arrow.slick-prev {
          right: initial;
          left: -30px; } }
    .charity-slider-strip .slider-container .slick-arrow.slick-next {
      right: 16px; }
      @media screen and (min-width: 50rem) {
        .charity-slider-strip .slider-container .slick-arrow.slick-next {
          right: -20px; } }
  .charity-slider-strip .slider-container .slick-dots {
    display: flex;
    justify-content: left;
    margin-top: 60px; }
    @media screen and (min-width: 50rem) {
      .charity-slider-strip .slider-container .slick-dots {
        display: none !important; } }
    .charity-slider-strip .slider-container .slick-dots li {
      margin-right: 5px; }
      .charity-slider-strip .slider-container .slick-dots li.slick-active button {
        background-color: #0096d6; }
      .charity-slider-strip .slider-container .slick-dots li button {
        background-color: #D9D9D9;
        border-radius: 50%;
        padding: 0.4rem;
        font-size: 0; }

.table-strip.remove-bottom-padding {
  padding-bottom: 0 !important; }
  @media screen and (min-width: 40rem) {
    .table-strip.remove-bottom-padding {
      padding-bottom: 0 !important; } }
.table-strip .strip-header {
  text-align: left;
  margin-bottom: 8px; }
  @media screen and (min-width: 66rem) {
    .table-strip .strip-header {
      margin-bottom: 12px; } }
  .table-strip .strip-header .hading {
    margin-bottom: 0; }
.table-strip .wysiwyg {
  margin-bottom: 30px; }
  @media screen and (min-width: 40rem) {
    .table-strip .wysiwyg {
      max-width: 80%;
      margin: 0 auto;
      margin-bottom: 30px; } }
  .table-strip .wysiwyg h3,
  .table-strip .wysiwyg h2 {
    font-size: 22px;
    line-height: 23px;
    color: #031634; }
.table-strip .strip-content {
  margin-bottom: 48px;
  max-width: 768px;
  text-align: left; }
.table-strip .table-rows {
  display: table;
  border-collapse: collapse;
  width: 100%; }
  .table-strip .table-rows .table-row {
    display: table-row; }
    .table-strip .table-rows .table-row:first-of-type .table-cell {
      font-weight: 600;
      color: #000 !important; }
  .table-strip .table-rows .table-cell {
    display: table-cell;
    text-align: left;
    padding: 15px;
    color: #666;
    border: 1px solid #EEE;
    line-height: 150%;
    width: 50%;
    vertical-align: middle; }
    @media screen and (min-width: 40rem) {
      .table-strip .table-rows .table-cell {
        padding: 24px; } }
    .table-strip .table-rows .table-cell.is-dark {
      color: #122029;
      border: 1px solid #EAEAEA; }

html {
  overflow-x: hidden;
  font-size: 15px;
  color: #666666; }

body, .main-page-content {
  font-family: "StagSans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.debug-strip {
  border: dotted 1px #0096d6; }
  .debug-strip .strip-details {
    text-align: left;
    background-color: #0096d6;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.5rem 0.75rem;
    color: white;
    z-index: 10;
    font-size: 0.9rem; }

.main-page-content .link {
  text-decoration: underline; }

a {
  color: #0096d6; }
  a:hover {
    color: #0071a1; }

abbr, acronym {
  border-bottom: 0.1em dotted #999999;
  cursor: help; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.3; }

.content a[target="_blank"] {
  padding-right: 1rem;
  margin-right: 0.25rem;
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDkzRDc5N0RGRjkyMTFFNUE1Q0U5OTVCOTU0NjQ0ODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDkzRDc5N0VGRjkyMTFFNUE1Q0U5OTVCOTU0NjQ0ODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowOTNENzk3QkZGOTIxMUU1QTVDRTk5NUI5NTQ2NDQ4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowOTNENzk3Q0ZGOTIxMUU1QTVDRTk5NUI5NTQ2NDQ4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsEWTZ8AAAB4SURBVHjaYmTAB9a+YwOS64HYhAXI2QZk/MKirB2InwKxJBBfYAErChYKwGKaDJBcAsRhQPyICYeVclBFKUAsDDToFxMWRSpAchVYUbDQHSBdCRJmwuGNGKgiOGDBUIKmAAaYGIgERCsEWa0L9MAGPGo4QARAgAEAFOYbmv+zUp0AAAAASUVORK5CYII=") no-repeat center right; }

p {
  margin-top: 1rem;
  line-height: 1.5; }

.center-content-wrapper {
  display: table;
  width: 100%;
  height: 100%; }
  .center-content-wrapper .center-content {
    display: table-cell;
    vertical-align: middle; }

.grecaptcha-badge {
  display: none !important; }

/* ---------------------------------------------- Author pages */
.resource-centre .author-outer-wrapper .container,
.resource-centre-author-page .author-outer-wrapper .container,
.article-grid .author-outer-wrapper .container {
  max-width: 66rem !important; }
.resource-centre .authorship-and-share .social-buttons.small,
.resource-centre-author-page .authorship-and-share .social-buttons.small,
.article-grid .authorship-and-share .social-buttons.small {
  margin-left: auto; }
.resource-centre .title-bar,
.resource-centre-author-page .title-bar,
.article-grid .title-bar {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .resource-centre .title-bar:before,
  .resource-centre-author-page .title-bar:before,
  .article-grid .title-bar:before {
    display: none !important; }
  .resource-centre .title-bar .sub-heading,
  .resource-centre-author-page .title-bar .sub-heading,
  .article-grid .title-bar .sub-heading {
    font-size: 1.3rem;
    color: white;
    display: inline-block; }
.resource-centre.main.author-content-wrapper,
.resource-centre-author-page.main.author-content-wrapper,
.article-grid.main.author-content-wrapper {
  max-width: 66rem;
  padding: 3rem 0;
  margin-left: auto;
  margin-right: auto; }
  .resource-centre.main.author-content-wrapper .container,
  .resource-centre-author-page.main.author-content-wrapper .container,
  .article-grid.main.author-content-wrapper .container {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 40rem) {
      .resource-centre.main.author-content-wrapper .container,
      .resource-centre-author-page.main.author-content-wrapper .container,
      .article-grid.main.author-content-wrapper .container {
        flex-direction: row; } }
  .resource-centre.main.author-content-wrapper .author-content-container,
  .resource-centre-author-page.main.author-content-wrapper .author-content-container,
  .article-grid.main.author-content-wrapper .author-content-container {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media screen and (min-width: 40rem) {
      .resource-centre.main.author-content-wrapper .author-content-container,
      .resource-centre-author-page.main.author-content-wrapper .author-content-container,
      .article-grid.main.author-content-wrapper .author-content-container {
        flex-direction: row; } }
    .resource-centre.main.author-content-wrapper .author-content-container .author-content,
    .resource-centre-author-page.main.author-content-wrapper .author-content-container .author-content,
    .article-grid.main.author-content-wrapper .author-content-container .author-content {
      font-size: 15px;
      line-height: 155%;
      color: #666666;
      text-align: initial;
      margin-bottom: 20px; }
      @media screen and (min-width: 40rem) {
        .resource-centre.main.author-content-wrapper .author-content-container .author-content,
        .resource-centre-author-page.main.author-content-wrapper .author-content-container .author-content,
        .article-grid.main.author-content-wrapper .author-content-container .author-content {
          width: 50%;
          padding-right: 50px; } }
      .resource-centre.main.author-content-wrapper .author-content-container .author-content.open .wysiwyg,
      .resource-centre-author-page.main.author-content-wrapper .author-content-container .author-content.open .wysiwyg,
      .article-grid.main.author-content-wrapper .author-content-container .author-content.open .wysiwyg {
        -webkit-line-clamp: initial; }
      .resource-centre.main.author-content-wrapper .author-content-container .author-content.open .read-more .read-more-more,
      .resource-centre-author-page.main.author-content-wrapper .author-content-container .author-content.open .read-more .read-more-more,
      .article-grid.main.author-content-wrapper .author-content-container .author-content.open .read-more .read-more-more {
        display: none; }
      .resource-centre.main.author-content-wrapper .author-content-container .author-content.open .read-more .read-more-less,
      .resource-centre-author-page.main.author-content-wrapper .author-content-container .author-content.open .read-more .read-more-less,
      .article-grid.main.author-content-wrapper .author-content-container .author-content.open .read-more .read-more-less {
        display: initial; }
      .resource-centre.main.author-content-wrapper .author-content-container .author-content .wysiwyg,
      .resource-centre-author-page.main.author-content-wrapper .author-content-container .author-content .wysiwyg,
      .article-grid.main.author-content-wrapper .author-content-container .author-content .wysiwyg {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 20; }
      .resource-centre.main.author-content-wrapper .author-content-container .author-content .read-more,
      .resource-centre-author-page.main.author-content-wrapper .author-content-container .author-content .read-more,
      .article-grid.main.author-content-wrapper .author-content-container .author-content .read-more {
        display: block;
        padding-top: 20px;
        color: #0196D6;
        font-size: 15px;
        font-weight: 400;
        line-height: 23.25px;
        cursor: pointer; }
        .resource-centre.main.author-content-wrapper .author-content-container .author-content .read-more .read-more-more,
        .resource-centre-author-page.main.author-content-wrapper .author-content-container .author-content .read-more .read-more-more,
        .article-grid.main.author-content-wrapper .author-content-container .author-content .read-more .read-more-more {
          display: inline; }
        .resource-centre.main.author-content-wrapper .author-content-container .author-content .read-more .read-more-less,
        .resource-centre-author-page.main.author-content-wrapper .author-content-container .author-content .read-more .read-more-less,
        .article-grid.main.author-content-wrapper .author-content-container .author-content .read-more .read-more-less {
          display: none; }
      .resource-centre.main.author-content-wrapper .author-content-container .author-content h3,
      .resource-centre-author-page.main.author-content-wrapper .author-content-container .author-content h3,
      .article-grid.main.author-content-wrapper .author-content-container .author-content h3 {
        font-size: 22px;
        line-height: 20px;
        color: #031634;
        margin-bottom: 0;
        border-bottom: none; }
        @media screen and (min-width: 40rem) {
          .resource-centre.main.author-content-wrapper .author-content-container .author-content h3,
          .resource-centre-author-page.main.author-content-wrapper .author-content-container .author-content h3,
          .article-grid.main.author-content-wrapper .author-content-container .author-content h3 {
            text-align: left; } }
      .resource-centre.main.author-content-wrapper .author-content-container .author-content li,
      .resource-centre-author-page.main.author-content-wrapper .author-content-container .author-content li,
      .article-grid.main.author-content-wrapper .author-content-container .author-content li {
        position: relative;
        padding-left: 20px; }
        .resource-centre.main.author-content-wrapper .author-content-container .author-content li:before,
        .resource-centre-author-page.main.author-content-wrapper .author-content-container .author-content li:before,
        .article-grid.main.author-content-wrapper .author-content-container .author-content li:before {
          content: '';
          background-color: #0096d6;
          border-radius: 100%;
          width: 7px;
          height: 7px;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
  @media screen and (min-width: 40rem) {
    .resource-centre.main.author-content-wrapper .author-image,
    .resource-centre-author-page.main.author-content-wrapper .author-image,
    .article-grid.main.author-content-wrapper .author-image {
      width: 50%; } }
  .resource-centre.main.author-content-wrapper .author-image .image-wrapper,
  .resource-centre-author-page.main.author-content-wrapper .author-image .image-wrapper,
  .article-grid.main.author-content-wrapper .author-image .image-wrapper {
    border: 5px solid #F4F4F4;
    border-radius: 4px; }
.resource-centre .author-details,
.resource-centre-author-page .author-details,
.article-grid .author-details {
  display: flex;
  flex-direction: column;
  background-color: #F4F4F4;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 12px;
  align-items: flex-start; }
  @media screen and (min-width: 40rem) {
    .resource-centre .author-details,
    .resource-centre-author-page .author-details,
    .article-grid .author-details {
      flex-direction: row;
      margin-bottom: 40px;
      align-items: center; } }
  .resource-centre .author-details.author-details-full,
  .resource-centre-author-page .author-details.author-details-full,
  .article-grid .author-details.author-details-full {
    padding: 16px;
    margin-bottom: 0;
    margin-top: 20px; }
    @media screen and (min-width: 40rem) {
      .resource-centre .author-details.author-details-full,
      .resource-centre-author-page .author-details.author-details-full,
      .article-grid .author-details.author-details-full {
        margin-bottom: 0;
        margin-top: 40px; } }
    .resource-centre .author-details.author-details-full .author-image-container .thumbnail,
    .resource-centre-author-page .author-details.author-details-full .author-image-container .thumbnail,
    .article-grid .author-details.author-details-full .author-image-container .thumbnail {
      width: 200px;
      height: 200px; }
    .resource-centre .author-details.author-details-full .author-content p, .resource-centre .author-details.author-details-full .author-content a,
    .resource-centre-author-page .author-details.author-details-full .author-content p,
    .resource-centre-author-page .author-details.author-details-full .author-content a,
    .article-grid .author-details.author-details-full .author-content p,
    .article-grid .author-details.author-details-full .author-content a {
      font-size: 15px;
      line-height: 23.25px; }
  .resource-centre .author-details .author-image-container,
  .resource-centre-author-page .author-details .author-image-container,
  .article-grid .author-details .author-image-container {
    background-color: white;
    padding: 5px;
    border-radius: 50%; }
    .resource-centre .author-details .author-image-container .thumbnail,
    .resource-centre-author-page .author-details .author-image-container .thumbnail,
    .article-grid .author-details .author-image-container .thumbnail {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background-size: cover; }
  .resource-centre .author-details .author-content,
  .resource-centre-author-page .author-details .author-content,
  .article-grid .author-details .author-content {
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    justify-self: center; }
    @media screen and (min-width: 40rem) {
      .resource-centre .author-details .author-content,
      .resource-centre-author-page .author-details .author-content,
      .article-grid .author-details .author-content {
        padding-top: 0;
        padding-left: 15px; } }
    .resource-centre .author-details .author-content h3,
    .resource-centre-author-page .author-details .author-content h3,
    .article-grid .author-details .author-content h3 {
      color: #031634;
      font-size: 18px;
      padding-bottom: 4px; }
    .resource-centre .author-details .author-content p, .resource-centre .author-details .author-content a,
    .resource-centre-author-page .author-details .author-content p,
    .resource-centre-author-page .author-details .author-content a,
    .article-grid .author-details .author-content p,
    .article-grid .author-details .author-content a {
      color: #666666;
      font-size: 14px;
      font-weight: 400;
      line-height: 19.60px;
      padding-bottom: 4px;
      margin: 0; }
      .resource-centre .author-details .author-content p.author-by, .resource-centre .author-details .author-content a.author-by,
      .resource-centre-author-page .author-details .author-content p.author-by,
      .resource-centre-author-page .author-details .author-content a.author-by,
      .article-grid .author-details .author-content p.author-by,
      .article-grid .author-details .author-content a.author-by {
        font-weight: 500; }
    .resource-centre .author-details .author-content a,
    .resource-centre-author-page .author-details .author-content a,
    .article-grid .author-details .author-content a {
      color: #0196D6; }
    .resource-centre .author-details .author-content .author-summary,
    .resource-centre-author-page .author-details .author-content .author-summary,
    .article-grid .author-details .author-content .author-summary {
      padding-bottom: 10px; }
.resource-centre .posts .post .author-details,
.resource-centre-author-page .posts .post .author-details,
.article-grid .posts .post .author-details {
  padding-top: 0;
  margin-bottom: 0;
  background-color: white;
  padding-left: 0;
  padding-right: 0;
  flex-direction: row;
  align-items: center; }
  .resource-centre .posts .post .author-details .author-content,
  .resource-centre-author-page .posts .post .author-details .author-content,
  .article-grid .posts .post .author-details .author-content {
    padding-top: 0;
    padding-left: 15px; }
.resource-centre .posts .post .hero-sub-heading,
.resource-centre-author-page .posts .post .hero-sub-heading,
.article-grid .posts .post .hero-sub-heading {
  display: none !important; }
.resource-centre .posts .post .author-image-container,
.resource-centre-author-page .posts .post .author-image-container,
.article-grid .posts .post .author-image-container {
  background-color: #D9D9D9; }
  .resource-centre .posts .post .author-image-container .thumbnail,
  .resource-centre-author-page .posts .post .author-image-container .thumbnail,
  .article-grid .posts .post .author-image-container .thumbnail {
    width: 60px;
    height: 60px; }

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