@charset "UTF-8";
/* --------------------------------------
/*  Import
/* -------------------------------------- */
/* --------------------------------------
/*  Import
/* -------------------------------------- */
/*** Media Queries ***/
/* --------------------------------------
/*  Mixins
/* -------------------------------------- */
/* --------------------------------------
/*  Gradients
/* -------------------------------------- */
/* ---------------------
/* Mixins
/* --------------------- */
.remove-default-appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* --------------------------------------
/*  SVGs
/* -------------------------------------*/
/* --------------------------------------
/*  Colours
/* -------------------------------------*/
.text-colour__palette-grey-500 {
  color: #9E9E9E;
}

.background-colour__palette-grey-500 {
  background-color: #9E9E9E;
}

.text-colour__palette-grey-100 {
  color: #F5F5F5;
}

.background-colour__palette-grey-100 {
  background-color: #F5F5F5;
}

.text-colour__palette-grey-200 {
  color: #EEEEEE;
}

.background-colour__palette-grey-200 {
  background-color: #EEEEEE;
}

.text-colour__palette-grey-300 {
  color: #E0E0E0;
}

.background-colour__palette-grey-300 {
  background-color: #E0E0E0;
}

.text-colour__palette-grey-800 {
  color: #424242;
}

.background-colour__palette-grey-800 {
  background-color: #424242;
}

.text-colour__palette-orange-500 {
  color: #028e8f;
}

.background-colour__palette-orange-500 {
  background-color: #028e8f;
}

.text-colour__palette-teal-500 {
  color: #028e8f;
}

.background-colour__palette-teal-500 {
  background-color: #028e8f;
}

/* --------------------------------------
/*  Font Weights
/* -------------------------------------*/
.font-weight__normal {
  font-weight: 400;
}

.font-weight__medium {
  font-weight: 500;
}

.font-weight__bold {
  font-weight: 700;
}

.font-weight__x-bold {
  font-weight: 800;
}

/* --------------------------------------
/*  Font Sizes
/* -------------------------------------*/
/* --------------------------------------
/*  Font Families
/* -------------------------------------*/
/* --------------------------------------
/*  Spacing
/* -------------------------------------*/
/* --------------------------------------
/*  Defaults
/* -------------------------------------*/
/* --------------------------------------
/*  Transitions
/* -------------------------------------*/
/* --------------------------------------
/*  Responsive Font sizes
/* -------------------------------------*/
/*** Media Queries ***/
/* --------------------------------------
/*  Mixins
/* -------------------------------------- */
/* --------------------------------------
/*  Gradients
/* -------------------------------------- */
/* ---------------------
/* Mixins
/* --------------------- */
.remove-default-appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* --------------------------------------
/*  SVGs
/* -------------------------------------*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -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) ")";
  }

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

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

  thead {
    display: table-header-group;
  }

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

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
[role=button] {
  cursor: pointer;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* --------------------------------------
/*  Custom BS
/* -------------------------------------*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=25d49cea796819a13e3e2b6bb7887d7c)
 * Config saved to config.json and https://gist.github.com/25d49cea796819a13e3e2b6bb7887d7c
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    -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) ")";
  }

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

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

  thead {
    display: table-header-group;
  }

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

  img {
    max-width: 100% !important;
  }

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

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

  .navbar {
    display: none;
  }

  .btn > .caret, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type=button] > .caret, body .nf-form-cont .submit-wrap .ninja-forms-field[type=button] > .caret,
.dropup > .btn > .caret,
.nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .dropup > .ninja-forms-field[type=button] > .caret,
body .nf-form-cont .submit-wrap .dropup > .ninja-forms-field[type=button] > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #F5F5F5 !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #616161;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #21759b;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #616161;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #616161;
  background-color: #f5f5f5;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: #000;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #757575;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #616161;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.btn, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type=button], body .nf-form-cont .submit-wrap .ninja-forms-field[type=button] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type=button]:focus, body .nf-form-cont .submit-wrap .ninja-forms-field[type=button]:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .focus.ninja-forms-field[type=button],
body .nf-form-cont .submit-wrap .focus.ninja-forms-field[type=button],
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type=button]:hover, body .nf-form-cont .submit-wrap .ninja-forms-field[type=button]:hover,
.btn:focus,
.nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type=button]:focus,
body .nf-form-cont .submit-wrap .ninja-forms-field[type=button]:focus,
.btn.focus,
.nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .focus.ninja-forms-field[type=button],
body .nf-form-cont .submit-wrap .focus.ninja-forms-field[type=button] {
  color: #616161;
  text-decoration: none;
}

.btn:active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type=button]:active, body .nf-form-cont .submit-wrap .ninja-forms-field[type=button]:active,
.btn.active,
.nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .active.ninja-forms-field[type=button],
body .nf-form-cont .submit-wrap .active.ninja-forms-field[type=button] {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .disabled.ninja-forms-field[type=button], body .nf-form-cont .submit-wrap .disabled.ninja-forms-field[type=button],
.btn[disabled],
.nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap [disabled].ninja-forms-field[type=button],
body .nf-form-cont .submit-wrap [disabled].ninja-forms-field[type=button],
fieldset[disabled] .btn,
fieldset[disabled] .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type=button],
.nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap fieldset[disabled] .ninja-forms-field[type=button],
fieldset[disabled] body .nf-form-cont .submit-wrap .ninja-forms-field[type=button],
body .nf-form-cont .submit-wrap fieldset[disabled] .ninja-forms-field[type=button] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a.disabled.ninja-forms-field[type=button], body .nf-form-cont .submit-wrap a.disabled.ninja-forms-field[type=button],
fieldset[disabled] a.btn,
fieldset[disabled] .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a.ninja-forms-field[type=button],
.nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap fieldset[disabled] a.ninja-forms-field[type=button],
fieldset[disabled] body .nf-form-cont .submit-wrap a.ninja-forms-field[type=button],
body .nf-form-cont .submit-wrap fieldset[disabled] a.ninja-forms-field[type=button] {
  pointer-events: none;
}

.btn-default {
  color: #616161;
  background-color: #fff;
  border-color: #BDBDBD;
}

.btn-default:focus,
.btn-default.focus {
  color: #616161;
  background-color: #E0E0E0;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #616161;
  background-color: #E0E0E0;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #616161;
  background-color: #E0E0E0;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #616161;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #BDBDBD;
}

.btn-default .badge {
  color: #fff;
  background-color: #616161;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #757575;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #757575;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #757575;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: rgba(0, 0, 0, 0.1);
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #616161;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #757575;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #616161;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #757575;
}

.navbar-default .navbar-nav > li > a {
  color: #757575;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #616161;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #616161;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #BDBDBD;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #616161;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #757575;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #616161;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #616161;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #BDBDBD;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #757575;
}

.navbar-default .navbar-link:hover {
  color: #616161;
}

.navbar-default .btn-link {
  color: #757575;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #616161;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #BDBDBD;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #BDBDBD;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #BDBDBD;
}

.navbar-inverse .navbar-nav > li > a {
  color: #BDBDBD;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #424242;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #616161;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #616161;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #BDBDBD;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #424242;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #BDBDBD;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #BDBDBD;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #424242;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #F5F5F5;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn, .modal-footer .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type=button] + .btn, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .modal-footer .ninja-forms-field[type=button] + .btn, .modal-footer .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn + .ninja-forms-field[type=button], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .modal-footer .btn + .ninja-forms-field[type=button], .modal-footer .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type=button] + .ninja-forms-field[type=button], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .modal-footer .ninja-forms-field[type=button] + .ninja-forms-field[type=button], .modal-footer body .nf-form-cont .submit-wrap .ninja-forms-field[type=button] + .btn, body .nf-form-cont .submit-wrap .modal-footer .ninja-forms-field[type=button] + .btn, .modal-footer body .nf-form-cont .submit-wrap .btn + .ninja-forms-field[type=button], body .nf-form-cont .submit-wrap .modal-footer .btn + .ninja-forms-field[type=button], .modal-footer body .nf-form-cont .submit-wrap .ninja-forms-field[type=button] + .ninja-forms-field[type=button], body .nf-form-cont .submit-wrap .modal-footer .ninja-forms-field[type=button] + .ninja-forms-field[type=button] {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type=button] + .btn, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .modal-footer .btn-group .ninja-forms-field[type=button] + .btn, .modal-footer .btn-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn + .ninja-forms-field[type=button], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .modal-footer .btn-group .btn + .ninja-forms-field[type=button], .modal-footer .btn-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type=button] + .ninja-forms-field[type=button], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .modal-footer .btn-group .ninja-forms-field[type=button] + .ninja-forms-field[type=button], .modal-footer .btn-group body .nf-form-cont .submit-wrap .ninja-forms-field[type=button] + .btn, body .nf-form-cont .submit-wrap .modal-footer .btn-group .ninja-forms-field[type=button] + .btn, .modal-footer .btn-group body .nf-form-cont .submit-wrap .btn + .ninja-forms-field[type=button], body .nf-form-cont .submit-wrap .modal-footer .btn-group .btn + .ninja-forms-field[type=button], .modal-footer .btn-group body .nf-form-cont .submit-wrap .ninja-forms-field[type=button] + .ninja-forms-field[type=button], body .nf-form-cont .submit-wrap .modal-footer .btn-group .ninja-forms-field[type=button] + .ninja-forms-field[type=button] {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* --------------------------------------
/*  Z-index (ZI)
/* -------------------------------------- */
/* --------------------------------------
/*  Variables
/* -------------------------------------- */
/* --------------------------------------
/*  Typography
/* -------------------------------------- */
h1, .h1-style {
  font-family: "Raleway", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-top: 0;
  padding-top: 0;
  font-size: 1.602em;
}
h1 a, h1a, .h1-style a, .h1-stylea {
  color: #028e8f;
}
h1 a:hover, h1 a:focus, h1a:hover, h1a:focus, .h1-style a:hover, .h1-style a:focus, .h1-stylea:hover, .h1-stylea:focus {
  text-decoration: underline;
  color: #015c5d;
}
@media (min-width: 400px) and (max-width: 1400px) {
  h1, .h1-style {
    font-size: calc( 1.602em + (48.912 - 25.632) * ( (100vw - 400px) / ( 1400 - 400) ));
  }
}
@media (min-width: 1400px) {
  h1, .h1-style {
    font-size: 3.057em;
  }
}

h2, .h2-style {
  font-family: "Raleway", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 16px;
  padding-top: 0;
  font-size: 1.424em;
}
h2 a, h2a, .h2-style a, .h2-stylea {
  color: #000;
}
h2 a:hover, h2 a:focus, h2a:hover, h2a:focus, .h2-style a:hover, .h2-style a:focus, .h2-stylea:hover, .h2-stylea:focus {
  text-decoration: underline;
  color: black;
}
@media (min-width: 400px) and (max-width: 1400px) {
  h2, .h2-style {
    font-size: calc( 1.424em + (37.904 - 22.784) * ( (100vw - 400px) / ( 1400 - 400) ));
  }
}
@media (min-width: 1400px) {
  h2, .h2-style {
    font-size: 2.369em;
  }
}

h3, .h3-style {
  font-family: "Raleway", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.266em;
}
h3 a, h3a, .h3-style a, .h3-stylea {
  color: #028e8f;
}
h3 a:hover, h3 a:focus, h3a:hover, h3a:focus, .h3-style a:hover, .h3-style a:focus, .h3-stylea:hover, .h3-stylea:focus {
  text-decoration: underline;
  color: #015c5d;
}
@media (min-width: 400px) and (max-width: 1400px) {
  h3, .h3-style {
    font-size: calc( 1.266em + (28.432 - 20.256) * ( (100vw - 400px) / ( 1400 - 400) ));
  }
}
@media (min-width: 1400px) {
  h3, .h3-style {
    font-size: 1.777em;
  }
}

h4, .h4-style {
  font-family: "Raleway", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.125em;
}
h4 a, h4a, .h4-style a, .h4-stylea {
  color: #028e8f;
}
h4 a:hover, h4 a:focus, h4a:hover, h4a:focus, .h4-style a:hover, .h4-style a:focus, .h4-stylea:hover, .h4-stylea:focus {
  text-decoration: underline;
  color: #015c5d;
}
@media (min-width: 400px) and (max-width: 1400px) {
  h4, .h4-style {
    font-size: calc( 1.125em + (21.328 - 18) * ( (100vw - 400px) / ( 1400 - 400) ));
  }
}
@media (min-width: 1400px) {
  h4, .h4-style {
    font-size: 1.333em;
  }
}

h5, .h5-style {
  font-family: "Raleway", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.889em;
}
h5 a, h5a, .h5-style a, .h5-stylea {
  color: #000;
}
h5 a:hover, h5 a:focus, h5a:hover, h5a:focus, .h5-style a:hover, .h5-style a:focus, .h5-stylea:hover, .h5-stylea:focus {
  text-decoration: underline;
  color: black;
}
@media (min-width: 400px) and (max-width: 1400px) {
  h5, .h5-style {
    font-size: calc( 0.889em + (13.168 - 14.224) * ( (100vw - 400px) / ( 1400 - 400) ));
  }
}
@media (min-width: 1400px) {
  h5, .h5-style {
    font-size: 0.823em;
  }
}

