/***************************************************
 ** Breakpoints
 ***************************************************/
/***************************************************
 ** Fonts
 ***************************************************/
@import url("https://use.typekit.net/ptm4xws.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://use.fontawesome.com/releases/v5.2.0/css/all.css");
/***************************************************
 ** Base Color Scheme.
 ***************************************************/
/***************************************************
 ** Header
 ***************************************************/
/***************************************************
 ** Footer
 ***************************************************/
ul.pagination {
  padding: 0;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  padding: 0 !important;
}
@media print {
  ul.pagination {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
ul.pagination li {
  padding: 0;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  display: inline-block !important;
  margin-right: 0.25em;
}
@media print {
  ul.pagination li {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
ul.pagination li.active a {
  color: #999 !important;
}

table.table-striped {
  border-collapse: collapse;
}
table.table-striped th, table.table-striped td {
  border: 2px solid #ddd;
  padding: 0.25em 0.5em;
}
table.table-striped th {
  background-color: #395393;
  color: white;
}

@media screen and (max-width: 1631px) {
  .desktop-only {
    display: none !important;
  }
}

@media screen and (max-width: 959px) {
  .tablet-or-larger {
    display: none !important;
  }
}

@media screen and (min-width: 1632px) {
  .tablet-or-smaller {
    display: none !important;
  }
}

@media screen and (min-width: 1632px) {
  .tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .tablet-only {
    display: none !important;
  }
}

@media screen and (min-width: 960px) {
  .phone-only {
    display: none !important;
  }
}

@media screen and (min-width: 601px) {
  .xs-only {
    display: none !important;
  }
}

html, body {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
  background: none;
  text-indent: 0;
  float: none;
  font: inherit;
  color: inherit;
  width: auto;
  height: auto;
}

body {
  background: #fff;
}

.alert {
  padding: 14px !important;
  border-radius: 6px;
}
.alert.warning {
  background: lightyellow;
  font-style: italic;
}

.button.search:before, .SilverStripe\\Blog\\Model\\BlogPost .blogVitals .search.readmore:before, .blogSummary .blogVitals .search.readmore:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  vertical-align: top;
  font-size: 24px;
  margin-right: 20px;
}

form .step-navigation .step-buttons .step-button-wrapper button, form .step-navigation .step-buttons .step-button-wrapper input[type=submit] {
  font-size: 20px;
  padding: 0.5em 0.9em;
  margin: 0;
}
form .hide {
  display: none;
}
form a {
  color: #395393 !important;
}
form h2:not(.FormHeading), form h3:not(.FormHeading) {
  font-size: 34px !important;
}
form h2.FormHeading, form h3.FormHeading {
  font-size: 28px !important;
  opacity: 0.9;
}
form fieldset {
  padding: 0;
  border: none;
  display: contents;
}
form fieldset * {
  box-sizing: border-box;
}
form .field .message {
  position: absolute;
  display: block;
  font-style: italic;
  font-size: 15px;
  color: red;
  margin-top: -22px;
}
form .field span.right-title {
  font-size: 16px;
}
form .userformsoptionset .middleColumn {
  display: inline-flex;
  margin-bottom: 20px;
}
form .userformsoptionset .middleColumn > div {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
form .userformsoptionset .middleColumn > div input, form .userformsoptionset .middleColumn > div label {
  margin: 0;
  width: max-content;
}
form .userformsoptionset .middleColumn > div input {
  margin-right: 10px;
}
form .userformsoptionset .middleColumn > div label {
  margin-bottom: 0 !important;
}
form .g-recaptcha {
  display: inline-block;
  margin-top: 20px;
}
form .g-recaptcha, form .g-recaptcha * {
  max-width: 100%;
}
form label, form input, form textarea, form .help-block {
  float: none !important;
  font-size: 15px;
}
form label:not(.g-recaptcha-response), form input:not(.g-recaptcha-response), form textarea:not(.g-recaptcha-response), form .help-block:not(.g-recaptcha-response) {
  display: block !important;
}
form label, form .help-block {
  padding-bottom: 0px !important;
  margin-bottom: 5px;
  margin-top: 0 !important;
}
form label, form legend {
  font-family: "roboto" !important;
  font-size: 16px !important;
  color: #333 !important;
  font-weight: bold !important;
}
form .help-block {
  font-family: "roboto" !important;
  font-size: 16px !important;
  color: #666 !important;
}
form input, form textarea, form select, form .signatureBox {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 2px solid #ddd;
  border-radius: 4px;
  box-shadow: none;
  padding: 10px 15px;
  margin-bottom: 20px;
  font-size: 15px;
  background: white;
}
form #AcknowledgementSignature .signatureBox {
  width: max-content;
}
form #AcknowledgementSignature canvas {
  max-width: 100% !important;
}
form #AcknowledgementSignature button {
  font-size: 15px;
  padding: 0.4em 0.5em;
  margin: 0;
}
form .field.dropdown .middleColumn {
  position: relative;
}
form .field.dropdown .middleColumn:after {
  content: "\f0d7";
  color: #4D4D4D;
  position: absolute;
  top: 35%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: "Font Awesome 5 Free";
  font-size: 26px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  pointer-events: none;
}
form .field.dropdown .middleColumn select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: top;
  outline: none;
}
form input[type=checkbox], form input[type=checkbox] + label {
  width: unset !important;
  display: inline-block !important;
  margin-bottom: 0;
}
form input[type=checkbox] {
  width: unset !important;
}
form input[type=checkbox] + label {
  width: unset !important;
  margin-left: 10px !important;
}
form .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #597ea2;
}
form .button.disabled, form .SilverStripe\\Blog\\Model\\BlogPost .blogVitals .disabled.readmore, .SilverStripe\\Blog\\Model\\BlogPost .blogVitals form .disabled.readmore, form .blogSummary .blogVitals .disabled.readmore, .blogSummary .blogVitals form .disabled.readmore, form .button:disabled, form .SilverStripe\\Blog\\Model\\BlogPost .blogVitals .readmore:disabled, .SilverStripe\\Blog\\Model\\BlogPost .blogVitals form .readmore:disabled, form .blogSummary .blogVitals .readmore:disabled, .blogSummary .blogVitals form .readmore:disabled, form button.disabled, form button:disabled, form input[type=submit].disabled, form input[type=submit]:disabled {
  opacity: 0.5;
  cursor: default;
  background: grey;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  form .button, form .SilverStripe\\Blog\\Model\\BlogPost .blogVitals .readmore, .SilverStripe\\Blog\\Model\\BlogPost .blogVitals form .readmore, form .blogSummary .blogVitals .readmore, .blogSummary .blogVitals form .readmore, form button, form input[type=submit] {
    max-width: 20em;
  }
}
form .requiredField > label.left:after, form .requiredField > legend.left:after {
  content: " *";
  color: red;
}
form .requiredField label.left > p:after, form .requiredField legend.left > p:after {
  content: " *";
  color: red;
}
form .required > label.left:after, form .required > legend.left:after {
  content: " *";
  color: red;
}
form #DisclaimerContent p {
  font-size: 18px;
}
form .step-navigation .step-buttons {
  padding: 0;
}
.flex-wrap {
  display: flex;
  align-items: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.at-share-btn {
  width: 2.5pc !important;
}

#page-body.with-hero-image {
  background-color: rgba(255, 255, 255, 0.7);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-attachment: fixed;
}
@media (hover: none) {
  #page-body.with-hero-image {
    background-attachment: scroll;
    background-size: auto 120vh;
  }
}
/** The Grid */
@media screen {
  .grid-aligned {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    max-width: 1542px;
    position: relative;
    margin: 0 auto;
    padding: 0 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .grid-aligned .grid-aligned {
    width: auto;
    margin-left: -45px;
    margin-right: -45px;
    padding: 0;
  }
  .grid-aligned > .span-1, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 38.5px;
    box-sizing: border-box;
    margin: 0 45px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-1 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .span-2, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 167px;
    box-sizing: border-box;
    margin: 0 45px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-2 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .span-3, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 295.5px;
    box-sizing: border-box;
    margin: 0 45px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-3 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .span-4, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 424px;
    box-sizing: border-box;
    margin: 0 45px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-4 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .span-5, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 552.5px;
    box-sizing: border-box;
    margin: 0 45px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-5 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .span-6, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 681px;
    box-sizing: border-box;
    margin: 0 45px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-6 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .span-7, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 809.5px;
    box-sizing: border-box;
    margin: 0 45px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-7 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .span-8, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 938px;
    box-sizing: border-box;
    margin: 0 45px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-8 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .span-9, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 1066.5px;
    box-sizing: border-box;
    margin: 0 45px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-9 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .span-10, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 1195px;
    box-sizing: border-box;
    margin: 0 45px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-10 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .span-11, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 1323.5px;
    box-sizing: border-box;
    margin: 0 45px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-11 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .span-12, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 1452px;
    box-sizing: border-box;
    margin: 0 45px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-12 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .offset-0 {
    margin-left: 45px !important;
  }
  .grid-aligned > .offset-1 {
    margin-left: 173.5px !important;
  }
  .grid-aligned > .offset-2 {
    margin-left: 302px !important;
  }
  .grid-aligned > .offset-3 {
    margin-left: 430.5px !important;
  }
  .grid-aligned > .offset-4 {
    margin-left: 559px !important;
  }
  .grid-aligned > .offset-5 {
    margin-left: 687.5px !important;
  }
  .grid-aligned > .offset-6 {
    margin-left: 816px !important;
  }
  .grid-aligned > .offset-7 {
    margin-left: 944.5px !important;
  }
  .grid-aligned > .offset-8 {
    margin-left: 1073px !important;
  }
  .grid-aligned > .offset-9 {
    margin-left: 1201.5px !important;
  }
  .grid-aligned > .offset-10 {
    margin-left: 1330px !important;
  }
  .grid-aligned > .offset-11 {
    margin-left: 1458.5px !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1631px) {
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-1 {
    width: 38.5px;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-2 {
    width: 167px;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-3 {
    width: 295.5px;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-4 {
    width: 424px;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-5 {
    width: 552.5px;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-6 {
    width: 681px;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-7 {
    width: 809.5px;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-8 {
    width: 938px;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-9 {
    width: 1066.5px;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-10 {
    width: 1195px;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-11 {
    width: 1323.5px;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-12 {
    width: 1452px;
  }
  .grid-aligned > .tablet-offset-0 {
    margin-left: 45px !important;
  }
  .grid-aligned > .tablet-offset-1 {
    margin-left: 173.5px !important;
  }
  .grid-aligned > .tablet-offset-2 {
    margin-left: 302px !important;
  }
  .grid-aligned > .tablet-offset-3 {
    margin-left: 430.5px !important;
  }
  .grid-aligned > .tablet-offset-4 {
    margin-left: 559px !important;
  }
  .grid-aligned > .tablet-offset-5 {
    margin-left: 687.5px !important;
  }
  .grid-aligned > .tablet-offset-6 {
    margin-left: 816px !important;
  }
  .grid-aligned > .tablet-offset-7 {
    margin-left: 944.5px !important;
  }
  .grid-aligned > .tablet-offset-8 {
    margin-left: 1073px !important;
  }
  .grid-aligned > .tablet-offset-9 {
    margin-left: 1201.5px !important;
  }
  .grid-aligned > .tablet-offset-10 {
    margin-left: 1330px !important;
  }
  .grid-aligned > .tablet-offset-11 {
    margin-left: 1458.5px !important;
  }
}
@media screen {
  .grid-aligned:after {
    content: " ";
    display: block;
    clear: left;
  }
}
@media screen and (min-width: 960px) and (max-width: 1631px) {
  .grid-aligned {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    max-width: 94vw;
    position: relative;
    margin: 0 auto;
    padding: 0 0vw;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .grid-aligned .grid-aligned {
    width: auto;
    margin-left: -1.5vw;
    margin-right: -1.5vw;
    padding: 0;
  }
  .grid-aligned > .span-1, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 4.8333333333vw;
    box-sizing: border-box;
    margin: 0 1.5vw;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-1 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .span-2, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 12.6666666667vw;
    box-sizing: border-box;
    margin: 0 1.5vw;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-2 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .span-3, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 20.5vw;
    box-sizing: border-box;
    margin: 0 1.5vw;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-3 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .span-4, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 28.3333333333vw;
    box-sizing: border-box;
    margin: 0 1.5vw;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-4 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .span-5, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 36.1666666667vw;
    box-sizing: border-box;
    margin: 0 1.5vw;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-5 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .span-6, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 44vw;
    box-sizing: border-box;
    margin: 0 1.5vw;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-6 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .span-7, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 51.8333333333vw;
    box-sizing: border-box;
    margin: 0 1.5vw;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-7 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .span-8, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 59.6666666667vw;
    box-sizing: border-box;
    margin: 0 1.5vw;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-8 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .span-9, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 67.5vw;
    box-sizing: border-box;
    margin: 0 1.5vw;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-9 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .span-10, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 75.3333333333vw;
    box-sizing: border-box;
    margin: 0 1.5vw;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-10 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .span-11, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 83.1666666667vw;
    box-sizing: border-box;
    margin: 0 1.5vw;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-11 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .span-12, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 91vw;
    box-sizing: border-box;
    margin: 0 1.5vw;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-12 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .offset-0 {
    margin-left: 1.5vw !important;
  }
  .grid-aligned > .offset-1 {
    margin-left: 9.3333333333vw !important;
  }
  .grid-aligned > .offset-2 {
    margin-left: 17.1666666667vw !important;
  }
  .grid-aligned > .offset-3 {
    margin-left: 25vw !important;
  }
  .grid-aligned > .offset-4 {
    margin-left: 32.8333333333vw !important;
  }
  .grid-aligned > .offset-5 {
    margin-left: 40.6666666667vw !important;
  }
  .grid-aligned > .offset-6 {
    margin-left: 48.5vw !important;
  }
  .grid-aligned > .offset-7 {
    margin-left: 56.3333333333vw !important;
  }
  .grid-aligned > .offset-8 {
    margin-left: 64.1666666667vw !important;
  }
  .grid-aligned > .offset-9 {
    margin-left: 72vw !important;
  }
  .grid-aligned > .offset-10 {
    margin-left: 79.8333333333vw !important;
  }
  .grid-aligned > .offset-11 {
    margin-left: 87.6666666667vw !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1631px) and (min-width: 960px) and (max-width: 1631px) {
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-1 {
    width: 4.8333333333vw;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-2 {
    width: 12.6666666667vw;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-3 {
    width: 20.5vw;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-4 {
    width: 28.3333333333vw;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-5 {
    width: 36.1666666667vw;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-6 {
    width: 44vw;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-7 {
    width: 51.8333333333vw;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-8 {
    width: 59.6666666667vw;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-9 {
    width: 67.5vw;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-10 {
    width: 75.3333333333vw;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-11 {
    width: 83.1666666667vw;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-12 {
    width: 91vw;
  }
  .grid-aligned > .tablet-offset-0 {
    margin-left: 1.5vw !important;
  }
  .grid-aligned > .tablet-offset-1 {
    margin-left: 9.3333333333vw !important;
  }
  .grid-aligned > .tablet-offset-2 {
    margin-left: 17.1666666667vw !important;
  }
  .grid-aligned > .tablet-offset-3 {
    margin-left: 25vw !important;
  }
  .grid-aligned > .tablet-offset-4 {
    margin-left: 32.8333333333vw !important;
  }
  .grid-aligned > .tablet-offset-5 {
    margin-left: 40.6666666667vw !important;
  }
  .grid-aligned > .tablet-offset-6 {
    margin-left: 48.5vw !important;
  }
  .grid-aligned > .tablet-offset-7 {
    margin-left: 56.3333333333vw !important;
  }
  .grid-aligned > .tablet-offset-8 {
    margin-left: 64.1666666667vw !important;
  }
  .grid-aligned > .tablet-offset-9 {
    margin-left: 72vw !important;
  }
  .grid-aligned > .tablet-offset-10 {
    margin-left: 79.8333333333vw !important;
  }
  .grid-aligned > .tablet-offset-11 {
    margin-left: 87.6666666667vw !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1631px) {
  .grid-aligned:after {
    content: " ";
    display: block;
    clear: left;
  }
}
@media screen and (max-width: 959px) {
  .grid-aligned {
    display: block !important;
  }
  .grid-aligned > .span-all, .grid-aligned > .span-1, .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-1 {
    width: auto !important;
    margin-right: 30px !important;
    margin-left: 30px !important;
    margin-right: max(env(safe-area-inset-right), 30px) !important;
    margin-left: max(env(safe-area-inset-left), 30px) !important;
    float: none !important;
  }
  .grid-aligned > .span-all .grid-aligned > .span-all, .grid-aligned > .span-all .grid-aligned > .span-1, .grid-aligned > .span-all .grid-aligned > .tablet-span-all, .grid-aligned > .span-all .grid-aligned > .tablet-span-1, .grid-aligned > .span-1 .grid-aligned > .span-all, .grid-aligned > .span-1 .grid-aligned > .span-1, .grid-aligned > .span-1 .grid-aligned > .tablet-span-all, .grid-aligned > .span-1 .grid-aligned > .tablet-span-1, .grid-aligned > .tablet-span-all .grid-aligned > .span-all, .grid-aligned > .tablet-span-all .grid-aligned > .span-1, .grid-aligned > .tablet-span-all .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-all .grid-aligned > .tablet-span-1, .grid-aligned > .tablet-span-1 .grid-aligned > .span-all, .grid-aligned > .tablet-span-1 .grid-aligned > .span-1, .grid-aligned > .tablet-span-1 .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-1 .grid-aligned > .tablet-span-1 {
    margin: 0 !important;
  }
  .grid-aligned .grid-aligned {
    margin: 0 !important;
  }
  .grid-aligned * + .span-all, .grid-aligned * + .span-1, .grid-aligned * + .tablet-span-all, .grid-aligned * + .tablet-span-1 {
    margin-top: 1em !important;
  }
  .grid-aligned > .span-all, .grid-aligned > .span-2, .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-2 {
    width: auto !important;
    margin-right: 30px !important;
    margin-left: 30px !important;
    margin-right: max(env(safe-area-inset-right), 30px) !important;
    margin-left: max(env(safe-area-inset-left), 30px) !important;
    float: none !important;
  }
  .grid-aligned > .span-all .grid-aligned > .span-all, .grid-aligned > .span-all .grid-aligned > .span-2, .grid-aligned > .span-all .grid-aligned > .tablet-span-all, .grid-aligned > .span-all .grid-aligned > .tablet-span-2, .grid-aligned > .span-2 .grid-aligned > .span-all, .grid-aligned > .span-2 .grid-aligned > .span-2, .grid-aligned > .span-2 .grid-aligned > .tablet-span-all, .grid-aligned > .span-2 .grid-aligned > .tablet-span-2, .grid-aligned > .tablet-span-all .grid-aligned > .span-all, .grid-aligned > .tablet-span-all .grid-aligned > .span-2, .grid-aligned > .tablet-span-all .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-all .grid-aligned > .tablet-span-2, .grid-aligned > .tablet-span-2 .grid-aligned > .span-all, .grid-aligned > .tablet-span-2 .grid-aligned > .span-2, .grid-aligned > .tablet-span-2 .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-2 .grid-aligned > .tablet-span-2 {
    margin: 0 !important;
  }
  .grid-aligned .grid-aligned {
    margin: 0 !important;
  }
  .grid-aligned * + .span-all, .grid-aligned * + .span-2, .grid-aligned * + .tablet-span-all, .grid-aligned * + .tablet-span-2 {
    margin-top: 1em !important;
  }
  .grid-aligned > .span-all, .grid-aligned > .span-3, .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-3 {
    width: auto !important;
    margin-right: 30px !important;
    margin-left: 30px !important;
    margin-right: max(env(safe-area-inset-right), 30px) !important;
    margin-left: max(env(safe-area-inset-left), 30px) !important;
    float: none !important;
  }
  .grid-aligned > .span-all .grid-aligned > .span-all, .grid-aligned > .span-all .grid-aligned > .span-3, .grid-aligned > .span-all .grid-aligned > .tablet-span-all, .grid-aligned > .span-all .grid-aligned > .tablet-span-3, .grid-aligned > .span-3 .grid-aligned > .span-all, .grid-aligned > .span-3 .grid-aligned > .span-3, .grid-aligned > .span-3 .grid-aligned > .tablet-span-all, .grid-aligned > .span-3 .grid-aligned > .tablet-span-3, .grid-aligned > .tablet-span-all .grid-aligned > .span-all, .grid-aligned > .tablet-span-all .grid-aligned > .span-3, .grid-aligned > .tablet-span-all .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-all .grid-aligned > .tablet-span-3, .grid-aligned > .tablet-span-3 .grid-aligned > .span-all, .grid-aligned > .tablet-span-3 .grid-aligned > .span-3, .grid-aligned > .tablet-span-3 .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-3 .grid-aligned > .tablet-span-3 {
    margin: 0 !important;
  }
  .grid-aligned .grid-aligned {
    margin: 0 !important;
  }
  .grid-aligned * + .span-all, .grid-aligned * + .span-3, .grid-aligned * + .tablet-span-all, .grid-aligned * + .tablet-span-3 {
    margin-top: 1em !important;
  }
  .grid-aligned > .span-all, .grid-aligned > .span-4, .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-4 {
    width: auto !important;
    margin-right: 30px !important;
    margin-left: 30px !important;
    margin-right: max(env(safe-area-inset-right), 30px) !important;
    margin-left: max(env(safe-area-inset-left), 30px) !important;
    float: none !important;
  }
  .grid-aligned > .span-all .grid-aligned > .span-all, .grid-aligned > .span-all .grid-aligned > .span-4, .grid-aligned > .span-all .grid-aligned > .tablet-span-all, .grid-aligned > .span-all .grid-aligned > .tablet-span-4, .grid-aligned > .span-4 .grid-aligned > .span-all, .grid-aligned > .span-4 .grid-aligned > .span-4, .grid-aligned > .span-4 .grid-aligned > .tablet-span-all, .grid-aligned > .span-4 .grid-aligned > .tablet-span-4, .grid-aligned > .tablet-span-all .grid-aligned > .span-all, .grid-aligned > .tablet-span-all .grid-aligned > .span-4, .grid-aligned > .tablet-span-all .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-all .grid-aligned > .tablet-span-4, .grid-aligned > .tablet-span-4 .grid-aligned > .span-all, .grid-aligned > .tablet-span-4 .grid-aligned > .span-4, .grid-aligned > .tablet-span-4 .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-4 .grid-aligned > .tablet-span-4 {
    margin: 0 !important;
  }
  .grid-aligned .grid-aligned {
    margin: 0 !important;
  }
  .grid-aligned * + .span-all, .grid-aligned * + .span-4, .grid-aligned * + .tablet-span-all, .grid-aligned * + .tablet-span-4 {
    margin-top: 1em !important;
  }
  .grid-aligned > .span-all, .grid-aligned > .span-5, .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-5 {
    width: auto !important;
    margin-right: 30px !important;
    margin-left: 30px !important;
    margin-right: max(env(safe-area-inset-right), 30px) !important;
    margin-left: max(env(safe-area-inset-left), 30px) !important;
    float: none !important;
  }
  .grid-aligned > .span-all .grid-aligned > .span-all, .grid-aligned > .span-all .grid-aligned > .span-5, .grid-aligned > .span-all .grid-aligned > .tablet-span-all, .grid-aligned > .span-all .grid-aligned > .tablet-span-5, .grid-aligned > .span-5 .grid-aligned > .span-all, .grid-aligned > .span-5 .grid-aligned > .span-5, .grid-aligned > .span-5 .grid-aligned > .tablet-span-all, .grid-aligned > .span-5 .grid-aligned > .tablet-span-5, .grid-aligned > .tablet-span-all .grid-aligned > .span-all, .grid-aligned > .tablet-span-all .grid-aligned > .span-5, .grid-aligned > .tablet-span-all .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-all .grid-aligned > .tablet-span-5, .grid-aligned > .tablet-span-5 .grid-aligned > .span-all, .grid-aligned > .tablet-span-5 .grid-aligned > .span-5, .grid-aligned > .tablet-span-5 .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-5 .grid-aligned > .tablet-span-5 {
    margin: 0 !important;
  }
  .grid-aligned .grid-aligned {
    margin: 0 !important;
  }
  .grid-aligned * + .span-all, .grid-aligned * + .span-5, .grid-aligned * + .tablet-span-all, .grid-aligned * + .tablet-span-5 {
    margin-top: 1em !important;
  }
  .grid-aligned > .span-all, .grid-aligned > .span-6, .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-6 {
    width: auto !important;
    margin-right: 30px !important;
    margin-left: 30px !important;
    margin-right: max(env(safe-area-inset-right), 30px) !important;
    margin-left: max(env(safe-area-inset-left), 30px) !important;
    float: none !important;
  }
  .grid-aligned > .span-all .grid-aligned > .span-all, .grid-aligned > .span-all .grid-aligned > .span-6, .grid-aligned > .span-all .grid-aligned > .tablet-span-all, .grid-aligned > .span-all .grid-aligned > .tablet-span-6, .grid-aligned > .span-6 .grid-aligned > .span-all, .grid-aligned > .span-6 .grid-aligned > .span-6, .grid-aligned > .span-6 .grid-aligned > .tablet-span-all, .grid-aligned > .span-6 .grid-aligned > .tablet-span-6, .grid-aligned > .tablet-span-all .grid-aligned > .span-all, .grid-aligned > .tablet-span-all .grid-aligned > .span-6, .grid-aligned > .tablet-span-all .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-all .grid-aligned > .tablet-span-6, .grid-aligned > .tablet-span-6 .grid-aligned > .span-all, .grid-aligned > .tablet-span-6 .grid-aligned > .span-6, .grid-aligned > .tablet-span-6 .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-6 .grid-aligned > .tablet-span-6 {
    margin: 0 !important;
  }
  .grid-aligned .grid-aligned {
    margin: 0 !important;
  }
  .grid-aligned * + .span-all, .grid-aligned * + .span-6, .grid-aligned * + .tablet-span-all, .grid-aligned * + .tablet-span-6 {
    margin-top: 1em !important;
  }
  .grid-aligned > .span-all, .grid-aligned > .span-7, .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-7 {
    width: auto !important;
    margin-right: 30px !important;
    margin-left: 30px !important;
    margin-right: max(env(safe-area-inset-right), 30px) !important;
    margin-left: max(env(safe-area-inset-left), 30px) !important;
    float: none !important;
  }
  .grid-aligned > .span-all .grid-aligned > .span-all, .grid-aligned > .span-all .grid-aligned > .span-7, .grid-aligned > .span-all .grid-aligned > .tablet-span-all, .grid-aligned > .span-all .grid-aligned > .tablet-span-7, .grid-aligned > .span-7 .grid-aligned > .span-all, .grid-aligned > .span-7 .grid-aligned > .span-7, .grid-aligned > .span-7 .grid-aligned > .tablet-span-all, .grid-aligned > .span-7 .grid-aligned > .tablet-span-7, .grid-aligned > .tablet-span-all .grid-aligned > .span-all, .grid-aligned > .tablet-span-all .grid-aligned > .span-7, .grid-aligned > .tablet-span-all .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-all .grid-aligned > .tablet-span-7, .grid-aligned > .tablet-span-7 .grid-aligned > .span-all, .grid-aligned > .tablet-span-7 .grid-aligned > .span-7, .grid-aligned > .tablet-span-7 .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-7 .grid-aligned > .tablet-span-7 {
    margin: 0 !important;
  }
  .grid-aligned .grid-aligned {
    margin: 0 !important;
  }
  .grid-aligned * + .span-all, .grid-aligned * + .span-7, .grid-aligned * + .tablet-span-all, .grid-aligned * + .tablet-span-7 {
    margin-top: 1em !important;
  }
  .grid-aligned > .span-all, .grid-aligned > .span-8, .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-8 {
    width: auto !important;
    margin-right: 30px !important;
    margin-left: 30px !important;
    margin-right: max(env(safe-area-inset-right), 30px) !important;
    margin-left: max(env(safe-area-inset-left), 30px) !important;
    float: none !important;
  }
  .grid-aligned > .span-all .grid-aligned > .span-all, .grid-aligned > .span-all .grid-aligned > .span-8, .grid-aligned > .span-all .grid-aligned > .tablet-span-all, .grid-aligned > .span-all .grid-aligned > .tablet-span-8, .grid-aligned > .span-8 .grid-aligned > .span-all, .grid-aligned > .span-8 .grid-aligned > .span-8, .grid-aligned > .span-8 .grid-aligned > .tablet-span-all, .grid-aligned > .span-8 .grid-aligned > .tablet-span-8, .grid-aligned > .tablet-span-all .grid-aligned > .span-all, .grid-aligned > .tablet-span-all .grid-aligned > .span-8, .grid-aligned > .tablet-span-all .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-all .grid-aligned > .tablet-span-8, .grid-aligned > .tablet-span-8 .grid-aligned > .span-all, .grid-aligned > .tablet-span-8 .grid-aligned > .span-8, .grid-aligned > .tablet-span-8 .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-8 .grid-aligned > .tablet-span-8 {
    margin: 0 !important;
  }
  .grid-aligned .grid-aligned {
    margin: 0 !important;
  }
  .grid-aligned * + .span-all, .grid-aligned * + .span-8, .grid-aligned * + .tablet-span-all, .grid-aligned * + .tablet-span-8 {
    margin-top: 1em !important;
  }
  .grid-aligned > .span-all, .grid-aligned > .span-9, .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-9 {
    width: auto !important;
    margin-right: 30px !important;
    margin-left: 30px !important;
    margin-right: max(env(safe-area-inset-right), 30px) !important;
    margin-left: max(env(safe-area-inset-left), 30px) !important;
    float: none !important;
  }
  .grid-aligned > .span-all .grid-aligned > .span-all, .grid-aligned > .span-all .grid-aligned > .span-9, .grid-aligned > .span-all .grid-aligned > .tablet-span-all, .grid-aligned > .span-all .grid-aligned > .tablet-span-9, .grid-aligned > .span-9 .grid-aligned > .span-all, .grid-aligned > .span-9 .grid-aligned > .span-9, .grid-aligned > .span-9 .grid-aligned > .tablet-span-all, .grid-aligned > .span-9 .grid-aligned > .tablet-span-9, .grid-aligned > .tablet-span-all .grid-aligned > .span-all, .grid-aligned > .tablet-span-all .grid-aligned > .span-9, .grid-aligned > .tablet-span-all .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-all .grid-aligned > .tablet-span-9, .grid-aligned > .tablet-span-9 .grid-aligned > .span-all, .grid-aligned > .tablet-span-9 .grid-aligned > .span-9, .grid-aligned > .tablet-span-9 .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-9 .grid-aligned > .tablet-span-9 {
    margin: 0 !important;
  }
  .grid-aligned .grid-aligned {
    margin: 0 !important;
  }
  .grid-aligned * + .span-all, .grid-aligned * + .span-9, .grid-aligned * + .tablet-span-all, .grid-aligned * + .tablet-span-9 {
    margin-top: 1em !important;
  }
  .grid-aligned > .span-all, .grid-aligned > .span-10, .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-10 {
    width: auto !important;
    margin-right: 30px !important;
    margin-left: 30px !important;
    margin-right: max(env(safe-area-inset-right), 30px) !important;
    margin-left: max(env(safe-area-inset-left), 30px) !important;
    float: none !important;
  }
  .grid-aligned > .span-all .grid-aligned > .span-all, .grid-aligned > .span-all .grid-aligned > .span-10, .grid-aligned > .span-all .grid-aligned > .tablet-span-all, .grid-aligned > .span-all .grid-aligned > .tablet-span-10, .grid-aligned > .span-10 .grid-aligned > .span-all, .grid-aligned > .span-10 .grid-aligned > .span-10, .grid-aligned > .span-10 .grid-aligned > .tablet-span-all, .grid-aligned > .span-10 .grid-aligned > .tablet-span-10, .grid-aligned > .tablet-span-all .grid-aligned > .span-all, .grid-aligned > .tablet-span-all .grid-aligned > .span-10, .grid-aligned > .tablet-span-all .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-all .grid-aligned > .tablet-span-10, .grid-aligned > .tablet-span-10 .grid-aligned > .span-all, .grid-aligned > .tablet-span-10 .grid-aligned > .span-10, .grid-aligned > .tablet-span-10 .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-10 .grid-aligned > .tablet-span-10 {
    margin: 0 !important;
  }
  .grid-aligned .grid-aligned {
    margin: 0 !important;
  }
  .grid-aligned * + .span-all, .grid-aligned * + .span-10, .grid-aligned * + .tablet-span-all, .grid-aligned * + .tablet-span-10 {
    margin-top: 1em !important;
  }
  .grid-aligned > .span-all, .grid-aligned > .span-11, .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-11 {
    width: auto !important;
    margin-right: 30px !important;
    margin-left: 30px !important;
    margin-right: max(env(safe-area-inset-right), 30px) !important;
    margin-left: max(env(safe-area-inset-left), 30px) !important;
    float: none !important;
  }
  .grid-aligned > .span-all .grid-aligned > .span-all, .grid-aligned > .span-all .grid-aligned > .span-11, .grid-aligned > .span-all .grid-aligned > .tablet-span-all, .grid-aligned > .span-all .grid-aligned > .tablet-span-11, .grid-aligned > .span-11 .grid-aligned > .span-all, .grid-aligned > .span-11 .grid-aligned > .span-11, .grid-aligned > .span-11 .grid-aligned > .tablet-span-all, .grid-aligned > .span-11 .grid-aligned > .tablet-span-11, .grid-aligned > .tablet-span-all .grid-aligned > .span-all, .grid-aligned > .tablet-span-all .grid-aligned > .span-11, .grid-aligned > .tablet-span-all .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-all .grid-aligned > .tablet-span-11, .grid-aligned > .tablet-span-11 .grid-aligned > .span-all, .grid-aligned > .tablet-span-11 .grid-aligned > .span-11, .grid-aligned > .tablet-span-11 .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-11 .grid-aligned > .tablet-span-11 {
    margin: 0 !important;
  }
  .grid-aligned .grid-aligned {
    margin: 0 !important;
  }
  .grid-aligned * + .span-all, .grid-aligned * + .span-11, .grid-aligned * + .tablet-span-all, .grid-aligned * + .tablet-span-11 {
    margin-top: 1em !important;
  }
  .grid-aligned > .span-all, .grid-aligned > .span-12, .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-12 {
    width: auto !important;
    margin-right: 30px !important;
    margin-left: 30px !important;
    margin-right: max(env(safe-area-inset-right), 30px) !important;
    margin-left: max(env(safe-area-inset-left), 30px) !important;
    float: none !important;
  }
  .grid-aligned > .span-all .grid-aligned > .span-all, .grid-aligned > .span-all .grid-aligned > .span-12, .grid-aligned > .span-all .grid-aligned > .tablet-span-all, .grid-aligned > .span-all .grid-aligned > .tablet-span-12, .grid-aligned > .span-12 .grid-aligned > .span-all, .grid-aligned > .span-12 .grid-aligned > .span-12, .grid-aligned > .span-12 .grid-aligned > .tablet-span-all, .grid-aligned > .span-12 .grid-aligned > .tablet-span-12, .grid-aligned > .tablet-span-all .grid-aligned > .span-all, .grid-aligned > .tablet-span-all .grid-aligned > .span-12, .grid-aligned > .tablet-span-all .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-all .grid-aligned > .tablet-span-12, .grid-aligned > .tablet-span-12 .grid-aligned > .span-all, .grid-aligned > .tablet-span-12 .grid-aligned > .span-12, .grid-aligned > .tablet-span-12 .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-12 .grid-aligned > .tablet-span-12 {
    margin: 0 !important;
  }
  .grid-aligned .grid-aligned {
    margin: 0 !important;
  }
  .grid-aligned * + .span-all, .grid-aligned * + .span-12, .grid-aligned * + .tablet-span-all, .grid-aligned * + .tablet-span-12 {
    margin-top: 1em !important;
  }
}
@media print {
  .grid-aligned {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    max-width: 100vw;
    position: relative;
    margin: 0 auto;
    padding: 0 0vw;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .grid-aligned .grid-aligned {
    width: auto;
    margin-left: -2.5vw;
    margin-right: -2.5vw;
    padding: 0;
  }
  .grid-aligned > .span-1, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 3.3333333333vw;
    box-sizing: border-box;
    margin: 0 2.5vw;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-1 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .span-2, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 11.6666666667vw;
    box-sizing: border-box;
    margin: 0 2.5vw;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-2 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .span-3, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 20vw;
    box-sizing: border-box;
    margin: 0 2.5vw;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-3 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .span-4, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 28.3333333333vw;
    box-sizing: border-box;
    margin: 0 2.5vw;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-4 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .span-5, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 36.6666666667vw;
    box-sizing: border-box;
    margin: 0 2.5vw;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-5 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .span-6, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 45vw;
    box-sizing: border-box;
    margin: 0 2.5vw;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-6 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .span-7, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 53.3333333333vw;
    box-sizing: border-box;
    margin: 0 2.5vw;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-7 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .span-8, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 61.6666666667vw;
    box-sizing: border-box;
    margin: 0 2.5vw;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-8 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .span-9, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 70vw;
    box-sizing: border-box;
    margin: 0 2.5vw;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-9 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .span-10, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 78.3333333333vw;
    box-sizing: border-box;
    margin: 0 2.5vw;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-10 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .span-11, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 86.6666666667vw;
    box-sizing: border-box;
    margin: 0 2.5vw;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-11 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .span-12, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 95vw;
    box-sizing: border-box;
    margin: 0 2.5vw;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-12 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .offset-0 {
    margin-left: 2.5vw !important;
  }
  .grid-aligned > .offset-1 {
    margin-left: 10.8333333333vw !important;
  }
  .grid-aligned > .offset-2 {
    margin-left: 19.1666666667vw !important;
  }
  .grid-aligned > .offset-3 {
    margin-left: 27.5vw !important;
  }
  .grid-aligned > .offset-4 {
    margin-left: 35.8333333333vw !important;
  }
  .grid-aligned > .offset-5 {
    margin-left: 44.1666666667vw !important;
  }
  .grid-aligned > .offset-6 {
    margin-left: 52.5vw !important;
  }
  .grid-aligned > .offset-7 {
    margin-left: 60.8333333333vw !important;
  }
  .grid-aligned > .offset-8 {
    margin-left: 69.1666666667vw !important;
  }
  .grid-aligned > .offset-9 {
    margin-left: 77.5vw !important;
  }
  .grid-aligned > .offset-10 {
    margin-left: 85.8333333333vw !important;
  }
  .grid-aligned > .offset-11 {
    margin-left: 94.1666666667vw !important;
  }
  .grid-aligned:after {
    content: " ";
    display: block;
    clear: left;
  }
}

/**
 * Typography
 *
 * Every region of formatted text will have the "typography" style
 * applied to it .  Basic formatting should be defined in the
 * "typography.scss" file, which will also be included by the tinymce
 * editor.
 **/
.typography {
  font: 30px "kranto-normal", "Arial", sans-serif;
  line-height: 40px;
  color: #4C4A44;
}
.typography.light-on-dark *:not(form):not(form *) {
  color: #fff !important;
}
@media print {
  .typography {
    font-size: 22.5px;
  }
}
.typography .text-center {
  text-align: center;
}
.typography .text-left {
  text-align: left;
}
.typography .text-right {
  text-align: right;
}
.typography strong img, .typography strong figure {
  border: 1px solid rgb(202.5833333333, 201.0416666667, 196.4166666667);
}
.typography img.center, .typography figure.center {
  padding: 0;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media print {
  .typography img.center, .typography figure.center {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.typography img.leftAlone, .typography figure.leftAlone {
  padding: 0;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  margin-left: 0;
}
@media print {
  .typography img.leftAlone, .typography figure.leftAlone {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.typography img.rightAlone, .typography figure.rightAlone {
  padding: 0;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  margin-right: 0;
}
@media print {
  .typography img.rightAlone, .typography figure.rightAlone {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.typography img.left, .typography img.right, .typography figure.left, .typography figure.right {
  padding: 0;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  margin-top: 0;
}
@media print {
  .typography img.left, .typography img.right, .typography figure.left, .typography figure.right {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.typography img.left, .typography figure.left {
  margin-right: 60px;
  float: left;
}
.typography img.right, .typography figure.right {
  margin-left: 60px;
  float: right;
}
.typography .button, .typography .SilverStripe\\Blog\\Model\\BlogPost .blogVitals .readmore, .SilverStripe\\Blog\\Model\\BlogPost .blogVitals .typography .readmore, .typography .blogSummary .blogVitals .readmore, .blogSummary .blogVitals .typography .readmore, .typography button, .typography input[type=submit] {
  padding: 0;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  display: inline-block;
  padding: 0.7em 0.9em;
  font-size: 100%;
  background: #395393;
  color: #fff;
  border-radius: 4px;
  color: white;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: "Tahoma", sans-serif !important;
  font-weight: normal !important;
  width: auto;
}
@media print {
  .typography .button, .typography .SilverStripe\\Blog\\Model\\BlogPost .blogVitals .readmore, .SilverStripe\\Blog\\Model\\BlogPost .blogVitals .typography .readmore, .typography .blogSummary .blogVitals .readmore, .blogSummary .blogVitals .typography .readmore, .typography button, .typography input[type=submit] {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.typography .button.apply, .typography .SilverStripe\\Blog\\Model\\BlogPost .blogVitals .apply.readmore, .SilverStripe\\Blog\\Model\\BlogPost .blogVitals .typography .apply.readmore, .typography .blogSummary .blogVitals .apply.readmore, .blogSummary .blogVitals .typography .apply.readmore, .typography button.apply, .typography input[type=submit].apply {
  text-transform: uppercase;
  background: #e82b2b;
}
.typography a {
  color: inherit;
  text-decoration: none;
}
.typography a:hover {
  text-decoration: underline;
}
.typography .material-icons,
.typography .fa {
  font-size: 150%;
  vertical-align: middle;
  margin-bottom: 0.1em;
  color: #6A99D1;
  min-width: 1em;
  text-align: center;
  margin-right: 0.25em;
}
.typography .fa {
  font-size: 120%;
}
.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  padding: 0;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  font-family: "abadi";
  font-weight: 800 !important;
  max-width: 1800px;
  line-height: 1.2;
  color: #395393;
  font-weight: bold;
  clear: none;
}
@media print {
  .typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.typography h1:not(:first-child), .typography h2:not(:first-child), .typography h3:not(:first-child), .typography h4:not(:first-child), .typography h5:not(:first-child), .typography h6:not(:first-child) {
  margin-top: 60px;
}
.typography h1 a[name], .typography h2 a[name], .typography h3 a[name], .typography h4 a[name], .typography h5 a[name], .typography h6 a[name] {
  margin-top: -200px;
  padding-top: 200px;
  visibility: hidden;
  display: block;
  z-index: -1;
}
.typography h1 {
  font-size: 40px;
  clear: both;
}
@media print {
  .typography h1 {
    font-size: 35px;
  }
}
.typography h2 {
  font-size: 50px;
  clear: both;
}
@media print {
  .typography h2 {
    font-size: 40px;
  }
}
.typography h3 {
  font-size: 34px;
}
.typography p, .typography ul, .typography ol {
  padding: 0;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  max-width: 1800px;
}
@media print {
  .typography p, .typography ul, .typography ol {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.typography p a, .typography ul a, .typography ol a {
  color: #395393;
  font-weight: bold;
}
.typography ul, .typography ol {
  padding-left: 2.5em;
}
.typography ul li, .typography ol li {
  display: list-item;
}
.typography ul ul, .typography ul ol, .typography ol ul, .typography ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.typography ul li {
  list-style-type: disc;
}
.typography ul li li {
  list-style-type: circle;
}
.typography ul li li li {
  list-style-type: square;
}
.typography ol li {
  list-style-type: decimal;
}
.typography ol li li {
  list-style-type: lower-alpha;
}
.typography ol li li li {
  list-style-type: lower-roman;
}
.typography hr {
  width: 50%;
  border: none;
  border-top: 2px solid rgba(57, 83, 147, 0.3);
  margin-top: 120px;
  margin-bottom: 60px;
}
@media screen and (min-width: 960px) and (max-width: 1631px) {
  .typography {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 959px) {
  .typography {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1631px) {
  .typography h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 959px) {
  .typography h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1631px) {
  .typography h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 959px) {
  .typography h2 {
    font-size: 35px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1631px) {
  .typography h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 959px) {
  .typography h3 {
    font-size: 25px;
  }
}

/** Main Content **/
#main-content {
  min-height: 70vh;
  /**
   * Content Blocks
   *
   * There are three content block styles that we can customize.
   **/
}
@media screen {
  .with-hero-image #main-content > article:first-child > .grid-aligned > .span-all, .with-hero-image #main-content > article:first-child > .grid-aligned > .span-all *, .with-hero-image #main-content > section:first-child > .grid-aligned > .span-all, .with-hero-image #main-content > section:first-child > .grid-aligned > .span-all * {
    text-shadow: 0 0 4em #fff;
  }
}
@media print {
  #main-content > article:first-child > .grid-aligned > .span-all, #main-content > section:first-child > .grid-aligned > .span-all {
    padding: 30px 0;
  }
}
#main-content .content-blocks {
  padding: 60px 0 120px 0;
  background: #fff;
  text-align: center;
}
#main-content .content-blocks.content-blocks-style-1 {
  padding: 60px 0 90px 0;
  font-size: 110%;
}
#main-content .content-blocks.content-blocks-style-1 .content-block .fa-icon {
  position: absolute;
  font-size: 200%;
  margin-right: -1.15em;
  margin-top: 1em;
  right: 100%;
}
@media screen and (max-width: 959px) {
  #main-content .content-blocks.content-blocks-style-1 .content-block .fa-icon {
    margin-top: -0.25em;
  }
}
#main-content .content-blocks.content-blocks-style-1.with-icons .content-block {
  padding-left: 3.45em;
}
#main-content .content-blocks.content-blocks-style-2 {
  padding: 60px 0 90px 0;
  font-size: 110%;
}
#main-content .content-blocks.content-blocks-style-2 .content-block .fa-icon {
  position: absolute;
  font-size: 200%;
  margin-right: -1.15em;
  margin-top: 1em;
  right: 100%;
}
@media screen and (max-width: 959px) {
  #main-content .content-blocks.content-blocks-style-2 .content-block .fa-icon {
    margin-top: -0.25em;
  }
}
#main-content .content-blocks.content-blocks-style-2.with-icons .content-block {
  padding-left: 3.45em;
}
#main-content .content-blocks.content-blocks-style-3 {
  padding: 60px 0 90px 0;
  font-size: 110%;
}
#main-content .content-blocks.content-blocks-style-3 .content-block .fa-icon {
  position: absolute;
  font-size: 200%;
  margin-right: -1.15em;
  margin-top: 1em;
  right: 100%;
}
@media screen and (max-width: 959px) {
  #main-content .content-blocks.content-blocks-style-3 .content-block .fa-icon {
    margin-top: -0.25em;
  }
}
#main-content .content-blocks.content-blocks-style-3.with-icons .content-block {
  padding-left: 3.45em;
}
#main-content .content-blocks.content-blocks-style-1 {
  background-color: #fff;
}
#main-content .content-blocks.content-blocks-style-1 .typography h1, #main-content .content-blocks.content-blocks-style-1 .typography h4, #main-content .content-blocks.content-blocks-style-1 .typography h5, #main-content .content-blocks.content-blocks-style-1 .typography h6 {
  color: #555;
}
#main-content .content-blocks.content-blocks-style-1 .typography h2 {
  color: #395393;
}
#main-content .content-blocks.content-blocks-style-1 .typography h3 {
  color: #000000;
}
#main-content .content-blocks.content-blocks-style-1 .typography p, #main-content .content-blocks.content-blocks-style-1 .typography ul, #main-content .content-blocks.content-blocks-style-1 .typography ol {
  color: #666;
}
#main-content .content-blocks.content-blocks-style-1 .typography .fa-icon {
  color: #6A99D1;
}
#main-content .content-blocks.content-blocks-style-1 .typography a:not(.button) {
  font-weight: bold;
  color: #395393;
}
#main-content .content-blocks.content-blocks-style-2 {
  background-color: #3F528F;
}
#main-content .content-blocks.content-blocks-style-2 h1, #main-content .content-blocks.content-blocks-style-2 h2, #main-content .content-blocks.content-blocks-style-2 h3, #main-content .content-blocks.content-blocks-style-2 h4, #main-content .content-blocks.content-blocks-style-2 h5, #main-content .content-blocks.content-blocks-style-2 h6 {
  color: #fff;
}
#main-content .content-blocks.content-blocks-style-2 p, #main-content .content-blocks.content-blocks-style-2 ul, #main-content .content-blocks.content-blocks-style-2 ol {
  color: #f2f2f2;
}
#main-content .content-blocks.content-blocks-style-2 .fa-icon {
  color: #3F528F;
}
#main-content .content-blocks.content-blocks-style-2 a:not(.button) {
  font-weight: bold;
  color: #E6DBB2;
}
#main-content .content-blocks.content-blocks-style-3 {
  background-color: #6A99D1;
}
#main-content .content-blocks.content-blocks-style-3 h1, #main-content .content-blocks.content-blocks-style-3 h2, #main-content .content-blocks.content-blocks-style-3 h3, #main-content .content-blocks.content-blocks-style-3 h4, #main-content .content-blocks.content-blocks-style-3 h5, #main-content .content-blocks.content-blocks-style-3 h6 {
  color: #fff;
}
#main-content .content-blocks.content-blocks-style-3 p, #main-content .content-blocks.content-blocks-style-3 ul, #main-content .content-blocks.content-blocks-style-3 ol, #main-content .content-blocks.content-blocks-style-3 form :is(label, legend) {
  color: #f2f2f2 !important;
}
#main-content .content-blocks .img-gallery {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 0;
  margin: auto;
  align-items: center;
  justify-content: space-around;
  list-style: none;
  list-style-type: none;
}
#main-content .content-blocks .img-gallery li {
  list-style-type: none;
  padding: 10px 0;
}
@media screen and (min-width: 960px) {
  #main-content .content-blocks .img-gallery li {
    flex-basis: 32%;
  }
}
@media screen and (max-width: 959px) {
  #main-content .content-blocks .img-gallery li {
    flex-basis: 48%;
  }
}
@media screen and (max-width: 600px) {
  #main-content .content-blocks .img-gallery li {
    flex-basis: 90%;
  }
}
#main-content .content-blocks .img-gallery li img {
  object-fit: cover;
  min-width: 100%;
  height: 100%;
  vertical-align: middle;
  border-radius: 10px;
}
@media screen and (min-width: 960px) {
  #main-content .content-blocks .img-gallery li img {
    height: 300px;
  }
}
@media screen and (max-width: 959px) {
  #main-content .content-blocks .img-gallery li img {
    height: 280px;
  }
}
@media screen and (max-width: 600px) {
  #main-content .content-blocks .img-gallery li img {
    height: 200px;
  }
}
#main-content .content-blocks .img-gallery li .img-caption {
  margin-top: 10px;
  margin-bottom: 10px;
}
#main-content .content-blocks .img-gallery li .img-caption a {
  color: #fff;
}
@media print {
  #main-content .content-blocks {
    padding: 15px 0 !important;
  }
  #main-content .content-blocks .content-block {
    page-break-inside: avoid;
  }
}

