/******* Colors ***********/
/******** Structure **********/
/*font */
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Bold/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold/Gotham-Bold.otf") format("opentype"), url("../fonts/Gotham-Bold/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Medium/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium/Gotham-Medium.otf") format("opentype"), url("../fonts/Gotham-Medium/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Light/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light/Gotham-Light.otf") format("opentype"), url("../fonts/Gotham-Light/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: 100;
  font-style: normal; }
* {
  font-family: Gotham;
  font-weight: 100;
  color: #454545;
  font-size: 16px; }

html {
  scroll-behavior: smooth; }

body {
  margin: 4px auto 20px auto; }

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 800; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 18px; }

img {
  max-width: 100%; }

hr {
  border: 1px solid #FD6A21;
  margin: 20px 0; }

[v-cloak] {
  display: none; }

table {
  width: 100%;
  border-collapse: collapse; }
  table th, table td, table tr {
    border: 1px solid;
    padding: 10px; }

header.ivm-container {
  max-width: 1780px;
  margin: auto;
  width: 96%;
  margin: 40px auto 20px auto; }

h1 {
  max-width: 1780px;
  margin: auto;
  width: 96%;
  text-transform: uppercase;
  text-align: center; }

.frmLink {
  cursor: pointer;
  color: #FD6A21;
  text-decoration: underline; }

@media screen and (max-width: 767px) {
  a {
    word-break: break-word; } }

.overhide {
  overflow: hidden; }

@media screen and (max-width: 767px) {
  logo {
    display: block;
    width: 100%;
    text-align: center; } }

.search-wrapper .search-box {
  background-color: #FD6A21;
  padding: 30px 0;
  margin: 30px 0; }
  .search-wrapper .search-box .search-input-box {
    max-width: 1700px;
    margin: auto;
    width: 96%; }
    .search-wrapper .search-box .search-input-box input {
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 60px;
      padding: 0 10px;
      border: none;
      outline: none; }

.hlp-content .box {
  background-color: #FD6A21;
  padding: 30px 0;
  margin: 30px 0; }
  .hlp-content .box .box-wrapper {
    max-width: 1700px;
    margin: auto;
    width: 96%; }
    .hlp-content .box .box-wrapper h1 {
      margin: 0;
      text-align: center; }
.hlp-content .hlp-wrapper {
  max-width: 1700px;
  margin: auto;
  width: 96%; }
.hlp-content .faq {
  border-top: 1px solid #454545;
  padding: 20px 0;
  overflow: hidden; }
  .hlp-content .faq h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }
    .hlp-content .faq h3 span.title {
      font-family: inherit;
      font-size: inherit;
      font-weight: inherit;
      max-width: 90%; }
  .hlp-content .faq .faq-content {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    max-height: 1800px; }
    .hlp-content .faq .faq-content a {
      display: inline-block; }
  .hlp-content .faq .sclZero {
    visibility: hidden;
    opacity: 0;
    max-height: 0; }