h6, .h6-style {
  font-family: "Raleway", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.79em;
}
h6 a, h6a, .h6-style a, .h6-stylea {
  color: #000;
}
h6 a:hover, h6 a:focus, h6a:hover, h6a:focus, .h6-style a:hover, .h6-style a:focus, .h6-stylea:hover, .h6-stylea:focus {
  text-decoration: underline;
  color: black;
}
@media (min-width: 400px) and (max-width: 1400px) {
  h6, .h6-style {
    font-size: calc( 0.79em + (12 - 12.64) * ( (100vw - 400px) / ( 1400 - 400) ));
  }
}
@media (min-width: 1400px) {
  h6, .h6-style {
    font-size: 0.75em;
  }
}

.larger-text {
  font-family: "Raleway", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 40px;
  color: #000;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

/* --------------------------------------
/*  Copy
/* -------------------------------------- */
blockquote {
  border: 0;
  margin: 35px 0;
  padding: 25px 0;
  border-bottom: 1px solid #028e8f;
  border-top: 3px double #028e8f;
}
blockquote h1, blockquote h2, blockquote h3,
blockquote h4, blockquote h5, blockquote h6,
blockquote p, blockquote a, blockquote span,
blockquote ul, blockquote ol, blockquote li,
blockquote input, blockquote button, blockquote label {
  font-size: 22px;
  color: #028e8f;
  font-family: "Raleway", "Helvetica", Arial, Helvetica, Sans-serif;
  line-height: 1.2;
}

.body-section a {
  color: #028e8f;
}

ul, ol {
  line-height: 1.4;
  padding-left: 25px;
  margin-bottom: 25px;
}
p {
  line-height: 1.4;
  font-family: "Raleway", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 18px;
  margin-bottom: 16px;
  margin-top: 0;
  font-size: 1em;
}
@media (min-width: 400px) and (max-width: 1400px) {
  p {
    font-size: calc( 1em + (16 - 16) * ( (100vw - 400px) / ( 1400 - 400) ));
  }
}
@media (min-width: 1400px) {
  p {
    font-size: 1em;
  }
}

/* --------------------------------------
/*  Buttons
/* -------------------------------------- */
.btn, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type=button], body .nf-form-cont .submit-wrap .ninja-forms-field[type=button] {
  text-align: center;
  padding: 1em 2.5em;
  font-size: 18px;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 4px;
  text-transform: uppercase;
  background-color: #028e8f;
}
.btn.btn-default:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-default.ninja-forms-field[type=button]:hover, body .nf-form-cont .submit-wrap .btn-default.ninja-forms-field[type=button]:hover, .btn.btn-default:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-default.ninja-forms-field[type=button]:focus, body .nf-form-cont .submit-wrap .btn-default.ninja-forms-field[type=button]:focus, .btn.btn-default a, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-default.ninja-forms-field[type=button] a, body .nf-form-cont .submit-wrap .btn-default.ninja-forms-field[type=button] a, .btn.btn-default a:hover, .btn.btn-default a:focus {
  text-decoration: none;
}
.btn.btn-primary, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type=button], body .nf-form-cont .submit-wrap .ninja-forms-field[type=button] {
  color: #fff;
}
.btn.btn-primary:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type=button]:hover, body .nf-form-cont .submit-wrap .ninja-forms-field[type=button]:hover, .btn.btn-primary:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type=button]:focus, body .nf-form-cont .submit-wrap .ninja-forms-field[type=button]:focus, .btn.btn-primary a, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type=button] a, body .nf-form-cont .submit-wrap .ninja-forms-field[type=button] a, .btn.btn-primary a:hover, .btn.btn-primary a:focus {
  text-decoration: none;
}
.btn.btn-primary:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type=button]:hover, body .nf-form-cont .submit-wrap .ninja-forms-field[type=button]:hover, .btn.btn-primary:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type=button]:focus, body .nf-form-cont .submit-wrap .ninja-forms-field[type=button]:focus, .btn.btn-primary:active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type=button]:active, body .nf-form-cont .submit-wrap .ninja-forms-field[type=button]:active {
  color: #fff;
  background-color: #026d6e;
}
.btn.btn-rev, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-rev.ninja-forms-field[type=button], body .nf-form-cont .submit-wrap .btn-rev.ninja-forms-field[type=button] {
  color: #028e8f;
  background-color: #fff;
}
.btn.btn-rev:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-rev.ninja-forms-field[type=button]:hover, body .nf-form-cont .submit-wrap .btn-rev.ninja-forms-field[type=button]:hover, .btn.btn-rev:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-rev.ninja-forms-field[type=button]:focus, body .nf-form-cont .submit-wrap .btn-rev.ninja-forms-field[type=button]:focus, .btn.btn-rev a, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-rev.ninja-forms-field[type=button] a, body .nf-form-cont .submit-wrap .btn-rev.ninja-forms-field[type=button] a, .btn.btn-rev a:hover, .btn.btn-rev a:focus {
  text-decoration: none;
}
.btn.btn-rev:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-rev.ninja-forms-field[type=button]:hover, body .nf-form-cont .submit-wrap .btn-rev.ninja-forms-field[type=button]:hover, .btn.btn-rev:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-rev.ninja-forms-field[type=button]:focus, body .nf-form-cont .submit-wrap .btn-rev.ninja-forms-field[type=button]:focus, .btn.btn-rev:active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-rev.ninja-forms-field[type=button]:active, body .nf-form-cont .submit-wrap .btn-rev.ninja-forms-field[type=button]:active {
  background-color: #EEEEEE;
}

/* --------------------------------------
/*  Tabs reset
/* -------------------------------------*/
.tabs-container ul.nav.nav-tabs li a:focus {
  outline: none;
}

/* --------------------------------------
/*  - Bootstrap Reset
/* -------------------------------------- */
.navbar-inner {
  background: none;
  -webkit-filter: none;
          filter: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  border: none;
  padding: 0px;
  min-height: 0px;
}

.navbar-default {
  border-color: transparent;
}

.navbar {
  background: transparent;
  margin-bottom: 0px;
  min-height: 1px;
}

.navbar .nav > li {
  float: left;
}

.navbar .nav > li > a {
  padding: 0px;
  text-shadow: none;
}
.navbar .nav > li > a i, .navbar .nav > li > a b {
  border-bottom-color: #000;
  border-top-color: #000;
}

.navbar-nav {
  margin-left: 0px;
  margin-right: 0px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #616161;
  text-decoration: none;
  background-color: transparent;
}

.navbar .nav .active > a {
  color: #616161;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar .nav .active > a:hover {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
  background-image: none;
  background-repeat: repeat-x;
  text-decoration: none;
  -webkit-filter: none;
          filter: none;
}

.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}

/* --------------------------------------
/*  - Bootstrap Dropdown Menu
/* -------------------------------------- */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
}

.navbar .nav > li.active > a, .navbar .nav > li.active > a:hover, .navbar .nav > li.dropdown.active > .dropdown-toggle {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar .nav > li.dropdown.open > .dropdown-toggle {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: rgba(0, 0, 0, 0.2);
  -o-border-image: none;
     border-image: none;
  border-radius: 0;
  position: relative;
}

.navbar .nav > li .dropdown-menu {
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.navbar .nav > li .dropdown-menu:after, .navbar .nav > li .dropdown-menu:before {
  display: none;
}

.navbar .nav > li .dropdown-menu li {
  display: block;
  width: 100%;
  text-align: left;
}

.navbar .nav > li .dropdown-menu li a {
  padding: 3px 10px;
  font-size: 18px-2;
}

.navbar .nav > li .dropdown-menu li a:hover {
  color: #424242;
}

/*
	Multilevel Dropdown
*/
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover > .sub-menu {
  visibility: visible;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
  margin-top: 0;
}

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}

.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  top: 11px;
  left: -6px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #F5F5F5;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

/* --------------------------------------
/*  #7 - Bootstrap Nav Overrides
/* -------------------------------------- */
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
  margin-top: 0;
}

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}

.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  top: 11px;
  left: -6px;
}

/* --------------------------------------
/*  Tables
/* -------------------------------------*/
table.table {
  border-spacing: 2px;
  border-collapse: separate;
}
table.table > tbody > tr > td {
  border: 0;
  padding: 0.7em;
  font-size: 0.875rem;
}
@media (max-width: 543px) {
  table.table > tbody > tr > td {
    padding: 0.4em;
    font-size: 0.7rem;
  }
}

/* --------------------------------------
/*  Collapse
/* -------------------------------------*/
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 0;
}

.panel-group .panel {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-group .panel .panel-heading {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
}
.panel-group .panel .panel-heading h4 {
  font-family: "Raleway", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.266em;
  font-size: 30px;
  line-height: 1.5;
}
.panel-group .panel .panel-heading h4 a, .panel-group .panel .panel-heading h4a {
  color: #028e8f;
}
.panel-group .panel .panel-heading h4 a:hover, .panel-group .panel .panel-heading h4 a:focus, .panel-group .panel .panel-heading h4a:hover, .panel-group .panel .panel-heading h4a:focus {
  text-decoration: underline;
  color: #015c5d;
}
@media (min-width: 400px) and (max-width: 1400px) {
  .panel-group .panel .panel-heading h4 {
    font-size: calc( 1.266em + (28.432 - 20.256) * ( (100vw - 400px) / ( 1400 - 400) ));
  }
}
@media (min-width: 1400px) {
  .panel-group .panel .panel-heading h4 {
    font-size: 1.777em;
  }
}
.panel-group .panel .panel-heading h4 a:hover, .panel-group .panel .panel-heading h4 a:focus, .panel-group .panel .panel-heading h4 a a, .panel-group .panel .panel-heading h4 a a:hover, .panel-group .panel .panel-heading h4 a a:focus {
  text-decoration: none;
}
.panel-group .panel .panel-body {
  padding-left: 0;
  padding-right: 0;
}

/* --------------------------------------
/*  Theme Bases changes
/* -------------------------------------*/
/*** General ***/
/*** Category Page ***/
/*** Single Page ***/
/*** Test ***/
.woocommerce .products ul, .woocommerce ul.products {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce .products ul li.product, .woocommerce ul.products li.product {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.woocommerce .products ul li.product a:first-child, .woocommerce ul.products li.product a:first-child {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* --------------------------------------
/*  General
/* -------------------------------------*/
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce ul.woocommerce-error {
  border-top-color: #E0E0E0 !important;
  padding: 1em !important;
  line-height: 2;
  color: #000 !important;
  background-color: #ebe9eb !important;
}
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-info:before, .woocommerce ul.woocommerce-error:before {
  display: none !important;
}
.woocommerce .woocommerce-message .button, .woocommerce .woocommerce-info .button, .woocommerce ul.woocommerce-error .button {
  -moz-order: 2;
  -ms-order: 2;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.woocommerce .woocommerce-message li, .woocommerce .woocommerce-info li, .woocommerce ul.woocommerce-error li {
  margin: 0;
  padding: 0;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  padding: 1em;
}

.woocommerce ul.woocommerce-error {
  border-top-color: #b81c23 !important;
}

/* --------------------------------------
/*  Category Page
/* -------------------------------------*/
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  border: 1px solid #F5F5F5;
}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.2em;
}
.woocommerce ul.products li.product span.price, .woocommerce-page ul.products li.product span.price {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.1em;
  color: #028e8f;
}
.woocommerce ul.products li.product span.price ins, .woocommerce-page ul.products li.product span.price ins {
  text-decoration: none;
}
.woocommerce ul.products li.product span.price del, .woocommerce ul.products li.product span.price ins, .woocommerce-page ul.products li.product span.price del, .woocommerce-page ul.products li.product span.price ins {
  display: inline-block;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  padding: 0.5em 0.5em;
  text-align: "center";
}
.woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button {
  margin: 15px 15px 0;
  display: block;
  width: 100%;
  padding: 1em;
  overflow: hidden;
  position: relative;
  margin: 0;
  text-align: center;
  padding: 1em 2.5em;
  font-size: 18px;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 4px;
  text-transform: uppercase;
  background-color: #028e8f;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 0;
}
.woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product .button:focus, .woocommerce ul.products li.product .button a, .woocommerce ul.products li.product .button a:hover, .woocommerce ul.products li.product .button a:focus, .woocommerce-page ul.products li.product .button:hover, .woocommerce-page ul.products li.product .button:focus, .woocommerce-page ul.products li.product .button a, .woocommerce-page ul.products li.product .button a:hover, .woocommerce-page ul.products li.product .button a:focus {
  text-decoration: none;
}
.woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product .button:focus, .woocommerce ul.products li.product .button:active, .woocommerce-page ul.products li.product .button:hover, .woocommerce-page ul.products li.product .button:focus, .woocommerce-page ul.products li.product .button:active {
  color: #fff;
  background-color: #026d6e;
}
.woocommerce ul.products li.product .button:before, .woocommerce-page ul.products li.product .button:before {
  content: "+";
  position: absolute;
  right: 1em;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.woocommerce ul.products li.product .button:hover:before, .woocommerce-page ul.products li.product .button:hover:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.woocommerce ul.products li.product a.added_to_cart, .woocommerce-page ul.products li.product a.added_to_cart {
  display: none;
}

/* --------------------------------------
/*  My Account
/* -------------------------------------*/
#customer_login h2 {
  font-family: "Raleway", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 18px;
  color: #B2B2B2;
  line-height: 1.4;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.702em;
  margin-bottom: 1em;
  margin-bottom: -15px;
  padding-bottom: 0;
}
#customer_login h2 a, #customer_login h2a {
  color: #000;
}
#customer_login h2 a:hover, #customer_login h2 a:focus, #customer_login h2a:hover, #customer_login h2a:focus {
  text-decoration: underline;
  color: black;
}
@media (min-width: 400px) and (max-width: 1400px) {
  #customer_login h2 {
    font-size: calc( 0.702em + (11.104 - 11.232) * ( (100vw - 400px) / ( 1400 - 400) ));
  }
}
@media (min-width: 1400px) {
  #customer_login h2 {
    font-size: 0.694em;
  }
}

