<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  margin: 0 auto;
  height: 100vh;
  background: #273456;
  font-family: gibsonlight, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.4;
}
.well-bg {
  background-color: #fff;
  color: #61666b;
  width: 100%;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
h1 {
  font-family: gibsonlight, sans-serif;
  color: #5681a5;
  font-weight: 600 !important;
  font-size: 1.9375rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 10px;
  margin-bottom: 0px;
  /*padding-bottom: 5px;*/
}
h2 {
  font-family: gibsonlight, sans-serif;
  font-weight: 300 !important;
  color: #448d96;
  font-size: 24px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

h3 {
  font-family: gibsonlight, sans-serif;
  font-weight: 300 !important;
  color: #448d96;
  font-size: 31px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

h6 {
  font-family: GibsonBold, sans-serif;
  font-weight: 600 !important;
  color: #373e50;
  font-size: 16px;
}

p {
  margin-top: 0;
  color: #61666b !important;
  line-height: 1.53;
  margin-bottom: 1.3125rem !important;
  font-family: gibsonlight, sans-serif;
}

a {
  color:#373e50;
}

a:hover {
  color:#373e50;
}

.logo {
  margin-top: 80px;
  margin-bottom: 50px;
}

#bgImg {
  z-index: 1;
  opacity: .5;
}

#bgImg img {
  width: 100%;
}

#headerContainer #assistance {
  width: 300px;
  top: 0;
  right: 0;
}
#headerContainer #assistance .assistance {
  padding: 25px 30px;
}

#headerContainer .container {
  padding-left: 70px;
  padding-right: 70px;
}

.slateGreyGradient {
  z-index:10;
  width:300px;
  font-family: GibsonRegular,"Noto Serif",serif;
  text-align: right!important;
  padding-right: 40px;
  height: 85px;
  padding-left: 85px;
  color: #fff;
  position: relative;
  padding-top: 9px!important;
  background-color: #373e50;
}
.slateGreyGradient:before {
  content: "";
  position: absolute;
  left: -85px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 85px solid #373e50;
  border-left: 85px solid transparent;
}
.container {
  z-index:2;
}

.btn.btn-default {
  border: 1px solid #373e50;
  border-radius: 0px;
  line-height: 2em;
  font-family: GibsonBold, sans-serif;
  font-weight: 400 !important;
  font-size:18px;
}
.btn.btn-default:hover {
  background-color: #373e50;
  color: #ffffff;
}

@media (min-width: 1200px) {
  .container {
    max-width: 970px;
  }
}

#content a {
  font-family: GibsonBold, sans-serif;
  font-weight: 400 !important;
}



</pre></body></html>