@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans+Semi+Condensed:ital,wght@0,1..1000;1,1..1000&family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap');

::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
} /* Chrome <=56, Safari < 10 */ :-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
} /* FF 4-18 */ ::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
} /* FF 19-51 */ :-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity .5s;
  transition: opacity .5s;
} /* IE 10+ */ ::placeholder {
  opacity: 1;
  transition: opacity .5s;
} /* Modern Browsers */
*:focus::-webkit-input-placeholder {
  opacity: 0;
} /* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder {
  opacity: 0;
} /* FF 4-18 */
*:focus::-moz-placeholder {
  opacity: 0;
} /* FF 19-50 */
*:focus:-ms-input-placeholder {
  opacity: 0;
} /* IE 10+ */
*:focus::placeholder {
  opacity: 0;
} /* Modern Browsers */
body * {
  font-family: 'Open Sans', sans-serif;
}
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
          font-style: normal;
        font-weight: 400;
        line-height: 1.5em;
        font-size: 1.5rem;
}
.main-wrapper {
  width: 100%;
  float: left;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding-top:85px;	
}
.main-wrapper .mktoOffset, .main-wrapper .mktoForm .mktoGutter {
  display: none;
}
.mktoForm .mktoFormRow {
  width: 100% !important;
  float: left !important;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  background: #e10a29 !important;
  color: #fff !important;
  border: 2px solid #e10a29 !important;
  border-radius: 0px;
  cursor: pointer;
  font-size: 15px !important;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 20px !important;
  -webkit-transition: .0.3s linear;
  -moz-transition: .0.3s linear;
  -o-transition: .0.3s linear;
  transition: 0.3s linear;
  text-transform: uppercase;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  background: #bb0003 !important;
  border-color: #bb0003 !important;
  color: #fff !important;
}
.mktoButtonRow {
  text-align: center !important;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  margin-top: 20px !important;
}
.our-goal-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  background: transparent !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  -webkit-transition: .0.3s linear;
  -moz-transition: .0.3s linear;
  -o-transition: .0.3s linear;
  transition: 0.3s linear;
}
.our-goal-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  background: #fff !important;
  color: #ee1b2f !important;
}
.mktoForm input, .mktoForm select, .mktoForm textarea {
  border-radius: 4px !important;
  font-size: 16px !important;
  padding: 5px 10px !important;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
}
.mktoForm .mktoAsterix {
  color: red !important;
}
.mktoRadioList input:checked + label:before {
  color: #000;
}
.mktoRadioList input:focus + label {
  outline: 1px solid #000; /* focus style */
}
.mktoCheckboxList input:checked + label:before {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
  width: auto !important;
  padding: 0 !important;
}
.mktoForm .mktoCheckboxList input {
  height: 45px !important;
  margin: 0;
  position: relative;
  z-index: 99;
}
.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
  min-height: 100% !important;
}
.mktoForm .mktoLabel {
  width: auto !important;
  padding: 0;
  line-height: 100% !important;
  margin: 0 0 5px;
  font-weight: 400 !important;
  font-size: 18px;
  color: #000;
}
.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm input, .mktoForm select, .mktoForm textarea {
  width: 100% !important;
  height: 50px !important;
  border-radius: 3px !important;
  outline: none;
  border: 1px solid #000;
}
.mktoForm textarea {
  height: 100px !important;
}
.mktoForm .mktoFormCol, .mktoForm .mktoFieldWrap {
  width: 100% !important;
  margin: 0px 0;
	position:relative !important;
}
.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
  position: absolute;
  top: 0;
  left: 0;
}
.mktoForm .mktoLabel#LblUnsubscribed {
  padding-left: 30px;
  position: relative;
  padding-top: 2px;
}
.mktoForm div, .mktoForm span, .mktoForm label, .mktoForm p {
  font-size: 15px;
  line-height: 20px;
  color: #000;
}
.mktoHtmlText {
  width: 100% !important;
}
.mktoForm .mktoRangeField .mktoRangeValueText {
  background: #e10a29 !important;
  border-color: #e10a29 !important;
  box-shadow: #e10a29 0 2px 7px, inset #e10a29 0 1px 0px !important;
}
.mktoForm .mktoRangeField .mktoRangeValueArrow {
  background: #e10a29 !important;
  border-color: #e10a29 !important;
}
.mktoForm select {
  padding: 0 38px 0 10px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: 10px;
}
textarea, input.text, input[type="text"], input[type="button"], input[type="submit"], .input-checkbox {
  -webkit-appearance: none !important;
  border-radius: 0 !important;
}
/* fixed header */
.fixed-header-wrapper {
  width: 100%;
  float: left;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.fixed-header-wrapper .logo img {
  -webkit-transition: .0.5s linear;
  -moz-transition: .0.5s linear;
  -o-transition: .0.5s linear;
  transition: 0.5s linear;
}
.fixed-header-wrapper .logo img.onscroll-logo {
  position: absolute;
  left: 0;
  top: -70px;
  height: 55px;
  object-fit: cover;
}
.fixed-header-wrapper.scrolled .logo img.onscroll-logo {
  top: 0px;
}
.fixed-header-wrapper.scrolled .logo img.active-logo {
  top: -60px;
}
.fixed-header-wrapper .logo img.active-logo {
  position: relative;
  top: 0;
}
/* end of fixed header */
.b-top {
  width: 100%;
  float: left;
  height: 30px;
  background: gray;
  line-height: 30px;
  font-size: 12px;
  position: relative;
}
.b-top .section-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.b-top__link {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  text-align: right;
  padding: 0;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  width: auto;
  float: left;
}
.b-top__sep {
  display: inline-block;
  margin: 0 9px;
  color: #d9d9d9;
  font-size: 12px;
  padding-bottom: 2px;
}
.b-top .section-inner {
  max-width: 1280px;
}
/* =========== SIDE MENU Section =========== */
body.side-menu-active {
  overflow: hidden;
}
body.side-menu-active .menu-overlay {
  opacity: 1;
}
.menu-overlay {
  display: block;
  pointer-events: none;
  background: #333333d9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.side-menu .menu {
  background-color: #333;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  position: fixed;
  top: 0;
  z-index: 9999;
  max-width: 290px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  font-family: sans-serif !important;
  padding: 20px;
  box-sizing: border-box;
}
.side-menu .menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.side-menu .menu ul li a:focus, .side-menu .menu ul li a:hover, .side-menu .menu ul li a:active {
  color: #ee1b2f;
}
.side-menu .menu-right {
  right: -300px;
}
.side-menu .menu-right.right-open {
  right: 0;
}
.side-menu #showRight {
  background: none;
  width: 40px;
  float: left;
  height: 40px;
  position: relative;
}
.side-menu #showRight:before {
  content: "";
  display: block;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='384pt' viewBox='0 -53 384 384' width='500pt'%3E%3Cpath d='m368 154.667969h-352c-8.832031 0-16-7.167969-16-16s7.167969-16 16-16h352c8.832031 0 16 7.167969 16 16s-7.167969 16-16 16zm0 0' style='&%2310; fill: %23ee1b2f;&%2310; stroke: %23ee1b2f;&%2310; stroke-width: 25px;&%2310; fill: %23ffffffba;&%2310; stroke: %23ffffffba;&%2310; stroke-width: 25px;&%2310;'/%3E%3Cpath d='m368 32h-352c-8.832031 0-16-7.167969-16-16s7.167969-16 16-16h352c8.832031 0 16 7.167969 16 16s-7.167969 16-16 16zm0 0' style='&%2310; fill: rgb(255 255 255 / 73%25);&%2310; stroke: %23ffffffba;&%2310; stroke-width: 25px;&%2310;'/%3E%3Cpath d='m368 277.332031h-352c-8.832031 0-16-7.167969-16-16s7.167969-16 16-16h352c8.832031 0 16 7.167969 16 16s-7.167969 16-16 16zm0 0' style='&%2310; fill: %23ee1b2f;&%2310; stroke: %23ee1b2f;&%2310; stroke-width: 25px;&%2310; fill: %23ffffffba;&%2310; stroke: %23ffffffba;&%2310; stroke-width: 25px;&%2310;'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.side-menu #showRight:hover:before {
  opacity: 0.9;
}
.side-menu-inner .top-buttons {
  width: 100%;
  float: left;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.side-menu-inner .top-buttons a.backBtn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Capa_1' enable-background='new 0 0 512 512' height='512' viewBox='0 0 512 512' width='512'%3E%3Cg%3E%3Cpath d='m256 0c-141.49 0-256 114.5-256 256 0 141.49 114.5 256 256 256 141.49 0 256-114.5 256-256 0-141.49-114.5-256-256-256zm-12.284 317.397-58.121 58.132c-6.565 6.553-15.283 10.166-24.557 10.166-19.196 0-34.734-15.526-34.734-34.734 0-9.274 3.612-17.992 10.166-24.557l58.132-58.121c6.785-6.784 6.785-17.783 0-24.568l-58.132-58.121c-6.553-6.565-10.166-15.283-10.166-24.557 0-19.196 15.526-34.734 34.734-34.734 9.274 0 17.992 3.613 24.557 10.166l58.121 58.132c6.785 6.773 17.784 6.773 24.568 0l58.121-58.132c6.565-6.553 15.283-10.166 24.557-10.166 19.196 0 34.734 15.526 34.734 34.734 0 9.274-3.612 17.992-10.166 24.557l-58.132 58.121c-6.785 6.784-6.785 17.783 0 24.568l58.132 58.121c6.553 6.565 10.166 15.283 10.166 24.557 0 19.196-15.526 34.734-34.734 34.734-9.274 0-17.992-3.613-24.557-10.166l-58.121-58.132c-6.784-6.784-17.784-6.773-24.568 0z' style='&%2310; fill: %23e10a29;&%2310;'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0;
  width: 30px;
  height: 30px;
  margin-right: auto;
  border: none;
  margin: 0 0 15px;
}
.side-menu-inner .top-buttons a {
  font-size: 20px;
  width: 100px;
  float: left;
  border-bottom: 1px dotted #fff;
  box-sizing: border-box;
}
.side-menu-inner .top-buttons a:nth-child(2) {
  background: #0080a7;
  padding: 5px 10px 10px;
  text-align: center;
  margin-right: 15px;
}
.side-menu-inner .top-buttons a:nth-child(3) {
  background: #fff;
  color: #0080a7;
  padding: 5px 10px 10px;
  text-align: center;
}
.side-menu .menu ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.side-menu .menu ul li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #4d4d4d;
  font-size: 15px;
  line-height: 20px;
}
.side-menu .menu ul li a {
  padding: 12px 10px;
  width: auto;
  float: left;
}
.side-menu .menu ul.cta {
  margin-top: 25px;
}
.side-menu .menu ul.cta li {
  border-bottom: none;
  margin-top: 20px;
  color: #fff;
}
.side-menu .menu ul.cta a.signup {
  width: auto;
  float: left;
  padding: 10px 20px;
  border-radius: 5px;
  background: #980b19;
  color: #fff;
  text-transform: uppercase;
  background-image: -webkit-linear-gradient(bottom, #980b19, #ee1b2f);
  background-image: linear-gradient(to top, #980b19, #ee1b2f);
}
.side-menu .menu ul.cta a.signup:hover {
  background-color: #800a15;
  background-image: -webkit-linear-gradient(bottom, #800a15, #df1124);
  background-image: linear-gradient(to top, #800a15, #df1124);
}
.side-menu .menu ul.cta a.dealer {
  font-weight: bold;
  padding: 0;
}
.side-menu .menu ul.cta a.dealer span {
  text-transform: uppercase;
  color: #ee1b2f;
  position: relative;
  display: flex;
  align-items: center;
}
.side-menu .menu ul.cta a.dealer span:before {
  content: "";
  display: block;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='lock' class='svg-inline--fa fa-lock fa-w-14' role='img' viewBox='0 0 448 512'%3E%3Cpath fill='%23ee1b2f' d='M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  position: relative;
  bottom: 2px;
  margin-right: 5px;
}
.side-menu .menu ul.cta a.dealer:hover span {
  color: #4391C8;
}
.side-menu .menu ul.cta a.dealer:hover span:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='lock' class='svg-inline--fa fa-lock fa-w-14' role='img' viewBox='0 0 448 512'%3E%3Cpath fill='%234391C8' d='M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z'/%3E%3C/svg%3E");
}
.side-menu .menu ul.social {
  display: flex;
  margin-top: 30px;
}
.side-menu .menu ul.social li {
  width: auto;
  margin-right: 5px;
  margin-bottom: 0 !important;
  border: none;
  margin-left: 0;
}
.side-menu .menu ul.social li a {
  display: flex;
  align-items: center;
  padding: 0;
}
.side-menu .menu ul.social li:last-child {
  margin-right: 0;
}
.side-menu .menu ul.social li img {
  width: 40px;
}
@media all and (min-width: 1121px) {
  .side-menu {
    display: none;
  }
}
/* =========== End of SIDE MENU Section =========== */
/* =========== MENU =========== */
nav {
  position: relative;
  margin: 0 auto;
}
.menu {
  margin: 0;
  padding: 0;
}
.menu ul {
  margin: 0;
  padding: 0;
}
#cssmenu, .menu, .menu li, .menu li a, #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
#cssmenu:after, #cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}
#cssmenu #head-mobile {
  display: none
}
#cssmenu > ul > li {
  float: left
}
#cssmenu > ul > li > a {
  font-size: 16px;
  line-height: 17px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
  color: #fff;
  position: relative;
}
#cssmenu > ul > li > a:before, #cssmenu ul li.active a:before {
  display: none;
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  height: 10px;
  background: #ee1b2f;
  width: 0;
  -webkit-transition: width 200ms ease-in-out;
  transition: width 200ms ease-in-out;
}
#cssmenu > ul > li:hover > a:before {
  width: 100%;
}
#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
  background: transparent;
  -webkit-transition: background .1s ease;
  -ms-transition: background .1s ease;
  transition: background .1s ease;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .1s ease;
  -ms-transition: all .1s ease;
  background: transparent;
  transition: all .1s ease;
}
#cssmenu li:hover > ul {
  left: auto
}
#cssmenu li:hover > ul > li {
  height: 35px
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 15px;
  text-decoration: none;
  color: #21292F;
  font-weight: 400;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
  border-bottom: 0
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
  color: #d0202b;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: ''
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: '';
  -webkit-transition: all .1s ease;
  -ms-transition: all .1s ease;
  transition: all .1s ease
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0
}
#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #363636;
}
#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333
}
@media screen and (max-width:1120px) {
  #cssmenu {
    display: none;
  }
  .main-wrapper .sixth-section-wrapper {
    padding: 130px 0 50px;
  }
  .main-wrapper .top-header-wrapper .main-nav {
    padding: 10px 20px !important;
  }
  .top-header-wrapper .main-nav .logo {
    max-width: 100px !important;
  }
  .fixed-header-wrapper .logo img.active-logo {
    display: none;
  }
  .fixed-header-wrapper .logo img.onscroll-logo {
    top: 0px !important;
    height: 40px;
  }
  .top-header-wrapper .main-nav .logo {
    margin-bottom: 0;
  }
  body.side-menu-active .top-header-wrapper .main-nav .logo {
    margin-bottom: 0px !important;
  }
  .video-section-wrapper .section-inner {
    flex-wrap: wrap;
    max-width: 700px;
  }
  .video-section-wrapper .section-inner .col {
    width: 50% !important;
  }
}
@media screen and (min-width:1025px) {
  #cssmenu > ul > li {
    position: relative;
    margin: 0;
  }
  #cssmenu > ul > li:before {
    /* content: ""; */
    width: 100%;
    height: 86px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #cssmenu > ul > li:last-child > a {
    padding-right: 0;
  }
  #cssmenu > ul > li > a {
    margin: 0 33px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  #cssmenu ul ul {
    position: absolute;
    background: #ececec;
    left: -9999px;
    top: 20px;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    padding: 15px 0;
    opacity: 0;
  }
  #cssmenu li:hover > ul {
    left: auto;
    -webkit-transform: translateY(35px);
    -moz-transform: translateY(35px);
    -ms-transform: translateY(35px);
    -o-transform: translateY(35px);
    transform: translateY(35px);
    opacity: 1;
  }
  #cssmenu ul ul li {
    height: auto;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
  }
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul ul li a {
    border: none;
    width: 210px;
    padding: 10px 20px;
    color: gray;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
  }
  #cssmenu > ul > li.products-menu:hover > ul {
    -webkit-transform: translateY(35px);
    -moz-transform: translateY(35px);
    -ms-transform: translateY(35px);
    -o-transform: translateY(35px);
    transform: translateY(35px);
    pointer-events: auto;
  }
  #cssmenu > ul > li.products-menu > ul {
    width: 1120px;
    left: -233%;
    -webkit-transform: translateY(55px);
    -moz-transform: translateY(55px);
    -ms-transform: translateY(55px);
    -o-transform: translateY(55px);
    transform: translateY(55px);
    padding: 0;
    pointer-events: none;
  }
  .top-header-wrapper .main-nav .logo.active img {
    height: 86px;
    object-fit: cover;
    object-position: 0px -63px;
  }
  .top-header-wrapper .main-nav .logo.active {
    margin-bottom: 0px;
  }
  #cssmenu > ul > li.products-menu > ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  #cssmenu > ul > li.products-menu > ul li {
    width: 20%;
  }
  #cssmenu > ul > li.products-menu > ul li a {
    width: 100%;
    float: left;
    height: 170px;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    overflow: hidden;
    background: -webkit-linear-gradient(315deg, #fff 30%, #c2ced6 100%) #fff;
    background: linear-gradient(135deg, #fff 30%, #c2ced6 100%) #fff;
    padding: 35px 20px 20px;
  }
  #cssmenu > ul > li.products-menu > ul li a span {
    position: relative;
    z-index: 2;
    width: 100%;
    float: left;
  }
  #cssmenu > ul > li.products-menu > ul li a img {
    position: absolute;
    top: 0;
    right: -40px;
    width: 119px;
    height: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width:1024px) {
  .main-wrapper .intro-wrapper .hero-image {
    height: 300px;
  }
  .main-wrapper .intro-wrapper .hero-image .heading {
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 40px;
  }
  body.menu-active {
    overflow: hidden;
  }
  nav {
    width: 100%;
  }
  #cssmenu {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  #cssmenu ul.menu {
    height: 0px;
    -webkit-transition: .0.3s linear;
    -moz-transition: .0.3s linear;
    -o-transition: .0.3s linear;
    transition: 0.3s linear;
    position: absolute;
    top: 75px;
  }
  #cssmenu ul.menu.open {
    background: #fff;
    height: 100vh;
    padding: 0 5%;
  }
  #cssmenu ul {
    width: 100%;
    display: none
  }
  #cssmenu ul li {
    width: 100%;
    padding: 10px;
  }
  #cssmenu ul ul li, #cssmenu li:hover > ul > li {
    height: auto;
    border-bottom: 1px solid #E7EDF2;
    padding: 25px 0px;
  }
  #cssmenu ul ul li:last-child {
    border-bottom: none !important;
    padding-bottom: 0;
  }
  #cssmenu ul li a, #cssmenu ul ul li a {
    width: 100%;
    border: none;
  }
  #cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
    color: #008160;
  }
  #cssmenu > ul > li {
    float: left;
    position: relative;
    padding: 20px 0;
    box-sizing: border-box;
    border-top: 1px solid #E7EDF2;
  }
  #cssmenu > ul > li:first-child {
    margin-top: 30px;
  }
  #cssmenu > ul > li:last-child {
    border-bottom: 1px solid #E7EDF2;
  }
  #cssmenu > ul > li.apply {
    display: block !important;
  }
  #cssmenu ul ul li a {
    padding-left: 25px
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px
  }
  #cssmenu ul ul li a {
    color: #21292F;
    background: none;
    padding: 5px 20px;
  }
  #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
    color: #ea4f3d
  }
  #cssmenu ul ul, #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left
  }
  #cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
    display: none
  }
  #cssmenu .button {
    width: 30px;
    float: left;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 25px;
    cursor: pointer;
    z-index: 12399994;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #cssmenu .button:after {
    position: absolute;
    top: 17px;
    right: 6px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    content: '';
  }
  #cssmenu .button:before {
    -webkit-transition: all .1s ease;
    -ms-transition: all .1s ease;
    transition: all .1s ease;
    position: absolute;
    top: 10px;
    right: 6px;
    display: block;
    height: 2px;
    width: 20px;
    background: #000;
    content: '';
  }
  #cssmenu .button.menu-opened:after {
    -webkit-transition: all .1s ease;
    -ms-transition: all .1s ease;
    transition: all .1s ease;
    top: 15px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu .button.menu-opened:before {
    top: 15px;
    background: #000;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    /* background:#262626 */
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px
  }
  #cssmenu .submenu-button:after {
    content: '';
    position: absolute;
    top: 27px;
    right: 40px;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='700px' height='612px' viewBox='0 0 612 612' style='enable-background:new 0 0 612 612;' xml:space='preserve'%3E%3Cg%3E%3Cg id='_x31_0_34_'%3E%3Cg%3E%3Cpath d='M604.501,134.782c-9.999-10.05-26.222-10.05-36.221,0L306.014,422.558L43.721,134.782 c-9.999-10.05-26.223-10.05-36.222,0s-9.999,26.35,0,36.399l279.103,306.241c5.331,5.357,12.422,7.652,19.386,7.296 c6.988,0.356,14.055-1.939,19.386-7.296l279.128-306.268C614.5,161.106,614.5,144.832,604.501,134.782z' style='&%2310; stroke-width: 59px;&%2310; fill: %2321292F;&%2310; stroke: %2321292F;&%2310;'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    display: block;
    -webkit-transition: .0.3s linear;
    -moz-transition: .0.3s linear;
    -o-transition: .0.3s linear;
    transition: 0.3s linear;
    transform: rotate(0deg);
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px
  }
  #cssmenu .submenu-button.submenu-opened:after {
    transform: rotate(180deg);
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none
  }
  #cssmenu ul ul ul li.active a {
    border-left: none
  }
  #cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none
  }
}
/* =========== END OF MENU =========== */
/* =========== header =========== */
.top-header-wrapper {
  background: #e10a29;
  width: 100%;
  float: left;
  -webkit-box-shadow: 0 20px 20px -20px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 20px 20px -20px rgb(0 0 0 / 10%);
  box-shadow: 0 20px 20px -20px rgb(0 0 0 / 10%);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: -ms-transform all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 0;
  left: 0;
  /*z-index: 999;*/
  padding: 0;
}
.top-header-wrapper.fixed-header {
  position: fixed;
  z-index: 999;
}
.top-header-wrapper .main-nav {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  /* -webkit-align-items: center; */
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  /* align-items: center; */
}
.top-header-wrapper .main-nav .logo {
  float: left;
  max-width: 120px;
  width: 100%;
  margin-right: auto;
  margin-bottom: -55px;
  position: relative;
  overflow: hidden;
}
.top-header-wrapper .main-nav .logo img {
  width: 100%;
  max-width: 100%;
  flex-shrink: 0;
  -webkit-transition: .0.3s linear;
  -moz-transition: .0.3s linear;
  -o-transition: .0.3s linear;
  transition: 0.3s linear;
}
#mkto_gen_Heroimg, #mkto_gen_fullbgimage {
  width: 100%;
  height: 100%;
}
/* =========== end of header =========== */
/* =========== section - general =========== */
.section-inner {
  max-width: 1199px;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* =========== end of section - general =========== */
/* =========== Button - General =========== */
.cta-btn {
  width: 100%;
  float: left;
}
.cta-btn a {
  background: #39b54a;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: 40px;
  text-decoration: none;
  width: auto;
  float: none;
  height: auto;
  border: 2px solid #39b54a;
  border-radius: 2px;
  display: inline-block;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: -ms-transform all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  text-transform: uppercase;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	  font-family: "Sofia Sans Semi Condensed", sans-serif;

}
@media (max-width:768px) {
  .cta-btn a {
   height: auto;
   line-height: 30px;
   padding: 3px 20px;
  }
}
.cta-btn.center-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}
.cta-btn a:hover {
  background: #002d72;
  border-color:#002d72;
  color: #fff;
}
.cta-btn.white-btn a, .cta-btn.green-btn a {
  /* background: transparent; */
  /* border-color: #fff; */
  /* color: #fff; */
}
.cta-btn.white-btn a:hover, .cta-btn.green-btn a:hover {
  /* background: #fff; */
  /* color: #ee1b2f; */
}
form.acgForm input[type=submit] {
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  text-decoration: none;
  width: auto;
  float: none;
  height: 40px;
  border-radius: 20px !important;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: -ms-transform all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  background-color: #02A751 !important;
  color: #ffffff !important;
  min-width: 225px;
}
form.acgForm input[type=submit]:hover {
  opacity: 90% !important;
}
form.acgForm {
  text-align: left;
}
form.acgForm input[type=submit] {
  margin: auto;
  display: inherit;
}
form.acgForm {
  text-align: left;
  padding: 30px 60px;
}
/* =========== End of Button - General =========== */
/* =========== Title and Subtitle - General =========== */
.custom-title, .custom-sub-title {
  width: 100%;
  float: left;
}
.custom-title h1, .custom-title h2 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  margin: 0 0 20px;
  color: #000;
  text-transform: uppercase;
	 font-family: "Sofia Sans", sans-serif;
}
.custom-title h3 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  margin: 0 0 20px;
  color: #000;
  text-transform: uppercase;
	 font-family: "Sofia Sans", sans-serif;
}
.custom-sub-title p {
  margin: 0 0 15px;
}
.green-text * {
  color: #02A751;
}
/* =========== End of Title and Subtitle - General =========== */
/* =========== Intro Section =========== */
.intro-wrapper .hero-image {
  position: relative;
  width: 100%;
  float: left;
  height: 450px;
  display: flex;
  align-items: flex-end;
}
.intro-wrapper .hero-image img {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  object-fit: cover;
}
.intro-wrapper .hero-image .section-inner {
  width: 100%;
  float: left;
  z-index: 2;
}
.intro-wrapper .hero-image .heading {
  width: 100%;
  float: left;
  font-size: 50px;
  line-height: 55px;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 90px;
}
/* =========== End of Intro Section =========== */
/* =========== First Section =========== */
.first-section-wrapper .section-inner {
  max-width: 1000px;
  text-align: center;
}
.first-section-wrapper {
  width: 100%;
  float: left;
  padding: 0;
}
.first-section-wrapper .container {
  width: 100% !important;
}
.first-section-wrapper .cta-btn {
  margin: 20px 0 0;
}
.first-section-wrapper h1 { /* color: #fff; */
}
.first-section-wrapper p { /* color:#ffffff !important; */
}
.first-section-wrapper {
  background: #F4F4F4;
}
/* =========== End of First Section =========== */
/* =========== Second Section =========== */
.second-section-wrapper {
  background: #fff;
  width: 100%;
  float: left;
  padding: 50px 0;
}
.second-section-wrapper .section-inner {
  max-width: 1000px;
  text-align: center;
}
.second-section-wrapper .video-inner, .second-section-wrapper .video-inner * {
  width: 100%;
  float: left;
}
.second-section-wrapper .video-inner {
  margin: 20px 0 0;
}
/* =========== End of Second Section =========== */
/* =========== Third Section with a FORM =========== */
.third-section-wrapper {
  background: #333;
  width: 100%;
  float: left;
  padding: 50px 0;
}
.third-section-wrapper .our-goal-content {
  width: 50%;
  float: left;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10%;
}
.third-section-wrapper .our-goal-content * {
  color: #fff;
}
.third-section-wrapper .our-goal-content .our-goal-image {
  width: 100%;
  float: left;
  margin: 0 0 25px;
}
.third-section-wrapper .our-goal-content .our-goal-image img {
  width: 100%;
  border-radius: 10px;
}
.third-section-wrapper .mktoForm div, .third-section-wrapper .mktoForm span, .third-section-wrapper .mktoForm label, .third-section-wrapper .mktoForm p {
  color: #fff;
}
.third-section-wrapper .our-goal-form {
  width: 44%;
  float: left;
  display: inline-block;
  padding: 3%;
  background: rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.third-section-wrapper .our-goal-form form {
  width: 100% !important;
}
.third-section-wrapper .our-goal-form form .mktoButtonWrap {
  float: left;
  width: 100%;
  margin: 15px 0 0 !important;
}
.third-section-wrapper .our-goal-form form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  background: #fff;
  border: none;
  border-radius: 4px;
  color: #03A851;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  outline: none;
}
.third-section-wrapper select {
  width: 100% !important;
  height: 45px !important;
  border-radius: 10px;
  border: none;
  outline: none;
  padding: 10px 20px;
}
.third-section-wrapper .our-goal-form form .mktoFormRow:nth-child(5) .mktoFieldWrap {
  display: block;
  margin: 0;
}
.third-section-wrapper .our-goal-form form .mktoFormRow:nth-child(6) .mktoFieldWrap > label {
  width: 100% !important;
  float: left;
  margin: 10px 0 20px;
  padding: 0;
}
.third-section-wrapper .our-goal-form form .mktoFormRow:nth-child(6) .mktoCheckboxList label {
  padding: 0 0 10px 10px;
}
.third-section-wrapper .our-goal-form form .mktoFormRow:nth-child(7) .mktoHtmlText {
  width: 100% !important;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  position: relative;
}
.third-section-wrapper .our-goal-form form .mktoFormRow:nth-child(7) .mktoHtmlText:before {
  content: "* ";
}
/* =========== End of Third Section =========== */
/* =========== Fourth Section =========== */
.fourth-section-wrapper {
  /* background: #F4F4F4; */
  width: 100%;
  float: left;
  padding: 50px 0;
}
.fourth-section-wrapper .section-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.fourth-section-wrapper .content-inner {
  width: 60%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10%;
}
.fourth-section-wrapper .content-inner * {
  /* color: #fff; */
}
.fourth-section-wrapper .content-inner .custom-title h2 {
  margin-bottom: 10px;
}
.fourth-section-wrapper .image-side {
  width: 40%;
  float: left;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.fourth-section-wrapper .image-side img {
  width: 100%;
  flex-shrink: 0;
  border-radius: 10px;
}
/* =========== End of Fourth Section =========== */
/* =========== Fifth Section =========== */
.fifth-section-wrapper {
  background: #fff;
  width: 100%;
  float: left;
  padding: 50px 0;
}
.fifth-section-wrapper .section-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.fifth-section-wrapper .content-inner {
  width: 60%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10%;
}
.fifth-section-wrapper .content-inner .custom-title h2 {
  margin-bottom: 10px;
}
.fifth-section-wrapper .image-side {
  width: 40%;
  float: left;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.fifth-section-wrapper .image-side img {
  width: 100%;
  flex-shrink: 0;
  border-radius: 10px;
}
/* =========== End of Fifth Section =========== */
/* =========== Sixth Section =========== */
.sixth-section-wrapper {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  padding: 190px 0 50px;
  /* min-height: 500px;-*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/*.sixth-section-wrapper:before {*/
/*    content: "";*/
/*    display: block;*/
/*    pointer-events: none;*/
/*    background: #0000006e;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 1;*/
/*}*/
.sixth-section-wrapper .bg-image {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.sixth-section-wrapper .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sixth-section-wrapper .content-inner {
  position: relative;
  z-index: 9;
  width: 100%;
  float: left;
  padding-right: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 400px;
}
.sixth-section-wrapper .content-inner * {
  color: #fff;
}
.sixth-section-wrapper .content-inner h2 {
  color: #fff;
}
.sixth-section-wrapper .custom-sub-title p {
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 40px;
}
/* =========== End of Sixth Section =========== */
/* =========== Seventh Section =========== */
.seventh-section-wrapper {
  /* background: #F4F4F4; */
  width: 100%;
  float: left;
  padding: 50px 0;
  text-align: center;
}
.seventh-section-wrapper .content-inner {
  max-width: 800px;
  margin: 0 auto;
}
.seventh-section-wrapper .two-col {
  width: 100%;
  float: left;
  margin: 30px 0 0;
}
.seventh-section-wrapper .two-col .left-col {
  width: 50%;
  float: left;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 2%;
}
.seventh-section-wrapper .two-col .right-col {
  width: 50%;
  float: left;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 2%;
}
.seventh-section-wrapper .two-col .image {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.seventh-section-wrapper .two-col .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.seventh-section-wrapper .two-col .sub-content {
  width: 100%;
  float: left;
}
.seventh-section-wrapper .two-col .custom-title h3 {
  margin-bottom: 10px;
}
.seventh-section-wrapper .two-col .cta-btn {
  margin-top: 10px;
}
/* =========== End of Seventh Section =========== */
/* =========== Eighth Section =========== */
.eighth-section-wrapper {
  background: #fff;
  width: 100%;
  float: left;
  padding: 50px 0;
  text-align: center;
}
.eighth-section-wrapper .content-inner {
  max-width: 900px;
  margin: 0 auto;
}
.eighth-section-wrapper .three-col {
    width: 100%;
    float: left;
    margin: 25px 0 0;
    display: flex;
}
.eighth-section-wrapper .three-col .left-col, .eighth-section-wrapper .three-col .middle-col, .eighth-section-wrapper .three-col .right-col {
  width: 100%;
  float: none;
  display: flex;
  padding: 0 15px;	
}
.eighth-section-wrapper .three-col .sub-content {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.eighth-section-wrapper .three-col .sub-content .image {
  width: 100%;
  float: left;
  margin: 0 0 20px;
}
.eighth-section-wrapper .three-col .sub-content .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.eighth-section-wrapper .custom-title h3 {
  margin: 0 0 16px;
}
.eighth-section-wrapper .three-col .custom-sub-title {
  min-height: 80px;
  margin-bottom: 3px;
}
/* =========== End of Eighth Section =========== */
/* =========== Nineth Section =========== */
.nineth-section-wrapper {
  /* background: #F4F4F4; */
  width: 100%;
  float: left;
  padding: 50px 0;
}
.nineth-section-wrapper .section-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.nineth-section-wrapper .cta-btn {
  margin-left: auto;
  width: auto;
}
.nineth-section-wrapper .content-inner {
  max-width: 700px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10%;
}
.nineth-section-wrapper .content-inner * {
  /* color: #fff; */
}
.nineth-section-wrapper .custom-title h2 {
  margin: 0 0 10px;
}
/* =========== End of Nineth Section =========== */
/* =========== Tenth Section with a FORM =========== */
.tenth-section-wrapper {
  width: 100%;
  float: left;
  padding: 50px 0;
}
.tenth-section-wrapper .content-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.tenth-section-wrapper .working-form {
  width: 100%;
  float: left;
  margin: 0;
}
.tenth-section-wrapper .working-form form {
  width: 100% !important;
  max-width: 500px;
  margin: 0 auto;
}
.tenth-section-wrapper .working-form form button.mktoButton {
  background: #fff;
  border: none;
  border-radius: 4px;
  color: #03A851;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  padding: 0px !important;
  float:none !important;	
}
.tenth-section-wrapper .working-form form .mktoButtonWrap {
  float: left;
  width: 100%;
  margin: 0 auto !important;
  text-align:center !important;	
}
.tenth-section-wrapper .working-form form button.mktoButton {
  background: #03A851 !important;
  border: none !important;
  border-radius: 4px;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  outline: none;
  margin-top: 25px;
}
.tenth-section-wrapper input[type="checkbox"] + label:before {
  border-color: #000;
}
.tenth-section-wrapper input, .tenth-section-wrapper select, .tenth-section-wrapper textarea {
  border-color: #000 !important;
}
.tenth-section-wrapper .mktoForm .mktoRadioList > label, .tenth-section-wrapper .mktoForm .mktoCheckboxList > label {
  margin-top: 9px !important;
}
/*
.tenth-section-wrapper .working-form form .mktoFormRow:nth-child(8) .mktoFieldWrap > label {
  width: 100% !important;
  float: left;
  margin: 10px 0 20px;
  padding: 0;
}
.tenth-section-wrapper .working-form form .mktoFormRow:nth-child(8) .mktoCheckboxList label {
  padding: 0 0 10px 10px;
}*/
.tenth-section-wrapper .working-form form .mktoLogicalField {
  width: 100% !important;
}
/* =========== End of Tenth Section =========== */
/* =========== Eleventh Section =========== */
.eleventh-section-wrapper {
  background: #F4F4F4;
  width: 100%;
  float: left;
  padding: 50px 0;
  text-align: center;
}
.eleventh-section-wrapper .section-inner {
  max-width: 950px;
}
.eleventh-section-wrapper .custom-sub-title {
  margin: 0 0 20px;
}
.eleventh-section-wrapper .custom-bottom-text {
  width: 100%;
  float: left;
  margin: 40px 0 0;
}
.eleventh-section-wrapper .custom-bottom-text h4 {
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  color: #272727;
}
.eleventh-section-wrapper #nonmarketoform {
  text-align: left;
}
.eleventh-section-wrapper #nonmarketoform p {
  text-align: center !important;
}
.eleventh-section-wrapper #nonmarketoform form.acgForm input[type=submit] {
  margin: 0 auto;
  display: block;
}
.eleventh-section-wrapper #nonmarketoform form.acgForm .acgFormFieldText {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
}
/* =========== End of Eleventh Section =========== */
/* =========== Video Grid Section =========== */
.video-section-wrapper {
  /* background: #F4F4F4; */
  width: 100%;
  float: left;
  padding: 50px 0;
  box-sizing: border-box;
}
.video-section-wrapper .section-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-section-wrapper .section-inner .col {
  width: 25%;
  padding: 20px;
  box-sizing: border-box;
}
.video-section-wrapper .section-inner .col .video-code {
  width: 100%;
  float: left;
}
.video-section-wrapper .section-inner .col .video-code iframe {
  width: 100%;
  height: 200px;
}
.video-section-wrapper .section-inner .col .video-title {
  width: 100%;
  float: left;
}
.video-section-wrapper .section-inner .col .video-title h3 {
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
  margin: 15px 0 10px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}
.video-section-wrapper .section-inner .col .video-content {
  width: 100%;
  float: left;
}
.video-section-wrapper .section-inner .col .video-content p {
  text-align: center;
  margin: 0;
  font-size: 15px;
  line-height: 20px;
}
/* =========== End of Video Grid Section =========== */
/* =========== Footer Section =========== */
.footer-wrapper {
  background: #333;
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  padding: 75px 30px 0px;
  box-sizing: border-box;
}
.footer-wrapper * {
  color: #fff;
}
.footer-wrapper .section-inner {
  max-width: 1280px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-wrapper a {
  padding-bottom: 5px;
  width: auto;
  float: left;
}
.footer-wrapper a:hover {
  color: #c00;
}
.footer-wrapper .col-wrapper {
  width: 100%;
  float: left;
  display: flex;
}
.footer-wrapper .col-wrapper .col {
  display: inline-block;
  padding-right: 20px;
}
.footer-wrapper .col-wrapper .col:last-child {
  padding-right: 0px;
}
.footer-wrapper .col-wrapper .col:nth-child(1) {
  width: 25%;
}
.footer-wrapper .col-wrapper .col:nth-child(2) {
  width: 25%;
}
.footer-wrapper .col-wrapper .col:nth-child(3) {
  width: 25%;
}
.footer-wrapper .col-wrapper .col:nth-child(4) {
  width: 25%;
}
.footer-wrapper .col-wrapper .col:nth-child(4) li {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 20px;
}
.footer-wrapper a.signup {
  width: auto;
  float: left;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  background-color: #c00;
  border-color: #c00;
}
.footer-wrapper a.signup:hover {
  background-color: #800a15;
  background-image: -webkit-linear-gradient(bottom, #800a15, #df1124);
  background-image: linear-gradient(to top, #800a15, #df1124);
}
.footer-wrapper a.dealer {
  font-weight: bold;
}
.footer-wrapper a.dealer span {
  text-transform: uppercase;
  color: #c00;
  position: relative;
  display: flex;
  align-items: center;
}
.footer-wrapper a.dealer span:before {
  content: "";
  display: block;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='lock' class='svg-inline--fa fa-lock fa-w-14' role='img' viewBox='0 0 448 512'%3E%3Cpath fill='%23ee1b2f' d='M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z' style='&%2310; fill: %23c00;&%2310;'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  position: relative;
  bottom: 2px;
  margin-right: 5px;
}
.footer-wrapper a.dealer:hover span {
  color: #4391C8;
}
.footer-wrapper a.dealer:hover span:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='lock' class='svg-inline--fa fa-lock fa-w-14' role='img' viewBox='0 0 448 512'%3E%3Cpath fill='%234391C8' d='M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z'/%3E%3C/svg%3E");
}
.footer-wrapper a.dl span {
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
.footer-wrapper a.dl span:before {
  content: "";
  display: block;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='download' class='svg-inline--fa fa-download fa-w-16' role='img' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M216 0h80c13.3 0 24 10.7 24 24v168h87.7c17.8 0 26.7 21.5 14.1 34.1L269.7 378.3c-7.5 7.5-19.8 7.5-27.3 0L90.1 226.1c-12.6-12.6-3.7-34.1 14.1-34.1H192V24c0-13.3 10.7-24 24-24zm296 376v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h146.7l49 49c20.1 20.1 52.5 20.1 72.6 0l49-49H488c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  position: relative;
  bottom: 2px;
  margin-right: 5px;
}
.footer-wrapper a.dl:hover span {
  color: #c00;
}
.footer-wrapper a.dl:hover span:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='download' class='svg-inline--fa fa-download fa-w-16' role='img' viewBox='0 0 512 512'%3E%3Cpath fill='%23ee1b2f' d='M216 0h80c13.3 0 24 10.7 24 24v168h87.7c17.8 0 26.7 21.5 14.1 34.1L269.7 378.3c-7.5 7.5-19.8 7.5-27.3 0L90.1 226.1c-12.6-12.6-3.7-34.1 14.1-34.1H192V24c0-13.3 10.7-24 24-24zm296 376v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h146.7l49 49c20.1 20.1 52.5 20.1 72.6 0l49-49H488c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z' style='&%2310; fill: %23c00;&%2310;'/%3E%3C/svg%3E");
}
.footer-wrapper ul.social {
  display: flex;
  margin-top: 30px;
}
.footer-wrapper ul.social li {
  width: auto !important;
  margin-right: 5px !important;
  margin-bottom: 0 !important;
}
.footer-wrapper ul.social li a {
  display: flex;
  align-items: center;
  padding: 0;
}
.footer-wrapper ul.social li:last-child {
  margin-right: 0;
}
.footer-wrapper ul.social li img {
  width: 40px;
}
.footer-wrapper .col-wrapper .col ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-wrapper .col-wrapper .col ul li {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
.footer-wrapper .col-wrapper .col ul li:first-child {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 15px;
}
.footer-wrapper .col-wrapper .col ul li:last-child {
  margin-bottom: 0;
}
.footer-wrapper .col-wrapper .col ul li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.footer-wrapper .bottom {
  width: 100%;
  float: left;
  padding: 30px 0;
  margin-top: 30px;
}
.footer-wrapper .bottom .copyright {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-wrapper .bottom .copyright a {
  text-decoration: none;
  color: #4391C8;
  margin-right: 15px;
  padding: 0;
}
.footer-wrapper .bottom .footer__links {
  margin-left: auto;
}
.footer-wrapper .bottom .footer__links a {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-left: 50px;
}
.footer-wrapper .mobile-tabs {
  width: 100%;
  float: left;
  display: none;
  margin: 50px 0 0;
}
.footer-wrapper .mobile-tabs .tabs {
  overflow: hidden;
}
.footer-wrapper .mobile-tabs .tab {
  width: 100%;
  color: white;
  overflow: hidden;
  border-top: 1px solid #4d4d4d;
  position: relative;
}
.footer-wrapper .mobile-tabs .tab:after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #4d4d4d;
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 30px;
  margin-top: -10px;
  right: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  vertical-align: top;
  pointer-events: none;
}
.footer-wrapper .mobile-tabs .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 15px 10px !important;
  background: none;
  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
}
.footer-wrapper .mobile-tabs .tab-label:hover {
  background: none;
}
.footer-wrapper .mobile-tabs .tab-label::after {
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.footer-wrapper .tab-content {
  height: 0px;
  padding: 0 10px 0px !important;
  color: #fff;
  background: none;
  transition: all 0.35s;
  width: 100%;
  float: left;
}
.footer-wrapper .mobile-tabs .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.footer-wrapper .mobile-tabs .tab-close:hover {
  background: #1a252f;
}
.footer-wrapper .mobile-tabs input:checked + .footer-wrapper .mobile-tabs .tab-label {
  background: #1a252f;
}
.footer-wrapper .mobile-tabs input:checked + .footer-wrapper .mobile-tabs .tab-label::after {
  transform: rotate(90deg);
}
.footer-wrapper .mobile-tabs input:checked ~ .tab-content {
  height: auto;
  padding: 0 10px 10px !important;
}
.footer-wrapper .tab-content ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-wrapper .tab-content ul li {
  width: 100%;
  float: left;
  margin: 0 0 5px;
}
.footer-wrapper .tab-content ul li a {
  width: auto;
  float: left;
  text-decoration: none;
  font-size: 15px;
  line-height: 20px;
}
.footer-wrapper .mobile-tabs input[type="radio"] + label:before, .footer-wrapper .mobile-tabs input[type="radio"] + label:after {
  display: none;
}
.footer-wrapper .mobile-tabs .tab:nth-child(4) li {
  margin-bottom: 20px;
}
@media all and (min-width: 1121px) {
  #cssmenu > ul > li > a {
    /* font-size: 20px; */
    /* line-height: 20px; */
  }
  #cssmenu > ul > li.products-menu > ul {
    left: -34px;
  }
  ul#menu-menu-1 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  nav#cssmenu {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .footer-wrapper {
    padding: 0;
  }
  .footer-wrapper .col-wrapper {
    display: none;
  }
  .footer-wrapper .mobile-tabs {
    display: block;
  }
  .footer-wrapper .bottom {
    border: none;
    margin: 0;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .footer-wrapper .bottom .footer__links {
    margin: 0 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-wrapper .bottom .footer__links a {
    margin: 5px 0;
  }
}
/* =========== End of Footer Section =========== */
/* =========== Media Queries =========== */
@media all and (max-width: 1400px) {
  .top-header-wrapper .main-nav, .footer-wrapper .section-inner, .bottom-footer-content-inner .section-inner {
    padding: 0 50px;
  }
}
@media all and (max-width: 1200px) {
  .custom-sub-title p {
    font-size: 15px;
    line-height: 20px;
  }
  .third-section-wrapper .our-goal-content {
    padding-right: 5%;
  }
  .fourth-section-wrapper .content-inner {
    padding-right: 5%;
  }
  .fifth-section-wrapper .content-inner {
    padding-left: 5%;
  }
  .sixth-section-wrapper .content-inner {
    padding-right: 30%;
  }
  .seventh-section-wrapper .two-col .left-col {
    padding-right: 2%;
  }
  .seventh-section-wrapper .two-col .right-col {
    padding-left: 2%;
  }
  .eighth-section-wrapper .three-col .sub-content {
    padding: 20;
  }
  .eighth-section-wrapper .three-col .custom-sub-title {
    min-height: 130px;
  }
}
@media all and (max-width: 991px) {
  .eighth-section-wrapper .three-col {
    max-width: 400px;
    margin: 0 auto;
    float: none;
    display: block;
  }
  .eighth-section-wrapper .three-col .left-col {
    width: 100%;
    margin-top: 30px;
  }
  .eighth-section-wrapper .three-col .middle-col, .eighth-section-wrapper .three-col .right-col {
    width: 100%;
    float: left;
    margin: 30px 0;
  }
  .eighth-section-wrapper .three-col .custom-sub-title {
    min-height: auto;
  }
  .nineth-section-wrapper .content-inner {
    max-width: 70%;
  }	
  .footer-wrapper .top-footer-content-inner .col {
    width: 23%;
    margin: 10px 0;
  }
  .footer-wrapper .top-footer-content-inner .col {
    width: 33%;
  }
  .footer-wrapper .top-footer-content-inner .col:nth-child(1) {
    width: 100%;
    text-align: center;
  }
  .footer-wrapper .top-footer-content-inner .col:nth-child(1) p {
    margin: 30px 0 40px;
  }
  .footer-wrapper .top-footer-content-inner {
    padding: 30px 0;
  }
}
@media all and (min-width:768px) {
  .second-section-wrapper .video-inner iframe {
    height: 425px;
  }
}
@media all and (max-width: 767px) {
  #videoSection, .fourth-section-wrapper, .fifth-section-wrapper, .seventh-section-wrapper, .eighth-section-wrapper, .nineth-section-wrapper, .tenth-section-wrapper {
    padding: 50px 0;
  }
  .b-top {
    text-align: center;
  }
  .b-top__link {
    font-size: 10px;
    line-height: 11px;
    text-align: center;
  }
  .cta-btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
	text-align: center;
  }
  .custom-title h1, .custom-title h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .custom-title h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .second-section-wrapper .video-inner iframe {
    height: 300px;
  }
  .third-section-wrapper .section-inner {
    max-width: 500px;
  }
  .third-section-wrapper .our-goal-content {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .third-section-wrapper .our-goal-form {
    width: 100%;
    margin-top: 30px;
  }
  .fourth-section-wrapper .section-inner {
    display: flex;
    max-width: 500px;
    flex-direction: column-reverse;
  }
  .fourth-section-wrapper .content-inner {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .fourth-section-wrapper .image-side {
    width: 100%;
    margin-bottom: 50px;
  }
  .fifth-section-wrapper .section-inner {
    display: block;
    max-width: 500px;
  }
  .fifth-section-wrapper .image-side {
    width: 100%;
    margin-bottom: 50px;
  }
  .fifth-section-wrapper .content-inner {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .sixth-section-wrapper .content-inner {
    padding: 0;
    text-align: center;
  }
  .sixth-section-wrapper .bg-image img {
    position: absolute;
  }
  .sixth-section-wrapper {
    min-height: 350px;
  }
  .seventh-section-wrapper .two-col .left-col, .seventh-section-wrapper .two-col .right-col {
    width: 100%;
    padding: 0;
  }
  .seventh-section-wrapper .two-col .right-col {
    margin-top: 50px;
  }
  .nineth-section-wrapper .section-inner {
    display: block;
  }
  .nineth-section-wrapper .content-inner {
    max-width: 100%;
    padding: 0;
    text-align: center;
  }
  .nineth-section-wrapper .cta-btn {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
    margin: 10px 0 0;
  }
  .footer-wrapper .top-footer-content-inner .col {
    width: 100%;
    text-align: center;
    display: none;
  }
  .footer-wrapper .top-footer-content-inner .col:nth-child(1) {
    margin-left: 0px;
  }
  .footer-wrapper .top-footer-content-inner .col:nth-child(1) {
    display: block;
  }
  .footer-wrapper .top-footer-content-inner .col:nth-child(1) p {
    margin: 10px 0 0;
  }
  .footer-wrapper .top-footer-content-inner .col ul li ul {
    margin: 0;
  }
}
@media all and (max-width: 600px) {
  .video-section-wrapper .section-inner .col {
    width: 100% !important;
  }
}
@media all and (max-width: 479px) {
  #cssmenu .button {
    right: 10px;
    top: 11px;
  }
  #cssmenu ul.menu {
    top: 50px;
  }
  .top-header-wrapper .main-nav .logo img {
    /* width: 40px; */
  }
  .top-header-wrapper .main-nav, .footer-wrapper .section-inner, .bottom-footer-content-inner .section-inner {
    padding: 0 10px;
  }
  .section-inner {
    padding: 0 30px;
  }
  .second-section-wrapper .video-inner iframe {
    height: 200px;
  }
  .sixth-section-wrapper .custom-title h2 br {
    display: none;
  }
  .sixth-section-wrapper .custom-sub-title p {
    font-size: 14px;
    line-height: 24px;
  }
  .eleventh-section-wrapper .custom-bottom-text h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .seventh-section-wrapper .two-col .image {
    margin-bottom: 10px;
  }
}
/* ---------------------Marketo Custom Checkboxes & Radio buttons -----------------*/
input[type="checkbox"]:checked + label:before {
  /*background: #eeeeee;*/
  border: 1px solid #d2d6d3;
  color: #000000;
  content: "\2713";
  text-align: center;
}
input[type="checkbox"] {
  opacity: 0;
}
/*
input[type="checkbox"] + label:before {
  border: 2px solid #ffffff;
  content: "\00a0";
  display: block;
  height: 16px;
  margin: 0 .25em 0 0;
  padding: 0;
  vertical-align: top;
  width: 16px;
  position: absolute;
  left: 0;
}
*/
input[type="checkbox"] + label:before {
    border: 1px solid #d2d6d3 !important;
    content: "\00a0";
    display: block;
    height: 20px;
    margin: 0 0.25em 0 0;
    padding: 0;
    vertical-align: top;
    width: 20px;
    position: absolute;
    left: 0;
    top: 5px;
}
input[type=radio] {
  display: none;
}
input[type=radio] + label:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: #d2d6d3 1px solid;
  left: 0;
}
/*

input[type=radio]+label:after {

   content: '';

   background: #000;

   width: 10px;

   height: 10px;

   border-radius: 50%;

   position: absolute;

   left: 0;

   margin-left: 6px;

   margin-top: 6px;

}

*/
input[type="radio"]:checked + label:before {
  background: #fff;
  color: #333;
  content: '';
}
input[type="radio"]:checked + label:after {
  content: '';
  background: #000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  margin-top: 6px;
  margin-left: 6px;
}
input[type=radio] + label {
  padding-left: 30px !important;
}
/* Set all containers to 100% of the viewport height */

#heroSlideOne img {
    object-fit: cover;
    min-height: 640px;
    height: 100%;
}

#heroSlideTwo img {
    object-fit: cover;
    min-height: 640px;
    height: 100%;
}

