@charset "UTF-8";
/***************************************************
 ** Breakpoints
 ***************************************************/
/***************************************************
 ** Base Color Scheme.
 ***************************************************/
/***************************************************
 ** Text Defaults
 ***************************************************/
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://use.fontawesome.com/releases/v5.2.0/css/all.css");
/***************************************************
 ** Header
 ***************************************************/
/***************************************************
 ** Footer
 ***************************************************/
/***************************************************
 ** Content Blocks
 ***************************************************/
@media screen and (max-width: 1199px) {
  .desktop-only {
    display: none !important;
  }
}

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

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

@media screen and (min-width: 1200px) {
  .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;
  }
}

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

/**
 * The Grid
 *
 * This is the global grid.  It's 12 columns wide and will adapt to
 * changing screen resolutions as defined here.
 **/
@media screen {
  .grid-aligned {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .grid-aligned .grid-aligned {
    width: auto;
    margin-left: -28px;
    margin-right: -28px;
    padding: 0;
  }
  .grid-aligned > .span-1, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 44px;
    box-sizing: border-box;
    margin: 0 28px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-1 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: -6px;
  }
  .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: 144px;
    box-sizing: border-box;
    margin: 0 28px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-2 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: 44px;
  }
  .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: 244px;
    box-sizing: border-box;
    margin: 0 28px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-3 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: 94px;
  }
  .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: 344px;
    box-sizing: border-box;
    margin: 0 28px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-4 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: 144px;
  }
  .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: 444px;
    box-sizing: border-box;
    margin: 0 28px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-5 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: 194px;
  }
  .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: 544px;
    box-sizing: border-box;
    margin: 0 28px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-6 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: 244px;
  }
  .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: 644px;
    box-sizing: border-box;
    margin: 0 28px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-7 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: 294px;
  }
  .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: 744px;
    box-sizing: border-box;
    margin: 0 28px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-8 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: 344px;
  }
  .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: 844px;
    box-sizing: border-box;
    margin: 0 28px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-9 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: 394px;
  }
  .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: 944px;
    box-sizing: border-box;
    margin: 0 28px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-10 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: 444px;
  }
  .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: 1044px;
    box-sizing: border-box;
    margin: 0 28px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-11 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: 494px;
  }
  .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: 1144px;
    box-sizing: border-box;
    margin: 0 28px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-12 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: 544px;
  }
  .grid-aligned > .span-12 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .offset-0 {
    margin-left: 28px !important;
  }
  .grid-aligned > .offset-1 {
    margin-left: 128px !important;
  }
  .grid-aligned > .offset-2 {
    margin-left: 228px !important;
  }
  .grid-aligned > .offset-3 {
    margin-left: 328px !important;
  }
  .grid-aligned > .offset-4 {
    margin-left: 428px !important;
  }
  .grid-aligned > .offset-5 {
    margin-left: 528px !important;
  }
  .grid-aligned > .offset-6 {
    margin-left: 628px !important;
  }
  .grid-aligned > .offset-7 {
    margin-left: 728px !important;
  }
  .grid-aligned > .offset-8 {
    margin-left: 828px !important;
  }
  .grid-aligned > .offset-9 {
    margin-left: 928px !important;
  }
  .grid-aligned > .offset-10 {
    margin-left: 1028px !important;
  }
  .grid-aligned > .offset-11 {
    margin-left: 1128px !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-1 {
    width: 44px;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-2 {
    width: 144px;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-3 {
    width: 244px;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-4 {
    width: 344px;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-5 {
    width: 444px;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-6 {
    width: 544px;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-7 {
    width: 644px;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-8 {
    width: 744px;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-9 {
    width: 844px;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-10 {
    width: 944px;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-11 {
    width: 1044px;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-12 {
    width: 1144px;
  }
  .grid-aligned > .tablet-offset-0 {
    margin-left: 28px !important;
  }
  .grid-aligned > .tablet-offset-1 {
    margin-left: 128px !important;
  }
  .grid-aligned > .tablet-offset-2 {
    margin-left: 228px !important;
  }
  .grid-aligned > .tablet-offset-3 {
    margin-left: 328px !important;
  }
  .grid-aligned > .tablet-offset-4 {
    margin-left: 428px !important;
  }
  .grid-aligned > .tablet-offset-5 {
    margin-left: 528px !important;
  }
  .grid-aligned > .tablet-offset-6 {
    margin-left: 628px !important;
  }
  .grid-aligned > .tablet-offset-7 {
    margin-left: 728px !important;
  }
  .grid-aligned > .tablet-offset-8 {
    margin-left: 828px !important;
  }
  .grid-aligned > .tablet-offset-9 {
    margin-left: 928px !important;
  }
  .grid-aligned > .tablet-offset-10 {
    margin-left: 1028px !important;
  }
  .grid-aligned > .tablet-offset-11 {
    margin-left: 1128px !important;
  }
}
@media screen {
  .grid-aligned:after {
    content: " ";
    display: block;
    clear: left;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .grid-aligned {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    max-width: 960px;
    position: relative;
    margin: 0 auto;
    padding: 0 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .grid-aligned .grid-aligned {
    width: auto;
    margin-left: -14px;
    margin-right: -14px;
    padding: 0;
  }
  .grid-aligned > .span-1, .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 52px;
    box-sizing: border-box;
    margin: 0 14px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-1 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: 12px;
  }
  .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: 132px;
    box-sizing: border-box;
    margin: 0 14px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-2 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: 52px;
  }
  .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: 212px;
    box-sizing: border-box;
    margin: 0 14px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-3 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: 92px;
  }
  .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: 292px;
    box-sizing: border-box;
    margin: 0 14px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-4 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: 132px;
  }
  .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: 372px;
    box-sizing: border-box;
    margin: 0 14px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-5 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: 172px;
  }
  .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: 452px;
    box-sizing: border-box;
    margin: 0 14px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-6 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: 212px;
  }
  .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: 532px;
    box-sizing: border-box;
    margin: 0 14px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-7 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: 252px;
  }
  .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: 612px;
    box-sizing: border-box;
    margin: 0 14px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-8 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: 292px;
  }
  .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: 692px;
    box-sizing: border-box;
    margin: 0 14px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-9 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: 332px;
  }
  .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: 772px;
    box-sizing: border-box;
    margin: 0 14px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-10 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: 372px;
  }
  .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: 852px;
    box-sizing: border-box;
    margin: 0 14px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-11 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: 412px;
  }
  .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: 932px;
    box-sizing: border-box;
    margin: 0 14px;
    position: relative;
    float: left;
  }
  .grid-aligned > .span-12 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: 452px;
  }
  .grid-aligned > .span-12 img, .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  .grid-aligned > .offset-0 {
    margin-left: 14px !important;
  }
  .grid-aligned > .offset-1 {
    margin-left: 94px !important;
  }
  .grid-aligned > .offset-2 {
    margin-left: 174px !important;
  }
  .grid-aligned > .offset-3 {
    margin-left: 254px !important;
  }
  .grid-aligned > .offset-4 {
    margin-left: 334px !important;
  }
  .grid-aligned > .offset-5 {
    margin-left: 414px !important;
  }
  .grid-aligned > .offset-6 {
    margin-left: 494px !important;
  }
  .grid-aligned > .offset-7 {
    margin-left: 574px !important;
  }
  .grid-aligned > .offset-8 {
    margin-left: 654px !important;
  }
  .grid-aligned > .offset-9 {
    margin-left: 734px !important;
  }
  .grid-aligned > .offset-10 {
    margin-left: 814px !important;
  }
  .grid-aligned > .offset-11 {
    margin-left: 894px !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) and (min-width: 960px) and (max-width: 1199px) {
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-1 {
    width: 52px;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-2 {
    width: 132px;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-3 {
    width: 212px;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-4 {
    width: 292px;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-5 {
    width: 372px;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-6 {
    width: 452px;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-7 {
    width: 532px;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-8 {
    width: 612px;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-9 {
    width: 692px;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-10 {
    width: 772px;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-11 {
    width: 852px;
  }
  .grid-aligned > .tablet-span-all, .grid-aligned > .tablet-span-12 {
    width: 932px;
  }
  .grid-aligned > .tablet-offset-0 {
    margin-left: 14px !important;
  }
  .grid-aligned > .tablet-offset-1 {
    margin-left: 94px !important;
  }
  .grid-aligned > .tablet-offset-2 {
    margin-left: 174px !important;
  }
  .grid-aligned > .tablet-offset-3 {
    margin-left: 254px !important;
  }
  .grid-aligned > .tablet-offset-4 {
    margin-left: 334px !important;
  }
  .grid-aligned > .tablet-offset-5 {
    margin-left: 414px !important;
  }
  .grid-aligned > .tablet-offset-6 {
    margin-left: 494px !important;
  }
  .grid-aligned > .tablet-offset-7 {
    margin-left: 574px !important;
  }
  .grid-aligned > .tablet-offset-8 {
    margin-left: 654px !important;
  }
  .grid-aligned > .tablet-offset-9 {
    margin-left: 734px !important;
  }
  .grid-aligned > .tablet-offset-10 {
    margin-left: 814px !important;
  }
  .grid-aligned > .tablet-offset-11 {
    margin-left: 894px !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .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 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: -0.8333333333vw;
  }
  .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 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: 3.3333333333vw;
  }
  .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 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: 7.5vw;
  }
  .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 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: 11.6666666667vw;
  }
  .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 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: 15.8333333333vw;
  }
  .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 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: 20vw;
  }
  .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 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: 24.1666666667vw;
  }
  .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 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: 28.3333333333vw;
  }
  .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 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: 32.5vw;
  }
  .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 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: 36.6666666667vw;
  }
  .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 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: 40.8333333333vw;
  }
  .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 .width-one-half, .grid-aligned > .span-all .width-one-half {
    width: 45vw;
  }
  .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;
  }
}

