/*
$brand-color-1: #1d1d1d;
$brand-color-2: #fefefe;
$brand-color-3: #0398C9;
$brand-color-4: #00475f;
$brand-color-5: #04bdfa;
$brand-color-6: #9ee3fa;
$brand-color-7: #f3eae2;
*/
/*
    @font-face {
    font-family: 'Minion Pro Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Minion Pro Italic'), url('../webfonts/MinionPro-It.woff') format('woff');
    font-display: swap
    }


    @font-face {
    font-family: 'Minion Pro Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Minion Pro Medium'), url('../webfonts/MinionPro-Medium.woff') format('woff');
    font-display: swap    
    }


    @font-face {
    font-family: 'Minion Pro Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Minion Pro Medium Italic'), url('../webfonts/MinionPro-MediumIt.woff') format('woff');
    font-display: swap
    }


    @font-face {
    font-family: 'Minion Pro Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('Minion Pro Semibold'), url('../webfonts/MinionPro-Semibold.woff') format('woff');
    font-display: swap
    }


    @font-face {
    font-family: 'Minion Pro Semibold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Minion Pro Semibold Italic'), url('../webfonts/MinionPro-SemiboldIt.woff') format('woff');
    font-display: swap
    }


    @font-face {
    font-family: 'Minion Pro Bold Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Minion Pro Bold Condensed'), url('../webfonts/MinionPro-BoldCn.woff') format('woff');
    font-display: swap
    }


    @font-face {
    font-family: 'Minion Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Minion Pro Bold'), url('../webfonts/MinionPro-Bold.woff') format('woff');
    font-display: swap
    }


    @font-face {
    font-family: 'Minion Pro Bold Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Minion Pro Bold Condensed Italic'), url('../webfonts/MinionPro-BoldCnIt.woff') format('woff');
    font-display: swap
    }


    @font-face {
    font-family: 'Minion Pro Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Minion Pro Bold Italic'), url('../webfonts/MinionPro-BoldIt.woff') format('woff');
    font-display: swap
    }
*/
/* Sass variables for media queries */
/* Extra small mobile in portrait 320px - 480px */
/* This is specifically for targeting image formats at PageSpeed */
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
$brand-color-1: #1d1d1d;
$brand-color-2: #fefefe;
$brand-color-3: #0398C9;
$brand-color-4: #00475f;
$brand-color-5: #04bdfa;
$brand-color-6: #9ee3fa;
$brand-color-7: #f3eae2;
*/
/* Forms */
form {
  margin: 0 auto 40px;
}

.form-item {
  margin: 0 0 15px;
}

.js-form-type-item {
  text-align: center;
}

