@charset "UTF-8";

/*!
 * Common colors and constants
 * ===========================
 *
 * Text sizing
 * -----------
 * Body copy: 18px
 * Line height / baseline grid: 24px
 * H6: 22px
 * H5: 26px
 * H4: 30px
 * H3: 38px
 * H2: 50px
 * H1: 60px
 * Small or secondary: 16px, 15px
 *
 * Text colors
 * -----------
 * Copy: #444444
 * Titles: #163a50
 *
 * Theme colors
 * ------------
 * Primary: #00587C
 * Tint: #333F48
 * Shade: #D45D00
 * Accent: #C8102E
 * Tint: #693C5E
 * Shade: #003A70
 * Action: #6BA4B8
 * Tint: #658D1B
 * Shade: #FFC845
 *
 * Other colors
 * ------------
 * Page background: #ffffff
 * Light wash: #f1f1f1
 * Mid wash: #d4d4d4
 * Dark wash: #222222
 * Warnings: #d45d00
 *
 * Measurements
 * ------------
 * Maximum page width: 1080px
 *
 * Breakpoints
 * -----------
 * Small: 480px
 * Medium: 768px
 * Large: 960px
 * Widescreen: 1176px
 */

/*! ---------- =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: 0 0 42px 0;
  border-bottom: 1px solid #000;
}
hr.sponsors-line {
  margin-top: 10px;
  max-width: 100%;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


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

body {
  font: 18px/24px "Lato", Helvetica, Arial, sans-serif;
  color: #444;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

p, ol, ul, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 24px;
}
p:last-child, ol:last-child, ul:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}
p, ol, ul {
  orphans: 2;
  widows: 2;
}
ol, ul {
  margin-left: 2em;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  color: #163a50;
}

h1.purple-title,
h2.purple-title,
h3.purple-title,
h4.purple-title,
h5.purple-title,
h6.purple-title {
  color: #794e6b;
}
h1.green-title,
h2.green-title,
h3.green-title,
h4.green-title,
h5.green-title,
h6.green-title {
  color: #749831;
}
h1.orange-title,
h2.orange-title,
h3.orange-title,
h4.orange-title,
h5.orange-title,
h6.orange-title {
  color: #d45d00;
}
h1.blue-title,
h2.blue-title,
h3.blue-title,
h4.blue-title,
h5.blue-title,
h6.blue-title {
  color: #005a75;
}


h3.blue-title em {
  color: #cc0731;
}


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: 60px;
  line-height: 60px;
}
.petra,
h1.petra {
  font-size: 50px;
  font-weight: 400;
  color: #000;
}

h1.petra {
  margin-bottom: 0;
}

@media (max-width: 959px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
  }

  h1.page-title {
    font-size: 36px;
  }

  h1.petra {
    padding-bottom: 12px;
  }

  hr.sponsors-line {
    display: none;
  }
}

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

h2 {
  font-weight: 400;
}

@media (min-width: 960px) {
  h2 {
    line-height: 48px;
    font-size: 42px;
  }
}

@media (max-width: 959px) {
  h2 {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (max-width: 959px) {
  h3 {
    font-size: 24px;
    line-height: 30px;
  }

  h4 {
    font-size: 20px;
    line-height: 24px;
  }

  h5 {
    font-size: 18px;
    line-height: 20px;
  }

  h6 {
    font-size: 16px;
    line-height: 18px;
  }
}

@media (min-width: 960px) {
  h3 {
    font-size: 38px;
    line-height: 48px;
  }

  h4 {
    font-size: 30px;
    line-height: 36px;
  }

  h5 {
    font-size: 26px;
    line-height: 36px;
  }

  h6 {
    font-size: 22px;
    line-height: 24px;
  }
}
.text-size {
  font-size: 18px;
  line-height: 24px;
}
.align-left {
  text-align: left;
}

img.align-left {
  margin-left: 0;
  margin-right: 0;
}

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

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

@media (min-width: 960px) {
  .align-right.grid-float {
    text-align: right;
    float: right;
  }
}

.clear {
  clear: both;
}

.note {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  opacity: 0.8;
  font-size: 16px;
}

pre + .note,
input + .note,
textarea + .note {
  margin-top: -12px;
}

.highlight {
  color: #d45d00;
}

.warn {
  color: #c8102e;
}

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


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

a {
  text-decoration: none;
  color: #00587c;
}

a:hover,
a:focus {
  color: #693c5e;
}

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

.more {
  display: inline-block;
  font-weight: 700;
}
.more .fa-arrow-right {
  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 .fa-arrow-right,
.more:focus .fa-arrow-right {
  -webkit-transform: translateX(0.2em);
  -ms-transform: translateX(0.2em);
  transform: translateX(0.2em);
}

.all {
  display: block;
  font-size: 18px;
  margin-top: 7px;
  margin-left: 48px;
  width: 120px;
  float: right;
  background: url("/images/default-source/siteimages/icons/RightArrow.png") right no-repeat;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.all:hover,
.all.events:hover {
  color: #d31536;
  background: url("/images/default-source/siteimages/icons/RightArrowRed.png") right no-repeat;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.all.events {
  margin-top: 0;
  /* width: 160px;
     */
}
.all-container {
  display: inline-block !important;
  font-size: 18px;
  width: 120px;
  font-weight: 400;
}

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

figure {
  display: block;
  margin-bottom: 24px;
  border: 1px solid #f1f1f1;
  padding: 6px;
}
figcaption {
  display: block;
  padding: 6px 0;
  font-size: 15px;
  opacity: 0.8;
}

dl:not(:last-child) {
  margin-bottom: 24px;
}
dt {
  float: left;
  clear: left;
  margin-right: 18px;
  font-weight: 700;
  min-width: 3em;
}
dt ~ dt {
  margin-top: 12px;
}
dd {
  display: block;
  overflow: hidden;
  word-wrap: break-word;
}
dd ~ dd {
  margin-top: 12px;
}

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

@media (max-width: 768px) {
  .content > .hero-features {
    width: auto !important;
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: 42px;
  }
}

.to-screen-edges__content {
  padding-left: 24px;
  padding-right: 24px;
}

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

@media (min-width: 1176px) {
  .to-screen-edges,
  .content > .page-bounds > .hero,
  .content > .hero__content > .hero,
  .interior-banner {
    margin-left: calc(-50vw + (1080px / 2));
    margin-right: calc(-50vw + (1080px / 2));
  }
  .to-screen-edges__content {
    padding-left: calc(50vw - (1080px / 2));
    padding-right: calc(50vw - (1080px / 2));
  }
  .hero-video.to-screen-edges {
    margin-left: calc(-47vw + (1080px / 2));
    margin-right: calc(-47vw + (1080px / 2));
  }
}

@media (min-width: 1500px) {
  .to-screen-edges,
  .content > .page-bounds > .hero,
  .content > .hero__content > .hero,
  .interior-banner {
    margin-left: calc(-50vw + (1400px / 2));
    margin-right: calc(-50vw + (1400px / 2));
  }
  .to-screen-edges__content {
    padding-left: calc(50vw - (1200px / 2));
    padding-right: calc(50vw - (1200px / 2));
  }
}

@media (min-width: 1800px) {
  .to-screen-edges,
  .content > .page-bounds > .hero,
  .content > .hero__content > .hero,
  .interior-banner {
    margin-left: calc(-50vw + (1700px / 2));
    margin-right: calc(-50vw + (1700px / 2));
  }
  .to-screen-edges__content {
    padding-left: calc(50vw - (1500px / 2));
    padding-right: calc(50vw - (1500px / 2));
  }
}

.interior-banner {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 105px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 218px;
}
.interior-banner.blue-banner {
  background-color: #00587c;
}
.interior-banner.purple-banner {
  background-color: #794e6b;
}
.interior-banner.green-banner {
  background-color: #749831;
}
.interior-banner.orange-banner {
  background-color: #d86d19;
}
.interior-banner.light-blue-banner {
  background-color: #76aebd;
}
.interior-banner .interior-layout__title h1.page-title,
.interior-banner.blue-banner h1.page-title,
.interior-banner.purple-banner h1.page-title,
.interior-banner.green-banner h1.page-title,
.interior-banner.orange-banner h1.page-title,
.interior-banner.light-blue-banner h1.page-title {
  margin-top: 75px;
  color: #fff;
  border-bottom: #fff solid 1px;
}
.interior-banner .interior-layout__title {
  z-index: 10;
}

@media (max-width: 767px) {
  .interior-banner {
    top: 72px;
  }
}

.page-title.detail-title {
  margin-top: 75px;
}

@media (min-width: 767px) {
  .page-title.detail-title {
    margin-top: 150px;
  }
}

@media (max-width: 959px) {
  .interior-banner .interior-layout__title {
    padding: 0 42px;
    margin-top: -25px;
  }
  .interior-banner + .interior-layout.page-bounds {
    margin-top: 220px;
  }
}

@media (min-width: 768px) and (max-width: 1399px) {
  .page-title.detail-title {
    margin-top: 300px;
  }
}

@media (min-width: 960px) {
  .page-title.detail-title {
    margin-top: 300px;
  }
  .interior-banner.detail-page {
    top: 142px;
  }
  .interior-layout__title {
    margin-top: 150px;
    margin-left: 0;
  }
  .interior-banner .interior-layout__title {
    z-index: 10;
    width: 75%;
    margin-top: 100px;
  }
}

@media (min-width: 960px) and (max-width: 1170px) {
  .interior-banner .interior-layout__title {
    margin-left: 50px;
  }
  .interior-banner.blue-banner h1.page-title {
    width: 80%;
  }
  .interior-banner + .interior-layout.page-bounds {
    margin-top: 320px;
  }
}

@media (min-width: 1400px) {
  .interior-banner.detail-page {
    top: 150px;
  }
  .page-title.detail-title {
    margin-top: 350px;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .interior-banner {
    margin-top: 90px;
  }
  .interior-banner + .interior-layout.page-bounds {
    margin-top: 400px;
  }
  .interior-layout__title {
    margin-top: 220px;
  }
}

.pull-quote {
  padding: 24px 0;
  margin: 24px 0;
  border: solid #003a70;
  border-width: 2px 0;
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
}
.pull-quote__attribution {
  display: block;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.8;
}
.pull-quote__attribution::before {
  content: "– ";
}
p + .pull-quote__attribution {
  margin-top: -18px;
}

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

.content-box {
  background: #00587c;
  color: #fff;
  border: none;
  padding: 24px;
}
.content-box h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  line-height: 42px;
}
.content-box:not(:last-child) {
  margin-bottom: 24px;
}
.content-box h1,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6 {
  color: #00587c;
}
.content-box--highlight {
  background: #693c5d;
}
.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: #ffff;
}
.content-box--action {
  background: #658d1b;
}
.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: #fff;
  font-weight: 300;
}
.content-box--orange {
  background: #d86d19;
}
.content-box--orange h1,
.content-box--orange h2,
.content-box--orange h3,
.content-box--orange h4,
.content-box--orange h5,
.content-box--orange h6 {
  color: #fff;
  font-weight: 300;
}

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

.margin-large-top {
  margin-top: 36px;
}

.no-top {
  margin-top: -24px;
  padding-top: 0;
}