body {
  background-color: #fff;
}

form fieldset {
  padding: 0;
  border: none;
}
form label, form input, form select, form textarea, form .help-block {
  display: block;
  float: none !important;
  font-size: 15px;
}
form label, form .help-block {
  padding-bottom: 0px !important;
  margin-bottom: 5px;
  margin-top: 0 !important;
}
form label.left {
  font-family: "Roboto" !important;
  font-size: 16px !important;
  color: #333 !important;
  font-weight: bold;
}
form .requiredField label.left:after {
  content: " *";
  color: red;
}
form .help-block {
  font-family: "Roboto" !important;
  font-size: 16px !important;
  color: #666 !important;
}
form input, form select, form textarea {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 2px solid #ddd;
  border-radius: 4px;
  box-shadow: none;
  padding: 10px 15px;
  margin-bottom: 15px;
  background: #fff;
}
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;
}
@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 .field.dropdown .middleColumn {
  position: relative;
}
form .field.dropdown .middleColumn:after {
  content: "\f078";
  position: absolute;
  top: 21px;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: "Font Awesome 5 Free";
  -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;
}
form .message {
  padding: 10px 15px;
  margin: 15px 0;
  display: block;
  font-size: 15px;
}
form .message.success {
  background-color: #dff0d8;
}
form .message.warning {
  background-color: #fcf8e3;
}
form .message.error, form .message.required, form .message.validation {
  background-color: #f2dede;
}

