﻿/*@import url('https://fonts.googleapis.com/css?family=Exo+2');*/
@import url('https://fonts.googleapis.com/css?family=Nunito');

html,
body {
  width: 100%;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0;
}

article,
footer,
main,
section {
  display: block;
}

a {
  background-color: transparent;
}

  a:active, a:hover {
    outline: 0;
  }

img {
  border: 0;
}

button,
input,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  cursor: pointer;
}

  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }

input {
  line-height: normal;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-size: 0.875rem;
  color: #333;
  font-family: "Nunito", "Exo 2", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: 'kern' 1, 'liga' 1, 'pnum' 1;
  font-feature-settings: 'kern' 1, 'liga' 1, 'pnum' 1;
  text-shadow: rgba(255, 255, 255, 0.01) 0 0 1px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

@media (min-width: 50em) {
  body {
    font-size: 1rem;
  }
}

a {
  -webkit-tap-highlight-color: transparent;
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

  a:active, a:focus, a:hover {
    opacity: 0.7;
  }

  a:active, a:focus {
    outline: none;
  }

p {
  margin: 0;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

  p:last-child {
    padding-bottom: 0;
  }

strong {
  font-weight: 700;
}

i {
  font-style: italic;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

  button:focus {
    outline: none;
  }

h2 {
  padding-top: 0.5em;
  padding-bottom: 0.2em;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  font-size: 1.375rem;
}

  h2:first-child {
    padding-top: 0;
  }

  h2:last-child {
    padding-bottom: 0;
  }

@media (min-width: 50em) {
  h2 {
    font-size: 1.625rem;
  }
}

h4 {
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  font-size: 1.125rem;
}

  h4:first-child {
    padding-top: 0;
  }

  h4:last-child {
    padding-bottom: 0;
  }

@media (min-width: 50em) {
  h4 {
    font-size: 1.375rem;
  }
}

h5 {
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  font-size: 1rem;
}

  h5:first-child {
    padding-top: 0;
  }

@media (min-width: 50em) {
  h5 {
    font-size: 1.25rem;
  }
}

table {
  max-width: 100%;
  width: 100%;
}

  table > tbody > tr > td {
    border-top: 1px solid #e0e0e0;
    line-height: 1.5;
    padding: 10px;
    vertical-align: top;
  }

ul {
  padding-bottom: 0.5em;
  padding-left: 2em;
  margin: 0;
}

  ul:last-child {
    padding-bottom: 0;
  }

  ul li {
    padding-bottom: 0.5em;
  }

  ul li {
    list-style-type: disc;
    padding-left: 1em;
  }

img {
  display: block;
}

.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px;
}

  .grid > .grid__col {
    padding: 20px;
    width: 100%;
  }

@media (min-width: 50em) {

  .grid > .grid__col-md-4 {
    width: 33%;
  }

  .grid > .grid__col-md-5 {
    width: 41.66667%;
  }

  .grid > .grid__col-md-6 {
    width: 50%;
  }

  .grid > .grid__col-md-7 {
    width: 58.33333%;
  }

  .grid > .grid__col-md-12 {
    width: 100%;
  }
}

.grid.grid--gutter-sm {
  margin: -15px;
}

  .grid.grid--gutter-sm > .grid__col {
    padding: 10px;
  }

.grid.grid--gutter-xs {
  margin: -10px;
}

  .grid.grid--gutter-xs > .grid__col {
    padding: 10px;
  }

.grid.grid--v-gutter-xs {
  margin-bottom: -10px;
  margin-top: -10px;
}

  .grid.grid--v-gutter-xs > .grid__col {
    padding-bottom: 10px;
    padding-top: 10px;
  }

.grid.grid--gutter-none {
  margin: 0;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-right: 25px;
  padding-left: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*max-width: 540px;*/
}

@media (min-width: 50em) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 50em) {
  .container {
    max-width: 1100px;
  }
}

.max-width-text {
  max-width: 600px;
}

.content-block {
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-block--strip {
  padding-top: 20px;
  padding-bottom: 20px;
}

.form__group {
  margin-bottom: 30px;
}

  .form__group:last-child {
    margin-bottom: 0;
  }

[class*='grid__col'] > .form__group:last-child {
  margin-bottom: 30px;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.global-app {
  width: 100%;
  display: table;
  height: 100%;
}

.page-content {
  display: table-row;
  height: 100%;
}

.global-footer {
  display: table-row;
  width: 100%;
  bottom: 0;
}

.btn {
  font-weight: inherit;
  text-decoration: none;
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
  background-color: #000;
  border-color: #000;
  color: #fff;
  border: 2px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  line-height: 1.2;
  max-width: 600px;
  min-height: 40px;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  vertical-align: middle;
  width: auto;
}


  .btn:hover:not(.is-disabled):not([disabled]), .btn:focus:not(.is-disabled):not([disabled]), .btn:active:not(.is-disabled):not([disabled]) {
    background-color: transparent;
    border-color: #000;
    color: #000;
    opacity: 1;
  }

@media (min-width: 40em) {
  .btn {
    padding-right: 35px;
    padding-left: 35px;
  }
}

.btn:focus {
  outline: none;
}

.btn.btn--tertiary {
  background-color: transparent;
  border-color: #5c5c5c;
  color: #5c5c5c;
}

  .btn.btn--tertiary:hover:not(.is-disabled):not([disabled]), .btn.btn--tertiary:focus:not(.is-disabled):not([disabled]), .btn.btn--tertiary:active:not(.is-disabled):not([disabled]) {
    background-color: #5c5c5c;
    border-color: #5c5c5c;
    color: #fff;
    opacity: 1;
  }

.card {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  color: #333;
  display: block;
  padding: 25px 25px;
}

.cards-same-height .card {
  min-height: 100%;
}

.typeahead .typeahead__input:hover:not(:disabled) {
  border-color: #e0e0e0;
  color: #333;
  outline: none;
}

.list--inline {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
  margin: -10px;
  padding: 0;
}

  .list--inline li {
    list-style: none;
    padding-left: 0;
  }

  .list--inline li {
    display: inline-block;
    margin: 10px;
    padding: 0;
  }


.form__control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  font-size: 1rem;
  height: 2.5rem;
  max-width: 600px;
  min-height: 2.5rem;
  padding: 0.375rem 10px;
  width: 100%;
  background-color: #fff;
  border: 2px solid #d6d6d6;
  border-radius: 5px;
  -webkit-transition: border-colour;
  -o-transition: border-colour;
  transition: border-colour;
}

  .form__control::-webkit-input-placeholder {
    color: #d6d6d6;
  }

  .form__control:-ms-input-placeholder {
    color: #d6d6d6;
  }

  .form__control::-ms-input-placeholder {
    color: #d6d6d6;
  }

  .form__control::placeholder {
    color: #d6d6d6;
  }

  .form__control:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset;
  }

  .form__control:focus:not(disabled) {
    border-color: #000;
    color: #333;
    outline: none;
  }

  .form__control:hover:not(:disabled) {
    border-color: #000;
    color: #333;
    outline: none;
  }

  .form__control:disabled:not(select) {
    background-color: #f9f9f9;
    cursor: not-allowed;
    opacity: 0.5;
  }

.form__control--alt {
  padding-right: 0;
  padding-left: 0;
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  border-top: 0;
  height: auto;
}

.form__control--stripe {
  padding-top: 9px;
  padding-bottom: 9px;
}

textarea.form__control {
  min-height: 8.125rem;
  resize: vertical;
}

.form__control:hover:not(:disabled) {
  border-color: #000;
  color: #333;
  outline: none;
}

.text__icon {
  position: relative;
  background-color: white;
  display: inline-block;
  width: 2.525rem;
  height: 2.525rem;
  padding-top: 9px;
  border-radius: 50%;
  background-size: cover;
  z-index: 2;
  border: 1px solid #000;
  background-color: white;
  color: #000;
}

.card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}



.m-b-none {
  margin-bottom: 0 !important;
  padding-bottom: 20px;
}

.m-v-none {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.p-b-xs {
  padding-bottom: 10px !important;
}

.p-b-xl {
  padding-bottom: 15px !important;
}

.p-a-resp-lg {
  padding: 20px !important;
}

@media (min-width: 50em) {
  .p-a-resp-lg {
    padding: 50px !important;
  }
}

.v-align-content-centre {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.text-centre {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.m-centre {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 50em) {

  .text-right-md {
    text-align: right !important;
  }

  .text-left-md {
    text-align: left !important;
  }
}

.b-t-thin {
  border-top: 1px solid #d6d6d6 !important;
}

.font-size-sm {
  font-size: 0.75rem;
}

@media (min-width: 50em) {
  .font-size-sm {
    font-size: 0.875rem;
  }
}

.font-uppercase {
  text-transform: uppercase !important;
}

.remove-link-styles a {
  font-weight: inherit;
  text-decoration: none;
}

.max-width-text {
  max-width: 600px !important;
}

.modal-dialog {
  width: 80%;
}

.sub-heading-text {
  font-size: 1.2rem;
}

.heading-text {
  text-align: center; 
  font-size: 2.3rem;
}

@media (max-width: 500px) {
  .sub-heading-text {
    font-size: 1.1rem;
  }
}

@media (max-width: 450px) {

  .sub-heading-text {
    font-size: 1.1rem;
  }
}

@media (max-width: 400px) {
  /* .main-text { */
    /* margin-top: -115%; */
  /* } */
  .sub-heading-text {
    font-size: 0.9rem;
  }
  .heading-text {
    font-size: 2rem;
  }
}

@media (max-width: 375px) {
  /* .main-text { */
    /* margin-top: -135%; */
  /* } */

  .sub-heading-text {
    font-size: 0.9rem;
  }
}

@media (max-width: 300px) {
  /* .main-text { */
    /* margin-top: -125%; */
  /* } */
}




.chatbox {
  position: fixed;
  bottom: 0;
  right: 10px;
  width: 300px;
  height: 538px;
  background-color: #fff;
  font-size: 14px;
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.chatbox--tray {
  bottom: -500px;
  width: 180px;
}

.chatbox--closed {
  bottom: -400px;
}

.chatbox .form-control:focus {
  border-color: #1f2836;
}

.chatbox__title,
.chatbox__body {
  border-bottom: none;
}

.chatbox__title {
  min-height: 40px;
  padding-right: 10px;
  background-color: #1f2836;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

  .chatbox__title h5 {
    height: 50px;
    margin: 0 0 0 15px;
    line-height: 50px;
    position: relative;
    padding-left: 20px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-size: 0.8rem;
  }

    .chatbox__title h5 a {
      color: #fff;
      max-width: 195px;
      display: inline-block;
      text-decoration: none;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .chatbox__title h5:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      width: 12px;
      height: 12px;
      background: #4CAF50;
      border-radius: 6px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      display: none;
    }

.chatbox__title__tray,
.chatbox__title__close {
  width: 24px;
  height: 24px;
  outline: 0;
  border: none;
  background-color: transparent;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

  .chatbox__title__tray:hover,
  .chatbox__title__close:hover {
    opacity: 1;
  }

  .chatbox__title__tray span {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-bottom: 2px solid #fff
  }

  .chatbox__title__close svg {
    vertical-align: middle;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.2px;
  }

.chatbox__body,
.chatbox__credentials {
  padding: 15px;
  border-top: 0;
  background-color: #f5f5f5;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.chatbox__credentials {
  display: none;
}

  .chatbox__credentials .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

.chatbox__body {
  overflow-y: auto;
}

.chatbox__body__message {
  position: relative;
  padding-top: 10px;
}

  .chatbox__body__message p {
    padding: 15px;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
  }

  .chatbox__body__message img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 2px solid #fcfcfc;
    position: absolute;
    top: 15px;
  }

.chatbox__body__message--left p {
  margin-left: 15px;
  padding-left: 30px;
  text-align: left;
}

.chatbox__body__message--left img {
  left: -5px;
}

.chatbox__body__message--right p {
  margin-right: 15px;
  padding-right: 30px;
  text-align: right;
}

.chatbox__body__message--right img {
  right: -5px;
}

.chatbox__message {
  padding: 5px;
  min-height: 20px;
  outline: 0;
  resize: none;
  border: none;
  font-size: 12px;
  border: 1px solid #ddd;
  border-bottom: none;
  background-color: #fefefe;
  width: 93%;
}

.chatbox--empty {
  height: 555px;
}

  .chatbox--empty.chatbox--tray {
    bottom: -512px;
    width: 180px;
  }

  .chatbox--empty.chatbox--closed {
    bottom: -262px;
  }

  .chatbox--empty .chatbox__body,
  .chatbox--empty .chatbox__message {
    display: none;
  }

  .chatbox--empty .chatbox__credentials {
    display: block;
  }



.fixed-faq-button {
  position: fixed;
  width: 85%;
  top: 0;
}

.overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  z-index: 98;
  position: fixed
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #fff; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.3s; /* 0.5 second transition effect to slide in the sidenav */
  -ms-overflow-y: hidden;
}

  /* The navigation menu links */
  .sidenav a {
    text-decoration: none;
    color: #333;
    display: block;
    transition: 0.3s;
  }

    /* When you mouse over the navigation links, change their color */
    .sidenav a:hover {
      color: #000;
    }

  /* Position and style the close button (top right corner) */
  .sidenav .closebtnV2 {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: relative;
    top: 0;
    font-size: 36px;
    padding-left: 10px;
  }

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */





.icon-bar {
  cursor: pointer;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}

  /* Style the icon bar links */
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
  }

    /* Style the social media icons with color, if you want */
    .icon-bar a:hover {
      background-color: #000;
    }

.facebook {
  background: #000;
  color: white;
}

.twitter {
  background: #000;
  color: white;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-width: 480px) {
  .sidenav {
    padding-top: 15px;
  }

    .sidenav a {
      font-size: 18px;
    }

  .icon-bar a {
    display: block;
    text-align: center;
    padding: 2px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
  }
}



details {
  width: 95%;
  min-height: 5px;
  padding: 18px 25px 18px 25px;
  margin: 0 auto;
  position: relative;
  font-size: 14px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 15px;
  box-sizing: border-box;
  transition: all .3s;
}

  details + details {
    margin-top: 20px;
  }

  details p {
    
    font-weight: 600;
  }

summary {
  font-weight: 500;
  cursor: pointer;
  padding-bottom: 10px;
}

  /* removed outline as for codepen only
  don't remove focus on elements
  it's bad accessibility
  don't be _that_ guy
*/
  summary:focus {
    outline: none;
  }

  summary::-webkit-details-marker {
    display: none
  }

  summary::after {
    padding: 20px;
    position: absolute;
    top: 10%;
    right: 0;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "⌄";
    transform: translateY(-50%);
    transition: .3s ease;
  }

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: .25rem;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}