@media (max-width: 767px) {
  .margin-right {
    margin-bottom: 12px;
  }
  .button.margin-right {
    width: 250px;
  }
}

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

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

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

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

.responsive-video {
  margin-bottom: 36px;
}
.responsive-video:last-child {
  margin-bottom: 0;
}
.responsive-video__aspect {
  position: relative;
  padding-bottom: 56.25%;
}
.responsive-video__aspect iframe,
.responsive-video__aspect > div {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  position: absolute !important;
  top: 0; right: 0; bottom: 0; left: 0;
}

/*! ---------- =spacing ---------- */

.space-t-6 { margin-top: 72px; }
.space-t-5 { margin-top: 48px; }
.space-t-4 { margin-top: 36px; }
.space-t-3 { margin-top: 24px; }
.space-t-2 { margin-top: 12px; }
.space-t-1 { margin-top: 6px; }
.space-t-0 { margin-top: 0; }
.pad-t-6 { padding-top: 72px; }
.pad-t-5 { padding-top: 48px; }
.pad-t-4 { padding-top: 36px; }
.pad-t-3 { padding-top: 24px; }
.pad-t-2 { padding-top: 12px; }
.pad-t-1 { padding-top: 6px; }
.pad-t-0 { padding-top: 0; }
.space-r-6 { margin-right: 72px; }
.space-r-5 { margin-right: 48px; }
.space-r-4 { margin-right: 36px; }
.space-r-3 { margin-right: 24px; }
.space-r-2 { margin-right: 12px; }
.space-r-1 { margin-right: 6px; }
.space-r-0 { margin-right: 0; }
.pad-r-6 { padding-right: 72px; }
.pad-r-5 { padding-right: 48px; }
.pad-r-4 { padding-right: 36px; }
.pad-r-3 { padding-right: 24px; }
.pad-r-2 { padding-right: 12px; }
.pad-r-1 { padding-right: 6px; }
.pad-r-0 { padding-right: 0; }
.space-b-6 { margin-bottom: 72px; }
.space-b-5 { margin-bottom: 48px; }
.space-b-4 { margin-bottom: 36px; }
.space-b-3 { margin-bottom: 24px; }
.space-b-2 { margin-bottom: 12px; }
.space-b-1 { margin-bottom: 6px; }
.space-b-0 { margin-bottom: 0; }

.spacer.spacer--tiny {
margin-bottom: 6px;
}
.spacer.spacer--small {
margin-bottom: 12px;
}
.spacer.spacer--medium {
margin-bottom: 24px;
}
.spacer.spacer--large {
margin-bottom: 36px;
}
.spacer.spacer--huge {
margin-bottom: 48px;
}



.pad-b-6 { padding-bottom: 72px; }
.pad-b-5 { padding-bottom: 48px; }
.pad-b-4 { padding-bottom: 36px; }
.pad-b-3 { padding-bottom: 24px; }
.pad-b-2 { padding-bottom: 12px; }
.pad-b-1 { padding-bottom: 6px; }
.pad-b-0 { padding-bottom: 0; }
.space-l-6 { margin-left: 72px; }
.space-l-5 { margin-left: 48px; }
.space-l-4 { margin-left: 36px; }
.space-l-3 { margin-left: 24px; }
.space-l-2 { margin-left: 12px; }
.space-l-1 { margin-left: 6px; }
.space-l-0 { margin-left: 0; }
.pad-l-6 { padding-left: 72px; }
.pad-l-5 { padding-left: 48px; }
.pad-l-4 { padding-left: 36px; }
.pad-l-3 { padding-left: 24px; }
.pad-l-2 { padding-left: 12px; }
.pad-l-1 { padding-left: 6px; }
.pad-l-0 { padding-left: 0; }

@media (min-width: 768px) {
  .space-t-6-m { margin-top: 72px; }
  .space-t-5-m { margin-top: 48px; }
  .space-t-4-m { margin-top: 36px; }
  .space-t-3-m { margin-top: 24px; }
  .space-t-2-m { margin-top: 12px; }
  .space-t-1-m { margin-top: 6px; }
  .space-t-0-m { margin-top: 0; }
  .pad-t-6-m { padding-top: 72px; }
  .pad-t-5-m { padding-top: 48px; }
  .pad-t-4-m { padding-top: 36px; }
  .pad-t-3-m { padding-top: 24px; }
  .pad-t-2-m { padding-top: 12px; }
  .pad-t-1-m { padding-top: 6px; }
  .pad-t-0-m { padding-top: 0; }
  .space-r-6-m { margin-right: 72px; }
  .space-r-5-m { margin-right: 48px; }
  .space-r-4-m { margin-right: 36px; }
  .space-r-3-m { margin-right: 24px; }
  .space-r-2-m { margin-right: 12px; }
  .space-r-1-m { margin-right: 6px; }
  .space-r-0-m { margin-right: 0; }
  .pad-r-6-m { padding-right: 72px; }
  .pad-r-5-m { padding-right: 48px; }
  .pad-r-4-m { padding-right: 36px; }
  .pad-r-3-m { padding-right: 24px; }
  .pad-r-2-m { padding-right: 12px; }
  .pad-r-1-m { padding-right: 6px; }
  .pad-r-0-m { padding-right: 0; }
  .space-b-6-m { margin-bottom: 72px; }
  .space-b-5-m { margin-bottom: 48px; }
  .space-b-4-m { margin-bottom: 36px; }
  .space-b-3-m { margin-bottom: 24px; }
  .space-b-2-m { margin-bottom: 12px; }
  .space-b-1-m { margin-bottom: 6px; }
  .space-b-0-m { margin-bottom: 0; }
  .pad-b-6-m { padding-bottom: 72px; }
  .pad-b-5-m { padding-bottom: 48px; }
  .pad-b-4-m { padding-bottom: 36px; }
  .pad-b-3-m { padding-bottom: 24px; }
  .pad-b-2-m { padding-bottom: 12px; }
  .pad-b-1-m { padding-bottom: 6px; }
  .pad-b-0-m { padding-bottom: 0; }
  .space-l-6-m { margin-left: 72px; }
  .space-l-5-m { margin-left: 48px; }
  .space-l-4-m { margin-left: 36px; }
  .space-l-3-m { margin-left: 24px; }
  .space-l-2-m { margin-left: 12px; }
  .space-l-1-m { margin-left: 6px; }
  .space-l-0-m { margin-left: 0; }
  .pad-l-6-m { padding-left: 72px; }
  .pad-l-5-m { padding-left: 48px; }
  .pad-l-4-m { padding-left: 36px; }
  .pad-l-3-m { padding-left: 24px; }
  .pad-l-2-m { padding-left: 12px; }
  .pad-l-1-m { padding-left: 6px; }
  .pad-l-0-m { padding-left: 0; }
}


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

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

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

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

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

@media (min-width: 1500px) {
  .grid__unit--1-1-w { width: 100%; }
  .grid__unit--1-2-w { width: 50%; }
  .grid__unit--1-3-w { width: 33.33%; }
  .grid__unit--2-3-w { width: 66.66%; }
  .grid__unit--1-4-w { width: 25%; }
  .grid__unit--3-4-w { width: 75%; }
  .grid__unit--1-5-w { width: 20%; }
  .grid__unit--2-5-w { width: 40%; }
  .grid__unit--3-5-w { width: 60%; }
  .grid__unit--4-5-w { width: 80%; }
  .grid__unit--1-6-w { width: 16.66%; }
  .grid__unit--5-6-w { width: 83.3%; }
  .grid__unit--1-8-w { width: 12.5%; }
  .grid__unit--3-8-w { width: 37.5%; }
  .grid__unit--5-8-w { width: 62.5%; }
  .grid__unit--7-8-w { width: 87.5%; }
  .grid__unit--1-9-w { width: 11.11%; }
  .grid__unit--2-9-w { width: 22.22%; }
  .grid__unit--4-9-w { width: 44.44%; }
  .grid__unit--5-9-w { width: 55.55%; }
  .grid__unit--7-9-w { width: 77.77%; }
  .grid__unit--8-9-w { width: 88.88%; }
  .grid__unit--1-12-w { width: 8.33%; }
  .grid__unit--5-12-w { width: 41.65%; }
  .grid__unit--7-12-w { width: 58.31%; }
  .grid__unit--11-12-w { 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: 9px 12px;
  margin: 0;
  border: 1px solid #e4e4e4;
  color: #444;
  color: rgba(68, 68, 68, 0.8);
  font: 16px/24px "Lato", 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: 24px;
}
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: #ebd3c1;
}
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: #d45d00;
  color: #d45d00;
}
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: #00587c;
  color: #444;
}
textarea {
  padding: 12px;
  min-height: 96px;
}
textarea.textarea-large {
  min-height: 240px;
}
input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  position: relative;
  top: -0.1em;
}
label + input[type="radio"],
label + input[type="checkbox"] {
  margin-left: 24px;
}
label {
  display: block;
  margin-bottom: 6px;
  font-size: 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: #d45d00;
}
label.required::after {
  content: "*";
  font-weight: 400;
}
label.input-validation-error {
  color: #d45d00;
}
label.is-selected {
  color: #003a70;
}
label.is-focused {
  color: #00587c;
  opacity: 1;
}
.side-label {
  margin: 0;
}
.side-label:not(:last-child) {
  margin-bottom: 24px;
}

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

.field-validation-error {
  display: block;
  margin-bottom: 24px;
  font-size: 16px;
  color: #d45d00;
}

input + .field-validation-error,
select + .field-validation-error,
textarea + .field-validation-error {
  margin-top: -18px;
}


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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
}
.content {
  padding: 24px;
  padding-top: 96px;
}
.page-bounds,
.hero__content {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1500px) {
  .page-bounds {
    max-width: 1400px;
  }
}

@media (min-width: 1800px) {
  .page-bounds {
    max-width: 1700px;
  }
}

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


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

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

@media (max-width: 767px) {
  .page-header {
    width: 100%;
  }
  .page-header__toggle {
    position: absolute;
    right: -24px;
    top: 0;
    padding: 24px 24px;
    color: #163a50;
  }
  .page-header__toggle.mobile-menu-is-open {
    color: #c8102e;
  }
  .js .page-header__toggle {
    display: block;
  }
  .page-header__toggle .toggle-indicator {
    margin-left: 6px;
  }
  .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: -24px;
    margin-right: -24px;
  }
}

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

@media (max-width: 767px) {
  .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;
  }
  .hide-on-mobile {
    display: none;
  }
}

@media (max-width: 959px) {
  .page-header {
    z-index: 1000;
  }
}

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

  @supports (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 (transform: translateX(-100%)) {
    .page-header__content.mobile-menu-is-open {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15), 1px 0 2px rgba(0, 0, 0, 0.2);
      opacity: 1;
      visibility: visible;
    }
  }
  .page-header .header-search__input {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
    border-width: 1px 0 !important;
  }
  .page-header .header-search__submit {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    background: transparent;
    color: #00587c;
  }
}
  .page-header__toggle.mobile-menu-is-open {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20%;
    width: calc(0% + 72px);
    font-size: 0.01px;
    color: transparent;
    background: rgba(255, 255, 255, 0.7);
  }
  .page-header__toggle.mobile-menu-is-open .toggle-indicator {
    position: absolute;
    top: 26px;
    left: 50%;
    margin: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .search-current-tags {
    margin-bottom: 24px;
  }

  .far.fa-times-circle {
    padding-left: 10px;
  }

  #SearchRefine ul {
   margin-top: 24px;
   margin-bottom: 24px;
  }


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

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

