@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
::selection {
  background-color: #e61839;
  color: #FFF; }

* {
  line-height: 1.5em; }

body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff; }

body {
  color: #222;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 300; }
  body.nav-open {
    overflow-y: hidden; }

.main-content {
  margin: 10px 0;
  display: block;
  padding-bottom: 10px; }

img, p img {
  height: auto;
  max-width: 100%;
  outline: none; }

br {
  font-size: 0;
  line-height: 0; }

a {
  color: #e61839;
  transition: color .2s, border-color .2s;
  outline: none; }
  a:hover {
    color: #414042;
    text-decoration: underline; }

p {
  margin: 10px; }
  p + .btn {
    margin-top: 27px; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute; }

.container {
  position: relative; }
  @media (min-width: 768px) {
    .nav-side .container {
      width: 100%; } }
  @media (min-width: 1033px) {
    .nav-side .container {
      width: 750px; } }
  @media (min-width: 1257px) {
    .nav-side .container {
      width: 970px; } }
  @media (min-width: 1465px) {
    .nav-side .container {
      width: 1170px; } }

@media (max-width: 991px) {
  .col-md-6 + .col-md-6,
  .col-md-5 + .col-md-5,
  .col-md-5 + .col-md-6,
  .col-md-5 + .col-md-7,
  .col-md-4 + .col-md-4,
  .col-md-3 + .col-md-3,
  .col-md-4 + .col-md-3 {
    margin-top: 30px; } }

h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-family: 'Roboto', sans-serif;
  margin: 20px 10px; }
  h1.heading, h2.heading, h3.heading, h4.heading, h5.heading, h6.heading {
    line-height: 1.3em;
    font-weight: 600;
    margin-top: 50px;
    text-transform: uppercase; }

.blog-posts h5 {
  padding: 5px; }

.element .row:first-of-type .heading {
  margin-top: 0; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 12px; }

h2.title {
  line-height: 1.03em;
  font-size: 42px;
  font-weight: 700; }
  @media (min-width: 768px) {
    h2.title {
      font-size: 48px; } }

h3.section-title, .statement h3 {
  font-size: 32px;
  line-height: 1.32em;
  text-shadow: 0 2px 2px #fff; }
  @media (min-width: 768px) {
    h3.section-title, .statement h3 {
      font-size: 36px; } }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="button"],
