html, body {
  padding: 0 !important;
  margin: 0 !important;
  font-family: brandon-grotesque, sans-serif;
  font-size: 18px;
  overflow-x: hidden;
}

.layer {
  position: relative;
}

.fill {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
}

.hidden {
  display: none;
}

.no-space {
  font-size: 0;
}

.no-break {
  white-space: nowrap;
}

.content-area {
  margin-bottom: 50px;
}

.content-area h3 {
  margin-bottom: 10px;
}

.content-area p,
.content-area ul, .content-area ol, .content-area li,
.content-area table, .content-area tr, .content-area td {
  font-size: 1.278rem;
  line-height: 1.556rem;
}

.content-area ul, .content-area ol {
  padding-left: 40px;
  margin-bottom: 34px;
}

.content-area li {
  font-size: 1.278rem;
  line-height: 1.556rem;
  margin-bottom: 14px;
}

.content-area img {
  margin-bottom: 24px;
}

.content-area img:not([width]) {
  width: 100%;
}

.content-area img:not([height]) {
  height: auto;
}

@media (max-width: 767px) {
  .content-area img {
    width: 100%;
    height: auto;
  }
}

.float-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 576px) {
  .container.float-container {
    left: 50%;
    margin-left: -270px;
  }
}

@media (min-width: 768px) {
  .container.float-container {
    margin-left: -360px;
  }
}

@media (min-width: 992px) {
  .container.float-container {
    margin-left: -480px;
  }
}

@media (min-width: 1200px) {
  .container.float-container {
    margin-left: -570px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }

  .container.float-container {
    margin-left: -670px;
  }
}

a, .btn-link {
  color: #02abe8;
  -webkit-transition: color 200ms ease-out, background-color 200ms ease-in;
  -moz-transition: color 200ms ease-out, background-color 200ms ease-in;
  -ms-transition: color 200ms ease-out, background-color 200ms ease-in;
  -o-transition: color 200ms ease-out, background-color 200ms ease-in;
  transition: color 200ms ease-out, background-color 200ms ease-in;
}

a.active, .btn-link.active {
  cursor: default;
  color: inherit;
}

a:hover, .btn-link:hover {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 350ms ease-out, background-color 350ms ease-out;
  -moz-transition: color 350ms ease-out, background-color 350ms ease-out;
  -ms-transition: color 350ms ease-out, background-color 350ms ease-out;
  -o-transition: color 350ms ease-out, background-color 350ms ease-out;
  transition: color 350ms ease-out, background-color 350ms ease-out;
}

@media (pointer:coarse) {
  a:hover {
    color: #02abe8;
  }
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus,
.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}

img {
  max-width: 100%;
}

img.image-style-align-left {
  display: table;
  float: left;
  margin-right: 20px;
  clear: both;
}

img.image-style-align-center {
  margin-left: auto;
  margin-right: auto;
}

img.image-style-align-right {
  display: table;
  float: right;
  margin-left: 20px;
  clear: both;
}

h1 {
  font-size: 2.111rem;
  font-weight: bold;
  margin-left: -6px;
  line-height: 2.222em;
  margin-bottom: 20px;
}

h2 {
  font-size: 1.889rem;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1em;
}

h3 {
  font-size: 1.556rem;
  line-height: 1.778rem;
  font-weight: bold;
  margin-bottom: 8px;
  margin-left: -1px;
}

p {
  font-size: 1.278rem;
  line-height: 1.889rem;
  margin-bottom: 1.889rem;
}

aside.pull-quote {
  width: 100%;
  font-size: 2rem;
  line-height: 1.1em;
  padding: 10px 18px;
  margin: 14px 24px;
  float: none;
}

aside.pull-quote:before, aside.pull-quote:after {
  content: ' ';
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 4px;
  background: #02abe8;
}

aside.pull-image {
  width: 100%;
  padding: 10px 18px;
  margin: 14px 24px;
}

@media (min-width: 768px) {

  h1 {
    font-size: 75px;
    line-height: 80px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 45px;
    line-height: 40px;
  }

  p {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 34px;
  }

  aside.pull-quote.pull-left {
    width: 50%;
    float: left;
    margin: 14px 24px 14px 0;
    border-right: 4px solid #02abe8;
  }

  aside.pull-quote.pull-right {
    width: 50%;
    float: right;
    margin: 14px 0 14px 24px;
    border-left: 4px solid #02abe8;
  }

  aside.pull-quote:before, aside.pull-quote:after {
    content: none;
  }

  aside.pull-image.pull-left {
    width: 50%;
    float: left;
    margin: 14px 0 14px 24px;
  }

  aside.pull-image.pull-right {
    width: 50%;
    float: right;
    margin: 14px 24px 14px 0;
  }
}

p:last-child {
  margin: 0;
}

blockquote {
  font-style: italic;
  font-weight: bold;
  font-size: 50px;
  line-height: 52px;
}

cite {
  font-weight: bold;
  font-style: normal;
  font-size: 28px;
}

.condensed h1, .condensed h2, .condensed p {
  margin-bottom: 10px;
}

.wrapper {
  padding-left: 34px;
  padding-right: 34px;
}

@media (min-width: 1200px) {
  .wrapper { padding-left: 54px; }
  .wrapper { padding-right: 54px; }
}

.header {
  padding-top: 60px;
  padding-bottom: 10px;
}

[v-cloak] {
  opacity: 0;
}

.alert {
  border-radius: 0 !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #02abe8;
  background-color: #02abe8;
}

/** COLORS
 ***********************************/

