/* [class*="col"] { border:red dotted 1px;} [class*="row"] { border:green dashed 1px;} */
/* ------------------------  My Core CSS ------------------------ */
.required {
  color: red!important;
  text-decoration: line-through;
}
.background-primary {
  background-color: #d41d49 !important;
}
.background-primary-light {
  background-color: #f199ae !important;
}
.background-primary-lighter {
  background-color: #fbe5eb !important;
}
.background-primary-dark {
  background-color: #a7173a !important;
}
.background-secondary {
  background-color: #113f46 !important;
}
.background-secondary-light {
  background-color: #1b646f !important;
}
.background-secondary-lighter {
  background-color: #f3fbfc !important;
}
.background-secondary-dark {
  background-color: #071a1d !important;
}
.background-tertiary {
  background-color: #002628 !important;
}
.background-tertiary-light {
  background-color: #00878e !important;
}
.background-tertiary-lighter {
  background-color: #51f6ff !important;
}
.background-tertiary-dark {
  background-color: #000000 !important;
}
.background-quaternary {
  background-color: #efede8 !important;
}
.background-quaternary-light {
  background-color: #ffffff !important;
}
.background-quaternary-lighter {
  background-color: #fefdfd !important;
}
.background-quaternary-dark {
  background-color: #dad5ca !important;
}
.background-gray {
  background-color: #3d4445 !important;
}
.background-gray-light {
  background-color: #d8dcdc !important;
}
.background-gray-lighter {
  background-color: #f5f6f7 !important;
}
.background-gray-dark {
  background-color: #000000 !important;
}
.background-body {
  background-color: #283031 !important;
}
.background-body-light {
  background-color: #a4b3b4 !important;
}
.background-body-lighter {
  background-color: #eef1f1 !important;
}
.background-body-dark {
  background-color: #1d2223 !important;
}
.background-offwhite {
  background-color: #f9f9f9 !important;
}
.background-white {
  background-color: white;
}
.background-black {
  background-color: black;
}
.background-light-gray {
  background-color: #e7e8e9;
}
.color-primary {
  color: #d41d49 !important;
}
.color-primary-light {
  color: #ee839c !important;
}
.color-primary-dark {
  color: #640e22 !important;
}
.color-secondary {
  color: #113f46 !important;
}
.color-secondary-light {
  color: #d6f1f5 !important;
}
.color-secondary-dark {
  color: #000000 !important;
}
.color-tertiary {
  color: #002628 !important;
}
.color-secondary-light {
  color: #d6f1f5 !important;
}
.color-secondary-dark {
  color: #000000 !important;
}
.color-body {
  color: #283031 !important;
}
.color-body-light {
  color: #3f4c4d !important;
}
.color-body-lighter {
  color: #889b9d !important;
}
.color-body-dark {
  color: #111415 !important;
}
.color-body-darker {
  color: #000000 !important;
}
.color-white {
  color: #FFFFFF !important;
}
.color-black {
  color: #000000 !important;
}
.color-off-white {
  color: #C4C4C4 !important;
}
.color-gray {
  color: #3d4445 !important;
}
.color-gray-light {
  color: rgba(0, 0, 0, 0.55);
}
body {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  color: #283031;
  margin: 0em;
  font-display: swap;
  background-color: white;
}
.h1 {
  font-size: 3rem!important;
  font-weight: 300;
}
.h2 {
  font-size: 2.75rem !important;
  font-weight: 300;
}
.h3 {
  font-size: 2.25rem !important;
  font-weight: 300;
}
.h4 {
  font-size: 1.8rem !important;
  font-weight: 300;
}
.h5 {
  font-size: 1.25rem !important;
  font-weight: 300;
}
.h6 {
  font-size: 1.2rem !important;
  font-weight: 300;
}
.lead {
  font-family: inherit!important;
  font-size: 1.1em;
  line-height: 1.25em;
}
.small {
  font-size: 0.8em;
  line-height: 1.1em;
}
.smaller {
  font-size: 0.7em;
}
.large {
  font-size: 1.1em;
}
.larger {
  font-size: 1.2em;
}
.feature-font {
  font-family: 'Lato', sans-serif;
}
p {
  margin: 0em 0em 1em 0em;
  color: inherit;
}
.light,
.fw-light {
  font-weight: 100 !important;
}
.regular,
.fw-regular {
  font-weight: 300 !important;
}
.semibold,
.fw-semibold {
  font-weight: 400 !important;
}
.bold,
.fw-bold,
strong {
  font-weight: 700 !important;
}
.black,
.fw-black {
  font-weight: 900 !important;
}
ul.body,
ol.body,
ul.tick {
  margin: 0em 0em 1.5em 0em;
  padding: 0em;
  color: inherit!important;
}
ul.body li,
ol.body li,
ul.tick li {
  margin: 0em 0em 0em 1em;
  padding: 0em;
  line-height: normal;
  position: relative;
  list-style: none;
  font-size: 1em;
  margin-bottom: 0.5em;
  color: inherit!important;
  font-weight: inherit!important;
}
ul.body li ul,
ol.body li ul,
ul.tick li ul {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0em;
}
ul.body li li,
ol.body li li,
ul.tick li li {
  margin: 0em 0em 0em 1.5em;
  padding: 0em;
  line-height: 1em;
  position: relative;
  list-style: none;
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
ul.body li:before,
ol.body li::before,
ul.tick li:before {
  position: absolute;
  left: -1em;
  top: 0px;
  font-size: inherit;
}
ul.body li:before {
  content: "\25A0";
  color: #d41d49 !important;
}
ul.body.dot li:before {
  content: "\2022";
  color: #d41d49 !important;
  font-size: 1.25em;
  top: -2px;
}
ul.tick li:before {
  content: "\2714\0020";
  color: #d41d49 !important;
  left: -2em;
}
ul.tick li {
  margin: 0em 0em 0.7em 2em;
}
ol.body li {
  counter-increment: step-counter;
}
ol.body li::before {
  content: counter(step-counter) ".";
}
ul.body-none {
  list-style: none;
  padding: 0px;
}
ul.body-none li {
  font-weight: inherit!important;
  text-transform: uppercase;
  color: #283031;
}
ul.body-none li:nth-child(even) {
  color: #798f92;
}
a {
  color: #d41d49;
  text-decoration: none!important;
}
a:hover {
  text-decoration: none;
  color: #113f46;
}
a.invert,
.invert a {
  color: white;
}
a.invert:hover,
.invert a:hover {
  text-decoration: none;
  color: #e6e6e6;
  color: #113f46;
}
.back-to-top {
  background: none;
  margin: 0;
  position: fixed;
  bottom: 0.2em;
  right: 0.2em;
  z-index: 100;
  display: none;
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(212, 29, 73, 0.4);
  text-align: center;
  font-size: 2.2em;
  line-height: 0.2em;
  padding: 0em 0.2em 0em 0.2em;
}
.back-to-top:hover {
  background-color: rgba(212, 29, 73, 0.8);
  color: #ffffff;
}
/* Base Form */
.contactForm .form-group {
  padding: 0em;
  margin: 0em;
  text-indent: 0em;
  width: 100%;
}
.contactForm label {
  color: #283031;
  font-weight: 300;
  padding: 0.5em 0em;
  margin: 0em;
}
.contactForm input[type="text"],
.contactForm input[type="tel"],
.contactForm input[type="email"],
.contactForm textarea,
.contactForm select,
.contactForm input[type="date"],
.contactForm input[type="datetime-local"] {
  margin: 0em;
  width: 100%;
  border-radius: 0em;
  border: rgba(212, 29, 73, 0.8) 1px solid;
  padding: 0.25em 0.75em;
  margin-bottom: 1em;
  color: #283031;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  background-color: rgba(40, 48, 49, 0.06);
  font-size: 0.95em;
}
.contactForm .btn {
  border: none;
  margin: 0.5em 0em 0em 0em;
  padding: 0.25em 0em !important;
  background-color: #d41d49 !important;
  color: white;
  text-decoration: none;
  border-radius: 0px;
  display: block;
  font-size: 1.25em;
  font-family: 'Lato', sans-serif;
  width: 100%;
}
.contactForm .btn:hover {
  background-color: #b5193e !important;
}
.contactForm .checkbox {
  margin: 1.1em 0em;
  display: block;
}
.contactForm .checkbox label {
  display: block;
  margin: 0em 0em 0.8em 1.1em;
  position: relative;
  display: flex;
  align-items: center;
}
.contactForm .checkbox label input {
  display: block;
  position: inherit;
  float: left;
  margin-right: 0.45em;
}
.contactForm select {
  background-color: #113f46;
  color: #d41d49;
  padding: 1em;
  font-size: 1.4em !important;
  position: relative;
}
.contactForm .select {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.contactForm .select:after {
  content: '>';
  color: #d41d49;
  position: absolute;
  right: 10px;
  top: 0%;
  transform: rotate(90deg) translateX(200%);
  z-index: 1;
  text-align: center;
  pointer-events: none;
  height: 1em;
  font-family: 'Lato', sans-serif;
  font-size: 2em;
}
.contactForm .form-control::placeholder {
  color: rgba(0, 0, 0, 0.7) !important;
  font-weight: 200!important;
}
select::-ms-expand {
  display: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.houdini {
  display: none;
}
.contactForm select.reset {
  margin: 0em;
  width: 100%;
  border-radius: 0em;
  border: rgba(212, 29, 73, 0.8) 1px solid;
  padding: 0.25em 0.25em;
  margin-bottom: 1em;
  color: #283031;
  font-family: 'Lato', sans-serif;
  background-color: rgba(40, 48, 49, 0.06);
  font-size: 0.95em !important;
  font-weight: 100;
  -webkit-appearance: menulist!important;
}
.contactForm .btn.add {
  background-color: white!important;
  border-color: #113f46 !important;
  border: solid 1px;
  color: #113f46 !important;
}
.contactForm .btn:hover.add {
  background-color: #113f46 !important;
  border-color: #113f46 !important;
  color: white!important;
}
.contactForm.cs input[type="text"],
.contactForm.cs input[type="tel"],
.contactForm.cs input[type="email"],
.contactForm.cs textarea,
.contactForm.cs select,
.contactForm.cs input[type="date"],
.contactForm.cs input[type="datetime-local"] {
  margin: 0em;
  width: 100%;
  border-radius: 0em;
  border: rgba(0, 0, 0, 0.8) 1px solid;
  padding: 1em 1em;
  margin-bottom: 1em;
  color: #283031;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  background-color: rgba(40, 48, 49, 0.02);
  font-size: 0.95em;
}
.contactForm.cs select {
  width: auto!important;
}
.contactForm.cs .req {
  font-size: 0.8em;
  color: darkred;
  font-weight: 100!important;
}
#mail-sent {
  max-width: 100%;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  margin: 10px;
  padding: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1000;
  moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  animation: mail-sent 1s 1;
  -webkit-animation: mail-sent 0.5s 1;
  animation-fill-mode: forwards;
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
  /* Safari and Chrome */
  -webkit-animation-fill-mode: forwards;
}
#mail-sent a {
  color: #113f46;
  text-decoration: none;
}
@keyframes mail-sent {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.btn-link {
  background-color: #dce2e2;
  border: solid 1px rgba(40, 48, 49, 0.2);
  color: #283031;
  display: inline-block;
  font-size: 0.85em;
  padding: 0.75em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
}
.btn-link:hover {
  color: white;
  text-decoration: none;
  background-color: #d41d49;
}
.invert .btn-link {
  color: white!important;
  border-color: white;
}
.invert .btn-link:after {
  color: white;
}
.invert .btn-link:hover {
  color: white!important;
  background-color: rgba(255, 255, 255, 0.25) !important;
  border-color: white;
}
.invert .btn-link:hover:after {
  color: white;
}
.btn-link-primary {
  background-color: #d41d49;
  border: solid 1px white;
  color: white;
  display: inline-block;
  font-size: 0.8em;
  padding: 0.5em 1.5em;
  text-decoration: none;
  border-radius: 0.5em;
  text-align: center;
}
.btn-link-primary:hover {
  background-color: white;
  border: solid 1px #d41d49;
  color: #d41d49;
}
#map_canvas1 {
  display: block;
  width: 100%;
  height: auto;
  min-height: 500px!important;
  border-radius: 0px;
  box-shadow: inset rgba(0, 0, 0, 0.14) 0px 0px 10px;
}
.themap {
  width: 100%;
  height: 500px;
  z-index: -100;
}
.scrolloff {
  pointer-events: none;
}
.clear-on-mobile {
  clear: both;
}
.top-gap-mobile {
  padding-top: 25px;
}
.text-center-mobile {
  text-align: center;
}
.window-size {
  display: inline-block;
  position: fixed;
  z-index: 10000;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.61);
  border: dotted 1px red;
  color: black!important;
  padding: 0.5em 0.7em;
  font-size: 0.7em;
  box-shadow: 1px 1px 2.5px 2px rgba(0, 0, 0, 0.15);
}
/*.window-size{display:none;} */
.window-size:after {
  content: "XS - 576 and below";
}
@media (min-width: 576px) {
  .window-size:after {
    content: "SM - 576 and up";
  }
}
@media (min-width: 768px) {
  .window-size:after {
    content: "MD - 768 and up";
  }
}
@media (min-width: 992px) {
  .window-size:after {
    content: "LG - 992 and up";
  }
}
@media (min-width: 1200px) {
  .window-size:after {
    content: "XL - 1200 and up";
  }
}
@media (min-width: 1400px) {
  .window-size:after {
    content: "XXL - 1400 and up";
  }
}
/* END Base Form */
/* ------------------------ END My Core CSS ------------------------ */
/* ------------------------ Cookies ------------------------ */
.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-top {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cc-animate.cc-revoke.cc-active.cc-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cc-revoke:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cc-revoke {
  padding: 0.5em;
}
.cc-revoke:hover {
  text-decoration: underline;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
  text-decoration: underline;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active,
.cc-link:visited {
  color: initial;
}
.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  background-color: #d41d49 !important;
}
.cc-btn:hover {
  background-color: #113f46 !important;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent!important;
  border-color: transparent!important;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.cc-window.cc-banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-banner .cc-message {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}
.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-floating .cc-compliance > .cc-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: 0.5em;
}
@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}
/* ------------------------ ENd Cookies ------------------------ */
/* ------------------------ Bootsrap Restyle ------------------------ */
/* Custom Error pages */
.error {
  position: relative;
  color: white;
  background-color: #283031;
  font-size: 0.7em;
}
.error .error-number {
  font-size: 10em;
  display: block;
  color: inherit;
  font-weight: 900;
}
.error .error-title {
  font-size: 3em;
  line-height: auto;
  text-align: inherit;
  font-weight: 100;
  color: inherit;
  margin: 0px;
  padding-bottom: 0.5em;
}
.error .error-sub-title {
  font-size: 1.6em;
  color: inherit;
  padding-bottom: 1em;
  font-weight: 100;
}
.error .copy {
  position: relative;
  /*background-color: @brand-body;*/
  color: inherit;
  padding: 20px 20px 20px 20px;
  text-align: center;
}
.error .error-text {
  font-size: 1.4em;
  color: inherit;
  text-align: left;
}
.error-divider {
  border-bottom: solid white 1px;
}
/* END Custom Error pages */
@media (min-width: 576px) {
  .modal-title {
    font-weight: 300;
  }
  .modal-title span {
    padding-right: 10px;
  }
  /* Carousel Changes */
  .carousel-control.left,
  .carousel-control.right {
    background-image: none;
  }
  .carousel-control-next {
    width: auto!important;
    padding-right: 2em;
  }
  .carousel-control-prev {
    width: auto!important;
    padding-left: 2em;
  }
  /* END Carousel Changes */
  #carouselHeros .carousel-caption {
    position: absolute;
    top: 55%;
    left: 0%;
    right: 60%;
    bottom: auto;
    z-index: 10;
    transform: translateY(-50%);
    padding: 0%;
    display: block;
    background-color: transparent;
    font-size: 1.1em;
  }
}
@media (min-width: 768px) {
  .error {
    font-size: 1em;
  }
  .error .copy {
    text-align: left;
  }
  .error {
    font-size: 0.6em;
  }
  .error .error-text {
    font-size: 1.4em;
    color: white!important;
  }
}
@media (min-width: 992px) {
  .error {
    font-size: 0.9em;
  }
  .error .error-text {
    font-size: 1.1em;
  }
}
@media (min-width: 1200px) {
  .error {
    font-size: 1em;
  }
}
/* ------------------------ END Bootsrap Restyle ------------------------ */
/* ------------------------ Animations CSS ------------------------ */
.scroll-animations {
  opacity: 0;
}
.showme {
  opacity: 1;
}
.contain-animation {
  overflow: hidden!important;
}
/* ------------------------ END Animations CSS ------------------------ */
/* ------------------------ IE Fix ------------------------ */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .img-fluid {
    width: 100%;
  }
}
/* ------------------------ END IE Fix ------------------------ */
/* ------------------------ Site Specific CSS ------------------------ */
.info-table tr {
  background-color: white;
  color: #d41d49;
  font-weight: 100;
  text-align: center;
}
.info-table td {
  border-bottom: 0px solid white;
  border-right: 0px solid white;
}
.info-table th {
  background-color: #113f46;
  color: white;
  font-weight: 100;
  border-bottom: 0px solid white;
  border-right: 1px solid white;
  text-align: center;
  vertical-align: middle!important;
}
.info-table tr th:last-child {
  border-right: none;
}
.info-table tr:first-child th {
  border-top: none!important;
  font-weight: 700;
}
.info-table tr:last-child td {
  border-bottom: none!important;
}
.info-table td {
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
}
.info-table tr:nth-child(odd) {
  background-color: #002628 !important;
}
.info-table-caption ul {
  padding: 0px;
  margin: 10px 0px 0px 0px;
  list-style: none;
}
.info-table-caption ul li {
  color: white!important;
  position: relative;
}
.info-table-caption ul li ul {
  margin: 0px 0px 0px 0px;
}
.info-table-caption ul li:before {
  content: "*";
  padding-right: 5px;
}
.info-table-caption ul li li {
  font-size: 0.8em;
}
.info-table-caption ul li li:before {
  content: "";
  padding-right: 12px;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #d41d49;
}
#myCarousel {
  margin: 0em;
  padding: 0em;
  width: 100%;
  display: block;
}
img {
  display: block;
}
img.lazy {
  opacity: 0;
}
img:not(.initial) {
  transition: opacity 1s;
}
img.initial,
img.loaded,
img.error {
  opacity: 1;
}
img:not([src]) {
  visibility: hidden;
}
#logo {
  max-height: 40px!important;
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}
@keyframes animatedBackground {
  from {
    /* background-position: 0 0;*/
    background-size: 100% 100%;
  }
  to {
    /*background-position: 0 0;*/
    background-size: 120% 120%;
  }
}
.header-contact a {
  color: white;
  font-weight: 300;
}
.header-contact a:hover {
  color: #d41d49;
}
.header-contact .icon {
  color: white!important;
  background-color: #d41d49;
  padding: 3px;
  font-size: 12px;
  border-radius: 4px;
  margin-right: 10px;
}
ul.body.underlined li {
  font-size: 1.3em;
  border-bottom: dotted #d41d49 2px;
  padding-bottom: 6px;
}
.hero-content {
  position: relative;
  background-color: #113f46;
}
.hero-content .h1 {
  font-size: 2rem!important;
}
.overlay-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 00px;
  background: #1d3f45;
  background: linear-gradient(90deg, rgba(29, 63, 69, 0) 0%, rgba(29, 63, 69, 0.9) 50%);
  padding: 14px;
  padding-right: 42px;
}
.overlay-text:after {
  content: '';
  display: block;
  width: 30px;
  background-color: #d41d49;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: repeating-linear-gradient(55deg, #d41d49, white 2px, #d41d49 3px, #d41d49 10px);
}
.btn-link {
  display: inline-block !important;
  padding: 0.375rem 0.75rem !important;
  margin: 0px;
  text-decoration: none!important;
  font-weight: 500 !important;
  line-height: inherit!important;
  text-align: center;
  white-space: normal;
  outline: none;
  background-color: #d41d49;
  color: white!important;
  border-radius: 0.5rem;
  position: relative;
  font-size: 1rem;
}
.btn-link:after {
  display: inline-block;
  padding-left: 0.5em;
  content: "»";
  color: inherit;
  -webkit-transition: right 0.25s;
  transition: right 0.25s;
}
.btn-link:hover {
  color: #d41d49 !important;
  background-color: white;
}
@media (min-width: 768px) {
  .hero-content {
    position: absolute;
    top: 0%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border: red solid 1px;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1em!important;
  }
}
/* ------------------------ END Site Specific CSS ------------------------ */
