@import url("https://use.typekit.net/ovf2trj.css");
.text-white {
  color: rgb(255, 255, 255) !important;
}

.text-black {
  color: rgb(0, 0, 0) !important;
}

.text-green {
  color: rgb(0, 80, 47) !important;
}

.text-orange {
  color: rgb(243, 115, 33) !important;
}

.text-light-orange {
  color: rgb(248, 168, 104) !important;
}

.bg-white {
  background-color: rgb(255, 255, 255) !important;
}

.bg-black {
  background-color: rgb(0, 0, 0) !important;
}

.bg-green {
  background-color: rgb(0, 80, 47) !important;
}

.bg-orange {
  background-color: rgb(243, 115, 33) !important;
}

.bg-light-orange {
  background-color: rgb(248, 168, 104) !important;
}

body {
  font-family: "Roboto", sans-serif;
}

h1, h2, h3, .h1, .h2 {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  color: #00502f;
}

h1, .h1 {
  font-size: 7em;
}
@media screen and (max-width: 1470px) {
  h1, .h1 {
    font-size: 6em;
  }
}
@media screen and (max-width: 1199px) {
  h1, .h1 {
    font-size: 5em;
  }
}
@media screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 5em;
  }
}

h2, .h2 {
  font-size: 5em;
  line-height: 0.9em;
}
@media screen and (max-width: 1470px) {
  h2, .h2 {
    font-size: 5em;
  }
}
@media screen and (max-width: 1199px) {
  h2, .h2 {
    font-size: 4em;
  }
}
@media screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 4em;
  }
}

.large-number {
  font-size: 10em;
  line-height: 0.9em;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 1470px) {
  .large-number {
    font-size: 8em;
  }
}
@media screen and (max-width: 1199px) {
  .large-number {
    font-size: 4em;
  }
}
@media screen and (max-width: 767px) {
  .large-number {
    font-size: 4em;
  }
}

.medium-text {
  font-size: 8em;
  line-height: 0.9em;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 1470px) {
  .medium-text {
    font-size: 6em;
  }
}
@media screen and (max-width: 1199px) {
  .medium-text {
    font-size: 4em;
  }
}
@media screen and (max-width: 767px) {
  .medium-text {
    font-size: 4em;
  }
}

.text-script {
  font-family: timberline, sans-serif;
  text-transform: capitalize !important;
  font-size: 2.5em !important;
  font-weight: 300;
}

.quote {
  font-size: 1.5em;
  position: relative;
  font-weight: 100;
  line-height: normal;
}
.quote .quote-source {
  line-height: 1.5em;
  margin-bottom: 0px;
  font-style: italic;
  font-weight: 400;
}
.quote .quote-source b {
  font-family: bebas-neue-pro, sans-serif;
  font-size: 1.6em;
  font-weight: 600;
}

.text-normal {
  font-weight: 500;
}

.ff {
  font-family: bebas-neue-pro, sans-serif;
}

/*!
Theme Name: Team Hurricanes 
Author: WOW MKTG 
Author URI: http://wowmktg.com/ 
Description: This is theme for Team Hurricanes, designed and developed by WOW MKTG 
Version: 1.0 
License: GNU General Public License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
Text Domain: teamhurricanes
*/
a {
  color: rgb(0, 80, 47);
}