label {
  display: block;
  font-weight: normal;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
select,
textarea {
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -mox-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 7px;
  width: 100%;
  max-width: calc(100% - 14px);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
html[data-theme=light] input[type=text],
html[data-theme=light] input[type=password],
html[data-theme=light] input[type=email],
html[data-theme=light] input[type=number],
html[data-theme=light] input[type=tel],
html[data-theme=light] select,
html[data-theme=light] textarea {
  background-color: #ffffff;
  color: #333333;
}
html[data-theme=dark] input[type=text],
html[data-theme=dark] input[type=password],
html[data-theme=dark] input[type=email],
html[data-theme=dark] input[type=number],
html[data-theme=dark] input[type=tel],
html[data-theme=dark] select,
html[data-theme=dark] textarea {
  background-color: #333333;
  color: #ffffff;
}

a.button,
a.link--previous,
.button a,
button,
input[type=submit] {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 11px 20px;
  font-weight: 500;
  line-height: 18px;
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
  text-decoration: none;
}
html[data-theme=light] a.button,
html[data-theme=light] a.link--previous,
html[data-theme=light] .button a,
html[data-theme=light] button,
html[data-theme=light] input[type=submit] {
  background-color: #eeba5f;
  border: 1px solid #eeba5f;
  color: #1d1d1d;
}
html[data-theme=dark] a.button,
html[data-theme=dark] a.link--previous,
html[data-theme=dark] .button a,
html[data-theme=dark] button,
html[data-theme=dark] input[type=submit] {
  background-color: #fcd99c;
  border: 1px solid #fcd99c;
  color: #1d1d1d;
}
html[data-theme=light] a.button.button-reverse,
html[data-theme=light] a.link--previous.button-reverse,
html[data-theme=light] .button a.button-reverse,
html[data-theme=light] button.button-reverse,
html[data-theme=light] input[type=submit].button-reverse {
  background-color: #1d1d1d;
  border: 1px solid #1d1d1d;
  color: #eeba5f;
}
html[data-theme=dark] a.button.button-reverse,
html[data-theme=dark] a.link--previous.button-reverse,
html[data-theme=dark] .button a.button-reverse,
html[data-theme=dark] button.button-reverse,
html[data-theme=dark] input[type=submit].button-reverse {
  background-color: #1d1d1d;
  border: 1px solid #1d1d1d;
  color: #fcd99c;
}
a.button.button-transparent,
a.link--previous.button-transparent,
.button a.button-transparent,
button.button-transparent,
input[type=submit].button-transparent {
  background-color: transparent !important;
}
html[data-theme=light] a.button.button-transparent,
html[data-theme=light] a.link--previous.button-transparent,
html[data-theme=light] .button a.button-transparent,
html[data-theme=light] button.button-transparent,
html[data-theme=light] input[type=submit].button-transparent {
  border: 1px solid #eeba5f;
  color: #eeba5f;
}
html[data-theme=dark] a.button.button-transparent,
html[data-theme=dark] a.link--previous.button-transparent,
html[data-theme=dark] .button a.button-transparent,
html[data-theme=dark] button.button-transparent,
html[data-theme=dark] input[type=submit].button-transparent {
  border: 1px solid #fcd99c;
  color: #fcd99c;
}

a.button:focus,
a.button:active,
a.button:hover,
a.link--previous:hover,
.button a:hover,
.button a:focus,
.button a:active,
button:hover,
input[type=submit]:hover {
  text-decoration: none;
}
html[data-theme=light] a.button:focus,
html[data-theme=light] a.button:active,
html[data-theme=light] a.button:hover,
html[data-theme=light] a.link--previous:hover,
html[data-theme=light] .button a:hover,
html[data-theme=light] .button a:focus,
html[data-theme=light] .button a:active,
html[data-theme=light] button:hover,
html[data-theme=light] input[type=submit]:hover {
  background-color: #dddddd;
  border-color: #dddddd;
  color: #1d1d1d;
}
html[data-theme=dark] a.button:focus,
html[data-theme=dark] a.button:active,
html[data-theme=dark] a.button:hover,
html[data-theme=dark] a.link--previous:hover,
html[data-theme=dark] .button a:hover,
html[data-theme=dark] .button a:focus,
html[data-theme=dark] .button a:active,
html[data-theme=dark] button:hover,
html[data-theme=dark] input[type=submit]:hover {
  background-color: #1d1d1d;
  border-color: #fcd99c;
  color: #fcd99c;
}
html[data-theme=light] a.button:focus.button-reverse,
html[data-theme=light] a.button:active.button-reverse,
html[data-theme=light] a.button:hover.button-reverse,
html[data-theme=light] a.link--previous:hover.button-reverse,
html[data-theme=light] .button a:hover.button-reverse,
html[data-theme=light] .button a:focus.button-reverse,
html[data-theme=light] .button a:active.button-reverse,
html[data-theme=light] button:hover.button-reverse,
html[data-theme=light] input[type=submit]:hover.button-reverse {
  background-color: #eeba5f;
  border: 1px solid #eeba5f;
  color: #1d1d1d;
}
html[data-theme=dark] a.button:focus.button-reverse,
html[data-theme=dark] a.button:active.button-reverse,
html[data-theme=dark] a.button:hover.button-reverse,
html[data-theme=dark] a.link--previous:hover.button-reverse,
html[data-theme=dark] .button a:hover.button-reverse,
html[data-theme=dark] .button a:focus.button-reverse,
html[data-theme=dark] .button a:active.button-reverse,
html[data-theme=dark] button:hover.button-reverse,
html[data-theme=dark] input[type=submit]:hover.button-reverse {
  background-color: #fcd99c;
  border: 1px solid #fcd99c;
  color: #1d1d1d;
}
html[data-theme=light] a.button:focus.button-transparent,
html[data-theme=light] a.button:active.button-transparent,
html[data-theme=light] a.button:hover.button-transparent,
html[data-theme=light] a.link--previous:hover.button-transparent,
html[data-theme=light] .button a:hover.button-transparent,
html[data-theme=light] .button a:focus.button-transparent,
html[data-theme=light] .button a:active.button-transparent,
html[data-theme=light] button:hover.button-transparent,
html[data-theme=light] input[type=submit]:hover.button-transparent {
  background-color: #dddddd !important;
  border-color: #dddddd !important;
  color: #1d1d1d !important;
}
html[data-theme=dark] a.button:focus.button-transparent,
html[data-theme=dark] a.button:active.button-transparent,
html[data-theme=dark] a.button:hover.button-transparent,
html[data-theme=dark] a.link--previous:hover.button-transparent,
html[data-theme=dark] .button a:hover.button-transparent,
html[data-theme=dark] .button a:focus.button-transparent,
html[data-theme=dark] .button a:active.button-transparent,
html[data-theme=dark] button:hover.button-transparent,
html[data-theme=dark] input[type=submit]:hover.button-transparent {
  background-color: #1d1d1d !important;
  border-color: #fcd99c !important;
  color: #fcd99c !important;
}

a.button {
  display: inline-block;
}

.views-exposed-form {
  padding-bottom: 30px;
}
.views-exposed-form div,
.views-exposed-form label,
.views-exposed-form input[type=submit] {
  display: inline;
  margin-right: 15px;
  width: auto;
}
html[data-theme=light] .views-exposed-form {
  border-bottom: 1px #eeeeee;
}
html[data-theme=dark] .views-exposed-form {
  border-bottom: 1px #555555;
}

.subscribe {
  border: 10px solid #afd3ed;
  background-color: #e6e7e9;
  color: #224275;
  padding: 0px 10px;
}
.subscribe form {
  margin: 0;
}
.subscribe input {
  margin: 10px 0;
}
.subscribe input[type=submit] {
  background-color: #224275 !important;
  border-color: #224275 !important;
  color: #ffffff !important;
}
.subscribe input[type=submit]:hover {
  background-color: #e6e7e9 !important;
  border-color: #224275 !important;
  color: #224275 !important;
}
@media (min-width: 992px) {
  .subscribe {
    padding: 25px;
  }
  .subscribe .subscribe-bg {
    background: url() center center no-repeat;
    background-size: cover;
  }
}

.webform-submission-form {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.webform-submission-form .form-wrapper-center {
  max-width: calc(100vw - 60px);
}
.webform-submission-form #edit-actions {
  text-align: center;
}
.webform-submission-form .fieldset-wrapper label {
  display: inline;
}

/* End Forms */
/* Free quote */
.free-quote {
  z-index: 100;
  border: 10px solid #cccccc;
  background-color: #000000;
  color: #ffffff;
  position: relative;
  top: 60px;
  margin-top: -60px;
  padding-bottom: 40px;
}
.free-quote h1, .free-quote h2, .free-quote h3, .free-quote h4, .free-quote h5 {
  color: #ffffff;
}
.free-quote a {
  color: #555555 !important;
}
.paragraph--type--block .free-quote {
  top: 120px;
  margin-top: -120px;
}
@media (min-width: 1280px) {
  .free-quote {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .free-quote > div {
    background: url() center right no-repeat;
    background-size: contain;
  }
  .free-quote > div > div {
    background: url() center left no-repeat;
    background-size: contain;
  }
}

/* CTA block */
#block-base-theme-contactuscta {
  border: 7px solid #eeba5f;
  padding: 0 30px 20px;
  margin: 7vh 0;
}
#block-base-theme-contactuscta h2 {
  margin-bottom: 0;
}

/* CTA tab */
.cta-tab {
  z-index: 500;
  text-align: center;
}
.cta-tab p {
  margin: 0;
  color: #fff !important;
}
.cta-tab a {
  font-size: 20px !important;
  font-weight: 500;
  color: #fff !important;
  line-height: 2;
  text-decoration: none !important;
}
.cta-tab div {
  position: fixed;
  z-index: 10000;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #555555;
  color: #ffffff;
  padding: 0 20px;
  line-height: 40px;
}
@media (min-width: 578px) {
  .cta-tab div {
    transform-origin: bottom right;
    right: 0;
    bottom: 25%;
    left: auto;
    transform: rotate(-90deg) translateX(100%);
  }
}

.logos {
  padding: 40px 0;
}
.logos .owl-carousel .owl-item > div {
  padding: 20px 50px;
}
.logos img {
  max-width: 275px;
}

.blog-header-wrapper {
  margin: 0 calc(50% - 50vw);
  padding-bottom: 2vh;
}
.blog-header-wrapper .blog-header {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eeba5f;
  border-bottom: 1px solid #eeba5f;
  padding: 2vh 0;
  font-style: italic;
  font-size: 90%;
}

@font-face {
  font-family: "Minion Pro Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Minion Pro Regular"), url("../webfonts/MinionPro-Regular.woff") format("woff");
  font-display: swap;
}

/*# sourceMappingURL=deferred.css.map */
