@charset "UTF-8";
/* Read manifests */
/* ==================================================== */
/* Import utilities */
/* ==================================================== */
/* Variables */
/* ==================================================== */
/* Miscellaneous */
/* Spacing */
/* ==================================================== */
/* Space */
/* Flex-box container */
/* ==================================================== */
/* Flexbox */
/* Flex Direction */
/* Flexbox */
/* Flexbox for row and no-wrap */
.header-blog-river, .check-radio,
.check-radio-item, .carousel-testimonials-item, .section-search-bar form, .page-pagination nav {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

/* Flexbox for row and wrap */
.form-section, .card-variants-container, .card-container-products, .card-key-products-container, .form-get-quote-product .form-section, .card-container {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* Flexbox for column */
/* Flexbox for column and nowrap */
.carousel-awards-item, .vacancies-list, .card-post:hover .bio-preview {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

/* Flex-box item */
/* ==================================================== */
/* Flex Order */
/* Flex */
/* Floats */
/* ==================================================== */
.post div:first-of-type p:first-of-type:first-letter {
  float: left; }

/* Outline */
/* ==================================================== */
/* Border */
/* ==================================================== */
/*  Border-radius */
/* ==================================================== */
/* Links */
/* ==================================================== */
/* List style */
/* ==================================================== */
/* None */
/* Initial */
/* Box-shadow */
/* ==================================================== */
/* Border */
/* ==================================================== */
/* Font styles */
/* ==================================================== */
/* Normal */
/* Italic */
/* Font weights */
/* ==================================================== */
/* Black */
/* Bold */
/* Medium */
/* Regular */
/* Light */
/* Thin */
/* Text alignment */
/* ==================================================== */
/* Left */
/* Right */
/* Center */
.post div:first-of-type p:first-of-type:first-letter {
  text-align: center; }

/* Tex-indent */
/* ==================================================== */
/* Text shadow */
/* ==================================================== */
/* Font cases */
/* ==================================================== */
/* Lowercase */
/* Capitalized */
/* Uppercase */
/* Unset */
/* None */
/* Truncation */
/* ==================================================== */
/* Letter spacing */
/* ==================================================== */
/* Word spacing */
/* ==================================================== */
/*  Opacity */
/* ==================================================== */
/*  Animation */
/* ==================================================== */
/* Ease */
/* Z-index */
/* ==================================================== */
/* Import settings */
/* ==================================================== */
/*	Meyer Reset */
/* ==================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0; }

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
  display: block; }

a img {
  border: 0; }

html.no-js {
  margin-top: 0px !important; }

/*  Box-sizing */
/* ==================================================== */
/* Box Sizing */
/* Clearfix */
/* ==================================================== */
.section, .section-inner {
  *zoom: 1; }
  .section:before, .section-inner:before, .section:after, .section-inner:after {
    content: "";
    display: table; }
  .section:after, .section-inner:after {
    clear: both; }

/*  Media-queries */
/* ==================================================== */
/* Typefaces */
/* ==================================================== */
/* Copy font */
/* Font size */
/* ==================================================== */
/* Line-height */
/* ==================================================== */
/* Colours */
/* ==================================================== */
/* Primary */
/* Shadows */
/* Errors */
/* Wrapper */
/* ==================================================== */
/* Container */
/* ==================================================== */
/*  Flex-box grid */
/* ==================================================== */
/*  Product List */
/* ==================================================== */
.form-field.form-field-one {
  width: 100%;
  margin-left: 0; }
  .form-field.form-field-one:not(:first-child) {
    margin-top: 36px; }

@media only screen and (max-width: 767px) {
  .form-field.form-field-two, .form-get-quote-product .form-field, .card-post.card-post-2, .payment-options-item {
    width: 100%;
    margin-left: 0; }
    .form-field.form-field-two:not(:first-child), .form-get-quote-product .form-field:not(:first-child), .card-post.card-post-2:not(:first-child), .payment-options-item:not(:first-child) {
      margin-top: 36px; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .form-field.form-field-two, .form-get-quote-product .form-field, .card-post.card-post-2, .payment-options-item {
    width: calc(calc(100% - calc(calc(1) * 36px)) / 2);
    margin-left: 36px; }
    .form-field.form-field-two:first-of-type, .form-get-quote-product .form-field:first-of-type, .card-post.card-post-2:first-of-type, .payment-options-item:first-of-type {
      margin-left: 0; }
    .form-field.form-field-two:nth-child(-n+2), .form-get-quote-product .form-field:nth-child(-n+2), .card-post.card-post-2:nth-child(-n+2), .payment-options-item:nth-child(-n+2) {
      margin-top: 0; }
    .form-field.form-field-two:nth-child(n+3), .form-get-quote-product .form-field:nth-child(n+3), .card-post.card-post-2:nth-child(n+3), .payment-options-item:nth-child(n+3) {
      margin-top: 36px; }
    .form-field.form-field-two:nth-child(2n+3), .form-get-quote-product .form-field:nth-child(2n+3), .card-post.card-post-2:nth-child(2n+3), .payment-options-item:nth-child(2n+3) {
      margin-left: 0; } }

@media only screen and (min-width: 1024px) {
  .form-field.form-field-two, .form-get-quote-product .form-field, .card-post.card-post-2, .payment-options-item {
    width: calc(calc(100% - calc(calc(1) * 36px)) / 2);
    margin-left: 36px; }
    .form-field.form-field-two:first-of-type, .form-get-quote-product .form-field:first-of-type, .card-post.card-post-2:first-of-type, .payment-options-item:first-of-type {
      margin-left: 0; }
    .form-field.form-field-two:nth-child(-n+2), .form-get-quote-product .form-field:nth-child(-n+2), .card-post.card-post-2:nth-child(-n+2), .payment-options-item:nth-child(-n+2) {
      margin-top: 0; }
    .form-field.form-field-two:nth-child(n+3), .form-get-quote-product .form-field:nth-child(n+3), .card-post.card-post-2:nth-child(n+3), .payment-options-item:nth-child(n+3) {
      margin-top: 36px; }
    .form-field.form-field-two:nth-child(2n+3), .form-get-quote-product .form-field:nth-child(2n+3), .card-post.card-post-2:nth-child(2n+3), .payment-options-item:nth-child(2n+3) {
      margin-left: 0; } }

@media only screen and (max-width: 767px) {
  .form-field.form-field-three, .card-post.card-post-3, .ecommerce-application-quote {
    width: 100%;
    margin-left: 0; }
    .form-field.form-field-three:not(:first-child), .card-post.card-post-3:not(:first-child), .ecommerce-application-quote:not(:first-child) {
      margin-top: 36px; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .form-field.form-field-three, .card-post.card-post-3, .ecommerce-application-quote {
    width: calc(calc(100% - calc(calc(1) * 36px)) / 2);
    margin-left: 36px; }
    .form-field.form-field-three:first-of-type, .card-post.card-post-3:first-of-type, .ecommerce-application-quote:first-of-type {
      margin-left: 0; }
    .form-field.form-field-three:nth-child(-n+2), .card-post.card-post-3:nth-child(-n+2), .ecommerce-application-quote:nth-child(-n+2) {
      margin-top: 0; }
    .form-field.form-field-three:nth-child(n+3), .card-post.card-post-3:nth-child(n+3), .ecommerce-application-quote:nth-child(n+3) {
      margin-top: 36px; }
    .form-field.form-field-three:nth-child(2n+3), .card-post.card-post-3:nth-child(2n+3), .ecommerce-application-quote:nth-child(2n+3) {
      margin-left: 0; } }

@media only screen and (min-width: 1024px) {
  .form-field.form-field-three, .card-post.card-post-3, .ecommerce-application-quote {
    width: calc(calc(100% - calc(calc(2) * 36px)) / 3);
    margin-left: 36px; }
    .form-field.form-field-three:first-of-type, .card-post.card-post-3:first-of-type, .ecommerce-application-quote:first-of-type {
      margin-left: 0; }
    .form-field.form-field-three:nth-child(-n+3), .card-post.card-post-3:nth-child(-n+3), .ecommerce-application-quote:nth-child(-n+3) {
      margin-top: 0; }
    .form-field.form-field-three:nth-child(n+4), .card-post.card-post-3:nth-child(n+4), .ecommerce-application-quote:nth-child(n+4) {
      margin-top: 36px; }
    .form-field.form-field-three:nth-child(3n+4), .card-post.card-post-3:nth-child(3n+4), .ecommerce-application-quote:nth-child(3n+4) {
      margin-left: 0; } }

@media only screen and (max-width: 767px) {
  .form-field.form-field-four, .card-variant, .card-product, .card-post.card-post-4 {
    width: 100%;
    margin-left: 0; }
    .form-field.form-field-four:not(:first-child), .card-variant:not(:first-child), .card-product:not(:first-child), .card-post.card-post-4:not(:first-child) {
      margin-top: 36px; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .form-field.form-field-four, .card-variant, .card-product, .card-post.card-post-4 {
    width: calc(calc(100% - calc(calc(1) * 36px)) / 2);
    margin-left: 36px; }
    .form-field.form-field-four:first-of-type, .card-variant:first-of-type, .card-product:first-of-type, .card-post.card-post-4:first-of-type {
      margin-left: 0; }
    .form-field.form-field-four:nth-child(-n+2), .card-variant:nth-child(-n+2), .card-product:nth-child(-n+2), .card-post.card-post-4:nth-child(-n+2) {
      margin-top: 0; }
    .form-field.form-field-four:nth-child(n+3), .card-variant:nth-child(n+3), .card-product:nth-child(n+3), .card-post.card-post-4:nth-child(n+3) {
      margin-top: 36px; }
    .form-field.form-field-four:nth-child(2n+3), .card-variant:nth-child(2n+3), .card-product:nth-child(2n+3), .card-post.card-post-4:nth-child(2n+3) {
      margin-left: 0; } }

@media only screen and (min-width: 1024px) {
  .form-field.form-field-four, .card-variant, .card-product, .card-post.card-post-4 {
    width: calc(calc(100% - calc(calc(3) * 36px)) / 4);
    margin-left: 36px; }
    .form-field.form-field-four:first-of-type, .card-variant:first-of-type, .card-product:first-of-type, .card-post.card-post-4:first-of-type {
      margin-left: 0; }
    .form-field.form-field-four:nth-child(-n+4), .card-variant:nth-child(-n+4), .card-product:nth-child(-n+4), .card-post.card-post-4:nth-child(-n+4) {
      margin-top: 0; }
    .form-field.form-field-four:nth-child(n+5), .card-variant:nth-child(n+5), .card-product:nth-child(n+5), .card-post.card-post-4:nth-child(n+5) {
      margin-top: 36px; }
    .form-field.form-field-four:nth-child(4n+5), .card-variant:nth-child(4n+5), .card-product:nth-child(4n+5), .card-post.card-post-4:nth-child(4n+5) {
      margin-left: 0; }
    .form-field.form-field-four:last-child, .card-variant:last-child, .card-product:last-child, .card-post.card-post-4:last-child {
      margin-right: auto; } }

@media only screen and (max-width: 767px) {
  .card-key-product {
    width: 100%;
    margin-left: 0; }
    .card-key-product:not(:first-child) {
      margin-top: 36px; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .card-key-product {
    width: calc(calc(100% - calc(calc(2) * 36px)) / 3);
    margin-left: 36px; }
    .card-key-product:first-of-type {
      margin-left: 0; }
    .card-key-product:nth-child(-n+3) {
      margin-top: 0; }
    .card-key-product:nth-child(n+4) {
      margin-top: 36px; }
    .card-key-product:nth-child(3n+4) {
      margin-left: 0; } }

@media only screen and (min-width: 1024px) {
  .card-key-product {
    width: calc(calc(100% - calc(calc(4) * 36px)) / 5);
    margin-left: 36px; }
    .card-key-product:first-of-type {
      margin-left: 0; }
    .card-key-product:nth-child(-n+5) {
      margin-top: 0; }
    .card-key-product:nth-child(n+6) {
      margin-top: 36px; }
    .card-key-product:nth-child(5n+6) {
      margin-left: 0; }
    .card-key-product:last-child {
      margin-right: auto; } }

@media only screen and (min-width: 1024px) {
  .ecommerce-application-form {
    width: calc((calc(calc(100% - calc(calc(2) * 36px)) / 3) * calc(2)) + 36px);
    margin-left: 0; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ecommerce-application-form {
    width: calc(calc(100% - calc(calc(1) * 36px)) / 2);
    margin-left: 36px; }
    .ecommerce-application-form:first-of-type {
      margin-left: 0; }
    .ecommerce-application-form:nth-child(-n+2) {
      margin-top: 0; }
    .ecommerce-application-form:nth-child(n+3) {
      margin-top: 36px; }
    .ecommerce-application-form:nth-child(2n+3) {
      margin-left: 0; } }

@media only screen and (max-width: 767px) {
  .ecommerce-application-form {
    width: 100%;
    margin-left: 0; } }

/*  Structure */
/* ==================================================== */
/* Declare charset */
/* Box sizing */
*,
*:before,
*:after {
  box-sizing: border-box; }

/* Base HTML */
html {
  font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
  /* Black */
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #202124;
  touch-action: manipulation;
  touch-action: pan-x pan-y pan-left pan-right pan-up pan-down pinch-zoom; }

/* Base body */
body {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background: white; }
  body.modal-open {
    overflow: hidden; }

/* Main */
/* Stripe */
/* Stripe Inner */
.centered {
  text-align: center; }

/* Import components */
/* ==================================================== */
/* Headings */
/* ==================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  clear: both;
  display: block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 16px; }
  p + h1,
  ul + h1,
  ol + h1,
  a + h1,
  .button + h1,
  input[type="submit"] + h1,
  .form-get-quote-product input[type="submit"] + h1,
  .login .button-primary + h1,
  input[id="tab-1"]:checked ~ .tab-nav label[for="tab-1"] + h1,
  input[id="tab-2"]:checked ~ .tab-nav label[for="tab-2"] + h1,
  input[id="tab-3"]:checked ~ .tab-nav label[for="tab-3"] + h1, p +
  h2,
  ul +
  h2,
  ol +
  h2,
  a +
  h2,
  .button + h2,
  input[type="submit"] + h2,
  .form-get-quote-product input[type="submit"] + h2,
  .login .button-primary + h2,
  input[id="tab-1"]:checked ~ .tab-nav label[for="tab-1"] + h2,
  input[id="tab-2"]:checked ~ .tab-nav label[for="tab-2"] + h2,
  input[id="tab-3"]:checked ~ .tab-nav label[for="tab-3"] + h2, p +
  h3,
  ul +
  h3,
  ol +
  h3,
  a +
  h3,
  .button + h3,
  input[type="submit"] + h3,
  .form-get-quote-product input[type="submit"] + h3,
  .login .button-primary + h3,
  input[id="tab-1"]:checked ~ .tab-nav label[for="tab-1"] + h3,
  input[id="tab-2"]:checked ~ .tab-nav label[for="tab-2"] + h3,
  input[id="tab-3"]:checked ~ .tab-nav label[for="tab-3"] + h3, p +
  h4,
  ul +
  h4,
  ol +
  h4,
  a +
  h4,
  .button + h4,
  input[type="submit"] + h4,
  .form-get-quote-product input[type="submit"] + h4,
  .login .button-primary + h4,
  input[id="tab-1"]:checked ~ .tab-nav label[for="tab-1"] + h4,
  input[id="tab-2"]:checked ~ .tab-nav label[for="tab-2"] + h4,
  input[id="tab-3"]:checked ~ .tab-nav label[for="tab-3"] + h4, p +
  h5,
  ul +
  h5,
  ol +
  h5,
  a +
  h5,
  .button + h5,
  input[type="submit"] + h5,
  .form-get-quote-product input[type="submit"] + h5,
  .login .button-primary + h5,
  input[id="tab-1"]:checked ~ .tab-nav label[for="tab-1"] + h5,
  input[id="tab-2"]:checked ~ .tab-nav label[for="tab-2"] + h5,
  input[id="tab-3"]:checked ~ .tab-nav label[for="tab-3"] + h5, p +
  h6,
  ul +
  h6,
  ol +
  h6,
  a +
  h6,
  .button + h6,
  input[type="submit"] + h6,
  .form-get-quote-product input[type="submit"] + h6,
  .login .button-primary + h6,
  input[id="tab-1"]:checked ~ .tab-nav label[for="tab-1"] + h6,
  input[id="tab-2"]:checked ~ .tab-nav label[for="tab-2"] + h6,
  input[id="tab-3"]:checked ~ .tab-nav label[for="tab-3"] + h6 {
    margin-top: 48px; }

h1 {
  font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
  /* Black */
  font-weight: 700; }

h2,
h3 {
  font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
  /* Black */ }

h4,
h5,
h6 {
  font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
  /* Black */
  font-weight: 700; }

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    font-size: 1.875rem; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  h1 {
    font-size: 36px;
    font-size: 2.25rem; } }

@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 48px;
    font-size: 3rem; } }

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
    font-size: 1.25rem; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  h2 {
    font-size: 22px;
    font-size: 1.375rem; } }

@media only screen and (min-width: 1024px) {
  h2 {
    font-size: 24px;
    font-size: 1.5rem; } }

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 16px;
    font-size: 1rem; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  h3 {
    font-size: 18px;
    font-size: 1.125rem; } }

@media only screen and (min-width: 1024px) {
  h3 {
    font-size: 20px;
    font-size: 1.25rem; } }

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 15px;
    font-size: 0.9375rem; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  h4 {
    font-size: 16px;
    font-size: 1rem; } }

@media only screen and (min-width: 1024px) {
  h4 {
    font-size: 18px;
    font-size: 1.125rem; } }

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 14px;
    font-size: 0.875rem; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  h5 {
    font-size: 14px;
    font-size: 0.875rem; } }