.btn {
  border-radius: 0px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 100;
  padding: 10px 40px 0px 40px;
  margin-bottom: 20px;
  line-height: 2em;
  transition: all 0.3s;
}
.btn span {
  transition: all 0.3s;
}
@media screen and (min-width: 1600px) {
  .btn {
    padding: 15px 45px 0px 45px;
    font-size: 1.2em;
  }
}
.btn span.label {
  font-size: 1.35em;
}
.btn.btn-small {
  padding: 10px 20px 0 20px;
  font-size: 0.8em;
}
.btn:hover {
  background: rgb(243, 115, 33);
  color: #fff !important;
}
.btn:hover span {
  color: rgb(0, 80, 47) !important;
}
.btn.btn-outline {
  border: 2px solid rgb(243, 115, 33) !important;
}
.btn.btn-outline-white {
  border: 2px solid white !important;
}
.btn.btn-outline-orange {
  border: 2px solid rgb(243, 115, 33) !important;
  font-family: bebas-neue-pro, sans-serif;
  text-transform: uppercase;
  line-height: 1em;
  font-style: italic;
  color: rgb(243, 115, 33);
  padding: 5px 10px;
  margin: 20px 1.25vw;
  font-size: 1.5em;
}
.btn.btn-outline-orange.big-btn {
  font-size: 3em;
}
.btn.btn-outline-orange.medium-btn {
  font-size: 2.2em;
}
.btn.btn-outline-white-m {
  border: 2px solid white !important;
  font-family: bebas-neue-pro, sans-serif;
  text-transform: uppercase;
  line-height: 1em;
  font-style: italic;
  color: white;
  padding: 5px 10px;
  margin: 20px 1.25vw;
  font-size: 1.5em;
}
.btn.btn-outline-white-m.big-btn {
  font-size: 3em;
}
.btn.btn-outline-white-m.medium-btn {
  font-size: 2.2em;
}
.btn.btn-orange {
  color: rgb(243, 115, 33);
}

#gform_submit_button_1 {
  padding: 10px 30px 8px;
  margin: 0;
}
#gform_submit_button_1 span {
  font-family: bebas-neue-pro, sans-serif;
  text-transform: uppercase !important;
  font-style: italic;
  font-size: 1.75rem !important;
  margin: 0;
  padding: 0;
}

