ul {
  list-style: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
td {
  font-size: 1em;
}
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
p,
blockquote,
fieldset,
input,
label,
div,
dd,
dt,
dl,
table,
tr,
td,
img,
hr {
  margin: 0px;
  padding: 0px;
}
a img,
:link img,
:visited img,
fieldset {
  border: none;
}
@font-face {
  font-family: 'Gilroy';
  font-display: swap;
  font-weight: 100 900;
  src: url('../asset/fonts/Gilroy-Light.otf');
}
@font-face {
  font-family: 'GilroyBold';
  font-display: swap;
  font-weight: 100 900;
  src: url('../asset/fonts/Gilroy-ExtraBold.otf');
}
@font-face {
  font-family: 'BebasKai';
  font-display: swap;
  font-weight: 100 900;
  src: url('../asset/fonts/BebasKai.otf');
}
body {
  font-family: 'Gilroy', sans-serif;
  background-color: #f0f0f0;
  color: #333;
}
body strong {
  font-family: 'GilroyBold';
}
.frame {
  box-sizing: border-box;
  font-size: 0;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width: 801px) {
  .frame {
    max-width: 1640px;
  }
}
@media screen and (max-width: 800px) {
  .frame {
    width: 100%;
  }
}
.header {
  background-color: #f3311a;
  color: #fff;
  font-family: "Gilroy";
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
}
.header ul.items li {
  display: inline-block;
  font-size: 16px;
  margin-right: 30px;
}
.header ul.items li a {
  color: #fff;
  text-decoration: none;
}
.nav-top {
  background-color: #10252d;
  height: 140px;
}
@media screen and (max-width: 800px) {
  .nav-top {
    height: 60px;
  }
}
.nav {
  font-family: "Gilroy";
  line-height: 140px;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .nav {
    line-height: 60px;
  }
}
.nav .logo {
  display: inline-block;
  position: absolute;
  right: 50px;
  top: 10px;
}
@media screen and (min-width: 1001px) {
  .nav .logo img.small {
    display: none;
  }
}
@media screen and (max-width: 1000px) and (min-width: 801px) {
  .nav .logo img.large {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .nav .logo img.large,
  .nav .logo img.small {
    display: none;
  }
}
.nav ul {
  display: inline-block;
  font-weight: bold;
}
.nav ul.nav-links li {
  margin-right: 20px;
}
.nav ul.nav-links li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.nav ul.social-icons {
  position: absolute;
  right: 20px;
}
.nav ul.social-icons li {
  margin-left: 15px;
}
.nav ul.social-icons a {
  color: #fff;
  font-size: 18px;
}
.nav ul li {
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .nav ul {
    background: url('/images/icon_hamburger.png') no-repeat;
    display: block;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 60px;
  }
  .nav ul:hover li {
    background-color: #10252d;
    border: 1px solid #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    margin-top: -1px;
    padding: 5px;
    position: relative;
    right: 95px;
    top: 50px;
    width: 150px;
  }
  .nav ul:hover li a {
    display: block;
  }
  .nav ul li {
    display: none;
  }
  .nav ul.social-icons {
    display: none;
  }
}
.home-slider {
  background: url('/images/slider1.jpg') no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 41%;
  position: relative;
  width: 100%;
}
.home-slider .frame {
  z-index: 1;
}
.home-slider .frame .slider-text {
  color: #fff;
  padding: 25px 0;
  max-width: 1640px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 150px;
}
.home-slider .frame .slider-text h2 {
  font-weight: bolder;
  font-size: 110px;
  font-family: 'BebasKai';
  text-transform: uppercase;
  line-height: 100px;
  margin: 10px 0;
  text-shadow: 2px 2px 4px #000000;
}
@media screen and (max-width: 1200px) {
  .home-slider .frame .slider-text h2 {
    font-size: 50px;
    line-height: 40px;
  }
}
.home-slider .frame .slider-text p {
  font-weight: bold;
  font-style: italic;
  font-size: 40px;
  font-family: 'GilroyBold';
  text-shadow: 2px 2px 4px #000000;
}
@media screen and (max-width: 800px) {
  .home-slider .frame .slider-text {
    padding-top: 20px;
  }
  .home-slider .frame .slider-text h2 {
    font-size: 20px;
    line-height: 20px;
  }
  .home-slider .frame .slider-text p {
    font-size: 12px;
  }
}
.home-slider .wave-top {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.home-slider .wave-top svg {
  position: relative;
  display: block;
  width: calc(287.3%);
  height: 339px;
  transform: rotateY(180deg);
}
@media screen and (max-width: 800px) {
  .home-slider .wave-top svg {
    height: 100px;
  }
}
.home-slider .wave-top .shape-fill {
  fill: #f3311a;
}
.inside-image {
  background: url('/images/slider1.jpg') no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 12%;
  position: relative;
  width: 100%;
}
.inside-image .wave-top {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.inside-image .wave-top svg {
  position: relative;
  display: block;
  width: calc(287.3%);
  height: 139px;
  transform: rotateY(180deg);
}
@media screen and (max-width: 800px) {
  .inside-image .wave-top svg {
    height: 100px;
  }
}
.inside-image .wave-top .shape-fill {
  fill: #f3311a;
}
.content {
  min-height: 300px;
  padding: 0;
}
.content h2 {
  font-weight: bold;
  font-size: 60px;
  font-family: 'BebasKai';
  margin: 40px 0 3px 0;
  text-align: center;
}
.content h2.left {
  padding-left: 200px;
  text-align: left;
}
.content h2.right {
  padding-right: 200px;
  text-align: right;
}
.content h3 {
  font-weight: bold;
  font-size: 28px;
  font-family: 'GilroyBold';
  margin: 20px 0 10px 0;
}
.content p {
  font-size: 24px;
  margin-bottom: 30px;
}
.content p.center {
  text-align: center;
}
.content p.smaller {
  font-family: 'GilroyBold';
  font-size: 0.8em;
}
.content ul {
  font-size: 24px;
  list-style-type: disc;
  margin-bottom: 20px;
}
.content ul li {
  margin-left: 50px;
}
.content .container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 40px;
}
.content .half-container,
.content .quarter-container {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 50px;
  text-align: justify;
  text-justify: inter-word;
  vertical-align: top;
}
.content .half-container:first-child,
.content .quarter-container:first-child {
  padding-left: 0;
}
.content .half-container:last-child,
.content .quarter-container:last-child {
  padding-right: 0;
}
.content .half-container img,
.content .quarter-container img {
  max-height: 100%;
  max-width: 100%;
  padding-right: 10px;
}
.content .half-container img:last-child,
.content .quarter-container img:last-child {
  padding: 0;
}
.content .testimonial {
  box-sizing: border-box;
  display: inline-block;
  padding: 40px;
  vertical-align: top;
  width: 33%;
}
@media screen and (max-width: 800px) {
  .content .testimonial {
    display: block;
    padding: 20px;
    width: 100%;
  }
}
.content .testimonial p {
  font-size: 16px;
  font-style: italic;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .content .testimonial p {
    margin-bottom: 0;
  }
}
.content .testimonial p span {
  display: block;
  font-family: 'GilroyBold';
  font-style: normal;
  margin-top: 20px;
}
.content .b-roll {
  text-align: center;
  white-space: nowrap;
}
.content .half-container {
  width: 50%;
}
.content .quarter-container {
  width: 25%;
}
@media screen and (max-width: 800px) {
  .content h2.left,
  .content h2.right {
    padding: 0;
    text-align: center;
  }
  .content .container {
    display: block;
  }
  .content .half-container {
    padding: 0;
    width: 100%;
  }
  .content .b-roll {
    display: none;
  }
}
.content img.border {
  border: 0px solid #10252d;
}
.content .mission {
  text-align: center;
}
.content .roi-calculator {
  padding-bottom: 50px;
}
.content .roi-calculator div.form,
.content .roi-calculator div.results {
  display: inline-block;
  vertical-align: top;
  width: 45%;
}
@media screen and (max-width: 800px) {
  .content .roi-calculator div.form,
  .content .roi-calculator div.results {
    width: 100%;
  }
}
.content .roi-calculator div.form div.savings,
.content .roi-calculator div.results div.savings {
  font-size: 24px;
}
.content .roi-calculator div.form div.savings span,
.content .roi-calculator div.results div.savings span {
  font-family: 'GilroyBold';
  font-style: italic;
}
.content .roi-calculator div.results {
  display: none;
}
.content .roi-calculator div.results div.explanation {
  font-size: 12px;
  font-style: italic;
}
.content .roi-calculator h2 {
  font-weight: bold;
  font-size: 40px;
  font-family: 'GilroyBold';
  margin-bottom: 10px;
}
.content .roi-calculator p {
  font-size: 28px;
  margin-bottom: 10px;
}
.content .roi-calculator div.labels .label,
.content .roi-calculator div.costs .label {
  display: inline-block;
  font-family: 'GilroyBold', sans-serif;
  font-size: 10px;
  padding: 10px 0;
  text-align: center;
  width: 20%;
}
.content .roi-calculator div.labels .label:first-child,
.content .roi-calculator div.costs .label:first-child {
  margin-left: 9%;
}
.content .roi-calculator div.chart {
  border-bottom: 1px solid #000;
  height: 200px;
  position: relative;
}
.content .roi-calculator div.chart div.bar-container {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 20%;
}
.content .roi-calculator div.chart div.bar-container:first-child {
  margin-left: 9%;
}
.content .roi-calculator div.chart div.bar-container:nth-child( 2 ) {
  border-right: 1px solid #000;
}
.content .roi-calculator div.chart .bar {
  bottom: 0;
  display: inline-block;
  height: 100%;
  left: 25%;
  position: absolute;
  width: 50%;
}
.content .roi-calculator div.chart .current {
  background: #f00;
}
.content .roi-calculator div.chart .new {
  background: #0f0;
}
.content.clients .container,
.content.testimonials .container {
  display: block;
}
.content.clients {
  background: #d3d3d3;
  min-height: 0;
}
.content.clients .container .client-logo {
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  display: inline-block;
  height: 150px;
  margin: 30px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: calc(33% - 60px);
}
@media screen and (max-width: 800px) {
  .content.clients .container .client-logo {
    height: 80px;
  }
}
.content.clients .container .client-logo img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 50%;
  max-width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.content .fys-page {
  display: none;
}
.content .answer {
  background: #f3311a;
  border-radius: 10px;
  color: #fff;
  cursor: default;
  display: inline-block;
  font-size: 24px;
  min-height: 120px;
  margin: 20px;
  padding: 20px;
  vertical-align: bottom;
  width: 15%;
}
.content .answer:first-child {
  margin-left: 0;
}
.content .answer:hover {
  background-color: #d13322;
}
.content .info {
  background: url('/images/icon_info.png') no-repeat;
  font-size: 18px;
  margin: 20px 0;
  padding: 20px 10px 20px 60px;
}
.content .us-location-map-container {
  padding-bottom: 50px;
  text-align: center;
}
.content .us-location-map {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 952px;
}
@media screen and (max-width: 952px) {
  .content .us-location-map {
    width: 100%;
  }
}
.content .us-location-map img {
  width: 100%;
}
.content .us-location-map div {
  background: url('/images/icon-logo.png') no-repeat;
  background-size: cover;
  height: 32px;
  position: absolute;
  width: 32px;
}
@media screen and (max-width: 952px) {
  .content .us-location-map div {
    height: 5%;
    width: 3.4%;
  }
}
.content .us-location-map .atlanta-ga {
  left: 74.6%;
  top: 50.3%;
}
.content .us-location-map .boston-ma {
  left: 93%;
  top: 14.9%;
}
.content .us-location-map .ftmyers-fl {
  left: 81.4%;
  top: 72.3%;
}
.content .us-location-map .honolulu-hi {
  left: 43.6%;
  top: 88.8%;
}
.content .us-location-map .houston-tx {
  left: 53.6%;
  top: 65.3%;
}
.content .us-location-map .lasvegas-nv {
  left: 17.9%;
  top: 40.9%;
}
.content .us-location-map .kona-hi {
  left: 48.3%;
  top: 95.1%;
}
.content .us-location-map .minneapolis-mn {
  left: 56.2%;
  top: 14.2%;
}
.content .us-location-map .orangecounty-ca {
  left: 11.6%;
  top: 47.2%;
}
.content .us-location-map .orlando-fl {
  left: 82%;
  top: 66.5%;
}
.content .us-location-map .phoenix-az {
  left: 23.6%;
  top: 51.9%;
}
.content .us-location-map .portland-or {
  left: 8.4%;
  top: 7.9%;
}
.content .us-location-map .raleighdurham-nc {
  left: 83.5%;
  top: 40%;
}
.content .us-location-map .seattle-wa {
  left: 10.5%;
  top: 2.4%;
}
.bottom {
  background: #000;
  color: #fff;
  height: 450px;
  position: relative;
  text-align: center;
}
.bottom .wave-bottom {
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform: rotate(180deg);
  width: 100%;
}
.bottom .wave-bottom svg {
  position: relative;
  display: block;
  width: calc(169.3%);
  height: 104px;
  transform: rotateY(180deg);
}
@media screen and (max-width: 800px) {
  .bottom .wave-bottom svg {
    height: 70px;
  }
}
.bottom .wave-bottom .shape-fill {
  fill: #f3311a;
}
.bottom::before {
  background-image: url('/images/passwaypicF.jpg');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
}
.bottom .column {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 180px;
}
.bottom .column:nth-child(1) {
  font-family: 'BebasKai';
  text-align: center;
  width: 35%;
}
.bottom .column:nth-child(2) {
  width: 50%;
  text-align: left;
}
.bottom .column .icon-box {
  background: #f3311a;
  font-size: 30px;
  margin-bottom: 15px;
  padding: 10px;
}
.bottom .column .ocs {
  font-size: 30px;
}
.bottom .column .phone-number {
  font-size: 40px;
  margin: 15px 0;
}
.bottom .column .card-header {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: 'BebasKai';
}
.bottom .column .card-description {
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .bottom {
    height: 550px;
    overflow: hidden;
  }
  .bottom .column {
    display: block;
  }
  .bottom .column:nth-child(1),
  .bottom .column:nth-child(2) {
    width: 100%;
  }
  .bottom .column:nth-child(1) {
    margin-top: 100px;
  }
  .bottom .column:nth-child(2) {
    margin-top: 30px;
  }
}
footer {
  background: #10252D;
  color: #fff;
  padding: 70px;
  text-align: center;
}
footer .column {
  box-sizing: border-box;
  display: inline-block;
  margin-left: 30px;
  text-align: left;
  vertical-align: top;
  width: 15%;
}
footer .column:nth-child(1) {
  margin-left: 60px;
  width: 20%;
}
footer .column a {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
}
footer .column h4 {
  margin: unset;
  margin-bottom: 15px;
  font-size: 30px;
  font-family: 'BebasKai';
}
footer .column address {
  font-size: 16px;
  font-style: normal;
}
footer .column address span {
  color: #f3311a;
}
@media screen and (max-width: 800px) {
  footer {
    padding: 40px;
  }
  footer .column {
    display: block;
    margin: 0;
    width: 100%;
  }
  footer .column:nth-child(1) {
    margin: 0;
    width: 100%;
  }
  footer .column h4 {
    margin-bottom: 0;
    margin-top: 15px;
  }
}
a {
  color: #333;
}
a.button,
button,
input[type=submit],
input[type=button] {
  background: #f3311a;
  border: 0;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-family: 'Gilroy';
  font-size: 16px;
  padding: 12px 20px;
  margin: 10px 0;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
a.button:hover,
button:hover,
input[type=submit]:hover,
input[type=button]:hover {
  background-color: #d13322;
}
a.button.larger,
button.larger,
input[type=submit].larger,
input[type=button].larger {
  font-size: 18px;
  padding: 12px 80px;
}
form div.line {
  margin-bottom: 10px;
}
form div.line span {
  display: inline-block;
  font-size: 18px;
  vertical-align: top;
}
@media screen and (max-width: 800px) {
  form div.line span {
    display: block;
  }
}
form div.line span.label {
  width: 200px;
}
form div.line span.value {
  width: calc(-50%);
}
input[type=text],
select,
textarea {
  border: 1px solid #aaa;
  font-size: 20px;
  padding: 0 10px;
  width: 300px;
}
input[type=text],
select {
  height: 40px;
}
textarea {
  height: 100px;
}
@media screen and (max-width: 800px) {
  a.button {
    border-radius: 10px;
    font-size: 10px;
    margin: 0;
    padding: 5px 8px;
  }
}
@media print {
  body {
    background-color: white;
  }
  .header,
  .nav,
  .footer {
    display: none;
  }
  .content-text p {
    font-size: 20px;
  }
  .content-text h2 {
    font-size: 40px;
  }
  .card {
    width: 100%;
  }
}