/* --------------------------------------
/*  Single
/* -------------------------------------*/
.woocommerce .quantity .qty {
  height: 42px;
}

.woocommerce .summary {
  padding-left: 5%;
}
.woocommerce .summary .product_meta {
  display: none;
}
.woocommerce .summary h1 {
  font-size: 28px;
  margin-bottom: 25px;
}
.woocommerce .summary div[itemprop=description] {
  margin: 25px 0 35px;
}
.woocommerce .summary div[itemprop=description] p {
  font-size: 18px-1;
  color: #E0E0E0;
}
.woocommerce .summary p.price {
  color: #028e8f;
}
.woocommerce .summary p.price ins {
  text-decoration: none;
}
.woocommerce .summary p.price span {
  font-size: 1.5em;
  font-weight: 300;
}
.woocommerce .summary p.price span.woocommerce-Price-currencySymbol {
  font-size: 1em !important;
  margin-right: 3px;
}

/* --------------------------------------
/*  Upsell
/* -------------------------------------*/
.woocommerce div.product .upsells.products {
  margin-top: 45px;
  border-bottom: 1px solid #F5F5F5;
}
.woocommerce div.product .upsells.products h2 {
  font-family: "Raleway", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.266em;
}
.woocommerce div.product .upsells.products h2 a, .woocommerce div.product .upsells.products h2a {
  color: #028e8f;
}
.woocommerce div.product .upsells.products h2 a:hover, .woocommerce div.product .upsells.products h2 a:focus, .woocommerce div.product .upsells.products h2a:hover, .woocommerce div.product .upsells.products h2a:focus {
  text-decoration: underline;
  color: #015c5d;
}
@media (min-width: 400px) and (max-width: 1400px) {
  .woocommerce div.product .upsells.products h2 {
    font-size: calc( 1.266em + (28.432 - 20.256) * ( (100vw - 400px) / ( 1400 - 400) ));
  }
}
@media (min-width: 1400px) {
  .woocommerce div.product .upsells.products h2 {
    font-size: 1.777em;
  }
}

/* --------------------------------------
/*  Related Products
/* -------------------------------------*/
.woocommerce div.product .related.products {
  margin-top: 45px;
  clear: both;
}
.woocommerce div.product .related.products h2 {
  font-family: "Raleway", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.266em;
  margin: 16px 0;
}
.woocommerce div.product .related.products h2 a, .woocommerce div.product .related.products h2a {
  color: #028e8f;
}
.woocommerce div.product .related.products h2 a:hover, .woocommerce div.product .related.products h2 a:focus, .woocommerce div.product .related.products h2a:hover, .woocommerce div.product .related.products h2a:focus {
  text-decoration: underline;
  color: #015c5d;
}
@media (min-width: 400px) and (max-width: 1400px) {
  .woocommerce div.product .related.products h2 {
    font-size: calc( 1.266em + (28.432 - 20.256) * ( (100vw - 400px) / ( 1400 - 400) ));
  }
}
@media (min-width: 1400px) {
  .woocommerce div.product .related.products h2 {
    font-size: 1.777em;
  }
}
.woocommerce div.product .related.products h2.woocommerce-loop-product__title {
  margin: 0 0 16px;
  padding: 10px 10px;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.125em;
}

/* --------------------------------------
/*  Woocommerce Tabs
/* -------------------------------------*/
.woocommerce div.product .woocommerce-tabs h2 {
  font-family: "Raleway", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.266em;
  display: none;
}
.woocommerce div.product .woocommerce-tabs h2 a, .woocommerce div.product .woocommerce-tabs h2a {
  color: #028e8f;
}
.woocommerce div.product .woocommerce-tabs h2 a:hover, .woocommerce div.product .woocommerce-tabs h2 a:focus, .woocommerce div.product .woocommerce-tabs h2a:hover, .woocommerce div.product .woocommerce-tabs h2a:focus {
  text-decoration: underline;
  color: #015c5d;
}
@media (min-width: 400px) and (max-width: 1400px) {
  .woocommerce div.product .woocommerce-tabs h2 {
    font-size: calc( 1.266em + (28.432 - 20.256) * ( (100vw - 400px) / ( 1400 - 400) ));
  }
}
@media (min-width: 1400px) {
  .woocommerce div.product .woocommerce-tabs h2 {
    font-size: 1.777em;
  }
}
.woocommerce div.product .woocommerce-tabs h3 {
  font-size: 15px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 15px !important;
  margin-top: 20px !important;
}
.woocommerce div.product .woocommerce-tabs label, .woocommerce div.product .woocommerce-tabs table th {
  font-size: 18px-2;
}
.woocommerce div.product .woocommerce-tabs table td {
  font-size: 18px-1;
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs {
  margin: 20px 0 15px;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-left: 6px;
  padding-right: 1.7em;
  background: transparent;
  border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li:before, .woocommerce div.product .woocommerce-tabs ul.wc-tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li.active {
  border-bottom-color: #028e8f;
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li.active a {
  color: #000;
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li a {
  font-family: "Raleway", "Helvetica", Arial, Helvetica, Sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 1em 0;
  color: white;
  font-weight: normal;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* --------------------------------------
/*  Cart
/* -------------------------------------*/
.woocommerce-cart .cart-collaterals .cart_totals table {
  width: 100%;
}

.woocommerce table.shop_table.cart {
  border-radius: 0;
}
.woocommerce table.shop_table.cart th {
  background: #E0E0E0;
  border-top: 2px solid #c7c7c7;
}
.woocommerce table.shop_table.cart td.actions {
  background: #e8e8e8;
}
.woocommerce table.shop_table.cart th.product-remove {
  width: 30px !important;
}
.woocommerce table.shop_table.cart th.product-thumbnail {
  width: 60px !important;
}
.woocommerce table.shop_table.cart th.product-name {
  width: 50%;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  height: 42px;
}

.woocommerce .wc-proceed-to-checkout .checkout-button, .woocommerce .wc-proceed-to-checkout input#submit {
  padding: 1em;
}

/* --------------------------------------
/*  Checkout
/* -------------------------------------*/
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 6px 12px;
  border-width: 1px;
  border-style: solid;
  border-color: #F5F5F5;
}
.woocommerce form .form-row input.input-text#coupon_code, .woocommerce form .form-row textarea#coupon_code {
  height: 42px;
}

.woocommerce .woocommerce-checkout #payment {
  border-radius: 0;
  background: #eee;
}
.woocommerce .woocommerce-checkout #payment div.payment_box {
  background: #dfdcdf;
  margin: 0.5em;
  color: #000;
}
.woocommerce .woocommerce-checkout #payment div.payment_box:before, .woocommerce .woocommerce-checkout #payment div.payment_box:after {
  display: none;
}

/* START Make the cart table responsive */
/* http://css-tricks.com/responsive-data-tables/ */
@media screen and (max-width: 400px) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  /*** Single ***/
  .woocommerce div.product div.images, .woocommerce div.product div.summary {
    padding: 0;
  }

  /*** General Column ***/
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    display: block;
    margin-right: 1%;
    margin-left: 1%;
  }
  .woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button {
    margin: 0;
  }

  /*** Other ***/
  .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
    display: block;
  }

  .woocommerce-cart table.cart img {
    width: auto;
  }

  /* Force table to not be like tables anymore */
  .woocommerce-page table.shop_table,
.woocommerce-page table.shop_table thead,
.woocommerce-page table.shop_table tbody,
.woocommerce-page table.shop_table th,
.woocommerce-page table.shop_table td,
.woocommerce-page table.shop_table tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .woocommerce-page table.shop_table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .woocommerce-page table.shop_table tr {
    border: 1px solid #d2d3d3;
  }

  .woocommerce-page table.shop_table td {
    /* Behave  like a "row" */
    border-top: 1px solid #ccc;
    position: relative;
    padding-left: 30% !important;
  }

  .woocommerce-page table.shop_table {
    border: none;
  }

  .woocommerce-page table.shop_table td.product-spacer {
    border-color: #FFF;
    height: 10px;
  }

  .woocommerce-page table.shop_table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  /*
  Label the data
  */
  .woocommerce-page table.shop_table td.product-remove:before {
    content: "DELETE";
  }

  .woocommerce-page table.shop_table td.product-thumbnail:before {
    content: "IMAGE";
  }

  .woocommerce-page table.shop_table td.product-name:before {
    content: "PRODUCT";
  }

  .woocommerce-page table.shop_table td.product-price:before {
    content: "PRICE";
  }

  .woocommerce-page table.shop_table td.product-quantity:before {
    content: "QUANTITY";
  }

  .woocommerce-page table.shop_table td.product-subtotal:before {
    content: "SUBTOTAL";
  }

  .woocommerce-page table.shop_table td.product-total:before {
    content: "TOTAL";
  }

  .woocommerce .quantity,
.woocommerce #content .quantity,
.woocommerce-page .quantity,
.woocommerce-page #content .quantity {
    margin: 0;
  }

  .woocommerce-page table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
    text-align: left;
    border: 0;
    padding-left: 6px !important;
  }

  .woocommerce-page table.cart td.actions .button.alt,
.woocommerce-page #content table.cart td.actions .button.alt {
    float: left;
    margin-top: 10px;
  }

  .woocommerce-page table.cart td.actions div,
.woocommerce-page #content table.cart td.actions div,
.woocommerce-page table.cart td.actions input,
.woocommerce-page #content table.cart td.actions input {
    margin-bottom: 10px;
  }

  .woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
    text-align: left;
  }

  .woocommerce-page .cart-collaterals .cart_totals th,
.woocommerce-page .cart-collaterals .cart_totals td {
    border: 0 !important;
  }

  .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
.woocommerce-page .cart-collaterals .cart_totals table tr.shipping td,
.woocommerce-page .cart-collaterals .cart_totals table tr.total td {
    padding-left: 6px !important;
  }

  .woocommerce-page table.shop_table tr.cart-subtotal td,
.woocommerce-page table.shop_table tr.shipping td,
.woocommerce-page table.shop_table tr.total td,
.woocommerce-page table.shop_table.order_details tfoot th,
.woocommerce-page table.shop_table.order_details tfoot td {
    padding-left: 6px !important;
    border: 0 !important;
  }

  .woocommerce-page table.shop_table tbody {
    padding-top: 10px;
  }

  .woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    float: none;
    width: 100%;
  }

  .woocommerce .order_details ul,
.woocommerce-page .order_details ul,
.woocommerce .order_details,
.woocommerce-page .order_details {
    padding: 0;
  }

  .woocommerce .order_details li,
.woocommerce-page .order_details li {
    clear: left;
    margin-bottom: 10px;
    border: 0;
  }
}
/* END Make the cart table responsive */
.woocommerce div.product form.cart .button {
  text-align: center;
  padding: 1em 2.5em;
  font-size: 18px;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 4px;
  text-transform: uppercase;
  background-color: #028e8f;
  color: #fff;
}
.woocommerce div.product form.cart .button:hover, .woocommerce div.product form.cart .button:focus, .woocommerce div.product form.cart .button a, .woocommerce div.product form.cart .button a:hover, .woocommerce div.product form.cart .button a:focus {
  text-decoration: none;
}
.woocommerce div.product form.cart .button:hover, .woocommerce div.product form.cart .button:focus, .woocommerce div.product form.cart .button:active {
  color: #fff;
  background-color: #026d6e;
}