@media (max-width: 767px) {
  .header-logo a {
    padding: 12px 0;
  }
  .header-logo img {
    max-height: 48px;
  }
}
.toggle-indicator {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  position: relative;
}
.toggle-indicator__piece {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  -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: #222;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.page-header .toggle-indicator__piece::before {
  background: #163a50;
}
.toggle-indicator__piece--1 {
  margin-top: -8px;
}
.toggle-indicator__piece--3 {
  margin-top: 4px;
}
.is-active .toggle-indicator__piece,
.mobile-menu-is-open .page-header .toggle-indicator__piece {
  -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 .page-header .toggle-indicator__piece::before {
  background: #c8102e;
}
.is-active .toggle-indicator__piece--2,
.mobile-menu-is-open .page-header .toggle-indicator__piece--2 {
  opacity: 0;
}
.is-active .toggle-indicator__piece--1,
.is-active .toggle-indicator__piece--3,
.mobile-menu-is-open .page-header .toggle-indicator__piece--1,
.mobile-menu-is-open .page-header .toggle-indicator__piece--3 {
  margin-top: -2px;
}
.is-active .toggle-indicator__piece--1,
.mobile-menu-is-open .page-header .toggle-indicator__piece--1 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.is-active .toggle-indicator__piece--3,
.mobile-menu-is-open .page-header .toggle-indicator__piece--3 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-menu-is-open .page-header .toggle-indicator__piece::before {
  background: #c8102e;
}
.header-utility__list {
  list-style: none;
  margin: 0;
}
.header-utility__item {
  display: inline-block;
}
.header-utility__item a {
  display: block;
  padding: 12px 6px;
  color: #fff;
  font-size: 15px;
}
.header-utility__item a:hover,
.header-utility__item a:focus {
  color: #82c1d7;
}
.header-utility__item--highlight > a {
  padding-left: 12px;
  padding-right: 12px;
  background: #00587c;
  color: #fff;
  border-radius: 3px;
}

@media (max-width: 767px) {
  .header-utility {
    padding: 18px 24px;
    text-align: center;
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .header-utility__list {
    display: inline-block;
    vertical-align: middle;
  }
  .header-utility__item--highlight > a:hover,
  .header-utility__item--highlight > a:focus {
    background: #333f48;
    color: #eee;
  }
  .header-utility > ul > li > ul > li > a:hover,
  .header-utility > ul > li > ul > li > a:focus,
  .header-utility div > ul > li > ul > li > a:hover,
  .header-utility div > ul > li > ul > li > a:focus {
    color: #444;
    background: rgba(0, 88, 124, 0.1);
  }
}

/*! account for utility nav dropdowns */
.header-utility__item > ul {
  list-style: none;
  margin: 0;
}

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

  .header-user, .media-body {
    padding-top: 5px;
  }
}

@media (min-width: 768px) {
  .header-utility__item {
    position: relative;
  }
  .header-utility__item > ul {
    min-width: 12em;
    padding: 12px 0;
    position: absolute;
    left: 50%;
    top: 100%;
    border: 1px solid #f1f1f1;
    text-align: left;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-12px);
    -ms-transform: translateX(-50%) translateY(-12px);
    transform: translateX(-50%) translateY(-12px);
    z-index: -1;
    -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: 12px solid transparent;
    border-top-width: 0;
    border-bottom-color: #f1f1f1;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: 100%;
    z-index: 1;
  }
  .header-utility__item > ul::after {
    margin-bottom: -1px;
    border-bottom-color: #fff;
    z-index: 2;
  }
  .header-utility__item > ul > li > a {
    padding: 6px 12px;
    color: #444;
  }
  .header-utility__item:hover > ul,
  .header-utility__item:focus > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    z-index: 4;
  }
}
.header-user__welcome {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  opacity: 0.75;
}
.header-user__action {
  display: inline-block;
  padding: 6px;
  color: #fff;
  font-size: 15px;
}
.header-user__action:hover,
.header-user__action:focus {
  color: #82c1d7;
}

@media (min-width: 768px) {
  .header-user {
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px;
    z-index: 999;
    position: relative;
  }
  .media-body {
    z-index: 999; 
    position: relative;
  }
  .header-user a {
    color: #fff;
    font-size: 15px;
  }
  .header-user a:hover {
    color: #82c1d7;
  }
  .header-user .btn.btn-default {
    color: #fff;
    font-size: 15px;
  }
  .header-user__welcome,
  .header-user__actions {
    display: inline-block;
    vertical-align: middle;
  }
  .header-user__welcome {
    font-size: 18px;
    margin-right: 12px;
    color: #fff;
  }
}
.header-search {
  position: relative;
}
.header-search__label {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 12px;
  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: 12px 72px 12px 24px !important;
  margin: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  font-size: 18px;
  line-height: 24px;
  background: #fff;
}
.header-search__submit {
  display: block;
  width: 60px;
  padding: 13px 0;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  background: #fff;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 767px) {
  .header-search {
    margin-top: -1px;
  }
  .header-search__label {
    display: none;
  }
  .header-user__welcome {
    display: block;
    color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0;
  }
}

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

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

  @supports (left: calc(100% - 60px)) {
    .header-search.is-focused {
      width: auto;
      left: 0;
    }
  }
  .header-search__label {
    position: absolute;
    top: 50%;
    color: #fff;
    opacity: 1;
    cursor: pointer;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header-search__label:hover,
  .header-search__label:focus {
    color: #82c1d7;
  }
  .header-search__input {
    position: absolute;
    top: 50%;
    right: 0;
    padding-left: 42px !important;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.01;
  }
  .header-search__input:focus {
    opacity: 1;
    overflow: visible;
  }
  .header-search__submit {
    display: none;
  }
}
.header-nav ul {
  list-style: none;
  margin: 0;
}
.header-nav li {
  position: relative;
}
.header-nav a {
  display: block;
}
.header-nav > ul > li > a,
.header-nav div > ul > li > a {
  font-weight: 700;
  color: #00587c;
  font-size: 18px;
}
.header-nav li li a {
  font-size: 18px;
  color: #444;
}
.header-nav li li li a {
  color: #5e5e5e;
}
.header-nav li li li li a {
  color: #6d6d6d;
}
.header-nav__toggle {
  display: none;
}

@media (max-width: 767px) {
  .header-nav {
    background: #fff;
  }
  .js .header-nav__toggle {
    display: block;
  }
  .header-nav a
   {
    padding: 12px 60px 12px 24px;
    border-bottom: 1px solid #f1f1f1;
    width: 100%;
  }
  .header-nav li li a {
    padding-left: 48px;
    border-bottom-color: rgba(241, 241, 241, 0.5);
  }
  .header-nav li li {
    border-bottom-color: rgba(241, 241, 241, 0.5);
  }
  .header-nav li li li a {
    padding-left: 72px;
  }
  .header-nav li li li li a {
    padding-left: 96px;
  }
  .header-nav > ul > li > a,
  .header-nav div > ul > li > a {
    color: #00587c;
  }
  .header-nav > ul > li > ul a,
  .header-nav div > ul > li > ul a {
    color: #444;
  }
  .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);
  }
  .donate {
    padding-left: 10px;
  }
  
}

.header-nav__toggle {
  width: 60px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.header-nav__toggle::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-width: 0;
  border-top-color: #444;
  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.is-active::before {
  border-top-color: #c8102e;
  -webkit-transform: scaleX(0.6) rotateX(180deg);
  transform: scaleX(0.6) rotateX(180deg);
}

@media (min-width: 768px) and (max-width: 1099px) {
  .header-nav > ul > li > a,
  .header-nav div > ul > li > a {
    font-size: 16px;
    padding-right: 16px !important;
  }
}

@media (min-width: 768px) {
  .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;
    margin-right: -36px;
  }
  .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: static;
  }
  .header-nav > ul > li > a,
  .header-nav div > ul > li > a {
    padding: 24px 6px;
    position: relative;
  }
  .header-nav > ul > li > a:hover,
  .header-nav > ul > li > a:focus,
  .header-nav div > ul > li > a:hover,
  .header-nav div > ul > li > a:focus {
    color: #c8102e;
  }
  .donate {
    position: absolute;
    left: 0;
    top: -36px;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  body.is-scrolled .header-nav > ul,
  body.is-scrolled .header-nav div > ul {
    margin-top: 48px;
  }
}

@media (min-width: 768px) and (max-width: 799px) {
  .header-nav > ul,
  .header-nav div > ul {
    margin-top: 75px;
    margin-left: -300px;
  }
}

@media (min-width: 800px) and (max-width: 959px) {
  .header-nav > ul,
  .header-nav div > ul {
    margin-top: 75px;
    margin-left: -370px;
  }
}

@media (min-width: 960px) {
  .donate {
    left: -24px;
  }
}

.donate a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
.donate a:hover,
.donate a:focus {
  color: #82c1d7;
}

/*! single-row dropdowns */
@media (min-width: 768px) {
  .header-nav > ul > li,
  .header-nav div > ul > li {
    position: relative;
  }
  .header-nav > ul > li > a::before,
  .header-nav > ul > li > a::after,
  .header-nav div > ul > li > a::before,
  .header-nav div > ul > li > a::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -10px;
    background: #fff;
    -webkit-transform: scaleY(0.33) rotate(-45deg);
    -ms-transform: scaleY(0.33) rotate(-45deg);
    transform: scaleY(0.33) rotate(-45deg);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: opacity 0.06s ease-out, visibility 0s linear 0.15s,
      z-index 0s linear 0.15s;
    transition: opacity 0.06s 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: #d4d4d4;
  }
  .header-nav > ul > li > ul,
  .header-nav div > ul > li > ul {
    position: absolute;
    min-width: 15em;
    left: 50%;
    margin-left: -7.5em;
    top: 105%;
    padding: 24px 0;
    text-align: left;
    background: #fff;
    border-bottom: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-top: none;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    -webkit-transition: opacity 0.1s ease-out, visibility 0s linear 0.15s,
      z-index 0s linear 0.15s;
    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;
    margin-left: 0;
    right: 0;
  }
  .header-nav > ul > li > ul > li > a,
  .header-nav div > ul > li > ul > li > a {
    padding: 12px;
    font-size: 18px;
    color: #00587c;
  }
  .header-nav > ul > li > ul > li > a:hover,
  .header-nav > ul > li > ul > li > a:focus,
  .header-nav div > ul > li > ul > li > a:hover,
  .header-nav div > ul > li > ul > li > a:focus,
  .header-nav > ul > li > ul > li > ul > li > a:hover,
  .header-nav div > ul > li > ul > li > ul > li > a:focus {
    color: #c8102e !important;
    background: none !important;
  }
  .header-nav > ul > li > ul > li > ul.is-active > li, 
  .header-nav div > ul > li > ul > li > ul.is-active > li {
    transition: all 0.5s linear;
  }
  .header-nav > ul > li > ul > li > ul > li, 
  .header-nav div > ul > li > ul > li > ul > li {
    margin-left: 6px;
    transition: all .2s linear;
  }
  .header-nav > ul > li:hover > a,
  .header-nav div > ul > li:hover > a {
  color: #c8102e;
  }
  .header-nav > ul > li > ul > li > ul > li > a,
  .header-nav div > ul > li > ul > li > ul > li > a {
    margin-left: 6px;
    font-size: 16px;
    color: #6BA4B8;
  }
  .header-nav li li li li a {
    display: none;
  }
  .header-nav > ul > li > ul > li > ul.is-active > li, .header-nav div > ul > li > ul > li > ul.is-active > li {
    opacity: 1;
    transition: opacity 0.25s ease-out, all .2s linear;
  }
  .header-nav > ul > li > ul > li > ul > li, .header-nav div > ul > li > ul > li > ul > li {
    opacity: 1;
    transition: opacity 0.25s ease-out;
  }
  .header-nav > ul > li:hover > a::before,
  .header-nav > ul > li:hover > a::after,
  .header-nav div > ul > li:hover > a::before,
  .header-nav div > ul > li:hover > a::after {
    opacity: 1;
    visibility: visible;
    z-index: 101;
    -webkit-transition: opacity 0.15s ease-out 0.575s, z-index 0s linear 0.575s,
      visibility 0s linear 0.575s;
    transition: opacity 0.15s ease-out 0.575s, z-index 0s linear 0.575s,
      visibility 0s linear 0.575s;
  }
  .header-nav > ul > li:hover > ul,
  .header-nav div > ul > li:hover > ul {
    opacity: 1;
    z-index: 100;
    visibility: visible;
    -webkit-transition: opacity 0.15s ease-out 0.5s, z-index 0s linear 0.5s,
      visibility 0s linear 0.5s;
    transition: opacity 0.15s ease-out 0.5s, z-index 0s linear 0.5s,
      visibility 0s linear 0.5s;
  }
  .header-nav > ul > li > ul > li > ul > li .fa-triangle, 
  .header-nav div > ul > li > ul > li > ul > li .fa-triangle,
  .header-nav > ul > li > ul > li > ul > li > ul > li, 
  .header-nav div > ul > li > ul > li > ul > li > ul > li {
    display: none !important;
  }
}

