@charset "UTF-8";

/*
 * Common colors and constants
 *
 * Text Sizing
 * ----
 *
 * Default font size: 18px
 * Default line height: 25px
 * Other text sizes: 16px, 15px, 22px, 26px, 30px, 38px, 50px, 60px
 *
 *
 * Page Sizing
 * ----
 *
 * Page width constraint: 1400px
 * Gutter:
 *   Small screens: 25px
 *   Large screens: 50px
 *
 *
 * Theme Colors
 * ----
 *
 * Primary (blue): #0071ce
 *   Tint: #00acc8
 *   Shade: #085390
 * Accent (green): #77bc1f
 *   Tint: #95e232
 *   Shade: #5b9314
 * Action (yellow): #c7a900
 *   Shade: #a68d00
 *
 *
 * Utility Colors
 * ----
 *
 * Page background: #fff
 * Grays, lightest to darkest:
 *   #e8e8e8
 *   #d1d3d3
 *   #9ba7b2
 *   #5c6670
 *   #384655
 *   #101c28
 * Body copy: #5c6670
 * Titles: #163a50
 * Warning: #941
 *
 *
 * Breakpoints
 * ----
 *
 * Small: 470px
 * Medium: 940px
 * Large: 1100px
 * Widescreen: 1500px
 */


/*! ---------- =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: 50px 0;
  border-bottom: 1px solid #d1d3d3;
}
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/25px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #5c6670;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.alternate-typeface,
h1, h2, h3, h4, h5, h6,
.item-list__title,
.carousel__title,
.home-feature__link-name {
  font-family: "Proza Libre", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
p, ol, ul, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 25px;
}
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 {
  text-rendering: optimizeLegibility;
  color: #163a50;
  font-weight: 600;
}
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 {
  font-size: 50px;
  line-height: 50px;
}
@media (max-width: 939px) {
  h1 {
    font-size: 38px;
  }
}
h2 {
  font-size: 38px;
  line-height: 37.5px;
}
h3 {
  font-size: 30px;
  line-height: 37.5px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 22px;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.note {
  opacity: 0.8;
}
pre + .note,
input + .note,
textarea + .note {
  margin-top: -12.5px;
}
.highlight {
  color: #77bc1f;
}
.warn {
  color: #941;
}
.goldenrod {
  color: #c7a900;
}


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

a {
  text-decoration: none;
  color: #0071ce;
}
a:hover,
a:focus {
  color: #77bc1f;
}
a,
button {
  -webkit-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;
  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;
}

.margin {
  margin-bottom: 25px;
}
.margin-large {
  margin-bottom: 50px;
}
.margin-small {
  margin-bottom: 12.5px;
}
.margin-top {
  margin-top: 25px;
}
.margin-top-large {
  margin-top: 50px;
}
.margin-top-small {
  margin-top: 12.5px;
}

.height-auto {
  height: auto !important;
  min-height: 0 !important;
}
@media (max-width: 469.98px) {
  .height-auto-lt-s {
    height: auto !important;
    min-height: 0 !important;
  }
}
@media (max-width: 939.98px) {
  .height-auto-lt-m {
    height: auto !important;
    min-height: 0 !important;
  }
}
@media (max-width: 1099.98px) {
  .height-auto-lt-l {
    height: auto !important;
    min-height: 0 !important;
  }
}

.more {
  display: inline-block;
  font-weight: 700;
}
.more .fas {
  margin-left: 0.3em;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  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 .fas,
.more:focus .fas {
  -webkit-transform: translateX(0.2em);
  -ms-transform: translateX(0.2em);
  transform: translateX(0.2em);
}
h1 + .more,
h2 + .more,
h3 + .more,
h4 + .more,
h5 + .more,
h6 + .more,
.item-list + .more {
  position: relative;
  top: -25px;
}

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

figure {
  display: block;
  margin-bottom: 25px;
  border: 1px solid #e8e8e8;
  padding: 6.25px;
}
figcaption {
  display: block;
  padding: 6.25px 0;
  font-size: 15px;
  opacity: 0.8;
}

.to-screen-edges,
.content > .page-bounds > .carousel {
  width: auto !important;
  margin-left: -25px;
  margin-right: -25px;
}
.to-screen-edges__content {
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 940px) {
  .to-screen-edges,
  .content > .page-bounds > .carousel {
    margin-left: -50px;
    margin-right: -50px;
  }
  .to-screen-edges__content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1500px) {
  .to-screen-edges,
  .content > .page-bounds > .carousel {
    margin-left: calc(-50vw + (1400px / 2));
    margin-right: calc(-50vw + (1400px / 2));
  }
  .to-screen-edges__content {
    padding-left: calc(50vw - (1400px / 2));
    padding-right: calc(50vw - (1400px / 2));
  }
}

.pull-quote {
  padding: 25px 0;
  margin: 25px 0;
  border: solid #5b9314;
  border-width: 2px 0;
  font-size: 22px;
  line-height: 37.5px;
  font-weight: 300;
}
.pull-quote__attribution {
  display: block;
  font-size: 16px;
  line-height: 25px;
  opacity: 0.8;
}
.pull-quote__attribution::before {
  content: '– ';
}
p + .pull-quote__attribution {
  margin-top: -18.75px;
}
@media (min-width: 470px) {
  .pull-quote--left,
  .pull-quote--right {
    max-width: 40%;
    margin-top: 0;
  }
  .pull-quote--left {
    float: left;
    margin-right: 25px;
    padding: 0 25px 0 0;
    border-width: 0 2px 0 0;
  }
  .pull-quote--right {
    float: right;
    margin-left: 25px;
  }
}

.content-box {
  padding: 25px;
  border: 2px solid #085390;
  background: #fff;
}
.content-box:not(:last-child) {
  margin-bottom: 25px;
}
.content-box h1,
.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6 {
  color: #0071ce;
}
.content-box--dark-blue {
  border-color: #163a50;
}
.content-box--dark-blue h1,
.content-box--dark-blue h2,
.content-box--dark-blue h3,
.content-box--dark-blue h4,
.content-box--dark-blue h5,
.content-box--dark-blue h6 {
  color: #163a50;
}
.content-box--highlight {
  border-color: #5b9314;
}
.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: #77bc1f;
}
.content-box--action {
  border-color: #a68d00;
}
.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: #c7a900;
}

.truncator-expand {
  display: block;
  width: 100%;
  padding-top: 6.25px;
  margin-top: 12.5px;
  border-top: 1px dashed #9ba7b2;
  text-align: left;
  color: #77bc1f;
  font-weight: 700;
  font-size: 16px;
}
.margin + .truncator-expand {
  margin-top: -12.5px;
}
.margin + .truncator-expand:not(:last-child) {
  margin-bottom: 25px;
}
.item-list + .truncator-expand,
.margin-large + .truncator-expand {
  margin-top: -37.5px;
}
.item-list + .truncator-expand:not(:last-child),
.margin-large + .truncator-expand:not(:last-child) {
  margin-bottom: 50px;
}

.color-spec {
  overflow: hidden;
  border: 1px solid #9ba7b2;
}
.color-spec__swatch {
  height: 0;
  padding-bottom: 100%;
}
.color-spec__text {
  padding: 25px 18.75px;
  font-size: 16px;
}
.color-spec__title {
  font-size: 22px;
  margin-bottom: 12.5px;
}
.color-spec__text p:not(:last-child) {
  margin-bottom: 12.5px;
}
.color-spec__role {
  font-style: italic;
  opacity: 0.65;
}

.background-section {
  position: relative;
  overflow: hidden;
  min-height: 100px;
}
.sfPageEditor .background-section {
  overflow: visible;
}
.background-section__image {
  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%);
  z-index: 0;
}

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

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

.pagination {
  list-style: none;
  margin: 0 0 25px;
}
.pagination .overview {
  display: block;
  font-size: 16px;
}
.pagination li {
  display: inline-block;
  margin-bottom: 0.2em;
}
.pagination li a {
  display: block;
  width: 40px;
  padding: 7.5px 0;
  text-align: center;
  color: #5c6670;
  background: #e8e8e8;
  font-size: 16px;
}
.pagination li a:hover,
.pagination li a:focus {
  color: #fff;
  background: #77bc1f;
}
.pagination .active a {
  font-weight: 700;
  color: #fff;
  background: #0071ce;
}
@media (min-width: 940px) {
  .pagination .overview {
    display: inline-block;
    margin-right: 1.5em;
  }
}

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


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

.grid {
  display: block;
  padding: 0;
  margin-right: -25px;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  text-align: center;
}
.grid.align-left {
  text-align: left;
}
.grid.align-right {
  text-align: right;
}
.grid.no-margin {
  margin-bottom: -25px;
}
.grid--compact {
  margin-right: 12.5px;
}
.grid--compact.no-margin {
  margin-bottom: -12.5px;
}
.grid__unit {
  display: inline-block;
  width: 100%;
  padding: 0 25px 25px 0;
  margin: 0;
  vertical-align: top;
  letter-spacing: normal;
  text-rendering: auto;
  text-align: left;
}
.grid--compact > .grid__unit {
  padding: 0 12.5px 12.5px 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: 470px) {
  .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: 940px) {
  .grid {
    margin-right: -50px;
  }
  .grid.no-margin {
    margin-bottom: -50px;
  }
  .grid--compact {
    margin-right: -25px;
  }
  .grid--compact.no-margin {
    margin-bottom: -25px;
  }
  .grid__unit {
    padding: 0 50px 50px 0;
  }
  .grid--compact > .grid__unit {
    padding: 0 25px 25px 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: 1100px) {
  .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"],
textarea,
select {
  display: block;
  width: 100%;
  padding: 9.375px 12.5px;
  margin: 0;
  border: 1px solid #dbdbdb;
  color: #5c6670;
  color: rgba(92, 102, 112, 0.8);
  font: 16px/25px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
  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),
textarea:not(:last-child),
select:not(:last-child) {
  margin-bottom: 25px;
}
input[type="text"]:required,
input[type="email"]:required,
input[type="password"]:required,
input[type="number"]:required,
input[type="tel"]:required,
textarea:required,
select:required {
  border-color: #bbcad6;
}
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,
textarea.input-validation-error,
select.input-validation-error {
  border-color: #941;
  color: #941;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  border-color: #0071ce;
  color: #5c6670;
}
textarea {
  padding: 12.5px;
  min-height: 100px;
}
textarea.textarea-large {
  min-height: 250px;
}
input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  position: relative;
  top: -0.1em;
}
label + input[type="radio"],
label + input[type="checkbox"] {
  margin-left: 25px;
}
label {
  display: block;
  margin-bottom: 6.25px;
  font-size: 15px;
  font-weight: 700;
  color: #163a50;
  opacity: 0.9;
  -webkit-transition: color 0.15s ease-out, opacity 0.15s ease-out;
  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: #085390;
}
label.required::after {
  content: '*';
  font-weight: 400;
}
label.input-validation-error {
  color: #941;
}
label.is-selected {
  color: #5b9314;
}
label.is-focused {
  color: #0071ce;
  opacity: 1;
}
.side-label {
  margin: 0;
}
.side-label:not(:last-child) {
  margin-bottom: 25px;
}

@media (min-width: 470px) {
  .side-label {
    padding-left: 175px;
  }
  .side-label label {
    width: 175px;
    float: left;
    margin-left: -175px;
    padding: 6.25px 1em 0 0;
  }
}

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


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

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

.content {
  padding: 25px;
  padding-top: 100px;
}

.page-bounds {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.reading-width {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.card-width {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 940px) {
  .content {
    padding: 50px;
  }
}


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

.page-header {
  padding: 0 25px;
  background: #fff;
  position: relative;
  z-index: 100;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid #e4e4e4;
}
.page-header .page-bounds {
  position: relative;
}
.page-header__toggle {
  display: none;
}

@media (max-width: 939px) {
  .page-header {
    width: 100%;
  }
  .page-header__toggle {
    position: absolute;
    right: -25px;
    top: 0;
    padding: 25px 25px;
    color: #384655;
  }
  .page-header__toggle.mobile-menu-is-open {
    color: #77bc1f;
  }
  .js .page-header__toggle {
    display: block;
  }
  .page-header__toggle .toggle-indicator {
    margin-left: 6.25px;
  }
  .page-header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    clear: both;
    margin-left: -25px;
    margin-right: -25px;
  }
}

@media (min-width: 940px) {
  .page-header {
    padding: 12.5px 50px 0;
  }
}

@media (max-width: 939px) {
  .header-search {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .header-nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .header-utility {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

/*! slide-right / offscreen mobile menu */
@media (max-width: 939px) {
  .page-header__content {
    display: none;
    width: 80%;
    width: calc(100% - 75px);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    background: #fff;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  @supports ((-webkit-transform: translateX(-100%)) or (transform: translateX(-100%))) {
    .page-header__content {
      display: -webkit-box;
      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: -webkit-box;
    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;
      overflow: auto;
    }
  }
  .page-header .header-search__input {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    border-width: 1px 0 !important;
  }
  .page-header .header-search__submit {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    background: transparent;
    color: #0071ce;
  }
}