.woocommerce .button {
  font-weight: 400 !important;
}
.woocommerce div.product .summary .price {
  color: #028e8f;
}
.woocommerce div.product .summary .in-stock {
  color: #333;
}
.woocommerce div.product .woocommerce-tabs .related.products {
  clear: both;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button {
  text-align: center;
  padding: 1em 2.5em;
  font-size: 18px;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 4px;
  text-transform: uppercase;
  background-color: #028e8f;
  color: #fff;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button a, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button a:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button a:focus {
  text-decoration: none;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button:active {
  color: #fff;
  background-color: #026d6e;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../assets/fonts/slick.eot");
  src: url("../../assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/slick.woff") format("woff"), url("../../assets/fonts/slick.ttf") format("truetype"), url("../../assets/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 16px;
  width: 16px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: #000;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

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

/* --------------------------------------
/*  Custom
/* -------------------------------------- */
.slick-container {
  padding: 0;
  z-index: 5;
}

.slick {
  text-align: center;
  padding: 0;
  margin: 0px;
}

.slick-dots {
  bottom: -30px;
}

.slick-prev, .slick-next {
  z-index: 6;
}
.slick-prev:before, .slick-next:before {
  font-family: FontAwesome;
  font-size: 21px;
  color: #028e8f;
}

.slick-next {
  right: -25px;
}
.slick-next:before {
  content: "";
}

.slick-prev {
  left: -25px;
}
.slick-prev:before {
  content: "";
}

.slick-dots li button:before {
  content: "";
  font-family: FontAwesome;
  font-size: 12px;
}
.slick-dots li.slick-active button:before {
  content: "";
}

/* --------------------------------------
/*  Ninja Forms

    - Variables
    - Forms
      - Form Title
      - Labels
      - Input Types
      - Errors
      - Submit Button
      - Overrides

/* -------------------------------------*/
/* --------------------------------------
/*  Variables
/* -------------------------------------*/
/* --------------------------------------
/*  - Ninja Forms
/* -------------------------------------*/
body .nf-form-cont {
  /* --------------------------------------
  /*  Form Title
  /* -------------------------------------*/
  /* --------------------------------------
  /*  Labels
  /* -------------------------------------*/
  /* --------------------------------------
  /*  Input Types
  /* -------------------------------------*/
  /*** Inputs ***/
  /* --------------------------------------
  /*  Errors
  /* -------------------------------------*/
  /* --------------------------------------
  /*  Submit Button
  /* -------------------------------------*/
  /* --------------------------------------
  /*  Overrides
  /* -------------------------------------*/
}
body .nf-form-cont .field-wrap {
  margin-bottom: 16px;
}
body .nf-form-cont h3, body .nf-form-cont h4 {
  margin: 16px 0;
}
body .nf-form-cont .nf-form-title h3 {
  margin-top: 0;
  padding-top: 0;
}
body .nf-form-cont .nf-field-label {
  margin-bottom: 8px;
}
body .nf-form-cont .nf-field-label label {
  margin-bottom: 8px;
  font-size: calc(0.823 * 18px);
  color: #000;
  font-weight: 400;
}
body .nf-form-cont input[type=text], body .nf-form-cont input[type=email], body .nf-form-cont input[type=tel], body .nf-form-cont textarea, body .nf-form-cont select {
  background: transparent;
  border: 1px solid #9E9E9E;
  padding: 8px;
  font-size: 18px;
  color: #000;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body .nf-form-cont input[type=text]:hover, body .nf-form-cont input[type=text]:focus, body .nf-form-cont input[type=email]:hover, body .nf-form-cont input[type=email]:focus, body .nf-form-cont input[type=tel]:hover, body .nf-form-cont input[type=tel]:focus, body .nf-form-cont textarea:hover, body .nf-form-cont textarea:focus, body .nf-form-cont select:hover, body .nf-form-cont select:focus {
  border-color: #6b6b6b;
}
body .nf-form-cont input[type=text]:focus, body .nf-form-cont input[type=email]:focus, body .nf-form-cont input[type=tel]:focus, body .nf-form-cont textarea:focus, body .nf-form-cont select:focus {
  border-color: #6b6b6b;
  outline: none !important;
}
body .nf-form-cont select {
  -webkit-appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-radius: 0;
}
body .nf-form-cont .textarea-wrap textarea {
  margin-bottom: -5px;
  height: 150px;
}
body .nf-form-cont .nf-error-required-error {
  display: none;
}
body .nf-form-cont .nf-form-fields-required {
  display: none;
}
body .nf-form-cont .nf-after-field .nf-error-msg {
  background: #d94f64;
  color: #fff;
  padding: 8px;
  font-size: calc(0.823 * 18px);
  margin: -16px 0 16px;
}
body .nf-form-cont .nf-form-errors nf-errors nf-section .nf-error-field-errors {
  background: #d94f64;
  color: #fff;
  padding: 8px;
  font-size: calc(0.823 * 18px);
}
body .nf-form-cont .nf-field-container {
  margin-bottom: 0;
}
body .nf-form-cont .nf-field-container.supplies-list-wrap .nf-field .list-checkbox-wrap .nf-field-element ul {
  display: block;
}
body .nf-form-cont .nf-field-container.supplies-list-wrap .nf-field .list-checkbox-wrap .nf-field-element ul li {
  display: inline-block;
  width: 24%;
}
@media (max-width: 991px) {
  body .nf-form-cont .nf-field-container.supplies-list-wrap .nf-field .list-checkbox-wrap .nf-field-element ul li {
    width: 48%;
  }
}
@media (max-width: 767px) {
  body .nf-form-cont .nf-field-container.supplies-list-wrap .nf-field .list-checkbox-wrap .nf-field-element ul li {
    width: 100%;
  }
}
body .nf-form-cont .listcheckbox-container .nf-field-element, body .nf-form-cont .listradio-container .nf-field-element {
  margin: 0.65em 0;
}
body .nf-form-cont .listcheckbox-container .nf-field-element ul, body .nf-form-cont .listradio-container .nf-field-element ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body .nf-form-cont .listcheckbox-container .nf-field-element label, body .nf-form-cont .listradio-container .nf-field-element label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 0.9em;
}
body .nf-form-cont .listcheckbox-container .nf-field-element label:before, body .nf-form-cont .listradio-container .nf-field-element label:before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background: transparent;
  border: 1px solid #9E9E9E;
  position: absolute;
  top: -5px;
  left: 0;
  color: rgba(255, 255, 255, 0);
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
body .nf-form-cont .listcheckbox-container .nf-field-element label.nf-checked-label:before, body .nf-form-cont .listradio-container .nf-field-element label.nf-checked-label:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 1;
  padding: 3px 0 0 4px;
  color: #fff;
  background: #616161;
  border-color: #616161;
}
body .nf-form-cont .listcheckbox-container .nf-field-element input, body .nf-form-cont .listradio-container .nf-field-element input {
  display: none;
}
body .nf-form-cont .listradio-container .nf-field-element label:before {
  border-radius: 100%;
}
@media (max-width: 767px) {
  body .nf-form-cont .listcheckbox-container .nf-field-element ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  body .nf-form-cont .listradio-container .nf-field-element {
    margin: 0.65em 0;
  }
  body .nf-form-cont .listradio-container .nf-field-element ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .nf-form-cont .listradio-container .nf-field-element ul li {
    max-width: calc(100% / 4);
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 4);
            flex: 1 0 calc(100% / 4);
    height: 30px;
  }
}
body .nf-form-cont .nf-input-limit {
  margin: 0;
  padding: 0;
}

/* --------------------------------------
/*  Primary Navigation
/* -------------------------------------*/
.navigation-section .navbar .nav > li {
  margin: 0;
  padding: 0;
}
.navigation-section .navbar .nav > li.menu-item-has-children > a {
  padding-right: 16px;
}
.navigation-section .navbar .nav > li.shop-now a {
  color: #fff;
  text-align: center;
  padding: 1em 2.5em;
  font-size: 18px;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 4px;
  text-transform: uppercase;
  background-color: #028e8f;
  margin: 12px 12px;
}
.navigation-section .navbar .nav > li.shop-now a:hover, .navigation-section .navbar .nav > li.shop-now a:focus, .navigation-section .navbar .nav > li.shop-now a a, .navigation-section .navbar .nav > li.shop-now a a:hover, .navigation-section .navbar .nav > li.shop-now a a:focus {
  text-decoration: none;
}
.navigation-section .navbar .nav > li.shop-now a:hover, .navigation-section .navbar .nav > li.shop-now a:focus, .navigation-section .navbar .nav > li.shop-now a:active {
  color: #fff;
  background-color: #026d6e;
}
.navigation-section .navbar .nav > li.active > a {
  color: #028e8f;
}
.navigation-section .navbar .nav > li > a {
  color: #000;
  display: block;
  padding: 32px 16px;
  font-family: "Raleway", "Helvetica", Arial, Helvetica, Sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
}
.sticky.shrunk.going-down .navigation-section .navbar .nav > li > a {
  padding-top: 16px;
  padding-bottom: 16px;
}
.navigation-section .navbar .nav > li > a:hover, .navigation-section .navbar .nav > li > a:focus {
  color: #028e8f;
}
.navigation-section .navbar .nav > li > a .caret {
  border: 0;
  margin-top: -1px;
  vertical-align: top;
}
.navigation-section .navbar .nav > li > a .caret:after {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 10px;
  color: #BDBDBD;
}

/* --------------------------------------
/*  Dropdowns
/* -------------------------------------*/
.navbar .nav > li .dropdown-menu {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin: 0;
  padding: 8px 0;
  border-color: #fff;
}
.navbar .nav > li .dropdown-menu li {
  margin: 0;
  padding: 0;
}
.navbar .nav > li .dropdown-menu li a {
  padding: 8px 16px;
  font-size: calc(0.823 * 18px);
  color: #000;
  text-transform: uppercase;
}
.navbar .nav > li .dropdown-menu li a:hover, .navbar .nav > li .dropdown-menu li a:focus, .navbar .nav > li .dropdown-menu li a:active {
  background: transparent;
  color: #028e8f;
}

/* --------------------------------------
/*  Mobile Menu Button
/* -------------------------------------- */
.mobile-menu-button {
  text-align: center;
  cursor: pointer;
  padding: 16px;
  margin: 16px 0;
  font-size: 24px;
  display: block;
  color: #028e8f;
}
.mobile-menu-button:hover, .mobile-menu-button:focus, .mobile-menu-button a, .mobile-menu-button a:hover, .mobile-menu-button a:focus {
  text-decoration: none;
}
.mobile-menu-button:hover, .mobile-menu-button:focus, .mobile-menu-button:active {
  color: #026d6e;
}

/* --------------------------------------
/*  Close Menu Button
/* -------------------------------------*/
.close-mobile-side-menu {
  float: right;
  text-align: center;
  cursor: pointer;
  padding: 0 16px;
  font-size: 16px;
  margin: 0 0 8px 8px;
  display: inline-block;
  color: #fff;
}
.close-mobile-side-menu:hover, .close-mobile-side-menu:focus, .close-mobile-side-menu a, .close-mobile-side-menu a:hover, .close-mobile-side-menu a:focus {
  text-decoration: none;
}
.close-mobile-side-menu i {
  font-size: 1.3em;
  margin: 5px;
  padding: 4px;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}
.close-mobile-side-menu:hover i, .close-mobile-side-menu:focus i, .close-mobile-side-menu:active i {
  color: #026d6e;
}

/* --------------------------------------
/*
/* -------------------------------------*/
.mobile-side-menu {
  text-align: left;
  padding: 16px;
  font-family: "Raleway", "Helvetica", Arial, Helvetica, Sans-serif;
  position: fixed;
  height: 100vh;
  top: 0;
  left: -100%;
  z-index: 13;
  background: #014b4c;
  width: 100%;
  overflow-y: auto;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /*** Menu ***/
}
.mobile-side-menu.active {
  left: 0;
}
.mobile-side-menu ul.menu {
  margin: 0;
  margin-top: 30px;
  padding: 0;
  list-style-type: none;
}
.mobile-side-menu ul.menu li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: #EEEEEE;
  padding: 16px 0;
  display: block;
}
.mobile-side-menu ul.sub-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mobile-side-menu ul.sub-menu li a {
  margin: 0;
  padding: 8px 16px;
  display: block;
}

/* --------------------------------------
/*  #2 - Main Body Containers
/* -------------------------------------- */
html, body {
  padding: 0;
  margin: 0;
  line-height: 1.4;
  font-family: "Raleway", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-anchoring: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
html #wrap, body #wrap {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

/* --------------------------------------
/*  #7 - Body
/* -------------------------------------- */
.body-section {
  padding: 48px 0;
}

/* --------------------------------------
/*  IE10+ Fixes
/* -------------------------------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  html #wrap, body #wrap {
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
            flex: 1 0 auto;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 991px) {
  img {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
.body-section .filter-column h3 {
  margin-top: 0;
}
.body-section .filter-column .woof .widget_price_filter .ui-slider .ui-slider-range, .body-section .filter-column .woof .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #028e8f;
}
.body-section .filter-column .woof .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #333;
}
.body-section .filter-column .woof .woof_list.woof_list_checkbox {
  padding-left: 0px;
}

/* --------------------------------------
/*  Header
/* -------------------------------------- */
/* --------------------------------------
/*  Header
/* -------------------------------------*/
.header-section {
  background: #fff;
  position: relative;
}
.header-section .header-top-section {
  background: #212121;
}
@media (max-width: 991px) {
  .header-section .header-top-section {
    display: none;
  }
}
.header-section .header-top-section .header-top-section-container .contact-information-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: "Raleway", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.889em;
  color: #BDBDBD;
}
.header-section .header-top-section .header-top-section-container .contact-information-container a, .header-section .header-top-section .header-top-section-container .contact-information-containera {
  color: #000;
}
.header-section .header-top-section .header-top-section-container .contact-information-container a:hover, .header-section .header-top-section .header-top-section-container .contact-information-container a:focus, .header-section .header-top-section .header-top-section-container .contact-information-containera:hover, .header-section .header-top-section .header-top-section-container .contact-information-containera:focus {
  text-decoration: underline;
  color: black;
}
@media (min-width: 400px) and (max-width: 1400px) {
  .header-section .header-top-section .header-top-section-container .contact-information-container {
    font-size: calc( 0.889em + (13.168 - 14.224) * ( (100vw - 400px) / ( 1400 - 400) ));
  }
}
@media (min-width: 1400px) {
  .header-section .header-top-section .header-top-section-container .contact-information-container {
    font-size: 0.823em;
  }
}
.header-section .header-top-section .header-top-section-container .contact-information-container .contact-information {
  padding: 8px 0;
  display: inline-block;
  vertical-align: top;
}
.header-section .header-top-section .header-top-section-container .contact-information-container .contact-information a {
  color: inherit;
}
@media (max-width: 991px) {
  .header-section .header-top-section .header-top-section-container .contact-information-container .contact-information {
    display: none;
  }
}
.header-section .header-top-section .header-top-section-container .contact-information-container .contact-information:before {
  color: inherit;
  padding-right: 4px;
}
.header-section .header-top-section .header-top-section-container .contact-information-container .contact-information.address:before {
  content: "\f041";
  font-family: FontAwesome;
}
.header-section .header-top-section .header-top-section-container .contact-information-container .contact-information.phone:before {
  content: "\f095";
  font-family: FontAwesome;
  color: #028e8f;
}
.header-section .header-top-section .header-top-section-container .contact-information-container .contact-information.email:before {
  content: "\f0e0";
  font-family: FontAwesome;
}
.header-section .header-top-section .header-top-section-container .contact-information-container .contact-information + .contact-information {
  margin-left: 16px;
}
.header-section .header-top-section .header-top-section-container .contact-information-container .contact-information.phone {
  padding: 4px 16px;
  background-color: #fff;
  font-size: 1.1em;
}
.header-section .header-top-section .header-top-section-container .contact-information-container .contact-information.phone a {
  color: #028e8f;
  font-weight: 700;
  font-size: 1.2em;
}
.header-section .header-top-section .header-top-section-container .contact-information-container .mobile-call-us {
  display: none;
  color: #9E9E9E;
  text-align: center;
  padding: 8px;
}
.header-section .header-top-section .header-top-section-container .contact-information-container .mobile-call-us:before {
  content: "\f095";
  font-family: FontAwesome;
}
.header-section .header-top-section .header-top-section-container .contact-information-container .mobile-call-us:hover, .header-section .header-top-section .header-top-section-container .contact-information-container .mobile-call-us:focus, .header-section .header-top-section .header-top-section-container .contact-information-container .mobile-call-us:active {
  color: #028e8f;
}
@media (max-width: 991px) {
  .header-section .header-top-section .header-top-section-container .contact-information-container .mobile-call-us {
    display: block;
  }
}
.header-section .header-main-section {
  padding: 0;
  -webkit-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.13);
          box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.13);
  background: #fff;
}
.header-section .header-main-section .header-inner-container {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header-section .header-main-section .header-inner-container .header-left .logo {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header-section .header-main-section .header-inner-container .header-left .logo .logo-img {
  max-width: 160px;
  max-height: 100px;
  -webkit-transition: max-width 0.2s;
  -o-transition: max-width 0.2s;
  transition: max-width 0.2s;
}
.header-section .header-main-section .header-inner-container .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* --------------------------------------
/*  Sticky Header Shrink
/* -------------------------------------*/
/* --------------------------------------
/*  Sticky Header Scroll In
/* -------------------------------------*/
#sticky-header-placeholder {
  display: none;
}
#sticky-header-placeholder.past-pl-bottom {
  display: block;
}

