@charset "UTF-8";
/* ==== Buttons and text links === */
@font-face {
  font-family: "MuktaVaani-reg";
  src: url("../fonts/MuktaVaani-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MuktaVaani-bold";
  src: url("../fonts/MuktaVaani-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------*\
  #RESET
\*------------------------------------*/
/**
 * As well as using Normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body,
h1, h2, h3, h4, h5, h6,
blockquote, pre,
dl, dd,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

p {
  margin-top: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ul,
li > ol {
  margin-bottom: 0;
}

/*------------------------------------*\
  #FORMS
\*------------------------------------*/
button:hover,
html [type=button]:hover,
[type=reset]:hover,
[type=submit]:hover {
  cursor: pointer;
}

form {
  margin-bottom: 5%;
}
form input,
form textarea {
  padding: 8px;
  width: 100%;
  display: block;
  color: #363636;
  font-size: 1rem;
  font-family: "MuktaVaani-reg", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 10px;
  border: solid 1px #363636;
  background-color: #F7F7F7;
}
form textarea {
  height: 140px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #363636;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #363636;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #363636;
}

form label {
  font-family: "MuktaVaani-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.errors {
  padding: 10px;
  background-color: #D11E1E;
  margin-bottom: 10px;
  color: white;
  font-size: 1.125rem;
  line-height: 22px;
}
.errors li {
  display: inline-block;
}

.c-required::before {
  content: "*";
  color: #D11E1E;
  position: absolute;
  left: -13px;
}

.c-form-checkbox {
  margin-bottom: 6px;
}
.c-form-checkbox .c-form-box {
  display: inline-block;
  width: 40px;
}
.c-form-checkbox .c-form-box input {
  margin-bottom: 0;
}
.c-form-checkbox label {
  display: inline-block;
}
.c-form-checkbox .xx,
.c-form-checkbox .yy {
  display: online-block;
}

.l-flex-grid {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  width: 100%;
}

.grid__item {
  width: 100%;
  margin-bottom: 1em;
  list-style-type: none;
  position: relative;
  line-height: 0;
  display: block;
}
@media (min-width: 48em) {
  .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
  }
}
@media (min-width: 83.375em) {
  .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
  }
}
.grid__item:last-child {
  margin-right: 0;
}
@media (min-width: 48em) {
  .grid__item {
    width: 100%;
    margin-bottom: 1em;
    list-style-type: none;
    position: relative;
    line-height: 0;
    display: flex;
  }
}
@media (min-width: 48em) and (min-width: 48em) {
  .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
  }
}
@media (min-width: 48em) and (min-width: 83.375em) {
  .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
  }
}
@media (min-width: 48em) {
  .grid__item:last-child {
    margin-right: 0;
  }
}
.grid--columns-2 .grid__item {
  width: 100%;
  margin-bottom: 1em;
  list-style-type: none;
  position: relative;
  line-height: 0;
}
@media (min-width: 48em) {
  .grid--columns-2 .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
  }
}
@media (min-width: 83.375em) {
  .grid--columns-2 .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
  }
}
.grid--columns-2 .grid__item:last-child {
  margin-right: 0;
}
@media (min-width: 48em) {
  .grid--columns-2 .grid__item {
    width: 49%;
  }
  .grid--columns-2 .grid__item:nth-child(2n) {
    margin-right: 0;
  }
}
.grid--columns-3 .grid__item {
  width: 100%;
  margin-bottom: 1em;
  list-style-type: none;
  position: relative;
  line-height: 0;
}
@media (min-width: 48em) {
  .grid--columns-3 .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
  }
}
@media (min-width: 83.375em) {
  .grid--columns-3 .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
  }
}
.grid--columns-3 .grid__item:last-child {
  margin-right: 0;
}
@media (min-width: 48em) {
  .grid--columns-3 .grid__item {
    width: 49%;
  }
  .grid--columns-3 .grid__item:nth-child(1n) {
    margin-right: 2%;
  }
  .grid--columns-3 .grid__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 64em) {
  .grid--columns-3 .grid__item {
    width: 32%;
  }
  .grid--columns-3 .grid__item:nth-child(2n) {
    margin-right: 2%;
  }
  .grid--columns-3 .grid__item:nth-child(3n) {
    margin-right: 0;
  }
}
.grid--columns-4 .grid__item {
  width: 100%;
  margin-bottom: 1em;
  list-style-type: none;
  position: relative;
  line-height: 0;
}
@media (min-width: 48em) {
  .grid--columns-4 .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
  }
}
@media (min-width: 83.375em) {
  .grid--columns-4 .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
  }
}
.grid--columns-4 .grid__item:last-child {
  margin-right: 0;
}
@media (min-width: 37.5em) {
  .grid--columns-4 .grid__item {
    width: 49%;
  }
  .grid--columns-4 .grid__item:nth-child(1n) {
    margin-right: 2%;
  }
  .grid--columns-4 .grid__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 48em) {
  .grid--columns-4 .grid__item {
    width: 32%;
  }
  .grid--columns-4 .grid__item:nth-child(2n) {
    margin-right: 2%;
  }
  .grid--columns-4 .grid__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 83.375em) {
  .grid--columns-4 .grid__item {
    width: 23.5%;
  }
  .grid--columns-4 .grid__item:nth-child(2n) {
    margin-right: 2%;
  }
  .grid--columns-4 .grid__item:nth-child(3n) {
    margin-right: 2%;
  }
  .grid--columns-4 .grid__item:nth-child(4n) {
    margin-right: 0;
  }
}