.userform-progress .progress-description {
  font-size: 12.6px !important;
}
.userform-progress .step-buttons {
  padding-left: 0;
  margin: -24px 0 0 0;
  max-width: 100%;
}
.userform-progress .step-button-jump {
  margin: 0;
  padding: 0;
  width: 35px;
  height: 35px;
  opacity: 1;
  border-radius: 50%;
  background: rgb(240.6, 216.3, 196.5);
  font-size: 12.6px;
}
.userform-progress .step-button-jump .tick {
  display: none;
}
.userform-progress .step-button-jump .label {
  position: absolute;
  bottom: 120%;
  color: rgb(145, 155.5, 169);
  transform: translateX(-50%);
  width: 140px;
  font-size: 10.5px;
}
@media screen and (max-width: 1199px) {
  .userform-progress .step-button-jump .label {
    display: none;
  }
}
.userform-progress .step-button-wrapper.viewed .step-button-jump {
  background: #cf7e3c;
}
.userform-progress .step-button-wrapper.viewed:not(.current) .step-button-jump .number {
  display: none;
}
.userform-progress .step-button-wrapper.viewed:not(.current) .step-button-jump .tick {
  display: block;
}
.userform-progress .progress {
  background: rgb(240.6, 216.3, 196.5);
  border-radius: 5px;
  margin: 60px 10px 0 10px;
  height: 12px;
}
.userform-progress .progress .progress-bar {
  background: #cf7e3c;
  height: 12px;
}

.step-navigation .step-buttons {
  padding-left: 0;
}

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

#page-body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
#page-body.with-hero-image {
  background-position: top center;
  background-size: cover;
  background-repeat: repeat-x;
  background-attachment: scroll;
}
#page-body.with-hero-image > *:not(#page-header) {
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  @supports (background-attachment: fixed) {
    #page-body.with-hero-image {
      background-attachment: fixed;
    }
  }
}
#page-body.with-hero-image:before {
  content: "";
  position: absolute;
  background: rgba(242.9, 243.5, 244.7, 0.88);
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
}
@media screen and (max-width: 959px) {
  #page-body.with-hero-image:before {
    background: white;
  }
}