.sticky {
  position: static;
}
.header-section .sticky {
  -webkit-transition: padding 0.25s 0.1s, top 0.25s 0.1s;
  -o-transition: padding 0.25s 0.1s, top 0.25s 0.1s;
  transition: padding 0.25s 0.1s, top 0.25s 0.1s;
}
.header-section .sticky .header-inner-container .header-left .logo .logo-img {
  max-width: 115px;
}
.sticky.past-pl-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 50;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  top: -20%;
}
.sticky.shrunk.going-down {
  top: 0;
  position: fixed;
  padding: 0;
}

/* --------------------------------------
/*  #8 - Footer
/* -------------------------------------- */
.footer-section {
  display: block;
  background: #424242;
  color: #E0E0E0;
  /* --------------------------------------
  /*  Footer Top
  /* -------------------------------------*/
  /* --------------------------------------
  /*  Contact Details
  /* -------------------------------------*/
  /* --------------------------------------
  /*  Footer Bottom
  /* -------------------------------------*/
}
.footer-section a, .footer-section p {
  color: inherit;
  font-size: inherit;
}
.footer-section .footer-heading-wrap {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.footer-section .footer-heading-wrap h4 {
  color: #fff;
  margin: 0;
}
.footer-section .footer-heading-wrap:after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 55px;
  border-bottom: 2px solid #028e8f;
}
.footer-section .footer-about .btn-wrap {
  padding-top: 24px;
}
.footer-section .footer-top {
  padding: 48px 0;
  font-size: calc(0.823 * 18px);
}
.footer-section .footer-top .title {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-family: "Raleway", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.125em;
  color: #fff;
}
.footer-section .footer-top .title a, .footer-section .footer-top .titlea {
  color: #028e8f;
}
.footer-section .footer-top .title a:hover, .footer-section .footer-top .title a:focus, .footer-section .footer-top .titlea:hover, .footer-section .footer-top .titlea:focus {
  text-decoration: underline;
  color: #015c5d;
}
@media (min-width: 400px) and (max-width: 1400px) {
  .footer-section .footer-top .title {
    font-size: calc( 1.125em + (21.328 - 18) * ( (100vw - 400px) / ( 1400 - 400) ));
  }
}
@media (min-width: 1400px) {
  .footer-section .footer-top .title {
    font-size: 1.333em;
  }
}
.footer-section .footer-top .title:after {
  content: "";
  width: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #028e8f;
}
.footer-section .footer-top ul.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-section .footer-top ul.menu li a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 8px;
  padding-bottom: 8px;
}
.footer-section ul.contact-details {
  list-style: none;
  padding-left: 0px;
}
.footer-section ul.contact-details .item {
  position: relative;
  padding-left: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 8px;
  padding-bottom: 8px;
}
.footer-section ul.contact-details .item i {
  position: absolute;
  left: 0;
  top: 10px;
}
.footer-section ul.contact-details .item h5 {
  display: none;
}
.footer-section ul.contact-details .item:before {
  position: absolute;
  top: 8px;
  left: 0;
  color: #757575;
  width: 19px;
  text-align: center;
}
.footer-section ul.contact-details .item.address:before {
  content: "\f041";
  font-family: FontAwesome;
}
.footer-section ul.contact-details .item.email:before {
  content: "\f0e0";
  font-family: FontAwesome;
}
.footer-section ul.contact-details .item.phone:before {
  content: "\f095";
  font-family: FontAwesome;
}
.footer-section .footer-bottom {
  padding: 10px 0;
}
@media (max-width: 543px) {
  .footer-section .footer-bottom {
    padding: 24px 0;
  }
}
.footer-section .footer-bottom p {
  padding: 0;
  font-size: 14px;
  margin: 0;
}
.footer-section .footer-bottom .copyright-information {
  padding: 15px 0 3px;
  font-size: 0.702em;
}
@media (min-width: 400px) and (max-width: 1400px) {
  .footer-section .footer-bottom .copyright-information {
    font-size: calc( 0.702em + (13.168 - 11.232) * ( (100vw - 400px) / ( 1400 - 400) ));
  }
}
@media (min-width: 1400px) {
  .footer-section .footer-bottom .copyright-information {
    font-size: 0.823em;
  }
}
.footer-section .footer-bottom .copyright-information p {
  font-size: 14px;
}

/* Table of Contents

	#1 - Import

	#2 - Custom Variables

    #3 - Social CSS

 */
/* --------------------------------------
/*  # - Custom Variables
/* -------------------------------------- */
/* -- DEFAULT SOCIAL COLOURS -- */
/* --------------------------------------
/*  #3 - Social CSS
/* -------------------------------------- */
.social {
  display: inline-block;
  margin-left: 16px;
  vertical-align: top;
}
.social ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.social ul li {
  padding: 0px;
  margin: 0px;
  display: block;
  float: left;
}
.social ul li a {
  display: block;
  min-width: 39px;
  height: auto;
  background: #E0E0E0;
  text-align: center;
  float: left;
  background: #E0E0E0;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 100%;
}
.social ul li a:hover, .social ul li a:focus {
  background: #c7c7c7;
}
.social ul li a a, .social ul li aa {
  color: #fff;
}
.social ul li a a:hover, .social ul li a a:focus, .social ul li aa:hover, .social ul li aa:focus {
  text-decoration: underline;
  color: #e6e6e6;
}
.social ul li a i {
  font-size: 16px;
  padding: 12px 0 10px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.social ul li a:hover i, .social ul li a:focus i, .social ul li a:active i {
  color: #fff;
}

/* --------------------------------------
/*  Search Results
/* -------------------------------------*/
.search-page .search-result {
  padding: 16px;
  margin-bottom: 16px;
  border: 1px solid #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .search-page .search-result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.search-page .search-result .search-heading {
  width: 30%;
  margin: 0 32px 0 0;
  position: relative;
}
@media (max-width: 991px) {
  .search-page .search-result .search-heading {
    width: 100%;
    margin: 0;
  }
}
.search-page .search-result .search-heading:after {
  content: "";
  height: 50px;
  width: 1px;
  background: #E0E0E0;
  position: absolute;
  top: 0;
  right: -5%;
}
@media (max-width: 991px) {
  .search-page .search-result .search-heading:after {
    display: none;
  }
}
.search-page .search-result .search-heading h2 {
  font-size: calc(1.333 * 18px);
  margin: 0;
  padding: 0 0 8px;
}
.search-page .search-result .search-heading h2 a {
  color: inherit;
}
.search-page .search-result .search-heading small.url {
  line-height: 1;
}
.search-page .search-result .search-heading small.url a {
  display: inline-block;
}
.search-page .search-result .search-content {
  width: 70%;
}
@media (max-width: 991px) {
  .search-page .search-result .search-content {
    width: 100%;
  }
}
.search-page .search-result .search-content p {
  padding: 0;
  margin: 0;
  color: #616161;
  font-size: calc(18px - 2px);
}

/* --------------------------------------
/*  Search Icon
/* -------------------------------------*/
.search-icon-container {
  font-size: 1em;
  color: #fff;
}
@media (min-width: 400px) and (max-width: 1400px) {
  .search-icon-container {
    font-size: calc( 1em + (16 - 16) * ( (100vw - 400px) / ( 1400 - 400) ));
  }
}
@media (min-width: 1400px) {
  .search-icon-container {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .search-icon-container {
    display: none;
  }
}
.search-icon-container a {
  color: inherit;
}

/* --------------------------------------
/*  Hidden search
/* -------------------------------------*/
.hidden-search {
  position: absolute;
  top: 0;
  right: -7px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.hidden-search.active {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.hidden-search .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hidden-search .input-group input.search-input {
  font-size: calc(0.823 * 18px);
  padding: 8px;
  border: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.85);
  border-radius: 0;
  -webkit-appearance: none;
  outline: 0 none;
}
.hidden-search .input-group .input-group-btn i {
  color: #fff;
}
.hidden-search .input-group .btn, .hidden-search .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type=button], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .hidden-search .input-group .ninja-forms-field[type=button], .hidden-search .input-group body .nf-form-cont .submit-wrap .ninja-forms-field[type=button], body .nf-form-cont .submit-wrap .hidden-search .input-group .ninja-forms-field[type=button] {
  padding: 8px;
  border: 0;
  border-radius: 0;
}
.hidden-search .input-group .btn:hover, .hidden-search .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type=button]:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .hidden-search .input-group .ninja-forms-field[type=button]:hover, .hidden-search .input-group body .nf-form-cont .submit-wrap .ninja-forms-field[type=button]:hover, body .nf-form-cont .submit-wrap .hidden-search .input-group .ninja-forms-field[type=button]:hover, .hidden-search .input-group .btn:focus, .hidden-search .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type=button]:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .hidden-search .input-group .ninja-forms-field[type=button]:focus, .hidden-search .input-group body .nf-form-cont .submit-wrap .ninja-forms-field[type=button]:focus, body .nf-form-cont .submit-wrap .hidden-search .input-group .ninja-forms-field[type=button]:focus, .hidden-search .input-group .btn:active, .hidden-search .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type=button]:active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .hidden-search .input-group .ninja-forms-field[type=button]:active, .hidden-search .input-group body .nf-form-cont .submit-wrap .ninja-forms-field[type=button]:active, body .nf-form-cont .submit-wrap .hidden-search .input-group .ninja-forms-field[type=button]:active {
  color: #fff;
  background-color: #028e8f;
}

/* --------------------------------------
/*  Mobile Search
/* -------------------------------------*/
.mobile-side-menu .search-container {
  margin-bottom: 8px;
}
.mobile-side-menu .search-container .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-side-menu .search-container .input-group input.search-input {
  font-size: calc(0.823 * 18px);
  padding: 16px;
  border: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  border-radius: 0;
  -webkit-appearance: none;
  outline: 0 none;
}
.mobile-side-menu .search-container .input-group .btn, .mobile-side-menu .search-container .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type=button], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .mobile-side-menu .search-container .input-group .ninja-forms-field[type=button], .mobile-side-menu .search-container .input-group body .nf-form-cont .submit-wrap .ninja-forms-field[type=button], body .nf-form-cont .submit-wrap .mobile-side-menu .search-container .input-group .ninja-forms-field[type=button] {
  display: none;
}

/* --------------------------------------
/*  Search Page
/* -------------------------------------*/
.search-page h1 {
  padding: 0;
  margin: 0 0 24px;
}
.search-page .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 24px;
}
.search-page .input-group input.search-input {
  font-size: calc(0.823 * 18px);
  padding: 16px;
  border: 1px solid #F5F5F5;
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-appearance: none;
  outline: 0 none;
}
.search-page .input-group .btn, .search-page .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type=button], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .search-page .input-group .ninja-forms-field[type=button], .search-page .input-group body .nf-form-cont .submit-wrap .ninja-forms-field[type=button], body .nf-form-cont .submit-wrap .search-page .input-group .ninja-forms-field[type=button] {
  padding: 16px;
  border: 0;
  border-radius: 0;
}
.search-page .input-group .btn:hover, .search-page .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type=button]:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .search-page .input-group .ninja-forms-field[type=button]:hover, .search-page .input-group body .nf-form-cont .submit-wrap .ninja-forms-field[type=button]:hover, body .nf-form-cont .submit-wrap .search-page .input-group .ninja-forms-field[type=button]:hover, .search-page .input-group .btn:focus, .search-page .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type=button]:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .search-page .input-group .ninja-forms-field[type=button]:focus, .search-page .input-group body .nf-form-cont .submit-wrap .ninja-forms-field[type=button]:focus, body .nf-form-cont .submit-wrap .search-page .input-group .ninja-forms-field[type=button]:focus, .search-page .input-group .btn:active, .search-page .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type=button]:active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .search-page .input-group .ninja-forms-field[type=button]:active, .search-page .input-group body .nf-form-cont .submit-wrap .ninja-forms-field[type=button]:active, body .nf-form-cont .submit-wrap .search-page .input-group .ninja-forms-field[type=button]:active {
  color: #fff;
  background-color: #028e8f;
}