.arrow {
  cursor: pointer;
  width: 9px;
  height: 9px;
  border-top: 3px solid #FD6A21;
  border-right: 3px solid #FD6A21;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  display: inline-block;
  margin-left: 20px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.arrow.up {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.ivmbtn {
  width: 180px;
  background-color: #454545;
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px !important;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
  opacity: 1;
  border: transparent;
  cursor: pointer; }
  .ivmbtn:disabled {
    background-color: #FD6A21;
    border: 2px solid #fff;
    opacity: .5; }

.contact-frm {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
  -webkit-transform: scale(0);
          transform: scale(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: scroll; }

.frm-wrapper {
  max-width: 768px;
  margin: auto;
  width: 96%; }
  @media screen and (max-width: 767px) {
    .frm-wrapper {
      max-width: 318px; } }
  .frm-wrapper form {
    padding: 40px;
    background-color: #FD6A21; }
  .frm-wrapper p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .frm-wrapper p label {
      margin-bottom: 4px;
      color: #fff; }
    .frm-wrapper p input, .frm-wrapper p textarea {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 40px;
      padding: 10px;
      border: none; }
    .frm-wrapper p textarea {
      height: 120px; }
    .frm-wrapper p input[type=number] {
      -moz-appearance: textfield; }
      .frm-wrapper p input[type=number]::-webkit-outer-spin-button, .frm-wrapper p input[type=number]::-webkit-inner-spin-button {
        /* display: none; <- Crashes Chrome on hover */
        -webkit-appearance: none;
        margin: 0;
        /* <-- Apparently some margin are still there even though it's hidden */ }
  .frm-wrapper .submitMsg {
    color: #fff;
    padding: 40px; }

.close-btn {
  text-align: right; }
  .close-btn .outer {
    position: relative;
    margin: auto 10px auto auto;
    width: 46px;
    cursor: pointer;
    padding: 10px 0; }
    .close-btn .outer .inner {
      width: inherit;
      text-align: center;
      cursor: pointer; }
      .close-btn .outer .inner label {
        opacity: 1;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
        font-weight: 800px;
        color: #fff; }
      .close-btn .outer .inner:before, .close-btn .outer .inner:after {
        position: absolute;
        content: '';
        height: 2px;
        width: inherit;
        background-color: #fff;
        left: 0;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
        -webkit-transform: rotate(0);
                transform: rotate(0);
        opacity: 1; }
      .close-btn .outer .inner:before {
        top: 0; }
      .close-btn .outer .inner:after {
        bottom: 0; }
    .close-btn .outer:hover .inner label {
      opacity: 0; }
    .close-btn .outer:hover .inner:before, .close-btn .outer:hover .inner:after {
      opacity: 1; }
    .close-btn .outer:hover .inner:before {
      top: 50%;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .close-btn .outer:hover .inner:after {
      bottom: 50%;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.zoomIn {
  -webkit-transform: scale(1);
          transform: scale(1); }

.error-message {
  margin-top: 5px; }

/****************** Loading Spinner **********************/
.lds-hourglass {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  padding: 40px;
  margin: auto; }

.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 26px solid #fff;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: lds-hourglass 1.2s infinite;
          animation: lds-hourglass 1.2s infinite; }

@-webkit-keyframes lds-hourglass {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(1800deg);
            transform: rotate(1800deg); } }

@keyframes lds-hourglass {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(1800deg);
            transform: rotate(1800deg); } }
/************ Back To Top Bounce *************/
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(1, 1) translate(0px, 0px);
            transform: scale(1, 1) translate(0px, 0px); }
  30% {
    -webkit-transform: scale(1, 0.8) translate(0px, 10px);
            transform: scale(1, 0.8) translate(0px, 10px); }
  75% {
    -webkit-transform: scale(1, 1.1) translate(0px, -25px);
            transform: scale(1, 1.1) translate(0px, -25px); }
  100% {
    -webkit-transform: scale(1, 1) translate(0px, 0px);
            transform: scale(1, 1) translate(0px, 0px); } }
.bounce {
  text-align: center;
  margin: 0 auto;
  height: 20px;
  width: 65px;
  padding: 20px;
  background: #454545;
  -webkit-animation: bounce 0.75s infinite;
  position: fixed;
  bottom: 0;
  right: 80px;
  cursor: pointer; }
  .bounce:hover {
    background: #FD6A21; }
  .bounce svg {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    fill: white; }

.contact-section {
  background-color: #454545;
  padding: 30px 0; }
  .contact-section .wrapper {
    max-width: 1700px;
    margin: auto;
    width: 96%;
    color: #fff;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .contact-section .wrapper {
        max-width: 318px; } }

/********* Additional Pages ******************/
.otherPages .pageContent {
  max-width: 1170px;
  margin: auto;
  width: 96%; }

/**************** Footer *****************/
.footer {
  background-color: #FD6A21;
  padding: 40px 0; }
  .footer .footer-wrapper {
    max-width: 768px;
    margin: auto;
    width: 96%; }
    .footer .footer-wrapper ul {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 767px) {
        .footer .footer-wrapper ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .footer .footer-wrapper ul li {
        color: #fff;
        font-weight: 800; }
        @media screen and (max-width: 767px) {
          .footer .footer-wrapper ul li {
            margin-top: 10px; } }
        .footer .footer-wrapper ul li a, .footer .footer-wrapper ul li span {
          color: inherit; }
        .footer .footer-wrapper ul li a {
          font-weight: inherit;
          text-decoration: none;
          cursor: pointer; }
          .footer .footer-wrapper ul li a:hover {
            text-decoration: underline; }
        .footer .footer-wrapper ul li span {
          font-size: 14px; }

/*********** Vue Animate **************/
.fade-enter, .fade-leave-to {
  opacity: 0; }

.fade-enter-active, .fade-leave-active {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

/*# sourceMappingURL=style.css.map */