/**
 * 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: 14px "Verdana", "Arial", sans-serif;
  line-height: 1.6;
  color: #233853;
}
@media print {
  .typography {
    font-size: 10.5px;
  }
}
.typography .text-right {
  text-align: right;
}
.typography .text-center {
  text-align: center;
}
.typography .text-left {
  text-align: left;
}
.typography .text-justify {
  text-align: justify;
}
.typography iframe {
  padding: 0;
  margin: 0;
  margin-top: 14px;
  margin-bottom: 14px;
  display: block;
}
@media print {
  .typography iframe {
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
.typography strong img, .typography strong figure {
  border: 1px solid rgb(158.6355932203, 183.0169491525, 214.3644067797);
}
.typography img.center, .typography figure.center, .typography table.center, .typography div.center {
  padding: 0;
  margin: 0;
  margin-top: 14px;
  margin-bottom: 14px;
  display: block;
  margin-top: 28px;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
@media print {
  .typography img.center, .typography figure.center, .typography table.center, .typography div.center {
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
.typography img.leftAlone, .typography figure.leftAlone, .typography table.leftAlone, .typography div.leftAlone {
  padding: 0;
  margin: 0;
  margin-top: 14px;
  margin-bottom: 14px;
  display: block;
  margin-top: 28px;
  margin-bottom: 28px;
  margin-left: 0;
  height: auto;
}
@media print {
  .typography img.leftAlone, .typography figure.leftAlone, .typography table.leftAlone, .typography div.leftAlone {
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
.typography img.rightAlone, .typography figure.rightAlone, .typography table.rightAlone, .typography div.rightAlone {
  padding: 0;
  margin: 0;
  margin-top: 14px;
  margin-bottom: 14px;
  display: block;
  margin-top: 28px;
  margin-bottom: 28px;
  margin-right: 0;
  height: auto;
}
@media print {
  .typography img.rightAlone, .typography figure.rightAlone, .typography table.rightAlone, .typography div.rightAlone {
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
.typography img.left, .typography img.right, .typography figure.left, .typography figure.right, .typography table.left, .typography table.right, .typography div.left, .typography div.right {
  padding: 0;
  margin: 0;
  margin-top: 14px;
  margin-bottom: 14px;
  display: block;
  margin-top: 0;
  height: auto;
}
@media print {
  .typography img.left, .typography img.right, .typography figure.left, .typography figure.right, .typography table.left, .typography table.right, .typography div.left, .typography div.right {
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 959px) {
  .typography img.left, .typography img.right, .typography figure.left, .typography figure.right, .typography table.left, .typography table.right, .typography div.left, .typography div.right {
    max-width: 40vw !important;
  }
}
@media screen and (min-width: 960px) {
  .typography img.left, .typography img.right, .typography figure.left, .typography figure.right, .typography table.left, .typography table.right, .typography div.left, .typography div.right {
    max-width: 50%;
  }
  .typography img.left:first-child + *, .typography img.right:first-child + *, .typography figure.left:first-child + *, .typography figure.right:first-child + *, .typography table.left:first-child + *, .typography table.right:first-child + *, .typography div.left:first-child + *, .typography div.right:first-child + * {
    margin-top: 14px;
  }
}
.typography img.left, .typography figure.left, .typography table.left, .typography div.left {
  margin-right: 28px;
  float: left;
}
.typography img.right, .typography figure.right, .typography table.right, .typography div.right {
  margin-left: 28px;
  float: right;
}
.typography img p.caption, .typography figure p.caption, .typography table p.caption, .typography div p.caption {
  text-align: center;
  line-height: 1.2;
  font-size: 80% !important;
  margin-top: -7px;
}
.typography p img.left:first-child, .typography p img.right:first-child, .typography p figure.left:first-child, .typography p figure.right:first-child, .typography h1 img.left:first-child, .typography h1 img.right:first-child, .typography h1 figure.left:first-child, .typography h1 figure.right:first-child, .typography h2 img.left:first-child, .typography h2 img.right:first-child, .typography h2 figure.left:first-child, .typography h2 figure.right:first-child, .typography h3 img.left:first-child, .typography h3 img.right:first-child, .typography h3 figure.left:first-child, .typography h3 figure.right:first-child, .typography h4 img.left:first-child, .typography h4 img.right:first-child, .typography h4 figure.left:first-child, .typography h4 figure.right:first-child, .typography h5 img.left:first-child, .typography h5 img.right:first-child, .typography h5 figure.left:first-child, .typography h5 figure.right:first-child, .typography h6 img.left:first-child, .typography h6 img.right:first-child, .typography h6 figure.left:first-child, .typography h6 figure.right:first-child {
  margin-top: 0;
}
.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: 14px;
  margin-bottom: 14px;
  display: block;
  display: inline-block;
  padding: 0.7em 0.9em;
  font-size: 100%;
  background: rgba(207, 126, 60, 0.8);
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
@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: 7px;
    margin-bottom: 7px;
  }
}
.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: #0D1931;
  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: 14px;
  margin-bottom: 14px;
  display: block;
  font-family: "Georgia";
  margin-bottom: 28px;
  line-height: 1.2;
  color: rgb(27.436440678, 43.8983050847, 65.063559322);
  font-weight: normal;
  clear: none;
}
@media print {
  .typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
.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: 28px;
}
.typography h1 a[name], .typography h2 a[name], .typography h3 a[name], .typography h4 a[name], .typography h5 a[name], .typography h6 a[name] {
  position: absolute;
  margin-top: -200px;
  padding-top: 200px;
  visibility: hidden;
  display: block;
  z-index: -1;
}
.typography h1 {
  font-size: 350%;
}
@media print {
  .typography h1 {
    font-size: 250%;
  }
}
.typography h2 {
  font-size: 200%;
  clear: both;
}
@media print {
  .typography h2 {
    font-size: 180%;
  }
}
.typography h3 {
  font-size: 130%;
}
.typography p, .typography ul, .typography ol {
  padding: 0;
  margin: 0;
  margin-top: 14px;
  margin-bottom: 14px;
  display: block;
}
@media print {
  .typography p, .typography ul, .typography ol {
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
.typography p a, .typography ul a, .typography ol a {
  color: #cf7e3c;
  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 table {
  padding: 0;
  margin: 0;
  margin-top: 14px;
  margin-bottom: 14px;
  display: block;
  border-collapse: collapse;
}
@media print {
  .typography table {
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
.typography table th, .typography table td {
  border: 1px solid rgb(233, 235.1, 237.8);
  padding: 0.5em 1em;
}
.typography table th, .typography table th p, .typography table td, .typography table td p {
  font-size: 12.6px !important;
}
.typography hr {
  width: 50%;
  border: none;
  border-top: 2px solid rgba(207, 126, 60, 0.3);
  margin-top: 56px;
  margin-bottom: 28px;
}

/** Main Content **/
#main-content {
  flex-grow: 1;
  /**
   * Content Blocks
   *
   * There are three content block styles that we can customize.
   **/
}
@media screen and (max-width: 959px) {
  #main-content {
    padding-top: 0px;
  }
}
#main-content article > .hero, #main-content section > .hero {
  background: linear-gradient(rgb(19.8728813559, 31.7966101695, 47.1271186441), rgba(35, 56, 83, 0.8));
  border-bottom: 4px solid rgba(217.0740740741, 153.0740740741, 100.9259259259, 0.7);
  padding: 42px 0;
}
#main-content article > .hero p, #main-content article > .hero ul, #main-content article > .hero ol, #main-content section > .hero p, #main-content section > .hero ul, #main-content section > .hero ol {
  font-size: 16.8px;
}
@media screen and (max-width: 1199px) {
  #main-content article > .hero, #main-content section > .hero {
    border-bottom: 0;
    padding: 28px 0;
  }
}
#main-content article > .hero .typography, #main-content article > .hero .typography *, #main-content section > .hero .typography, #main-content section > .hero .typography * {
  color: #fff;
}
#main-content article > .grid-aligned:first-child, #main-content article > .hero:first-child + .grid-aligned, #main-content section > .grid-aligned:first-child, #main-content section > .hero:first-child + .grid-aligned {
  padding-bottom: 42px;
}
#main-content article > .grid-aligned:first-child h1, #main-content article > .hero:first-child + .grid-aligned h1, #main-content section > .grid-aligned:first-child h1, #main-content section > .hero:first-child + .grid-aligned h1 {
  border-bottom: 4px solid #cf7e3c;
  display: inline-block;
  padding-bottom: 0.25em;
}
#main-content article > .grid-aligned:first-child h2, #main-content article > .hero:first-child + .grid-aligned h2, #main-content section > .grid-aligned:first-child h2, #main-content section > .hero:first-child + .grid-aligned h2 {
  font-style: italic;
}
#main-content article > .grid-aligned:first-child p, #main-content article > .grid-aligned:first-child ul, #main-content article > .grid-aligned:first-child ol, #main-content article > .hero:first-child + .grid-aligned p, #main-content article > .hero:first-child + .grid-aligned ul, #main-content article > .hero:first-child + .grid-aligned ol, #main-content section > .grid-aligned:first-child p, #main-content section > .grid-aligned:first-child ul, #main-content section > .grid-aligned:first-child ol, #main-content section > .hero:first-child + .grid-aligned p, #main-content section > .hero:first-child + .grid-aligned ul, #main-content section > .hero:first-child + .grid-aligned ol {
  font-size: 16.8px;
}
#main-content article > .grid-aligned:first-child p strong, #main-content article > .grid-aligned:first-child ul strong, #main-content article > .grid-aligned:first-child ol strong, #main-content article > .hero:first-child + .grid-aligned p strong, #main-content article > .hero:first-child + .grid-aligned ul strong, #main-content article > .hero:first-child + .grid-aligned ol strong, #main-content section > .grid-aligned:first-child p strong, #main-content section > .grid-aligned:first-child ul strong, #main-content section > .grid-aligned:first-child ol strong, #main-content section > .hero:first-child + .grid-aligned p strong, #main-content section > .hero:first-child + .grid-aligned ul strong, #main-content section > .hero:first-child + .grid-aligned ol strong {
  color: #0D1931;
}
@media screen {
  .with-hero-image #main-content article > .grid-aligned:first-child, .with-hero-image #main-content article > .grid-aligned:first-child *, .with-hero-image #main-content article > .hero:first-child + .grid-aligned, .with-hero-image #main-content article > .hero:first-child + .grid-aligned *, .with-hero-image #main-content section > .grid-aligned:first-child, .with-hero-image #main-content section > .grid-aligned:first-child *, .with-hero-image #main-content section > .hero:first-child + .grid-aligned, .with-hero-image #main-content section > .hero:first-child + .grid-aligned * {
    text-shadow: 0 0 4em #fff;
  }
}
#main-content article > .grid-aligned:first-child:first-child, #main-content article > .hero:first-child + .grid-aligned:first-child, #main-content section > .grid-aligned:first-child:first-child, #main-content section > .hero:first-child + .grid-aligned:first-child {
  margin-top: 84px;
  padding-top: 14px;
}
@media screen and (max-width: 959px) {
  #main-content article > .grid-aligned:first-child:first-child, #main-content article > .hero:first-child + .grid-aligned:first-child, #main-content section > .grid-aligned:first-child:first-child, #main-content section > .hero:first-child + .grid-aligned:first-child {
    margin-top: 0;
  }
}
#main-content article > .hero:first-child + .grid-aligned, #main-content section > .hero:first-child + .grid-aligned {
  padding-top: 28px;
  padding-bottom: 28px;
}
@media print {
  #main-content article, #main-content section {
    padding: 14px 0;
  }
}
#main-content .content-blocks {
  padding: 28px 0 56px 0;
}
#main-content .content-blocks.content-blocks-style-1 {
  padding: 28px 0 42px 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%;
  width: 1em;
  text-align: center;
}
@media screen and (max-width: 959px) {
  #main-content .content-blocks.content-blocks-style-1 .content-block .fa-icon {
    margin-top: -0.1em;
  }
}
#main-content .content-blocks.content-blocks-style-1 .content-block.with-icon {
  padding-left: 3.45em;
}
#main-content .content-blocks.content-blocks-style-2 {
  padding: 28px 0 42px 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%;
  width: 1em;
  text-align: center;
}
@media screen and (max-width: 959px) {
  #main-content .content-blocks.content-blocks-style-2 .content-block .fa-icon {
    margin-top: -0.1em;
  }
}
#main-content .content-blocks.content-blocks-style-2 .content-block.with-icon {
  padding-left: 3.45em;
}
#main-content .content-blocks.content-blocks-style-3 {
  padding: 28px 0 42px 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%;
  width: 1em;
  text-align: center;
}
@media screen and (max-width: 959px) {
  #main-content .content-blocks.content-blocks-style-3 .content-block .fa-icon {
    margin-top: -0.1em;
  }
}
#main-content .content-blocks.content-blocks-style-3 .content-block.with-icon {
  padding-left: 3.45em;
}
#main-content .content-blocks.content-blocks-style-1 {
  background-color: rgba(243, 229, 210, 0.8);
}
@media screen and (max-width: 1199px) {
  #main-content .content-blocks.content-blocks-style-1 {
    background-color: rgb(245.4, 234.2, 219);
  }
}
#main-content .content-blocks.content-blocks-style-1 .typography h1, #main-content .content-blocks.content-blocks-style-1 .typography h2, #main-content .content-blocks.content-blocks-style-1 .typography h3, #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 {
  clear: none;
  color: rgb(59.5, 59.5, 59.5);
}
#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: #555;
}
#main-content .content-blocks.content-blocks-style-1 .typography .fa-icon {
  color: #0D1931;
}
#main-content .content-blocks.content-blocks-style-2 {
  background-color: rgba(13, 25, 49, 0.7);
}
@media screen and (max-width: 1199px) {
  #main-content .content-blocks.content-blocks-style-2 {
    background-color: rgb(85.6, 94, 110.8);
  }
}
#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 {
  clear: none;
  color: white;
}
#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: #eee;
}
#main-content .content-blocks.content-blocks-style-2 .fa-icon {
  color: white;
}
@media print {
  #main-content .content-blocks {
    padding: 7px 0 !important;
  }
  #main-content .content-blocks .content-block {
    page-break-inside: avoid;
  }
}