/* --------------------------------------
/*  Custom ACF Sections
/* -------------------------------------*/
/* --------------------------------------
/*  Call To Action
/* -------------------------------------*/
.nucleo-acf-section.form_call_to_action_section {
  background-position: center center;
  background-size: cover;
  /* --------------------------------------
  /*  Has Background Image
  /* -------------------------------------*/
  /* --------------------------------------
  /*  Form
  /* -------------------------------------*/
}
.nucleo-acf-section.form_call_to_action_section .heading {
  text-align: center;
}
.nucleo-acf-section.form_call_to_action_section .heading p.title {
  font-size: 1.266em;
  padding-top: 0;
  margin-top: 0;
}
@media (min-width: 400px) and (max-width: 1400px) {
  .nucleo-acf-section.form_call_to_action_section .heading p.title {
    font-size: calc( 1.266em + (28.432 - 20.256) * ( (100vw - 400px) / ( 1400 - 400) ));
  }
}
@media (min-width: 1400px) {
  .nucleo-acf-section.form_call_to_action_section .heading p.title {
    font-size: 1.777em;
  }
}
.nucleo-acf-section.form_call_to_action_section.has-background-image {
  position: relative;
}
.nucleo-acf-section.form_call_to_action_section.has-background-image:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.35);
  z-index: 5;
}
.nucleo-acf-section.form_call_to_action_section.has-background-image .container {
  position: relative;
  z-index: 10;
}
.nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .nf-form-content nf-fields-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 991px) {
  .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .nf-form-content nf-fields-wrap {
    display: block;
  }
}
.nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .nf-form-content nf-fields-wrap nf-field {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .nf-form-content nf-fields-wrap nf-field:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
@media (min-width: 992px) {
  .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .nf-form-content nf-fields-wrap nf-field + nf-field {
    margin-left: 8px;
  }
}
.nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont input[type=text], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont input[type=email], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont input[type=tel], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont textarea, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont select {
  padding-top: 16px;
  padding-bottom: 16px;
  background: rgba(255, 255, 255, 0.5);
}
.nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont label {
  color: inherit;
}
.nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type=button] {
  margin-top: 30px;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 991px) {
  .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type=button] {
    margin-top: 0;
  }
}

.footer-cta-section {
  background: #028e8f;
}
.footer-cta-section .footer-cta-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .footer-cta-section .footer-cta-container {
    -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;
  }
}
.footer-cta-section .footer-cta-container .tagline {
  font-family: "Raleway", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.125em;
  color: #fff;
  padding: 0;
  margin: 0;
  margin-right: 24px;
}
.footer-cta-section .footer-cta-container .tagline a, .footer-cta-section .footer-cta-container .taglinea {
  color: #028e8f;
}
.footer-cta-section .footer-cta-container .tagline a:hover, .footer-cta-section .footer-cta-container .tagline a:focus, .footer-cta-section .footer-cta-container .taglinea:hover, .footer-cta-section .footer-cta-container .taglinea:focus {
  text-decoration: underline;
  color: #015c5d;
}
@media (min-width: 400px) and (max-width: 1400px) {
  .footer-cta-section .footer-cta-container .tagline {
    font-size: calc( 1.125em + (21.328 - 18) * ( (100vw - 400px) / ( 1400 - 400) ));
  }
}
@media (min-width: 1400px) {
  .footer-cta-section .footer-cta-container .tagline {
    font-size: 1.333em;
  }
}
@media (max-width: 991px) {
  .footer-cta-section .footer-cta-container .tagline {
    margin-bottom: 16px;
    margin-right: 0px;
  }
}

/* --------------------------------------
/*  Image Text Section

    - Core
      -
    - Theme

/* -------------------------------------*/
/* --------------------------------------
/*  Core
/* -------------------------------------*/
.nucleo-acf-section.image_text_section.image_text_section_full-width {
  padding: 0;
}
.nucleo-acf-section.image_text_section.image_text_section_full-width > .container > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 991px) {
  .nucleo-acf-section.image_text_section.image_text_section_full-width > .container > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 991px) {
  .nucleo-acf-section.image_text_section.image_text_section_full-width > .container > .row .content-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.nucleo-acf-section.image_text_section.image_text_section_full-width > .container > .row .image-container {
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 991px) {
  .nucleo-acf-section.image_text_section.image_text_section_full-width > .container > .row .image-container {
    padding-bottom: 38.5%;
  }
}
.nucleo-acf-section.image_text_section.image_text_section_full-width > .container > .row .image-container a.image-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width {
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 48px 0;
  text-align: center;
  position: relative;
}
.nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width h2, .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width h3, .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width h4, .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width p {
  color: #fff;
}
.nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width.image_text_section_no-bg-image h2, .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width.image_text_section_no-bg-image h3, .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width.image_text_section_no-bg-image h4, .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width.image_text_section_no-bg-image p {
  color: #000;
}
.nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width.image_text_section_no-bg-image:after {
  display: none;
}
.nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width > .container-fluid,
.nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width > .container {
  position: relative;
  z-index: 5;
}
.nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_contained > .container {
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 48px 0;
  text-align: center;
}
@media (max-width: 991px) {
  .nucleo-acf-section.image_text_section.image_text_section_hide-image-on-mobile .image-container {
    display: none;
  }
}
.nucleo-acf-section.image_text_section.image_text_section_align-right > .container > .row, .nucleo-acf-section.image_text_section.image_text_section_align-right > .container-fluid > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .nucleo-acf-section.image_text_section.image_text_section_align-right > .container > .row, .nucleo-acf-section.image_text_section.image_text_section_align-right > .container-fluid > .row {
    display: block;
  }
}
.nucleo-acf-section.image_text_section.image_text_section_align-right > .container > .row .image-container, .nucleo-acf-section.image_text_section.image_text_section_align-right > .container-fluid > .row .image-container {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 991px) {
  .nucleo-acf-section.image_text_section.image_text_section_align-right > .container > .row .image-container, .nucleo-acf-section.image_text_section.image_text_section_align-right > .container-fluid > .row .image-container {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.nucleo-acf-section.image_text_section.image_text_section_flex-align-items-center > .container > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .nucleo-acf-section.image_text_section.image_text_section_flex-align-items-center > .container > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 991px) {
  .nucleo-acf-section.image_text_section .image-container {
    margin-bottom: 16px;
  }
}

.nucleo-acf-section.testimonials_slider_section {
  background-position: center center;
  background-size: cover;
  padding: 48px 0;
  position: relative;
}
@media (max-width: 991px) {
  .nucleo-acf-section.testimonials_slider_section {
    padding: 24px 0;
  }
}
.nucleo-acf-section.testimonials_slider_section .section-title {
  text-align: center;
}
.nucleo-acf-section.testimonials_slider_section .section-title:after {
  content: "";
  width: 50px;
  height: 3px;
  background: #028e8f;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.nucleo-acf-section.testimonials_slider_section h3 {
  color: #000;
  font-weight: 300;
  position: relative;
}
.nucleo-acf-section.testimonials_slider_section h3:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 1px;
  background-color: #028e8f;
}
.nucleo-acf-section.testimonials_slider_section button {
  color: white;
}
.nucleo-acf-section.testimonials_slider_section button:before {
  font-size: 40px;
}
.nucleo-acf-section.testimonials_slider_section button.slick-next {
  right: -70px;
}
.nucleo-acf-section.testimonials_slider_section button.slick-next:before {
  content: "";
  color: #000;
}
.nucleo-acf-section.testimonials_slider_section button.slick-prev {
  left: -70px;
}
.nucleo-acf-section.testimonials_slider_section button.slick-prev:before {
  content: "";
  color: #000;
}
.nucleo-acf-section.testimonials_slider_section .slick-dots li button:before {
  font-size: 20px;
}
.nucleo-acf-section.testimonials_slider_section div.item {
  text-align: center;
}
.nucleo-acf-section.testimonials_slider_section div.item blockquote {
  text-align: center;
  font-style: italic;
  border: none;
  max-width: 80%;
  margin: 0;
  margin-left: 10%;
}
.nucleo-acf-section.testimonials_slider_section div.item blockquote p {
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .nucleo-acf-section.testimonials_slider_section div.item blockquote p {
    font-size: 1em;
  }
}
.nucleo-acf-section.testimonials_slider_section p {
  color: #000;
  font-family: "Raleway", "Helvetica", Arial, Helvetica, Sans-serif;
}
.nucleo-acf-section.testimonials_slider_section p.customer-quote {
  font-size: 30px;
  font-weight: 700;
  margin-top: 120px;
  padding: 0 30px;
  font-size: 16px;
}
@media (min-width: 400px) and (max-width: 1400px) {
  .nucleo-acf-section.testimonials_slider_section p.customer-quote {
    font-size: calc( 16px + (30 - 16) * ( (100vw - 400px) / ( 1400 - 400) ));
  }
}
@media (min-width: 1400px) {
  .nucleo-acf-section.testimonials_slider_section p.customer-quote {
    font-size: 30px;
  }
}
.nucleo-acf-section.testimonials_slider_section p.customer-quote:before {
  content: '"';
}
.nucleo-acf-section.testimonials_slider_section p.customer {
  font-size: 18px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .nucleo-acf-section.testimonials_slider_section p.customer {
    font-size: 18px;
  }
}
.nucleo-acf-section.testimonials_slider_section p.customer:before {
  content: "-";
}