.bg-white { background-color: #fff; }
.bg-gray { background-color: #e4e5e5; }
.bg-dark-gray { background-color: #c0bfbf; }
.bg-red { background-color: #dc3926; }
.bg-yellow { background-color: #e1aa25; }
.bg-orange { background-color: #e2a900; }
.bg-beige { background-color: #fff7e3; }
.bg-green { background-color: #76ae42 }
.bg-blue { background-color: #02abe8; }
.bg-light-blue { background-color: #ceeaf7; }
.bg-dark-blue { background-color: #084565; }
.bg-black { background-color: #000; }
.bg-trans { background-color: transparent; }

.white { color: #fff; }
.gray { color: #c0bfbf; }
.red { color: #dc3926; }
.dark-red { color: #b11116; }
.yellow { color: #e1aa25; }
.orange { color: #e2a900; }
.green { color: #76ae42 }
.blue { color: #02abe8; }
.dark-blue { color: #083b54; }

@media (min-width: 768px) {
  .bg-sm-white { background-color: #fff; }
  .bg-sm-light-blue { background-color: #ceeaf7; }
  .bg-sm-blue { background-color: #02abe8; }
  .bg-sm-trans { background-color: transparent; }
  .sm-white { color: #fff; }
  .sm-blue { color: #02abe8; }
  .sm-dark-blue { color: #083b54; }
}

@media (min-width: 992px) {
  .bg-lg-white { background-color: #fff; }
  .bg-lg-light-blue { background-color: #ceeaf7; }
  .bg-lg-blue { background-color: #02abe8; }
  .bg-lg-trans { background-color: transparent; }
  .lg-white { color: #fff; }
  .lg-blue { color: #02abe8; }
  .lg-dark-blue { color: #083b54; }
}

.border-white { border: 3px solid #fff; }

.arrow-box {
  position: relative;
}

.arrow-box:after {
  top: 100%;
  left: 64px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 18px;
  margin-left: -18px;
}

.bg-gray.arrow-box:after {
  border-color: rgba(228, 229, 229, 0);
  border-top-color: #e4e5e5;
}

.bg-orange.arrow-box:after, .bg-yellow.arrow-box:after {
  border-color: rgba(226, 169, 0, 0);
  border-top-color: #e2a900;
}

.bg-blue.arrow-box:after {
  border-color: rgba(2, 171, 232, 0);
  border-top-color: #02abe8;
}

.bg-dark-blue.arrow-box:after {
  border-color: rgba(8, 69, 101, 0);
  border-top-color: #084565;
}

/** UI
 ***********************************/

input {
  border: 3px solid #fff;
  background-color: transparent;
  color: #fff;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  padding: 5px 10px;
}

button {
  cursor: pointer;
  border: none;
  background: transparent;
}

::-webkit-input-placeholder {
  color: inherit;
}
::-moz-placeholder {
  color: inherit;
}
:-ms-input-placeholder {
  color: inherit;
}
:-moz-placeholder {
  color: inherit;
}

.btn {
  border-radius: 0;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-default {
  text-align: center;
  vertical-align: middle;
  padding: 3px 10px;
  border-radius: 0;
  border: 3px solid #fff;
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: color 150ms, background-color 150ms, border 150ms;
  -moz-transition: color 150ms, background-color 150ms, border 150ms;
  -ms-transition: color 150ms, background-color 150ms, border 150ms;
  -o-transition: color 150ms, background-color 150ms, border 150ms;
  transition: color 150ms, background-color 150ms, border 150ms;
}

.btn-default.bg-orange {
  border: 3px solid #e2a900;
} 

.btn-default.bg-yellow {
  border: 3px solid #e1aa25;
}

.btn-default.bg-dark-gray {
  border: 3px solid #c0bfbf;
}

.btn-default.bg-blue {
  border: 3px solid #02abe8;
}

.btn-default:hover {
  color: inherit !important;
  border: 3px solid #fff;
  background-color: transparent;
  -webkit-transition: color 250ms, background-color 250ms, border 250ms;
  -moz-transition: color 250ms, background-color 250ms, border 250ms;
  -ms-transition: color 250ms, background-color 250ms, border 250ms;
  -o-transition: color 250ms, background-color 250ms, border 250ms;
  transition: color 250ms, background-color 250ms, border 250ms;
}

.btn-default.bg-orange:hover {
  border: 3px solid #083b54;
}

.dark-blue > .btn-default:hover {
  border: 3px solid #083b54;
}

.btn.btn-large {
  min-width: 260px;
  padding: 9px 24px;
  font-size: 20px;
}

.btn.btn-max {
  min-width: 100%;
}

.btn-play, .btn-play:active {
  position: absolute;
  top: 0;
  left: 0;
  background: url('../img/play.png') no-repeat center center transparent !important;
  background-size: 120px !important;
  width: 100%;
  height: 100%;
}

.btn-search {
  background: url('../img/search.png') no-repeat center top 1px transparent;
  background-size: auto 15px;
  width: 20px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 4px;
  vertical-align: top;
}

.btn-expand, .btn-expand.closed, .closed .btn-expand {
  text-transform: uppercase;
  font-weight: bold;
  background: url('../img/triangle-dark-blue.svg') no-repeat right 0 bottom 8px transparent;
  background-size: 12px 12px;
  padding: 0 17px 0 0;
}

.btn-expand.open, .open .btn-expand {
  background: url('../img/triangle-upper-dark-blue.svg') no-repeat right 0 bottom 8px transparent;
  background-size: 12px 12px;
}

.btn-order {
  text-transform: uppercase;
  font-weight: bold;
  background: url('../img/triangle-dark-blue.svg') no-repeat right 0 bottom 8px transparent !important;
  background-size: 12px 12px !important;
  padding: 0 17px 0 0;
}

.btn-order.selected, .btn-order:focus, .btn-order:active {
  background: url('../img/triangle-dark-blue.svg') no-repeat right 0 bottom 8px transparent !important;
  background-size: 12px 12px !important;
  color: inherit;
}

.btn-order.selected.desc, .btn-order.desc:focus, .btn-order.desc:active {
  background: url('../img/triangle-upper-right-dark-blue.svg') no-repeat right 0 top 5px transparent !important;
  background-size: 12px 12px !important;
}

.btn-help, .btn-alert, .btn-note {
  text-transform: uppercase;
  font-weight: bold;
}

.btn-note > i {
  margin-left: 0.5em;
}

.btn-note > i.fa-external-link {
  position: relative;
  font-size: 0.95em;
  bottom: 0.05em;
}

.btn-note > i.fa-exclamation-square {
  font-size: 0.95em;
}

.btn-help:after, .btn-alert:after {
  display: inline-block;
  border: 2px solid #083b54;
  width: 20px;
  height: 20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  position: relative;
  top: -2px;
  margin-left: 8px;
}

.btn-help:after {
  content: '?';      
}

.btn-alert:after {
  content: '!';
}

/*-- FORM SET --*/

.form-select {
  min-width: 205px;
  height: 42px;
}

.form-select .btn-form-select {
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  line-height: 33px;
  font-weight: bold;
  padding: 5px 15px;
  font-size: 20px;
  margin: 0;
  background: url('../img/triangle.svg') no-repeat right 5px bottom 5px transparent !important;
  background-size: 15px 15px !important;
  border: none;
  text-align: left;
  color: inherit;
}

.form-select .btn-form-select:after {
  display: none;
}

.form-select.bg-white .btn-form-select {
  background: url('../img/triangle-dark-blue.svg') no-repeat right 5px bottom 5px transparent !important;
  background-size: 15px 15px !important;
}

.form-select .form-select-dropdown {
  background-color: inherit;
  border: none;
  border-radius: 0;
  color: inherit;
  padding: 8px 0 4px;
  width: 100%;
}

@media (min-width: 768px) {
  .form-select .form-select-dropdown {
    width: auto;
    min-width: 100%;
  }
}

.form-multi-select .form-select-dropdown {
  padding: 20px 24px;
}

.form-select .form-select-dropdown h2 {
  font-size: 30px;
  line-height: 1.2em;
  color: inherit;
  margin-bottom: 14px;
  white-space: nowrap;
}

.form-select .form-select-dropdown .form-select-options.pre-scrollable {
  margin-top: -8px;
  padding-top: 8px;
  margin-bottom: -4px;
  padding-bottom: 4px;
}

.form-multi-select .form-select-dropdown .form-select-options.pre-scrollable {
  padding: 0 20px 0 0;
  margin: 0 -20px 0 0;
}

.form-select .form-select-dropdown .form-select-option {
  display: block;
  font-size: 18px;
  height: 34px;
  line-height: 36px;
  padding-left: 4px;
  padding-right: 4px;
  margin-top: -4px;
  color: inherit;
  white-space: nowrap;
  cursor: pointer;
}

@media (min-width: 768px) {
  .form-select .form-select-dropdown .form-select-option {
    font-size: 20px;
    padding-left: 24px;
    padding-right: 14px;
  }
}

.form-select .form-select-dropdown .form-select-option.selected,
.form-select .form-select-dropdown .form-select-option:hover {
  background-color: #084565;
}

.form-multi-select .form-select-dropdown .form-select-option {
  position: relative;
  line-height: 30px;
  margin: 0;
  height: 32px;
  padding-left: 30px;
  padding-right: 24px;
}

.form-multi-select .form-select-dropdown .form-select-option:hover {
  opacity: 0.8;
  background-color: inherit;
}

.form-multi-select .form-select-dropdown .form-select-option.selected {
  background-color: inherit;
}

.form-multi-select .form-select-dropdown .form-select-option:before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: background-color 200ms;
  -moz-transition: background-color 200ms;
  -ms-transition: background-color 200ms;
  -o-transition: background-color 200ms;
  transition: background-color 200ms;
}

.form-multi-select .form-select-dropdown .form-select-option.selected:before {
  background-color: #fff;
  -webkit-transition: background-color 350ms;
  -moz-transition: background-color 350ms;
  -ms-transition: background-color 350ms;
  -o-transition: background-color 350ms;
  transition: background-color 350ms;
}

.form-select .pre-scrollable {
  max-height: 312px;
}

.form-multi-select .btn-multi-select {
  color: inherit;
  padding: 1px 10px 0;
  margin: 0 auto 20px;
  font-size: 18px;
  line-height: 30px;
}

.form-multi-select .btn-multi-select:hover {
  background-color: #03abe8;
}

.form-input {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 400px;
  height: 42px;
  padding-right: 50px;
}

.form-input input {
  width: 100%;
  height: 100%;
  line-height: 33px;
  font-weight: bold;
  padding: 5px 15px;
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
  border: none;
}

.form-input button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
}

.form-input .btn-search {
  background: url('../img/search.png') no-repeat center center transparent;
  background-size: auto 20px;
}

.default-form input, .default-form textarea, .default-form label {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  text-align: left;
  height: auto;
  margin-bottom: 34px;
}

.default-form input {
  width: 100%;
  display: block;
  padding: 12px 20px;
  vertical-align: top;
  height: 42px;
}

.default-form textarea {
  width: 100%;
  padding: 20px;
  min-height: 280px;
}

.default-form textarea::-webkit-input-placeholder, .default-form textarea:-moz-placeholder,
.default-form textarea::-moz-placeholder, .default-form textarea:-ms-input-placeholder {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}

.default-form .checkbox {
  position: relative;
  width: 100%;
  vertical-align: top;
  cursor: pointer;
}

.default-form .checkbox .box {
  display: block;
  width: 46px;
  height: 42px;
  border-right: 5px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.bg-gray .checkbox .box {
  border-right: 5px solid #e4e5e5;
}


.default-form .checkbox label {
  width: 100%;
  display: block;
  padding: 12px 20px 12px 66px;
  vertical-align: top;
  margin: 0;
}

/*-- Download --*/

.pdf-download, .docx-download {
  display: inline-block;
  min-width: 80px;
  padding: 94px 15px 34px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.15em;
  text-align: center;
  max-width: 280px;
}

.pdf-download {
  background: url('../img/pdf.svg') no-repeat center top transparent;
  background-size: auto 84px;
}

.docx-download {
  display: inline-block;
  background: url('../img/docx.svg') no-repeat center top transparent;
  background-size: auto 84px;
  padding: 94px 15px 34px;
}

/*-- Button Icons --*/

.btn-print, .btn-download, .btn-email, .btn-share {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none !important;
}

.btn-print {
  background: url('../img/print-blue.svg') no-repeat right 11px center !important;
  background-size: 24px !important;
  padding-right: 48px;
  text-transform: uppercase;
}

.btn-print:hover, .btn-print:active, .btn-print:focus {
  background: url('../img/print-dark-blue.svg') no-repeat right 11px center !important;
  background-size: 24px !important;
  color: #083b54;
}

.btn-download {
  background: url('../img/download-blue.svg') no-repeat right 11px center !important;
  background-size: auto 25px !important;
  padding-right: 38px;
  text-transform: uppercase;
}

.btn-download:hover, .btn-download:active, .btn-download:focus {
  background: url('../img/download-dark-blue.svg') no-repeat right 11px center !important;
  background-size: auto 25px !important;
  color: #083b54;
}

.btn-email {
  background: url('../img/email-blue.svg') no-repeat right 11px center !important;
  background-size: 24px !important;
  padding-right: 46px;
  text-transform: uppercase;
}

.btn-email:hover, .btn-email:active, .btn-email:focus {
  background: url('../img/email-dark-blue.svg') no-repeat right 11px center !important;
  background-size: 24px !important;
  color: #083b54;
}

.btn-share {
  background: url('../img/share-blue.svg') no-repeat right 11px center !important;
  background-size: 21px !important;
  padding-right: 42px;
  text-transform: uppercase;
}

.btn-share:hover, .btn-share:active, .btn-share:focus {
  background: url('../img/share-dark-blue.svg') no-repeat right 11px center !important;
  background-size: 21px !important;
  color: #083b54;
}

/*-- Link Icons --*/

.print-link, .download-link, .email-link, .share-link {
  padding-top: 28px;
  display: block;
}

.print-link:after, .download-link:after, .email-link:after, .share-link:after {
  content: "";
  width: 0;
  height: 0;
}

/*- print -*/

.print-link, .text-left .print-link, .print-link.text-left {
  background: url('../img/print-blue.svg') no-repeat left top transparent;
  background-size: auto 24px;
}

.print-link, .text-right .print-link, .print-link.text-right {
  background: url('../img/print-blue.svg') no-repeat right top transparent;
  background-size: auto 24px;
}

.print-link, .text-center .print-link, .print-link.text-center {
  background: url('../img/print-blue.svg') no-repeat center top transparent;
  background-size: auto 24px;
}

.print-link:hover, .text-left .print-link:hover, .print-link.text-left:hover {
  background: url('../img/print-dark-blue.svg') no-repeat left top transparent;
  background-size: auto 24px;
}

.print-link:hover, .text-right .print-link:hover, .print-link.text-right:hover {
  background: url('../img/print-dark-blue.svg') no-repeat right top transparent;
  background-size: auto 24px;
}

.print-link:hover, .text-center .print-link:hover, .print-link:hover.text-center {
  background: url('../img/print-dark-blue.svg') no-repeat center top transparent;
  background-size: auto 24px;
}

.print-link:after {
  background-image: url('../img/print-dark-blue.svg');
}

/*- download -*/

.download-link, .text-left .download-link, .download-link.text-left {
  background: url('../img/download-blue.svg') no-repeat left top transparent;
  background-size: auto 28px;
}

.download-link, .text-right .download-link, .download-link.text-right {
  background: url('../img/download-blue.svg') no-repeat right top transparent;
  background-size: auto 28px;
}

.download-link, .text-center .download-link, .download-link.text-center {
  background: url('../img/download-blue.svg') no-repeat center top transparent;
  background-size: auto 28px;
}

.download-link:hover, .text-left .download-link:hover, .download-link.text-left:hover {
  background: url('../img/download-dark-blue.svg') no-repeat left top transparent;
  background-size: auto 28px;
}

.download-link:hover, .text-right .download-link:hover, .download-link.text-right:hover {
  background: url('../img/download-dark-blue.svg') no-repeat right top transparent;
  background-size: auto 28px;
}

.download-link:hover, .text-center .download-link:hover, .download-link:hover.text-center {
  background: url('../img/download-dark-blue.svg') no-repeat center top transparent;
  background-size: auto 28px;
}

.download-link:after {
  background-image: url('../img/download-dark-blue.svg');
}

/*- email -*/

.email-link, .text-left .email-link, .email-link.text-left {
  background: url('../img/email-blue.svg') no-repeat left top transparent;
  background-size: auto 20px;
}

.email-link, .text-right .email-link, .email-link.text-right {
  background: url('../img/email-blue.svg') no-repeat right top transparent;
  background-size: auto 20px;
}

.email-link, .text-center .email-link, .email-link.text-center {
  background: url('../img/email-blue.svg') no-repeat center top transparent;
  background-size: auto 20px;
}

.email-link:hover, .text-left .email-link:hover, .email-link.text-left:hover {
  background: url('../img/email-dark-blue.svg') no-repeat left top transparent;
  background-size: auto 20px;
}

.email-link:hover, .text-right .email-link:hover, .email-link.text-right:hover {
  background: url('../img/email-dark-blue.svg') no-repeat right top transparent;
  background-size: auto 20px;
}

.email-link:hover, .text-center .email-link:hover, .email-link:hover.text-center {
  background: url('../img/email-dark-blue.svg') no-repeat center top transparent;
  background-size: auto 20px;
}

.email-link:after {
  background-image: url('../img/email-dark-blue.svg');
}

/*- share -*/

.share-link, .text-left .share-link, .share-link.text-left {
  background: url('../img/share-blue.svg') no-repeat left top transparent;
  background-size: auto 28px;
}

.share-link, .text-right .share-link, .share-link.text-right {
  background: url('../img/share-blue.svg') no-repeat right top transparent;
  background-size: auto 28px;
}

.share-link, .text-center .share-link, .share-link.text-center {
  background: url('../img/share-blue.svg') no-repeat center top transparent;
  background-size: auto 28px;
}

.share-link:hover, .text-left .share-link:hover, .share-link.text-left:hover {
  background: url('../img/share-dark-blue.svg') no-repeat left top transparent;
  background-size: auto 28px;
}

.share-link:hover, .text-right .share-link:hover, .share-link.text-right:hover {
  background: url('../img/share-dark-blue.svg') no-repeat right top transparent;
  background-size: auto 28px;
}

.share-link:hover, .text-center .share-link:hover, .share-link:hover.text-center {
  background: url('../img/share-dark-blue.svg') no-repeat center top transparent;
  background-size: auto 28px;
}

.share-link:after {
  background-image: url('../img/share-dark-blue.svg');
}

/*-- Share Links --*/

.share-links {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 300ms;
  -moz-transition: max-height 300ms;
  -ms-transition: max-height 300ms;
  -o-transition: max-height 300ms;
  transition: max-height 300ms;
}

.share-links.open {
  max-height: 200px;
  -webkit-transition: max-height 450ms;
  -moz-transition: max-height 450ms;
  -ms-transition: max-height 450ms;
  -o-transition: max-height 450ms;
  transition: max-height 450ms;
}

.share-links .share-twitter-link, .share-links .share-facebook-link, .share-links .share-linkedin-link {
  font-size: 32px;
  margin-top: 0 !important;
  margin-bottom: 12px !important;
}

/*-- Tabs --*/

.tab-container {
  border-bottom: 2px solid #094565;
  margin: 34px auto;
}

.nav-tabs {
  margin-bottom: -2px;
  border-bottom: 2px solid #094565;
}

.nav-tabs .nav-item {
  margin-bottom: 0;
}

.nav-tabs .nav-link {
  border-width: 2px;
  border-radius: 0;
  margin-bottom: -2px;
  text-transform: uppercase;
  font-weight: bold;
  background: url('../img/triangle-dark-blue.svg') no-repeat right 4px bottom 12px transparent;
  background-size: 13px 13px;
  -webkit-transition: color 200ms ease-out;
  -moz-transition: color 200ms ease-out;
  -ms-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: transparent;
}

.nav-tabs .nav-link.active {
  border-color: #094565 #094565 #fff;
  background-image: none;
  padding: 14px 14px 6px;
  color: #083b54;
  -webkit-transition: color 350ms ease-out;
  -moz-transition: color 350ms ease-out;
  -ms-transition: color 350ms ease-out;
  -o-transition: color 350ms ease-out;
  transition: color 350ms ease-out;
}

@media (min-width: 768px) {

  .nav-tabs .nav-link {
    padding: 14px 24px 6px 0;
    margin-left: 24px;
  }

  .nav-tabs .nav-link.active {
    padding: 14px 32px 6px;
  }

  .nav-tabs .nav-item:first-child .nav-link.active {
    margin-left: 0;
  }
}

/* Pagination
 *****************************************/

.page-item .page-link {
  border: none;
  border-radius: 0 !important;
  font-weight: bold;
  color: #02abe8;
  height: 38px;
  line-height: 38px;
  padding: 0 12px;
}

.page-item .page-link:focus {
  box-shadow: none;
}

.page-item.active .page-link, .page-item .page-link:hover {
  background-color: transparent;
  border: none;
  color: #084565;
}

.page-item.active .page-link:after, .page-item.active .page-link:before {
  position: relative;
  bottom: 3px;
  font-size: 22px;
  font-weight: normal;
}

.page-item.active .page-link:before {
  content: "[";
  padding-right: 4px;
}

.page-item.active .page-link:after {
  content: "]";
  padding-left: 4px;
}

.prev-link, .next-link {
  width: 38px;
  height: 38px;
}

.prev-link {
  background: url('../img/triangle-left-dark-blue.svg') no-repeat right 12px bottom 12px transparent;
  background-size: 15px 15px;
}

.prev-link:hover {
  background: url('../img/triangle-left-blue.svg') no-repeat right 12px bottom 12px transparent;
  background-size: 15px 15px;
}

.next-link {
  background: url('../img/triangle-dark-blue.svg') no-repeat right 12px bottom 12px transparent;
  background-size: 15px 15px;
}

.next-link:hover {
  background: url('../img/triangle-blue.svg') no-repeat right 12px bottom 12px transparent;
  background-size: 15px 15px;
}

.prev-link span, .next-link span {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*---- list pagination ----*/

#pagination-container {
  margin-top: 64px;
}

#pagination-container > div {
  vertical-align: top;
}

#pagination {
  display: inline-block;
  font-size: 22px;
  margin-right: 64px;
}

#pagination .pagination-nav {
  margin-top: 1px;
}



#per-page-label, #per-page {
  display: none;
}

@media (min-width: 992px) {

  #per-page-label {
    display: inline-block;
    font-size: 22px;
    line-height: 40px;
  }

  #per-page {
    display: inline-block;
    min-width: 0;
  }

  #per-page .btn-form-select {
    font-size: 22px;
    line-height: 32px;
    padding: 5px 28px 5px 10px;
    background: url('../img/triangle-dark-blue.svg') no-repeat right 5px bottom 14px transparent !important;
    background-size: 15px 15px !important;
  }

  #per-page .dropdown-menu {
    min-width: 0;
    padding: 0px;
    left: auto !important;
    right: 3px;
  }

  #per-page .form-select-option {
    padding: 0;
    margin: 0;
    text-align: right;
    display: block;
    width: 100%;
  }

  #per-page .form-select-option:before {
    display: none;
  }


}

/** Social Media Links
 ***********************************/

.social-media-nav {
  display: inline-block;
  height: 32px;
  padding: 4px 0;
}

.social-media-link {
  width: 24px;
  height: 24px;
  margin: 0 6px;
  display: inline-block;
}

.facebook-link:after, .twitter-link:after, .linkedin-link:after {
  content: "";
  width: 0;
  height: 0;
}

.facebook-link {
  background: url('../img/facebook.svg') no-repeat center center transparent;
  background-size: 100%;
}

.facebook-link:hover {
  background: url('../img/facebook-blue.svg') no-repeat center center transparent;
  background-size: 100%;
}

.facebook-link:after {
  background-image: url('../img/facebook-blue.svg');
}

.twitter-link {
  background: url('../img/twitter.svg') no-repeat center center transparent;
  background-size: 100%;
}

.twitter-link:hover {
  background: url('../img/twitter-blue.svg') no-repeat center center transparent;
  background-size: 100%;
}

.twitter-link:after {
  background-image: url('../img/twitter-blue.svg');
}

.linkedin-link {
  background: url('../img/linkedin.svg') no-repeat center center transparent;
  background-size: 100%;
}

.linkedin-link:hover {
  background: url('../img/linkedin-blue.svg') no-repeat center center transparent;
  background-size: 100%;
}

.linkedin-link:after {
  background-image: url('../img/linkedin-blue.svg');
}

/** Header Area
 ***********************************/

#alert-bar {
  margin-bottom: 0;
}

#header {
  background-color: #063d5a;
  padding-top: 24px;
  padding-bottom: 24px;
}

@media (min-width: 992px) {

  #header-container {
    position: fixed;
    z-index: 1030;
    width: 100%;
  }

  #header {
    width: 100%;
    padding-top: 72px;
    padding-bottom: 72px;
    background-color: transparent;
    -webkit-transition: background-color 350ms linear 450ms, padding 350ms linear 450ms;
    -moz-transition: background-color 350ms linear 450ms, padding 350ms linear 450ms;
    -ms-transition: background-color 350ms linear 450ms, padding 350ms linear 450ms;
    -o-transition: background-color 350ms linear 450ms, padding 350ms linear 450ms;
    transition: background-color 350ms linear 450ms, padding 350ms linear 450ms;
  }

  .scrolled #header {
    background-color: #063d5a;
    padding-top: 34px;
    padding-bottom: 34px;
    -webkit-transition: background-color 200ms, padding 200ms;
    -moz-transition: background-color 200ms, padding 200ms;
    -ms-transition: background-color 200ms, padding 200ms;
    -o-transition: background-color 200ms, padding 200ms;
    transition: background-color 200ms, padding 200ms;
    color: #02abe8;
  }

  #header:hover {
    background-color: #063d5a;
    -webkit-transition: background-color 200ms, padding 200ms;
    -moz-transition: background-color 200ms, padding 200ms;
    -ms-transition: background-color 200ms, padding 200ms;
    -o-transition: background-color 200ms, padding 200ms;
    transition: background-color 200ms, padding 200ms;
  }

}

/*-- media --*/

#header-media {
  height: 32px;
}

#header-media > * {
  vertical-align: middle;
}

#header-media > .btn {
  margin: 0 0 0 26px;
  min-width: 194px;
  height: 34px;
  -webkit-transition: background-color 200ms;
  -moz-transition: background-color 200ms;
  -ms-transition: background-color 200ms;
  -o-transition: background-color 200ms;
  transition: background-color 200ms;
}

#header-media > .btn:hover {
  color: #02abe8 !important;
  background-color: #fff;
  -webkit-transition: background-color 350ms;
  -moz-transition: background-color 350ms;
  -ms-transition: background-color 350ms;
  -o-transition: background-color 350ms;
  transition: background-color 350ms;
}

#header-media form {
  display: inline-block;
  border: 3px solid #fff;
  height: 34px;
  margin: 0 0 0 26px;
  padding: 1px 10px;
}

#header-media input {
  border: none;
  width: 144px;
  height: 23px;
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  padding: 0 10px;
  -webkit-transition: width 200ms;
  -moz-transition: width 200ms;
  -ms-transition: width 200ms;
  -o-transition: width 200ms;
  transition: width 200ms;
}

#header-media input:focus {
  width: 226px;
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -ms-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
}

#header-media .btn-submit {
  border-left: 1px solid #fff;
  padding: 1px 0 1px 10px;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
}

/*-- main nav --*/

#header .navbar-brand {
  background: url('../img/edreports-logo.svg') no-repeat center center transparent;
  background-size: 100%;
  width: 210px;
  height: 50px;
}

#header .navbar {
  padding: 0;
}

#header .navbar-toggler {
  font-size: 30px;
  padding: 0;
}

#header .navbar-nav {
  margin-top: 25px;
}

#header .nav-link {
  position: relative;
  font-weight: bold;
  display: inline-block;
  padding: 0;
}

#header .nav-link.dropdown-toggle:after {
  display: none !important;
}

#header .nav-link .fa-star {
  font-size: 18px;
  left: -26px;
  top: 6px;
  position: absolute;
}

#header .nav-item {
  font-size: 23px;
  line-height: 32px;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 34px;
}

@media (min-width: 992px) {
  #header .nav-item {
    font-size: 30px;
    text-align: left;
    text-transform: none;
    margin-bottom: 0;
  }
}

#header .nav-item.dropdown .dropdown-menu:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #063d5a;
  width: 200%;
  height: 100%;
  left: -50%;
  top: 0;
  z-index: 1;
}