html:not(.scrolled) .with-hero-image #page-header {
  background: #395393;
}
#page-header {
  color: #fff;
  background: #395393;
  position: sticky;
  top: 0;
  z-index: 9999;
  height: 140px;
  display: flex;
  align-items: center;
}
#page-header #header-right {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: auto;
  text-align: center;
}
#page-header #header-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  text-align: center;
}
#page-header #header-info #header-contact {
  font-size: 45px;
  line-height: 60px;
  display: flex;
  align-items: center;
  color: #fff;
}
.scrolled #page-header #header-info #header-contact {
  transform: scale(0.8);
}
#page-header #header-info #header-contact .social {
  font-size: 30px;
}
#page-header #header-info #header-contact .social a {
  color: #fff;
  width: max-content;
  margin-left: 30px;
}
#page-header #header-info #header-contact .social a + a {
  margin-left: 15px;
}
@media screen and (min-width: 960px) and (max-width: 1631px) {
  #page-header #header-info #header-contact {
    font-size: 30px;
    line-height: 50px;
  }
  #page-header #header-info #header-contact .social {
    font-size: 25px;
  }
  #page-header #header-info #header-contact .social a {
    margin-left: 15px;
  }
}
#page-header #header-info #header-links a {
  color: #fff;
  text-decoration: none;
  font-size: 23px;
  line-height: 28px;
}
#page-header #header-info #header-links a + a::before {
  display: inline;
  padding: 0 0.25em;
  content: "| ";
}
.scrolled #page-header #header-info {
  margin-bottom: 1rem;
}
#page-header > .grid-aligned {
  align-items: center;
}
@media screen and (min-width: 1632px) {
  #page-header > .grid-aligned {
    flex-wrap: nowrap;
  }
  #page-header > .grid-aligned {
    justify-content: space-between;
  }
  #page-header > .grid-aligned > div[class^=span-],
  #page-header > .grid-aligned > div[class*=" span-"] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: max-content;
  }
  .scrolled #page-header {
    background: rgba(57, 83, 147, 0.8);
    margin-bottom: 60px;
    height: max-content;
  }
}
@media screen and (max-width: 959px) {
  .scrolled #page-header {
    background: rgba(57, 83, 147, 0.95);
    box-shadow: 0 0 2px 4px rgba(198, 172, 108, 0.15);
    max-height: 70px;
    margin-bottom: 70px;
  }
}
#page-header .logo h1 {
  margin: 60px 0;
  clear: none;
}
@media screen and (min-width: 1632px) {
  #page-header .logo h1 {
    margin: 30px 30px 30px 0;
  }
}
.scrolled #page-header .logo h1 {
  margin: 0;
}
@media print {
  #page-header .logo h1 {
    margin: 0;
  }
}
#page-header .logo h1 img {
  display: block;
  transform-origin: left center;
  transition: transform 250ms;
}
.scrolled #page-header .logo h1 img {
  transform: scale(0.7);
}
@media screen and (max-width: 1631px) {
  #page-header > .grid-aligned .logo-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media print {
  #page-header .mobile-menu {
    display: none;
  }
}
@media print {
  #page-header {
    padding: 0;
  }
}

