@charset "UTF-8";
@import url("https://cdn.materialdesignicons.com/5.4.55/css/materialdesignicons.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
@import url("https://use.typekit.net/uqb8aaf.css");
/* ---------------------------------- System Colors ----------------------------------  */
/* ---------------------------------- Material Icons ----------------------------------  */
.mdi {
  font-family: "Material Design Icons";
  /* Rules for sizing the icon. */
  /* Rules for using icons as black on a light background. */
  /* Rules for using icons as white on a dark background. */
}
.mdi-18 {
  font-size: 18px;
}
.mdi-20 {
  font-size: 20px;
}
.mdi-24 {
  font-size: 24px;
}
.mdi-30 {
  font-size: 30px;
}
.mdi-36 {
  font-size: 36px;
}
.mdi-48 {
  font-size: 48px;
}
.mdi.md-dark {
  color: rgba(0, 0, 0, 0.54);
}
.mdi.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}
.mdi.md-light {
  color: rgb(255, 255, 255);
}
.mdi.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

/* ---------------------------------- HTML5 Tags ----------------------------------  */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/* ---------------------------------- Form Error ---------------------------------- */
select.error, input[type=text].error, input[type=password].error, input[type=email].error, input[type=tel].error, textarea.error, button.error {
  border: solid 1px #D14646;
}

.errormsg {
  border-radius: 6px;
  font-weight: normal;
  color: #fff;
  background-color: #D14646;
  padding: 5px 15px;
  line-height: 20px;
  white-space: nowrap;
}
.errormsg .arrow {
  display: none;
  z-index: 1;
  position: absolute;
  top: -8px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #D14646;
}

/* ---------------------------------- Responsive items ---------------------------------- */
table, img, iframe {
  max-width: 100%;
  height: auto;
}

/* ---------------------------------- Try fix table ---------------------------------- */
@media screen and (max-width: 992px) {
  table {
    width: 100% !important;
  }
  table td {
    width: 100% !important;
    display: block;
  }
}
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

.img-responsive, .vdo-responsive {
  width: 100%;
  display: block;
}

.img-hidden {
  visibility: hidden;
}