@media (min-width:441px) and (max-width:980px) {
	#heroSlideOne img , #heroSlideTwo img{
		min-height: 505px !important;
	}
}

@media (max-width:440px) {
	#heroSlideOne img , #heroSlideTwo img{
		min-height: 440px !important;
	}
}

@media (min-width:1025px) {
	.heroimageMobile{display:none;}
}

@media (max-width:1024px) {
	.heroimageDesktop{display:none}
}

.carousel-indicators{display:none;}

.carousel-bg .carousel-inner .item {
  background-color: darkslategrey;
  background-size: cover;
  background-position: center;
  min-height: 640px;
  position: relative;	
}
.carousel-bg .carousel-inner .item:before {
  content: "";
  display: block;
  pointer-events: none;
  background: #0000006e;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.carousel-caption.place-left {
  padding-left: 0 !important;
  text-align: left !important;
  width: 45%;
  top: 0;
  bottom: 0;
  margin: auto;
  right: auto;
  height: fit-content;
}
.place-left h2, .place-left p, .place-left a {
  text-align: left !important;
  text-shadow: none !important;
  color: #fff;
}
.place-left p {
  font-size: 18px;
  line-height: 24px;
}
.carousel-control.right, .carousel-control.left {
  background-image: none !important;
}
@media (max-width:980px) {
  .carousel-bg .carousel-inner .item {
    min-height: 500px;
  }
  .carousel-caption.place-left {
    width: 60%;
  }
}
@media (max-width:480px) {
  .carousel-bg .carousel-inner .item {
    min-height: 350px;
  }
  .carousel-caption.place-left {
    width: 80%;
    left: 10%;
    top: 12% !important;
  }
  .place-left h2 {
    text-align: center !important;
    font-size: 20px;
  }
  .place-left p {
    font-size: 15px;
    text-align: center !important;
    line-height: 18px;
  }
  .carousel-bg .carousel-inner .item {
    max-height: 400px;
  }
  .item img {
    height: 100% !important;
    object-fit: cover;
  }
}