#page-banner {
  background: url(../images/Home_Page_Banner_Background@2x.jpg) no-repeat;
  background-size: cover;
  background-color: #6999d1;
  background-repeat: no-repeat;
}
@media screen and (min-width: 960px) and (max-width: 1631px) {
  #page-banner {
    background-position: center;
  }
}
@media screen and (max-width: 959px) {
  #page-banner {
    background: #6999d1;
  }
}
#page-banner .grid-aligned {
  padding: 60px 0 100px;
}
#page-banner .typography {
  text-shadow: rgba(0, 0, 0, 0.1607843137) 0px 3px 6px;
}
#page-banner .typography h1:first-child {
  margin-bottom: 0px;
}
#page-banner .typography h1:not(:first-child) {
  margin-top: 0px;
}
#page-banner .button, #page-banner .SilverStripe\\Blog\\Model\\BlogPost .blogVitals .readmore, .SilverStripe\\Blog\\Model\\BlogPost .blogVitals #page-banner .readmore, #page-banner .blogSummary .blogVitals .readmore, .blogSummary .blogVitals #page-banner .readmore {
  margin-right: 30px;
}
#page-banner a:not(.button) {
  color: #E6DBB2 !important;
}
#page-banner a:not(.button):hover {
  color: rgb(223.75, 210, 158.75) !important;
}
#page-banner p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#page-banner form label {
  color: #09428F !important;
  text-transform: uppercase;
}
@media screen and (min-width: 1632px) {
  #page-banner form label {
    font-size: 24px !important;
    line-height: 29px;
  }
}
#page-banner form input:not([type=submit]), #page-banner form select:not([type=submit]) {
  color: #4D4D4D !important;
}
@media screen and (min-width: 1632px) {
  #page-banner form input:not([type=submit]), #page-banner form select:not([type=submit]) {
    font-size: 20px !important;
    line-height: 24px;
  }
}
#page-banner form input[type=submit], #page-banner form select[type=submit] {
  width: max-content !important;
  margin: 0 !important;
}
@media screen and (min-width: 1632px) {
  #page-banner form input[type=submit], #page-banner form select[type=submit] {
    font-size: 18px !important;
  }
}
#page-banner form .field.dropdown .middleColumn {
  max-width: 375px;
}

