@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300|Roboto:400,300,700&subset=latin,latin-ext);

@font-face {
  font-family: 'Glober Book';
  font-style: normal;
  font-weight: 100;
  src: local("Glober Book"),url(/fonts/GloberBook.woff) format("woff")
}

@font-face {
  font-family: 'Glober Light';
  font-style: normal;
  font-weight: 100;
  src: local("Glober Light"),url(/fonts/GloberLight.woff) format("woff")
}

@font-face {
  font-family: 'Glober Regular';
  font-style: normal;
  font-weight: 100;
  src: local("Glober Regular"),url(/fonts/GloberRegular.woff) format("woff")
}

@font-face {
  font-family: 'Glober Regular Italic';
  font-style: normal;
  font-weight: 100;
  src: local("Glober Regular Italic"),url(/fonts/GloberRegularItalic.woff) format("woff")
}

.glober-regular-italic, h1, h2, h3 {
  font-family: 'Glober Regular Italic';
}

.glober-regular {
  font-family: "Glober Regular";
}

.glober-light {
  font-family: "Glober Light";
}

.roboto-slab-italic {
  font-family: 'Roboto Slab';
  font-style: italic;
}

.roboto-slab {
  font-family: "Roboto Slab","Helvetica Neue",Helvetica,"Roboto Slab",Arial,sans-serif;
}