#header .nav-item.dropdown .dropdown-menu {
  display: block !important;
  position: relative;
  top: 100%;
  text-transform: none;
  z-index: 1000;
  padding: 0 3000px;
  margin: 0 -3000px;
  font-size: inherit;
  color: inherit;
  list-style: none;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  -webkit-transition: max-height 400ms, opacity 1ms linear 400ms;
  -moz-transition: max-height 400ms, opacity 1ms linear 400ms;
  -ms-transition: max-height 400ms, opacity 1ms linear 400ms;
  -o-transition: max-height 400ms, opacity 1ms linear 400ms;
  transition: max-height 400ms, opacity 1ms linear 400ms;
}

#header .nav-item.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}

@media (min-width: 992px) {
  #header .nav-item.dropdown .dropdown-menu {
    position: absolute;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
  }
}

#header .nav-item.dropdown .dropdown-menu.show {
  max-height: 800px;
  opacity: 1;
  -webkit-transition: max-height 1200ms, opacity 50ms;
  -moz-transition: max-height 1200ms, opacity 50ms;
  -ms-transition: max-height 1200ms, opacity 50ms;
  -o-transition: max-height 1200ms, opacity 50ms;
  transition: max-height 1200ms, opacity 50ms;
}

#header .nav-item.dropdown .nav-link.dropdown-item {
  position: relative;
  font-weight: normal;
  z-index: 10;
}

