*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Proxima Nova", sans-serif;
  font-size: 1.4rem;
  line-height: 1.9rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}

@media (min-width: 1199px) {
  body {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
ol,
ul,
dl {
  margin: 0;
  padding: 0;
}

main,
li {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
}

strong {
  font-weight: 700;
}

a,
button {
  color: inherit;
  transition: 0.3s;
}

a {
  text-decoration: none;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  overflow: visible;
  padding: 0;
}

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

:focus {
  outline: 0;
}

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

dt,
dd {
  display: block;
  margin: 0;
  padding: 0;
}

input,
select,
textarea {
  border-radius: 0;
}

[type='search'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

b, .bold {
  font-weight: 700;
}

h1 {
  color: #002551;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3.5rem;
    line-height: 5.5rem;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 5.5rem;
    line-height: 7.5rem;
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 1199px) {
  h1 {
    font-size: 6.8rem;
    line-height: 8.3rem;
  }
}

h2 {
  color: #002551;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 3rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  h2 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}

@media (min-width: 992px) {
  h2 {
    font-size: 3.8rem;
    line-height: 5rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1199px) {
  h2 {
    font-size: 4.8rem;
    line-height: 6rem;
  }
}

.dark-bg h2 {
  color: #ffffff;
}

h2.small {
  font-size: 2rem;
  line-height: 3.6rem;
}

@media (min-width: 768px) {
  h2.small {
    font-size: 2.8rem;
    line-height: 4.4rem;
  }
}

@media (min-width: 992px) {
  h2.small {
    font-size: 3.3rem;
    line-height: 5.3rem;
  }
}

@media (min-width: 1199px) {
  h2.small {
    font-size: 4.3rem;
    line-height: 7.3rem;
  }
}

h3 {
  font-family: "Proxima Nova", sans-serif;
  font-size: 1.7rem;
  line-height: 2rem;
  color: #636363;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.9rem;
    line-height: 2.2rem;
  }
}

@media (min-width: 992px) {
  h3 {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
}

h4 {
  font-size: 1.8rem;
  line-height: 2rem;
  color: #636363;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  h4 {
    font-size: 2.2rem;
    line-height: 2.4rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1199px) {
  h4 {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
}

.dark-bg h4 {
  color: #ffffff;
}

h5 {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #636363;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  h5 {
    font-size: 1.8rem;
    line-height: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1199px) {
  h5 {
    font-size: 2.2rem;
    line-height: 2.8rem;
    margin-bottom: 4rem;
  }
}

h6 {
  color: #ed4b4b;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  h6 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 2rem;
  }
}

p {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #636363;
  line-height: 1.9rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  p {
    font-size: 1.7rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
  }
}

.dark-bg p {
  color: #ffffff;
}

ul {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
  list-style: none;
  position: relative;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  color: #636363;
  font-size: 1.5rem;
  line-height: 2.3rem;
  padding: 0 0 0 2.2rem;
  margin: 0 0 1rem;
}

@media (min-width: 768px) {
  ul li {
    font-size: 1.6rem;
    line-height: 2.5rem;
    margin: 0 0 1.3rem;
  }
}

@media (min-width: 992px) {
  ul li {
    font-size: 1.7rem;
    line-height: 2.9rem;
  }
}

ul.with-arv li:before {
  content: ' ';
  background: url(../images/li-arv.png) no-repeat scroll center;
  width: 6px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 7.5px;
}

@media (min-width: 768px) {
  ul.with-arv li:before {
    top: 8.5px;
  }
}

@media (min-width: 992px) {
  ul.with-arv li:before {
    top: 10.5px;
  }
}

ul.with-check li {
  line-height: 1.9rem;
  padding: 0 0 0 3.2rem;
}

@media (min-width: 768px) {
  ul.with-check li {
    line-height: 2.1rem;
  }
}

@media (min-width: 992px) {
  ul.with-check li {
    line-height: 2.3rem;
  }
}

ul.with-check li:before {
  content: ' ';
  background: url(../images/li-check.png) no-repeat scroll center;
  width: 20px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 2.5px;
}

@media (min-width: 768px) {
  ul.with-check li:before {
    top: 3.5px;
  }
}

@media (min-width: 992px) {
  ul.with-check li:before {
    top: 4.5px;
  }
}

.dark-bg ul.with-check li {
  color: #ffffff;
}

body {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #ffffff;
}

img {
  max-width: 100%;
}

section {
  overflow: hidden;
}

.btn,
.woocommerce div.product form.cart .button,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
input[type="submit"] {
  cursor: pointer;
  padding: 4px 25px;
  font-size: 1.4rem;
  line-height: 2.6rem;
  color: #ffffff;
  background: #ed4b4b;
  border: 1px solid #ed4b4b;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 600;
  letter-spacing: 0.6px;
  border-radius: 3px;
  display: inline-block;
  box-sizing: border-box;
  text-transform: uppercase;
  transition: all 300ms linear;
}

@media (min-width: 768px) {
  .btn,
  .woocommerce div.product form.cart .button,
  .woocommerce .cart .button,
  .woocommerce .cart input.button,
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  input[type="submit"] {
    line-height: 4rem;
  }
}

@media (min-width: 1199px) {
  .btn,
  .woocommerce div.product form.cart .button,
  .woocommerce .cart .button,
  .woocommerce .cart input.button,
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  input[type="submit"] {
    padding: 4px 40px;
    line-height: 5rem;
  }
}

.btn:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
input[type="submit"]:hover {
  background: transparent;
  border-color: #000000;
  color: #000000;
}

.btn.blue,
.woocommerce div.product form.cart .button.blue,
.woocommerce .cart .button.blue,
.woocommerce .cart input.button.blue,
.woocommerce #respond input#submit.blue,
.woocommerce a.button.blue,
.woocommerce button.button.blue,
.woocommerce input.button.blue,
input[type="submit"].blue {
  background: #002551;
  border-color: #002551;
}

.btn.blue:hover,
.woocommerce div.product form.cart .button.blue:hover,
.woocommerce .cart .button.blue:hover,
.woocommerce .cart input.button.blue:hover,
.woocommerce #respond input#submit.blue:hover,
.woocommerce a.button.blue:hover,
.woocommerce button.button.blue:hover,
.woocommerce input.button.blue:hover,
input[type="submit"].blue:hover {
  background: transparent;
  border-color: #000000;
  color: #000000;
}

.blue {
  color: #002551;
}

.text-center {
  text-align: center;
}

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

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

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

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="date"],
select,
textarea {
  width: 100%;
  max-width: 100%;
  height: 36px;
  border: none;
  padding: 5px 15px;
  margin-bottom: 20px;
  border-radius: 3px;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  color: #717171;
  background: #ffffff;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="number"],
  input[type="tel"],
  input[type="date"],
  select,
  textarea {
    height: 50px;
    padding: 5px 18px;
    font-size: 1.6rem;
    line-height: 3rem;
  }
}

@media (min-width: 1199px) {
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="number"],
  input[type="tel"],
  input[type="date"],
  select,
  textarea {
    height: 60px;
  }
}

select {
  background: url(../images/select-arv.png) no-repeat scroll right center, #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 35px;
}

textarea {
  min-height: 170px;
}

.pink {
  color: #ed4b4b;
}

.wpcf7 form .wpcf7-response-output {
  position: relative;
  padding: .75rem 1.25rem !important;
  margin: 1rem 0 1rem !important;
  border: 1px solid transparent !important;
  border-radius: .25rem !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color: #721c24;
  background-color: #fff3cd;
  border-color: #f5c6cb !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb !important;
}

.wpcf7-not-valid {
  border: 1px solid #ffffff !important;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #717171;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #717171;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #717171;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #717171;
}

#wpadminbar + .header {
  margin-top: 32px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 555;
  padding: 10px 0;
  transition: all 300ms linear;
}

.header.sticky {
  background: #ffffff;
}

.header__logo {
  float: left;
  max-width: 100%;
  height: 65px;
  position: relative;
  z-index: 5;
}

@media (min-width: 992px) {
  .header__logo {
    height: 87px;
    top: 0;
  }
}

.header__burger {
  display: block;
  padding: 5px 7px;
  width: 44px;
  background: #ed4b4b;
  float: right;
  border-radius: 3px;
  position: fixed;
  right: 15px;
  top: 32.5px;
}

.header__burger div {
  height: 3px;
  margin: 4px 0;
  background: #ffffff;
}

@media (min-width: 992px) {
  .header__burger {
    display: none;
  }
}

.header .header__menu-cont.active .header__burger div:first-child {
  transform: rotate(45deg);
  top: 6px;
  position: relative;
  left: -1px;
  width: 30px;
}

.header .header__menu-cont.active .header__nav {
  display: block;
}

.header .header__menu-cont.active .header__burger div:nth-child(2) {
  opacity: 0;
}

.header .header__menu-cont.active .header__burger div:last-child {
  position: relative;
  transform: rotate(140deg);
  top: -8px;
  right: 1px;
  width: 30px;
}

.header .header__menu-cont.active .header__burger {
  position: fixed;
  z-index: 999;
  margin: 0;
  background: #ed4b4b;
}

.header .header__menu-cont.active .header__nav .menu {
  padding: 140px 15px 20px;
  position: fixed;
  left: 0;
  width: 100%;
  right: 0;
  height: 100vh;
  overflow: hidden;
  text-align: center;
  top: 0;
  max-height: 100%;
}

.header__nav {
  float: right;
  clear: both;
  margin: 0;
  padding: 0px 15px 20px;
  list-style: none;
  list-style-type: none;
  display: none;
  position: fixed;
  width: 100vw;
  overflow: auto;
  right: 0;
  top: 0;
}

@media (min-width: 992px) {
  .header__nav {
    float: right;
    background: none;
    position: static;
    display: block !important;
    padding: 0;
    width: auto;
    overflow: visible;
  }
}

.header__nav .menu {
  float: right;
  clear: both;
  margin: 0;
  padding: 60px 15px 20px;
  list-style: none;
  list-style-type: none;
  display: none;
  position: fixed;
  background: #ffffff;
  width: 100vw;
  overflow: auto;
  right: 0;
  top: 0;
}

@media (min-width: 992px) {
  .header__nav .menu {
    float: right;
    background: none;
    position: static;
    display: block !important;
    padding: 0;
    width: auto;
    overflow: visible;
  }
}

.header__nav .menu-item {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #002551;
  width: 100%;
  font-size: 18px;
  list-style-type: none;
  position: relative;
  border-radius: 3px;
}

@media (min-width: 992px) {
  .header__nav .menu-item {
    padding: 0 10px;
    width: auto;
  }
}

@media (min-width: 1199px) {
  .header__nav .menu-item {
    padding: 0 20px;
  }
}

.header__nav .menu-item:last-child {
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 0;
}

@media (min-width: 768px) {
  .header__nav .menu-item:last-child {
    padding-left: 20px;
  }
}

@media (min-width: 1199px) {
  .header__nav .menu-item:last-child {
    padding-left: 50px;
  }
}

.header__nav .menu-item:last-child a {
  width: auto;
  background: #ed4b4b;
  color: #ffffff;
  font-size: 15px;
  border: 1px solid #ffffff;
  transition: all 300ms linear;
  border-radius: 3px;
  padding: 5px 20px;
  margin-top: 15px;
}

@media (min-width: 992px) {
  .header__nav .menu-item:last-child a {
    padding: 10px 20px;
    border: 1px solid #ed4b4b;
    background: #ed4b4b;
    color: #ffffff;
    margin-top: 0px;
  }
}

.header__nav .menu-item:last-child:hover {
  background: transparent;
  border-color: #000000;
}

.header__nav .menu-item:last-child:hover a {
  color: #002551;
  background-color: transparent;
  border-color: #002551;
}

.header__nav .menu-item:last-child:hover a:before {
  width: 0;
}

@media (min-width: 992px) {
  .header__nav .menu-item:hover > .sub-menu {
    display: block;
  }
}

.header__nav .menu-item a {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  color: #002551;
  font-size: 2.6rem;
  font-weight: 700;
  display: inline-block;
  line-height: 32px;
  margin-bottom: 20px;
  padding: 5px 15px;
  text-transform: uppercase;
  width: 100%;
  position: relative;
}

@media (min-width: 992px) {
  .header__nav .menu-item a {
    width: auto;
    padding: 10px 0px;
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 22px;
  }
}

.header__nav .menu-item a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #002551;
  transition: all 300ms linear;
}

.header__nav .menu-item a:hover:before {
  width: 100%;
}

.header__nav .menu-item .sub-menu {
  display: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 992px) {
  .header__nav .menu-item .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    padding: 0;
    background: #ed4b4b;
  }
}

.header__nav .menu-item .sub-menu .menu-item {
  padding: 0;
  width: 100%;
  margin-bottom: 0;
  border-radius: 0;
  margin-right: 0;
  border-bottom: 1px solid #ffffff;
}

.header__nav .menu-item .sub-menu .menu-item:last-child {
  border-bottom: 0;
  background: none;
  border: none;
}

.header__nav .menu-item .sub-menu .menu-item:last-child a {
  color: #ffffff;
}

.header__nav .menu-item .sub-menu .menu-item:hover {
  background: none;
}

.header__nav .menu-item .sub-menu .menu-item a {
  width: 100%;
  display: inline-block;
  padding: 5px 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.header__nav .menu-item .sub-menu .menu-item a:hover {
  color: #ed4b4b;
}

.header__nav .menu-item .sub-menu .menu-item a:hover::before {
  width: 0;
}

