.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: #0096cb;
  -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: #0096cb;
  }
}

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: #0096cb;
}

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 #0096cb;
  }

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

  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: #0096cb;
  background-color: #0096cb;
}

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

.bg-white { background-color: #fff; }
.bg-gray { background-color: #ededed; }
.bg-dark-gray { background-color: #c0bfbf; }
.bg-red { background-color: #f54e00; }
.bg-yellow { background-color: #f1a706; }
.bg-orange { background-color: #f1a706; }
.bg-beige { background-color: #fff7e3; }
.bg-green { background-color: #9fbc28 }
.bg-blue { background-color: #0096cb; }
.bg-light-blue { background-color: #ebf7fb; }
.bg-dark-blue { background-color: #084565; }
.bg-black { background-color: #000; }
.bg-trans { background-color: transparent; }

.white { color: #fff; }
.gray { color: #c0bfbf; }
.red { color: #f54e00; }
.dark-red { color: #b83a00; }
.yellow { color: #f1a706; }
.orange { color: #f1a706; }
.green { color: #9fbc28 }
.blue { color: #0096cb; }
.dark-blue { color: #0a3e59; }

@media (min-width: 768px) {
  .bg-sm-white { background-color: #fff; }
  .bg-sm-light-blue { background-color: #ebf7fb; }
  .bg-sm-blue { background-color: #0096cb; }
  .bg-sm-trans { background-color: transparent; }
  .sm-white { color: #fff; }
  .sm-blue { color: #0096cb; }
  .sm-dark-blue { color: #0a3e59; }
}

@media (min-width: 992px) {
  .bg-lg-white { background-color: #fff; }
  .bg-lg-light-blue { background-color: #ebf7fb; }
  .bg-lg-blue { background-color: #0096cb; }
  .bg-lg-trans { background-color: transparent; }
  .lg-white { color: #fff; }
  .lg-blue { color: #0096cb; }
  .lg-dark-blue { color: #0a3e59; }
}

.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: #ededed;
}

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

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

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

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

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

/** 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 img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}