#header .nav-item.dropdown .nav-link.dropdown-item.tabbed {
  padding-left: 1em;
}

#header .nav-item.dropdown .nav-link.dropdown-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  #header .nav-item.dropdown .nav-link.dropdown-item {
    padding-right: 26px;
    font-weight: bold;
  }
  #header .nav-item.dropdown .nav-link.dropdown-item:last-child {
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  #header .nav-item.dropdown .nav-link.dropdown-item {
    padding-right: 39px;
  }
}

#header .nav-item.dropdown:last-child .nav-link.dropdown-item {
  padding-right: 0;
}

#header .nav-item.dropdown .nav-link.dropdown-item:focus,
#header .nav-item.dropdown .nav-link.dropdown-item:hover {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

@media (min-width: 992px) {

  #header .navbar-brand { width: 246px; height: 58px; }
  #header .nav-item { font-size: 22px; }

  #header .nav-item:after {
    padding: 0 6px;
    content: "\2022";
    color: #02abe8;
  }

  #header .nav-item:last-child:after {
    display: none !important;
    font-size: 0 !important;
  }
  
}

@media (min-width: 1200px) {
  #header .nav-item { font-size: 26px; }
  #header .nav-item:after { padding: 0 12px; }
}

/*-- mobile nav --*/

#mobile-search-form {
  margin-top: 25px;
}

