/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article, aside, footer, header, nav, section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption, figure, main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b, strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio, video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button, input, optgroup, select, textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button, input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button, select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

.gform_fields, .header .main-nav, .blog-archive-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gform_fields .gfield.hidden_label .gfield_label {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper .textarea, .gform_wrapper select, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .gform_wrapper .textarea::-webkit-input-placeholder, .gform_wrapper select::-webkit-input-placeholder, .gform_footer input[type="submit"], .btn, .header .main-nav a, .footer .copyright, .footer .copyright span, .footer a, .footer .footer-menu-title a, .footer .footer-contact, .footer .footer-contact a, .footer .footer-contact b, .footer .btn, .footer .author, .footer .author a, .text-and-card p, .text-and-card p b, .text-and-card .card .card-text p, .text-and-card .card .card-text ul li, .text-and-card .card .card-text ul li:before, .text-section p, .text-section ul li, .text-section ul li:before, .grid-card .col-lg-4 p, .green-section ul li, .text-and-logos p, .timer-section ul li, .timer-section ul li:before, .timer-section p, .timer-section a, .timer-section #timer, .about p, .about a, .contact p, .contact ul li, .contact ul li a, .contact .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .contact .gform_wrapper .textarea, .contact .gform_wrapper select, .contact .gform_wrapper .gform_fields .gfield_label, .contact .gform_wrapper label, .contact .gform_wrapper .gform_footer input[type="submit"] {
  font-family: 'Nunito Sans';
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper .textarea, .gform_wrapper select, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .gform_wrapper .textarea:-ms-input-placeholder, .gform_wrapper select:-ms-input-placeholder, .gform_footer input[type="submit"], .btn, .header .main-nav a, .footer .copyright, .footer .copyright span, .footer a, .footer .footer-menu-title a, .footer .footer-contact, .footer .footer-contact a, .footer .footer-contact b, .footer .btn, .footer .author, .footer .author a, .text-and-card p, .text-and-card p b, .text-and-card .card .card-text p, .text-and-card .card .card-text ul li, .text-and-card .card .card-text ul li:before, .text-section p, .text-section ul li, .text-section ul li:before, .grid-card .col-lg-4 p, .green-section ul li, .text-and-logos p, .timer-section ul li, .timer-section ul li:before, .timer-section p, .timer-section a, .timer-section #timer, .about p, .about a, .contact p, .contact ul li, .contact ul li a, .contact .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .contact .gform_wrapper .textarea, .contact .gform_wrapper select, .contact .gform_wrapper .gform_fields .gfield_label, .contact .gform_wrapper label, .contact .gform_wrapper .gform_footer input[type="submit"] {
  font-family: 'Nunito Sans';
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper .textarea, .gform_wrapper select, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, .gform_wrapper .textarea::-ms-input-placeholder, .gform_wrapper select::-ms-input-placeholder, .gform_footer input[type="submit"], .btn, .header .main-nav a, .footer .copyright, .footer .copyright span, .footer a, .footer .footer-menu-title a, .footer .footer-contact, .footer .footer-contact a, .footer .footer-contact b, .footer .btn, .footer .author, .footer .author a, .text-and-card p, .text-and-card p b, .text-and-card .card .card-text p, .text-and-card .card .card-text ul li, .text-and-card .card .card-text ul li:before, .text-section p, .text-section ul li, .text-section ul li:before, .grid-card .col-lg-4 p, .green-section ul li, .text-and-logos p, .timer-section ul li, .timer-section ul li:before, .timer-section p, .timer-section a, .timer-section #timer, .about p, .about a, .contact p, .contact ul li, .contact ul li a, .contact .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .contact .gform_wrapper .textarea, .contact .gform_wrapper select, .contact .gform_wrapper .gform_fields .gfield_label, .contact .gform_wrapper label, .contact .gform_wrapper .gform_footer input[type="submit"] {
  font-family: 'Nunito Sans';
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper .textarea, .gform_wrapper select, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .gform_wrapper .textarea::placeholder, .gform_wrapper select::placeholder, .gform_footer input[type="submit"], .btn, .header .main-nav a, .footer .copyright, .footer .copyright span, .footer a, .footer .footer-menu-title a, .footer .footer-contact, .footer .footer-contact a, .footer .footer-contact b, .footer .btn, .footer .author, .footer .author a, .text-and-card p, .text-and-card p b, .text-and-card .card .card-text p, .text-and-card .card .card-text ul li, .text-and-card .card .card-text ul li:before, .text-section p, .text-section ul li, .text-section ul li:before, .grid-card .col-lg-4 p, .green-section ul li, .text-and-logos p, .timer-section ul li, .timer-section ul li:before, .timer-section p, .timer-section a, .timer-section #timer, .about p, .about a, .contact p, .contact ul li, .contact ul li a, .contact .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .contact .gform_wrapper .textarea, .contact .gform_wrapper select, .contact .gform_wrapper .gform_fields .gfield_label, .contact .gform_wrapper label, .contact .gform_wrapper .gform_footer input[type="submit"] {
  font-family: 'Nunito Sans';
}

