.container-fluid {
  overflow: hidden;
}

a {
  text-decoration: none;
}

h1 {
  color: #FBFBFB;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 99%; /* 47.52px */
}

h2 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h2.headingTwoWithLine {
  color: #000;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 99%; /* 31.68px */
  text-transform: uppercase;
}

.headingTwoLine {
  width: 300px;
  height: 5px;
  background: #0534B3;
  margin-left: calc(50% - 80px);
  margin-top: -10px;
}

h2.subHeading {
  color: #FBFBFB;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 99%; /* 31.68px */
  margin-top: -30px;
  padding-top: 0;
}

h3 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 99%; /* 23.76px */
  text-transform: uppercase;
}

.headingThreeIcon {
  width: 53px;
  position: absolute;
  left: -42px;
  top: 10px;
  opacity: 0.3;
}

.headingThreeIcon img {
  max-width: 100%;
  height: auto;
}

#text {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.header .logo {
  position: relative;
}
.header .logo img {
  max-width: 100%;
  height: auto;
}
.header .navigationWrap {
  display: table;
  width: 100%;
}
.header .navigation {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.header .navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header .navigation li {
  display: inline;
  padding: 15px 30px;
}
.header .navigation li a {
  color: white;
  font-size: 18px;
  text-decoration: none;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}
.header .navigation li a:hover {
  text-decoration: underline;
}
.header .navigation li:last-child {
  padding-right: 0;
}

.order-start-offer-col {
    align-items: center;
}

.order-start-offer-price {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}

.order-start-offer-helper {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.order-start-offer-content-success {
    color: #027102;
}

.order-start-offer-content-warning {
    color: #d74f00;
}

.order-banner {
    position: fixed;
    top: 75px;
    padding: 15px 25px 5px 25px;
    width: 100%;
    z-index: 50;
    background-color: #f5f5f5;
    border-bottom: 1px solid gray;
}

.order-banner .row {
    font-size: large;
}
.order-banner input {
    resize: horizontal;
    width: fit-content;
}

.order-banner-icon {
    float: left;
    margin-right: 5px;
}

.order-banner-pill {
    background-color: orange;
    color: white;
    border-radius: 5px;
}
.order-banner-pill-offer {
    background-color: green;
    color: white;
    border-radius: 5px;
}

.order-status-pill {
    color: white;
    border-radius: 5px;
}
.order-status-pill-success {
    background-color: green;
}

.order-status-pill-warning {
    background-color: orange;
}

.order-status-pill-danger {
    background-color: #e10f0f;
}

#nav-button {
  display: none;
}

.header.scrolled {
  background-color: rgba(0, 15, 56, 0.9);
}
.header.scrolled .logo img {
  max-width: 50%;
}
.header.scrolled .navigation li a {
  font-size: 14px;
}

.bgvideo {
  padding: 0;
  position: relative;
}
.bgvideo video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.bgVideoContainer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.videoOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(150, 150, 150, 0) -80.25%, rgba(0, 17, 63, 0.62) 99.28%);
}

.submitFormWrap {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0px 4px 83px 0px rgba(0, 0, 0, 0.25);
  padding: 33px 55px 40px 55px;
}

form {
  font-family: Inter, sans-serif;
}
form label {
  color: inherit;
  display: block;
  padding: 1rem 0 0.6rem;
  position: relative;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 18px;
}
form label a {
  font-weight: 400;
}
form label small {
  font-family: inherit;
  color: red;
  display: inline-block;
  line-height: 0.5rem;
}
form input[type=text], form input[type=password], form input[type=number], form input[type=email], form input[type=tel], form input[type=datetime-local], form textarea {
  font-family: inherit;
  border-radius: 5px;
  background: #FBFBFB;
  border: none;
  color: #4b4b4b;
  display: block;
  font-weight: 400;
  margin: 0 0 0.5rem 0;
  padding: 0.8rem;
  position: relative;
  resize: none;
  width: 100%;
}
form .nice-select {
  font-family: inherit;
  width: 100%;
  border: none;
  border-radius: 5px;
  margin: 0 0 0.5rem 0;
    background: #FBFBFB;
}

button {
  display: block;
  font-family: Inter, sans-serif;
  width: 100%;
  max-width: 290px;
  margin: 20px auto;
  border-radius: 5px;
  border: none;
  background-color: #002281;
  color: white;
  padding: 10px;
}

button:hover {
  background-color: white;
  color: #002281;
}

.cardImage {
  position: relative;
  text-align: center;
}

.cardImage img {
  width: 100%;
  height: auto;
}

.cardImageText {
  color: #FFF;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  top: calc(50% - 24px);
  margin: 0 auto;
  display: block;
  width: 100%;
}

.overlappingPicturesOne {
  position: relative;
}
.overlappingPicturesOne .pictureOne {
  width: 60%;
}
.overlappingPicturesOne .pictureOne img {
  width: 100%;
  height: auto;
  border: 8px solid white;
}
.overlappingPicturesOne .pictureTwo {
  width: 60%;
  margin-left: 40%;
  margin-top: -100px;
}
.overlappingPicturesOne .pictureTwo img {
  width: 100%;
  height: auto;
  border: 8px solid white;
}