#mobile-search-form input {
  width: calc(100% - 48px);
}

#mobile-search-form .btn-search {
  background-size: auto 24px;
  width: 40px;
  height: 28px;
}

/** Page Banner
 *****************************************/

.banner-container {
  position: relative;
}

.banner-background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 360px;
  border-bottom: 1px solid #fff;
  z-index: 0;
}


@media (min-width: 992px) {
  .banner-background {
    height: 580px;
  }
}

@media (min-width: 1600px) {
  .banner-background {
    height: 600px;
  }
}

@media (min-width: 1800px) {
  .banner-background {
    height: 620px;
  }
}

.banner-background:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: -1%;
  background: url('../img/diagonal-lower.svg') no-repeat left bottom transparent;
  background-size: 100%;
  width: 102%;
  height: 100%;
  pointer-events: none;
}

.banner-background img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

/** Page Header / Breadcrumbs
 *****************************************/

.page-header {
  position: relative;
  padding-top: 194px;
  z-index: 100;
}

@media (min-width: 992px) {
  .page-header {
    padding-top: 264px;
  }
}

.text-spacer {
  float: right;
  clear: right;
  height: 29px;
}

.text-spacer:nth-child(1) { display: none; }
.text-spacer:nth-child(2) { display: none; }
.text-spacer:nth-child(3) { display: none; }
.text-spacer:nth-child(4) { display: none; }
.text-spacer:nth-child(5) { display: none; }