.hero h1, .hero h1 span, .hero h2, .text-and-card h2, .text-and-card .card .card-text h3, .text-section h2, .video-block a, .video-block a .text, .grid-card h2, .grid-card .col-lg-4 h3, .green-section h2, .text-and-logos h2, .timer-section h2, .timer-section h2 b, .timer-section .date-val, .about h2, .about span, .contact h2 {
  font-family: 'Montserrat';
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper .textarea, .gform_wrapper select {
    display: block;
    width: 100%;
    min-height: 56px;
    padding: 0;
    padding-bottom: 0;
    padding-left: 21px;
    padding-right: 21px;
    color: #666666;
    font-family: Hind;
    font-size: 16px;
    font-weight: 400;
    background-color: transparent;
    border: 2px solid #dfdfdf;
    outline: none
  }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .gform_wrapper .textarea::-webkit-input-placeholder, .gform_wrapper select::-webkit-input-placeholder {
  color: #aaa;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .gform_wrapper .textarea:-ms-input-placeholder, .gform_wrapper select:-ms-input-placeholder {
  color: #aaa;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, .gform_wrapper .textarea::-ms-input-placeholder, .gform_wrapper select::-ms-input-placeholder {
  color: #aaa;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .gform_wrapper .textarea::placeholder, .gform_wrapper select::placeholder {
  color: #aaa;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
}

.gform_wrapper select {
    color: #383838;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding-right: 19px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11' height='5' viewBox='0 0 11 5'%3E%3Cdefs%3E%3Cpath id='1qh1a' d='M1038.2 1596.88l-5.2-4.88h10.4z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate(-1033 -1592)'%3E%3Cuse fill='%23444' xlink:href='%231qh1a'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") 96% center no-repeat;
  }

.gform_wrapper select::-ms-expand {
    display: none;
  }

.gform_wrapper .textarea {
    padding: 10px 0 10px 13px;
    height: 98px;
    border-bottom: none
  }

.gform_wrapper .textarea:focus {
  border-bottom: none;
  padding-top: 10px;
}

.gform_wrapper input:-webkit-autofill, .gform_wrapper input:-webkit-autofill:hover, .gform_wrapper input:-webkit-autofill:focus, .gform_wrapper textarea:-webkit-autofill, .gform_wrapper textarea:-webkit-autofill:hover, .gform_wrapper textarea:-webkit-autofill:focus, .gform_wrapper select:-webkit-autofill, .gform_wrapper select:-webkit-autofill:hover, .gform_wrapper select:-webkit-autofill:focus {
    border: 0;
    -webkit-text-fill-color: #444;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 174, 255, .04) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, .03) 100%);
  }

.gform_wrapper .validation_error {
    display: none;
  }

.gform_wrapper .validation_message {
    color: #c40006;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: normal;
  }

.gform_wrapper .gfield_description {
    font-size: 80%;
    clear: both;
    margin-top: 5px;
  }

.gform_confirmation_message {
  color: #000;
  font-size: 16px;
  text-align: center;
  padding-top: 30px;
}

.gform_wrapper .gform_title {
  color: #222;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 21px
}

.gform_wrapper .gform_title:empty {
  display: none;
}

.gform_fields {

  font-size: 0;
}

.gform_fields .gfield_label {
    color: #222222;
    font-family: Hind;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    top: 0;
    -webkit-transition: top 0.2s, font-size 0.2s;
    transition: top 0.2s, font-size 0.2s;
    pointer-events: none;
    display: inline-block;
    margin-bottom: 10px;
    min-height: 13px;
  }

.gform_fields .gfield_required {
    font-size: 16px;
    color: #a50b08;
    font-family: Hind;
    font-weight: 700;
  }

.gform_fields .gfield {
    margin-bottom: 38px;
    font-size: 16px;
    width: 100%;
    padding-left: 0
  }

.gform_fields .gfield::before {
  display: none;
}

.gform_fields .file-field label.gfield_label {
      padding-left: 0;
      margin-bottom: 5px;
      font-size: 16px;
    }

.gform_fields .radio-field > label {
  top: 0;
}

.gform_fields .gfield_radio input {
      display: none;
    }

.gform_fields .gfield_radio li {
      padding-left: 0
    }

.gform_fields .gfield_radio li::before {
  display: none;
}

.gform_fields .gfield_radio input:checked + label::after {
      content: '';
      position: absolute;
      top: 6px;
      left: 4px;
      width: 10px;
      height: 10px;
      background-color: #f33;
      border-radius: 50%;
    }

.gform_fields .gfield_radio label {
      padding-left: 30px;
      cursor: pointer;
    }

.gform_fields .gfield_radio label::before {
      content: '';
      position: absolute;
      background-color: transparent;
      top: 2px;
      left: 0;
      border: 1px solid #ccc;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      cursor: pointer;
    }

.gform_fields .gsection_title {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 24px;
  }

.gform_footer input[type="submit"] {
    min-width: 187px;
    min-height: 43px;
    background-color: #a50b08;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.28px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

.gform_footer .gform_description {
    display: block;
    text-align: center;
    color: #9191a6;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    margin-top: 19px;
  }

.default-page .textarea {
    border: 1px solid #e5e5e5;
    border-top: none;
  }

.default-page .gform_fields .gfield {
      margin-bottom: 10px;
    }

.default-page .gform_fields .gfield_label {
      padding-right: 20px;
    }

@media (min-width: 768px) {
  .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
  }
  .gform_fields::after {
    content: '';
    display: table;
    clear: both;
  }
  .gform_fields .gf_left_half {
      width: calc(50% - 15px);
      margin-right: 30px;
      display: inline-block;
      vertical-align: top;
  }
  .gform_fields .gf_right_half {
      width: calc(50% - 15px);
      display: inline-block;
      vertical-align: top;
  }
  .gform_fields .gf_full-width {
      width: 100%;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *, *::before, *::after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */

  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}

/* ==========================================================================
   Common styles
   ========================================================================== */

body {
  font-family: 'Nunito Sans';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
  color: #f33;
  font-weight: 700
}

a:hover, a:focus {
  text-decoration: underline;
}

p {
  margin-top: 0;
  color: #444;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 25px;
}

section {
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}

.inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1226px;
  position: relative;
  width: 100%;
}

.inner .inner {
    padding-left: 0;
    padding-right: 0;
  }

.d-flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.align-items-center{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner-narrow {
  max-width: 858px;
}

.inner-medium {
  max-width: 1177px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.wpcf7-not-valid {
  border-color: #dc3545;
}

.wpcf7-not-valid-tip {
  margin-top: 4px;
  color: #f00;
}

.wpcf7-response-output {
  margin-top: 10px;
}

.wpcf7-validation-errors {
  background-color: #fff;
}

textarea {
  resize: vertical;
}

.btn {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  background-color: #00d4b7;
  display: inline-block;
  text-align: center;
  padding: 15.5px 15px;
  vertical-align: middle;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  min-width: 150px;
  outline: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  text-decoration: none


}

.btn:hover {
  background-color: #00b9a0;
  text-decoration: none;
}

.btn:active, .btn:focus {
  background-color: #16a592;
  text-decoration: none;
}

.btn.btn-outline-red {
  min-width: 169px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  border-radius: 3px;
  background: transparent;
  border: 1px solid #ff0000;
  padding: 12px 15px;
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
}

.btn.btn-red {
  min-width: 140px;
  border-radius: 3px;
  padding: 12px 15px;
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  background-color: #ff0000;
}

.btn.big-font {
  font-size: 18px;
  padding: 17.5px 26.5px;
}

.btn.back {
  background-color: #f4f4f4;
  padding: 13.5px 20px 13.5px 46px;
  position: relative;
  color: #444;
  text-align: right;
}

.btn.back::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 16px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  //background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cpath id='388da' d='M163 608l1.41 1.41-5.58 5.59H171v2h-12.17l5.58 5.59L163 624l-8-8z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate(-155 -608)'%3E%3Cuse fill='%23444' xlink:href='%23388da'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") 0 0 no-repeat;
}

.btn.back:hover, .btn.back:focus {
  background-color: #e0e0e0;
  text-decoration: none;
}

.btn.next {
  padding: 13.5px 47px 13.5px 20px;
  position: relative;
  text-align: left;
}

.btn.next::before {
  content: '';
  position: absolute;
  right: 20px;
  width: 16px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  //background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cpath id='x27la' d='M461 608l-1.41 1.41 5.58 5.59H453v2h12.17l-5.58 5.59L461 624l8-8z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate(-453 -608)'%3E%3Cuse fill='%23f4f4f4' xlink:href='%23x27la'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") 0 0 no-repeat;
}

.main {
  background-color: #fff;
}

.text-content ol, .text ol {
    padding-left: 15px;
  }

.text-content ol ol, .text ol ol {
      margin-top: 12px;
    }

.text-content ol li, .text ol li {
      color: #444;
      font-size: 16px;
      font-weight: 400;
      line-height: 25px;
      margin-bottom: 12px;
      padding-left: 12px;
    }

.text-content ul, .text ul {
    list-style: none;
    padding-left: 0;
  }

.text-content ul ul, .text ul ul {
      margin-top: 12px;
    }

.text-content ul li, .text ul li {
      position: relative;
      padding-left: 27px;
      color: #444;
      font-size: 16px;
      font-weight: 400;
      line-height: 25px;
      margin-bottom: 12px
    }

.text-content ul li::before, .text ul li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f33;
  position: absolute;
  top: 11px;
  left: 0;
}

.text-content table, .text table {
    border-collapse: collapse;
    margin-bottom: 30px;
    max-width: 100%;
    overflow-x: auto;
    display: block;
    color: #383838;
  }

.text-content table td, .text-content table th, .text table td, .text table th {
      border: 1px solid #ccc;
      padding: 5px 10px;
    }

.text-content blockquote, .text blockquote {
    font-style: italic;
  }

.text-content .btn + .btn, .text .btn + .btn {
    margin-left: 10px;
  }

.alignleft {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: block;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 20px;
}

.alignright {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.rating {
  position: relative;
}

.rating .filling-stars {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
  }

.dense-ready {
  max-width: 50%;
}

.page-title {
  color: #232337;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -0.37px;
  margin-bottom: 20px;
}

.section-title {
  color: #222;
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 42px;
}

.section-subtitle {
  color: #222;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;


}

.block-title {
  color: #222;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 33px;
}

.slick-slide, .slick-slide * {
  outline: none !important;
}

.mcwidget-embed {
  position: fixed;
  bottom: -22px;
  right: -60px;
  z-index: 999;
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s;
}

.grecaptcha-badge {
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s;
}

body > .container {
  -webkit-transition: margin-bottom 0.2s;
  transition: margin-bottom 0.2s;
}

._3sxz {
  color: #aaa;
}

._1krv ._1krz {
  color: #aaa;
}

.popup {
  display: none;
  background-color: #fff;
  padding: 30px;
  border-radius: 3px;
}

.mfp-ready .popup {
  display: block;
}

div#fb-root {
  display: none !important;
}

@media (min-width: 641px) {
  .alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }

  .alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
}