h1 {
  font-family: "MuktaVaani-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 50px;
  margin-bottom: 1rem;
  font-weight: 200;
  color: #363636;
  text-transform: uppercase;
}
@media (min-width: 83.375em) {
  h1 {
    font-size: 3.125rem;
    line-height: 52px;
  }
}

.h1-hero {
  font-weight: bold;
  color: #dd042b;
  text-shadow: -2px 2px 2px rgba(150, 150, 150, 0.61);
}
@media (min-width: 37.5em) {
  .h1-hero {
    color: white;
  }
}

h2 {
  font-family: "MuktaVaani-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.875rem;
  line-height: 34px;
  font-weight: 200;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media (min-width: 83.375em) {
  h2 {
    font-size: 2.875rem;
    line-height: 52px;
  }
}

h3 {
  font-size: 1.75rem;
  line-height: 32px;
  font-weight: normal;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media (min-width: 83.375em) {
  h3 {
    font-size: 1.875rem;
    line-height: 36px;
  }
}

h4 {
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 1rem;
}

.c-header-centered {
  display: block;
  text-align: center;
}

.underline-heading:after {
  content: "";
  height: 1px;
  width: 100px;
  background: #dd042b;
  margin: 20px auto 40px;
  display: block;
}

.underline-heading-left:after {
  content: "";
  height: 1px;
  width: 100px;
  background: #dd042b;
  margin: 20px 0 40px;
  display: block;
}

.h-desktop {
  display: none;
}
@media (min-width: 48em) {
  .h-desktop {
    display: block;
  }
}

.h-mobile {
  display: block;
}
@media (min-width: 48em) {
  .h-mobile {
    display: none;
  }
}

.h-textaligh-center {
  text-align: center;
}

.h-pos-rel {
  position: relative;
}

.h-marbtm-120 {
  margin-bottom: 40px;
}
@media (min-width: 48em) {
  .h-marbtm-120 {
    margin-bottom: 120px;
  }
}

.h-block-marbtm {
  margin-bottom: 40px;
}
@media (min-width: 48em) {
  .h-block-marbtm {
    margin-bottom: 90px;
  }
}

.h-padtop-20 {
  padding-top: 20px;
}

.h-martop-40 {
  margin-top: 40px;
}

/*------------------------------------*\
  #IMAGES
\*------------------------------------*/
img {
  width: 100%;
  height: auto;
  line-height: 0;
}

/**
 * High-level, page-level styling.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 * 4. Prevent certain mobile browsers from automatically zooming fonts.
 * 5. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */
html {
  font-size: 1em; /* [1] */
  line-height: 1.5; /* [1] */
  overflow-y: scroll; /* [2] */
  min-height: 100%; /* [3] */
  -webkit-text-size-adjust: 100%; /* [4] */
  -ms-text-size-adjust: 100%; /* [4] */
  -moz-osx-font-smoothing: grayscale; /* [5] */
  -webkit-font-smoothing: antialiased; /* [5] */
  color: #363636;
  font-family: "MuktaVaani-reg", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-family: "MuktaVaani-reg", sans-serif;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* Instead use this non-standard one: */
  word-break: break-word;
  scroll-behavior: smooth;
}

a {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #dd042b;
}
a:hover {
  color: #d16666;
  text-decoration: underline;
}

.l-header a {
  border-bottom: solid 0 transparent;
}
.l-header a:hover {
  border-bottom: solid 0 transparent;
}

.bold {
  font-weight: 700;
}

.not-bold {
  font-weight: 400;
}

.c-subtitle {
  font-family: "MuktaVaani-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.875rem;
  line-height: 34px;
  font-weight: 200;
  margin-bottom: 1rem;
  text-align: center;
  padding-bottom: 50px;
}
@media (min-width: 83.375em) {
  .c-subtitle {
    font-size: 2.875rem;
    line-height: 52px;
  }
}

.c-font26 {
  font-family: "MuktaVaani-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.625rem;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 1rem;
}
@media (min-width: 83.375em) {
  .c-font26 {
    font-size: 1.625rem;
    line-height: 30px;
  }
}

/*------------------------------------*\
  #VARIOUS BLOCK STYLES
\*------------------------------------*/
body {
  background-color: #f6f6f6;
}

.l-content {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 120px;
  margin-bottom: 100px;
  min-height: 600px;
}

body.home .l-content {
  margin-top: 0;
}

.l-row-wrap {
  width: 100%;
  position: relative;
  padding: 0;
}

.l-row-restricted {
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 48em) {
  .l-row-restricted {
    width: calc(100% - 80px);
    margin: 0 40px;
    padding: 0;
  }
}
@media (min-width: 83.375em) {
  .l-row-restricted {
    max-width: 1440px;
    margin: 0 auto;
  }
}

.c-row {
  position: relative;
}

.c-5050 {
  display: flex;
  position: relative;
  flex-direction: column;
}
@media (min-width: 64em) {
  .c-5050 {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
  }
}
.c-5050 .c-5050-left,
.c-5050 .c-5050-right {
  position: relative;
  flex: 0 1 100%;
}
@media (min-width: 64em) {
  .c-5050 .c-5050-left,
  .c-5050 .c-5050-right {
    flex: 0 1 48%;
  }
}
.c-5050 .c-5050-left .inside,
.c-5050 .c-5050-right .inside {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
}
@media (min-width: 83.375em) {
  .c-5050 .c-5050-left .inside,
  .c-5050 .c-5050-right .inside {
    padding: 0 20px;
  }
}
@media (min-width: 64em) {
  .c-5050 .c-5050-left .inside,
  .c-5050 .c-5050-right .inside {
    padding: 0;
  }
}
.c-5050 .c-5050-left {
  margin-bottom: 30px;
}
@media (min-width: 64em) {
  .c-5050 .c-5050-left {
    margin-bottom: 0;
  }
}

.c-10-col {
  width: 100%;
  margin: 0;
  display: inline-block;
}
@media (min-width: 48em) {
  .c-10-col {
    width: calc(100% - 180px);
    margin: 0 90px;
  }
}
@media (min-width: 83.375em) {
  .c-10-col {
    width: calc(100% - 256px);
    margin: 0 128px;
  }
}

.c-8-col {
  width: 100%;
  margin: 0;
  display: inline-block;
}
@media (min-width: 48em) {
  .c-8-col {
    width: calc(100% - 180px);
    margin: 0 90px;
  }
}
@media (min-width: 83.375em) {
  .c-8-col {
    width: calc(100% - 512px);
    margin: 0 256px;
  }
}

.c-banner {
  display: inline-block;
  width: 100%;
  position: relative;
  color: white;
  margin-top: 30px;
}
.c-banner a {
  color: white;
}
.c-banner .c-banner-header {
  line-height: 0;
}
.c-banner.c-banner-red .c-banner-color {
  background-color: #dd042b;
  padding-top: 20px;
  padding-bottom: 120px;
}
.c-banner.c-banner-red a:hover {
  color: #202020;
}
.c-banner.c-banner-white {
  color: #363636;
}
.c-banner.c-banner-white .c-banner-color {
  background-color: white;
  padding-top: 20px;
  padding-bottom: 120px;
}

.c-betterquote-color {
  background-color: #dd042b;
  padding-top: 20px;
  padding-bottom: 120px;
}

.c-photos-list {
  padding: 16px;
  background-color: #e8e8e8;
}
.c-photos-list .c-thumb {
  list-style-type: none;
  max-width: 100px;
  display: inline-block;
  margin-right: 10px;
}

.c-row-thirds {
  display: block;
  margin: 0;
  padding: 0;
}
@media (min-width: 48em) {
  .c-row-thirds {
    display: flex;
  }
}
.c-row-thirds > div {
  width: 32%;
  margin-right: 1%;
}

.c-row-sepline {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #1d52c4;
  margin: 30px 0;
}

.c-list-cards li {
  background-color: white;
}
.c-list-cards li .c-info {
  padding: 0 15px 15px 15px;
}
.c-list-cards h3 {
  background-color: #1b5386;
  color: white;
  padding: 15px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 22px;
}
@media (min-width: 83.375em) {
  .c-list-cards h3 {
    font-size: 1.125rem;
    line-height: 22px;
  }
}

ul.c-driver-form-radios {
  margin: 0 0 20px 0;
  padding: 0;
}
ul.c-driver-form-radios li {
  list-style-type: none;
}
ul.c-driver-form-radios input[type=radio] {
  display: inline-block;
  width: auto;
}

.tes {
  position: inherit;
}

.c-burger-bars {
  display: inline-block;
}
@media (min-width: 64em) {
  .c-burger-bars {
    display: none;
  }
}

.c-burgermenu {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 900;
  height: 47px;
  width: 50px;
  padding: 6px 10px;
}
.c-burgermenu:hover .bar2 {
  width: 30px;
  margin-left: 0;
}
.c-burgermenu .bar1,
.c-burgermenu .bar2,
.c-burgermenu .bar3 {
  width: 34px;
  height: 4px;
  background-color: #1b5386;
  margin: 7px 0px;
  transition: 0.4s;
}
.c-burgermenu.change .bar1 {
  background-color: #1b5386;
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
  transform: rotate(-45deg) translate(-5px, 5px);
  margin-top: 10px;
}
.c-burgermenu.change .bar2 {
  opacity: 0;
}
.c-burgermenu.change .bar3 {
  background-color: #1b5386;
  -webkit-transform: rotate(45deg) translate(-10px, -10px);
  transform: rotate(45deg) translate(-10px, -10px);
}

.c-btn {
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border: solid 0 transparent;
  position: relative;
  width: auto;
}
.c-btn:hover {
  text-decoration: none;
}

.c-btn-primary {
  background-color: #dd042b;
  color: white;
  padding: 8px 20px;
  text-transform: uppercase;
  margin: 6px 0;
  line-height: normal;
}
@media (min-width: 37.5em) {
  .c-btn-primary {
    padding: 14px 25px 12px;
    margin: 10px 0;
  }
}
.c-btn-primary:hover {
  color: white;
  border: solid 0 transparent;
  background-color: #95011c;
}

.c-btn-secondary {
  line-height: 20px;
  border: solid 0 transparent;
  background-color: transparent;
  padding: 0 32px 0 0;
  color: #dd042b;
  margin: 10px 0;
}
.c-btn-secondary::after {
  content: "";
  background-image: url("../assets/button-arrow.png");
  background-repeat: no-repeat;
  background-position: 0 3px;
  position: absolute;
  width: 33px;
  height: 24px;
  right: -10px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.c-btn-secondary:hover {
  border-bottom: solid 0 transparent;
}
.c-btn-secondary:hover::after {
  right: -15px;
}

.c-btn-tertiary {
  line-height: 20px;
  border: solid 1px transparent;
  background-color: transparent;
  padding: 0 32px 0 0;
  color: #dd042b;
  margin: 10px 0;
}
.c-btn-tertiary:hover {
  cursor: pointer;
  border-bottom: solid 1px #dd042b;
}
.c-btn-tertiary:hover::after {
  right: -15px;
}

button.c-btn {
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  padding: 8px 25px;
  text-decoration: none;
  display: inline-block;
  background-color: #dd042b;
  color: white;
  margin-bottom: 10px;
  border: solid 1px #dd042b;
  text-transform: uppercase;
}
button.c-btn:hover {
  background-color: #d16666;
  color: white;
  text-decoration: none;
  border: solid 1px #d16666;
}

.c-btn-logout {
  position: absolute;
  top: 20px;
  right: 0;
  background-color: #dd042b;
  color: white;
  padding: 3px 10px;
  text-transform: uppercase;
  margin: 10px 0;
  line-height: normal;
}
.c-btn-logout:hover {
  color: white;
  border: solid 0 transparent;
  background-color: #d16666;
}

#elc-cookie-consent {
  position: fixed;
  bottom: 1em;
  right: 1em;
  padding: 1.5em;
  background-color: #fff;
  font-size: 1em;
  max-width: calc(100% - 6em);
  max-height: calc(100% - 6em);
  overflow: auto;
  z-index: 10000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  border: solid 4px #dd042b;
}

.elc-small {
  width: 30em;
}

#elc-cookie-consent h3 {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
}

#elc-cookie-consent h4 {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.elc-fullwidth h4 {
  font-weight: bold;
  font-size: 1.4em;
}