.page-header__toggle.mobile-menu-is-open {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20%;
  width: calc(0% + 75px);
  font-size: 0.01px;
  color: transparent;
  background: rgba(255, 255, 255, 0.6);
}
.page-header__toggle.mobile-menu-is-open .toggle-indicator {
  position: absolute;
  top: 27px;
  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;
  max-width: 100%;
  margin: 0;
}

@media (max-width: 939px) {
  .header-logo a {
    padding: 12.5px 0;
  }
  .header-logo img {
    max-height: 50px;
  }
}


.toggle-indicator {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 25px;
  position: relative;
}
.toggle-indicator__piece {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  -webkit-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, -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: #384655;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.toggle-indicator__piece--1 {
  margin-top: -8px;
}
.toggle-indicator__piece--3 {
  margin-top: 4px;
}
.is-active .toggle-indicator__piece,
.mobile-menu-is-open .toggle-indicator__piece {
  -webkit-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, -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 .toggle-indicator__piece::before {
  background: #77bc1f;
}
.is-active .toggle-indicator__piece--2,
.mobile-menu-is-open .toggle-indicator__piece--2 {
  opacity: 0;
}
.is-active .toggle-indicator__piece--1,
.is-active .toggle-indicator__piece--3,
.mobile-menu-is-open .toggle-indicator__piece--1,
.mobile-menu-is-open .toggle-indicator__piece--3 {
  margin-top: -2px;
}
.is-active .toggle-indicator__piece--1,
.mobile-menu-is-open .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 .toggle-indicator__piece--3 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.header-utility {
  font-size: 15px;
}
.header-utility__list {
  list-style: none;
  margin: 0;
}
.header-utility__item {
  display: inline-block;
  position: relative;
}
.header-utility__item a:not(.button) {
  display: block;
  padding: 8.33333px 12.5px;
  color: #5c6670;
}
.header-utility__item a:not(.button):hover,
.header-utility__item a:not(.button):focus {
  color: #77bc1f;
}
.header-utility__item > a.button {
  margin-right: 24px;
}
.header-utility__item a .fas {
  margin-left: 6.25px;
}
.header-utility__item--highlight a:not(.button) {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 6.25px;
  margin-left: 25px;
  font-weight: 700;
  color: #fff;
  background: #77bc1f;
}
.header-utility__item--highlight a:not(.button):hover,
.header-utility__item--highlight a:not(.button):focus {
  color: #fff;
  background: #95e232;
}
.header-utility__item > ul {
  min-width: 12em;
  list-style: none;
  padding: 6.25px 0;
  margin: 0;
  position: absolute;
  border: 1px solid #e8e8e8;
  text-align: left;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-12.5px);
  -ms-transform: translateY(-12.5px);
  transform: translateY(-12.5px);
  z-index: -1;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.header-utility__item > ul::before,
.header-utility__item > ul::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 12.5px solid transparent;
  border-top-width: 0;
  border-bottom-color: #e8e8e8;
  position: absolute;
  left: 31.25px;
  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-top: 6.25px;
  opacity: 0.8;
}
.header-utility__item:hover > ul,
.header-utility__item:focus > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  z-index: 4;
}

@media (max-width: 939px) {
  .header-utility {
    padding: 18.75px 25px;
    text-align: left;
    font-size: 16px;
  }
  .header-utility__item {
    display: block;
  }
  .header-utility__item .fas {
    display: none;
  }
  .header-utility__item > a:not(.button) {
    font-weight: 700;
    padding-left: 0;
  }
  .header-utility__item > a.button {
    margin-bottom: 12px;
  }
  .header-utility__item > ul {
    position: static;
    visibility: visible;
    opacity: 1;
    border: none;
    transform: none;
    padding: 0;
  }
  .header-utility__item > ul::before,
  .header-utility__item > ul::after {
    display: none;
  }
}

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