#userform-progress p {
  font-size: 20px;
  font-style: italic;
}
#userform-progress .progress {
  background: rgb(218.25, 224.75, 240.75);
  height: 16px;
  border-radius: 10px;
}
#userform-progress .progress .progress-bar {
  background: #395393;
  height: 16px;
  border-radius: 10px;
}
#userform-progress nav {
  margin: -35px 0 0;
  height: max-content;
  line-height: 50px;
}
#userform-progress nav .step-buttons {
  margin: 0;
  height: max-content;
}
#userform-progress nav .step-buttons .step-button-wrapper .step-button-jump {
  margin: 0;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  background: rgb(218.25, 224.75, 240.75);
  padding: 0;
  font-size: 20px;
  opacity: 1;
}
#userform-progress nav .step-buttons .step-button-wrapper.viewed .step-button-jump {
  background: #395393 !important;
}

#page-sidebar {
  text-align: left;
}
#page-sidebar img {
  width: 100%;
  padding: 35px;
  box-sizing: border-box;
}

@media screen and (min-width: 960px) {
  .HomePage > .content-blocks-style-1:not(.has-sidebar) {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .HomePage > .content-blocks-style-1:not(.has-sidebar) .grid-aligned {
    border: 6px solid #f2f2f2 !important;
    box-sizing: content-box;
  }
  .HomePage > .content-blocks-style-1:not(.has-sidebar) .grid-aligned .content-block:first-child h2 {
    width: max-content;
    padding: 0 30px;
    background-color: #fff;
    margin: -30px auto;
  }
  .HomePage > .content-blocks-style-1:not(.has-sidebar) .grid-aligned .content-block:not(:first-child) {
    margin-top: 90px;
    margin-bottom: 60px;
  }
  .HomePage > .content-blocks-style-1:not(.has-sidebar) .grid-aligned .content-block img {
    padding: 0 30px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 959px) {
  .HomePage > .content-blocks-style-1:not(.has-sidebar) .grid-aligned .content-block img {
    padding: 30px;
    box-sizing: border-box;
  }
}

.LocationPage #page-banner {
  background-position: 20vw center;
  position: relative;
}
.LocationPage #page-banner #banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right, #6999d1 50%, rgba(255, 255, 255, 0) 60%);
}
@media screen and (max-width: 959px) {
  .LocationPage #page-banner #banner-overlay {
    background: #6999d1;
  }
}
.LocationPage #page-banner, .LocationPage #page-banner * {
  font-family: "Tahoma", sans-serif !important;
}
.LocationPage #page-banner h1 {
  margin-top: 0 !important;
  margin-bottom: 40px !important;
}
@media screen and (min-width: 1632px) {
  .LocationPage #page-banner h1 {
    font-size: 44px;
    line-height: 53px;
  }
}
.LocationPage h3 {
  text-align: left;
}
.LocationPage input[name=action_filterResults] {
  opacity: 0;
  height: 0;
  padding: 0;
  margin: 0;
}