#elc-cookie-consent .button-container {
  text-align: right;
  clear: both;
}

.elc-fullwidth {
  width: calc(100% - 6em) !important;
}

#elc-cookie-consent .elc-button-link {
  cursor: pointer;
  justify-content: center;
  white-space: nowrap;
  box-shadow: none;
  position: relative;
  vertical-align: top;
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border: solid 0 transparent;
  position: relative;
  width: auto;
  background-color: #dd042b;
  color: white;
  padding: 14px 25px 12px;
  text-transform: uppercase;
  line-height: normal;
}
#elc-cookie-consent .elc-button-link:hover {
  color: #363636;
  border: solid 0 transparent;
  background-color: #d16666;
}

#elc-cookie-consent .elc-secondary-button-link {
  cursor: pointer;
  justify-content: center;
  white-space: nowrap;
  box-shadow: none;
  position: relative;
  vertical-align: top;
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border: solid 0 transparent;
  position: relative;
  width: auto;
  background-color: #fff;
  color: #dd042b;
  padding: 14px 25px 12px;
  text-transform: uppercase;
  line-height: normal;
}
#elc-cookie-consent .elc-secondary-button-link:hover {
  color: #363636;
  border: solid 0 transparent;
  background-color: #d16666;
}

#elc-cookie-consent .elc-text-link {
  text-transform: uppercase;
  color: #0e3a5e;
  line-height: 2.8em;
  margin-right: 1em;
}