#page-header {
  color: #233853;
  position: relative;
  top: 0;
  z-index: 9999;
  margin: 0;
  border-bottom: 2px solid rgba(217.0740740741, 153.0740740741, 100.9259259259, 0.7);
}
@media screen and (min-width: 1200px) {
  #page-header {
    position: -webkit-sticky;
    position: sticky;
  }
  #page-header > .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;
    flex-wrap: nowrap;
  }
  #page-header > .grid-aligned #page-header > .grid-aligned {
    width: auto;
    margin-left: -1.5vw;
    margin-right: -1.5vw;
    padding: 0;
  }
  #page-header > .grid-aligned > .span-1, #page-header > .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 5.3333333333vw;
    box-sizing: border-box;
    margin: 0 1.5vw;
    position: relative;
    float: left;
  }
  #page-header > .grid-aligned > .span-1 .width-one-half, #page-header > .grid-aligned > .span-all .width-one-half {
    width: 1.1666666667vw;
  }
  #page-header > .grid-aligned > .span-1 img, #page-header > .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  #page-header > .grid-aligned > .span-2, #page-header > .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 13.6666666667vw;
    box-sizing: border-box;
    margin: 0 1.5vw;
    position: relative;
    float: left;
  }
  #page-header > .grid-aligned > .span-2 .width-one-half, #page-header > .grid-aligned > .span-all .width-one-half {
    width: 5.3333333333vw;
  }
  #page-header > .grid-aligned > .span-2 img, #page-header > .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  #page-header > .grid-aligned > .span-3, #page-header > .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 22vw;
    box-sizing: border-box;
    margin: 0 1.5vw;
    position: relative;
    float: left;
  }
  #page-header > .grid-aligned > .span-3 .width-one-half, #page-header > .grid-aligned > .span-all .width-one-half {
    width: 9.5vw;
  }
  #page-header > .grid-aligned > .span-3 img, #page-header > .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  #page-header > .grid-aligned > .span-4, #page-header > .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 30.3333333333vw;
    box-sizing: border-box;
    margin: 0 1.5vw;
    position: relative;
    float: left;
  }
  #page-header > .grid-aligned > .span-4 .width-one-half, #page-header > .grid-aligned > .span-all .width-one-half {
    width: 13.6666666667vw;
  }
  #page-header > .grid-aligned > .span-4 img, #page-header > .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  #page-header > .grid-aligned > .span-5, #page-header > .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 38.6666666667vw;
    box-sizing: border-box;
    margin: 0 1.5vw;
    position: relative;
    float: left;
  }
  #page-header > .grid-aligned > .span-5 .width-one-half, #page-header > .grid-aligned > .span-all .width-one-half {
    width: 17.8333333333vw;
  }
  #page-header > .grid-aligned > .span-5 img, #page-header > .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  #page-header > .grid-aligned > .span-6, #page-header > .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 47vw;
    box-sizing: border-box;
    margin: 0 1.5vw;
    position: relative;
    float: left;
  }
  #page-header > .grid-aligned > .span-6 .width-one-half, #page-header > .grid-aligned > .span-all .width-one-half {
    width: 22vw;
  }
  #page-header > .grid-aligned > .span-6 img, #page-header > .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  #page-header > .grid-aligned > .span-7, #page-header > .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 55.3333333333vw;
    box-sizing: border-box;
    margin: 0 1.5vw;
    position: relative;
    float: left;
  }
  #page-header > .grid-aligned > .span-7 .width-one-half, #page-header > .grid-aligned > .span-all .width-one-half {
    width: 26.1666666667vw;
  }
  #page-header > .grid-aligned > .span-7 img, #page-header > .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  #page-header > .grid-aligned > .span-8, #page-header > .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 63.6666666667vw;
    box-sizing: border-box;
    margin: 0 1.5vw;
    position: relative;
    float: left;
  }
  #page-header > .grid-aligned > .span-8 .width-one-half, #page-header > .grid-aligned > .span-all .width-one-half {
    width: 30.3333333333vw;
  }
  #page-header > .grid-aligned > .span-8 img, #page-header > .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  #page-header > .grid-aligned > .span-9, #page-header > .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 72vw;
    box-sizing: border-box;
    margin: 0 1.5vw;
    position: relative;
    float: left;
  }
  #page-header > .grid-aligned > .span-9 .width-one-half, #page-header > .grid-aligned > .span-all .width-one-half {
    width: 34.5vw;
  }
  #page-header > .grid-aligned > .span-9 img, #page-header > .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  #page-header > .grid-aligned > .span-10, #page-header > .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 80.3333333333vw;
    box-sizing: border-box;
    margin: 0 1.5vw;
    position: relative;
    float: left;
  }
  #page-header > .grid-aligned > .span-10 .width-one-half, #page-header > .grid-aligned > .span-all .width-one-half {
    width: 38.6666666667vw;
  }
  #page-header > .grid-aligned > .span-10 img, #page-header > .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  #page-header > .grid-aligned > .span-11, #page-header > .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 88.6666666667vw;
    box-sizing: border-box;
    margin: 0 1.5vw;
    position: relative;
    float: left;
  }
  #page-header > .grid-aligned > .span-11 .width-one-half, #page-header > .grid-aligned > .span-all .width-one-half {
    width: 42.8333333333vw;
  }
  #page-header > .grid-aligned > .span-11 img, #page-header > .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  #page-header > .grid-aligned > .span-12, #page-header > .grid-aligned > .span-all {
    padding: 0;
    margin: 0;
    width: 97vw;
    box-sizing: border-box;
    margin: 0 1.5vw;
    position: relative;
    float: left;
  }
  #page-header > .grid-aligned > .span-12 .width-one-half, #page-header > .grid-aligned > .span-all .width-one-half {
    width: 47vw;
  }
  #page-header > .grid-aligned > .span-12 img, #page-header > .grid-aligned > .span-all img {
    max-width: 100%;
    height: auto;
  }
  #page-header > .grid-aligned > .offset-0 {
    margin-left: 1.5vw !important;
  }
  #page-header > .grid-aligned > .offset-1 {
    margin-left: 9.8333333333vw !important;
  }
  #page-header > .grid-aligned > .offset-2 {
    margin-left: 18.1666666667vw !important;
  }
  #page-header > .grid-aligned > .offset-3 {
    margin-left: 26.5vw !important;
  }
  #page-header > .grid-aligned > .offset-4 {
    margin-left: 34.8333333333vw !important;
  }
  #page-header > .grid-aligned > .offset-5 {
    margin-left: 43.1666666667vw !important;
  }
  #page-header > .grid-aligned > .offset-6 {
    margin-left: 51.5vw !important;
  }
  #page-header > .grid-aligned > .offset-7 {
    margin-left: 59.8333333333vw !important;
  }
  #page-header > .grid-aligned > .offset-8 {
    margin-left: 68.1666666667vw !important;
  }
  #page-header > .grid-aligned > .offset-9 {
    margin-left: 76.5vw !important;
  }
  #page-header > .grid-aligned > .offset-10 {
    margin-left: 84.8333333333vw !important;
  }
  #page-header > .grid-aligned > .offset-11 {
    margin-left: 93.1666666667vw !important;
  }
}
@media screen and (min-width: 1200px) and (min-width: 960px) and (max-width: 1199px) {
  #page-header > .grid-aligned > .tablet-span-all, #page-header > .grid-aligned > .tablet-span-1 {
    width: 5.3333333333vw;
  }
  #page-header > .grid-aligned > .tablet-span-all, #page-header > .grid-aligned > .tablet-span-2 {
    width: 13.6666666667vw;
  }
  #page-header > .grid-aligned > .tablet-span-all, #page-header > .grid-aligned > .tablet-span-3 {
    width: 22vw;
  }
  #page-header > .grid-aligned > .tablet-span-all, #page-header > .grid-aligned > .tablet-span-4 {
    width: 30.3333333333vw;
  }
  #page-header > .grid-aligned > .tablet-span-all, #page-header > .grid-aligned > .tablet-span-5 {
    width: 38.6666666667vw;
  }
  #page-header > .grid-aligned > .tablet-span-all, #page-header > .grid-aligned > .tablet-span-6 {
    width: 47vw;
  }
  #page-header > .grid-aligned > .tablet-span-all, #page-header > .grid-aligned > .tablet-span-7 {
    width: 55.3333333333vw;
  }
  #page-header > .grid-aligned > .tablet-span-all, #page-header > .grid-aligned > .tablet-span-8 {
    width: 63.6666666667vw;
  }
  #page-header > .grid-aligned > .tablet-span-all, #page-header > .grid-aligned > .tablet-span-9 {
    width: 72vw;
  }
  #page-header > .grid-aligned > .tablet-span-all, #page-header > .grid-aligned > .tablet-span-10 {
    width: 80.3333333333vw;
  }
  #page-header > .grid-aligned > .tablet-span-all, #page-header > .grid-aligned > .tablet-span-11 {
    width: 88.6666666667vw;
  }
  #page-header > .grid-aligned > .tablet-span-all, #page-header > .grid-aligned > .tablet-span-12 {
    width: 97vw;
  }
  #page-header > .grid-aligned > .tablet-offset-0 {
    margin-left: 1.5vw !important;
  }
  #page-header > .grid-aligned > .tablet-offset-1 {
    margin-left: 9.8333333333vw !important;
  }
  #page-header > .grid-aligned > .tablet-offset-2 {
    margin-left: 18.1666666667vw !important;
  }
  #page-header > .grid-aligned > .tablet-offset-3 {
    margin-left: 26.5vw !important;
  }
  #page-header > .grid-aligned > .tablet-offset-4 {
    margin-left: 34.8333333333vw !important;
  }
  #page-header > .grid-aligned > .tablet-offset-5 {
    margin-left: 43.1666666667vw !important;
  }
  #page-header > .grid-aligned > .tablet-offset-6 {
    margin-left: 51.5vw !important;
  }
  #page-header > .grid-aligned > .tablet-offset-7 {
    margin-left: 59.8333333333vw !important;
  }
  #page-header > .grid-aligned > .tablet-offset-8 {
    margin-left: 68.1666666667vw !important;
  }
  #page-header > .grid-aligned > .tablet-offset-9 {
    margin-left: 76.5vw !important;
  }
  #page-header > .grid-aligned > .tablet-offset-10 {
    margin-left: 84.8333333333vw !important;
  }
  #page-header > .grid-aligned > .tablet-offset-11 {
    margin-left: 93.1666666667vw !important;
  }
}
@media screen and (min-width: 1200px) {
  #page-header > .grid-aligned:after {
    content: " ";
    display: block;
    clear: left;
  }
  #page-header > .grid-aligned > div[class^=span-],
  #page-header > .grid-aligned > div[class*=" span-"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .scrolled #page-header {
    box-shadow: 0 0 2px 4px rgba(2.76, 9.6, 19.08, 0.15);
    background: rgba(252.24, 245.4, 235.92, 0.8);
  }
  .scrolled #page-header + main {
    margin-top: 12px;
  }
}
#page-header .logo h1 {
  margin: 28px 0;
  clear: none;
}
@media screen and (min-width: 1200px) {
  #page-header .logo h1 {
    margin: 14px 14px 14px 0;
  }
  .scrolled #page-header .logo h1 {
    margin: 7px 0;
  }
}
@media print {
  #page-header .logo h1 {
    margin: 0;
  }
}
#page-header .logo h1 img {
  display: block;
  transform-origin: left center;
}
@media screen and (min-width: 1200px) {
  .scrolled #page-header .logo h1 img {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 1199px) {
  #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-footer {
  background: rgb(106.2, 107.775, 109.8);
  min-height: 30vh;
  padding: 2em 0;
}
#page-footer, #page-footer * {
  color: #fff;
}
#page-footer a {
  font-weight: normal !important;
}
@media screen and (min-width: 960px) {
  #page-footer .footer-menu nav > ul {
    columns: 3;
  }
}
#page-footer .footer-menu nav > ul > li > a {
  font-weight: bold !important;
}
#page-footer .footer-menu nav > ul > li > ul {
  margin-top: 7px;
  font-size: 11.9px;
}
#page-footer .footer-menu nav > ul > li > ul > li + li {
  margin-top: -4.6666666667px;
}
#page-footer .footer-menu nav ul {
  padding: 0;
}
#page-footer .footer-menu nav ul li {
  margin-bottom: 7px;
  list-style: none;
  break-inside: avoid-column;
  page-break-inside: avoid;
}
#page-footer .social {
  font-size: 30px;
}
@media print {
  #page-footer {
    min-height: 0;
    padding: 0.5em 0 0 0;
  }
  #page-footer .footer-menu, #page-footer .social, #page-footer .copyright {
    display: none;
  }
  #page-footer .contact {
    width: auto;
    font-size: 60%;
  }
  #page-footer .contact p,
  #page-footer .contact ul,
  #page-footer .contact ol,
  #page-footer .contact h1,
  #page-footer .contact h2,
  #page-footer .contact h3,
  #page-footer .contact h4,
  #page-footer .contact h5,
  #page-footer .contact h6 {
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
#page-footer .built-by {
  text-align: center;
  font-size: 8.4px;
}
#page-footer .built-by * {
  color: rgb(229.5, 229.5, 229.5);
}
#page-footer .built-by .logicbrush-logo {
  position: relative;
  top: 3px;
  height: 14px;
  fill: rgb(229.5, 229.5, 229.5);
}