.fa-triangle::before {
  /*font-family: var(--fa-style-family-sharp);*/
  font-weight: 900;
  font-size: x-small;
  color: #00587c;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Pro", "Font Awesome";
  content: "\f2ec";
}

.fa-triangle.is-active {
  transform: scaleY(1);
}
.fa-triangle.is-active::before {
  color: #c8102e;
}
.fa-triangle {
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transform: scaleY(-1);
  width: 60px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
}
.in-line {
  display: inline-block !important;
  vertical-align: middle !important;
}


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

.header-logo {
  float: left;
}

@media (min-width: 768px) {
  .page-header {
    border-top: 48px solid #163a50;
  }
  .page-header > .page-bounds,
  .page-header > .hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-header__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    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;
  }
  .header-logo {
    max-width: 25%;
    margin-right: 24px;
  }
  .header-logo > a {
    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;
    height: 101px;
    padding: 12px 0;
  }
  .header-logo img {
    max-height: 100%;
  }
  .header-utility,
  .header-search {
    position: absolute;
    bottom: 100%;
  }
  .header-utility {
    right: 48px;
  }
  .header-search {
    width: auto;
    right: 0;
  }
  .header-nav > ul > li > a,
  .header-nav div > ul > li > a {
    padding-top: 38.5px;
    padding-bottom: 38.5px;
  }

  /*! disclosure search */
  .header-search {
    z-index: 3;
    margin-bottom: 24px;
  }

  /*! sticky header */
  .page-header {
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .header-logo > a {
    -webkit-transition: height 0.2s ease, padding 0.2s ease;
    transition: height 0.2s ease, padding 0.2s ease;
  }
  .header-nav > ul > li > a {
    -webkit-transition: padding 0.2s ease, color 0.15s ease-out;
    transition: padding 0.2s ease, color 0.15s ease-out;
  }

  body.is-scrolled .page-header {
    -webkit-transform: translateY(-48px);
    -ms-transform: translateY(-48px);
    transform: translateY(-48px);
  }

  body.is-scrolled .header-logo > a {
    padding-top: 6px;
    padding-bottom: 6px;
    height: 72px;
  }

  body.is-scrolled .header-nav > ul > li > a {
    padding-top: 48px;
    padding-bottom: 24px;
  }
}

@media (min-width: 767px) and (max-width: 959px) {
  .header-logo {
    float: none;
    position: relative;
    left: 27%;
    max-width: none;
  }
}

@media (min-width: 960px) {
  .header-logo {
    margin-left: -48px;
  }
}

@media (min-width: 960px) and (max-width: 1099px) {
  .header-logo {
    margin-left: -45px;
    margin-top: 18px;
  }
}

@media (min-width: 1100px) {
  .header-logo {
    margin-top: 10px;
  }
}


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

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

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


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

/*! solid footer style */
.page-footer {
  padding-top: 0;
  padding-bottom: 0;
  background: #00587c;
  color: #fff;
}
.page-footer a {
  color: #fff;
  font-weight: 700;
}
.page-footer a:hover,
.page-footer a:focus {
  color: #fff;
  text-decoration: underline;
}
.page-footer .footer-trending__title,
.page-footer .footer-actions__title {
  color: #fff;
}

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


/*! ---------- =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: 20px 12px 35px 24px;
  font-size: 26px;
}
.footer-trending__title {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.5;
}
.footer-utility__list {
  list-style: none;
  margin: 0;
}
.footer-utility__item {
  display: inline-block;
  vertical-align: middle;
}
.footer-utility__item a {
  display: block;
  padding: 6px;
}

.footer-inline div {
  display: inline-block;
}

a .fab.fa-facebook-square {
  color: #015b76;
}

a .far.fa-print,
a .fas.fa-print,
a .fal.fa-print {
  color: #015b76;
  padding-top: 5px;
  float: right;
}

a .far.fa-print:hover,
a .fas.fa-print:hover,
a .fal.fa-print:hover {
  color: #794e6b;
}

a:hover .fab.fa-facebook-square {
  color: #794e6b;
}
.footer-social a .fab.fa-linkedin {
  color: #015b76;
  font-size: 36px;
}
.footer-social a .fab.fa-twitter {
  color: #015b76;
  font-size: 36px;
}
.footer-social a .fab.fa-facebook-square {
  color: #375993;
  font-size: 36px;
}
.footer-social a .fab.fa-linkedin {
  color: #0078af;
  font-size: 36px;
}
.footer-social a .fab.fa-twitter {
  color: #52abd5;
  font-size: 36px;
}
.social-content a {
  padding-right: 10px;
}
.social-content a .fab.fa-linkedin {
  color: #015b76;
  font-size: 36px;
}
.social-content a .fab.fa-twitter {
  color: #015b76;
  font-size: 36px;
}
.social-content a .fab.fa-facebook-square {
  color: #375993;
  font-size: 36px;
}
.social-content a .fab.fa-linkedin {
  color: #0078af;
  font-size: 36px;
}
.social-content a .fab.fa-twitter {
  color: #52abd5;
  font-size: 36px;
}

@media (min-width: 480px) {
  .footer-utility__item a {
    padding: 6px 12px;
  }
}
.footer-actions__section {
  margin-bottom: 24px;
}
.footer-actions__title {
  font-size: 26px;
  line-height: 24px;
  margin-bottom: 6px;
}
.footer-actions__list {
  list-style: none;
  margin: 0 0 0 -12px;
}
.footer-actions__item {
  display: inline-block;
  vertical-align: middle;
}
.footer-actions__item a {
  display: block;
  padding: 6px;
}

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

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

@media (min-width: 768px) {
  .footer-actions {
    display: -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: 6px 0;
  }
}

@media (min-width: 1176px) {
  .footer-actions__section {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }
}
.footer-copyright {
  font-size: 16px;
  opacity: 0.5;
}


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

@media (max-width: 959px) {
  .page-footer {
    text-align: center;
  }
  .footer-logo img {
    max-height: 96px;
  }
  .footer-contact,
  .footer-utility,
  .footer-copyright {
    margin-top: 24px;
    text-align: center;
  }
  .footer-social {
    text-align: center;
  }
  .page-footer__content {
    padding: 42px 20px 20px 20px;
  }
  .page-footer__content p {
    text-align: center;
  }
}

@media (min-width: 767px) and (max-width: 959px) {
  .page-footer__content {
    padding: 10px 20px 30px 20px;
  }
}

@media (min-width: 960px) {
  .page-footer__content {
    padding-bottom: 35px;
  }
}

@media (min-width: 960px) {
  .page-footer__content {
    padding-left: 7.992px;
    overflow: hidden;
    line-height: 30px;
  }
  .footer-social {
    margin-top: 18px;
    margin-left: -3px;
    text-align: right;
  }
  .footer-utility {
    margin-top: 12px;
    margin-left: -12px;
  }
  .footer-copyright {
    margin-top: 12px;
    margin-left: 33.3%;
    padding-left: 7.992px;
  }
}

@media (min-width: 960px) {

  .footer-contact,
  .footer-social {
    display: inline-block;
  }
  .footer-contact {
    line-height: 36px;
  }
  .footer-utility {
    /* overflow: hidden;
         */
    margin: 0;
    display: inline-block;
  }
  .footer-utility__item {
    padding-top: 17px;
    padding-bottom: 35px;
    display: inline-block;
  }
  .footer-social {
    margin-left: 35px;
  }
  .footer-copyright {
    margin-top: 24px;
  }
}


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

.page-title {
  color: #222;
}

h1.page-title {
  font-weight: 400;
  color: #000;
  padding-bottom: 7px;
  border-bottom: solid 1px #000;
  margin-bottom: 36px;
}

@media (min-width: 960px) {
  h1.page-title {
    font-size: 50px;
    font-weight: 400;
    color: #000;
    padding-bottom: 7px;
    border-bottom: solid 1px #000;
    margin-bottom: 36px;
  }
}
.page-title + .breadcrumbs {
  margin-top: -24px;
}


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

.breadcrumbs {
  font-size: 16px;
  margin-bottom: 24px;
}
.breadcrumbs a {
  color: #444;
  opacity: 0.9;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #794e6b;
  opacity: 1;
}
.breadcrumbs span {
  display: inline-block;
  margin: 0 0.3em;
  opacity: 0.4;
}
.in-this-section a {
  display: block;
  padding: 6px 0;
  color: #00587c;
}
.in-this-section a:hover {
  color: #794e6b;
}
.in-this-section ul {
  list-style: none;
  margin: 0;
}
.in-this-section ul ul {
  display: none;
  padding-left: 24px;
}
.in-this-section ul ul a {
  font-size: 16px;
}
.in-this-section .is-current > ul {
  display: block;
}
.in-this-section .is-current > a {
  color: #794e6b;
}

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

@media (min-width: 960px) {
  .in-this-section__toggle {
    cursor: default;
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 12px;
  }
  .in-this-section__toggle .toggle-indicator {
    display: none;
  }
  .interior-layout .in-this-section {
    margin-top: -6px;
  }
}
.share-buttons {
  font-size: 26px;
  max-width: 145px;
}
.share-buttons:not(:last-child) {
  margin-bottom: 24px;
}
.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: 6px 6px 0 0;
  color: #015b76;
}
.share-buttons__button:hover,
.share-buttons__button:focus {
  color: #693c5e;
}


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

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

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


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