#elc-cookie-consent .elc-cookie-group {
  float: left;
  padding-right: 1em;
}

.elc-fullwidth .elc-cookie-group {
  width: 100%;
}

#elc-cookie-consent .elc-row {
  width: 100%;
  clear: both;
}

#elc-cookie-consent #elc-cookie-consent-settings {
  margin-bottom: 4em;
}

#elc-cookie-consent .elc-row .elc-cookie-name {
  float: left;
}

#elc-cookie-consent .elc-row .elc-cookie-checkbox {
  float: right;
}

#elc-cookie-consent .elc-cookie-description {
  border-top: 1px solid #cccccc;
  padding-top: 1em;
  margin-bottom: 1em;
  display: none;
}

.elc-fullwidth .elc-cookie-description {
  display: block !important;
}

#elc-cookie-consent .elc-cookie {
  margin-bottom: 1em;
}

#elc-cookie-consent .elc-cookie-field {
  display: none;
}

.elc-fullwidth .elc-cookie-field {
  display: block !important;
}

.elc-fullwidth #elc-detail-link {
  display: none;
}

.elc-fullwidth #elc-accept-link {
  display: none;
}

.elc-small #elc-hide-detail-link {
  display: none;
}

.elc-small #elc-save-link {
  display: none;
}

.elc-small .elc-hide-when-small {
  display: none;
}

