@charset "UTF-8";


/*! ---------- =custom font icons ---------- */
@font-face {
  font-family: 'fontello';
  src: url('/ResourcePackages/FSLSO/assets/font/fontello.eot?35301966');
  src: url('/ResourcePackages/FSLSO/assets/font/fontello.eot?35301966#iefix') format('embedded-opentype'),
       url('/ResourcePackages/FSLSO/assets/font/fontello.woff2?35301966') format('woff2'),
       url('/ResourcePackages/FSLSO/assets/font/fontello.woff?35301966') format('woff'),
       url('/ResourcePackages/FSLSO/assets/font/fontello.ttf?35301966') format('truetype'),
       url('/ResourcePackages/FSLSO/assets/font/fontello.svg?35301966#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/ResourcePackages/FSLSO/assets/font/fontello.svg?35301966#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-florida:before { content: '\e804'; } /* '' */
.icon-manual:before { content: '\e805'; } /* '' */
.icon-calendar:before { content: '\e806'; } /* '' */
.icon-forms-reports:before { content: '\e807'; } /* '' */
.icon-tax-estimator:before { content: '\e808'; } /* '' */
/* '' */


/*!
 * Common colors and constants
 * ===========================
 *
 * Text sizing
 * -----------
 * Body copy: 18px
 * Line height / baseline grid: 24px
 * H6: 20px
 * H5: 23px
 * H4: 28px
 * H3: 35px
 * H2: 45px
 * H1: 52px
 * Small or secondary: 16px, 14px
 *
 * Text colors
 * -----------
 * Copy: #4A5B66
 * Titles: #003764
 *
 * Theme colors
 * ------------
 * Primary (FSLSO Blue): #003764
 *   Tint: #1ECAD3
 *   Shade: #00263E
 * Accent (Light Blue): #0075C9
 *   Tint: #009ade
 *   Shade: #004e86
 * Action (Green): #B8BE14
 *   Tint: #c6cc1e
 *   Shade: #a4a90f
 *
 * Other colors
 * ------------
 * Page background: #ffffff
 * Light wash: #e8edf1
 * Mid wash: #aab6c0
 * Dark wash: #003764
 * Warnings: #c40d3c
 *
 * Measurements
 * ------------
 * Maximum page width: 1280px
 *
 * Breakpoints
 * -----------
 * Small: 480px
 * Medium: 768px
 * Large: 960px
 * Widescreen: 1376px
 */


/*! ---------- =reset ---------- */

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

ul {
  list-style: disc;
}

blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

img {
  -ms-interpolation-mode: bicubic;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 48px 0;
  border-bottom: 1px solid #aab6c0;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
}
button {
  overflow: visible;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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


/*! ---------- =typography ---------- */

body {
  font: 18px/24px "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  color: #4a5b66;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

p,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 24px;
}
p:last-child,
ol:last-child,
ul:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
p,
ol,
ul {
  orphans: 2;
  widows: 2;
}
ol,
ul {
  margin-left: 2em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #003764;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  display: inline-block;
  vertical-align: middle;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  display: block;
}
h1,
.h1 {
  font-size: 52px;
  line-height: 60px;
}

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 45px;
    line-height: 48px;
  }
}

@media (max-width: 479px) {
  h1,
  .h1 {
    font-size: 35px;
    line-height: 36px;
  }
}

h2,
.h2 {
  font-size: 45px;
  line-height: 48px;
}

@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 35px;
    line-height: 36px;
  }
}

h3,
.h3 {
  font-size: 35px;
  line-height: 36px;
}

@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 28px;
    line-height: 36px;
  }
}

h4,
.h4 {
  font-size: 28px;
  line-height: 36px;
}
h5,
.h5 {
  font-size: 23px;
  line-height: 24px;
}
h6,
.h6 {
  font-size: 20px;
  line-height: 24px;
}