/* 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;
  margin-bottom: 0px;
}

.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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* --------------------------------------
/*  Slider
/* -------------------------------------*/
.hero-slider-section {
  position: relative;
  height: 65vh;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero-slider-section {
    height: 45.5vh;
  }
}
.hero-slider-section .slide {
  background-position: center center;
  background-size: cover;
}
.hero-slider-section .slide h1, .hero-slider-section .slide h2, .hero-slider-section .slide h3,
.hero-slider-section .slide h4, .hero-slider-section .slide h5, .hero-slider-section .slide h6,
.hero-slider-section .slide p, .hero-slider-section .slide a, .hero-slider-section .slide span,
.hero-slider-section .slide ul, .hero-slider-section .slide ol, .hero-slider-section .slide li,
.hero-slider-section .slide input, .hero-slider-section .slide button, .hero-slider-section .slide label {
  color: #fff;
}
.hero-slider-section .slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.65);
  z-index: 10;
}
.hero-slider-section .slide .slider-container {
  z-index: 11;
  position: relative;
  color: #fff;
}
.hero-slider-section .slide .slider-container p {
  font-family: "Raleway", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-top: 0;
  padding-top: 0;
  font-size: 1.602em;
}
.hero-slider-section .slide .slider-container p a, .hero-slider-section .slide .slider-container pa {
  color: #028e8f;
}
.hero-slider-section .slide .slider-container p a:hover, .hero-slider-section .slide .slider-container p a:focus, .hero-slider-section .slide .slider-container pa:hover, .hero-slider-section .slide .slider-container pa:focus {
  text-decoration: underline;
  color: #015c5d;
}
@media (min-width: 400px) and (max-width: 1400px) {
  .hero-slider-section .slide .slider-container p {
    font-size: calc( 1.602em + (48.912 - 25.632) * ( (100vw - 400px) / ( 1400 - 400) ));
  }
}
@media (min-width: 1400px) {
  .hero-slider-section .slide .slider-container p {
    font-size: 3.057em;
  }
}
.hero-slider-section .slide .slider-container h1, .hero-slider-section .slide .slider-container p {
  font-weight: 300;
  color: inherit;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 16px;
  font-size: 1.602em;
}
@media (min-width: 400px) and (max-width: 1400px) {
  .hero-slider-section .slide .slider-container h1, .hero-slider-section .slide .slider-container p {
    font-size: calc( 1.602em + (50.512 - 25.632) * ( (100vw - 400px) / ( 1400 - 400) ));
  }
}
@media (min-width: 1400px) {
  .hero-slider-section .slide .slider-container h1, .hero-slider-section .slide .slider-container p {
    font-size: 3.157em;
  }
}
.hero-slider-section .container {
  height: 65vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (max-width: 991px) {
  .hero-slider-section .container {
    height: 45.5vh;
  }
}
.hero-slider-section .slider-container h4 {
  margin-top: 10px;
}

/* --------------------------------------
/*  Google Map Section
/* -------------------------------------*/
.google_map_section {
  padding: 0;
  overflow: hidden;
}
.google_map_section .heading-wrap {
  padding: 24px 0;
  background-color: #616161;
  text-align: center;
}
.google_map_section .heading-wrap h1, .google_map_section .heading-wrap h2, .google_map_section .heading-wrap h3,
.google_map_section .heading-wrap h4, .google_map_section .heading-wrap h5, .google_map_section .heading-wrap h6,
.google_map_section .heading-wrap p, .google_map_section .heading-wrap a, .google_map_section .heading-wrap span,
.google_map_section .heading-wrap ul, .google_map_section .heading-wrap ol, .google_map_section .heading-wrap li,
.google_map_section .heading-wrap input, .google_map_section .heading-wrap button, .google_map_section .heading-wrap label {
  margin: 0;
  text-transform: uppercase;
  color: #fff;
}

/* --------------------------------------
/*  Core
/* -------------------------------------*/
/* --------------------------------------
/*  Theme
/* -------------------------------------*/
.nucleo-acf-section.fancy_image_repeater_section .section-title {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.nucleo-acf-section.fancy_image_repeater_section .section-title:after {
  content: "";
  width: 50px;
  height: 3px;
  background: #028e8f;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.nucleo-acf-section.fancy_image_repeater_section .section-title h2 {
  margin: 0;
  padding: 0 0 16px;
}
.nucleo-acf-section.fancy_image_repeater_section .section-title .blurb {
  padding-bottom: 24px;
}
.nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container {
  margin-left: calc(75px + 24px);
  position: relative;
}
.nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .icon-container {
  position: absolute;
  left: calc(-75px - 24px);
  top: 0;
  width: 75px;
  height: 75px;
  border-radius: 75px;
  background: #EEEEEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .icon-container i {
  font-size: calc(1.777 * 18px);
  color: #028e8f;
}
.nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .title h3 {
  font-family: "Raleway", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.125em;
  padding: 24px 0 16px;
  margin: 0;
}
.nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .title h3 a, .nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .title h3a {
  color: #028e8f;
}
.nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .title h3 a:hover, .nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .title h3 a:focus, .nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .title h3a:hover, .nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .title h3a:focus {
  text-decoration: underline;
  color: #015c5d;
}
@media (min-width: 400px) and (max-width: 1400px) {
  .nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .title h3 {
    font-size: calc( 1.125em + (21.328 - 18) * ( (100vw - 400px) / ( 1400 - 400) ));
  }
}
@media (min-width: 1400px) {
  .nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .title h3 {
    font-size: 1.333em;
  }
}
.nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .image-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin: 40px 0 16px;
  min-height: 100%;
}
.nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .image-container a {
  position: relative;
  display: block;
}
.nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .image-container a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .image-container a:hover:before, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .image-container a:focus:before, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .image-container a:active:before {
  opacity: 1;
}
.nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title a:hover, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title a:focus, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title a a, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title a a:hover, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title a a:focus {
  text-decoration: none;
}
.nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title h3 {
  margin: 0 0 16px;
  padding: 0;
  font-family: "Raleway", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.125em;
}
.nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title h3 a, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title h3a {
  color: #028e8f;
}
.nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title h3 a:hover, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title h3 a:focus, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title h3a:hover, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title h3a:focus {
  text-decoration: underline;
  color: #015c5d;
}
@media (min-width: 400px) and (max-width: 1400px) {
  .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title h3 {
    font-size: calc( 1.125em + (21.328 - 18) * ( (100vw - 400px) / ( 1400 - 400) ));
  }
}
@media (min-width: 1400px) {
  .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title h3 {
    font-size: 1.333em;
  }
}
.nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .content-container {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a:hover, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a:focus, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a a, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a a:hover, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a a:focus {
  text-decoration: none;
}
.nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a:after {
  padding-left: 8px;
  -webkit-transition: padding-left 0.3s;
  -o-transition: padding-left 0.3s;
  transition: padding-left 0.3s;
  content: "\f054";
  font-family: FontAwesome;
}
.nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a:hover:after, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a:focus:after, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a:active:after {
  padding-left: 16px;
}

/* --------------------------------------
/*  Blog
/* -------------------------------------- */
/* --------------------------------------
/*  Blog
/* -------------------------------------- */
.blog-sidebar h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.blog-sidebar .share-buttons, .blog-sidebar .recent-posts, .blog-sidebar .category-list, .blog-sidebar .tag-list, .blog-sidebar .author-list {
  border-top: 1px solid #F5F5F5;
  margin-bottom: 40px;
}
.blog-sidebar .category-list ul, .blog-sidebar .tag-list ul, .blog-sidebar .author-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.blog-sidebar .category-list ul li a, .blog-sidebar .tag-list ul li a, .blog-sidebar .author-list ul li a {
  position: relative;
  padding-left: 24px;
  display: block;
  color: #424242;
  font-size: calc(18px - 2px);
}
.blog-sidebar .category-list ul li a:before, .blog-sidebar .tag-list ul li a:before, .blog-sidebar .author-list ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
}
.blog-sidebar .category-list ul li + li a, .blog-sidebar .tag-list ul li + li a, .blog-sidebar .author-list ul li + li a {
  margin-top: 8px;
}
.blog-sidebar .category-list ul li a:before {
  content: "\f024";
  font-family: FontAwesome;
}
.blog-sidebar .tag-list ul li a:before {
  content: "\f02b";
  font-family: FontAwesome;
}
.blog-sidebar .author-list ul li a:before {
  content: "\f2be";
  font-family: FontAwesome;
}

/* --------------------------------------
/*  Recent Posts
/* -------------------------------------*/
.blog-sidebar .recent-post {
  font-size: calc(18px - 2px);
}
.blog-sidebar .recent-post + .recent-post {
  margin-top: 24px;
}
.blog-sidebar .recent-post p {
  margin: 0;
  padding: 0;
  font-size: inherit;
}
.blog-sidebar .recent-post p.title {
  font-weight: 700;
}
.blog-sidebar .recent-post p.title a {
  color: inherit;
}
.blog-sidebar .recent-post .date {
  font-size: calc(0.823 * 18px);
  margin: 0 0 8px 0;
}

/* --------------------------------------
/*  Blog Cards
/* -------------------------------------*/
.blog-posts > .container > .row {
  margin: 0 -8px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-posts .blog-card {
  padding: 0;
  margin: 0 8px 16px;
  background: #EEEEEE;
}
.blog-posts .blog-card[class*="-4"] {
  width: calc((100 * 0.332%) - 16px);
}
.blog-posts .blog-card[class*="-3"] {
  width: calc((100 * 0.25%) - 16px);
}
.blog-posts .blog-card[class*="-6"] {
  width: calc((100 * 0.5%) - 16px);
}
@media (max-width: 991px) {
  .blog-posts .blog-card[class*=col-] {
    width: calc((100%) - 16px);
  }
}
.blog-posts .blog-card .blog-card-featured-image {
  padding-bottom: 50%;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.blog-posts .blog-card .blog-card-featured-image a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.blog-posts .blog-card .blog-card-featured-image a:hover, .blog-posts .blog-card .blog-card-featured-image a:focus, .blog-posts .blog-card .blog-card-featured-image a:active {
  opacity: 1;
}
.blog-posts .blog-card .blog-card-content {
  padding: 24px;
}
.blog-posts .blog-card .blog-card-content .blog-card-title h2 {
  font-family: "Raleway", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.125em;
}
.blog-posts .blog-card .blog-card-content .blog-card-title h2 a, .blog-posts .blog-card .blog-card-content .blog-card-title h2a {
  color: #028e8f;
}
.blog-posts .blog-card .blog-card-content .blog-card-title h2 a:hover, .blog-posts .blog-card .blog-card-content .blog-card-title h2 a:focus, .blog-posts .blog-card .blog-card-content .blog-card-title h2a:hover, .blog-posts .blog-card .blog-card-content .blog-card-title h2a:focus {
  text-decoration: underline;
  color: #015c5d;
}
@media (min-width: 400px) and (max-width: 1400px) {
  .blog-posts .blog-card .blog-card-content .blog-card-title h2 {
    font-size: calc( 1.125em + (21.328 - 18) * ( (100vw - 400px) / ( 1400 - 400) ));
  }
}
@media (min-width: 1400px) {
  .blog-posts .blog-card .blog-card-content .blog-card-title h2 {
    font-size: 1.333em;
  }
}
.blog-posts .blog-card .blog-card-content .blog-card-title h2 a {
  color: inherit;
}
.blog-posts .blog-card .blog-card-content .blog-card-title h2 a:hover, .blog-posts .blog-card .blog-card-content .blog-card-title h2 a:focus, .blog-posts .blog-card .blog-card-content .blog-card-title h2 a a, .blog-posts .blog-card .blog-card-content .blog-card-title h2 a a:hover, .blog-posts .blog-card .blog-card-content .blog-card-title h2 a a:focus {
  text-decoration: none;
}

/* --------------------------------------
/*  Share This
/* -------------------------------------*/
.share-buttons ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.share-buttons ul li {
  display: inline-block;
}
.share-buttons ul li a {
  font-weight: normal;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.share-buttons ul li a:hover, .share-buttons ul li a:focus, .share-buttons ul li a a, .share-buttons ul li a a:hover, .share-buttons ul li a a:focus {
  text-decoration: none;
}
.share-buttons .share-buttons-list {
  margin: 10px 0;
}
.share-buttons .share-buttons-list li + li {
  padding-left: 4px;
}
.share-buttons .share-buttons-list li a {
  display: block;
}
.share-buttons .share-buttons-list li a i {
  color: #9E9E9E;
  padding-right: 8px;
  font-size: calc(1.333 * 18px);
  vertical-align: top;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.share-buttons .share-buttons-list li a:hover i, .share-buttons .share-buttons-list li a:focus i, .share-buttons .share-buttons-list li a:active i {
  color: #212121;
}

.blog-main-content .share-buttons {
  margin-top: 32px;
}
.blog-main-content .share-buttons h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}

/* --------------------------------------
/*  Pagination
/* -------------------------------------*/
.pagination {
  font-size: calc(0.823 * 18px);
}
.pagination .page-numbers {
  min-width: 32px;
  min-height: 24px;
  border: 1px solid #F5F5F5;
  display: inline-block;
  text-align: center;
  padding: 8px;
}
.pagination .page-numbers.current {
  background: #F5F5F5;
}
.pagination a {
  color: inherit;
}
/* --------------------------------------
/*  Footer Blog
/* -------------------------------------*/
@media (max-width: 991px) {
  .footer-blog-posts {
    margin-top: 24px;
  }
}
.footer-blog-posts .footer-blog-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px;
}
.footer-blog-posts .footer-blog-post .image-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 60px;
  margin-right: 16px;
}
.footer-blog-posts .footer-blog-post .content-container p {
  margin: 0;
  padding: 0;
}
.footer-blog-posts .footer-blog-post .content-container p.heading {
  color: #fff;
  font-weight: 700;
}

/* --------------------------------------
/*  Nucleo Modal
/* -------------------------------------*/
.nucleo-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 16;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
.nucleo-modal-container.activated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nucleo-modal-container .nucleo-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}
.nucleo-modal-container .nucleo-modal-inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  background-color: #fff;
}
.nucleo-modal-container .nucleo-modal-inner .nucleo-modal-close-btn {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 15px;
  line-height: 1;
  font-size: 20px;
}
@media (max-width: 543px) {
  .nucleo-modal-container .nucleo-modal-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}

/* --------------------------------------
/*  Hero
/* -------------------------------------*/
.hero-section {
  background-size: cover;
  position: relative;
}
.hero-section[data-pos=center-top] {
  background-position: center top;
}
.hero-section[data-pos=center-center] {
  background-position: center center;
}
.hero-section[data-pos=center-bottom] {
  background-position: center bottom;
}
.hero-section[data-pos=left-top] {
  background-position: left top;
}
.hero-section[data-pos=left-center] {
  background-position: left center;
}
.hero-section[data-pos=left-bottom] {
  background-position: left bottom;
}
.hero-section[data-pos=right-top] {
  background-position: right top;
}
.hero-section[data-pos=right-center] {
  background-position: right center;
}
.hero-section[data-pos=right-bottom] {
  background-position: right bottom;
}
.hero-section:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.hero-section .container {
  position: relative;
  padding-bottom: 32.6%;
}
.hero-section .container.hero-contained {
  background-size: cover;
  width: 100%;
  padding-bottom: 620px;
  max-width: 1170px;
}
@media (max-width: 1170px) {
  .hero-section .container.hero-contained {
    padding-bottom: 52.9914529915%;
  }
}
@media (max-width: 991px) {
  .hero-section .blurb {
    display: none;
  }
}
.hero-section .inner {
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 80%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .hero-section .inner {
    display: none;
  }
}
.hero-section .inner h1, .hero-section .inner h2, .hero-section .inner h3,
.hero-section .inner h4, .hero-section .inner h5, .hero-section .inner h6,
.hero-section .inner p, .hero-section .inner a, .hero-section .inner span,
.hero-section .inner ul, .hero-section .inner ol, .hero-section .inner li,
.hero-section .inner input, .hero-section .inner button, .hero-section .inner label {
  color: #fff;
}
.hero-section .inner p {
  color: rgba(255, 255, 255, 0.9);
}
.hero-section .inner h1 {
  padding: 0;
  margin: 0;
}

/* --------------------------------------
/*  hero-section-mobile-title
/* -------------------------------------*/
.hero-section-mobile-title {
  display: none;
  padding: 24px 0;
  background: #EEEEEE;
}
.hero-section-mobile-title p {
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .hero-section-mobile-title {
    display: block;
  }
}

/* --------------------------------------
/*  Hero Section
/* -------------------------------------*/
.minimal-hero-section {
  background: #028e8f;
  padding: 32px 0;
}
.minimal-hero-section h1 {
  margin: 0;
  padding: 0;
  color: #fff;
}