@media (min-width: 992px) {
  .text-spacer:nth-child(1) { display: block; width: 1310px; }
  .text-spacer:nth-child(2) { display: block; width: 1132px; }
  .text-spacer:nth-child(3) { display: block; width: 994px; }
  .text-spacer:nth-child(4) { display: block; width: 866px; }
  .text-spacer:nth-child(5) { display: block; width: 768px; }
}

.text-spacer:nth-child(6) { width: 640px; }
.text-spacer:nth-child(7) { width: 512px; }
.text-spacer:nth-child(8) { width: 384px; }
.text-spacer:nth-child(9) { width: 286px; }
.text-spacer:nth-child(10) { width: 158px; }
.text-spacer:nth-child(11) { width: 30px; }

.breadcrumbs-container {
  padding-bottom: 45px;
  font-size: 0;
  color: #083b54;
}

.breadcrumbs-container .breadcrumb {
  font-size: 18px;
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumbs-container .breadcrumb:before {
  display: inline-block;
  content: "\2F";
  color: #083b54;
  padding: 0 8px;
}

.breadcrumbs-container .breadcrumb:first-child:before {
  content: none;
}

.breadcrumbs-container span.breadcrumb {
  cursor: default;
}

/** CKEditor Content
 *****************************************/

figure.image {
  display: table;
  margin: 0 auto 1rem;
}

figure.image img {
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}

figure.image img:last-child {
  margin: 0 auto 1rem;
}

figure.image figcaption {
  display: table-caption;
  margin: 0 auto;
  padding: 0.25rem 1rem;
  text-align: center;
  background-color: #edeeee;
  caption-side: bottom;
}

figure.image-style-align-right {
  float: right;
  max-width: 50%;
  padding-left: 2rem;
}

figure.image-style-align-left {
  float: left;
  max-width: 50%;
  padding-right: 2rem;
}

/** Footer
 *****************************************/

#footer {
  border-top: 1px solid #fff;
  padding-top: 175px; /* @TODO add media queries */
  padding-bottom: 80px;
}