.p-0 {
  padding: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

@media screen and (max-width: 767px) {
  .mt-0 {
    margin-top: 0px !important;
  }
  .pt-0 {
    padding-top: 0px !important;
  }
}
.p-0 {
  padding: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

@media screen and (max-width: 767px) {
  .mb-0 {
    margin-bottom: 0px !important;
  }
  .pb-0 {
    padding-bottom: 0px !important;
  }
}
.p-0 {
  padding: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

@media screen and (max-width: 767px) {
  .ml-0 {
    margin-left: 0px !important;
  }
  .pl-0 {
    padding-left: 0px !important;
  }
}
.p-0 {
  padding: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

@media screen and (max-width: 767px) {
  .mr-0 {
    margin-right: 0px !important;
  }
  .pr-0 {
    padding-right: 0px !important;
  }
}
.p-10 {
  padding: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

@media screen and (max-width: 767px) {
  .mt-10 {
    margin-top: 5px !important;
  }
  .pt-10 {
    padding-top: 5px !important;
  }
}
.p-10 {
  padding: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

@media screen and (max-width: 767px) {
  .mb-10 {
    margin-bottom: 5px !important;
  }
  .pb-10 {
    padding-bottom: 5px !important;
  }
}
.p-10 {
  padding: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

@media screen and (max-width: 767px) {
  .ml-10 {
    margin-left: 5px !important;
  }
  .pl-10 {
    padding-left: 5px !important;
  }
}
.p-10 {
  padding: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

@media screen and (max-width: 767px) {
  .mr-10 {
    margin-right: 5px !important;
  }
  .pr-10 {
    padding-right: 5px !important;
  }
}
.p-20 {
  padding: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

@media screen and (max-width: 767px) {
  .mt-20 {
    margin-top: 10px !important;
  }
  .pt-20 {
    padding-top: 10px !important;
  }
}
.p-20 {
  padding: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

@media screen and (max-width: 767px) {
  .mb-20 {
    margin-bottom: 10px !important;
  }
  .pb-20 {
    padding-bottom: 10px !important;
  }
}
.p-20 {
  padding: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

@media screen and (max-width: 767px) {
  .ml-20 {
    margin-left: 10px !important;
  }
  .pl-20 {
    padding-left: 10px !important;
  }
}
.p-20 {
  padding: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

@media screen and (max-width: 767px) {
  .mr-20 {
    margin-right: 10px !important;
  }
  .pr-20 {
    padding-right: 10px !important;
  }
}
.p-30 {
  padding: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

@media screen and (max-width: 767px) {
  .mt-30 {
    margin-top: 15px !important;
  }
  .pt-30 {
    padding-top: 15px !important;
  }
}
.p-30 {
  padding: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

@media screen and (max-width: 767px) {
  .mb-30 {
    margin-bottom: 15px !important;
  }
  .pb-30 {
    padding-bottom: 15px !important;
  }
}
.p-30 {
  padding: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

@media screen and (max-width: 767px) {
  .ml-30 {
    margin-left: 15px !important;
  }
  .pl-30 {
    padding-left: 15px !important;
  }
}
.p-30 {
  padding: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

@media screen and (max-width: 767px) {
  .mr-30 {
    margin-right: 15px !important;
  }
  .pr-30 {
    padding-right: 15px !important;
  }
}
.p-40 {
  padding: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

@media screen and (max-width: 767px) {
  .mt-40 {
    margin-top: 20px !important;
  }
  .pt-40 {
    padding-top: 20px !important;
  }
}
.p-40 {
  padding: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

@media screen and (max-width: 767px) {
  .mb-40 {
    margin-bottom: 20px !important;
  }
  .pb-40 {
    padding-bottom: 20px !important;
  }
}
.p-40 {
  padding: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

@media screen and (max-width: 767px) {
  .ml-40 {
    margin-left: 20px !important;
  }
  .pl-40 {
    padding-left: 20px !important;
  }
}
.p-40 {
  padding: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

@media screen and (max-width: 767px) {
  .mr-40 {
    margin-right: 20px !important;
  }
  .pr-40 {
    padding-right: 20px !important;
  }
}
.p-50 {
  padding: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

@media screen and (max-width: 767px) {
  .mt-50 {
    margin-top: 25px !important;
  }
  .pt-50 {
    padding-top: 25px !important;
  }
}
.p-50 {
  padding: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

@media screen and (max-width: 767px) {
  .mb-50 {
    margin-bottom: 25px !important;
  }
  .pb-50 {
    padding-bottom: 25px !important;
  }
}
.p-50 {
  padding: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

@media screen and (max-width: 767px) {
  .ml-50 {
    margin-left: 25px !important;
  }
  .pl-50 {
    padding-left: 25px !important;
  }
}
.p-50 {
  padding: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

@media screen and (max-width: 767px) {
  .mr-50 {
    margin-right: 25px !important;
  }
  .pr-50 {
    padding-right: 25px !important;
  }
}
.p-60 {
  padding: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

@media screen and (max-width: 767px) {
  .mt-60 {
    margin-top: 30px !important;
  }
  .pt-60 {
    padding-top: 30px !important;
  }
}
.p-60 {
  padding: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

@media screen and (max-width: 767px) {
  .mb-60 {
    margin-bottom: 30px !important;
  }
  .pb-60 {
    padding-bottom: 30px !important;
  }
}
.p-60 {
  padding: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

@media screen and (max-width: 767px) {
  .ml-60 {
    margin-left: 30px !important;
  }
  .pl-60 {
    padding-left: 30px !important;
  }
}
.p-60 {
  padding: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

@media screen and (max-width: 767px) {
  .mr-60 {
    margin-right: 30px !important;
  }
  .pr-60 {
    padding-right: 30px !important;
  }
}
.p-75 {
  padding: 75px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

@media screen and (max-width: 767px) {
  .mt-75 {
    margin-top: 37.5px !important;
  }
  .pt-75 {
    padding-top: 37.5px !important;
  }
}
.p-75 {
  padding: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

@media screen and (max-width: 767px) {
  .mb-75 {
    margin-bottom: 37.5px !important;
  }
  .pb-75 {
    padding-bottom: 37.5px !important;
  }
}
.p-75 {
  padding: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

@media screen and (max-width: 767px) {
  .ml-75 {
    margin-left: 37.5px !important;
  }
  .pl-75 {
    padding-left: 37.5px !important;
  }
}
.p-75 {
  padding: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

@media screen and (max-width: 767px) {
  .mr-75 {
    margin-right: 37.5px !important;
  }
  .pr-75 {
    padding-right: 37.5px !important;
  }
}
.p-100 {
  padding: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

@media screen and (max-width: 767px) {
  .mt-100 {
    margin-top: 50px !important;
  }
  .pt-100 {
    padding-top: 50px !important;
  }
}
.p-100 {
  padding: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 767px) {
  .mb-100 {
    margin-bottom: 50px !important;
  }
  .pb-100 {
    padding-bottom: 50px !important;
  }
}
.p-100 {
  padding: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

@media screen and (max-width: 767px) {
  .ml-100 {
    margin-left: 50px !important;
  }
  .pl-100 {
    padding-left: 50px !important;
  }
}
.p-100 {
  padding: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

@media screen and (max-width: 767px) {
  .mr-100 {
    margin-right: 50px !important;
  }
  .pr-100 {
    padding-right: 50px !important;
  }
}
strong {
  font-weight: 900;
}

.valign-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.valign-flex-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.valign-flex-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.flex-content {
  display: flex;
  gap: 20px;
}

.two-col {
  columns: 2;
  column-gap: 40px;
}
.two-col p, .two-col li {
  break-inside: avoid-column;
}
.two-col.allow-break p, .two-col.allow-break li {
  break-inside: auto;
}
@media screen and (max-width: 767px) {
  .two-col {
    columns: 1;
  }
}

.no-margin {
  margin: 0px !important;
}

.no-padding {
  padding: 0px !important;
}

.no-scroll {
  height: 100%;
  overflow: hidden;
}

.icon-round, .img-round {
  border-radius: 50%;
}

.img-col {
  min-height: 300px;
}

.no-wrap {
  white-space: nowrap;
}

.dots {
  position: relative;
}

.dots:after {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(img/dots-small.png) center bottom;
  background-repeat: repeat-x;
}

.dots .container, .dots .container-fluid, .dots .holder {
  position: relative;
  z-index: 1;
}

.mw-250 {
  max-width: 250px;
  margin: 0 auto;
}

.download {
  background: #fff;
  padding: 20px;
  display: block;
  border: 1px solid rgb(243, 115, 33);
  border-radius: 0px;
  transition: all 0.5s;
}
.download.pdf {
  padding-left: 70px;
  position: relative;
  background: url(img/icon-pdf.svg?v=1) 20px center #fff no-repeat;
  background-size: auto 36px;
}
.download.zip {
  padding-left: 70px;
  position: relative;
  background: url(img/icon-zip.svg) 20px center #fff no-repeat;
  background-size: auto 36px;
}
.download.jpg {
  padding-left: 70px;
  position: relative;
  background: url(img/icon-jpg.svg) 20px center #fff no-repeat;
  background-size: auto 36px;
}
.download.png {
  padding-left: 70px;
  position: relative;
  background: url(img/icon-png.svg) 20px center #fff no-repeat;
  background-size: auto 36px;
}
.download:hover {
  background-color: rgb(243, 115, 33);
  color: #fff;
}

body, html {
  width: 100%;
  overflow-x: hidden;
}

section {
  padding: 5vw 0;
}
@media screen and (max-width: 767px) {
  section {
    padding: 30px 0;
    text-align: center;
  }
  section ul {
    text-align: left;
  }
}

.right-stripes-out:before {
  content: " ";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 220px;
  height: 450px;
  background: url(img/stripes-right.png) right bottom;
  background-size: 220px auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .right-stripes-out:before {
    width: 100px;
    background-size: 80px auto;
  }
}

.left-stripes-out:before {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 220px;
  height: 450px;
  background: url(img/stripes-right.png) right bottom;
  background-size: 220px auto;
  background-repeat: no-repeat;
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .left-stripes-out:before {
    width: 100px;
    background-size: 80px auto;
  }
}

.title-row {
  position: relative;
}
.title-row.left-stripes {
  background: url(img/stripes-left.png) -35px center #fff;
  background-size: 150px auto;
  background-repeat: no-repeat;
}
.title-row.right-stripes-out:before {
  content: " ";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 220px;
  height: 450px;
  background: url(img/stripes-right.png) right bottom;
  background-size: 220px auto;
  background-repeat: no-repeat;
}
.title-row.both-stripes {
  background: url(img/stripes-left.png) -35px center, url(img/stripes-right.png) right bottom, #fff;
  background-size: 150px auto, 220px auto, auto;
  background-repeat: no-repeat;
}
.title-row h2 {
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .title-row {
    padding: 30px 0;
  }
  .title-row.right-stripes-out:before {
    width: 100px;
    background-size: 80px auto;
  }
  .title-row.left-stripes {
    background-size: 60px auto;
    background-position: -5px center;
  }
  .title-row.both-stripes {
    background-size: 60px auto, 80px auto, auto;
    background-position: -5px center, 110% bottom;
  }
}

#hero {
  position: relative;
  background: #ccc;
  padding-top: 10vw;
  padding-bottom: 10vw;
  color: #fff;
  height: 35vw;
  min-height: 500px;
}
#hero:after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  bottom: 0px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 35%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 35%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 35%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  z-index: 0;
}
#hero h1 {
  line-height: 1em;
}
#hero.simple {
  height: auto;
  min-height: 0;
  padding-bottom: 5vw;
}
#hero .hero-content {
  display: flex;
  max-width: 680px;
  margin: 0 auto;
}
#hero .hero-content .hero-content--title {
  font-family: bebas-neue-pro, sans-serif;
  font-size: 3em;
  text-transform: uppercase;
  line-height: 1em;
  text-align: left;
  color: rgb(243, 115, 33);
  font-style: italic;
}
#hero .hero-content .hero-content--cta {
  text-align: right;
  padding: 20px 0px;
}
#hero .hero-content .hero-content--cta .btn {
  margin: 0;
  padding: 5px !important;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 1.5em;
  text-transform: uppercase;
  line-height: 1em;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  #hero .hero-content {
    display: block;
    justify-items: center;
  }
  #hero .hero-content .hero-content--title {
    text-align: center;
    border: none;
    font-size: 2em;
  }
}

body.home #hero {
  padding-top: 25vw;
  padding-bottom: 3.5vw;
  position: relative;
  height: auto;
}
body.home #hero:after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  bottom: 0px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.55) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.55) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.55) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  z-index: 0;
}
body.home #hero:before {
  z-index: 1;
}
body.home #hero .container,
body.home #hero .container-fluid {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  body.home #hero {
    padding-top: 22vw;
  }
}
@media screen and (max-width: 1440px) {
  body.home #hero {
    padding-top: 19vw;
  }
}
@media screen and (max-width: 767px) {
  body.home #hero {
    padding-top: 300px;
  }
  body.home #hero:before {
    z-index: 0;
  }
}

#hero .word {
  opacity: 0;
  position: relative;
}

#hero .lead,
#hero .hero-content,
#hero .logos {
  position: relative;
  top: 20px;
  opacity: 0;
}

#hero .word1 {
  animation: fade-in cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s 0.25s forwards;
}

#hero .word2 {
  animation: fade-in cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s 0.75s forwards;
}

#hero .word3 {
  animation: fade-in cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s 1.25s forwards;
}

#hero .word4 {
  animation: fade-in cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.4s 1.8s forwards;
}

#hero p.lead {
  animation: fade-slide-up cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s 2.3s forwards;
}

#hero .hero-content {
  animation: fade-slide-up cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s 2.3s forwards;
}

#hero .logos {
  animation: fade-slide-up cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s 2.9s forwards;
}

.two-col-module {
  padding: 0;
  border-top: 7px solid white;
  border-bottom: 7px solid white;
}
.two-col-module .col-md-6 {
  padding: 10.5vw 5vw;
}

.video-popup {
  padding: 2vw 0 1vw 0;
}
.video-popup .container .row .col-12 {
  min-height: 30vw;
}
.video-popup .col-md-6 {
  padding: 3vw 5vw;
}

#highlights {
  background: rgb(243, 115, 33);
  padding: 0;
  color: #fff;
}
#highlights .col-md-4 .number-container {
  padding: 7vw 10px 10px 10px;
}
#highlights .col-md-4 .number-container:nth-child(even) {
  background: rgb(0, 80, 47);
}
#highlights .col-md-4 .number-container img {
  margin-bottom: 20px;
  max-height: 400px;
}
@media screen and (max-width: 767px) {
  #highlights .col-md-4 .number-container img {
    height: 250px;
  }
}

#testimonials {
  background: url(img/bg-testimonials-new.jpg) center center;
  background-size: cover;
  color: #fff;
  padding: 10vw 0;
}
#testimonials .logos img {
  max-height: 60px;
  margin: 20px 30px 0px 30px;
}
@media screen and (max-width: 767px) {
  #testimonials {
    padding: 60px 0;
  }
}