.contact-us-section .contact-us-sidebar .contact-details {
  padding-left: 0;
  list-style: none;
}
.contact-us-section .contact-us-sidebar .contact-details li.item {
  border-top: 1px solid #ddd;
  padding: 24px 0;
}
.contact-us-section .contact-us-sidebar .contact-details li.item h5 {
  margin: 0 0 8px 0;
  text-transform: uppercase;
  font-weight: 700;
}
.contact-us-section .contact-us-sidebar .contact-details li.item .item-content {
  padding-left: 24px;
  position: relative;
}
.contact-us-section .contact-us-sidebar .contact-details li.item .item-content i {
  position: absolute;
  left: 0;
  top: 3px;
}

.products-cats-section .products-cats-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* --------------------------------------
/*  Product Cats Card (Products Page)
/* -------------------------------------*/
.product-cat-card {
  display: block;
  width: calc(100% / 2);
  padding: 15px;
  min-height: 400px;
}
@media (max-width: 543px) {
  .product-cat-card {
    width: 100%;
    min-height: 300px;
  }
}
.product-cat-card .product-cat-card-inner {
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: relative;
}
@media (max-width: 543px) {
  .product-cat-card .product-cat-card-inner {
    min-height: 300px;
  }
}
.product-cat-card .product-cat-card-inner .card-back {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #9E9E9E;
  min-height: 400px;
}
@media (max-width: 543px) {
  .product-cat-card .product-cat-card-inner .card-back {
    min-height: 300px;
  }
}
.product-cat-card .product-cat-card-inner .card-back a {
  display: block;
  width: 100%;
  height: 100%;
}
.product-cat-card .product-cat-card-inner .card-back .overlay {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.product-cat-card .product-cat-card-inner .card-back .overlay.is-hover {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.5;
}
.product-cat-card .product-cat-card-inner .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: #028e8f;
  padding: 14px 20px;
}
.product-cat-card .product-cat-card-inner .content .title h4 {
  margin: 0;
}
.product-cat-card .product-cat-card-inner .content .title h4 a {
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}
.product-cat-card .product-cat-card-inner .content .description {
  max-height: 0;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  overflow: hidden;
  max-width: calc(100% - 45px);
}
.product-cat-card .product-cat-card-inner .content .description.is-hover {
  padding-top: 16px;
  max-height: 400px;
  -webkit-transition: max-height 0.7s;
  -o-transition: max-height 0.7s;
  transition: max-height 0.7s;
}
.product-cat-card .product-cat-card-inner .content .description p {
  color: #fff;
  font-size: 14px;
}
.product-cat-card .product-cat-card-inner .content .arrow-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.product-cat-card .product-cat-card-inner .content .arrow-right a {
  display: block;
  padding: 15px 20px;
}
.product-cat-card .product-cat-card-inner .content .arrow-right a:hover, .product-cat-card .product-cat-card-inner .content .arrow-right a:focus, .product-cat-card .product-cat-card-inner .content .arrow-right a:active {
  background-color: #015c5d;
}
.product-cat-card .product-cat-card-inner .content .arrow-right a i {
  color: #fff;
}

/* --------------------------------------
/*  404 Page
    NB: See Landing Page for the header.

    - 404
      - Content
      - Form
        - Title
        - Search
        - Search Results
        - Footer


/* -------------------------------------*/
/* --------------------------------------
/*  404
/* -------------------------------------*/
body.error404 {
  background-image: url("../images/404/404-bg.jpg");
}
body.error404 .fourofour {
  padding: 0;
  margin: 30vh 0 0;
}
body.error404 .fourofour-inner-container h1 {
  font-family: "Raleway", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 16px;
  padding-top: 0;
  font-size: 1.424em;
  color: #fff;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
body.error404 .fourofour-inner-container h1 a, body.error404 .fourofour-inner-container h1a {
  color: #000;
}
body.error404 .fourofour-inner-container h1 a:hover, body.error404 .fourofour-inner-container h1 a:focus, body.error404 .fourofour-inner-container h1a:hover, body.error404 .fourofour-inner-container h1a:focus {
  text-decoration: underline;
  color: black;
}
@media (min-width: 400px) and (max-width: 1400px) {
  body.error404 .fourofour-inner-container h1 {
    font-size: calc( 1.424em + (37.904 - 22.784) * ( (100vw - 400px) / ( 1400 - 400) ));
  }
}
@media (min-width: 1400px) {
  body.error404 .fourofour-inner-container h1 {
    font-size: 2.369em;
  }
}
body.error404 .fourofour-inner-container small {
  color: rgba(255, 255, 255, 0.75);
  display: block;
  margin-bottom: 16px;
}
body.error404 .fourofour-inner-container p {
  color: #fff;
}
body.error404 .fourofour-search-container {
  opacity: 0;
  background: #028e8f;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  padding: 32px;
}
@media (max-width: 991px) {
  body.error404 .fourofour-search-container {
    margin: 24px 0;
    height: auto !important;
  }
}
body.error404 .fourofour-search-container.active {
  opacity: 1;
}
body.error404 .fourofour-search-container .fourofour-search-title {
  font-family: "Raleway", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.125em;
  color: #fff;
  margin-bottom: 16px;
}
body.error404 .fourofour-search-container .fourofour-search-title a, body.error404 .fourofour-search-container .fourofour-search-titlea {
  color: #028e8f;
}
body.error404 .fourofour-search-container .fourofour-search-title a:hover, body.error404 .fourofour-search-container .fourofour-search-title a:focus, body.error404 .fourofour-search-container .fourofour-search-titlea:hover, body.error404 .fourofour-search-container .fourofour-search-titlea:focus {
  text-decoration: underline;
  color: #015c5d;
}
@media (min-width: 400px) and (max-width: 1400px) {
  body.error404 .fourofour-search-container .fourofour-search-title {
    font-size: calc( 1.125em + (21.328 - 18) * ( (100vw - 400px) / ( 1400 - 400) ));
  }
}
@media (min-width: 1400px) {
  body.error404 .fourofour-search-container .fourofour-search-title {
    font-size: 1.333em;
  }
}
body.error404 .fourofour-search-container .search-container {
  margin-bottom: 8px;
}
body.error404 .fourofour-search-container .search-container .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.error404 .fourofour-search-container .search-container .input-group input.search-input {
  font-size: calc(0.823 * 18px);
  padding: 16px;
  border: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  border-radius: 0;
  -webkit-appearance: none;
  outline: 0 none;
}
body.error404 .fourofour-search-container .search-container .input-group .search-submit {
  border-radius: 0;
  background: #015c5d;
  border-color: #015c5d;
}
body.error404 .fourofour-search-container .search-container .input-group .search-submit i {
  color: #fff;
}
body.error404 .search-results a {
  display: block;
  background: rgba(255, 255, 255, 0.5);
  padding: 16px 32px 16px 16px;
  margin-bottom: 4px;
  color: #000;
  font-size: calc(18px - 2px);
  position: relative;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
body.error404 .search-results a:after {
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  line-height: 1;
  top: 50%;
  right: 8px;
  -webkit-transform: translate(0, -49%);
      -ms-transform: translate(0, -49%);
          transform: translate(0, -49%);
  color: #015c5d;
}
body.error404 .search-results a:hover, body.error404 .search-results a:focus, body.error404 .search-results a:active {
  background: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
body.error404 .footer-cta-section, body.error404 .footer-top {
  display: none;
}
body.error404 .footer-bottom .copyright-information {
  padding: 0;
}

/* --------------------------------------
/*  Products Page
/* -------------------------------------*/
.accessories-section h3, .accessories-section h4, .accessories-section h5 {
  margin: 16px 0;
}
.accessories-section .accessories-section-inner {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.accessories-section .accessories-section-inner .accessory-card {
  height: 230px;
  width: calc((100% / 4) - 30px);
  margin: 15px;
  position: relative;
  display: inline-block;
}
@media (max-width: 991px) {
  .accessories-section .accessories-section-inner .accessory-card {
    height: 300px;
    width: calc((100% / 3) - 30px);
  }
}
@media (max-width: 767px) {
  .accessories-section .accessories-section-inner .accessory-card {
    width: calc((100% / 2) - 30px);
  }
}
@media (max-width: 543px) {
  .accessories-section .accessories-section-inner .accessory-card {
    width: calc(100% - 30px);
  }
}
.accessories-section .accessories-section-inner .accessory-card .add-to-quote-card {
  height: 100%;
}
.accessories-section .accessories-section-inner .accessory-card .add-to-quote-card .card-back {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.accessories-section .accessories-section-inner .accessory-card .add-to-quote-card .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #424242;
  padding: 15px;
  z-index: 2;
  min-height: 52px;
}
.accessories-section .accessories-section-inner .accessory-card .add-to-quote-card .card-content h5 {
  color: #fff;
  margin-bottom: 0px;
  margin-top: 0;
  padding-right: 45px;
  line-height: 1.8;
}
.accessories-section .accessories-section-inner .accessory-card .add-to-quote-card .card-content .add-to-quote-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 52px;
  width: 52px;
  display: block;
  background-color: #A72438;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.accessories-section .accessories-section-inner .accessory-card .add-to-quote-card .card-content .add-to-quote-btn:hover, .accessories-section .accessories-section-inner .accessory-card .add-to-quote-card .card-content .add-to-quote-btn:active {
  background-color: #8b1e2f;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.accessories-section .accessories-section-inner .accessory-card .add-to-quote-card .card-content .add-to-quote-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 16px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  -webkit-transition: font-size 0.3s;
  -o-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.accessories-section .accessories-section-inner .accessory-card .add-to-quote-card .card-content .add-to-quote-btn i.fa-check {
  font-size: 0px;
}
.accessories-section .accessories-section-inner .accessory-card .add-to-quote-card .card-content .add-to-quote-btn.ticked {
  background-color: #6EA943;
}
.accessories-section .accessories-section-inner .accessory-card .add-to-quote-card .card-content .add-to-quote-btn.ticked i.fa.fa-plus {
  font-size: 0px;
  -webkit-transition: font-size 0.3s;
  -o-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.accessories-section .accessories-section-inner .accessory-card .add-to-quote-card .card-content .add-to-quote-btn.ticked i.fa.fa-check {
  font-size: 16px;
  -webkit-transition: font-size 0.3s;
  -o-transition: font-size 0.3s;
  transition: font-size 0.3s;
}

.products-quote-form-section .btn-wrap {
  padding-left: 5px;
  padding-top: 32px;
}

/* --------------------------------------
/*  Landing Page
/* -------------------------------------*/
body.page-template-template-landing-page, body.error404 {
  /* --------------------------------------
  /*  Header
  /* -------------------------------------*/
  /* --------------------------------------
  /*  Hero
  /* -------------------------------------*/
}
body.page-template-template-landing-page .header-section .header-top-section, body.error404 .header-section .header-top-section {
  display: none;
}
body.page-template-template-landing-page #sticky-header-placeholder, body.page-template-template-landing-page #sticky-header-placeholder.past-pl-bottom, body.error404 #sticky-header-placeholder, body.error404 #sticky-header-placeholder.past-pl-bottom {
  display: none;
}
body.page-template-template-landing-page .header-main-section.sticky-header, body.error404 .header-main-section.sticky-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.page-template-template-landing-page .header-main-section.sticky-header .header-section-main-container, body.error404 .header-main-section.sticky-header .header-section-main-container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body.page-template-template-landing-page .header-main-section.sticky-header .navigation-section, body.error404 .header-main-section.sticky-header .navigation-section {
  display: none;
}
body.page-template-template-landing-page .header-main-section.sticky-header .logo a, body.error404 .header-main-section.sticky-header .logo a {
  display: inline-block;
  padding: 8px 16px;
  -webkit-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.13);
          box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.13);
  background: #fff;
}
body.page-template-template-landing-page .header-main-section.sticky-header.past-pl-bottom, body.error404 .header-main-section.sticky-header.past-pl-bottom {
  top: -100%;
  -webkit-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.13);
          box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.13);
  background: #fff;
}
body.page-template-template-landing-page .header-main-section.sticky-header.past-pl-bottom .navigation-section, body.error404 .header-main-section.sticky-header.past-pl-bottom .navigation-section {
  display: block;
}
body.page-template-template-landing-page .header-main-section.sticky-header.past-pl-bottom .header-section-main-container, body.error404 .header-main-section.sticky-header.past-pl-bottom .header-section-main-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Resetting */
}
body.page-template-template-landing-page .header-main-section.sticky-header.past-pl-bottom .logo a, body.error404 .header-main-section.sticky-header.past-pl-bottom .logo a {
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  /* Resetting */
}
body.page-template-template-landing-page .header-main-section.sticky-header.sticky.shrunk.going-down, body.error404 .header-main-section.sticky-header.sticky.shrunk.going-down {
  position: fixed;
  top: 0;
}
body.page-template-template-landing-page .hero-section .container .inner, body.error404 .hero-section .container .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  left: 10%;
}
body.page-template-template-landing-page .hero-section .container .inner h1, body.error404 .hero-section .container .inner h1 {
  margin-top: 24px;
  padding-bottom: 16px;
}

/* --------------------------------------
/*  Contact Us Page
/* -------------------------------------*/
.contact-us-page-map-section {
  background-color: #028e8f;
}
.contact-us-page-map-section .title h2 {
  color: #fff;
  margin: 32px 0;
}

/* --------------------------------------
/*  Helpers
/* -------------------------------------- */
.image-section.subpage-image {
  margin-bottom: 15px;
}

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

.google-map {
  min-height: 300px;
  height: 400px;
}

.padding-section {
  padding: 48px 0;
}

.no-padding {
  padding: 0;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.no-padding-right {
  padding-right: 0;
}

.margin-section {
  margin: 48px 0;
}

.no-margin {
  margin: 0;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-left {
  margin-left: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-margin-right {
  margin-right: 0;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=main.css.map */