.text-size {
  font-size: 18px !important;
  line-height: 24px;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.note {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  opacity: 0.8;
}
pre + .note,
input + .note,
textarea + .note {
  margin-top: -12px;
}

.highlight {
  color: #b8be14;
}

.warn {
  color: #c40d3c;
}

.type-family-sample {
  font-size: 35px;
  line-height: 36px;
}


/*! ---------- =common =components ---------- */

a {
  color: #0075c9;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #b8be14;
}
a,
button {
  transition: color 0.15s ease-out,
                background-color 0.15s ease-out,
                border 0.15s ease-out,
                box-shadow 0.15s ease-out,
                opacity 0.15s ease-out;
}

.more {
  display: inline-block;
  font-weight: 700;
}
.more .fa-arrow-right {
  margin-left: 0.3em;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.more:hover .fa-arrow-right,
.more:focus .fa-arrow-right {
  -webkit-transform: translateX(0.2em);
  -ms-transform: translateX(0.2em);
  transform: translateX(0.2em);
}

.img-left,
.img-right {
  display: block;
  max-width: 40%;
  margin: 0 0 12px;
}
.img-left img,
.img-right img {
  display: block;
}
.img-left {
  float: left;
  margin-right: 28px;
}
.img-right {
  float: right;
  margin-left: 28px;
}

figure {
  display: block;
  margin-bottom: 24px;
  border: 1px solid #e8edf1;
  padding: 6px;
}

figcaption {
  display: block;
  padding: 6px 0;
  font-size: 14px;
  opacity: 0.8;
}

dl:not(:last-child) {
  margin-bottom: 24px;
}

dt {
  float: left;
  clear: left;
  margin-right: 18px;
  font-weight: 700;
}
dt ~ dt {
  margin-top: 12px;
}

dd {
  display: block;
  overflow: hidden;
}
dd ~ dd {
  margin-top: 12px;
}

.to-screen-edges,
.content > .page-bounds > .hero,
.content > .hero__content > .hero,
.content > .alternate-background__content > .hero,
.alternate-background {
  width: auto !important;
  margin-left: -24px;
  margin-right: -24px;
}
.to-screen-edges__content {
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 768px) {
  .to-screen-edges,
  .content > .page-bounds > .hero,
  .content > .hero__content > .hero,
  .content > .alternate-background__content > .hero,
  .alternate-background {
    margin-left: -48px;
    margin-right: -48px;
  }
  .to-screen-edges__content {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (min-width: 1376px) {
  .to-screen-edges,
  .content > .page-bounds > .hero,
  .content > .hero__content > .hero,
  .content > .alternate-background__content > .hero,
  .alternate-background {
    margin-left: calc(-50vw + (1280px / 2));
    margin-right: calc(-50vw + (1280px / 2));
  }
  .to-screen-edges__content {
    padding-left: calc(50vw - (1280px / 2));
    padding-right: calc(50vw - (1280px / 2));
  }
}


.thin-bounds {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1280px / 2);
}
.thin-bounds--left {
  margin-left: 0;
}
.thin-bounds--right {
  margin-right: 0;
}

@media (max-width: 767px) {
  .thin-bounds {
    max-width: 100%;
  }
}


.pull-quote {
  border: 2px solid #0075c9;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
  margin: 24px 0;
  padding: 24px 36px 24px;
  position: relative;
}
.pull-quote::before {
  background: #fff;
  color: #0075c9;
  content: '\f10d';
  font-family: "Font Awesome 5 Pro";
  font-size: 24px;
  font-weight: 900;
  padding: 6px 0;
  position: absolute;
  left: -12px;
}
.pull-quote__content {
  overflow: hidden;
}
.pull-quote__attribution {
  display: block;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.8;
}
.pull-quote__attribution::before {
  content: '– ';
}
p + .pull-quote__attribution {
  margin-top: -18px;
}

.pull-quote__thumbnail {
  border-radius: 100%;
  display: block;
  float: left;
  height: 120px;
  margin-right: 24px;
  object-fit: cover;
  width: 120px;
}
.pull-quote__attribution + .pull-quote__job {
  margin-top: -6px;
}
.pull-quote__job {
  font-size: 15px;
  font-style: italic;
}


@media (min-width: 480px) {
  .pull-quote--left,
  .pull-quote--right {
    max-width: 40%;
    margin-top: 0;
  }
  .pull-quote--left {
    float: left;
    margin-right: 24px;
  }
  .pull-quote--right {
    float: right;
    margin-left: 24px;
  }
}


.content-box {
  padding: 24px;
  border: 2px solid #00263e;
  background: #fff;
}
.content-box:not(:last-child) {
  margin-bottom: 24px;
}
.content-box h1,
.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6 {
  color: #003764;
}
.content-box--highlight {
  border-color: #004e86;
}
.content-box--highlight h1,
.content-box--highlight h2,
.content-box--highlight h3,
.content-box--highlight h4,
.content-box--highlight h5,
.content-box--highlight h6 {
  color: #0075c9;
}
.content-box--action {
  border-color: #a4a90f;
}
.content-box--action h1,
.content-box--action h2,
.content-box--action h3,
.content-box--action h4,
.content-box--action h5,
.content-box--action h6 {
  color: #b8be14;
}

.truncator-expand {
  display: block;
  width: 100%;
  padding-top: 6px;
  margin-top: 12px;
  border-top: 1px dashed #aab6c0;
  text-align: left;
  color: #0075c9;
  font-weight: 700;
  font-size: 16px;
}
.margin + .truncator-expand {
  margin-top: -12px;
}
.margin + .truncator-expand:not(:last-child) {
  margin-bottom: 24px;
}
.item-list + .truncator-expand,
.margin-large + .truncator-expand {
  margin-top: -36px;
}
.item-list + .truncator-expand:not(:last-child),
.margin-large + .truncator-expand:not(:last-child) {
  margin-bottom: 48px;
}

.color-spec {
  overflow: hidden;
  border: 1px solid #aab6c0;
}
.color-spec__swatch {
  height: 0;
  padding-bottom: 100%;
}
.color-spec__text {
  padding: 24px 18px;
  font-size: 16px;
}
.color-spec__title {
  font-size: 20px;
  margin-bottom: 12px;
}
.color-spec__text p:not(:last-child) {
  margin-bottom: 12px;
}
.color-spec__role {
  font-style: italic;
  opacity: 0.65;
}

.js .toggle-target:not(.is-active) {
  display: none;
}

.announcement-bar {
  background: #e8edf1;
  padding: 24px;
}
.announcement-bar.is-active {
  display: none;
}
.announcement-bar__content {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
}
.announcement-bar__close {
  align-self: flex-start;
  background: transparent!important;
  color: #4a5b66!important;
  /*font-size: 15px!important;
  line-height: 24px!important;*/
  padding: 1px 9px!important;
}
.announcement-bar__close:hover,
.announcement-bar__close:focus {
  box-shadow: none!important;
}

.screenreaders-only {
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.group:after,
dl:after,
.side-label:after,
.page-header:after,
.interior-layout:after,
.item-list__item:after {
  content: "";
  display: table;
  clear: both;
}


/*! sf gallery */
.sf-Gallery-thumbs-container {
  overflow: hidden;
}
.sf-Gallery-thumbs a {
  display: inline-block;
  vertical-align: middle;
  border: 5px solid #222;
  cursor: pointer;
}
.sf-Gallery-thumbs a img {
  height: 100px;
  max-height: 25vh;
  max-width: 33vw;
}
.sf-Gallery-thumbs a.is-selected {
  border-color: #0075C9;
}
.sf-Gallery-image {
  position: relative;
  text-align: center;
  background:#fff;
  border: 1px solid #e8edf1;
}
.sf-Gallery-thumbs {
  overflow-x: auto;
  white-space: nowrap;
}
.sf-Gallery-next,
.sf-Gallery-prev {
  background: rgba(0,0,0,0.1);
  display: block;
  width: 15%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 48px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.3;
  text-align: center;
  z-index: 2;
}
.sf-Gallery-next {
  right: 0;
}
.sf-Gallery-prev {
  left: 0;
}
.sf-Gallery-next:hover,
.sf-Gallery-next:focus,
.sf-Gallery-prev:hover,
.sf-Gallery-prev:focus {
  opacity: 0.8;
  background: rgba(0,0,0,0.5);
}
.sf-Gallery-next i, .sf-Gallery-prev i {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
}
.sf-Gallery-detail .button--back a {
  color: #fff!important;
}
.sf-Gallery-next--simple {
  float: right;
}

@media (min-width: 768px) {
  .sf-Gallery img {
    max-width: 40vw;
    max-width: 430px;
  }
  .sf-Gallery-detail .sf-Gallery-image {
    max-width: 24vw;
    max-width: 24%;
  }
}



/*! common spacing classes */

.spacer {
  height: 24px;
}
.spacer--tiny {
  height: 6px;
}
.spacer--small {
  height: 12px;
}
.spacer--large {
  height: 48px;
}
.spacer--huge {
  height: 72px;
}

@media (max-width: 767px) {
  .spacer--large {
    height: 36px;
  }
  .spacer--huge {
    height: 48px;
  }
}


.space-t-6 {
  margin-top: 72px;
}

.space-t-5 {
  margin-top: 48px;
}

.space-t-4 {
  margin-top: 36px;
}

.space-t-3 {
  margin-top: 24px;
}

.space-t-2 {
  margin-top: 12px;
}

.space-t-1 {
  margin-top: 6px;
}

.space-t-0 {
  margin-top: 0;
}

.pad-t-6 {
  padding-top: 72px;
}

.pad-t-5 {
  padding-top: 48px;
}

.pad-t-4 {
  padding-top: 36px;
}

.pad-t-3 {
  padding-top: 24px;
}

.pad-t-2 {
  padding-top: 12px;
}

.pad-t-1 {
  padding-top: 6px;
}

.pad-t-0 {
  padding-top: 0;
}

.space-r-6 {
  margin-right: 72px;
}

.space-r-5 {
  margin-right: 48px;
}

.space-r-4 {
  margin-right: 36px;
}

.space-r-3 {
  margin-right: 24px;
}

.space-r-2 {
  margin-right: 12px;
}

.space-r-1 {
  margin-right: 6px;
}

.space-r-0 {
  margin-right: 0;
}

.pad-r-6 {
  padding-right: 72px;
}

.pad-r-5 {
  padding-right: 48px;
}

.pad-r-4 {
  padding-right: 36px;
}

.pad-r-3 {
  padding-right: 24px;
}

.pad-r-2 {
  padding-right: 12px;
}

.pad-r-1 {
  padding-right: 6px;
}

.pad-r-0 {
  padding-right: 0;
}

.space-b-6 {
  margin-bottom: 72px;
}

.space-b-5 {
  margin-bottom: 48px;
}

.space-b-4 {
  margin-bottom: 36px;
}

.space-b-3 {
  margin-bottom: 24px;
}

.space-b-2 {
  margin-bottom: 12px;
}

.space-b-1 {
  margin-bottom: 6px;
}

.space-b-0 {
  margin-bottom: 0;
}

.pad-b-6 {
  padding-bottom: 72px;
}

.pad-b-5 {
  padding-bottom: 48px;
}

.pad-b-4 {
  padding-bottom: 36px;
}

.pad-b-3 {
  padding-bottom: 24px;
}

.pad-b-2 {
  padding-bottom: 12px;
}

.pad-b-1 {
  padding-bottom: 6px;
}

.pad-b-0 {
  padding-bottom: 0;
}

.space-l-6 {
  margin-left: 72px;
}

.space-l-5 {
  margin-left: 48px;
}

.space-l-4 {
  margin-left: 36px;
}

.space-l-3 {
  margin-left: 24px;
}

.space-l-2 {
  margin-left: 12px;
}

.space-l-1 {
  margin-left: 6px;
}

.space-l-0 {
  margin-left: 0;
}

.pad-l-6 {
  padding-left: 72px;
}

.pad-l-5 {
  padding-left: 48px;
}

.pad-l-4 {
  padding-left: 36px;
}

.pad-l-3 {
  padding-left: 24px;
}

.pad-l-2 {
  padding-left: 12px;
}

.pad-l-1 {
  padding-left: 6px;
}

.pad-l-0 {
  padding-left: 0;
}


@media (min-width: 768px) {
  .space-t-6-m {
    margin-top: 72px;
  }

  .space-t-5-m {
    margin-top: 48px;
  }

  .space-t-4-m {
    margin-top: 36px;
  }

  .space-t-3-m {
    margin-top: 24px;
  }

  .space-t-2-m {
    margin-top: 12px;
  }

  .space-t-1-m {
    margin-top: 6px;
  }

  .space-t-0-m {
    margin-top: 0;
  }

  .pad-t-6-m {
    padding-top: 72px;
  }

  .pad-t-5-m {
    padding-top: 48px;
  }

  .pad-t-4-m {
    padding-top: 36px;
  }

  .pad-t-3-m {
    padding-top: 24px;
  }

  .pad-t-2-m {
    padding-top: 12px;
  }

  .pad-t-1-m {
    padding-top: 6px;
  }

  .pad-t-0-m {
    padding-top: 0;
  }

  .space-r-6-m {
    margin-right: 72px;
  }

  .space-r-5-m {
    margin-right: 48px;
  }

  .space-r-4-m {
    margin-right: 36px;
  }

  .space-r-3-m {
    margin-right: 24px;
  }

  .space-r-2-m {
    margin-right: 12px;
  }

  .space-r-1-m {
    margin-right: 6px;
  }

  .space-r-0-m {
    margin-right: 0;
  }

  .pad-r-6-m {
    padding-right: 72px;
  }

  .pad-r-5-m {
    padding-right: 48px;
  }

  .pad-r-4-m {
    padding-right: 36px;
  }

  .pad-r-3-m {
    padding-right: 24px;
  }

  .pad-r-2-m {
    padding-right: 12px;
  }

  .pad-r-1-m {
    padding-right: 6px;
  }

  .pad-r-0-m {
    padding-right: 0;
  }

  .space-b-6-m {
    margin-bottom: 72px;
  }

  .space-b-5-m {
    margin-bottom: 48px;
  }

  .space-b-4-m {
    margin-bottom: 36px;
  }

  .space-b-3-m {
    margin-bottom: 24px;
  }

  .space-b-2-m {
    margin-bottom: 12px;
  }

  .space-b-1-m {
    margin-bottom: 6px;
  }

  .space-b-0-m {
    margin-bottom: 0;
  }

  .pad-b-6-m {
    padding-bottom: 72px;
  }

  .pad-b-5-m {
    padding-bottom: 48px;
  }

  .pad-b-4-m {
    padding-bottom: 36px;
  }

  .pad-b-3-m {
    padding-bottom: 24px;
  }

  .pad-b-2-m {
    padding-bottom: 12px;
  }

  .pad-b-1-m {
    padding-bottom: 6px;
  }

  .pad-b-0-m {
    padding-bottom: 0;
  }

  .space-l-6-m {
    margin-left: 72px;
  }

  .space-l-5-m {
    margin-left: 48px;
  }

  .space-l-4-m {
    margin-left: 36px;
  }

  .space-l-3-m {
    margin-left: 24px;
  }

  .space-l-2-m {
    margin-left: 12px;
  }

  .space-l-1-m {
    margin-left: 6px;
  }

  .space-l-0-m {
    margin-left: 0;
  }

  .pad-l-6-m {
    padding-left: 72px;
  }

  .pad-l-5-m {
    padding-left: 48px;
  }

  .pad-l-4-m {
    padding-left: 36px;
  }

  .pad-l-3-m {
    padding-left: 24px;
  }

  .pad-l-2-m {
    padding-left: 12px;
  }

  .pad-l-1-m {
    padding-left: 6px;
  }

  .pad-l-0-m {
    padding-left: 0;
  }
}


/*! ---------- =grids ---------- */

.grid {
  display: block;
  padding: 0;
  margin: 0 -24px 0 0;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  text-align: center;
  list-style: none;
}
.grid.align-left {
  text-align: left;
}
.grid.align-right {
  text-align: right;
}
.grid.no-margin {
  margin-bottom: -24px;
}
.grid--compact {
  margin-right: -12px;
}
.grid--compact.no-margin {
  margin-bottom: -12px;
}
.grid__unit {
  display: inline-block;
  width: 100%;
  padding: 0 24px 24px 0;
  margin: 0;
  vertical-align: top;
  letter-spacing: normal;
  text-rendering: auto;
  text-align: left;
}
.grid__unit.align-bottom {
  vertical-align: bottom;
} 
.grid--compact > .grid__unit {
  padding: 0 12px 12px 0;
}
.grid__unit--1-2 {
  width: 50%;
}
.grid__unit--1-3 {
  width: 33.33%;
}
.grid__unit--2-3 {
  width: 66.66%;
}
.grid__unit--1-4 {
  width: 25%;
}
.grid__unit--3-4 {
  width: 75%;
}
.grid__unit--1-5 {
  width: 20%;
}
.grid__unit--2-5 {
  width: 40%;
}
.grid__unit--3-5 {
  width: 60%;
}
.grid__unit--4-5 {
  width: 80%;
}
.grid__unit--1-6 {
  width: 16.66%;
}
.grid__unit--5-6 {
  width: 83.3%;
}
.grid__unit--1-8 {
  width: 12.5%;
}
.grid__unit--3-8 {
  width: 37.5%;
}
.grid__unit--5-8 {
  width: 62.5%;
}
.grid__unit--7-8 {
  width: 87.5%;
}
.grid__unit--1-9 {
  width: 11.11%;
}
.grid__unit--2-9 {
  width: 22.22%;
}
.grid__unit--4-9 {
  width: 44.44%;
}
.grid__unit--5-9 {
  width: 55.55%;
}
.grid__unit--7-9 {
  width: 77.77%;
}
.grid__unit--8-9 {
  width: 88.88%;
}
.grid__unit--1-12 {
  width: 8.33%;
}
.grid__unit--5-12 {
  width: 41.65%;
}
.grid__unit--7-12 {
  width: 58.31%;
}
.grid__unit--11-12 {
  width: 91.63%;
}

@media (min-width: 480px) {
  .grid__unit--1-1-s {
    width: 100%;
  }
  .grid__unit--1-2-s {
    width: 50%;
  }
  .grid__unit--1-3-s {
    width: 33.33%;
  }
  .grid__unit--2-3-s {
    width: 66.66%;
  }
  .grid__unit--1-4-s {
    width: 25%;
  }
  .grid__unit--3-4-s {
    width: 75%;
  }
  .grid__unit--1-5-s {
    width: 20%;
  }
  .grid__unit--2-5-s {
    width: 40%;
  }
  .grid__unit--3-5-s {
    width: 60%;
  }
  .grid__unit--4-5-s {
    width: 80%;
  }
  .grid__unit--1-6-s {
    width: 16.66%;
  }
  .grid__unit--5-6-s {
    width: 83.3%;
  }
  .grid__unit--1-8-s {
    width: 12.5%;
  }
  .grid__unit--3-8-s {
    width: 37.5%;
  }
  .grid__unit--5-8-s {
    width: 62.5%;
  }
  .grid__unit--7-8-s {
    width: 87.5%;
  }
  .grid__unit--1-9-s {
    width: 11.11%;
  }
  .grid__unit--2-9-s {
    width: 22.22%;
  }
  .grid__unit--4-9-s {
    width: 44.44%;
  }
  .grid__unit--5-9-s {
    width: 55.55%;
  }
  .grid__unit--7-9-s {
    width: 77.77%;
  }
  .grid__unit--8-9-s {
    width: 88.88%;
  }
  .grid__unit--1-12-s {
    width: 8.33%;
  }
  .grid__unit--5-12-s {
    width: 41.65%;
  }
  .grid__unit--7-12-s {
    width: 58.31%;
  }
  .grid__unit--11-12-s {
    width: 91.63%;
  }
}

@media (min-width: 768px) {
  .grid {
    margin-right: -48px;
  }
  .grid.no-margin {
    margin-bottom: -48px;
  }
  .grid--compact {
    margin-right: -24px;
  }
  .grid--compact.no-margin {
    margin-bottom: -24px;
  }
  .grid__unit {
    padding: 0 48px 48px 0;
  }
  .grid--compact > .grid__unit {
    padding: 0 24px 24px 0;
  }
  .grid__unit--1-1-m {
    width: 100%;
  }
  .grid__unit--1-2-m {
    width: 50%;
  }
  .grid__unit--1-3-m {
    width: 33.33%;
  }
  .grid__unit--2-3-m {
    width: 66.66%;
  }
  .grid__unit--1-4-m {
    width: 25%;
  }
  .grid__unit--3-4-m {
    width: 75%;
  }
  .grid__unit--1-5-m {
    width: 20%;
  }
  .grid__unit--2-5-m {
    width: 40%;
  }
  .grid__unit--3-5-m {
    width: 60%;
  }
  .grid__unit--4-5-m {
    width: 80%;
  }
  .grid__unit--1-6-m {
    width: 16.66%;
  }
  .grid__unit--5-6-m {
    width: 83.3%;
  }
  .grid__unit--1-8-m {
    width: 12.5%;
  }
  .grid__unit--3-8-m {
    width: 37.5%;
  }
  .grid__unit--5-8-m {
    width: 62.5%;
  }
  .grid__unit--7-8-m {
    width: 87.5%;
  }
  .grid__unit--1-9-m {
    width: 11.11%;
  }
  .grid__unit--2-9-m {
    width: 22.22%;
  }
  .grid__unit--4-9-m {
    width: 44.44%;
  }
  .grid__unit--5-9-m {
    width: 55.55%;
  }
  .grid__unit--7-9-m {
    width: 77.77%;
  }
  .grid__unit--8-9-m {
    width: 88.88%;
  }
  .grid__unit--1-12-m {
    width: 8.33%;
  }
  .grid__unit--5-12-m {
    width: 41.65%;
  }
  .grid__unit--7-12-m {
    width: 58.31%;
  }
  .grid__unit--11-12-m {
    width: 91.63%;
  }
}

@media (min-width: 960px) {
  .grid__unit--1-1-l {
    width: 100%;
  }
  .grid__unit--1-2-l {
    width: 50%;
  }
  .grid__unit--1-3-l {
    width: 33.33%;
  }
  .grid__unit--2-3-l {
    width: 66.66%;
  }
  .grid__unit--1-4-l {
    width: 25%;
  }
  .grid__unit--3-4-l {
    width: 75%;
  }
  .grid__unit--1-5-l {
    width: 20%;
  }
  .grid__unit--2-5-l {
    width: 40%;
  }
  .grid__unit--3-5-l {
    width: 60%;
  }
  .grid__unit--4-5-l {
    width: 80%;
  }
  .grid__unit--1-6-l {
    width: 16.66%;
  }
  .grid__unit--5-6-l {
    width: 83.3%;
  }
  .grid__unit--1-8-l {
    width: 12.5%;
  }
  .grid__unit--3-8-l {
    width: 37.5%;
  }
  .grid__unit--5-8-l {
    width: 62.5%;
  }
  .grid__unit--7-8-l {
    width: 87.5%;
  }
  .grid__unit--1-9-l {
    width: 11.11%;
  }
  .grid__unit--2-9-l {
    width: 22.22%;
  }
  .grid__unit--4-9-l {
    width: 44.44%;
  }
  .grid__unit--5-9-l {
    width: 55.55%;
  }
  .grid__unit--7-9-l {
    width: 77.77%;
  }
  .grid__unit--8-9-l {
    width: 88.88%;
  }
  .grid__unit--1-12-l {
    width: 8.33%;
  }
  .grid__unit--5-12-l {
    width: 41.65%;
  }
  .grid__unit--7-12-l {
    width: 58.31%;
  }
  .grid__unit--11-12-l {
    width: 91.63%;
  }
}


/*! ---------- =forms ---------- */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="date"],
textarea,
select {
  display: block;
  width: 100%;
  padding: 9px 12px;
  margin: 0;
  border: 1px solid #d8e1e7;
  color: #4a5b66;
  color: rgba(74, 91, 102, 0.8);
  font: 16px/24px "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
}
input[type="text"]:not(:last-child),
input[type="email"]:not(:last-child),
input[type="password"]:not(:last-child),
input[type="number"]:not(:last-child),
input[type="tel"]:not(:last-child),
input[type="date"]:not(:last-child),
textarea:not(:last-child),
select:not(:last-child) {
  margin-bottom: 24px;
}
input[type="text"]:required,
input[type="email"]:required,
input[type="password"]:required,
input[type="number"]:required,
input[type="tel"]:required,
input[type="date"]:required,
textarea:required,
select:required {
  border-color: #bac5cd;
}
input[type="text"].input-validation-error,
input[type="email"].input-validation-error,
input[type="password"].input-validation-error,
input[type="number"].input-validation-error,
input[type="tel"].input-validation-error,
input[type="date"].input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
  border-color: #c40d3c;
  color: #c40d3c;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
  border-color: #003764;
  color: #4a5b66;
}
textarea {
  padding: 12px;
  min-height: 96px;
}
textarea.textarea-large {
  min-height: 240px;
}
input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  position: relative;
  top: -0.1em;
}
label + input[type="radio"],
label + input[type="checkbox"] {
  margin-left: 24px;
}

label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #003764;
  opacity: 0.9;
  transition: color 0.15s ease-out, opacity 0.15s ease-out;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}