@media (min-width: 992px) {
  #footer {
    padding-top: 120px;
  }
}

@media (min-width: 1400px) {
  #footer {
    padding-top: 150px;
  }
}

@media (min-width: 1800px) {
  #footer {
    padding-top: 220px;
  }
}

body > #footer:before {
  content: '';
  display: block;
  position: absolute;
  top: -4px;
  right: -1%;
  background: url('../img/diagonal-upper.svg') no-repeat right top transparent;
  background-size: 100%;
  width: 102%;
  height: 100%;
  z-index: 1;
}

.footer-content {
  position: relative;
  z-index: 10;
}

#footer-subscribe-form input, #footer-subscribe-form button {
  width: 220px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

#footer-subscribe-form input {
  margin-bottom: 10px;
}

#footer .social-media-nav {
  margin-top: 34px;
  margin-bottom: 8px;
}

/*-- Footer Navbar --*/

#footer .navbar {
  padding: 0;
}

#footer .navbar-nav {
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  #footer .navbar-nav {
    display: block;
  }
}

#footer .nav-link {
  font-weight: bold;
  display: inline-block;
  padding: 0;
}

#footer .nav-item {
  font-size: 30px;
  line-height: 32px;
}

#footer .nav-item { font-size: 22px; }

@media (min-width: 992px) {
  #footer .nav-item:after {
    padding: 0 6px;
    content: "\2022";
    color: #02abe8;
  }
}