.header-user a {
  padding: 8.33333px 12.5px;
  color: #5c6670;
}
.header-user a:hover,
.header-user a:focus {
  color: #77bc1f;
}
.header-user__welcome {
  font-size: 16px;
  opacity: 0.75;
}
.header-user__action {
  display: inline-block;
  padding: 6.25px;
  color: #5c6670;
}
.header-user button[data-sf-role="login-status-button"],
.header-user .btn {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 25px;
  background: #77bc1f;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.header-user button[data-sf-role="login-status-button"]:hover,
.header-user button[data-sf-role="login-status-button"]:focus,
.header-user .btn:hover,
.header-user .btn:focus {
  background: #95e232;
  color: #fff;
}
.header-user .btn-logout {
  margin: 6px 18px;
}

@media (min-width: 940px) {
  .header-user {
    display: inline-block;
    vertical-align: middle;
  }
  .header-user__welcome,
  .header-user__actions {
    display: inline-block;
    vertical-align: baseline;
  }
  .header-user__welcome {
    margin-right: 12.5px;
  }
  .header-user .btn-logout {
    margin: 6px 0;
    text-align: center;
  }
}


.header-search {
  position: relative;
}
.header-search__label {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 8.33333px;
  margin: 0;
  opacity: 0.3;
  font-size: 18px;
}
.header-search__label:hover,
.header-search__label:focus {
  opacity: 0.8;
}
.header-search__input {
  display: block;
  width: 100%;
  padding: 8.33333px 25px 8.33333px 50px !important;
  margin: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  font-size: 18px;
  line-height: 25px;
  background: #fff;
}
.header-search__submit {
  display: block;
  width: 50px;
  padding: 9.33333px 0;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background: transparent;
  font-weight: 700;
  color: #384655;
}

@media (max-width: 939px) {
  .header-search__input {
    padding-left: 75px !important;
    padding-right: 25px !important;
  }
  .header-search__submit {
    width: 75px;
  }
}


.header-nav {
  background: #fff;
}
.header-nav ul {
  list-style: none;
  margin: 0;
}
.header-nav li {
  position: relative;
}
.header-nav a {
  display: block;
}
.header-nav > ul > li > a,
.header-nav div > ul > li > a {
  font-weight: 600;
  color: #384655;
}
.header-nav li li a {
  font-size: 16px;
  color: #5c6670;
}
.header-nav li li li a {
  color: #73808c;
}
.header-nav li li li li a {
  color: #848f9a;
}
.header-nav__toggle {
  display: none;
}

/* secondary/tertiary disclosures */
.header-nav a {
  padding: 12.5px 62.5px 12.5px 25px;
  border-bottom: 1px solid #9ba7b2;
}
.header-nav li li a {
  padding-left: 50px;
  border-bottom-color: #e8e8e8;
}
.header-nav li li li a {
  padding-left: 75px;
}
.header-nav li li li li a {
  padding-left: 100px;
}
.js .header-nav li ul {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
  transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
}
.js .header-nav li ul.is-active {
  max-height: 100em;
  -webkit-transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
  transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
}
.header-nav__toggle {
  width: 62.5px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.js .header-nav__toggle {
  display: block;
}
.header-nav__toggle::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-width: 0;
  border-top-color: #647483;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -5px;
  -webkit-transform: scaleX(0.6);
  -ms-transform: scaleX(0.6);
  transform: scaleX(0.6);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  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__toggle:hover::before,
.header-nav__toggle:focus::before {
  border-top-color: #0071ce;
}
.header-nav__toggle.is-active::before {
  border-top-color: #77bc1f;
  -webkit-transform: scaleX(0.6) rotateX(180deg);
  transform: scaleX(0.6) rotateX(180deg);
}

@media (min-width: 940px) {
  .header-nav > ul,
  .header-nav div > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
  }
  .header-nav > ul > li,
  .header-nav div > ul > li {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
  }
  .header-nav > ul > li > a,
  .header-nav div > ul > li > a {
    padding: 25px 0;
    position: relative;
    border: none;
  }
  .header-nav > ul > li > a::before,
  .header-nav div > ul > li > a::before,
  .header-nav > ul > li > a::after,
  .header-nav div > ul > li > a::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -10px;
    background: #fff;
    transform: scaleY(0.33) rotate(-45deg);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: opacity 0.05s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
  }
  .header-nav > ul > li > a::before,
  .header-nav div > ul > li > a::before {
    width: 22px;
    height: 22px;
    margin-left: -11px;
    background: #e4e4e4;
  }
  .header-nav > ul > li:hover > a,
  .header-nav div > ul > li:hover > a,
  .header-nav > ul > li > a:hover,
  .header-nav div > ul > li > a:hover,
  .header-nav > ul > li > a:focus,
  .header-nav div > ul > li > a:focus {
    color: #77bc1f;
  }
  .header-nav > ul > li:hover > a::before,
  .header-nav div > ul > li:hover > a::before,
  .header-nav > ul > li:hover > a::after,
  .header-nav div > ul > li:hover > a::after {
    visibility: visible;
    z-index: 2;
    opacity: 101;
    transition: opacity 0.15s ease-out 0.57s, z-index 0s linear 0.57s, visibility 0s linear 0.57s;
  }
  .header-nav > ul > li > .header-nav__toggle,
  .header-nav div > ul > li > .header-nav__toggle {
    display: none;
  }
  .header-nav .is-current > a {
    color: #a68d00;
  }
  .header-nav > ul > li > ul,
  .header-nav div > ul > li > ul {
    display: block;
    max-height: none !important;
    padding-top: 1px;
    /* allow header border to show through */
    position: absolute;
    min-width: 300px;
    left: 50%;
    margin-left: -150px;
    top: 100%;
    text-align: left;
    background: transparent;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: opacity 0.1s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
  }
  .header-nav > ul > li:first-child > ul,
  .header-nav div > ul > li:first-child > ul {
    left: 0;
    margin-left: 0;
  }
  .header-nav > ul > li:last-child > ul,
  .header-nav div > ul > li:last-child > ul {
    left: auto;
    right: 0;
    margin-left: 0;
  }
  .header-nav > ul > li:hover > ul,
  .header-nav div > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    transition: opacity 0.15s ease-out 0.4s, z-index 0s linear 0.4s, visibility 0s linear 0.4s;
  }
  .header-nav ul ul a:hover,
  .header-nav ul ul a:focus {
    background: rgba(0, 0, 0, 0.05);
  }
  .header-nav > ul > li > ul > li,
  .header-nav div > ul > li > ul > li {
    background: #fff;
  }
  .header-nav > ul > li > ul > li > a,
  .header-nav div > ul > li > ul > li > a {
    padding-left: 25px;
  }
  .header-nav > ul > li > ul > li > ul > li > a,
  .header-nav div > ul > li > ul > li > ul > li > a {
    padding-left: 37.5px;
  }
  .header-nav > ul > li > ul > li > ul > li > ul > li > a,
  .header-nav div > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 50px;
  }
  .header-nav > ul > li > ul > li > ul > li > ul > li > ul > li > a,
  .header-nav div > ul > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 62.5px;
  }
}


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

.header-logo {
  float: left;
}

@media (min-width: 940px) {
  .header-logo {
    margin-right: 25px;
  }
  .header-logo img {
    height: 106.25px;
  }
  .header-utility {
    padding-top: 15.625px;
    text-align: right;
  }
  .header-search {
    overflow: hidden;
  }
  .header-nav {
    clear: both;
    margin-left: -50px;
    margin-right: -50px;
  }
  .header-nav > ul,
  .header-nav div > ul {
    margin-left: 37.5px;
    margin-right: 37.5px;
  }
  .content {
    padding-top: 280px;
  }
  .page-header {
    -webkit-transition: -webkit-transform 0.15s ease-out;
    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;
  }
  body.is-scrolled .page-header {
    -webkit-transform: translateY(-118.75px);
    -ms-transform: translateY(-118.75px);
    transform: translateY(-118.75px);
  }
}

@media (min-width: 1440px) {
  .header-utility,
  .header-search {
    position: absolute;
    top: 40.625px;
  }
  .header-search {
    right: 0;
    width: 250px;
  }
  .header-utility {
    padding-top: 0;
    right: 275px;
  }
}

@media (min-width: 1500px) {
  .header-nav {
    margin-left: calc((100vw - 1400px) / -2);
    margin-right: calc((100vw - 1400px) / -2);
    padding-left: calc((100vw - 1400px) / 2 - 50px);
    padding-right: calc((100vw - 1400px) / 2 - 50px);
  }
}


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

.page-footer {
  padding: 0 25px;
}
.page-footer .page-bounds {
  position: relative;
}
.page-footer h4 {
  font-weight: 400;
}

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


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

.page-footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #132c45 url("/images/default-source/siteimages/backgrounds/bg-logo-2.png") no-repeat 50% 50%;
  color: rgba(255, 255, 255, 0.7);
}
.page-footer h1,
.page-footer h2,
.page-footer h3,
.page-footer h4,
.page-footer h5,
.page-footer h6 {
  color: #fff;
}
.page-footer a {
  color: #00acc8;
  font-weight: 700;
}
.page-footer a:hover,
.page-footer a:focus {
  color: #00acc8;
  text-decoration: underline;
}
.page-footer .footer-trending__title,
.page-footer .footer-actions__title {
  color: #fff;
}
.page-footer .footer-utility__1 a {
  color: #77bc1f;
}
.page-footer .footer-utility__2 a {
  color: #c7a900;
}

@media (min-width: 940px) {
  .page-footer {
    padding-top: 75px;
    background-position: 0 50%;
  }
}

@media (min-width: 1100px) {
  .page-footer {
    background-position: 10% 50%;
  }
}


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

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


.footer-social__icon {
  display: inline-block;
  vertical-align: middle;
  padding: 3.125px;
  font-size: 22px;
  margin-right: 12.5px;
}


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


.footer-utility__title h4 {
  margin-bottom: 25px;
}
.footer-utility__list {
  list-style: none;
  margin: 0;
}
.footer-utility__item {
  display: inline-block;
  vertical-align: middle;
}
.footer-utility__item a {
  display: block;
  padding: 6.25px;
}

@media (min-width: 470px) {
  .footer-utility__item a {
    padding: 6.25px 12.5px;
  }
}


.footer-actions__section {
  margin-bottom: 25px;
}
.footer-actions__title {
  font-size: 26px;
  line-height: 25px;
  margin-bottom: 6.25px;
}
.footer-actions__list {
  list-style: none;
  margin: 0 0 0 -12.5px;
}
.footer-actions__item {
  display: inline-block;
  vertical-align: middle;
}
.footer-actions__item a {
  display: block;
  padding: 6.25px;
}

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

@media (min-width: 470px) {
  .footer-actions__item a {
    padding: 6.25px 12.5px;
  }
}

@media (min-width: 940px) {
  .footer-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .footer-actions__section {
    -webkit-box-flex: 1;
    -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: 6.25px 0;
  }
}

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


.footer-copyright {
  font-size: 16px;
  opacity: 0.5;
}


/*! ---------- =footer layout ---------- */

@media (max-width: 939px) {
  .page-footer {
    text-align: center;
  }
  .footer-logo img {
    max-height: 100px;
  }
  .footer-social,
  .footer-contact,
  .footer-utility,
  .footer-copyright {
    margin-top: 25px;
  }
}

@media (min-width: 940px) {
  .footer-logo {
    width: 33.3%;
    float: left;
    padding-right: 16.675px;
  }
  .page-footer__content {
    padding-left: 8.325px;
    overflow: hidden;
  }
  .footer-social {
    margin-top: 18.75px;
    margin-left: -3.125px;
  }
  .footer-utility {
    margin-top: 37.5px;
    margin-left: -12.5px;
  }
  .footer-utility h4 {
    margin-left: 12.5px;
  }
  .footer-copyright {
    margin-top: 12.5px;
    margin-left: 33.3%;
    padding-left: 8.325px;
  }
}