.button,
.button--large,
.button--small,
.button--highlight,
.button--action,
.button--warn,
.button--cancel {
  display: inline-block;
  vertical-align: middle;
  padding: 12px 36px;
  background: #015978;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #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: #fff;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.button:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.8);
  outline-offset: -6px;
}
.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: 12px;
}
.button--small {
  padding: 6px 24px;
  font-size: 16px;
}
.button--highlight {
  color: #fff;
  background: #693c5d;
  font-weight: 400;
}

@media (max-width: 479px) {
  .button--highlight {
    margin-bottom: 10px;
  }
}
.button--highlight:hover,
.button--highlight:focus {
  color: #fff;
  background: #693c5d;
}
.button--action {
  color: #fff;
  background: #658d1b;
  font-weight: 400;
}
.button--action:hover,
.button--action:focus {
  color: #fff;
  background: #658d1b;
}
.button--warn {
  color: #fff;
  background: #d45d00;
  font-weight: 400;
}
.button--warn:hover,
.button--warn:focus {
  color: #fff;
  background: #d45d00;
}
.button--cancel {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background: #333f48;
}
.button--cancel:hover,
.button--cancel:focus {
  color: #fff;
  background: #333f48;
}
.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: -12px;
  margin-right: -6px;
  margin-left: -6px;
}
.button-group > .button {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 12px 6px 0;
}


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

.item-list {
  list-style: none;
  margin-left: 0;
}
.item-list:not(:last-child) {
  margin-bottom: 48px;
}
.item-list + .button {
  margin-top: -24px;
}
.item-list__item {
  padding-bottom: 22px;
  border-bottom: #000 solid 1px;
}
.event-home .item-list__item {
  padding-bottom: 0;
  border-bottom: none;
}
.item-list__item + .item-list__item {
  margin-top: 24px;
}
.item-list__thumbnail {
  display: block;
  width: 120px;
  margin-right: 24px;
}
.item-list__thumbnail--float {
  float: left;
}
.thumbnail-alt {
  font-size: 75px;
  width: 130px;
  text-align: center;
}

@media (max-width: 479px) {
.thumbnail-alt {
  float: none;
  text-align: center;
  margin: 0 auto 10px auto;
   
}

}


.item-list__content {
  overflow: hidden;
}
.item-list__title,
.content-type {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  margin: 0;
  color: #00587c;
}

.minimize .item-list__title {
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
}

.content-type,
.content-type a {
  color: #2f3d47;
}
.item-list__title:hover,
.item-list__title:focus {
  color: #794e6b;
}
.item-list__date {
  margin: 6px 0 0;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-style: italic;
  color: #2f3d47;
}

.item-list__description {
  margin: 6px 0 0;
}

.minimize .item-list__date, .minimize .item-list__description {
  font-size: 16px;
  margin-top: 0;
  font-weight: normal;
}
.item-list__address,
.item-list__attributes {
  margin: 12px 0;
}
.item-list__description.indent-lists {
  margin-left: 145px;
}
.feature-image {
  border-radius: 20px;
  width: 524px;
  height: auto;
}
.news-events-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 20px;
  margin-top: -171px;
  position: relative;
  padding: 18px;
  width: 100%;
  height: 171px;
  max-width: 524px;
  margin-left: auto;
  margin-right: auto;
}
.feature-image__container {
  font-size: 24px;
  margin-top: 18px;
  line-height: 30px;
  font-weight: 900;
}
.feature-image__container a {
  color: #fff;
}

a:hover .feature-image__container {
  color: #e4b255;
}

a .feature-image__container .type {
  color: #e4b255;
}

a:hover .feature-image__container .type {
  color: #fff;
}

@media (max-width: 479px) {
  .item-list__thumbnail {
    float: none;
    margin: 0 auto 12px;
  }
  .thumbnail-alt {
    float: none;
    text-align: center;
    margin: 0 auto 10px auto;
  }
  .calendar-item.item-list__thumbnail {
    text-align: left !important;
    float: left;
    margin-right: 24px;
  }
  .news-events-overlay {
    background-color: rgba(0, 0, 0, 1);
    padding: 18px 18px 30px 18px;
    height: auto;
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1100px) {
  .feature-image__container a {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (min-width: 480px) {
  .thumbnail-height {
    float: left;
    min-height: 120px;
  }
  .thumbnail-alt {
    float: left;
  }
}

/*! grid-style lists */
.item-list--grid .item-list__item {
  border-bottom: none;
}
.item-list--grid .item-list__thumbnail {
  width: 100%;
  max-width: 100%;
  float: none;
  margin: 0 auto 12px;
}
.item-list--grid .item-list__thumbnail img {
  width: 100%;
}
.item-list--grid .item-list__item + .item-list__item {
  margin-top: 0;
}

/* icon section */
.helpful {
  font-size: 20px;
}
.helpful .grid__unit {
  padding-right: 0 !important;
}

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

.icon-link i, .icon-link em {
  font-size: 36px;
  padding-bottom: 5px;
}

.icon-link.blue-icon {
  color: #005979;
}

.icon-link.red-icon {
  color: #cc0731;
}

.icon-link.orange-icon {
  color: #d45d00;
}

.icon-link.green-icon {
 color: #658d1b;
}

.icon-link.sky-blue-icon {
  color: #6aa4b8;
}

@media (max-width: 959px) {
  .helpful img {
    margin-bottom: 7px;
  }

  .quick-icon {
    margin-left: auto;
    margin-right: auto;
  }
  .blue-icon__text,
  .red-icon__text,
  .orange-icon__text,
  .green-icon__text,
  .sky-blue-icon__text {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 36px;
  }
}

@media (max-width: 1499px) {
  .helpful img {
    width: 40px;
    height: auto;
  }
}

@media (min-width: 960px) and (max-width: 1499px) {

  .blue-icon__text,
  .red-icon__text,
  .orange-icon__text,
  .green-icon__text,
  .sky-blue-icon__text,
  .quick-icon {
    text-align: center;
  }
  .blue-icon__text,
  .red-icon__text,
  .orange-icon__text,
  .green-icon__text,
  .sky-blue-icon__text {
    margin-top: 12px;
  }
}
.blue-icon__text,
.red-icon__text,
.orange-icon__text,
.green-icon__text,
.sky-blue-icon__text {
  font-weight: 400;
}
.blue-icon__text {
  color: #005979;
}
.red-icon__text {
  color: #cc0731;
}
.orange-icon__text {
  color: #d45d00;
}
.green-icon__text {
  color: #658d1b;
}
.sky-blue-icon__text {
  color: #6aa4b8;
}

.quick-icon {
  max-width: 25%;
}
.icon-link:hover {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition: -webkit-translate 0.15s ease-out;
  transition: -webkit-translate 0.15s ease-out;
  transition: translate 0.15s ease-out;
  transition: translate 0.15s ease-out, -webkit-transform 0.15s ease-out;
}

@media (min-width: 960px) {
  .helpful {
    margin-bottom: 42px;
  }
}

@media (min-width: 1500px) {
  .blue-icon__text {
    font-size: 20px;
  }

  .quick-icon {
    float: left;
    margin-right: 24px;
  }
  .helpful .grid__unit--1-5-l:nth-child(3) {
    width: 17%;
  }
  .helpful .grid__unit--1-5-l:nth-child(4) {
    width: 23%;
  }
}

/* callout area */
.callout-container {
  margin-bottom: 48px;
}

@media (max-width: 959px) {
  .callout img {
    width: 100%;
    max-width: 402px;
    height: auto;
    min-height: 0 !important;
    padding-top: 24px;
  }
  .callout-content {
    width: 100%;
    max-width: 402px;
    min-height: 0 !important;
    padding: 24px;
    background: #6b3c5c;
    color: #fff;
    margin-right: auto;
    margin-left: auto;
  }
  .callout-headline {
    font-size: 30px;
    line-height: 36px;
  }
  .callout-content p {
    margin-top: 24px;
  }
}

@media (min-width: 960px) {
  .callout-container {
    width: 100%;
    margin-bottom: 48px;
    clear: both;
  }
  .callout {
    color: #fff;
  }
  .callout-headline {
    border-bottom: #fff solid 1px;
  }
  .callout-content {
    padding: 25px 42px 25px 25px;
    background: #6b3c5c;
    min-height: 280px;
  }
  .callout-content p {
    display: block;
    margin-top: 20px;
    max-width: 60%;
  }
  .callout img {
    float: right;
    width: 40%;
    padding: 30px 20px 20px 20px;
  }
  .events-container {
    position: relative;
  }
  .events-container .grid__unit:last-child {
    margin-top: 48px;
  }
}

@media (min-width: 1050px) {
  .callout-content {
    min-height: 280px;
  }
  .callout img {
    padding: 20px 20px 20px 20px;
  }
}

@media (min-width: 1100px) {
  .callout-content {
    min-height: 300px;
  }
  .callout img {
    padding: 20px 20px 20px 20px;
  }
}

@media (min-width: 1200px) {
  .callout-content {
    padding: 30px 42px 0 42px;
    max-height: 200px;
    min-height: 0;
  }
  .callout img {
    width: auto;
    max-height: 200px;
    padding: 0;
  }
  .callout-content .button {
    position: relative;
    top: -90px;
    right: 0;
    left: 52%;
  }
  .callout-content p {
    margin-top: 30px;
    max-width: 47%;
  }
}
.highlight-area-container,
.events-container {
  clear: both;
}
.events-container {
  margin-top: 90px !important;
}
.highlight-content {
  background: #0c607a;
  padding: 20px;
  color: #fff;
}
.highlight-content h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
}
.or {
  padding: 0 20px;
}
.benefits-more {
  display: inline-block;
}
.highlight-content a {
  color: #fff;
}
.highlight-content a:hover {
  color: #82c1d7;
}
.highlight-content a.button.button--highlight:hover {
  color: #fff;
}
.fas fa-arrow-right {
  padding-left: 10px;
}
.center-mobile {
  display: inline-block;
}

@media (max-width: 959px) {
  .highlight-image {
    /* max-width: 402px;
         */
    width: 100%;
    height: auto;
  }
  .highlight-content {
    /* max-width: 402px;
         */
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  a.button.button--highlight.benefits {
    display: block;
  }
  .center-mobile {
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .benefits-more {
    display: block;
    padding-top: 25px;
    text-align: center;
  }
}

/*@media (min-width: 960px) and (max-width: 1099px) {
  .highlight-image {
    width: 45%;
    float: left;
    z-index: 3;
    position: relative;
    margin-right: -24px;
    margin-top: -24px;
  }
  .highlight-content {
    width: 55%;
    float: left;
    padding: 24px 24px 24px 60px;
    z-index: 2;
  }
} */


.highlight-area-container {
    position: relative;
  }

@media (min-width: 1100px) {
  .highlight-area-container {
    float: left;
  }

  .highlight-area-container iframe {
    position: absolute;
    top: 19%;
    left: 55%;
  }
  .highlight-content {
    width: 55%;
    float: left;
    padding: 48px 60px 48px 60px;
    z-index: 2;
  }
  .highlight-image {
    width: 45%;
    float: left;
    z-index: 3;
    position: relative;
    margin-top: -24px;
    margin-right: -24px;
  }
}

@media (min-width: 767px) {
    .flex-center {
        display: flex;
        align-items: center;
    }
}

.highlight-content-full-width {
    width: 100% !important;
    max-width: 2000px !important;
  }
  .no-padding {
    padding: 0 !important;
  }


@media (min-width: 1200px) {

  .highlight-area-container iframe {
    position: absolute;
    top: 15%;
  }


}


@media (min-width: 1350px) {

  .highlight-area-container iframe {
    position: absolute;
    top: 11%;
  }


}


@media (min-width: 1850px) {

  .highlight-area-container iframe {
    position: absolute;
    top: 7%;
  }


}

@media (max-width: 1099px) {

 .highlight-area-container iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }

  .highlight-content { 
    max-width: 500px;
    margin: 0 auto;
  }
}

/* events */
.show-me {
  font-size: 15px;
  font-weight: bold;
  padding-right: 12px;
  padding-left: 20px;
  color: #444;
}
.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
}
.blue-dot {
  background: #67a5b6;
}
.orange-dot {
  background: #d45d00;
}
.green-dot {
  background: #658d1b;
}
.purple-dot {
  background: #6a3b5b;
}
.blue-dot {
  background: #67a5b6;
}
.dark-blue-dot {
  background: #005471;
}
.red-dot {
  background: #d41536;
}
.blue-legend:hover {
  color: #67a5b6;
}
.orange-legend:hover {
  color: #d45d00;
}
.green-legend:hover {
  color: #658d1b;
}
.purple-legend:hover {
  color: #6a3b5b;
}
.legend {
  font-size: 15px;
  display: inline-block;
  padding-right: 20px;
}
.calendar-item {
  width: 110px;
  height: 98px;
  border-radius: 20px;
  margin-bottom: 24px;
  float: left;
}
.calendar-item.blue-calendar,
.calendar-item.cat-leadingagepa {
  border: 1px solid #005471;
}
.calendar-item.orange-calendar,
.calendar-item.cat-industry {
  border: 1px solid #d45d00;
}
.calendar-item.green-calendar,
.calendar-item.cat-regulatory {
  border: 1px solid #d41536;
}
.calendar-item.purple-calendar,
.calendar-item.cat-sponsor {
  border: 1px solid #6b3c5c;
}
.calendar-month {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
}
.calendar-month.blue-month,
.calendar-month.cat-leadingagepa {
  background: #005471;
}
.calendar-month.orange-month,
.calendar-month.cat-industry {
  background: #d45d00;
}
.calendar-month.green-month,
.calendar-month.cat-regulatory {
  background: #d41536;
}
.calendar-month.purple-month,
.calendar-month.cat-sponsor {
  background: #6b3c5c;
}
.calendar-month.green-month,
.calendar-month.cat-webinars {
  background: #658D1B;
}
.calendar-item.green-calendar, .calendar-item.cat-webinars {
  border: 1px solid #658D1B;
}

.calendar-day.purple-day, .calendar-day.cat-webinars {
  color: #658D1B;
}

.calendar-day {
  padding-top: 20px;
  font-size: 36px;
  text-align: center;
}
.calendar-day.blue-day,
.calendar-day.cat-leadingagepa {
  color: #005471;
}
.calendar-day.orange-day,
.calendar-day.cat-industry {
  color: #d45d00;
}
.calendar-day.green-day,
.calendar-day.cat-regulatory {
  color: #d41536;
}
.calendar-day.purple-day,
.calendar-day.cat-sponsor {
  color: #6b3c5c;
}
.dot-legend a {
  color: #444;
}

#upcoming-pane .calendar-day {
  color: #67a5b6;
}

#upcoming-pane .calendar-month {
  background: #67a5b6;
}