label.required {
  color: #00263e;
}
label.required::after {
  content: '*';
  font-weight: 400;
}
label.input-validation-error {
  color: #c40d3c;
}
label.is-selected {
  color: #004e86;
}
label.is-focused {
  color: #003764;
  opacity: 1;
}

.side-label {
  margin: 0;
}
.side-label:not(:last-child) {
  margin-bottom: 24px;
}

@media (min-width: 480px) {
  .side-label {
    padding-left: 168px;
  }
  .side-label label {
    width: 168px;
    float: left;
    margin-left: -168px;
    padding: 6px 1em 0 0;
  }
}


.field-validation-error {
  display: block;
  margin-bottom: 24px;
  font-size: 16px;
  color: #c40d3c;
}
input + .field-validation-error,
select + .field-validation-error,
textarea + .field-validation-error {
  margin-top: -18px;
}


/*! ---------- =body ---------- */

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  overflow-x: hidden;
  width: 100%;
}

.content {
  padding: 24px;
  padding-top: 96px;
}

.page-bounds,
.hero__content,
.alternate-background__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}


@media (min-width: 768px) {
  .content {
    padding: 48px;
  }
}


/*! ---------- =header common ---------- */

.page-header {
  background: #fff;
  left: 0;
  padding: 0 24px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.page-header .page-bounds,
.page-header .hero__content,
.page-header .alternate-background__content {
  position: relative;
}

@media (max-width: 767px) {
  .page-header {
    width: 100%;
  }
  .page-header__toggle {
    color: #003764;
    padding: 24px 24px;
    position: absolute;
    right: -24px;
    top: 0;
  }
  .page-header__toggle.mobile-menu-is-open {
    color: #003764;
  }
  .js .page-header__toggle {
    display: block;
  }
  .page-header__toggle .toggle-indicator {
    margin-left: 6px;
  }
  .page-header__content {
    -ms-flex-align: stretch;
    align-items: stretch;
    clear: both;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: -24px;
    margin-right: -24px;
  }
}

@media (min-width: 768px) {
  .page-header {
    padding-left: 48px;
    padding-right: 48px;
  }
  .page-header__toggle {
    display: none;
  }
}


@media (max-width: 767px) {
  .header-search {
    -ms-flex-order: 1;
    order: 1;
  }

  .header-nav {
    -ms-flex-order: 2;
    order: 2;
  }

  .header-utility {
    -ms-flex-order: 3;
    order: 3;
  }
}

/*! slide-right / offscreen mobile menu */


@media (max-width: 767px) {
  .page-header__content {
    display: none;
    width: 80%;
    width: calc(100% - 72px);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    overflow: auto;
    background: #fff;
    transition: all 0.15s ease-out;
  }

  @supports ((-webkit-transform: translateX(-100%)) or (transform: translateX(-100%))) {
    .page-header__content {
      display: -ms-flexbox;
      display: flex;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      opacity: 0;
      visibility: hidden;
    }
  }

  .page-header__content.mobile-menu-is-open {
    display: block;
    display: -ms-flexbox;
    display: flex;
  }

  @supports ((-webkit-transform: translateX(-100%)) or (transform: translateX(-100%))) {
    .page-header__content.mobile-menu-is-open {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15), 1px 0 2px rgba(0, 0, 0, 0.2);
      opacity: 1;
      visibility: visible;
    }
  }

  .page-header .header-search__input {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
    border-width: 1px 0 !important;
  }
  .page-header .header-search__submit {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    background: transparent;
    color: #003764;
  }
}

.page-header__toggle.mobile-menu-is-open {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20%;
  width: calc(0% + 72px);
  font-size: 0.01px;
  color: transparent;
  background: rgba(255, 255, 255, 0.7);
}
.page-header__toggle.mobile-menu-is-open .toggle-indicator {
  position: absolute;
  top: 26px;
  left: 50%;
  margin: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}


/*! ---------- =header components ---------- */

.header-logo a,
.header-logo img {
  display: block;
  margin: 0;
  max-width: 100%;
}

@media (max-width: 767px) {
  .header-logo a {
    padding: 12px 0;
  }
  .header-logo img {
    width: 144px;
  }
}


.toggle-indicator {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  position: relative;
}
.toggle-indicator__piece {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, -webkit-transform 0.25s ease-out;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.toggle-indicator__piece::before {
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #003764;
  transition: background 0.2s ease-out;
}
.page-header .toggle-indicator__piece::before {
  background: #003764;
}
.toggle-indicator__piece--1 {
  margin-top: -8px;
}
.toggle-indicator__piece--3 {
  margin-top: 4px;
}
.is-active .toggle-indicator__piece,
.mobile-menu-is-open .page-header .toggle-indicator__piece {
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, -webkit-transform 0.25s ease-out 0.3s;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s, -webkit-transform 0.25s ease-out 0.3s;
}
.is-active .toggle-indicator__piece::before,
.mobile-menu-is-open .page-header .toggle-indicator__piece::before {
  background: #0075c9;
}
.is-active .toggle-indicator__piece--2,
.mobile-menu-is-open .page-header .toggle-indicator__piece--2 {
  opacity: 0;
}
.is-active .toggle-indicator__piece--1,
.is-active .toggle-indicator__piece--3,
.mobile-menu-is-open .page-header .toggle-indicator__piece--1,
.mobile-menu-is-open .page-header .toggle-indicator__piece--3 {
  margin-top: -2px;
}
.is-active .toggle-indicator__piece--1,
.mobile-menu-is-open .page-header .toggle-indicator__piece--1 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.is-active .toggle-indicator__piece--3,
.mobile-menu-is-open .page-header .toggle-indicator__piece--3 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-menu-is-open .page-header .toggle-indicator__piece::before {
  background: #003764;
}

.header-utility__list {
  list-style: none;
  margin: 0;
}
.header-utility__item {
  display: inline-block;
}
.header-utility__item a {
  color: #4a5b66;
  display: block;
  font-weight: 200;
  padding: 12px 24px;
}
.header-utility__item a:hover,
.header-utility__item a:focus {
  color: #1ecad3;
}
.header-utility__item--highlight > a {
  padding-left: 12px;
  padding-right: 12px;
  background: #003764;
  color: #fff;
  border-radius: 3px;
}
.header-utility__item--highlight > a:hover,
.header-utility__item--highlight > a:focus {
  background: #1ecad3;
  color: #fff;
}
.header-utility__item.disabled > a {
  color: inherit;
  cursor: default;
  pointer-events: none;
}
.header-utility__login img {
  max-width: 50px;
  min-width: 50px;
  /*top: -2px;*/
  vertical-align: middle;
}
.header-utility__login a {
  padding-bottom: 0;
  padding-top: 0;
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
}
.header-utility__login a:hover,
.header-utility__login a:focus {
  opacity: 0.8;
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
}

@media (max-width: 767px) {
  .header-utility {
    padding: 18px 24px;
    text-align: center;
    font-size: 16px;
  }
  .header-utility__item a {
    padding-left: 0;
    padding-right: 0;
  }
  .header-utility__login {
    margin-top: 24px;
    max-width: 72px;
  }
  .header-utility__login a:hover,
  .header-utility__login a:focus {
    opacity: 1;
    -ms-transform: none;
    transform: none;
    -webkit-transform: none;
  }
}

@media (min-width: 768px) {
  .header-utility__list {
    display: inline-block;
    vertical-align: middle;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .header-utility {
    margin-right: 72px;
  }
  .header-utility__item a {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-utility__login {
    max-width: 72px;
  }
}

/*! account for utility nav dropdowns */

.header-utility__item > ul {
  list-style: none;
  margin: 0;
}

@media (max-width: 767px) {
  .header-utility {
    text-align: left;
  }
  .header-utility__item {
    display: block;
  }
  .header-utility__item > a {
    font-weight: 700;
  }
  .header-utility__item > a > .fas {
    display: none;
  }
  .header-utility__item > ul a {
    padding: 6px 6px 6px 24px;
  }
}

@media (min-width: 768px) {
  .header-utility__item {
    position: relative;
  }
  .header-utility__item > ul {
    min-width: 12em;
    padding: 12px 0;
    position: absolute;
    left: 50%;
    top: 100%;
    border: 1px solid #e8edf1;
    text-align: left;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-12px);
    -ms-transform: translateX(-50%) translateY(-12px);
    transform: translateX(-50%) translateY(-12px);
    z-index: -1;
    transition: all 0.15s ease-out;
  }
  .header-utility__item > ul::before,
  .header-utility__item > ul::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top-width: 0;
    border-bottom-color: #e8edf1;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: 100%;
    z-index: 1;
  }
  .header-utility__item > ul::after {
    margin-bottom: -1px;
    border-bottom-color: #fff;
    z-index: 2;
  }
  .header-utility__item > ul > li > a {
    padding: 6px 12px;
    color: #4a5b66;
  }
  .header-utility__item:hover > ul,
  .header-utility__item:focus > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    z-index: 4;
  }
}