input[type="reset"],
textarea,
select {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #222;
  border-radius: 0;
  color: #222;
  max-width: 100%;
  outline: 0;
  padding: 8px 23px;
  transition: .2s border-color; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="button"]:focus,
  input[type="reset"]:focus,
  textarea:focus,
  select:focus {
    border-color: #e61839; }

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #e61839;
  border-radius: 0;
  color: #231f20;
  outline: 0;
  padding: 8px 23px;
  transition: .2s border-color; }
  input[type="submit"]:hover {
    background-color: #e61839; }

textarea {
  min-height: 98px; }

label {
  color: #e61839;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 10px;
  display: block; }

.site-footer label {
  color: #fff; }

/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.site {
  overflow: hidden;
  max-width: 100%;
  position: relative; }
  .nav-desktop.nav-open .site:after {
    height: 100%;
    opacity: .97;
    transition: opacity .4s; }
  @media (max-width: 991px) {
    .nav-desktop.nav-open .site:after {
      bottom: 0;
      opacity: .97;
      top: 0; } }
  .nav-open.nav-dark .site:after {
    opacity: 1; }
  .site:after {
    background-color: #eee;
    content: "";
    left: 0;
    height: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: 0 height ease-out 2s, .4s opacity ease-out 0;
    width: 100%;
    z-index: 100; }
  .page-spacing .site {
    padding-top: 75px; }
    @media (min-width: 992px) {
      .page-spacing .site {
        padding-top: 120px; } }

.site-header .nav-row {
  left: 0;
  height: 90px;
  padding-top: 5px;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s height, .4s padding;
  z-index: 102; }
  .nav-full-background .site-header .nav-row,
  .nav-sticky .site-header .nav-row,
  .nav-sticky.nav-scroll.nav-scroll-active .site-header .nav-row {
    background-color: rgba(255, 255, 255, 0.9); }
  .nav-sticky.nav-scroll.nav-scroll-active.nav-open .site-header .nav-row {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
  .nav-sticky.nav-scroll .site-header .nav-row {
    background: none;
    border: none; }
  .nav-sticky .site-header .nav-row {
    height: 75px;
    padding-top: 5px;
    position: fixed; }
    @media (min-width: 992px) {
      .nav-sticky .site-header .nav-row {
        height: 90px;
        padding-top: 2px; } }
  .nav-sticky.nav-scroll-active .site-header .nav-row {
    height: 65px;
    padding-top: 2px;
    background-color: rgba(255, 255, 255, 0.9); }
  @media (max-width: 991px) {
    .nav-desktop.nav-open .site-header .nav-row {
      background: none;
      border: none;
      position: fixed; } }

.site-header .site-logo {
  float: left;
  position: relative;
  transition: .8s all;
  z-index: 5; }
  .nav-sticky .site-header .site-logo img {
    height: 60px; }
    @media (min-width: 992px) {
      .nav-sticky .site-header .site-logo img {
        height: 75px; } }
    @media (max-width: 468px) {
      .nav-sticky .site-header .site-logo img {
        height: 60px; } }
  .nav-sticky.nav-scroll-active .site-header .site-logo img {
    height: 60px; }
    @media (max-width: 468px) {
      .nav-sticky.nav-scroll-active .site-header .site-logo img {
        height: 45px; } }
  .site-header .site-logo img {
    height: 60px; }
    @media (max-width: 468px) {
      .site-header .site-logo img {
        height: 60px; } }
  .site-header .site-logo img {
    transition: .2s opacity, height .4s, width .4s; }

.site-header .nav-toggle {
  background: none;
  border: none;
  height: 50px;
  float: right;
  outline: none;
  margin-right: -15px;
  padding: 10px 20px;
  position: relative;
  transition: opacity .2s;
  width: 74px;
  z-index: 5;
  color: #000; }
  .site-header .nav-toggle:hover {
    opacity: .8; }
  .nav-desktop .site-header .nav-toggle {
    display: block; }
    @media (min-width: 992px) {
      .nav-desktop .site-header .nav-toggle {
        display: none; } }
  @media (max-width: 991px) {
    .nav-desktop.nav-open .site-header .nav-toggle:before {
      content: "\00d7";
      color: #222;
      background-color: #eee;
      font-size: 60px;
      left: 50%;
      position: absolute;
      text-align: center;
      transform: translateX(-50%) translateY(-50%);
      top: 50%; } }

.site-header .nav-menu {
  transition: .5s all; }
  @media (max-width: 991px) {
    .nav-desktop.nav-open .site-header .nav-menu {
      bottom: 83px;
      left: 0;
      opacity: 0;
      overflow-y: auto;
      padding-bottom: 70px;
      padding-top: 130px;
      position: fixed;
      top: 100%;
      z-index: 101;
      width: 100%; } }
  .nav-desktop .site-header .nav-menu {
    display: none;
    z-index: auto !important; }
  @media (max-width: 991px) {
    .nav-desktop.nav-open .site-header .nav-menu {
      display: block;
      font-size: 18px;
      letter-spacing: 2px;
      opacity: 1;
      text-transform: uppercase;
      top: 0; }
      .nav-desktop.nav-open .site-header .nav-menu ul.inline li {
        display: block;
        list-style-type: none;
        padding: 0 0.5em; } }
  @media (min-width: 992px) {
    .nav-desktop.nav-sticky.nav-scroll-active .site-header .nav-menu > ul > li > a {
      padding-bottom: 35px;
      padding-top: 25px; }
    .nav-desktop.nav-sticky.nav-scroll-active .site-header .nav-menu > ul > li.menu-item-has-children-parent:before {
      margin-top: -9px; }
    .nav-desktop .site-header .nav-menu {
      display: block;
      float: right;
      font-size: 14px;
      font-weight: 300;
      font-family: 'Roboto', sans-serif;
      opacity: 1;
      padding-top: 0;
      position: static;
      text-transform: uppercase; }
      .nav-desktop .site-header .nav-menu .active > a {
        color: #e61839; }
      .nav-desktop .site-header .nav-menu a {
        color: #231f20;
        outline: none; }
        .nav-desktop .site-header .nav-menu a:hover {
          color: #e61839;
          text-decoration: none; }
      .nav-desktop .site-header .nav-menu > ul > li {
        float: left;
        margin-top: 0;
        padding: 0;
        position: relative; }
        .nav-desktop .site-header .nav-menu > ul > li a {
          display: block;
          padding: 35px 0 15px 0;
          transition: all .5s; }
        .nav-desktop .site-header .nav-menu > ul > li + li {
          margin-left: 15px; } }
  .site-header .nav-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
  .site-header .nav-menu li + li {
    margin-top: 18px; }
  .site-header .nav-menu a {
    color: #231f20;
    font-weight: 600;
    transition: color .2s; }
    .site-header .nav-menu a:hover {
      opacity: 0.8;
      text-decoration: none; }

.site-header + .element {
  margin-top: 75px; }
  @media (min-width: 992px) {
    .site-header + .element {
      margin-top: 60px; } }
  @media (max-width: 768px) {
    .site-header + .element {
      margin-top: 10px; } }

@media (min-width: 992px) {
  .site-header + .element-spacing {
    margin-top: 60px;
    padding-top: 50px; } }

.element-spacing {
  padding-bottom: 40px;
  padding-top: 40px; }
  @media (min-width: 768px) {
    .element-spacing {
      padding-bottom: 60px;
      padding-top: 60px; } }
  @media (max-width: 768px) {
    .element-spacing {
      padding-bottom: 0;
      padding-top: 40px; } }
  @media (min-width: 992px) {
    .element-spacing {
      padding-bottom: 40px;
      padding-top: 50px; } }

@media (min-width: 992px) {
  .front .element-spacing {
    padding-bottom: 80px;
    padding-top: 50px; } }

/*------------------------------------*\
    #FOOTER
\*------------------------------------*/
.site-footer {
  background-color: #bebfc1;
  border: 1px solid #bebfc1;
  border-style: solid none;
  color: #222;
  padding: 20px 0; }
  .site-footer h3 {
    color: #e61839; }
  .site-footer .footer-content, .site-footer .copyright {
    text-align: center; }
  .site-footer a {
    color: #e61839;
    transition: .2s opacity; }
    .site-footer a:hover {
      opacity: .8; }
  .site-footer > div {
    padding: 0 15px; }
  .site-footer .copyright {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    padding-top: 10px; }

.text-upper {
  text-transform: uppercase; }

.parallax {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media (max-width: 1200px) {
    .parallax {
      background-attachment: scroll !important;
      background-position: top center !important; } }
