/**
 * version: 1.0.0
 * file:    main.css
 * author:  Squiz Australia
 * updated: Mon Jan 11 2021 14:54:08 GMT+1030 (ACDT)
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Modules
    Accordion
    Breadcrumbs
    Magnific popup
    Pagination
    Skip links
    Slick
    S
 */
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
.visuallyhidden, .sr-only, .skip-links__link {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .focusable.sr-only:active,
.visuallyhidden.focusable:focus, .focusable.sr-only:focus, .skip-links__link:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.main__content ol:not(.breadcrumbs__list), .tabs__tab-list, .breadcrumbs__list, .popup__list, .skip-links__list, .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main__content .highlight {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

/* stylelint-enable */
/*
--------------------
Reset (normalize.css)
--------------------
*/
/* stylelint-disable */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer,
header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  text-decoration: none;
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 600;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

fieldset {
  min-width: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.25rem;
  line-height: inherit;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

/* stylelint-enable */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
--------------------
Utilities
--------------------
*/
.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.hidden-opacity {
  opacity: 0;
}

.pull-left {
  float: left;
}

img.pull-left, figure.pull-left {
  margin-right: 1em;
  margin-bottom: 1em;
  max-width: 50%;
}

.pull-right {
  float: right;
}

img.pull-right, figure.pull-right {
  margin-left: 1em;
  margin-bottom: 1em;
  max-width: 50%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
--------------------
General
--------------------
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

html,
body {
  height: 100%;
}

body {
  font-size: 1em;
  font-family: "Poppins", helvetica, arial, sans-serif;
  color: #010101;
  line-height: 1.4;
  background-color: #fafafa;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
}

img {
  max-width: 100%;
  height: auto;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

@-ms-viewport {
  width: device-width;
}

@page {
  margin: 0.5cm;
}

a {
  color: #0076ad;
}

a:hover, a:focus {
  color: #0076ad;
  text-decoration: none;
}

/*
--------------------
Content
--------------------
*/
/* Buttons */
.btn,
.atcb-link {
  font-family: Helvetica, Arial, sans-serif;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.btn-primary {
  color: #1b325f;
  background-color: transparent;
  border-color: #1b325f;
}

.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  background-color: #1b325f;
  border-color: #1b325f;
}

.btn-primary.btn-inverted {
  color: #fff;
  background-color: #1b325f;
  border-color: #1b325f;
}

.btn-primary.btn-inverted:hover, .btn-primary.btn-inverted:focus {
  color: #1b325f;
  background-color: transparent;
  border-color: #1b325f;
}

.sq-form-submit {
  font-family: Helvetica, Arial, sans-serif;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  color: #fff;
  background-color: #1b325f;
  border-color: #1b325f;
}

.sq-form-submit:hover, .sq-form-submit:focus {
  color: #1b325f;
  background-color: transparent;
  border-color: #1b325f;
}

.btn-secondary {
  color: #777;
  background-color: transparent;
  border-color: #777;
}

.btn-secondary:hover, .btn-secondary:focus {
  color: #fff;
  background-color: #777;
  border-color: #777;
}

.btn-success {
  color: #5cb85c;
  background-color: transparent;
  border-color: #5cb85c;
}

.btn-success:hover, .btn-success:focus {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-info {
  color: #5bc0de;
  background-color: transparent;
  border-color: #5bc0de;
}

.btn-info:hover, .btn-info:focus {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-warning {
  color: #f0ad4e;
  background-color: transparent;
  border-color: #f0ad4e;
}

.btn-warning:hover, .btn-warning:focus {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-danger {
  color: #d9534f;
  background-color: transparent;
  border-color: #d9534f;
}

.btn-danger:hover, .btn-danger:focus {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-social,
.atcb-link {
  color: #fff;
  background-color: #0076ad;
  border-color: #0076ad;
}

.btn-social + .btn-social,
.btn-social + .addtocalendar,
.addthis-toolbox + .btn-social,
.addtocalendar + .btn-social,
.btn-social + .addthis-toolbox,
.atcb-link + .btn-social,
.atcb-link + .addtocalendar,
.addthis-toolbox +
.atcb-link,
.addtocalendar +
.atcb-link,
.atcb-link + .addthis-toolbox {
  margin-left: 0.75rem;
}

.btn-social:hover, .btn-social:focus,
.atcb-link:hover,
.atcb-link:focus {
  color: #fff;
  background-color: #006899;
  border-color: #006899;
}

.btn-block {
  width: 100%;
  display: block;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

.btn-small {
  font-size: 0.8rem;
  padding: 0.4rem 0.75rem;
}

.btn-large {
  font-size: 1.25rem;
  padding: 0.75rem 1.5rem;
}

.btn-filter {
  cursor: pointer;
  padding: 0.4375rem;
  margin-bottom: 0;
  position: absolute;
  right: 0;
}

/* stylelint-disable */
.addthis_button {
  position: relative;
}

.addthis_button:after {
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-left: 1rem;
  margin-top: -6px;
  vertical-align: middle;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* stylelint-enable */
.main__content {
  /* Headings */
  /* Tables */
  /* stylelint-disable */
  /* Quotes */
  /* Highlight */
  /* stylelint-enable */
}

.main__content > h1:first-of-type {
  margin-top: 0;
  margin-bottom: 0.5em;
}

.main__content > h1:first-of-type {
  line-height: 1;
}

.main__content h1,
.main__content h2,
.main__content h3,
.main__content h4,
.main__content h5,
.main__content h6 {
  color: #1b325f;
}

.main__content h1 ,
.main__content h2 ,
.main__content h3 ,
.main__content h4 ,
.main__content h5 ,
.main__content h6 {
  margin-bottom: 0.75rem;
}

.main__content h1 {
  font-size: 2.25rem;
}

.main__content h2 {
  font-size: 1.875rem;
}

.main__content h3 {
  font-size: 1.5rem;
}

.main__content h4 {
  font-size: 1.25rem;
}

.main__content h5 {
  font-size: 1rem;
}

.main__content h6 {
  font-size: 0.75rem;
}

.main__content .responsive__table {
  width: 100%;
  overflow: auto;
  border-bottom: 2px solid #cccccc;
  margin: 0.75em 0;
}

.main__content table {
  width: 100%;
  min-width: 50rem;
  margin: 2px;
}

.main__content table ul > li,
.main__content table ol > li {
  margin-bottom: 0.25rem !important;
}

.main__content tbody tr {
  border-bottom: 2px solid #cccccc;
  -webkit-transition: 0.15s background-color linear;
  -moz-transition: 0.15s background-color linear;
  transition: 0.15s background-color linear;
}

.main__content tbody tr:nth-child(odd) {
  background-color: transparent;
}

.main__content tbody tr:nth-child(odd):hover {
  background-color: #fff;
}

.main__content tbody tr:nth-child(even) {
  background-color: transparent;
}

.main__content tbody tr:nth-child(even):hover {
  background-color: #fff;
}

.main__content tbody tr:last-child {
  border-bottom: 0;
}

.main__content caption {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
}

.main__content th {
  font-size: 0.875rem;
  line-height: 1.45;
  text-align: left;
  color: #fff;
  background-color: #1b325f;
  border-right: 1px solid #fff;
  padding: 1.875rem 1.25rem 1.5625rem;
  white-space: nowrap;
  font-weight: 400;
}

.main__content th:last-child {
  border-right: 0;
}

.main__content td {
  padding: 1em;
}

.main__content td ul,
.main__content td ol {
  margin-top: 0;
  margin-bottom: 0;
}

.main__content ol:not(.breadcrumbs__list) {
  counter-reset: li;
}

.main__content ol:not(.breadcrumbs__list) > li {
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
}

.main__content ol:not(.breadcrumbs__list) > li:last-child {
  margin-bottom: 0;
}

.main__content ol:not(.breadcrumbs__list) > li::before {
  position: absolute;
  left: 0;
  content: counter(li) ". ";
  counter-increment: li;
  color: #2e2e2e;
  font-weight: bold;
}

.main__content ol:not(.breadcrumbs__list) > li ul,
.main__content ol:not(.breadcrumbs__list) > li ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.main__content ol:not(.breadcrumbs__list) > li ol li::before {
  content: counter(li, lower-latin) ". ";
}

.main__content blockquote {
  position: relative;
  padding-left: 3rem;
  margin: 0.5rem 0;
  background-color: transparent;
  color: #1b325f;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}

.main__content blockquote::before {
  content: '\201C';
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-size: 3.125rem;
  font-weight: 500;
  top: 0;
  left: 0;
  color: #0076ad;
  position: absolute;
  line-height: 1.25;
  height: 17px;
}

@-moz-document url-prefix() {
  .main__content blockquote::before {
    top: 20px;
  }
  .main__content blockquote::after {
    bottom: 15px;
    right: -7px;
  }
}

.main__content .pull-quote {
  border-top: 1px solid #010101;
  padding: 1em 0.5em 0 0.5em;
  margin: 1em;
}

.main__content .highlight {
  background: #cccccc;
  padding: 0.1em 0.5em;
}

.main-content__wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: auto;
  min-width: 1px;
}

.home .main-content__wrapper {
  padding: 0;
  max-width: 100%;
  display: block;
}

.icon-image {
  height: 100%;
  width: 100%;
}

.main {
  background-color: #fafafa;
  position: relative;
  transition: 0.3s ease transform;
  will-change: transform;
}

.main__footer {
  position: relative;
  transition: 0.3s ease transform;
  will-change: transform;
}

.wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 1rem;
}

.wrapper + .wrapper {
  padding-top: 0;
}

.home .wrapper {
  padding: 0;
  max-width: 100%;
  display: block;
}

.tool-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 2rem;
  position: relative;
  z-index: 12;
}

.tools-social {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.tools-social > * {
  margin-right: 1rem;
}

.tools-social > *:last-child {
  margin-right: 0;
}

.home .page-heading {
  display: none;
}

.space-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.compat-object-fit {
  background-position: center center;
  background-size: cover;
}

.compat-object-fit img {
  opacity: 0;
}

/*
--------------------
Modules
--------------------
*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* Module: Accordion */
.accordion__link:after {
  content: '+';
  border: 1px solid;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: 1em;
  width: 1em;
  text-align: center;
}

.accordion__link.uber-accordion__button-active:after {
  content: '-';
}

.js-enabled .accordion__target {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  -moz-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.js-enabled .accordion__target.uber-accordion__target-active {
  max-height: 100em;
}

.tabs__item {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.tabs__link {
  padding: .5em;
  border: 1px solid;
  border-bottom: 0;
  background: #eee;
}

.tabs__link.uber-accordion__button-active {
  background: #fff;
}

.js-enabled .tabs__target {
  display: none;
}

.js-enabled .tabs__target.uber-accordion__target-active {
  display: block;
}

.no-js .uber-accordion__target {
  display: none;
}

.no-js .uber-accordion__target:target {
  display: block;
}

/* Module: Breadcrumbs */
.breadcrumbs {
  display: none;
}

.breadcrumbs__list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumbs__item {
  position: relative;
  margin-right: .5rem;
  padding-right: 1.65rem;
}

.breadcrumbs__item:not(.breadcrumbs__current)::after {
  content: '';
  position: absolute;
  top: .35rem;
  right: .45rem;
  display: block;
  height: .65rem;
  width: .65rem;
  border-right: 3px solid #0076ad;
  border-bottom: 3px solid #0076ad;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.breadcrumbs__link {
  color: #010101;
  text-decoration: none;
  display: block;
}

.breadcrumbs__link:hover, .breadcrumbs__link:focus {
  color: #010101;
  text-decoration: underline;
}

.breadcrumbs__divider {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 5px;
}

.breadcrumbs__current {
  font-weight: 600;
  padding-right: 0;
  margin-right: 0;
}

/* Module: Magnific popup */
/* Module: Pagination */
.pagination {
  list-style: none;
  margin: 2.5rem 0 1.5rem 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pagination__item {
  margin: 0 0.5rem;
  text-align: center;
}

.pagination__link,
.pagination__item--current > span {
  color: #272727;
  display: block;
  position: relative;
  line-height: 1.25;
  text-decoration: none;
  padding: 0.5rem;
}

.pagination__link::after,
.pagination__item--current > span::after {
  -moz-transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #0076ad;
  top: 100%;
  left: 0;
  content: '';
  height: 0.1875rem;
  position: absolute;
  width: 0.0001%;
}

.pagination__link {
  -webkit-transition: 0.15s background-color ease-in-out;
  -moz-transition: 0.15s background-color ease-in-out;
  transition: 0.15s background-color ease-in-out;
}

.pagination__link:hover, .pagination__link:focus {
  color: #272727;
}

.pagination__link:hover::after, .pagination__link:focus::after {
  width: 100%;
}

.pagination__item--current {
  font-weight: 600;
}

.pagination__item--current > span {
  border-bottom: 3px solid #0076ad;
}

.pagination__previous .pagination__link::before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  border-left: 4px solid #272727;
  border-bottom: 4px solid #272727;
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pagination__next .pagination__link::before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  border-right: 4px solid #272727;
  border-bottom: 4px solid #272727;
  margin-left: 0.4rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Module: Skip links */
/* Module: Slick */
.slick-list {
  position: relative;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.home .slick-list,
.home .slick-track,
.home .slick-slide,
.slick-slide img {
  -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: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  zoom: 1;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  min-height: 1px;
  overflow-x: hidden;
  display: none;
}

.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-slideshow__slide img {
  margin: 0 auto;
}

.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0;
}

.slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
}

.slick-dots {
  margin-top: 1em;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.slick-dots li + li {
  margin-left: 1em;
}

/* Module: S */
.quicklinks {
  position: relative;
}

.quicklinks__heading {
  cursor: pointer;
  position: relative;
  background-color: #2b2b2b;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  line-height: 2.5rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: .75rem 1rem;
}

.quicklinks__heading::after {
  content: '';
  position: absolute;
  right: 1.25rem;
  top: 50%;
  margin-top: -8px;
  display: block;
  height: 10px;
  width: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.15s transform linear;
  -moz-transition: 0.15s transform linear;
  transition: 0.15s transform linear;
}

.quicklinks__heading[data-expanded="true"]::after {
  margin-top: -2px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.quicklinks__container {
  display: none;
}

.quicklinks__block {
  position: relative;
  z-index: 1;
}

.quicklinks__block.active {
  border-bottom: 2px solid #02809d;
}

.quicklinks__block.active:last-child {
  border-bottom: 0;
}

.quicklinks__block .quicklinks__heading {
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  font-size: 100%;
  font-weight: 300;
  text-align: left;
  padding: .25rem 2.75rem .25rem 1rem;
  padding-right: 2.75rem;
  background-color: #0076ad;
  border: 0;
  border-bottom: 2px solid #02809d;
  -webkit-transition: 0.2s background-color linear;
  -moz-transition: 0.2s background-color linear;
  transition: 0.2s background-color linear;
}

.quicklinks__block .quicklinks__heading:hover, .quicklinks__block .quicklinks__heading:focus {
  outline: 0;
  background-color: #006da0;
}

.quicklinks__block .quicklinks__heading::after {
  content: '';
  position: absolute;
  right: 1.25rem;
  top: 50%;
  margin-top: -8px;
  display: block;
  height: 10px;
  width: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.quicklinks__block:last-child .quicklinks__heading {
  border-bottom: 0;
}

.quicklinks__block.active .quicklinks__heading {
  color: #010101;
  background-color: #fff;
  border-bottom: 0;
}

.quicklinks__block.active .quicklinks__heading::after {
  margin-top: -2px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-color: #010101;
}

.quicklinks__content {
  display: none;
  background-color: #0076ad;
  padding: .75rem 1rem;
}

.quicklinks__link {
  color: #fff;
  line-height: 2;
  display: block;
  text-decoration: none;
  -webkit-transition: 0.15s color ease-in-out;
  -moz-transition: 0.15s color ease-in-out;
  transition: 0.15s color ease-in-out;
}

.quicklinks__link:focus, .quicklinks__link:hover {
  outline: 0;
  text-decoration: underline;
  color: #fff;
}

/* Module: S */
.landscape-carousel {
  display: none;
}

.landscape-carousel.slick-initialized {
  display: inherit;
}

.landscape-carousel,
.landscape-carousel__caption-wrapper {
  position: relative;
  overflow: hidden;
}

.landscape-carousel__wrapper {
  position: relative;
}

.landscape-carousel__item {
  background-color: #1b325f;
}

.landscape-carousel__caption {
  color: #fff;
  text-decoration: none;
  background-color: #1b325f;
  display: block;
  padding: 1.75rem 1.25rem;
  position: relative;
  line-height: 1.25;
}

.landscape-carousel__caption:hover, .landscape-carousel__caption:focus {
  color: #fff;
}

.landscape-carousel__caption:hover .landscape-carousel__caption-heading::after, .landscape-carousel__caption:focus .landscape-carousel__caption-heading::after {
  width: 100%;
}

.landscape-carousel__caption.is-video::after {
  content: 'Watch Video';
  display: inline-block;
  font-weight: 600;
  color: #fff;
  border: 2px solid #fff;
  padding: 0.625rem 0.875rem 0.5rem;
  margin-top: 1.5rem;
}

.landscape-carousel__image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 12.5rem;
}

.landscape-carousel__caption-heading {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: .75rem;
  padding-bottom: .75rem;
}

.landscape-carousel__caption-heading:after {
  width: 2.5rem;
  -moz-transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  content: '';
  display: block;
  height: .25rem;
  margin-top: 1rem;
  background-color: #0076ad;
}

.landscape-carousel__caption-content {
  line-height: 1.75;
}

.landscape-carousel__dots {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
}

.landscape-carousel__dots > li {
  margin-right: .75rem;
}

.landscape-carousel__dots > li button {
  display: block;
  height: 0.875rem;
  width: 0.875rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.15);
  border: 0.125rem solid #fff;
  margin: 4px 0;
  padding: 0;
  color: #757575;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

.landscape-carousel__dots > li.slick-active button {
  background-color: #fff;
}

/* stylelint-disable */
.landscape-carousel__controls {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 84rem;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: absolute;
  top: 10.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* stylelint-enable */
.landscape-carousel__toggler {
  display: block;
  background-color: transparent;
  height: 0.875rem;
  width: 0.75rem;
  border-width: 0 0.25rem 0 0.25rem;
  border-style: none solid;
  border-color: transparent #fff;
  padding: 0;
  margin-left: .25rem;
}

.landscape-carousel__toggler.carousel-paused {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #fff;
}

@media (max-width: 64.1em) {
  /* Module: S */
  .advice-tiles {
    max-width: 84rem;
    margin: 0 auto;
    padding: 0 1rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .advice-tiles__title {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    text-align: center;
    color: #4d4d4d;
    font-weight: 500;
    text-transform: uppercase;
  }
  .advice-tiles__title::before, .advice-tiles__title::after {
    content: '';
    background-image: url("mysource_files/squiggle.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffd457;
    padding: 0 15px;
    margin: 5px;
  }
  .advice-tiles__more {
    text-decoration: none;
    font-weight: 500;
    color: #4d4d4d;
    text-align: center;
  }
  .advice-tiles__more::after {
    content: '-->';
    color: #ffd457;
    letter-spacing: -10px;
    padding: 10px;
    font-size: 30px;
    font-weight: 300;
    bottom: -5px;
    position: relative;
  }
  .advice-tile {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
    color: #4d4d4d;
  }
  .advice-tile__image-wrapper,
  .advice-tile__content,
  .advice-tiles__more {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .advice-tile__image-wrapper + .advice-tile__content {
    margin-top: -10px;
  }
  .advice-tile__content {
    padding: 30px;
    border-radius: 5px;
  }
  .advice-tile__content::before {
    content: '';
    position: absolute;
  }
  .advice-tile__content--orange {
    background-color: #ffd457;
    border-color: #ffd457;
  }
  .advice-tile__content--blue {
    background-color: #73dbf8;
    border-color: #73dbf8;
  }
  .advice-tile__content--green {
    background-color: #87ece0;
    border-color: #87ece0;
  }
  .advice-tile__content--arrow-top::before,
  .advice-tile__content--arrow-bottom::before,
  .advice-tile__content--arrow-left::before,
  .advice-tile__content--arrow-right::before {
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid;
    border-bottom-color: inherit;
  }
  .advice-tile__content-title {
    font-weight: 500;
  }
  .advice-tile__content-descritption {
    font-weight: 300;
  }
  .advice-tile__image {
    border-radius: 5px;
    width: 100%;
    height: 100%;
  }
  /* Module: S */
  /* Typeahead */
  .twitter-typeahead {
    width: 100%;
  }
  .search-page .twitter-typeahead {
    margin-right: 0.5rem;
    -ms-flex-negative: 1;
  }
  .search-page .form__group-inline {
    height: 2.5rem;
  }
  .tt-menu {
    background-color: #f4f4f4;
    color: #1b325f;
    margin-top: 0.0625rem;
    text-align: left;
    width: 100%;
  }
  .rgba .tt-menu {
    background-color: #f4f4f4;
  }
  .is-opened .tt-menu {
    margin-top: 0;
  }
  .form__control.typeahead {
    border-width: 1px;
    height: 100%;
  }
  .form__control.typeahead:focus {
    border-width: 1px;
  }
  .tt-selectable {
    -webkit-transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    cursor: pointer;
    font-size: 1rem;
    padding: 0.625rem 1rem;
    font-weight: 600;
  }
  .tt-selectable:not(:last-child) {
    border-color: #0076ad;
    border-style: solid;
    border-width: 0 0 0.0625rem;
  }
  .rgba .tt-selectable:not(:last-child) {
    border-color: #0076ad;
  }
  .tt-selectable:focus, .tt-selectable:hover, .tt-selectable.tt-cursor {
    color: #fff;
    background-color: #19467f;
  }
  /* Module: S */
  .news__info {
    margin-bottom: 1.5rem;
  }
  .news__info h1,
  .news__info h2 {
    line-height: 2rem;
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: .5rem;
  }
  .news__publication time {
    font-weight: bold;
    font-style: italic;
  }
  .news__summary {
    font-weight: 600;
    margin-bottom: 1rem;
  }
  .event__info {
    margin-bottom: 1rem;
  }
  .event__info-inner {
    margin-bottom: .75rem;
  }
  .event__info-inner h1,
  .event__info-inner h2 {
    line-height: 2rem;
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .event__details {
    margin-bottom: 1rem;
  }
  .event__content {
    *zoom: 1;
  }
  .event__content:before, .event__content:after {
    content: '';
    display: table;
    line-height: 0;
  }
  .event__content:after {
    clear: both;
  }
  .event__map {
    height: 100%;
    width: 100%;
    max-height: 400px;
    max-width: 400px;
    border: 1px solid #999;
  }
  .event__map.pull-right {
    margin-left: .75rem;
  }
  .event__map.pull-left {
    margin-right: .75rem;
  }
}

@media screen and (max-width: 64.1em) and (max-width: 35.3125rem) {
  .event__map {
    max-width: none;
    float: none !important;
    margin: 0.5rem 0 !important;
  }
}

@media (max-width: 64.1em) {
  .event__info-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .event__info-list li {
    line-height: 1.75;
  }
  .event__info-list span {
    font-weight: 400;
  }
  .rss-icon {
    fill: #fff;
    height: 1rem;
    width: 1rem;
  }
  /* Module: S */
  /* stylelint-disable */
  .feature-panels__wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 84rem;
    margin: 0 auto;
    padding: 2rem 1rem;
  }
  .gradient__wrapper .feature-panels__wrapper {
    padding: 0;
  }
  .feature-panels__wrapper + .feature-panels__wrapper {
    margin-bottom: 0;
  }
  /* stylelint-enable */
  .feature-box__container {
    position: relative;
    width: 100%;
    background-color: #fff;
    margin-top: 1.5rem;
  }
  .feature-box__container.large-box {
    margin-top: 0;
    background-color: transparent;
  }
  .feature-box__container:not(.large-box) {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-box__container:first-child {
    margin-top: 0;
  }
  .feature-box__link {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .large-box .feature-box__link {
    padding: 3rem 2rem;
  }
  .image-box > .feature-box__link::before {
    content: '';
    background-color: rgba(27, 50, 95, 0.35);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    -webkit-transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
    -moz-transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
    transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
  }
  .feature-box__link:hover .feature-box__heading, .feature-box__link:focus .feature-box__heading {
    color: #fff;
    background-color: #1b325f;
  }
  .large-box .feature-box__link:hover .feature-box__heading, .large-box .feature-box__link:focus .feature-box__heading {
    color: #1b325f;
    background-color: transparent;
  }
  .feature-box__link:hover .feature-box__heading::after, .feature-box__link:focus .feature-box__heading::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
    right: 1.35rem;
  }
  .feature-box__heading {
    position: relative;
    color: #1b325f;
    font-weight: 600;
    background-color: #fff;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 0 !important;
    padding: 1rem 2.75em 1rem 1.25rem;
    z-index: 3;
    -webkit-transition: 0.3s background-color ease-in-out;
    -moz-transition: 0.3s background-color ease-in-out;
    transition: 0.3s background-color ease-in-out;
    -webkit-font-smoothing: antialiased;
  }
  .feature-box__heading::after {
    content: '';
    position: absolute;
    top: 1.3rem;
    right: 1.75rem;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #1b325f;
    border-bottom: 2px solid #1b325f;
    -webkit-transition: 0.2s right linear;
    -moz-transition: 0.2s right linear;
    transition: 0.2s right linear;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .large-box .feature-box__heading {
    text-align: center;
    color: #2b2b2b;
    font-size: 180%;
    line-height: 1.45;
    padding: 0;
    background-color: transparent;
  }
  .large-box .feature-box__heading span {
    font-weight: bold;
  }
  .large-box .feature-box__heading::after {
    content: none;
  }
  .feature-box__content {
    font-size: 0.875rem;
    color: #58595b;
    background-color: #fff;
    line-height: 1.75;
    padding: 1rem;
  }
  .feature-box__content ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .feature-box__content ul > li {
    position: relative;
    margin-bottom: 0.75rem;
    padding-left: 2rem;
  }
  .feature-box__content ul > li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 9px;
    height: 2px;
    display: inline-block;
    background-color: #1b325f;
  }
  .feature-box__content ul > li ul,
  .feature-box__content ul > li ol {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .feature-box__content ul > li ul li::before {
    left: 0;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
  }
  .feature-box__content ul > li:last-child {
    margin-bottom: 0;
  }
  .large-box .feature-box__content {
    padding: 1.25rem 0 0;
    background-color: transparent;
    display: none;
  }
  .feature-box__content .event-date {
    font-size: 85%;
    font-weight: bold;
    color: #1b325f;
    margin-right: .25rem;
  }
  .feature-box__content a {
    color: #010101;
    text-decoration: none;
    -webkit-transition: 0.05s all ease-in-out;
    -moz-transition: 0.05s all ease-in-out;
    transition: 0.05s all ease-in-out;
  }
  .feature-box__content a:hover, .feature-box__content a:focus {
    color: #0076ad;
    text-decoration: underline;
  }
  .feature-box__image {
    width: 100%;
    height: auto;
    display: block;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .large-box .feature-box__image {
    display: none;
    -webkit-order: inherit;
    -ms-flex-order: inherit;
    order: inherit;
  }
}

@media screen and (max-width: 64.1em) and (max-width: 767px) {
  .gradient__wrapper .large-box:nth-child(odd) .feature-box__link {
    background-color: #fff;
  }
  .gradient__wrapper .large-box:nth-child(odd) .feature-box__link .feature-box__heading {
    color: #2b2b2b;
  }
  .gradient__wrapper .large-box:nth-child(even) .feature-box__link {
    color: #fff;
    background-color: #2b2b2b;
  }
  .gradient__wrapper .large-box:nth-child(even) .feature-box__link .feature-box__heading {
    color: #fff;
  }
}

@media (max-width: 64.1em) {
  .small-box .feature-box__heading {
    padding: 0;
    position: relative;
    height: 3.4375rem;
    font-size: 1.17em;
  }
  .small-box .feature-box__heading span {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    display: inline-block;
    padding: 0 3em 0 1.5em;
  }
  .main__content .feature-box__heading {
    margin-bottom: 0;
  }
  .small-box .feature-box__heading {
    height: 5.3125rem;
  }
  /* Module: S */
  /* stylelint-disable */
  .main__footer {
    font-size: 90%;
    color: #fff;
    background-color: #1b325f;
    padding: 3.5rem 2rem 0 2rem;
    margin-top: 4rem;
  }
  /* stylelint-enable */
  .footer-links__list,
  .footer-social__list,
  .footer-contact__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .footer-links__item,
  .footer-contact__item {
    font-size: 1rem;
    margin-bottom: .75rem;
    font-weight: 300;
  }
  .footer-links__item:last-child,
  .footer-contact__item:last-child {
    margin-bottom: 0;
  }
  /* stylelint-disable */
  .footer-links__wrapper {
    width: 100%;
    max-width: 80rem;
  }
  /* stylelint-enable */
  .footer-links__column {
    margin-bottom: 2.5rem;
  }
  .footer-links__column:last-child {
    margin-bottom: 0;
  }
  .footer-links__column::before {
    content: '';
    display: inline-block;
    width: 3rem;
    height: 4px;
    margin-bottom: 2rem;
    background-color: #0076ad;
  }
  .footer-link,
  .footer-phone__link,
  .footer-contact__heading {
    font-size: 1.125rem;
    color: #fff;
    text-decoration: none;
    line-height: 1.5;
    display: inline-block;
  }
  .footer-link:not(.footer-contact__heading):hover, .footer-link:not(.footer-contact__heading):focus,
  .footer-phone__link:not(.footer-contact__heading):hover,
  .footer-phone__link:not(.footer-contact__heading):focus,
  .footer-contact__heading:not(.footer-contact__heading):hover,
  .footer-contact__heading:not(.footer-contact__heading):focus {
    color: #fff;
    text-decoration: underline;
  }
  .footer-contact__heading {
    color: #fff;
    display: block;
    font-weight: inherit;
    margin-top: 0;
    margin-bottom: .5rem;
  }
  /* stylelint-disable */
  .footer-social__wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #172b52;
    margin-top: 3rem;
    margin-left: -2rem;
    margin-right: -2rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }
  /* stylelint-enable */
  .footer-icon {
    fill: #fff;
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    margin: 10px auto;
  }
  .footer-social__link {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: .5rem;
    background-color: #172b52;
    border-radius: .35rem;
    -webkit-transition: 0.1s background-color ease-in-out;
    -moz-transition: 0.1s background-color ease-in-out;
    transition: 0.1s background-color ease-in-out;
  }
  .footer-social__link .sr-only {
    color: #fcffff;
  }
  .footer-social__link:last-child {
    margin-right: 0;
  }
  .footer-social__link:hover, .footer-social__link:focus {
    background-color: #fff;
    outline: none;
  }
  .footer-social__link:hover.facebook .footer-icon, .footer-social__link:focus.facebook .footer-icon {
    fill: #3b5998;
  }
  .footer-social__link:hover.youtube .footer-icon, .footer-social__link:focus.youtube .footer-icon {
    fill: #bb0000;
  }
  .footer-social__link:hover.linkedin .footer-icon, .footer-social__link:focus.linkedin .footer-icon {
    fill: #0077b5;
  }
  .footer-social__link:hover.instagram .footer-icon, .footer-social__link:focus.instagram .footer-icon {
    fill: #bc2a8d;
  }
  .footer-social__link:hover.twitter .footer-icon, .footer-social__link:focus.twitter .footer-icon {
    fill: #0084b4;
  }
  /* Module: S */
  .map {
    width: 100%;
    height: 300px;
    background-color: grey;
  }
  .map-filters label {
    margin-bottom: 0;
    margin-left: 5px;
  }
  .marker__title {
    margin-top: 0;
  }
  .map-locations__list {
    list-style: none;
    padding: 0;
  }
  .map-locations__link {
    text-decoration: none;
    color: #000;
  }
  .map-filters {
    display: flex;
    padding: 20px;
    flex-wrap: wrap;
  }
  .map-filters__name-wrapper,
  .map-filters__location-wrapper,
  .map-filters__child-wrapper,
  .map-filters__adults-wrapper {
    padding: 5px 0;
    display: flex;
    align-items: center;
  }
  .map-filters__name-wrapper,
  .map-filters__location-wrapper {
    flex: 1 0 100%;
  }
  .map-filters__child-wrapper,
  .map-filters__adults-wrapper {
    flex: 1 0 50%;
    padding: 5px;
  }
  .map-filters__name,
  .map-filters__location {
    padding: 5px;
    width: 100%;
  }
  .map-filters__header,
  .map-locations__list {
    flex: 1 0 100%;
  }
  /* Module: S */
  .menu-icon,
  .close-icon {
    background-size: cover;
    height: 1.6rem;
    margin: 0 auto;
  }
  .close-icon {
    background-image: url("../mysource_files/close.svg");
    display: none;
    width: 1.5rem;
  }
  .is-active .close-icon {
    display: block;
  }
  .menu-icon {
    background-image: url("../mysource_files/menu.svg");
  }
  .menu-icon {
    display: block;
    width: 2rem;
  }
  .is-active .menu-icon {
    display: none;
  }
  .main-header {
    background: #19467f;
    position: relative;
    width: 100%;
    z-index: 4;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .main-header__wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 1rem;
    padding: 0.9375rem 1.25rem;
    min-height: 5rem;
  }
  .logo__link {
    display: inline-block;
    margin-right: auto;
  }
  .logo__image {
    display: inline-block;
    height: 100%;
    max-height: 3.125rem;
    vertical-align: top;
  }
  .main-nav {
    display: none;
  }
  .main-nav__list {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .main-nav__item {
    float: left;
    position: relative;
  }
  .main-nav__item::before {
    background: #0076ad;
    content: "";
    display: block;
    height: 0.5rem;
    left: 0;
    top: 0;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    will-change: transform;
    transition: transform 0.3s ease;
  }
  .main-nav__item:hover::before {
    transform: scaleX(1);
  }
  .active .main-nav__link {
    font-weight: 600;
  }
  .main-menu__btn {
    border: none;
    background-color: #275994;
    width: 5rem;
  }
  .main-menu__btn.is-active {
    background-color: #fff;
    z-index: 6;
  }
  .mega-menu__wrapper {
    max-height: 100vh;
    overflow: scroll;
    padding: 1.25rem;
    position: absolute;
    top: 0;
    z-index: 5;
    width: 100%;
    display: none;
    height: auto;
    background: #fff;
  }
  .mega-menu__wrapper .mega-menu__item:last-child {
    border-bottom: 0;
  }
  .menu-arrow {
    display: block;
    top: 0;
    height: 100%;
    position: absolute;
    right: 0;
    width: 3.75rem;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .menu-arrow:hover, .menu-arrow:focus {
    outline: 0;
  }
  .menu-arrow::before {
    content: "";
    background-color: #f6f6f6;
    position: absolute;
    display: block;
    border-radius: 50%;
    height: 1.2rem;
    left: 50%;
    top: 50%;
    width: 1.2rem;
    margin-top: -0.5625rem;
    margin-left: -0.9375rem;
  }
  .menu-arrow::after {
    border-right: 2px solid #757575;
    border-bottom: 2px solid #757575;
    content: "";
    position: absolute;
    display: block;
    height: 0.5rem;
    left: 50%;
    top: 50%;
    width: 0.5rem;
    margin-top: -0.3125rem;
    margin-left: -0.5625rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.15s transform linear;
    -moz-transition: 0.15s transform linear;
    transition: 0.15s transform linear;
  }
  .lvl-2 .menu-arrow::after {
    border-color: #1a4780;
  }
  .is-expanded > .mega-menu__feature .menu-arrow:before,
  .is-expanded > .mega-menu__sub-nav-title .menu-arrow:before {
    background-color: #73dbf8;
  }
  .is-expanded > .mega-menu__feature .menu-arrow::after,
  .is-expanded > .mega-menu__sub-nav-title .menu-arrow::after {
    margin-top: -0.125rem;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-color: #1a4780;
  }
  .mega-menu__close-button {
    display: none;
  }
  .mega-menu__item {
    padding: 0;
    opacity: 1;
    position: relative;
    border-top: 1px solid #f3f3f3;
  }
  .mega-menu__feature {
    width: 100%;
    padding: 0;
    float: none;
    position: relative;
  }
  .mega-menu__feature--active::before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    left: -20px;
    background-color: #ffd457;
  }
  .mega-menu__feature-description {
    display: none;
    margin-top: 0;
    margin-bottom: 0;
  }
  .mega-menu__feature-title,
  .mega-menu__sub-nav-title {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mega-menu__feature-link {
    position: relative;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    padding: 0.9375rem 3.875rem 0.9375rem 1rem;
    text-decoration: none;
    color: #1a467f;
  }
  .mega-menu__feature-link:hover, .mega-menu__feature-link:focus {
    color: #1a467f;
    outline: 0;
  }
  .mega-menu__navs-wrapper {
    width: 100%;
    display: none;
    overflow: hidden;
  }
  .mega-menu__navs-wrapper .mega-menu__list {
    width: 100%;
    padding: 0;
  }
  .mega-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #f3f3f3;
  }
  .lvl-2 .mega-menu__list {
    display: none;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .mega-menu__sub-nav-link,
  .mega-menu__sub-nav-text {
    position: relative;
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 0.625rem 3.875rem 0.625rem 1.5rem;
    color: #1a467f;
    text-decoration: none;
  }
  .mega-menu__sub-nav-link:hover, .mega-menu__sub-nav-link:focus,
  .mega-menu__sub-nav-text:hover,
  .mega-menu__sub-nav-text:focus {
    outline: 0;
  }
  .mega-menu__list .mega-menu__list .mega-menu__sub-nav-link,
  .mega-menu__list .mega-menu__list .mega-menu__sub-nav-text {
    padding-left: 2.5rem;
  }
  .mega-menu__sub-nav-text:hover {
    text-decoration: none;
  }
  .menu-overlay {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 4;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
    -moz-transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
    transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
  }
  .menu-overlay.show {
    opacity: 1;
    visibility: visible;
  }
  .sticky {
    position: fixed;
  }
  .sticky + .main,
  .scrolled {
    padding-top: 5rem;
  }
  .footer-socials {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .emergency,
  .footer-socials,
  .footer-links {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .emergency,
  .footer-socials {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .emergency {
    padding: 0 10px 16px;
  }
  .emergency__logo {
    background-image: url("mysource_files/dental-emergency.svg");
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    background-size: cover;
  }
  .emergency__contact {
    padding: 0 10px;
    font-weight: 500;
  }
  .emergency__contact-header {
    margin: 0;
    color: #b4224e;
    font-size: 1rem;
  }
  .emergency__contact-number {
    font-size: 0.875rem;
    color: #686868;
    text-decoration: none;
  }
  /* Add back in */
  .top-nav {
    margin-left: auto;
    margin-right: auto;
    max-width: 84rem;
    padding-left: 1rem;
    padding-right: 1rem;
    *zoom: 1;
  }
  .top-nav:before, .top-nav:after {
    content: '';
    display: table;
    line-height: 0;
  }
  .top-nav:after {
    clear: both;
  }
  .top-nav__wrapper {
    background: #272727;
    padding: .75rem;
    position: absolute;
    top: -40px;
    width: 100%;
  }
  .top-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
  }
  .top-nav__item {
    color: #fff;
    float: left;
    line-height: 1rem;
    padding: 0 1.25rem;
    position: relative;
  }
  .top-nav__item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #fff;
  }
  .top-nav__item:last-child {
    padding: 0 0 0 1rem;
  }
  .top-nav__item:last-child::after {
    display: none;
  }
  .top-nav__link {
    font-size: 0.875rem;
    color: #fff;
    text-decoration: none;
  }
  .top-nav__link:hover {
    color: #fff;
    text-decoration: underline;
  }
  .top-nav__link:focus {
    color: #fff;
  }
  /* Module: S */
  .quicklinks {
    position: relative;
  }
  .quicklinks__heading {
    cursor: pointer;
    position: relative;
    background-color: #2b2b2b;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    line-height: 2.5rem;
    margin-top: 0;
    margin-bottom: 0;
    padding: .75rem 1rem;
  }
  .quicklinks__heading::after {
    content: '';
    position: absolute;
    right: 1.25rem;
    top: 50%;
    margin-top: -8px;
    display: block;
    height: 10px;
    width: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.15s transform linear;
    -moz-transition: 0.15s transform linear;
    transition: 0.15s transform linear;
  }
  .quicklinks__heading[data-expanded="true"]::after {
    margin-top: -2px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .quicklinks__container {
    display: none;
  }
  .quicklinks__block {
    position: relative;
    z-index: 1;
  }
  .quicklinks__block.active {
    border-bottom: 2px solid #02809d;
  }
  .quicklinks__block.active:last-child {
    border-bottom: 0;
  }
  .quicklinks__block .quicklinks__heading {
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    font-size: 100%;
    font-weight: 300;
    text-align: left;
    padding: .25rem 2.75rem .25rem 1rem;
    padding-right: 2.75rem;
    background-color: #0076ad;
    border: 0;
    border-bottom: 2px solid #02809d;
    -webkit-transition: 0.2s background-color linear;
    -moz-transition: 0.2s background-color linear;
    transition: 0.2s background-color linear;
  }
  .quicklinks__block .quicklinks__heading:hover, .quicklinks__block .quicklinks__heading:focus {
    outline: 0;
    background-color: #006da0;
  }
  .quicklinks__block .quicklinks__heading::after {
    content: '';
    position: absolute;
    right: 1.25rem;
    top: 50%;
    margin-top: -8px;
    display: block;
    height: 10px;
    width: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .quicklinks__block:last-child .quicklinks__heading {
    border-bottom: 0;
  }
  .quicklinks__block.active .quicklinks__heading {
    color: #010101;
    background-color: #fff;
    border-bottom: 0;
  }
  .quicklinks__block.active .quicklinks__heading::after {
    margin-top: -2px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-color: #010101;
  }
  .quicklinks__content {
    display: none;
    background-color: #0076ad;
    padding: .75rem 1rem;
  }
  .quicklinks__link {
    color: #fff;
    line-height: 2;
    display: block;
    text-decoration: none;
    -webkit-transition: 0.15s color ease-in-out;
    -moz-transition: 0.15s color ease-in-out;
    transition: 0.15s color ease-in-out;
  }
  .quicklinks__link:focus, .quicklinks__link:hover {
    outline: 0;
    text-decoration: underline;
    color: #fff;
  }
  /* Module: S */
  .lhs__menu {
    margin-bottom: 1.5rem;
  }
  .lhs__menu-toggle {
    color: #fff;
    background-color: #272727;
    position: relative;
    width: 100%;
    display: block;
    font-size: 125%;
    border: 0;
    text-align: left;
    line-height: 1.25;
    padding: 1rem 1.5rem;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    transition: 0.2s all linear;
  }
  .lhs__menu-toggle:focus {
    outline: 0;
  }
  .lhs__menu-toggle::after {
    content: "";
    position: absolute;
    top: 1.4rem;
    right: 1.65rem;
    display: block;
    width: 0.85rem;
    height: 0.85rem;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    -webkit-transition: 0.2s transform linear, 0.2s border-color linear;
    -moz-transition: 0.2s transform linear, 0.2s border-color linear;
    transition: 0.2s transform linear, 0.2s border-color linear;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .lhs__menu-toggle[data-expanded="true"] {
    color: #fff;
    background-color: #0076ad;
  }
  .lhs__menu-toggle[data-expanded="true"]::after {
    top: 1.25rem;
    border-right-color: #fff;
    border-bottom-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .lhs__menu-list:not(.menu__level-2):not(.menu__level-3):not(.menu__level-4):not(.menu__level-5) {
    display: none;
    margin-bottom: 2rem;
  }
  .lhs__menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .lhs__menu-list.menu__level-2, .lhs__menu-list.menu__level-3, .lhs__menu-list.menu__level-4, .lhs__menu-list.menu__level-5 {
    border-top: 1px solid #294c91;
  }
  .lhs__menu-item {
    border-bottom: 1px solid #294c91;
  }
  .lhs__menu-item:last-child {
    border-bottom: 0;
  }
  .lhs__menu-link {
    display: block;
    position: relative;
    font-size: 0.875rem;
    text-decoration: none;
    color: #fff;
    background-color: #1b325f;
    padding: 0.75rem 1rem;
    -webkit-transition: 0.1s color ease-in-out, 0.1s background-color ease-in-out;
    -moz-transition: 0.1s color ease-in-out, 0.1s background-color ease-in-out;
    transition: 0.1s color ease-in-out, 0.1s background-color ease-in-out;
  }
  .lhs__menu-link.active, .lhs__menu-link.current {
    font-weight: 600;
    color: #fff;
  }
  .lhs__menu-link.active {
    background-color: #1b325f;
  }
  .lhs__menu-link.current.has-children {
    padding-right: 2.75rem;
  }
  .lhs__menu-link.current.has-children::after {
    content: "";
    position: absolute;
    right: 1.15rem;
    top: 0.95rem;
    display: block;
    height: 10px;
    width: 10px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .lhs__menu-link:hover, .lhs__menu-link:focus {
    color: #fff;
    background-color: #213c73;
  }
  .menu__level-2 .lhs__menu-link {
    color: #fff;
    background-color: #1b325f;
    padding-left: 1.75rem;
  }
  .menu__level-2 .lhs__menu-link.active, .menu__level-2 .lhs__menu-link.current {
    color: #fff;
  }
  .menu__level-2 .lhs__menu-link.active {
    background-color: #1b325f;
  }
  .menu__level-2 .lhs__menu-link.current::after {
    border-right-color: #fff;
    border-bottom-color: #fff;
  }
  .menu__level-2 .lhs__menu-link:hover, .menu__level-2 .lhs__menu-link:focus {
    color: #fff;
    background-color: #213c73;
  }
  .menu__level-3 .lhs__menu-link {
    color: #fff;
    background-color: #1b325f;
    padding-left: 2.5rem;
  }
  .menu__level-3 .lhs__menu-link.active, .menu__level-3 .lhs__menu-link.current {
    color: #fff;
  }
  .menu__level-3 .lhs__menu-link.active {
    background-color: #1b325f;
  }
  .menu__level-3 .lhs__menu-link.current::after {
    border-right-color: #fff;
    border-bottom-color: #fff;
  }
  .menu__level-3 .lhs__menu-link:hover, .menu__level-3 .lhs__menu-link:focus {
    color: #fff;
    background-color: #213c73;
  }
  .menu__level-4 .lhs__menu-link {
    color: #fff;
    background-color: #1b325f;
    padding-left: 3.25rem;
  }
  .menu__level-4 .lhs__menu-link.active, .menu__level-4 .lhs__menu-link.current {
    color: #fff;
  }
  .menu__level-4 .lhs__menu-link.active {
    background-color: #1b325f;
  }
  .menu__level-4 .lhs__menu-link.current::after {
    border-right-color: #fff;
    border-bottom-color: #fff;
  }
  .menu__level-4 .lhs__menu-link:hover, .menu__level-4 .lhs__menu-link:focus {
    color: #fff;
    background-color: #213c73;
  }
  .menu__level-5 .lhs__menu-link {
    color: #fff;
    background-color: #1b325f;
    padding-left: 4rem;
  }
  .menu__level-5 .lhs__menu-link.active {
    color: #fff;
  }
  .menu__level-5 .lhs__menu-link.active {
    background-color: #1b325f;
  }
  .menu__level-5 .lhs__menu-link.current::after {
    border-right-color: #fff;
    border-bottom-color: #fff;
  }
  .menu__level-5 .lhs__menu-link:hover, .menu__level-5 .lhs__menu-link:focus {
    color: #fff;
    background-color: #213c73;
  }
  .rhs__column {
    margin-top: 3rem;
  }
  .is-listing + .rhs__column {
    margin-top: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .rhs__panel {
    position: relative;
    color: #010101;
    margin-bottom: 2.5rem;
    background-color: #fff;
    box-shadow: 0 1.25rem 50px -18px rgba(0, 0, 0, 0.15);
    will-change: transform;
  }
  .rhs__panel.rhs__related {
    background-color: transparent;
    box-shadow: none;
    padding: 1rem 1rem 0 1rem;
  }
  .rhs__panel.rhs__related::after {
    content: none;
  }
  .rhs__panel .popup__image {
    position: relative;
    z-index: 2;
  }
  .rhs__image-panel {
    display: block;
    height: 100%;
  }
  .rhs__image-panel .rhs__panel-image {
    height: 100%;
    object-fit: cover;
  }
  .rhs__panel-heading {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1b325f;
    background-color: #4874cb;
    padding: 0.75rem 1rem;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 0;
  }
  .rhs__related .rhs__panel-heading {
    background-color: transparent;
    padding: 0;
    margin-bottom: 1rem;
  }
  .rhs__related .rhs__panel-heading:after {
    content: "";
    display: block;
    width: 1.5rem;
    height: 0.25rem;
    margin-top: 0.75rem;
    background-color: #0076ad;
  }
  .rhs__panel-heading.inside-content {
    background-color: transparent;
    border-bottom: 0;
    padding: 0;
    margin-bottom: 0.5rem;
  }
  .rhs__panel-links__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .rhs__panel-image {
    width: 100%;
    display: block;
  }
  .rhs-panel__link {
    position: relative;
    background-color: transparent;
    color: #333;
    display: block;
    padding: 0.2rem 2rem 0.2rem 0;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: 0.15s color ease-in-out;
    -moz-transition: 0.15s color ease-in-out;
    transition: 0.15s color ease-in-out;
  }
  .rhs-panel__link::after {
    content: "";
    position: absolute;
    top: 0.7rem;
    right: 0.1rem;
    display: block;
    height: 6px;
    width: 6px;
    border-right: 2px solid #0076ad;
    border-bottom: 2px solid #0076ad;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.25s border-color linear, 0.25s right linear;
    -moz-transition: 0.25s border-color linear, 0.25s right linear;
    transition: 0.25s border-color linear, 0.25s right linear;
  }
  .rhs-panel__link:hover, .rhs-panel__link:focus {
    color: #0076ad;
    background-color: transparent;
  }
  .rhs-panel__link:hover::after, .rhs-panel__link:focus::after {
    border-right-color: #0076ad;
    border-bottom-color: #0076ad;
  }
  .rhs-panel__link:last-child {
    border-bottom: 0;
  }
  .rhs__panel-content {
    color: #58595b;
    background-color: #fff;
    padding: 1rem;
    line-height: 1.65;
    position: relative;
    z-index: 2;
  }
  .rhs__panel-content h1,
  .rhs__panel-content h2,
  .rhs__panel-content h3,
  .rhs__panel-content h4,
  .rhs__panel-content h5,
  .rhs__panel-content h6 {
    color: #1b325f;
  }
  .rhs__panel-content > h2:first-child,
  .rhs__panel-content > h3:first-child,
  .rhs__panel-content > h4:first-child,
  .rhs__panel-content > h5:first-child {
    margin-top: 0;
  }
  .rhs__panel-content p:first-child {
    margin-top: 0;
  }
  .rhs__panel-content p:last-child {
    margin-bottom: 0;
  }
  .accordion,
  .tabs,
  .mobile-tabs__accordion {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .accordion__block {
    border: solid 1px #f0f0f0;
  }
  .accordion__heading {
    background-color: #fff;
    color: #1b325f;
    font-weight: bold;
    position: relative;
    display: block;
    width: 100%;
    border: 0;
    outline: 0;
    padding: 0.65rem 1rem;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -webkit-transition: 0.15s background-color linear;
    -moz-transition: 0.15s background-color linear;
    transition: 0.15s background-color linear;
    padding: 1.1875rem;
    line-height: 1;
  }
  .accordion__heading:hover, .accordion__heading:focus {
    color: #fff;
    background-color: #1b325f;
  }
  .accordion__heading:hover::before, .accordion__heading:hover::after, .accordion__heading:focus::before, .accordion__heading:focus::after {
    background-color: #fff;
  }
  .accordion__heading::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 3px;
    height: 13px;
    top: 20px;
    right: 25px;
    background-color: #0088a6;
  }
  .accordion__heading::after {
    content: "";
    position: absolute;
    right: 1.25rem;
    top: 25px;
    display: inline-block;
    width: 13px;
    height: 3px;
    background-color: #0088a6;
  }
  .active > .accordion__heading {
    color: #1b325f;
    background-color: #fff;
  }
  .active > .accordion__heading::after {
    background-color: #1b325f;
  }
  .active > .accordion__heading::before {
    content: none;
  }
  .accordion__content {
    background-color: #fff;
    display: none;
    overflow: hidden;
    padding: 0.375rem 1.1875rem 1.1875rem;
  }
  .accordion__content p:first-of-type {
    margin-top: 0;
  }
  .accordion__content p:last-of-type {
    margin-bottom: 0;
  }
  .tabs {
    position: relative;
    display: none;
  }
  /* stylelint-disable */
  .tab__buttons {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  /* stylelint-enable */
  .tab__button {
    color: #fff;
    background-color: #1b325f;
    text-align: center;
    position: relative;
    display: block;
    width: 100%;
    border: 0;
    outline: 0;
    padding: 0.65rem 1rem;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -webkit-transition: 0.15s background-color linear;
    -moz-transition: 0.15s background-color linear;
    transition: 0.15s background-color linear;
    font-weight: bold;
    margin-right: 4px;
    border: 1px solid transparent;
    border-bottom: 0;
  }
  .tab__button:last-child {
    margin-right: 0;
  }
  .tab__button:hover, .tab__button:focus {
    color: #fff;
    background-color: #15284b;
  }
  .tab__button.active {
    color: #1b325f;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-bottom: 0;
  }
  .tabs__contents {
    position: relative;
    border: 1px solid #f0f0f0;
    border-top: 0;
  }
  .tab__content {
    display: none;
    padding: 1rem;
    background-color: #fff;
  }
  .tab__content p:first-of-type {
    margin-top: 0;
  }
  .tab__content p:last-of-type {
    margin-bottom: 0;
  }
  .tab__content.active {
    display: block;
  }
  .gallery {
    max-width: 50rem;
    margin: 0 auto;
  }
  .gallery__single {
    position: relative;
    z-index: 1;
  }
  .gallery__nav {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    margin: 0 auto 3rem;
    padding: 1.25rem 1rem;
    position: relative;
    top: -24px;
    width: 90%;
    z-index: 2;
    box-shadow: 0 1.5rem 50px -18px rgba(0, 0, 0, 0.15);
    will-change: transform;
  }
  .gallery__nav .gallery__item {
    outline: none;
  }
  .gallery__nav .gallery__image {
    cursor: pointer;
    border: 4px solid transparent;
  }
  .gallery__nav .gallery__image:hover, .gallery__nav .gallery__image:focus {
    border: 4px solid #0076ad;
  }
  .gallery__nav .slick-list {
    position: relative;
  }
  .gallery__nav .slick-next,
  .gallery__nav .slick-prev {
    position: absolute;
    top: 50%;
    right: -1.75rem;
    padding: 0;
    margin: -0.8125rem 0 0 0;
    background-color: transparent;
    color: transparent;
    text-indent: 200%;
    overflow: hidden;
    border: 0;
    height: 1.75rem;
    width: 1.375rem;
  }
  .gallery__nav .slick-next::after,
  .gallery__nav .slick-prev::after {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 0.375rem;
    height: 12px;
    width: 12px;
    border-right: 4px solid #0076ad;
    border-bottom: 4px solid #0076ad;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .gallery__nav .slick-prev {
    left: -1.75rem;
    right: auto;
  }
  .gallery__nav .slick-prev::after {
    left: auto;
    right: 0.375rem;
    border-right: 0;
    border-left: 4px solid #0076ad;
    border-bottom: 4px solid #0076ad;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .gallery__image {
    display: block;
  }
  .gallery__description {
    color: inherit;
    background-color: #3766c2;
    padding: 0.5rem 0.75rem;
    margin-top: 0.5rem;
  }
  .form__group,
  .sq-form-question {
    margin-bottom: 1rem;
  }
  .form__group label,
  .sq-form-question label {
    color: #393939;
  }
  .form__group .form__group:last-child,
  .form__group .form__check:last-child,
  .sq-form-question .form__group:last-child,
  .sq-form-question .form__check:last-child {
    margin-bottom: 0;
  }
  .sq-form-question-answer > ul > li {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
  }
  .sq-form-question-answer > ul > li::before {
    content: none !important;
  }
  .form__group-inline {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .form__group-inline > .datepicker__wrap {
    display: block;
    width: 100%;
  }
  .form__group-inline > input[type="text"],
  .form__group-inline > .datepicker__wrap {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .form__group-inline .twitter-typeahead {
    background-color: #fff;
  }
  .form-fieldset__content {
    display: none;
    margin-top: 0.75rem;
  }
  .form-fieldset__content li input[type="checkbox"],
  .form-fieldset__content li input[type="radio"] {
    margin-right: 0.25rem;
    margin-top: -4px;
    vertical-align: middle;
  }
  .form-fieldset__content li:last-child label {
    margin-bottom: 0;
  }
  .sq-form-question-option-list li,
  .sq-form-question-tickbox-list li,
  .form__check {
    position: relative;
    display: block;
    margin-bottom: 0.25rem;
  }
  .sq-form-question-option-list label,
  .sq-form-question-tickbox-list label,
  .form-check__label {
    color: #010101;
    padding-left: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 0;
    cursor: pointer;
  }
  .disabled > .sq-form-question-option-list label, .disabled >
  .sq-form-question-tickbox-list label, .disabled >
  .form-check__label {
    color: #272727;
    cursor: not-allowed;
  }
  .sq-form-question-option-list input[type="radio"],
  .sq-form-question-tickbox-list input[type="checkbox"] {
    position: absolute;
    margin-top: 0.25rem;
    margin-left: 0;
  }
  .form-check__input {
    position: absolute;
    margin-top: 0.25rem;
    margin-left: -1.5rem;
  }
  label {
    display: inline-block;
    margin-bottom: 0.5rem;
  }
  .form__control,
  .sq-form-field:not([type="radio"]):not([type="checkbox"]) {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    color: inherit;
    font-size: 1rem;
    line-height: 1.25;
    border: 2px solid #e3e3e3;
    background-color: #fff;
    border-radius: 0;
    -webkit-transition: 0.2s background-color ease-in-out, 0.2s border-color ease-in-out, 0.2s color ease-in-out;
    -moz-transition: 0.2s background-color ease-in-out, 0.2s border-color ease-in-out, 0.2s color ease-in-out;
    transition: 0.2s background-color ease-in-out, 0.2s border-color ease-in-out, 0.2s color ease-in-out;
  }
  .form__control:focus,
  .sq-form-field:not([type="radio"]):not([type="checkbox"]):focus {
    color: #464a4c;
    background-color: #fff;
    border: 2px solid #cacaca;
    outline: 0;
  }
  .has-success .form__control, .has-success
  .sq-form-field:not([type="radio"]):not([type="checkbox"]) {
    border-color: #5cb85c;
  }
  .has-warning .form__control, .has-warning
  .sq-form-field:not([type="radio"]):not([type="checkbox"]) {
    border-color: #f0ad4e;
  }
  .has-error .form__control, .has-error
  .sq-form-field:not([type="radio"]):not([type="checkbox"]) {
    border-color: #d9534f;
  }
  .form__group-inline > .form__control, .form__group-inline >
  .sq-form-field:not([type="radio"]):not([type="checkbox"]) {
    margin-right: 0.5rem;
  }
  .form__group-inline > .form__control:last-child:not(:first-child), .form__group-inline >
  .sq-form-field:not([type="radio"]):not([type="checkbox"]):last-child:not(:first-child) {
    margin-right: 0;
  }
  select.form__control:not([size]):not([multiple]),
  select.sq-form-field:not([size]):not([multiple]) {
    padding-right: 2rem;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI5Mi4zNjIgMjkyLjM2MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjkyLjM2MiAyOTIuMzYyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI4Ni45MzUsNjkuMzc3Yy0zLjYxNC0zLjYxNy03Ljg5OC01LjQyNC0xMi44NDgtNS40MjRIMTguMjc0Yy00Ljk1MiwwLTkuMjMzLDEuODA3LTEyLjg1LDUuNDI0ICAgQzEuODA3LDcyLjk5OCwwLDc3LjI3OSwwLDgyLjIyOGMwLDQuOTQ4LDEuODA3LDkuMjI5LDUuNDI0LDEyLjg0N2wxMjcuOTA3LDEyNy45MDdjMy42MjEsMy42MTcsNy45MDIsNS40MjgsMTIuODUsNS40MjggICBzOS4yMzMtMS44MTEsMTIuODQ3LTUuNDI4TDI4Ni45MzUsOTUuMDc0YzMuNjEzLTMuNjE3LDUuNDI3LTcuODk4LDUuNDI3LTEyLjg0N0MyOTIuMzYyLDc3LjI3OSwyOTAuNTQ4LDcyLjk5OCwyODYuOTM1LDY5LjM3N3oiIGZpbGw9IiMwMDAwMDAiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-position: center right 12px;
    background-size: 12px;
  }
  .form__control-success,
  .form__control-warning,
  .form__control-error {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right 0.5625rem;
    background-size: 1.125rem 1.125rem;
  }
  /* stylelint-disable */
  .form__control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  }
  .form__control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  }
  .form__control-error {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  }
  /* stylelint-enable */
  .form-control__feedback {
    margin-top: 0.3rem;
    font-weight: 400;
  }
  .has-success .form-control__feedback {
    color: #5cb85c;
  }
  .has-warning .form-control__feedback {
    color: #f0ad4e;
  }
  .has-error .form-control__feedback {
    color: #d9534f;
  }
  .sq-form-question-error .form__control {
    border-color: #d9534f;
  }
  .sq-form-question-error .sq-form-error {
    color: #d9534f;
    margin-top: 0.5rem;
  }
  .form__text {
    display: block;
    margin-top: 0.25rem;
    font-size: 85%;
    color: #636c72;
  }
  .form__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .form-list__item {
    *zoom: 1;
    padding-bottom: 0.4rem;
  }
  .form-list__item:before, .form-list__item:after {
    content: "";
    display: table;
    line-height: 0;
  }
  .form-list__item:after {
    clear: both;
  }
  .form-list__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .form-list__link {
    -webkit-transition: 0.15s color ease-in-out;
    -moz-transition: 0.15s color ease-in-out;
    transition: 0.15s color ease-in-out;
    color: #393939;
    text-decoration: none;
  }
  .form-list__link:hover, .form-list__link:focus, .form-list__link.active {
    color: #0076ad;
  }
  .form-list__link.active {
    font-weight: 600;
  }
  .form-list__count {
    float: right;
    font-size: 90%;
    font-family: Helvetica, Arial, Sans-serif;
    line-height: 1em;
    color: #172b52;
    background-color: #d9d9d9;
    padding: 0.25rem 0.35rem;
    border-radius: 0.25rem;
  }
  .form__separator {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-top-color: #1b325f;
    border-bottom: 0;
  }
  .toc__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
  }
  .toc__toggler {
    font-size: 1rem;
    color: #58595b;
    background-color: transparent;
    font-weight: 600;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
  }
  h3.toc__heading {
    color: #1b325f;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  h3.toc__heading::after {
    content: "";
    display: block;
    width: 1.5rem;
    height: 0.25rem;
    margin-top: 0.65rem;
    background-color: #0076ad;
  }
  .toc__link {
    position: relative;
    display: block;
    font-size: 0.9375rem;
    color: #58595b;
    text-decoration: none;
    padding-right: 1.5rem;
    -webkit-transition: 0.15s color ease-in-out;
    -moz-transition: 0.15s color ease-in-out;
    transition: 0.15s color ease-in-out;
  }
  .toc__link::after {
    content: "";
    position: absolute;
    top: 0.4rem;
    right: 0.1rem;
    display: block;
    height: 6px;
    width: 6px;
    border-right: 2px solid #0076ad;
    border-bottom: 2px solid #0076ad;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .toc__link:hover, .toc__link:focus {
    color: #0076ad;
  }
  .toc__item {
    margin-bottom: 0.5rem;
  }
  .toc__item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 64.1em) and (-ms-high-contrast: active), (max-width: 64.1em) and (-ms-high-contrast: none) {
  .toc__item {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  .toc__item:before {
    content: none !important;
  }
}

@media (max-width: 64.1em) {
  /* stylelint-disable */
  .gMap {
    width: 100%;
    height: 400px;
  }
  /* stylelint-enable */
  .btt__wrapper {
    width: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
    padding: 0 1.5rem;
  }
  .btt {
    max-width: 80rem;
    margin: 0 auto;
  }
  .btt a {
    float: right;
    display: block;
    height: 36px;
    width: 80px;
    position: relative;
    background-color: #0076ad;
    border: 2px solid #0076ad;
    transition: all 0.3s ease;
    color: #fff;
  }
  .btt a::before {
    content: "";
    position: absolute;
    border-width: 3px 0 0 3px;
    border-style: solid;
    border-color: #fff;
    width: 12px;
    height: 12px;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all 0.3s ease;
  }
  .btt a:hover, .btt a:focus {
    background: #fff;
  }
  .btt a:hover::before, .btt a:focus::before {
    border-color: #0076ad;
  }
  .figure__image {
    position: relative;
    margin-bottom: 2.5rem;
  }
  .figure__image img {
    display: block;
  }
  .figure__image figcaption {
    color: #2e2e2e;
    margin-top: 0.5rem;
    font-size: 0.875rem;
  }
  .popup__video {
    text-decoration: none;
  }
  .addtocalendar {
    position: relative;
    display: inline-block;
    background: transparent;
  }
  .addtocalendar var {
    display: none;
  }
  .addtocalendar .atcb-list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;
    display: none;
    background-color: #fff;
    margin-top: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  }
  .addtocalendar .atcb-list:hover {
    display: block;
  }
  .addtocalendar .atcb-link:focus + .atcb-list,
  .addtocalendar .atcb-link:active + .atcb-list {
    display: block;
  }
  .addtocalendar .atcb-item-link {
    font-size: 0.9375rem;
    padding: 0.35rem 0.75rem;
    display: block;
    text-decoration: none;
    white-space: nowrap;
  }
  .addtocalendar .atcb-item-link:hover, .addtocalendar .atcb-item-link:focus {
    background-color: #f0f0f0;
  }
  .at-share-tbx-element .at-icon-wrapper {
    display: none !important;
  }
  .video-container {
    height: 0;
    margin-bottom: 1rem;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 1.875rem;
    position: relative;
  }
  .video-container embed,
  .video-container iframe,
  .video-container object {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .video-poster a img {
    vertical-align: bottom;
    width: 100%;
  }
  .video-poster a .image__wrapper {
    position: relative;
    overflow: hidden;
  }
  .video-poster a .image__wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #262626;
    opacity: 0.6;
    position: absolute;
  }
  .video-poster a .image__wrapper::after {
    content: "";
    top: calc(50% - 25px);
    right: calc(50% - 25px);
    position: absolute;
    background-image: url("data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMzU3IDM1NyI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTM4LjI1IDB2MzU3bDI4MC41LTE3OC41eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center center;
    height: 50px;
    width: 50px;
  }
  .map__description {
    position: relative;
    padding: 1.9375rem;
    background-color: #fff;
    box-shadow: 0 1.5rem 50px -18px rgba(0, 0, 0, 0.15);
    will-change: transform;
    color: #2e2e2e;
  }
  .map__description h3.map__description-heading {
    color: #1b325f;
    margin-top: 0;
    margin-bottom: 1.3125rem;
    font-size: 1.375rem;
  }
  .map__description p {
    margin: 0;
  }
  .mobile-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 990;
  }
  .mobile-popup__wrapper {
    position: relative;
    top: 50%;
    left: 50%;
    width: 80%;
    padding: 40px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 10px;
    z-index: 999;
  }
  .mobile-popup__close {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 30px;
    text-decoration: none;
    color: #000;
    background: none;
    border: none;
  }
  .mobile-popup__close:hover {
    color: #0076ad;
  }
  /* Module: S */
  .landing-panel {
    color: #010101;
    background-color: #fff;
    border: 1px solid #272727;
    margin-top: 1.5rem;
    padding: 1rem;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
  }
  .landing-panel:first-child {
    margin-top: 0;
  }
  .landing-panel:hover, .landing-panel:focus {
    color: #010101;
    background-color: #5c83d1;
    border: 1px solid #272727;
  }
  .landing-panel__link {
    color: #010101;
    text-decoration: none;
  }
  .landing-panel__heading {
    margin-top: 0;
    margin-bottom: .75rem;
  }
  .landing-panel__image {
    display: block;
    margin-bottom: 1rem;
  }
  .landing-image__container {
    box-shadow: inset 0px -100px 85px -50px rgba(0, 0, 0, 0.7);
  }
  .landing-image {
    position: relative;
    display: block;
    height: 15.9375rem;
    width: 100%;
    object-fit: cover;
    z-index: -1;
  }
}

@media screen and (max-width: 64.1em) and (-ms-high-contrast: active), (max-width: 64.1em) and (-ms-high-contrast: none) {
  .landing-image {
    z-index: inherit;
  }
}

@media (max-width: 64.1em) {
  .landing__content h1,
  .landing__content h2,
  .landing__content h3 {
    margin-top: 0;
    margin-bottom: .5rem;
  }
  .landing__content + .panels__container {
    margin-top: 1.5rem;
  }
  /* Module: S */
  .landscape-carousel {
    display: none;
  }
  .landscape-carousel.slick-initialized {
    display: inherit;
  }
  .landscape-carousel,
  .landscape-carousel__caption-wrapper {
    position: relative;
    overflow: hidden;
  }
  .landscape-carousel__wrapper {
    position: relative;
  }
  .landscape-carousel__item {
    background-color: #1b325f;
  }
  .landscape-carousel__caption {
    color: #fff;
    text-decoration: none;
    background-color: #1b325f;
    display: block;
    padding: 1.75rem 1.25rem;
    position: relative;
    line-height: 1.25;
  }
  .landscape-carousel__caption:hover, .landscape-carousel__caption:focus {
    color: #fff;
  }
  .landscape-carousel__caption:hover .landscape-carousel__caption-heading::after, .landscape-carousel__caption:focus .landscape-carousel__caption-heading::after {
    width: 100%;
  }
  .landscape-carousel__caption.is-video::after {
    content: 'Watch Video';
    display: inline-block;
    font-weight: 600;
    color: #fff;
    border: 2px solid #fff;
    padding: 0.625rem 0.875rem 0.5rem;
    margin-top: 1.5rem;
  }
  .landscape-carousel__image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 12.5rem;
  }
  .landscape-carousel__caption-heading {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: .75rem;
    padding-bottom: .75rem;
  }
  .landscape-carousel__caption-heading:after {
    width: 2.5rem;
    -moz-transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    content: '';
    display: block;
    height: .25rem;
    margin-top: 1rem;
    background-color: #0076ad;
  }
  .landscape-carousel__caption-content {
    line-height: 1.75;
  }
  .landscape-carousel__dots {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .landscape-carousel__dots > li {
    margin-right: .75rem;
  }
  .landscape-carousel__dots > li button {
    display: block;
    height: 0.875rem;
    width: 0.875rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.15);
    border: 0.125rem solid #fff;
    margin: 4px 0;
    padding: 0;
    color: #757575;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
  }
  .landscape-carousel__dots > li.slick-active button {
    background-color: #fff;
  }
  /* stylelint-disable */
  .landscape-carousel__controls {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    max-width: 84rem;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
    position: absolute;
    top: 10.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* stylelint-enable */
  .landscape-carousel__toggler {
    display: block;
    background-color: transparent;
    height: 0.875rem;
    width: 0.75rem;
    border-width: 0 0.25rem 0 0.25rem;
    border-style: none solid;
    border-color: transparent #fff;
    padding: 0;
    margin-left: .25rem;
  }
  .landscape-carousel__toggler.carousel-paused {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 12px;
    border-color: transparent transparent transparent #fff;
  }
  /* Module: S */
  .search-results__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .search-result__item {
    margin-bottom: 2.5rem;
    border: 1px solid #f0f0f0;
  }
  .search-result__item:first-child {
    margin-top: 3rem;
  }
  .search-result__item:last-child {
    margin-bottom: 0;
  }
  .search-result__link {
    position: relative;
    color: #1b325f;
    text-decoration: none;
    background-color: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-shadow: 0 1.5rem 50px -18px rgba(0, 0, 0, 0.1);
    will-change: transform;
  }
  .search-result__link:hover .search-result__heading, .search-result__link:focus .search-result__heading {
    text-decoration: underline;
  }
  .search-result__desc {
    color: #58595b;
    margin-top: 1rem;
  }
  h2.search-result__heading {
    font-size: 1.25rem;
    line-height: 1.4rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  .search-result__best-bet h2.search-result__heading {
    color: #0076ad;
  }
  .search-result__image-wrapper {
    display: none;
    position: absolute;
    height: 100%;
    width: 125px;
  }
  .search-result__image {
    display: none;
    max-width: 125px;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .search-result__content {
    padding: 1.8125rem;
    line-height: 1.5;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 100%;
  }
  .search-result__best-bet .search-result__content {
    border-bottom: 5px solid #0076ad;
  }
  .search-result__type {
    font-weight: 400;
    margin-bottom: 0.2rem;
  }
}

@media screen and (max-width: 64.1em) and (min-width: 35.3125em) {
  .search-result__image,
  .search-result__image-wrapper {
    display: inherit;
  }
  .search-result__image-wrapper + .search-result__content {
    padding-left: calc(125px + 29px);
  }
  .listing-3-col .search-result__image,
  .listing-3-col .search-result__image-wrapper {
    display: none;
  }
  .listing-3-col .search-result__image-wrapper + .search-result__content {
    padding-left: 1.8125rem;
  }
}

@media (max-width: 64.1em) {
  .search-result__date {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
  .search-result__date time {
    font-weight: 400;
  }
  .search-result__content-inner .search-result__date {
    margin-bottom: 0;
  }
  .search-result__event-location {
    margin-bottom: 0.5rem;
  }
  .search-result__event-location {
    font-style: italic;
    font-weight: 400;
  }
  .search-result__url {
    line-height: 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    margin-top: 1rem;
    word-break: break-all;
  }
  .rhs-filters__heading {
    font-weight: normal;
    font-size: 1.35rem;
    line-height: 1.35rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding-bottom: 0.45rem;
    border-bottom: 2px solid #0076ad;
  }
  .rhs-filters {
    *zoom: 1;
  }
  .rhs-filters:before, .rhs-filters:after {
    content: '';
    display: table;
    line-height: 0;
  }
  .rhs-filters:after {
    clear: both;
  }
  .rhs-filters ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .rhs-filters.form-filters .rhs-filters__container[data-expanded='true'] > .rhs-filters__heading::before {
    top: 0.3125rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .rhs-filters.form-filters .rhs-filters__heading {
    border-bottom: 1px solid #d8d8d8;
    position: relative;
  }
  .rhs-filters.form-filters .rhs-filters__heading::before {
    content: '';
    position: absolute;
    right: 1.1rem;
    top: 0.625rem;
    height: 0.75rem;
    width: 0.75rem;
    border-right: 4px solid #172b52;
    border-bottom: 4px solid #172b52;
    display: block;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .rhs-filters.form-filters .rhs-filters__heading + form {
    display: none;
  }
  .rhs-filters.form-filters legend {
    color: #172b52;
    background-color: transparent;
    padding: 0;
    margin: 0;
    font-size: 125%;
    font-weight: 500;
    text-transform: none;
    width: auto;
    display: inline-block;
    cursor: default;
  }
  .rhs-filters.form-filters legend::before {
    content: none;
  }
  .rhs-filters.form-filters legend + .form-fieldset__content {
    display: block;
    margin-top: 1rem;
  }
  .rhs-filters.form-filters legend::after {
    content: '';
    display: block;
    width: 1.25rem;
    height: 3px;
    margin-top: 0.25rem;
    background-color: #0076ad;
  }
  .rhs-filters.form-filters fieldset.form__group[data-expanded='true'] > legend::before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .rhs-filters.facets-filters legend {
    line-height: 2;
    border: 0;
    background-color: #1b325f;
    margin: 0;
    padding: 0.65rem 1rem;
    color: #fff;
    font-size: 80%;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
  }
  .rhs-filters.facets-filters legend::before {
    content: '';
    position: absolute;
    right: 1.1rem;
    top: 1.15rem;
    height: 0.75rem;
    width: 0.75rem;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    display: block;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .rhs-filters.facets-filters fieldset.form__group {
    margin-bottom: 1rem;
  }
  .rhs-filters.facets-filters fieldset.form__group[data-expanded='true'] > legend::before {
    top: 0.75rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .calendar__icon {
    display: block;
    fill: #1b325f;
    height: 22px;
    width: 26px;
  }
  .ui-datepicker {
    display: none;
    background-color: #fff;
    padding: 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
    margin-top: 3px;
  }
  .ui-datepicker-header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0.4rem;
  }
  .ui-datepicker-prev > .ui-icon,
  .ui-datepicker-next > .ui-icon {
    display: none;
  }
  /* stylelint-disable */
  .ui-datepicker-prev,
  .ui-datepicker-next {
    cursor: pointer;
    display: block;
    height: 28px;
    width: 28px;
    background-color: #eee;
  }
  .ui-datepicker-prev::after,
  .ui-datepicker-next::after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-style: solid;
    border-width: 7px 8px 7px 0;
    border-color: transparent #555 transparent transparent;
    vertical-align: middle;
    margin-top: 4px;
    margin-left: 9px;
  }
  .ui-datepicker-prev:hover, .ui-datepicker-prev:focus,
  .ui-datepicker-next:hover,
  .ui-datepicker-next:focus {
    background-color: #dfdfdf;
  }
  /* stylelint-enable */
  .ui-datepicker-next {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .ui-datepicker-next::after {
    border-width: 7px 0 7px 8px;
    border-color: transparent transparent transparent #555;
    margin-left: 10px;
  }
  .ui-datepicker-calendar {
    width: 100%;
    min-width: 12.5rem;
  }
  .ui-datepicker-calendar td {
    padding: 1px;
  }
  .ui-datepicker-calendar thead span {
    font-size: 80%;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.3rem;
  }
  .ui-datepicker-calendar .ui-state-default {
    display: block;
    padding: 0.25rem 0.45rem;
    color: #555;
    font-size: 0.9375rem;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    background-color: #eee;
  }
  .ui-datepicker-calendar .ui-state-default.ui-state-hover {
    background-color: #dfdfdf;
  }
  .ui-datepicker-calendar .ui-state-default.ui-state-active {
    color: #fff;
    background-color: #272727;
  }
  .datepicker__wrap {
    position: relative;
  }
  .datepicker__wrap .datepicker__clear {
    position: absolute;
    top: 50%;
    right: 2.75rem;
    padding: 0;
    border: 0;
    height: 1.25rem;
    width: 1.25rem;
    color: #fff;
    background-color: #1b325f;
    display: none;
    border-radius: 0.2rem;
    -webkit-transition: 0.2s background-color ease-in-out;
    -moz-transition: 0.2s background-color ease-in-out;
    transition: 0.2s background-color ease-in-out;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .datepicker__wrap .datepicker__clear:hover, .datepicker__wrap .datepicker__clear:focus {
    outline: 0;
    background-color: #1a1a1a;
  }
  /* Module: S */
  /* stylelint-disable */
  .tile-panels__wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 84rem;
    margin: 0 auto;
    padding: 2rem 1rem;
  }
  .tile-panels__wrapper + .tile-panels__wrapper {
    margin-bottom: 0;
  }
  /* stylelint-enable */
  .tile-box__container {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
    padding: 5px;
    position: relative;
  }
  .tile-box__container.large-box {
    margin-top: 0;
    background-color: transparent;
  }
  .tile-box__container:not(.large-box) {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tile-box__container:first-child {
    margin-top: 0;
  }
  .tile-box__link {
    border-radius: 5px;
    padding: 50px 20px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .large-box .tile-box__link {
    padding: 3rem 2rem;
  }
  .image-box > .tile-box__link::before {
    content: '';
    background-color: rgba(27, 50, 95, 0.35);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    -webkit-transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
    -moz-transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
    transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
  }
  .tile-box__link:hover, .tile-box__link:focus {
    background-color: #0076ad;
  }
  .tile-box__link:hover .tile-box__heading, .tile-box__link:focus .tile-box__heading {
    color: #fff;
  }
  .large-box .tile-box__link:hover .tile-box__heading, .large-box .tile-box__link:focus .tile-box__heading {
    color: #1b325f;
    background-color: transparent;
  }
  .tile-box__link:hover .tile-box__heading::after, .tile-box__link:focus .tile-box__heading::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
    right: 1.35rem;
  }
  .tile-box__heading {
    position: relative;
    color: #1b325f;
    font-weight: 600;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0;
    text-align: center;
    z-index: 3;
    -webkit-transition: 0.3s background-color ease-in-out;
    -moz-transition: 0.3s background-color ease-in-out;
    transition: 0.3s background-color ease-in-out;
    -webkit-font-smoothing: antialiased;
  }
  .tile-box__heading::after {
    position: absolute;
    top: 1.3rem;
    right: 1.75rem;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #1b325f;
    border-bottom: 2px solid #1b325f;
    -webkit-transition: 0.2s right linear;
    -moz-transition: 0.2s right linear;
    transition: 0.2s right linear;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .large-box .tile-box__heading {
    text-align: center;
    color: #2b2b2b;
    font-size: 180%;
    line-height: 1.45;
    padding: 0;
    background-color: transparent;
  }
  .large-box .tile-box__heading span {
    font-weight: bold;
  }
  .large-box .tile-box__heading::after {
    content: none;
  }
  .tile-box__content {
    display: none;
    font-size: 0.875rem;
    color: #58595b;
    background-color: #fff;
    line-height: 1.75;
    padding: 1rem;
  }
  .tile-box__content ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .tile-box__content ul > li {
    position: relative;
    margin-bottom: 0.75rem;
    padding-left: 2rem;
  }
  .tile-box__content ul > li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 9px;
    height: 2px;
    display: inline-block;
    background-color: #1b325f;
  }
  .tile-box__content ul > li ul,
  .tile-box__content ul > li ol {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .tile-box__content ul > li ul li::before {
    left: 0;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
  }
  .tile-box__content ul > li:last-child {
    margin-bottom: 0;
  }
  .large-box .tile-box__content {
    padding: 1.25rem 0 0;
    background-color: transparent;
    display: none;
  }
  .tile-box__content .event-date {
    font-size: 85%;
    font-weight: bold;
    color: #1b325f;
    margin-right: 0.25rem;
  }
  .tile-box__content a {
    color: #010101;
    text-decoration: none;
    -webkit-transition: 0.05s all ease-in-out;
    -moz-transition: 0.05s all ease-in-out;
    transition: 0.05s all ease-in-out;
  }
  .tile-box__content a:hover, .tile-box__content a:focus {
    color: #0076ad;
    text-decoration: underline;
  }
  .tile-box__image {
    width: 100%;
    height: auto;
    display: none;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .large-box .tile-box__image {
    display: none;
    -webkit-order: inherit;
    -ms-flex-order: inherit;
    order: inherit;
  }
  .small-box .tile-box__heading {
    font-size: 0.9375rem;
  }
  .tile-box__mobile-icon {
    display: block;
    margin: 0 auto;
    height: 50px;
    width: 50px;
  }
  .tile-box__link:hover polygon {
    fill: #fff;
  }
  .tile-box__icon {
    display: block;
    width: 3rem;
    height: 3rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  /* Icon images - configured in DCTERMS.icon (#98574) */
  .tile-box__icon--eligible {
    background-image: url("mysource_files/eligible.svg");
  }
  .tile-box__icon--book {
    background-image: url("mysource_files/book-aptmt.svg");
  }
  .tile-box__icon--fees {
    background-image: url("mysource_files/fees.svg");
  }
  .tile-box__icon--locations {
    background-image: url("mysource_files/locations.svg");
  }
  .tile-box__icon--prepare {
    background-image: url("mysource_files/prepare.svg");
  }
  .tile-box__icon--dental {
    background-image: url("mysource_files/dental-emergency.svg");
  }
  .tile-box__icon--covid-blue {
    background-image: url("mysource_files/covid-blue.svg");
  }
  .tile-box__icon--covid-red {
    background-image: url("mysource_files/covid-red.svg");
  }
  .tile-box__icon--faq {
    background-image: url("mysource_files/faq.svg");
  }
  .tile-box__icon--services {
    background-image: url("mysource_files/services.svg");
  }
  /* Module: S */
  .landscape__wrapper {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .landscape__wrapper::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid #ffd556;
  }
  .landscape__image-wrapper,
  .find-box {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .landscape__image {
    width: 100%;
    height: 100%;
  }
  .find-box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 25px 50px;
    background-image: linear-gradient(to right top, #154682, #45b7da);
  }
  .find-box__search-form {
    position: relative;
  }
  .find-box__search-input {
    width: 100%;
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
  }
  .find-box__search-input::placeholder {
    color: #1b325f;
  }
  .find-box__search-button {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translateY(-50%);
    border: none;
    background: none;
  }
  .search-icon {
    background-image: url("../mysource_files/search.svg");
  }
  .search-icon {
    height: 1.25rem;
    display: block;
  }
  .is-active .search-icon {
    display: none;
  }
  .search-icon {
    background-size: cover;
  }
  .find-box__description {
    color: #fff;
  }
}

@media (min-width: 48em) and (max-width: 64.1em) {
  .wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .main__content.is-listing {
    -webkit-order: inherit;
    -ms-flex-order: inherit;
    order: inherit;
    margin-top: 0;
  }
  /*
--------------------
Modules
--------------------
*/
  /* Module: S */
  .advice-tile {
    padding: 10px;
  }
  .advice-tile--full {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .advice-tile--sixth {
    -webkit-flex: 1 0 66.66%;
    -ms-flex: 1 0 66.66%;
    flex: 1 0 66.66%;
    max-width: 66.66%;
  }
  .advice-tile--half {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
  }
  .advice-tile--third {
    -webkit-flex: 1 0 33.33%;
    -ms-flex: 1 0 33.33%;
    flex: 1 0 33.33%;
    max-width: 33.33%;
  }
  .advice-tile__image-wrapper + .advice-tile__content {
    max-width: 50%;
  }
  .advice-tile__image-wrapper,
  .advice-tile__content {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
  .advice-tile__content--first {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .advice-tile__content:not(.advice-tile__content--arrow-top) {
    margin-top: 0;
  }
  .advice-tile__content--arrow-bottom {
    margin-bottom: -10px;
  }
  .advice-tile__content--arrow-bottom::before {
    bottom: -12px;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid;
    border-top-color: inherit;
    border-bottom: none;
  }
  .advice-tile__content--arrow-left::before,
  .advice-tile__content--arrow-right::before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    top: 50%;
    transform: translateY(-50%);
  }
  .advice-tile__content--arrow-left {
    margin-left: -10px;
  }
  .advice-tile__content--arrow-left::before {
    left: -12px;
    right: unset;
    border-right: 20px solid;
    border-right-color: inherit;
    border-left: none;
  }
  .advice-tile__content--arrow-right {
    margin-right: -10px;
  }
  .advice-tile__content--arrow-right::before {
    right: -12px;
    left: unset;
    border-left: 20px solid;
    border-left-color: inherit;
    border-right: none;
  }
  /* Module: S */
  .event__info-inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .event__info-inner h1,
  .event__info-inner h2 {
    margin-right: .5rem;
    margin-bottom: 0;
  }
  .event__info-list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
  .event__info-list li {
    margin-bottom: .5rem;
  }
  .event__info-list strong {
    display: block;
  }
  /* Module: S */
  .gradient__wrapper {
    background: #f3f3f3;
    background: -moz-linear-gradient(left, #f3f3f3 0%, #ffffff 50%, #2b2b2b 50%);
    background: -webkit-linear-gradient(left, #f3f3f3 0%, #ffffff 50%, #2b2b2b 50%);
    background: linear-gradient(to right, #f3f3f3 0%, #ffffff 50%, #2b2b2b 50%);
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
  .gradient__wrapper .large-box:nth-child(2) .feature-box__heading,
  .gradient__wrapper .large-box:nth-child(2) .feature-box__content {
    color: #fff;
  }
  .large-box .feature-box__link {
    padding: 0;
  }
  .feature-panels__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .gradient__wrapper + .feature-panels__wrapper {
    padding-top: 0;
    margin-top: -2rem;
  }
  .large-box .feature-box__heading {
    text-align: left;
    padding-bottom: 1rem;
  }
  .feature-box__container {
    width: calc(100% / 2 - 10px);
  }
  .feature-box__container.large-box {
    width: 50%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .feature-box__container:not(.large-box) {
    box-shadow: 0 1.5rem 50px -18px rgba(0, 0, 0, 0.15);
    will-change: transform;
  }
  .feature-box__container:nth-child(2) {
    margin-top: 0;
  }
  .feature-box__container:nth-child(n + 3) {
    margin-top: 3rem;
  }
  .large-box .feature-box__image {
    display: inherit;
  }
  .feature-box__content {
    font-size: 1rem;
    line-height: 1.75;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .large-box .feature-box__content {
    display: inherit;
    padding-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.75rem;
  }
  .small-box .feature-box__heading {
    height: 3.4375rem;
  }
  /* Module: S */
  .main__footer {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 95%;
    padding-top: 4.5rem;
  }
  /* stylelint-disable */
  .footer-links__wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  /* stylelint-enable */
  .footer-links__column {
    width: auto;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .footer-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin: 10px auto;
  }
  .footer-social__link {
    width: 2.75rem;
    height: 2.75rem;
    margin-right: 1rem;
  }
  .footer-link,
  .footer-phone__link,
  .footer-contact__heading {
    font-size: 1.125rem;
  }
  .footer-social__wrapper {
    margin-top: 4.5rem;
  }
  /* Module: S */
  .map {
    height: 400px;
  }
  .map-filters__name-wrapper,
  .map-filters__location-wrapper,
  .map-filters__child-wrapper {
    padding: 0 5px;
  }
  .map-filters__name-wrapper,
  .map-filters__location-wrapper {
    flex: 1 0 50%;
  }
  .map-filters__child-wrapper,
  .map-filters__adults-wrapper {
    flex: unset;
  }
  /* Module: S */
  .top-nav,
  .main-header__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .top-nav__item {
    padding: 0 1.75rem;
  }
  .top-nav__wrapper {
    padding: 1rem;
  }
  /* Module: S */
  .quicklinks__wrapper {
    width: 100%;
    max-width: 84rem;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: -1.75rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  h2.quicklinks__heading {
    cursor: default;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  h2.quicklinks__heading:after {
    content: none;
  }
  .quicklinks__container {
    display: inherit;
  }
  .quicklinks {
    position: absolute;
    bottom: 0;
    right: 2rem;
    max-width: 18.75rem;
    width: 100%;
    box-shadow: 0px 3px 40px 0 rgba(0, 0, 0, 0.4);
  }
  /* Module: S */
  .lhs__menu {
    position: relative;
  }
  .accordion {
    position: relative;
    box-shadow: 0 1.5rem 50px -18px rgba(0, 0, 0, 0.15);
    will-change: transform;
  }
  .tabs {
    box-shadow: 0 1.5rem 50px -18px rgba(0, 0, 0, 0.1);
    will-change: transform;
    display: inherit;
    margin-bottom: 3rem;
  }
  .tab__content {
    padding: 1.875rem 1.1875rem;
  }
  .mobile-tabs__accordion {
    display: none;
  }
  .toc__box {
    width: 250px;
    display: inline-block;
    float: right;
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
  .toc__list {
    display: block;
  }
  .toc__link {
    width: 100%;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .rhs__column {
    margin-top: 3.5rem;
    margin-bottom: 0.75rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .is-listing + .rhs__column {
    display: block;
  }
  .rhs__panel {
    width: calc(50% - 0.75rem);
  }
}

@media screen and (min-width: 48em) and (max-width: 64.1em) and (max-width: 63.9375em) {
  /* stylelint-disable */
  _::-webkit-full-page-media,
  _:future,
  :root .rhs__column {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  _::-webkit-full-page-media,
  _:future,
  :root .main__content {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  _::-webkit-full-page-media,
  _:future,
  :root .is-listing + .rhs__column {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* stylelint-enable */
}

@media (min-width: 48em) and (max-width: 64.1em) {
  /* Module: S */
  .panels__container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .landing-panel {
    width: calc(50% - 0.75rem);
  }
  .landing-panel:nth-child(2) {
    margin-top: 0;
  }
  .landing-image {
    height: 18.75rem;
  }
  /* Module: S */
  .home .landscape-carousel__wrapper {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
  }
  /* stylelint-disable */
  .landscape-carousel__caption-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 84rem;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* stylelint-enable */
  .landscape-carousel__controls {
    top: auto;
    bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .landscape-carousel__image {
    height: 26.5625rem;
  }
  .landscape-carousel__caption {
    width: 100%;
    max-width: calc(100% - 22rem);
    padding: 1.35rem 2rem;
    line-height: 1.35;
  }
  .landscape-carousel__caption.is-video::after {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .landscape-carousel__caption-heading {
    font-size: 185%;
    line-height: 1.28;
    margin-bottom: 1rem;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .landscape-carousel__caption-heading:after {
    content: '';
    width: 2.5rem;
    height: .35rem;
    background-color: #0076ad;
    display: block;
    margin-top: 1rem;
  }
  .landscape-carousel__caption-content {
    line-height: 1.65;
  }
  .landscape-carousel__item {
    background-color: transparent;
  }
  /* Module: S */
  .search-result__content-inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: .5rem;
  }
  .search-result__type {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1rem;
    margin-bottom: 0;
  }
  /* Module: S */
  .large-box .tile-box__link {
    padding: 0;
  }
  .tile-panels__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .large-box .tile-box__heading {
    text-align: left;
    padding-bottom: 1rem;
  }
  .tile-box__container {
    -webkit-flex: 1 0 33%;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
    max-width: 33%;
  }
  .tile-box__container.large-box {
    width: 50%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .large-box .tile-box__image {
    display: inherit;
  }
  .tile-box__content {
    font-size: 1rem;
    line-height: 1.75;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .large-box .tile-box__content {
    display: inherit;
    padding-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.75rem;
  }
  .small-box .tile-box__heading {
    font-size: 1rem;
  }
  /* Module: S */
  .landscape__wrapper::after {
    content: none;
  }
  .landscape__image-wrapper,
  .find-box {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
  }
  .find-box--full {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 64.1em) {
  /* Module: S */
  .advice-tiles {
    max-width: 84rem;
    margin: 0 auto;
    padding: 0 1rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .advice-tiles__title {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    text-align: center;
    color: #4d4d4d;
    font-weight: 500;
    text-transform: uppercase;
  }
  .advice-tiles__title::before, .advice-tiles__title::after {
    content: '';
    background-image: url("mysource_files/squiggle.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffd457;
    padding: 0 15px;
    margin: 5px;
  }
  .advice-tiles__more {
    text-decoration: none;
    font-weight: 500;
    color: #4d4d4d;
    text-align: center;
  }
  .advice-tiles__more::after {
    content: '-->';
    color: #ffd457;
    letter-spacing: -10px;
    padding: 10px;
    font-size: 30px;
    font-weight: 300;
    bottom: -5px;
    position: relative;
  }
  .advice-tile {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
    color: #4d4d4d;
  }
  .advice-tile__image-wrapper,
  .advice-tile__content,
  .advice-tiles__more {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .advice-tile__image-wrapper + .advice-tile__content {
    margin-top: -10px;
  }
  .advice-tile__content {
    padding: 30px;
    border-radius: 5px;
  }
  .advice-tile__content::before {
    content: '';
    position: absolute;
  }
  .advice-tile__content--orange {
    background-color: #ffd457;
    border-color: #ffd457;
  }
  .advice-tile__content--blue {
    background-color: #73dbf8;
    border-color: #73dbf8;
  }
  .advice-tile__content--green {
    background-color: #87ece0;
    border-color: #87ece0;
  }
  .advice-tile__content--arrow-top::before,
  .advice-tile__content--arrow-bottom::before,
  .advice-tile__content--arrow-left::before,
  .advice-tile__content--arrow-right::before {
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid;
    border-bottom-color: inherit;
  }
  .advice-tile__content-title {
    font-weight: 500;
  }
  .advice-tile__content-descritption {
    font-weight: 300;
  }
  .advice-tile__image {
    border-radius: 5px;
    width: 100%;
    height: 100%;
  }
  /* Module: S */
  /* Typeahead */
  .twitter-typeahead {
    width: 100%;
  }
  .search-page .twitter-typeahead {
    margin-right: 0.5rem;
    -ms-flex-negative: 1;
  }
  .search-page .form__group-inline {
    height: 2.5rem;
  }
  .tt-menu {
    background-color: #f4f4f4;
    color: #1b325f;
    margin-top: 0.0625rem;
    text-align: left;
    width: 100%;
  }
  .rgba .tt-menu {
    background-color: #f4f4f4;
  }
  .is-opened .tt-menu {
    margin-top: 0;
  }
  .form__control.typeahead {
    border-width: 1px;
    height: 100%;
  }
  .form__control.typeahead:focus {
    border-width: 1px;
  }
  .tt-selectable {
    -webkit-transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    cursor: pointer;
    font-size: 1rem;
    padding: 0.625rem 1rem;
    font-weight: 600;
  }
  .tt-selectable:not(:last-child) {
    border-color: #0076ad;
    border-style: solid;
    border-width: 0 0 0.0625rem;
  }
  .rgba .tt-selectable:not(:last-child) {
    border-color: #0076ad;
  }
  .tt-selectable:focus, .tt-selectable:hover, .tt-selectable.tt-cursor {
    color: #fff;
    background-color: #19467f;
  }
  /* Module: S */
  .news__info {
    margin-bottom: 1.5rem;
  }
  .news__info h1,
  .news__info h2 {
    line-height: 2rem;
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: .5rem;
  }
  .news__publication time {
    font-weight: bold;
    font-style: italic;
  }
  .news__summary {
    font-weight: 600;
    margin-bottom: 1rem;
  }
  .event__info {
    margin-bottom: 1rem;
  }
  .event__info-inner {
    margin-bottom: .75rem;
  }
  .event__info-inner h1,
  .event__info-inner h2 {
    line-height: 2rem;
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .event__details {
    margin-bottom: 1rem;
  }
  .event__content {
    *zoom: 1;
  }
  .event__content:before, .event__content:after {
    content: '';
    display: table;
    line-height: 0;
  }
  .event__content:after {
    clear: both;
  }
  .event__map {
    height: 100%;
    width: 100%;
    max-height: 400px;
    max-width: 400px;
    border: 1px solid #999;
  }
  .event__map.pull-right {
    margin-left: .75rem;
  }
  .event__map.pull-left {
    margin-right: .75rem;
  }
}

@media screen and (min-width: 64.1em) and (max-width: 35.3125rem) {
  .event__map {
    max-width: none;
    float: none !important;
    margin: 0.5rem 0 !important;
  }
}

@media (min-width: 64.1em) {
  .event__info-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .event__info-list li {
    line-height: 1.75;
  }
  .event__info-list span {
    font-weight: 400;
  }
  .rss-icon {
    fill: #fff;
    height: 1rem;
    width: 1rem;
  }
  /* Module: S */
  /* stylelint-disable */
  .feature-panels__wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 84rem;
    margin: 0 auto;
    padding: 2rem 1rem;
  }
  .gradient__wrapper .feature-panels__wrapper {
    padding: 0;
  }
  .feature-panels__wrapper + .feature-panels__wrapper {
    margin-bottom: 0;
  }
  /* stylelint-enable */
  .feature-box__container {
    position: relative;
    width: 100%;
    background-color: #fff;
    margin-top: 1.5rem;
  }
  .feature-box__container.large-box {
    margin-top: 0;
    background-color: transparent;
  }
  .feature-box__container:not(.large-box) {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-box__container:first-child {
    margin-top: 0;
  }
  .feature-box__link {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .large-box .feature-box__link {
    padding: 3rem 2rem;
  }
  .image-box > .feature-box__link::before {
    content: '';
    background-color: rgba(27, 50, 95, 0.35);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    -webkit-transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
    -moz-transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
    transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
  }
  .feature-box__link:hover .feature-box__heading, .feature-box__link:focus .feature-box__heading {
    color: #fff;
    background-color: #1b325f;
  }
  .large-box .feature-box__link:hover .feature-box__heading, .large-box .feature-box__link:focus .feature-box__heading {
    color: #1b325f;
    background-color: transparent;
  }
  .feature-box__link:hover .feature-box__heading::after, .feature-box__link:focus .feature-box__heading::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
    right: 1.35rem;
  }
  .feature-box__heading {
    position: relative;
    color: #1b325f;
    font-weight: 600;
    background-color: #fff;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 0 !important;
    padding: 1rem 2.75em 1rem 1.25rem;
    z-index: 3;
    -webkit-transition: 0.3s background-color ease-in-out;
    -moz-transition: 0.3s background-color ease-in-out;
    transition: 0.3s background-color ease-in-out;
    -webkit-font-smoothing: antialiased;
  }
  .feature-box__heading::after {
    content: '';
    position: absolute;
    top: 1.3rem;
    right: 1.75rem;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #1b325f;
    border-bottom: 2px solid #1b325f;
    -webkit-transition: 0.2s right linear;
    -moz-transition: 0.2s right linear;
    transition: 0.2s right linear;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .large-box .feature-box__heading {
    text-align: center;
    color: #2b2b2b;
    font-size: 180%;
    line-height: 1.45;
    padding: 0;
    background-color: transparent;
  }
  .large-box .feature-box__heading span {
    font-weight: bold;
  }
  .large-box .feature-box__heading::after {
    content: none;
  }
  .feature-box__content {
    font-size: 0.875rem;
    color: #58595b;
    background-color: #fff;
    line-height: 1.75;
    padding: 1rem;
  }
  .feature-box__content ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .feature-box__content ul > li {
    position: relative;
    margin-bottom: 0.75rem;
    padding-left: 2rem;
  }
  .feature-box__content ul > li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 9px;
    height: 2px;
    display: inline-block;
    background-color: #1b325f;
  }
  .feature-box__content ul > li ul,
  .feature-box__content ul > li ol {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .feature-box__content ul > li ul li::before {
    left: 0;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
  }
  .feature-box__content ul > li:last-child {
    margin-bottom: 0;
  }
  .large-box .feature-box__content {
    padding: 1.25rem 0 0;
    background-color: transparent;
    display: none;
  }
  .feature-box__content .event-date {
    font-size: 85%;
    font-weight: bold;
    color: #1b325f;
    margin-right: .25rem;
  }
  .feature-box__content a {
    color: #010101;
    text-decoration: none;
    -webkit-transition: 0.05s all ease-in-out;
    -moz-transition: 0.05s all ease-in-out;
    transition: 0.05s all ease-in-out;
  }
  .feature-box__content a:hover, .feature-box__content a:focus {
    color: #0076ad;
    text-decoration: underline;
  }
  .feature-box__image {
    width: 100%;
    height: auto;
    display: block;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .large-box .feature-box__image {
    display: none;
    -webkit-order: inherit;
    -ms-flex-order: inherit;
    order: inherit;
  }
}

@media screen and (min-width: 64.1em) and (max-width: 767px) {
  .gradient__wrapper .large-box:nth-child(odd) .feature-box__link {
    background-color: #fff;
  }
  .gradient__wrapper .large-box:nth-child(odd) .feature-box__link .feature-box__heading {
    color: #2b2b2b;
  }
  .gradient__wrapper .large-box:nth-child(even) .feature-box__link {
    color: #fff;
    background-color: #2b2b2b;
  }
  .gradient__wrapper .large-box:nth-child(even) .feature-box__link .feature-box__heading {
    color: #fff;
  }
}

@media (min-width: 64.1em) {
  .small-box .feature-box__heading {
    padding: 0;
    position: relative;
    height: 3.4375rem;
    font-size: 1.17em;
  }
  .small-box .feature-box__heading span {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    display: inline-block;
    padding: 0 3em 0 1.5em;
  }
  /* Module: S */
  /* stylelint-disable */
  .main__footer {
    font-size: 90%;
    color: #fff;
    background-color: #1b325f;
    padding: 3.5rem 2rem 0 2rem;
    margin-top: 4rem;
  }
  /* stylelint-enable */
  .footer-links__list,
  .footer-social__list,
  .footer-contact__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .footer-links__item,
  .footer-contact__item {
    font-size: 1rem;
    margin-bottom: .75rem;
    font-weight: 300;
  }
  .footer-links__item:last-child,
  .footer-contact__item:last-child {
    margin-bottom: 0;
  }
  /* stylelint-disable */
  .footer-links__wrapper {
    width: 100%;
    max-width: 80rem;
  }
  /* stylelint-enable */
  .footer-links__column {
    margin-bottom: 2.5rem;
  }
  .footer-links__column:last-child {
    margin-bottom: 0;
  }
  .footer-links__column::before {
    content: '';
    display: inline-block;
    width: 3rem;
    height: 4px;
    margin-bottom: 2rem;
    background-color: #0076ad;
  }
  .footer-link,
  .footer-phone__link,
  .footer-contact__heading {
    font-size: 1.125rem;
    color: #fff;
    text-decoration: none;
    line-height: 1.5;
    display: inline-block;
  }
  .footer-link:not(.footer-contact__heading):hover, .footer-link:not(.footer-contact__heading):focus,
  .footer-phone__link:not(.footer-contact__heading):hover,
  .footer-phone__link:not(.footer-contact__heading):focus,
  .footer-contact__heading:not(.footer-contact__heading):hover,
  .footer-contact__heading:not(.footer-contact__heading):focus {
    color: #fff;
    text-decoration: underline;
  }
  .footer-contact__heading {
    color: #fff;
    display: block;
    font-weight: inherit;
    margin-top: 0;
    margin-bottom: .5rem;
  }
  /* stylelint-disable */
  .footer-social__wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #172b52;
    margin-top: 3rem;
    margin-left: -2rem;
    margin-right: -2rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }
  /* stylelint-enable */
  .footer-icon {
    fill: #fff;
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    margin: 10px auto;
  }
  .footer-social__link {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: .5rem;
    background-color: #172b52;
    border-radius: .35rem;
    -webkit-transition: 0.1s background-color ease-in-out;
    -moz-transition: 0.1s background-color ease-in-out;
    transition: 0.1s background-color ease-in-out;
  }
  .footer-social__link .sr-only {
    color: #fcffff;
  }
  .footer-social__link:last-child {
    margin-right: 0;
  }
  .footer-social__link:hover, .footer-social__link:focus {
    background-color: #fff;
    outline: none;
  }
  .footer-social__link:hover.facebook .footer-icon, .footer-social__link:focus.facebook .footer-icon {
    fill: #3b5998;
  }
  .footer-social__link:hover.youtube .footer-icon, .footer-social__link:focus.youtube .footer-icon {
    fill: #bb0000;
  }
  .footer-social__link:hover.linkedin .footer-icon, .footer-social__link:focus.linkedin .footer-icon {
    fill: #0077b5;
  }
  .footer-social__link:hover.instagram .footer-icon, .footer-social__link:focus.instagram .footer-icon {
    fill: #bc2a8d;
  }
  .footer-social__link:hover.twitter .footer-icon, .footer-social__link:focus.twitter .footer-icon {
    fill: #0084b4;
  }
  /* Module: S */
  .map {
    width: 100%;
    height: 300px;
    background-color: grey;
  }
  .map-filters label {
    margin-bottom: 0;
    margin-left: 5px;
  }
  .marker__title {
    margin-top: 0;
  }
  .map-locations__list {
    list-style: none;
    padding: 0;
  }
  .map-locations__link {
    text-decoration: none;
    color: #000;
  }
  .map-filters {
    display: flex;
    padding: 20px;
    flex-wrap: wrap;
  }
  .map-filters__name-wrapper,
  .map-filters__location-wrapper,
  .map-filters__child-wrapper,
  .map-filters__adults-wrapper {
    padding: 5px 0;
    display: flex;
    align-items: center;
  }
  .map-filters__name-wrapper,
  .map-filters__location-wrapper {
    flex: 1 0 100%;
  }
  .map-filters__child-wrapper,
  .map-filters__adults-wrapper {
    flex: 1 0 50%;
    padding: 5px;
  }
  .map-filters__name,
  .map-filters__location {
    padding: 5px;
    width: 100%;
  }
  .map-filters__header,
  .map-locations__list {
    flex: 1 0 100%;
  }
  /* Module: S */
  .close-icon {
    display: none;
  }
  .is-active .close-icon {
    display: block;
  }
  .search-icon,
  .menu-icon {
    display: block;
  }
  .is-active .search-icon, .is-active
  .menu-icon {
    display: none;
  }
  .search-icon,
  .menu-icon,
  .close-icon {
    fill: #272727;
  }
  .main-header {
    background: #fff;
    position: relative;
  }
  .is-mobile .main-header {
    z-index: 4;
  }
  .top-nav {
    margin-left: auto;
    margin-right: auto;
    max-width: 84rem;
    padding-left: 1rem;
    padding-right: 1rem;
    *zoom: 1;
  }
  .top-nav:before, .top-nav:after {
    content: '';
    display: table;
    line-height: 0;
  }
  .top-nav:after {
    clear: both;
  }
  .top-nav__wrapper {
    background: #272727;
    padding: .75rem;
  }
  .top-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
  }
  .top-nav__item {
    color: #fff;
    float: left;
    line-height: 1rem;
    padding: 0 1.25rem;
    position: relative;
  }
  .top-nav__item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #fff;
  }
  .top-nav__item:last-child {
    padding: 0 0 0 1rem;
  }
  .top-nav__item:last-child::after {
    display: none;
  }
  .top-nav__link {
    font-size: 0.875rem;
    color: #fff;
    text-decoration: none;
  }
  .top-nav__link:hover {
    color: #fff;
    text-decoration: underline;
  }
  .top-nav__link:focus {
    color: #fff;
  }
  .main-header__wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding: 1rem;
  }
  .logo__link {
    height: 2.625rem;
    display: inline-block;
    margin-right: auto;
  }
  .logo__image {
    display: inline-block;
    height: 100%;
    vertical-align: top;
  }
  .main-nav {
    display: none;
  }
  .main-nav__list {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .main-nav__item {
    float: left;
    position: relative;
  }
  .main-nav__item::before {
    background: #0076ad;
    content: '';
    display: block;
    height: .5rem;
    left: 0;
    top: 0;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    will-change: transform;
    transition: transform .3s ease;
  }
  .main-nav__item:hover::before {
    transform: scaleX(1);
  }
  .active .main-nav__link {
    font-weight: 600;
  }
  .header-search__form {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
  }
  .header-search__form .sr-only {
    color: #3e7e87;
  }
  .header-search__input {
    border: none;
    border-top: 2px solid #0076ad;
    padding: 1rem 3.75rem 1rem 1rem;
    vertical-align: top;
    width: 100%;
    background: #f0f2f3;
    font-weight: 600;
    -webkit-transition: 0.15s background-color linear;
    -moz-transition: 0.15s background-color linear;
    transition: 0.15s background-color linear;
  }
  .header-search__input:focus, .header-search__input:active {
    outline: 0;
    background-color: #f2f2f2;
  }
  .header-search__submit-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    padding: .5rem;
    float: right;
  }
  .main-menu__btn,
  .header-search__mobile-btn {
    border: none;
    width: 40px;
    height: 40px;
    background: none;
    padding: .5rem;
    margin-left: 1rem;
    display: inline-block;
  }
  .mega-menu__wrapper {
    padding: 0;
    border-top: 2px solid #f3f3f3;
    border-bottom: 2px solid #f3f3f3;
    position: absolute;
    width: 100%;
    display: none;
    height: auto;
    background: #fff;
  }
  .mega-menu__wrapper .mega-menu__item:last-child {
    border-bottom: 0;
  }
  .menu-arrow {
    display: block;
    top: 0;
    height: 100%;
    position: absolute;
    right: 0;
    width: 3.75rem;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .menu-arrow:hover, .menu-arrow:focus {
    outline: 0;
  }
  .menu-arrow::after {
    border-right: 2px solid #0076ad;
    border-bottom: 2px solid #0076ad;
    content: '';
    position: absolute;
    display: block;
    height: .75rem;
    left: 50%;
    top: 50%;
    width: .75rem;
    margin-top: -0.3125rem;
    margin-left: -0.5625rem;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: 0.15s transform linear;
    -moz-transition: 0.15s transform linear;
    transition: 0.15s transform linear;
  }
  .lvl-2 .menu-arrow::after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .is-expanded > .mega-menu__feature .menu-arrow::after,
  .is-expanded > .mega-menu__sub-nav-title .menu-arrow::after {
    margin-top: -0.5625rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mega-menu__close-button {
    display: none;
  }
  .mega-menu__item {
    padding: 0;
    opacity: 1;
    position: relative;
    border-bottom: 2px solid #7ad5ff;
  }
  .mega-menu__feature {
    width: 100%;
    padding: 0;
    float: none;
  }
  .mega-menu__feature-description {
    display: none;
    margin-top: 0;
    margin-bottom: 0;
  }
  .mega-menu__feature-title,
  .mega-menu__sub-nav-title {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mega-menu__feature-link {
    position: relative;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    padding: 0.9375rem 3.875rem 0.9375rem 1rem;
    text-decoration: none;
    color: #0076ad;
  }
  .mega-menu__feature-link:hover, .mega-menu__feature-link:focus {
    color: #0076ad;
    outline: 0;
  }
  .mega-menu__navs-wrapper {
    width: 100%;
    display: none;
    overflow: hidden;
    background: #0076ad;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .mega-menu__navs-wrapper .mega-menu__list {
    width: 100%;
    padding: 0;
  }
  .mega-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .lvl-2 .mega-menu__list {
    display: none;
    background: #00618e;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }
  .mega-menu__sub-nav-link,
  .mega-menu__sub-nav-text {
    position: relative;
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 0.625rem 3.875rem 0.625rem 2.5rem;
    color: #fff;
    text-decoration: none;
  }
  .mega-menu__sub-nav-link:hover, .mega-menu__sub-nav-link:focus,
  .mega-menu__sub-nav-text:hover,
  .mega-menu__sub-nav-text:focus {
    color: #fff;
    outline: 0;
  }
  .mega-menu__sub-nav-text:hover {
    text-decoration: none;
  }
  .menu-overlay {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 4;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
    -moz-transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
    transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
  }
  .menu-overlay.show {
    opacity: 1;
    visibility: visible;
  }
  /* Module: S */
  .lhs__menu {
    margin-bottom: 1.5rem;
  }
  .lhs__menu-toggle {
    color: #fff;
    background-color: #272727;
    position: relative;
    width: 100%;
    display: block;
    font-size: 125%;
    border: 0;
    text-align: left;
    line-height: 1.25;
    padding: 1rem 1.5rem;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    transition: 0.2s all linear;
  }
  .lhs__menu-toggle:focus {
    outline: 0;
  }
  .lhs__menu-toggle::after {
    content: '';
    position: absolute;
    top: 1.4rem;
    right: 1.65rem;
    display: block;
    width: .85rem;
    height: .85rem;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    -webkit-transition: 0.2s transform linear, 0.2s border-color linear;
    -moz-transition: 0.2s transform linear, 0.2s border-color linear;
    transition: 0.2s transform linear, 0.2s border-color linear;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .lhs__menu-toggle[data-expanded="true"] {
    color: #fff;
    background-color: #0076ad;
  }
  .lhs__menu-toggle[data-expanded="true"]::after {
    top: 1.25rem;
    border-right-color: #fff;
    border-bottom-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .lhs__menu-list:not(.menu__level-2):not(.menu__level-3):not(.menu__level-4):not(.menu__level-5) {
    display: none;
    margin-bottom: 2rem;
  }
  .lhs__menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .lhs__menu-list.menu__level-2, .lhs__menu-list.menu__level-3, .lhs__menu-list.menu__level-4, .lhs__menu-list.menu__level-5 {
    border-top: 1px solid #294c91;
  }
  .lhs__menu-item {
    border-bottom: 1px solid #294c91;
  }
  .lhs__menu-item:last-child {
    border-bottom: 0;
  }
  .lhs__menu-link {
    display: block;
    position: relative;
    font-size: 0.875rem;
    text-decoration: none;
    color: #fff;
    background-color: #1b325f;
    padding: .75rem 1rem;
    -webkit-transition: 0.1s color ease-in-out, 0.1s background-color ease-in-out;
    -moz-transition: 0.1s color ease-in-out, 0.1s background-color ease-in-out;
    transition: 0.1s color ease-in-out, 0.1s background-color ease-in-out;
  }
  .lhs__menu-link.active, .lhs__menu-link.current {
    font-weight: 600;
    color: #fff;
    background-color: #1b325f;
  }
  .lhs__menu-link.current.has-children {
    padding-right: 2.75rem;
  }
  .lhs__menu-link.current.has-children::after {
    content: '';
    position: absolute;
    right: 1.15rem;
    top: .95rem;
    display: block;
    height: 10px;
    width: 10px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .lhs__menu-link:hover, .lhs__menu-link:focus {
    color: #fff;
    background-color: #213c73;
  }
  .menu__level-2 .lhs__menu-link {
    color: #fff;
    background-color: #1b325f;
    padding-left: 1.75rem;
  }
  .menu__level-2 .lhs__menu-link.active, .menu__level-2 .lhs__menu-link.current {
    color: #fff;
    background-color: #1b325f;
  }
  .menu__level-2 .lhs__menu-link.current::after {
    border-right-color: #fff;
    border-bottom-color: #fff;
  }
  .menu__level-2 .lhs__menu-link:hover, .menu__level-2 .lhs__menu-link:focus {
    color: #fff;
    background-color: #213c73;
  }
  .menu__level-3 .lhs__menu-link {
    color: #fff;
    background-color: #1b325f;
    padding-left: 2.5rem;
  }
  .menu__level-3 .lhs__menu-link.active, .menu__level-3 .lhs__menu-link.current {
    color: #fff;
    background-color: #1b325f;
  }
  .menu__level-3 .lhs__menu-link.current::after {
    border-right-color: #fff;
    border-bottom-color: #fff;
  }
  .menu__level-3 .lhs__menu-link:hover, .menu__level-3 .lhs__menu-link:focus {
    color: #fff;
    background-color: #213c73;
  }
  .menu__level-4 .lhs__menu-link {
    color: #fff;
    background-color: #1b325f;
    padding-left: 3.25rem;
  }
  .menu__level-4 .lhs__menu-link.active, .menu__level-4 .lhs__menu-link.current {
    color: #fff;
    background-color: #1b325f;
  }
  .menu__level-4 .lhs__menu-link.current::after {
    border-right-color: #fff;
    border-bottom-color: #fff;
  }
  .menu__level-4 .lhs__menu-link:hover, .menu__level-4 .lhs__menu-link:focus {
    color: #fff;
    background-color: #213c73;
  }
  .menu__level-5 .lhs__menu-link {
    color: #fff;
    background-color: #1b325f;
    padding-left: 4rem;
  }
  .menu__level-5 .lhs__menu-link.active {
    color: #fff;
    background-color: #1b325f;
  }
  .menu__level-5 .lhs__menu-link.current::after {
    border-right-color: #fff;
    border-bottom-color: #fff;
  }
  .menu__level-5 .lhs__menu-link:hover, .menu__level-5 .lhs__menu-link:focus {
    color: #fff;
    background-color: #213c73;
  }
  .rhs__column {
    margin-top: 3rem;
  }
  .is-listing + .rhs__column {
    margin-top: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .rhs__panel {
    position: relative;
    color: #010101;
    margin-bottom: 2.5rem;
    background-color: #fff;
    box-shadow: 0 1.25rem 50px -18px rgba(0, 0, 0, 0.15);
    will-change: transform;
  }
  .rhs__panel.rhs__related {
    background-color: transparent;
    box-shadow: none;
    padding: 1rem 1rem 0 1rem;
  }
  .rhs__panel.rhs__related::after {
    content: none;
  }
  .rhs__panel .popup__image {
    position: relative;
    z-index: 2;
  }
  .rhs__image-panel {
    display: block;
    height: 100%;
  }
  .rhs__image-panel .rhs__panel-image {
    height: 100%;
    object-fit: cover;
  }
  .rhs__panel-heading {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1b325f;
    background-color: #4874cb;
    padding: .75rem 1rem;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 0;
  }
  .rhs__related .rhs__panel-heading {
    background-color: transparent;
    padding: 0;
    margin-bottom: 1rem;
  }
  .rhs__related .rhs__panel-heading:after {
    content: '';
    display: block;
    width: 1.5rem;
    height: .25rem;
    margin-top: .75rem;
    background-color: #0076ad;
  }
  .rhs__panel-heading.inside-content {
    background-color: transparent;
    border-bottom: 0;
    padding: 0;
    margin-bottom: .5rem;
  }
  .rhs__panel-links__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .rhs__panel-image {
    width: 100%;
    display: block;
  }
  .rhs-panel__link {
    position: relative;
    background-color: transparent;
    color: #333;
    display: block;
    padding: .2rem 2rem .2rem 0;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: 0.15s color ease-in-out;
    -moz-transition: 0.15s color ease-in-out;
    transition: 0.15s color ease-in-out;
  }
  .rhs-panel__link::after {
    content: '';
    position: absolute;
    top: .7rem;
    right: .1rem;
    display: block;
    height: 6px;
    width: 6px;
    border-right: 2px solid #0076ad;
    border-bottom: 2px solid #0076ad;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.25s border-color linear, 0.25s right linear;
    -moz-transition: 0.25s border-color linear, 0.25s right linear;
    transition: 0.25s border-color linear, 0.25s right linear;
  }
  .rhs-panel__link:hover, .rhs-panel__link:focus {
    color: #0076ad;
    background-color: transparent;
  }
  .rhs-panel__link:hover::after, .rhs-panel__link:focus::after {
    border-right-color: #0076ad;
    border-bottom-color: #0076ad;
  }
  .rhs-panel__link:last-child {
    border-bottom: 0;
  }
  .rhs__panel-content {
    color: #58595b;
    background-color: #fff;
    padding: 1rem;
    line-height: 1.65;
    position: relative;
    z-index: 2;
  }
  .rhs__panel-content h1,
  .rhs__panel-content h2,
  .rhs__panel-content h3,
  .rhs__panel-content h4,
  .rhs__panel-content h5,
  .rhs__panel-content h6 {
    color: #1b325f;
  }
  .rhs__panel-content > h2:first-child,
  .rhs__panel-content > h3:first-child,
  .rhs__panel-content > h4:first-child,
  .rhs__panel-content > h5:first-child {
    margin-top: 0;
  }
  .rhs__panel-content p:first-child {
    margin-top: 0;
  }
  .rhs__panel-content p:last-child {
    margin-bottom: 0;
  }
  .accordion,
  .tabs,
  .mobile-tabs__accordion {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .accordion__block {
    border: solid 1px #f0f0f0;
  }
  .accordion__heading {
    background-color: #fff;
    color: #1b325f;
    font-weight: bold;
    position: relative;
    display: block;
    width: 100%;
    border: 0;
    outline: 0;
    padding: .65rem 1rem;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -webkit-transition: 0.15s background-color linear;
    -moz-transition: 0.15s background-color linear;
    transition: 0.15s background-color linear;
    padding: 1.1875rem;
    line-height: 1;
  }
  .accordion__heading:hover, .accordion__heading:focus {
    color: #fff;
    background-color: #1b325f;
  }
  .accordion__heading:hover::before, .accordion__heading:hover::after, .accordion__heading:focus::before, .accordion__heading:focus::after {
    background-color: #fff;
  }
  .accordion__heading::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 3px;
    height: 13px;
    top: 20px;
    right: 25px;
    background-color: #0088a6;
  }
  .accordion__heading::after {
    content: '';
    position: absolute;
    right: 1.25rem;
    top: 25px;
    display: inline-block;
    width: 13px;
    height: 3px;
    background-color: #0088a6;
  }
  .active > .accordion__heading {
    color: #1b325f;
    background-color: #fff;
  }
  .active > .accordion__heading::after {
    background-color: #1b325f;
  }
  .active > .accordion__heading::before {
    content: none;
  }
  .accordion__content {
    background-color: #fff;
    display: none;
    overflow: hidden;
    padding: 0.375rem 1.1875rem 1.1875rem;
  }
  .accordion__content p:first-of-type {
    margin-top: 0;
  }
  .accordion__content p:last-of-type {
    margin-bottom: 0;
  }
  .tabs {
    position: relative;
    display: none;
  }
  /* stylelint-disable */
  .tab__buttons {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  /* stylelint-enable */
  .tab__button {
    color: #fff;
    background-color: #1b325f;
    text-align: center;
    position: relative;
    display: block;
    width: 100%;
    border: 0;
    outline: 0;
    padding: .65rem 1rem;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -webkit-transition: 0.15s background-color linear;
    -moz-transition: 0.15s background-color linear;
    transition: 0.15s background-color linear;
    font-weight: bold;
    margin-right: 4px;
    border: 1px solid transparent;
    border-bottom: 0;
  }
  .tab__button:last-child {
    margin-right: 0;
  }
  .tab__button:hover, .tab__button:focus {
    color: #fff;
    background-color: #15284b;
  }
  .tab__button.active {
    color: #1b325f;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-bottom: 0;
  }
  .tabs__contents {
    position: relative;
    border: 1px solid #f0f0f0;
    border-top: 0;
  }
  .tab__content {
    display: none;
    padding: 1rem;
    background-color: #fff;
  }
  .tab__content p:first-of-type {
    margin-top: 0;
  }
  .tab__content p:last-of-type {
    margin-bottom: 0;
  }
  .tab__content.active {
    display: block;
  }
  .gallery {
    max-width: 50rem;
    margin: 0 auto;
  }
  .gallery__single {
    position: relative;
    z-index: 1;
  }
  .gallery__nav {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    margin: 0 auto 3rem;
    padding: 1.25rem 1rem;
    position: relative;
    top: -24px;
    width: 90%;
    z-index: 2;
    box-shadow: 0 1.5rem 50px -18px rgba(0, 0, 0, 0.15);
    will-change: transform;
  }
  .gallery__nav .gallery__item {
    outline: none;
  }
  .gallery__nav .gallery__image {
    cursor: pointer;
    border: 4px solid transparent;
  }
  .gallery__nav .gallery__image:hover, .gallery__nav .gallery__image:focus {
    border: 4px solid #0076ad;
  }
  .gallery__nav .slick-list {
    position: relative;
  }
  .gallery__nav .slick-next,
  .gallery__nav .slick-prev {
    position: absolute;
    top: 50%;
    right: -1.75rem;
    padding: 0;
    margin: -0.8125rem 0 0 0;
    background-color: transparent;
    color: transparent;
    text-indent: 200%;
    overflow: hidden;
    border: 0;
    height: 1.75rem;
    width: 1.375rem;
  }
  .gallery__nav .slick-next::after,
  .gallery__nav .slick-prev::after {
    content: '';
    position: absolute;
    top: 0.5rem;
    left: 0.375rem;
    height: 12px;
    width: 12px;
    border-right: 4px solid #0076ad;
    border-bottom: 4px solid #0076ad;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .gallery__nav .slick-prev {
    left: -1.75rem;
    right: auto;
  }
  .gallery__nav .slick-prev::after {
    left: auto;
    right: 0.375rem;
    border-right: 0;
    border-left: 4px solid #0076ad;
    border-bottom: 4px solid #0076ad;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .gallery__image {
    display: block;
  }
  .gallery__description {
    color: inherit;
    background-color: #3766c2;
    padding: .5rem .75rem;
    margin-top: .5rem;
  }
  .form__group,
  .sq-form-question {
    margin-bottom: 1rem;
  }
  .form__group label,
  .sq-form-question label {
    color: #393939;
  }
  .form__group .form__group:last-child,
  .form__group .form__check:last-child,
  .sq-form-question .form__group:last-child,
  .sq-form-question .form__check:last-child {
    margin-bottom: 0;
  }
  .sq-form-question-answer > ul > li {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
  }
  .sq-form-question-answer > ul > li::before {
    content: none !important;
  }
  .form__group-inline {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .form__group-inline > .datepicker__wrap {
    display: block;
    width: 100%;
  }
  .form__group-inline > input[type="text"],
  .form__group-inline > .datepicker__wrap {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .form-fieldset__content {
    display: none;
    margin-top: .75rem;
  }
  .form-fieldset__content li input[type="checkbox"],
  .form-fieldset__content li input[type="radio"] {
    margin-right: .25rem;
    margin-top: -4px;
    vertical-align: middle;
  }
  .form-fieldset__content li:last-child label {
    margin-bottom: 0;
  }
  .sq-form-question-option-list li,
  .sq-form-question-tickbox-list li,
  .form__check {
    position: relative;
    display: block;
    margin-bottom: .25rem;
  }
  .sq-form-question-option-list label,
  .sq-form-question-tickbox-list label,
  .form-check__label {
    color: #010101;
    padding-left: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 0;
    cursor: pointer;
  }
  .disabled > .sq-form-question-option-list label, .disabled >
  .sq-form-question-tickbox-list label, .disabled >
  .form-check__label {
    color: #272727;
    cursor: not-allowed;
  }
  .sq-form-question-option-list input[type="radio"],
  .sq-form-question-tickbox-list input[type="checkbox"] {
    position: absolute;
    margin-top: .25rem;
    margin-left: 0;
  }
  .form-check__input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.5rem;
  }
  label {
    display: inline-block;
    margin-bottom: .5rem;
  }
  .form__control,
  .sq-form-field:not([type="radio"]):not([type="checkbox"]) {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    color: inherit;
    font-size: 1rem;
    line-height: 1.25;
    border: 2px solid #e3e3e3;
    background-color: #fff;
    border-radius: 0;
    -webkit-transition: 0.2s background-color ease-in-out, 0.2s border-color ease-in-out, 0.2s color ease-in-out;
    -moz-transition: 0.2s background-color ease-in-out, 0.2s border-color ease-in-out, 0.2s color ease-in-out;
    transition: 0.2s background-color ease-in-out, 0.2s border-color ease-in-out, 0.2s color ease-in-out;
  }
  .form__control:focus,
  .sq-form-field:not([type="radio"]):not([type="checkbox"]):focus {
    color: #464a4c;
    background-color: #fff;
    border: 2px solid #cacaca;
    outline: 0;
  }
  .has-success .form__control, .has-success
  .sq-form-field:not([type="radio"]):not([type="checkbox"]) {
    border-color: #5cb85c;
  }
  .has-warning .form__control, .has-warning
  .sq-form-field:not([type="radio"]):not([type="checkbox"]) {
    border-color: #f0ad4e;
  }
  .has-error .form__control, .has-error
  .sq-form-field:not([type="radio"]):not([type="checkbox"]) {
    border-color: #d9534f;
  }
  .form__group-inline > .form__control, .form__group-inline >
  .sq-form-field:not([type="radio"]):not([type="checkbox"]) {
    margin-right: .5rem;
  }
  .form__group-inline > .form__control:last-child:not(:first-child), .form__group-inline >
  .sq-form-field:not([type="radio"]):not([type="checkbox"]):last-child:not(:first-child) {
    margin-right: 0;
  }
  select.form__control:not([size]):not([multiple]),
  select.sq-form-field:not([size]):not([multiple]) {
    padding-right: 2rem;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI5Mi4zNjIgMjkyLjM2MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjkyLjM2MiAyOTIuMzYyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI4Ni45MzUsNjkuMzc3Yy0zLjYxNC0zLjYxNy03Ljg5OC01LjQyNC0xMi44NDgtNS40MjRIMTguMjc0Yy00Ljk1MiwwLTkuMjMzLDEuODA3LTEyLjg1LDUuNDI0ICAgQzEuODA3LDcyLjk5OCwwLDc3LjI3OSwwLDgyLjIyOGMwLDQuOTQ4LDEuODA3LDkuMjI5LDUuNDI0LDEyLjg0N2wxMjcuOTA3LDEyNy45MDdjMy42MjEsMy42MTcsNy45MDIsNS40MjgsMTIuODUsNS40MjggICBzOS4yMzMtMS44MTEsMTIuODQ3LTUuNDI4TDI4Ni45MzUsOTUuMDc0YzMuNjEzLTMuNjE3LDUuNDI3LTcuODk4LDUuNDI3LTEyLjg0N0MyOTIuMzYyLDc3LjI3OSwyOTAuNTQ4LDcyLjk5OCwyODYuOTM1LDY5LjM3N3oiIGZpbGw9IiMwMDAwMDAiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-position: center right 12px;
    background-size: 12px;
  }
  .form__control-success,
  .form__control-warning,
  .form__control-error {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .5625rem;
    background-size: 1.125rem 1.125rem;
  }
  /* stylelint-disable */
  .form__control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  }
  .form__control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  }
  .form__control-error {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  }
  /* stylelint-enable */
  .form-control__feedback {
    margin-top: .3rem;
    font-weight: 400;
  }
  .has-success .form-control__feedback {
    color: #5cb85c;
  }
  .has-warning .form-control__feedback {
    color: #f0ad4e;
  }
  .has-error .form-control__feedback {
    color: #d9534f;
  }
  .sq-form-question-error .form__control {
    border-color: #d9534f;
  }
  .sq-form-question-error .sq-form-error {
    color: #d9534f;
    margin-top: .5rem;
  }
  .form__text {
    display: block;
    margin-top: .25rem;
    font-size: 85%;
    color: #636c72;
  }
  .form__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .form-list__item {
    *zoom: 1;
    padding-bottom: .4rem;
  }
  .form-list__item:before, .form-list__item:after {
    content: '';
    display: table;
    line-height: 0;
  }
  .form-list__item:after {
    clear: both;
  }
  .form-list__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .form-list__link {
    -webkit-transition: 0.15s color ease-in-out;
    -moz-transition: 0.15s color ease-in-out;
    transition: 0.15s color ease-in-out;
    color: #393939;
    text-decoration: none;
  }
  .form-list__link:hover, .form-list__link:focus, .form-list__link.active {
    color: #0076ad;
  }
  .form-list__link.active {
    font-weight: 600;
  }
  .form-list__count {
    float: right;
    font-size: 90%;
    font-family: Helvetica, Arial, Sans-serif;
    line-height: 1em;
    color: #172b52;
    background-color: #d9d9d9;
    padding: .25rem .35rem;
    border-radius: .25rem;
  }
  .form__separator {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-top-color: #1b325f;
    border-bottom: 0;
  }
  .toc__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
  }
  .toc__toggler {
    font-size: 1rem;
    color: #58595b;
    background-color: transparent;
    font-weight: 600;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
  }
  h3.toc__heading {
    color: #1b325f;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  h3.toc__heading::after {
    content: '';
    display: block;
    width: 1.5rem;
    height: .25rem;
    margin-top: .65rem;
    background-color: #0076ad;
  }
  .toc__link {
    position: relative;
    display: block;
    font-size: 0.9375rem;
    color: #58595b;
    text-decoration: none;
    padding-right: 1.5rem;
    -webkit-transition: 0.15s color ease-in-out;
    -moz-transition: 0.15s color ease-in-out;
    transition: 0.15s color ease-in-out;
  }
  .toc__link::after {
    content: '';
    position: absolute;
    top: .4rem;
    right: .1rem;
    display: block;
    height: 6px;
    width: 6px;
    border-right: 2px solid #0076ad;
    border-bottom: 2px solid #0076ad;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .toc__link:hover, .toc__link:focus {
    color: #0076ad;
  }
  .toc__item {
    margin-bottom: .5rem;
  }
  .toc__item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 64.1em) and (-ms-high-contrast: active), (min-width: 64.1em) and (-ms-high-contrast: none) {
  .toc__item {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  .toc__item:before {
    content: none !important;
  }
}

@media (min-width: 64.1em) {
  /* stylelint-disable */
  .gMap {
    width: 100%;
    height: 400px;
  }
  /* stylelint-enable */
  .btt__wrapper {
    width: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
    padding: 0 1.5rem;
  }
  .btt {
    max-width: 80rem;
    margin: 0 auto;
  }
  .btt a {
    float: right;
    display: block;
    height: 36px;
    width: 80px;
    position: relative;
    background-color: #f3f3f3;
    border: 2px solid #f3f3f3;
    transition: all .3s ease;
    color: #fff;
  }
  .btt a::before {
    content: '';
    position: absolute;
    border-width: 3px 0 0 3px;
    border-style: solid;
    border-color: #fff;
    width: 12px;
    height: 12px;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all .3s ease;
  }
  .btt a:hover, .btt a:focus {
    background: #fff;
  }
  .btt a:hover::before, .btt a:focus::before {
    border-color: #f3f3f3;
  }
  .figure__image {
    position: relative;
    margin-bottom: 2.5rem;
  }
  .figure__image img {
    display: block;
  }
  .figure__image figcaption {
    color: #2e2e2e;
    margin-top: .5rem;
    font-size: 0.875rem;
  }
  .popup__video {
    text-decoration: none;
  }
  .addtocalendar {
    position: relative;
    display: inline-block;
    background: transparent;
  }
  .addtocalendar var {
    display: none;
  }
  .addtocalendar .atcb-list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;
    display: none;
    background-color: #fff;
    margin-top: .25rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .25rem;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  }
  .addtocalendar .atcb-list:hover {
    display: block;
  }
  .addtocalendar .atcb-link:focus + .atcb-list,
  .addtocalendar .atcb-link:active + .atcb-list {
    display: block;
  }
  .addtocalendar .atcb-item-link {
    font-size: 0.9375rem;
    padding: .35rem .75rem;
    display: block;
    text-decoration: none;
    white-space: nowrap;
  }
  .addtocalendar .atcb-item-link:hover, .addtocalendar .atcb-item-link:focus {
    background-color: #f0f0f0;
  }
  .at-share-tbx-element .at-icon-wrapper {
    display: none !important;
  }
  .video-container {
    height: 0;
    margin-bottom: 1rem;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 1.875rem;
    position: relative;
  }
  .video-container embed,
  .video-container iframe,
  .video-container object {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .video-poster a img {
    vertical-align: bottom;
    width: 100%;
  }
  .video-poster a .image__wrapper {
    position: relative;
    overflow: hidden;
  }
  .video-poster a .image__wrapper::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #262626;
    opacity: .6;
    position: absolute;
  }
  .video-poster a .image__wrapper::after {
    content: '';
    top: calc(50% - 25px);
    right: calc(50% - 25px);
    position: absolute;
    background-image: url("data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMzU3IDM1NyI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTM4LjI1IDB2MzU3bDI4MC41LTE3OC41eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center center;
    height: 50px;
    width: 50px;
  }
  .map__description {
    position: relative;
    padding: 1.9375rem;
    background-color: #fff;
    box-shadow: 0 1.5rem 50px -18px rgba(0, 0, 0, 0.15);
    will-change: transform;
    color: #2e2e2e;
  }
  .map__description h3.map__description-heading {
    color: #1b325f;
    margin-top: 0;
    margin-bottom: 1.3125rem;
    font-size: 1.375rem;
  }
  .map__description p {
    margin: 0;
  }
  /* Module: S */
  .landing-panel {
    color: #010101;
    background-color: #fff;
    border: 1px solid #272727;
    margin-top: 1.5rem;
    padding: 1rem;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
  }
  .landing-panel:first-child {
    margin-top: 0;
  }
  .landing-panel:hover, .landing-panel:focus {
    color: #010101;
    background-color: #5c83d1;
    border: 1px solid #272727;
  }
  .landing-panel__link {
    color: #010101;
    text-decoration: none;
  }
  .landing-panel__heading {
    margin-top: 0;
    margin-bottom: .75rem;
  }
  .landing-panel__image {
    display: block;
    margin-bottom: 1rem;
  }
  .landing-image__container {
    box-shadow: inset 0px -100px 85px -50px rgba(0, 0, 0, 0.7);
  }
  .landing-image {
    position: relative;
    display: block;
    height: 15.9375rem;
    width: 100%;
    object-fit: cover;
    z-index: -1;
  }
}

@media screen and (min-width: 64.1em) and (-ms-high-contrast: active), (min-width: 64.1em) and (-ms-high-contrast: none) {
  .landing-image {
    z-index: inherit;
  }
}

@media (min-width: 64.1em) {
  .landing__content h1,
  .landing__content h2,
  .landing__content h3 {
    margin-top: 0;
    margin-bottom: .5rem;
  }
  .landing__content + .panels__container {
    margin-top: 1.5rem;
  }
  /* Module: S */
  .search-results__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .search-result__item {
    margin-bottom: 2.5rem;
    border: 1px solid #f0f0f0;
  }
  .search-result__item:first-child {
    margin-top: 3rem;
  }
  .search-result__item:last-child {
    margin-bottom: 0;
  }
  .search-result__link {
    position: relative;
    color: #1b325f;
    text-decoration: none;
    background-color: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-shadow: 0 1.5rem 50px -18px rgba(0, 0, 0, 0.1);
    will-change: transform;
  }
  .search-result__link:hover .search-result__heading, .search-result__link:focus .search-result__heading {
    text-decoration: underline;
  }
  .search-result__desc {
    color: #58595b;
    margin-top: 1rem;
  }
  h2.search-result__heading {
    font-size: 1.25rem;
    line-height: 1.4rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  .search-result__best-bet h2.search-result__heading {
    color: #0076ad;
  }
  .search-result__image-wrapper {
    display: none;
    position: absolute;
    height: 100%;
    width: 125px;
  }
  .search-result__image {
    display: none;
    max-width: 125px;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .search-result__content {
    padding: 1.8125rem;
    line-height: 1.5;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 100%;
  }
  .search-result__best-bet .search-result__content {
    border-bottom: 5px solid #0076ad;
  }
  .search-result__type {
    font-weight: 400;
    margin-bottom: 0.2rem;
  }
}

@media screen and (min-width: 64.1em) and (min-width: 35.3125em) {
  .search-result__image,
  .search-result__image-wrapper {
    display: inherit;
  }
  .search-result__image-wrapper + .search-result__content {
    padding-left: calc(125px + 29px);
  }
  .listing-3-col .search-result__image,
  .listing-3-col .search-result__image-wrapper {
    display: none;
  }
  .listing-3-col .search-result__image-wrapper + .search-result__content {
    padding-left: 1.8125rem;
  }
}

@media (min-width: 64.1em) {
  .search-result__date {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
  .search-result__date time {
    font-weight: 400;
  }
  .search-result__content-inner .search-result__date {
    margin-bottom: 0;
  }
  .search-result__event-location {
    margin-bottom: 0.5rem;
  }
  .search-result__event-location {
    font-style: italic;
    font-weight: 400;
  }
  .search-result__url {
    line-height: 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    margin-top: 1rem;
    word-break: break-all;
  }
  .rhs-filters__heading {
    font-weight: normal;
    font-size: 1.35rem;
    line-height: 1.35rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding-bottom: 0.45rem;
    border-bottom: 2px solid #0076ad;
  }
  .rhs-filters {
    *zoom: 1;
  }
  .rhs-filters:before, .rhs-filters:after {
    content: '';
    display: table;
    line-height: 0;
  }
  .rhs-filters:after {
    clear: both;
  }
  .rhs-filters ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .rhs-filters.form-filters .rhs-filters__container[data-expanded='true'] > .rhs-filters__heading::before {
    top: 0.3125rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .rhs-filters.form-filters .rhs-filters__heading {
    border-bottom: 1px solid #d8d8d8;
    position: relative;
  }
  .rhs-filters.form-filters .rhs-filters__heading::before {
    content: '';
    position: absolute;
    right: 1.1rem;
    top: 0.625rem;
    height: 0.75rem;
    width: 0.75rem;
    border-right: 4px solid #172b52;
    border-bottom: 4px solid #172b52;
    display: block;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .rhs-filters.form-filters .rhs-filters__heading + form {
    display: none;
  }
  .rhs-filters.form-filters legend {
    color: #172b52;
    background-color: transparent;
    padding: 0;
    margin: 0;
    font-size: 125%;
    font-weight: 500;
    text-transform: none;
    width: auto;
    display: inline-block;
    cursor: default;
  }
  .rhs-filters.form-filters legend::before {
    content: none;
  }
  .rhs-filters.form-filters legend + .form-fieldset__content {
    display: block;
    margin-top: 1rem;
  }
  .rhs-filters.form-filters legend::after {
    content: '';
    display: block;
    width: 1.25rem;
    height: 3px;
    margin-top: 0.25rem;
    background-color: #0076ad;
  }
  .rhs-filters.form-filters fieldset.form__group[data-expanded='true'] > legend::before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .rhs-filters.facets-filters legend {
    line-height: 2;
    border: 0;
    background-color: #1b325f;
    margin: 0;
    padding: 0.65rem 1rem;
    color: #fff;
    font-size: 80%;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
  }
  .rhs-filters.facets-filters legend::before {
    content: '';
    position: absolute;
    right: 1.1rem;
    top: 1.15rem;
    height: 0.75rem;
    width: 0.75rem;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    display: block;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .rhs-filters.facets-filters fieldset.form__group {
    margin-bottom: 1rem;
  }
  .rhs-filters.facets-filters fieldset.form__group[data-expanded='true'] > legend::before {
    top: 0.75rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .calendar__icon {
    display: block;
    fill: #1b325f;
    height: 22px;
    width: 26px;
  }
  .ui-datepicker {
    display: none;
    background-color: #fff;
    padding: 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
    margin-top: 3px;
  }
  .ui-datepicker-header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0.4rem;
  }
  .ui-datepicker-prev > .ui-icon,
  .ui-datepicker-next > .ui-icon {
    display: none;
  }
  /* stylelint-disable */
  .ui-datepicker-prev,
  .ui-datepicker-next {
    cursor: pointer;
    display: block;
    height: 28px;
    width: 28px;
    background-color: #eee;
  }
  .ui-datepicker-prev::after,
  .ui-datepicker-next::after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-style: solid;
    border-width: 7px 8px 7px 0;
    border-color: transparent #555 transparent transparent;
    vertical-align: middle;
    margin-top: 4px;
    margin-left: 9px;
  }
  .ui-datepicker-prev:hover, .ui-datepicker-prev:focus,
  .ui-datepicker-next:hover,
  .ui-datepicker-next:focus {
    background-color: #dfdfdf;
  }
  /* stylelint-enable */
  .ui-datepicker-next {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .ui-datepicker-next::after {
    border-width: 7px 0 7px 8px;
    border-color: transparent transparent transparent #555;
    margin-left: 10px;
  }
  .ui-datepicker-calendar {
    width: 100%;
    min-width: 12.5rem;
  }
  .ui-datepicker-calendar td {
    padding: 1px;
  }
  .ui-datepicker-calendar thead span {
    font-size: 80%;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.3rem;
  }
  .ui-datepicker-calendar .ui-state-default {
    display: block;
    padding: 0.25rem 0.45rem;
    color: #555;
    font-size: 0.9375rem;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    background-color: #eee;
  }
  .ui-datepicker-calendar .ui-state-default.ui-state-hover {
    background-color: #dfdfdf;
  }
  .ui-datepicker-calendar .ui-state-default.ui-state-active {
    color: #fff;
    background-color: #272727;
  }
  .datepicker__wrap {
    position: relative;
  }
  .datepicker__wrap .datepicker__clear {
    position: absolute;
    top: 50%;
    right: 2.75rem;
    padding: 0;
    border: 0;
    height: 1.25rem;
    width: 1.25rem;
    color: #fff;
    background-color: #1b325f;
    display: none;
    border-radius: 0.2rem;
    -webkit-transition: 0.2s background-color ease-in-out;
    -moz-transition: 0.2s background-color ease-in-out;
    transition: 0.2s background-color ease-in-out;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .datepicker__wrap .datepicker__clear:hover, .datepicker__wrap .datepicker__clear:focus {
    outline: 0;
    background-color: #1a1a1a;
  }
  /* Module: S */
  /* stylelint-disable */
  .tile-panels__wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 84rem;
    margin: 0 auto;
    padding: 2rem 1rem;
  }
  .tile-panels__wrapper + .tile-panels__wrapper {
    margin-bottom: 0;
  }
  /* stylelint-enable */
  .tile-box__container {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
    padding: 5px;
    position: relative;
  }
  .tile-box__container.large-box {
    margin-top: 0;
    background-color: transparent;
  }
  .tile-box__container:not(.large-box) {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tile-box__container:first-child {
    margin-top: 0;
  }
  .tile-box__link {
    border-radius: 5px;
    padding: 50px 20px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .large-box .tile-box__link {
    padding: 3rem 2rem;
  }
  .image-box > .tile-box__link::before {
    content: '';
    background-color: rgba(27, 50, 95, 0.35);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    -webkit-transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
    -moz-transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
    transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
  }
  .tile-box__link:hover, .tile-box__link:focus {
    background-color: #0076ad;
  }
  .tile-box__link:hover .tile-box__heading, .tile-box__link:focus .tile-box__heading {
    color: #fff;
  }
  .large-box .tile-box__link:hover .tile-box__heading, .large-box .tile-box__link:focus .tile-box__heading {
    color: #1b325f;
    background-color: transparent;
  }
  .tile-box__link:hover .tile-box__heading::after, .tile-box__link:focus .tile-box__heading::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
    right: 1.35rem;
  }
  .tile-box__heading {
    position: relative;
    color: #1b325f;
    font-weight: 600;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0;
    text-align: center;
    z-index: 3;
    -webkit-transition: 0.3s background-color ease-in-out;
    -moz-transition: 0.3s background-color ease-in-out;
    transition: 0.3s background-color ease-in-out;
    -webkit-font-smoothing: antialiased;
  }
  .tile-box__heading::after {
    position: absolute;
    top: 1.3rem;
    right: 1.75rem;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #1b325f;
    border-bottom: 2px solid #1b325f;
    -webkit-transition: 0.2s right linear;
    -moz-transition: 0.2s right linear;
    transition: 0.2s right linear;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .large-box .tile-box__heading {
    text-align: center;
    color: #2b2b2b;
    font-size: 180%;
    line-height: 1.45;
    padding: 0;
    background-color: transparent;
  }
  .large-box .tile-box__heading span {
    font-weight: bold;
  }
  .large-box .tile-box__heading::after {
    content: none;
  }
  .tile-box__content {
    display: none;
    font-size: 0.875rem;
    color: #58595b;
    background-color: #fff;
    line-height: 1.75;
    padding: 1rem;
  }
  .tile-box__content ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .tile-box__content ul > li {
    position: relative;
    margin-bottom: 0.75rem;
    padding-left: 2rem;
  }
  .tile-box__content ul > li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 9px;
    height: 2px;
    display: inline-block;
    background-color: #1b325f;
  }
  .tile-box__content ul > li ul,
  .tile-box__content ul > li ol {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .tile-box__content ul > li ul li::before {
    left: 0;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
  }
  .tile-box__content ul > li:last-child {
    margin-bottom: 0;
  }
  .large-box .tile-box__content {
    padding: 1.25rem 0 0;
    background-color: transparent;
    display: none;
  }
  .tile-box__content .event-date {
    font-size: 85%;
    font-weight: bold;
    color: #1b325f;
    margin-right: 0.25rem;
  }
  .tile-box__content a {
    color: #010101;
    text-decoration: none;
    -webkit-transition: 0.05s all ease-in-out;
    -moz-transition: 0.05s all ease-in-out;
    transition: 0.05s all ease-in-out;
  }
  .tile-box__content a:hover, .tile-box__content a:focus {
    color: #0076ad;
    text-decoration: underline;
  }
  .tile-box__image {
    width: 100%;
    height: auto;
    display: none;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .large-box .tile-box__image {
    display: none;
    -webkit-order: inherit;
    -ms-flex-order: inherit;
    order: inherit;
  }
  .small-box .tile-box__heading {
    font-size: 0.9375rem;
  }
  .tile-box__mobile-icon {
    display: block;
    margin: 0 auto;
    height: 50px;
    width: 50px;
  }
  .tile-box__link:hover polygon {
    fill: #fff;
  }
  .tile-box__icon {
    display: block;
    width: 3rem;
    height: 3rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  /* Icon images - configured in DCTERMS.icon (#98574) */
  .tile-box__icon--eligible {
    background-image: url("mysource_files/eligible.svg");
  }
  .tile-box__icon--book {
    background-image: url("mysource_files/book-aptmt.svg");
  }
  .tile-box__icon--fees {
    background-image: url("mysource_files/fees.svg");
  }
  .tile-box__icon--locations {
    background-image: url("mysource_files/locations.svg");
  }
  .tile-box__icon--prepare {
    background-image: url("mysource_files/prepare.svg");
  }
  .tile-box__icon--dental {
    background-image: url("mysource_files/dental-emergency.svg");
  }
  .tile-box__icon--covid-blue {
    background-image: url("mysource_files/covid-blue.svg");
  }
  .tile-box__icon--covid-red {
    background-image: url("mysource_files/covid-red.svg");
  }
  .tile-box__icon--faq {
    background-image: url("mysource_files/faq.svg");
  }
  .tile-box__icon--services {
    background-image: url("mysource_files/services.svg");
  }
  /* Module: S */
  .landscape__wrapper {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .landscape__wrapper::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid #ffd556;
  }
  .landscape__image-wrapper,
  .find-box {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .landscape__image {
    width: 100%;
    height: 100%;
  }
  .find-box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 25px 50px;
    background-image: linear-gradient(to right top, #154682, #45b7da);
  }
  .find-box__search-form {
    position: relative;
  }
  .find-box__search-input {
    width: 100%;
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
  }
  .find-box__search-input::placeholder {
    color: #1b325f;
  }
  .find-box__search-button {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translateY(-50%);
    border: none;
    background: none;
  }
  .search-icon {
    background-image: url("../mysource_files/search.svg");
  }
  .search-icon {
    height: 1.25rem;
    display: block;
  }
  .is-active .search-icon {
    display: none;
  }
  .search-icon {
    background-size: cover;
  }
  .find-box__description {
    color: #fff;
  }
  .landscape__wrapper {
    position: static;
  }
  .wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .main__content.is-listing {
    -webkit-order: inherit;
    -ms-flex-order: inherit;
    order: inherit;
    margin-top: 0;
  }
  /*
--------------------
Modules
--------------------
*/
  /* Module: Breadcrumbs */
  .breadcrumbs {
    display: inherit;
  }
  /* Module: S */
  .advice-tile {
    padding: 10px;
  }
  .advice-tile--full {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .advice-tile--sixth {
    -webkit-flex: 1 0 66.66%;
    -ms-flex: 1 0 66.66%;
    flex: 1 0 66.66%;
    max-width: 66.66%;
  }
  .advice-tile--half {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
  }
  .advice-tile--third {
    -webkit-flex: 1 0 33.33%;
    -ms-flex: 1 0 33.33%;
    flex: 1 0 33.33%;
    max-width: 33.33%;
  }
  .advice-tile__image-wrapper + .advice-tile__content {
    max-width: 50%;
  }
  .advice-tile__image-wrapper,
  .advice-tile__content {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
  .advice-tile__content--first {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .advice-tile__content:not(.advice-tile__content--arrow-top) {
    margin-top: 0;
  }
  .advice-tile__content--arrow-bottom {
    margin-bottom: -10px;
  }
  .advice-tile__content--arrow-bottom::before {
    bottom: -12px;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid;
    border-top-color: inherit;
    border-bottom: none;
  }
  .advice-tile__content--arrow-left::before,
  .advice-tile__content--arrow-right::before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    top: 50%;
    transform: translateY(-50%);
  }
  .advice-tile__content--arrow-left {
    margin-left: -10px;
  }
  .advice-tile__content--arrow-left::before {
    left: -12px;
    right: unset;
    border-right: 20px solid;
    border-right-color: inherit;
    border-left: none;
  }
  .advice-tile__content--arrow-right {
    margin-right: -10px;
  }
  .advice-tile__content--arrow-right::before {
    right: -12px;
    left: unset;
    border-left: 20px solid;
    border-left-color: inherit;
    border-right: none;
  }
  /* Module: S */
  .event__info-inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .event__info-inner h1,
  .event__info-inner h2 {
    margin-right: .5rem;
    margin-bottom: 0;
  }
  .event__info-list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
  .event__info-list li {
    margin-bottom: .5rem;
  }
  .event__info-list strong {
    display: block;
  }
  /* Module: S */
  .gradient__wrapper {
    background: #f3f3f3;
    background: -moz-linear-gradient(left, #f3f3f3 0%, #ffffff 50%, #2b2b2b 50%);
    background: -webkit-linear-gradient(left, #f3f3f3 0%, #ffffff 50%, #2b2b2b 50%);
    background: linear-gradient(to right, #f3f3f3 0%, #ffffff 50%, #2b2b2b 50%);
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
  .gradient__wrapper .large-box:nth-child(2) .feature-box__heading,
  .gradient__wrapper .large-box:nth-child(2) .feature-box__content {
    color: #fff;
  }
  .large-box .feature-box__link {
    padding: 0;
  }
  .feature-panels__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .gradient__wrapper + .feature-panels__wrapper {
    padding-top: 0;
    margin-top: -2rem;
  }
  .large-box .feature-box__heading {
    text-align: left;
    padding-bottom: 1rem;
  }
  .feature-box__container {
    width: calc(100% / 2 - 10px);
  }
  .feature-box__container.large-box {
    width: 50%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .feature-box__container:not(.large-box) {
    box-shadow: 0 1.5rem 50px -18px rgba(0, 0, 0, 0.15);
    will-change: transform;
  }
  .feature-box__container:nth-child(2) {
    margin-top: 0;
  }
  .feature-box__container:nth-child(n + 3) {
    margin-top: 3rem;
  }
  .large-box .feature-box__image {
    display: inherit;
  }
  .feature-box__content {
    font-size: 1rem;
    line-height: 1.75;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .large-box .feature-box__content {
    display: inherit;
    padding-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.75rem;
  }
  /* Module: S */
  .main__footer {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 95%;
    padding-top: 4.5rem;
  }
  /* stylelint-disable */
  .footer-links__wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  /* stylelint-enable */
  .footer-links__column {
    width: auto;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .footer-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin: 10px auto;
  }
  .footer-social__link {
    width: 2.75rem;
    height: 2.75rem;
    margin-right: 1rem;
  }
  .footer-link,
  .footer-phone__link,
  .footer-contact__heading {
    font-size: 1.125rem;
  }
  .footer-social__wrapper {
    margin-top: 4.5rem;
  }
  /* Module: S */
  .map {
    height: 400px;
  }
  .map-filters__name-wrapper,
  .map-filters__location-wrapper,
  .map-filters__child-wrapper {
    padding: 0 5px;
  }
  .map-filters__name-wrapper,
  .map-filters__location-wrapper {
    flex: 1 0 50%;
  }
  .map-filters__child-wrapper,
  .map-filters__adults-wrapper {
    flex: unset;
  }
  /* Module: S */
  .top-nav,
  .main-header__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .top-nav__item {
    padding: 0 1.75rem;
  }
  .top-nav__wrapper {
    padding: 1rem;
  }
  /* Module: S */
  .quicklinks__wrapper {
    width: 100%;
    max-width: 84rem;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: -1.75rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  h2.quicklinks__heading {
    cursor: default;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  h2.quicklinks__heading:after {
    content: none;
  }
  .quicklinks__container {
    display: inherit;
  }
  .quicklinks {
    position: absolute;
    bottom: 0;
    right: 2rem;
    max-width: 18.75rem;
    width: 100%;
    box-shadow: 0px 3px 40px 0 rgba(0, 0, 0, 0.4);
  }
  /* Module: S */
  .lhs__menu {
    position: relative;
  }
  .accordion {
    position: relative;
    box-shadow: 0 1.5rem 50px -18px rgba(0, 0, 0, 0.15);
    will-change: transform;
  }
  .tabs {
    box-shadow: 0 1.5rem 50px -18px rgba(0, 0, 0, 0.1);
    will-change: transform;
    display: inherit;
    margin-bottom: 3rem;
  }
  .tab__content {
    padding: 1.875rem 1.1875rem;
  }
  .mobile-tabs__accordion {
    display: none;
  }
  .toc__box {
    width: 250px;
    display: inline-block;
    float: right;
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
  .toc__list {
    display: block;
  }
  .toc__link {
    width: 100%;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .rhs__column {
    margin-top: 3.5rem;
    margin-bottom: 0.75rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .is-listing + .rhs__column {
    display: block;
  }
  .rhs__panel {
    width: calc(50% - 0.75rem);
  }
}

@media screen and (min-width: 64.1em) and (max-width: 63.9375em) {
  /* stylelint-disable */
  _::-webkit-full-page-media,
  _:future,
  :root .rhs__column {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  _::-webkit-full-page-media,
  _:future,
  :root .main__content {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  _::-webkit-full-page-media,
  _:future,
  :root .is-listing + .rhs__column {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* stylelint-enable */
}

@media (min-width: 64.1em) {
  /* Module: S */
  .panels__container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .landing-panel {
    width: calc(50% - 0.75rem);
  }
  .landing-panel:nth-child(2) {
    margin-top: 0;
  }
  .landing-image {
    height: 18.75rem;
  }
  /* Module: S */
  .home .landscape-carousel__wrapper {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
  }
  /* stylelint-disable */
  .landscape-carousel__caption-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 84rem;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* stylelint-enable */
  .landscape-carousel__controls {
    top: auto;
    bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .landscape-carousel__image {
    height: 26.5625rem;
  }
  .landscape-carousel__caption {
    width: 100%;
    max-width: calc(100% - 22rem);
    padding: 1.35rem 2rem;
    line-height: 1.35;
  }
  .landscape-carousel__caption.is-video::after {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .landscape-carousel__caption-heading {
    font-size: 185%;
    line-height: 1.28;
    margin-bottom: 1rem;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .landscape-carousel__caption-heading:after {
    content: '';
    width: 2.5rem;
    height: .35rem;
    background-color: #0076ad;
    display: block;
    margin-top: 1rem;
  }
  .landscape-carousel__caption-content {
    line-height: 1.65;
  }
  .landscape-carousel__item {
    background-color: transparent;
  }
  /* Module: S */
  .search-result__content-inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: .5rem;
  }
  .search-result__type {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1rem;
    margin-bottom: 0;
  }
  /* Module: S */
  .large-box .tile-box__link {
    padding: 0;
  }
  .tile-panels__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .large-box .tile-box__heading {
    text-align: left;
    padding-bottom: 1rem;
  }
  .tile-box__container {
    -webkit-flex: 1 0 33%;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
    max-width: 33%;
  }
  .tile-box__container.large-box {
    width: 50%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .large-box .tile-box__image {
    display: inherit;
  }
  .tile-box__content {
    font-size: 1rem;
    line-height: 1.75;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .large-box .tile-box__content {
    display: inherit;
    padding-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.75rem;
  }
  .small-box .tile-box__heading {
    font-size: 1rem;
  }
  /* Module: S */
  .landscape__wrapper::after {
    content: none;
  }
  .landscape__image-wrapper,
  .find-box {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
  }
  .find-box--full {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .wrapper,
  .main-content__wrapper {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .main-column__wrapper {
    min-width: 1px;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .main-content__wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main__content {
    width: auto;
    min-width: 1px;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  _::-webkit-full-page-media, _:future, :root .tool-box {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  _::-webkit-full-page-media, _:future, :root .tool-box + .main__content {
    -webkit-flex-basis: 1px;
    -ms-flex-preferred-size: 1px;
    flex-basis: 1px;
  }
  .lhs__menu-toggle {
    display: none;
  }
  .lhs__menu-list:not(.menu__level-2):not(.menu__level-3):not(.menu__level-4):not(.menu__level-5) {
    display: inherit;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
  }
  .landing-image__container + .wrapper .tools-social {
    margin-top: 1rem;
  }
  .tool-box {
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .landing-image__container + .wrapper .tool-box {
    margin-top: -4rem;
    margin-bottom: 4rem;
  }
  .main__content {
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  /*
--------------------
Modules
--------------------
*/
  #google_translate_element {
    position: relative;
    margin: auto;
    max-width: 84rem;
    padding: 0 26px;
  }
  /* Module: Breadcrumbs */
  .landing-image__container + .wrapper .breadcrumbs__item:not(.breadcrumbs__current)::after {
    border-right-color: #fff;
    border-bottom-color: #fff;
  }
  .landing-image__container + .wrapper .breadcrumbs__link, .landing-image__container + .wrapper
  .breadcrumbs__current {
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
    background-color: rgba(0, 0, 0, 0.01);
  }
  /* Module: S */
  .main-header .twitter-typeahead {
    width: 100%;
  }
  /* Module: S */
  .event__info-list {
    display: inline-block;
  }
  .event__info-list strong {
    display: inline-block;
  }
  .event__info-list li {
    margin-bottom: 0;
  }
  /* stylelint-disable */
  _::-webkit-full-page-media, _:future, :root .event__info-list {
    display: block;
    max-width: 40rem;
  }
  /* stylelint-enable */
  /* Module: S */
  .gradient__wrapper {
    padding-top: 5rem;
    padding-bottom: 8.4375rem;
  }
  .feature-box__container {
    width: calc(100% / 3 - 20px);
  }
  .feature-box__container.landing-box {
    width: calc(100% / 2 - 20px);
  }
  .feature-box__container.landing-box:nth-child(3) {
    margin-top: 4rem;
  }
  .feature-box__container.large-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
  .feature-box__container.large-box:nth-child(2) {
    padding-right: 2rem;
    padding-left: 4rem;
  }
  .feature-box__container:nth-child(3) {
    margin-top: 0;
  }
  .feature-box__container:nth-child(n + 4) {
    margin-top: 4rem;
  }
  .feature-box__link {
    display: block;
  }
  .image-box > .feature-box__link:hover .feature-box__content, .image-box > .feature-box__link:focus .feature-box__content {
    -webkit-transform: translateY(-63px);
    -ms-transform: translateY(-63px);
    transform: translateY(-63px);
  }
  .image-box > .feature-box__link:hover::before, .image-box > .feature-box__link:focus::before {
    visibility: visible;
    opacity: 1;
  }
  .feature-box__heading {
    padding: 1.25rem 3em 1.25rem 1.5rem;
    margin-top: -1px;
  }
  .feature-box__heading:after {
    top: 1.6rem;
  }
  .large-box .feature-box__heading {
    font-size: 2.5rem;
    padding-bottom: 1.5rem;
  }
  .feature-box__content {
    font-size: 0.875rem;
  }
  .large-box .feature-box__content {
    padding-top: 2.25rem;
  }
  .image-box .feature-box__content {
    color: #58595b;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: 0.3s transform ease-in-out;
    -moz-transition: 0.3s transform ease-in-out;
    transition: 0.3s transform ease-in-out;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  .small-box .feature-box__heading {
    height: 3.9375rem;
  }
  /* Module: S */
  .map-filters__name-wrapper,
  .map-filters__location-wrapper,
  .map-filters__child-wrapper,
  .map-filters__adults-wrapper {
    flex: unset;
  }
  /* Module: S */
  .main-header__wrapper {
    margin: 0 auto;
    max-width: 84rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-search__wrapper {
    position: relative;
    border-left: 2px solid #222;
    padding-left: 0.9375rem;
    margin-left: 0.625rem;
  }
  .header-search__input {
    position: relative;
    border: none;
    padding: 0.625rem 2.1875rem 0.625rem 1rem;
    vertical-align: top;
    background: none;
  }
  .header-search__input:focus {
    background-color: #f4f4f4 !important;
  }
  .header-search__submit-button {
    float: none;
    position: absolute;
    top: auto;
    right: 3px;
    width: 30px;
    padding: 4px;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .header-search__form {
    position: static;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .main-nav {
    display: block;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .main-nav__link {
    color: #2e2e2e;
    text-decoration: none;
    font-size: 1.125rem;
    padding: 2rem 1.25rem;
    display: block;
    -webkit-transition: 0.2s color linear;
    -moz-transition: 0.2s color linear;
    transition: 0.2s color linear;
  }
  .main-nav__link:hover, .main-nav__link:focus {
    color: #0076ad;
  }
  .main-nav__link::after, .main-nav__link::before {
    -webkit-transition: 0.3s ease opacity;
    -moz-transition: 0.3s ease opacity;
    transition: 0.3s ease opacity;
  }
  .main-nav__link::after {
    content: "";
    bottom: 0;
    display: block;
    width: 50px;
    height: 20px;
    background-color: #0076ad;
    position: absolute;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .main-nav__link::before {
    bottom: 0;
    content: "";
    position: absolute;
    left: 50%;
    display: block;
    height: 0.75rem;
    width: 0.75rem;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    opacity: 0;
    z-index: 2;
    -webkit-transform: translate(-50%, 0) rotate(-135deg);
    -ms-transform: translate(-50%, 0) rotate(-135deg);
    transform: translate(-50%, 0) rotate(-135deg);
  }
  .main-nav__link.main-nav__link--active::after {
    opacity: 1;
  }
  .main-nav__link.main-nav__link--active::before {
    opacity: 1;
  }
  .menu-arrow {
    display: none;
  }
  .mega-menu__wrapper {
    padding: 2.25rem 0;
    display: block;
    width: 100%;
    height: 400px;
    background: #fff;
    overflow: hidden;
  }
  .mega-menu__items {
    max-width: 84rem;
    margin: 0 auto;
    position: relative;
  }
  .mega-menu__close-button {
    background: none;
    border: none;
    padding: 0;
    display: block;
    height: 18px;
    width: 18px;
    position: absolute;
    right: 2rem;
    top: 0;
  }
  .mega-menu__close-button .close-icon {
    display: block;
  }
  .mega-menu__item {
    position: absolute;
    left: 50%;
    width: 100%;
    max-width: 84rem;
    padding-left: 2rem;
    padding-right: 3.5rem;
    opacity: 0;
    visibility: hidden;
    border-bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.3s ease-in-out opacity, 0.3s ease-in-out visibility;
    -moz-transition: 0.3s ease-in-out opacity, 0.3s ease-in-out visibility;
    transition: 0.3s ease-in-out opacity, 0.3s ease-in-out visibility;
  }
  .mega-menu__item.mega-menu__item--visible {
    opacity: 1;
    visibility: visible;
  }
  .mega-menu__feature {
    width: 30%;
    padding-right: 4rem;
    float: left;
  }
  .mega-menu__feature-title {
    margin-bottom: 0.75rem;
  }
  .mega-menu__feature-description {
    display: block;
    line-height: 1.56;
    color: #58595b;
  }
  .mega-menu__feature-link {
    color: #2e2e2e;
    border: none;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 0;
  }
  .mega-menu__feature-link:hover {
    text-decoration: underline;
  }
  .mega-menu__navs-wrapper {
    background: none;
    display: block;
    float: left;
    width: 70%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .mega-menu__navs-wrapper > .mega-menu__list {
    width: 33%;
    padding-right: 3rem;
  }
  .mega-menu__navs-wrapper > .mega-menu__list:nth-child(3n) {
    padding-right: 0;
  }
  .mega-menu__navs-wrapper > .mega-menu__list:nth-child(n + 4) {
    /* margin-top: 2rem; */
  }
  .mega-menu__list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
  }
  .lvl-2 .mega-menu__list {
    display: block;
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .mega-menu__sub-nav-title {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  .mega-menu__sub-nav-title .mega-menu__sub-nav-link,
  .mega-menu__sub-nav-title .mega-menu__sub-nav-text {
    font-size: 1.05rem;
    color: #0076ad;
    padding-top: 0;
    padding-bottom: 0;
  }
  .mega-menu__sub-nav-link,
  .mega-menu__sub-nav-text {
    color: #58595b;
    display: inline-block;
    font-weight: inherit;
    padding: 0.2rem 0;
    text-decoration: none;
    -webkit-transition: 0.1s color ease-in-out;
    -moz-transition: 0.1s color ease-in-out;
    transition: 0.1s color ease-in-out;
  }
  .mega-menu__sub-nav-link:hover, .mega-menu__sub-nav-link:focus,
  .mega-menu__sub-nav-text:hover,
  .mega-menu__sub-nav-text:focus {
    color: #0076ad;
    text-decoration: underline;
  }
  .mega-menu__sub-nav-text {
    font-weight: 600;
  }
  .mega-menu__sub-nav-text:hover {
    text-decoration: none;
  }
  .main-menu__btn,
  .header-search__mobile-btn {
    display: none;
  }
  /* Fixing up Mobile structure changes */
  .mega-menu__wrapper .emergency {
    display: none;
  }
  .main-nav .main-nav__item:first-child {
    display: none;
  }
  .main-nav .main-nav__link {
    color: white;
  }
  .main-header {
    background: #19467f;
  }
  .main-header__container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* Module: S */
  .quicklinks__heading {
    display: inline-block;
    padding: .375rem 1.25rem;
    position: absolute;
    left: -7.4375rem;
    top: -0.6875rem;
    z-index: 2;
  }
  .quicklinks__block .quicklinks__heading {
    position: relative;
    padding: 0.3125rem 2.75rem 0.3125rem 2rem;
  }
  .quicklinks__content {
    padding: 1rem 2rem;
  }
  /* Module: S */
  .lhs__menu {
    margin-right: 4rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 15.3125rem;
    -ms-flex-preferred-size: 15.3125rem;
    flex-basis: 15.3125rem;
    box-shadow: 0 1.5rem 50px -18px rgba(0, 0, 0, 0.25);
    will-change: transform;
  }
  .landing-image__container + .wrapper .lhs__menu {
    margin-top: -4rem;
  }
  .lhs__menu-link {
    padding: 1rem 1.5rem;
  }
  .menu__level-2 .lhs__menu-link {
    padding-left: 1.5rem;
  }
  .menu__level-3 .lhs__menu-link {
    padding-left: 2.75rem;
  }
  .menu__level-4 .lhs__menu-link {
    padding-left: 4rem;
  }
  .menu__level-5 .lhs__menu-link {
    padding-left: 5.25rem;
  }
  .lhs__menu-link.current.has-children::after {
    top: 1.15rem;
    right: 1.5rem;
  }
  .rhs__column {
    display: block;
    -webkit-flex-basis: 15.3125rem;
    -ms-flex-preferred-size: 15.3125rem;
    flex-basis: 15.3125rem;
    margin-top: 0;
    margin-left: 3rem;
    padding-bottom: 0.75rem;
  }
  .is-listing + .rhs__column {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-order: inherit;
    -ms-flex-order: inherit;
    order: inherit;
  }
  .rhs__panel {
    width: 100%;
  }
  .rhs-panel__link {
    max-width: 17.3125rem;
  }
  .form-fieldset__content {
    display: inherit;
    margin-top: 0;
  }
  .addtocalendar .atcb-list {
    left: auto;
    right: 0;
  }
  .btt__wrapper {
    padding: 0 2rem;
  }
  /* Module: S */
  .landscape-carousel__image {
    height: 31.25rem;
  }
  .landscape-carousel__controls {
    bottom: 2rem;
  }
  .landscape-carousel__caption {
    width: auto;
    max-width: 27.8125rem;
    padding: 2rem;
  }
  .landscape-carousel__caption-heading {
    font-size: 3.125rem;
    line-height: 1.28;
  }
  /* Module: S */
  .rhs-filters.form-filters .facet, .rhs-filters.facets-filters .facet {
    margin-bottom: 2rem;
  }
  .rhs-filters.form-filters fieldset.form__group, .rhs-filters.facets-filters fieldset.form__group {
    border: 0;
  }
}

@media screen and (min-width: 64.1em) and (-ms-high-contrast: active), (min-width: 64.1em) and (-ms-high-contrast: none) {
  .rhs-filters.form-filters fieldset.form__group, .rhs-filters.facets-filters fieldset.form__group {
    position: relative;
    padding-top: 1.75rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 64.1em) {
  .rhs-filters.form-filters .rhs-filters__heading, .rhs-filters.facets-filters .rhs-filters__heading {
    border-bottom: 2px solid #0076ad;
  }
  .rhs-filters.form-filters .rhs-filters__heading::before, .rhs-filters.facets-filters .rhs-filters__heading::before {
    content: none;
  }
  .rhs-filters.form-filters .rhs-filters__heading + form, .rhs-filters.facets-filters .rhs-filters__heading + form {
    display: block;
  }
  .rhs-filters.form-filters legend, .rhs-filters.facets-filters legend {
    color: #172b52;
    background-color: transparent;
    padding: 0;
    margin: 0;
    font-size: 125%;
    font-weight: 500;
    text-transform: none;
    width: auto;
    display: inline-block;
    cursor: default;
  }
  .rhs-filters.form-filters legend::before, .rhs-filters.facets-filters legend::before {
    content: none;
  }
  .rhs-filters.form-filters legend + .form-fieldset__content, .rhs-filters.facets-filters legend + .form-fieldset__content {
    margin-top: 1rem;
  }
  .rhs-filters.form-filters legend::after, .rhs-filters.facets-filters legend::after {
    content: '';
    display: block;
    width: 1.25rem;
    height: 3px;
    margin-top: .25rem;
    background-color: #0076ad;
  }
}

@media screen and (min-width: 64.1em) and (-ms-high-contrast: active), (min-width: 64.1em) and (-ms-high-contrast: none) {
  .rhs-filters.form-filters legend, .rhs-filters.facets-filters legend {
    position: absolute;
    top: -13px;
  }
}

@media (min-width: 64.1em) {
  /* Module: S */
  .find-box .find-box__description,
  .find-box .find-box__search {
    width: 100%;
    max-width: 84rem;
    padding: 0 calc(1rem + 10px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 80em) {
  /* Module: S */
  .feature-box__content {
    font-size: 1rem;
  }
  /* Module: S */
  .main-nav__item {
    margin-left: .5rem;
  }
  /* Module: S */
  .rhs__column {
    -webkit-flex-basis: 17.3125rem;
    -ms-flex-preferred-size: 17.3125rem;
    flex-basis: 17.3125rem;
  }
  .lhs__menu {
    -webkit-flex-basis: 17.3125rem;
    -ms-flex-preferred-size: 17.3125rem;
    flex-basis: 17.3125rem;
  }
  .map__description {
    width: 40%;
    position: absolute;
    bottom: -3.125rem;
    left: 1rem;
  }
  .map__wrapper {
    position: relative;
    margin-bottom: calc(3rem + 50px);
  }
  /* Module: S */
  .search-result__image-wrapper {
    width: 244px;
  }
  .search-result__image-wrapper + .search-result__content {
    padding-left: calc(244px + 29px);
  }
  .search-result__image {
    max-width: 244px;
  }
  .listing-3-col .search-result__image-wrapper {
    display: inherit;
  }
  .listing-3-col .search-result__image-wrapper + .search-result__content {
    padding-left: calc(244px + 29px);
  }
  .listing-3-col .search-result__image {
    display: inherit;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  /* stylelint-disable */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* stylelint-enable */
  .ir a::after,
  a[href^='javascript:']::after,
  a[href^='#']::after {
    content: '';
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* Module: Breadcrumbs */
  .breadcrumbs {
    display: none;
  }
  /* Module: Pagination */
  .pagination {
    display: none;
  }
}

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