::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #24296b;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #24296b;
}
::-webkit-scrollbar-thumb:active {
  background: #24296b;
}
::-webkit-scrollbar-track {
  background: #ffffff;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-track:hover {
  background: #ffffff;
}
::-webkit-scrollbar-track:active {
  background: #ffffff;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
#moduleTypeOverlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #24296b;
  z-index: 100000000;
  opacity: 0.75;
  display: none;
}
#moduleTypeModal {
  position: fixed;
  left: 100px;
  top: 100px;
  width: calc(100% - 200px);
  height: calc(100vh  - 200px);
  background: white;
  z-index: 100000001;
  display: none;
}
.guideDownload {
  font-family: 'Montserrat', sans-serif;
  color: #24296B;
  font-size: 20px;
}


html {
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
  color: inherit;
}
.newsContentContainer a {
  color: #DC3A4B;
  font-weight: bold;
}
:root {
  --header-font: 'Montserrat', sans-serif;
  --body-font: 'Archivo', sans-serif;
}
button {
  font-family: 'Montserrat', sans-serif;
}
body {
  padding: 0;
  margin: 0;
}
.loadingTable {
  width: 100%;
  height: 100vh;
  font-family: 'Montserrat', sans-serif;
  color: white;
  text-align: center;
}
#siteOverlay {
  display: block;
  width: 100%;
  height: 100vh;
  background: #24296B;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
}
.background {
  width: 100%;
  height: 100vh;
  background-image:url("https://t3.ftcdn.net/jpg/03/22/75/58/240_F_322755810_UHEpuxVGVJnx2Lz14Jbo8zu6bQe7tseD.jpg");
  background-size: cover;
  background-position: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}
.image {
  height: 70vh;
}
.textInner {
  color: grey;
  font-size: 20px;
  line-height: 1.5em;
  background: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  padding: 50px;
}
.white {
  height: 100vh;
  width: 100%;
  background: white;
}
.blank {
  height: 100vh;
  width: 100%;
}
.left {
  float: left;
}
.right {
  float: right;
}
#footer .dot {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #DC3A4B;
}
#footer .line {
  margin-left: -1px;
  margin-right: -1px;
  margin-top: 6px;
  height: 8px;
  background: #DC3A4B;
  width: calc(96% - 40px);
}
#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 50px;
  width: 100%;
}
#mobileHeader {
  display: none;
}
#mobileNav {
  display: none;
}
#desktopHeaderBackground {
  height: 135px;
  background: rgb(255,255,255);
  opacity: 0.75;
  position: fixed;
  left: 0;
  top: 50px;
  z-index: 999;
  width: 100%;
}
#desktopHeaderTrigger {
  height: 135px;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 50px;
  z-index: 999;
  width: 100%;
}
#desktopHeader {
  position: fixed;
  left: 0;
  top: 50px;
  width: calc(100% - 60px);
  height: 75px;
  z-index: 1000;
  padding: 30px;
  display: block;
}
#desktopHelpHeader .helpHeaderIcon {
  height: 24px;
  padding: 13px;
  float: left;
  cursor: pointer;
}
#desktopHelpHeader .contactInformation {
  height: 50px;
  float: right;
  background: #24296b;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
#desktopHelpHeader .loginBox {
  height: 50px;
  float: right;
  background: #DC3A4B;
  cursor: pointer;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
#desktopHelpHeader .contactInformation .telephone {
  height: 30px;
  margin: 10px;
  margin-left: 0px;
  float: left;
}
#desktopHelpHeader #supportTime {
  float: right;
  color: white;
  height: 50px;
  line-height: 50px;
}
#desktopHeader .logo {
  height: 60px;
  float: left;
}
#desktopHeader .navigation {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  float: right;
  color: #24296B;
  height: 60px;
  font-size: 20px;
}
.supportStatus {
  height: 50px;
  font-family: 'Montserrat', sans-serif;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}
#desktopHeader .navigation tr td {
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: solid 2px transparent;
  cursor: pointer;
}
#desktopHeader .navigation tr td:hover {
  border-bottom: solid 2px #DC3A4B;
  transition: 0.3s;
}
#desktopHeader .navigation .enquiry:hover {
  border-bottom: solid 2px transparent;
}