.elc-hidden {
  display: none;
}

#elc-cookie-tab {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 0.2em 1em;
  background-color: #0e3a5e;
  font-size: 0.8em;
  z-index: 10000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

#elc-cookie-tab a {
  color: #ffffff;
}

#elc-cookie-consent input[type=checkbox i] {
  -webkit-appearance: checkbox;
  box-sizing: border-box;
}

#elc-cookie-consent input[type=checkbox i] {
  background-color: initial;
  cursor: default;
  margin: 3px 3px 3px 0.6em;
  padding: initial;
  border: initial;
}

footer {
  display: inline-block;
  width: 100%;
  position: relative;
  color: white;
  transition: background 1s ease-in;
  font-size: 0.875rem;
}
footer a {
  color: white;
  text-decoration: none;
}

.c-footer-header {
  line-height: 0;
  position: absolute;
  bottom: 100%;
}

.c-footer-color {
  background-color: #1b5386;
  padding-top: 20px;
}

.c-social-links {
  font-size: 1.25rem;
  line-height: 25px;
  color: white;
  list-style-type: none;
  padding-left: 0;
}
.c-social-links li {
  width: 50px;
  float: left;
}

.c-footer-logo {
  max-width: 190px;
  margin: 20px 0;
}
@media (min-width: 37.5em) {
  .c-footer-logo {
    margin: 0;
  }
}