/** Menu **/
#main-menu {
  position: relative;
  margin: 28px 0;
}
@media screen and (min-width: 1200px) {
  .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: right;
  max-width: 100%;
}
#main-menu > ul > li {
  display: inline-block;
  position: relative;
  text-align: left;
}
#main-menu > ul > li > a {
  position: relative;
  z-index: 3;
  padding: 0.5em 1em;
  margin: 0;
  font-size: 100%;
  color: #233853;
  border-radius: 3px;
  display: inline;
  text-transform: uppercase;
  transition: background-color 250ms;
}
#main-menu > ul > li > a.call-to-action {
  background: rgba(207, 126, 60, 0.8);
  color: #fff;
}
#main-menu > ul > li > a > .menu-icon {
  margin-right: 5px;
}
#main-menu > ul > li.current > a, #main-menu > ul > li.section > a {
  color: #cf7e3c;
}
#main-menu > ul > li.current > a.call-to-action, #main-menu > ul > li.section > a.call-to-action {
  color: #fff;
}
#main-menu > ul > li:hover > a, #main-menu > ul > li:hover > a.call-to-action {
  color: #233853;
  background: rgba(207, 126, 60, 0.3);
}
#main-menu > ul > li:hover > a > .menu-icon, #main-menu > ul > li:hover > a.call-to-action > .menu-icon {
  color: #0D1931;
}
#main-menu > ul > li ul {
  position: absolute;
  z-index: 1;
  top: -99999px;
  right: 0;
  opacity: 0;
  transform: translateY(-5px);
  padding: 0.5em 0;
  background: rgb(252.24, 245.4, 235.92);
  width: 240px;
  border-radius: 2px;
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
}
@media (hover: none) {
  #main-menu > ul > li ul {
    display: none;
  }
}
#main-menu > ul > li ul > li > a {
  display: block;
  color: #233853;
  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: #cf7e3c;
}
#main-menu > ul > li ul > li:hover > a {
  color: #fff;
  background: #cf7e3c;
}
#main-menu > ul > li:hover > ul {
  top: 100%;
  top: calc(100% + 0.5em - 3px);
  opacity: 1;
  transform: translateY(0);
  z-index: 2;
  transition: opacity 250ms, transform 250ms;
}
@media (hover: none) {
  #main-menu > ul > li:hover > ul {
    display: block;
  }
}
@media print {
  #main-menu {
    display: none;
  }
}