@media only screen and (min-width: 1024px) {
  h5 {
    font-size: 16px;
    font-size: 1rem; } }

@media only screen and (max-width: 767px) {
  h6 {
    font-size: 13px;
    font-size: 0.8125rem; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  h6 {
    font-size: 13px;
    font-size: 0.8125rem; } }

@media only screen and (min-width: 1024px) {
  h6 {
    font-size: 14px;
    font-size: 0.875rem; } }

/* Paragraphs */
/* ==================================================== */
p {
  line-height: 1.5;
  position: relative;
  color: #333333; }
  p + p,
  img + p,
  .wp-caption + p {
    margin-top: 16px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    p {
      font-size: 15px;
      font-size: 0.9375rem; }
      p + p,
      img + p {
        margin-top: 20px; } }
  @media only screen and (min-width: 1024px) {
    p {
      font-size: 16px;
      font-size: 1rem; }
      p + p,
      img + p {
        margin-top: 24px; } }

/* Dropcaps */
/* ==================================================== */
/* Small */
/* ==================================================== */
small {
  font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
  /* Black */
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.25;
  display: block; }
  @media only screen and (max-width: 767px) {
    small + small {
      margin-top: 8px; }
    p + small {
      margin-top: 16px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    small + small {
      margin-top: 8px; }
    p + small {
      margin-top: 20px; } }
  @media only screen and (min-width: 1024px) {
    small + small {
      margin-top: 12px; }
    p + small {
      margin-top: 24px; } }

/* Links */
/* ==================================================== */
a {
  text-decoration: none;
  border: 0 none;
  outline: 0 none;
  cursor: pointer; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    padding: 0; }
  p a {
    color: #ff9200; }
  a:hover, a:focus, a:active {
    text-decoration: none; }

/* Lists */
/* ==================================================== */
ul,
ol {
  width: 100%; }
  p + ul, p +
  ol {
    margin-top: 24px; }

li {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  margin-left: 1.8rem;
  list-style-type: none;
  text-indent: -1.8rem; }
  li:before {
    font-size: 32px;
    font-size: 2rem;
    margin-right: 1rem;
    vertical-align: middle;
    content: "\2022";
    color: #ff9200; }

.article li {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  margin-left: 1.8rem;
  list-style-type: none;
  text-indent: -1.8rem; }
  .article li:before {
    font-size: 32px;
    font-size: 2rem;
    position: relative;
    top: 8px;
    margin-right: 1rem;
    vertical-align: unset !important;
    content: "\2022";
    color: #ff9200; }
  .article li:not(:last-of-type) {
    margin-top: 8px; }

/* Quotes */
/* ==================================================== */
/* Import components */
/* ==================================================== */
/*  Buttons */
/* ==================================================== */
.button, input[type="submit"], .form-get-quote-product input[type="submit"], .login .button-primary, input[id="tab-1"]:checked ~ .tab-nav label[for="tab-1"],
input[id="tab-2"]:checked ~ .tab-nav label[for="tab-2"],
input[id="tab-3"]:checked ~ .tab-nav label[for="tab-3"] {
  font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
  /* Black */
  font-weight: 400;
  line-height: 1;
  border-radius: 4px;
  background-clip: padding-box;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  border: 0 none;
  outline: 0 none;
  -webkit-appearance: none;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease; }
  p + .button, p + input[type="submit"], .form-get-quote-product p + input[type="submit"], .login p + .button-primary, input[id="tab-1"]:checked ~ .tab-nav p + label[for="tab-1"],
  input[id="tab-2"]:checked ~ .tab-nav p + label[for="tab-2"],
  input[id="tab-3"]:checked ~ .tab-nav p + label[for="tab-3"],
  ul + .button,
  ul + input[type="submit"],
  .form-get-quote-product ul + input[type="submit"],
  .login ul + .button-primary,
  input[id="tab-1"]:checked ~ .tab-nav ul + label[for="tab-1"],
  input[id="tab-2"]:checked ~ .tab-nav ul + label[for="tab-2"],
  input[id="tab-3"]:checked ~ .tab-nav ul + label[for="tab-3"],
  ol + .button,
  ol + input[type="submit"],
  .form-get-quote-product ol + input[type="submit"],
  .login ol + .button-primary,
  input[id="tab-1"]:checked ~ .tab-nav ol + label[for="tab-1"],
  input[id="tab-2"]:checked ~ .tab-nav ol + label[for="tab-2"],
  input[id="tab-3"]:checked ~ .tab-nav ol + label[for="tab-3"] {
    margin-top: 24px; }
  .button:hover, input:hover[type="submit"], .login .button-primary:hover, input[id="tab-1"]:checked ~ .tab-nav label:hover[for="tab-1"],
  input[id="tab-2"]:checked ~ .tab-nav label:hover[for="tab-2"],
  input[id="tab-3"]:checked ~ .tab-nav label:hover[for="tab-3"] {
    /* Hover */
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
    color: white; }
  .button:focus, input:focus[type="submit"], .login .button-primary:focus, input[id="tab-1"]:checked ~ .tab-nav label:focus[for="tab-1"],
  input[id="tab-2"]:checked ~ .tab-nav label:focus[for="tab-2"],
  input[id="tab-3"]:checked ~ .tab-nav label:focus[for="tab-3"] {
    /* Hover */
    box-shadow: 0px 0px 12px 0px rgba(240, 240, 240, 0.25);
    color: white; }
  .button:active, input:active[type="submit"], .login .button-primary:active, input[id="tab-1"]:checked ~ .tab-nav label:active[for="tab-1"],
  input[id="tab-2"]:checked ~ .tab-nav label:active[for="tab-2"],
  input[id="tab-3"]:checked ~ .tab-nav label:active[for="tab-3"] {
    /* Hover */
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
    color: white; }

.button-size-large {
  /* Large */
  font-size: 19px;
  font-size: 1.1875rem;
  /* Tiny spacing */
  letter-spacing: calc(16px / 8);
  padding: 28px calc(28px * 1.5); }

.button-size-default, input[type="submit"], .form-get-quote-product input[type="submit"], .login .button-primary {
  /* Large */
  font-size: 14px;
  font-size: 0.875rem;
  /* Tiny spacing */
  letter-spacing: calc(16px / 8);
  padding: 20px calc(20px * 1.5); }

.button-size-small, input[id="tab-1"]:checked ~ .tab-nav label[for="tab-1"],
input[id="tab-2"]:checked ~ .tab-nav label[for="tab-2"],
input[id="tab-3"]:checked ~ .tab-nav label[for="tab-3"] {
  /* Large */
  font-size: 13px;
  font-size: 0.8125rem;
  /* Tiny spacing */
  letter-spacing: calc(16px / 16);
  padding: 16px calc(16px * 1.5); }

.button-size-tiny {
  /* Large */
  font-size: 12px;
  font-size: 0.75rem;
  /* Tiny spacing */
  letter-spacing: calc(16px / 16);
  padding: 13px calc(13px * 1.5); }

.button-style-primary, input[type="submit"], .form-get-quote-product input[type="submit"], .login .button-primary {
  /* Orange */
  color: white;
  background: #ff9200; }
  .button-style-primary:hover, input:hover[type="submit"], .login .button-primary:hover {
    background: #1a1919; }

.button-style-primary-alt {
  /* Orange */
  color: white;
  background: #ff9200; }
  .button-style-primary-alt:hover {
    color: #ff9200;
    background: white; }

.button-style-secondary, .tab-nav input:checked ~ .tab-control, input[id="tab-1"]:checked ~ .tab-nav label[for="tab-1"],
input[id="tab-2"]:checked ~ .tab-nav label[for="tab-2"],
input[id="tab-3"]:checked ~ .tab-nav label[for="tab-3"] {
  /* Orange */
  color: white;
  background: #1a1919; }
  .button-style-secondary:hover, .tab-nav input:checked ~ .tab-control:hover, input[id="tab-1"]:checked ~ .tab-nav label:hover[for="tab-1"],
  input[id="tab-2"]:checked ~ .tab-nav label:hover[for="tab-2"],
  input[id="tab-3"]:checked ~ .tab-nav label:hover[for="tab-3"] {
    background: #ff9200; }

.button-style-outline {
  /* Orange */
  color: white;
  background: transparent;
  border: 1px solid white; }
  .button-style-outline:hover {
    color: #ff9200;
    background: transparent;
    border: 1px solid #ff9200; }

.button-style-inert {
  /* Orange */
  color: white;
  background: transparent;
  border: 1px solid transparent;
  box-shadow: none; }
  .button-style-inert:hover {
    color: #ff9200;
    background: transparent;
    border: 1px solid transparent;
    box-shadow: none; }

.button-style-disabled {
  /* Orange */
  color: #f6f6f6;
  background: #c9c9c9;
  cursor: crosshair; }
  .button-style-disabled:hover {
    /* Orange */
    color: #f6f6f6;
    background: #c9c9c9;
    cursor: crosshair; }

.button-top-margin {
  margin-top: 24px; }

/*  Icons */
/* ==================================================== */
.icon-set-round {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 16px 24px; }
  .icon-set-round .icon-round {
    display: block;
    width: 36px;
    height: 36px; }
    .icon-set-round .icon-round svg {
      width: 100%;
      height: 100%; }
  .icon-set-round .icon-text {
    margin-left: 12px; }

.share-icon:not(:first-of-type) {
  margin-left: 8px; }

/*  Forms */
/* ==================================================== */
label {
  font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
  /* Black */
  font-weight: 300;
  margin-bottom: 8px; }

.form-field {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border: 0; }
  .form-field.form-field-max-480 {
    max-width: 480px;
    margin-left: 0; }
  @media only screen and (max-width: 767px) {
    .form-field-full.form-field:not(:first-child), .form-field-two.form-field:not(:first-child),
    .form-field-three.form-field:not(:first-child) .form-field-four.form-field:not(:first-child) {
      margin-top: 32px; } }

label {
  display: block;
  margin: 0 0 12px;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  color: #333333; }

select, .form-get-quote-product select, .form-container select, .form-get-quote-product option, input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="file"],
option,
textarea, .wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap input[type="email"], .wpcf7-form-control-wrap input[type="password"], .wpcf7-form-control-wrap input[type="number"], .wpcf7-form-control-wrap input[type="tel"], .wpcf7-form-control-wrap input[type="date"], .wpcf7-form-control-wrap input[type="file"], .wpcf7-form-control-wrap option, .wpcf7-form-control-wrap textarea, .form-get-quote-product input[type="text"],
.form-get-quote-product input[type="email"],
.form-get-quote-product input[type="tel"], .login form .input,
.login input[type=password],
.login input[type=text] {
  font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
  /* Black */
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  border-radius: 4px;
  background-clip: padding-box;
  position: relative;
  width: 100%;
  padding: 12px 20px;
  color: #333333;
  background: white;
  -webkit-appearance: none;
  border: 1px solid #ff9200;
  outline: 0 none; }
  select:hover, input:hover[type="text"],
  input:hover[type="email"],
  input:hover[type="password"],
  input:hover[type="number"],
  input:hover[type="tel"],
  input:hover[type="date"],
  input:hover[type="file"],
  option:hover,
  textarea:hover, .login form .input:hover,
  .login input:hover[type=password],
  .login input:hover[type=text] {
    /* Hover */
    color: #333333;
    border: 1px solid #ff9200; }
  select:focus, input:focus[type="text"],
  input:focus[type="email"],
  input:focus[type="password"],
  input:focus[type="number"],
  input:focus[type="tel"],
  input:focus[type="date"],
  input:focus[type="file"],
  option:focus,
  textarea:focus, .login form .input:focus,
  .login input:focus[type=password],
  .login input:focus[type=text] {
    /* Hover */
    box-shadow: 0px 0px 12px 0px rgba(240, 240, 240, 0.25);
    color: #ff9200;
    border: 1px solid #e68300; }
  select:active, input:active[type="text"],
  input:active[type="email"],
  input:active[type="password"],
  input:active[type="number"],
  input:active[type="tel"],
  input:active[type="date"],
  input:active[type="file"],
  option:active,
  textarea:active, .login form .input:active,
  .login input:active[type=password],
  .login input:active[type=text] {
    /* Hover */
    color: #1a1919;
    background: white;
    border: 1px solid #e68300; }
  select:placeholder, input:placeholder[type="text"],
  input:placeholder[type="email"],
  input:placeholder[type="password"],
  input:placeholder[type="number"],
  input:placeholder[type="tel"],
  input:placeholder[type="date"],
  input:placeholder[type="file"],
  option:placeholder,
  textarea:placeholder, .login form .input:placeholder,
  .login input:placeholder[type=password],
  .login input:placeholder[type=text] {
    color: #333333;
    opacity: 1; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    select, .form-get-quote-product select, .form-container select, .form-get-quote-product option, input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="number"],
    input[type="tel"],
    input[type="date"],
    input[type="file"],
    option,
    textarea, .wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap input[type="email"], .wpcf7-form-control-wrap input[type="password"], .wpcf7-form-control-wrap input[type="number"], .wpcf7-form-control-wrap input[type="tel"], .wpcf7-form-control-wrap input[type="date"], .wpcf7-form-control-wrap input[type="file"], .wpcf7-form-control-wrap option, .wpcf7-form-control-wrap textarea, .form-get-quote-product input[type="text"],
    .form-get-quote-product input[type="email"],
    .form-get-quote-product input[type="tel"], .login form .input,
    .login input[type=password],
    .login input[type=text] {
      padding: 16px 24px; } }

select, .form-get-quote-product select, .form-container select {
  margin: 0; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    select, .form-get-quote-product select, .form-container select {
      padding: 19px 24px; } }
  @media only screen and (min-width: 1024px) {
    select, .form-get-quote-product select, .form-container select {
      padding: 15px 24px; } }

.form-get-quote-product option {
  border: 0; }

.form-help {
  font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
  /* Black */
  font-weight: 300;
  font-size: 13px;
  font-size: 0.8125rem;
  display: inline-block;
  margin: 12px 0 0;
  color: #595959; }
  .form-help-red {
    color: red; }
  label + .form-help {
    margin: 0; }
  .form-help:not(:first-child) {
    margin: 4px 0 0; }

.form-message, .parsley-required,
.article li.parsley-required {
  font-size: 15px;
  font-size: 0.9375rem;
  display: block;
  margin-left: unset;
  text-indent: unset;
  font-size: inherit;
  color: #333333; }
  .form-message-error {
    display: block;
    padding: 16px;
    color: red;
    background: rgba(255, 0, 0, 0.025);
    border: 1px solid red;
    border-radius: 4px;
    background-clip: padding-box; }
  .form-message-error-inline, .parsley-required,
  .article li.parsley-required {
    display: block;
    padding: 16px 0 0;
    color: red; }
    .form-message-error-inline::before, .parsley-required::before,
    .article li.parsley-required::before {
      content: none; }
  .form-message-error-bottom {
    margin-bottom: 24px; }
  @media only screen and (min-width: 1024px) {
    .form-message, .parsley-required,
    .article li.parsley-required {
      display: inline-block; }
      .form-message-error {
        display: inline-block; }
      .form-message-error-inline, .parsley-required,
      .article li.parsley-required {
        display: inline-block; } }

input[type="submit"], .form-get-quote-product input[type="submit"], .login .button-primary {
  color: white;
  background: #ff9200;
  cursor: pointer; }

/*  Media */
/* ==================================================== */
figure {
  position: relative; }

figcaption {
  display: block; }

img {
  width: 100%;
  height: auto; }
  p + img,
  ul + img,
  ol + img {
    margin-top: 48px; }

/* Embeds */
/* ==================================================== */
.media {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .media > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.media.youtube-video {
  padding-top: 0px; }
  .media.youtube-video img {
    padding-bottom: 0;
    height: auto; }

.contact-map iframe {
  width: 100%;
  height: 400px; }

figure.video > div {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  figure.video > div iframe,
  figure.video > div object,
  figure.video > div embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*  Modal */
/* ==================================================== */
.modal {
  display: none;
  width: 0;
  height: 0;
  background: white; }
  .modal.modal-show {
    display: block;
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    overflow: scroll; }

.modal-inner {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 32px 32px;
  height: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .modal-inner {
      padding: 32px 32px; } }
  @media only screen and (min-width: 1024px) {
    .modal-inner {
      padding: 32px 36px; } }
  @media only screen and (min-width: 1600px) {
    .modal-inner {
      padding: 32px 64px; } }

.modal-header {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center; }
  .modal-header .logo {
    margin-right: auto; }
  .modal-header .modal-close {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1;
    position: relative;
    top: -16px;
    margin-left: auto;
    color: #202124;
    transform: rotate(45deg);
    cursor: pointer; }

.modal-body {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background: transparent; }
  .modal-body.modal-body-menu {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

.modal-menu-list {
  width: 100%;
  margin: 16px 0; }

.modal-menu-item {
  margin: 0;
  padding: 0; }

.modal-menu-item h5 {
  margin: 0; }

.modal-menu-item .menu.menu-footer {
  margin: 8px 0 0; }

.modal-menu-item:not(:first-of-type) {
  border-top: 1px solid #c6c6c6; }

.modal-menu-item label {
  position: relative;
  margin: 0;
  padding: 24px 0; }

.modal-menu-item label:before {
  font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
  /* Black */
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  top: 18px;
  left: -20px;
  display: block;
  content: '+';
  color: #ff9200; }

.modal-menu-item label .menu {
  display: none; }

.modal-menu-item input:checked ~ label:before {
  transform: rotate(45deg); }

.modal-menu-item input:checked ~ label .menu {
  display: block; }

.modal-menu-item input:unchecked ~ label .menu {
  display: none; }

.modal-menu-item .menu-footer {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  list-style-type: none; }

.modal-menu-item .menu-footer li {
  line-height: 32px;
  list-style-type: none;
  text-indent: unset;
  margin-left: unset; }
  .modal-menu-item .menu-footer li:before {
    margin-right: unset;
    content: " ";
    display: none; }

.modal-menu-item .menu-footer a {
  font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
  /* Black */
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  width: 75%;
  display: block;
  text-decoration: none;
  color: #ff9200;
  background: transparent; }
  .modal-menu-item .menu-footer a:hover {
    color: #202124; }

/*  Page section */
/* ==================================================== */
.section {
  clear: both;
  width: 100%; }
  @media only screen and (min-width: 1400px) {
    .section {
      overflow: hidden; } }
  .section-top {
    padding-top: 24px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .section-top {
        padding-top: 32px; } }
    @media only screen and (min-width: 1024px) {
      .section-top {
        padding-top: 36px; } }
    @media only screen and (min-width: 1280px) {
      .section-top {
        padding-top: 40px; } }
    @media only screen and (min-width: 1400px) {
      .section-top {
        padding-top: 48px; } }
    @media only screen and (min-width: 1600px) {
      .section-top {
        padding-top: 64px; } }
  .section-top-half {
    padding-top: 16px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .section-top-half {
        padding-top: 24px; } }
    @media only screen and (min-width: 1024px) {
      .section-top-half {
        padding-top: 32px; } }
  .section-top-off {
    padding-top: 0; }
  .section-bottom {
    padding-bottom: 24px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .section-bottom {
        padding-bottom: 32px; } }
    @media only screen and (min-width: 1024px) {
      .section-bottom {
        padding-bottom: 48px; } }
    @media only screen and (min-width: 1600px) {
      .section-bottom {
        padding-bottom: 64px; } }
  .section-bottom-off {
    padding-bottom: 0; }

.section-inner {
  max-width: 90vw;
  margin: auto; }
  @media only screen and (min-width: 1600px) {
    .section-inner {
      max-width: 1260px; } }

.section-page:not(:first-of-type) {
  padding-top: 24px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .section-page:not(:first-of-type) {
      padding-top: 32px; } }
  @media only screen and (min-width: 1024px) {
    .section-page:not(:first-of-type) {
      padding-top: 48px; } }
  @media only screen and (min-width: 1600px) {
    .section-page:not(:first-of-type) {
      padding-top: 64px; } }

/* layout - general */
/*  Header */
/* ==================================================== */
.header-blog-river {
  align-items: flex-end;
  margin-bottom: 24px; }
  .header-blog-river a {
    margin-left: auto;
    color: #ff9200; }
    .header-blog-river a:hover {
      color: #1a1919; }

.container-post-cards-list .header-blog-river h2 {
  margin-bottom: 0; }

/*  Aside */
/* ==================================================== */
/* menus */
/*  Header Menu */
/* ==================================================== */
.page-header {
  padding: 12px 0;
  overflow: unset;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.075); }

.page-header nav {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between; }
  .landing .page-header nav {
    align-items: center; }

.logo {
  font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
  /* Black */
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  /* Tiny spacing */
  letter-spacing: calc(16px / 0);
  width: 50vw;
  max-width: 175px;
  margin-right: auto;
  text-decoration: none;
  color: #1a1919; }
  .logo:visited {
    color: #1a1919; }
  .logo:hover, .logo:focus, .logo:active {
    color: #1a1919; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .logo {
      max-width: 200px; } }
  @media only screen and (min-width: 1024px) {
    .logo {
      max-width: 220px; } }
  @media only screen and (min-width: 1600px) {
    .logo {
      max-width: 250px; } }

.logo svg {
  width: 100%;
  height: auto; }

.link-section {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  margin-left: 24px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .link-section {
      margin-left: 32px; } }
  @media only screen and (min-width: 1024px) {
    .link-section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-left: 48px; } }

.primary-menu {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center; }
  @media only screen and (min-width: 1024px) {
    .primary-menu {
      margin-top: 8px; } }

.primary-menu .menu-header {
  display: none; }
  @media only screen and (min-width: 1024px) {
    .primary-menu .menu-header {
      -js-display: flex;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.primary-menu .button, .primary-menu input[type="submit"], .primary-menu .login .button-primary, .login .primary-menu .button-primary, .primary-menu input[id="tab-1"]:checked ~ .tab-nav label[for="tab-1"], input[id="tab-1"]:checked ~ .tab-nav .primary-menu label[for="tab-1"],
.primary-menu input[id="tab-2"]:checked ~ .tab-nav label[for="tab-2"], input[id="tab-2"]:checked ~ .tab-nav .primary-menu label[for="tab-2"],
.primary-menu input[id="tab-3"]:checked ~ .tab-nav label[for="tab-3"], input[id="tab-3"]:checked ~ .tab-nav .primary-menu label[for="tab-3"] {
  display: none;
  margin-top: 0; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .primary-menu .button, .primary-menu input[type="submit"], .primary-menu .login .button-primary, .login .primary-menu .button-primary, .primary-menu input[id="tab-1"]:checked ~ .tab-nav label[for="tab-1"], input[id="tab-1"]:checked ~ .tab-nav .primary-menu label[for="tab-1"],
    .primary-menu input[id="tab-2"]:checked ~ .tab-nav label[for="tab-2"], input[id="tab-2"]:checked ~ .tab-nav .primary-menu label[for="tab-2"],
    .primary-menu input[id="tab-3"]:checked ~ .tab-nav label[for="tab-3"], input[id="tab-3"]:checked ~ .tab-nav .primary-menu label[for="tab-3"] {
      display: none; } }
  @media only screen and (min-width: 1024px) {
    .primary-menu .button, .primary-menu input[type="submit"], .primary-menu .login .button-primary, .login .primary-menu .button-primary, .primary-menu input[id="tab-1"]:checked ~ .tab-nav label[for="tab-1"], input[id="tab-1"]:checked ~ .tab-nav .primary-menu label[for="tab-1"],
    .primary-menu input[id="tab-2"]:checked ~ .tab-nav label[for="tab-2"], input[id="tab-2"]:checked ~ .tab-nav .primary-menu label[for="tab-2"],
    .primary-menu input[id="tab-3"]:checked ~ .tab-nav label[for="tab-3"], input[id="tab-3"]:checked ~ .tab-nav .primary-menu label[for="tab-3"] {
      display: block;
      margin-left: 48px; } }

.primary-menu .toggle-search,
.primary-menu .toggle-menu {
  margin-top: unset;
  margin-bottom: unset;
  margin-left: 24px;
  line-height: 1;
  cursor: pointer; }

.primary-menu .toggle-menu {
  display: block; }
  @media only screen and (min-width: 1024px) {
    .primary-menu .toggle-menu {
      display: none; } }

.primary-menu .toggle-search svg,
.primary-menu .toggle-menu svg {
  line-height: 1; }

.secondary-menu {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  margin-left: auto; }
  @media only screen and (min-width: 1024px) {
    .secondary-menu {
      margin-left: unset; } }

.secondary-menu > *:first-child {
  margin-left: auto; }

.secondary-menu > *:not(:first-child) {
  margin-left: auto; }
  @media only screen and (min-width: 1024px) {
    .secondary-menu > *:not(:first-child) {
      margin-left: 36px; } }

.secondary-menu > a {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
  /* Black */
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  text-decoration: none;
  color: #333333;
  background: transparent;
  border: 0;
  outline: 0; }
  .secondary-menu > a:visited {
    text-decoration: none;
    color: #1a1919;
    background: transparent;
    border: 0;
    outline: 0; }
  .secondary-menu > a:hover, .secondary-menu > a:focus, .secondary-menu > a:active {
    text-decoration: none;
    color: #ff9200;
    background: transparent;
    border: 0;
    outline: 0; }

.secondary-menu > a:hover .icon svg,
.secondary-menu > div:hover .icon svg {
  fill: #ff9200; }

.secondary-menu .text {
  margin-left: 8px; }

.secondary-menu .menu-account {
  position: relative;
  display: none; }
  @media only screen and (min-width: 1024px) {
    .secondary-menu .menu-account {
      -js-display: flex;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.secondary-menu .menu-account-container {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  padding: 8px 0; }

.secondary-menu .sw {
  display: none; }
  @media only screen and (min-width: 1024px) {
    .secondary-menu .sw {
      -js-display: flex;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.secondary-menu .medical-portal {
  display: none; }
  @media only screen and (min-width: 1024px) {
    .secondary-menu .medical-portal {
      -js-display: flex;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.secondary-menu .phone-number {
  display: none; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .secondary-menu .phone-number {
      -js-display: flex;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-left: auto; } }
  @media only screen and (min-width: 1024px) {
    .secondary-menu .phone-number {
      -js-display: flex;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.secondary-menu .help-centre {
  display: none; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .secondary-menu .help-centre {
      -js-display: flex;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-left: 24px; } }
  @media only screen and (min-width: 1024px) {
    .secondary-menu .help-centre {
      -js-display: flex;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.secondary-menu small.connect {
  display: none; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .secondary-menu small.connect {
      display: block; } }
  @media only screen and (min-width: 1024px) {
    .secondary-menu small.connect {
      display: block; } }

.secondary-menu .connect-item {
  margin-left: 16px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .secondary-menu .connect-item {
      margin-left: 24px; } }
  @media only screen and (min-width: 1024px) {
    .secondary-menu .connect-item {
      margin-left: 24px; } }

.menu-header {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: auto;
  margin-left: auto;
  list-style-type: none; }

.menu-header li {
  position: relative;
  margin: unset;
  text-indent: unset; }
  .menu-header li:not(:first-of-type) {
    margin-top: unset; }
  .menu-header li:not(:first-child) {
    margin-left: 48px; }
  .menu-header li:before {
    margin-right: unset;
    content: " ";
    display: none; }

.menu-header li.menu-item-has-children:after {
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  top: 0;
  right: calc(16px * -1);
  margin-right: unset;
  content: "▾";
  display: block;
  color: #1a1919; }

.menu-header li.menu-item-has-children:hover:after, .menu-header li.menu-item-has-children:focus:after, .menu-header li.menu-item-has-children:active:after {
  transform: rotate(180deg);
  color: #ff9200; }

.menu-header a {
  font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
  /* Black */
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  /* Tiny spacing */
  letter-spacing: calc(16px / 16);
  text-decoration: none;
  color: #1a1919;
  background: transparent;
  border: 0;
  outline: 0; }
  .menu-header a:visited {
    text-decoration: none;
    color: #1a1919;
    background: transparent;
    border: 0;
    outline: 0; }
  .menu-header a:hover, .menu-header a:focus, .menu-header a:active {
    text-decoration: none;
    color: #ff9200;
    background: transparent;
    border: 0;
    outline: 0; }

.menu-header > li > a {
  padding: 8px 1px; }

.sub-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .menu > .menu-item:hover .sub-menu {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1; }
  .modal.modal-menu .sub-menu {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0.125rem 0 0; }

.sub-menu.sub-menu-aux {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  top: 36px; }
  .menu-account:hover .sub-menu.sub-menu-aux {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1; }

.sub-menu {
  display: none;
  position: absolute;
  top: 27px;
  left: -14px;
  width: 16vw;
  padding: 4px 0;
  background: white;
  box-shadow: 0px 12px 24px 0px rgba(255, 146, 0, 0.25);
  opacity: 0;
  transition: all 0.2s ease;
  z-index: 9; }

.menu-header .sub-menu li {
  padding: 0; }
  .menu-header .sub-menu li:not(:first-of-type) {
    border-top: 1px solid #fcfcfc; }
  .menu-header .sub-menu li:not(:first-child) {
    margin-left: 0; }

.sub-menu a,
.sub-menu a:visited {
  font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
  /* Black */
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.25;
  display: block;
  padding: 12px 20px;
  text-decoration: none;
  color: #1a1919;
  background: transparent;
  border: 0;
  outline: 0; }

.sub-menu.sub-menu-aux a:hover, .sub-menu.sub-menu-aux a:focus, .sub-menu.sub-menu-aux a:active {
  text-decoration: none;
  color: #ff9200;
  background: transparent;
  border: 0;
  outline: 0; }

.sub-menu.sub-menu-aux a:not(:first-of-type) {
  border-top: 1px solid #fcfcfc; }

/*  Footer Menu */
/* ==================================================== */
.page-footer {
  color: white;
  background: #1a1919; }

.page-footer-landing {
  padding: 0 0 48px;
  color: unset;
  background: unset; }

.page-footer nav {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start; }
  .page-footer nav.footer-nav-high {
    display: none; }
  .page-footer nav.footer-nav-low {
    margin-top: 0; }
  @media only screen and (min-width: 1024px) {
    .page-footer nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      justify-content: space-between; }
      .page-footer nav.footer-nav-high {
        -js-display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .page-footer nav.footer-nav-low {
        margin-top: 64px;
        align-items: center;
        justify-content: unset; } }

.menu-footer {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  list-style-type: none; }
  .menu-footer:not(:first-child) {
    margin-top: 36px; }
  @media only screen and (min-width: 1024px) {
    .menu-footer {
      width: calc((100% - 32px) / 7);
      margin-right: 16px; }
      .menu-footer:not(:first-child) {
        margin-top: 0; }
      .menu-footer:last-child {
        margin-right: 0; } }

@media only screen and (min-width: 1024px) {
  .menu-footer-careers {
    margin-right: 32px;
    margin-left: auto; } }

.menu-footer h3 {
  font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
  /* Black */
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 12px;
  color: white; }

.menu-footer li {
  line-height: 32px;
  list-style-type: none;
  text-indent: unset;
  margin-left: unset; }
  .menu-footer li:before {
    margin-right: unset;
    content: " ";
    display: none; }

.menu-footer a {
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  color: white;
  background: transparent; }
  .menu-footer a:hover {
    color: #ff9200; }

.footer-nav-low .button, .footer-nav-low input[type="submit"], .footer-nav-low .login .button-primary, .login .footer-nav-low .button-primary, .footer-nav-low input[id="tab-1"]:checked ~ .tab-nav label[for="tab-1"], input[id="tab-1"]:checked ~ .tab-nav .footer-nav-low label[for="tab-1"],
.footer-nav-low input[id="tab-2"]:checked ~ .tab-nav label[for="tab-2"], input[id="tab-2"]:checked ~ .tab-nav .footer-nav-low label[for="tab-2"],
.footer-nav-low input[id="tab-3"]:checked ~ .tab-nav label[for="tab-3"], input[id="tab-3"]:checked ~ .tab-nav .footer-nav-low label[for="tab-3"] {
  margin-right: 36px; }

.footer-contact,
.footer-mpesa,
.footer-extra-links,
.footer-regulator,
.footer-connect {
  font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
  /* Black */
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  margin-top: 24px;
  color: white; }
  @media only screen and (min-width: 1024px) {
    .footer-contact,
    .footer-mpesa,
    .footer-extra-links,
    .footer-regulator,
    .footer-connect {
      margin-top: 0; } }

.footer-contact {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center; }
  .footer-contact .icon svg {
    fill: white; }
  .footer-contact .icon-text {
    margin-left: 8px; }

.footer-switcher {
  margin-top: 24px; }
  @media only screen and (min-width: 1024px) {
    .footer-switcher {
      margin-top: 0;
      margin-left: 36px; } }

@media only screen and (min-width: 1024px) {
  .footer-mpesa {
    margin-left: auto; } }

.footer-extra-links:hover {
  color: #ff9200; }

@media only screen and (min-width: 1024px) {
  .footer-extra-links {
    margin-left: 36px; } }

.footer-nav-collateral {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: initial; }
  @media only screen and (min-width: 1024px) {
    .footer-nav-collateral {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      align-items: center; } }

.footer-regulator {
  line-height: 1.5;
  order: 3;
  margin-right: 0; }
  @media only screen and (min-width: 1024px) {
    .footer-regulator {
      order: unset;
      margin-right: auto; } }

.footer-connect {
  order: 1;
  margin-right: 0; }
  @media only screen and (min-width: 1024px) {
    .footer-connect {
      order: unset;
      margin-top: 0;
      margin-right: 12px; } }

.footer-nav-collateral .social-links {
  order: 2;
  margin-top: 12px;
  margin-right: 0; }
  @media only screen and (min-width: 1024px) {
    .footer-nav-collateral .social-links {
      order: unset; } }

/*  Footer Menu */
/* ==================================================== */
.menu-aside {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  list-style-type: none; }
  @media only screen and (min-width: 1024px) {
    .menu-aside {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .menu-aside {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.menu-aside li {
  list-style-type: none; }
  .menu-aside li:before {
    margin-right: unset;
    content: " ";
    display: none; }
  .menu-aside li.current_page_item, .menu-aside li.current-page-ancestor {
    position: relative; }
  @media only screen and (min-width: 1024px) {
    .menu-aside li:not(:first-of-type) {
      margin-top: 16px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .menu-aside li:not(:first-of-type) {
      margin-top: 0; } }

.menu-aside li.current_page_item:before,
.page-template-page-careers .menu-aside li.current-page-ancestor:not(:first-of-type):before {
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  left: calc(20px * -1);
  display: block;
  color: #ff9200; }
  @media only screen and (min-width: 1024px) {
    .menu-aside li.current_page_item:before,
    .page-template-page-careers .menu-aside li.current-page-ancestor:not(:first-of-type):before {
      content: '▶'; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .menu-aside li.current_page_item:before,
    .page-template-page-careers .menu-aside li.current-page-ancestor:not(:first-of-type):before {
      content: none; } }

.menu-aside a {
  font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
  /* Black */
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  color: #333333;
  background: transparent; }
  .menu-aside a:hover {
    color: #ff9200; }

/* layout - special */
/*  Form */
/* ==================================================== */
.form-section {
  justify-content: space-between; }
  .form-section:not(:first-of-type) {
    margin-top: 24px; }

input[type="date"] {
  padding-top: 15px;
  padding-bottom: 14px; }

.wpcf7-form-control-wrap input[type="date"].date-of-loss {
  color: transparent; }
  .wpcf7-form-control-wrap input[type="date"].date-of-loss::before {
    content: attr(placeholder);
    position: absolute;
    color: #333333;
    opacity: 0.7; }
  .wpcf7-form-control-wrap input[type="date"].date-of-loss:focus, .wpcf7-form-control-wrap input[type="date"].date-of-loss[faux-value] {
    color: #333333; }
  .wpcf7-form-control-wrap input[type="date"].date-of-loss:focus::before, .wpcf7-form-control-wrap input[type="date"].date-of-loss[faux-value]::before {
    content: ""; }

.page-header select,
.page-footer select {
  width: unset; }

input[type="submit"] {
  width: 100%; }

.check-radio-item {
  align-items: flex-start; }

.check-radio {
  margin-top: 16px; }

.check-radio label {
  margin-bottom: 8px;
  margin-left: 4px; }

.check-radio-item:not(:first-of-type) {
  margin-left: 24px; }

.toClone_example1:not(:first-of-type) {
  margin-top: 36px;
  padding-top: 36px;
  border-top: 2px solid #c6c6c6; }

.wpcf7-not-valid-tip {
  margin-top: 12px; }

.travelers-age-group:not(:first-of-type),
.traveler-single:not(:first-of-type) {
  margin-top: 48px; }

/*  Actionset */
/* ==================================================== */
.action-set {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: flex-start;
  width: 100%; }
  .action-set-centered {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    margin-top: 24px; }
  .action-set .link-text:not(:first-of-type) {
    color: #ff9200; }
    .action-set .link-text:not(:first-of-type):hover {
      text-decoration: underline;
      color: #1a1919; }
    .hero-main .action-set .link-text:not(:first-of-type) {
      margin-left: 24px;
      color: white; }
      .hero-main .action-set .link-text:not(:first-of-type):hover {
        text-decoration: underline;
        color: #ff9200; }
  .action-set .button:not(:first-of-type), .action-set input:not(:first-of-type)[type="submit"], .action-set .login .button-primary:not(:first-of-type), .login .action-set .button-primary:not(:first-of-type), .action-set input[id="tab-1"]:checked ~ .tab-nav label:not(:first-of-type)[for="tab-1"], input[id="tab-1"]:checked ~ .tab-nav .action-set label:not(:first-of-type)[for="tab-1"],
  .action-set input[id="tab-2"]:checked ~ .tab-nav label:not(:first-of-type)[for="tab-2"], input[id="tab-2"]:checked ~ .tab-nav .action-set label:not(:first-of-type)[for="tab-2"],
  .action-set input[id="tab-3"]:checked ~ .tab-nav label:not(:first-of-type)[for="tab-3"], input[id="tab-3"]:checked ~ .tab-nav .action-set label:not(:first-of-type)[for="tab-3"] {
    margin-left: 24px; }
    .page-template-page-service-providers .action-set .button:not(:first-of-type), .page-template-page-service-providers .action-set input:not(:first-of-type)[type="submit"], .page-template-page-service-providers .action-set .login .button-primary:not(:first-of-type), .login .page-template-page-service-providers .action-set .button-primary:not(:first-of-type), .page-template-page-service-providers .action-set input[id="tab-1"]:checked ~ .tab-nav label:not(:first-of-type)[for="tab-1"], input[id="tab-1"]:checked ~ .tab-nav .page-template-page-service-providers .action-set label:not(:first-of-type)[for="tab-1"],
    .page-template-page-service-providers .action-set input[id="tab-2"]:checked ~ .tab-nav label:not(:first-of-type)[for="tab-2"], input[id="tab-2"]:checked ~ .tab-nav .page-template-page-service-providers .action-set label:not(:first-of-type)[for="tab-2"],
    .page-template-page-service-providers .action-set input[id="tab-3"]:checked ~ .tab-nav label:not(:first-of-type)[for="tab-3"], input[id="tab-3"]:checked ~ .tab-nav .page-template-page-service-providers .action-set label:not(:first-of-type)[for="tab-3"],
    .page-template-payment-confirmation .action-set .button:not(:first-of-type),
    .page-template-payment-confirmation .action-set input:not(:first-of-type)[type="submit"],
    .page-template-payment-confirmation .action-set .login .button-primary:not(:first-of-type),
    .login .page-template-payment-confirmation .action-set .button-primary:not(:first-of-type),
    .page-template-payment-confirmation .action-set input[id="tab-1"]:checked ~ .tab-nav label:not(:first-of-type)[for="tab-1"],
    input[id="tab-1"]:checked ~ .tab-nav .page-template-payment-confirmation .action-set label:not(:first-of-type)[for="tab-1"],
    .page-template-payment-confirmation .action-set input[id="tab-2"]:checked ~ .tab-nav label:not(:first-of-type)[for="tab-2"],
    input[id="tab-2"]:checked ~ .tab-nav .page-template-payment-confirmation .action-set label:not(:first-of-type)[for="tab-2"],
    .page-template-payment-confirmation .action-set input[id="tab-3"]:checked ~ .tab-nav label:not(:first-of-type)[for="tab-3"],
    input[id="tab-3"]:checked ~ .tab-nav .page-template-payment-confirmation .action-set label:not(:first-of-type)[for="tab-3"] {
      margin-top: 24px;
      margin-left: 0; }
  .container-home-services .action-set small {
    margin-top: 16px; }
  @media only screen and (min-width: 1024px) {
    .action-set {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      .action-set-centered {
        margin-top: 0; }
      .container-home-services .action-set {
        align-items: center; }
      .action-set .button:not(:first-of-type), .action-set input:not(:first-of-type)[type="submit"], .action-set .login .button-primary:not(:first-of-type), .login .action-set .button-primary:not(:first-of-type), .action-set input[id="tab-1"]:checked ~ .tab-nav label:not(:first-of-type)[for="tab-1"], input[id="tab-1"]:checked ~ .tab-nav .action-set label:not(:first-of-type)[for="tab-1"],
      .action-set input[id="tab-2"]:checked ~ .tab-nav label:not(:first-of-type)[for="tab-2"], input[id="tab-2"]:checked ~ .tab-nav .action-set label:not(:first-of-type)[for="tab-2"],
      .action-set input[id="tab-3"]:checked ~ .tab-nav label:not(:first-of-type)[for="tab-3"], input[id="tab-3"]:checked ~ .tab-nav .action-set label:not(:first-of-type)[for="tab-3"] {
        margin-left: 36px; }
        .page-template-page-service-providers .action-set .button:not(:first-of-type), .page-template-page-service-providers .action-set input:not(:first-of-type)[type="submit"], .page-template-page-service-providers .action-set .login .button-primary:not(:first-of-type), .login .page-template-page-service-providers .action-set .button-primary:not(:first-of-type), .page-template-page-service-providers .action-set input[id="tab-1"]:checked ~ .tab-nav label:not(:first-of-type)[for="tab-1"], input[id="tab-1"]:checked ~ .tab-nav .page-template-page-service-providers .action-set label:not(:first-of-type)[for="tab-1"],
        .page-template-page-service-providers .action-set input[id="tab-2"]:checked ~ .tab-nav label:not(:first-of-type)[for="tab-2"], input[id="tab-2"]:checked ~ .tab-nav .page-template-page-service-providers .action-set label:not(:first-of-type)[for="tab-2"],
        .page-template-page-service-providers .action-set input[id="tab-3"]:checked ~ .tab-nav label:not(:first-of-type)[for="tab-3"], input[id="tab-3"]:checked ~ .tab-nav .page-template-page-service-providers .action-set label:not(:first-of-type)[for="tab-3"],
        .page-template-payment-confirmation .action-set .button:not(:first-of-type),
        .page-template-payment-confirmation .action-set input:not(:first-of-type)[type="submit"],
        .page-template-payment-confirmation .action-set .login .button-primary:not(:first-of-type),
        .login .page-template-payment-confirmation .action-set .button-primary:not(:first-of-type),
        .page-template-payment-confirmation .action-set input[id="tab-1"]:checked ~ .tab-nav label:not(:first-of-type)[for="tab-1"],
        input[id="tab-1"]:checked ~ .tab-nav .page-template-payment-confirmation .action-set label:not(:first-of-type)[for="tab-1"],
        .page-template-payment-confirmation .action-set input[id="tab-2"]:checked ~ .tab-nav label:not(:first-of-type)[for="tab-2"],
        input[id="tab-2"]:checked ~ .tab-nav .page-template-payment-confirmation .action-set label:not(:first-of-type)[for="tab-2"],
        .page-template-payment-confirmation .action-set input[id="tab-3"]:checked ~ .tab-nav label:not(:first-of-type)[for="tab-3"],
        input[id="tab-3"]:checked ~ .tab-nav .page-template-payment-confirmation .action-set label:not(:first-of-type)[for="tab-3"] {
          margin-top: 0;
          margin-left: 24px; }
      .container-home-services .action-set small {
        margin-top: 0; } }

/*  Featured Blogs */
/* ==================================================== */
.section-featured-blogs {
  background: #fcfcfc; }
  .section-featured-blogs h2 {
    width: 100%;
    margin-bottom: 32px;
    text-align: center; }
  .page-template-page-blog .section-featured-blogs {
    background: transparent; }
    .page-template-page-blog .section-featured-blogs h2 {
      display: none; }

.card-container-featured-blogs {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media only screen and (min-width: 1024px) {
    .card-container-featured-blogs {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      justify-content: space-between; } }

.featured-main {
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .featured-main {
      width: 65%; } }

.featured-others {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 24px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .featured-others {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media only screen and (min-width: 1024px) {
    .featured-others {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      width: calc(35% - 36px);
      margin-top: 0; } }

.card-featured-small:not(:first-of-type) {
  margin-top: 36px; }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .card-featured-small {
    width: calc((100% - 36px) / 2); }
    .card-featured-small:not(:first-of-type) {
      margin-top: 0;
      margin-left: 36px; } }

@media only screen and (min-width: 1024px) {
  .card-featured-small {
    width: 100%; }
    .card-featured-small:not(:first-of-type) {
      margin-top: 36px; } }

.card-featured img {
  border-radius: 4px;
  background-clip: padding-box; }

.card-featured figcaption {
  margin-top: 16px;
  text-decoration: none; }
  .card-featured figcaption h3 {
    margin-top: 12px; }
  .card-featured figcaption h3 a {
    color: #1a1919; }
    .card-featured figcaption h3 a:hover {
      color: #ff9200; }
  .card-featured figcaption p {
    margin-top: 12px;
    color: #333333; }

.card-featured img {
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.12); }

.card-featured:hover img {
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.24); }

.card-featured:hover h3 a {
  color: #ff9200; }

.see-all-artilces {
  margin: 32px auto 0; }
  .page-template-page-blog .see-all-artilces {
    display: none; }

/*  Featured Testimonials */
/* ==================================================== */
.section-featured-testimonials {
  display: none;
  background: #ff9200;
  background: linear-gradient(-35deg, rgba(255, 121, 0, 0.73) 0%, #f48b00 100%); }
  .section-featured-testimonials h2 {
    width: 100%;
    margin-bottom: 24px;
    color: white; }
  .section-featured-testimonials.landing-data {
    display: block; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .section-featured-testimonials {
      display: none; }
      .section-featured-testimonials.landing-data {
        display: block; } }
  @media only screen and (min-width: 1024px) {
    .section-featured-testimonials {
      display: block; } }

.carousel-testimonials {
  padding: 0 11vw; }
  .carousel-testimonials .slick-prev:before,
  .carousel-testimonials .slick-next:before {
    font-size: 24px;
    font-size: 1.5rem; }

.carousel-testimonials-item {
  align-items: flex-start; }

.slick-initialized .slick-slide.carousel-testimonials-item {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.carousel-testimonials-item-image {
  width: 200px;
  border-radius: 50%; }

.carousel-testimonials-item-figcaption {
  width: calc(100% - 298px);
  margin-left: auto; }
  .carousel-testimonials-item-figcaption h2,
  .carousel-testimonials-item-figcaption .message,
  .carousel-testimonials-item-figcaption .name,
  .carousel-testimonials-item-figcaption .context {
    color: white; }
  .carousel-testimonials-item-figcaption .message {
    font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
    /* Black */
    font-size: 16px;
    font-size: 1rem;
    margin-top: 12px;
    color: white; }
  .carousel-testimonials-item-figcaption .name {
    font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
    /* Black */
    font-weight: 600;
    margin: 24px 0 12px;
    text-transform: uppercase;
    color: white; }
  .carousel-testimonials-item-figcaption .context {
    color: white; }

/*  Featured Faqs */
/* ==================================================== */
.container-featured-faqs {
  width: 100%;
  padding: 0 24px; }
  @media only screen and (min-width: 1024px) {
    .container-featured-faqs {
      width: 55vw;
      max-width: 768px;
      margin-right: auto;
      margin-left: auto; } }

.faqs-list {
  margin-top: 24px;
  padding: 0 24px;
  border-top: 1px solid #c6c6c6; }
  @media only screen and (min-width: 1024px) {
    .faqs-list {
      margin-top: 36px; } }

.faqs-item {
  margin: 0;
  padding: 24px 0; }

.faqs-item h5 {
  margin: 0; }

.faqs-item p {
  margin: 8px 0 0; }

.faqs-item:not(:first-of-type) {
  border-top: 1px solid #c6c6c6; }

.faqs-item label {
  position: relative; }

.faqs-item label:before {
  font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
  /* Black */
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  top: -6px;
  left: -20px;
  display: block;
  content: '+';
  color: #ff9200; }

.faqs-item label p {
  display: none; }

.faqs-item input:checked ~ label:before {
  transform: rotate(45deg); }

.faqs-item input:checked ~ label p {
  display: block; }

.faqs-item input:unchecked ~ label p {
  display: none; }

/*  Featured awards */
/* ==================================================== */
.section-featured-awards h2 {
  width: 100%;
  margin-bottom: 24px;
  text-align: center;
  color: #1a1919; }

.carousel-awards .slick-prev:before,
.carousel-awards .slick-next:before {
  font-size: 24px;
  font-size: 1.5rem; }

.carousel-awards-item {
  align-items: flex-start;
  margin: 0 16px;
  border: 0;
  outline: 0; }
  .carousel-awards-item:hover, .carousel-awards-item:focus, .carousel-awards-item:active {
    border: 0;
    outline: 0; }

.carousel-awards-item img {
  border-radius: 4px;
  background-clip: padding-box; }

.carousel-awards-item figcaption {
  margin-top: 16px;
  text-decoration: none; }
  .carousel-awards-item figcaption h6 {
    margin-top: 12px;
    text-align: center; }
  .carousel-awards-item figcaption h6 a {
    color: #1a1919; }
    .carousel-awards-item figcaption h6 a:hover {
      color: #ff9200; }

.section-featured-awards .slick-dots {
  bottom: -60px; }

.section-featured-awards .slick-dots li:before {
  font-size: unset;
  margin-right: unset;
  vertical-align: unset;
  content: unset;
  color: unset; }

.section-featured-awards .slick-dots li button:before {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  top: 7px;
  left: -4px;
  opacity: 1;
  color: #ff9200; }

.section-featured-awards .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #333333; }

/*  Benefits & Extras */
/* ==================================================== */
.section-benefits-extras {
  background: white; }

.container-benefits-extras {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media only screen and (min-width: 1024px) {
    .container-benefits-extras {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start; } }

.container-benefits-extras .half-width {
  width: 100%;
  padding: 12px 36px; }
  .container-benefits-extras .half-width:not(:first-of-type) {
    margin-top: 24px;
    border-left: 0; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .container-benefits-extras .half-width {
      padding: 12px 48px; } }
  @media only screen and (min-width: 1024px) {
    .container-benefits-extras .half-width {
      width: calc(50% - 1px);
      margin-top: 0;
      padding: 12px 98px; }
      .container-benefits-extras .half-width:not(:first-of-type) {
        border-left: 1px solid #c6c6c6; } }

/*  Product Description */
/* ==================================================== */
.section-product-description {
  background: white; }

.container-product-description {
  margin: 0 140px;
  padding: 0 140px; }
  .container-product-description h2 {
    color: #1a1919; }
  .container-product-description .action-set {
    margin-top: 24px; }
  @media only screen and (max-width: 767px) {
    .container-product-description {
      margin: 0 auto;
      padding: 0 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .container-product-description {
      margin: 0 20px;
      padding: 0 20px; } }
  @media only screen and (min-width: 1024px) {
    .container-product-description {
      margin: 0 96px;
      padding: 0 96px; } }
  @media only screen and (min-width: 1400px) {
    .container-product-description {
      margin: 0 140px;
      padding: 0 140px; } }

/*  Product Variants */
/* ==================================================== */
.section-product-variants {
  background: white; }
  @media only screen and (min-width: 1400px) {
    .section-product-variants {
      overflow: hidden; } }
  @media only screen and (min-width: 1024px) {
    .section-product-variants {
      overflow: visible; } }

.container-product-variants h2,
.container-product-variants p {
  text-align: center; }

.container-product-variants p {
  max-width: 768px;
  margin-right: auto;
  margin-bottom: 36px;
  margin-left: auto; }

.card-variants-container {
  justify-content: space-between;
  justify-content: flex-start; }

.card-variant {
  box-shadow: 12px 24px 48px 0px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  background-clip: padding-box;
  transition: all ease-in-out 0.45s;
  padding: 32px 48px;
  text-align: center;
  background: #ff9200;
  background: linear-gradient(-45deg, rgba(255, 121, 0, 0.5) 0%, #ff9200 100%); }
  .card-variant:hover {
    box-shadow: 12px 24px 48px 0px rgba(255, 146, 0, 0.5);
    background: #202124; }
    .card-variant:hover .product-buy-now a {
      color: #ff9200; }

.product-variant-icon,
.product-variant-name,
.product-buy-now {
  color: white; }

.product-variant-icon {
  margin-bottom: 16px;
  color: white;
  content: ' ';
  position: relative;
  width: 48px;
  height: 48px;
  background: #fff;
  margin-bottom: 32px;
  border-radius: 50%;
  left: calc(50% - 24px);
  right: calc(50% - 24px); }

.product-variant-name {
  font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
  /* Black */
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  margin-bottom: 16px; }

.product-buy-now {
  font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
  /* Black */
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  color: white; }
  .product-buy-now a {
    color: white; }
    .product-buy-now a:hover {
      text-decoration: underline;
      color: #ff9200; }

.download-brochure {
  font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
  /* Black */
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  margin-top: 4px; }
  .download-brochure a {
    color: white; }
    .download-brochure a:hover {
      color: #ff9200; }

/*  Product Hero */
/* ==================================================== */
.section-prodcut-hero {
  margin: 0;
  padding: 0; }

.landing-carousel-hero {
  background: #202124;
  overflow: hidden; }
  @supports not (aspect-ratio: 16/6) {
    .landing-carousel-hero {
      height: 50vh;
      max-height: 350px; } }
  .landing-carousel-hero .slick-slide {
    height: auto;
    min-height: 100%; }
  @media only screen and (min-width: 1024px) {
    @supports (aspect-ratio: 16/6) {
      .landing-carousel-hero {
        height: 100%; } }
    @supports not (aspect-ratio: 16/6) {
      .landing-carousel-hero {
        max-height: 600px;
        max-height: 500px; } }
    .landing-carousel-hero .slick-track {
      height: 100%; } }
  @media only screen and (min-width: 1366px) and (min-height: 768px) {
    @supports not (aspect-ratio: 16/6) {
      .landing-carousel-hero {
        max-height: 445px;
        max-height: 500px; } } }
  @media only screen and (min-width: 1400px) {
    @supports not (aspect-ratio: 16/6) {
      .landing-carousel-hero {
        max-height: 640px;
        max-height: 475px;
        max-height: 500px; } } }
  @media only screen and (min-width: 1600px) {
    @supports not (aspect-ratio: 16/6) {
      .landing-carousel-hero {
        max-height: 485px;
        max-height: 500px; } } }
  @media only screen and (min-width: 1920px) {
    @supports not (aspect-ratio: 16/6) {
      .landing-carousel-hero {
        max-height: 675px;
        max-height: 500px; } } }
  @media only screen and (min-width: 2560px) {
    .landing-carousel-hero {
      max-height: 500px; } }

figure.hero-product {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative; }
  @supports (aspect-ratio: 16/6) {
    figure.hero-product.hero-landing {
      aspect-ratio: 16/6; } }
  @supports (aspect-ratio: 16/6) {
    figure.hero-product {
      aspect-ratio: unset; } }
  @media only screen and (min-width: 1024px) {
    figure.hero-product {
      overflow: hidden; }
      @supports (aspect-ratio: 16/6) {
        figure.hero-product {
          aspect-ratio: 16/6; } }
      @supports not (aspect-ratio: 16/6) {
        figure.hero-product {
          max-height: 500px; } } }
  @media only screen and (min-width: 1366px) and (min-height: 768px) {
    figure.hero-product {
      overflow: hidden; }
      @supports (aspect-ratio: 16/6) {
        figure.hero-product {
          aspect-ratio: 16/6; } }
      @supports not (aspect-ratio: 16/6) {
        figure.hero-product {
          max-height: 500px; } } }
  @media only screen and (min-width: 1400px) {
    @supports (aspect-ratio: 16/6) {
      figure.hero-product {
        aspect-ratio: 16/6; } }
    @supports not (aspect-ratio: 16/6) {
      figure.hero-product {
        max-height: 500px; } } }
  @media only screen and (min-width: 1920px) {
    @supports (aspect-ratio: 16/6) {
      figure.hero-product {
        aspect-ratio: 16/5; } }
    @supports not (aspect-ratio: 16/6) {
      figure.hero-product {
        max-height: 500px; } } }
  @media only screen and (min-width: 2560px) {
    figure.hero-product {
      max-height: 500px; } }

figure.hero-product img {
  border-radius: 0px; }

figure.hero-product figcaption {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  top: unset;
  bottom: unset;
  background: #202124;
  max-width: 100%;
  height: auto;
  padding: 24px; }
  @media only screen and (min-width: 1024px) {
    figure.hero-product figcaption {
      position: absolute;
      bottom: 0;
      max-width: 100%;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%); } }

figure.hero-product figcaption > div {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: flex-start;
  width: 100%;
  margin: auto 0 0; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    figure.hero-product figcaption > div {
      margin: auto 0 24px; } }
  @media only screen and (min-width: 1024px) {
    figure.hero-product figcaption > div {
      margin: auto 0 48px; } }

figure.hero-product.hero-main figcaption > div {
  margin: auto 0 0; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    figure.hero-product.hero-main figcaption > div {
      margin: auto 0 24px; } }
  @media only screen and (min-width: 1024px) {
    figure.hero-product.hero-main figcaption > div {
      margin: auto 0 64px; } }

figure.hero-product h1 {
  font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
  /* Black */
  width: 100%;
  margin: unset;
  margin-bottom: 0;
  color: white; }
  @media only screen and (min-width: 1024px) {
    figure.hero-product h1 {
      width: 60%;
      max-width: 768px; } }

figure.hero-product h6 {
  margin-bottom: 0;
  text-transform: uppercase;
  color: white; }

figure.hero-product p {
  font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
  /* Black */
  font-weight: 400;
  max-width: 768px;
  margin: unset;
  margin-top: 16px;
  margin-bottom: 0;
  color: white; }
  @media only screen and (min-width: 1024px) {
    figure.hero-product p {
      max-width: 55%;
      margin-bottom: 36px; }
      figure.hero-product p:first-of-type:not(:only-of-type) {
        margin-bottom: 0; } }

figure.hero-product.hero-main p.service-info {
  display: none; }
  @media only screen and (min-width: 1024px) {
    figure.hero-product.hero-main p.service-info {
      margin: unset;
      margin: 16px 0 0; } }

@media only screen and (min-width: 1024px) {
  figure.hero-product.hero-main .action-set {
    margin-top: 24px;
    margin-bottom: 24px; } }

.section-carousel-main .slick-dots {
  bottom: 24px;
  left: -2000px; }

.section-carousel-main .slick-dots li:before {
  font-size: unset;
  margin-right: unset;
  vertical-align: unset;
  content: unset;
  color: unset; }

.section-carousel-main .slick-dots li button:before {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  top: 7px;
  left: -4px;
  opacity: 0.75;
  color: white; }

.section-carousel-main .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ff9200; }

@media only screen and (min-width: 1024px) {
  .section-carousel-main .slick-dots {
    left: unset; } }

.carousel-hero.slick-dotted.slick-slider {
  margin-bottom: 0; }

.landing .action-set {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative; }
  .landing .action-set .icon-set-round {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    border-width: 0; }
  .landing .action-set .icon-text {
    display: none; }
  .landing .action-set span.text {
    font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
    /* Black */
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    text-transform: uppercase; }
  .landing .action-set a:last-of-type {
    margin-left: auto; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .landing .action-set {
      margin-top: 16px; } }
  @media only screen and (min-width: 1024px) {
    .landing .action-set {
      margin-top: 24px; }
      .landing .action-set .icon-set-round {
        padding: 16px 24px;
        border-width: 1px; }
      .landing .action-set .icon-text {
        display: block; } }

/*  Product List */
/* ==================================================== */
.page-template-page-insurance-category .section-page-introduction,
.page-template-page-insurance-subcategory .section-page-introduction {
  padding-bottom: 0; }
  .page-template-page-insurance-category .section-page-introduction p,
  .page-template-page-insurance-subcategory .section-page-introduction p {
    margin-bottom: 0; }

.page-template-page-insurance-category .product-list-heading,
.page-template-page-insurance-subcategory .product-list-heading {
  position: absolute;
  top: -999px;
  left: -999px;
  display: none;
  font-size: 0;
  opacity: 0; }

.section-product-list .product-list-heading {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .section-product-list .product-list-heading {
      margin-bottom: 24px; } }
  @media only screen and (min-width: 1024px) {
    .section-product-list .product-list-heading {
      margin-bottom: 32px; } }
  @media only screen and (min-width: 1600px) {
    .section-product-list .product-list-heading {
      margin-bottom: 32px; } }

.card-container-products {
  justify-content: space-between;
  justify-content: flex-start; }

.card-product img {
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background-clip: padding-box; }
  .card-product img:hover {
    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.24); }

.card-product figcaption {
  margin-top: 16px;
  text-decoration: none; }
  .card-product figcaption h4 {
    margin-top: 12px; }
  .card-product figcaption h4 a {
    color: #1a1919; }
    .card-product figcaption h4 a:hover {
      color: #ff9200; }

.card-product img {
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.12); }

.card-product:hover img {
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.24); }

.card-product:hover h4 a {
  color: #ff9200; }

/*  Page Intro */
/* ==================================================== */
.section-page-introduction {
  background: white; }

.container-page-introduction h1,
.container-page-introduction p {
  text-align: center; }

.container-page-introduction h1 {
  margin-bottom: 16px; }

.container-page-introduction p {
  margin-right: auto;
  margin-left: auto; }

@media only screen and (max-width: 767px) {
  .container-page-introduction {
    margin: 0;
    padding: 0; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container-page-introduction {
    margin: 0 40px;
    padding: 0 40px; }
    .container-page-introduction p {
      max-width: 100%;
      margin-bottom: 24px; } }

@media only screen and (min-width: 1024px) {
  .container-page-introduction {
    margin: 0 96px;
    padding: 0 96px; }
    .container-page-introduction h1 {
      margin-bottom: 16px; }
    .container-page-introduction p {
      max-width: 960px;
      margin-bottom: 32px; } }

@media only screen and (min-width: 1400px) {
  .container-page-introduction {
    margin: 0 140px;
    padding: 0 140px; }
    .container-page-introduction p {
      max-width: 768px;
      margin-bottom: 36px; } }

/*  About Excerpt */
/* ==================================================== */
.section-about-excerpt {
  background: white; }

.container-about-excerpt {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media only screen and (min-width: 1024px) {
    .container-about-excerpt {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start; } }

figure.video {
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    figure.video {
      width: 55%; } }

figure.video > div {
  border-radius: 4px;
  background-clip: padding-box; }

.about-words {
  padding-top: 8px;
  width: 100%;
  margin-top: 24px; }
  .about-words .link-read-more {
    font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
    /* Black */
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    display: inline-block;
    margin-top: 16px;
    color: #ff9200; }
    .about-words .link-read-more:hover {
      color: #1a1919;
      text-decoration: underline; }
  @media only screen and (min-width: 1024px) {
    .about-words {
      width: 35%;
      margin-top: 0; } }

/*  Key Product Variants */
/* ==================================================== */
.section-key-products {
  background: white; }
  @media only screen and (min-width: 1400px) {
    .section-key-products {
      overflow: hidden; } }
  @media only screen and (min-width: 1024px) {
    .section-key-products {
      overflow: visible; } }

.container-key-products h2 {
  margin-bottom: 36px;
  text-align: center; }

.card-key-products-container {
  justify-content: space-between;
  align-items: stretch; }

.card-key-product {
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  background-clip: padding-box;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  transition: all ease-in-out 0.45s;
  padding: 20px;
  text-align: center;
  background: #ff9200;
  background: linear-gradient(-45deg, rgba(255, 121, 0, 0.5) 0%, #ff9200 100%); }
  .card-key-product:hover {
    box-shadow: 0px 12px 24px 0px rgba(255, 146, 0, 0.5);
    background: #202124;
    transition: all ease-in-out 0.45s; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .card-key-product {
      padding: 24px 24px; } }
  @media only screen and (min-width: 1024px) {
    .card-key-product {
      padding: 24px 36px; } }
  @media only screen and (min-width: 1400px) {
    .card-key-product {
      padding: 32px 48px; } }

.key-product-icon,
.key-product-name {
  color: white; }

.key-product-icon {
  content: ' ';
  position: relative;
  left: calc(50% - 24px);
  right: calc(50% - 24px);
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  color: white;
  border-radius: 50%; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .key-product-icon {
      margin-bottom: 24px; } }
  @media only screen and (min-width: 1024px) {
    .key-product-icon {
      margin-bottom: 32px; } }
  @media only screen and (min-width: 1400px) {
    .key-product-icon {
      margin-bottom: 36px; } }

.key-product-name {
  font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
  /* Black */
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  margin: auto; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .key-product-name {
      font-size: 16px;
      font-size: 1rem; } }
  @media only screen and (min-width: 1024px) {
    .key-product-name {
      font-size: 17px;
      font-size: 1.0625rem; } }
  @media only screen and (min-width: 1280px) {
    .key-product-name {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media only screen and (min-width: 1400px) {
    .key-product-name {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 26px; } }

/*  Key Data */
/* ==================================================== */
.section-featured-testimonials.landing-data {
  padding: 24px 0; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .section-featured-testimonials.landing-data {
      padding: 32px 0; } }
  @media only screen and (min-width: 1024px) {
    .section-featured-testimonials.landing-data {
      padding: 36px 0; } }

.landing-data h2 {
  margin-bottom: 16px;
  text-align: center;
  color: white; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .landing-data h2 {
      margin-bottom: 24px; } }
  @media only screen and (min-width: 1024px) {
    .landing-data h2 {
      margin-bottom: 36px; } }

.key-data {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 4px;
  padding: 0 16px;
  color: white; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .key-data {
      padding: 0 32px; } }
  @media only screen and (min-width: 1366px) and (min-height: 768px) {
    .key-data {
      margin-top: 4px;
      padding: 0 48px; } }
  @media only screen and (min-width: 1024px) {
    .key-data {
      margin-top: 8px;
      padding: 0 48px; } }
  @media only screen and (min-width: 1600px) {
    .key-data {
      margin-top: 8px;
      padding: 0 48px; } }

.key-data-item {
  width: 23%; }

.key-data-item .data-figure {
  font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
  /* Black */
  font-weight: 600;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  color: white; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .key-data-item .data-figure {
      font-size: 32px;
      font-size: 2rem; } }
  @media only screen and (min-width: 1024px) {
    .key-data-item .data-figure {
      font-size: 36px;
      font-size: 2.25rem; } }
  @media only screen and (min-width: 1600px) {
    .key-data-item .data-figure {
      font-size: 48px;
      font-size: 3rem; } }

.key-data-item .data-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  margin-top: 8px;
  text-align: center;
  color: white; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .key-data-item .data-text {
      font-size: 16px;
      font-size: 1rem; } }
  @media only screen and (min-width: 1024px) {
    .key-data-item .data-text {
      font-size: 20px;
      font-size: 1.25rem; } }

/*  Home Services */
/* ==================================================== */
.section-home-services {
  background: white; }

.container-home-services {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media only screen and (min-width: 1024px) {
    .container-home-services {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      justify-content: space-between;
      align-items: stretch; } }

.container-home-services .half-width {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  padding: 12px; }
  .container-home-services .half-width h2 {
    color: #1a1919; }
  .container-home-services .half-width p {
    margin-bottom: auto;
    color: #333333; }
  .container-home-services .half-width .action-set {
    margin-top: 24px; }
  .container-home-services .half-width .button-home-services {
    margin-left: 0;
    margin-right: 24px; }
  .container-home-services .half-width:not(:first-of-type) {
    margin-top: 24px;
    border-left: 0; }
  @media only screen and (min-width: 1024px) {
    .container-home-services .half-width {
      width: calc(50% - 1px);
      padding: 12px 48px; }
      .container-home-services .half-width:not(:first-of-type) {
        margin-top: 0;
        border-left: 2px solid #efefef; } }

/*  About Excerpt */
/* ==================================================== */
.section-get-quote {
  background: white; }

.container-get-quote h2,
.container-get-quote p {
  text-align: center; }

.container-get-quote p {
  margin-right: auto;
  margin-left: auto; }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container-get-quote {
    margin: 0 40px;
    padding: 0 40px; }
    .container-get-quote p {
      max-width: 100%;
      margin-bottom: 24px; } }

@media only screen and (max-width: 767px) {
  .container-get-quote {
    margin: 0 20px;
    padding: 0 20px; } }

@media only screen and (min-width: 1024px) {
  .container-get-quote {
    margin: 0 96px;
    padding: 0 96px; }
    .container-get-quote p {
      max-width: 960px;
      margin-bottom: 32px; } }

@media only screen and (min-width: 1400px) {
  .container-get-quote {
    margin: 0 140px;
    padding: 0 140px; }
    .container-get-quote p {
      max-width: 768px;
      margin-bottom: 36px; } }

.form-get-quote-product {
  width: 55vw;
  max-width: 768px;
  margin: 0 auto; }

.form-get-quote-product .form-section {
  justify-content: space-between; }
  .form-get-quote-product .form-section:not(:first-of-type) {
    margin-top: calc(6%);
    margin-top: 24px; }

.form-get-quote-product input[type="submit"] {
  width: 100%; }

/*  Page section */
/* ==================================================== */
.section-corporate-profile img {
  border-radius: 4px;
  background-clip: padding-box;
  margin-top: 0; }

.download-area {
  margin-top: 24px; }

.download-area-content {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .download-area-content p {
    max-width: 100%;
    margin-right: 0; }
  .download-area-content .button, .download-area-content input[type="submit"], .download-area-content .login .button-primary, .login .download-area-content .button-primary, .download-area-content input[id="tab-1"]:checked ~ .tab-nav label[for="tab-1"], input[id="tab-1"]:checked ~ .tab-nav .download-area-content label[for="tab-1"],
  .download-area-content input[id="tab-2"]:checked ~ .tab-nav label[for="tab-2"], input[id="tab-2"]:checked ~ .tab-nav .download-area-content label[for="tab-2"],
  .download-area-content input[id="tab-3"]:checked ~ .tab-nav label[for="tab-3"], input[id="tab-3"]:checked ~ .tab-nav .download-area-content label[for="tab-3"] {
    margin-top: 24px; }
  @media only screen and (min-width: 1024px) {
    .download-area-content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      align-items: flex-start; }
      .download-area-content p {
        max-width: 400px;
        margin-right: 36px; }
      .download-area-content .button, .download-area-content input[type="submit"], .download-area-content .login .button-primary, .login .download-area-content .button-primary, .download-area-content input[id="tab-1"]:checked ~ .tab-nav label[for="tab-1"], input[id="tab-1"]:checked ~ .tab-nav .download-area-content label[for="tab-1"],
      .download-area-content input[id="tab-2"]:checked ~ .tab-nav label[for="tab-2"], input[id="tab-2"]:checked ~ .tab-nav .download-area-content label[for="tab-2"],
      .download-area-content input[id="tab-3"]:checked ~ .tab-nav label[for="tab-3"], input[id="tab-3"]:checked ~ .tab-nav .download-area-content label[for="tab-3"] {
        margin-top: 0; } }

.download-area-sharing {
  margin-top: 24px;
  margin-left: 0; }
  .download-area-sharing small {
    margin-bottom: 8px; }
  .download-area-sharing .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background: #ff9200; }
  .download-area-sharing .share-icon path {
    fill: #ff9200; }
  @media only screen and (min-width: 1024px) {
    .download-area-sharing {
      margin-top: 0;
      margin-left: 24px; } }
  @media only screen and (min-width: 1400px) {
    .download-area-sharing {
      margin-left: 36px; } }

/*  Page section */
/* ==================================================== */
.vacancies-list {
  margin: 24px 0 12px;
  border-top: 1px solid #efefef; }

.vacancies-list-item {
  display: block;
  margin: 0;
  padding: 24px 0;
  color: #333333; }
  .vacancies-list-item:not(:first-of-type) {
    border-top: 1px solid #efefef; }
  .vacancies-list-item h5 {
    margin-bottom: 8px; }
  .vacancies-list-item p,
  .vacancies-list-item small {
    margin-top: 8px; }
  .vacancies-list-item p {
    text-transform: uppercase;
    letter-spacing: 0.5px; }
  .vacancies-list-item small {
    font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
    /* Black */
    font-weight: 400; }
  .vacancies-list-item span {
    font-size: 18px;
    font-size: 1.125rem;
    position: relative;
    bottom: -2px;
    padding: 0 4px; }
  .vacancies-list-item:hover {
    background: #fefefe; }
    .vacancies-list-item:hover h5 {
      color: #ff9200; }

/*  Page section */
/* ==================================================== */
.section-media-download h2 {
  margin-bottom: 24px; }

.form-container {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: flex-start; }
  .form-container *:not(:first-child) {
    margin-top: 24px; }
  @media only screen and (min-width: 1024px) {
    .form-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      .form-container select {
        max-width: 400px; }
      .form-container *:not(:first-child) {
        margin-top: 0;
        margin-left: 24px; }
      .form-container *:last-child {
        margin-right: auto; } }

/*  Card Lists */
/* ==================================================== */
.stripe-on.section-post-cards-list:not(:first-of-type) {
  padding-top: 0; }

.container-post-cards-list h2 {
  margin-bottom: 24px; }

.card-container {
  justify-content: flex-start;
  margin-right: auto;
  margin-left: auto; }

.card-post img {
  border-radius: 4px;
  background-clip: padding-box; }

.card-post .bio-preview {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 48px 24px 24px;
  color: #1a1919;
  background: white;
  overflow: hidden;
  z-index: 999; }

.card-post .bio-preview small {
  font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
  /* Black */
  font-weight: 600;
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 200px 0 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 25%, white 30%, white 40%, white 100%);
  color: #ff9200; }

.card-post figcaption {
  margin-top: 16px;
  text-decoration: none; }
  .card-post figcaption h4 {
    margin-top: 12px;
    margin-bottom: 8px; }
  .card-post figcaption h4 a {
    color: #1a1919; }
    .card-post figcaption h4 a:hover {
      color: #ff9200; }

.card-post:hover img {
  box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.12); }

.card-post:hover h4 a {
  color: #ff9200; }

/*  Help centre */
/* ==================================================== */
.help-suite h1,
.help-suite p {
  text-align: center; }

.help-suite {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (min-width: 1024px) {
    .help-suite {
      align-items: flex-start;
      justify-content: center; } }

.help-suite-item {
  flex: 50%; }
  .help-suite-item:nth-child(n+3) {
    margin-top: 36px; }
  @media only screen and (min-width: 1024px) {
    .help-suite-item {
      flex: 25%; }
      .help-suite-item:nth-child(n+3) {
        margin-top: unset; }
      .help-suite-item:nth-child(n+5) {
        margin-top: 48px; } }

.help-suite-item .icon {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 12px;
  text-align: center;
  border-radius: 50%;
  background: #ff9200; }

.help-suite-item svg {
  fill: white; }

.help-suite-item svg path {
  fill: white; }

.help-suite-item p {
  font-size: 15px;
  font-weight: 700; }

/*  Search */
/* ==================================================== */
.search-result {
  display: block;
  margin-top: 36px;
  transition: all .2s ease; }
  .search-result:not(:first-of-type) {
    padding-top: 36px;
    border-top: 1px solid #e3e3e3; }
  .search-result:hover {
    background: white; }
    .search-result:hover h3,
    .search-result:hover .search-result-url {
      color: #ff9200; }

.search-result-number {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  border-radius: 50%;
  background-clip: padding-box;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  padding-top: 12px;
  text-align: center;
  color: white;
  background: #ff9200; }

.search-result-title {
  font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
  /* Black */
  font-weight: 700;
  color: #1a1919; }

.search-result-excerpt,
.search-result-url,
.search-result-date {
  color: #333333; }

.search-result-url {
  font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
  /* Black */
  font-weight: 300; }

.no-results {
  border-radius: 8px;
  background-clip: padding-box;
  padding: 24px;
  background: #fcfcfc;
  border: 1px solid #c6c6c6; }

/*  Search */
/* ==================================================== */
.section-search-bar {
  background: white;
  overflow: visible; }
  .page-template-page-help article .section-search-bar,
  .search-results article .section-search-bar {
    background: white; }

.section-search-bar form {
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 768px;
  margin-right: auto;
  margin-left: auto; }

.section-search-bar input[type="submit"],
.section-search-bar .icon-search {
  position: absolute;
  right: 16px;
  width: 24px;
  height: 24px;
  color: #ff9200;
  background: transparent;
  box-shadow: unset; }

.section-search-bar input[type="submit"] {
  padding: 0;
  opacity: 0;
  z-index: 9; }

.section-search-bar .icon-search svg {
  fill: none;
  stroke: #ff9200; }

/*  Tools */
/* ==================================================== */
.tools {
  display: none; }
  .tools.stuck {
    position: fixed; }
  @media only screen and (min-width: 1024px) {
    .tools {
      -js-display: flex;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      position: absolute;
      top: 240px;
      right: 48px;
      z-index: 99999; } }

.tool {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 24px; }

.tool .icon {
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 4px;
  padding: 9px;
  text-align: center;
  vertical-align: middle;
  background: white;
  border-radius: 50%; }

.tool .icon-text {
  font-size: 14px;
  color: white; }

/*  Component - Benefits table toggle */
/* ==================================================== */
.toggle-table-outer {
  margin-top: 36px; }
  @media only screen and (min-width: 1024px) {
    .toggle-table-outer {
      margin-top: 36px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .toggle-table-outer {
      margin-top: 24px;
      padding: 0 24px; } }

.toggle-table-inner {
  margin: 0;
  /*border-top: 1px solid lightgrey;*/ }

.toggle-table-inner h5 {
  margin: 0; }

.toggle-table-inner p,
.toggle-table-inner table {
  margin: 24px 0 0; }

.toggle-table-inner label {
  position: relative;
  cursor: pointer; }

.toggle-table-inner label:before {
  font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
  /* Black */
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  top: -6px;
  left: -20px;
  display: block;
  content: '+';
  color: #ff9200; }

.toggle-table-inner table,
.toggle-table-inner p,
.toggle-table-inner div {
  display: none; }

.toggle-table-inner input:checked ~ label:before {
  transform: rotate(45deg); }

.toggle-table-inner-1 input:checked ~ label table {
  display: table; }

.toggle-table-inner-1 input:checked ~ label p {
  display: block; }

.toggle-table-inner-1 input:unchecked ~ label table,
.toggle-table-inner-1 input:unchecked ~ label p {
  display: none; }

.toggle-table-inner-2 input:checked ~ label table {
  display: table; }

.toggle-table-inner-2 input:checked ~ label p {
  display: block; }

.toggle-table-inner-2 input:unchecked ~ label table,
.toggle-table-inner-2 input:unchecked ~ label p {
  display: none; }

.toggle-table-inner-3 input:checked ~ label table {
  display: table; }

.toggle-table-inner-3 input:checked ~ label div,
.toggle-table-inner-3 input:checked ~ label div p {
  display: block; }

.toggle-table-inner-3 input:unchecked ~ label table,
.toggle-table-inner-3 input:unchecked ~ label div {
  display: none; }

/*  Component - E-commerce login/sign up */
/* ==================================================== */
.inline-onboarding {
  max-width: 768px;
  margin: 0; }
  .page-container .inline-onboarding {
    margin: 0;
    width: 100%; }

.inline-onboarding-header {
  width: 100%;
  margin-bottom: 0 !important;
  padding: 1rem 1.5rem;
  font-weight: bold;
  background: #ff9200; }

.inline-onboarding-header p {
  color: white; }

.inline-onboarding-content {
  padding: 1.5rem;
  border-right: 2px solid #ff9200;
  border-left: 2px solid #ff9200; }

.inline-onboarding-form {
  display: none; }

.inline-onboarding-form.show {
  display: block; }

.inline-onboarding-content input[type=text],
.inline-onboarding-content input[type=number],
.inline-onboarding-content input[type=password],
.inline-onboarding-content input[type=email] {
  max-width: 100% !important; }

.inline-onboarding-footer {
  position: relative;
  padding: 1.5rem;
  color: white;
  background: #333333; }

.inline-onboarding-actions {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .inline-onboarding-actions {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      align-items: center; } }
  @media only screen and (min-width: 1024px) {
    .inline-onboarding-actions {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      align-items: center; } }

.inline-onboarding-actions.show {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.inline-onboarding-switcher,
.inline-onboarding-link {
  color: #ff9200;
  cursor: pointer; }

.inline-onboarding-switcher:hover,
.inline-onboarding-link:hover {
  text-decoration: underline;
  color: white; }

.signin-signup-switcher,
.inline-onboarding-switcher {
  color: white; }

.inline-onboarding-link {
  margin-top: 24px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .inline-onboarding-link {
      margin-top: 0;
      margin-left: auto;
      margin-right: 24px; } }
  @media only screen and (min-width: 1024px) {
    .inline-onboarding-link {
      margin-top: 0;
      margin-left: auto;
      margin-right: 24px; } }

.inline-onboarding-actions button {
  margin-top: 24px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .inline-onboarding-actions button {
      margin-top: 0; } }
  @media only screen and (min-width: 1024px) {
    .inline-onboarding-actions button {
      margin-top: 0; } }

.inline-onboarding-actions.inline-onboarding-actions-signup .signin-signup-switcher {
  margin-right: auto; }

/*  Component - Log in form */
/* ==================================================== */
body.login {
  background: white; }

.login form {
  background: white;
  border: 1px solid #ff9200;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4); }

.login label {
  margin-bottom: 4px; }

/*  Footer */
/* ==================================================== */
.section-feed {
  background: rgba(26, 25, 25, 0.975); }

.section-feed h2 {
  color: #ff9200; }

.juicer-feed h1.referral {
  display: none; }

.juicer-feed li.feed-item,
.j-post-overlay.juicer-feed ul.j-share li {
  font-size: unset;
  font-size: unset;
  line-height: unset;
  margin-left: unset;
  list-style-type: none;
  text-indent: unset; }

.juicer-feed li.feed-item:before,
.j-post-overlay.juicer-feed ul.j-share li:before {
  font-size: unset;
  font-size: unset;
  margin-right: unset;
  vertical-align: unset;
  content: unset;
  color: unset; }

.juicer-feed .j-facebook-bg {
  background: transparent; }

.j-text {
  cursor: pointer; }

.j-text p {
  display: none; }

.j-overlay {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  padding-top: 50px; }

.j-overlay .j-overlay-content {
  margin: auto; }

/*  Page section */
/* ==================================================== */
.sw {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /*margin-bottom: 64px;*/
  width: 150px; }

.swc {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /*background: rgb(245 222 179);*/
  width: calc(100% - 36px);
  height: 36px;
  overflow: hidden; }
  .page-header .swc,
  .modal .swc {
    border-bottom: 1px solid #fcfcfc; }
  .page-footer .swc {
    border-bottom: 1px solid #202124; }

.page-footer .swc,
.modal .swc {
  flex-direction: column-reverse; }

.swi {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  order: 2;
  width: 100%;
  height: 36px;
  min-height: 36px;
  padding: 5px 12px;
  font-size: 14px;
  line-height: 1;
  z-index: 99; }
  .page-header .swi,
  .modal .swi {
    color: #333333;
    background: white;
    border-top: 1px solid #fcfcfc;
    border-right: 1px solid #fcfcfc;
    border-left: 1px solid #fcfcfc; }
  .page-footer .swi {
    color: white;
    background: #1a1919;
    border-top: 1px solid #202124;
    border-right: 1px solid #202124;
    border-left: 1px solid #202124; }
  .swi:hover {
    color: #ff9200; }

.swi-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden; }

.swi-icon svg,
.swi-icon img {
  width: 100%;
  height: 100%; }

.swi-text {
  margin-left: 8px; }

.page-header .swi:last-child,
.modal .swi:last-child {
  border-bottom: 1px solid #fcfcfc; }

.page-footer .swi:last-child {
  border-bottom: 1px solid #202124; }

label.sw-toggle {
  margin-left: auto;
  width: 36px;
  height: 36px;
  margin: 0;
  /*background: rgb(0 255 255);*/
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  cursor: pointer; }
  .page-header label.sw-toggle,
  .modal label.sw-toggle {
    color: #333333; }
  .page-footer label.sw-toggle {
    color: #202124; }

label.sw-toggle:before {
  content: '▾'; }

input[id="sw-toggle-header"]:checked ~ .swc,
input[id="sw-toggle-footer"]:checked ~ .swc,
input[id="sw-toggle-modal"]:checked ~ .swc {
  overflow: unset; }

input[id="sw-toggle-header"]:checked ~ label[for="sw-toggle-header"]:before,
input[id="sw-toggle-footer"]:checked ~ label[for="sw-toggle-footer"]:before,
input[id="sw-toggle-modal"]:checked ~ label[for="sw-toggle-modal"]:before {
  color: #ff9200;
  transform: rotate(180deg); }

/*  Pagination */
/* ==================================================== */
.page-pagination nav {
  align-items: center; }

.page-numbers {
  line-height: 1;
  border-radius: 50%;
  background-clip: padding-box;
  width: 32px;
  height: 32px;
  padding: 9px 0 0;
  text-align: center;
  text-transform: capitalize;
  color: #333333;
  background: #e3e3e3;
  cursor: pointer; }
  .page-numbers:not(:first-child) {
    margin-left: 16px; }
  .page-numbers.current {
    color: white;
    background: #333333; }
  .page-numbers.prev, .page-numbers.next {
    width: unset;
    height: unset;
    padding: unset;
    background: unset; }
  .page-numbers:hover {
    color: white;
    background: #ff9200; }
    .page-numbers:hover.current {
      color: white;
      background: #333333; }
    .page-numbers:hover.prev, .page-numbers:hover.next {
      color: #ff9200;
      background: unset; }

/*  Hero */
/* ==================================================== */
/*  Table */
/* ==================================================== */
table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  table-layout: fixed;
  border: 1px solid rgba(51, 51, 51, 0.125); }

table tr {
  background: rgba(252, 252, 252, 0.25);
  border-bottom: 1px solid rgba(51, 51, 51, 0.125); }
  table tr:nth-child(even) {
    background: white; }
  table tr:last-of-type {
    margin-bottom: 0; }

table thead tr {
  padding: 4px 0;
  background: white;
  border-bottom: 1px solid #202124; }

table th,
table td {
  padding: 12px 16px;
  text-align: left; }

table th {
  text-transform: uppercase;
  color: white;
  background: #ff9200;
  border-bottom: 2px solid #fcfcfc; }

table td {
  word-wrap: break-word;
  color: #333333; }
  table td a {
    color: #fcfcfc;
    background: transparent; }
    table td a:hover, table td a:focus {
      color: #ff9200; }

table td.sub-th {
  color: #333333;
  background: #333333; }
  table td.sub-th:first-child {
    color: white; }

table td.excess {
  border-left: 1px solid rgba(51, 51, 51, 0.125); }

@media screen and (max-width: 767px) {
  table {
    border: 0; }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  table tr {
    display: block;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(51, 51, 51, 0.125);
    border-bottom: 3px solid rgba(51, 51, 51, 0.125); }
  table td {
    border-bottom: 1px solid rgba(51, 51, 51, 0.125);
    display: block;
    font-size: 13px;
    text-align: right;
    word-wrap: unset; }
  table td:before {
    /*
       * aria-label has no advantage, it won't be read inside a table
       content: attr(aria-label);
       */
    content: attr(data-th);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #ff9200; }
  table td:last-child {
    border-bottom: 0; }
  table td input[type="text"],
  table td select {
    max-width: 172px;
    padding: 1rem 1rem; }
  table label.label-ghost {
    display: none; }
  table td .button, table td input[type="submit"], table td .form-get-quote-product input[type="submit"], .form-get-quote-product table td input[type="submit"], table td .login .button-primary, .login table td .button-primary, table td input[id="tab-1"]:checked ~ .tab-nav label[for="tab-1"], input[id="tab-1"]:checked ~ .tab-nav table td label[for="tab-1"],
  table td input[id="tab-2"]:checked ~ .tab-nav label[for="tab-2"], input[id="tab-2"]:checked ~ .tab-nav table td label[for="tab-2"],
  table td input[id="tab-3"]:checked ~ .tab-nav label[for="tab-3"], input[id="tab-3"]:checked ~ .tab-nav table td label[for="tab-3"] {
    max-width: 172px; }
  table .action {
    padding: 18px 0;
    font-size: inherit; } }

/*  Gallery */
/* ==================================================== */
/* Import Pages */
/* ==================================================== */
/* Page - Article */
/* ==================================================== */
.page-container {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media only screen and (min-width: 1024px) {
    .page-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }

.page-container aside {
  width: 100%; }

.page-container aside.aside-menu {
  display: none;
  max-width: 100%;
  padding-top: 8px; }
  @media only screen and (min-width: 1024px) {
    .page-container aside.aside-menu {
      display: block;
      max-width: 250px; } }

.page-container aside.aside-padding {
  display: none;
  width: 100%; }
  .page-container aside.aside-padding.aside-padding-faux {
    width: 0; }
  @media only screen and (min-width: 1024px) {
    .page-container aside.aside-padding {
      display: block;
      width: 150px; } }

.page-container article {
  margin: 0 auto;
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .page-container article {
      margin-top: 0;
      max-width: 968px; } }
  @media only screen and (min-width: 1280px) {
    .page-container article {
      max-width: 1024px; } }
  @media only screen and (min-width: 1400px) {
    .page-container article {
      max-width: 1280px; } }
  @media only screen and (min-width: 1600px) {
    .page-container article {
      max-width: 1400px; } }
  @media only screen and (min-width: 1920px) {
    .page-container article {
      max-width: 1600px; } }

.page-container article .wp-caption {
  display: block;
  width: unset !important;
  max-width: 968px; }
  .page-container article .wp-caption + p {
    margin-top: 24px; }

/* Page - Glossary */
/* ==================================================== */
.nav-glossary {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 36px; }
  @media only screen and (min-width: 1024px) {
    .nav-glossary {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }

.nav-glossary-item {
  font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
  /* Black */
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  margin-right: 4px;
  padding: 0 4px;
  text-transform: uppercase;
  color: #333333; }

a.nav-glossary-item {
  color: #ff9200; }
  a.nav-glossary-item:hover, a.nav-glossary-item:focus {
    color: #1a1919; }

span.nav-glossary-item {
  color: #595959; }

.section-page-glossary:not(:first-of-type) {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #c6c6c6; }

.section-page-glossary > a {
  display: inline-block;
  margin-top: 12px;
  color: #ff9200; }
  .section-page-glossary > a:hover, .section-page-glossary > a:focus {
    color: #1a1919; }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-page-glossary:not(:first-of-type) {
    margin-top: 24px;
    padding-top: 24px; } }

@media only screen and (min-width: 1024px) {
  .section-page-glossary:not(:first-of-type) {
    margin-top: 48px;
    padding-top: 48px; } }

/* Page - Profile */
/* ==================================================== */
.container-profile {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .container-profile {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      justify-content: space-between; } }
  @media only screen and (min-width: 1024px) {
    .container-profile {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      justify-content: space-between; } }

.profile-image {
  width: 100%;
  margin-top: 24px; }
  .profile-image img {
    border-radius: 4px;
    background-clip: padding-box; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .profile-image {
      width: 30%;
      margin-top: 0; } }
  @media only screen and (min-width: 1024px) {
    .profile-image {
      width: 35%;
      margin-top: 0; } }

.profile-copy {
  width: 100%; }
  .profile-copy h1 {
    margin-bottom: 16px; }
  .profile-copy a {
    display: block;
    margin-top: 16px;
    color: #ff9200; }
  .profile-copy a:hover {
    color: #1a1919; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .profile-copy {
      width: calc(70% - 32px); } }
  @media only screen and (min-width: 1024px) {
    .profile-copy {
      width: calc(65% - 36px); } }

/* Page - Providers */
/* ==================================================== */
.dataTables_wrapper .dataTables_length {
  display: none !important; }

table.dataTable tr.group {
  display: none; }

table.dataTable thead th,
table.dataTable thead td {
  text-align: left; }

table.dataTable thead th {
  font-size: 16px;
  font-weight: 600; }

table.dataTable thead td {
  font-size: 15px; }

/* Page - Post */
/* ==================================================== */
.hero-article img {
  border-radius: 8px;
  background-clip: padding-box;
  margin-top: 24px; }

.article-category {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  .article-category .slash {
    font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
    /* Black */
    font-weight: 600;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    position: relative;
    bottom: -1px;
    margin: 0 4px;
    color: #333333; }
  .article-category a {
    color: #ff9200; }

.article-meta {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 24px; }
  .article-meta > *:not(:first-child) {
    margin-left: 16px; }
  .article-meta figure {
    border-radius: 50%;
    background-clip: padding-box;
    width: 36px;
    height: 36px;
    overflow: hidden;
    display: none; }
  .article-meta .article-share {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    margin-left: auto; }
  .article-meta .article-share .share-icons {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center; }
  .article-meta .article-share svg {
    max-width: 24px;
    max-height: 16px; }

.slider-for,
.slider-nav {
  margin-top: 24px; }

.slider-for .slick-slide,
.slider-nav .slick-slide {
  border-radius: 4px;
  background-clip: padding-box;
  overflow: hidden; }

.slider-nav .slick-slide {
  width: 100px !important;
  margin: 0 10px; }

.post-disclaimer {
  padding: 24px;
  border: 2px solid #ff9200; }

/* Page - Checkout */
/* ==================================================== */
.container-ecommerce {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .container-ecommerce {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 1024px) {
    .container-ecommerce {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

@media only screen and (min-width: 1024px) {
  .ecommerce-application-form {
    padding-right: 24px; } }

.tab-nav {
  display: flex;
  align-items: center; }

label.tab-control {
  font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
  /* Black */
  font-weight: 600;
  margin-bottom: 0;
  color: #ff9200;
  cursor: pointer; }
  label.tab-control:not(:first-of-type) {
    margin-left: 24px; }
  label.tab-control:hover {
    color: #333333; }

input[id="tab-1"]:checked ~ .tab-content #tab1 {
  display: block; }

input[id="tab-1"]:checked ~ .tab-nav label[for="tab-1"]:hover,
input[id="tab-2"]:checked ~ .tab-nav label[for="tab-2"]:hover,
input[id="tab-3"]:checked ~ .tab-nav label[for="tab-3"]:hover {
  background: #1a1919;
  box-shadow: unset;
  cursor: unset; }

input[id="tab-2"]:checked ~ .tab-content #tab2 {
  display: block; }

input[id="tab-3"]:checked ~ .tab-content #tab3 {
  display: block; }

.tab-content {
  border-radius: 4px;
  background-clip: padding-box;
  padding: 24px 0 0;
  background: #fcfcfc;
  border: 3px solid #202124; }

.results-section {
  padding: 0 24px; }
  .results-section.results-section-total {
    padding: 24px;
    color: white;
    background: #202124; }
  .results-section.results-section-payment {
    margin-top: 16px;
    margin-bottom: 0 !important;
    padding: 0; }
  .results-section h3,
  .results-section h5 {
    margin-bottom: 6px;
    color: #ff9200; }
  .results-section:not(:first-of-type) {
    margin-top: 32px; }
  .results-section:only-of-type {
    margin-bottom: 24px; }

.line-item {
  font-size: 15px;
  font-size: 0.9375rem;
  display: block; }
  .line-item.total {
    font-size: 32px;
    font-size: 2rem; }
  .line-item:not(:first-of-type) {
    margin-top: 4px; }

/* Page - Confirmation */
/* ==================================================== */
.payment-options {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .payment-options {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 1024px) {
    .payment-options {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

label.pay_select {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0; }

label.pay_select label {
  margin-left: 8px;
  margin-bottom: 0; }

.pay_select img {
  max-width: 72px; }

.payment-details {
  margin: 24px 0; }

/* External styles */
/* ==================================================== */
/* Import hacks */
/* ==================================================== */
/* Polyfils */
/* Magic numbers */
/* Vendor overrides */
/* Browser */
/*  Webkit hacks */
/* ==================================================== */
/*  Safari hacks */
/* ==================================================== */
/*  Edge hacks */
/* ==================================================== */
/*  iOS hacks */
/* ==================================================== */
/* Import last possible files */
/* ==================================================== */
/* Print Styles */
/* ==================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    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; } }

/* Import diagnostics */
/* ==================================================== */
/* Flares */
/*  Page section */
/* ==================================================== */
body[data-dev-mq="yes"]:before {
  font-family: Helvetica, "Helvetica Neue", "PT Sans", Arial, sans-serif;
  /* Black */
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  position: fixed;
  bottom: 0.75rem;
  left: 0.75rem;
  padding: 4px 8px;
  letter-spacing: 2px;
  background: white;
  border: 2px solid black;
  border-left-width: 24px;
  z-index: 9999999999; }

@media only screen and (max-width: 767px) {
  body[data-dev-mq="yes"]:before {
    content: 'mobile';
    border-color: red; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body[data-dev-mq="yes"]:before {
    content: 'tablet';
    border-color: orange; } }

@media only screen and (min-width: 1024px) {
  body[data-dev-mq="yes"]:before {
    content: 'laptop';
    border-color: yellow; } }

@media only screen and (min-width: 1280px) {
  body[data-dev-mq="yes"]:before {
    content: 'lowrange';
    border-color: skyblue; } }

@media only screen and (min-width: 1400px) {
  body[data-dev-mq="yes"]:before {
    content: 'midrange';
    border-color: blue; } }

@media only screen and (min-width: 1600px) {
  body[data-dev-mq="yes"]:before {
    content: 'desktop';
    border-color: indigo; } }

@media only screen and (min-width: 1920px) {
  body[data-dev-mq="yes"]:before {
    content: 'monitor';
    border-color: violet; } }

@media only screen and (min-width: 2560px) {
  body[data-dev-mq="yes"]:before {
    content: 'tvscreen';
    border-color: purple; } }