@media (min-width: 1100px) {
  .footer-logo {
    padding-top: 25px;
    padding-right: 50px;
  }
  .footer-contact,
  .footer-social {
    width: 37.03148%;
    width: calc(37.03148% - 10.5px);
    float: left;
    clear: left;
    margin-right: 12.5px;
  }
  .footer-utility {
    overflow: hidden;
    margin: 0;
  }
  .footer-utility__item {
    display: block;
  }
  .footer-utility__1,
  .footer-utility__2 {
    display: inline-block;
    vertical-align: top;
  }
  .footer-utility__1 {
    width: 62%;
  }
  .footer-utility__1 .footer-utility__list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
  .footer-utility__2 {
    width: 34%;
  }
  .footer-copyright {
    margin-top: 25px;
  }
  .page-footer__bar {
    width: 6px;
    background: #00acc8;
    position: absolute;
    left: 33.3%;
    top: 50px;
    bottom: 0;
    margin-left: -12.5px;
  }
  .page-footer__bar--2 {
    left: 58%;
    margin-left: 0;
    background: #77bc1f;
  }
  .page-footer__bar--3 {
    left: 84.9%;
    background: #c7a900;
  }
}


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

.page-title {
  color: #085390;
}
.page-title + .breadcrumbs {
  margin-top: -25px;
}
.page-title small {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.65em;
  font-weight: 300;
}


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

.breadcrumbs {
  color: rgba(255, 255, 255, 0.8);
}
.breadcrumbs a {
  font-weight: 600;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #77bc1f;
}
.breadcrumbs span {
  display: inline-block;
  margin: 0 0.4em;
  opacity: 0.4;
}
.page-title + .breadcrumbs {
  margin-top: 25px;
}
.page-title + .breadcrumbs::before {
  content: '';
  display: block;
  max-width: 100px;
  height: 6px;
  margin-bottom: 25px;
  background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 767px) {
  .breadcrumbs {
    font-size: 16px;
  }
}


.title-block {
  margin: -25px -25px 25px;
  padding: 37.5px 25px;
  background: #0071ce;
  position: relative;
  overflow: hidden;
}
.title-block::before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.title-block__background img {
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.title-block__content,
.title-block .page-title,
.title-block .breadcrumbs a {
  color: #fff;
}
.title-block__content {
  position: relative;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  z-index: 3;
  clear: both;
}
.title-block .page-title {
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.4), 0 0 3px rgba(0, 0, 0, 0.3);
}
.title-block .breadcrumbs {
  margin-bottom: 0;
}