#mm-main-menu {
  z-index: 1;
}
#mm-main-menu a {
  text-decoration: none;
  font-weight: normal;
  color: #233853;
}
#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 .menu-icon {
  color: #cf7e3c;
  font-size: 36px;
}

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

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

.side-bar > aside {
  padding: 0;
  margin: 0;
  margin-top: 14px;
  margin-bottom: 14px;
  display: block;
}
@media print {
  .side-bar > aside {
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
.side-bar > aside h3 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 3px;
}
.side-bar > aside + aside {
  margin-top: 28px;
}
.side-bar blockquote {
  padding: 0;
  margin: 1em 0;
}
.side-bar blockquote p {
  margin-bottom: 0;
}
.side-bar blockquote footer {
  display: block;
  font-size: 80%;
  color: rgb(145, 155.5, 169);
}
.side-bar blockquote footer:before {
  content: "— ";
}

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

.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: #cf7e3c;
  color: #fff;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
}
@media print {
  .mobile-shortcut-buttons {
    display: none;
  }
}

.faq-table-of-contents li.hidden {
  display: none;
}
.faq-table-of-contents .content {
  display: none;
}

.faq-widget-filter-form {
  position: relative;
}
.faq-widget-filter-form input {
  padding-right: 40px;
}
.faq-widget-filter-form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 42px;
  margin: 0;
  padding: 0;
  background: transparent;
  color: #233853;
  font-size: 18.2px;
}

