/* base css */
:root {
  font-size: 10px;
}

html, body {
  height: 100%;
}

body {
  color: #222222;
  font-size: 10px;
  line-height: 1.6;
  position: relative;
  font-family: karlaregular, sans-serif;
  background: #222222;
}

b, strong {
  font-family: karlabold, sans-serif;
  font-weight: normal;
}

a,
button,
p,
span,
li {
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
}

p a,
p span,
a i,
a span,
li span,
li a {
  font-size: 1em;
}

a {
  color: #ed353a;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

a:hover,
a:active,
a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}

p {
  margin-bottom: 2rem;
  letter-spacing: 0.05rem;
}

p:last-of-type,
p:last-child {
  margin-bottom: 0;
}

hr {
  margin: 5rem 0;
  border: 0;
  border-top: 1px solid #e8e7e7;
}

/* lists */
ul {
  margin: 0 0 3rem;
  padding: 0 0 0 1.7rem;
}

/* images */
.img-fluid {
  border-radius: 0.3rem;
}

/* emoji */
.emoji {
  font-size: 2rem;
  display: inline-block;
  line-height: 1;
}

/* table */
table td,
.table td {
  padding: 1rem 2rem;
}

table ul,
.table ul {
  margin-top: 1.5rem;
}

/* headings */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 2rem;
  line-height: 1.4;
  font-weight: normal;
  font-family: poppinsmedium, sans-serif;
  color: #ed353a;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  font-size: 1em;
  color: inherit;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
  margin-top: 0;
}

h1, .h1 {
  font-size: 3.6rem;
}

h2, .h2 {
  font-size: 3.2rem;
}

h3, .h3 {
  font-size: 2.8rem;
}

h4, .h4 {
  font-size: 2.4rem;
}

h5, .h5 {
  font-size: 2rem;
}

h6, .h6 {
  font-size: 1.8rem;
}

/* buttons */
.btn {
  font-size: 1.6rem;
  padding: 1.3rem 2rem;
  border-radius: 0.4rem;
  letter-spacing: 0.1rem;
  transition-duration: 0.3s;
  min-width: 15rem;
  font-family: 'poppinsregular', sans-serif;
}

.btn svg,
.btn svg.svg-inline--fa {
  vertical-align: middle;
  height: 2rem;
  width: 2rem;
  position: relative;
  top: -1px;
}

/* firefox button alignment fix ------------------- */
@-moz-document url-prefix() {
  .btn svg.svg-inline--fa {
    vertical-align: top;
    top: 0;
  }
}

.desktop-text {
  display: none;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.8rem 2rem;
  height: 3.5rem;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 2rem 3rem;
  height: 6rem;
  min-width: 20rem;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}

.btn-lg svg.svg-inline--fa,
.btn-group-lg > .btn svg.svg-inline--fa {
  height: 2.2rem;
  width: 2.2rem;
}

.button-group {
  margin-top: 2rem;
  margin-left: -0.8rem;
}

.button-group .btn {
  margin: 0.8rem;
}

.button-group.single-btn {
  margin-left: 0;
}

.button-group.mt5 {
  margin-top: 5rem;
}

/* with icon */
.with-icon-left svg {
  margin-right: 0.8rem;
}

.with-icon-right svg {
  margin-left: 0.8rem;
}

/* with icon hover */
.icon-hover-right svg {
  position: relative;
  left: 0;
  transition: left 0.2s ease-in-out;
}

.icon-hover-right:hover svg {
  left: 5px;
}

.icon-hover-left svg {
  position: relative;
  left: 0;
  transition: left 0.2s ease-in-out;
}

.icon-hover-left:hover svg {
  left: -5px;
}