/* ---------------------------------- Fluid Youtube Video ---------------------------------- */
.vdowrap {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-left: 10%;
  max-width: 80%;
}
.vdowrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 576px) {
  .vdowrap {
    margin-left: 0px;
    max-width: 100%;
  }
}
/* ---------------------------------- For Animation on Scroll ---------------------------------- */
.slideanim {
  visibility: hidden;
  visibility: visible\9 ; /*For old IE browsers IE6-8 */
}
.slideanim.slide, .slideanim.fadein.slide {
  visibility: visible;
  animation: fadeIn 2s;
}
.slideanim.slide-up.slide {
  animation: slideYUp 1.5s;
}
.slideanim.slide-down.slide {
  animation: slideYDown 1.5s;
}
.slideanim.slide-left.slide {
  animation: slideXLeft 1.5s;
}
.slideanim.slide-right.slide {
  animation: slideXRight 1.5s;
}
.slideanim::after {
  content: "";
  display: table;
  clear: both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateZ(-50%);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes slideYUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideYDown {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideXLeft {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideXRight {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* ---------------------------------- Main ---------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  font-family: "futura-pt";
  color: #374D4B;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
}
body:after {
  content: "desktop";
  display: none;
}

@media (max-width: 992px) {
  body:after {
    content: "tablet";
  }
}
@media (max-width: 768px) {
  body:after {
    content: "tablet";
  }
}
@media (max-width: 576px) {
  body:after {
    content: "mobile";
  }
}
@media (max-width: 320px) {
  body:after {
    content: "mobile";
  }
}
.left {
  float: left;
}

.right {
  float: right;
}

.clr {
  clear: both;
}

.point {
  cursor: pointer;
}

.anchor {
  padding-top: 20px;
  margin-top: -20px;
}

.border {
  border: solid 1px #D14646;
}

*:focus {
  outline: none !important;
}

.container {
  max-width: 1200px;
}

/* ---------------------------------- H1, H2, H3 ---------------------------------- */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "superior-title";
  font-weight: bold;
  color: #374D4B;
  overflow: hidden;
  text-overflow: ellipsis;
}

h1, .h1 {
  font-size: 60px;
  line-height: 70px;
}

h2, .h2 {
  font-size: 50px;
  line-height: 60px;
}

h3, .h3 {
  font-size: 40px;
  line-height: 50px;
}

h4, .h4 {
  font-size: 30px;
  line-height: 40px;
}

h5, .h5 {
  font-size: 24px;
  line-height: 30px;
}

@media (max-width: 766px) {
  h1, .h1 {
    font-size: 50px;
    line-height: 60px;
  }
  h2, .h2 {
    font-size: 40px;
    line-height: 50px;
  }
  h3, .h3 {
    font-size: 30px;
    line-height: 40px;
  }
  h4, .h4 {
    font-size: 20px;
    line-height: 30px;
  }
  h5, .h5 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 576px) {
  h1, .h1 {
    font-size: 45px;
    line-height: 55px;
  }
  h2, .h2 {
    font-size: 35px;
    line-height: 45px;
  }
  h3, .h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
/* ---------------------------------- Breadcrumb ---------------------------------- */
.breadcrumb {
  padding: 0;
  background-color: transparent;
}
.breadcrumb a {
  color: #000;
}
.breadcrumb .divider img {
  margin-top: -4px;
}
.breadcrumb .active {
  color: #000;
  text-decoration: underline;
}

/* ---------------------------------- Helper ---------------------------------- */
.helper {
  color: #d7d7d7;
  font-size: 12px;
}

/* ---------------------------------- Helpbox ---------------------------------- */
.helpbox {
  cursor: pointer;
  color: #FFFFFF;
  position: relative;
  margin-top: -2px;
  margin-left: 5px;
  font-size: 16px;
}
.helpbox .mdi {
  color: #FFFFFF !important;
}

/* ---------------------------------- Input ---------------------------------- */
::-moz-placeholder {
  color: #B0C4CF !important;
  opacity: 1 !important;
}
::placeholder {
  color: #B0C4CF !important;
  opacity: 1 !important;
}

::-webkit-input-placeholder {
  color: #B0C4CF !important;
  opacity: 1 !important;
}

:-moz-placeholder {
  color: #B0C4CF !important;
  opacity: 1 !important;
}

::-moz-placeholder {
  color: #B0C4CF !important;
  opacity: 1 !important;
}

:-ms-input-placeholder {
  color: #B0C4CF !important;
  opacity: 1 !important;
}

input[type=button], input[type=submit] {
  border-radius: 0;
}

input[type=tel], input[type=email], input[type=number], input[type=text], input[type=search], textarea {
  border-color: #999999 !important;
  min-height: 45px;
}

input.focus, input:focus, input.active.focus, input.active:focus, input:active.focus, input:active:focus, input.form-control:focus, textarea.focus, textarea:focus, textarea.active.focus, textarea.active:focus, textarea:active.focus, textarea:active:focus, textarea.form-control:focus {
  border-color: #999999;
  outline-width: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

textarea {
  resize: none;
}

label {
  margin-bottom: 3px;
  position: relative !important;
}

.form-group {
  margin-bottom: 10px !important;
  position: relative !important;
}

.input-group .input-group-text {
  background-color: #fff;
  border-color: #999999;
  font-size: 11px;
}
.input-group .input-group-text .mdi {
  font-size: 15px;
}
.input-group .btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* ---------------------------------- Checkbox ---------------------------------- */
input[type=checkbox] {
  width: 13px;
  height: 13px;
  margin: 6px 0 0 0px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
input[type=checkbox]:after {
  border: solid 1px #88A3A4;
  margin: -1px 0 0 -2px;
  height: 15px;
  width: 15px;
  font-size: 13px;
  line-height: 13px;
  background: #fff;
  content: "";
  text-align: center;
  position: absolute;
  cursor: pointer;
}
input[type=checkbox]:checked:after {
  background: #374D4B;
  border-color: #999999;
  content: "✓";
  padding-left: 1px;
  color: #fff;
}
input[type=checkbox]:disabled:after {
  background: lightgray !important;
  border-color: lightgray !important;
}

.checkbox label, .form-check-inline label {
  font-size: 18px;
  padding: 0 10px 0 0;
  margin: 0;
  cursor: pointer;
}
.checkbox label input[type=checkbox], .form-check-inline label input[type=checkbox] {
  margin-right: 10px;
  cursor: pointer;
}

/* ---------------------------------- Radio ---------------------------------- */
input[type=radio]:after {
  border: 1px solid #88A3A4;
  width: 17px;
  height: 17px;
  border-radius: 17px;
  top: -7px;
  left: -1px;
  padding-left: 2px;
  background-color: #fff;
  position: relative;
  content: "";
  display: inline-block;
  visibility: visible;
}
input[type=radio]:checked:after {
  background-color: #374D4B;
  border: 0px solid white;
}

.radio label {
  font-size: 18px;
  padding: 0;
  margin: 0 2px;
  cursor: pointer;
}
.radio label input[type=radio] {
  margin-right: 5px;
  cursor: pointer;
}

@media (max-width: 576px) {
  input[type=radio]:after {
    top: -2px;
    left: -1px;
  }
}
/* ---------------------------------- Select ---------------------------------- */
select {
  border-radius: 0px;
}
select.focus, select:focus, select.active.focus, select.active:focus, select:active.focus, select:active:focus, select.form-control:focus {
  font-size: 18px;
  border-color: #374D4B;
  outline-width: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.select2-container--default, .select2-selection--single {
  border-color: #999999 !important;
}

.select2-selection {
  height: 45px !important;
  border-radius: 6px !important;
}
.select2-selection__rendered {
  line-height: 45px !important;
}
.select2-selection__arrow {
  height: 45px !important;
}
.select2-search__field {
  border-radius: 0px !important;
}
.select2-results__option {
  font-size: 18px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  font-size: 18px;
  background-image: linear-gradient(#88A3A4, #88A3A4);
  color: #fff;
}

/* ---------------------------------- Datepicker ---------------------------------- */
.daterangepicker {
  left: 0;
  top: 0;
  margin: 0;
}
.daterangepicker .in-range {
  background-color: #F5F5F5 !important;
  color: #000 !important;
}
.daterangepicker .today {
  background-color: #374D4B !important;
  color: #fff !important;
}
.daterangepicker .start-date, .daterangepicker .end-date {
  background-color: #88A3A4 !important;
  color: #fff !important;
}
.daterangepicker .btn {
  font-size: 12px !important;
}
.daterangepicker .btn-primary {
  background-color: #517D51;
  color: #fff;
  border-color: #517D51;
}
.daterangepicker .btn-primary:hover, .daterangepicker .btn-primary:active, .daterangepicker .btn-primary:focus {
  opacity: 0.7;
  background-color: #fff;
  color: #517D51;
  border-color: #517D51;
}

.datepicker:hover, .datepicker-notbeforetoday:hover, .daterangepicker:hover {
  cursor: pointer;
}

.ui-widget-header {
  background-color: transparent !important;
  border: none !important;
}
.ui-datepicker {
  z-index: 9;
  font-size: 16px;
}
.ui-datepicker-calendar {
  font-size: 12px !important;
}
.ui-datepicker-month {
  font-size: 12px !important;
}
.ui-datepicker-year {
  font-size: 12px !important;
}
.ui-datepicker-title {
  background-color: transparent !important;
}
.ui-datepicker-next, .ui-datepicker-prev {
  border: none;
}
.ui-datepicker-next-hover, .ui-datepicker-prev-hover {
  cursor: pointer;
  border: none !important;
  top: 2px !important;
}
.ui-datepicker-prev-hover {
  left: 2px !important;
}
.ui-datepicker-next-hover {
  right: 2px !important;
}
.ui-state-default {
  padding: 5px !important;
  border-radius: 5px !important;
  background-color: transparent !important;
  border: none !important;
  text-align: center !important;
}
.ui-state-highlight {
  background-color: #88A3A4 !important;
  border-color: #88A3A4 !important;
  color: #fff !important;
}
.ui-state-active {
  background-color: #374D4B !important;
  border-color: #374D4B !important;
  color: #fff !important;
}

/* ---------------------------------- Buttons ---------------------------------- */
.btn {
  font-family: "futura-pt" !important;
  font-size: 18px !important;
  line-height: 20px !important;
  border-radius: 10px !important;
  font-weight: medium !important;
  position: relative;
  padding: 10px 20px !important;
  transition: all 0.3s ease 0s;
}
.btn .mdi {
  font-size: 18px;
  margin-right: 5px;
}
.btn-small {
  padding: 2px 30px !important;
}
.btn-medium {
  padding: 10px 20px !important;
}
.btn-medium-icon {
  padding: 10px 20px 10px 10px !important;
}
.btn-large {
  padding: 10px 60px !important;
}
.btn-xlarge {
  padding: 10px 70px !important;
}
.btn-green {
  background-color: #517D51;
  color: #fff;
  border-color: #517D51;
}
.btn-green:hover, .btn-green:active, .btn-green:focus {
  background-color: #fff;
  color: #517D51;
  border-color: #517D51;
}
.btn-darkgreen {
  background-color: #374D4B;
  color: #fff;
  border-color: #374D4B;
}
.btn-darkgreen:hover, .btn-darkgreen:active, .btn-darkgreen:focus {
  background-color: #fff;
  color: #374D4B;
  border-color: #374D4B;
}
.btn-pailgreen {
  background-color: #88A3A4;
  color: #fff;
  border-color: #88A3A4;
}
.btn-pailgreen:hover, .btn-pailgreen:active, .btn-pailgreen:focus {
  background-color: #fff;
  color: #88A3A4;
  border-color: #88A3A4;
}
.btn-orange {
  background-color: #F29325;
  color: #fff;
  border-color: #F29325;
}
.btn-orange:hover, .btn-orange:active, .btn-orange:focus {
  background-color: #fff;
  color: #F29325;
  border-color: #F29325;
}
.btn-amber {
  background-color: #D94F04;
  color: #fff;
  border-color: #D94F04;
}
.btn-amber:hover, .btn-amber:active, .btn-amber:focus {
  background-color: #fff;
  color: #D94F04;
  border-color: #D94F04;
}
.btn-grey {
  background-color: #909090;
  color: #fff;
  border-color: #909090;
}
.btn-grey:hover, .btn-grey:active, .btn-grey:focus {
  background-color: #fff;
  color: #909090;
  border-color: #909090;
}
.btn-disabled {
  background-image: linear-gradient(#e3e3e3, #c4c2c2);
  color: #231f20;
}

.btn-link {
  color: #a1a1a1;
  font-weight: Medium;
  text-decoration: none;
}
.btn-link:hover {
  color: #a1a1a1;
  text-decoration: underline;
}

.btn-close, .btn-close:hover {
  background-repeat: no-repeat;
  background-size: 100%;
  width: 45px;
  height: 45px;
  text-decoration: none;
}

.btn-lookup {
  border-radius: 0px !important;
}

/* ---------------------------------- Alert ---------------------------------- */
.alert {
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  color: #fff;
}
.alert .mdi {
  font-size: 40px;
}
.alert .headline {
  font-weight: bold;
  font-family: "superior-title";
  font-size: 26px;
  padding-top: 5px;
}
.alert .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.alert .text p {
  margin: 0;
  padding: 0;
}
.alert .text a {
  cursor: pointer;
  color: #fff;
}
.alert .text-hidden {
  font-size: 12px;
  margin-bottom: 10px;
}
.alert .text-hidden-context {
  cursor: default;
}
.alert .text-hidden .mdi {
  font-size: 12px;
}
.alert-info {
  background-color: #374D4B;
}
.alert-warning {
  background-color: #F29325;
}
.alert-danger {
  background-color: #D94F04;
}

@media (max-width: 576px) {
  .alert .mdi {
    font-size: 30px;
  }
}
/* ---------------------------------- Spinner ---------------------------------- */
.spinner-border {
  color: #88A3A4;
  margin: 30px 0 10px 0;
}

/* ---------------------------------- Slanted ---------------------------------- */
.slanted-top-left {
  -webkit-clip-path: polygon(0% 50px, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 50px, 100% 0%, 100% 100%, 0% 100%);
}
.slanted-top-right {
  -webkit-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
}
.slanted-bottom-left {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 50px));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 50px));
}
.slanted-bottom-right {
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 50px), 0% 100%);
  clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 50px), 0% 100%);
}

@media (max-width: 992px) {
  .slanted-top-left {
    -webkit-clip-path: polygon(0% 40px, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 40px, 100% 0%, 100% 100%, 0% 100%);
  }
  .slanted-top-right {
    -webkit-clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
  }
  .slanted-bottom-left {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
  }
  .slanted-bottom-right {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 40px), 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 40px), 0% 100%);
  }
}
@media (max-width: 768px) {
  .slanted-top-left {
    -webkit-clip-path: polygon(0% 30px, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 30px, 100% 0%, 100% 100%, 0% 100%);
  }
  .slanted-top-right {
    -webkit-clip-path: polygon(0 0, 100% 30px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 30px, 100% 100%, 0 100%);
  }
  .slanted-bottom-left {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 30px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 30px));
  }
  .slanted-bottom-right {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 30px), 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 30px), 0% 100%);
  }
}
@media (max-width: 576px) {
  .slanted-top-left {
    -webkit-clip-path: polygon(0% 20px, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 20px, 100% 0%, 100% 100%, 0% 100%);
  }
  .slanted-top-right {
    -webkit-clip-path: polygon(0 0, 100% 20px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 20px, 100% 100%, 0 100%);
  }
  .slanted-bottom-left {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 20px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 20px));
  }
  .slanted-bottom-right {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 20px), 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 20px), 0% 100%);
  }
}
@media (max-width: 320px) {
  .slanted-top-left {
    -webkit-clip-path: polygon(0% 10px, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 10px, 100% 0%, 100% 100%, 0% 100%);
  }
  .slanted-top-right {
    -webkit-clip-path: polygon(0 0, 100% 10px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 10px, 100% 100%, 0 100%);
  }
  .slanted-bottom-left {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 10px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 10px));
  }
  .slanted-bottom-right {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 10px), 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 10px), 0% 100%);
  }
}
/* ---------------------------------- Back ---------------------------------- */
.back {
  margin-bottom: 20px;
}
.back a {
  color: #374D4B;
  text-decoration: none;
}
.back a .mdi {
  margin-right: 5px;
}
.back a:hover {
  text-decoration: underline;
}