.faq-section-heading.hidden {
  display: none;
}

body #BetterNavigator {
  top: auto;
  bottom: 0;
  border-width: 1px 0 0 1px;
  line-height: 14px;
}
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;
  }
}
.testimonial p {
  border: 1px solid rgba(35, 56, 83, 0.3);
  border-radius: 14px;
  padding: 14px 21px;
  font-size: 14px !important;
  font-style: italic;
}
.testimonial p:before {
  font-family: "Georgia";
  font-size: 500%;
  content: "“";
  position: absolute;
  margin-left: -0.75em;
  margin-top: -0.7em;
  padding: 0.25em;
  overflow: visible;
  opacity: 0.3;
}
.testimonial footer {
  margin-top: 3.5px;
  text-align: right;
}
.testimonial img {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-top: -14px;
  margin-left: 21px;
}
.testimonial:after {
  content: "";
  display: table;
  clear: both;
}

body .pswp {
  z-index: 10000;
}
body .pswp .pswp__caption__center {
  text-align: center;
}

.image-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.image-gallery .slick-prev, .image-gallery .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}
.image-gallery .slick-prev :hover, .image-gallery .slick-next :hover {
  left: -1px;
}
.image-gallery .slick-prev {
  left: -15px;
}
.image-gallery .slick-next {
  right: -20px;
}
.image-gallery .slick-slide {
  line-height: 1;
}
.image-gallery .item {
  padding: 5px;
  margin: 0;
  width: 25%;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .image-gallery .item {
    width: 50%;
  }
}
.image-gallery .item img {
  display: block;
}

.gallery-widget .image-gallery {
  margin: 0;
  /* .item { */
  /*   @include block-element; */
  /*   margin-top: $default-text-size / 2; */
  /*   margin-bottom: $default-text-size / 2; */
  /*   border: 1px solid #eee; */
  /*   padding: 1px; */
  /*   //width: 100%; */
  /* } */
}
.gallery-widget p {
  font-size: 12.6px !important;
  text-align: center;
}

.breadcrumbs ol {
  color: rgb(145, 155.5, 169);
  font-style: italic;
  font-size: 11.9px;
  padding: 0;
  margin: 0;
}
.breadcrumbs ol li {
  list-style: none;
  display: inline-block;
}
.breadcrumbs ol li + li:before {
  content: " > ";
}
.breadcrumbs ol li:last-child a {
  cursor: default;
}
.breadcrumbs ol li:last-child a:hover {
  text-decoration: none;
}
.breadcrumbs ol a {
  color: rgb(145, 155.5, 169);
  font-weight: normal;
}

/* Utilities */
.hidden {
  display: none !important;
}

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