@media (min-width: 940px) {
  .title-block {
    margin: -50px -50px 50px;
    padding: 75px 50px;
  }
  .title-block::before {
    width: 75%;
    background: -webkit-gradient(linear, left top, right top, from(#000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
    opacity: 0.65;
  }
}


.breadcrumbs {
  font-size: 16px;
  margin-bottom: 25px;
}
.breadcrumbs a {
  color: #5c6670;
  opacity: 0.9;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #77bc1f;
  opacity: 1;
}
.breadcrumbs__separator {
  display: inline-block;
  margin: 0 0.3em;
  opacity: 0.4;
}


.in-this-section a {
  display: block;
  padding: 6.25px 0;
}
.in-this-section ul {
  list-style: none;
  margin: 0;
}
.in-this-section ul ul {
  display: none;
  padding-left: 25px;
}
.in-this-section ul ul a {
  font-size: 16px;
}
.in-this-section .is-current > ul {
  display: block;
}
.in-this-section .is-current > a {
  color: #77bc1f;
}

@media (max-width: 1099px) {
  /* no 'in this section' on small screens on client request */
  .in-this-section {
    display: none;
  }
}

@media (min-width: 1100px) {
  .in-this-section__toggle {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 25px;
    cursor: default;
  }
  .in-this-section__toggle .toggle-indicator {
    display: none;
  }
  .interior-layout .in-this-section {
    margin-top: -6.25px;
  }
  .in-this-section--no-base-siblings > ul > li:not(.is-current) {
    display: none;
  }
}


.share-buttons {
  font-size: 26px;
}
.share-buttons:not(:last-child) {
  margin-bottom: 25px;
}
.no-js .share-buttons {
  display: none;
}
.share-buttons__title {
  display: block;
  font-size: 16px;
  opacity: 0.7;
}
.share-buttons__button {
  display: inline-block;
  vertical-align: middle;
  margin: 6.25px 6.25px 0 0;
}
.interior-side-image {
  margin-bottom: 25px;
}

@media (min-width: 940px) {
  .interior-side-image {
    margin-bottom: 50px;
  }
}

@media (min-width: 1100px) {
  .title-block + .interior-layout .interior-side-image {
    margin-top: -100px;
    position: relative;
    z-index: 4;
  }
}


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

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

@media (min-width: 1100px) {
  .interior-layout__nav,
  .interior-layout__main {
    margin-bottom: 50px;
  }
  .interior-layout__nav,
  .interior-layout__aside {
    width: 30%;
    float: left;
    clear: left;
  }
  .interior-layout__main {
    width: 70%;
    padding-left: 50px;
    float: right;
  }
}


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

.button {
  display: inline-block;
  vertical-align: middle;
  padding: 12.5px 37.5px;
  border: 2px solid #085390;
  border-radius: 3px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: #085390;
  background: #fff;
  -webkit-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,
              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;
}
.button:hover,
.button:focus {
  color: #0071ce;
  border-color: #0071ce;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.button:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
}
.button--large {
  display: block;
  width: auto;
  max-width: 100%;
}
.button--large + .button--large {
  margin-left: 0;
  margin-top: 12.5px;
}
.button--small {
  padding: 6.25px 25px;
  font-size: 16px;
}
.button--header {
  border-radius: 0;
  padding: 8px 25px;
  font-size: 15px;
}
.button--highlight {
  color: #5b9314;
  border-color: #5b9314;
}
.button--highlight:hover,
.button--highlight:focus {
  color: #77bc1f;
  border-color: #77bc1f;
}
.button--action {
  color: #a68d00;
  border-color: #a68d00;
}
.button--action:hover,
.button--action:focus {
  color: #c7a900;
  border-color: #c7a900;
}
.button--warn {
  color: #941;
  border-color: #941;
}
.button--warn:hover,
.button--warn:focus {
  color: #941;
  border-color: #941;
}
.button--cancel {
  font-size: 16px;
  font-weight: 400;
  color: #5c6670;
  border: 1px solid #9ba7b2;
}
.button--cancel:hover,
.button--cancel:focus {
  color: #0071ce;
  border-color: #0071ce;
}
.button--lead {
  border: none;
  background-color: #0172cf;
  background-image:
    url('/images/default-source/siteimages/button-dots.svg?Status=Temp&sfvrsn=b35c86e8_2'),
    linear-gradient(92.67deg, #0d98de 3%, #0172cf 100%);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain, auto;
  color: #fff !important;
  text-shadow: 0 2px 0 rgba(1, 114, 207, 0.3),
               0 -2px 0 rgba(1, 114, 207, 0.3),
               2px 0 0 rgba(1, 114, 207, 0.3),
               -2px 0 0 rgba(1, 114, 207, 0.3);
}
.button--lead:hover,
.button--lead:focus {
  background-color: #00acc8;
  background-image: url('/images/default-source/siteimages/button-dots.svg?Status=Temp&sfvrsn=b35c86e8_2');
  background-size: contain;
  color: #fff !important;
  transform: none;
  box-shadow: none;
}

.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -12.5px;
  margin-right: -6.25px;
  margin-left: -6.25px;
}
.button-group > .button {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 12.5px 6.25px 0;
}


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

.item-list {
  list-style: none;
  margin-left: 0;
}
.item-list:not(:last-child) {
  margin-bottom: 50px;
}
.item-list + .button {
  margin-top: -25px;
}
.item-list__item + .item-list__item {
  margin-top: 25px;
}
.item-list__thumbnail {
  display: block;
  width: 125px;
  max-width: 33%;
  float: left;
  margin-right: 25px;
}
.item-list__content {
  overflow: hidden;
}
.item-list__title {
  display: block;
  margin: 0;
  font-size: 26px;
  line-height: 31.25px;
  font-weight: 400;
}
.item-list--grid .item-list__title {
  color: #163a50;
}
.item-list__icon {
  display: inline-block;
  vertical-align: middle;
  max-width: 1.25em;
  margin-right: 0.35em;
}
.item-list__date {
  display: block;
  margin: 6.25px 0 0;
  font-weight: 700;
  color: #9ba7b2;
}
.item-list__description {
  margin: 6.25px 0 0;
}
.item-list--compact .item-list__item + .item-list__item {
  margin-top: 12.5px;
}
.item-list--compact .item-list__title {
  font-size: 22px;
  line-height: 25px;
}

@media (max-width: 469px) {
  .item-list__thumbnail {
    float: none;
    margin: 0 auto 12.5px;
  }
}

/*! grid-style lists */
.item-list--grid .item-list__thumbnail {
  width: 100%;
  max-width: 100%;
  float: none;
  margin: 0 auto 25px;
}
.item-list--grid .item-list__thumbnail img {
  width: 100%;
}
.item-list--grid .item-list__item + .item-list__item {
  margin-top: 0;
}
.item-list--grid .item-list__content {
  border-left: 6px solid #77bc1f;
  padding-left: 19px;
}

/*! list-like tables */
.table-list__header {
  background: #0071ce;
  color: #fff;
  border-radius: 3px 3px 0 0;
}
.table-list__header-label {
  font-size: 16px;
}
.table-list__header-label,
.table-list__attribute {
  vertical-align: middle;
  text-align: left;
  padding: 12.5px;
}

@media (max-width: 939px) {
  .table-list,
  .table-list__content,
  .table-list__item,
  .table-list__attribute {
    display: block;
  }
  .table-list__header {
    display: none;
  }
  .table-list__item + .table-list__item {
    margin-top: 25px;
  }
  .table-list__attribute {
    padding: 0;
  }
  .table-list__attribute[data-label]::before {
    content: attr(data-label);
    display: block;
    margin-top: 6.5px;
    font-size: 16px;
    font-weight: 700;
    color: #9ba7b2;
  }
  .table-list__title {
    display: block;
  }
}

@media (min-width: 700px) and (max-width: 939px) {
  .table-list--important-dates .table-list__item::after {
    content: '';
    display: table;
    clear: both;
  }
  .table-list--important-dates .table-list__attribute:nth-child(2),
  .table-list--important-dates .table-list__attribute:nth-child(3),
  .table-list--important-dates .table-list__attribute:nth-child(4) {
    width: 33.3%;
    float: left;
  }
  .table-list--important-dates .table-list__attribute:nth-child(5) {
    clear: left;
    padding-top: 6.5px;
  }
}

@media (min-width: 940px) {
  .table-list {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
  }
  .table-list__item:nth-child(2n) {
    background: #fafafa;
  }
  .table-list__header-label:first-child,
  .table-list__attribute:first-child {
    padding-left: 25px;
  }
}


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

.tabs--standard:not(:last-child) {
  margin-bottom: 50px;
}
.tabs--standard .tabs__tab {
  display: inline-block;
  vertical-align: bottom;
  padding: 12.5px;
  margin-bottom: -1px;
  border: 1px solid #e8e8e8;
  background: #e8e8e8;
  opacity: 0.9;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.tabs--standard .tabs__tab.is-active {
  background: #fff;
  border-bottom-color: #fff;
  color: #77bc1f;
}
.tabs--standard .tabs__pane {
  border: 1px solid #e8e8e8;
  padding: 25px;
  display: none;
}
.tabs--standard .tabs__pane.is-active {
  display: block;
}
.tabs--vertical {
  margin-bottom: 50px;
}
.tabs--vertical .tabs__tab {
  background: #e8e8e8;
  padding: 12.5px;
}
.tabs--vertical .tabs__tab.is-active {
  color: #77bc1f;
  background: #fff;
}
.js .tabs--vertical .tabs__pane:not(.is-active) {
  display: none;
}

@media (min-width: 470px) {
  .tabs--standard .tabs__tab {
    padding: 18.75px 25px;
    font-weight: 600;
  }
}

@media (max-width: 939px), (min-width: 1100px) and (max-width: 1499px) {
  .tabs--standard,
  .tabs--vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tabs--standard .tabs__tab,
  .tabs--standard .tabs__pane,
  .tabs--vertical .tabs__tab,
  .tabs--vertical .tabs__pane {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tabs--standard .tabs__tab,
  .tabs--vertical .tabs__tab {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border: 1px solid #e8e8e8;
  }
  .tabs--standard .tabs__tab ~ .tabs__tab,
  .tabs--vertical .tabs__tab ~ .tabs__tab {
    margin-top: 6.25px;
  }
  .tabs--standard .tabs__tab.is-active,
  .tabs--vertical .tabs__tab.is-active {
    border-color: #9ba7b2 #9ba7b2 #e8e8e8;
  }
  .tabs--standard .tabs__tab:nth-child(2),
  .tabs--vertical .tabs__tab:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .tabs--standard .tabs__tab:nth-child(3),
  .tabs--vertical .tabs__tab:nth-child(3) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .tabs--standard .tabs__tab:nth-child(4),
  .tabs--vertical .tabs__tab:nth-child(4) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .tabs--standard .tabs__tab:nth-child(5),
  .tabs--vertical .tabs__tab:nth-child(5) {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .tabs--standard .tabs__tab:nth-child(6),
  .tabs--vertical .tabs__tab:nth-child(6) {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .tabs--standard .tabs__tab:nth-child(7),
  .tabs--vertical .tabs__tab:nth-child(7) {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .tabs--standard .tabs__tab:nth-child(8),
  .tabs--vertical .tabs__tab:nth-child(8) {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
  }
  .tabs--standard .tabs__tab:nth-child(9),
  .tabs--vertical .tabs__tab:nth-child(9) {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17;
  }
  .tabs--standard .tabs__tab:nth-child(10),
  .tabs--vertical .tabs__tab:nth-child(10) {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19;
  }
  .tabs--standard .tabs__pane,
  .tabs--vertical .tabs__pane {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 25px 12.5px;
    border: 1px solid #9ba7b2;
    border-top-width: 0;
  }
  .tabs--standard .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 7;
    -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 {
    -webkit-box-ordinal-group: 9;
    -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 {
    -webkit-box-ordinal-group: 11;
    -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 {
    -webkit-box-ordinal-group: 13;
    -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 {
    -webkit-box-ordinal-group: 15;
    -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 {
    -webkit-box-ordinal-group: 17;
    -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 {
    -webkit-box-ordinal-group: 19;
    -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 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
  }
}

@media (min-width: 940px) and (max-width: 1099px), (min-width: 1500px) {
  .tabs--standard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -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 {
    -webkit-box-flex: 0;
    -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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .tabs--vertical .tabs__tab {
    width: 300px;
    float: left;
    clear: left;
    padding: 11.5px 17.75px;
    margin-bottom: 6.25px;
    border: 1px solid #e8e8e8;
    border-right-color: #9ba7b2;
    box-shadow: inset 6.25px 0 0 #9ba7b2;
    cursor: pointer;
  }
  .tabs--vertical .tabs__tab.is-active {
    background: #fff;
    border-color: #9ba7b2 #fff #9ba7b2 #9ba7b2;
    box-shadow: inset 6.25px 0 0 #77bc1f;
    cursor: default;
  }
  .tabs--vertical .tabs__pane {
    padding: 25px;
    background: #fff;
    border-left: 299px solid #fff;
    box-shadow: inset 0 0 0 1px #9ba7b2;
  }
  .tabs--vertical .tabs__pane::after {
    content: '';
    display: table;
    clear: both;
    margin: 31.25px 0 -31.25px;
  }
}
.accordion:not(:last-child) {
  margin-bottom: 50px;
}
.accordion__label {
  display: block;
  padding: 12.5px;
  background: #fff;
  border: 1px solid #e8e8e8;
  color: #5c6670;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
}
.accordion__label .fa-arrow-right {
  margin-left: 0.4em;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  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.is-active {
  color: #77bc1f;
  border-color: #77bc1f #77bc1f #e8e8e8 #77bc1f;
  background: #f7f7f7;
}
.accordion__label.is-active .fa-arrow-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion__label ~ .accordion__label {
  margin-top: 6.25px;
}
.accordion__content {
  border: 1px solid #77bc1f;
  border-top: none;
  padding: 25px 12.5px;
  -webkit-transition: all 0.2s ease-out;
  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;
}


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

pre,
code {
  font-family: "Inconsolata", monospace;
  font-size: 16px;
  line-height: 25px;
}
pre {
  display: block;
  padding: 25px 12.5px;
  border: 1px solid #dedede;
  color: #222;
  background: #fafafa;
  overflow-y: auto;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
pre:not(:last-child) {
  margin-bottom: 25px;
}
pre::before {
  content: attr(rel);
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #97bedf;
  position: absolute;
  top: 2px;
  right: 12.5px;
}
p > code,
li > code {
  background: #f2f2f2;
  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;
}


/*! ---------- =carousel ---------- */

.carousel {
  position: relative;
}
.content > .page-bounds > .carousel:first-child {
  margin-top: -25px;
}
.carousel__slides {
  position: relative;
}
.carousel__slide {
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel__slide::before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(8, 83, 144, 0.7);
  z-index: 2;
}
.carousel__slide:first-child {
  position: relative;
}
.carousel__content {
  position: relative;
  z-index: 3;
}
.carousel__actions {
  margin-top: 25px;
}
.carousel__action {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.carousel__action:hover,
.carousel__action:focus {
  border-color: #fff;
  color: #fff;
}

@media (max-width: 469px) {
  .carousel__action {
    display: block;
  }
  .carousel__action + .carousel__action {
    margin-top: 12.5px;
  }
}

@media (min-width: 470px) {
  .carousel__action + .carousel__action {
    margin-left: 12.5px;
  }
}

@media (min-width: 940px) {
  .content > .page-bounds > .carousel:first-child {
    margin-top: -50px;
  }
}

/*! displacement carousel image style */
.carousel__image {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.carousel__title,
.carousel__description {
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.carousel__title {
  font-weight: 600;
  font-size: 38px;
  line-height: 50px;
}
.carousel__nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}
.carousel__nav--dots {
  bottom: 12.5px;
}
.carousel__nav--thumbnails {
  position: relative;
}

@media (max-width: 939px) {
  .carousel__content {
    text-align: center;
    padding: 50px 25px 75px;
  }
  .carousel__title {
    font-size: 38px;
    font-size: 7vw;
    line-height: 1.2;
  }
}

@media (min-width: 940px) {
  .carousel__content {
    max-width: 85%;
    padding: 100px 50px;
  }
  .carousel__title {
    font-size: 50px;
  }
  .carousel__description {
    font-size: 26px;
    line-height: 37.5px;
    font-weight: 300;
  }
  .carousel__nav--thumbnails {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 1500px) {
  .carousel__content {
    max-width: 60%;
    padding: 150px 0 150px calc(50vw - 700px);
  }
}

/*! dot carousel navigation */
.carousel__nav {
  text-align: center;
}
.carousel__previous,
.carousel__next {
  display: inline-block;
  vertical-align: middle;
  padding: 8.33333px 12.5px;
  opacity: 0.9;
}
.carousel__previous:hover,
.carousel__previous:focus,
.carousel__next:hover,
.carousel__next:focus {
  opacity: 1;
}
.carousel__dot {
  display: inline-block;
  vertical-align: middle;
  padding: 12.5px;
}
.carousel__dot-inner {
  display: block;
  width: 12.5px;
  height: 12.5px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.carousel__dot:hover .carousel__dot-inner,
.carousel__dot:focus .carousel__dot-inner {
  background: #c7a900;
}
.carousel__dot.is-active .carousel__dot-inner {
  background: #77bc1f;
  box-shadow: 0 0 0 2px #fff;
}
.carousel__play,
.carousel__pause {
  display: inline-block;
  vertical-align: middle;
  padding: 12.5px;
  opacity: 0.7;
  font-size: 14px;
  color: #fff;
}
.carousel__play:hover,
.carousel__play:focus,
.carousel__pause:hover,
.carousel__pause:focus {
  opacity: 1;
}
.carousel.is-playing .carousel__play,
.carousel:not(.is-playing) .carousel__pause {
  display: none;
}

@media (min-width: 940px) {
  .carousel__nav {
    text-align: left;
    padding-left: 50px;
  }
}

@media (min-width: 1500px) {
  .carousel__nav {
    padding-left: calc(50vw - 700px);
  }
}

/*! carousel dissolve transition */
.carousel__slide {
  opacity: 0;
  z-index: 1;
}
.carousel__slide.is-last-active {
  opacity: 1;
  z-index: 2;
}
.carousel__slide.is-active {
  opacity: 1;
  z-index: 3;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

/*! cascade carousel content after transition */
.carousel__title,
.carousel__description,
.carousel__actions {
  opacity: 0;
  -webkit-transform: translateX(37.5px);
  -ms-transform: translateX(37.5px);
  transform: translateX(37.5px);
  -webkit-transition: opacity 0s linear 0.5s, -webkit-transform 0s linear 0.5s;
  transition: opacity 0s linear 0.5s, -webkit-transform 0s linear 0.5s;
  transition: opacity 0s linear 0.5s, transform 0s linear 0.5s;
  transition: opacity 0s linear 0.5s, transform 0s linear 0.5s, -webkit-transform 0s linear 0.5s;
}

@media (max-width: 939px) {
  .carousel__title,
  .carousel__description,
  .carousel__actions {
    -webkit-transform: translateY(-12.5px);
    -ms-transform: translateY(-12.5px);
    transform: translateY(-12.5px);
  }
}

.carousel__slide.is-active .carousel__title,
.carousel__slide.is-active .carousel__description,
.carousel__slide.is-active .carousel__actions {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
  transition: opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
  transition: opacity 0.5s ease 0.4s, transform 0.5s ease 0.4s;
  transition: opacity 0.5s ease 0.4s, transform 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
}
.carousel__slide.is-active .carousel__description {
  -webkit-transition-delay: 0.52s;
  transition-delay: 0.52s;
}
.carousel__slide.is-active .carousel__actions {
  -webkit-transition-delay: 0.64s;
  transition-delay: 0.64s;
}


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

.quicklinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 50px;
}
.quicklinks__link {
  display: block;
  text-align: center;
  position: relative;
}
.quicklinks__title {
  font-size: 30px;
}
.quicklinks__description {
  margin-top: 25px;
}
.quicklinks__more {
  width: 50px;
  height: 50px;
  margin: 25px auto 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  position: relative;
}
.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: 939px) {
  .quicklinks {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .quicklinks__item {
    max-width: 50%;
  }
}

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

/*! background images quicklinks style */
.quicklinks__link {
  padding: 50px 25px;
  color: #fff;
  background: #0071ce;
  overflow: hidden;
}
.quicklinks__link:hover,
.quicklinks__link:focus {
  color: #fff;
}
.quicklinks__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 1;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.quicklinks__title,
.quicklinks__description,
.quicklinks__more {
  position: relative;
  z-index: 3;
}
.quicklinks__link:hover .quicklinks__image,
.quicklinks__link:focus .quicklinks__image {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.quicklinks__link:hover::before,
.quicklinks__link:focus::before {
  opacity: 0.2;
}

@media (max-width: 1499px) {
  .quicklinks {
    margin-left: -50px;
    margin-right: -50px;
  }
}

@media (max-width: 469px) {
  .quicklinks {
    margin-left: -25px;
    margin-right: -25px;
  }
}


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

.home-feature {
  margin-top: -25px;
  margin-bottom: 25px;
}
.home-feature__links {
  padding: 50px 25px;
  background: #101c28 url("/images/default-source/siteimages/backgrounds/bg-logo-1.png") no-repeat 50% 50%;
  background-size: cover;
}
.home-feature__links-list {
  list-style: none;
  margin: 0;
}
.home-feature__link-item + .home-feature__link-item {
  margin-top: 37.5px;
}
.home-feature__link {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c7a900;
}
.home-feature__link:hover,
.home-feature__link:focus {
  color: #c7a900;
}
.home-feature__link-item:nth-child(2) .home-feature__link {
  color: #77bc1f;
}
.home-feature__link-item:nth-child(3) .home-feature__link {
  color: #00acc8;
}
.home-feature__link-item:nth-child(4) .home-feature__link {
  color: #0071ce;
}
.home-feature__link-icon {
  width: 37.5px;
  float: left;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37.5px;
  flex: 0 0 37.5px;
}
.home-feature__link-icon svg path {
  fill: #c7a900 !important;
}
.home-feature__divider {
  display: block;
  width: 6px;
  height: 50px;
  margin-left: 25px;
  background: #c7a900;
}
.home-feature__link-item:nth-child(2) .home-feature__divider {
  background: #77bc1f;
}
.home-feature__link-item:nth-child(2) .home-feature__link-icon svg path {
  fill: #77bc1f !important;
}
.home-feature__link-item:nth-child(3) .home-feature__divider {
  background: #00acc8;
}
.home-feature__link-item:nth-child(3) .home-feature__link-icon svg path {
  fill: #00acc8 !important;
}
.home-feature__link-item:nth-child(4) .home-feature__divider {
  background: #0071ce;
}
.home-feature__link-item:nth-child(4) .home-feature__link-icon svg path {
  fill: #0071ce !important;
}
.home-feature__link-name {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 25px;
  font-size: 22px;
  color: #fff;
  opacity: 0.9;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
.home-feature__link:hover .home-feature__link-name,
.home-feature__link:focus .home-feature__link-name {
  opacity: 1;
}
.home-feature__link .fas {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.home-feature__link:hover .fas,
.home-feature__link:focus .fas {
  -webkit-transform: translateX(6.25px);
  -ms-transform: translateX(6.25px);
  transform: translateX(6.25px);
}

@media (min-width: 940px) {
  .home-feature {
    margin-top: -50px;
    clear: both;
  }
  .home-feature .carousel__slide,
  .home-feature__links {
    height: 575px;
  }
  .home-feature__carousel {
    width: 60%;
    float: left;
  }
  .home-feature .carousel__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 0 !important;
  }
  .home-feature .carousel__slide::before {
    width: 100%;
    right: auto;
    background: rgba(0, 113, 206, 0.75);
  }
  .home-feature .carousel__content {
    padding-top: 0;
  }
  .home-feature__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40%;
    padding: 75px 50px;
    overflow: hidden;
  }
  .home-feature__link-item + .home-feature__link-item {
    margin-top: 50px;
  }
  .home-feature__divider {
    height: 75px;
  }
  .home-feature__link-name {
    font-size: 26px;
    padding-right: 25px;
  }
}

@media (min-width: 1100px) {
  .home-feature .carousel__slide,
  .home-feature__links {
    height: 675px;
  }
  .home-feature__carousel {
    width: 65%;
  }
  .home-feature__links {
    width: 35%;
  }
  .home-feature .carousel__slide::before {
    width: 44vw;
  }
  .home-feature .carousel__description {
    max-width: 38vw;
  }
}

@media (min-width: 1500px) {
  .home-feature .carousel__slide::before {
    width: 40vw;
  }
}

.home-dates {
  list-style: none;
  margin: 0 -25px 50px;
}
.home-dates__link {
  display: block;
  padding: 25px 25px;
  color: #fff;
  background: #0172cf;
  text-align: left;
}
.home-dates__link:hover,
.home-dates__link:focus {
  color: #fff;
  opacity: 0.8;
}
.home-dates__link h1,
.home-dates__link h2,
.home-dates__link h3,
.home-dates__link h4,
.home-dates__link h5,
.home-dates__link h6 {
  color: #fff;
}
.home-dates__item:nth-child(2) .home-dates__link {
  background: #0562b0;
}
.home-dates__item:nth-child(3) .home-dates__link {
  background: #095391;
}
.home-dates__item:nth-child(4) .home-dates__link {
  background: #0b4b81;
}
.home-dates__category {
  font-size: 18px;
  font-weight: 400;
  opacity: 0.8;
}
.home-dates__name {
  margin: -25px 0 25px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
.home-dates__label {
  margin-top: 18.75px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.5;
}
.home-dates__date {
  font-size: 22px;
  font-weight: 700;
}
.home-dates__description {
  margin-top: 25px;
}
.home-dates__more {
  margin-top: 25px;
  font-size: 16px;
  opacity: 0.65;
}
.home-dates__more:hover,
.home-dates__more:focus {
  opacity: 1;
}

@media (min-width: 470px) {
  .home-dates {
    display: flex;
    flex-wrap: wrap;
  }
  .home-dates__item {
    flex: 1 0 50%;
    width: 50%;
    float: left;
    display: flex;
    flex-direction: column;
  }
  .home-dates__link {
    flex: 1 0 auto;
  }
}

@media (min-width: 940px) {
  .home-dates {
    margin-left: -50px;
    margin-right: -50px;
  }
  .home-dates__item {
    flex-basis: 25%;
    width: 25%;
  }
}

@media (min-width: 1100px) {
  .home-dates__link {
    padding: 50px 50px 37.5px;
  }
}

.home-reminders {
  padding: 75px 0 25px;
  margin-bottom: -25px;
}
.home-reminders__content {
  padding: 25px 25px 0;
  color: #fff;
  background: rgba(22, 34, 46, 0.9);
  position: relative;
  z-index: 2;
}
.home-reminders__content h1,
.home-reminders__content h2,
.home-reminders__content h3,
.home-reminders__content h4,
.home-reminders__content h5,
.home-reminders__content h6,
.home-reminders__content .item-list__title,
.home-reminders__content .item-list__date {
  color: #fff;
}
.home-reminders__content .item-list__date {
  opacity: 0.6;
}
.home-reminders__content .item-list__content {
  border-left-color: #00acc8;
}
.home-reminders__content .more {
  color: #c7a900;
}

@media (min-width: 940px) {
  .home-reminders {
    padding: 250px 0 50px;
    margin-bottom: -50px;
  }
  .home-reminders__content {
    padding: 50px 50px 0;
  }
}

@media (min-width: 1100px) {
  .home-reminders {
    padding: 375px 0 50px;
  }
}


/*! ---------- =unique, =misc ---------- */

.site-map > li > a {
  font-size: 32px;
  line-height: 50px;
  font-weight: 700;
  color: #132c45;
}
.site-map > li > ul {
  margin-left: 0;
  margin-top: 12.5px;
}
.search-current-tags {
  margin-bottom: 25px;
}
.faq-list {
  list-style: none;
  margin: 0;
}
.faq-list:not(:last-child) {
  margin-bottom: 50px;
}
.faq-list__item + .faq-list__item {
  margin-top: 12.5px;
}
/* move anchor/fragment links so header doesn't cover target */
a[name]:not([href]) {
  position: relative;
  top: -100px;
}


.dropdown-tabs__select {
  margin-bottom: 50px !important;
}
.js .dropdown-tabs__pane:not(.is-active) {
  display: none;
}


.timetable {
  position: relative;
}
.timetable__year-heading {
  position: relative;
}
.timetable__year-heading::before {
  content: '';
  display: block;
  background: #e8e8e8;
  position: absolute;
}
.timetable__year-heading--current .timetable__year-name {
  font-weight: 900;
  color: #77bc1f;
}
.timetable__info-toggle {
  display: inline-block;
  vertical-align: middle;
  padding: 6px;
  margin-top: -6px;
  font-size: 15px;
  color: #fa8d29;
}
.no-js .timetable__info-toggle {
  display: none;
}
.timetable__info-toggle.is-active {
  color: #77bc1f;
}
.timetable__info-popup {
  position: absolute;
  font-size: 15px;
  padding: 25px;
  background: #fff;
  /* border: 1px solid #e8e8e8; */
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-out;
}
.timetable__info-popup.is-active {
  z-index: 5;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.timetable__info-popup::before,
.timetable__info-popup::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 13px solid transparent;
  position: absolute;
}
.timetable__info-popup::after {
  border-width: 12px;
}
.timetable__track-heading {
  margin: 0;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: #0071ce;
}
.timetable__track-heading--secondary {
  color: #00acc8;
}
.timetable__track-heading a {
  color: #0071ce;
  text-decoration: underline;
}
.timetable__track-heading--secondary a {
  color: #00acc8;
}
.timetable__item {
  padding: 12px;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  background: #0071ce;
  color: #fff;
  position: relative;
  z-index: 2;
  transition: box-shadow 0.1s ease-out;
}
.timetable__item--secondary {
  background: #00acc8;
}
.timetable__item--meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #9ba7b2;
  background: #e8e8e8;
  text-align: center;
}
.timetable__item-icon {
  display: block;
  font-size: 26px;
  margin: 6px 0;
}
.timetable__text-content {
  margin: 50px auto;
  border: 1px solid #e8e8e8;
  padding: 25px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.timetable__step {
  padding: 12px;
  margin: 0 -12px;
  transition: background 0.2s ease-out;
}
.timetable__step.is-hovered {
  background: #ebf4fc;
}
.timetable__step--secondary.is-hovered {
  background: #edfcfe;
}
.timetable__step-date {
  font-weight: 700;
}

@media (max-width: 479px) {
  .timetable__track-heading,
  .timetable__item {
    font-size: 14px;
  }
}

@media (max-width: 939px) {
  .timetable {
    margin: 0 -25px;
  }
  .timetable__content {
    /* assumes 10 years by default */
    display: grid;
    grid-auto-flow: column;
    grid-template: auto repeat(24, minmax(50px, auto))
                   / 62px 1fr 1fr;
    gap: 4px 8px;
    padding: 0 25px;
  }
  .timetable--single-row .timetable__content {
    grid-template-columns: 62px 1fr;
  }
  .timetable__content[data-timetable-years="6"] {
    grid-template-rows: auto repeat(15, minmax(50px, auto));
  }
  .timetable__content[data-timetable-years="7"] {
    grid-template-rows: auto repeat(17, minmax(50px, auto));
  }
  .timetable__content[data-timetable-years="8"] {
    grid-template-rows: auto repeat(19, minmax(50px, auto));
  }
  .timetable__content[data-timetable-years="9"] {
    grid-template-rows: auto repeat(21 minmax(50px, auto));
  }
  .timetable__content[data-timetable-years="11"] {
    grid-template-rows: auto repeat(25, minmax(50px, auto));
  }
  .timetable__content[data-timetable-years="12"] {
    grid-template-rows: auto repeat(27, minmax(50px, auto));
  }
  .timetable__content[data-timetable-years="13"] {
    grid-template-rows: auto repeat(29, minmax(50px, auto));
  }
  .timetable__content[data-timetable-years="14"] {
    grid-template-rows: auto repeat(31, minmax(50px, auto));
  }
  .timetable__year-heading {
    grid-row: span 2;
    padding-top: 6px;
  }
  .timetable__year-heading--endcap {
    grid-row: span 1;
  }
  .timetable__year-heading::before {
    width: calc(100vw - 37px);
    height: 1px;
    left: 0;
    top: 0;
  }
  .timetable__year-name {
    display: block;
  }
  .timetable__info-toggle {
    margin-left: -6px;
  }
  .timetable__info-popup {
    width: 70vw;
    left: 62px;
    top: 50%;
    margin-top: -6px;
    transform: translateY(-50%);
  }
  .timetable__info-popup::before,
  .timetable__info-popup::after {
    border-left-width: 0;
    right: 100%;
    top: 50%;
    margin-top: -15px;
  }
  .timetable__info-popup::before {
    border-right-color: #e8e8e8;
  }
  .timetable__info-popup::after {
    border-right-color: #fff;
    margin-top: -14px;
  }
  .timetable__track-heading {
    grid-column: 2;
  }
  .timetable__track-heading--secondary {
    grid-column: 3;
  }
  .timetable__item {
    grid-row: span 2;
    grid-column: 2;
  }
  .timetable__item--secondary,
  .timetable__item--secondary + .timetable__item--meta {
    grid-column: 3;
  }
  .timetable__item[data-timetable-span="1"] { grid-row: span 1; }
  .timetable__item[data-timetable-span="3"] { grid-row: span 3; }
  .timetable__item[data-timetable-span="4"] { grid-row: span 4; }
  .timetable__item[data-timetable-span="5"] { grid-row: span 5; }
  .timetable__item[data-timetable-span="6"] { grid-row: span 6; }
  .timetable__item[data-timetable-span="7"] { grid-row: span 7; }
  .timetable__item[data-timetable-span="8"] { grid-row: span 8; }
  .timetable__item[data-timetable-span="9"] { grid-row: span 9; }
  .timetable__item[data-timetable-span="10"] { grid-row: span 10; }
  .timetable__item[data-timetable-span="11"] { grid-row: span 11; }
  .timetable__item[data-timetable-span="12"] { grid-row: span 12; }
  .timetable__item[data-timetable-span="13"] { grid-row: span 13; }
  .timetable__item[data-timetable-span="14"] { grid-row: span 14; }
  .timetable__item[data-timetable-span="15"] { grid-row: span 15; }
  .timetable__item[data-timetable-span="16"] { grid-row: span 16; }
  .timetable__item[data-timetable-span="17"] { grid-row: span 17; }
  .timetable__item[data-timetable-span="18"] { grid-row: span 18; }
  .timetable__item[data-timetable-span="19"] { grid-row: span 19; }
  .timetable__item[data-timetable-span="20"] { grid-row: span 20; }
  .timetable__item[data-timetable-span="21"] { grid-row: span 21; }
  .timetable__item[data-timetable-span="22"] { grid-row: span 22; }
  .timetable__item[data-timetable-span="23"] { grid-row: span 23; }
  .timetable__item[data-timetable-span="24"] { grid-row: span 24; }
  .timetable__item-text {
    display: block;
    position: sticky;
    top: 87px;
  }
  .timetable__overflow-indicators {
    display: none;
  }
  .timetable__step-icon {
    display: none;
  }
}

@media (min-width: 940px) {
  .timetable {
    margin: 0 -50px;
  }
  .timetable__scroll-container {
    width: 100%;
    padding-bottom: 50px;
    overflow-x: auto;
  }
  .timetable__content {
    /* assumes 10 years as a default */
    display: grid;
    grid-template: auto 125px 125px
                   / 200px repeat(25, minmax(85px, auto));
    gap: 25px 4px;
  }
  .timetable--single-row .timetable__content {
    grid-template-rows: auto 125px;
  }
  .timetable__content[data-timetable-years="6"] {
    grid-template-columns: 200px repeat(16, minmax(85px, auto));
  }
  .timetable__content[data-timetable-years="6 long 1"] {
    grid-template-columns: 200px repeat(2, minmax(140px, auto)) repeat(14, minmax(85px, auto));
  }
  .timetable__content[data-timetable-years="7"] {
    grid-template-columns: 200px repeat(18, minmax(85px, auto));
  }
  .timetable__content[data-timetable-years="8"] {
    grid-template-columns: 200px repeat(20 minmax(85px, auto));
  }
  .timetable__content[data-timetable-years="9"] {
    grid-template-columns: 200px repeat(22, minmax(85px, auto));
  }
  .timetable__content[data-timetable-years="11"] {
    grid-template-columns: 200px repeat(26, minmax(85px, auto));
  }
  .timetable__content[data-timetable-years="12"] {
    grid-template-columns: 200px repeat(28, minmax(85px, auto));
  }
  .timetable__content[data-timetable-years="13"] {
    grid-template-columns: 200px repeat(30, minmax(85px, auto));
  }
  .timetable__content[data-timetable-years="14"] {
    grid-template-columns: 200px repeat(32, minmax(85px, auto));
  }
  .timetable__year-heading {
    grid-column: span 2;
    padding-left: 25px;
  }
  .timetable__year-heading--endcap {
    grid-column: span 1;
  }
  .timetable__year-heading::before {
    width: 1px;
    height: 350px;
    left: 0;
    top: 0;
  }
  .timetable--single-row .timetable__year-heading::before {
    height: 200px;
  }
  .timetable__info-popup {
    top: 37px;
    left: -100px;
    right: -100px;
  }
  .timetable__info-popup::before,
  .timetable__info-popup::after {
    border-top-width: 0;
    bottom: 100%;
    left: 50%;
    margin-left: -15px;
  }
  .timetable__info-popup::before {
    border-bottom-color: #e8e8e8;
  }
  .timetable__info-popup::after {
    border-bottom-color: #fff;
    margin-left: -14px;
  }
  .timetable__info-popup--r {
    left: -175px;
    right: -25px;
  }
  .timetable__info-popup--r::before,
  .timetable__info-popup--r::after {
    left: 70%;
  }
  .timetable__track-heading {
    grid-row: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    padding: 0 25px 0 12px;
  }
  .timetable__track-heading--secondary {
    grid-row: 3;
  }
  .timetable__item {
    display: flex;
    align-items: center;
    padding-left: 25px;
    grid-row: 2;
    grid-column: span 2;
  }
  .timetable__item--secondary,
  .timetable__item--secondary + .timetable__item--meta {
    grid-row: 3;
  }
  .timetable__item.is-hovered {
    box-shadow: inset 0 0 0 2px #0071ce,
                inset 0 0 0 4px rgba(255,255,255,0.66);
  }
  .timetable__item--secondary.is-hovered {
    box-shadow: inset 0 0 0 2px #00acc8,
                inset 0 0 0 4px rgba(255,255,255,0.66);
  }
  .timetable__item[data-timetable-span="1"] { grid-column: span 1; }
  .timetable__item[data-timetable-span="3"] { grid-column: span 3; }
  .timetable__item[data-timetable-span="4"] { grid-column: span 4; }
  .timetable__item[data-timetable-span="5"] { grid-column: span 5; }
  .timetable__item[data-timetable-span="6"] { grid-column: span 6; }
  .timetable__item[data-timetable-span="7"] { grid-column: span 7; }
  .timetable__item[data-timetable-span="8"] { grid-column: span 8; }
  .timetable__item[data-timetable-span="9"] { grid-column: span 9; }
  .timetable__item[data-timetable-span="10"] { grid-column: span 10; }
  .timetable__item[data-timetable-span="11"] { grid-column: span 11; }
  .timetable__item[data-timetable-span="12"] { grid-column: span 12; }
  .timetable__item[data-timetable-span="13"] { grid-column: span 13; }
  .timetable__item[data-timetable-span="14"] { grid-column: span 14; }
  .timetable__item[data-timetable-span="15"] { grid-column: span 15; }
  .timetable__item[data-timetable-span="16"] { grid-column: span 16; }
  .timetable__item[data-timetable-span="17"] { grid-column: span 17; }
  .timetable__item[data-timetable-span="18"] { grid-column: span 18; }
  .timetable__item[data-timetable-span="19"] { grid-column: span 19; }
  .timetable__item[data-timetable-span="20"] { grid-column: span 20; }
  .timetable__item[data-timetable-span="21"] { grid-column: span 21; }
  .timetable__item[data-timetable-span="22"] { grid-column: span 22; }
  .timetable__item[data-timetable-span="23"] { grid-column: span 23; }
  .timetable__item[data-timetable-span="24"] { grid-column: span 24; }
  .timetable__item--meta {
    padding-left: 12px;
  }
  .timetable__item:not(.timetable__item--meta) .timetable__item-text {
    position: sticky;
    left: 12px;
  }
  .timetable__overflow-indicators {
    width: 75px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    color: #fff;
    background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.6));
    pointer-events: none;
  }
  .timetable__overflow-arrow {
    position: absolute;
    right: 25px;
    top: 106px;
  }
  .timetable__overflow-arrow:nth-child(2) {
    top: 255px;
  }
  .timetable__step::after {
    content: '';
    display: table;
    clear: both;
  }
  .timetable__step-icon {
    float: left;
    opacity: 0.2;
    transition: all 0.2s ease-out;
  }
  .timetable__step.is-hovered .timetable__step-icon {
    opacity: 1;
    color: #0071ce;
    transform: translateX(2px);
  }
  .timetable__step--secondary.is-hovered .timetable__step-icon {
    color: #00acc8;
  }
  .timetable__step-date {
    width: 13em;
    float: left;
    text-align: right;
    margin-right: 0.75em;
  }
  .timetable__step-content {
    overflow: hidden;
  }
}


/*! ---------- =sitefinity-specific styles or fixes ---------- */

.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: .5em;
  margin-bottom: .5em;
  word-wrap: break-word;
}
/* make page builder layout more friendly to edit */
.sfPageEditor .page-header,
.sfPageEditor .header-logo,
.sfPageEditor .page-header__content,
.sfPageEditor .header-utility,
.sfPageEditor .header-user,
.sfPageEditor .header-search,
.sfPageEditor .header-nav,
.sfPageEditor .page-footer,
.sfPageEditor .footer-logo,
.sfPageEditor .page-footer__content,
.sfPageEditor .footer-contact,
.sfPageEditor .footer-social,
.sfPageEditor .footer-utility {
  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 .title-block__background img,
.sfPageEditor .background-section__image {
  min-width: 0 !important;
  min-height: 0 !important;
  position: static !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.sfPageEditor .content {
  padding-top: 25px !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;
}


/*! ---------- =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,
  .more {
    display: none !important;
  }
  body {
    background: #fff;
  }
  @page {
    margin: 0.5in;
  }
  @page :first {
    margin-top: 1in;
  }
  @page :last {
    margin-bottom: 1in;
  }
  .page-bounds {
    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 #e8e8e8;
  }
  .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 #9ba7b2;
    padding-top: 50px;
  }
  .page-title {
    text-align: center;
  }
  .content a[href]:not([href^="#"]) {
    word-wrap: break-word;
    box-shadow: 0 2px 0 #0071ce;
    color: #5c6670;
    font-weight: 700;
  }
  .content a[href]:not([href^="#"])::after {
    content: " ("attr(href) ") ";
    font-size: 0.85em;
    color: #73808c;
  }
  .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;
  }
}


/*||---ALERT BANNER STYLE---||*/

.alert-block {
  clear: both;
  padding-top: 5px;
}
.alert-warning {
  color: #fff;
  background-color: #c5ad32;
  font-weight: 300;
  text-align: center;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert {
  clear: both;
  padding: 15px 15px 25px 25px;
  margin-top: -75px;
  margin-bottom: 45px;
  margin-left: -52px;
  margin-right: -52px;
  display: block;
  min-height: 75px;
}
.alert h3.page-title,
.alert a {
  color: #fff;
  /*float: left;
  font-size: 20px; */
  text-decoration: underline;
}
.alert-text {
  max-width: 95%;
  /* float: left; */
  padding-top: 5px;
  margin-left: 25px;
}

@media (max-width: 959px) {
  .alert {
    padding: 25px 15px 15px 25px;
    margin-left: -64px;
    margin-right: -64px;
    margin-top: 10px;
  }
  .alert-text {
    max-width: 80%;
    float: none;
    padding-top: 0;
    margin-left: 0;
    margin-bottom: 25px;
  }
}

@media (max-width: 719px) {
  .alert {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 1159px) {
  .alert {
    padding: 25px 15px 15px 25px;
    margin-bottom: 25px;
    min-height: 150px;
    margin-left: -64px;
    margin-right: -64px;
  }
  .alert h3.page-title,
  .alert a {
    float: none;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .alert-text {
    width: 90%;
    float: none;
    padding-top: 0;
    margin-left: 25px;
    margin-bottom: 25px;
  }
}

@media (min-width: 960px) and (max-width: 1159px) {
  .alert-text {
    max-width: 90%;
    float: none;
    padding-top: 0;
    margin-bottom: 25px;
  }
  .alert {
    margin-top: -75px !important;
  }
}
.is-scrolled .alert {
  display: none;
}

@media (min-width: 1600px) {
  .alert {
    margin-bottom: 0;
  }
}