.c-footer {
  display: inline-block;
  width: 100%;
  position: relative;
}
@media (min-width: 37.5em) {
  .c-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
  }
}
.c-footer .c-item {
  position: relative;
  width: 100%;
}
@media (min-width: 37.5em) {
  .c-footer .c-item {
    flex: 0 1 48%;
  }
}

.c-cube-footerlogo {
  fill: white;
  display: inline-block;
}

a.c-madeby {
  color: white;
}

.l-header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100px;
  z-index: 350;
  padding: 0;
  transition: all 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (min-width: 64em) {
  .l-header {
    height: 120px;
  }
}
.l-header.scrolling {
  background-color: rgba(6, 13, 28, 0.4);
  transform: translateY(-100%);
}
.l-header.scrolling_up {
  transform: translateY(0%);
}
.l-header a {
  color: #363636;
}
.l-header a:hover {
  color: #dd042b;
}

.c-branding {
  position: absolute;
  z-index: 400;
  top: 30px;
}
@media (min-width: 64em) {
  .c-branding {
    top: 50px;
  }
}

.c-header-contact {
  display: none;
}
@media (min-width: 64em) {
  .c-header-contact {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    text-transform: initial;
  }
}
.c-header-contact a {
  margin-left: 20px;
}

.c-nav-desktop {
  display: none;
}
@media (min-width: 64em) {
  .c-nav-desktop {
    display: inline-block;
    position: absolute;
    top: 50px;
    right: 20px;
  }
}
.c-nav-desktop .c-menu-items {
  padding: 0;
  margin: 0;
}
.c-nav-desktop .c-menu-items a {
  color: #363636;
}
.c-nav-desktop .c-menu-items a:hover {
  color: #dd042b;
}
.c-nav-desktop li {
  display: inline-block;
  padding-left: 40px;
}
.c-nav-desktop li.active a {
  color: #dd042b;
}

.c-header-logo {
  width: 230px;
}
@media (min-width: 64em) {
  .c-header-logo {
    width: 260px;
  }
}

