﻿@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
button {
  margin: 0;
  padding: 0;
  text-transform: none;
  -webkit-appearance: none;
  cursor: pointer;
  overflow: visible;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  outline: 0;
}
ul {
  list-style-type: none;
}
body {
  color: #093353;
  font-size: 13px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  line-height: 1.5;
}
@media (min-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}
.ui-widget,
input,
select,
textarea {
  font-family: Roboto, sans-serif;
}
strong {
  font-weight: 700;
}
a {
  color: #f20d19;
  text-decoration: none;
  transition: color 0.25s ease-out;
}
a:hover {
  color: #f20d19;
}
html {
  box-sizing: border-box;
  background: #fff;
}
*,
:after,
:before {
  box-sizing: inherit;
}
.page-wrapper {
  margin: 0 auto;
  max-width: none;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  transition: 0.3s;
  position: relative;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
}
.page-content {
  position: relative;
  flex: 1 0 auto;
}
@media (max-width: 767px) {
  .page-content__sidebar {
    padding-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .page-content__left {
    padding-right: 30px;
  }
}
.btn {
  font-family: Roboto, sans-serif;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: 0 0;
  border: 1px solid transparent;
  white-space: normal;
  padding: 4px 20px;
  min-width: 110px;
  touch-action: manipulation;
  user-select: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.428;
  transition: all 0.25s ease;
  outline: 0;
}
.btn--block {
  display: block;
  width: 100%;
}
.btn--primary {
  color: #fff;
  background: #093353;
}
.btn--primary:focus,
.btn--primary:hover {
  color: #fff;
  background: #59aee4;
}
.btn--secondary {
  color: #093353;
  background: #fff;
  border: 2px solid #093353;
  padding: 3px 19px;
}
.btn--secondary:focus,
.btn--secondary:hover {
  color: #fff;
  background: #093353;
  border-color: #093353;
}
.btn--disabled,
.btn[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn--disabled:focus,
.btn--disabled:hover,
.btn[disabled]:focus,
.btn[disabled]:hover {
  color: inherit;
  background-color: inherit;
}
.form-control {
  display: block;
  position: relative;
  width: 100%;
  height: 38px;
  padding: 7px 35px 7px 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.428;
  color: #313233;
  background-color: #fff;
  border: 1px solid #deebf7;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  outline: 0;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  margin-bottom: 3px;
}
.checkbox,
.radio {
  display: block;
  clear: both;
  position: relative;
  padding: 0;
  margin: 4px 0;
  cursor: pointer;
  text-align: left;
}
.checkbox:after,
.checkbox:before,
.radio:after,
.radio:before {
  content: "";
  display: table;
  clear: both;
}
.checkbox__indi,
.radio__indi {
  float: left;
  position: relative;
  display: inline-block;
  margin: 0 9px 0 0;
  height: 30px;
  width: 30px;
  vertical-align: middle;
  cursor: pointer;
  background: #fff url(../svg/check.svg) -9999px center no-repeat;
  background-size: 17px 17px;
  border: 1px solid #deebf7;
  transition: all 0.2s ease-out;
}
.checkbox__label,
.radio__label {
  display: block;
  position: relative;
  margin: -1px 0 0 29px;
  line-height: 21px;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"],
.radio input[type="checkbox"],
.radio input[type="radio"] {
  visibility: hidden;
  position: absolute;
  left: 0;
}
.checkbox input[type="checkbox"]:checked + .checkbox__indi,
.checkbox input[type="radio"]:checked + .radio__indi,
.radio input[type="checkbox"]:checked + .checkbox__indi,
.radio input[type="radio"]:checked + .radio__indi {
  background-position: center center;
}
.icon {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  line-height: 1;
}
.icon-mail-alt {
  top: -1.5px;
}
.icon--lg {
  font-size: 150%;
  top: 1.5px;
  vertical-align: baseline;
}
@font-face {
  font-family: life;
  src: url(../eot/lifed4d2.eot);
  src: url(../eot/lifed4d2.eot#iefix) format("embedded-opentype"),
    url(../woff2/lifed4d2.woff2) format("woff2"),
    url(../woff/lifed4d2.woff) format("woff"),
    url(../ttf/lifed4d2.ttf) format("truetype"),
    url(../svg/lifed4d2.svg#life) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" icon-"]:before,
[class^="icon-"]:before {
  font-family: life;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  margin-left: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-right-open:before {
  content: "\e800";
}
.icon-left-open:before {
  content: "\e801";
}
.icon-up-open:before {
  content: "\e802";
}
.icon-down-open:before {
  content: "\e803";
}
.icon-mail:before {
  content: "\e804";
}
.icon-search:before {
  content: "\e805";
}
.icon-play-circled2:before {
  content: "\e806";
}
.icon-plus:before {
  content: "\e807";
}
.icon-minus:before {
  content: "\e808";
}
.icon-ok:before {
  content: "\e809";
}
.icon-video-play-icon:before {
  content: "\e818";
}
.icon-staff-food:before {
  content: "\e819";
}
.icon-staff-medication:before {
  content: "\e81a";
}
.icon-staff-nursing:before {
  content: "\e81b";
}
.icon-staff-pain:before {
  content: "\e81c";
}
.icon-staff-responsiveness:before {
  content: "\e81d";
}
.icon-staff-admission:before {
  content: "\e81e";
}
.icon-staff-discharge:before {
  content: "\e81f";
}
.icon-staff-doctors:before {
  content: "\e820";
}
.icon-staff-hospital:before {
  content: "\e821";
}
.icon-staff-prioritisation:before {
  content: "\e822";
}
.icon-staff-reception:before {
    content: "\e81e";
}
.icon-staff-emergency:before {
  content: "\e821";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-gplus:before {
  content: "\f0d5";
}
.icon-mail-alt:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-doc-text:before {
  content: "\f0f6";
}
.icon-angle-double-left:before {
  content: "\f100";
}
.icon-angle-double-right:before {
  content: "\f101";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-file-pdf:before {
  content: "\f1c1";
}
.icon-datepicker:before {
  content: "\e821";
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
  min-width: 320px;
  max-width: 375px;
}
.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .container {
    max-width: none;
    width: 744px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1000px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0;
  }
}
@media (min-width: 1280px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}
.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
  clear: both;
}
@media (min-width: 768px) {
  .row--flex {
    display: flex;
    flex-wrap: wrap;
  }
  .row--flex:after,
  .row--flex:before {
    display: flex;
  }
  .row--flex > [class^="col-"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .row--flex > [class^="col-"] > img {
    flex-shrink: 0;
  }
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #d9d9d9;
  }
  .table-responsive table {
    border-width: 0;
  }
}
.table,
table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #d9d9d9;
}
.table td,
.table th,
table td,
table th {
  text-align: left;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.table td.min,
.table th.min,
table td.min,
table th.min {
  width: 1%;
}
.table th,
table th {
  padding: 12px 20px;
  color: #fff;
  background: #093353;
}
.table td,
table td {
  padding: 10px 20px;
  background: #fff;
  transition: 0.25s ease;
}
.table tbody tr:first-child td,
table tbody tr:first-child td {
  padding-top: 20px;
}
.table tbody tr:last-child td,
table tbody tr:last-child td {
  padding-bottom: 20px;
}
.table.table--condensed th,
table.table--condensed th {
  font-size: 14px;
  padding: 9px 7px;
}
.table.table--condensed td,
table.table--condensed td {
  font-size: 12px;
  font-weight: 400;
  padding: 7px 7px !important;
}
@media (min-width: 768px) {
  .table.table--condensed th,
  table.table--condensed th {
    font-size: 16px;
    padding: 11px 10px;
  }
  .table.table--condensed td,
  table.table--condensed td {
    font-size: 14px;
    padding: 9px 10px !important;
  }
}
.table.table--striped tbody tr td,
table.table--striped tbody tr td {
  border: 1px solid #d3dbe2;
}
.table.table--striped tbody tr:nth-child(even) td,
table.table--striped tbody tr:nth-child(even) td {
  background: rgba(222, 235, 247, 0.4);
}
.table.table--clickable tbody tr,
table.table--clickable tbody tr {
  cursor: pointer;
}
.table.table--clickable tbody tr:hover td,
table.table--clickable tbody tr:hover td {
  color: #59aee4;
  background: #deebf7;
}
.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
  font-family: Roboto, sans-serif;
}
h1,
h2,
h3,
h4 {
  color: #093353;
}
.h1,
h1 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.15;
}
.h2,
h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}
.h3,
h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
}
.h4,
h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
.h5,
h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}
.h6,
h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .h1,
  h1 {
    font-size: 34px;
  }
  .h2,
  h2 {
    font-size: 28px;
  }
  .h3,
  h3 {
    font-size: 24px;
  }
  .h4,
  h4 {
    font-size: 18px;
  }
  .h5,
  h5 {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .h1,
  h1 {
    font-size: 42px;
    line-height: 1;
  }
  .h2,
  h2 {
    font-size: 32px;
    line-height: 1.2;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 21px;
  }
  .h5,
  h5 {
    font-size: 16px;
  }
}
sup {
  font-size: smaller;
  vertical-align: super;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-bold {
  font-weight: 700;
}
.lowercase {
  text-transform: none;
}
.uppercase {
  text-transform: uppercase;
}
.more {
  position: relative;
}
.more:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #f20d19;
  transition: width 0.25s ease-out;
}
.more:after {
  font-family: life;
  content: "\e800";
  line-height: 1;
  width: 1em;
  font-size: 75%;
  color: inherit;
  margin-left: 0.5em;
  vertical-align: middle;
  position: relative;
  top: 0;
}
@media (min-width: 1024px) {
  .more:after {
    top: -0.5px;
  }
}
.more:focus:before,
.more:hover:before {
  width: 99%;
}
.more--noarrow {
  text-transform: none;
}
.more--noarrow:after {
  display: none;
}
table .more {
  color: #093353;
}
table .more::after {
  color: #f20d19;
}
.go:hover {
  color: #c20a14;
}
.article-summary__intro,
.intro {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.235;
  color: #093353;
  max-width: 700px;
}
@media (min-width: 768px) {
  .article-summary__intro,
  .intro {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .article-summary__intro,
  .intro {
    font-size: 24px;
  }
}
.rte {
  line-height: 1.625;
}
.rte > :first-child {
  margin-top: 0 !important;
}
.rte a {
  position: relative;
  font-weight: 700;
}
.rte a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #f20d19;
  transition: width 0.25s ease-out;
}
.rte a:focus:before,
.rte a:hover:before {
  width: 100%;
}
.rte span.plain-link a {
  font-weight: 700;
}
.rte span.plain-link a:before {
  display: none;
}
.rte span.plain-link a:focus,
.rte span.plain-link a:hover {
  border-bottom: 2px solid #f20d19;
}
.rte p {
  margin: 1em 0;
}
.rte p.article-summary__intro,
.rte p.intro {
  margin-top: 0.25em;
  margin-bottom: 0.85em;
}
.rte p.download {
  margin-top: -0.35em;
}
.rte .h2 + p,
.rte h2 + p {
  margin-top: 0;
}
.rte .h2 + p.article-summary__intro,
.rte .h2 + p.intro,
.rte h2 + p.article-summary__intro,
.rte h2 + p.intro {
  margin-top: -0.15em;
}
.rte .h2,
.rte h2 {
  margin-top: 1.25em;
  margin-bottom: 0.25em;
}
.rte .h3,
.rte h3 {
  font-weight: 400;
  margin-top: 1.75em;
  margin-bottom: 0.5em;
}
.rte .h4,
.rte h4 {
  margin-top: 1.25em;
  margin-bottom: 0.5em;
}
.rte ul {
  margin: 1em 0 1em 40px;
  list-style: disc;
}
.rte h4 + h6 {
  margin-top: 1.25em;
}
.rte h6 + ul {
  margin-top: 5px;
}
.rte ol {
  margin: 1em 0 1em 40px;
  list-style-type: none;
}
.rte ol > li {
  text-indent: -20px;
  counter-increment: step-counter;
}
.rte ol > li::before {
  content: counter(step-counter) ".";
  margin-right: 7px;
  font-weight: 700;
}
.rte ol.legal {
  margin: 1em 0 1em 0;
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 768px) {
  .rte ol.legal {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .rte ol.legal {
    font-size: 21px;
  }
}
.rte ol.legal > li {
  text-indent: 0;
}
.rte ol.legal > li::before {
  content: counter(step-counter);
  margin-right: 17px;
}
.rte ol.legal > li ul {
  margin: 1em 0 1.5em 30px;
  font-weight: 300;
  font-size: 14px;
  list-style-type: none;
}
@media (min-width: 1024px) {
  .rte ol.legal > li ul {
    font-size: 16px;
  }
}
.rte ol.legal > li ul li {
  position: relative;
  padding-left: 2.375em;
  margin-top: 1.5em;
}
.rte ol.legal > li ul li .legal__num {
  position: absolute;
  left: 0;
  font-weight: 700;
}
.rte img {
  margin-top: 2.8125em;
  margin-bottom: 2.8125em;
}
.rte .video {
  margin-top: 2.8125em;
  margin-bottom: 2.8125em;
}
@media (min-width: 768px) {
  .rte .img-right {
    float: right;
    margin: 1.25em 0 0.75em 2em;
  }
  .rte .img-left {
    float: left;
    margin: 1.25em 2em 0.75em 0;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 1px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  background: 0 0;
  display: block;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  background: #c3c8cb;
  margin: 2px;
  transition: 0.25s ease;
  border: none;
}
.slick-dots li.slick-active button {
  height: 15px;
  width: 15px;
  margin: 0;
  border: 2px solid #fff;
  background: #f20d19;
}
.slick-next,
.slick-prev {
  display: none !important;
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 80px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
  opacity: 0;
  transition: opacity 0.25s ease;
  backface-visibility: hidden;
}
@media (min-width: 1280px) {
  .slick-next,
  .slick-prev {
    display: inline-block !important;
  }
}
@media (min-width: 1600px) {
  .slick-next,
  .slick-prev {
    width: 160px;
  }
}
.slick-next:hover,
.slick-prev:hover {
  outline: 0;
  color: transparent;
  opacity: 1;
}
.slick-next.slick-disabled,
.slick-prev.slick-disabled {
  opacity: 0;
}
.slick-next:before,
.slick-prev:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -17.5px;
  margin-top: -17.5px;
  content: "";
  display: block;
  height: 35px;
  width: 35px;
  background: rgba(255, 255, 255, 0.5);
}
.slick-next:after,
.slick-prev:after {
  position: relative;
  font-family: life;
  font-size: 19px;
  line-height: 1;
  color: #f20d19;
}
.slick-prev {
  left: 0;
}
.slick-prev:after {
  content: "\e801";
}
.slick-next {
  right: 0;
}
.slick-next:after {
  content: "\e800";
}
.custom-select {
  position: relative;
}
.custom-select select {
  cursor: pointer;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 0;
  font-size: 14px;
  font-weight: 300;
  color: #093353;
  padding: 5px;
}
.custom-select__value {
  transition: 0.2s;
  color: #093353;
  background-color: #fff;
  padding: 10px 35px 10px 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  border: 1px solid #deebf7;
}
.custom-select__arrow {
  display: block;
  height: 100%;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
.custom-select__arrow::before {
  font-family: life;
  content: "\e803";
  color: #093353;
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.pagination {
  margin-bottom: 30px;
  padding: 7px 0;
  text-align: center;
}
.pagination:after,
.pagination:before {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .pagination {
    padding: 7px 12px;
  }
}
@media (min-width: 1024px) {
  .pagination {
    margin-bottom: 40px;
  }
}
.pagination ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #313233;
}
.pagination ul li a {
  display: inline-block;
  padding: 5px 2px;
  color: #093353;
}
.pagination ul li a:focus,
.pagination ul li a:hover {
  color: #f20d19;
}
.pagination ul li a.is-active {
  color: #fff;
  background: #093353;
  min-width: 20px;
}
@media (min-width: 768px) {
  .pagination ul li a {
    padding: 5px 4px;
  }
}
.pagination ul li.pagination__arrows {
  font-size: 13px;
}
.pagination ul li.pagination__arrows a {
  padding: 5px 0;
}
@media (min-width: 768px) {
  .pagination ul li.pagination__arrows a {
    padding: 5px 3px;
  }
}
.pagination ul li.pagination__arrows--prev {
  padding-right: 6px;
}
.pagination ul li.pagination__arrows--nav {
  padding-left: 6px;
}
.pagination ul li.pagination__arrows--first a .icon,
.pagination ul li.pagination__arrows--last a .icon {
  width: 1em;
}
.pagination ul li.pagination__arrows--first a .icon:first-child,
.pagination ul li.pagination__arrows--last a .icon:first-child {
  position: relative;
  margin-right: -7px;
}
@media (min-width: 768px) {
  .pagination ul li.pagination__arrows--prev {
    padding-right: 10px;
  }
  .pagination ul li.pagination__arrows--nav {
    padding-left: 10px;
  }
}
.pagination ul li.pagination__more {
  padding: 5px 4px;
}
.pagination ul li.pagination__pages {
  padding: 5px 4px;
}
.pagination--table {
  margin-top: -20px;
  margin-bottom: 0;
  border: 1px solid #d3dbe2;
  border-top: none;
  background: #eff3f6;
}
@media (min-width: 768px) {
  .pagination--table ul {
    float: right;
  }
}
.pagination--table .pagination__total {
  margin: 3px 12px 0 0;
  font-size: 14px;
  font-weight: 400;
  color: #59aee4;
}
@media (min-width: 768px) {
  .pagination--table .pagination__total {
    float: right;
  }
}
.tabs {
  margin-top: 15px;
}
.tabs__nav {
  border-bottom: 1px solid #deebf7;
  display: flex;
}
.tabs__nav:after,
.tabs__nav:before {
  content: "";
  display: table;
  clear: both;
}
.tabs__nav li {
  float: left;
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  .tabs__nav li {
    flex-grow: 0;
  }
}
.tabs__nav li a {
  display: block;
  position: relative;
  padding: 0.8em 20px;
  text-align: center;
  color: #093353;
  font-weight: 700;
}
.tabs__nav li a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 0;
  background: #093353;
  transition: 0.25s ease;
}
.tabs__nav li a:hover::before {
  width: 100%;
}
@media (min-width: 768px) {
  .tabs__nav li a {
    padding: 0.9em 40px;
    text-align: left;
  }
}
.tabs__nav li.is-active a::before {
  width: 100%;
}
.tabs__content {
  display: none;
  animation: fadeInTab 0.5s backwards ease-out;
}
.tabs__content.is-active {
  display: block;
  opacity: 1;
  animation: fadeInTab 0.5s forwards ease-in;
}
@keyframes fadeInTab {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header {
  position: relative;
  z-index: 1000;
  height: 80px;
}
.header__inner {
  height: 80px;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  background: #fff;
  padding: 15px 0;
}
.header__inner > .container-fluid {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .header__inner > .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header__logo {
  float: left;
  width: 158px;
  transition: width 0.2s ease;
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .header {
    height: 90px;
  }
  .header__inner {
    height: 90px;
    padding: 15px 10px;
  }
  .header__logo {
    width: 195px;
  }
}
@media (min-width: 1024px) {
  .header {
    height: 115px;
  }
  .header__inner {
    height: 115px;
    padding: 21px 15px;
  }
  .header__logo {
    width: 236px;
  }
}
.header__content-lg {
  display: none;
}
@media (min-width: 1400px) {
  .header__content-lg {
    display: block;
    float: right;
  }
}
.header__icons {
  position: relative;
  top: -4px;
  margin-bottom: 17px;
  line-height: 1.15;
  height: 23px;
}
.header__icons:after,
.header__icons:before {
  content: "";
  display: table;
  clear: both;
}
.header__social {
  float: right;
}
.header__social > li {
  float: left;
  margin: 0 3px 0 0;
}
.header__social > li:last-child {
  margin-left: 6px;
}
.header__social > li > a {
  font-size: 19px;
  color: #c3c8cb;
  transition: color 0.25s ease;
}
.header__social > li > a:focus,
.header__social > li > a:hover {
  color: #d9d9d9;
}
.header__search-trigger {
  position: relative;
  float: right;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #dfe2e3;
}
.header__search-trigger-btn {
  display: block;
  font-size: 19px;
  color: #c3c8cb;
  border: none;
  transition: color 0.25s ease;
}
.header__icons .header__search-trigger .header__search-trigger-btn label {
  font-size: 15px;
  margin-left: 20px;
  cursor: pointer;
}

.modal__search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  animation: slideIn 0.2s ease-out forwards;
}

.modal__search.closed {
  animation: slideOut 0.2s ease-out forwards;
}

@keyframes slideIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    display: none;
  }
}

.modal__search .modal-content__search {
  background: none;
  padding: 20px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal__search .modal-content__search .modal-close__search {
  display: none;
}

.modal__search .modal-content__search input {
  background-color: #fefefe;
  border: none;
  min-height: 20px;
  width: 60%;
  z-index: 999;
  padding: 30px 50px;
  font-size: 30px;
  position: relative;
}

.searcher-icon {
  position: absolute;
  top: 35%;
  left: 21%;
  font-size: 30px;
  z-index: inherit;
}

/* Placeholder style */
.searcher::placeholder {
  color: black;
}
.header__search-trigger-btn:focus,
.header__search-trigger-btn:hover {
  color: #d9d9d9;
}
.header__search-form {
  display: none;
  position: absolute;
  z-index: 1;
  right: 0;
  top: -1px;
}
.header__search-form.is-open {
  display: block;
}
.header__search-input {
  width: 200px;
  padding: 5px 7px;
  height: 27px;
  font-size: 12px;
  line-height: 1.428;
  color: #093353;
  border: 1px solid #c3c8cb;
  background: #fff;
}
.header__search-btn {
  position: absolute;
  top: 1px;
  right: 0;
  font-size: 19px;
  color: #c3c8cb;
  border: none;
}
.header__nav {
  position: relative;
}
.header__nav a {
  display: inline-block;
  color: #093353;
  position: relative;
}
.header__nav a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #f20d19;
  transition: width 0.25s ease;
}
.header__nav a.is-active,
.header__nav a:focus,
.header__nav a:hover {
  color: #f20d19;
}
.header__nav a.is-active:after,
.header__nav a:focus:after,
.header__nav a:hover:after {
  width: 100%;
}
.header__nav > ul > li {
  float: left;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
}
.header__nav > ul > li > a {
  padding: 1px 0;
  margin: 0 11px;
}
.header__nav > ul > li:last-child {
  border-right: none;
}
.header__nav > ul > li:last-child > a {
  margin-right: 0;
}
.header__content-xs {
  float: right;
}
@media (min-width: 1400px) {
  .header__content-xs {
    display: none;
  }
}
.header__nav-toggle {
  position: relative;
  z-index: 1010;
  padding: 14px;
  background: #093353;
}
@media (min-width: 768px) {
  .header__nav-toggle {
    margin-top: 7px;
  }
}
.header__nav-toggle.is-active {
  background: #fff;
}
.header__nav-toggle.is-active .header__nav-toggle-bar {
  background: #093353;
  transform: rotate(45deg);
  margin-top: 6px;
}
.header__nav-toggle.is-active .header__nav-toggle-bar:first-child {
  display: none;
}
.header__nav-toggle.is-active .header__nav-toggle-bar:last-child {
  margin-top: -3px;
  margin-bottom: 6px;
  transform: rotate(-45deg);
}
.header__nav-toggle-bar {
  display: block;
  height: 3px;
  width: 20px;
  background: #fff;
  transition: transform 0.2s ease;
}
.header__nav-toggle-bar + .header__nav-toggle-bar {
  margin-top: 3px;
}
.mega.is-open > a,
.mega:focus > a,
.mega:hover > a {
  color: #f20d19;
}
.mega.is-open > a:after,
.mega:focus > a:after,
.mega:hover > a:after {
  width: 100%;
}
.mega.is-open .mega__menu,
.mega:focus .mega__menu,
.mega:hover .mega__menu {
  visibility: visible;
  opacity: 1;
}
.mega__menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -10px;
  top: 17px;
  padding-top: 37px;
  width: 835px;
  transition: visibility 0s 0.2s, opacity 0.2s 0.2s ease-out;
}
.mega__menu [class^="col-"] {
  justify-content: flex-start;
  padding: 23px 20px 3px;
  background: #e5eef7;
}
.mega__menu [class^="col-"]:nth-child(2n + 0) {
  background: #d7e8f7;
}
.mega__menu a:after {
  display: none;
}
.mega__menu ul > li > a {
  margin-bottom: 20px;
}
.mega__menu ul > li > ul {
  margin-left: 10px;
  margin-bottom: 20px;
}
.mega__menu ul > li > ul > li {
  font-weight: 400;
}
.mega__menu ul > li > ul > li > a {
  margin-bottom: 12px;
}
.mega--relative {
  position: relative;
}
.mega--relative:nth-last-child(-n + 4) .mega__menu {
  left: auto;
  right: -10px;
}
.mega--relative:nth-last-child(-n + 4) .row--flex {
  justify-content: flex-end;
}
.mobile-nav-active {
  height: 100%;
  overflow-y: hidden;
}
.mobile-nav-active body {
  height: 100%;
}
.mobile-nav {
  z-index: 1000;
  display: none;
  background: #093353;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 25px 0 35px;
  height: 100vh;
  overflow-y: auto;
}
@media (min-width: 1400px) {
  .mobile-nav {
    display: none !important;
  }
}
.mobile-nav__search {
  position: relative;
  margin: 0 70px 40px 0;
}
.mobile-nav__search-input {
  width: 100%;
  border: none;
  background: 0 0;
  border-radius: 0;
  outline: 0;
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  line-height: 1.428;
  padding: 0 0 0 40px;
}
.mobile-nav__search-input::-webkit-input-placeholder {
  font-weight: 700;
  color: #fff;
  opacity: 1;
}
.mobile-nav__search-input:-moz-placeholder {
  font-weight: 700;
  color: #fff;
  opacity: 1;
}
.mobile-nav__search-input::-moz-placeholder {
  font-weight: 700;
  color: #fff;
  opacity: 1;
}
.mobile-nav__search-input:-ms-input-placeholder {
  font-weight: 700;
  color: #fff;
  opacity: 1;
}
.mobile-nav__search-input::placeholder {
  font-weight: 700;
  color: #fff;
  opacity: 1;
}
.mobile-nav__search-btn {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 21px;
}
.mobile-nav__menu {
  margin-bottom: 40px;
}
.mobile-nav__menu > li {
  position: relative;
  font-size: 21px;
  padding-left: 40px;
  line-height: 1.3;
}
.mobile-nav__menu > li > a {
  display: block;
  position: relative;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}
.mobile-nav__menu > li > ul {
  display: none;
  padding-bottom: 20px;
}
.mobile-nav__menu > li > ul > li {
  margin-bottom: 15px;
}
.mobile-nav__menu > li > ul > li > a {
  color: #fff;
}
.mobile-nav__submenu-trigger {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px;
}
.mobile-nav__submenu-trigger:before {
  font-family: life;
  content: "\e807";
  font-size: 16px;
  color: #fff;
  line-height: 1;
  width: 1em;
}
.mobile-nav__submenu-trigger.is-active:before {
  content: "\e808";
}
.mobile-nav__social > li {
  float: left;
  margin: 0 3px 0 0;
}
.mobile-nav__social > li:last-child {
  margin-left: 6px;
}
.mobile-nav__social > li > a {
  font-size: 25px;
  color: #fff;
  transition: color 0.25s ease;
}
.mobile-nav__social > li > a:focus,
.mobile-nav__social > li > a:hover {
  color: #d9d9d9;
}
.breadcrumbs {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .breadcrumbs {
    margin-bottom: 50px;
  }
}
.breadcrumbs ul:after,
.breadcrumbs ul:before {
  content: "";
  display: table;
  clear: both;
}
.breadcrumbs ul > li {
  float: left;
  position: relative;
  margin-left: 30px;
  font-size: 13px;
  font-weight: 400;
  color: #59aee4;
}
.breadcrumbs ul > li::before {
  font-family: life;
  content: "\e800";
  font-size: 9px;
  line-height: 1;
  width: 1em;
  position: absolute;
  left: -17px;
  top: 6px;
}
.breadcrumbs ul > li:first-child {
  margin-left: 0;
}
.breadcrumbs ul > li:first-child::before {
  display: none;
}
.breadcrumbs ul > li a {
  color: inherit;
}
.breadcrumbs ul > li a:focus,
.breadcrumbs ul > li a:hover {
  color: #f20d19;
}
@media (max-width: 767px) {
  .breadcrumbs ul > li {
    display: none;
  }
  .breadcrumbs ul > li:nth-last-child(2) {
    display: block;
    margin-left: 17px;
  }
  .breadcrumbs ul > li:nth-last-child(2)::before {
    display: block;
    top: 3.5px;
    transform: rotate(-180deg);
  }
}
.footer {
  line-height: 1.15;
  margin-top: 0;
}
.footer__main {
  position: relative;
  padding: 40px 0 20px;
  border-top: 1px solid #fff;
  background: #deebf7;
}
.footer__main a {
  color: #093353;
}
.footer__main a:focus,
.footer__main a:hover {
  color: #59aee4;
}
@media (max-width: 767px) {
  .footer__main .row {
    column-count: 2;
    column-gap: 0;
  }
  .footer__main .footer__links {
    break-inside: avoid;
  }
  .footer__main [class^="col-"] {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .footer__main {
    padding: 60px 0 45px;
  }
}
.footer__logo {
  width: 100%;
  max-width: 185px;
  display: block;
}
.footer__hotline {
  margin: 7px 0 15px;
  font-weight: 700;
  color: #f20d19;
  white-space: nowrap;
  font-size: 14px;
}
.footer__hotline a {
  color: inherit;
}
.footer__hotline a:focus,
.footer__hotline a:hover {
  color: inherit;
}
@media (min-width: 768px) {
  .footer__hotline {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .footer__hotline {
    margin: 12px 0 35px;
    font-size: 19px;
  }
}
.footer__social {
  position: relative;
  margin-left: -8px;
  margin-bottom: 25px;
}
.footer__social:after,
.footer__social:before {
  content: "";
  display: table;
  clear: both;
}
.footer__social > li {
  float: left;
  margin: 0 1px 0 0;
}
.footer__social > li:last-child {
  margin-left: 5px;
}
.footer__social > li > a {
  font-size: 20px;
  transition: color 0.25s ease;
}
@media (min-width: 1024px) {
  .footer__social > li > a {
    font-size: 27px;
  }
}
.footer__links > li > a {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3125;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .footer__links > li > a {
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 10px;
  }
}
.footer__links > li > ul {
  margin-bottom: 25px;
}
.footer__links > li > ul > li {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .footer__links > li > ul > li {
    margin-bottom: 7px;
    font-size: 14px;
  }
}
.footer__btm {
  padding: 20px 0;
  background: #093353;
  color: #fff;
  font-size: 11px;
}
@media (min-width: 1024px) {
  .footer__btm {
    font-size: 13px;
  }
}
.footer__btm a {
  color: #fff;
}
.footer__btm a:focus,
.footer__btm a:hover {
  color: #deebf7;
}
.footer__btm p {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .footer__btm p {
    margin-top: 0;
    text-align: right;
  }
}
.footer__btm-links li {
  display: inline-block;
  margin-right: 15px;
}
.socket {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .socket {
    margin-bottom: 70px;
  }
}
.socket [class^="col-sm-"] {
  display: flex;
  flex-direction: row;
}
.socket [class^="col-sm-"] .module {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .socket [class^="col-sm-"] .module {
    margin-bottom: 0;
  }
}
.socket [class^="col-sm-"]:last-child .module {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .page-content + .socket {
    margin-top: 55px;
  }
}
.socket-edition {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .socket-edition {
    display: flex;
  }
}
.socket-edition__img {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .socket-edition__img {
    margin-bottom: 0;
    float: left;
    flex-shrink: 0;
  }
}
@media (min-width: 768px) {
  .socket-edition__img img {
    max-width: 230px;
  }
}
@media (min-width: 1024px) {
  .socket-edition__img img {
    max-width: 300px;
  }
}
.socket-edition__content {
  flex: 1;
  align-self: center;
  overflow: hidden;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .socket-edition__content {
    margin-bottom: 0;
  }
}
.socket-edition__content h2 {
  margin-bottom: 0.35em;
}
.socket-downloads {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .socket-downloads {
    min-height: 240px;
    display: flex;
  }
}
.socket-downloads__img {
  margin-bottom: 15px;
  background: url(../png/download-icon.png) center center no-repeat;
  width: 115px;
}
@media (min-width: 768px) {
  .socket-downloads__img {
    display: block;
    width: 230px;
  }
}
@media (min-width: 1024px) {
  .socket-downloads__img {
    width: 300px;
  }
}
.socket-downloads__content {
  flex: 1;
  align-self: center;
  overflow: hidden;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .socket-downloads__content {
    margin-bottom: 0;
  }
}
.socket-downloads__content h3 {
  margin-bottom: 0.75em;
  color: #59aee4;
}
.socket-downloads__links li {
  margin: 0.65em 0 0;
  color: #093353;
  font-weight: 700;
}
.socket-downloads__links li .more {
  color: inherit;
}
.socket-downloads__links li .more:before {
  background-color: #093353;
}
.video {
  position: relative;
  padding-top: 56.25%;
}
.video--4-3 {
  padding-top: 75%;
}
.video--21-9 {
  padding-top: 42.857%;
}
.video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-pop--play-btn {
  position: relative;
  display: block;
}
.video-pop--play-btn:after {
  font-family: life;
  content: "\e818";
  line-height: 1;
  width: 1em;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.35s ease-out;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 80px;
  margin-left: -40px;
  margin-top: -40px;
}
.video-pop--play-btn:hover:after {
  color: #f20d19;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.module {
  border: 2px solid transparent;
  flex: 1;
  margin-bottom: 30px;
}
.module + .module {
  margin-top: 30px;
  margin-bottom: 30px;
}
.module__header {
  padding: 15px 30px;
}
.module__header h3 {
  color: #fff;
}
.module__content {
  padding: 27px 30px 27px;
  font-weight: 400;
}
.module__content .h4 {
  margin-top: 1em;
  line-height: 1.28;
  font-weight: 400;
}
.module__content .h4 + .h4 {
  margin-top: 0.65em;
}
.module__content p {
  margin-top: 0.5em;
}
.module__content p.tel {
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
  color: #093353;
}
@media (min-width: 1024px) {
  .module__content p.tel {
    font-size: 26px;
  }
}
.module__content p.tel a {
  color: inherit;
}
.module__content p.original {
  margin-bottom: 1.25em;
  color: #093353;
}
.module__content .form-group {
  margin: 20px 0 0;
}
.module__content > :first-child {
  margin-top: 0;
}
.module__links-title {
  color: #f20d19;
  margin-bottom: 0.5em;
}
@media (min-width: 1024px) {
  .module__links-title {
    font-size: 20px;
  }
}
.module__links + .module__links-title {
  margin-top: 1em;
}
.module__links > li {
  font-weight: 700;
  margin: 1em 0 0.25em;
}
.module__links > li:first-child {
  margin-top: 0;
}
.module__ratings > li {
  position: relative;
  font-weight: 700;
  color: #093353;
  margin-bottom: 0.75em;
  line-height: 1.4;
  display: flex;
  flex-direction: row;
}
.module__ratings > li p {
  margin: 0;
  flex: 1 1 auto;
  align-self: center;
}
.module__ratings > li strong {
  align-self: center;
  flex: 1 0 60px;
  margin-left: 10px;
  text-align: right;
  font-size: 125%;
  color: #f20d19;
}
@media (min-width: 1024px) {
  .module__ratings > li strong {
    flex-basis: 80px;
    font-size: 150%;
  }
}
@media (min-width: 1280px) {
  .module__ratings > li strong {
    flex-basis: 94px;
    font-size: 175%;
  }
}
.module__ratings > li:last-child {
  margin-bottom: 0;
}
.module--map {
  position: relative;
  border-color: #d9d9d9;
  padding-top: 82.857%;
}
.map-parent {
  height: 100%;
}
.module--map > .map {
  position: absolute;
  background-image: url("../png/map-placeholder.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.map-header h2 {
  display: flex;
  align-items: center;
  font-family: Roboto, sans-serif;
  letter-spacing: normal;
  padding-left: 30px;
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  background-color: #023052;
  text-align: left;
  height: 60px;
}
.map-button {
  position: absolute;
  bottom: 20px;
  letter-spacing: normal;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  box-sizing: border-box;
  background-color: #023052;
  max-width: 85%;
  margin: 0 auto;
  height: 50px;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-button img {
  position: relative;
  width: 17px;
  margin-left: 5px;
}
.module--unstyled {
  border: none;
}
.module--measures .form-group {
  margin-bottom: 20px;
}
.module--green {
  border-color: #74c85a;
}
.module--green .module__header {
  background: #74c85a;
}
.module--green .module__content {
  color: #74c85a;
}
.module--green .module__content a {
  color: #74c85a;
}
.module--green .module__content a:focus,
.module--green .module__content a:hover {
  color: #74c85a;
}
.module--green .module__content .more:before {
  background: #74c85a;
}
.module--teal {
  border-color: #64c3c4;
}
.module--teal .module__header {
  background: #64c3c4;
}
.module--teal .module__content {
  color: #64c3c4;
}
.module--teal .module__content a {
  color: #64c3c4;
}
.module--teal .module__content a:focus,
.module--teal .module__content a:hover {
  color: #64c3c4;
}
.module--teal .module__content .more:before {
  background: #64c3c4;
}
.module--blue {
  border-color: #59aee4;
}
.module--blue .module__header {
  background: #59aee4;
}
.module--blue .module__content {
  color: #59aee4;
}
.module--blue .module__content a {
  color: #59aee4;
}
.module--blue .module__content a:focus,
.module--blue .module__content a:hover {
  color: #59aee4;
}
.module--blue .module__content .more:before {
  background: #59aee4;
}
.module--medium-blue {
  border-color: #098cb9;
}
.module--medium-blue .module__header {
  background: #098cb9;
}
.module--medium-blue .module__content {
  color: #098cb9;
}
.module--medium-blue .module__content a {
  color: #098cb9;
}
.module--medium-blue .module__content a:focus,
.module--medium-blue .module__content a:hover {
  color: #098cb9;
}
.module--medium-blue .module__content .more:before {
  background: #098cb9;
}
.module--dark-blue {
  border-color: #224887;
}
.module--dark-blue .module__header {
  background: #224887;
}
.module--dark-blue .module__content {
  color: #224887;
}
.module--dark-blue .module__content a {
  color: #224887;
}
.module--dark-blue .module__content a:focus,
.module--dark-blue .module__content a:hover {
  color: #224887;
}
.module--dark-blue .module__content .more:before {
  background: #224887;
}
.module--navy {
  border-color: #093353;
}
.module--navy .module__header {
  background: #093353;
}
.module--navy .module__content {
  color: #093353;
}
.module--navy .module__content a {
  color: #093353;
}
.module--navy .module__content a:focus,
.module--navy .module__content a:hover {
  color: #093353;
}
.module--navy .module__content .more:before {
  background: #093353;
}
.masonary {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 30px;
}
.masonary__item {
  width: 100%;
  padding: 0 30px 30px;
}
@media (min-width: 768px) {
  .masonary__item {
    width: 50%;
    padding-bottom: 60px;
  }
  .map-header h2 {
    padding-left: 15px;
    font-size: 17px;
  }
  .map-button {
    font-size: 12px;
    padding: 10px;
  }
}
@media (min-width: 1024px) {
  .masonary__item {
    width: 33.333%;
  }
  .map-header h2 {
    padding-left: 40px;
    font-size: 20px;
  }
  .map-button {
    font-size: 15px;
    padding: 10px;
  }
}
.masonary--hospitals {
  margin-bottom: 0;
}
.masonary--doctors {
  margin-bottom: 0;
}
.masonary--measures {
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 25px;
}
.masonary--measures .masonary__item {
  padding: 0 25px 25px;
}
@media (min-width: 768px) {
  .masonary--measures .masonary__item {
    width: 100%;
    padding-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .masonary--measures .masonary__item {
    width: 50%;
    padding-bottom: 50px;
  }
}
.masonary--measures .masonary__item--full {
  width: 100%;
}
.accordion {
  margin-bottom: 30px;
}
.accordion h2 {
  margin-bottom: 1em;
}
@media (min-width: 1024px) {
  .accordion {
    margin-bottom: 45px;
  }
}
.accordion__item {
  margin-bottom: 3px;
}
.accordion__heading h4 {
  background: #deebf7;
  font-weight: 500;
}
.accordion__heading h4 a {
  display: block;
  position: relative;
  padding: 15px 50px 15px 20px;
  color: #093353;
}
.accordion__heading h4 a::after {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 1em;
  height: 1em;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  text-indent: 1px;
  font-family: life;
  content: "\e807";
  color: #f20d19;
}
@media (min-width: 1024px) {
  .accordion__heading h4 a::after {
    top: 19px;
  }
}
.accordion__heading h4 a.is-active::after {
  content: "\e808";
}
.accordion__content {
  margin: 0;
  padding: 27px 30px 11px;
  border: 2px solid #deebf7;
}
.page-load-status {
  display: none;
}
.infinite-scroll {
  margin-bottom: 30px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
}
.loader-ellips {
  font-size: 15px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}
.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #093353;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}
.loader-ellips__dot:nth-child(4) {
  left: 3em;
}
.loader-ellips__dot:nth-child(1) {
  animation-name: infiniteReveal;
}
.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: infiniteSlide;
}
.loader-ellips__dot:nth-child(4) {
  animation-name: infiniteReveal;
  animation-direction: reverse;
}
@keyframes infiniteReveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@keyframes infiniteSlide {
  to {
    transform: translateX(1.5em);
  }
}
.infinite-scroll-noresults {
  display: none;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
}
.hero {
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .hero {
    margin-bottom: 30px;
  }
}
.hero__img {
  max-width: 1440px;
  margin: 0 auto 25px;
}
@media (min-width: 1024px) {
  .hero__img {
    margin-bottom: 0;
  }
}
.hero__content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 0.4em;
}
@media (min-width: 1024px) {
  .hero__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hero__content .h1,
  .hero__content h1 {
    max-width: 350px;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  .hero__content .h1,
  .hero__content h1 {
    max-width: 380px;
    font-size: 50px;
  }
}
@media (min-width: 1024px) {
  .hero__content p {
    font-weight: 400;
    font-size: 20px;
    max-width: 560px;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  .hero__content p {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .hero--small .hero__content .h1,
  .hero--small .hero__content h1 {
    max-width: none;
  }
  .hero--medium .hero__content .h1,
  .hero--medium .hero__content h1 {
    font-size: 38px;
  }
  .hero--white .hero__content .h1,
  .hero--white .hero__content h1 {
    color: #fff;
  }
}
@media (min-width: 1280px) {
  .hero--medium .hero__content .h1,
  .hero--medium .hero__content h1 {
    font-size: 42px;
  }
}
.hero-slider__inner {
  max-width: 1440px;
  min-width: 0;
  margin: 0 auto;
}
.hero-slider .slick-dots {
  top: 25vw;
  bottom: auto;
}
@media (min-width: 768px) {
  .hero-slider .slick-dots {
    top: 28vw;
  }
}
@media (min-width: 1024px) {
  .hero-slider .slick-dots {
    top: auto;
    bottom: 50px;
  }
}
@media (min-width: 1280px) {
  .hero-slider .slick-dots {
    bottom: 102px;
  }
}
.hero-slider__slide {
  background: #fff center center no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 1024px) {
  .hero-slider__slide > .container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1280px) {
  .hero-slider__slide > .container {
    padding-bottom: 70px;
  }
}
@media (min-width: 1024px) {
  .hero-slider__slide.slick-active .hero-slider__content {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.9s 0.3s ease-out, transform 1.2s ease-out;
  }
  .hero-slider__slide--white .h1,
  .hero-slider__slide--white .hero-slider__intro,
  .hero-slider__slide--white a.more,
  .hero-slider__slide--white h1 {
    color: #fff;
  }
  .hero-slider__slide--white .h1:before,
  .hero-slider__slide--white .hero-slider__intro:before,
  .hero-slider__slide--white a.more:before,
  .hero-slider__slide--white h1:before {
    background: #fff;
  }
}
.hero-slider__img {
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .hero-slider__img {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .hero-slider__content {
    max-width: 580px;
    opacity: 0;
    transform: translateX(-35%);
  }
}
@media (min-width: 1280px) {
  .hero-slider__content .h1,
  .hero-slider__content h1 {
    font-size: 50px;
  }
}
.hero-slider__intro {
  font-size: 17px;
  font-weight: 400;
  color: #093353;
  line-height: 1.25;
  margin: 0.5em 0 0.75em;
}
@media (min-width: 768px) {
  .hero-slider__intro {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .hero-slider__intro {
    font-size: 24px;
  }
}
.boasters {
  position: relative;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .boasters {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .boasters {
    margin-top: -30px;
  }
  .boasters > .container {
    padding-top: 30px;
    background: #fff;
    box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1280px) {
  .boasters {
    margin-top: -70px;
  }
}
.boasters__row {
  position: relative;
  margin-left: -25px;
  margin-right: -25px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .boasters__row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.boasters__col {
  float: left;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .boasters__col:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 1024px) {
  .boasters__col {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.boasters__item {
  display: block;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 10px 10px;
  border: 2px solid #59aee4;
  margin: 0 0 20px;
  text-align: center;
  line-height: 1.25;
  transition: 0.5s ease-out;
  color: #59aee4;
  background: #fff;
}
@media (min-width: 768px) {
  .boasters__item {
    padding: 20px 10px;
  }
}
@media (min-width: 1024px) {
  .boasters__item {
    margin: 0 0 30px;
  }
}
.boasters__item .more {
  margin-top: auto;
  align-self: center;
  color: #f20d19;
}
.boasters__item .more:before {
  background: #fff;
}
.boasters__item:focus,
.boasters__item:hover {
  background: #093353;
  border-color: #093353;
  color: #fff;
}
.boasters__item:focus .boasters__title,
.boasters__item:focus .more,
.boasters__item:hover .boasters__title,
.boasters__item:hover .more {
  color: #fff;
}
.boasters__title {
  font-size: 30px;
  line-height: 1.1;
  color: #59aee4;
  transition: 0.5s ease-out;
}
@media (min-width: 768px) {
  .boasters__title {
    font-size: 40px;
  }
}
.boasters__subtitle {
  font-size: 15px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.35em;
  font-weight: 400;
}
@media (min-width: 768px) {
  .boasters__subtitle {
    font-size: 20px;
    margin-bottom: 0.5em;
  }
}
.article {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .article {
    margin-bottom: 60px;
  }
}
.article a {
  position: relative;
  font-weight: 700;
}
.article a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #f20d19;
  transition: width 0.25s ease-out;
}
.article a:focus:before,
.article a:hover:before {
  width: 100%;
}
.article .rte {
  margin-top: 0.5em;
}
.article > .rte:first-child {
  margin-top: 0;
}
.article__meta {
  margin: 10px 0 30px;
  font-size: 12px;
  font-weight: 400;
  color: #59aee4;
}
@media (min-width: 1024px) {
  .article__meta {
    font-size: 14px;
  }
}
.article__featured-img {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .article__featured-img {
    margin-bottom: 45px;
  }
}
.article__share-price-iframe {
  position: relative;
  width: 100%;
  height: 1300px;
}
.article__share-price-iframe > iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  background: center center no-repeat;
  background-size: cover;
  transition: transform 0.5s ease-out;
}
@media (max-width: 767px) {
  .article__share-price-iframe {
    height: 775px;
  }
  .article__share-price-iframe > iframe {
    height: 181.8182%;
    width: 181.8182%;
    transform: scale(0.55);
    transform-origin: 0 0;
  }
}
.article__portrait {
  max-width: 328px;
  margin: 1em auto 2.25em 0;
}
.article__portrait-caption {
  display: block;
  padding: 12px 5px 10px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background: #093353;
  transition: 0.25s background-color ease;
}
.article__portrait-caption:focus,
.article__portrait-caption:hover {
  color: #fff !important;
  background: #59aee4;
}
.article__portrait-caption::before {
  display: none;
}
.article__dlist {
  margin-top: 1em;
  margin-bottom: 2.25em;
}
.article__dlist dt {
  font-weight: 700;
}
@media (min-width: 768px) {
  .article__dlist dt {
    float: left;
    clear: left;
    margin-right: 10px;
  }
}
.article__dlist dd {
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .article__dlist dd {
    margin-left: 145px;
  }
}
.article__subtitle {
  margin-top: 2.25em;
  margin-bottom: 0.5em;
}
.article__llist-title {
  font-weight: 400;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.article__llist {
  margin: 0 0 2.25em 15px;
}
.article__llist li {
  margin-bottom: 2px;
}
.article__llist li a {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  font-weight: 700;
  color: #093353;
}
.article__llist li a:hover {
  color: #59aee4;
}
.article__llist li a::before {
  position: absolute;
  height: 0;
  width: 0;
  left: 0;
  top: 4px;
  bottom: auto;
  font-family: life;
  content: "\e800";
  font-size: 13px;
  line-height: 1;
  color: #f20d19;
}
@media (min-width: 1024px) {
  .article__llist li a::before {
    top: 5px;
  }
}
.article--contact .rte h4 {
  margin-bottom: 0.25em;
}
.article--contact .rte h4 + p {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.article .article__nav {
  margin: 40px 0;
}
.article .article__nav:after,
.article .article__nav:before {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1024px) {
  .article .article__nav {
    margin: 60px 0;
  }
}
.article .article__nav-next,
.article .article__nav-prev {
  position: relative;
  display: inline-block;
  font-weight: 700;
  margin: 3px 0;
}
.article .article__nav-prev {
  float: left;
}
.article .article__nav-prev:before {
  font-family: life;
  line-height: 1;
  width: 1em;
  font-size: 75%;
  color: inherit;
  vertical-align: middle;
  position: relative;
  top: -1px;
  content: "\e801";
  margin-right: 0.5em;
  background: 0 0;
}
.article .article__nav-prev:after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 0;
  height: 2px;
  background: #f20d19;
  transition: width 0.25s ease-out;
}
.article .article__nav-prev:focus:after,
.article .article__nav-prev:hover:after {
  width: 100%;
}
.article .article__nav-next {
  float: right;
}
.article .article__nav-next:after {
  font-family: life;
  line-height: 1;
  width: 1em;
  font-size: 75%;
  color: inherit;
  vertical-align: middle;
  position: relative;
  top: -1px;
  content: "\e800";
  margin-left: 0.5em;
}
.article .article__nav-next:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #f20d19;
  transition: width 0.25s ease-out;
}
.article .article__nav-next:focus:before,
.article .article__nav-next:hover:before {
  width: 100%;
}
.article-summary {
  margin-bottom: 50px;
}
.article-summary:after,
.article-summary:before {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .article-summary {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .article-summary {
    margin-bottom: 60px;
  }
}
.article-summary__content {
  flex: 1;
}
.article-summary__content h2 {
  margin-bottom: 15px;
}
.article-summary__content .rte {
  margin-top: 1em;
}
.article-summary__intro {
  margin-top: -15px;
}
.article-summary__img {
  flex-shrink: 0;
  float: right;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .article-summary__img {
    margin-top: 0;
    margin-left: 30px;
  }
  .article-summary__img img {
    max-width: 210px;
  }
}
@media (min-width: 1024px) {
  .article-summary__img img {
    max-width: 340px;
  }
}
.article-blocks {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .article-blocks {
    margin-bottom: 70px;
  }
}
.article-blocks__row {
  box-shadow: 0 0 0 1px #deebf7;
  margin-left: -15px;
  margin-right: -15px;
}
.article-blocks__row:after,
.article-blocks__row:before {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .article-blocks__row {
    display: flex;
  }
  .article-blocks__row:nth-child(odd) .article-blocks__content {
    right: 50%;
  }
  .article-blocks__row:nth-child(odd) .article-blocks__img {
    left: 50%;
  }
}
@media (min-width: 1024px) {
  .article-blocks__row {
    margin-left: 0;
    margin-right: 0;
  }
}
.article-blocks__row:focus .article-blocks__img img,
.article-blocks__row:hover .article-blocks__img img {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .article-blocks__content,
  .article-blocks__img {
    float: left;
    width: 50%;
    position: relative;
  }
}
.article-blocks__content {
  align-self: center;
  padding: 27px 30px;
}
@media (min-width: 1280px) {
  .article-blocks__content {
    padding: 42px 45px;
  }
}
.article-blocks__content h2 {
  margin-bottom: 0.35em;
}
.article-blocks__content h2 a {
  color: inherit;
}
.article-blocks__content h2 a:focus,
.article-blocks__content h2 a:hover {
  color: #59aee4;
}
.article-blocks__content p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-blocks__img {
  overflow: hidden;
}
.article-blocks__img img {
  transition: transform 0.5s ease-out;
}
.why-blocks {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .why-blocks {
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .why-blocks {
    margin-bottom: 70px;
  }
}
.why-blocks__row {
  margin-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 1024px) {
  .why-blocks__row {
    margin-left: 0;
    margin-right: 0;
  }
}
.why-blocks__row:after,
.why-blocks__row:before {
  content: "";
  display: table;
  clear: both;
}
.why-blocks__item {
  display: block;
  position: relative;
  -ms-transform: perspective(1000px);
  perspective: 1000px;
  transform-style: preserve-3d;
  height: 185px;
  user-select: none;
}
.why-blocks__item:hover .why-blocks__item-back {
  transform: rotateY(0);
}
.why-blocks__item:hover .why-blocks__item-front {
  transform: rotateY(180deg);
}
@media (min-width: 768px) {
  .why-blocks__item {
    float: left;
    width: 50%;
  }
  .why-blocks__item:nth-child(3) {
    left: 50%;
  }
  .why-blocks__item:nth-child(4) {
    right: 50%;
  }
}
@media (min-width: 1024px) {
  .why-blocks__item {
    height: 240px;
    width: 33.33333%;
  }
  .why-blocks__item:nth-child(3),
  .why-blocks__item:nth-child(4) {
    left: 0;
    right: 0;
  }
}
.why-blocks__item--navy .why-blocks__item-front {
  background-color: #093353;
}
.why-blocks__item--teal .why-blocks__item-front {
  background-color: #64c3c4;
}
.why-blocks__item--blue .why-blocks__item-front {
  background-color: #59aee4;
}
.why-blocks__item--dark-blue .why-blocks__item-front {
  background-color: #224887;
}
.why-blocks__item-flipper {
  transition: 0.5s ease-out;
  transform-style: preserve-3d;
  position: relative;
  background: #fff;
}
.why-blocks__item-back,
.why-blocks__item-front {
  width: 100%;
  height: 185px;
  backface-visibility: hidden;
  transition: 0.5s ease-out;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .why-blocks__item-back,
  .why-blocks__item-front {
    height: 240px;
  }
}
.why-blocks__item-front {
  z-index: 2;
  transform: rotateY(0);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1280px) {
  .why-blocks__item-front[style^="background-image"] .more {
    display: none;
  }
}
.why-blocks__item-back {
  transform: rotateY(-180deg);
  background-color: #093353;
}
.why-blocks__content {
  position: relative;
  height: 100%;
  width: 100%;
  color: #fff;
  padding: 27px 30px;
}
@media (min-width: 1024px) {
  .why-blocks__content {
    padding: 27px 30px;
  }
}
.why-blocks__content h3 {
  color: #fff;
  margin-bottom: 0.25em;
  max-height: 3.45em;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.why-blocks__content p {
  margin-bottom: 0.5em;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.why-blocks__content .icon-down-open {
  display: none;
}
@media (min-width: 1280px) {
  .why-blocks__content .icon-down-open {
    display: block;
    font-size: 18px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    transform: rotate(-45deg);
  }
}
.why-blocks__content .more:before {
  background-color: #fff;
}
.latest-news {
  position: relative;
  padding: 40px 0 5px;
  background: #deebf7;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .latest-news {
    padding: 60px 0 30px;
    margin-bottom: 70px;
  }
}
@media (max-width: 1023px) {
  .latest-news .row {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.latest-news h2 {
  text-align: center;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .latest-news__extra {
    display: none;
  }
}
@media (min-width: 1024px) {
  .latest-news__extra {
    display: block;
  }
}
.latest-news__item {
  margin-bottom: 35px;
}
.latest-news__item h4 {
  margin-bottom: 0.5em;
  font-weight: 500;
}
.latest-news__item h4 a {
  color: inherit;
}
.latest-news__item h4 a:focus,
.latest-news__item h4 a:hover {
  color: #59aee4;
}
@media (min-width: 768px) {
  .latest-news__item {
    padding: 0 15px;
  }
}
.latest-news__item .rte p {
  margin: 0.75em 0;
}
@media (min-width: 1024px) {
  .latest-news [class^="col-"]:first-child .latest-news__item {
    padding-left: 0;
  }
  .latest-news [class^="col-"]:last-child .latest-news__item {
    padding-right: 0;
  }
}
.recent-articles {
  margin-bottom: 30px;
}
.recent-articles h3 {
  margin-bottom: 0.75em;
}
.recent-articles ul li {
  padding: 0.85em 0;
  font-weight: 500;
  border-bottom: 1px solid #deebf7;
}
.recent-articles ul li:first-child {
  border-top: 1px solid #deebf7;
}
.recent-articles ul li a {
  color: inherit;
}
.recent-articles ul li a:focus,
.recent-articles ul li a:hover {
  color: #59aee4;
}
.article-listings__filter {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 20px 0 20px;
  border-top: 1px solid #deebf7;
  border-bottom: 1px solid #deebf7;
}
@media (min-width: 1024px) {
  .article-listings__filter {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.article-listings__col p {
  align-self: center;
  margin-right: 20px;
  margin-bottom: 0.5em;
}
.article-listings__col .custom-select {
  flex: 1;
}
@media (min-width: 768px) {
  .article-listings__col {
    display: flex;
  }
  .article-listings__col p {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .article-listings__col {
    margin-bottom: 0;
  }
}
.article-item__img {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.article-item__img img {
  transition: 0.5s ease-out;
}
.article-item:hover .article-item__img img {
  transform: scale(1.1);
}
.article-item .h4 {
  margin-bottom: 0.45em;
}
.article-item .h4 a {
  color: inherit;
}
.article-item .h4 a:focus,
.article-item .h4 a:hover {
  color: #59aee4;
}
.article-item__date {
  font-size: 12px;
  font-weight: 400;
  color: #59aee4;
  margin-bottom: 0.5em;
}
@media (min-width: 1024px) {
  .article-item__date {
    font-size: 14px;
  }
}
.article-item__more {
  margin-top: -0.35em;
}
.article-item--mag .article-item__img {
  margin-bottom: 20px;
}
.faq-listings {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .faq-listings {
    margin-bottom: 60px;
  }
}
.faq-listings__filter {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 20px 0 20px;
  border-top: 1px solid #deebf7;
  border-bottom: 1px solid #deebf7;
}
@media (min-width: 1024px) {
  .faq-listings__filter {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.faq-listings__col p {
  align-self: center;
  margin-right: 20px;
  margin-bottom: 0.5em;
}
.faq-listings__col .custom-select {
  flex: 1;
}
@media (min-width: 768px) {
  .faq-listings__col {
    display: flex;
  }
  .faq-listings__col p {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .faq-listings__col {
    margin-bottom: 0;
  }
}
.careers-listings {
  clear: both;
  margin-top: -15px;
}
@media (min-width: 768px) {
  .careers-listings {
    margin-top: -30px;
  }
}
.careers-listings h3 {
  margin-bottom: 0.65em;
}
.careers-listings__filter {
  margin-bottom: 30px;
  padding: 20px 0 20px;
  border-top: 1px solid #deebf7;
  border-bottom: 1px solid #deebf7;
}
@media (min-width: 1024px) {
  .careers-listings__filter .btn {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.careers-listings__col {
  margin-bottom: 15px;
}
.careers-listings__col p {
  align-self: center;
  margin-right: 20px;
  margin-bottom: 0.5em;
}
.careers-listings__col .custom-select {
  flex: 1;
}
@media (min-width: 768px) {
  .careers-listings__col {
    display: flex;
  }
  .careers-listings__col p {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .careers-listings__col {
    margin-bottom: 0;
  }
}
.vacancies {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .vacancies {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.vacancies h2 {
  margin-bottom: 0.15em;
}
.vacancies__total {
  font-weight: 400;
  color: #59aee4;
  margin: 0 0 30px;
}
@media (min-width: 1024px) {
  .vacancies__total {
    margin-bottom: 40px;
  }
}
.careers-detail {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .careers-detail {
    margin-bottom: 60px;
  }
}
.careers-detail__dlist {
  margin: 25px 0 50px;
}
@media (min-width: 1024px) {
  .careers-detail__dlist {
    margin-bottom: 70px;
  }
}
.careers-detail__dlist dt {
  font-weight: 700;
}
@media (min-width: 768px) {
  .careers-detail__dlist dt {
    float: left;
    clear: left;
  }
}
.careers-detail__dlist dd {
  margin-left: 0;
  margin-bottom: 1.5em;
}
.careers-detail__dlist dd p + p {
  margin-top: 1em;
}
.careers-detail__dlist dd a {
  font-weight: 700;
}
.careers-detail__dlist dd a:focus,
.careers-detail__dlist dd a:hover {
  color: #c20a14;
}
@media (min-width: 768px) {
  .careers-detail__dlist dd {
    margin-left: 145px;
  }
}
.results-reports {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .results-reports {
    margin-bottom: 60px;
  }
}
.results-reports__year {
  margin: 30px 0 -30px;
}
@media (min-width: 1024px) {
  .results-reports__year {
    margin: 60px 0 -30px;
  }
}
.results-reports__year:first-child {
  margin-top: 0;
}
.results-reports__title {
  font-weight: 400;
  margin-bottom: 0.65em;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .results-reports__title {
    margin-top: 60px;
  }
}
.results-reports__list {
  margin: 0 0 0 15px;
}
.results-reports__list li {
  margin-bottom: 2px;
}
.results-reports__list li a {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  font-weight: 700;
  color: #093353;
}
.results-reports__list li a:hover {
  color: #59aee4;
}
.results-reports__list li a::before {
  position: absolute;
  left: 0;
  top: 4px;
  font-family: life;
  content: "\e800";
  font-size: 13px;
  line-height: 1;
  color: #f20d19;
}
@media (min-width: 1024px) {
  .results-reports__list li a::before {
    top: 5px;
  }
}
.director-listings {
  margin-top: 35px;
}
.director-item {
  border: 1px solid #deebf7;
}
.director-item__img {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #deebf7;
}
.director-item__img img {
  transition: 0.5s ease-out;
}
.director-item__content {
  position: relative;
  padding: 18px 20px 50px;
}
.director-item__title {
  color: #59aee4;
  font-weight: 700;
  margin-bottom: 0.65em;
}
.director-item__qualifications {
  font-style: italic;
  margin-bottom: 0.25em;
}
.director-item__text {
  max-height: 4.875em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.director-item__text p:last-child {
  margin-bottom: 0;
}
.director-item__toggle {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40px;
  width: 100%;
}
.director-item__toggle::after {
  font-family: life;
  content: "\e807";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 1em;
  height: 1em;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #f20d19;
}
.director-item:hover .director-item__img img {
  transform: scale(1.1);
}
.director-item.is-open .director-item__text {
  max-height: none;
  animation: transText 0.5s forwards;
  display: -webkit-box;
  -webkit-line-clamp: 999;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: none;
}
.director-item.is-open .director-item__toggle::after {
  content: "\e808";
}
@keyframes transText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
.hospital-filters {
  clear: both;
  margin-top: -15px;
}
@media (min-width: 768px) {
  .hospital-filters {
    margin-top: -30px;
  }
}
.hospital-filters h3 {
  margin-bottom: 0.65em;
}
.hospital-filters__filter {
  margin-bottom: 30px;
  padding: 20px 0 20px;
  border-top: 1px solid #deebf7;
  border-bottom: 1px solid #deebf7;
}
@media (min-width: 768px) {
  .hospital-filters__filter {
    padding-bottom: 5px;
  }
}
@media (min-width: 1024px) {
  .hospital-filters__filter .btn {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.hospital-filters__col {
  margin-bottom: 15px;
}
.hospital-filters__col p {
  align-self: center;
  margin-right: 20px;
  margin-bottom: 0.5em;
}
.hospital-filters__col .custom-select {
  flex: 1;
}
@media (min-width: 768px) {
  .hospital-filters__col {
    display: flex;
  }
  .hospital-filters__col p {
    margin-bottom: 0;
  }
}
.hospital-listings__header {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .hospital-listings__header {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.hospital-listings__header h2 {
  margin-bottom: 0.15em;
}
.hospital-listings__header p {
  color: #59aee4;
  font-weight: 400;
}
.hospital-listings__msg {
  opacity: 0;
  padding: 0;
  text-align: center;
  transition: 0.3s ease;
}
.hospital-listings__msg.is-active {
  opacity: 1;
  padding: 0 0 60px;
}
.hospital-item {
  border: 1px solid #deebf7;
}
.hospital-item__header {
  padding: 25px 20px;
  background: #deebf7;
}
.hospital-item__header h4 {
  margin-bottom: 0.15em;
}
.hospital-item__header p {
  font-weight: 300;
}
.hospital-item__content {
  position: relative;
  padding: 18px 20px 30px;
}
.hospital-item__tel {
  margin-bottom: 30px;
}
.hospital-item__tel dt {
  float: left;
  clear: left;
  width: 90px;
}
.hospital-item__tel dd {
  margin-left: 95px;
  margin-bottom: 0.35em;
}
.hospital-item__tel dd a {
  color: inherit;
}
.hospital-item__address {
  margin-bottom: 30px;
}
.hospital-item__address p {
  margin-bottom: 0.35em;
}
.hospital-item__links {
  text-align: center;
  display: flex;
}
.hospital-item__links li {
  display: inline-block;
  position: relative;
  padding: 0 9px;
  font-size: 14px;
  flex: 1 0 auto;
}
@media (min-width: 1280px) {
  .hospital-item__links li {
    font-size: 16px;
    padding: 0 14px;
  }
}
.hospital-item__links li:first-child {
  padding-left: 0;
}
.hospital-item__links li:last-child {
  padding-right: 0;
}
.hospital-item__links li:last-child::after {
  display: none;
}
.hospital-item__links li::after {
  position: absolute;
  content: "";
  top: 0.2em;
  right: -1px;
  height: 1em;
  width: 1px;
  background: #deebf7;
}
.hospital-item__links li a {
  font-weight: 700;
}
.doctor-filters {
  margin-top: -15px;
  clear: both;
}
@media (min-width: 768px) {
  .doctor-filters {
    margin-top: -30px;
  }
}
.doctor-filters h3 {
  margin-bottom: 0.65em;
}
.doctor-filters__filter {
  margin-bottom: 30px;
  padding: 20px 0 20px;
  border-top: 1px solid #deebf7;
  border-bottom: 1px solid #deebf7;
}
@media (min-width: 768px) {
  .doctor-filters__filter {
    padding-bottom: 5px;
  }
}
.doctor-filters__filter .btn {
  padding-top: 7px;
  padding-bottom: 7px;
}
.doctor-filters__col {
  margin-bottom: 15px;
}
.doctor-filters__col p {
  align-self: center;
  margin-right: 20px;
  margin-bottom: 0.5em;
}
.doctor-filters__col .custom-select,
.doctor-filters__col .form-control {
  flex: 1;
}
@media (min-width: 768px) {
  .doctor-filters__col {
    display: flex;
  }
  .doctor-filters__col p {
    margin-bottom: 0;
  }
}
.doctor-listings__header {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .doctor-listings__header {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.doctor-listings__header h2 {
  margin-bottom: 0.15em;
}
.doctor-listings__header p {
  color: #59aee4;
  font-weight: 400;
}
.doctor-listings__msg {
  opacity: 0;
  padding: 0;
  text-align: center;
  transition: 0.3s ease;
}
.doctor-listings__msg.is-active {
  opacity: 1;
  padding: 0 0 60px;
}
.doctor-item {
  border: 1px solid #deebf7;
}
.doctor-item__header {
  padding: 25px 20px;
  background: #deebf7;
}
.doctor-item__header h4 {
  margin-bottom: 0.15em;
}
.doctor-item__header p {
  font-weight: 300;
}
.doctor-item__content {
  position: relative;
  padding: 18px 20px 30px;
}
.doctor-item__tel {
  margin-bottom: 30px;
}
.doctor-item__tel dt {
  float: left;
  clear: left;
  width: 90px;
}
.doctor-item__tel dd {
  margin-left: 95px;
  margin-bottom: 0.35em;
}
.doctor-item__tel dd a {
  color: inherit;
}
.doctor-item__address {
  margin-bottom: 30px;
}
.doctor-item__address p {
  margin-bottom: 0.35em;
}
.doctor-item__links {
  text-align: center;
  display: flex;
}
.doctor-item__links li {
  display: inline-block;
  position: relative;
  padding: 0 9px;
  font-size: 14px;
  flex: 1 0 auto;
}
@media (min-width: 1280px) {
  .doctor-item__links li {
    font-size: 16px;
    padding: 0 14px;
  }
}
.doctor-item__links li:first-child {
  padding-left: 0;
}
.doctor-item__links li:last-child {
  padding-right: 0;
}
.doctor-item__links li:last-child::after {
  display: none;
}
.doctor-item__links li::after {
  position: absolute;
  content: "";
  top: 0.2em;
  right: -1px;
  height: 1em;
  width: 1px;
  background: #deebf7;
}
.doctor-item__links li a {
  font-weight: 700;
}
.courses-listings {
  margin-top: 35px;
}
.courses-item__img {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.courses-item__img img {
  transition: 0.5s ease-out;
}
.courses-item__content {
  position: relative;
}
.courses-item__title {
  margin-bottom: 0.65em;
}
.courses-item__title a {
  color: inherit;
}
.courses-item__title a:hover {
  color: #59aee4;
}
.courses-item__date,
.courses-item__duration {
  margin-bottom: 0.5em;
}
.courses-item__text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.courses-item__text p:last-child {
  margin-bottom: 0.5em;
}
.courses-item:hover .courses-item__img img {
  transform: scale(1.1);
}
.section-blocks {
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .section-blocks {
    margin-bottom: 70px;
  }
}
.section-blocks__row {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.section-blocks__row:after,
.section-blocks__row:before {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .section-blocks__row {
    display: flex;
  }
  .section-blocks__row:nth-child(odd) .section-blocks__content {
    right: 50%;
  }
  .section-blocks__row:nth-child(odd) .section-blocks__img {
    left: 50%;
  }
}
@media (min-width: 1024px) {
  .section-blocks__row {
    margin-left: 0;
    margin-right: 0;
  }
}
.section-blocks__row--blue {
  background: #59aee4;
}
.section-blocks__row--teal {
  background: #64c3c4;
}
.section-blocks__row--dark-blue {
  background: #224887;
}
.section-blocks__row--navy {
  background: #093353;
}
.section-blocks__row:hover .section-blocks__img > div {
  transform: scale(1.1);
}
.section-blocks__img {
  min-height: 220px;
  position: relative;
  overflow: hidden;
}
.section-blocks__img > div {
  position: absolute;
  height: 100%;
  width: 100%;
  background: center center no-repeat;
  background-size: cover;
  transition: transform 0.5s ease-out;
}
@media (min-width: 768px) {
  .section-blocks__content,
  .section-blocks__img {
    float: left;
    width: 50%;
    position: relative;
    min-height: 295px;
  }
}
@media (min-width: 1024px) {
  .section-blocks__content,
  .section-blocks__img {
    min-height: 360px;
  }
}
.section-blocks__content {
  padding: 25px 30px;
  color: #fff;
}
.section-blocks__content h2 {
  color: inherit;
  font-weight: 500;
  margin-bottom: 0.35em;
}
.section-blocks__content h2 a {
  color: inherit;
}
.section-blocks__content a {
  color: inherit;
}
.section-blocks__content .more:before {
  background-color: #fff;
}
@media (min-width: 1024px) {
  .section-blocks__content {
    padding: 40px 45px;
  }
}
.section-blocks__links {
  margin-bottom: 1em;
  list-style: disc;
  margin-left: 20px;
}
.section-blocks__links li {
  font-weight: 700;
  margin-bottom: 3px;
}
.section-blocks__links li a {
  position: relative;
}
.section-blocks__links li a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.25s ease-out;
}
.section-blocks__links li a:focus:before,
.section-blocks__links li a:hover:before {
  width: 100%;
}
.inside-section {
  position: relative;
  padding: 40px 0 15px;
  background: #deebf7;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .inside-section {
    padding: 60px 0 40px;
    margin-bottom: 70px;
  }
}
@media (max-width: 1023px) {
  .inside-section .row {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.inside-section h2 {
  text-align: center;
  margin-bottom: 1em;
}
.inside-section__item {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .inside-section__item {
    margin-bottom: 25px;
  }
}
.inside-section__item:hover > a:first-child img {
  transform: scale(1.05);
}
.inside-section__item > a:first-child {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.inside-section__item > a:first-child img {
  display: block;
  transition: transform 0.5s ease-out;
}
@media (min-width: 768px) {
  .inside-section__item > a:first-child {
    margin-bottom: 15px;
  }
}
.subsection-blocks {
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .subsection-blocks {
    margin-bottom: 70px;
  }
}
.subsection-blocks__row {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.subsection-blocks__row:after,
.subsection-blocks__row:before {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .subsection-blocks__row {
    display: flex;
  }
  .subsection-blocks__row:nth-child(odd) .subsection-blocks__content {
    right: 31.5%;
  }
  .subsection-blocks__row:nth-child(odd) .subsection-blocks__img {
    left: 68.5%;
  }
}
@media (min-width: 1024px) {
  .subsection-blocks__row {
    margin-left: 0;
    margin-right: 0;
  }
}
.subsection-blocks__row--blue {
  background: #59aee4;
}
.subsection-blocks__row--teal {
  background: #64c3c4;
}
.subsection-blocks__row--dark-blue {
  background: #224887;
}
.subsection-blocks__row--navy {
  background: #093353;
}
.subsection-blocks__row:hover .subsection-blocks__img > div {
  transform: scale(1.05);
}
.subsection-blocks__img {
  min-height: 220px;
  position: relative;
  overflow: hidden;
}
.subsection-blocks__img > div {
  position: absolute;
  height: 100%;
  width: 100%;
  background: center center no-repeat;
  background-size: cover;
  transition: transform 0.5s ease-out;
}
@media (min-width: 768px) {
  .subsection-blocks__content,
  .subsection-blocks__img {
    float: left;
    width: 31.5%;
    position: relative;
    min-height: 295px;
  }
}
@media (min-width: 1024px) {
  .subsection-blocks__content,
  .subsection-blocks__img {
    min-height: 360px;
  }
}
.subsection-blocks__content {
  padding: 25px 30px;
  color: #fff;
}
.subsection-blocks__content h2 {
  font-weight: 500;
  color: inherit;
  margin-bottom: 0.35em;
}
.subsection-blocks__content h2 a {
  color: inherit;
}
.subsection-blocks__content a {
  color: inherit;
}
.subsection-blocks__content .more:before {
  background-color: #fff;
}
@media (min-width: 768px) {
  .subsection-blocks__content {
    width: 68.5%;
  }
}
@media (min-width: 1024px) {
  .subsection-blocks__content {
    padding: 40px 45px;
  }
}
.investor-blocks {
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .investor-blocks {
    margin-bottom: 70px;
  }
}
.investor-blocks__row {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.investor-blocks__row:after,
.investor-blocks__row:before {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .investor-blocks__row {
    display: flex;
  }
  .investor-blocks__row:nth-child(odd) .investor-blocks__content {
    right: 60%;
  }
  .investor-blocks__row:nth-child(odd) .investor-blocks__img {
    left: 40%;
  }
}
@media (min-width: 1024px) {
  .investor-blocks__row {
    margin-left: 0;
    margin-right: 0;
  }
}
.investor-blocks__row--blue {
  background: #59aee4;
}
.investor-blocks__row--teal {
  background: #64c3c4;
}
.investor-blocks__row--dark-blue {
  background: #224887;
}
.investor-blocks__row--navy {
  background: #093353;
}
.investor-blocks__row:hover .investor-blocks__img > div {
  transform: scale(1.05);
}
.investor-blocks__img {
  min-height: 220px;
  position: relative;
  overflow: hidden;
}
.investor-blocks__img > div,
.investor-blocks__img > iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  background: center center no-repeat;
  background-size: cover;
  transition: transform 0.5s ease-out;
}
@media (max-width: 767px) {
  .investor-blocks__img > iframe {
    height: 166.6667%;
    width: 166.6667%;
    transform: scale(0.6);
    transform-origin: 0 0;
  }
}
@media (min-width: 768px) {
  .investor-blocks__content,
  .investor-blocks__img {
    float: left;
    width: 60%;
    position: relative;
    min-height: 295px;
  }
}
@media (min-width: 1024px) {
  .investor-blocks__content,
  .investor-blocks__img {
    min-height: 360px;
  }
}
.investor-blocks__content {
  padding: 25px 30px;
  color: #fff;
}
.investor-blocks__content h2 {
  font-weight: 500;
  color: inherit;
  margin-bottom: 0.35em;
}
.investor-blocks__content h2 a {
  color: inherit;
}
.investor-blocks__content a {
  color: inherit;
}
.investor-blocks__content .more:before {
  background-color: #fff;
}
@media (min-width: 768px) {
  .investor-blocks__content {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .investor-blocks__content {
    padding: 40px 45px;
  }
}
.content-section {
  position: relative;
  margin-top: 25px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .content-section {
    margin-top: 55px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1023px) {
  .content-section .row {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.content-section h2 {
  margin-bottom: 1em;
}
.content-section__item {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .content-section__item {
    margin-bottom: 25px;
  }
}
.content-section__item:hover > a:first-child img {
  transform: scale(1.05);
}
.content-section__item > a:first-child {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.content-section__item > a:first-child img {
  display: block;
  transition: transform 0.5s ease-out;
}
@media (min-width: 768px) {
  .content-section__item > a:first-child {
    margin-bottom: 15px;
  }
}
.content-section__item p {
  margin-bottom: 0.75em;
}
.error404 {
  text-align: center;
  padding: 20px 0 60px;
}
.error404 h1 {
  font-size: 80px;
  font-weight: 900;
}
.error404 h3 {
  font-weight: 400;
  font-size: 20px;
  margin: 0.4em 0 0.7em;
}
.error404__text {
  font-size: 16px;
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  .error404 {
    padding: 20px 0 80px;
  }
  .error404 h1 {
    font-size: 100px;
  }
  .error404 h3 {
    font-size: 22px;
  }
  .error404__text {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .error404 {
    padding: 20px 0 100px;
  }
  .error404 h1 {
    font-size: 120px;
  }
  .error404 h3 {
    font-size: 24px;
  }
  .error404__text {
    font-size: 19px;
  }
}
.pxm-boasters {
  position: relative;
  margin: 0 -25px 1.5em;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .pxm-boasters {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.pxm-boasters__col {
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .pxm-boasters__col {
    width: 33.333333%;
    flex: 1;
  }
}
@media (min-width: 1024px) {
  .pxm-boasters__col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pxm-boasters__item {
  display: block;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 10px;
  border: 2px solid #59aee4;
  margin: 0 0 20px;
  text-align: center;
  line-height: 1.25;
  transition: 0.5s ease-out;
  color: #59aee4;
  background: #fff;
}
@media (min-width: 768px) {
  .pxm-boasters__item {
    padding: 40px 10px;
  }
}
@media (min-width: 1024px) {
  .pxm-boasters__item {
    margin: 0 0 30px;
  }
}
.pxm-boasters__item:focus,
.pxm-boasters__item:hover {
  background: #093353;
  border-color: #093353;
  color: #fff;
}
.pxm-boasters__item:focus .pxm-boasters__title,
.pxm-boasters__item:hover .pxm-boasters__title {
  color: #fff;
}
.pxm-boasters__title {
  font-size: 30px;
  line-height: 1.1;
  color: #59aee4;
  transition: 0.5s ease-out;
}
@media (min-width: 768px) {
  .pxm-boasters__title {
    font-size: 40px;
  }
}
.pxm-boasters__subtitle {
  font-size: 15px;
  line-height: 1.2;
  margin-top: 0;
  font-weight: 400;
}
@media (min-width: 768px) {
  .pxm-boasters__subtitle {
    font-size: 20px;
  }
}
.pxm-ratings {
  position: relative;
  margin: 40px -25px 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .pxm-ratings {
    margin: 60px -15px 30px;
  }
}
.pxm-ratings__col {
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .pxm-ratings__col {
    width: 365px;
  }
}
@media (min-width: 1024px) {
  .pxm-ratings__col {
    width: 445px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pxm-ratings__item {
  position: relative;
  display: block;
  text-align: center;
  border: 2px solid #deebf7;
  padding: 30px 30px 50px;
}
.pxm-ratings__title {
  font-size: 20px;
  line-height: 1.1;
  color: #093353;
  transition: 0.5s ease-out;
}
@media (min-width: 768px) {
  .pxm-ratings__title {
    font-size: 22px;
    min-height: 2.2em;
  }
}
@media (min-width: 1024px) {
  .pxm-ratings__title {
    font-size: 28px;
    max-width: 300px;
    margin: 0 auto;
  }
}
.pxm-ratings__graph {
  position: relative;
  margin: 20px 0 25px;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .pxm-ratings__graph {
    margin: 30px 0 30px;
  }
}
.pxm-ratings__graph canvas {
  transform: scaleX(-1);
  width: 200px !important;
  height: 200px !important;
}
@media (min-width: 1280px) {
  .pxm-ratings__graph canvas {
    width: 240px !important;
    height: 240px !important;
  }
}
.pxm-ratings__graph-num {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 48px;
  line-height: 0.9;
  color: #f20d19;
}
.pxm-ratings__graph-num span {
  display: block;
  font-size: 30px;
  line-height: 1;
  color: #093353;
}
@media (min-width: 1280px) {
  .pxm-ratings__graph-num {
    font-size: 60px;
  }
  .pxm-ratings__graph-num span {
    font-size: 35px;
  }
}
.pxm-ratings__responses {
  width: 100%;
  max-width: 290px;
  margin: 0 auto 20px;
}
.pxm-ratings__responses:after,
.pxm-ratings__responses:before {
  content: "";
  display: table;
  clear: both;
}
.pxm-ratings__responses li {
  text-align: left;
}
.pxm-ratings__responses li p {
  font-weight: 400;
  margin-bottom: 3px;
}
.pxm-ratings__bar {
  position: relative;
  margin-bottom: 15px;
  height: 10px;
  background: #d9d9d9;
}
.pxm-ratings__bar-percent {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #f20d19;
}
.pxm-ratings__bar-percent--negative {
  background: #093353;
}
.pxm-ratings__total {
  font-weight: 400;
  color: #59aee4;
}
.pxm-ratings__total strong {
  color: #093353;
}
.pxm-ratings__toggle {
  position: absolute;
  right: 15px;
  bottom: 10px;
  padding: 5px;
}
.pxm-ratings__toggle:before {
  font-family: life;
  content: "\e807";
  font-size: 18px;
  color: #f20d19;
  line-height: 1;
  width: 1em;
}
.pxm-ratings__toggle.is-active:before {
  content: "\e808";
}
.pxm-staff {
  position: relative;
  padding: 70px 0 0;
  background: #deebf7;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .pxm-staff {
    padding: 90px 0 0;
    margin-bottom: 70px;
  }
}
@media (max-width: 1023px) {
  .pxm-staff .row {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (min-width: 768px) {
  .pxm-staff .row > [class^="col-"]:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 1024px) {
  .pxm-staff .row > [class^="col-"]:nth-child(2n + 1) {
    clear: none;
  }
  .pxm-staff .row > [class^="col-"]:nth-child(4n + 1) {
    clear: left;
  }
}
.pxm-staff__item {
  padding: 50px 16px 45px;
  position: relative;
  border: 2px solid #bcd8f2;
  background: #fff;
  margin-bottom: 70px;
}
.pxm-staff__icon {
  position: absolute;
  left: 50%;
  top: -48px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  border-radius: 50%;
  background: #224887;
}
.pxm-staff__icon .icon {
  font-size: 60px;
  color: #fff;
}
.pxm-staff__title {
  margin: 0 -16px 0.75em;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
  position: relative;
}
@media (min-width: 1280px) {
  .pxm-staff__title {
    font-size: 18px;
  }
}
.pxm-staff__score {
  font-weight: 400;
  margin-bottom: 5px;
}
.pxm-staff__score strong {
  font-size: 131.25%;
}
.pxm-staff__score strong span {
  color: #f20d19;
}
.pxm-staff__bar {
  position: relative;
  margin-bottom: 20px;
  height: 10px;
  background: #d9d9d9;
}
.pxm-staff__bar-percent {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #f20d19;
}
.pxm-staff__bar-percent--negative {
  background: #093353;
}
.pxm-staff__bar--small {
  height: 6px;
  margin-bottom: 15px;
}
.pxm-staff__responses {
  width: 100%;
  margin: 20px auto 10px;
}
.pxm-staff__responses:after,
.pxm-staff__responses:before {
  content: "";
  display: table;
  clear: both;
}
.pxm-staff__responses li {
  text-align: left;
}
.pxm-staff__responses li p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 3px;
}
@media (min-width: 1024px) {
  .pxm-staff__responses li p {
    font-size: 14px;
  }
}
.pxm-staff__total {
  font-size: 14px;
  font-weight: 400;
  color: #59aee4;
}
.pxm-staff__total strong {
  color: #093353;
}
.pxm-staff__toggle {
  position: absolute;
  right: 10px;
  bottom: 5px;
  padding: 5px;
}
.pxm-staff__toggle:before {
  font-family: life;
  content: "\e807";
  font-size: 18px;
  color: #f20d19;
  line-height: 1;
  width: 1em;
}
.pxm-staff__toggle.is-active:before {
  content: "\e808";
}
.pxm-staff__more {
  position: relative;
  top: -20px;
  margin: 0 0 25px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.pxm-staff__more:after,
.pxm-staff__more:before {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1024px) {
  .pxm-staff__more {
    font-size: 24px;
  }
}
.pxm-staff__more a.more {
  color: #093353;
}
.pxm-staff__more a.more::before {
  display: none;
}
.pxm-staff__more a.more:hover {
  color: #59aee4;
}
.testimonials {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .testimonials {
    margin-bottom: 70px;
  }
}
.testimonials h2 {
  text-align: center;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .testimonials__slider {
    padding: 0 80px;
  }
}
@media (min-width: 1280px) {
  .testimonials__slider {
    padding: 0 160px;
  }
}
@media (min-width: 768px) {
  .testimonials__slider .slick-next,
  .testimonials__slider .slick-prev {
    display: inline-block !important;
    opacity: 1;
  }
}
@media (min-width: 1280px) {
  .testimonials__slider .slick-next,
  .testimonials__slider .slick-prev {
    width: 160px;
  }
  .testimonials__slider .slick-next::after,
  .testimonials__slider .slick-prev::after {
    font-size: 30px;
  }
}
.testimonials__slide blockquote {
  padding-left: 1.667em;
  padding-right: 0.667em;
  padding-top: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .testimonials__slide blockquote {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .testimonials__slide blockquote {
    font-size: 24px;
  }
}
.testimonials__slide blockquote::before {
  content: "“";
  position: absolute;
  left: 0;
  top: -0.05em;
  font-size: 3em;
  font-weight: 900;
  line-height: 1;
}
.testimonials__slide blockquote p {
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 1em;
  color: #313233;
}
.testimonials__slide blockquote p span {
  position: relative;
}
.testimonials__slide blockquote p span::after {
  content: "”";
  position: absolute;
  right: -0.4em;
  bottom: -0.7em;
  font-size: 3em;
  font-weight: 900;
  line-height: 1;
  color: #093353;
}
.testimonials__slide blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 700;
  text-align: right;
}
.hospital-measures__item {
  font-weight: 400;
  padding: 30px;
  background: #f6f9fe;
  text-align: center;
}
@media (min-width: 1024px) {
  .hospital-measures__item {
    padding: 50px;
  }
}
.hospital-measures__item h3 {
  margin-bottom: 10px;
}
.hospital-measures__item h5 {
  font-size: 14px;
  text-transform: uppercase;
}
.hospital-measures__icon {
  width: 82px;
  height: 82px;
  line-height: 82px;
  margin: 0 auto 35px;
  background: #59aee4;
  border-radius: 50%;
}
.hospital-measures__icon img {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  color: #fff;
  fill: currentColor;
}
.hospital-measures__score {
  margin: 20px auto;
}
.hospital-measures__score-measured {
  display: inline-block;
  position: relative;
  text-align: right;
  line-height: 1;
  margin-right: 40px;
}
.hospital-measures__score-measured strong {
  display: block;
  font-size: 48px;
  color: #59aee4;
}
.hospital-measures__score-measured strong.is-positive {
  color: #74c85a;
}
.hospital-measures__score-measured strong small {
  font-size: 14px;
}
.hospital-measures__score-measured span {
  display: block;
  font-size: 13px;
}
.hospital-measures__score-measured::after {
  content: "";
  position: absolute;
  right: -13px;
  bottom: 0;
  height: 100%;
  width: 1px;
  background: #093353;
  transform-origin: left bottom;
  transform: rotate(15deg);
}
@media (min-width: 768px) {
  .hospital-measures__score-measured strong {
    font-size: 64px;
  }
  .hospital-measures__score-measured strong small {
    font-size: 15px;
  }
  .hospital-measures__score-measured span {
    font-size: 14px;
  }
}
.hospital-measures__score-benchmark {
  display: inline-block;
  text-align: left;
  line-height: 1;
}
.hospital-measures__score-benchmark strong {
  display: block;
  font-size: 28px;
  margin-bottom: 4px;
}
.hospital-measures__score-benchmark span {
  display: block;
  font-size: 13px;
}
@media (min-width: 768px) {
  .hospital-measures__score-benchmark strong {
    font-size: 32px;
  }
  .hospital-measures__score-benchmark span {
    font-size: 14px;
  }
}
.hospital-measures__blurb {
  text-align: left;
  margin-bottom: 30px;
}
.hospital-measures__content {
  text-align: left;
  margin-top: 30px;
}
.hospital-measures__content:after,
.hospital-measures__content:before {
  content: "";
  display: table;
  clear: both;
}
.hospital-measures__content .rte {
  font-size: 13px;
}
.hospital-measures__content .rte h1,
.hospital-measures__content .rte h2,
.hospital-measures__content .rte h3,
.hospital-measures__content .rte h4 {
  color: #59aee4;
}
.hospital-measures__content .rte ul {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .hospital-measures__content .rte {
    font-size: 14px;
  }
}
.hospital-measures__content img {
  max-width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}
@media (min-width: 768px) {
  .hospital-measures__content img {
    float: right;
    margin-left: 30px;
    border: 15px solid #fff;
    width: 245px;
    height: auto;
  }
}
.hospital-measures__item {
  font-weight: 400;
  padding: 30px;
  background: #f6f9fe;
  text-align: center;
}
@media (min-width: 1024px) {
  .hospital-measures__item {
    padding: 50px;
  }
}
.hospital-measures__item h3 {
  margin-bottom: 10px;
}
.hospital-measures__item h5 {
  font-size: 14px;
  text-transform: uppercase;
}
.hospital-measures__icon {
  width: 82px;
  height: 82px;
  line-height: 82px;
  margin: 0 auto 35px;
  background: #59aee4;
  border-radius: 50%;
}
.hospital-measures__icon img {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  color: #fff;
  fill: currentColor;
}
.hospital-measures__score {
  margin: 20px auto;
}
.hospital-measures__score-measured {
  display: inline-block;
  position: relative;
  text-align: right;
  line-height: 1;
  margin-right: 40px;
}
.hospital-measures__score-measured strong {
  display: block;
  font-size: 48px;
  color: #59aee4;
}
.hospital-measures__score-measured strong.is-positive {
  color: #74c85a;
}
.hospital-measures__score-measured strong small {
  font-size: 14px;
}
.hospital-measures__score-measured span {
  display: block;
  font-size: 13px;
}
.hospital-measures__score-measured::after {
  content: "";
  position: absolute;
  right: -13px;
  bottom: 0;
  height: 100%;
  width: 1px;
  background: #093353;
  transform-origin: left bottom;
  transform: rotate(15deg);
}
@media (min-width: 768px) {
  .hospital-measures__score-measured strong {
    font-size: 64px;
  }
  .hospital-measures__score-measured strong small {
    font-size: 15px;
  }
  .hospital-measures__score-measured span {
    font-size: 14px;
  }
}
.hospital-measures__score-benchmark {
  display: inline-block;
  text-align: left;
  line-height: 1;
}
.hospital-measures__score-benchmark strong {
  display: block;
  font-size: 28px;
  margin-bottom: 4px;
}
.hospital-measures__score-benchmark span {
  display: block;
  font-size: 13px;
}
@media (min-width: 768px) {
  .hospital-measures__score-benchmark strong {
    font-size: 32px;
  }
  .hospital-measures__score-benchmark span {
    font-size: 14px;
  }
}
.hospital-measures__blurb {
  text-align: left;
  margin-bottom: 30px;
}
.hospital-measures__content {
  text-align: left;
  margin-top: 30px;
}
.hospital-measures__content:after,
.hospital-measures__content:before {
  content: "";
  display: table;
  clear: both;
}
.hospital-measures__content .rte {
  font-size: 13px;
}
.hospital-measures__content .rte h1,
.hospital-measures__content .rte h2,
.hospital-measures__content .rte h3,
.hospital-measures__content .rte h4 {
  color: #59aee4;
}
.hospital-measures__content .rte ul {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .hospital-measures__content .rte {
    font-size: 14px;
  }
}
.hospital-measures__content img {
  max-width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}
@media (min-width: 768px) {
  .hospital-measures__content img {
    float: right;
    margin-left: 30px;
    border: 15px solid #fff;
    width: 245px;
    height: auto;
  }
}
.countdown {
  display: none;
  margin: 10px 0 50px;
  text-align: center;
  color: #fff;
  background: #093353;
  padding: 13px 0;
}
@media (min-width: 1024px) {
  .countdown {
    padding: 20px 0;
  }
}
.countdown.is-active {
  display: block;
}
.countdown h3 {
  color: #fff;
  margin-bottom: 2px;
}
.countdown__timer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.countdown__timer > div {
  display: inline-block;
  flex: 0 0 auto;
}
.countdown__timer > div time {
  display: block;
  font-size: 40px;
  line-height: 1.175;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 359px) {
  .countdown__timer > div time {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .countdown__timer > div time {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  .countdown__timer > div time {
    font-size: 56px;
  }
}
.countdown__timer > div strong {
  font-size: 9px;
  line-height: 1.11;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .countdown__timer > div strong {
    font-size: 11px;
  }
}
@media (min-width: 1024px) {
  .countdown__timer > div strong {
    font-size: 12px;
  }
}
.countdown__timer > div:last-child time {
  color: #f20d19;
}
.countdown__timer > span {
  flex: 0 0 auto;
  display: inline-block;
  padding: 0 10px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.175;
}
@media (max-width: 359px) {
  .countdown__timer > span {
    font-size: 36px;
    padding: 0 7px;
  }
}
@media (min-width: 768px) {
  .countdown__timer > span {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  .countdown__timer > span {
    font-size: 56px;
  }
}
.intern-application-container {
  width: 100%;
  height: fit-content;
}
.ia-form {
  width: 100%;
  height: fit-content;
  margin-top: 35px;
  margin-bottom: 260px;
}
.ai-input-container,
.ai-input-container-desktop,
.ai-input-container-mobile {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}
.ai-input-container-mobile {
  display: none;
}
.ai-inputs-container-file {
  position: relative;
  width: 917px;
  height: fit-content;
}
.ai-input-container-file {
  margin-top: 25px;
  margin-bottom: 0;
}
.ai-input-container-file-right,
.ai-input-container-file-right-top {
  position: absolute;
  top: 0;
  right: 0;
}
.ai-input-container-file-right-top {
  right: 13px;
}
.ai-divider,
.ai-divider-top {
  margin-top: 35px;
  opacity: 0.3px;
  border-bottom: 1px solid rgba(89, 175, 228, 0.3);
  margin-bottom: 35px;
}
.ai-label {
  font-family: Roboto, sans-serif;
  font-weight: 700;
}
.ai-label-small,
.ai-label-small-hospital,
.ai-label-small-radio {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  font-weight: 200;
}
.ai-label-small,
.ai-label-small-hospital {
  margin-top: 5px;
}
.ai-label-small-radio {
  margin-right: 64px;
}
.ai-select-container {
  display: block;
  margin-top: 35px;
  display: inline-block;
  position: relative;
}
.select-num-container {
  width: 27px !important;
  height: 27px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #093353;
  margin-right: 20px;
  margin-top: 5px;
}
.select-num {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: normal;
  font-weight: 700;
  color: #fff;
}
.ai-input-left,
.ai-select-small {
  display: block;
  margin-top: 10px;
  width: 255px;
  height: 40px;
  opacity: 1;
  border: 1px solid #d2e7ff;
  margin-right: 125px;
}
.custom-ai-select-small {
  position: relative;
  width: 255px;
  height: 40px;
  margin-right: 125px;
  margin-top: 10px;
}
.custom-ai-select-small select {
  cursor: pointer;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 0;
  font-size: 14px;
  font-weight: 300;
  color: #093353;
  padding: 5px;
}
.ai-select-large {
  position: relative;
  width: 540px;
  height: 40px;
  margin-right: 125px;
}
.ai-select-large select {
  cursor: pointer;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 0;
  font-size: 14px;
  font-weight: 300;
  color: #093353;
  padding: 5px;
}
.hospital-selection-container,
.hospital-selection-container-top {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}
.hospital-selection-container-top {
  margin-top: 36px;
}
.ai-select-container {
  margin: 0;
}
.ai-input-right {
  display: block;
  margin-top: 1px;
  width: 445px;
  height: 40px;
  opacity: 1;
  border: 1px solid #d2e7ff;
  padding-left: 10px;
}

#opportunities_form .ai-input-right {
  width: 100%;
}

.ai-textarea {
  display: block;
  margin-top: 10px;
  width: 825px;
  height: 154px;
  opacity: 1;
  border: 1px solid #d2e7ff;
  resize: none;
  margin-bottom: 35px;
}
.ai-checkbox-container {
  display: block;
  margin-top: 15px;
  margin-left: -4px;
}
.ai-checkbox {
  width: 25px;
  height: 25px;
  opacity: 0.3;
  border: 1px solid #59aee4 !important;
}
.ai-radio-container {
  margin-top: 14px;
}
.ai-radio {
  width: 27px;
  height: 27px;
  margin-right: 18px;
  opacity: 0.5;
  border: 1px solid #59aee4;
}
.ai-file {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 148px;
  height: 34px;
  opacity: 0;
  cursor: pointer;
}
.ai-file-label {
  display: block;
  margin-top: 15px;
  padding-top: 2px;
  width: 148px;
  height: 34px;
  content: "BROWSE";
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 31px;
  letter-spacing: normal;
  font-weight: 700;
  color: #fff;
  background-color: #8bc64f;
  cursor: pointer;
}
#ai-form-submit {
  width: 264px;
  height: 49px;
  border: none;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: normal;
  font-weight: 700;
  color: #fff;
  background-color: #093353;
}
@media screen and (max-width: 1023px) {
  .ai-input-container-desktop {
    display: none !important;
  }
  .ai-input-container-mobile {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .ai-inputs-container-file {
    width: 250px;
    display: flex;
    flex-direction: column;
  }
  .ai-input-container-file {
    width: 300px;
  }
  .ai-input-container-file-right-top {
    position: relative;
    right: 0;
    margin-top: 25px;
  }
  .ai-input-container-file-right {
    position: relative;
    margin-top: 25px;
  }
  .ai-input-container {
    display: inline-block;
    position: relative;
    margin-bottom: 35px;
  }
  .ai-inputs-container-file {
    position: relative;
    width: 90%;
    height: fit-content;
  }
  .ai-input-container-file {
    margin-top: 25px;
    margin-bottom: 0;
  }
  .ai-input-container-file-right,
  .ai-input-container-file-right-top {
    position: absolute;
    top: 0;
    right: 0;
  }
  .ai-input-container-file-right-top {
    right: 13px;
  }
  .ai-label-small,
  .ai-label-small-radio {
    font-size: 14px;
    line-height: 18px;
  }
  .select-num-container {
    display: none !important;
  }
  .ai-select-container {
    width: 100%;
  }
  .ai-select-large select {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ai-label-small-radio {
    margin-right: 32px;
  }
  .custom-ai-select-small {
    width: 300px;
  }
  .ai-select-large {
    width: 250px;
  }
  .ai-input-right {
    width: 300px;
  }
  .ai-textarea {
    width: 300px;
  }
  .ai-input-left {
    width: 300px;
  }
  .ai-input-right {
    width: 300px;
  }
  .ai-inputs-container-file {
    width: 300px;
    display: flex;
    flex-direction: column;
  }
  .ai-input-container-file {
    width: 300px;
  }
  .ai-input-container-file-right-top {
    position: relative;
    right: 0;
    margin-top: 25px;
  }
  .ai-input-container-file-right {
    position: relative;
    margin-top: 25px;
  }
  .ai-select-large {
    width: 300px;
  }
  .ai-select-container {
    margin-top: 10px;
  }
  .ai-divider-top {
    margin-top: 0;
  }
  .ai-label-small,
  .ai-label-small-hospital,
  .ai-label-small-radio {
    font-size: 12px;
    line-height: 16px;
  }
  .ai-label-small-hospital {
    margin-top: 15px;
  }
  .hospital-selection-container-top {
    margin-top: 15px;
  }
}
.contact-form {
  width: 100%;
  height: fit-content;
  margin-top: 0;
  margin-bottom: 260px;
  color: #093254;
  padding-left: 10px;
}
.contact-form .ai-input-right {
  opacity: 1;
  border: 1px solid #deebf7;
  color: #093254;
  padding-left: 10px;
}
.contact-form .ai-textarea {
  opacity: 1;
  border: 1px solid #deebf7;
}
.contact-form .ai-label-small-hospital {
  font-size: 14px;
}
.ai-input-holder {
  position: relative;
  display: block;
}
.ai-input-holder .icon {
  position: absolute;
  right: 10px;
  top: 10px;
}
.ai-custom-select-large {
  position: relative;
  width: 445px;
  height: 40px;
  margin-right: 125px;
  margin-top: 10px;
}
.ai-custom-select-large select {
  cursor: pointer;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 0;
  font-size: 14px;
  font-weight: 300;
  color: #093353;
  padding: 5px;
}
.ai-highlight {
  padding: 10px 15px;
  background: #deebf7;
  margin-bottom: 20px;
  margin-top: 45px;
}
.ai-textarea-regular {
  display: block;
  margin-top: 10px;
  width: 445px;
  height: 154px;
  opacity: 1;
  border: 1px solid #deebf7;
  resize: none;
  margin-bottom: 35px;
  padding: 5px;
  font-size: 16px;
  font-weight: 300;
  color: #093353;
}
.ai-textarea-regular:focus {
  outline: 0;
}
.ui-menu .ui-menu-item-wrapper {
  padding: 5px 10px;
  color: #093353;
  font-weight: 300;
}
.ai-spacer {
  height: 45px;
}
.contact-form .custom-select__arrow::before {
  top: calc(50% - 3px);
}
.contact-form .icon:before {
  font-size: 18px;
}
.contact-form #ai-form-submit {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .ai-custom-select-large {
    width: 300px;
  }
  .ai-textarea-regular {
    width: 300px;
  }
}
.ui-widget.ui-widget-content {
  border: 1px solid #bcd8f2;
  padding-bottom: 10px;
}
.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  border: none;
  background: #fff;
  font-weight: 400;
  color: #093254;
  font-size: 14px;
  text-align: center;
}
.ui-datepicker .table th,
.ui-datepicker table th {
  padding: 12px 20px;
  color: #093254;
  background: #fff;
  text-transform: uppercase;
}
.ui-datepicker th {
  padding: 0;
  text-align: center;
  font-weight: 400;
  border: 0;
  font-size: 14px;
  font-weight: 700;
}
.ui-widget-header {
  border: none;
  background: #fff;
  color: #093254;
  font-weight: 700;
}
.ui-datepicker .ui-datepicker-header {
  padding-top: 5px;
}
.ui-datepicker .table,
.ui-datepicker table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
.ui-datepicker {
  width: auto;
}
.ui-datepicker .table tbody tr:first-child td,
.ui-datepicker table tbody tr:first-child td {
  padding-top: 0;
}
.ui-datepicker .table tbody tr:last-child td,
.ui-datepicker table tbody tr:last-child td {
  padding-bottom: 0;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}
.ui-icon,
.ui-widget-content .ui-icon {
  background: 0 0 !important;
}
.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: none;
  background: #fff;
  font-weight: 400;
  color: #093254;
  top: 1px;
}
.ui-datepicker-next:before {
  content: "\f105";
  font-family: life;
  font-style: normal;
  font-weight: 400;
  speak: none;
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 30px;
}
.ui-datepicker-prev:before {
  content: "\f104";
  font-family: life;
  font-style: normal;
  font-weight: 400;
  speak: none;
  font-size: 30px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 30px;
}
.ui-widget-content .ui-state-default.ui-state-active {
  background: #deebf7;
  border-radius: 40px;
}
.ui-state-default,
.ui-widget-content .ui-state-default {
  border: none;
  background: #fff;
  font-weight: 400;
  color: #093254;
  font-size: 14px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 32px;
}
.contact-form .ai-input-container input::-webkit-input-placeholder {
  color: #bcd8f2;
}
.contact-form .ai-input-container input::-moz-placeholder {
  color: #bcd8f2;
}
.contact-form .ai-input-container input:-ms-input-placeholder {
  color: #bcd8f2;
}
.contact-form .ai-input-container input:-moz-placeholder {
  color: #bcd8f2;
}
.contact-form .ai-input-container input {
  font-size: 16px;
  font-weight: 300;
}
.contact-form .ai-input-container input.touched,
.contact-form .ai-input-container input:focus {
  border: 3px solid #bcd8f2;
  outline: 0;
}
.ui-state-active,
.ui-widget-content .ui-state-active {
  border: 1px solid #093254;
  background: #093254;
  font-weight: 400;
  color: #fff;
}
.additional-fields {
  display: none;
}
.additional-fields.message {
  margin-bottom: 20px;
  font-size: 13px;
  margin-top: -10px;
}
.additional-fields.group-1.over {
  display: block;
}
.additional-fields.group-2.over {
  display: block;
}
.additional-fields.group-3.over {
  display: block;
}
.additional-fields.group-4.over {
  display: block;
}
.additional-fields.group-5.over {
  display: block;
}
.additional-fields.group-6.over {
  display: block;
}
.additional-categories {
  display: none;
}
.additional-categories.category-1.over {
  display: block;
}
.additional-categories.message {
  margin-bottom: 20px;
}
.ai-counter {
  text-align: right;
  font-size: 14px;
  width: 445px;
  font-weight: 300;
  margin-top: -30px;
}
.ai-label.required:before {
  content: "(Required)";
  position: absolute;
  left: 387px;
  top: 2px;
  width: auto;
  height: auto;
  color: #bcd8f2;
  font-weight: 300;
  font-size: 13px;
}
.ai-label.required.error input {
  border-color: red;
}
.ai-label.required.error:after {
  content: attr(data-message);
  font-size: 14px;
  color: red;
  font-weight: 300;
}
.resultmessage {
  background: #deebf7;
  padding: 25px 20px;
  font-size: 24px;
  line-height: 1.4em;
  display: none;
}
.resultmessage.positive.over {
  display: block;
}
.resultmessage.negative.over {
  display: block;
}
.resultmessage h3 {
  margin-bottom: 20px;
}
.resultmessage a {
  color: #093254;
}
.contact-form hr {
  margin: 30px 0;
  border: none;
  border-bottom: 1px solid #deebf7;
}
@media screen and (max-width: 768px) {
  .ai-label.required:before {
    left: 240px;
  }
  .resultmessage {
    padding: 15px 10px;
    font-size: 18px;
  }
  .ai-counter {
    width: 300px;
  }
}
.is-hidden {
  display: none !important;
}
.a11y {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
.cf:after,
.cf:before {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.img-max {
  display: block;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.text-center {
  text-align: center;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.center-vert {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.hidden-xs {
  display: none;
}
@media (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}
@media (max-width: 1024px) {
  .result__main {
    height: 100%;
    width: 100%;
    padding: 20px !important;
    margin-bottom: 20px;
  }
  .head_cont {
    height: 100%;
    width: 80% !important;
    padding-left: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .searcher2-icon {
    top: 52%;
    left: 46px !important;
  }
  .head_cont input {
    margin-top: 20px;
    font-size: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 40px;
    width: 70%;
  }
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: 700;
}
.modal-container {
  padding: 25px;
  height: 40%;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.modal2 {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 35%;
}
.modal-container h1 {
  font-size: 12px;
  margin-bottom: 20px;
  font-weight: 500;
}
.modal-container p {
  font-size: 25px;
  font-weight: 400;
}
.mod {
  background-color: lightsalmon;
}
.close {
  color: #aaa;
  right: 0;
  font-size: 28px;
  font-weight: 500;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.button {
  background-color: lightcyan;
  display: inline-block;
  padding: 0.35em 1.2em;
  border-radius: 0.12em;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-align: center;
  transition: all 0.2s;
}
.button-1 {
  background-color: #ddebf8;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding: 15px 0 15px 0;
}
.button1 {
  padding: 12px 72px;
  color: #fff;
  background-color: #0e3254;
}
.button2 {
  padding: 12px 72px;
  margin-left: 25px;
  background-color: #fff;
  color: #0e3254;
  border: 2px solid;
  border-color: #0e3254;
}
.ia-form .ai-input-container-file-right,
.ia-form .ai-input-container-file-right-top {
  margin-top: 25px;
  max-width: 50%;
  position: static;
}
.ia-form .ai-inputs-container-file {
  display: flex;
}
.ia-form .ai-input-container-file {
  min-width: 50%;
  max-width: 50%;
}
.ia-form .ai-input-container-file-right-top {
  right: 0;
}
@media only screen and (max-width: 600px) {
  .ia-form .ai-input-container-file,
  .ia-form .ai-input-container-file-right,
  .ia-form .ai-input-container-file-right-top {
    width: 100%;
  }
}
.ai-file {
  position: relative;
  margin-bottom: -49px;
  margin-top: 15px;
}

.result__main {
  background-image: url("../png/results-header.png");
  height: 40vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 170px;
}

.result__main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.7),
    rgba(255, 255, 255, 0)
  );
  pointer-events: none;
}

.head_cont {
  height: 100%;
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  z-index: 999;
  position: relative;
  margin-top: 60px;
}

.head_cont input {
  margin-top: 20px;
  font-size: 30px;
  border: none;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 40px;
  color: black;
}

.searcher2-icon {
  position: absolute;
  top: 52%;
  left: 0;
  font-size: 30px;
  z-index: inherit;
}

.searcher2::placeholder {
  color: black;
}

.main-content {
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.main-content p {
  color: #7292af;
  font-family: Roboto, serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22.18px;
  text-align: left;
  text-transform: uppercase;
  margin-top: 50px;
}

.main-content .items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.main-content .items .row-result #searchTermDisplay {
  color: #093254;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
}

.main-content .items .sort {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.main-content .items .sort select {
  width: 330px;
  height: 41px;
  border: 1px solid #deebf7;
  background-color: #ffffff;
  margin-left: 10px;
  font-size: 15px;
  padding: 10px;
}

.main-content .items .sort p {
  color: #093254;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  margin-bottom: 40px;
  text-transform: capitalize;
}

.main-content .main_grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.main-content .main_grid .result {
  box-sizing: border-box;
  width: 350px;
  height: 380px;
  margin: 20px;
  border: 1px solid #bcd8f2;
  text-align: center;
}

.main-content .main_grid .result .inner_result {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #d7e8f7;
  padding: 25px;
}

.main-content .main_grid .result .inner_result .result_left p:nth-child(1) {
  color: #093254;
  font-family: Roboto;
  font-size: 21px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.main-content .main_grid .result .inner_result .result_left p:nth-child(2) {
  font-family: Roboto;
  color: #093254;
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.main-content .main_grid .result .inner_result .result_right p {
  color: #6586a7;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 18px;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.main-content .main_grid .result .inner_body {
  padding-left: 25px;
  padding-right: 25px;
}
.main-content .main_grid .result .inner_body p {
  color: #262626;
  font-family: Roboto;
  font-size: 21px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24.78px;
  text-align: left;
  text-transform: unset;
}

.main-content .main_grid .result .result_button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 30px;
  margin-top: 30px;
}

.main-content .main_grid .result .result_button button {
  width: 171px;
  height: 32px;
  background-color: #093254;
  color: #ffffff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  /* Text style for "More infor" */
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.result_button p {
  /* Style for "More infor" */
  color: red;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 18px;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
}

.main-content .paginate-view-more {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-content .paginate-view-more p {
  color: #f20d15;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22.86px;
  text-align: left;
}

.main-content .bottom-main {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 50px;
  width: 100%;
  vertical-align: top !important;
}

.main-content .bottom-main .green {
  box-sizing: border-box;
  width: 350px !important;
  height: 210px;
  margin: 20px;
  border: 2px solid #74c85a;
  text-align: center;
  flex: unset;
}

.main-content .bottom-main .green .module__content p:nth-child(1) {
  color: #74c85a;
}

.main-content .bottom-main .green .module__content p:nth-child(3) {
  margin-top: 25px;
}

.main-content .bottom-main .blue {
  box-sizing: border-box;
  width: 350px;
  height: 190px;
  margin: 20px;
  border: 2px solid #64c3c4;
  text-align: center;
  flex: unset;
}

.main-content .bottom-main .dark-blue {
  box-sizing: border-box;
  width: 350px;
  height: 230px;
  margin: 20px;
  text-align: center;
  flex: unset;
}

.main-content .bottom-main .module--teal .stronger p {
  font-size: 20px;
  font-family: Roboto, serif;
  text-align: left;
  text-transform: unset;
  color: #64c3c4;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .container {
    width: 50%;
  }
  .main-content .bottom-main {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .main-content .bottom-main .dark-blue,
  .main-content .bottom-main .blue,
  .main-content .bottom-main .green {
    height: auto;
    width: 100% !important;
  }
  .main-content .items {
    flex-direction: column;
  }
  .main-content {
    width: 90%;
  }
  .main-content .items .sort {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
  .main-content .items .sort select {
    margin: 0;
    width: 100%;
  }
  .main-content .main_grid .result .result_button {
    padding-bottom: 20px;
  }
  .result__main {
    height: 100% !important;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
  .head_cont {
    height: 100% !important;
    width: 100% !important;
    padding-left: 20px !important;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .searcher2-icon {
    top: 55% !important;
    left: 20px !important;
  }
  .head_cont input {
    margin-top: 20px;
    font-size: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 40px;
    width: 60%;
  }
  .container {
    width: 100%;
  }
  .main-content .main_grid .result {
    height: auto;
  }
}

/* Added Styels */

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-5 {
  padding-bottom: 50px;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.text-black {
  color: #000;
}

.text-red {
  color: #ed1c24;
}

.fw-bold {
  font-weight: bold;
}

.fw-light {
  font-weight: 300;
}

.hero__content h1.h1_full {
  max-width: 100%;
}

.ai-input {
  display: block;
  margin-top: 1px;
  width: 100%;
  height: 40px;
  opacity: 0.3;
  border: 1px solid #59aee4;
}

.search_box .row {
  display: flex;
  align-items: center;
}

.ai-button {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  width: fit-content;
  height: 40px;
  border: none;
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: normal;
  font-weight: 700;
  color: #fff;
  background-color: #093353;
}

.btn_blue {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 7px;
  width: fit-content;
  height: 40px;
  border: none;
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: normal;
  font-weight: 700;
  color: #fff;
  background-color: #093353;
}

.opportunities_table th:first-of-type {
  width: 30%;
}

.opportunities_table tr:nth-of-type(even) td {
  background: #deebf7;
}

.opportunities_table .table td,
.opportunities_table .table th,
.opportunities_table table td,
.opportunities_table table th {
  border-left: 0;
}

.opportunities_table .table td:nth-of-type(2) {
  border-right: 0;
}

.opportunities_table .table {
  border: 0;
}

.table_link {
  color: #093353;
  margin-right: 20px;
}

.table_link:after {
  font-family: life;
  content: "\e800";
  line-height: 1;
  width: 1em;
  font-size: 75%;
  color: inherit;
  margin-left: 0.5em;
  vertical-align: middle;
  position: relative;
  top: 0;
}

.jquery-modal.blocker.current {
  z-index: 99999;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 730px;
  box-sizing: border-box;
  width: 175%;
  background: #fff;
  padding: 0px 0px;
  padding-top: 40px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
  height: auto;
}

.modal_header,
.modal_content {
  padding-left: 35px;
  padding-right: 35px;
}

.location_options {
  display: none;
}

.location_options.shown {
  display: block;
}

.modal_content .hidden_field {
  display: none;
}

.modal_content .ai-input-container {
  width: 100%;
  display: flex;
  align-items: center;
}

.modal_content .left_col {
  width: 35%;
  display: inline-block;
}

.modal_content .right_col {
  width: 65%;
  display: inline-block;
  float: right;
}

.modal_content .custom-ai-select-small {
  position: relative;
  width: 100%;
  height: 40px;
  margin-right: 0px;
  margin-top: 10px;
  max-width: 100%;
}

.location_options {
  border-top: 1px solid #e0ecf3;
}

.location_options .ai-checkbox,
.region .ai-checkbox {
  margin-right: 20px;
}

.modal_content .ai-file-label {
  margin-top: 0;
}

.modal_content .blurp {
  background: #deebf7;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.modal_content .blurp .wrapper {
  display: flex;
  align-items: center;
}

.modal_content .blurp .wrapper .left {
  width: 40%;
  margin-right: 5%;
}

.modal_content .blurp .wrapper .right {
  width: 55%;
}

.modal_content .blurp .wrapper a {
  color: #093254;
  font-size: 14px;
  font-weight: bold;
  display: block;
}

.modal_footer {
  background: #59ade4;
  padding: 20px;
  text-align: right;
}

#modal-form-submit,
#alertmodal-form-submit {
  width: 264px;
  height: 49px;
  border: none;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: normal;
  font-weight: 700;
  color: #093353;
  background-color: #fff;
}

.modal a.close-modal {
  display: none;
}

a.close_modal {
  position: absolute;
  right: 20px;
  top: 20px;
}

.contact_cta {
  background: #deebf7;
  padding: 40px 65px;
  margin-top: 60px;
  margin-bottom: 30px;
}

.op_thanks {
  display: none;
}

.alert_thanks {
  display: none;
}

.adjustheight {
  height: fit-content;
}
.hidecontents {
  display: none;
}

.showthanks {
  display: block;
}

#alert_form .region {
  display: flex;
  align-items: start;
}
#createalert_modal {
  height: fit-content;
}
.region .left_col {
  padding-top: 14px;
  padding-right: 20px;
}

.total_op_found h3,
#no-results-message h3 {
  margin-top: 60px;
  margin-bottom: 30px;
  font-weight: 300;
  color: #7d7d7d;
  font-size: 24px;
}

.ai-input {
  padding-left: 10px;
}

#dragandrophandler {
  border: 2px dotted #0b85a1;
  width: 400px;
  color: #92aab0;
  text-align: left;
  vertical-align: middle;
  padding: 10px 10px 10 10px;
  margin-bottom: 10px;
  font-size: 200%;
}

@media (max-width: 768px) {
  .contact_cta .col-sm-12.col-md-7 {
    margin-bottom: 30px;
  }

  .search_box .row {
    display: block;
    align-items: center;
  }

  .search_box .col-sm-3 {
    margin-bottom: 20px;
  }

  .search_box .col-sm-5 {
    margin-bottom: 30px;
  }

  .modal {
    width: 100%;
  }

  .modal_content .left_col {
    width: 100%;
  }

  .modal_content .ai-input-container {
    width: 100%;
    display: block;
    align-items: center;
  }

  .modal_content .right_col {
    width: 100%;
    display: inline-block;
    float: unset;
    margin-bottom: 0px;
  }

  .modal_content .blurp {
    background: #deebf7;
    padding: 20px;
    margin-top: 90px;
    margin-bottom: 30px;
  }

  .modal_header,
  .modal_content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blurp h5 {
    margin-bottom: 30px;
  }

  .blurp a {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    color: #093254;
  }
}

@media screen and (max-width: 767px) {
  .ai-input-right {
    width: 100%;
  }
}

.blurp a {
  display: block;
  color: #093254;
}

.ui-widget.ui-widget-content {
  max-width: 300px;
  background: white;
}

.blocker {
  background-color: #000;
  background-color: rgba(9, 51, 83, 0.5);
}

.modal {
  box-shadow: none;
}

label.error {
  font-size: 12px;
  color: red;
}

#opportunities_form .ai-input-container input.error {
  color: red;
  border: 1px solid red;
}

#opportunities_form .ai-input-container input.error::-webkit-input-placeholder {
  color: red;
  opacity: 1;
}

#opportunities_form .ai-input-container input.error::-moz-placeholder {
  color: red;
  opacity: 1;
}

#opportunities_form .ai-input-container input.error:-ms-input-placeholder {
  color: red;
  opacity: 1;
}

#opportunities_form .ai-input-container input.error:-moz-placeholder {
  color: red;
  opacity: 1;
}


@media screen and (max-width: 767px) {
  .region .left_col {
    display: none;
  }

  .region .right_col {
    margin-top: -35px;
    padding-left: 7px;

  }
}

.region p,
.location_options p {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  font-weight: 200;
}

.errornofile {
  font-size: 12px;
  color: red;
  display: none;
}

.nofileerror {
  border: 1px solid red!important;
}

.showef {
  display: block;
}

/* .hiddenmessage {
  display: none;
}

.showmessage {
  display: block;
} */

img.bin_icon {
  max-width: 15px;
  margin-bottom: -3px;
}

.error-messages {
  font-style: normal;
  color: red;
  font-size: 12px;
  font-family: Roboto, sans-serif;
}

.disabledselect .custom-select__arrow {
  display: none;
}

.disabledselect .custom-ai-select-small:hover {
  cursor: not-allowed;
}

.disabledselect .custom-select__value {
  color: #9b9b9b;
  background: #e4e4e4;
}

label#aleratlocation-error {
  position: absolute;
  top: -20px;
  width: max-content;
}

label#disciplineselect-error {
  position: absolute;
  bottom: -20px;
}

label#fileUpload-error {
  display: block;
  position: absolute;
  bottom: -10px;
}
.header__search-trigger-btn{
color: #f20d15;
}
.main-content .breadcrumbs{
    color: #7292af;
    font-family: Roboto, serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22.18px;
    text-align: left;
    text-transform: uppercase;
    margin-top: 50px;
}

.main-content .breadcrumbs .container{
   padding-left: 0px;
    margin-left: 0px;
}
.main-content .paginate-view-more a{
    color: #f20d15;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22.86px;
    text-align: left;
    text-transform: uppercase;
    margin-top: 32px;
}
.main-content .main_grid .result .result_button a {
    width: 171px;
    height: 32px;
    background-color: #093254;
    color: #ffffff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}

#opportunities_modal .showthanks:nth-child(2) {
  display: none;
}




@media screen and (max-width: 767px){
    .hospital-filters__col{
        display: flex;
    }
    
    .location_options .mt-3{
        margin-bottom: 32px;
    }
}


/* Custom Select */

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: block;
}

.select-selected {
  background-color: DodgerBlue;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}