#newsletter {
  background-size: cover !important;
}
#newsletter #mc_embed_signup {
  background: transparent;
}
#newsletter #mc_embed_signup form {
  padding-left: 0px;
}
#newsletter #mc_embed_signup form input[type=email] {
  background: #e6e7e8;
  padding: 10px 15px;
  border: 0px;
  border-radius: 0px;
  max-width: 720px;
  margin: 0;
  max-height: 40px;
  text-align: center;
  font-size: 1.2em;
  text-transform: uppercase;
}
#newsletter #mc_embed_signup form input[type=email]::placeholder {
  color: #00502E;
}
#newsletter .col-md-3 img {
  max-height: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #newsletter {
    background-size: cover;
  }
  #newsletter .col-md-3 {
    padding: 0px 50px 50px 50px;
  }
}

#content-centered-image {
  background: url(http://teamhurricanes.wowmktg.com/wp-content/uploads/2025/07/bg-green-lines-scaled.png) center center #f8f8f8;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}

.standard-x-padd {
  padding-left: 5vw;
  padding-right: 5vw;
}

#nimer-quote {
  padding: 7.5vw 0;
}
@media screen and (min-width: 1600px) {
  #nimer-quote {
    padding: 10vw 0;
  }
}
@media screen and (max-width: 767px) {
  #nimer-quote {
    padding: 50px 0;
  }
}