.header-search {
  position: relative;
}
.header-search__label {
  display: block;
  font-size: 20px;
  top: 1px;
  left: 1px;
  margin: 0;
  opacity: 0.3;
  padding: 12px;
  position: absolute;
}
.header-search__label:hover,
.header-search__label:focus {
  opacity: 0.8;
}
.header-search__input {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  display: block;
  font-size: 18px;
  line-height: 24px;
  margin: 0 !important;
  padding: 12px 72px 12px 24px !important;
  width: 100%;
}
.header-search__submit {
  background: rgba(255, 255, 255, 0);
  color: #1ecad3;
  display: block;
  font-weight: 700;
  padding: 13px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 60px;
}

@media (max-width: 767px) {
  .header-search {
    margin-top: -1px;
  }
  .header-search__label {
    display: none;
  }
}

@media (min-width: 768px) {
  .header-search {
    position: absolute;
    right: 0;
    width: 60px;
  }

  @supports (left: calc(100% - 60px)) {
    .header-search {
      width: auto;
      left: calc(100% - 60px);
      transition: left 0.15s ease-out;
    }
  }

  .header-search.is-focused {
    width: 100%;
  }

  @supports (left: calc(100% - 60px)) {
    .header-search.is-focused {
      width: auto;
      left: 0;
    }
  }


  .header-search__label {
    color: #1ecad3;
    cursor: pointer;
    opacity: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
  }
  .header-search__label:hover,
  .header-search__label:focus {
    color: #0075c9;
  }
  .header-search__input {
    opacity: 0.01;
    padding-left: 42px !important;
    position: absolute;
    right: -60px;
    top: 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header-search__input:focus {
    opacity: 1;
  }
  .header-search__submit {
    display: none;
  }
}


.header-nav ul {
  list-style: none;
  margin: 0;
}
.header-nav li {
  position: relative;
}
.header-nav a {
  display: block;
}
.header-nav__main-link {
  color: #fff;
  font-weight: 500;
}
.header-nav__subnav a {
  color: #4a5b66;
  font-size: 16px;
  font-weight: 500;
}
.header-nav__toggle {
  display: none;
}
.header-nav__callouts {
  display: grid;
  grid-template-columns: Repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 24px 0;
}
.header-nav__callout-link {
  border: none !important;
  display: block;
  margin: 0 auto;
  padding: 0 12px !important;
}
.header-nav__callout-frame {
  display: block;
  margin: 0 auto;
  margin-bottom: 6px;
  max-width: 300px;
  overflow: hidden;
}
.header-nav__callout-image {
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.header-nav__callout-title {
  color: #4a5b66;
  display: block;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 auto;
  max-width: 300px;
  transition: color 0.15s ease-out;
}
.header-nav__callout-link:hover .header-nav__callout-title,
.header-nav__callout-link:focus .header-nav__callout-title {
  color: #b8be14;
}
.header-nav__callout-link:hover .header-nav__callout-image,
.header-nav__callout-link:focus .header-nav__callout-image {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

@media (max-width: 767px) {
  .header-nav {
    background: #fff;
  }
  .header-nav__drill-down,
  .header-nav__drill-up {
    display: none;
  }
  .header-nav a {
    border-bottom: 1px solid #e8edf1;
    padding: 12px 60px 12px 24px;
  }
  .header-nav__subnav {
    height: auto !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .header-nav__subnav a {
    border-bottom-color: rgba(232, 237, 241, 0.5);
    padding-left: 48px;
  }
  .header-nav__subnav ul a {
    padding-left: 72px;
  }
  .header-nav__subnav ul ul a {
    padding-left: 96px;
  }
  .header-nav__main-link {
    color: #4a5b66;
  }
  .header-nav__subnav > li > a {
    color: #4a5b66;
  }
  .js .header-nav__subnav ul,
  .js .header-nav__dropdown {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
  }
  .js .header-nav__subnav ul.is-active,
  .js .header-nav__dropdown.is-active {
    max-height: 100em;
    transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
  }
  .header-nav__toggle {
    background: #fff;
    height: 48px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: 100%;
    top: 0;
    white-space: nowrap;
    width: 60px;
  }
  .js .header-nav__toggle {
    display: block;
  }
  .header-nav__toggle::before {
    border: 10px solid transparent;
    border-bottom-width: 0;
    border-top-color: #aab6c0;
    content: '';
    display: block;
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    -webkit-transform: scaleX(0.6);
    -ms-transform: scaleX(0.6);
    transform: scaleX(0.6);
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    width: 0;
  }
  .header-nav__toggle.is-active::before {
    border-top-color: #003764;
    -webkit-transform: scaleX(0.6) rotateX(180deg);
    transform: scaleX(0.6) rotateX(180deg);
  }
  .header-nav__callouts {
    padding: 24px;
  }
}

@media (min-width: 768px) {
  .header-nav__main-list {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
    position: relative;
    -webkit-perspective: 800px;
    perspective: 800px;
  }
  .header-nav__main-item {
    display: inline-block;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: static !important;
  }
  .header-nav__main-link {
    font-size: 1.3vw;
    padding: 18px 0;
    position: relative;
  }
  .header-nav__main-link:hover,
  .header-nav__main-link:focus {
    color: #b8be14;
  }
  .header-nav__main-item:hover .header-nav__main-link {
    background: #1ecad3;
    color: #fff;
  }
  .header-nav__main-item:hover .header-nav__main-link::before {
    opacity: 1;
    transition: opacity 0.15s ease-out 0.3s, z-index 0s linear 0.3s;
    z-index: 11;
  }
  .header-nav .is-current > a {
    color: #1ecad3;
  }
  .header-nav__dropdown {
    background: #fff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.09), 0 16px 35px rgba(0, 0, 0, 0.15);
    display: -ms-flexbox;
    display: flex;
    left: 0;
    height: 600px;
    max-width: 1280px;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    text-align: left;
    top: 100%;
    -webkit-transform: rotateX(-7deg);
    transform: rotateX(-7deg);
    -webkit-transform-origin: 50% -48px;
    -ms-transform-origin: 50% -48px;
    transform-origin: 50% -48px;
    transition: opacity 0.2s ease-out, visibility 0s linear 0.2s, z-index 0s linear 0.2s, -webkit-transform 0s linear 0.2s;
    transition: opacity 0.2s ease-out, transform 0s linear 0.2s, visibility 0s linear 0.2s, z-index 0s linear 0.2s;
    transition: opacity 0.2s ease-out,
                    transform 0s linear 0.2s,
                    visibility 0s linear 0.2s,
                    z-index 0s linear 0.2s,
                    -webkit-transform 0s linear 0.2s;
    visibility: hidden;
    will-change: transform;
    width: calc(100vw - 96px);
    z-index: -1;
  }
  .header-nav__main-item:hover .header-nav__dropdown,
  .header-nav__dropdown.is-hovered {
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    transition: opacity 0.15s ease-out 0.3s, visibility 0s linear 0.3s, z-index 0s linear 0.3s, -webkit-transform 0.15s ease-out 0.3s;
    transition: transform 0.15s ease-out 0.3s, opacity 0.15s ease-out 0.3s, visibility 0s linear 0.3s, z-index 0s linear 0.3s;
    transition: transform 0.15s ease-out 0.3s,
                    opacity 0.15s ease-out 0.3s,
                    visibility 0s linear 0.3s,
                    z-index 0s linear 0.3s,
                    -webkit-transform 0.15s ease-out 0.3s;
    visibility: visible;
    z-index: 10;
  }
  .header-nav__subnav {
    background: #fff;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    position: relative;
    transition: height 0.24s ease, -webkit-transform 0.24s cubic-bezier(0.35, 0, 0.2, 0.9);
    transition: transform 0.24s cubic-bezier(0.35, 0, 0.2, 0.9), height 0.24s ease;
    transition: transform 0.24s cubic-bezier(0.35, 0, 0.2, 0.9),
                    height 0.24s ease,
                    -webkit-transform 0.24s cubic-bezier(0.35, 0, 0.2, 0.9);
    width: 400px;
  }
  .header-nav__subnav li {
    border-top: 1px solid #e8edf1;
    display: -ms-flexbox;
    display: flex;
    position: static;
  }
  .header-nav__subnav > li:first-child {
    /*margin-top: 60px;*/
    margin-top: 12px;
  }
  .header-nav__subnav a {
    display: block;
    -ms-flex: 1 0 48px;
    flex: 1 0 48px;
    padding: 18px 72px 18px 48px;
  }
  .header-nav__subnav a:hover,
  .header-nav__subnav a:focus {
    color: #b8be14;
  }
  .header-nav__subnav ul {
    background: #fff;
    left: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 400px;
    z-index: 0;
  }
  .header-nav__subnav ul.is-drilldown-current {
    opacity: 1;
    z-index: 1;
  }
  .header-nav__drill-down {
    display: block;
    -ms-flex: 0 0 72px;
    flex: 0 0 72px;
    transition: color 0.15s ease-out, text-indent 0.15s ease-out;
    width: 72px;
  }
  .header-nav__drill-down::before {
    color: #96a8b3;
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
  }
  .header-nav__drill-down:hover,
  .header-nav__drill-down:focus {
    color: #b8be14;
    text-indent: 4px;
  }
  .header-nav__drill-up {
    color: #4a5b66;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 24px 48px 12px;
    position: relative;
    text-align: left;
    width: 100%;
  }
  .header-nav__drill-up::before {
    content: '\f053';
    display: block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    left: 24px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    transition: -webkit-transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  }
  .header-nav__drill-up:hover,
  .header-nav__drill-up:focus {
    color: #b8be14;
  }
  .header-nav__drill-up:hover::before,
  .header-nav__drill-up:focus::before {
    -webkit-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    transform: translateX(-4px);
  }
  .header-nav__callouts {
    background: #e8edf1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 60px 36px 48px;
    position: relative;
    z-index: 2;
  }
}

@media (min-width: 1376px) {
  .header-nav__dropdown {
    left: 50%;
    margin-left: -640px;
  }
  .header-nav__main-item:nth-child(1) .header-nav__dropdown {
    left: 0;
    margin-left: 0;
  }
  .header-nav__main-item:nth-child(2) .header-nav__dropdown {
    left: 25%;
    margin-left: -320px;
  }
  .header-nav__main-item:nth-last-child(2) .header-nav__dropdown {
    left: auto;
    right: 25%;
    margin-left: auto;
    margin-right: -320px;
  }
  .header-nav__main-item:nth-last-child(1) .header-nav__dropdown {
    left: auto;
    right: 0;
    margin-left: 0;
  }
}

@media (min-width: 1130px) {
  .header-nav__main-link {
    font-size: 18px;
  }
}


/*! ---------- =header layout ---------- */

.header-logo {
  float: left;
}


@media (max-width: 767px) {
  body.mobile-menu-is-open {
    position: fixed;
  }
}

@media (min-width: 768px) {
  .page-header {
    padding-bottom: 60px;
  }
  .page-header > .page-bounds,
  .page-header > .hero__content,
  .page-header > .alternate-background__content {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-header__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-nav {
    background: #003764;
    box-shadow: 50vw 0 0 #003764, -50vw 0 0 #003764;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
  }

  .header-logo {
    margin-right: 24px;
    max-width: 250px;
  }
  .header-logo a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px 0;
    width: 250px;
  }
  .header-logo img {
    max-height: 100%;
  }/*! sticky header */

  .content {
    padding-top: 230px;
  }

  .page-header {
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  body.is-scrolled .page-header {
    -webkit-transform: translateY(-124px);
    -ms-transform: translateY(-124px);
    transform: translateY(-124px);
  }/*! disclosure search */

  .header-search {
    z-index: 3;
  }
  .header-search.is-focused .header-search__label {
    color: #1ecad3;
  }
  .header-search.is-focused .header-search__input {
    box-shadow: 0 -24px 0 #fff, 0 24px 0 #fff;
    right: 0;
  }
}


@media (min-width: 1376px) {
  .header-utility {
    position: absolute;
    right: 72px;
  }
  .header-nav::after,
  .header-nav::before {
    background: #003764;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 5000px;
  }
  .header-nav::after {
    right: -5000px;
  }
  .header-nav::before {
    left: -5000px;
  }
}


/*! ---------- =footer common ---------- */

.page-footer {
  padding: 0 24px;
}
.page-footer .page-bounds,
.page-footer .hero__content,
.page-footer .alternate-background__content {
  position: relative;
}

@media (min-width: 768px) {
  .page-footer {
    padding: 0 48px;
  }
}


/*! ---------- =footer style ---------- */

/*! solid footer style */

.page-footer {
  background: url(/images/default-source/siteimages/backgrounds/bg-footer.png) no-repeat bottom right #003764;
  color: #fff;
  font-size: 16px;
  padding-bottom: 48px;
  padding-top: 48px;
}
.page-footer a {
  color: #fff;
}
.page-footer a:hover,
.page-footer a:focus {
  color: #aab6c0;
  text-decoration: none;
}
.page-footer .footer-trending__title,
.page-footer .footer-actions__title {
  color: #b8be14;
  font-size: 14px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .page-footer {
    background-position: bottom center;
  }
}

@media (min-width: 768px) {
  .page-footer {
    padding-top: 72px;
  }
}


/*! ---------- =footer components ---------- */

.footer-logo {
  text-align: center;
}
.footer-logo a {
  display: inline-block;
  max-width: 100%;
  margin: 0 auto;
}

.footer-logo img {
  max-width: 150px;
  width: 100%;
}

.footer-contact {
  font-size: 16px;
}

.footer-social__icon {
  display: inline-block;
  vertical-align: middle;
  padding: 3px;
  font-size: 23px;
}

.footer-trending__title {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.5;
}

.footer-utility__list {
  list-style: none;
  margin: 0;
}
.footer-utility__item {
  display: inline-block;
  vertical-align: middle;
}
.footer-utility__item a {
  display: block;
  padding: 6px;
}

@media (min-width: 480px) {
  .footer-utility__item a {
    padding: 6px 12px;
  }
}


.footer-actions__section {
  margin-bottom: 24px;
}
.footer-actions__title {
  font-size: 23px;
  line-height: 24px;
  margin-bottom: 6px;
}
.footer-actions__list {
  list-style: none;
  margin: 0 0 0 -12px;
}
.footer-actions__item {
  display: inline-block;
  vertical-align: middle;
}
.footer-actions__item a {
  display: block;
  padding: 6px;
}

@media (max-width: 479px) {
  .footer-actions__item {
    display: block;
  }
}

@media (min-width: 480px) {
  .footer-actions__item a {
    padding: 6px 12px;
  }
}

@media (min-width: 768px) {
  .footer-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .footer-actions__section {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: top;
  }
  .footer-actions__list {
    margin-left: 0;
  }
  .footer-actions__item {
    display: block;
  }
  .footer-actions__item a {
    padding: 6px 0;
  }
}

@media (min-width: 1376px) {
  .footer-actions__section {
    -ms-flex: 1 1;
    flex: 1 1;
  }
}


.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 12px;
  line-height: 1.4;
  margin-top: 12px;
  opacity: 0.5;
  padding-top: 12px;
}

.footer-disclaimer {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: 12px;
  padding-right: 12px;
}


/*! ---------- =footer layouts ---------- */


@media (max-width: 767px) {
  .page-footer {
    text-align: center;
  }

  .footer-logo img {
    max-height: 96px;
  }

  .footer-social,
  .footer-contact,
  .footer-copyright {
    margin-top: 24px;
  }

  .footer-actions {
    margin-top: 36px;
  }
}

@media (min-width: 768px) {
  .footer-actions {
    margin-right: -24px;
  }
  .footer-actions__section {
    padding-right: 24px;
  }

  .footer-logo,
  .footer-social,
  .footer-contact {
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .footer-logo {
    float: left;
    margin-right: 24px;
    margin-bottom: 48px;
  }

  .footer-actions {
    clear: both;
  }
}


@media (min-width: 960px) and (max-width: 1375px) {
  .page-footer__content {
    width: 50% !important;
  }
}

@media (min-width: 960px) {
  .page-footer__content {
    float: left;
    padding-right: 9.6px;
    width: 40%;
  }

  .footer-contact {
    left: 210px;
    position: absolute;
    top: 0;
  }

  .footer-actions {
    padding-left: 14.4px;
    width: 60%;
  }

  .footer-logo {
    text-align: left;
  }

  .footer-copyright {
    clear: both;
  }
}


/* ---------- =interior common ---------- */

.page-title {
  color: #003764;
}
.page-title + .breadcrumbs {
  margin-top: -24px;
}


/* ---------- =interior components ---------- */

.title-block {
  margin: -24px -24px 24px;
  padding: 36px 24px;
  background: #003764;
  position: relative;
  overflow: hidden;
}
.title-block::before {
  background: rgba(0, 55, 100, 0.5);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.title-block__background img {
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.title-block__content,
.title-block__content a,
.title-block .breadcrumbs a,
.title-block .page-title {
  color: #fff;
}
.title-block__content {
  position: relative;
  text-shadow: 0 0 3px rgba(0, 55, 100, 0.5);
  z-index: 3;
}
.title-block__content a {
  font-weight: 700;
}
.title-block .breadcrumbs a {
  font-weight: 400;
}
.title-block__content a:hover,
.title-block__content a:focus,
.title-block .breadcrumbs a:hover,
.title-block .breadcrumbs a:focus {
  color: #fff;
  text-decoration: underline;
}
.title-block .page-title {
  text-shadow: 0 0 16px rgba(0, 55, 100, 0.4), 0 0 3px rgba(0, 55, 100, 0.3);
}
.title-block .breadcrumbs {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .title-block {
    margin: -48px -48px 48px;
    padding: 72px 48px;
  }
  .title-block::before {
    background: linear-gradient(to right, #003764, rgba(0, 55, 100, 0));
    opacity: 0.5;
    width: 75%;
  }
}

@media (min-width: 960px) {
  .title-block {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}


.breadcrumbs {
  font-size: 16px;
  margin-bottom: 24px;
}
.breadcrumbs a {
  color: #4a5b66;
  opacity: 0.9;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #0075c9;
  opacity: 1;
}
.breadcrumbs span {
  display: inline-block;
  margin: 0 0.3em;
  opacity: 0.4;
}

.in-this-section a {
  color: #003764;
  display: block;
  padding: 6px 0;
}
.in-this-section a:hover,
.in-this-section a:focus {
  color: #0075c9;
}
.in-this-section ul {
  background: #e8edf1;
  list-style: none;
  margin: 0;
  padding: 12px;
}
.in-this-section ul ul {
  display: none;
  padding-left: 24px;
}
.in-this-section ul ul a {
  font-size: 16px;
}
.in-this-section .is-current > ul {
  display: block;
}
.in-this-section .is-current > a {
  color: #0075c9;
}

@media (max-width: 959px) {
  .in-this-section__toggle {
    background: #e8edf1;
    display: block;
    padding: 12px;
    text-align: left;
    width: 100%;
  }
  .no-js .in-this-section__toggle {
    display: none;
  }
  .js .in-this-section > ul {
    display: none;
  }
  .js .in-this-section > ul.is-active {
    display: block;
  }
}

@media (min-width: 960px) {
  .in-this-section__toggle {
    background: #e8edf1;
    color: #003764;
    cursor: default;
    font-size: 24px;
    line-height: 48px;
    padding: 12px;
    padding-bottom: 0;
    text-align: left;
    width: 100%;
  }
  .in-this-section__toggle .toggle-indicator {
    display: none;
  }
  .interior-layout .in-this-section {
    margin-top: -6px;
  }
}


/* ---------- =interior layout ---------- */

.interior-layout__nav,
.interior-layout__main {
  margin-bottom: 24px;
}

@media (min-width: 960px) {
  .interior-layout__nav {
    margin-bottom: 0;
  }
  .interior-layout__nav > *:last-child {
    margin-bottom: 48px;
  }
  .interior-layout__title {
    margin-bottom: 24px;
  }
  .interior-layout__main {
    margin-bottom: 48px;
  }
  .interior-layout__title {
    margin-left: 30%;
    padding-left: 48px;
  }
  .interior-layout__nav,
  .interior-layout__aside {
    width: 30%;
    float: left;
    clear: left;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
  .interior-layout__main {
    width: 70%;
    padding-left: 48px;
    float: right;
  }
}


/*! ---------- =buttons ---------- */

.button {
  background: #003764;
  border-radius: 24px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding: 12px 36px;
  text-align: center;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
  transition: color 0.15s ease-out,
                background-color 0.15s ease-out,
                transform 0.15s ease-out,
                box-shadow 0.15s ease-out,
                -webkit-transform 0.15s ease-out;
  vertical-align: middle;
}
.button:hover,
.button:focus {
  background: #0075c9;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.button:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.8);
  outline-offset: -6px;
}
.button:active {
  box-shadow: none;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: none;
}
.button--large {
  display: block;
  max-width: 100%;
  width: auto;
}
input.button--large,
button.button--large {
  width: 100%;
}
.button--large + .button--large {
  margin-left: 0;
  margin-top: 12px;
}
.button--small {
  padding: 6px 24px;
  font-size: 16px;
}
.button--secondary {
  background: #0075c9;
  color: #fff;
}
.button--secondary:hover,
.button--secondary:focus {
  background: #004e86;
  color: #fff;
}
.button--highlight {
  background: #1ecad3;
  color: #fff;
}
.button--highlight:hover,
.button--highlight:focus {
  background: #189fa6;
  color: #fff;
}
.button--action {
  background: #b8be14;
  color: #fff;
}
.button--action:hover,
.button--action:focus {
  background: #a4a90f;
  color: #fff;
}
.button--warn {
  background: #c40d3c;
}
.button--warn:hover,
.button--warn:focus {
  background: #6b300c;
}
.button--cancel {
  background: #fff;
  border: 1px solid #aab6c0;
  color: #4a5b66;
  font-size: 16px;
  font-weight: 400;
}
.button--cancel:hover,
.button--cancel:focus {
  background: #fff;
  border-color: #003764;
  color: #003764;
}

.button-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -12px;
  margin-right: -6px;
  margin-left: -6px;
}
.button-group > .button {
  -ms-flex: auto;
  flex: auto;
  margin: 12px 6px 0;
}


/*! ---------- =lists ---------- */

.item-list {
  list-style: none;
  margin-left: 0;
}
.item-list:not(:last-child) {
  margin-bottom: 48px;
}
.item-list + .button {
  margin-top: -24px;
}
.item-list__item + .item-list__item {
  border-top: 1px solid #e8edf1;
  margin-top: 24px;
  padding-top: 24px;
}
.item-list--compact > .item-list__item + .item-list__item {
  margin-top: 6px;
  padding-top: 6px;
}
.item-list--borderless .item-list__item + .item-list__item {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.item-list--testimonials.item-list--grid .grid__unit {
  padding-bottom: 0;
}
.item-list__header:not(:first-child) {
  margin-top: 96px;
}
.item-list__thumbnail {
  display: block;
  float: left;
  margin-right: 24px;
  max-width: 33%;
  transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
  width: 120px;
}
.item-list--event-months .item-list__thumbnail {
  float: left!important;
  max-width: 26%!important;
  margin-right: 24px!important;
}
.item-list__content {
  overflow: hidden;
}
.item-list__title {
  color: #003764;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}
.item-list__date {
  margin: 6px 0 0;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-style: italic;
  opacity: 0.7;
}
.item-list--event-months .item-list__date {
  color: #0075C9;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 12px;
  opacity: 1;
}
.item-list__description {
  color: #4a5b66;
  margin: 12px 0 0;
}
.item-list__state::before {
  content: ',';
  display: inline-block;
  padding-right: 4px;
}

@media (max-width: 479px) {
  .item-list__thumbnail {
    float: none;
    margin: 0 auto 12px;
  }
}
@media (max-width: 767px) {
  .item-list__title {
    word-wrap: break-word;
  }
}
/*! grid-style lists */

.item-list--grid .item-list__item + .item-list__item {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.item-list--grid .item-list__thumbnail {
  float: none;
  margin: 0 auto 12px;
  max-width: 100%;
  width: 100%;
}
.item-list--grid .item-list__thumbnail img {
  width: 100%;
}

/*! flex-style lists */

.item-list--flex {
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.item-list--flex .item-list__item {
  display: inline-block;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.item-list--flex .item-list__item + .item-list__item {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

@media (max-width: 767px) {
  .item-list--flex .item-list__item {
    display: block;
    margin-bottom: 24px;
    width: 100%;
  }
}

/*! titles-style lists */

.item-list--titles .item-list__item {
  position: relative;
}
.item-list--titles .item-list__item:hover .item-list__content,
.item-list--titles .item-list__item:focus .item-list__content {
  background: #003764;
}
.item-list--titles .item-list__thumbnail {
  margin-bottom: 0;
}
.item-list--titles .item-list__content {
  background: rgba(30, 202, 211, 0.9);
  color: #fff;
  padding: 12px;
  transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
}
.item-list--titles .item-list__item:hover .item-list__thumbnail, 
.item-list--titles .item-list__item:focus .item-list__thumbnail {
  transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
}
.item-list--titles .item-list__content:hover,
.item-list--titles .item-list__content:focus {
  background: #003764;
}
.item-list--titles .item-list__title {
  font-size: 24px;
  line-height: 28px;
}
.item-list--titles .item-list__title,
.item-list--titles .item-list__date {
  color: #fff;
}

@media (max-width: 959px) {
  .item-list--titles .item-list__content {
    padding-top: 36px;
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
  }
}

@media (min-width: 960px) {
  .item-list--titles .item-list__thumbnail + .item-list__content {
    bottom: 60px;
    left: 24px;
    position: absolute;
    right: 28.8px;
  }
}

/*! box-style lists */

.item-list--box .item-list__thumbnail {
  margin-bottom: 0;
}
.item-list--box .item-list__item:hover .item-list__thumbnail, 
.item-list--box .item-list__item:focus .item-list__thumbnail {
    transform: translateY(4px);
      -webkit-transform: translateY(4px);
}
.item-list--box .item-list__content {
  border: 1px solid #e8edf1;
  padding: 24px;
  transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
}
.item-list--box .item-list__item:hover .item-list__content,
.item-list--box .item-list__item:focus .item-list__content {
  background: #e8edf1;
}

@media (max-width: 767px) {
  .item-list--box .item-list__content {
    min-height: 0 !important;
  }
}

/*! image-style lists */

.item-list--images .item-list__item:hover .item-list__thumbnail,
.item-list--images .item-list__item:focus .item-list__thumbnail {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.item-list--images .item-list__thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 192px;
  padding-top: 192px;
  position: relative;
  max-width: 95%;
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  width: 100%;
}
.item-list--images .item-list__title {
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  display: inline-block;
  font-size: 24px;
  font-weight: 200;
  left: 0;
  padding: 24px 12px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}

@media (max-width: 767px) {
  .item-list--images .item-list__thumbnail {
    max-width: 100%;
  }
}


/*! ---------- =tabs ---------- */

.tabs--standard:not(:last-child) {
  margin-bottom: 48px;
}
.tabs--standard .tabs__tab {
  background: #003764;
  border: 1px solid #aab6c0;
  border-bottom-color: #003764;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-bottom: -1px;
  opacity: 0.9;
  padding: 12px;
  position: relative;
  vertical-align: bottom;
  z-index: 2;
}
.tabs--standard .tabs__tab.is-active {
  background: #fff;
  border-bottom-color: #fff;
  color: #003764;
}
.tabs--standard .tabs__tab:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.8);
  outline-offset: -6px;
}
.tabs--standard .tabs__pane {
  border: 1px solid #aab6c0;
  display: none;
  padding: 24px;
}
.tabs--standard .tabs__pane.is-active {
  display: block;
}
.tabs--vertical {
  margin-bottom: 48px;
}
.tabs--vertical .tabs__tab {
  background: #e8edf1;
  padding: 12px;
}
.tabs--vertical .tabs__tab.is-active {
  color: #003764;
  background: #fff;
}
.tabs--vertical .tabs__tab:focus {
  outline: 1px dashed #003764;
  outline-offset: -6px;
}
.js .tabs--vertical .tabs__pane:not(.is-active) {
  display: none;
}

@media (min-width: 480px) {
  .tabs--standard .tabs__tab {
    font-weight: 600;
    padding: 18px 24px;
  }
}

@media (max-width: 767px), (min-width: 960px) and (max-width: 1375px) {
  .tabs--standard,
  .tabs--vertical {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tabs--standard .tabs__tab,
  .tabs--standard .tabs__pane,
  .tabs--vertical .tabs__tab,
  .tabs--vertical .tabs__pane {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tabs--standard .tabs__tab,
  .tabs--vertical .tabs__tab {
    -ms-flex-order: 1;
    order: 1;
    border: 1px solid #e8edf1;
  }
  .tabs--standard .tabs__tab ~ .tabs__tab,
  .tabs--vertical .tabs__tab ~ .tabs__tab {
    margin-top: 6px;
  }
  .tabs--standard .tabs__tab.is-active,
  .tabs--vertical .tabs__tab.is-active {
    border-color: #aab6c0 #aab6c0 #e8edf1;
  }
  .tabs--standard .tabs__tab:nth-child(2),
  .tabs--vertical .tabs__tab:nth-child(2) {
    -ms-flex-order: 3;
    order: 3;
  }
  .tabs--standard .tabs__tab:nth-child(3),
  .tabs--vertical .tabs__tab:nth-child(3) {
    -ms-flex-order: 5;
    order: 5;
  }
  .tabs--standard .tabs__tab:nth-child(4),
  .tabs--vertical .tabs__tab:nth-child(4) {
    -ms-flex-order: 7;
    order: 7;
  }
  .tabs--standard .tabs__tab:nth-child(5),
  .tabs--vertical .tabs__tab:nth-child(5) {
    -ms-flex-order: 9;
    order: 9;
  }
  .tabs--standard .tabs__tab:nth-child(6),
  .tabs--vertical .tabs__tab:nth-child(6) {
    -ms-flex-order: 11;
    order: 11;
  }
  .tabs--standard .tabs__tab:nth-child(7),
  .tabs--vertical .tabs__tab:nth-child(7) {
    -ms-flex-order: 13;
    order: 13;
  }
  .tabs--standard .tabs__tab:nth-child(8),
  .tabs--vertical .tabs__tab:nth-child(8) {
    -ms-flex-order: 15;
    order: 15;
  }
  .tabs--standard .tabs__tab:nth-child(9),
  .tabs--vertical .tabs__tab:nth-child(9) {
    -ms-flex-order: 17;
    order: 17;
  }
  .tabs--standard .tabs__tab:nth-child(10),
  .tabs--vertical .tabs__tab:nth-child(10) {
    -ms-flex-order: 19;
    order: 19;
  }
  .tabs--standard .tabs__pane,
  .tabs--vertical .tabs__pane {
    border: 1px solid #aab6c0;
    border-top-width: 0;
    -ms-flex-order: 2;
    order: 2;
    padding: 24px 12px;
  }
  .tabs--standard .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane {
    -ms-flex-order: 4;
    order: 4;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 6;
    order: 6;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 8;
    order: 8;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 10;
    order: 10;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 12;
    order: 12;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 14;
    order: 14;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 16;
    order: 16;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 18;
    order: 18;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 20;
    order: 20;
  }
}

@media (min-width: 768px) and (max-width: 959px), (min-width: 1376px) {
  .tabs--standard {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tabs--standard::before {
    /* remove sf pseudoel that messes with space-between */
    display: none !important;
  }
  .tabs--standard .tabs__tab {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 18px 24px;
  }
  .tabs--standard.tabs--2 .tabs__tab {
    width: 48%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: calc(50% - 6px);
    flex-basis: calc(50% - 6px);
  }
  .tabs--standard.tabs--3 .tabs__tab {
    width: 31%;
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    -ms-flex-preferred-size: calc(33.3% - 6px);
    flex-basis: calc(33.3% - 6px);
  }
  .tabs--standard.tabs--4 .tabs__tab {
    width: 22%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -ms-flex-preferred-size: calc(25% - 6px);
    flex-basis: calc(25% - 6px);
  }
  .tabs--standard.tabs--5 .tabs__tab {
    width: 17%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    -ms-flex-preferred-size: calc(20% - 6px);
    flex-basis: calc(20% - 6px);
  }
  .tabs--standard .tabs__pane {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .tabs--vertical .tabs__tab {
    background: #003764;
    border: 1px solid #e8edf1;
    border-right-color: #aab6c0;
    box-shadow: inset 6px 0 0 #003764;
    clear: left;
    color: #fff;
    cursor: pointer;
    float: left;
    margin-bottom: 6px;
    padding: 11px 17px;
    width: 300px;
  }
  .tabs--vertical .tabs__tab.is-active {
    background: #fff;
    border-color: #aab6c0 #fff #aab6c0 #aab6c0;
    box-shadow: inset 6px 0 0 #fff;
    cursor: default;
  }
  .tabs--vertical .tabs__pane {
    background: #fff;
    border-left: 299px solid #fff;
    box-shadow: inset 0 0 0 1px #aab6c0;
    padding: 24px;
  }
  .tabs--vertical .tabs__pane::after {
    content: '';
    display: table;
    clear: both;
    margin: 30px 0 -30px;
  }
}

/*! calendar tabs style */
.tabs--calendar .tabs__tab {
  color: #003764;
}
.tabs--calendar .tabs__tab:hover,
.tabs--calendar .tabs__tab:focus {
  color: #0075C9;
}
.tabs--calendar .tabs__tab.is-active {
  color: #B8BE14;
}

.tabs--calendar .tabs__tab.is-active::after{
  content: "\f078";
  font-family: 'Font Awesome 5 Pro';
  padding-left: 6px;
  transition: all 0.15s ease-out;
}
.tabs--calendar .tabs__tab, 
.tabs--calendar .tabs__pane {
  border: 0;
  background: transparent;
}
.tabs--calendar .item-list__thumbnail {
  max-width: 60%;
}

@media (min-width: 768px) and (max-width: 959px), (min-width: 1376px) {
  .tabs--calendar {
    justify-content: flex-start;
  }
  .tabs--calendar .tabs__tab {
    width: fit-content;
    max-width: fit-content;
  }
}


.accordion:not(:last-child) {
  margin-bottom: 48px;
}
.accordion__label {
  background: #003764;
  border: 1px solid #003764;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 600;
  font-size: 16px;
  overflow: hidden;
  padding: 12px;
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
}
.accordion__label .fa-arrow-right {
  margin-left: 0.4em;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.accordion__label:hover,
.accordion__label:focus {
  background: #0075c9;
  border-color: #0075c9;
  color: #fff;
}
.accordion__label.is-active {
  background: #0075c9;
  border-color: #003764 #003764 #e8edf1 #003764;
  color: #fff;
}
.accordion__label.is-active .fa-arrow-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion__label:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.3);
  outline-offset: -6px;
}
.accordion__label ~ .accordion__label {
  margin-top: 6px;
}
.accordion__content {
  border: 1px solid #003764;
  border-top: none;
  padding: 24px 12px;
  transition: all 0.2s ease-out;
  overflow: hidden;
}
.js .accordion__content:not(.is-active) {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0 1px;
  visibility: hidden;
  opacity: 0;
}

.pagination {
  list-style: none;
  margin: 0 0 24px;
}
.pagination .overview {
  display: block;
  font-size: 16px;
}
.pagination li {
  display: inline-block;
  margin-bottom: 0.2em;
}
.pagination li a {
  display: block;
  width: 36px;
  padding: 6px 0;
  text-align: center;
  color: #4a5b66;
  background: #e8edf1;
  font-size: 16px;
}
.pagination li a:hover,
.pagination li a:focus {
  color: #fff;
  background: #0075c9;
}
.pagination .active a {
  font-weight: 700;
  color: #fff;
  background: #003764;
}

@media (min-width: 940px) {
  .pagination .overview {
    display: inline-block;
    margin-right: 1.5em;
  }
}


/*! ---------- =code and =syntax highlighting ---------- */

pre,
code {
  font-family: "Inconsolata", monospace;
  font-size: 16px;
  line-height: 24px;
}
pre {
  display: block;
  padding: 24px 12px;
  border: 1px solid #dbe3e9;
  color: #222;
  background: #fefeff;
  overflow-y: auto;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
pre:not(:last-child) {
  margin-bottom: 24px;
}
pre::before {
  content: attr(rel);
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #97adc0;
  position: absolute;
  top: 2px;
  right: 12px;
}
p > code,
li > code {
  background: #f5f7f9;
  font-style: normal;
}
p > code::before,
p > code::after,
li > code::before,
li > code::after {
  content: '';
  display: inline-block;
  width: 0.5em;
}

/*! syntax highlighting through prism: http://prismjs.com/index.html
*  the following is based off the default theme */

pre[class*="language-"] {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

.token.punctuation {
  color: #999;
}

.namespace {
  opacity: 0.7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}

.token.function {
  color: #dd4a68;
}

.token.regex,
.token.important,
.token.variable {
  color: #e90;
}
.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}


/*! ---------- =hero ---------- */

.hero {
  position: relative;
}
.hero:last-child {
  margin-bottom: 0;
}
.content > .page-bounds > .hero:first-child,
.content > .hero__content > .hero:first-child,
.content > .alternate-background__content > .hero:first-child {
  margin-top: -24px;
}
.hero__actions {
  margin-top: 24px;
  text-align: center;
}
.hero__action {
  background: #fff;
  color: #003764;
}
.hero__action:hover,
.hero__action:focus {
  background: #b8be14;
  color: #fff;
}

@media (max-width: 479px) {
  .hero__action {
    display: block;
  }
  .hero__action + .hero__action {
    margin-top: 12px;
  }
}

@media (min-width: 480px) {
  .hero__action + .hero__action {
    margin-left: 12px;
  }
}

@media (min-width: 768px) {
  .content > .page-bounds > .hero:first-child,
  .content > .hero__content > .hero:first-child,
  .content > .alternate-background__content > .hero:first-child {
    margin-top: -48px;
  }
}

/*! cover hero image style */

.hero::before {
  z-index: 2;
}
.hero__image {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.hero__content {
  padding: 48px 24px;
  position: relative;
  z-index: 3;
}
.hero__title {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
.hero__title span {
  font-size: 80%;
  font-style: italic;
  font-weight: 500;
}
.hero__title,
.hero__description {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}

@media (max-width: 767px) {
  .hero::before {
    background: rgba(0, 0, 0, 0.5);
  }
  .hero__title {
    text-align: center;
    line-height: 1.2;
  }
}

@media (min-width: 768px) {
  .hero__container {
    padding-bottom: 48px;
    padding-top: 48px;
  }
}

@media (min-width: 960px) {
  .hero {
    padding-top: 48px;
  }
}

@media (min-width: 960px) and (max-width: 1375px) {
  .hero__title {
    font-size:  30px;
  }
}

/*! cta hero style */
.cta-hero {
  padding: 0;
}

.cta-hero .hero__content {
  display: flex;
  flex-direction: column;
  max-width: none;
  padding: 0;
}

.cta-hero .item-list .item-list__item {
  background: #003764;
  padding: 24px;
}
.cta-hero .item-list .item-list__item:hover,
.cta-hero .item-list .item-list__item:focus {
  background: #00263e;
}
.cta-hero .item-list .item-list__item:nth-child(2n+2) {
  background: #0075c9;
}
.cta-hero .item-list .item-list__item:nth-child(2n+2):hover,
.cta-hero .item-list .item-list__item:nth-child(2n+2):focus {
  background: #004e86;
}
.cta-hero .item-list .item-list__item:nth-child(3n+3) {
  background: #b8be14;
}
.cta-hero .item-list .item-list__item:nth-child(3n+3):hover,
.cta-hero .item-list .item-list__item:nth-child(3n+3):focus {
  background: #a4a90f;
}
.cta-hero .item-list .item-list__title,
.cta-hero .item-list .item-list__description {
  color: #fff;
}
.cta-hero .item-list .item-list__item + .item-list__item {
  border-top: 0;
  margin-top: 0;
}
@media (max-width: 959.99px) {
  .hero__container {
    padding: 48px;
  }
}

@media (min-width: 960px) {
  .cta-hero .hero__content {
    flex-direction: row;
  }
  .cta-hero .hero__main {
    flex-basis: 70%;
    padding: 24px;
    text-align: left;
  }
  .cta-hero .hero__container {
    max-width: 80%;
    padding-left: calc(50vw - (1280px / 2));
  }
  .cta-hero .hero__title, 
  .cta-hero .hero__description, 
  .cta-hero .hero__actions {
    text-align: left;
  }
  .cta-hero .hero__links {
    flex-basis: 40%;
  }
  .cta-hero .item-list .item-list__item {
    padding-top: 36px;
    min-height: 150px;
    vertical-align: middle;
  }
}


/*! ---------- =quicklinks ---------- */

.quicklinks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 48px;
}
.quicklinks__item:nth-child(3n+2) .quicklinks__link {
  color: #0075c9;
}
.quicklinks__item:nth-child(3n+3) .quicklinks__link {
  color: #b8be14;
}
.quicklinks__link {
  color: #003764;
  display: block;
  position: relative;
  text-align: center;
}
.quicklinks__link:hover,
.quicklinks__link:focus {
  color: #1ecad3!important;
}
.quicklinks__link:hover .quicklinks__icon,
.quicklinks__link:focus .quicklinks__icon {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.quicklinks__icon {
  font-size: 43.2px;
  margin-bottom: 12px;
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
}
.quicklinks__title {
  font-size: 18px;
}
.quicklinks__description {
  margin-top: 24px;
}
.quicklinks__more {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  height: 48px;
  margin: 24px auto 0;
  position: relative;
  width: 48px;
}
.quicklinks__more .fas {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 479px) {
  .quicklinks__item {
    max-width: 100%;
  }
  .quicklinks__title,
  .quicklinks__description {
    min-height: 0 !important;
  }
}

@media (max-width: 767px) {
  .quicklinks {
    display: block;
  }
  .quicklinks__item + .quicklinks__item {
    padding-top: 48px;
  }
}

@media (min-width: 768px) {
  .quicklinks__title span {
    display: block;
  }
}

/*! icons quicklinks style */

.quicklinks--icons {
  border-bottom: 0;
  border-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.quicklinks--icons .quicklinks__item + .quicklinks__item {
  padding-top: 0;
}
.quicklinks--icons .quicklinks__item {
  background: #003764;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-right: 24px;
  padding-right: 0;
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
}
.quicklinks--icons .quicklinks__item:hover,
.quicklinks--icons .quicklinks__item:focus {
  background: #00263e;
}
.quicklinks--icons .quicklinks__item:last-child {
  margin-right: 0;
}
.quicklinks--icons .quicklinks__item:nth-child(2n+2) {
  background: #0075c9;
}
.quicklinks--icons .quicklinks__item:nth-child(2n+2):hover,
.quicklinks--icons .quicklinks__item:nth-child(2n+2):focus {
  background: #004e86;
}
.quicklinks--icons .quicklinks__item:nth-child(3n+3) {
  background: #b8be14;
}
.quicklinks--icons .quicklinks__item:nth-child(3n+3):hover,
.quicklinks--icons .quicklinks__item:nth-child(3n+3):focus {
  background: #a4a90f;
}
.quicklinks--icons .quicklinks__link {
  background: rgba(255, 255, 255, 0);
  color: #fff;
  margin-top: 0;
  padding: 36px 24px;
}
.quicklinks--icons .quicklinks__link:hover .quicklinks__title,
.quicklinks--icons .quicklinks__link:focus .quicklinks__title {
  color: #fff;
}
.quicklinks--icons .quicklinks__title {
  font-size: 24px;
}
.quicklinks--icons .quicklinks__icon,
.quicklinks--icons .quicklinks__title {
  color: #fff;
}

@media (max-width: 767px) {
  .quicklinks--icons .quicklinks__item {
    margin-right: 0;
    max-width: 100%;
  }
  .quicklinks--icons .quicklinks__link {
    margin-top: 12px;
  }
}

@media (min-width: 768px) {
  .quicklinks--icons {
    padding-right: 48px;
  }
  .quicklinks--icons .quicklinks__item {
    min-width: calc(100%/3);
  }
}


.alternate-background {
  padding: 48px 24px;
  background: #e8edf1;
  position: relative;
  overflow: hidden;
}
.alternate-background:not(:last-child) {
  margin-bottom: 48px;
}
.alternate-background__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.alternate-background__image img {
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.alternate-background__content {
  position: relative;
  z-index: 2;
}
.alternate-background--border {
  background: rgba(255, 255, 255, 0);
  border-bottom: 4px dotted #b8be14;
  border-top: 4px dotted #b8be14;
}

@media (min-width: 768px) {
  .alternate-background {
    padding: 96px 48px;
  }
  .alternate-background--tight {
    padding-bottom: 48px;
    padding-top: 48px;
  }
}

/*! split-style alternate background */

.alternate-background--split {
  background: rgba(255, 255, 255, 0);
  padding: 0;
}
.alternate-background--split .alternate-background__left {
  background: #003764;
}
.alternate-background--split .alternate-background__right {
  background: #b8be14;
}
.alternate-background--split h1,
.alternate-background--split .h1,
.alternate-background--split h2,
.alternate-background--split .h2,
.alternate-background--split h3,
.alternate-background--split .h3,
.alternate-background--split h4,
.alternate-background--split .h4,
.alternate-background--split h5,
.alternate-background--split .h5,
.alternate-background--split h6,
.alternate-background--split .h6,
.alternate-background--split p,
.alternate-background--split a {
  color: #fff;
}
.alternate-background--split .alternate-background--split__title {
  color: #fff;
  font-style: italic;
}
.alternate-background--split .button:hover,
.alternate-background--split .button:hover {
  box-shadow: 0 3px 4px rgb(0 0 0 / 40%);
}
.alternate-background--split .alternate-background__left,
.alternate-background--split .alternate-background__right {
  padding: 24px;
  position: relative;
  text-align: center;
}
.alternate-background--split .alternate-background__left::after,
.alternate-background--split .alternate-background__right::after {
  background: #fff;
  bottom: 0;
  content: '';
  display: block;
  height: 20vh;
  left: 0;
  min-height: 30%;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 0;
}

@media (max-width: 767px) {
  .alternate-background--split .alternate-background__left,
  .alternate-background--split .alternate-background__right {
    min-height: 0 !important;
    padding-right: 48px;
  }
}

@media (min-width: 768px) {
  .alternate-background--split .alternate-background__left {
    padding: 48px;
    padding-right: 72px;
    padding-left: 72px;
  }
  .alternate-background--split .alternate-background__right {
    padding: 48px;
    padding-right: 96px;
  }
}

@media (min-width: 960px) {
  .alternate-background--split .alternate-background__left .button,
  .alternate-background--split .alternate-background__right .button {
    margin-top: -28px;
    position: relative;
    z-index: 2;
  }
}


@media (min-width: 1376px) {
  .alternate-background--split .alternate-background__left {
    padding: 48px;
    padding-left: calc(50vw - (1280px / 2));
    padding-right: 96px;
  }
  .alternate-background--split .alternate-background__right {
    padding: 48px;
    padding-left: 96px;
    padding-right: calc(50vw - (1280px / 2));
  }
}



.alternate-background--split .alternate-background__link .alternate-background__thumbnail {
  position: relative;
  transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
  z-index: 1;
}
.alternate-background--split .alternate-background__link:hover .alternate-background__thumbnail,
.alternate-background--split .alternate-background__link:focus .alternate-background__thumbnail {
  transform: translateY(4px);
    -webkit-transform: translateY(4px);
}

@media (max-width: 959px) {
  .alternate-background--split .alternate-background__link .alternate-background__thumbnail {
    margin-bottom: 24px;
  }
}


/*! ---------- =home styles ---------- */


.section-resources__title p {
  color: #003764;
  font-weight: 700;
}

@media (max-width: 959px) {
  .section-resources__title {
    min-height: 0 !important;
  }
}

@media (min-width: 960px) {
  .section-resources .grid__unit {
    padding-bottom: 0;
  }
  .section-resources__title {
    position: relative;
  }
  .section-resources__title p {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/*! ---------- =SF calendar styles ---------- */
.k-scheduler {
  border: 0;
  border-radius: 0;
  margin-bottom: 48px;
}
.k-toolbar {
  background: transparent;
  border: 0;
  margin-bottom: 48px;
}
.k-scheduler-navigation .k-icon {
  font: 26px / 3 WebComponentsIcons!important;
}
.k-scheduler-navigation .k-button,
.k-scheduler-views .k-button {
  background: #E7E8EC;
  border: 0;
  border-radius: 0!important;
  color: #525256;
  border-radius: 0;
  margin-right: 6px;
  padding: 4px 12px;
  font-size: 20px;
}
.k-scheduler-views .k-button:hover,
.k-scheduler-views .k-button:focus {
  background: #0075c9;
  color: #fff;
}
.k-scheduler-views .k-button.k-state-selected {
  background: #0075c9;
  border: 0;
  color: #fff;
  font-weight: 700;
  box-shadow: none;
}

.k-scheduler-header th {
  color: #003764;
  font-size: 20px;
  padding: 12px;
}
.k-event .sf-event-item a {
  color: #003764;
}
.k-event .sf-event-item a:hover,
.k-event .sf-event-item a:focus {
  color: #0075C9;
}

.k-scheduler .sf-event-item a,
.k-scheduler .sf-event-item a:hover,
.k-scheduler .sf-event-item a:focus {
  color: #FFFFFF;
  padding: 0 12px;
}
.k-scheduler .sf-event-item {
  background: #013764;
  height: 115%;
  width: 105%;
}
.k-scheduler .sf-event-item:hover {
  background: #a4a90f;
}
.k-scheduler-agendaview .k-scheduler-mark {
  display: none;
}
.k-scheduler .k-scheduler-header-wrap .k-scheduler-datecolumn {
  border-left: 0;
}
.k-scheduler td.k-scheduler-datecolumn {
  width: 240px;
}
.k-scheduler td.k-scheduler-timecolumn {
  width: 219.9px;
}


/*! ---------- =sitefinity ---------- */

.sys-template {
  display: none;
}

.sfContentBlock {
  margin-bottom: 24px;
}
.sfContentBlock:last-child {
  margin-bottom: 0;
}

/* For Solr debug */

.debug-url {
  background-color: #efe;
  border: 2px solid #2c2;
  padding: 12px;
  margin-bottom: 24px;
  word-wrap: break-word;
}

/*! make page builder layout more friendly to edit */

.sfPageEditor .page-header,
.sfPageEditor .page-header > .page-bounds,
.sfPageEditor .header-logo,
.sfPageEditor .page-header__content,
.sfPageEditor .header-utility,
.sfPageEditor .header-search,
.sfPageEditor .header-nav,
.sfPageEditor .title-block,
.sfPageEditor .title-block__background,
.sfPageEditor .title-block__content,
.sfPageEditor .alternate-background--split .alternate-background__left,
.sfPageEditor .alternate-background--split .alternate-background__right,
.sfPageEditor .page-footer,
.sfPageEditor .page-footer__content,
.sfPageEditor .footer-actions,
.sfPageEditor .footer-actions__section,
.sfPageEditor .footer-logo,
.sfPageEditor .footer-social,
.sfPageEditor .footer-contact,
.sfPageEditor .footer-utility,
.sfPageEditor .footer-copyright {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
  float: none !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
.sfPageEditor .header-logo img {
  max-width: 350px;
}
.sfPageEditor .content {
  padding-top: 48px;
}
.sfPageEditor .title-block::before,
.sfPageEditor .alternate-background--split .alternate-background__left::after,
.sfPageEditor .alternate-background--split .alternate-background__right::after {
  display: none !important;
}
.sfPageEditor .title-block__background,
.sfPageEditor .title-block__content {
  position: static !important;
}
.sfPageEditor .alternate-background__image {
  position: static !important;
  overflow: visible !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.sfPageEditor .alternate-background__image img {
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  position: static !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.sfPageEditor .alternate-background--split .grid {
  letter-spacing: 0 !important;
}

/* space form builder fields */

.sf-fieldWrp > input,
.sf-fieldWrp > select,
.sf-fieldWrp > textarea,
.sf-fieldWrp > div > input,
.sf-fieldWrp > div > select,
.sf-fieldWrp > div > textarea {
  margin-bottom: 20px !important;
}
.sf_colsIn > .sf-fieldWrp > input:last-child,
.sf_colsIn > .sf-fieldWrp > select:last-child,
.sf_colsIn > .sf-fieldWrp > textarea:last-child {
  margin-bottom: 0 !important;
}

.sfInlineEditingPageMenu .sfInlineEditingToggleLnk {
  z-index: 1001 !important;
}

/* user-friendly tabs layout modules */

.sfPageEditor [data-edit-label]::before {
  content: "[" attr(data-edit-label) "]";
  font-size: 14px;
  opacity: 0.3;
}

.tabs.sf_cols {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.tabs__tab > .sf_colsIn,
.tabs__pane > .sf_colsIn {
  margin: 0 !important;
}
.sfPageEditor .tabs--standard .tabs__tab {
  width: 100% !important;
  float: none !important;
}
.sfPageEditor .tabs.sf_cols .tabs__pane {
  display: block !important;
}

/* spacer layout modules */

.sfPageEditor .spacer {
  background: #f7f9fa;
  position: relative;
  border: 2px dashed #e9eef2;
}
.sfPageEditor .spacer::before {
  content: attr(data-editor-help);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #a7b3bd;
  font-size: 15px;
}
.sfPageEditor .spacer--tiny,
.sfPageEditor .spacer--small {
  border-width: 1px;
}
.sfPageEditor .spacer--tiny::before,
.sfPageEditor .spacer--small::before {
  font-size: 11px;
}

/*! ---------- =search-results -------- */
.search-current-tags {
  margin-bottom: 24px;
}

/* =faqs-search */
.faq-search {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .ui-autocomplete {
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .ui-autocomplete {
    max-width: 80vh;
  }
}

/*! ---------- =zip/city/county ------- */
table.bordered-results,
table.full-width,
table.multi-state {
  width: 100%;
}
  
table.bordered-results,
table.bordered-results th,
table.bordered-results td {
  border: 1px solid #dbe3e9;
}


/*! ---------- =tax estimator --------- */
table.multi-state th,
table.multi-state td {
  padding: 12px 6px;
  border: 1px solid #dbe3e9;
}

table.multi-state th {
  background: #003764;
  color: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  table.multi-state,
  table.multi-state tbody,
  table.multi-state tr {
    display: block;
    width: 100%;
  }
  table.multi-state th {
    left: -9999px;
    position: absolute;
  top: -9999px;
  }
  table.multi-state td {
  border-bottom: 1px solid #eee;
  display: block;
  position: relative;
  padding-left: 50%;
  }
  table.multi-state td::before {
    color: #003764;
    font-weight: 700;
    left: 6px;
    padding-right: 10px; 
  position: absolute;
  top: 6px;
  width: 45%;
  }
  table.multi-state td:nth-of-type(1):before {
    content: "State";
  }
  table.multi-state td:nth-of-type(2):before {
    content: "Premium";
  }
  table.multi-state td:nth-of-type(3):before {
    content: "SL Agent Policy Fee";
  }
  table.multi-state td:nth-of-type(4):before {
    content: "";
  }
}

.inside {
  position: relative;
}
.inside > i {
  position: absolute;
  top: 15px;
  left: 8px;  
}
.inside > input {
  text-indent: 6px;
}

.tax-estimate-invoice {
  border-top: 32px solid #003764;
  box-shadow: 0 0 4px #888;
  padding: 0 15px;  
}
.tax-estimate__header {
  background-image: url(/images/default-source/tax-estimator/taxestimatorlogo.png);
  background-repeat: no-repeat;
  padding: 48px 0;
  background-position: center left;
  background-size: 75px;
}
.tax-estimate__footer {
  margin: 8px 0 16px;
  padding: 32px 0;
}

table.tax-invoice {
  width: 100%;
  margin-bottom: 24px;
}
table.tax-invoice tr:nth-last-child(2),
table.tax-invoice tr:last-child {
  background-color: #f8f8ff;
  text-align: right;
}
table.tax-invoice th,
table.tax-invoice td {
  padding: 8px;
  border-top: 1px solid #ddd;
}
table.tax-invoice th {
  background-color: #0e3b59;
  color: #fff;
}
table.tax-invoice th:last-child,
table.tax-invoice td:last-child {
  text-align: right;
}
table.tax-invoice td:first-child {
  width: 80%;
}
table.tax-invoice td:last-child {
  background-color: #f8f8ff;
}
table.tax-assessments tr:nth-child(odd):not(:last-child) td {
  border-color: transparent;
  color: #888;
  padding-top: 0;
  font-size: 12px;
}
table.tax-allocations th:nth-last-child(2) {
  text-align: right;
}
table.tax-allocations td:first-child {
  text-align: left;
  background-color: #fff;
}

.disclaimer {
  color: #888;
  font-size: 12px;
}

/*! ---------- =print ---------- */


@media print {
  .page-header__toggle,
  .header-search,
  .header-utility,
  .header-nav,
  .in-this-section,
  .footer-logo,
  .footer-social,
  .footer-utility,
  .home-feature,
  .breadcrumbs,
  .share-buttons,
  .truncator-expand {
    display: none !important;
  }

  body {
    background: #fff;
  }


  @page {
    margin: 0.5in;
  }


  @page :first {
    margin-top: 1in;
  }


  @page :last {
    margin-bottom: 1in;
  }


  .page-bounds,
  .hero__content,
  .alternate-background__content {
    max-width: 100%;
  }

  .page-header,
  .content,
  .page-footer {
    padding-left: 0;
    padding-right: 0;
  }

  h1,
  h2,
  h3,
  h4 {
    page-break-after: avoid;
  }

  blockquote,
  img,
  table,
  pre {
    page-break-inside: avoid;
  }

  ul,
  ol,
  dl {
    page-break-before: avoid;
  }

  .header-logo {
    float: none;
    max-width: 150px;
    margin: 0 auto;
    padding: 0;
  }

  .page-footer {
    border-top: 1px solid #e8edf1;
  }

  .footer-contact {
    text-align: center;
  }

  .interior-layout__title,
  .interior-layout__nav,
  .interior-layout__main,
  .interior-layout__aside {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .interior-layout__aside {
    border-top: 1px solid #aab6c0;
    padding-top: 48px;
  }

  .page-title {
    text-align: center;
  }

  .content a[href]:not([href^="#"]) {
    word-wrap: break-word;
    box-shadow: 0 2px 0 #003764;
    color: #4a5b66;
    font-weight: 700;
  }
  .content a[href]:not([href^="#"])::after {
    content: " (" attr(href) ") ";
    font-size: 0.85em;
    color: #5f7584;
  }

  .tabs__pane {
    display: block !important;
  }

  .accordion__content {
    max-height: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  [data-truncate-to] {
    max-height: none !important;
    overflow: visible !important;
  }

  [data-truncate-to*="item"] > * {
    display: initial !important;
  }
}

/*! ---------- =IE10+ CSS styles ---------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-search {
    display: none;
  }
}