#upcoming-pane .calendar-item {
  border: 1px solid #67a5b6;
}

#ceu-pane .calendar-day {
  color: #d45d00;
}

#ceu-pane .calendar-month {
  background: #d45d00;
}

#ceu-pane .calendar-item {
  border: 1px solid #d45d00;
}

#regulatory-pane .calendar-day {
  color: #d41536;
}

#regulatory-pane .calendar-month {
  background: #d41536;
}

#regulatory-pane .calendar-item {
  border: 1px solid #d41536;
}




@media (max-width: 959px) {
  .all.events {
    float: none;
    clear: both;
  }
  .show-me {
    display: block;
    text-align: left;
    padding-bottom: 10px;
    padding-top: 25px;
    padding-left: 0;
    line-height: 16px;
  }
  .dot-legend {
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 12px;
    line-height: 16px;
  }
  .all.events {
    display: block;
    margin-top: 24px;
    margin-left: 0;
    margin-bottom: 48px;
  }
  .event-line hr {
    display: none;
  }
}

@media (min-width: 960px) {
  .dot-legend {
    display: inline-block;
  }

  h1.petra,
  .legend-container {
    display: inline-block;
  }
  .legend-container {
    padding-left: 184px;
    position: absolute;
    margin-top: -90px;
  }
  .event-line {
    display: block;
    padding-top: 12px;
  }
}

@media (min-width: 960px) and (max-width: 1100px) {
  .petra.sponsors-title {
    margin-top: 45px;
  }
}

@media (max-width: 959px) {
  .all.events {
    font-size: 16px;
  }
}

@media (min-width: 960px) and (max-width: 1080px) {
  .all.events {
    margin-top: 0;
    width: 95px;
    font-size: 14px;
    padding-left: 3px;
    margin-left: 0 !important;
  }
  .show-me {
    padding-left: 0;
  }
}

/*@media (min-width: 1100px) {
     .show-me {
         padding-left: 50px;
    }
}
*/
.inline {
  display: inline-block;
  vertical-align: middle;
}

/* calendar grid view and associated category key

category mappings:

1fd3b4a8-494e-4dc2-b7b8-8fe88ce29079 - leading age pa
63abf6ef-c5b4-4de3-85d3-4e7f21da9238 - webinars
18d0a5df-902f-4cf8-8dde-e64e1da50324 - industry
2df92b5c-e80f-4643-a123-399fa0126f13 - regulatory
969e083a-400e-4d29-9fea-1a5b1e6881fd - CEU
62f7574d-3702-44e3-9ffe-d3f6789b4c49 - sponsor
*/

.calendar-key {
  margin-bottom: 2em;
}
.calendar-key__title {
  display: block;
  margin-bottom: 0.5em;
}
.calendar-key__list {
  display: inline-flex;
  flex-direction: column;
  gap: 0.25em;
  list-style: none;
  margin: 0;
}
.calendar-key__item {
  padding: 0.25em 0.75em;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.calendar-key__dot {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.5em;
  border-radius: 100%;
  background: #444;
}
@media (min-width: 480px) {
  .calendar-key__list {
    display: flex;
    flex-flow: row wrap;
  }
}
@media (min-width: 960px) {
  .calendar-key__title {
    text-align: center;
  }
  .calendar-key__list {
    justify-content: center;
  }
}

.sf-event-item {
  background: #444;
}
.sf-event-item .sf-event-link {
  color: #fff;
}
.sf-event-item.cat-1fd3b4a8-494e-4dc2-b7b8-8fe88ce29079,
.calendar-key__dot.cat-1fd3b4a8-494e-4dc2-b7b8-8fe88ce29079 {
  background: #005471;
}
.sf-event-item.cat-969e083a-400e-4d29-9fea-1a5b1e6881fd,
.calendar-key__dot.cat-969e083a-400e-4d29-9fea-1a5b1e6881fd {
  background: #d45d00;
}
.sf-event-item.cat-2df92b5c-e80f-4643-a123-399fa0126f13,
.calendar-key__dot.cat-2df92b5c-e80f-4643-a123-399fa0126f13 {
  background: #d41536;
}
.sf-event-item.cat-62f7574d-3702-44e3-9ffe-d3f6789b4c49,
.calendar-key__dot.cat-62f7574d-3702-44e3-9ffe-d3f6789b4c49 {
  background: #6b3c5c;
}
 	
.sf-event-item.cat-63abf6ef-c5b4-4de3-85d3-4e7f21da9238,
.calendar-key__dot.cat-63abf6ef-c5b4-4de3-85d3-4e7f21da9238 {
  background: #658d1b;
}

.calendar-selector {
  display: inline-flex;
  margin-bottom: 1em;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
}
.calendar-selector__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5em;
  color: #888;
  background: #eee;
}
.calendar-selector__button + .calendar-selector__button {
  border-left: 1px solid #ccc;
}
.calendar-selector__button.is-active {
  color: #005471;
  background: #fff;
}
.js .calendar-selector__pane:not(.is-active) {
  height: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .calendar-selector {
    display: none;
  }
  .calendar-selector__list {
    height: auto !important;
  }
  .calendar-selector__grid {
    display: none;
  }
}


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

.tabs--standard:not(:last-child) {
  margin-bottom: 48px;
}
.tabs--standard .tabs__tab {
  display: inline-block;
  vertical-align: bottom;
  padding: 12px;
  margin-bottom: -1px;
  border: 1px solid #f1f1f1;
  color: #444;
  background: #f1f1f1;
  opacity: 0.9;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.tabs--standard .tabs__tab.is-active {
  background: #fff;
  border-bottom: #444 solid 1px;
  color: #c8102e;
}
.tabs--standard .tabs__tab:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.8);
  outline-offset: -6px;
}
.tabs--standard .tabs__pane {
  border: 1px solid #f1f1f1;
  padding: 24px;
  display: none;
}
.tabs--standard .tabs__pane.is-active {
  display: block;
}
.tabs--vertical {
  margin-bottom: 48px;
}
.tabs--vertical .tabs__tab {
  background: #f1f1f1;
  padding: 12px;
}
.tabs--vertical .tabs__tab.is-active {
  color: #c8102e;
  background: #fff;
}
.tabs--vertical .tabs__tab:focus {
  outline: 1px dashed #00587c;
  outline-offset: -6px;
}
.js .tabs--vertical .tabs__pane:not(.is-active) {
  display: none;
}
.tabs--minimal .tabs__tab {
  background: rgba(255, 255, 255, 0);
  border: 0 !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 400 !important;
}
.tabs--minimal .tabs__tab.is-active {
  background: rgba(255, 255, 255, 0);
  color: #444;
  padding-bottom: 7px !important;
  border-bottom: #444 dotted 3px !important;
}
.tabs--minimal .tabs__pane {
  border: 0 !important;
}

@media (min-width: 768px) {
  .tabs--minimal .tabs__tab {
    padding: 0 6px !important;
  }
  .tabs--minimal .tabs__tab {
    display: inline;
  }
}

@media (max-width: 767px) {
  .tabs--standard .tabs__tab {
    padding: 5px 7px;
  }
}

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

@media (max-width: 767px),
(min-width: 960px) and (max-width: 1175px) {

  .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 #f1f1f1;
  }
  .tabs--standard .tabs__tab ~ .tabs__tab,
  .tabs--vertical .tabs__tab ~ .tabs__tab {
    margin-top: 6px;
  }
  .tabs--standard .tabs__tab.is-active,
  .tabs--vertical .tabs__tab.is-active {
    border-color: #d4d4d4 #d4d4d4 #f1f1f1;
  }
  .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: 24px 12px;
    border: 1px solid #d4d4d4;
    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: 768px) and (max-width: 959px),