html {
  font-size: 100%;
  position: relative;
  min-height: 100%;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  background: #fff;
  color: #404040;
  cursor: auto;
  font-family: "Glober Book","Helvetica Neue",Helvetica,"Glober Book",Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: #326aea;
  text-decoration: none;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: max-content;
  z-index: 9;
  background: #ECECEC;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

.navbar {
  background: #ECECEC !important;
}

  .navbar .container-fluid {
    padding: 0 !important;
  }

.nav-item {
  margin-right: 25px;
  font-size: 1.2em;
}

.nav-link {
  color: #000;
}

  .nav-link:hover {
    color: #543572;
  }

.logo {
  width: 350px;
}

.logo-img {
  height: 55px;
  padding: 2%;
  margin-top: 2%;
}

@media (max-width: 768px) {
  .logo {
    width: 75%;
  }

  .logo-img {
    width: 100%;
  }
}

.footer {
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.button-yellow {
  background: #ffd002;
  color: #000;
  padding: 3px 20px;
  font-size: 1.3em;
  font-weight: 700;
  font-family: "Roboto Slab","Helvetica Neue",Helvetica,"Roboto Slab",Arial,sans-serif;
  border: 1px solid #ffd002;
  cursor: pointer;
  white-space: nowrap;
  max-height: 100%;
}

  .button-yellow:hover {
    border: 1px solid #000;
  }

.button-yellow-text {
  color: #ffd002;
  font-size: 1.3em;
  font-family: "Roboto Slab","Helvetica Neue",Helvetica,"Roboto Slab",Arial,sans-serif;
}

  .button-yellow-text:hover {
    color: #FFF;
  }

.button-purple {
  background: #543572;
  color: #fff;
  padding: 3px 20px;
  font-size: 1.3em;
  font-weight: 700;
  font-family: "Roboto Slab","Helvetica Neue",Helvetica,"Roboto Slab",Arial,sans-serif;
  border: 1px solid #543572;
  cursor: pointer;
  white-space: nowrap;
  max-height: 100%;
  border-radius: 10px;
}

  .button-purple:hover {
    border: 1px solid #543572;
    background-color: #6f5489;
    color: #fff;
  }

.button-blue {
  background: #004372;
  color: #fff;
  padding: 3px 20px;
  font-size: 1.3em;
  font-weight: 700;
  font-family: "Roboto Slab","Helvetica Neue",Helvetica,"Roboto Slab",Arial,sans-serif;
  border: 1px solid #004372;
  cursor: pointer;
  white-space: nowrap;
  max-height: 100%;
  border-radius: 10px;
}

  .button-blue:hover {
    border: 1px solid #004372;
    background-color: #0072bf;
    color: #fff;
  }

.button-purple-text {
  color: #543572;
  font-size: 1.3em;
  font-family: "Roboto Slab","Helvetica Neue",Helvetica,"Roboto Slab",Arial,sans-serif;
}

.arrow-right:after {
  font-family: FontAwesome;
  content: '\f0da';
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  font-size: .9em;
  position: relative;
  top: -1px;
}

.block-blue {
  background-color: #004372;
}

.block-black {
  background-color: #000;
}

.block-purple {
  background-color: #543572;
}

.block-gray {
  background-color: #ececec;
}

.block-gray {
  background-color: #ECECEC;
}

.fs-14 {
  font-size: .875rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-22 {
  font-size: 1.375rem;
}

.fs-30 {
  font-size: 1.875rem;
}

.fs-35 {
  font-size: 2.1875rem;
}

.fs-45 {
  font-size: 2.8125rem;
}

.fs-50 {
  font-size: 3.125rem;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-aqua {
  color: #85CEC8;
}

.text-blue {
  color: #326aea;
}

.quote {
  width: 85%;
  margin: auto;
  margin-bottom: 10px;
}

  .quote .quote-text {
    text-align: center;
    font-size: 1.05em;
    margin-bottom: 10px;
    z-index: 7;
    position: relative;
  }

    .quote .quote-text.show-quotes:before {
      font-family: FontAwesome;
      content: '\f10d';
      color: #404040;
      font-size: 1.35em;
      position: relative;
      top: -5px;
      left: 15px;
      z-index: -1;
    }

    .quote .quote-text.show-quotes:after {
      content: '"';
    }

  .quote .quote-byline {
    text-align: right;
    font-size: .75em;
  }

    .quote .quote-byline:before {
      content: '[';
    }

    .quote .quote-byline:after {
      content: ']';
    }

.content-block {
  display: inline-block;
  padding: 20px;
  background-color: #FFF;
}

  .content-block > div {
    text-align: center;
    height: 30px;
    line-height: 26px;
    padding: 5px 0;
    background-color: #000;
    color: #FFF;
    font-weight: 700;
  }

  .content-block > p {
    padding: 5px 10px;
  }

  .content-block.aqua > div {
    background-color: #85CEC8;
  }

  .content-block.orange > div {
    background-color: #F17C3C;
  }

  .content-block.green > div {
    background-color: #019C09;
  }

.form-group {
  margin-bottom: 25px;
}

  .form-group label {
    font-size: 1.2em;
  }

.contact-email-address {
  display: none;
}

.modal-footer {
  border: 0 none;
}

.field-validation-error {
  color: #ffd002;
  display: inline-block;
  padding: 10px 0;
  font-style: italic;
}

.required:after {
  content: " *";
  color: #ffd002;
}

.rounded-corners {
  border-radius: 25px;
}

.box-shadow {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.purple-gradient {
  background: rgb(255,255,255);
  background: linear-gradient(0, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 65%, rgba(84,53,114,1) 100%);
}

.action-button-right {
  margin-top: 25px;
  text-align: right;
}

.action-button-center {
  margin-top: 25px;
  text-align: center;
}

#Hero, .splash {
  padding: 50px 0;
}

#Hero {
  background-image: url("/img/ecomm-1-gradient.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

  #Hero h1, .splash h1 {
    margin-bottom: 35px;
  }

  #Hero p, .splash p {
    font-size: 1.2em;
  }

.splash img {
  max-width: 150px;
}

.splash .text {
  padding-top: 25px;
}

@media (max-width: 768px) {
  #Hero {
    background: none;
  }

  .splash img {
    margin-bottom: 50px;
  }

  .splash .icon {
    text-align: center;
  }
}

#Overview {
  margin: 50px 0 15px 0;
}

  #Overview h2 {
    color: #543572;
    font-weight: bold;
    border-bottom: 2px solid #ececec;
    margin-bottom: 25px;
  }

  #Overview .tile {
    max-width: 100%;
    padding: 25px;
    margin-bottom: 50px;
    border: 1px solid #ececec;
  }

.about-block {
  padding: 50px 0;
  text-align: center;
}

  .about-block h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-bottom: 25px;
    padding: 0 25px;
  }

    .about-block h2 img {
      margin-right: 25px;
      width: 65px;
      height: 65px;
    }

.about-block p {
    max-width: 75%;
    margin: auto;
  }

#Icons {
  margin-top: 25px;
}

  #Icons h2 {
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
  }

#IconTilesWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

  #IconTilesWrapper .icon-tile {
    margin: 0 25px 50px 25px;
    padding: 25px;
    border: 1px solid #ececec;
    text-align: center;
    border-radius: 25px;
    width: 310px;
  }

    #IconTilesWrapper .icon-tile img {
      margin-bottom: 25px;
    }

    #IconTilesWrapper .icon-tile p {
      max-width: 250px;
    }