@font-face {
  font-family: 'karlabold';
  src: url("../fonts/karla-bold-webfont.eot");
  src: url("../fonts/karla-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/karla-bold-webfont.woff2") format("woff2"), url("../fonts/karla-bold-webfont.woff") format("woff"), url("../fonts/karla-bold-webfont.ttf") format("truetype"), url("../fonts/karla-bold-webfont.svg#karlabold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'karlaregular';
  src: url("../fonts/karla-regular-webfont.eot");
  src: url("../fonts/karla-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/karla-regular-webfont.woff2") format("woff2"), url("../fonts/karla-regular-webfont.woff") format("woff"), url("../fonts/karla-regular-webfont.ttf") format("truetype"), url("../fonts/karla-regular-webfont.svg#karlaregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppinslight';
  src: url("../fonts/poppins-light-webfont.eot");
  src: url("../fonts/poppins-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-light-webfont.woff2") format("woff2"), url("../fonts/poppins-light-webfont.woff") format("woff"), url("../fonts/poppins-light-webfont.ttf") format("truetype"), url("../fonts/poppins-light-webfont.svg#poppinslight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppinsregular';
  src: url("../fonts/poppins-regular-webfont.eot");
  src: url("../fonts/poppins-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-regular-webfont.woff2") format("woff2"), url("../fonts/poppins-regular-webfont.woff") format("woff"), url("../fonts/poppins-regular-webfont.ttf") format("truetype"), url("../fonts/poppins-regular-webfont.svg#poppinsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppinsmedium';
  src: url("../fonts/poppins-medium-webfont.eot");
  src: url("../fonts/poppins-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-medium-webfont.woff2") format("woff2"), url("../fonts/poppins-medium-webfont.woff") format("woff"), url("../fonts/poppins-medium-webfont.ttf") format("truetype"), url("../fonts/poppins-medium-webfont.svg#poppinsmedium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppinssemibold';
  src: url("../fonts/poppins-semibold-webfont.eot");
  src: url("../fonts/poppins-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-semibold-webfont.woff2") format("woff2"), url("../fonts/poppins-semibold-webfont.woff") format("woff"), url("../fonts/poppins-semibold-webfont.ttf") format("truetype"), url("../fonts/poppins-semibold-webfont.svg#poppinssemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppinsbold';
  src: url("../fonts/poppins-bold-webfont.eot");
  src: url("../fonts/poppins-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-bold-webfont.woff2") format("woff2"), url("../fonts/poppins-bold-webfont.woff") format("woff"), url("../fonts/poppins-bold-webfont.ttf") format("truetype"), url("../fonts/poppins-bold-webfont.svg#poppinsbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* form css */
button[type='submit'] {
  font-family: 'poppinsmedium', sans-serif;
}

.form-group {
  margin-bottom: 2rem;
}

label {
  font-size: 1.4rem;
  letter-spacing: 0.02rem;
}

label .accent {
  font-style: normal;
  color: #ff0000;
  font-size: 1.8rem;
  font-family: 'poppinsmedium', sans-serif;
}

.form-check {
  padding-left: 2.5rem;
}

.form-check-input {
  height: 2rem;
  width: 2rem;
  margin-top: 0.2rem;
  margin-left: -2.5rem;
}

.form-check-label {
  font-size: 1.5rem;
}

.form-check-label a {
  font-size: 1em;
  white-space: nowrap;
}

.form-control {
  font-size: 1.6rem;
  height: 5rem;
  padding: 14px 18px 10px;
  border-radius: 0.4rem;
  color: #222222;
  letter-spacing: 0.05rem;
  font-family: 'poppinsregular', sans-serif;
}

.form-control::-webkit-input-placeholder {
  letter-spacing: 0.05rem;
  color: #6a767d;
  font-size: 1.5rem;
  font-family: 'poppinsregular', sans-serif;
}

.form-control::-moz-placeholder {
  letter-spacing: 0.05rem;
  color: #6a767d;
  font-size: 1.5rem;
  font-family: 'poppinsregular', sans-serif;
}

.form-control:-ms-input-placeholder {
  letter-spacing: 0.05rem;
  color: #6a767d;
  font-size: 1.5rem;
  font-family: 'poppinsregular', sans-serif;
}

.form-control:-moz-placeholder {
  letter-spacing: 0.05rem;
  color: #6a767d;
  font-size: 1.5rem;
  font-family: 'poppinsregular', sans-serif;
}

.form-control:focus {
  box-shadow: none;
  border-color: #ed353a;
  color: #222222;
}

.form-control.large {
  position: relative;
  padding: 1.5rem 2.5rem 1rem;
  height: 8rem;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.2rem;
}

.form-control.large::-webkit-input-placeholder {
  font-size: 1.8rem;
}

.form-control.large::-moz-placeholder {
  font-size: 1.8rem;
}

.form-control.large:-ms-input-placeholder {
  font-size: 1.8rem;
}

.form-control.large:-moz-placeholder {
  font-size: 1.8rem;
}

select.noValue {
  color: #6a767d;
  font-size: 1.5rem;
  font-family: 'poppinsregular', sans-serif;
}

select,
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 4rem;
  background: #ffffff url(../images/arrow-down.svg) right 15px top 55% no-repeat;
  background-size: 1.3rem;
}

.input-with-icon {
  position: relative;
}

.input-with-icon.icon-right input {
  padding-right: 5rem;
}

.input-with-icon.icon-right svg {
  height: 2rem;
  width: 2rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

/* header css */
.site-header {
  text-align: center;
  position: relative;
  z-index: 10;
}

.logo-container {
  position: relative;
  top: 4rem;
  border-radius: 0.1rem;
  background: #ffffff;
  padding: 2rem;
  display: inline-block;
}

.logo {
  height: 5.4rem;
  width: 7rem;
}

/* footer */
.form-footer {
  margin-top: 5rem;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-direction: column;
}

.footer-links a {
  font-size: 1.45rem;
  color: #212121;
  line-height: 1.4;
  letter-spacing: 0.03rem;
  font-family: 'poppinsregular', sans-serif;
  padding: 1rem;
}

.footer-links a:hover {
  color: #ed353a;
  border-color: #ed353a;
}

/* social */
.social {
  text-align: center;
  margin: 5rem 0 0;
}

.social .social-link {
  display: inline-block;
  padding: 1rem 1.4rem;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

.social .social-link svg {
  height: 2.8rem;
  width: 2.8rem;
}

.social .social-link:hover {
  opacity: 0.75;
}

.social .facebook {
  color: #3b5998;
}

.social .twitter {
  color: #1da1f2;
}

.social .youtube {
  color: #ff0000;
}

.social .instagram {
  color: #405de6;
}

.social .linkedin {
  color: #0077b5;
}

/* home hero */
.va-hero {
  position: relative;
  padding: 12rem 0;
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.va-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.va-hero .container {
  position: relative;
}

.va-hero-content h1 {
  color: #fff;
  font-size: 4rem;
  letter-spacing: 0.03rem;
  font-family: 'poppinssemibold', sans-serif;
}

.va-hero-content p {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.05rem;
}

.va-hero-content p strong {
  border-bottom: 1px solid #fff;
  white-space: nowrap;
}

/* form */
.va-form-container {
  position: relative;
  background: #fff;
  padding: 8rem 0 5rem;
  z-index: 5;
  border-radius: 0.1rem;
}

.va-form-header {
  margin-bottom: 4rem;
}

.va-form .button-container {
  margin-top: 4rem;
}

.local-y {
  position: relative;
}

.local-y-infos {
  border: 0.2rem solid #4CAF50;
  position: relative;
  border-radius: 0.3rem;
  padding: 2.3rem 2.2rem 2.2rem 11rem;
  margin-bottom: 1.5rem;
  margin: 1rem 0 2rem;
  background: rgba(76, 175, 80, 0.05);
  display: none;
}

.local-y-infos .icon {
  position: absolute;
  left: 3rem;
  top: 50%;
  transform: translateY(-50%);
  color: #4baf50;
}

.local-y-infos .icon svg {
  height: 7rem;
  width: 5rem;
}

.local-y-infobox {
  line-height: 1.4;
}

/* modal lighbox */
.text-modal .fancybox-content {
  border-radius: 2px;
  padding: 2rem;
}

.text-modal-infobox {
  display: none;
}

.terms-modal ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.terms-modal ol li {
  counter-increment: step-counter;
  font-size: 1.7rem;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 4rem;
}

.terms-modal ol li p {
  font-size: 1.7rem;
}

.terms-modal ol li::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.3rem;
  background-color: #ed353a;
  color: white;
  padding: 0.3rem;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
}

.privacy-modal table td {
  padding: 1rem 0.5rem;
}

.privacy-modal table p {
  font-size: 1.5rem;
}

/* thank you */
.thankyou {
  text-align: center;
}

.thankyou ul {
  list-style: none;
}

@media (min-width: 500px) {
  .va-hero {
    padding: 15rem 0;
  }
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .va-hero-content h1 {
    font-size: 5rem;
  }
  .footer-links {
    flex-direction: row;
  }
  .footer-links a {
    padding: 0;
    border-bottom: 0.1rem solid #212121;
  }
  /* thank you */
  .thankyou {
    padding: 2rem 5rem;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .va-hero {
    padding: 15rem 0 41rem;
    height: 73.4rem;
  }
  .va-form-container {
    padding: 5rem 5rem 4rem;
    max-width: 75rem;
    margin: -30rem auto 10rem;
  }
  /* modal lighbox */
  .text-modal .fancybox-content {
    max-width: 90rem;
    height: 90%;
    padding: 4.5rem;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1300px) {
  .accent-left,
  .accent-right {
    display: block;
  }
}

/* Extra extra large devices (large desktops, 1400px and up) */

h6.promotion-sub-heading {
    color: black;
}

.r-topmenu a.r-topmenu-phone{
    color: #201d1d;
    float: right;
    padding: 10px 0 8px;
}

.r-topmenu a.r-topmenu-phone:hover,
.r-topmenu a.r-topmenu-phone:hover .number{
    color: #ed353a;
}

.r-topmenu a.r-topmenu-phone .fa{
    font-size: 18px;
    vertical-align: middle;
    margin-right: 2px;
    position: relative;
    top: -1px;
}

.r-topmenu a.r-topmenu-phone .number{
    transition: color 0.3s ease-in-out;
}

@media(max-width: 374px){

    .r-topmenu a.r-topmenu-phone {
        height: 37px;
        width: 30px;
        position: relative;
        padding: 10px 15px 8px;
        margin: 0;
    }

    .r-topmenu a.r-topmenu-phone .fa{
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .r-topmenu a.r-topmenu-phone .number{
        display: none;
    }

    .r-topmenu a.r-topmenu-phone .fa{
        font-size: 20px;
    }
}

/* Fixes - Google Search Console - Mobile Usability Issue - Content wider than screen */
.page-template-container img{
    height: auto !important;
    max-width: 100%;
}

.page-template-container .page-content p{
    word-wrap: break-word;
}

.page-template-container div:not(.videoEmbed) > iframe{
    width: 100%;
    height: 300px;
}

@media (min-width: 600px){

    .page-template-container div:not(.videoEmbed) > iframe{
        width: 100%;
        height: 350px;
    }
}

@media (min-width: 700px){

    .page-template-container div:not(.videoEmbed) > iframe{
        height: 400px;
    }
}

@media (min-width: 700px){

    .page-template-container div:not(.videoEmbed) > iframe{
        height: 500px;
    }
}