(min-width: 1176px) {
  .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: 11px 17px;
    margin-bottom: 6px;
    border: 1px solid #f1f1f1;
    border-right-color: #d4d4d4;
    box-shadow: inset 6px 0 0 #d4d4d4;
    cursor: pointer;
  }
  .tabs--vertical .tabs__tab.is-active {
    background: #fff;
    border-color: #d4d4d4 #fff #d4d4d4 #d4d4d4;
    box-shadow: inset 6px 0 0 #c8102e;
    cursor: default;
  }
  .tabs--vertical .tabs__pane {
    padding: 24px;
    background: #fff;
    border-left: 299px solid #fff;
    box-shadow: inset 0 0 0 1px #d4d4d4;
  }
  .tabs--vertical .tabs__pane::after {
    content: "";
    display: table;
    clear: both;
    margin: 30px 0 -30px;
  }
}
.accordion:not(:last-child) {
  margin-bottom: 48px;
}
.accordion__label {
  display: block;
  padding: 12px;
  background: #fff;
  border: 1px solid #f1f1f1;
  color: #444;
  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:hover,
.accordion__label:focus {
  color: #794e6b;
}
.accordion__label.is-active {
  color: #00587c;
  border-color: #00587c #00587c #f1f1f1 #00587c;
  background: #f7f7f7;
}
.accordion__label.is-active .fa-arrow-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion__label:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.3);
  outline-offset: -6px;
}
.accordion__label ~ .accordion__label {
  margin-top: 6px;
}
.accordion__content {
  border: 1px solid #00587c;
  border-top: none;
  padding: 24px 12px;
  -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;
}
.pagination {
  list-style: none;
  margin: 0 0 24px;
}
.pagination .overview {
  display: block;
  font-size: 16px;
}
.pagination li {
  display: inline-block;
  margin-bottom: 0.2em;
}
.pagination li a {
  display: block;
  width: 36px;
  padding: 6px 0;
  text-align: center;
  color: #444;
  background: #f1f1f1;
  font-size: 16px;
}
.pagination li a:hover,
.pagination li a:focus {
  color: #fff;
  background: #794e6b;
}
.pagination .active a {
  font-weight: 700;
  color: #fff;
  background: #00587c;
}

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


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

pre,
code {
  font-family: "Inconsolata", monospace;
  font-size: 16px;
  line-height: 24px;
}

pre {
  display: block;
  padding: 24px 12px;
  border: 1px solid #e7e7e7;
  color: #222;
  background: white;
  overflow-y: auto;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}

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

pre::before {
  content: attr(rel);
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #9dbbc8;
  position: absolute;
  top: 2px;
  right: 12px;
}

p > code,
li > code {
  background: #fbfbfb;
  font-style: normal;
}

p > code::before,
p > code::after,
li > code::before,
li > code::after {
  content: "";
  display: inline-block;
  width: 0.5em;
}

/*! syntax highlighting through prism: http://prismjs.com/index.html * the following is based off the default theme */
pre[class*="language-"] {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}
.token.punctuation {
  color: #999;
}
.namespace {
  opacity: 0.7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}
.token.function {
  color: #dd4a68;
}
.token.regex,
.token.important,
.token.variable {
  color: #e90;
}
.token.important,
.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}


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

.hero {
  position: relative;
  margin-bottom: 48px;
}
.hero:last-child {
  margin-bottom: 0;
}
.content > .page-bounds > .hero:first-child,
.content > .hero__content > .hero:first-child {
  margin-top: -24px;
}
.hero::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #00587c;
}
.hero__actions {
  margin-top: 24px;
}

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

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

@media (min-width: 768px) {

  .content > .page-bounds > .hero:first-child,
  .content > .hero__content > .hero:first-child {
    margin-top: -48px;
  }
}

/*! cover hero image style */
.hero::before {
  z-index: -1;
}
.hero__image {
  background-repeat: no-repeat;
  background-position: 95% 40%;
  background-size: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.hero__image-large {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media (min-width: 960px) and (max-width: 1499px) {
  .hero__image-large {
    min-height: 475px;
  }
  .hero.video-hero {

    min-height: 425px;

  }


}
.hero__content {
  padding: 48px 24px 48px 24px;
  position: relative;
  z-index: 3;
}
.hero__title,
.hero__description {
  color: #fff;
  font-weight: 300;
}
.hero-features {
  background: #003245;
  position: relative;
  top: -75px;
  padding: 60px 60px 0 60px;
  z-index: 1;
}
.feature-item {
  background: #fff;
  padding: 10px;
  margin-bottom: 24px;
}
.feature-item a {
  color: #444;
}
.feature-item a:hover {
  color: #6ba4b8;
}
.feature-tab {
  width: 185px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 20px;
  text-align: center;
}
.feature-tab.green-tab,
.feature-tab.Green-tab {
  background: #658d1b;
}
.feature-tab.orange-tab,
.feature-tab.Orange-tab {
  background: #d45d00;
}
.feature-tab.purple-tab,
.feature-tab.Purple-tab {
  background: #693c5d;
}
.feature-item .item-list__date {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  opacity: 0.8;
}
.hero__content a {
  color: #fff;
  z-index: 3;
}

@media (min-width: 1400px) {
  .hero__image {
    max-height: 410px;
  }
}

@media (max-width: 767px) {
  .hero {
    top: -25px;
  }
  .hero::before {
    background: #00587c;
  }
  .hero__title {
    text-align: center;
    font-size: 7vw;
    line-height: 1.2;
  }
  .hero__image {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 250px;
  }
  .hero__content {
    background: #015978;
    position: static;
    padding-top: 275px;
  }
  .hero__description {
    text-align: center;
  }
  .hero__title {
    font-size: 30px;
  }
  .hero__title.large-image-title {
    margin-top: -150px;
    z-index: 20;
    position: relative;
  }
  .hero__description.large-image-description {
    z-index: 20;
    position: relative;
  }
  .hero-features {
    top: -48px;
    margin-bottom: 48px;
    margin-left: -48px;
    margin-right: -48px;
  }
}

@media (min-width: 767px) and (max-width: 959px) {
  .hero {
    margin-top: 140px;
  }
}

@media (min-width: 960px) and (max-width: 1099px) {
  .hero {
    margin-top: 100px;
  }
}
.hero__content a:hover {
  color: #82c1d7;
}

@media (min-width: 768px) {
  .hero {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .hero-features {
    top: -120px;
  }
  .hero__title {
    font-size: 30px;
    font-weight: 300;
    width: 43%;
    position: relative;
    top: -64px;
    left: 10px;
    max-width: 50%;
    line-height: 42px;
  }
  .hero__description {
    margin-top: -50px;
    padding-left: 10px;
  }
  .hero__title.large-image-title {
    left: 25px;
  }
  .hero__description.large-image-description {
    padding-left: 25px;
    padding-bottom: 100px;
  }
  .hero__image {
    z-index: 2;
  }
}



@media (min-width: 960px) {
  .hero-features {
    top: -120px;
  }
  .hero__title {
    font-size: 44px;
    line-height: 50px;
    font-weight: 300;
    width: 40%;
    position: relative;
    top: -80px;
    left: 15px;
    max-width: 50%;
  }
  .hero__description {
    margin-top: -60px;
    padding-left: 20px;
  }
  .hero__image {
    right: 50px;
  }
}

@media (min-width: 1100px) {
  .hero__title {
    left: 0;
  }
  .hero__description {
    margin-left: 0;
    padding-left: 0;
  }
  .hero__image {
    right: 75px;
    margin-bottom: 60px;
    margin-top: 45px;
  }
  .hero__title.large-image-title {
    left: auto !important;
  }
  .hero__description.large-image-description {
    padding-left: 0;
  }

}



@media (min-width: 1200px) {
  .hero-features {
    top: -90px;
  }
  .hero__title,
  .hero__description {
    margin-left: -55px;
  }

}


@media (min-width: 1500px) {
  .hero__title.large-image-title {
    left: -120px !important;
  }
  .hero__description.large-image-description {
    margin-left: -175px;
  }

}

@media (min-width: 1700px) {

  .hero__title.large-image-title {
    margin-left: -150px;
  }
  .hero__description.large-image-description {
    margin-left: -275px;
  }
}

@media (min-width: 1900px) {

  .hero__title.large-image-title {
    margin-left: -250px;
  }
  .hero__description.large-image-description {
    margin-left: -375px;
  }
}

@media (min-width: 960px) and (max-width: 1099px) {
  .horizontal-scroll {
    margin-top: 75px;
  }
}
.horizontal-scroll {
  position: relative;
  margin-bottom: 48px;
}
.horizontal-scroll:not(:last-child) {
  margin-bottom: 48px;
}
.horizontal-scroll__wrapper {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  scroll-behavior: smooth;
}
.js .horizontal-scroll__wrapper {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.js .horizontal-scroll__wrapper::-webkit-scrollbar {
  display: none;
}
.horizontal-scroll__contents {
  float: left;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  word-spacing: -0.31em;
}
.horizontal-scroll__item {
  display: inline-block;
  vertical-align: middle;
  max-width: 25%;
  padding-right: 24px;
  white-space: normal;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-spacing: normal;
}
.horizontal-scroll__item:last-child {
  padding-right: 0;
}
.horizontal-scroll__control {
  width: 96px;
  position: absolute;
  top: 0;
  bottom: 0;
  background: transparent;
  font-size: 38px;
  color: #00587c;
}
.horizontal-scroll__control--left {
  left: -75px;
}
.horizontal-scroll__control--right {
  right: -75px;
}
.horizontal-scroll__control:hover,
.horizontal-scroll__control:focus {
  color: #6ba4b8;
}
.horizontal-scroll--is-at-start .horizontal-scroll__control--left,
.horizontal-scroll--is-at-end .horizontal-scroll__control--right {
  color: #d4d4d4 !important;
  cursor: default;
}

@media (max-width: 1272px) {
  .horizontal-scroll__control {
    width: 48px;
  }
  .horizontal-scroll__control--left {
    left: -48px;
  }
  .horizontal-scroll__control--right {
    right: -48px;
  }
}

@media (max-width: 767px) {
  .horizontal-scroll__item {
    max-width: 45vw;
  }
  .horizontal-scroll__control {
    display: none;
  }
}

@media (max-width: 479px) {
  .horizontal-scroll__item {
    max-width: 80vw;
  }
}


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

.sys-template {
  display: none;
}
.sfContentBlock {
  margin-bottom: 24px;
}
.sfContentBlock:last-child {
  margin-bottom: 0;
}

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

/*! make page builder layout more friendly to edit */
.sfPageEditor .page-header,
.sfPageEditor .header-logo,
.sfPageEditor .page-header__content,
.sfPageEditor .header-utility,
.sfPageEditor .header-search,
.sfPageEditor .header-nav,
.sfPageEditor .title-block,
.sfPageEditor .title-block__background,
.sfPageEditor .title-block__content,
.sfPageEditor .page-footer,
.sfPageEditor .footer-logo,
.sfPageEditor .footer-social,
.sfPageEditor .footer-contact,
.sfPageEditor .footer-utility,
.sfPageEditor .footer-copyright {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
  float: none !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
.sfPageEditor .content {
  padding-top: 48px;
}
.sfPageEditor .tabs.tabs--standard.tabs--minimal {
  margin-bottom: 500px;
}
.sfPageEditor .title-block::before {
  display: none !important;
}
.sfPageEditor .title-block__background,
.sfPageEditor .title-block__content {
  position: static !important;
}
.sfPageEditor .sf_colsIn.tabs__pane {
  display: block !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, 
.sf-fieldWrp.sf-Checkboxes, 
.sf-fieldWrp {
  margin-bottom: 20px !important;
}

.sf-fieldWrp input {
  margin-top: 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 {
    display: none !important;
  }

  body {
    background: #fff;
  }

  @page {
    margin: 0.5in;
  }

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

  @page :last {
    margin-bottom: 1in;
  }
  .page-bounds,
  .hero__content {
    max-width: 100%;
  }
  .page-header,
  .content,
  .page-footer {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  ul,
  ol,
  dl {
    page-break-before: avoid;
  }
  .header-logo {
    float: none;
    max-width: 150px;
    margin: 0 auto;
    padding: 0;
  }
  .page-footer {
    border-top: 1px solid #f1f1f1;
  }
  .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 #d4d4d4;
    padding-top: 48px;
  }
  .page-title {
    text-align: center;
  }
  .content a[href]:not([href^="#"]) {
    word-wrap: break-word;
    box-shadow: 0 2px 0 #00587c;
    color: #444;
    font-weight: 700;
  }
  .content a[href]:not([href^="#"])::after {
    content: " ("attr(href) ") ";
    font-size: 0.85em;
    color: #5e5e5e;
  }
  .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;
  }
}

/* event sort */
#chessboard {
  margin: 0 auto;
  max-width: 800px;
  overflow: hidden;
  position: relative;
}

/* Filters */
#filters {
  text-align: center;
  color: #b0b0b0;
  font-size: 12px;
  padding: 0 0 0 0;
  margin-top: -10px;
  vertical-align: middle;
  display: inline-block;
}

#filters a {
  color: #2e3032;
  margin-left: 0;
  margin-right: 20px;
  text-decoration: none;
  transition: all 0.2s ease-out;
  font-size: 15px;
}

@media (max-width: 959px) {
  #filters a {
    display: block;
    text-align: left;
    padding-top: 15px;
  }
}

#filters a.all.events {
  font-size: 18px;
  color: #005a75;
}