#page-content {
  text-align: left;
}
#page-content h2 {
  text-align: left;
}
#page-content h2:first-child {
  margin-top: 0;
}

#page-sidebar aside {
  margin-bottom: 30px;
}
#page-sidebar aside:first-child {
  padding: 10px 40px;
  border-radius: 10px;
  border: 2px solid #D9D9D9;
}
@media screen and (max-width: 959px) {
  #page-sidebar aside:first-child {
    padding: 10px 20px;
  }
}
#page-sidebar form label {
  color: #4C4A44;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#page-sidebar form input[type=submit] {
  width: max-content;
}

.positions-table {
  color: #395393;
}
@media screen and (min-width: 960px) {
  .positions-table {
    padding-right: 20px;
  }
}
.positions-table table {
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .positions-table table {
    width: 100%;
  }
}
.positions-table th, .positions-table td {
  border-bottom: 1px solid #999999;
  padding: 0px 15px;
  text-align: left;
  height: 50px;
}
@media screen and (min-width: 960px) {
  .positions-table th, .positions-table td {
    font-size: 24px !important;
    line-height: 40px !important;
  }
}
@media screen and (max-width: 959px) {
  .positions-table th, .positions-table td {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
.positions-table th {
  font-family: "abadi" !important;
  font-weight: bold;
}
.positions-table td {
  font-family: "kranto-normal" !important;
  font-weight: normal;
}
.positions-table tr:nth-child(odd) td {
  background: #F2F2F2;
}
.positions-table .button.apply, .positions-table .SilverStripe\\Blog\\Model\\BlogPost .blogVitals .apply.readmore, .SilverStripe\\Blog\\Model\\BlogPost .blogVitals .positions-table .apply.readmore, .positions-table .blogSummary .blogVitals .apply.readmore, .blogSummary .blogVitals .positions-table .apply.readmore {
  font-family: "abadi" !important;
  color: white;
  border-radius: 50px;
  vertical-align: text-top;
  margin: 0 !important;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .positions-table .button.apply, .positions-table .SilverStripe\\Blog\\Model\\BlogPost .blogVitals .apply.readmore, .SilverStripe\\Blog\\Model\\BlogPost .blogVitals .positions-table .apply.readmore, .positions-table .blogSummary .blogVitals .apply.readmore, .blogSummary .blogVitals .positions-table .apply.readmore {
    font-size: 16px !important;
    line-height: 16px !important;
    padding: 7px 19px;
  }
}
@media screen and (max-width: 959px) {
  .positions-table .button.apply, .positions-table .SilverStripe\\Blog\\Model\\BlogPost .blogVitals .apply.readmore, .SilverStripe\\Blog\\Model\\BlogPost .blogVitals .positions-table .apply.readmore, .positions-table .blogSummary .blogVitals .apply.readmore, .blogSummary .blogVitals .positions-table .apply.readmore {
    font-size: 13px !important;
    line-height: 13px !important;
    padding: 8px 15px;
  }
}

/** FOOTER **/
#page-footer {
  background-color: #F2F2F2;
}
#page-footer, #page-footer * {
  color: #999999;
  font-family: "Tahoma", sans-serif;
  font-weight: normal !important;
}
#page-footer #page-footer-wrapper {
  padding: 60px 15px;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 959px) {
  #page-footer #page-footer-wrapper {
    font-size: 14px;
  }
}
#page-footer .contact, #page-footer .legal .copyright {
  display: block;
  float: left;
  margin-top: 0;
}
#page-footer .social, #page-footer .legal .credit {
  display: block;
  float: right;
  margin-top: 0;
}
#page-footer .legal {
  clear: both;
  float: left;
  width: 100%;
}