/* new code for marketo checkboxes */

label[for="hPESubscriptionNewsProduct"]		{padding-left:30px !important;}
label[for="hPESubscriptionSpecialOffers"]		{padding-left:30px !important;}
label[for="hPESubscriptionEvents"]		{padding-left:30px !important;}
label[for="hPESubscriptionMarine"]		{padding-left:30px !important;}
label[for="hPEGeneratorScore"] {    padding-left: 30px !important; }
label[for="hPEBlowerPage"] {    padding-left: 30px !important; }
.mktoForm .mktoLabel#LblUnsubscribed{    padding-top: 6px;}

@media(max-width:480px){
	.mktoForm .mktoCheckboxList{ top: 1px;}
	.mktoForm .mktoLabel#LblUnsubscribed{padding-top: 8px;}
}

/* new code ---
.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label{position: relative; margin-left: 0 !important;}
.mktoForm .mktoFieldWrap {    display: grid; }
.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList{order: 1;}
.mktoForm .mktoLabel {	width: fit-content !important;     text-indent: 30px;}
.mktoForm .mktoLabel#LblUnsubscribed {    padding-left: 0; }
.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label{margin-left:0 !important;}
.mktoForm .mktoLabel[for="Email"] {  text-indent: 0px; }*/
.mgz-element h1, .mgz-element h2, .mgz-element h3, .mgz-element h4 { font-family: "Sofia Sans", sans-serif !important;}
.section{padding:16px 0;}