.textWithIcon {
  margin-top: -65px;
}
.textWithIcon .icon img {
  width: 72px;
  height: 72px;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); /* IE6 & 7 */
  zoom: 1;
}
.textHeadingAndPreHeading .preHeading {
  color: #FFF;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 99%; /* 15.84px */
  text-transform: uppercase;
}
.textHeadingAndPreHeading .heading {
  margin-top: 20px;
  color: #FFF;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.textHeadingAndPreHeading .text {
  margin-top: 20px;
  color: #FFF;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.faqCard {
  background-color: #021854;
  padding: 70px 55px 15px 55px;
  width: 100%;
  min-height: 370px;
}
.faqCard .heading {
  color: #FFF;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 99%; /* 17.82px */
  text-transform: uppercase;
}
.faqCard .text {
  margin-top: 15px;
  color: #FBFBFB;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.faqCard .icon {
  width: 100%;
  text-align: right;
}
.faqCard .icon img {
  width: 61px;
  height: auto;
}

.faqCardRow .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}

.contactIconWrap {
  text-align: center;
  padding-bottom: 20px;
}
.contactIconWrap .contactIcon img {
  width: 85px;
  height: 85px;
  margin: 0 auto;
  display: block;
  margin-bottom: 25px;
}
.footer {
  background-color: rgba(0, 15, 56, 0.9);
}
.footer .footerLogo {
  width: 150px;
  margin: 0 auto;
}
.footer .footerLogo img {
  max-width: 100%;
}
.footer .footerLinks a, .footer .footerContact a {
  color: white;
  font-family: Inter, sans-serif;
}
.footer .footerLinks ul, .footer .footerContact ul {
  list-style: none;
  padding-left: 0;
}
.footer .footerLinks {
  text-align: left;
  border-left: 4px solid white;
  padding-left: 10px;
  padding-bottom: 20px;
}
.footer .footerLinks a {
  font-size: 14px;
  font-weight: 600;
}
.footer .footerContact {
  text-align: right;
}
.footer .footerContact a {
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  .header {
    background-color: rgba(0, 15, 56, 0.9);
  }
  .header.scrolled .logo img {
    max-width: 75px;
  }
  .header.scrolled .navigation li a {
    font-size: 18px;
  }
  .header .logo img {
    max-width: 75px;
  }
  .header .navigationWrap {
    height: unset !important;
  }
  .header .navigation {
    text-align: center;
    display: none;
  }
  .header .navigation li {
    display: block;
  }
  .header .navigation li:last-child {
    padding: 15px 30px;
  }
  .header .navigation li a {
    font-size: 14px;
  }
  .header.showing .navigation {
    display: block;
  }
  #nav-button {
    display: block;
  }
  #nav-button {
    position: absolute;
    padding: 0;
    top: 38px;
    margin-top: -25px;
    right: 5px;
    height: 50px;
    width: 50px;
    z-index: 100;
    position: absolute;
    cursor: pointer;
    text-transform: none;
    background-color: transparent;
    border: 0;
    overflow: visible;
  }
  #nav-button:before,
  #nav-button:after,
  #nav-button span {
    content: "";
    display: block;
    height: 1px;
    width: 20px;
    background-color: white;
    position: relative;
    top: 0;
    left: 15px;
    transition-property: opacity, transform;
    transition-duration: 0.15s;
    transition-timing-function: linear;
  }
  #nav-button:before {
    top: -4px;
    transform-origin: top left;
  }
  #nav-button:after {
    top: 4px;
    transform-origin: bottom left;
  }
  #nav-button span {
    transform-origin: center center;
  }
  .header.showing #nav-button:before {
    transform: translateY(-2px) rotate(45deg);
  }
  .header.showing #nav-button span {
    transform: translateX(-2px) scaleX(0);
    opacity: 0;
  }
  .header.showing #nav-button:after {
    transform: translateY(2px) rotate(-45deg);
  }
}

/**
 * Multi step order.
 */
.order-step-header {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  min-width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin: 2px;
}

.active, .order-step-header:hover {
  background-color: #ccc;
}

.order-step-header:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
}

.active:after {
  content: "\2212";
}

.order-step-content {
    padding: 0 18px;
    background-color: #f5f5f5;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.order-step-content input[type=text], .order-step-content input[type=password], .order-step-content input[type=number], .order-step-content input[type=email], .order-step-content input[type=tel], .order-step-content textarea {
  border: 1px solid black;
}

.order-summary-container {
    max-width: 100%;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 20px;
    padding-bottom: 20px;
}

/*.order-summary-row:not(:first-child) {
    margin-top: 10px;
}*/

.order-summary-col {
    margin-top: 10px;
}

.order-summary-label {
    font-weight: bold;
}

table {
    @media only screen and (max-width: 900px) {
        .hide-on-mobile {
            display: none;
        }
    }
}

/**
 * Modal
 */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

.modal-content input[type=text], .modal-content input[type=password], .modal-content input[type=number], .modal-content input[type=email], .modal-content input[type=tel], .modal-content textarea, .modal-content .nice-select {
  border: 1px solid black;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.edit-item {
  color: #000;
  float: right;
  font-size: 20px;
  font-weight: bold;
}

.remove-item {
  color: #ea3838;
  float: right;
  font-size: 20px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/**
 * Accordion / FAQ
 */
.accordion-header {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    min-width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin: 2px;
}

.active, .accordion-header:hover {
    background-color: #ccc;
}

.accordion-header:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
}

.accordion-header, .active:after {
    content: "\2212";
}

.accordion-content {
    padding: 0 18px;
    background-color: #f5f5f5;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.faq-hint {}

.faq-hint a {
    color: #777;
}

.field-warning {
    padding: 15px;
    background-color: #ed8a27;
    color: white;
    margin-bottom: 15px;
    margin-top: 10px;
}

/**
 * Boostrap copies.
 */

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-info {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1.5;
    border-radius: 5px;
    transition: color .15s
    ease-in-out, background-color .15s
    ease-in-out, border-color .15s
    ease-in-out, box-shadow .15s
    ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

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