﻿/*@breakpoint-l: 1024px;
@breakpoint-m: 768px;
@breakpoint-s: 320px;*/
/**
 * Reset margins and paddings for all headings
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  padding: 0;
  margin: 0 0 1.4rem;
}
ul,
ol {
  padding-left: 1em;
  padding-bottom: 0.5em;
  margin: 0 0 0.5em;
}
ul > li,
ol > li {
  margin-bottom: 0.5em;
}
html {
  font-size: 62.5%;
}
body {
  color: #3C3C3C;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-weight: 800;
}
.filter h1,
.filter h2,
.filter h3,
.filter h4,
.filter h5,
.filter .h1,
.filter .h2,
.filter .h3,
.filter .h4,
.filter .h5 {
  font-weight: 700;
}
h1,
.h1 {
  font-size: 32px;
  line-height: 1.72;
  letter-spacing: 1px;
}
@media screen and (min-width: 680px) {
  h1,
  .h1 {
    font-size: calc(32px  +  24  * ((100vw -  680px ) / 400 ));
  }
}
@media screen and (min-width: 1080px) {
  h1,
  .h1 {
    font-size: 56px;
  }
}
h2,
.h2 {
  font-size: 24px;
  letter-spacing: 1px;
}
@media screen and (min-width: 680px) {
  h2,
  .h2 {
    font-size: calc(24px  +  8  * ((100vw -  680px ) / 400 ));
  }
}
@media screen and (min-width: 1080px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
h3,
.h3 {
  font-size: 20px;
  letter-spacing: 1px;
}
@media screen and (min-width: 680px) {
  h3,
  .h3 {
    font-size: calc(20px  +  4  * ((100vw -  680px ) / 400 ));
  }
}
@media screen and (min-width: 1080px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}
h4,
.h4,
h5,
.h5 {
  font-size: 18px;
}
@media screen and (min-width: 680px) {
  h4,
  .h4,
  h5,
  .h5 {
    font-size: calc(18px  +  2  * ((100vw -  680px ) / 400 ));
  }
}
@media screen and (min-width: 1080px) {
  h4,
  .h4,
  h5,
  .h5 {
    font-size: 20px;
  }
}
.text-no-margin {
  margin: 0;
}
.text-small {
  font-size: 12px;
  font-size: 1.2rem;
}
.text-medium {
  font-size: 14px;
  font-size: 1.4rem;
}
.text-standard {
  font-size: 16px;
  font-size: 1.6rem;
}
.text-large {
  font-size: 20px;
  font-size: 2rem;
}
.text-4xl {
  font-size: 48px;
  font-size: 4.8rem;
}
.text-instruction {
  color: #969696;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 1px;
}
.text-bold {
  font-weight: 700;
}
.text-bold-extra {
  font-weight: 800;
}
.text-light {
  color: #FFFFFF;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.quote {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  font-style: italic;
}
strong,
.strong {
  font-weight: 700;
}
p {
  margin: 0 0 1rem;
}
p a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #005597;
  text-decoration: underline;
}
a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #3C3C3C;
  line-height: 2.3;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.hover-bold:hover {
  text-decoration: none;
  font-weight: 700;
}
.caption {
  font-size: 12px;
  font-size: 1.2rem;
}
.word-break {
  word-spacing: 500px;
}
.bullet-style {
  font-size: 0.65em;
  position: relative;
  top: -2px;
  margin-right: 0.5em;
}
.bullet-undent {
  position: relative;
  display: inline-block;
  height: 0.7em;
  left: -1em;
}
.bullet-undent > .bullet-style {
  position: absolute;
  top: 0;
}
.content-heading {
  border-bottom: 4px solid #005597;
  margin-bottom: 1em;
  padding-bottom: 0.3em;
}
ul > li,
ol > li {
  margin-bottom: 0.5em;
}
ol.clean-list,
ul.clean-list {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
ol.clean-list > li,
ul.clean-list > li {
  padding: 0;
}
ol.clean-list > li:before,
ul.clean-list > li:before {
  content: unset;
}
.copyright {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.separator {
  display: inline-block;
}
.separator + .separator:before {
  content: "|";
}
body {
  overflow-x: hidden;
  padding-top: 120px;
}
body.display-alert-banner {
  padding-top: 200px;
}
body.display-notify {
  padding-top: 164px;
}
body.major-incident {
  padding-top: 0;
}
hr {
  clear: both;
  height: 1px;
  border: 1px solid #969696;
}
.container {
  width: auto;
  max-width: 1244px;
  margin: 0 auto;
}
.container-centered {
  text-align: center;
}
.section {
  position: relative;
}
.align-flex {
  display: flex;
}
.align-flex .align-right {
  margin-left: auto;
}
.align-flex .align-left {
  margin-right: auto;
}
.push-right {
  float: right;
}
.pull-left {
  float: left;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
  top: 140px;
}
body.display-notify .sticky {
  top: 184px;
}
body.display-alert-banner .sticky {
  top: 220px;
}
.sticky-sm {
  display: none;
}
@media all and (min-width: 769px) {
  .sticky-sm {
    display: block;
    position: sticky;
    top: 140px;
  }
  body.display-notify .sticky-sm {
    top: 184px;
  }
  body.display-alert-banner .sticky-sm {
    top: 220px;
  }
}
.border-break {
  border-bottom: 1px solid #707070;
}
.footer-pullup {
  padding-bottom: 120px;
  margin-bottom: -120px;
}
.p-row:before,
.p-row:after {
  content: " ";
  display: table;
}
.p-row:after {
  clear: both;
}
.mr-4xl {
  margin-right: 80px;
}
.mr-xl {
  margin-right: 40px;
}
.mr-l {
  margin-right: 32px;
}
.mr-m {
  margin-right: 24px;
}
.mr-s {
  margin-right: 16px;
}
.mr-xs {
  margin-right: 8px;
}
.ml-l {
  margin-left: 32px;
}
.ml-m {
  margin-left: 24px;
}
.ml-s {
  margin-left: 16px;
}
.ml-xs {
  margin-left: 8px;
}
.mt-4xl {
  margin-top: 80px;
}
.mt-3xl {
  margin-top: 64px;
}
.mt-2xl {
  margin-top: 48px;
}
.mt-xl {
  margin-top: 40px;
}
.mt-l {
  margin-top: 32px;
}
.mt-m {
  margin-top: 24px;
}
.mt-s {
  margin-top: 16px;
}
.mt-xs {
  margin-top: 8px;
}
.mb-4xl {
  margin-bottom: 80px;
}
.mb-3xl {
  margin-bottom: 64px;
}
.mb-2xl {
  margin-bottom: 48px;
}
.mb-xl {
  margin-bottom: 40px;
}
.mb-l {
  margin-bottom: 32px;
}
.mb-m {
  margin-bottom: 24px;
}
.mb-s {
  margin-bottom: 16px;
}
.mb-xs {
  margin-bottom: 8px;
}
.pt-4xl {
  padding-top: 80px;
}
.pt-3xl {
  padding-top: 64px;
}
.pt-2xl {
  padding-top: 48px;
}
.pt-xl {
  padding-top: 40px;
}
.pt-l {
  padding-top: 32px;
}
.pt-m {
  padding-top: 24px;
}
.pt-s {
  padding-top: 16px;
}
.pb-4xl {
  padding-bottom: 80px;
}
.pb-3xl {
  padding-bottom: 64px;
}
.pb-2xl {
  padding-bottom: 48px;
}
.pb-xl {
  padding-bottom: 40px;
}
.pb-l {
  padding-bottom: 32px;
}
.pb-m {
  padding-bottom: 24px;
}
.pb-s {
  padding-bottom: 16px;
}
.pl-4xl {
  padding-left: 80px;
}
.pl-3xl {
  padding-left: 64px;
}
.pl-2xl {
  padding-left: 48px;
}
.pl-xl {
  padding-left: 40px;
}
.pl-l {
  padding-left: 32px;
}
.pl-m {
  padding-left: 24px;
}
.pl-s {
  padding-left: 16px;
}
.pr-4xl {
  padding-right: 80px;
}
.pr-3xl {
  padding-right: 64px;
}
@media all and (min-width: 768px) {
  .pr-md-3xl {
    padding-right: 64px;
  }
}
.pr-2xl {
  padding-right: 48px;
}
.pr-xl {
  padding-right: 40px;
}
.pr-l {
  padding-right: 32px;
}
.pr-m {
  padding-right: 24px;
}
.pr-s {
  padding-right: 16px;
}
.pr-xs {
  padding-right: 8px;
}
.ptb-4xl {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ptb-3xl {
  padding-top: 64px;
  padding-bottom: 64px;
}
.ptb-2xl {
  padding-top: 48px;
  padding-bottom: 48px;
}
.ptb-xl {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ptb-l {
  padding-top: 32px;
  padding-bottom: 32px;
}
.ptb-m {
  padding-top: 24px;
  padding-bottom: 24px;
}
.ptb-s {
  padding-top: 16px;
  padding-bottom: 16px;
}
.plr-4xl {
  padding-left: 80px;
  padding-right: 80px;
}
.plr-3xl {
  padding-left: 64px;
  padding-right: 64px;
}
.plr-2xl {
  padding-left: 48px;
  padding-right: 48px;
}
.plr-xl {
  padding-left: 40px;
  padding-right: 40px;
}
.plr-l {
  padding-left: 32px;
  padding-right: 32px;
}
.plr-m {
  padding-left: 24px;
  padding-right: 24px;
}
.plr-s {
  padding-left: 16px;
  padding-right: 16px;
}
.p2 {
  padding: 2px;
}
.visible-md {
  display: none;
}
.shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 768px) {
  .hidden-sm {
    display: none;
  }
  .pv-sm.pb-2xl {
    padding-bottom: 5vw;
  }
}
@media all and (min-width: 769px) {
  .hidden-md {
    display: none;
  }
}
@media all and (min-width: 1024px) {
  .visible-md {
    display: block;
  }
}
.list-red-bullet,
.list-orange-bullet {
  list-style: none;
  padding-left: 3rem;
  margin: 0.5em 0 1em;
}
.list-red-bullet > li,
.list-orange-bullet > li {
  clear: left;
  margin-bottom: 8px;
}
.list-red-bullet > li:before,
.list-orange-bullet > li:before {
  content: "";
  height: 6px;
  width: 6px;
  display: block;
  float: left;
  margin-left: -3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 0.5em;
}
.list-red-bullet > li > a,
.list-orange-bullet > li > a {
  color: #005597;
  font-weight: 700;
  line-height: 1.1;
}
.list-red-bullet > li:before {
  background-image: url(/assets/icons/bullet-red.svg);
  height: 6px;
  width: 6px;
}
.list-orange-bullet > li:before {
  background-image: url(/assets/icons/bullet-orange.svg);
  height: 6px;
  width: 6px;
}
.list-compact {
  padding-left: 2rem;
}
.list-compact > li:before {
  margin-left: -2rem;
}
.list-links li {
  margin-bottom: 8px;
}
.list-links a {
  color: #005597;
  font-weight: 700;
  line-height: 1.1;
}
.list-csv {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-csv li {
  display: inline;
}
.list-csv li:after {
  content: ", ";
}
.list-csv li:last-child:after {
  content: "";
}
.list-csv a {
  line-height: 1.1;
}
.list-no-bullet {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol li a {
  color: #005597;
  font-weight: 700;
  line-height: 1.1;
}
.list-red-numbers li {
  padding-left: 1.5rem;
}
.list-red-numbers li::marker {
  color: #eb5555;
  font-weight: bold;
}
.img-center {
  display: block;
  margin: 5px auto;
}
.img-right {
  display: inline-block;
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
}
.img-left {
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
blockquote {
  display: block;
  background: #FCFCFC;
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 700;
  padding: 24px 64px;
  position: relative;
  margin: 0.5em 0;
  /*quotes: "“" "”" "‘" "’";  //can not have auto mark and a cite outside those marks.

    &:before {
        content: open-quote;
    }

    &:after {
        content: close-quote;
    }*/
}
@media all and (max-width: 768px) {
  blockquote {
    padding: 24px 24px 24px 34px;
  }
  blockquote:before {
    left: 12px !important;
  }
}
blockquote:before {
  content: "";
  position: absolute;
  background: url("/assets/Icons/red slash.svg") no-repeat;
  height: 16px;
  width: 16px;
  left: 32px;
  top: 35px;
}
blockquote .quote-cite {
  display: block;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  margin-top: 24px;
  color: #707070;
}
.quote-marks {
  quotes: "“" "”" "‘" "’";
}
.quote-marks:before {
  content: open-quote;
}
.quote-marks:after {
  content: close-quote;
}
body {
  padding-top: 1em;
}
table {
  font-size: 14px;
}
table thead tr {
  font-weight: 700;
}
table td {
  padding: 8px;
}