/* ---------------------------------- A href ---------------------------------- */
a {
  color: #374D4B;
}
a:hover {
  color: #88A3A4;
}

/* ---------------------------------- General With MWR ---------------------------------- */
.generalWithMWR .MWR {
  background-color: #517D51;
  color: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}
.generalWithMWR .MWR a, .generalWithMWR .MWR a:hover {
  color: #fff;
  text-decoration: none;
}
.generalWithMWR .MWR .icon {
  margin-top: -20px;
}
.generalWithMWR .MWR .icon .mdi {
  font-size: 80px;
}
.generalWithMWR .MWR .headline {
  font-family: "superior-title";
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  font-weight: bold;
}
.generalWithMWR .MWR .teaser {
  margin-top: 10px;
  font-size: 24px;
  line-height: 30px;
}

@media (max-width: 992px) {
  .generalWithMWR .text {
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .generalWithMWR {
    margin-top: 20px;
    border-top: none;
  }
  .generalWithMWR .text {
    margin-bottom: 30px;
  }
}
/* ---------------------------------- Header ---------------------------------- */
header {
  z-index: 1;
  color: #fff;
  position: absolute;
  width: 100%;
  padding: 20px 0;
  background-color: transparent;
  background-color: transparent;
}
header .logo img {
  max-width: 180px;
}
header .phone {
  font-weight: 500;
  font-size: 18px;
}
header .cart {
  font-size: 35px;
  line-height: 35px;
  position: relative;
  cursor: pointer;
}
header .cart-amount {
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #D94F04;
  border-radius: 26px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  padding-top: 2px;
  right: -5px;
  top: -5px;
}
header .cart:hover {
  opacity: 0.7;
}
header .private {
  font-size: 22px;
  position: relative;
  background-color: #E3E2DF;
  color: #000;
  opacity: 0.5;
  cursor: pointer;
  margin-top: 8px;
  padding: 5px 30px 5px 15px;
  border-radius: 14px;
  display: inline-block;
}
header .private.selected {
  background-color: #fff;
  color: #000;
  z-index: 1 !important;
  opacity: 1 !important;
  font-weight: 500;
  padding-right: 20px;
}
header .business {
  font-size: 22px;
  position: relative;
  margin-left: -20px;
  background-color: #E3E2DF;
  color: #000;
  opacity: 0.5;
  cursor: pointer;
  padding: 5px 15px 5px 30px;
  border-radius: 14px;
  display: inline-block;
}
header .business.selected {
  background-color: #fff;
  color: #000;
  z-index: 1 !important;
  opacity: 1 !important;
  font-weight: 500;
  padding-left: 20px;
}
header nav {
  font-size: 16px;
  letter-spacing: 0;
  text-align: right;
  margin-bottom: 10px;
}
header nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header nav ul li {
  position: relative;
  display: inline-block;
  color: #fff;
  cursor: pointer;
}
header nav ul li a {
  color: #fff;
  text-decoration: none; /*text-shadow: 0px 0px 2px $Color-DarkGreen;*/
}
header nav ul li a:hover {
  opacity: 1;
  text-decoration: none;
  text-shadow: none;
  border-bottom: solid 1px #fff;
}
header nav ul li a.current {
  opacity: 1;
  text-shadow: none;
  border-bottom: solid 1px #fff;
}
header nav ul li:after {
  content: "|";
  margin: 0 5px;
}
header nav ul li:last-child::after {
  content: "";
}
header nav ul .flexMenu-popup {
  right: 0px;
  z-index: 1;
  padding: 10px 20px !important;
  text-align: left;
  background-color: #fff;
  box-shadow: 5px 5px 10px #505050;
}
header nav ul .flexMenu-popup hr {
  margin: 5px 0;
}
header nav ul .flexMenu-popup li {
  line-height: 35px;
  color: #374D4B;
  white-space: nowrap;
  margin-bottom: 5px;
  display: block;
  cursor: pointer;
}
header nav ul .flexMenu-popup li a {
  color: #374D4B;
  text-shadow: none;
}
header nav ul .flexMenu-popup li a:hover {
  opacity: 1;
  color: #88A3A4;
  text-decoration: none;
  text-shadow: none;
}
header nav ul .flexMenu-popup li a.current {
  opacity: 1;
  color: #88A3A4;
  cursor: default;
  text-shadow: none;
}
header nav ul .flexMenu-popup li:after {
  content: "";
}
header nav ul .flexMenu-popup li.current {
  font-weight: bold;
  cursor: default;
}

@media (max-width: 576px) {
  header .logo {
    margin-bottom: 20px;
  }
  header .logo img {
    max-width: 100px;
  }
  header .cart {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  header .btn {
    line-height: 14px !important;
  }
  header .btn .mdi {
    font-size: 16px !important;
    margin-right: 5px;
  }
  header .btn-medium-icon {
    padding: 10px 10px 10px 10px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 320px) {
  header .mobileMenu {
    top: -14px;
  }
  header .btn {
    line-height: 12px !important;
  }
  header .btn-medium-icon {
    padding: 6px 6px 6px 6px !important;
    font-size: 10px !important;
  }
}
/* ---------------------------------- Cart ---------------------------------- */
.cart h1 {
  font-size: 40px;
  line-height: 50px;
}
.cart-item {
  background-color: #F5F5F5 !important;
  position: relative;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.cart-item .icon {
  padding: 15px;
}
.cart-item .icon img {
  width: 70px;
}
.cart-item .name {
  font-size: 20px;
  font-weight: bold;
}
.cart-item .coverage {
  font-size: 18px;
}
.cart-item .cupon {
  font-size: 16px;
  margin: 5px 0;
}
.cart-item .price {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
.cart-item .edit {
  margin-top: 20px;
  font-size: 16px;
  color: #909090;
}
.cart-item .edit .mdi {
  margin-right: 5px;
}
.cart-item .delete {
  position: absolute;
  text-align: center;
  right: -10px;
  top: -30px;
  font-size: 40px;
}
.cart-item .delete .mdi {
  color: #D94F04;
}
.cart-item .delete:hover {
  opacity: 0.5;
}
.cart-more {
  margin: 30px 0px !important;
}
.cart-overview {
  background-color: #88A3A4;
  border-radius: 10px;
  padding: 20px;
  color: #fff;
}
.cart-overview .header {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}
.cart-overview .total {
  margin-top: 30px;
}
.cart-overview .total .headline {
  font-size: 16px;
  border-bottom: solid 1px #fff;
}
.cart-overview .price {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.cart-overview .price-details {
  font-size: 16px;
  font-weight: normal;
}
.cart-overview .cupon .form-group {
  position: relative;
}
.cart-overview .cupon .form-group input {
  height: 60px;
  font-size: 20px;
  padding-right: 100px;
  border-radius: 10px !important;
  border: none !important;
}
.cart-overview .cupon .form-group button {
  height: 54px;
  position: absolute;
  top: 3px;
  right: 3px;
}
.cart-overview .cupon-list-item {
  color: #374D4B;
  font-size: 16px;
}
.cart-overview .cupon-list-item .mdi-close-circle-outline {
  color: #fff;
  margin-left: 5px;
  cursor: pointer;
}
.cart-overview .cupon-list-item .mdi-close-circle-outline:hover {
  opacity: 0.5;
}

@media (max-width: 576px) {
  .cart-item .icon {
    padding: 15px;
  }
  .cart-item .icon img {
    width: 40px;
  }
}
/* ---------------------------------- Checkout overview ---------------------------------- */
.checkout-overview {
  background-color: #88A3A4;
  border-radius: 10px;
  padding: 20px;
  color: #fff;
}
.checkout-overview hr {
  margin: 5px 0 15px 0;
}
.checkout-overview .header {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}
.checkout-overview-item .name {
  font-size: 20px;
  padding: 0;
  margin: 0;
}
.checkout-overview-item .coverage {
  font-size: 14px;
}
.checkout-overview-item .price {
  font-size: 18px !important;
}
.checkout-overview-item .cupon {
  font-size: 16px;
  margin: 5px 0;
}
.checkout-overview .price {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.checkout-overview .price-details {
  font-size: 16px;
  font-weight: normal;
}
.checkout-overview .total {
  margin-top: 30px;
}
.checkout-overview .total .headline {
  font-size: 16px;
  border-bottom: solid 1px #fff;
}
.checkout-overview .helper {
  margin-top: 10px;
}

/* ---------------------------------- Insurances ---------------------------------- */
#dvInsurances .insurances {
  margin-top: 0px;
}
#dvInsurances .insurances-item {
  background-color: #f2f2f2;
  padding: 40px 10px 30px 10px !important;
  margin-bottom: 5px;
  border-radius: 10px;
}
#dvInsurances .insurances-item .icon img {
  max-height: 60px;
}

.insurances div[class^=row] {
  padding: 10px;
}
.insurances div[class^=col] {
  padding: 5px;
}
.insurances-item {
  cursor: pointer;
  margin-bottom: 60px;
}
.insurances-item .icon img {
  max-height: 80px;
}
.insurances-item .name {
  margin-top: 20px;
  font-size: 30px;
  line-height: 35px;
  font-weight: medium;
  overflow: hidden;
  text-overflow: ellipsis;
}
.insurances-item:hover {
  opacity: 0.7;
}

@media (max-width: 576px) {
  .insurances {
    margin-top: 40px;
  }
  .insurances div[class^=row] {
    padding: 10px;
  }
  .insurances div[class^=col] {
    padding: 5px;
  }
  .insurances-item {
    background-color: #f2f2f2;
    padding: 30px 10px 10px 10px;
    margin-bottom: 5px;
    border-radius: 10px;
  }
  .insurances-item .icon img {
    max-height: 40px;
  }
  .insurances-item .name {
    font-size: 20px;
    line-height: 25px;
  }
  .insurances-item:hover {
    opacity: 0.7;
  }
}
/* ---------------------------------- Insurances Categories ---------------------------------- */
.categories {
  background-color: #88A3A4;
  margin: 40px 0 20px 0 !important;
  padding: 20px 5px;
  border-radius: 10px;
}
.categories .menu {
  padding: 0px;
  margin: 0px;
  text-align: left;
  font-weight: bold;
}
.categories .menu li {
  display: inline-block;
  font-size: 18px;
  margin: 0px;
  padding: 0 15px;
}
.categories .menu li a {
  color: #374D4B;
  text-decoration: none;
}
.categories .menu li a:hover {
  color: #fff;
  text-decoration: none;
}
.categories .menu li a.current {
  color: #fff;
  cursor: default;
}
.categories .menu .flexMenu-viewMore {
  font-size: 20px;
}
.categories .menu .flexMenu-viewMore a:hover {
  border-bottom: none;
}
.categories .menu .flexMenu-popup {
  font-size: 16px;
  right: 0px;
  z-index: 2;
  padding: 10px !important;
  text-align: left;
  background-color: #fff;
  margin: 0;
}
.categories .menu .flexMenu-popup hr {
  margin: 5px 0;
}
.categories .menu .flexMenu-popup li {
  padding: 10px 20px;
  white-space: nowrap;
  margin-bottom: 5px;
  display: block;
  cursor: pointer;
}
.categories .menu .flexMenu-popup li a {
  color: #374D4B;
  text-decoration: none;
}
.categories .menu .flexMenu-popup li a.current {
  cursor: default;
}

@media (max-width: 992px) {
  .categories .menu li {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .categories {
    padding: 20px 0px;
  }
}
/* ---------------------------------- Insurances Menu ---------------------------------- */
.insurancesMenu {
  position: absolute;
  z-index: 2 !important;
  padding-bottom: 30px;
  width: 60vw;
  left: 20vw;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px 2px #c0c0c0;
}
.insurancesMenu .container {
  cursor: default !important;
}
.insurancesMenu .mdi-close {
  color: #000;
  font-size: 30px;
  cursor: pointer;
}
.insurancesMenu h4 {
  padding-bottom: 10px;
  border-bottom: solid 1px #a1a1a1;
}
.insurancesMenu h5 {
  font-size: 20px;
  margin-top: 20px;
}
.insurancesMenu .insurance {
  color: #000;
  font-size: 18px;
  padding: 20px 0;
  border-radius: 10px;
  margin-top: 30px;
  cursor: pointer;
}
.insurancesMenu .insurance.current {
  background-color: #F5F5F5;
}
.insurancesMenu .insurance .icon img {
  max-height: 45px;
}
.insurancesMenu .insurance .name {
  margin-top: 10px;
}
.insurancesMenu .insurance:hover {
  opacity: 0.7;
}
.insurancesMenu .btn {
  margin-top: 30px;
}

@media (max-width: 992px) {
  .insurancesMenu {
    width: 90vw;
    left: 5vw;
  }
  .insurancesMenu h4 {
    font-size: 30px;
  }
}
/* ---------------------------------- Mobile Menu ---------------------------------- */
.mobileMenu {
  z-index: 2;
  position: absolute;
  background-color: #fff;
  width: 100%;
  transition: none;
  box-shadow: 10px 10px 10px #505050;
}
.mobileMenu .mdi-close {
  margin: 10px 0px 0 0;
  cursor: pointer;
  font-size: 28px !important;
}
.mobileMenu .container {
  min-height: 100vh;
}
.mobileMenu .myETU .btn {
  line-height: 18px !important;
}
.mobileMenu .myETU .btn-medium-icon {
  padding: 6px 6px 6px 6px !important;
  font-size: 16px !important;
}
.mobileMenu .privbusbutton .private {
  font-size: 16px;
  position: relative;
  background-color: #E3E2DF;
  color: #000;
  opacity: 0.5;
  cursor: pointer;
  margin-top: 8px;
  padding: 5px 20px;
  border-radius: 14px;
  display: inline-block;
}
.mobileMenu .privbusbutton .private.selected {
  background-color: #fff;
  border: solid 1px #374D4B;
  color: #000;
  z-index: 1 !important;
  opacity: 1 !important;
  font-weight: 500;
}
.mobileMenu .privbusbutton .business {
  font-size: 16px;
  position: relative;
  margin-left: -15px;
  background-color: #E3E2DF;
  color: #000;
  opacity: 0.5;
  cursor: pointer;
  padding: 5px 20px;
  border-radius: 14px;
  display: inline-block;
}
.mobileMenu .privbusbutton .business.selected {
  background-color: #fff;
  border: solid 1px #374D4B;
  color: #000;
  z-index: 1 !important;
  opacity: 1 !important;
  font-weight: 500;
}
.mobileMenu-items {
  text-align: center;
  font-size: 30px;
  line-height: 60px;
  font-family: "superior-title";
  font-weight: bold;
  margin-top: 30px;
}
.mobileMenu-items a {
  color: #374D4B;
  text-decoration: none;
}
.mobileMenu-items a.current {
  opacity: 1;
  color: #D94F04;
  cursor: default;
  text-shadow: none;
}
.mobileMenu-items-item {
  border-top: solid 1px #F5F5F5;
}
.mobileMenu-button {
  background-color: transparent;
  color: #fff;
  font-size: 40px;
  float: right;
  position: relative;
  right: -2px;
  top: -10px;
  border: none;
  padding: 0;
  margin: 0 0 0 10px;
}

@media (max-width: 320px) {
  .mobileMenu {
    top: -14px;
  }
}
/* ---------------------------------- Top Media ---------------------------------- */
.topmedia {
  padding: 150px 0 0 0;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.topmedia-noimage {
  background-color: #374D4B;
  height: 180px;
  border-bottom: solid 1px #c0c0c0;
}
.topmedia .h1, .topmedia .h2, .topmedia .h3 {
  margin: 0;
  padding: 0;
}
.topmedia .container {
  padding: 0 60px;
}
.topmedia .teaser {
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  margin-top: 20px;
  max-width: 70%;
  font-family: futura-pt, sans-serif;
}
.topmedia .btn {
  margin-top: 30px;
}

@media (max-width: 992px) {
  .topmedia-noimage {
    height: 160px;
  }
  .topmedia .teaser {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .topmedia {
    padding-top: 160px;
  }
  .topmedia-noimage {
    height: 140px;
  }
  .topmedia .container {
    padding: 0 15px !important;
  }
  .topmedia .teaser {
    font-size: 18px;
    line-height: 28px;
  }
}
/* ---------------------------------- Main ---------------------------------- */
main {
  min-height: 400px;
  margin: 50px 0;
}

.front-general .teaser {
  font-size: 20px;
  font-weight: medium;
}
.front-general .btn {
  margin-top: 30px;
}

@media (max-width: 766px) {
  .front-general .teaser {
    font-size: 16px;
  }
}
/* Calculate */
.calculate-form .helpbox {
  color: #374D4B !important;
}
.calculate-form .helpbox .mdi {
  color: #374D4B !important;
}
.calculate-package .helpbox {
  color: #FFFFFF !important;
}
.calculate-package .helpbox .mdi {
  color: #FFFFFF !important;
}

/* ---------------------------------- Text Template ---------------------------------- */
.textTemplate {
  margin-top: 80px;
  border-top: solid 1px rgba(144, 144, 144, 0.1803921569);
}
.textTemplate .image img {
  border-radius: 10px;
}
.textTemplate-overlap {
  margin-top: 60px;
  padding-top: 40px;
}
.textTemplate-overlap.noborder {
  margin-top: 0px;
  padding-top: 0px;
  border: none;
}
.textTemplate-overlap-text {
  width: calc(100% + 60px);
  position: relative;
  margin-top: 50px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.7);
}
.textTemplate-overlap-text.overlap-left {
  left: -60px;
}
.textTemplate-overlap-image.overlap-left {
  position: relative;
  left: 0;
  margin: 0;
}
.textTemplate-overlap-image img {
  border-radius: 6px !important;
}
.textTemplate-tags {
  margin-top: 60px;
  padding-top: 40px;
}
.textTemplate-tags-image img {
  border-radius: 10px;
}
.textTemplate-tags-tags .mdi {
  color: #D94F04;
}
.textTemplate-quote {
  margin-top: 60px;
  padding-top: 40px;
}
.textTemplate-fullwidth {
  margin-top: 60px;
  padding: 50px 0 40px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.textTemplate-boxes {
  margin-top: 60px;
  padding-top: 40px;
  color: #fff;
}
.textTemplate-boxes-box {
  overflow: hidden;
  background-color: #88A3A4;
  border-radius: 10px;
  padding: 30px 30px 30px 30px;
  position: relative;
}
.textTemplate-boxes-box .headline {
  font-family: "superior-title";
  font-size: 26px;
  font-weight: bold;
  color: #374D4B;
}
.textTemplate-boxes-box .tags {
  padding: 0 30px 20px 30px;
  margin: 5px -30px 0 -30px;
  font-size: 18px;
  line-height: 30px;
}
.textTemplate-boxes-box .tags.bb {
  border-bottom: solid 1px #fff;
}
.textTemplate-boxes-box .tags .mdi {
  color: #374D4B;
}
.textTemplate-boxes-box .text {
  font-size: 18px;
}
.textTemplate-boxes-box .text-extra {
  font-size: 16px;
  height: 100%;
  padding: 20px 30px 30px 30px;
  margin: 0 -30px -30px -30px;
  background-color: rgba(28, 73, 83, 0.2) !important;
  border-top: solid 1px #fff;
}

@media (max-width: 768px) {
  .textTemplate .image {
    margin-top: 30px;
  }
  .textTemplate-overlap {
    margin-top: 0px;
  }
  .textTemplate-overlap-image {
    margin-top: 30px;
  }
  .textTemplate-overlap-image img {
    border-radius: 0px !important;
  }
  .textTemplate-overlap-text {
    width: 100% !important;
    top: -50px;
    margin: 0px 0 -100px 0;
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 12px;
  }
  .textTemplate-overlap-text.overlap-left {
    left: 0px;
  }
  .textTemplate-tags {
    margin-top: 60px;
    padding-top: 40px;
  }
  .textTemplate-tags-image {
    margin-top: 30px;
  }
  .textTemplate-tags-image img {
    border-radius: 0px !important;
  }
  .textTemplate-quote {
    margin-top: 60px;
    padding-top: 60px;
  }
  .textTemplate-fullwidth {
    margin-top: 60px;
    padding-top: 60px;
  }
  .textTemplate-boxes {
    margin-top: 60px;
    padding-top: 60px;
  }
  .textTemplate-boxes-box {
    margin-bottom: 30px;
  }
}
/* ---------------------------------- Insurance Check ---------------------------------- */
.insuranceCheck .image {
  margin-bottom: 30px;
}
.insuranceCheck .image img {
  border-radius: 10px;
}
.insuranceCheck-tags .mdi {
  color: #D94F04;
}
.insuranceCheck-extra {
  margin-top: 80px;
  padding-top: 80px;
  border-top: solid 1px #374D4B;
}

@media (max-width: 768px) {
  .insuranceCheck-extra {
    margin-top: 40px;
    padding-top: 40px;
  }
  .insuranceCheck-extra .form {
    margin-top: 30px !important;
  }
}
/* ---------------------------------- Roadassist ---------------------------------- */
.roadassist a, .roadassist a:hover {
  color: #374D4B;
  text-decoration: none;
}
.roadassist .icon .mdi {
  font-size: 80px;
}
.roadassist .headline {
  font-family: "superior-title";
  font-size: 30px;
  font-weight: bold;
}
.roadassist .teaser {
  margin-top: 10px;
  font-size: 20px;
}
.roadassist-column1 {
  border-right: solid 1px #374D4B;
}
.roadassist-content {
  margin-top: 80px;
  padding-top: 80px;
  border-top: solid 1px #374D4B;
}
.roadassist-text {
  width: calc(100% + 40px);
  left: -40px;
  position: relative;
  margin-top: 50px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.7);
}
.roadassist-image {
  position: relative;
  left: 0;
  margin: 0;
}
.roadassist-image img {
  border-radius: 6px !important;
}

@media (max-width: 768px) {
  .roadassist-text {
    width: 100% !important;
    left: 0px;
    top: -100px;
    margin: 0px 0 -100px 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media (max-width: 576px) {
  .roadassist .icon .mdi {
    font-size: 100px;
  }
  .roadassist-column1 {
    border-right: none;
  }
  .roadassist-column2 {
    margin-top: 60px;
    padding-top: 40px;
    border-top: solid 1px #374D4B;
  }
  .roadassist-image img {
    border-radius: 0px !important;
  }
}
/* ---------------------------------- Event ---------------------------------- */
.event-text {
  width: calc(100% + 40px);
  left: -40px;
  position: relative;
  margin-top: 50px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.7);
}
.event-text h1 {
  margin-top: 0px;
}
.event-text-headline {
  color: #fff;
}
.event .image {
  position: relative;
  left: 0;
  margin: 0;
}
.event .image img {
  border-radius: 6px !important;
}
.event-image {
  position: relative;
  left: 0;
  margin: 0;
}
.event-image img {
  border-radius: 6px !important;
}
.event-form {
  margin-top: 40px;
}
.event-form h4 {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .event-text {
    width: 100% !important;
    left: 0px;
    top: -100px;
    margin: 0px 0 -100px 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .event-form {
    margin-top: 0px;
  }
}
@media (max-width: 576px) {
  .event-image img {
    border-radius: 0px !important;
  }
}
/* ---------------------------------- Business ---------------------------------- */
.business .generalWithMWR {
  margin-top: 60px;
  padding-top: 80px;
  border-top: solid 1px rgba(144, 144, 144, 0.1803921569);
}

@media (max-width: 576px) {
  .business .generalWithMWR {
    margin-top: 20px;
    padding-top: 40px;
    border-top: none;
  }
}
/* ---------------------------------- Contacts ---------------------------------- */
.contacts {
  text-align: left;
  margin-top: 40px;
}
.contacts-cards {
  margin-top: 20px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 1px #374D4B;
}
.contacts-cards-card {
  width: 100%;
  margin-bottom: 30px;
}
.contacts-cards-card .mdi {
  margin-right: 10px;
  font-size: 16px;
}
.contacts-cards-card .image img {
  border-radius: 10px;
}
.contacts-cards-card .name {
  font-size: 30px;
  font-weight: 500;
}
.contacts-cards-card .title {
  font-size: 18px;
}
.contacts-cards-card .info {
  margin-top: 20px;
}
.contacts-cards-card .info .mdi {
  font-size: 30px;
}

/* ---------------------------------- FAQ ---------------------------------- */
.faq {
  text-align: left;
  margin-top: 40px;
}
.faq-item {
  margin-bottom: 5px;
  padding: 10px 0;
  background-color: #F5F5F5;
  font-size: 30px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 6px;
}
.faq-item .mdi {
  color: #F29325;
  margin-left: 10px;
}
.faq-item .answer {
  font-size: 20px;
  font-weight: normal;
  max-width: 85%;
  margin: 10px auto;
}

@media (max-width: 576px) {
  .faq-item {
    font-size: 22px;
  }
}
/* ---------------------------------- Terms ---------------------------------- */
.terms {
  text-align: left;
  margin-top: 40px;
}
.terms-item {
  margin-bottom: 5px;
  padding: 10px 0;
  font-size: 24px;
  font-weight: 400;
  cursor: pointer;
}
.terms-item:hover {
  text-decoration: underline;
}
.terms-item .mdi {
  color: #D94F04;
  margin-left: 10px;
}

/* ---------------------------------- List ---------------------------------- */
.list-items-item {
  border-radius: 10px;
  background-color: #EBEBEB;
  cursor: pointer;
  margin-top: 30px;
  padding: 20px;
  transition: all 0.3s ease 0s;
}
.list-items-item .icon {
  text-align: center;
  padding-top: 20px;
}
.list-items-item .icon img {
  max-width: 80px;
}
.list-items-item .content {
  padding: 15px;
  font-size: 16px;
  text-align: center;
}
.list-items-item .content .headline {
  font-family: "superior-title";
  font-weight: 500;
  line-height: 34px;
  font-size: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}
.list-items-item .content .teaser {
  font-size: 20px;
  margin-top: 10px;
}
.list-items-item:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .news-item .icon {
    margin-bottom: 20px;
  }
}
/* ---------------------------------- News ---------------------------------- */
.news-item .image img {
  border-radius: 10px;
}
.news-item .date {
  font-size: 14px;
  color: #A1A1A1;
  margin-bottom: 20px;
}
.news-item .teaser {
  font-size: 24px;
  font-weight: bold;
  margin: 5px 0 20px 0;
}
.news-items-item {
  border-radius: 10px;
  background-color: #EBEBEB;
  cursor: pointer;
  margin-top: 30px;
  transition: all 0.3s ease 0s;
}
.news-items-item .image img {
  border-radius: 10px 10px 0 0;
}
.news-items-item .content {
  padding: 15px;
  font-size: 16px;
}
.news-items-item .content .headline {
  font-family: "superior-title";
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-items-item .content .date {
  margin-top: 25px;
  font-size: 12px;
  color: #A1A1A1;
}
.news-items-item .content .more {
  margin-top: 19px;
}
.news-items-item:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .news-item .image {
    margin-bottom: 20px;
  }
}
/* ---------------------------------- Document ---------------------------------- */
.document {
  /* Confirm */
}
.document h1 {
  margin-right: 60px;
}
.document .teaser {
  margin-right: 60px;
  font-weight: bold;
  font-size: 24px;
}
.document .text {
  margin: 20px 60px 0 0;
}
.document .extraborder {
  border-right: solid 1px #909090;
}
.document .extratext {
  margin: 20px 0 0 40px;
}
.document .extratext ul {
  list-style: none;
}
.document .extratext ul li::before {
  content: "•";
  color: #D94F04;
  font-weight: bold;
  font-size: 2em;
  line-height: 1em;
  vertical-align: middle;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.document-faq {
  margin-top: 60px;
  padding-top: 80px;
  border-top: solid 1px rgba(144, 144, 144, 0.1803921569);
  text-align: center;
}
.document-faq .headline {
  font-family: "superior-title";
  font-size: 60px;
  line-height: 65px;
  font-weight: bold;
  color: #374D4B;
}
.document-faq .teaser {
  font-size: 30px;
  line-height: 35px;
}
.document.confirm {
  padding-top: 30px;
}
.document.confirm h1 {
  display: inline;
  margin: 0 0 0 0 !important;
}
.document.confirm .text {
  margin: 30px 0 40px 0;
}
.document.confirm .mdi {
  font-size: 60px;
  color: #517D51;
  margin-right: 15px;
}
.document.confirm .box {
  margin-top: 20px;
  color: #374D4B !important;
  background-color: #F5F5F5;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .document h1 {
    margin-right: 0px;
  }
  .document .teaser {
    margin-right: 0px;
  }
  .document .text {
    margin: 20px 0px 0 0;
  }
  .document .extraborder {
    border-right: none;
  }
  .document .extratext {
    margin: 20px 0 20px 0px;
    padding: 30px 0 20px 0;
    border-top: solid 1px rgba(144, 144, 144, 0.1803921569);
    border-bottom: solid 1px #909090;
  }
}
/* ---------------------------------- Insurance / Insurance Package ---------------------------------- */
.insurancePackage-packages {
  border: none !important;
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.insurancePackage-packages .nav {
  border: none;
  margin: 0px;
  padding: 0px;
}
.insurancePackage-packages .nav-link {
  padding: 0px;
  margin: 0px;
  border: 0;
  color: #374D4B;
}
.insurancePackage-packages-package {
  background-color: #F5F5F5 !important;
  cursor: pointer;
  padding: 40px 10px 20px 10px !important;
  border-radius: 6px 6px 0 0 !important;
}
.insurancePackage-packages-package.active, .insurancePackage-packages-package:hover {
  background-color: #D6D6D6 !important;
}
.insurancePackage-packages-package .icon img {
  max-height: 80px;
}
.insurancePackage-packages-package .name {
  font-size: 30px;
  margin-top: 30px;
  text-align: center;
}
.insurancePackage-packages-package-tags {
  padding: 0px 0px;
  margin-top: -30px;
}
.insurancePackage-packages-package-tags .tab-pane {
  border: none;
}
.insurancePackage-packages-package-tags .wrapper {
  background-color: #D6D6D6 !important;
  border-radius: 0px 0px 6px 6px;
  padding: 20px 20px 40px 20px;
  transition: all 0.3s ease 0s;
}
.insurancePackage-packages-package-tags .wrapper .headline {
  font-size: 30px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.insurancePackage-packages-package-tags .wrapper .includes {
  border-right: solid 1px #374D4B;
}
.insurancePackage-packages-package-tags .wrapper .tags {
  color: #374D4B;
  margin: 0px !important;
  text-align: left;
}
.insurancePackage-packages-package-tags .wrapper .tags .mdi {
  color: #374D4B;
}

.insurance-anchormenu, .insurancePackage-anchormenu {
  background-color: #EFEFEF;
  font-size: 26px;
  padding: 10px 0;
  line-height: 50px;
  margin-bottom: 80px;
}
.insurance-anchormenu ul, .insurancePackage-anchormenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.insurance-anchormenu ul li, .insurancePackage-anchormenu ul li {
  display: inline-block;
  padding-left: 45px;
  font-weight: 400;
}
.insurance-anchormenu ul li a, .insurancePackage-anchormenu ul li a {
  text-decoration: none;
}
.insurance-anchormenu ul li:first-child, .insurancePackage-anchormenu ul li:first-child {
  padding-left: 0px;
}
.insurance .headline, .insurancePackage .headline {
  font-family: "superior-title";
  font-size: 60px;
  line-height: 70px;
  font-weight: bold;
  color: #374D4B;
}
.insurance .teaser, .insurancePackage .teaser {
  font-size: 30px;
  line-height: 40px;
}
.insurance .MWR, .insurancePackage .MWR {
  text-align: left !important;
}
.insurance-packages, .insurancePackage-packages {
  margin-top: 60px;
  padding-top: 80px;
  border-top: solid 1px rgba(144, 144, 144, 0.1803921569);
}
.insurance-packages-package, .insurancePackage-packages-package {
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #88A3A4;
  border-radius: 10px;
  padding: 30px 15px 40px 15px;
  position: relative;
}
.insurance-packages-package .ribbon, .insurancePackage-packages-package .ribbon {
  background-color: #517D51;
  color: #fff;
  font-size: 20px;
  white-space: nowrap;
  position: absolute;
  padding: 5px 40px;
  text-align: center;
  right: -35px;
  top: 20px;
  transform: rotate(45deg);
}
.insurance-packages-package .headline, .insurancePackage-packages-package .headline {
  font-family: "superior-title";
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.insurance-packages-package .tags, .insurancePackage-packages-package .tags {
  color: #fff;
  margin-top: 5px;
  font-size: 16px;
  line-height: 30px;
}
.insurance-packages-package .tags .mdi, .insurancePackage-packages-package .tags .mdi {
  color: #374D4B;
}
.insurance-packages-package-extra, .insurancePackage-packages-package-extra {
  color: #fff;
  font-size: 16px;
}
.insurance-packages-package-price, .insurancePackage-packages-package-price {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  border-top: solid 1px #fff;
  padding-top: 15px;
  margin-top: 15px;
}
.insurance-packages-package-cta, .insurancePackage-packages-package-cta {
  cursor: pointer;
  background-color: #96AEAF;
  color: #fff !important;
  font-size: 24px;
  border-top: solid 1px #fff;
  padding: 10px 0 10px 0;
  margin: 10px -15px -40px -15px;
}
.insurance-packages-package-cta:hover, .insurancePackage-packages-package-cta:hover {
  opacity: 0.7;
}
.insurance-packages-package-custom a, .insurancePackage-packages-package-custom a {
  color: #808080;
  font-size: 24px;
  text-decoration: none;
}
.insurance-packages-package-custom a .mdi, .insurancePackage-packages-package-custom a .mdi {
  vertical-align: middle;
}
.insurance-packages-package-custom a:hover, .insurancePackage-packages-package-custom a:hover {
  text-decoration: underline;
}
.insurance-packages-cta, .insurancePackage-packages-cta {
  margin-top: 60px;
}
.insurance-benefits, .insurancePackage-benefits {
  margin-top: 60px;
  padding-top: 80px;
  border-top: solid 1px rgba(144, 144, 144, 0.1803921569);
  text-align: center;
}
.insurance-benefits-benefit, .insurancePackage-benefits-benefit {
  text-align: center;
  margin-top: 60px;
}
.insurance-benefits-benefit .icon img, .insurancePackage-benefits-benefit .icon img {
  max-width: 120px;
  margin-bottom: 40px;
}
.insurance-benefits-benefit .headline, .insurancePackage-benefits-benefit .headline {
  font-size: 24px;
  line-height: 28px;
}
.insurance-benefits-benefit .teaser, .insurancePackage-benefits-benefit .teaser {
  font-size: 18px;
  line-height: 24px;
}
.insurance .banner, .insurancePackage .banner {
  border: none;
  padding-top: 0px;
}
.insurance-coverage, .insurancePackage-coverage {
  margin-top: 60px;
  padding-top: 80px;
  border-top: solid 1px rgba(144, 144, 144, 0.1803921569);
  text-align: center;
}
.insurance-coverage .teaser, .insurancePackage-coverage .teaser {
  line-height: 35px;
}
.insurance-coverage-box, .insurancePackage-coverage-box {
  margin-top: 40px;
  padding: 40px 20px 60px 20px;
  background-color: #88A3A4;
  border-radius: 10px;
}
.insurance-coverage-box .headline, .insurancePackage-coverage-box .headline {
  font-size: 40px;
}
.insurance-coverage-box .includes, .insurancePackage-coverage-box .includes {
  border-right: solid 1px #fff;
}
.insurance-coverage-box .tags, .insurancePackage-coverage-box .tags {
  font-size: 16px;
  color: #fff;
  margin: 5px 20px;
  line-height: 30px;
  text-align: left;
}
.insurance-coverage-box .tags .mdi, .insurancePackage-coverage-box .tags .mdi {
  color: #374D4B;
}
.insurance-coverage .cta, .insurancePackage-coverage .cta {
  margin-top: 60px;
}
.insurance-extratext, .insurancePackage-extratext {
  margin-top: 60px;
  padding-top: 60px;
  border-top: solid 1px rgba(144, 144, 144, 0.1803921569);
}
.insurance-extratext .headline, .insurancePackage-extratext .headline {
  text-align: center;
}
.insurance-extratext .teaser, .insurancePackage-extratext .teaser {
  text-align: center;
}
.insurance-extratext .text img, .insurancePackage-extratext .text img {
  border-radius: 6px;
}
.insurance-benefittext, .insurancePackage-benefittext {
  margin-top: 60px;
  padding-top: 80px;
  border-top: solid 1px rgba(144, 144, 144, 0.1803921569);
}
.insurance-benefittext .headline, .insurancePackage-benefittext .headline {
  font-family: "superior-title";
  font-size: 50px;
  font-weight: bold;
  color: #374D4B;
}
.insurance-benefittext .tags, .insurancePackage-benefittext .tags {
  margin: 5px 30px;
  font-size: 24px;
  line-height: 40px;
  text-align: left;
}
.insurance-benefittext .tags .mdi, .insurancePackage-benefittext .tags .mdi {
  color: #D94F04;
}
.insurance-about, .insurancePackage-about {
  margin-top: 60px;
  padding-top: 80px;
  border-top: solid 1px rgba(144, 144, 144, 0.1803921569);
  text-align: left;
}
.insurance-faq, .insurancePackage-faq {
  margin-top: 60px;
  padding-top: 80px;
  border-top: solid 1px rgba(144, 144, 144, 0.1803921569);
  text-align: center;
}
.insurance-terms, .insurancePackage-terms {
  margin-top: 60px;
  padding-top: 80px;
  border-top: solid 1px rgba(144, 144, 144, 0.1803921569);
  text-align: center;
}
.insurance-otherinsurances, .insurancePackage-otherinsurances {
  margin-top: 60px;
  padding-top: 80px;
  border-top: solid 1px rgba(144, 144, 144, 0.1803921569);
  text-align: center;
}
.insurance-otherinsurances .insurances, .insurancePackage-otherinsurances .insurances {
  margin-top: 50px;
}

@media (max-width: 992px) {
  .insurancePackage-packages-package-tags {
    margin-top: -10px;
  }
  .insurancePackage-packages-package-tags .wrapper .headline {
    font-size: 30px;
    margin: 20px 0px 0px 0px;
  }
  .insurancePackage-packages-package-tags .wrapper .includes {
    border-right: none;
  }
  .insurance-anchormenu, .insurancePackage-anchormenu {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .insurance-anchormenu ul li, .insurancePackage-anchormenu ul li {
    padding-left: 40px;
  }
  .insurance h1, .insurancePackage h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .insurance .MWR, .insurancePackage .MWR {
    margin-top: 30px;
  }
  .insurance .insurancePackage-packages-package, .insurancePackage .insurancePackage-packages-package {
    margin-bottom: -10px;
  }
  .insurance-packages, .insurancePackage-packages {
    margin-top: 20px;
    padding-top: 40px;
  }
  .insurance-packages-package, .insurancePackage-packages-package {
    margin-bottom: 20px;
  }
  .insurance-coverage-box .includes, .insurancePackage-coverage-box .includes {
    border-right: none;
  }
}
@media (max-width: 576px) {
  .insurancePackage-packages-package {
    margin-top: 0px;
    border-radius: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 10px !important;
  }
  .insurancePackage-packages-package .icon img {
    max-height: 40px;
  }
  .insurancePackage-packages-package .name {
    font-size: 20px;
    margin-top: 20px;
  }
  .insurancePackage-packages-package-tags {
    margin-top: 10px;
  }
  .insurance-anchormenu, .insurancePackage-anchormenu {
    line-height: 40px;
  }
  .insurance-anchormenu ul li, .insurancePackage-anchormenu ul li {
    padding-left: 0px;
  }
  .insurance-anchormenu ul li:after, .insurancePackage-anchormenu ul li:after {
    content: "|";
    margin-left: 5px;
  }
  .insurance-anchormenu ul li:last-child::after, .insurancePackage-anchormenu ul li:last-child::after {
    content: "";
    margin-left: 0px;
  }
  .insurance .headline, .insurancePackage .headline {
    font-family: "superior-title";
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    color: #374D4B;
  }
  .insurance .teaser, .insurancePackage .teaser {
    font-size: 20px;
    line-height: 30px;
  }
  .insurance-benefits, .insurancePackage-benefits {
    margin-top: 60px;
    padding-top: 40px;
  }
  .insurance-benefits-benefit, .insurancePackage-benefits-benefit {
    text-align: left;
    margin-top: 20px;
  }
  .insurance-benefits-benefit .icon img, .insurancePackage-benefits-benefit .icon img {
    max-width: 60px;
    margin-bottom: 40px;
  }
  .insurance-benefits-benefit .headline, .insurancePackage-benefits-benefit .headline {
    font-size: 20px;
  }
  .insurance-benefits-benefit .teaser, .insurancePackage-benefits-benefit .teaser {
    font-size: 16px;
  }
  .insurance-about, .insurancePackage-about {
    margin-top: 60px;
    padding-top: 40px;
  }
  .insurance-coverage, .insurancePackage-coverage {
    margin-top: 60px;
    padding-top: 40px;
  }
  .insurance-extratext, .insurancePackage-extratext {
    margin-top: 60px;
    padding-top: 40px;
    text-align: center;
  }
  .insurance-benefittext, .insurancePackage-benefittext {
    margin-top: 60px;
    padding-top: 40px;
    text-align: center;
  }
  .insurance-faq, .insurancePackage-faq {
    margin-top: 60px;
    padding-top: 40px;
  }
  .insurance-terms, .insurancePackage-terms {
    margin-top: 60px;
    padding-top: 40px;
  }
  .insurance-otherinsurances, .insurancePackage-otherinsurances {
    margin-top: 60px;
    padding-top: 40px;
  }
}
/* ---------------------------------- Insurance Packages ---------------------------------- */
.insurancePackages {
  margin-top: 120px;
  color: #fff;
}
.insurancePackages h2 {
  margin-bottom: 50px;
}
.insurancePackages-package {
  background-color: #88A3A4;
  position: relative;
  border-radius: 10px;
  padding: 30px 20px 50px 20px;
}
.insurancePackages-package-headline {
  cursor: pointer;
  text-align: center;
  width: 100%;
  font-family: "superior-title";
  font-size: 30px;
  font-weight: bold;
  color: #374D4B;
}
.insurancePackages-package-more {
  text-align: right;
  margin-top: -4px;
  margin-right: 10px;
  cursor: pointer;
  transition: none;
}
.insurancePackages-package-content {
  cursor: pointer;
  transition: none;
}
.insurancePackages-package-content-tags {
  padding-bottom: 60px;
  margin-top: 10px;
}
.insurancePackages-package-content-tags .mdi {
  color: #374D4B;
}
.insurancePackages-package-content-cta {
  position: absolute;
  bottom: 10px;
  width: 100%;
  margin-left: -20px;
  padding-top: 10px;
  border-top: solid 2px #fff;
}
.insurancePackages-package-content-cta .btn {
  color: #fff !important;
  width: 100%;
  font-size: 20px !important;
}
.insurancePackages-package-content-cta .btn:hover {
  text-decoration: none;
}
.insurancePackages-package-content-cta:hover {
  opacity: 0.8;
}

@media (max-width: 992px) {
  .insurancePackages-package {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .insurancePackages {
    margin-top: 80px;
  }
  .insurancePackages-package {
    margin-bottom: 2px;
    padding: 12px 10px 0px 10px;
  }
  .insurancePackages-package-header {
    padding-bottom: 5px;
  }
  .insurancePackages-package-headline {
    text-align: left;
    width: 50%;
    padding-left: 10px;
    font-size: 20px;
  }
  .insurancePackages-package-content {
    background-color: #B4C5C6;
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 0px 20px;
    border-radius: 0 0 10px 10px;
  }
  .insurancePackages-package-content-tags {
    padding-top: 20px;
    margin-top: 0px;
  }
  .insurancePackages-package-content-cta {
    position: relative;
    bottom: 0px;
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-top: 5px;
  }
}
/* ---------------------------------- Popular Insurances ---------------------------------- */
.popularInsurances {
  margin-top: 120px;
  padding-top: 100px;
  border-top: solid 1px rgba(144, 144, 144, 0.1803921569);
}
.popularInsurances .insurances {
  margin-top: 60px;
}

@media (max-width: 576px) {
  .popularInsurances {
    margin-top: 80px;
    padding-top: 0px;
    border-top: none;
  }
  .popularInsurances .insurances {
    margin-top: 0px;
  }
}
/* ---------------------------------- Trustpilot ---------------------------------- */
.trustpilot {
  margin-top: 80px;
}

@media (max-width: 576px) {
  .trustpilot {
    margin-top: 80px;
  }
}
/* ---------------------------------- MWR ---------------------------------- */
.mwr {
  position: relative;
  margin: 100px 0;
}
.mwr a, .mwr a:hover {
  color: #fff;
  text-decoration: none;
}
.mwr div[class^=col] {
  padding: 0px;
}
.mwr-image {
  width: calc(100% + 20px);
  position: relative;
  left: 10px;
}
.mwr-content {
  width: calc(100% + 20px);
  position: relative;
  top: 80px;
  right: 20px;
  padding: 40px 40px 60px 40px;
  background-color: rgba(244, 226, 222, 0.9);
  color: #000;
}
.mwr-content-headline {
  color: #000;
}
.mwr-content-text .btn {
  margin-top: 40px;
}
.mwr-content-phone {
  color: #000;
  margin-top: 30px;
}

@media (max-width: 576px) {
  .mwr {
    margin: 80px 0 -100px 0;
    border-top: none;
  }
  .mwr div[class^=col] {
    padding: 15px;
  }
  .mwr-image {
    width: calc(100% + 30px);
    left: -15px;
    margin: 0;
  }
  .mwr-content {
    width: 100% !important;
    right: 0px;
    top: -100px;
    padding: 40px 20px 70px 20px;
  }
}
/* ---------------------------------- Banner ---------------------------------- */
.banner {
  margin-top: 80px;
  padding-top: 80px;
  border-top: solid 1px rgba(144, 144, 144, 0.1803921569);
  text-align: center;
  color: #fff;
}
.banner .h2 {
  color: #fff;
}
.banner-image {
  height: 400px !important;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-content {
  max-width: 80%;
}
.banner-content .teaser {
  font-size: 30px;
  line-height: 35px;
}
.banner-content .btn {
  margin-top: 30px;
}

@media (max-width: 576px) {
  .banner {
    margin-top: 80px;
    padding-top: 0px;
    border-top: none;
  }
  .banner-image {
    height: 500px !important;
  }
  .banner-content {
    font-size: 20px;
  }
}
@media (max-width: 320px) {
  .banner-image {
    height: 400px !important;
  }
}
/* ---------------------------------- Customer Service ---------------------------------- */
.customerservice {
  position: relative;
  margin-top: 120px;
  border-top: solid 1px rgba(144, 144, 144, 0.1803921569);
  padding: 0 15px;
}
.customerservice a {
  color: #fff !important;
  text-decoration: none;
}
.customerservice div[class^=col] {
  padding: 0px;
}
.customerservice-content {
  width: calc(100% + 25px);
  position: relative;
  margin-top: 120px;
  padding: 60px;
  background-color: rgba(242, 147, 37, 0.9);
  color: #fff;
}
.customerservice-content-headline {
  color: #fff;
}
.customerservice-content-phone {
  font-size: 45px;
  line-height: 50px;
  color: #fff;
  margin-top: 30px;
}
.customerservice-image {
  width: calc(100% + 25px);
  position: relative;
  left: -25px;
  margin: 100px 0 0 0;
}

@media (max-width: 576px) {
  .customerservice {
    margin-top: 80px;
    border-top: none;
  }
  .customerservice-content {
    width: 100%;
    margin-top: 0px;
    padding: 40px 20px 70px 20px;
  }
  .customerservice-content-phone {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    margin-top: 30px;
  }
  .customerservice-image {
    width: calc(100% + 30px);
    left: -15px;
    margin: -50px 0 0 0;
  }
}
/* ---------------------------------- Benefits ---------------------------------- */
.benefits {
  margin-top: 120px;
}
.benefits .teaser {
  line-height: 30px;
}
.benefits-item {
  font-size: 28px;
  line-height: 40px;
  margin-left: 10px;
}
.benefits-item .mdi {
  display: inline-block;
  color: #D94F04;
  font-size: 24px;
}
.benefits-item span {
  display: inline;
}

@media (max-width: 576px) {
  .benefits {
    margin-top: 80px;
  }
  .benefits-item {
    font-size: 20px;
    line-height: 30px;
  }
}
/* ---------------------------------- Newsletter ---------------------------------- */
.newsletter {
  margin-top: 80px;
  padding-top: 80px;
  border-top: solid 1px rgba(144, 144, 144, 0.1803921569);
  text-align: center;
  color: #fff;
}
.newsletter-content {
  height: 450px;
  background-color: #88A3A4;
  border-radius: 2px;
}
.newsletter-content-form-field {
  background-color: #fff;
  height: 70px;
  border-radius: 30px;
  margin: 50px auto 30px auto;
  max-width: 80%;
}
.newsletter-content-form-field input {
  border: 0;
  font-size: 22px;
  width: 100%;
  height: calc(100% - 5px);
  margin: 2px auto auto 30px;
}
.newsletter-content-form-field input.error {
  border: 0 !important;
}
.newsletter-content-form-field input:focus {
  border: 0 !important;
}
.newsletter-content-form-field .btn {
  padding: 5px 50px !important;
  font-size: 22px !important;
  background-color: #374D4B;
  color: #fff;
  border-color: #374D4B;
  border-radius: 30px !important;
  height: calc(100% - 10px);
  margin: auto 5px auto auto;
}
.newsletter-content-form-field .btn:hover, .newsletter-content-form-field .btn:active, .newsletter-content-form-field .btn:focus {
  background-color: #fff;
  color: #374D4B;
  border-color: #374D4B;
}
.newsletter-content-thanks .h2 {
  font-size: 30px;
  line-height: 40px;
}
.newsletter-content .mdi {
  color: #374D4B;
  font-size: 60px;
}
.newsletter-content .h2 {
  color: #fff;
  margin: auto;
  max-width: 80%;
}

@media (max-width: 992px) {
  .newsletter {
    margin-top: 40px;
  }
  .newsletter-content {
    height: 450px;
  }
  .newsletter-content-form-field {
    max-width: 70%;
  }
  .newsletter-content .h2 {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .newsletter-content {
    height: 350px;
  }
  .newsletter-content-form-field {
    max-width: 90%;
  }
  .newsletter-content-thanks .h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 576px) {
  .newsletter {
    border: none;
    margin-top: 80px;
    padding-top: 0px;
  }
  .newsletter-content {
    height: 500px;
  }
  .newsletter-content-form-field input {
    max-width: 80%;
    margin-left: 10px !important;
  }
  .newsletter-content-form-field .btn {
    margin-top: 20px;
  }
  .newsletter-content .h2 {
    margin-top: -60px !important;
  }
}
/* ---------------------------------- Footer ---------------------------------- */
footer {
  min-height: 400px;
  background-color: #374d4b;
  color: #fff;
  padding: 65px 0 60px 0;
  margin-top: 200px;
}
footer .logo img {
  max-width: 180px;
}
footer .headline {
  font-size: 26px;
  margin-top: 50px;
  font-weight: bolder;
}
footer .address {
  margin-top: 20px;
}
footer .phone {
  margin-top: 10px;
}
footer .social {
  margin-top: 30px;
  margin-left: -4px;
}
footer .social-item {
  display: inline-block;
  padding: 0 4px;
}
footer .social-item .mdi {
  font-size: 40px;
  color: #fff;
}
footer .social-item:hover {
  opacity: 0.7;
}
footer .mdi-check-bold {
  margin: auto 5px auto -20px;
}
footer .openinghours {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: solid 1px rgba(144, 144, 144, 0.1803921569);
}
footer .openinghours .headline {
  margin-top: 0px;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 576px) {
  footer {
    margin-top: 80px;
  }
  footer .headline {
    margin-top: 30px;
  }
  footer .contact {
    padding-bottom: 20px;
    border-bottom: solid 1px #909090;
  }
  footer .copyright {
    margin-top: 30px;
  }
}