#footer .nav-item:last-child:after {
  display: none !important;
  font-size: 0 !important;
}

@media (min-width: 1200px) {
  #footer .nav-item { font-size: 26px; }
  #footer .nav-item:after { padding: 0 12px; }
}

/** Legal
 ********************************************/

#footer .legal {
  background: url('../img/cc-by-sa.svg') no-repeat top left transparent;
  background-size: auto 31px;
  padding-top: 40px;
}

#footer .legal, #footer .legal p {
  font-size: 15px;
  line-height: 16px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  #footer .legal {
    background: url('../img/cc-by-sa.svg') no-repeat top left transparent;
    background-size: auto 31px;
    padding-left: 100px;
    padding-top: 0;
    min-height: 40px;
  }
  #footer .legal, #footer .legal p {
    margin-bottom: 0;
  }
}

/** Preloader
 ********************************************/

.preloader {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  display: none;
  opacity: 0;
  -webkit-transition: display 1ms linear 200ms, opacity 200ms;
  -moz-transition: display 1ms linear 200ms, opacity 200ms;
  -ms-transition: display 1ms linear 200ms, opacity 200ms;
  -o-transition: display 1ms linear 200ms, opacity 200ms;
  transition: display 1ms linear 200ms, opacity 200ms;
  z-index: 100;
}

.preloader img {
  width: 100%;
  height: auto;
}

.loading .preloader {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 350ms;
  -moz-transition: opacity 350ms;
  -ms-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
}

#page-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.15);
  display: none;
  opacity: 0;
  -webkit-transition: display 1ms linear 200ms, opacity 200ms;
  -moz-transition: display 1ms linear 200ms, opacity 200ms;
  -ms-transition: display 1ms linear 200ms, opacity 200ms;
  -o-transition: display 1ms linear 200ms, opacity 200ms;
  transition: display 1ms linear 200ms, opacity 200ms;
  z-index: 1000;
}

.loading #page-preloader {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 350ms;
  -moz-transition: opacity 350ms;
  -ms-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
}

/** Print
 ********************************************/

.print-only {
  display: none !important;
}

/** KaTeX Overrides
 ********************************************/

.katex, .katex-display, .katex-html {
  display: inline !important;
  font-size: 16px !important;
  line-height: 2em;
}

/** COVID-19
 ********************************************/

.resource-covid-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.resource-covid {
  transform: rotate(-45deg);
  text-align: center;
  top: 24px;
  left: -54px;
  width: 200px;
  position: absolute;
  padding-top: 5px;
  background-color: #308ED1;
}

.resource-covid span {
  display: inline-block;
  line-height: 1em;
  max-width: 120px;
  color: #fff;
  font-weight: bold;
}

/** FORMS
 ********************************************/

.grecaptcha-badge {
  display: none !important;
}

form .tracer {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}