/** Menu **/
#main-menu {
  position: relative;
  margin: 60px 0;
}
@media screen and (min-width: 1632px) {
  .scrolled #main-menu {
    margin: 0;
  }
}
#main-menu ul {
  margin: 0;
  padding: 0;
}
#main-menu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main-menu ul li a {
  text-decoration: none;
  font-weight: normal;
}
#main-menu > ul {
  text-align: center;
  max-width: 100%;
}
#main-menu > ul > li {
  display: inline-block;
  position: relative;
  text-align: left;
}
#main-menu > ul > li + li::before {
  display: inline;
  color: #999999;
  padding: 0 0.25em;
  content: "| ";
}
#main-menu > ul > li > a {
  position: relative;
  z-index: 3;
  color: #fff;
  border-radius: 5px;
}
#main-menu > ul > li > a > .menu-icon {
  margin-right: 5px;
}
#main-menu > ul > li.current > a, #main-menu > ul > li.section > a {
  color: #395393;
}
#main-menu > ul > li:hover > a > .menu-icon {
  color: #6A99D1;
}
#main-menu > ul > li ul {
  position: absolute;
  z-index: 1;
  top: -99999px;
  left: 0;
  opacity: 0;
  transform: translateY(-5px);
  padding: 0.5em 0;
  background: #395393;
  width: 240px;
  border-radius: 2px;
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1831px) {
  #main-menu > ul > li ul {
    left: auto;
    right: 0;
  }
}
@media (hover: none) {
  #main-menu > ul > li ul {
    display: none;
  }
}
#main-menu > ul > li ul > li > a {
  display: block;
  color: #fff;
  padding: 0.5em 1em;
  font-size: 90%;
}
#main-menu > ul > li ul > li > a > .menu-icon {
  margin-right: 5px;
}
#main-menu > ul > li ul > li.current > a, #main-menu > ul > li ul > li.section > a {
  color: #395393;
}
#main-menu > ul > li ul > li:hover > a {
  color: #fff;
  background: #395393;
}
@media print {
  #main-menu {
    display: none;
  }
}