.grid-4-col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media screen and (max-width: 767px) {
  .grid-4-col {
    grid-template-columns: 1fr 1fr;
  }
}

#leaderboard {
  background-image: url(http://teamhurricanes.wowmktg.com/wp-content/uploads/2025/07/lead-img-scaled.jpg);
  background-size: cover;
  position: relative;
}
#leaderboard::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 0;
}

#raise-table {
  background-size: cover;
  position: relative;
}
#raise-table::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 0;
}
#raise-table table th {
  color: rgb(243, 115, 33);
  background: transparent;
  border-color: rgb(243, 115, 33);
  border-bottom-width: 2px !important;
  padding: 20px 0;
}
#raise-table table td {
  color: white;
  background: transparent;
  border-color: rgb(243, 115, 33);
  border-bottom-width: 2px !important;
  padding: 20px 0;
}

.bg-lines-green {
  background: url(http://teamhurricanes.wowmktg.com/wp-content/uploads/2025/06/th-green-lines-1.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 33% 100%;
}
@media screen and (max-width: 767px) {
  .bg-lines-green {
    background: none;
  }
  .bg-lines-green .col-green::before {
    content: " ";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 30%;
    height: 110%;
    background-size: cover !important;
    z-index: -1;
    background: url(http://teamhurricanes.wowmktg.com/wp-content/uploads/2025/07/mobile-lines-green.png);
  }
  .bg-lines-green .col-green::after {
    content: " ";
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 30%;
    height: 110%;
    background-size: cover !important;
    z-index: -1;
    background: url(http://teamhurricanes.wowmktg.com/wp-content/uploads/2025/07/mobile-lines-green.png);
  }
}

.bg-lines-orange {
  background: url(http://teamhurricanes.wowmktg.com/wp-content/uploads/2025/07/bg-lines-orange.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 33% 100%;
}
@media screen and (max-width: 767px) {
  .bg-lines-orange {
    background: none;
  }
  .bg-lines-orange .col-orange::before {
    content: " ";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 30%;
    height: 110%;
    background-size: cover !important;
    z-index: -1;
    background: url(http://teamhurricanes.wowmktg.com/wp-content/uploads/2025/06/th-orange-lines-e1750967016452.png);
  }
  .bg-lines-orange .col-orange::after {
    content: " ";
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 30%;
    height: 110%;
    background-size: cover !important;
    z-index: -1;
    background: url(http://teamhurricanes.wowmktg.com/wp-content/uploads/2025/06/th-orange-lines-e1750967016452.png);
  }
}

.border-orange {
  border: 2px solid rgb(243, 115, 33);
}

#cta-grid .item-div {
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #cta-grid .item-div {
    min-height: 300px;
  }
}

.justify-items-center {
  justify-items: center;
}

.grid-2-col {
  display: grid;
  grid-template-columns: calc(50% - 15px) calc(50% - 15px);
  grid-gap: 30px;
}
@media screen and (max-width: 767px) {
  .grid-2-col {
    grid-template-columns: 100%;
  }
}

.grid-3-col {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-gap: 0px;
}
@media screen and (max-width: 1199px) {
  .grid-3-col {
    grid-template-columns: 50% 50%;
  }
}
@media screen and (max-width: 767px) {
  .grid-3-col {
    grid-template-columns: 100%;
  }
}
.grid-3-col.grid-gap-30 {
  grid-template-columns: calc(33% - 20px) calc(33% - 20px) calc(33% - 20px);
  grid-gap: 30px;
}
@media screen and (max-width: 1199px) {
  .grid-3-col.grid-gap-30 {
    grid-template-columns: calc(50% - 15px) calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .grid-3-col.grid-gap-30 {
    grid-template-columns: 100%;
  }
}

#gallery {
  background-color: black;
  background: url(http://teamhurricanes.wowmktg.com/wp-content/uploads/2025/07/bg-green-lines-scaled.png);
  background-size: cover;
}
#gallery .images-grid {
  padding: 0;
}
#gallery .images-grid .image-item {
  position: relative;
  min-height: 230px;
  height: 18vw;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.leaderboard {
  background: transparent;
  font-family: -pro, sans-serif;
}
.leaderboard .li-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.leaderboard .b-top {
  border-top: 1px solid rgb(243, 115, 33);
}

.get-started {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media screen and (max-width: 767px) {
  .get-started {
    grid-template-columns: 100%;
  }
}
.get-started div {
  background: #f2f2f2;
  padding: 20px;
  text-align: center;
  color: rgb(0, 80, 47);
}
.get-started div span.number {
  display: inline-block;
  padding: 7px 18px;
  background: rgb(243, 115, 33);
  font-weight: bold;
  color: rgb(0, 80, 47);
  border-radius: 50%;
  margin-bottom: 15px;
  font-size: 1.5em;
  font-family: bebas-neue-pro, sans-serif;
}

.event {
  display: flex;
  text-align: left;
  align-items: center;
  gap: 60px;
  padding: 40px 20px;
  margin-bottom: 20px;
}
.event:nth-child(even) {
  background: #ededed;
}
.event:last-of-type {
  margin-bottom: 0px;
}
.event .event--date {
  color: rgb(243, 115, 33);
  min-width: 200px;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
  font-family: bebas-neue-pro, sans-serif;
  text-align: center;
}
.event .event--date .event--date-day {
  padding: 0;
  font-size: 12.5em;
  line-height: 1em;
  font-weight: bold;
}
.event .event--date .event--date-month {
  color: rgb(0, 80, 47);
  padding: 0px;
  text-transform: uppercase;
  font-size: 1.75em;
  line-height: 1em;
}
.event .event--details {
  flex-grow: 1;
}
.event .event--location {
  max-width: 220px;
  min-width: 220px;
}
@media screen and (max-width: 767px) {
  .event {
    flex-wrap: wrap;
    text-align: center;
    gap: 20px;
  }
  .event .event--date {
    margin: 0 auto;
  }
  .event .event--location {
    margin: 0 auto;
  }
  .event .event--location img {
    display: none;
    max-width: auto;
  }
}

header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 3;
}
header #header {
  padding: 20px 5vw 0 5vw;
  position: relative;
  z-index: 3;
}
header #header .logo {
  position: relative;
  top: 0px;
  max-height: 8vw;
  min-height: 220px;
}
header #header .nav {
  font-family: bebas-neue-pro, sans-serif;
  font-size: 1.35em;
}
header #header .nav li {
  padding: 20px 10px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
header #header .nav li:last-of-type {
  padding-right: 0px;
}
header #header .nav li .dropdown-menu {
  background: rgb(243, 115, 33);
  padding: 0px;
  border-radius: 0px;
}
header #header .nav li .dropdown-menu li {
  padding: 0px;
}
header #header .nav li .dropdown-menu li a {
  transition: all 0.5s;
}
header #header .nav li .dropdown-menu li a:hover {
  background: rgb(0, 80, 47);
}
header #header .nav li a {
  color: #fff;
  padding: 5px 10px;
}
header #header .nav li a.outline {
  border: 1px solid rgb(243, 115, 33);
  text-decoration: none;
  transition: all 0.3s;
}
header #header .nav li a.outline:hover {
  background: rgb(243, 115, 33);
  color: #fff;
}
@media screen and (min-width: 1600px) {
  header #header .nav li {
    padding: 20px 1.25vw;
  }
}
@media screen and (max-width: 1450px) {
  header #header .nav li {
    padding: 20px 0px;
  }
}
@media screen and (max-width: 1024px) {
  header #header .nav li a {
    padding: 5px 5px;
  }
}