@media (min-width: 993px) {
  .page-title {
    font-size: 60px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1171px) {
  .inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.inner-page {
  padding-top: 148px;
}

@media (max-width: 992px) {
  .inner-page {
    padding-top: 81px;
  }
}

.submit-success {
  color: #008000;
  display: block;
  text-align: center;
  margin-top: 7px;
  margin-bottom: 10px;
}

.submit-error {
  color: #a50b08;
  display: block;
  text-align: center;
  margin-top: 7px;
  margin-bottom: 10px;
}

/* Slider */

.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus
{
    outline: none;
}

.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after
{
    display: table;

    content: '';
}

.slick-track:after
{
    clear: both;
}

.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide
{
    float: right;
}

.slick-slide img
{
    display: block;
}

.slick-slide.slick-loading img
{
    display: none;
}

.slick-slide.dragging img
{
    pointer-events: none;
}

.slick-initialized .slick-slide
{
    display: block;
}

.slick-loading .slick-slide
{
    visibility: hidden;
}

.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
    color: #CCC; }

.mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
    opacity: 1; }

.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
    margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }

.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
            box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000; }

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */

.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
            box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444; }

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col-12{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.col-11{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-10{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-9{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-8{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-7{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-6{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-5{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-4{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-3{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-2{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-1{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

@media (min-width: 768px){
  .col-sm-12{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-11{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-10{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-9{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-8{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-7{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-6{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-5{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-4{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-3{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-2{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-1{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

@media (min-width: 993px){
  .col-md-12{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-11{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-10{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-9{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-8{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-7{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-6{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-5{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-4{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-3{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-2{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-1{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

@media (min-width: 1171px){
  .col-lg-12{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-11{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-10{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-9{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-8{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-7{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-6{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-5{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-4{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-3{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-2{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-1{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

@media (min-width: 1171px){
  .col-lg-12{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-11{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-10{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-9{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-8{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-7{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-6{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-5{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-4{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-3{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-2{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-1{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-end{

  -webkit-box-pack: end;

      -ms-flex-pack: end;

          justify-content: flex-end;
}

.justify-content-center{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* ==========================================================================
   Partials styles
   ========================================================================== */

.header {
  position: fixed;
  z-index: 99;
}

.header #sticky-header{
    //background: #ffffff;

  }

.header .inner{
    max-width: 1226px;
    width: 100%;
  }

.header .google-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }

.header .google-rating .link {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
    }

.header .google-rating .value {
      color: #fdcf00;
      font-size: 18px;
      font-weight: 400;
    }

.header .google-rating-icon {
    margin-left: 3px;
    margin-right: 12px;
    max-width: 35px;
  }

.header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

.header .logo {
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    max-width: 322px;
    max-height: 84px;
    position: relative;
  }

.header .logo img {
      width: 100%;
    }

.header .logo a {
      display: inline-block;
      text-decoration: none;
    }

.header .nav-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 12px;
  }

.header .nav-bottom .main-nav li:first-child img{
      position: relative;
      top: 3px;
      left: 3px;
    }

.header .nav-bottom .main-nav li:last-child {
      margin-right: 29px;
    }

.header .nav-bottom .main-nav li:not(:last-child) {
      margin-right: 31px;
    }

.header .main-nav li {
      font-size: 18px
    }

.header .main-nav li.active a, .header .main-nav li.current-menu-item a, .header .main-nav li.current_page_item a, .header .main-nav li.current-menu-parent > a {
  font-weight: 500;
  color: #cd0415!important;
}

.header .main-nav a {
      color: #444444;
      font-size: 17px;
      font-weight: 400;

    }

.header .main-nav-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: -2px;
  }

.main-nav.header-nav {
  display: none;
}

#sticky-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 12;

  -webkit-transition: min-height 0.15s;

  transition: min-height 0.15s
}

#sticky-header.fixed {

}

@media screen and (max-width: 992px) {
  #sticky-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ffffff;
  }

  .header {
    min-height: 53px;
    position: fixed;
  }
    .header .inner{
      max-width: 100%;
      width: 100%;
      padding: 0 5px;
      min-height: 53px;
    }
      .header .inner .header-phone{
        display: none;
      }
    .header #sticky-header.fixed .logo img{
      max-height: 50px;
    }
    .header .logo img{
      max-height: 50px;
    }
    .header #sticky-header{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

      .header #sticky-header .fixed {
        background: #ffffff;
      }



  .landing-page .header #sticky-header.fixed, .home-page .header #sticky-header.fixed{
    min-height: 53px;
  }
    .landing-page .header #sticky-header.fixed .inner, .home-page .header #sticky-header.fixed .inner{
      min-height: 53px;
    }
    .landing-page .header #sticky-header.fixed .logo img, .home-page .header #sticky-header.fixed .logo img{
      max-height: 34px;
    }
}

@media screen and (min-width: 993px) {
    body.landing-page.thank-you-page .header {
      min-height: 97px;


    }

    body.landing-page.thank-you-page #sticky-header {
      background-color: #232337;
      min-height: 97px;
    }
    body.home-page .header, body.landing-page .header {
      min-height: auto;
    }

  .header {
    min-height: 100px;
    padding-top: 0;


  }

    .header .google-rating {
      margin-top: -18px;
      margin-left: 30px;
      margin-right: auto;
      -ms-flex-negative: 0;
          flex-shrink: 0;
    }

    .header .inner {
      width: 100%;
      z-index: 13;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }

    .header .logo {
      -ms-flex-item-align: start;
          align-self: flex-start;
    }

  .main-nav.header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;

  }

   #sticky-header {
    min-height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
     -webkit-transition: all 0.25s ease;
     transition: all 0.25s ease;
  }
     #sticky-header .inner{
       min-height: 130px;
       padding-top: 41px;
       padding-bottom: 41px;
       -webkit-transition: all 0.25s ease;
       transition: all 0.25s ease;
     }

  #sticky-header.fixed {
    background-color: #ffffff;
    min-height: 50px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;

  }
    #sticky-header.fixed .inner{
      min-height: 50px;
      padding-top: 15px;
      padding-bottom: 15px;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease;
    }
    .main-nav li {
      position: relative
    }
    .main-nav li:not(:last-child) {
    margin-right: 31px;
  }
    .main-nav li.menu-item-has-children > a {
          padding-right: 16px;
          background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11' height='6' viewBox='0 0 11 6'%3E%3Cdefs%3E%3Cpath id='ch28a' d='M655.65 55l-3.58 3.58-3.58-3.58H647l5.07 5.07 5.07-5.07z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate(-647 -55)'%3E%3Cuse fill='%23ffffff' xlink:href='%23ch28a'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat right 10px;
  }
    .main-nav li.menu-item-has-children:last-child .sub-menu, .main-nav li.menu-item-has-children:nth-last-child(2) .sub-menu {
    left: auto;
    right: 0;
  }
    .main-nav li.menu-item-has-children .sub-menu {
          list-style: none;
          position: absolute;
          display: none;
          top: 5px;
          left: 0;
          width: 250px;
          z-index: 99;
          background-color: #fff;
          padding: 0;
          margin-top: 33px;
          -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
                  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  }

          .main-nav li.menu-item-has-children .sub-menu .sub-menu {
            left: 100%;
            top: 0;
            margin-top: 0;
            width: auto;
            max-width: 250px;
            min-width: 200px;
          }

          .main-nav li.menu-item-has-children .sub-menu .menu-item-has-children a {
            background-position: right 8px center;
          }
    .main-nav li.menu-item-has-children .sub-menu::before {
    content: '';
    position: absolute;
    top: -17px;
    bottom: 100%;
    left: 0;
    right: 0;
  }
    .main-nav li.menu-item-has-children .sub-menu li {
            font-size: 15px;
            color: #5e5e5e;
            margin: 0;
  }
    .main-nav li.menu-item-has-children .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #e9e9e9;
  }
    .main-nav li.menu-item-has-children .sub-menu li:hover, .main-nav li.menu-item-has-children .sub-menu li:focus {
    background-color: #eee;
  }
    .main-nav li.menu-item-has-children .sub-menu li a {

              font-size: 14px;
              font-weight: 400;
              text-transform: uppercase;
  }
    .main-nav li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
    .main-nav li.menu-item-has-children:hover > a {
            text-decoration: underline;
  }
}

.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  background-color: #f6f6f6;
  color: white;
}

.footer .logo {
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    max-width: 202px;
    max-height: 106px;
    position: relative;
    margin-bottom: 24px;
  }

.footer .logo span span {
      color: #222222;
      font-family: Arial;
      font-size: 15px;
      font-weight: 700;
      white-space: nowrap;
    }

.footer .logo img {
      max-width: 202px;
      max-height: 43px;
      margin-top: 0;
      margin-bottom: -8px;
    }

.footer .logo a {
      display: inline-block;
      text-decoration: none;
    }

.footer .footer-top{
    opacity: 0.8;
    color: #ffffff;

    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 109px;
  }

.footer .footer-top .col-lg-4:first-child{
      padding-left: 18px;
      padding-top: 3px;
      padding-right: 5px;
    }

.footer .footer-top .col-lg-5{
      padding-left: 49px;
    }

.footer .footer-top a{
      opacity: 0.8;
      color: #ffffff;

      font-size: 18px;
      font-weight: 400;
      line-height: 27px;
      text-decoration: none;
    }

.footer .footer-phone img{
      margin-right: 15px;
    }

.footer .footer-social{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 13px;
  }

.footer .inner{
    max-width: 1208px;
  }

.footer .copyright{
    white-space: nowrap;
    color: #444444;
    font-size: 17px;
    font-weight: 400;
    padding-top: 10px;
  }

.footer .copyright span{
      color: #444444;
      font-size: 17px;
      font-weight: 400;
      padding-top: 15px;
    }

.footer .copyright a{
      color: #222222;
      font-size: 14px;
      font-weight: 400;
      line-height: 26px;
    }

.footer a{
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;

  }

.footer li {
    list-style: none;
  }

.footer .footer-menu {
    min-width: 200px;
    margin-left: 81px;
  }

.footer .footer-menu ul {
      margin: 0;
    }

.footer li:not(.footer-menu-title) a {
    margin-bottom: 10px;
    display: block;
  }

.footer .footer-menu-title a {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    width: 100px
  }

.footer .footer-menu-title a:after {
  content: "";
  display: block;
  width: 198px;
  height: 2px;
  background: #000000;
  margin-top: 14px;
  margin-bottom: 25px;
}

.footer .footer-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

.footer .footer-contact {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 15px;
    max-width: 230px;
    padding-right: 30px;
  }

.footer .footer-contact span {
      width: 69%;
    }

.footer .footer-contact a {
      color: #222222;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
    }

.footer .footer-contact b {
      font-weight: 700;
    }

.footer .footer-contact img {
      margin-top: 3px;
      margin-right: 14px;
      opacity: 0.2;
    }

.footer .btn {
    min-width: 124px;
    width: 124px;
    margin-top: 31px;
    height: 34px;
    background-color: #a50b08;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.23px;
    line-height: 28px;
  }

.footer .author{
    color: #444444;
    font-size: 17px;
    font-weight: 400;
    padding-right: 0;
  }

.footer .author a{
      color: #444444;
      font-size: 17px;
      font-weight: 400;
      padding-right: 0;
      text-decoration: none;
      margin-left: 9px;
    }

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-bottom .copyright {
    width: 50%;
  }

.footer-bottom .author {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

.footer-bottom .footer-logo {
    width: 50%;
  }

.footer-logo {
  max-height: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 5px;
}

.footer-logo img {
    max-height: 73px;
  }

@media (min-width: 568px) {

}

@media (min-width: 641px) {

}

@media (min-width: 768px) {
  .footer{
    padding-bottom: 9px;
    height: 256px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
    .footer .row.col-12.justify-content-end{
      position: relative;
      top: -24px;
    }
}

@media(max-width: 1170px) {

  .footer-info {
    width: 24%;
  }

  .footer-menu-wrapper {
    width: 76%;
  }

  .footer .footer-menu {
    margin-left: 46px;
  }

  .footer .footer-menu ul {
    padding-left: 0;
  }




  .footer-bottom .footer-social a img{
    max-width: 30px;
  }


  .footer {
    padding-top: 50px;
  }
}

@media (max-width: 992px) {
    .footer .footer-top {
      margin-bottom: 77px;
    }
      .footer .footer-top .col-lg-5{
        padding-left: 0;
      }
    .footer .footer-social{
      max-width: 180px;
      margin: 30px auto 0;
    }
  .justify-content-end{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
    .footer .footer-info {
      width: 35%;
    }

    .footer .footer-menu-wrapper {
      width: 65%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }

    .footer .footer-menu {
      margin-left: 15px!important;
    }
    .footer .footer-menu {
      max-width: 50%;
    }

  .footer .footer-menu-title a {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .footer-bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
    .footer-bottom .copyright {
      width: 100%;
      text-align: center;
    }
    .footer-bottom .author {
      width: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .footer-bottom .footer-social {
      max-width: 300px;
      width: 100%;
      margin: 20px auto;
    }

  .footer .inner{
    padding: 0 15px!important;
  }
}

@media (max-width: 766px){
  .footer .row.col-12.justify-content-end .col-12.col-md-5.col-sm-6.col-12, .footer .row.col-12.justify-content-end .col-12.col-md-3.col-sm-6.col-12.d-flex.justify-content-end{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;

  }
    .footer .row.col-12.justify-content-end .col-12.col-md-5.col-sm-6.col-12 .copyright, .footer .row.col-12.justify-content-end .col-12.col-md-5.col-sm-6.col-12 .author, .footer .row.col-12.justify-content-end .col-12.col-md-3.col-sm-6.col-12.d-flex.justify-content-end .copyright, .footer .row.col-12.justify-content-end .col-12.col-md-3.col-sm-6.col-12.d-flex.justify-content-end .author{
      font-size: 12px;
    }

  .footer-top > div {
    max-width: 280px;
    margin: 30px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .copyright{
    padding: 0;
    text-align: center;
    display: block;
    white-space: normal;
  }
  .footer .col-12.col-sm-5.col-12.d-flex.justify-content-end{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
  }
  .footer .footer-top{
    margin-bottom: 16px;
  }

  .footer .footer-contact {
    padding-right: 0;
  }
  .footer .footer-menu-title a {
    width: 100%;
  }
  .footer .footer-menu {
    min-width: auto;
  }
  .footer .footer-menu-title a:after {
    width: 100%;
  }
}

@media(max-width: 589px){
  .footer-top > div.footer-phone{
    max-width: 100%;
  }

  .footer .footer-info {
    width: auto;
    margin-bottom: 20px;
    max-width: 230px;
  }
  .footer .justify-content-between {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .footer-menu {
    max-width: 100%;
    margin-left: 0!important;
    width: 100%;
  }
  .footer .footer-menu-wrapper {
    width: 100%;
    max-width: 230px;
  }

  .footer .footer-menu ul {
    width: 100%;
  }
  .footer .logo {
    margin: 0 auto 24px;
  }
}

.footer li.footer-menu-title:last-child a:after{
  display: none;
}

.footer li.footer-menu-title:first-child a:after{
  display: block;
}

/*
@media (--only-mobile-tablet) {}

@media (--sm) {}

@media (--md) {}

@media (--lg) {}
*/

/* Menu Button */

.menu-button {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 15px;
  z-index: 1000;
  width: 30px;
  height: 30px;
  border: none;
  color: transparent;
  background: transparent;
  padding: 0;
  outline: 0;
  font-size: 0;
}

.menu-button::after {
  display: block;
  width: 40px;
  height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #00d4b7), color-stop(20%, transparent), color-stop(40%, transparent), color-stop(40%, #00d4b7), color-stop(60%, #00d4b7), color-stop(60%, transparent), color-stop(80%, transparent), color-stop(80%, #00d4b7));
  background: linear-gradient(#00d4b7 20%, transparent 20%, transparent 40%, #00d4b7 40%, #00d4b7 60%, transparent 60%, transparent 80%, #00d4b7 80%);
  content: '';
}

.menu-button:hover {
  opacity: 0.6;
}

/* Close Button */

.close-button {
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 1em;
  overflow: hidden;
  text-indent: 1em;
  font-size: 0.75em;
  border: none;
  background: transparent;
  color: transparent;
}

.close-button::before, .close-button::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #bdc3c7;
}

.close-button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.expand-btn {
  float: right;
  width: 25px;
  height: 25px;
  position: relative;
  top: 5px;
}

.expand-btn::before, .expand-btn::after {
  content: '';
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #444;
  top: 50%;
  left: 50%;
}

.expand-btn::after {
  height: 15px;
  width: 3px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.expand-btn::before {
  height: 3px;
  width: 15px;
}

.open > .expand-btn::after {
  -webkit-transform: rotate(90deg) translate(-8px, 1px);
          transform: rotate(90deg) translate(-8px, 1px);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

/* Menu */

.menu-wrap {
  position: fixed;
  z-index: 1001;
  width: 255px;
  height: 100%;
  right: -255px;
  background-color: #232337;
  padding: 2em 1.5em 1.5em;
  font-size: 1.15em;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  overflow-y: auto;
}

@media (max-width: 992px) {
  /* Shown menu */
  .show-menu .menu-wrap {
    right: 0;
    -webkit-transition: right 0.8s;
    transition: right 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
            transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  }

  .show-menu .content-wrap::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    content: '';
    opacity: 1;
  }
}

.main-nav.mobile-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-nav.mobile-nav li {
    position: relative;
    margin-right: 0;
  }

.main-nav.mobile-nav li a {
      display: block;
      padding: 12px 0;
      padding-right: 25px;
      color: #ffffff;
    }

.main-nav.mobile-nav .sub-menu {
    display: none;
  }

.main-nav.mobile-nav .open > .sub-menu {
    display: block;
    list-style: none;
    padding-left: 20px;
  }

.main-nav.mobile-nav .open > .sub-menu a {
      text-transform: none;
      font-size: 16px;
    }

.header-tel {
  text-shadow: 0 2px 18px rgba(0, 0, 0, .4);
  color: #ff7f00;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.logo {
  display: block;
}

@media (max-width: 992px) {
  .btn-outline-red, .btn-red{
    margin-bottom: 15px;
  }
  .content-wrap {
    position: relative
  }
  .content-wrap::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    -webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
    transition: opacity 0.4s, -webkit-transform 0s 0.4s;
    transition: opacity 0.4s, transform 0s 0.4s;
    transition: opacity 0.4s, transform 0s 0.4s, -webkit-transform 0s 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
            transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  }

  .show-menu .content-wrap::before {
    opacity: 1;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
            transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
    .header .google-rating {
      -webkit-transform: scale(0.7);
              transform: scale(0.7);
      margin-left: 15px;
      margin-right: auto;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-transform-origin: 0 center;
              transform-origin: 0 center;
    }
}

@media (min-width: 568px) {
  .menu-button {
    width: auto;
    color: #fff;
    text-transform: uppercase
  }
  .menu-button::after {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
  }
}

@media (min-width: 993px) {
  .menu-wrap {
    display: none;
  }

  .menu-button {
    display: none;
  }
}

.wp-paginate a {
  border: none!important;
  background-color: transparent!important;
}

.wp-paginate .current {
  border: none;
  background-color: transparent;
  color: #a50b08;
}

/* ==========================================================================
   Pages styles
   ========================================================================== */

.thank-block {
  max-width: 500px;
  width: 100%;
  position: relative;
  padding: 50px;
  border-radius: 5px;
  text-align: center;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, .25);
  box-shadow: 0 2px 20px rgba(0, 0, 0, .25);
  background-color: #fff;
  margin: 20px auto;
}

.thank-block .icon {
    margin-bottom: 26px;
  }

.thank-block .icon img {
      width: 102px;
    }

.thank-block .title {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }

.thank-block p {
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

.thank-block .social {
    margin-top: 40px;
  }

.thank-block .social h3 {
      color: #000;
      font-size: 25px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 7px;
    }

.thank-block .social a {
      width: 51px;
      height: 51px;
      border: 1px solid #bfbfbf;
      border-radius: 50%;
      font-size: 0;
      display: inline-block;
      margin: 0 9px
    }

.thank-block .social a.fb {

}

.thank-block .social a.ln {

}

.sitemap .inner {
    padding: 40px 15px 100px;
  }

#menu-sitemap li {
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    line-height: 23px;
    position: relative;
    list-style: none;
    padding-left: 30px;
    padding-right: 57px;
    margin-bottom: 10px;
    color: #a50b08;
  }

#menu-sitemap li a {
      color: #a50b08;
    }

#menu-sitemap li:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-color: #a50b08;
  position: absolute;
  top: 3px;
  left: 0;
  border-radius: 0;
}

#menu-sitemap ul {
    margin-top: 10px;
  }

.searchform label {
    display: block;
    margin-bottom: 8px;
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
  }

.searchform #s {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 105px);
    max-width: 450px;
    height: 40px;
    padding: 0 13px;
    border: 1px solid #ccc;
  }

.searchform #searchsubmit {
    color: #fff;
    width: 100px;
    font-size: 16px;
    font-weight: 400;
    padding: 11px 0;
    display: inline-block;
    outline: none;
    cursor: pointer;
    background-color: #a50b08;
    vertical-align: middle;
    margin-bottom: 0;
    border: none;
  }

.search .content .preview {
    padding: 10px;
    border: 1px dashed #ddd;
    margin-bottom: 30px;
    background-color: #fff
  }

.search .content .preview::after {
  content: '';
  display: table;
  clear: both;
}

.search .content .preview__more_link {
    display: inline-block;
  }

.search .content .preview__posted {
    font-size: 12px;
    color: #888;
  }

.search .content .preview__thumbnail {
    text-align: center;
    margin-bottom: 20px;
  }

.search .content .preview__content {
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 12px;
    margin-top: 15px;
  }

.search .content .preview__title h2 {
    color: #383838;
    margin-bottom: 5px;
    font-size: 24px;
  }

.search .content .preview__title a {
    color: #383838;
  }

.search .content .preview__more_link {
    background-color: #f33;
    display: inline-block;
    text-align: center;
    padding: 3.5px 13.5px;
    vertical-align: middle;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    outline: none;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    width: 130px;
    margin-top: 10px
  }

.search .content .preview__more_link:hover, .search .content .preview__more_link:focus {
  background-color: #d82c2c;
  text-decoration: none;
}

.new_search {
  margin-top: 30px;
}

@media (min-width: 568px) {
    .search .content .preview__thumbnail {
      max-width: 200px;
      text-align: left;
      float: left;
      margin-bottom: 0;
      margin-right: 30px;
    }

      .search .content .preview__thumbnail a {
        margin-right: 30px;
        margin-bottom: 10px;
        display: block;
      }
}

@media (min-width: 993px) {
    .search .content .preview {
      padding-top: 20px;
      padding-left: 20px;
      padding-right: 20px;
    }

    .search .content .preview__thumbnail {
      max-width: 300px;
    }

  section.error404, .search-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.not-found-text {
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  margin: 20px 0;
}

.not-found-text p {
    margin: 0;
  }

.not-found .fixed-left-block, .sitemap .fixed-left-block, .blog .fixed-left-block {
    top: 320px;
  }

.not-found .inner, .sitemap .inner, .blog .inner {
    padding: 60px 15px 130px;
  }

.not-found .inner .row, .sitemap .inner .row, .blog .inner .row {
      padding-left: 110px;
    }

@media (max-width: 766px) {
    .not-found .fixed-left-block, .sitemap .fixed-left-block, .blog .fixed-left-block {
      display: none;
    }

    .not-found .inner, .sitemap .inner, .blog .inner {
      padding: 30px 15px 10px;
    }

      .not-found .inner .row, .sitemap .inner .row, .blog .inner .row {
        padding-left: 0;
      }


  .not-found.continuing-education, .sitemap.continuing-education, .blog.continuing-education {
    padding-bottom: 0;
  }
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.blog h1 {
    color: #000000;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 31px
  }

.blog h1:after {
  display: block;
  content: "";
  width: 130px;
  height: 4px;
  background: #a50b08;
  margin: 18px 3px;
}

.blog-archive .inner {
    max-width: 1178px;
    padding: 0 15px 40px;
  }

.blog-archive .blog-archive-list {
    padding: 0;
  }

.blog-archive .blog-archive-list li {
      list-style: none;
    }

.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignright, .alignleft {
  display: block;
}

.blog {
  padding-top: 0;
  padding-bottom: 20px;
}

.blog .big-title {
    margin-bottom: 38px;
    padding-top: 30px;
  }

.more, .to-blog a{
  color: #a50b08;

}

.blog-single ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}

.blog-single ul li {
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    line-height: 23px;
    position: relative;
    list-style: none;
    padding-left: 30px;
    padding-right: 57px;
    margin-bottom: 10px
  }

.blog-single ul li:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-color: #a50b08;
  position: absolute;
  top: 3px;
  left: 0;
}

.blog-archive-list {

  margin-bottom: 0;
}

.blog-archive-list li {
    margin-bottom: 30px;
    background-color: transparent;
    position: relative
  }

.blog-archive-list li:last-child {
  margin-bottom: 20px;
}

.blog-archive-list .blog-item-description {
    padding: 0 15px 15px;
  }

.blog-archive-list .blog-item-title {
    color: #000;
    font-size: 18px;
    line-height: 29px;
    margin: 0;
  }

.blog-archive-list .blog-item-title a {
      color: inherit;
    }

.blog-archive-list .blog-item-date {
    background-color: #a50b08;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 29px;
    margin: 0;
    padding: 6px 18px;
  }

.blog-archive-list .blog-item-text {
    color: #2a2a2a;
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
    margin-top: 21px;
  }

.blog-archive-list .blog-item-text p {
      margin: 0 0 10px;
    }

.content {
  margin-bottom: 20px;
}

.blog-single .content img {
    margin-bottom: 14px;
  }

.blog-single .big-title {
    margin-bottom: 10px;
  }

.blog-single .content .big-title{
    padding-top: 0px;
  }

@media (max-width: 992px) {
    .blog-archive-list .blog-item-date {
      margin-top: 10px;
    }

    .blog-archive-list .blog-item-pic {
      text-align: center;
    }
}

@media (max-width: 992px) {
  .blog-archive  .blog-archive-list .blog-item-pic img {
    height: auto;
  }
}

@media (min-width: 568px) {
  .alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }

  .alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
    .blog-single img.img-fluid {
    float: left;
    margin-right: 10px;
    width: 90%;
    max-width: 500px;
    margin-top: 7px;
  }
}

@media (min-width: 768px) {
  .blog-archive-list {
    margin-bottom: 80px;
  }

    .blog-archive-list li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

    .blog-archive-list .blog-item-pic {
      max-width: 357px;
      max-height: 182px;
      width: 100%;
      height: 100%;
    }
      
      .blog-archive-list .blog-item-pic img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        display: block;
      }

    .blog-archive-list .blog-item-description {
      max-width: 942px;
      padding: 0 64px 0 49px;
    }

    .blog-archive-list .blog-item-date {
      margin: 0;
      position: absolute;
      top: 0;
      right: 0;
    }
}

@media (min-width: 993px) {
    .blog-archive-list .blog-item-description {
      padding-top: 0;
    }
}

body, .content-wrap {
  overflow-x: hidden;
}

.hero {
  padding: 288px 0 229px;
  position: relative;
  z-index: 9;
}

.hero .hero-images {
    position: absolute;
    top: -4px;
    right: 0;
  }

.hero h1 {
    color: #222222;
    font-weight: 300;
    font-size: 70px;
    margin-top: 0;
    margin-bottom: 28px;

  }

.hero h1 span {
      font-weight: 500;
      font-size: inherit;
      display: block;

    }

.hero h2 {
    color: #888888;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0;
  }

.text-and-card {
  background-color: #134a59;
  padding: 101px 0 0;
  position: relative;
  z-index: 2;
}

.text-and-card h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 29px;
  }

.text-and-card p {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 21px;
    max-width: 561px;
    line-height: 24px;
  }

.text-and-card p b {
      font-weight: 700;
    }

.text-and-card img {
    display: block;
  }

.text-and-card .col-lg-6:first-child {
  padding-bottom: 76px;
}

.text-and-card .col-lg-6:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 8px;
}

.text-and-card .card {
    position: relative;
    display: table;
  }

.text-and-card .card .card-text {
      position: absolute;
      top: 100%;
      left: 0;
      -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
              box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
      background-color: #16a592;
      width: 100%;
      padding: 50px 46px 50px 50px;
      z-index: 2
    }

.text-and-card .card .card-text:before {
  content: "";
  display: block;
  width: 166px;
  height: 122px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background: url("../images/card-bg.png") top left no-repeat;
  background-size: contain;
}

.text-and-card .card .card-text h3 {
        color: #ffffff;
        font-size: 22px;
        font-weight: 400;
        line-height: 32px;
        margin-bottom: 30px;
        padding-right: 4px;
}

.text-and-card .card .card-text p {
        list-style: none;
        font-size: 17px;
        font-weight: 400;
        color: #ffffff;
}

.text-and-card .card .card-text ul {
        padding: 0;
        margin: 0;
}

.text-and-card .card .card-text ul li {
          list-style: none;
          font-size: 17px;
          font-weight: 400;
          color: #ffffff;
          margin-bottom: 12px;
          line-height: 22px
        }

.text-and-card .card .card-text ul li:before {
  content: "•";
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
  margin-right: 9px;
  margin-left: 6px;
}

.text-section {
  padding-top: 100px;
  padding-bottom: 80px;
}

.text-section h2 {
    color: #222222;
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 29px;
  }

.text-section p {
    color: #444444;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 15px;
    max-width: 585px;
    line-height: 24px;
  }

.text-section ul {
    padding: 0;
    margin: 0 0 25px;
  }

.text-section ul li {
      list-style: none;
      color: #444444;
      font-size: 17px;
      font-weight: 400;
      line-height: 32px;
      margin-bottom: 1px
    }

.text-section ul li:before {
  content: "•";
  font-size: 17px;
  font-weight: 400;
  color: #444444;
  margin-right: 9px;
  margin-left: 3px;
}

.video-block {
  background-size: cover;
  background-position: top center;
  padding: 161px 0;
}

.video-block a {
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    line-height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    position: relative;
    left: -14px;
    outline: none;
  }

.video-block a .text {
      color: #ffffff;
      font-size: 30px;
      font-weight: 500;
      line-height: 45px;
      position: absolute;
      top: 50%;
      right: calc(100% - 6px);
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      white-space: nowrap;
      z-index: 3;
    }

.video-block a .pulse-effect {
      margin-left: 20px;
    }

.pulse-effect {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 100px;
  background-color: #00d4b7;
  border-radius: 100%;
  z-index: 2;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease
}

.pulse-effect:hover {
  background-color: #00b9a0;
  text-decoration: none;
}

.pulse-effect:active, .pulse-effect:focus {
  background-color: #00d4b7;
  text-decoration: none;
}

.pulse-effect img {
    display: block;
    width: 22px;
    height: 26px;
    position: relative;
    left: 3px;
    top: 1px;
    z-index: 2;
}

.pulse-effect:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  width: 100px;
  height: 100px;
  background-color: rgba(0, 212, 182, .1);
  border-radius: 100%;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  z-index: -1;
}

.pulse-effect:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  width: 100px;
  height: 100px;
  background-color: rgba(0, 212, 182, .1);
  border-radius: 100%;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  z-index: -1;
}

@-webkit-keyframes pulse {
  0% {
    width: 100px;
    height: 100px;
  }
  50% {
    opacity: 1;
  }
  100% {
    width: 220px;
    height: 220px;
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    width: 100px;
    height: 100px;
  }
  50% {
    opacity: 1;
  }
  100% {
    width: 220px;
    height: 220px;
    opacity: 0;
  }
}

.grid-card {
  padding-top: 92px;
  padding-bottom: 86px;
  overflow: hidden;
}

.grid-card .inner {
    max-width: 1270px;
  }

.grid-card h2 {
    color: #222222;
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
    max-width: 220px;
    margin-bottom: 40px;
  }

.grid-card .grid-card-images {
    position: absolute;
    bottom: -114px;
    left: -345px;
  }

.grid-card .col-lg-4 {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

.grid-card .col-lg-4 h3 {
      color: #444444;
      font-size: 22px;
      font-weight: 500;
      line-height: 32px;
    }

.grid-card .col-lg-4 p {
      color: #444444;
      font-size: 17px;
      font-weight: 400;
      line-height: 23px;
      margin-bottom: 0;
    }

.grid-card .col-lg-4:first-child > div {
  background-color: transparent;
  padding: 0;
}

.grid-card .col-lg-4 > div {
  min-height: 430px;
  background-color: #f6f6f6;
  padding: 40px 39px 40px 40px;
}

.green-section {
  padding-top: 99px;
  background: #16a592 url("../images/green-section-bg.png")  no-repeat top right;
  background-size: 353px;
  padding-bottom: 86px;
}

.green-section .row > div {
    padding: 0 46px;
    max-width: 520px;
    width: 100%;
    position: relative
  }

.green-section .row > div:first-child:before {
  content: "";
  display: block;
  width: 2px;
  height: 96%;
  position: absolute;
  top: 0;
  right: 28px;
  background-color: #ffffff;
  opacity: 0.2;
}

.green-section h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 40px;
  }

.green-section ul {
    padding: 0;
  }

.green-section ul li {
      list-style: none;
      color: #ffffff;
      font-size: 19px;
      font-weight: 400;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 36px;
    }

.green-section ul li img {
        margin-right: 15px;
      }

.text-and-logos {
  padding-top: 100px;
  padding-bottom: 86px;
}

.text-and-logos h2 {
    color: #222222;
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 29px;
  }

.text-and-logos p {
    color: #444444;
    font-size: 17px;
    font-weight: 400;
    max-width: 600px;
    line-height: 23px;
  }

.text-and-logos .col-lg-6.row:last-child {
    padding-left: 96px;
  }

.text-and-logos .col-lg-6.row:last-child > div, .text-and-logos .col-lg-6.row:last-child a {
      padding: 0 10px 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

.timer-section {
  background: url("../images/banner-bg.jpg") no-repeat top center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 168px;
}

.timer-section .inner {
    max-width: 1245px;
  }

.timer-section h2 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 200;
    margin-bottom: 53px;
    padding: 0 10px;
  }

.timer-section h2 b {
      color: #ffffff;
      font-size: 35px;
      font-weight: 600;
      line-height: 45px;
      display: block;
    }

.timer-section ul {
    padding: 0;
    margin: 0;
    width: 50%;
  }

.timer-section ul li {
      color: #ffffff;
      font-size: 17px;
      font-weight: 400;
      list-style: none;
      margin-bottom: 15px
    }

.timer-section ul li:before {
  content: "•";
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
  margin-right: 9px;
  margin-left: 3px;
}

.timer-section p {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    max-width: 404px;
    width: 100%;
  }

.timer-section a {
    width: 190px;
    height: 60px;
    background-color: #ff3366;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease
  }

.timer-section a:hover {
  background-color: #e62f5d;
}

.timer-section a:active, .timer-section a:focus {
  background-color: #ff3366;
}

.timer-section .col-lg-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 28px;
    padding-left: 63px;

  }

.timer-section .date-val {
    color: #ffffff;
    font-size: 45px;
    font-weight: 500;
    line-height: 45px;
    display: block;
  }

.timer-section #timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 65px;
  }

.timer-section #timer div {
      width: 46px;
      max-width: 46px;
      min-width: 46px;
      margin-right: 38px
    }

.timer-section #timer div:first-child {
  width: 71px;
  max-width: 71px;
  min-width: 71px;
  margin-right: 38px;
}

.timer-section #timer div:last-child {
  margin-right: 0;
}

.about {
  background: #16a592;
  padding-bottom: 4px;
}

.about h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 12px;
  }

.about span {
    opacity: 0.5;
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 26px;
    display: block;
  }

.about p {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 17px;
    padding-right: 15px;
  }

.about a {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    text-decoration: underline;
    margin-top: 30px;
    display: table;
  }

.about .col-lg-5 {
    padding-top: 98px;
    padding-left: 23px;
  }

.about img {
    position: relative;
    top: -82px;
  }

.contact {
  padding-top: 101px;
  padding-bottom: 100px;

}

.contact .col-lg-7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

.contact h2 {
    color: #222222;
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
  }

.contact p {
    color: #444444;
    font-size: 17px;
    font-weight: 400;
    max-width: 365px;
  }

.contact ul {
    padding: 0;
    margin-top: 40px;
  }

.contact ul li {
      list-style: none;
      color: #444444;
      font-size: 17px;
      font-weight: 400;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 23px;
    }

.contact ul li span {
        display: block;
        width: 20px;
        margin-right: 15px;
      }

.contact ul li a {
        color: #16a592;
        font-size: 17px;
        font-weight: 400;
        text-decoration: underline
      }

.contact ul li a:hover {
  color: #00b9a0;
}

.contact ul li a:active, .contact ul li a:focus {
  color: #00d4b7;
}

.contact .gform_wrapper {
    border: 2px solid #134a59;
    padding: 40px 50px;
    width: 98%;


  }

.contact .gform_wrapper .gfield {
      margin-bottom: 18px;
    }

.contact .gform_wrapper .ginput_complex, .contact .gform_wrapper .ginput_full {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: 0;
    }

.contact .gform_wrapper .ginput_complex .name_first, .contact .gform_wrapper .ginput_full .name_first {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 0;
        padding-right: 12px;
      }

.contact .gform_wrapper .ginput_complex .name_first input, .contact .gform_wrapper .ginput_full .name_first input {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
        }

.contact .gform_wrapper .ginput_complex .name_last, .contact .gform_wrapper .ginput_full .name_last {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 0;
        padding-left: 12px;
      }

.contact .gform_wrapper .ginput_complex .name_last input, .contact .gform_wrapper .ginput_full .name_last input {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
        }

.contact .gform_wrapper .ginput_container {
      width: 100%;
    }

.contact .gform_wrapper .gform_fields .gfield {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }

.contact .gform_wrapper .gfield_required {
      display: none;
    }

.contact .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .contact .gform_wrapper .textarea, .contact .gform_wrapper select {
      border: 1px solid #dddddd;
      background-color: #ffffff;
      min-height: 46px;
      border-radius: 0;
      color: #444444;
      font-size: 17px;
      font-weight: 400;
      padding-left: 12px;
    }

.contact .gform_wrapper textarea.textarea {
      resize: none;
      height: 140px
    }

.contact .gform_wrapper textarea.textarea:focus {
  border: 1px solid #dddddd;
}

.contact .gform_wrapper .gform_fields .gfield_label, .contact .gform_wrapper label{
      color: #444444;
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 5px;
    }

.contact .gform_wrapper .gform_footer input[type="submit"] {
      width: 100%;
      text-align: center;
      height: 60px;
      background-color: #00d4b7;
      border: none;
      color: #ffffff;
      font-size: 19px;
      font-weight: 700;
      cursor: pointer
    }

.contact .gform_wrapper .gform_footer input[type="submit"]:hover {
  background-color: #00b9a0;
  text-decoration: none;
}

.contact .gform_wrapper .gform_footer input[type="submit"]:active, .contact .gform_wrapper .gform_footer input[type="submit"]:focus {
  background-color: #16a592;
  text-decoration: none;
}

.contact .gform_wrapper h3.gform_title {
      color: #444444;
      font-family: Montserrat;
      font-size: 22px;
      font-weight: 400;
      line-height: 32px;
      margin-bottom: 0;
    }

.contact .gform_wrapper .gform_fields {
      margin-top: 21px;
    }

.contact .gform_wrapper .gfield_checkbox {
      margin-top: 8px;
    }

.contact .gform_wrapper .gfield_checkbox li {
        margin-bottom: 13px;
      }

/* Base for label styling */

.contact .gform_wrapper [type="checkbox"]:not(:checked), .contact .gform_wrapper [type="checkbox"]:checked {
      position: absolute;
      left: -9999px;
    }

.contact .gform_wrapper [type="checkbox"]:not(:checked) + label, .contact .gform_wrapper [type="checkbox"]:checked + label {
      position: relative;
      padding-left: 2.3em;
      cursor: pointer;
      margin-bottom: 0;
    }

/* checkbox aspect */

.contact .gform_wrapper [type="checkbox"]:not(:checked) + label:before, .contact .gform_wrapper [type="checkbox"]:checked + label:before {
      content: '';
      position: absolute;
      left: 0; top: -4px;
      width: 24px;
      height: 24px;
      background-color: #00d4b7;
      border-radius: 0;
    }

/* checked mark aspect */

.contact .gform_wrapper [type="checkbox"]:not(:checked) + label:after, .contact .gform_wrapper [type="checkbox"]:checked + label:after {
      content: '';
      position: absolute;
      top: 1px;
      left: .22em;
      width: 20px;
      height: 17px;
      color: #fff;
      background: url("../images/ok-icon.png") no-repeat;
      -webkit-transition: all .2s;
      transition: all .2s;
    }

/* checked mark aspect changes */

.contact .gform_wrapper [type="checkbox"]:not(:checked) + label:after {
      opacity: 0;
      -webkit-transform: scale(0);
              transform: scale(0);
    }

.contact .gform_wrapper [type="checkbox"]:checked + label:after {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
    }

/* disabled checkbox */

.contact .gform_wrapper [type="checkbox"]:disabled:not(:checked) + label:before, .contact .gform_wrapper [type="checkbox"]:disabled:checked + label:before {
      -webkit-box-shadow: none;
              box-shadow: none;
      border-color: #bbb;
      background-color: #ddd;
    }

.contact .gform_wrapper [type="checkbox"]:disabled:checked + label:after {
      color: #999;
    }

.contact .gform_wrapper [type="checkbox"]:disabled + label {
      color: #aaa;
    }

.contact .w-50, .contact .address-fild {
    width: 50%;

    padding-right: 12px
  }

.contact .w-50:nth-child(odd), .contact .address-fild:nth-child(odd) {
  padding-right: 0;
  padding-left: 12px;
}

.contact .address-fild .ginput_full label{
    display: none;
  }

@media (max-width: 1700px) {
    .hero .hero-images {
      right: -250px;
    }
}

@media (max-width: 1640px) {
  .grid-card .grid-card-images {
    left: -403px;
  }
}

@media (max-width: 1320px) {
  .hero .hero-images {
    right: -300px;
  }
  .grid-card .grid-card-images {
    left: -403px;
  }
}

@media (max-width: 1260px) {
  .grid-card .grid-card-images {
    left: -360px;
  }
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero .hero-images {
    right: -380px;
  }

  .green-section .row > div {
    padding-left: 0
  }

  .green-section .row > div:first-child:before {
    right: 100px;
  }
}

@media (max-width: 1136px) {
  .grid-card .grid-card-images {
    left: -260px;
  }
  .main-nav li:not(:last-child) {
    margin-right: 20px;
  }
  .header .logo {
    max-width: 270px;
  }
  .hero {
    padding: 288px 0 196px;
  }

    .hero h2 {
      width: 49%;
    }

  .grid-card .col-lg-4 > div {
    padding: 10px 10px;
  }

  .grid-card .col-lg-4 {
    padding: 10px;
  }

  .green-section .row > div {
    width: 50%;
  }

  .green-section .row > div:first-child:before {
    right: 0;
  }

  .green-section .row > div {
    padding: 0 46px;
  }

  .timer-section p {
    max-width: 348px;
  }

  .about .col-lg-5 {
    padding-top: 61px;
  }
}

@media (max-width: 992px) {
  .hero {
    padding: 288px 0 96px;
    z-index: 0;
  }

  .text-and-card {
    padding-top: 40px;
  }
    .text-and-card h2 {
      max-width: 100%;
      width: 100%;
    }

    .text-and-card p {
      max-width: 100%;
      width: 100%;
    }
    .text-and-card .card {
      margin: 0 auto;
    }
    .text-and-card .col-lg-6:first-child {
      padding-bottom: 30px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

  .text-section {
    padding-top: 350px;
    padding-bottom: 30px;
  }
    .text-and-logos p {
      max-width: 100%;
    }
    .text-and-logos .col-lg-6.row:last-child {
      padding-left: 0;
    }
    .timer-section .col-lg-5 {
      padding-left: 0;
    }
    .about .col-lg-7 {
      text-align: center;
    }

    .about .col-lg-5 {
      padding-top: 0;
      padding-bottom: 60px;
      padding-left: 0;
    }

  .contact {
    padding: 30px 0;
  }

    .contact .gform_wrapper {
      width: 100%;
    }
  .footer-bottom .copyright {
    width: 50%;
    text-align: left;
  }
  .footer .copyright span {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header .logo img {
    width: auto;
  }
    .hero .hero-images {
      right: -300px;
    }
  .grid-card .grid-card-images {
    bottom: -20px;
    left: -46px;
  }

  .grid-card, .green-section, .text-and-logos {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .timer-section {
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .video-block {
    padding: 121px 0;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
  }
}

@media (max-width: 766px){
  .video-block {
    padding: 91px 0;
  }

  .grid-card .col-lg-4 > div {
    min-height: auto;
    margin-bottom: 30px;
  }

  .timer-section #timer {
    margin-bottom: 40px;
  }

  .timer-section a {
    margin-bottom: 20px;
  }

  .grid-card, .text-and-logos, .timer-section, .contact, .green-section{
    padding: 20px 0;
  }
  .about img {
    top: -13px;
  }

  .contact .gform_wrapper .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 566px){
  .hero {
    padding-bottom: 40px;
    padding-top: 130px;
  }
    .hero h1 {
      font-size: 50px;
    }

    .hero h2 {
      width: 100%;
    }
  .text-and-card {
    padding-top: 40px;
  }

    .text-and-card .card .card-text {
      padding: 30px;
    }

    .text-and-card .col-lg-6:first-child {
      padding-bottom: 20px;
    }

  .text-section {
    padding-top: 380px;
    padding-bottom: 40px;
  }
    .text-section h2 {
      font-size: 25px;
    }

  .video-block {
    padding: 90px 0;
  }
    .video-block a .text {
      position: relative;
      right: auto;
      top: auto;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }

  .grid-card h2 {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .green-section .row > div {
    width: 100%;
    padding: 0
  }

  .green-section .row > div:first-child:before {
    display: none;
  }

  .green-section {
    padding: 40px 0;
  }
    .timer-section h2 {
      margin-bottom: 30px;
    }
    .timer-section .justify-content-between {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    .timer-section ul {
      width: 100%;
    }
    .timer-section p {
      width: 100%;
    }

  .contact .gform_wrapper .ginput_complex .name_first, .contact .gform_wrapper .ginput_full .name_first {
    margin-bottom: 15px;
  }

  .contact .gform_wrapper .ginput_complex .name_first, .contact .gform_wrapper .ginput_full .name_first, .contact .gform_wrapper .ginput_complex .name_last, .contact .gform_wrapper .ginput_full .name_last, .contact .w-50, .contact .address-fild, .contact .w-50:nth-child(odd), .contact .address-fild:nth-child(odd){
    width: 100%;
    padding: 0;
  }

  .contact .gform_wrapper .ginput_container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer-bottom .copyright, .footer-bottom .footer-logo, .footer .copyright span{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer .copyright span {
    margin-bottom: 15px;
  }
}

@media (max-width: 370px) {
  .text-and-card .card .card-text {
    padding: 15px;
  }

  .video-block a .text {
    font-size: 20px;
  }
  .timer-section #timer div {
    margin-right: 25px
  }
  .timer-section #timer div:first-child {
    margin-right: 25px;
  }
  .timer-section h2 {
    font-size: 28px;
    padding: 0;
  }
    .timer-section h2 b {
      font-size: 28px;
    }

  .contact .gform_wrapper {
    padding: 30px 20px;
  }

  .hero {
    padding-top: 92px;
  }
  .hero .hero-images {
    display: none;
  }
}