#mm-main-menu {
  z-index: 1;
  font-family: "kranto-normal";
}
#mm-main-menu a {
  text-decoration: none;
  font-weight: normal;
  color: #4C4A44;
}
#mm-main-menu a > .menu-icon {
  margin-right: 5px;
}
#mm-main-menu ul {
  padding-left: 0;
}
@media print {
  #mm-main-menu {
    display: none;
  }
}

.mobile-menu-button {
  margin-left: 9vw;
}
.mobile-menu-button .menu-icon {
  color: #fff;
  font-size: 36px;
  cursor: pointer;
}

#mobile-navigation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background: #ffffff;
  z-index: 900000;
}

.mm-panels > .mm-panel {
  padding-left: max(env(safe-area-inset-left), 20px);
}

/** Pagination **/
.pagination ul.PageNumbers {
  padding: 0;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}
@media print {
  .pagination ul.PageNumbers {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.pagination ul.PageNumbers li {
  padding: 0;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  display: inline-block;
  float: left;
}
@media print {
  .pagination ul.PageNumbers li {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.pagination ul.PageNumbers li + li {
  margin-left: 0.75em;
}
.pagination ul.PageNumbers li.active {
  background: #395393;
  border-radius: 50%;
  padding: 0 0.5em;
}
.pagination ul.PageNumbers li.active a {
  color: #fff;
}

/** Blog **/
.SilverStripe\\Blog\\Model\\BlogPost .authorDate, .SilverStripe\\Blog\\Model\\BlogPost .tags, .blogSummary .authorDate, .blogSummary .tags {
  font-size: 95% !important;
  margin-top: -0.75em;
}
.SilverStripe\\Blog\\Model\\BlogPost .blogVitals, .blogSummary .blogVitals {
  margin-top: -1em;
}
.SilverStripe\\Blog\\Model\\BlogPost .blogVitals .readmore, .blogSummary .blogVitals .readmore {
  font-size: 80% !important;
}

.blogSummary {
  display: flex;
  flex-direction: column;
  border-left: 10px solid #999999;
  padding: 5px 20px 5px 40px;
  margin-top: 40px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .blogSummary {
    padding: 3px 0px 3px 15px;
    border-left: 5px solid #999999;
  }
}
.blogSummary .post-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .blogSummary .post-header {
    flex-direction: column;
  }
}
.blogSummary .post-header .post-heading {
  font-size: 30px;
}
@media screen and (max-width: 1631px) {
  .blogSummary .post-header .post-heading {
    font-size: 25px;
  }
}
@media screen and (max-width: 600px) {
  .blogSummary .post-header .post-heading {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.blogSummary .post-header .post-heading .post-title a {
  font-weight: bold;
}
.blogSummary .post-header .salary {
  color: #395393;
  font-weight: medium;
}
.blogSummary .post-header .button, .SilverStripe\\Blog\\Model\\BlogPost .blogVitals .blogSummary .post-header .readmore, .blogSummary .post-header .blogVitals .readmore, .blogSummary .blogVitals .post-header .readmore {
  font-size: 23px;
  padding: 14px 27px;
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 1631px) {
  .blogSummary .post-header .button, .SilverStripe\\Blog\\Model\\BlogPost .blogVitals .blogSummary .post-header .readmore, .blogSummary .post-header .blogVitals .readmore, .blogSummary .blogVitals .post-header .readmore {
    font-size: 20px;
    padding: 11px 22px;
  }
}
@media screen and (max-width: 600px) {
  .blogSummary .post-header .button, .SilverStripe\\Blog\\Model\\BlogPost .blogVitals .blogSummary .post-header .readmore, .blogSummary .post-header .blogVitals .readmore, .blogSummary .blogVitals .post-header .readmore {
    font-size: 17px;
    padding: 8px 18px;
  }
}
.blogSummary .post-content ul {
  padding-left: 25px;
}

.mobile-shortcut-buttons {
  position: fixed;
  bottom: -50px;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 250ms, transform 250ms, bottom 0ms 250ms;
}
html.scrolled .mobile-shortcut-buttons {
  opacity: 0.9;
  bottom: 30px;
  transform: translateY(0);
  transition: opacity 250ms, transform 250ms;
}
.mobile-shortcut-buttons a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  margin: 0 2px;
  border-radius: 4px;
  background: #395393;
  color: #fff;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
}
@media print {
  .mobile-shortcut-buttons {
    display: none;
  }
}

body #BetterNavigator {
  top: auto;
  bottom: 0;
  border-width: 1px 0 0 1px;
  line-height: 14px;
  height: max-content;
}
body #BetterNavigator.collapsed {
  bottom: 60px;
  opacity: 0.5;
  transition: opacity 250ms;
}
body #BetterNavigator.collapsed:hover {
  opacity: 1;
}
@media print {
  body #BetterNavigator {
    display: none;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  pre,
  blockquote {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@media screen and (max-width: 959px) {
  .SiteMapPage #main-content .typography > ul {
    padding: 0;
  }
}
.SiteMapPage #main-content ul {
  list-style: none;
  margin-left: 0;
}
@media screen and (max-width: 959px) {
  .SiteMapPage #main-content ul {
    padding-left: 15px;
  }
}
.SiteMapPage #main-content ul li {
  list-style: none !important;
  font-size: 26px;
}
@media screen and (max-width: 959px) {
  .SiteMapPage #main-content ul li {
    font-size: 18px;
  }
}
.SiteMapPage #main-content ul li a {
  font-weight: normal;
}
.SiteMapPage #main-content ul > li {
  border-top: 1px solid #cccccc;
  padding: 0px;
}
.SiteMapPage #main-content ul > li > a {
  display: block;
  padding: 10px 20px;
  -webkit-transition: color 250ms, background 250ms;
  transition: color 250ms, background 250ms;
}
.SiteMapPage #main-content ul > li > a:hover {
  text-decoration: none;
  color: #000000;
  background: #eeeeee;
}
html {
  --zoom: 1.0;
  zoom: var(--zoom);
}
@supports (-moz-appearance: none) {
  html {
    --zoom: 1 !important;
  }
}
html div.g-recaptcha, html canvas.jSignature, html > body > *:not([id=page-body]) {
  zoom: calc(1 / var(--zoom));
  max-width: 100%;
}
@media screen and (min-width: 1632px) and (max-height: 1080px) {
  html {
    --zoom: 0.9;
  }
}
@media screen and (min-width: 1632px) and (max-height: 800px) {
  html {
    --zoom: 0.8;
  }
}
@media screen and (min-width: 1632px) and (max-height: 600px) {
  html {
    --zoom: 0.7;
  }
}
@media screen and (min-width: 960px) and (max-width: 1631px) and (max-height: 1440px) {
  html {
    --zoom: 0.9;
  }
}
@media screen and (min-width: 960px) and (max-width: 1631px) and (max-height: 1080px) {
  html {
    --zoom: 0.8;
  }
}
@media screen and (max-width: 959px) and (max-width: 400px) {
  html {
    --zoom: 0.75;
  }
}

/*# sourceMappingURL=theme.css.map */