body.admin-bar header {
  top: 35px;
}

#mobile-toggle {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
#mobile-toggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
#mobile-toggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}
#mobile-toggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#mobile-toggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}
#mobile-toggle input:checked ~ ul {
  transform: none;
}
#mobile-toggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#mobile-toggle span:first-child {
  transform-origin: 0% 0%;
}
#mobile-toggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#mobile-nav {
  position: absolute;
  width: calc(100vw + 1px);
  margin: -67px 0 0 calc(-100vw + 53px);
  padding: 50px;
  padding-top: 100px;
  background: #00502f;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#mobile-nav li {
  padding: 10px 1vw;
  font-size: 20px;
  text-align: center;
}
#mobile-nav li a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  #mobile-toggle {
    display: block;
  }
  .hero-lines {
    height: 150px;
    object-fit: contain;
    object-position: bottom;
    margin-top: 30px;
  }
}
footer {
  background: rgb(0, 80, 47);
  color: #fff;
  padding: 40px 0 40px 0;
  position: relative;
}
footer .footer-menu {
  padding: 0;
  list-style-type: none;
  columns: 3;
  column-gap: 10%;
  margin: 0;
  text-transform: uppercase;
}
footer .footer-menu li a {
  color: #fff;
}
footer .footer-menu .social-icons img {
  height: 18px;
  margin: 0px 5px;
}
@media screen and (max-width: 767px) {
  footer .footer-menu {
    columns: 1;
    text-align: center;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-slide-up {
  0% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}

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