#desktopHeader .enquiryButton {
  border: solid 2px #24296b;
  border-radius: 5px;
  padding: 20px;
}
#desktopHeader .enquiryButton:hover {
  background: #24296B;
  color: white;
  transition: 0.5s;
}
.wp-block-cover__image-background {
  width: 100%;
}
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
}
.Hero {
  width: 100%;
  height: 100vh;
  position: relative;
}
.Auto {
  overflow: auto;
}
.heroTextLeft {
  font-family: 'Montserrat', sans-serif;
  color: #24296b;
  float: left;
  text-align: left;
  padding-left: 100px;
  width: calc(50vw - 100px);
  font-size: 100px;
}
.heroTextRight {
  font-family: 'Montserrat', sans-serif;
  color: #24296b;
  float: right;
  padding-right: 100px;
  width: calc(50vw - 100px);
  font-size: 100px;
}
.heroVideoTextRight {
  font-family: 'Montserrat', sans-serif;
  color: #24296b;
  right: 100px;
  top: 0;
  width: calc(50vw - 100px);
  font-size: 100px;
  position: absolute;
  z-index: 2;
}
.heroCenter {
  font-family: 'Montserrat', sans-serif;
  color: #24296b;
  text-align: center;
  padding-right: 100px;
  padding-left: 100px;
  width: calc(100% - 200px);
  font-size: 100px;
}
.heroVideoCenter {
  position: absolute;
  z-index: 2;
  font-family: 'Montserrat', sans-serif;
  color: #24296b;
  text-align: center;
  padding-right: 100px;
  padding-left: 100px;
  width: calc(100% - 200px);
  font-size: 100px;
  top: 0;
}
.fullPageContentLeft {
  font-family: 'Montserrat', sans-serif;
  color: white;
  width: calc(50% - 100px);
  padding-left: 100px;
}
.fullPageContentLeft .quote {
  font-size: 40px;
  margin-bottom: 20px;
}
.fullPageContentLeft .author {
  font-size: 30px;
}
.fullPageContentLeft .bullets {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.fullPageContentLeft .button {
    float: left;
    border: solid 2px #ffffff;
    background: none;
    color: white;
    border-radius: 5px;
    padding: 20px;
    font-size: 20px;
    cursor: pointer;
}
.fullPageContentLeft .button:hover {
    background: white;
    color: #24296b;
    transition: 0.5s;
  }
.fullPageContentLeft .bullets .bulletTable .bullet {
  height: 40px;
}
.bulletPoint {
  margin-top: 5px;
  margin-right: 10px;
  height: 30px;
  float: left;
}
.bulletText {
  font-size: 20px;
}

.fullPageContentRight {
  font-family: 'Montserrat', sans-serif;
  color: white;
  float: right;
  width: calc(50% - 100px);
  padding-right: 100px;
}
.fullPageContentRight .quote {
  float: left;
  font-size: 40px;
  margin-bottom: 20px;
}
.fullPageContentRight .author {
  font-size: 30px;
  float: left;
}
.fullPageContentRight .bullets {
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.fullPageContentRight .button {
    float: left;
    border: solid 2px #ffffff;
    background: none;
    color: white;
    border-radius: 5px;
    padding: 20px;
    font-size: 20px;
    cursor: pointer;
}
.fullPageContentRight .button:hover {
    background: white;
    color: #24296b;
    transition: 0.5s;
  }
.fullPageContentRight .bullets .bullet .text {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
.greyBoxContentLeft {
  position: absolute;
  background: #eaeaea;
  width: calc(60% - 300px);
  margin-left: 200px;
  padding: 50px;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  color: #343434;
  z-index: 100;
  -webkit-box-shadow: 5px 0px 15px -6px #000000;
  box-shadow: 5px 0px 15px -6px #000000;
}
.greyBoxContentLeftImage {
  float: right;
}
.greyBoxContentLeft .quote {
  font-size: 40px;
  margin-bottom: 20px;
}
.greyBoxContentLeft .author {
  font-size: 30px;
}
.greyBoxContentLeft .bullets {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.bulletTable {
  margin-bottom: 20px;
  margin-top: 10px;
}
.greyBoxContentLeft .bullets .bullet .point {
  margin-top: 5px;
  margin-right: 10px;
  height: 30px;
  float: left;
}
.greyBoxContentLeft .bullets .bullet .text {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
.greyBoxContentLeft .button {
    float: left;
    border: solid 2px #343434;
    background: none;
    color: #343434;
    border-radius: 5px;
    padding: 20px;
    font-size: 20px;
    cursor: pointer;
}
.contactForm .mobileForm {
  display: none;
}
.greyBoxContentLeft .button:hover {
    background: #343434;
    color: #eaeaea;
    transition: 0.5s;
  }
  .greyBoxContentLeftImage {
    float: right;
    right: 200px;
    position: absolute;
    height: 70vh;
    width: calc(70vw - 200px);
  }
  .greyBoxContentRight {
    position: absolute;
    right: 0;
    background: #eaeaea;
    width: calc(60% - 300px);
    margin-right: 200px;
    padding: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    color: #343434;
    z-index: 100;
    -webkit-box-shadow: -5px 0px 15px -6px #000000;
    box-shadow: -5px 0px 15px -6px #000000;
  }
  .greyBoxContentRightImage {
    float: right;
  }
  .greyBoxContentRight .quote {
    float: left;
    font-size: 40px;
    margin-bottom: 20px;
  }
  .greyBoxContentRight .author {

    font-size: 30px;
    float: left;
  }
  .greyBoxContentRight .bullets {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
  .greyBoxContentRight .bullets .bullet .point {
    margin-top: 5px;
    margin-right: 10px;
    height: 30px;
    float: left;
  }
  .greyBoxContentRight .bullets .bullet .text {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .greyBoxContentRight .button {
      float: left;
      border: solid 2px #343434;
      background: none;
      color: #343434;
      border-radius: 5px;
      padding: 20px;
      font-size: 20px;
      cursor: pointer;
  }
  .greyBoxContentRight .button:hover {
      background: #343434;
      color: #eaeaea;
      transition: 0.5s;
    }
    .greyBoxContentRightImage {
      float: left;
      left: 200px;
      position: absolute;
      height: 70vh;
      width: calc(70vw - 200px);
    }

    .singleColumnContent {
      text-align: center;
      font-family: 'Montserrat', sans-serif;
      font-size: 30px;
      width: calc(100% - 200px);
      margin-left: 100px;
      color: #24296B;
      line-height: 1.5em;
    }
    .dualColumnContent {
        text-align: left;
        font-family: 'Montserrat', sans-serif;
        font-size: 30px;
        width: calc(100% - 200px);
        margin-left: 100px;
        color: #24296B;
        overflow: auto;
        line-height: 1.5em;
    }
    .dualColumnContent .columnLeft {
      float: left;
      width: calc((100% / 2) - 50px);
    }
    .dualColumnContent .thirdLeft {
      float: left;
      width: calc((100% / 3) - 50px);
    }
    .dualColumnContent .twoThirdRight {
      float: right;
      width: calc(((100% / 3)) * 2);
    }
    .dualColumnContent .thirdRight {
      float: right;
      width: calc((100% / 3) - 50px);
    }
    .dualColumnContent .thirdLeft .image {
      width: 100%;
      height: auto;
    }
    .dualColumnContent .twoThirdLeft {
      float: left;
      width: calc(((100% / 3)) * 2);
    }
    .dualColumnContent .threeQuarterLeft {
      float: left;
      width: calc((((100% / 4)) * 3) - 10px);
    }
    .dualColumnContent .quarterRight {
      float: right;
      width: calc((((100% / 4)) * 1) - 10px);
    }
    .dualColumnContent .threeQuarterRight {
      float: right;
      width: calc((((100% / 4)) * 3) - 10px);
    }
    .dualColumnContent .quarterLeft {
      float: left;
      width: calc((((100% / 4)) * 1) - 10px);
    }
    .dualColumnContent .columnRight {
      float: right;
      width: calc((100% / 2) - 50px);
    }
    .triColumnContent {
      font-family: 'Montserrat', sans-serif;
      font-size: 30px;
      width: calc(100% - 200px);
      margin-left: 100px;
      color: #24296B;
      overflow: auto;
      line-height: 1.5em;
    }
    .triColumnContent .column {
      float: left;
      width: calc((100% / 3) - 50px);
      text-align: left;
      padding-left: 25px;
      padding-right: 25px;
    }
    .quadColumnContent {
      font-family: 'Montserrat', sans-serif;
      font-size: 30px;
      width: calc(100% - 200px);
      margin-left: 100px;
      color: #24296B;
      overflow: auto;
      line-height: 1.5em;
    }
    .quadColumnContent .column {
      float: left;
      width: calc((100% / 4) - 50px);
      text-align: left;
      padding-left: 25px;
      padding-right: 25px;
    }
    .partners {
      overflow: auto;
    }
    .partners .title {
      font-family: 'Montserrat', sans-serif;
      text-align: center;
      color: #24296b;
      font-size: 30px;
    }
    .faq .title {
      margin-bottom: 50px;
    }
    .faq .title h1 {
      font-family: 'Montserrat', sans-serif;
      text-align: center;
      color: #24296b;
      font-size: 30px !important;

    }
    .faq .faqQuestions {
      width: 100%;
    }
    .faq .faqCTA {
      width: 100%;
    }
    h1 {
      font-size: inherit;
    }
  .heroVideo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .heroVideoTextLeft {
    padding-top: 250px;
    padding-bottom: 70px;
    position: relative;
    z-index: 10;
    left: 0;
    top: 0;
    font-family: 'Montserrat', sans-serif;
    color: white;
    width: calc(50% - 100px);
    padding-left: 100px;
  }
  .heroVideoTextLeft .quote {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .heroVideoTextLeft .author {
    font-size: 30px;
  }
  .heroVideoTextLeft .bullets {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
  .heroVideoTextLeft .button {
      float: left;
      margin-top: 20px;
      border: solid 2px #ffffff;
      background: none;
      color: white;
      border-radius: 5px;
      padding: 20px;
      font-size: 20px;
      cursor: pointer;
  }
  .heroVideoTextLeft .button:hover {
      background: white;
      color: #24296b;
      transition: 0.5s;
    }
  .heroVideoTextLeft .bullets .bullet {
    height: 40px;
  }
  .heroVideoTextLeft .bullets .bullet .point {
    margin-top: 5px;
    margin-right: 10px;
    height: 30px;
    float: left;
  }
  .heroVideoTextLeft .bullets .bullet .text {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
.fullPageContentImage {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}
.wordpressContentBody {
  width: calc(100% - 200px);
  margin-left: 100px;
  font-family: 'Archivo', sans-serif;
  font-size: 20px;
  line-height: 1.5em;
  color: #24296B;
}
.heroVideoTextRight .quote {
  text-align: left;
  float: left;
  font-size: 40px;
  margin-bottom: 20px;
}
.heroVideoTextRight .author {
  font-size: 30px;
  float: left;
}
.heroVideoTextRight .bullets {
  float:left;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.heroVideoTextRight .bullet .point {
  float: left;
}
.heroVideoTextRight .bullet .text {
  float: left;
}
.heroVideoTextRight .button {
    float: left;
    border: solid 2px #ffffff;
    background: none;
    color: white;
    border-radius: 5px;
    padding: 20px;
    font-size: 20px;
    cursor: pointer;
}
.heroVideoTextRight .button:hover {
    background: white;
    color: #24296b;
    transition: 0.5s;
  }
.heroVideoTextRight .bullets .bullet {
  height: 40px;
}
.heroVideoTextRight .bullets .bullet .point {
  margin-top: 5px;
  margin-right: 10px;
  height: 30px;
  float: left;
}
.heroVideoTextRight .bullets .bullet .text {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
.loadingIcon {
  width: 200px;
}
.loadingDidYouKnowTitle {
  font-weight: bold;
  font-size: 50px;
}
.loadingDidYouKnowText {
  font-size: 30px;
}
.loadingInner {
  margin: 0 auto;
  width: 50vw;
}
.partnerContainer .partner {
  float: left;
  width: calc((100% / 4) - 100px);
  padding: 50px;
  padding-bottom: 0px;
  cursor: pointer;
}
.partnerInner {
  width: 100%;
}
.partnerContainer {
  margin: 0 auto;
  width: calc(100% - 200px);
  font-family: 'Montserrat', sans-serif;
}

.partnerSliderContainer .partnerSlider {
  float: left;
  width: calc((100% / 4) - 100px);
  padding: 50px;
  padding-bottom: 0px;
  cursor: pointer;
}
.partnerSliderInner {
  width: 100%;
}
.partnerSliderContainer {
  margin: 0 auto;
  width: calc(100% - 200px);
  font-family: 'Montserrat', sans-serif;
}
#modalBg {
  background: #24296b;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0.90;
  z-index: 10000;
  display: none;

}
#modal {
  position: fixed;
  width: 50vw;
  height: 50vh;
  margin-top: 25vh;
  left: 25vw;
  top: 0;
  background: white;
  z-index: 10001;
  display: none;
  font-family: 'Montserrat', sans-serif;
  border-radius: 5px;
  overflow: scroll;
}
.modalInner {
  margin: 50px;
}
.partnerLogo {
  width: 50%;
  margin: 0 auto;
}
.partnerBlurb {
  color: #24296B;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.5em;
}
.blueButton {
  border: solid 2px #24296b;
  border-radius: 5px;
  padding: 20px;
  cursor: pointer;
  color: #24296B;
  background: white;
  font-size: 20px;
}
.blueButton:hover {
  background: #24296B;
  color: white;
  transition: 0.5s;
}
.newsSlider {
  overflow: auto;
  padding-left: 100px;
  padding-right: 100px;
  text-align: center;
}
.newsSlider .title {
  font-family: 'Montserrat', sans-serif;
  margin-left: 10px; margin-right: 10px;
  color: #24296B;
  font-size: 30px;
}
.newsStrip {

  overflow: auto;
}
.newsStrip .newsContent {
  width: calc((100% / 3) - 40px);
  float: left;
  padding: 20px;
}
.newsStrip .newsContent .news {
  border: solid 3px #eaeaea;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.newsStrip .newsContent .news:hover {
  border: solid 3px #24296b;
  transition: 0.3s;
}
.newsStrip .newsContent .news .image {
  width: 100%;
  height: 200px;
}
.newsStrip .newsContent .news .newsTitle {
  font-family: 'Montserrat', sans-serif;
  color: #24296b;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px; margin-right: 10px;
  font-size: 20px;
  font-weight: bold;
}
.newsStrip .newsContent .news .newsExcerpt {
  font-family: 'Archivo', sans-serif;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  line-height: 1.5em;
  color: #343434;
}
.newsStrip .newsContent .news .newsDate {
  font-family: 'Archivo', sans-serif;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  line-height: 1.5em;
  color: #343434;
}
{

 overflow: auto;
}
.newsContent {
 width: calc((100% / 3) - 40px);
 float: left;
 padding: 20px;
}
.newsContent .news {
 border: solid 3px #eaeaea;
 border-radius: 10px;
 overflow: hidden;
 cursor: pointer;
}
.newsContent .news:hover {
 border: solid 3px #24296b;
 transition: 0.3s;
}
.newsContent .news .image {
 width: 100%;
 height: 200px;
}
.newsContent .news .newsTitle {
 font-family: 'Montserrat', sans-serif;
 color: #24296b;
 margin-top: 10px;
 margin-bottom: 10px;
 margin-left: 10px; margin-right: 10px;
 font-size: 20px;
 font-weight: bold;
}
.newsContent .news .newsExcerpt {
 font-family: 'Archivo', sans-serif;
 padding-left: 10px;
 padding-right: 10px;
 margin-bottom: 10px;
 line-height: 1.5em;
 color: #343434;
}
.newsContent .news .newsDate {
 font-family: 'Archivo', sans-serif;
 padding-left: 10px;
 padding-right: 10px;
 margin-bottom: 10px;
 line-height: 1.5em;
 color: #343434;
}
textarea:focus {
  outline: none;
}
.editorOptionsRight {
  position: fixed;
  z-index: 9999999;
  right: 10px;
  bottom: -90vh;
  height: 90vh;
  width: 700px;
  background: #343434;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.editorOptionsLeft {
  position: fixed;
  z-index: 9999999;
  left: 10px;
  bottom: -90vh;
  height: 90vh;
  width: 700px;
  background: #343434;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.editorOptionsScroller {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: calc(90vh - 110px);
}
.editorOptionsInner {
  color: white;
  padding: 20px;
  font-family: 'Archivo', sans-serif;
}
textarea {
  font-family: 'Archivo', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}
.whiteButton {
  font-family: 'Archivo', sans-serif;
  width: 100%;
  background: white;
  height: 50px;
  color: #343434;
  border: none;
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}
.inputContainer .input {
  width: 100%;
  background: #343434;
  color: white;
  height: 30px;
  border: none;
  border-bottom: solid 1px white;
  margin-bottom: 10px;
}
.flipButton {
  float: right;
  background: white;
  color: #343434;
  height: 40px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}
#moduleOrder {
  position: fixed;
  left: 10px;
  top: 0;
  z-index: 999999;
  background: #343434;
  color: white;
  padding: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  font-family: 'Archivo', sans-serif;
  width: 460px;
}
#moduleOrderInner {
  max-height: 75vh;
  overflow-y: scroll;
}
.moduleToggle {
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
}
.moduleToggle .moduleIcon {
  height: 30px;
  float: right;
  cursor: pointer;
}
#moduleOrder #moduleOrderInner .pageModule {
  margin-bottom: 10px;
}
.pageModule .arrow {
  height: 30px;
  cursor: pointer;
  margin-right: 10px;
}
.chartPreviewTitle {
  text-align: center;
  padding-bottom: 20px;
  font-size: 20px;
  color: #24296b;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.newPageModule {
  height: 5px;
  border: dashed 1px white;
  line-height: 20px;
  padding: 5px;
  cursor: pointer;
  margin-bottom: 10px;
  overflow: hidden;
  opacity: 0;
}
.newPageModule:hover {
  opacity: 1;
  transition: 0.2s;
  height: 20px;
}
#desktopHelpHeader {
  height: 50px;
  background: #24296b;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 1002;
}
.supportInfoHeader {
  height: 100px;
  width: 100%;
}
.supportInfoHeader .head {
  font-size: 30px;
  font-weight: bold;
  margin-left: 20px;
}
.supportInfoHeader .sub {
  font-size: 20px;
  margin-left: 20px;
}
.modalInner .title {
  font-size: 30px;
  font-weight: bold;
  color: #24296b;
}
.newsPage {
  width: calc(100% - 200px);
  margin-left: 100px;
}
.newsPage .newsContent {
  width: calc((100% / 3) - 40px);
  float: left;
  padding: 20px;
}
.newsPage .newsContent .news {
  border: solid 3px #eaeaea;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.newsPage .newsContent .news:hover {
  border: solid 3px #24296b;
  transition: 0.3s;
}
.newsPage .newsContent .news .image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.newsPage .newsContent .news .image .subImage {
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.newsPage .newsContent .news .newsTitle {
  font-family: 'Montserrat', sans-serif;
  color: #24296b;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.newsPage .newsContent .news .newsExcerpt {
  font-family: 'Archivo', sans-serif;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  line-height: 1.5em;
  color: #343434;
  text-align: center;
}
.newsPage .newsContent .news .newsDate {
  text-align: center;
  font-family: 'Archivo', sans-serif;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  line-height: 1.5em;
  color: #343434;
}
.shareThisContainer {
  width: calc(100% - 200px);
  margin-left: 100px;
}
.mTModalHeader {
  height: 40px;
  line-height: 40px;
  background: #2271B1;
  color: white;
  padding-left: 10px;
  font-family: 'Archivo', sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.moduleTypes {
  height: calc(100vh - 240px);
  width: 300px;
  overflow-y: scroll;
  float: left;
  background: #eaeaea;
}
#moduleTypeDescription {
  height: calc(100vh - 240px);
  padding-left: 10px;
  padding-right: 10px;
  width: calc(100% - 320px);
  overflow-y: scroll;
  float: right;
  font-family: 'Archivo', sans-serif;
}
.moduleTypeButton {
  background: #eaeaea;
  font-family: 'Archivo', sans-serif;
  padding: 10px;
  cursor: pointer;
}
.moduleTypeButton:hover {
  background: #343434;
  color: white;
}
.moduleImage {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.autoTable {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  color: inherit;
  font-size: inherit;

}
.autoTable thead {
  font-weight: bold;
}
.callBackLink {
  font-weight: bold;
  cursor: pointer;
}
.standardInput {
  background: #eaeaea;
  min-height: 50px;
  height: auto;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
  border-radius: 5px;
  overflow: auto;
}
.standardInput .title {
  float: left;
  height: 50px;
  line-height: 50px;
  margin-left: 20px;
  font-size: 20px;
  font-weight: bold;
}
.standardInput input {
  float: left;
  border: none;
  height: 50px;
  background: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  float: left;
  margin-left: 10px;
}
.standardInput input:focus {
  outline: none;
}
.standardInput textarea {
  margin-left: 20px;
  width: calc(100% - 40px);
  float: left;
  height: 100px;
  resize: none;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  border: none;
  background: none;
}
.standardInput select {
  height: 40px;
  margin-top: 5px;
  background: #eaeaea;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
}
.standardButton {
  height: 50px;
  background: #24296b;
  border: none;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
}
#desktopHelpHeader .guides {
  float: right;
}
.categoryGroup {
  margin-left: 100px;
  margin-right: 100px;
  width: calc(1005 - 200px);
  margin-bottom: 50px;
  cursor: pointer;
}
.categoryGroup .title {
  font-size: 40px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #24296b;
}
.categoryGroup .category {
  float: left;
  width: calc(100% / 3);
  margin-bottom: 50px;
}

.categoryGroup .category .inner {
  margin: 20px;
  padding: 20px;
  border: solid 5px #eaeaea;
  border-radius: 5px;
}
.categoryGroup .category:hover .inner {
  border: solid 5px #24296b;
  transition: 0.3s;
}
.categoryGroup .category .image {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.categoryGroup .category .name {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  text-align: center;
  color: #24296b;
  margin-top: 20px;
}
.categoryGroup .category .bgImage {
  width: 100%;
  height: 200px;
}
.categoryGroup .category .description {
  line-height: 1.5em;
  font-size: 20px;
  font-family: 'Archivo', sans-serif;
  text-align: center;
  color: #24296b;
  margin-top: 10px;
}
.categoryGroup .category .guidesNum {
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-family: 'Archivo', sans-serif;
  font-size: 20px;
  color: #24296b;
}
.helpGuide {
  width: calc(100% - 200px);
  margin-left: 100px;
}
.helpGuideContent {
  width: calc(100% / 3);
  float: left;
}
.helpGuideContent .inner {
  margin: 50px;
  padding: 50px;
  color: #24296b;
  border: solid 1px grey;
}
.helpGuideContent .image {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.helpGuideContent .title {
  font-size: 30px;
  font-weight: bold;
  width: calc((100% - (100% / 3)) - 20px);
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}
.helpGuideContent .text {
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
  font-family: 'Archivo', sans-serif;
}
.subtitleText {
  font-size: 40px;
}
.partnerPage {
  width: calc(100% - 200px);
  margin-left: 100px;
}
.partnerCategory {
  font-size: 40px;
  font-family: 'Montserrat', sans-serif;
  color: #24296b;
  font-weight: bold;

}
.partnerPage .partner {
  float: left;
  padding-left: 50px; padding-right: 50px;
  width: calc((100% / 4) - 100px);
  cursor: pointer;
}
.footer {
  background: #24296b;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  color: white;
  overflow: auto;
}
.footer .companyDetails {
  width: calc(100% / 4);
  float: left;
}
.footer .links {
  width: calc(100% / 4);
  float: left;
}
.footer .social {
  width: calc(100% / 4);
  float: left;
}
.footerTitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
}
.footerText {
  font-family: 'Archivo', sans-serif;
  font-size: 20px;
}
.footerSocialIcon {
  height: 30px;
  float: left;
  margin-right: 10px;
}
.footerSocialText {
  float: left;
  height: 30px;
  line-height: 30px;
  font-family: 'Archivo', sans-serif;
  font-size: 20px;
}
.newsSearch {
  width: calc(100% - 200px);
  margin-left: 100px;
  height: 50px;
  border: none;
  border-bottom: solid 1px #24296b;
  font-size: 30px;
  color: #24296b;
  font-family: 'Archivo', sans-serif;
  text-align: center;
}
.newsSearch:focus {
  outline: none;
}
.footerSearch {
  background: none;
  height: 50px;
  border: none;
  border-bottom: solid 1px white;
  color: white;
  width: 100%;
  font-family: 'Archivo', sans-serif;
  font-size: 20px;
}
.footerSearch::placeholder {
  color: white;
}
.footerSearch:focus {
  outline: none;
}
.searchResults {
  padding: 50px;
}
.searchResults .result {
  margin-bottom: 20px;
  overflow: auto;
}
.searchResults .result .content {
  float: right;
  width: calc(100% - 220px);
}
.searchResults .result .title {
  font-size: 30px;
  color: #24296b;
  float: left;
  margin-bottom: 5px;
}
.searchResults .result .excerpt {
  font-size: 20px;
  color: #343434;
  font-family: 'Archivo', sans-serif;
  margin-bottom: 5px;
}
.searchResults .result .image {
  width: 200px;
  height: 150px;
  margin-right: 20px;
  float: left;
}
.searchResults .result .link {
  float: left;
  font-weight: bold;
  color: #24296b;
  font-size: 20px;
}
.searchResults .title {
  font-size: 30px;
  color: #24296b;
  font-weight: bold;
}
.careersList {
  width: calc(100% - 200px);
  margin-left: 100px;
  overflow: auto;
}
.job {
  border: solid 3px #eaeaea;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.job:hover {
  border: solid 3px #24296b;
  transition: 0.3s;
}
.jobContent {
  width: calc((100% / 3) - 40px);
  float: left;
  padding: 20px;
}
.newsStrip .newsContent .news .image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.job .title {
  font-family: 'Montserrat', sans-serif;
  color: #24296b;
  margin-left: 10px; margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.job .jobExcerpt {
  font-family: 'Archivo', sans-serif;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  line-height: 1.5em;
  color: #343434;
  text-align: center;
}
.job .jobImage {
  width: 100%;
  height: 200px;
}
.newsSliderTitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  text-align: center;
  color: #24296b;
  font-weight: Bold;
}
.tsrIframe {
  width: calc(100% - 200px);
  height: 150vh;
  margin-left: 100px;
  border: none;
}
.callBackThanks {
  font-size: 30px;
  font-weight: bold;
  color: #24296b;
}
.contactForm {
  width: calc(100% - 200px);
  margin-left: 100px;
  font-family: 'Montserrat', sans-serif;
}
.contactForm .title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  color: white;
}
.formInputContainer {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
.formInputContainer .formName {
  font-size: 20px;
  font-weight: bold;
}
.formInputContainer .input {
  float: right;
  height: 50px;
  border: none;
  background: none;
  border-bottom: solid 1px white;
  color: white;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  margin-left: 20px;
  width: 100%;
}
.formInputContainer .input:focus {
  outline: none;
}
.formInputContainer textarea {
  height: 200px !important;
}
.formSubmitButton {
  border: none;
  height: 50px;
  width: 100%;
  border-radius: 5px;
  font-size: 20px;
  cursor: pointer;
  color: #24296b;
  font-weight: bold;
}
.attachmentButton {
  border: none;
  height: 50px;
  width: 100%;
  border-radius: 5px;
  font-size: 20px;
  cursor: pointer;
  color: #24296b;
  font-weight: bold;
  margin-top: 10px;
}
.formSubtext {
  font-size: 20px;
}
.goBack {
  height: 50px;
  background: #24296b;
  color: white;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
  margin-top: 20px;
  margin-left: 20px; margin-right: 20px;
  font-family: 'Montserrat', sans-serif;
}
.videoFrame {
  width: 1280px;
  height: 750px;
}
.poweredBy {
  height: 30px;
  margin: 0 auto;
  margin-top: 30px;
}
.noResults {
  height: 100px;
  line-height: 100px;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  color: #24296b;
  text-align: center;
}
.moduleReadMore {
  color: #24296b;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
  font-family: 'Montserrat', sans-serif;
}
#mobileCheck {
  position: fixed;
  left:0;
  top: -100vh;
  width: 100%;
  height: 0px;
  background: red;
  display: none;
}
.heroTable {
  height: 100vh;
  width: 100%;
}
#userOptions {
  color: white;
  background: #DC3A4B;
  position: fixed;
  right: 0;
  top: 50px;
  min-height: 50px;
  z-index: 1001;
  padding-bottom: 10px;
}
.userOption {
  font-family: 'Montserrat', sans-serif;
  height: 30px;
  line-height: 50px;
  height: 50px;
  padding-left: 20px;
  cursor: pointer;
  font-size: 20px;
}
.userOption:hover {
  text-decoration: underline;
  transition: 0.5s;
}
.bulletTableRow {
  display: none;
}
.myDashboard {
  width: calc(100% - 200px);
  margin-left: 100px;
  margin-right: 100px;
  font-family: 'Montserrat', sans-serif;
}
.myDashboard .serviceContainer {
    overflow: auto;
}
.dashboardNavigation {
  width: 100%;
  overflow: auto;
}
.dashboardNav {
  height: 75px;
  line-height: 75px;
  float: left;
  text-align: center;
  color: #24296b;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  border-bottom: solid 2px white;
}
.dashboardNav:hover {
   border-bottom: solid 2px #DC3A4B;
}
.heroOverlay {
  background: #24296b;
  opacity: 0.8;
  width: 100%;
  min-height: 0px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

#specialOffer {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  -webkit-box-shadow: 0px 0px 15px 5px #000000;
  box-shadow: 0px 0px 15px 5px #000000;
}
#specialOfferInner {
  padding-left: 20px;
  padding-right: 20px;
}
#specialOfferInner .countdown {
  font-size: 18px;
  margin-top: 5px;
}
.specialOfferDetails {
  float: left;
}
#specialOfferInner .specialOfferButton {
  float: right;
  height: 100px;
  line-height: 100px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  border-radius: 20px;
}
#specialOfferInner .specialOfferImage {
  float: left;
  height: 100px;
  margin-right: 20px;
}
.insightsSignup {
  background: #24296b;
  font-family: 'Montserrat', sans-serif;
  overflow: auto;
}
.insightsSignup .inner {
  margin-left: 100px;
  width: calc(100% - 200px);
  float: left;
}
.insightsSignup .inner .title {
  font-size: 40px;
}
.insightsSignup .inner .inputContainer {
  float: left;
  width: calc(100% / 3);
}
.insightsSignup .inner .inputContainer .signUpInput {
  background: none;
  color: white;
  height: 50px;
  border: none;
  border-bottom: solid 1px white;
  width: calc(100% - 30px);
  font-size: 20px;
}
.insightsSignup .inner .inputContainer .signUpInput:focus {
  outline: none;
}
.insightsSignup .inner .inputContainer .signUpInput::placeholder {
  color: white;
}
.insightsSignup .inner .inputContainer .signUpButton {
  height: 50px;
  background: white;
  width: 100%;
  border: none;
  border-radius: 5px;
  font-size: 20px;
  color: #24296b;
  font-weight: bold;
  cursor: pointer;
}
.insightsSignup .inner .disclaimer {
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  font-family: 'Archivo', sans-serif;
}
.mediaPicker {
  background: white;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 200px;
  color: #343434;
  overflow-y: scroll;
}
.galleryImage {
  border: solid 10px white;
  float: left;

  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.mediaImage {
  float: left;
  width: calc((100% / 5) - 10px);
  border: solid 5px white;
  cursor: pointer;
}
.mediaImageSelected {
  float: left;
  width: calc((100% / 5) - 10px);
  border: solid 5px #24296b;
  cursor: pointer;
}
#mediaPickerSearch {
  width: 100%;
  background: none;
  border: none;
  border-bottom: solid 1px white;
  color: white;
  margin-top: 10px;
  height: 40px;
}
#mediaPickerSearch:focus {
  outline: none;
}
#mediaPickerSearch::placeholder {
  color: white;
}
.galleryModalBg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: #24296b;
  opacity: .8;
  width: 100%;
  height: 100vh;
  display: none;
}
.galleryModal {
  position: fixed;
  z-index: 10000;
  top: 0;
  background: white;
  display: none;
  opacity: 0;
  width: 70vw;
  height: auto;
  overflow: hidden;
  left: 15vw;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
border-radius: 10px;

}
.moduleNavigator {
  margin-left: 100px;
  margin-right: 100px;
  font-family: 'Montserrat', sans-serif;
}
.moduleNavText {
  float: left;
}
.moduleNavSelect {
  margin-left: 20px;
  float: left;
  font-family: 'Montserrat', sans-serif;
}
.moduleNavSelect:focus {
  outline: none;
}
.moduleBox {
  cursor: pointer;
  float: left;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.moduleBox:hover {
  background: #24296b;
  color: white;
  transition: 0.5s;
}
.readTime {
  opacity: 0.9;
  top: -100px;
  right: -100px;
  width: 185px;
  height: 185px;
  background: #DC3A4B;
  position: absolute;
  transform: rotate(45deg);
  text-align: center;
  color: white;
  font-family: 'archivo', sans-serif;
  font-weight: bold;
  font-size: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.faqQuestion:first-child {
  margin-top: 0px;
}
.faqQuestion {
  background: #d7f7ff;
  color: #343434;
  overflow: auto;
  line-height: 50px;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
  font-weight: 300;
}
.faqSelected {
  font-weight: 700;

}
.faqQuestion h2 {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  font-weight: inherit;
}
.faqAnswer {
  display: none;
  padding: 20px;
  overflow: hidden;
  margin-bottom: -10px;
  color: #343434;
}
.faqAnswer h3 {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  line-height: 1.5em;
}
.faqCTA .ctaTextTitle {
  color: #24296B;
  font-size: 30px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
}
.faqCTA .ctaText {
  color: #24296B;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
}
.fullTestContainer {
  padding-left: 100px;
  padding-right: 100px;
  font-family: 'Montserrat', sans-serif;
  background: #24296B;
  overflow: hidden;
  position: relative;
}
.testimonialLeft {
  position: absolute;
  width: calc(50% - 100px);
  font-size: 30px;
  color: white;
  z-index: 10;
}
.testBackground {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}
.testOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  padding-top: 50px;
  padding-bottom: 50px;
  opacity: 0.75;
}
.testQuote {
  line-height: 1.5em;
  font-size: 40px;
}
.testAuthor {
  font-size: 30px;
  margin-top: 20px;
}
.testAuthorJob {
  font-size: 20px;
}
.partnerSliderTitle {
  font-size: 30px;
  font-weight: bold;
  color: #24296B;
  text-align: center;
}
.partnerSliderPartner {
  width: calc((100% / 3) - 10px);
  height: 300px;
}
.experienceText {

}
.experienceText .title {
  font-family: 'Montserrat', sans-serif;
  color: #24296B;
  font-weight: bold;
  font-size: 30px;
}
.experienceText .body {
  font-family: 'Archivo', sans-serif;
}
.serviceListingContainer {
  float: left;
  width: calc(100% / 3);
  margin-bottom: 50px;
}
.serviceListingInner {
  overflow: hidden;
  width: calc(100% - 40px);
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
  border-radius: 10px;
  position: relative;
}
.serviceListingInner:hover {
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
}
.serviceListingContainerLeft {
  float: left;
}
.serviceListingContainerMiddle {
  margin-left: 20px;
}
.serviceListingContainerRight {
  float: right;
}
.serviceImage {
  height: 200px;
}
.servicePrice {
  background: #DC3A4B;
  height: 150px;
  width: 150px;
  color: white;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  transform: rotate(45deg);
  position: absolute;
  top: -75px;
  right: -75px;
  opacity: 0.90;
}
.servicePriceInner {
  margin-top: 105px;
  font-weight: bold;
}
.serviceListingInner .serviceName {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  color: #24296B;
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
}
.serviceListingInner .serviceFB {
  text-align: center;
  width: calc(100% - 40px);
  margin-left: 20px;
  border-top: solid 1px #eaeaea;
  margin-top: 20px;
  padding-top: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px #eaeaea;
  padding-bottom: 10px;
  font-family: 'Archivo', sans-serif;
  color: #24296B;
}
.serviceListingInner .serviceTagline {
  font-family: 'Archivo', sans-serif;
  text-align: center;
  color: #24296B;
}
.fixedFooter {
  position: fixed;
  left: 0;
  bottom: -100vh;
  z-index: 10000;
  font-family: 'Montserrat', sans-serif;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
.fixedFooter .functionBar {
  height: 30px;
  width: calc(100% - 20px);
  margin-left: 10px;
  line-height: 30px;
  text-align: right;
  color: white;
  margin-bottom: -20px;
  margin-top: 10px;
}
.noData {
  font-size: 5vh;
  color: #24296B;
  font-family: 'Montserrat';
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