.c-nav-mobile {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 2;
  width: 50px;
}
.c-nav-mobile .c-overlay-menu {
  transition: transform 0.5s ease-in-out;
  transform: translateX(100%);
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  background-color: #b7c8df;
}
.c-nav-mobile .c-nav-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.c-nav-mobile ul {
  font-size: 1rem;
  padding: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.c-nav-mobile ul li {
  display: block;
  margin-bottom: 20px;
}
.c-nav-mobile ul li a {
  color: #1b5386;
}
.c-nav-mobile ul li a:hover {
  color: #d16666;
}
.c-nav-mobile .c-header-logo {
  margin: 10px 20px;
}
.c-nav-mobile.open {
  transform: inherit;
}
.c-nav-mobile.open .c-header-logo {
  margin: 10px 20px;
}
.c-nav-mobile.open .c-overlay-menu {
  transform: translateX(0%);
}
.c-nav-mobile.open ul {
  font-size: 1.625rem;
  opacity: 1;
}

.c-hero {
  width: 100%;
  line-height: 0;
  position: relative;
  background-color: #495464;
  margin-bottom: 60px;
}
.c-hero .c-hero-text {
  text-align: center;
}
.c-hero h2 {
  color: white;
  text-shadow: -2px 2px 2px rgba(150, 150, 150, 0.61);
}
.c-hero.c-hero-nopic {
  height: 100px;
  background-color: white;
}
@media (min-width: 48em) {
  .c-hero.c-hero-nopic {
    height: 180px;
    padding-top: 80px;
  }
}
.c-hero.c-hero-nopic h1 {
  color: #dd042b;
}
.c-hero .c-hero-wrapper {
  max-width: 1084px;
  position: absolute;
  margin: auto;
  width: 100%;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  padding: 0 30px;
  z-index: 55;
}
.c-hero .c-hero-wrapper.nopad {
  max-width: initial;
  padding: 0;
}
.c-hero .c-hero-header {
  font-size: 2.125rem;
  line-height: 38px;
  margin: 22px 0 16px;
  text-transform: uppercase;
  color: #d16666;
}
@media (min-width: 48em) {
  .c-hero .c-hero-header {
    margin: 1rem 0;
  }
}
@media (min-width: 83.375em) {
  .c-hero .c-hero-header {
    font-size: 2.875rem;
    line-height: 52px;
  }
}
.c-hero .c-hero-text {
  position: relative;
  z-index: 300;
  width: 100%;
  padding-top: 25px;
}
.c-hero .c-hero-pic {
  height: 450px;
  width: 100vw;
  object-fit: cover;
  object-position: 50% 50%;
  overflow: hidden;
}
@media (min-width: 48em) {
  .c-hero .c-hero-pic {
    height: auto;
  }
}
.c-hero .c-hero-pic img {
  height: 100%;
  width: auto;
}
@media (min-width: 48em) {
  .c-hero .c-hero-pic img {
    height: auto;
    width: 100%;
  }
}
.c-hero .c-subheader {
  font-size: 1.125rem;
  display: block;
  padding: 10px 0 20px 0;
}

.c-hero-logo {
  padding: 0;
  text-align: center;
  width: 300px;
}
.c-hero-logo img {
  max-width: 480px;
}

.c-hero-alt {
  width: 100%;
  position: relative;
  background-color: #dd042b;
}
@media (min-width: 48em) {
  .c-hero-alt.c-services {
    background: transparent url("../assets/service-background.jpg") no-repeat 0;
    background-size: cover;
  }
}
.c-hero-alt h1 {
  color: white;
}
.c-hero-alt .c-hero-wrapper {
  position: relative;
  height: auto;
  display: block;
}
@media (min-width: 48em) {
  .c-hero-alt .c-hero-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 793px;
  }
}
.c-hero-alt .c-hero-wrapper .bbb {
  width: 100%;
  padding: 40px 0;
}
@media (min-width: 48em) {
  .c-hero-alt .c-hero-wrapper .bbb {
    padding: 0 50px;
  }
}
.c-hero-alt .c-hero-wrapper .c-hero-text {
  text-align: center;
  margin-bottom: 30px;
}
.c-hero-alt .c-hero-pic {
  height: 500px;
  width: 100vw;
  object-fit: cover;
  object-position: 50% 50%;
  overflow: hidden;
}
@media (min-width: 48em) {
  .c-hero-alt .c-hero-pic {
    height: auto;
  }
}
.c-hero-alt .c-hero-pic img {
  height: 100%;
  width: auto;
}
@media (min-width: 48em) {
  .c-hero-alt .c-hero-pic img {
    height: auto;
    width: 100%;
  }
}

.c-list-home li {
  background-color: white;
}
.c-list-home li .c-info {
  padding: 0 15px 15px 15px;
}

/*------------------------------------*\
  #LIST STYLING
\*------------------------------------*/
.c-list {
  margin: 0 0 20px;
  padding: 0;
}
.c-list li {
  list-style-type: none;
}
.c-list li .c-info {
  margin-top: 16px;
}

.c-list-cards .grid__item,
.c-list-home .grid__item {
  line-height: inherit;
}

table.c-collections-table {
  border-spacing: 0;
  width: 100%;
}
table.c-collections-table th {
  text-align: left;
  background-color: #1b5386;
  color: white;
  padding: 5px;
}
table.c-collections-table tr {
  border-bottom: solid 3px green;
}
table.c-collections-table td {
  padding: 5px;
}
table.c-collections-table tr:nth-child(even) {
  background-color: white;
}

/*------------------------------------*\
  #TEAM popup styling
\*------------------------------------*/
.c-modal-popup {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  top: 0;
  overflow: scroll;
}

.c-bio-wrapper {
  position: absolute;
  height: auto;
  width: 100%;
  background-color: white;
  display: block;
  overflow: scroll;
  padding: 40px 60px;
}
.c-bio-wrapper .c-btn-back {
  display: inline-block;
  padding: 13px 20px 20px 32px;
}
@media (min-width: 48em) {
  .c-bio-wrapper .c-btn-back {
    display: none;
  }
}

.c-close-square {
  position: fixed;
  width: auto;
  height: auto;
  top: 10px;
  right: 10px;
}
.c-close-square:hover {
  cursor: pointer;
}

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