#filters a:hover,
#filters a.active {
  color: #444;
}

#filters a.all.events:hover,
#filters a.all.events.active {
  color: #d31536;
}

/* Sortlist */
#sortlist {
  position: static;
  display: block;
  padding: 0;
  margin: 0;
  /* overflow: hidden;
     */
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: auto !important;
  height: auto !important;
}

#sortlist li {
  position: static;
  float: left;
  transform: none !important;
  padding-bottom: 25px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

#sortlist li[data-filter="initial"] {
  opacity: 0;
}

/* #sortlist li[data-filter="sponsor"] {
     opacity: 0 !important;
}
 #sortlist li:active[data-filter="sponsor"] {
     opacity: 1 !important;
}
 .sortboard-hidden.active {
}
 */
.sortboard-hidden {
  height: 0;
  display: none;
  overflow: hidden;
}

/* Creating the chessboard */
#sortlist li:nth-child(-2n + 8),
#sortlist li:nth-child(8) ~ li:nth-child(-2n + 15),
#sortlist li:nth-child(16) ~ li:nth-child(-2n + 24),
#sortlist li:nth-child(24) ~ li:nth-child(-2n + 31),
#sortlist li:nth-child(32) ~ li:nth-child(-2n + 40),
#sortlist li:nth-child(40) ~ li:nth-child(-2n + 47),
#sortlist li:nth-child(48) ~ li:nth-child(-2n + 56),
#sortlist li:nth-child(56) ~ li:nth-child(-2n + 63) {
  background-color: white;
}

#sortlist.filtered > li {
  color: #d17e7e;
  background-color: white;
}

/* New Carousel */
.testimonials-slider {
  margin: 24px 0;
  z-index: 10;
}
.testimonials-slider__testimonials .testimonials-slider__testimonials-item {
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin-bottom: 48px;
  padding: 48px 48px 24px 48px;
  position: relative;
}
.testimonials-slider__testimonials .testimonials-slider__testimonials-item.red-slider {
  background-color: #d41737;
}
.testimonials-slider__testimonials .testimonials-slider__testimonials-item.lightblue-slider {
  background-color: #73aebb;
}
.testimonials-slider__testimonials .testimonials-slider__testimonials-item.blue-slider {
  background-color: #0e667d;
}
.testimonials-slider__testimonials .testimonials-slider__testimonials-item.orange-slider {
  background-color: #d45d00;
}
.testimonials-slider__testimonials .testimonials-slider__testimonials-item.green-slider {
  background-color: #658d1b;
}
.testimonials-slider__testimonials .testimonials-slider__testimonials-item.purple-slider {
  background-color: #7b4f6a;
}

@media (max-width: 767px) {
  .testimonials-slider__testimonials .testimonials-slider__testimonials-item≈ {
    padding: 24px 18px 24px 18px;
    width: 100%;
  }
}
.testimonials-slider__testimonials-item h4 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 36px;
}
.testimonials-slider__testimonials-name {
  text-align: right;
}
.testimonials-slider__testimonials-name span {
  font-weight: 400;
}
.testimonials-slider__testimonials .slick-arrow {
  color: rgba(255, 255, 255, 0.8);
}
.testimonials-slider__testimonials .slick-prev {
  left: 45px;
  z-index: 1000;
}
.testimonials-slider__testimonials .slick-next {
  right: 125px;
  z-index: 1000;
}
.slick-slider {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.slick-list {
  margin: 0 12px;
}
.slick-slide {
  float: left;
  margin: 0 12px;
  position: relative;
}
.slick-arrow {
  color: #96aab8;
  display: inline-block;
  font-size: 28px;
  position: absolute;
  top: 40%;
  z-index: 2;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}

@media (max-width: 767px) {
  .button.large-image-carousel {
    margin-top: -65px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    /*z-index: 9999;
        */
    max-width: 250px;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .button.large-image-carousel {
    margin-top: -100px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    /*z-index: 9999;
        */
    max-width: 250px;
  }
}

@media (min-width: 960px) {
  .testimonials-slider {
    margin: 0 0 12px 0;
  }
  .testimonials-slider__testimonials {
    float: left;
    padding-right: 0;
    padding-top: 12px;
    width: 75%;
  }
  .testimonials-slider__testimonials.large-image-slider {
    width: 100%;
    max-width: 1134px;
    float: none;
  }
  .testimonials-slider__testimonials .slick-next {
    right: 45px;
  }
  .testimonials-slider__photos {
    left: -25px;
    max-width: 300px;
    position: relative;
    top: 11px;
    width: 25%;
    border: 1px solid #ccc;
  }
  .testimonials-slider__photos.large-image-hide {
    display: none;
  }
  .testimonials-slider__photos-item {
    display: inline-block !important;
  }
  .testimonials-slider__photos img {
    margin-top: 20%;
  }
  .testimonials-slider__testimonials-item h4 {
    margin-left: 36px;
  }
  .testimonials-slider__testimonials-item .button {
    margin-left: 36px;
  }
  .callout-headline {
    margin-left: 36px;
  }
  .button.large-image-carousel {
    margin-top: -100px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
  }
  .testimonials-slider__testimonials-item.large-image-present {
    background-size: cover !important;
    background-repeat: no-repeat;
    min-height: 321px;
    overflow: visible;
  }
}
.callout-headline {
  color: #fff;
  font-size: 36px;
  display: inline;
  padding-bottom: 7px;
}

@media (max-width: 959px) {
  .testimonials-slider {
    margin: 24px 0;
    padding: 0;
    z-index: 10;
    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;
  }
  .testimonials-slider__photos {
    position: static;
    display: block;
    margin-top: -75px;
    padding: 0;
    height: auto !important;
    order: 1;
  }
  .testimonials-slider__photos-item {
    /* display: none !important; */
    min-height: auto !important;
    border: 1px solid #6b3c5c;
    width: 100%;
  }
  .testimonials-slider__photos-item img {
    margin-top: 0;
  }
  .testimonials-slider__testimonials {
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin-bottom: 48px;
    padding: 0;
    /* position: static; */
    height: auto !important;
    min-height: auto !important;
    order: 2;
  }
   .testimonials-slider__testimonials .slick-prev {
    /* display: none !important; */
    left: 80%;
    top: 24px;
  }
  .testimonials-slider__testimonials .slick-next {
    /* display: none !important; */
    right: 10%;
    top: 24px;
  } 

  .slick-slide {
    float: left;
    margin: 0 0;
    margin-bottom: 0px;
    position: relative;
  }
  .grid.flexible {
    display: flex;
    flex-wrap: wrap;
  }
  .grid.flexible .grid__unit.grid__unit--1-2-l {
    width: 100% !important;
    clear: both;
    display: block !important;
  }
  .grid.flexible .flex-two {
    order: 2;
  }

  .grid.flexible .flex-one {
    order: 1;
    width: 100%;
  }
}

@media (min-width: 1210px) {
  .slick-arrow {
    font-size: 18px;
    top: 40%;
  }
}

/* Login - Logout Styles */
.header-user a,
.header-user button {
  color: #fff;
}

@media (max-width: 479px) {
  .hero__content.video-content {
    margin-top: 75px;
    margin-bottom: 50px;
  }
}

@media (min-width: 480px) and (max-width: 599px) {
  .hero__content.video-content {
    padding-top: 375px;
    padding-bottom: 50px;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .hero__content.video-content {
    padding-top: 500px;
    padding-bottom: 75px;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .hero__content.video-content {
    padding-bottom: 105px;
  }
}

@media (max-width: 767px) {
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 768px) {
  .hero__image.video-alt {
    margin-bottom: 75px;
    margin-top: 75px;
    width: 40%;
  }
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    left: 100%;
  }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1100px) {
  .hero__image.video-alt {
    margin-top: 35px;
  }
}

@media (min-width: 1300px) {
  .hero__image.video-alt {
    width: 40%;
  }
  .hero__content.video-content {
    margin-bottom: 130px;
  }
}

@media (min-width: 1370px) {
 .hero__content.video-content {
    margin-bottom: 150px; 
  }

}

@media (min-width: 1400px) {
 .hero__content.video-content {
    margin-bottom: 130px; 
  }

  .hero__image.video-alt {
    width: 35%;
  }

  .video-container {
    left: 120%;
  }
}


.hero__content.video-content {
  z-index: 101 !important;
}



@media (min-width: 1500px) {

 
.hero__content.video-content {
    margin-bottom: 110px; 
  }
 
}

@media (min-width: 1600px) {

 .hero__image.video-alt {
    width: 30%;
  }

 .video-container {
    left: 150%;
  }

.hero__content.video-content {
    margin-bottom: 100px; 
  }
 
}

@media (min-width: 1700px) {


.hero__content.video-content {
    margin-bottom: 130px;
    pointer-events: none;
  }
 
}