/* Fonts */
/* Color palette */
.image-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}
.image-wrapper img {
  max-width: none;
  width: 100%;
}
.image-link {
  display: block !important;
  border-bottom: 0px solid #fff;
}
.image-link img {
  max-width: none;
  width: 100%;
}
.image-link:before {
  content: '\e951';
  font-family: 'sd-icons';
  width: 48px;
  height: 48px;
  font-size: 48px;
  line-height: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: scale(0.5);
  opacity: 0;
  transition: 0.4s ease all;
  color: #fff;
  z-index: 9;
}
a:hover.image-link, a:hover .image-link {
  border-bottom: 0px solid #b71c1c !important;
}
a:hover.image-link:before, a:hover .image-link:before {
  transform: scale(1);
  opacity: 1;
}
.mfp-close.close, .close {
  position: absolute;
  top: 0px !important;
  cursor: pointer;
  right: 0px !important;
  font-size: 40px;
  width: 40px !important;
  height: 40px;
  text-align: center;
  padding: 0px !important;
  line-height: 1em;
  display: block;
  color: #ccc !important;
  background: #333;
  opacity: 1;
  transition: 0.4s ease all;
}
.mfp-close.close *, .close * {
  pointer-events: none;
}
@media (max-width: 735px) {
  .mfp-close.close, .close {
    font-size: 48px;
    width: 48px !important;
    height: 48px;
    margin: 60px 40px;
  }
}
.mfp-close.close:hover, .close:hover {
  background: #131313;
}
button.mfp-close {
  position: fixed;
  cursor: pointer;
  right: 24px !important;
  top: 14px !important;
  font-size: 30px;
  line-height: 30px;
  width: 30px !important;
  height: 30px;
  text-align: center;
  display: block;
  color: #fff !important;
  opacity: 1;
  transition: 0.4s ease all;
  float: right;
  display: inline-block;
}
@media (max-width: 735px) {
  button.mfp-close {
    right: 30px !important;
    top: 30px !important;
  }
}
.mfp-close.close {
  position: absolute !important;
}
@-webkit-keyframes pulse-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}
@keyframes pulse-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}
[overlay] {
  cursor: pointer;
}
.iframe-hidden {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.mfp-preloader {
  background-image: url(../../images/default/loading-white.gif);
  height: 80px;
  width: 80px !important;
  background-size: 80px;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  margin-top: -40px !important;
  color: transparent !important;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.site-links a:hover {
  color: #b71c1c;
}
.show-fade {
  opacity: 1;
  visibility: visible;
  transition: 0.4s ease all;
}
.hide-fade {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease all;
}
.line-top {
  border-top: 1px solid #ccc;
}
.line-bottom {
  border-bottom: 1px solid #ccc;
}
.page-down-arrow {
  font-size: 28px;
  font-weight: 900;
  line-height: 0.93;
  text-align: left;
  color: #fff;
  cursor: pointer;
  padding-top: 35px;
  z-index: 2;
  position: absolute;
  width: 100px;
  bottom: 40px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.page-down-arrow i {
  display: block;
  font-size: 28px;
  line-height: 1em;
  padding-top: 5px;
  position: relative;
  top: 0px;
  transition: 0.2s ease all;
}
.page-down-arrow i:hover {
  top: 3px;
}
@media (max-width: 735px) {
  .page-down-arrow {
    display: none;
  }
}
.btns-center {
  display: block;
}
.btns-center a {
  margin-right: 12px;
}
.btns-center a:last-child {
  margin-right: 0px;
}
.btn-center {
  text-align: center;
}
.image-zoom {
  overflow: hidden;
}
.image-zoom:hover img {
  transform: scale(1.05);
}
.row-center {
  text-align: center;
  font-size: 0;
}
.row-center > div[class*="col-"] {
  float: none;
  display: inline-block;
  margin: auto;
  text-align: left;
  font-size: 18px;
  vertical-align: top;
}
.underline {
  border-bottom: 3px solid #b71c1c;
  display: inline-block;
}
.topline {
  position: relative;
}
.topline:before {
  margin-bottom: 16px;
  content: '';
  background: #fce300;
  width: 100px;
  height: 3px;
  display: block;
}
@media (max-width: 1270px) {
  .topline:before {
    margin-bottom: 9px;
  }
}
.bottomline {
  position: relative;
}
.bottomline:after {
  margin-top: 16px;
  content: '';
  background: #fce300;
  width: 100px;
  height: 3px;
  display: block;
}
@media (max-width: 1270px) {
  .bottomline:after {
    margin-top: 9px;
  }
}
@media (max-width: 1020px) {
  .overflow-scroll {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .overflow-scroll .page-container {
    width: 100% !important;
    max-width: none !important;
  }
  .overflow-scroll .row {
    margin-left: 21px;
    margin-right: 21px;
    margin-top: 2px !important;
  }
  .overflow-scroll .row > div {
    width: 280px;
  }
}
@media (max-width: 1020px) and (max-width: 735px) {
  .overflow-scroll .row {
    margin-left: -3px;
    margin-right: -3px;
  }
}
@media (min-width: 1270px) {
  .overflow-scroll .row {
    width: auto !important;
  }
}
::selection {
  background: #333;
  color: #fff;
}
::-moz-selection {
  background: #333;
  color: #fff;
}
.slider-arrows {
  position: absolute;
  right: 0;
  bottom: -12px;
  z-index: 1;
  padding-left: 20px;
}
.slider-arrows span {
  display: inline-block;
  padding: 8px;
  line-height: 1em;
  font-size: 29px;
  border: 1px solid transparent;
  color: #333;
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  opacity: 0.4;
  float: left;
}
.slider-arrows span:hover {
  opacity: 1;
}
.row-vcenter {
  transform: translateY(50%);
}
.row-vcenter > div {
  transform: translateY(-50%);
}
.reverse {
  transform: rotate(180deg);
}
.card {
  padding: 50px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15), 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (max-width: 1270px) {
  .card {
    padding: 30px;
  }
}
.form-box {
  padding: 50px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15), 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1270px) {
  .form-box {
    padding: 30px;
  }
}
@media (max-width: 1020px) {
  .form-box {
    margin: 50px auto;
  }
}
.form-box .gform_wrapper {
  padding-top: 24px;
  border-top: 1px solid #f3f3f3;
}
.favourite-icon {
  min-width: 30px;
  height: 30px;
  border: 2px solid #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  border-radius: 100px;
  transition: 0.4s ease all;
  opacity: 0.75;
  overflow: hidden;
}
.favourite-icon i {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
  font-size: 25px;
  line-height: 1em;
  color: #fff;
  transition: 0.4s ease 0s background;
}
.favourite-icon i:before {
  opacity: 1;
  transform: scale(1);
  transition: 0.4s ease 0.4s transform, 0.4s ease 0.4s opacity;
  position: absolute;
  top: 1px;
  right: 0;
}
.favourite-icon i:after {
  content: "\e92b";
  opacity: 0;
  transform: scale(0);
  transition: 0.6s ease 0s transform, 0.6s ease 0s opacity;
  position: absolute;
  top: 0;
  right: 0;
}
.favourite-icon .fav-message {
  padding-right: 33px;
  padding-left: 11px;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  margin-right: -200px;
  white-space: nowrap;
  color: transparent;
  transition: 0.2s ease all;
}
@media (min-width: 1270px) {
  .favourite-icon:hover {
    background: #b71c1c;
    border-color: #b71c1c;
    opacity: 1;
  }
  .favourite-icon:hover i {
    background: #b71c1c;
    color: #fff;
  }
  .favourite-icon:hover .fav-message {
    color: #fff;
    margin-right: 0px;
  }
}
.favourite-icon.favourite-selected {
  background: #fff;
  border-color: #fff;
  opacity: 1;
}
.favourite-icon.favourite-selected .fav-message {
  margin-right: -200px;
  transition: 0.4s ease 0s all;
  color: transparent;
}
.favourite-icon.favourite-selected i {
  color: #000;
  background: #fff;
}
.favourite-icon.favourite-selected i:before {
  opacity: 0;
  transform: scale(0);
  transition: 0.6s ease 0s transform, 0.6s ease 0s opacity;
}
.favourite-icon.favourite-selected i:after {
  content: "\e92b";
  opacity: 1;
  transform: scale(1);
  transition: 0.4s ease 0.4s transform, 0.4s ease 0.4s opacity;
}
.favourite-icon.favourite-new {
  border-color: #bbb;
  top: 0;
  right: 0;
}
.favourite-icon.favourite-new i {
  color: #bbb;
}
@media (min-width: 1270px) {
  .favourite-icon.favourite-new:hover {
    border-color: #b71c1c;
  }
  .favourite-icon.favourite-new:hover i {
    color: #fff;
  }
}
.favourite-icon.favourite-new.favourite-selected {
  background: #000;
  border-color: #000;
}
.favourite-icon.favourite-new.favourite-selected i {
  color: #fff;
  background: #000;
}
.watchlist-card {
  padding: 0;
  position: relative;
  margin-bottom: 15px;
}
.watchlist-card .image-wrapper {
  width: 50%;
  padding-bottom: 29.7489712%;
  height: 0;
  float: left;
  background-color: #f3f3f3;
}
.watchlist-card .image-wrapper img {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.watchlist-card.used_car .image-wrapper {
  padding-bottom: 37.50107525%;
}
.watchlist-card .vehicle-details {
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  padding: 10px 10px 10px 30px;
}
.watchlist-card .vehicle-details span {
  color: rgba(35, 35, 35, 0.6);
  font-size: 14px;
  line-height: 1.57em;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: #404041;
}
.strong, strong {
  font-weight: 700;
}
.display1, .display2, #tinymce h1, article h1, .display3, #tinymce h2, article h2, .display31, .display4, #tinymce h3, article h3, .display5, #tinymce h4, article h4, .display6, #tinymce h5, article h5 {
  font-family: 'Inter', sans-serif;
  color: #131313;
  font-weight: 700;
  text-align: left;
  font-style: normal;
  text-transform: none;
  line-height: 1.25em;
}
.display1 {
  font-size: 37px;
}
.display2, #tinymce h1, article h1 {
  font-size: 28px;
}
.display3, #tinymce h2, article h2 {
  font-size: 24px;
}
.display31 {
  font-size: 22px;
}
.display4, #tinymce h3, article h3 {
  font-size: 20px;
}
.display5, #tinymce h4, article h4 {
  font-size: 16px;
}
.display6, #tinymce h5, article h5 {
  font-size: 12px;
}
@media (max-width: 1270px) {
  .display1 {
    font-size: 33.3px;
  }
}
@media (max-width: 1020px) {
  .display1 {
    font-size: 30.34px;
  }
}
@media (max-width: 1020px) {
  .display2, #tinymce h1, article h1 {
    font-size: 19.6px;
  }
}
@media (max-width: 1020px) {
  .display3, #tinymce h2, article h2 {
    font-size: 22.32px;
  }
}
@media (max-width: 735px) {
  .display3, #tinymce h2, article h2 {
    font-size: 20.4px;
  }
}
.display31:after {
  content: '';
  position: relative;
  width: 60px;
  height: 3px;
  background-color: #b71c1c;
  display: block;
  margin-top: 10px;
}
@media (max-width: 1020px) {
  .display31 {
    font-size: 22.32px;
  }
}
@media (max-width: 735px) {
  .display31 {
    font-size: 20.4px;
  }
}
@media (max-width: 735px) {
  .display4, #tinymce h3, article h3 {
    font-size: 18px;
  }
}
.display5, #tinymce h4, article h4 {
  color: #404041;
}
.display6, #tinymce h5, article h5 {
  text-transform: uppercase;
  color: #131313;
}
.pre_header {
  font-size: 22px;
  line-height: 1.5em;
  color: #333;
}
.sub_header {
  margin: 10px 0 0px;
  font-size: 18px;
  line-height: 1.5em;
  color: #404041;
}
.sub_header.large {
  font-size: 20px;
}
.plead {
  font-size: 20px;
  line-height: 1.5em;
}
.small_text {
  font-size: 14px;
  line-height: 1.57em;
  color: rgba(35, 35, 35, 0.6);
  font-weight: 300;
}
.section-bk {
  background-color: #f3f3f3;
}
.primary-bk {
  background-color: #333;
}
.primary-text {
  color: #333;
}
.primary-dark-bk {
  background-color: #131313;
}
.primary-dark-text {
  color: #131313;
}
.secondary-bk {
  background-color: #b71c1c;
}
.secondary-text {
  color: #b71c1c;
}
.secondary-dark-bk {
  background-color: #7f0000;
}
.secondary-dark-text {
  color: #7f0000;
}
.body-bk {
  background-color: #404041;
}
.body-text {
  color: #404041;
}
.heading-bk {
  background-color: #131313;
}
.heading-text {
  color: #131313;
}
.grey-text-text {
  color: #555;
}
.grey-text-bk {
  background-color: #555;
}
.black-bk {
  background-color: #000;
}
.black-text {
  color: #000;
}
.greydark-bk {
  background-color: #232323;
}
.greydark-text {
  color: #232323;
}
.grey-bk {
  background-color: #ccc;
}
.grey-text {
  color: #555;
}
.greylight-bk {
  background-color: #f3f3f3;
}
.greylight-text {
  color: #f3f3f3;
}
.white-bk {
  background-color: #fff;
}
.white-text {
  color: #fff;
}
.btn-fill, .btn, .gform_next_button.button, input[type="submit"] {
  display: inline-block;
  background: #333;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  border-radius: 60px;
  border: none;
  text-decoration: none !important;
  padding: 13.5px 40px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media (max-width: 735px) {
  .btn-fill, .btn, .gform_next_button.button, input[type="submit"] {
    padding: 13.5px 18px;
  }
}
.btn-fill i, .btn i, .gform_next_button.button i, input[type="submit"] i {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  position: relative;
  line-height: 1px;
  font-family: 'sd-icons' !important;
  font-style: normal !important;
  margin-right: 11px;
  left: 0px;
  top: 6px;
  font-size: 24px;
}
.btn-fill i.iconleft, .btn i.iconleft, .gform_next_button.button i.iconleft, input[type="submit"] i.iconleft {
  left: initial;
  margin-left: 0px;
  margin-right: 11px;
}
.btn-fill i.iconright, .btn i.iconright, .gform_next_button.button i.iconright, input[type="submit"] i.iconright {
  left: initial;
  margin-right: 0px;
  margin-left: 11px;
}
.btn-fill:hover, .btn:hover, .gform_next_button.button:hover, input[type="submit"]:hover {
  background: #131313;
  color: #fff;
}
.btn-fill:hover i.icon-forward, .btn:hover i.icon-forward, .gform_next_button.button:hover i.icon-forward, input[type="submit"]:hover i.icon-forward {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #fff;
  left: 2px;
}
.btn-text, .gform_previous_button {
  display: inline-block;
  border: none;
  background: none;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
  text-decoration: none !important;
  padding: 13px 0px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.btn-text i, .gform_previous_button i {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  position: relative;
  line-height: 0.9em;
  margin-right: 11px;
  left: 0px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  font-size: 17px;
  top: 2px !important;
  opacity: 1;
}
.btn-text i.iconleft, .gform_previous_button i.iconleft {
  left: 0;
  margin-left: 0px;
  margin-right: 11px;
}
.btn-text i.iconright, .gform_previous_button i.iconright {
  left: 0;
  margin-right: 0px;
  margin-left: 11px;
}
.btn-text:hover, .gform_previous_button:hover {
  background: none !important;
  color: #131313;
  border-color: transparent;
}
.btn-text:hover i.icon-forward, .gform_previous_button:hover i.icon-forward {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #131313;
  left: 2px;
  opacity: 1;
}
.btn-text-underline {
  display: inline-block;
  border: none;
  border-bottom: solid 2px transparent;
  background: none;
  color: #333;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none !important;
  padding: 13px 0px 9px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.btn-text-underline i {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  position: relative;
  line-height: 0.9em;
  margin-right: 11px;
  left: 0px;
}
.btn-text-underline i.iconleft {
  left: initial;
  margin-left: 0px;
  margin-right: 11px;
}
.btn-text-underline i.iconright {
  left: initial;
  margin-right: 0px;
  margin-left: 11px;
}
.btn-text-underline:hover {
  background: none !important;
  color: #131313;
  border-color: transparent;
  border-bottom-color: #131313;
}
.btn-text-underline:hover i.icon-forward {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #131313;
  left: 2px;
}
.btn-ghost {
  display: inline-block;
  border: solid 2px #333;
  border-radius: 60px;
  background: none;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-decoration: none !important;
  padding: 14px 30px !important;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media (max-width: 735px) {
  .btn-ghost {
    padding: 11px 30px !important;
  }
}
.btn-ghost i {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  position: relative;
  line-height: 1px;
  font-family: 'sd-icons' !important;
  font-style: normal !important;
  margin-right: 11px;
  left: 0px;
  top: 5px;
  font-size: 20px;
}
.btn-ghost i.iconleft {
  margin-left: 0px;
  margin-right: 11px;
}
.btn-ghost i.iconright {
  margin-right: 0px;
  margin-left: 11px;
}
.btn-ghost:hover {
  background: #131313;
  color: #fff;
  border-color: #131313;
}
.btn-ghost:hover i {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #131313;
  left: 2px;
}
.btn-large {
  font-size: 20px;
}
.btn-primary.btn, .gform_next_button.button.btn-primary, input[type="submit"].btn-primary {
  background: #333;
  color: #fff;
}
.btn-primary.btn:hover, .gform_next_button.button.btn-primary:hover, input[type="submit"].btn-primary:hover {
  background-color: #b71c1c;
  color: #fff;
}
.btn-primary.btn:hover i, .gform_next_button.button.btn-primary:hover i, input[type="submit"].btn-primary:hover i {
  color: #fff;
}
.btn-primary.btn-text, .gform_previous_button.btn-primary {
  background: none !important;
  color: #333;
}
.btn-primary.btn-text:hover, .gform_previous_button.btn-primary:hover {
  background: none !important;
  color: #b71c1c;
  border-bottom-color: #b71c1c;
}
.btn-primary.btn-text:hover i, .gform_previous_button.btn-primary:hover i {
  color: #b71c1c;
}
.btn-primary.btn-ghost {
  border-color: #333;
  color: #333;
  background-color: transparent;
}
.btn-primary.btn-ghost i {
  color: #333;
}
.btn-primary.btn-ghost:hover {
  background-color: #b71c1c;
  color: #fff;
  border-color: #b71c1c;
}
.btn-primary.btn-ghost:hover i {
  color: #fff;
}
.btn-secondary.btn, .gform_next_button.button.btn-secondary, input[type="submit"].btn-secondary {
  background: #b71c1c;
  color: #fff;
}
.btn-secondary.btn:hover, .gform_next_button.button.btn-secondary:hover, input[type="submit"].btn-secondary:hover {
  background-color: #7f0000;
  color: #fff;
}
.btn-secondary.btn:hover i, .gform_next_button.button.btn-secondary:hover i, input[type="submit"].btn-secondary:hover i {
  color: #fff;
}
.btn-secondary.btn-text, .gform_previous_button.btn-secondary {
  background: none !important;
  color: #b71c1c;
}
.btn-secondary.btn-text:hover, .gform_previous_button.btn-secondary:hover {
  background: none !important;
  color: #7f0000;
  border-bottom-color: #7f0000;
}
.btn-secondary.btn-text:hover i, .gform_previous_button.btn-secondary:hover i {
  color: #7f0000;
}
.btn-secondary.btn-ghost {
  border-color: #b71c1c;
  color: #b71c1c;
  background-color: transparent;
}
.btn-secondary.btn-ghost i {
  color: #b71c1c;
}
.btn-secondary.btn-ghost:hover {
  background-color: #7f0000;
  color: #fff;
  border-color: #7f0000;
}
.btn-secondary.btn-ghost:hover i {
  color: #fff;
}
.btn-body.btn, .gform_next_button.button.btn-body, input[type="submit"].btn-body {
  background: #404041;
  color: #fff;
}
.btn-body.btn:hover, .gform_next_button.button.btn-body:hover, input[type="submit"].btn-body:hover {
  background-color: #b71c1c;
  color: #fff;
}
.btn-body.btn:hover i, .gform_next_button.button.btn-body:hover i, input[type="submit"].btn-body:hover i {
  color: #fff;
}
.btn-body.btn-text, .gform_previous_button.btn-body {
  background: none !important;
  color: #404041;
}
.btn-body.btn-text:hover, .gform_previous_button.btn-body:hover {
  background: none !important;
  color: #b71c1c;
  border-bottom-color: #b71c1c;
}
.btn-body.btn-text:hover i, .gform_previous_button.btn-body:hover i {
  color: #b71c1c;
}
.btn-body.btn-ghost {
  border-color: #404041;
  color: #404041;
  background-color: transparent;
}
.btn-body.btn-ghost i {
  color: #404041;
}
.btn-body.btn-ghost:hover {
  background-color: #b71c1c;
  color: #fff;
  border-color: #b71c1c;
}
.btn-body.btn-ghost:hover i {
  color: #fff;
}
.btn-grey.btn, .gform_next_button.button.btn-grey, input[type="submit"].btn-grey {
  background: #ccc;
  color: #fff;
}
.btn-grey.btn:hover, .gform_next_button.button.btn-grey:hover, input[type="submit"].btn-grey:hover {
  background-color: #404041;
  color: #fff;
}
.btn-grey.btn:hover i, .gform_next_button.button.btn-grey:hover i, input[type="submit"].btn-grey:hover i {
  color: #fff;
}
.btn-grey.btn-text, .gform_previous_button.btn-grey {
  background: none !important;
  color: #ccc;
}
.btn-grey.btn-text:hover, .gform_previous_button.btn-grey:hover {
  background: none !important;
  color: #404041;
  border-bottom-color: #404041;
}
.btn-grey.btn-text:hover i, .gform_previous_button.btn-grey:hover i {
  color: #404041;
}
.btn-grey.btn-ghost {
  border-color: #ccc;
  color: #ccc;
  background-color: transparent;
}
.btn-grey.btn-ghost i {
  color: #ccc;
}
.btn-grey.btn-ghost:hover {
  background-color: #404041;
  color: #fff;
  border-color: #404041;
}
.btn-grey.btn-ghost:hover i {
  color: #fff;
}
.btn-greylight.btn, .gform_next_button.button.btn-greylight, input[type="submit"].btn-greylight {
  background: #f3f3f3;
  color: #fff;
}
.btn-greylight.btn:hover, .gform_next_button.button.btn-greylight:hover, input[type="submit"].btn-greylight:hover {
  background-color: #404041;
  color: #fff;
}
.btn-greylight.btn:hover i, .gform_next_button.button.btn-greylight:hover i, input[type="submit"].btn-greylight:hover i {
  color: #fff;
}
.btn-greylight.btn-text, .gform_previous_button.btn-greylight {
  background: none !important;
  color: #f3f3f3;
}
.btn-greylight.btn-text:hover, .gform_previous_button.btn-greylight:hover {
  background: none !important;
  color: #404041;
  border-bottom-color: #404041;
}
.btn-greylight.btn-text:hover i, .gform_previous_button.btn-greylight:hover i {
  color: #404041;
}
.btn-greylight.btn-ghost {
  border-color: #f3f3f3;
  color: #f3f3f3;
  background-color: transparent;
}
.btn-greylight.btn-ghost i {
  color: #f3f3f3;
}
.btn-greylight.btn-ghost:hover {
  background-color: #404041;
  color: #fff;
  border-color: #404041;
}
.btn-greylight.btn-ghost:hover i {
  color: #fff;
}
.btn-greydark.btn, .gform_next_button.button.btn-greydark, input[type="submit"].btn-greydark {
  background: rgba(35, 35, 35, .75);
  color: #fff;
}
.btn-greydark.btn:hover, .gform_next_button.button.btn-greydark:hover, input[type="submit"].btn-greydark:hover {
  background-color: #232323;
  color: #fff;
}
.btn-greydark.btn:hover i, .gform_next_button.button.btn-greydark:hover i, input[type="submit"].btn-greydark:hover i {
  color: #fff;
}
.btn-greydark.btn-text, .gform_previous_button.btn-greydark {
  background: none !important;
  color: rgba(35, 35, 35, .75);
}
.btn-greydark.btn-text:hover, .gform_previous_button.btn-greydark:hover {
  background: none !important;
  color: #232323;
  border-bottom-color: #232323;
}
.btn-greydark.btn-text:hover i, .gform_previous_button.btn-greydark:hover i {
  color: #232323;
}
.btn-greydark.btn-ghost {
  border-color: rgba(35, 35, 35, .75);
  color: rgba(35, 35, 35, .75);
  background-color: transparent;
}
.btn-greydark.btn-ghost i {
  color: rgba(35, 35, 35, .75);
}
.btn-greydark.btn-ghost:hover {
  background-color: #232323;
  color: #fff;
  border-color: #232323;
}
.btn-greydark.btn-ghost:hover i {
  color: #fff;
}
.btn-black.btn, .gform_next_button.button.btn-black, input[type="submit"].btn-black {
  background: #000;
  color: #fff;
}
.btn-black.btn:hover, .gform_next_button.button.btn-black:hover, input[type="submit"].btn-black:hover {
  background-color: #333;
  color: #fff;
}
.btn-black.btn:hover i, .gform_next_button.button.btn-black:hover i, input[type="submit"].btn-black:hover i {
  color: #fff;
}
.btn-black.btn-text, .gform_previous_button.btn-black {
  background: none !important;
  color: #000;
}
.btn-black.btn-text:hover, .gform_previous_button.btn-black:hover {
  background: none !important;
  color: #333;
  border-bottom-color: #333;
}
.btn-black.btn-text:hover i, .gform_previous_button.btn-black:hover i {
  color: #333;
}
.btn-black.btn-ghost {
  border-color: #000;
  color: #000;
  background-color: transparent;
}
.btn-black.btn-ghost i {
  color: #000;
}
.btn-black.btn-ghost:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
.btn-black.btn-ghost:hover i {
  color: #fff;
}
.btn-white.btn, .gform_next_button.button.btn-white, input[type="submit"].btn-white {
  background: #fff;
  color: #fff;
}
.btn-white.btn:hover, .gform_next_button.button.btn-white:hover, input[type="submit"].btn-white:hover {
  background-color: #fff;
  color: #333;
}
.btn-white.btn:hover i, .gform_next_button.button.btn-white:hover i, input[type="submit"].btn-white:hover i {
  color: #333;
}
.btn-white.btn-text, .gform_previous_button.btn-white {
  background: none !important;
  color: #fff;
}
.btn-white.btn-text:hover, .gform_previous_button.btn-white:hover {
  background: none !important;
  color: #fff;
  border-bottom-color: #fff;
}
.btn-white.btn-text:hover i, .gform_previous_button.btn-white:hover i {
  color: #fff;
}
.btn-white.btn-ghost {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}
.btn-white.btn-ghost i {
  color: #fff;
}
.btn-white.btn-ghost:hover {
  background-color: #fff;
  color: #333;
  border-color: #fff;
}
.btn-white.btn-ghost:hover i {
  color: #333;
}
#tinymce, article {
  margin-bottom: -1em;
  /*default page*/
}
#tinymce h1:first-child, article h1:first-child, #tinymce h2:first-child, article h2:first-child, #tinymce h3:first-child, article h3:first-child, #tinymce h4:first-child, article h4:first-child, #tinymce h5:first-child, article h5:first-child, #tinymce h6:first-child, article h6:first-child, #tinymce p:first-child, article p:first-child, #tinymce strong:first-child, article strong:first-child, #tinymce a:first-child, article a:first-child, #tinymce img:first-child, article img:first-child {
  margin-top: 0px;
}
#tinymce h6, article h6 {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  color: #131313;
  text-transform: none;
  margin: 26px 0 -15px 0;
}
#tinymce strong, article strong {
  font-weight: 600;
}
#tinymce a, article a {
  text-decoration: underline;
  color: #b71c1c;
}
#tinymce a:hover, article a:hover {
  text-decoration: underline;
  color: #7f0000;
}
#tinymce > a[class*="btn"], article > a[class*="btn"] {
  display: inline-block;
}
#tinymce > a[class*="btn"].btn-text, #tinymce > a.gform_previous_button[class*="btn"], article > a[class*="btn"].btn-text, article > a.gform_previous_button[class*="btn"] {
  padding-top: 0;
  padding-bottom: 0;
}
#tinymce i, article i {
  font-style: italic;
  font-family: 'Inter', sans-serif !important;
}
#tinymce [class*="btn-"] i, article [class*="btn-"] i {
  font-family: 'sd-icons' !important;
  font-style: normal;
}
#tinymce hr, article hr {
  border-style: solid;
  color: #404041;
}
#tinymce ul, article ul {
  list-style-type: none;
  margin-top: 1em;
  margin-bottom: 1em;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  padding-left: 0;
  position: relative;
}
#tinymce ul li, article ul li {
  list-style: none;
  list-style-type: none;
  list-style-position: inside;
  margin: 0;
  padding-left: 26px;
  position: relative;
}
#tinymce ul li:before, article ul li:before {
  content: "\e941";
  font-family: 'sd-icons';
  left: 0;
  top: 1px;
  position: absolute;
  font-size: 100%;
  color: #333;
}
#tinymce .gform_wrapper, article .gform_wrapper {
  max-width: 600px;
  background: #ccc;
  padding: 1px 30px 34px;
  border: 1px solid #ccc;
  margin-top: 30px;
}
#tinymce ul, article ul, #tinymce ol, article ol {
  line-height: 1.8em;
}
#tinymce ol, article ol {
  padding: 0 20px;
  list-style-type: decimal;
  list-style-position: outside;
}
#tinymce .wp-caption, article .wp-caption {
  max-width: 100%;
}
#tinymce .wp-caption-text, article .wp-caption-text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
}
#tinymce blockquote, article blockquote {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  color: #404041;
  font-family: 'Inter', sans-serif;
  text-transform: none;
  margin: 2em 0px;
  border-left: 3px solid #b71c1c;
  padding: 10px 0px 10px 20px;
}
#tinymce blockquote p, article blockquote p {
  margin: 10px 0 !important;
}
#tinymce iframe, article iframe {
  max-width: 100%;
}
#tinymce table:not(.gfield_list), article table:not(.gfield_list) {
  margin: 0;
  border: 1pt solid windowtext;
  border-collapse: collapse;
}
#tinymce table:not(.gfield_list)[style*="width:"], article table:not(.gfield_list)[style*="width:"] {
  width: 100% !important;
}
#tinymce table:not(.gfield_list) th, article table:not(.gfield_list) th {
  background: #bfbfbf;
  color: #fff;
  padding: 8px 7px;
  font-weight: bold;
}
#tinymce table:not(.gfield_list) thead td, article table:not(.gfield_list) thead td {
  background: #bfbfbf;
  color: #fff;
  padding: 8px 7px;
  font-weight: bold;
  text-align: left;
}
#tinymce table:not(.gfield_list) thead td p, article table:not(.gfield_list) thead td p {
  margin: 0 !important;
  padding: 0 !important;
}
#tinymce table:not(.gfield_list) th, article table:not(.gfield_list) th, #tinymce table:not(.gfield_list) td, article table:not(.gfield_list) td {
  vertical-align: top;
  border-width: 0px 1pt 1pt 0px;
  border-style: none solid solid none;
  border-color: #000 windowtext windowtext #000;
  padding: 6pt 5.4pt;
}
#tinymce p, article p, #tinymce strong, article strong, #tinymce img, article img, #tinymce a, article a, #tinymce table:not(.gfield_list), article table:not(.gfield_list), #tinymce hr, article hr {
  margin-top: 1em;
  margin-bottom: 1em;
}
#tinymce .entry-content img, article .entry-content img {
  margin: 0 0 1.5em 0;
}
#tinymce .alignleft, article .alignleft, #tinymce img.alignleft, article img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
#tinymce .alignright, article .alignright, #tinymce img.alignright, article img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
#tinymce .aligncenter, article .aligncenter, #tinymce img.aligncenter, article img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
#tinymce .wp-smiley, article .wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
#tinymce .gallery dt, article .gallery dt {
  overflow: hidden;
}
body#tinymce {
  background: #fff !important;
}
.body-wrapper {
  position: relative;
}
body {
  background: #fff;
}
.layout {
  padding: 50px 0;
}
.layout > .layout {
  margin-top: -50px;
}
@media (max-width: 1270px) {
  .layout {
    padding: 40px 0;
  }
  .layout > .layout {
    margin-top: -40px;
  }
}
@media (max-width: 735px) {
  .layout {
    padding: 35px 0;
  }
  .layout > .layout {
    margin-top: -35px;
  }
}
.layout-double {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1270px) {
  .layout-double {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 735px) {
  .layout-double {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.layout-m {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1270px) {
  .layout-m {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 735px) {
  .layout-m {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.nlayout {
  margin-top: -50px;
  margin-bottom: -50px;
}
@media (max-width: 1270px) {
  .nlayout {
    margin-top: -40px;
    margin-bottom: -40px;
  }
}
@media (max-width: 735px) {
  .nlayout {
    margin-top: -35px;
    margin-bottom: -35px;
  }
}
.layout-sm {
  padding: 25px 0;
}
.layout-sm > .layout {
  margin-top: -25px;
}
@media (max-width: 1270px) {
  .layout-sm {
    padding: 20px 0;
  }
  .layout-sm > .layout {
    margin-top: -20px;
  }
}
@media (max-width: 735px) {
  .layout-sm {
    padding: 15px 0;
  }
  .layout-sm > .layout {
    margin-top: -15px;
  }
}
.layout-sm-double {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1270px) {
  .layout-sm-double {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 735px) {
  .layout-sm-double {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.layout-sm-m {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 1270px) {
  .layout-sm-m {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 735px) {
  .layout-sm-m {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.nlayout-sm {
  margin-top: -25px;
  margin-bottom: -25px;
}
@media (max-width: 1270px) {
  .nlayout-sm {
    margin-top: -20px;
    margin-bottom: -20px;
  }
}
@media (max-width: 735px) {
  .nlayout-sm {
    margin-top: -15px;
    margin-bottom: -15px;
  }
}
@media (max-width: 735px) {
  .fullwidth-container .page-container {
    width: 100%;
  }
}
.text-container {
  max-width: 790px;
  width: 94%;
}
.text-container.left {
  margin: 0;
  float: none;
}
.site-links {
  margin: 10px 0 0px;
}
.breadcrumbs {
  float: left;
  width: 100%;
  text-transform: initial;
}
.gform_heading {
  display: block;
  padding: 0px;
  padding-bottom: 20px;
}
.gform_heading .gform_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  color: #131313;
  margin-bottom: 10px;
}
.gform_heading .gform_description {
  display: block;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  color: rgba(51, 51, 51, 0.8);
}
.gform_heading .gform_description span {
  font-weight: 500;
}
.ginput_container.ginput_container_select {
  height: 56px;
}
.gfield_list th {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 5px;
}
body .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons img.add_list_item, body .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons img.delete_list_item {
  margin: 4px 0 4px 7px;
}
.gform_footer {
  z-index: 9;
}
.gfield label a {
  color: #b71c1c;
  text-decoration: none;
}
.gfield label a:focus {
  text-decoration: underline;
}
.gfield label a:hover {
  color: #b71c1c;
  text-decoration: underline;
}
::-webkit-input-placeholder {
  font-size: 16px;
  color: #555;
  font-weight: normal;
  opacity: 1;
}
:-moz-placeholder {
  font-size: 16px;
  color: #555;
  font-weight: normal;
  opacity: 1;
}
::-moz-placeholder {
  font-size: 16px;
  color: #555;
  font-weight: normal;
  opacity: 1;
}
:-ms-input-placeholder {
  font-size: 16px;
  color: #555;
  font-weight: normal;
  opacity: 1;
}
::placeholder {
  font-size: 16px;
  color: #555;
  font-weight: normal;
  opacity: 1;
}
:-webkit-input-placeholder {
  font-size: 16px;
  color: #555;
  font-weight: normal;
  opacity: 1;
}
:-moz-placeholder {
  font-size: 16px;
  color: #555;
  font-weight: normal;
  opacity: 1;
}
::-moz-placeholder {
  font-size: 16px;
  color: #555;
  font-weight: normal;
  opacity: 1;
}
:-ms-input-placeholder {
  font-size: 16px;
  color: #555;
  font-weight: normal;
  opacity: 1;
}
::placeholder {
  font-size: 16px;
  color: #555;
  font-weight: normal;
  opacity: 1;
}
.material-design_wrapper .gfield {
  margin-bottom: 10px;
  margin-top: 0px;
  position: relative;
  float: left;
  width: 100%;
  text-align: left;
}
.material-design_wrapper .gfield.seperate-lines span:first-child {
  margin-bottom: 10px !important;
}
@media (max-width: 735px) {
  .material-design_wrapper .gfield .ginput_container_name span:first-child {
    margin-bottom: 10px !important;
  }
}
.material-design_wrapper .gfield li {
  float: left;
  width: 100%;
  text-align: left;
  position: relative;
}
.material-design_wrapper .gfield .gfield_radio, .material-design_wrapper .gfield .gfield_checkbox {
  margin-top: 5px;
}
.material-design_wrapper .gfield .gfield_radio input[type="radiobox"], .material-design_wrapper .gfield .gfield_checkbox input[type="radiobox"], .material-design_wrapper .gfield .gfield_radio input[type="checkbox"], .material-design_wrapper .gfield .gfield_checkbox input[type="checkbox"] {
  opacity: 0;
  border: none;
}
.material-design_wrapper .gfield .gfield_radio input[type="radiobox"] + label, .material-design_wrapper .gfield .gfield_checkbox input[type="radiobox"] + label, .material-design_wrapper .gfield .gfield_radio input[type="checkbox"] + label, .material-design_wrapper .gfield .gfield_checkbox input[type="checkbox"] + label {
  left: 0;
  color: rgba(51, 51, 51, .8);
}
.material-design_wrapper .gfield .gfield_radio input[type="radiobox"] + label:before, .material-design_wrapper .gfield .gfield_checkbox input[type="radiobox"] + label:before, .material-design_wrapper .gfield .gfield_radio input[type="checkbox"] + label:before, .material-design_wrapper .gfield .gfield_checkbox input[type="checkbox"] + label:before {
  color: #333;
}
.material-design_wrapper .gfield .gfield_radio input[type="radiobox"]:focus + label, .material-design_wrapper .gfield .gfield_checkbox input[type="radiobox"]:focus + label, .material-design_wrapper .gfield .gfield_radio input[type="checkbox"]:focus + label, .material-design_wrapper .gfield .gfield_checkbox input[type="checkbox"]:focus + label {
  color: rgba(51, 51, 51, 1);
  text-decoration: underline;
}
.material-design_wrapper .gfield .gfield_radio input[type="radiobox"]:focus + label:before, .material-design_wrapper .gfield .gfield_checkbox input[type="radiobox"]:focus + label:before, .material-design_wrapper .gfield .gfield_radio input[type="checkbox"]:focus + label:before, .material-design_wrapper .gfield .gfield_checkbox input[type="checkbox"]:focus + label:before {
  color: #b71c1c;
}
.material-design_wrapper .gfield .gfield_radio input[type="radiobox"]:checked + label:before, .material-design_wrapper .gfield .gfield_checkbox input[type="radiobox"]:checked + label:before, .material-design_wrapper .gfield .gfield_radio input[type="checkbox"]:checked + label:before, .material-design_wrapper .gfield .gfield_checkbox input[type="checkbox"]:checked + label:before {
  color: #b71c1c;
}
.material-design_wrapper .gfield > label {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5em;
}
.material-design_wrapper .gfield label[for] {
  color: rgba(51, 51, 51, 1);
  position: absolute;
  z-index: 1;
  pointer-events: none;
  left: 10px;
  top: 15px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
}
.material-design_wrapper .gfield label[for].hasvalue-input, .material-design_wrapper .gfield label[for].infocus-input {
  color: #333;
  font-size: 12px;
  line-height: 16px;
  top: 6px;
}
.material-design_wrapper .gfield label[for].hasvalue-input {
  color: rgba(51, 51, 51, 0.6);
}
.material-design_wrapper .gfield .gfield_required {
  float: none;
}
.material-design_wrapper .gfield textarea {
  overflow: hidden;
  min-height: 100px;
  transition: none !important;
}
.material-design_wrapper .gfield .ginput_container_radio label.infocus-input[for] {
  top: 0px !important;
}
.material-design_wrapper .gfield .ginput_container_checkbox, .material-design_wrapper .gfield .ginput_container_radio {
  padding-right: 14px;
}
.material-design_wrapper .gfield .ginput_container_checkbox li, .material-design_wrapper .gfield .ginput_container_radio li {
  margin-bottom: 5px;
}
.material-design_wrapper .gfield .ginput_container_checkbox label, .material-design_wrapper .gfield .ginput_container_radio label {
  font-size: 16px;
  line-height: 24px !important;
  top: 0;
}
.material-design_wrapper .gfield .screen-reader-text {
  font-size: 12px;
}
.material-design_wrapper .gfield .ginput_container.ginput_container_date {
  position: relative;
}
.material-design_wrapper .gfield .ginput_container.ginput_container_date .screen-reader-text {
  display: none;
}
.material-design_wrapper .gfield .ginput_container.ginput_container_date .ui-datepicker-trigger {
  display: none;
}
.material-design_wrapper .gfield .gfield_description {
  float: left;
  font-size: 12px;
  margin-top: 5px;
}
.material-design_wrapper .gfield .gfield_description a {
  color: inherit;
}
.material-design_wrapper .gfield .gfield_description a:hover, .material-design_wrapper .gfield .gfield_description a:focus, .material-design_wrapper .gfield .gfield_description a:active {
  color: #333;
}
.material-design_wrapper .gfield .SumoSelect > .CaptionCont > span, .material-design_wrapper .gfield input, .material-design_wrapper .gfield select, .material-design_wrapper .gfield textarea {
  border: none;
  background-color: rgba(51, 51, 51, 0.08);
  border-bottom: 2px solid rgba(51, 51, 51, 0.2);
  font-size: 16px;
  color: transparent;
  line-height: 24px;
  padding: 23px 10px 7px !important;
  transition: 0.2s ease all;
}
.material-design_wrapper .gfield .SumoSelect > .CaptionCont > span:hover, .material-design_wrapper .gfield input:hover, .material-design_wrapper .gfield select:hover, .material-design_wrapper .gfield textarea:hover {
  border-color: rgba(51, 51, 51, 0.6);
}
.material-design_wrapper .gfield .SumoSelect > .CaptionCont > span ::-webkit-input-placeholder, .material-design_wrapper .gfield input ::-webkit-input-placeholder, .material-design_wrapper .gfield select ::-webkit-input-placeholder, .material-design_wrapper .gfield textarea ::-webkit-input-placeholder {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.6);
  font-weight: 300;
  opacity: 1;
}
.material-design_wrapper .gfield .SumoSelect > .CaptionCont > span :-moz-placeholder, .material-design_wrapper .gfield input :-moz-placeholder, .material-design_wrapper .gfield select :-moz-placeholder, .material-design_wrapper .gfield textarea :-moz-placeholder {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.6);
  font-weight: 300;
  opacity: 1;
}
.material-design_wrapper .gfield .SumoSelect > .CaptionCont > span ::-moz-placeholder, .material-design_wrapper .gfield input ::-moz-placeholder, .material-design_wrapper .gfield select ::-moz-placeholder, .material-design_wrapper .gfield textarea ::-moz-placeholder {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.6);
  font-weight: 300;
  opacity: 1;
}
.material-design_wrapper .gfield .SumoSelect > .CaptionCont > span :-ms-input-placeholder, .material-design_wrapper .gfield input :-ms-input-placeholder, .material-design_wrapper .gfield select :-ms-input-placeholder, .material-design_wrapper .gfield textarea :-ms-input-placeholder {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.6);
  font-weight: 300;
  opacity: 1;
}
.material-design_wrapper .gfield .SumoSelect > .CaptionCont > span ::placeholder, .material-design_wrapper .gfield input ::placeholder, .material-design_wrapper .gfield select ::placeholder, .material-design_wrapper .gfield textarea ::placeholder {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.6);
  font-weight: 300;
  opacity: 1;
}
.material-design_wrapper .gfield .SumoSelect > .CaptionCont > span:-webkit-input-placeholder, .material-design_wrapper .gfield input:-webkit-input-placeholder, .material-design_wrapper .gfield select:-webkit-input-placeholder, .material-design_wrapper .gfield textarea:-webkit-input-placeholder {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.6);
  font-weight: 300;
  opacity: 1;
}
.material-design_wrapper .gfield .SumoSelect > .CaptionCont > span:-moz-placeholder, .material-design_wrapper .gfield input:-moz-placeholder, .material-design_wrapper .gfield select:-moz-placeholder, .material-design_wrapper .gfield textarea:-moz-placeholder {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.6);
  font-weight: 300;
  opacity: 1;
}
.material-design_wrapper .gfield .SumoSelect > .CaptionCont > span::-moz-placeholder, .material-design_wrapper .gfield input::-moz-placeholder, .material-design_wrapper .gfield select::-moz-placeholder, .material-design_wrapper .gfield textarea::-moz-placeholder {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.6);
  font-weight: 300;
  opacity: 1;
}
.material-design_wrapper .gfield .SumoSelect > .CaptionCont > span:-ms-input-placeholder, .material-design_wrapper .gfield input:-ms-input-placeholder, .material-design_wrapper .gfield select:-ms-input-placeholder, .material-design_wrapper .gfield textarea:-ms-input-placeholder {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.6);
  font-weight: 300;
  opacity: 1;
}
.material-design_wrapper .gfield .SumoSelect > .CaptionCont > span::placeholder, .material-design_wrapper .gfield input::placeholder, .material-design_wrapper .gfield select::placeholder, .material-design_wrapper .gfield textarea::placeholder {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.6);
  font-weight: 300;
  opacity: 1;
}
.material-design_wrapper .gfield select {
  background-image: url(../../images/default/forms/select.svg);
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 15px;
  color: #404041;
}
.material-design_wrapper .gfield .hasvalue-input + select, .material-design_wrapper .gfield .hasvalue-input + div .SumoSelect > .CaptionCont > span, .material-design_wrapper .gfield .hasvalue-input + input, .material-design_wrapper .gfield .hasvalue-input + div > input, .material-design_wrapper .gfield .hasvalue-input + div textarea, .material-design_wrapper .gfield .hasvalue-input + textarea {
  border-color: rgba(51, 51, 51, 0.6);
  color: #333 !important;
}
.material-design_wrapper .gfield select:focus, .material-design_wrapper .gfield input:focus, .material-design_wrapper .gfield textarea:focus, .material-design_wrapper .gfield .infocus-input + div .SumoSelect > .CaptionCont > span, .material-design_wrapper .gfield .infocus-input + select, .material-design_wrapper .gfield .infocus-input + input, .material-design_wrapper .gfield .infocus-input + div > input, .material-design_wrapper .gfield .infocus-input + div textarea, .material-design_wrapper .gfield .infocus-input + textarea {
  border-color: #333;
  color: #333 !important;
}
.material-design_wrapper .gfield .SumoSelect.focus-visible > .CaptionCont > span, .material-design_wrapper .gfield select:focus + .CaptionCont > span {
  border-color: #333;
}
.material-design_wrapper .gfield .gfield_error .SumoSelect > .CaptionCont > span, .material-design_wrapper .gfield .gfield_error input, .material-design_wrapper .gfield .gfield_error select, .material-design_wrapper .gfield .gfield_error textarea {
  border-color: #fd0707 !important;
}
.material-design_wrapper .gfield.optin {
  margin-top: 10px !important;
  margin-bottom: 0px !important;
  color: #333;
  z-index: 10;
  width: auto;
}
.material-design_wrapper .gfield.optin .ginput_container_checkbox {
  padding: 0;
}
.material-design_wrapper .gfield.optin .gfield_checkbox {
  margin-top: 0;
}
.material-design_wrapper .gfield.optin label {
  font-size: 14px;
  line-height: 17px !important;
  font-weight: 500 !important;
  top: 0px;
  left: 0;
}
.material-design_wrapper .SumoSelect > .optWrapper > .options li label {
  color: #333;
}
.material-design_wrapper .SumoSelect > .CaptionCont > label > i {
  background-image: url(../../images/default/forms/select.svg);
}
.material-design_wrapper .ginput_container_list, .material-design_wrapper .ginput_container.ginput_container_fileupload {
  position: relative;
  top: 20px;
  padding-top: 15px;
}
.gf_page_steps {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
@media (max-width: 735px) {
  .gf_page_steps {
    display: none;
  }
}
.gf_page_steps .gf_step {
  float: left;
  margin-right: 20px;
  opacity: 0.6;
}
.gf_page_steps .gf_step .gf_step_label {
  color: rgba(35, 35, 35, 1);
  font-size: 14px;
  line-height: 1.8em;
}
@media (max-width: 735px) {
  .gf_page_steps .gf_step .gf_step_label {
    font-size: 17px;
    padding-left: 4px;
    display: none;
  }
}
.gf_page_steps .gf_step .gf_step_number {
  color: #fff;
  background: rgba(35, 35, 35, .6);
  font-weight: 700;
  padding: 0 6px;
  border-radius: 30px;
  font-size: 12px;
  line-height: 21px;
  vertical-align: 1px;
  width: 21px;
  height: 21px;
  text-align: center;
  display: inline-block;
}
.gf_page_steps .gf_step.gf_step_active {
  opacity: 1;
}
.gf_page_steps .gf_step.gf_step_active .gf_step_number {
  background: #b71c1c;
  color: #fff;
}
.gf_page_steps .gf_step.gf_step_active .gf_step_label {
  color: #b71c1c;
}
@media (max-width: 735px) {
  .gf_page_steps .gf_step.gf_step_active .gf_step_label {
    display: inline-block;
  }
}
.gf_page_steps + .gform_body .gform_page_footer {
  float: right;
  width: auto;
}
.gf_page_steps + .gform_body .gform_page_footer input, .gf_page_steps + .gform_body .gform_page_footer button {
  margin-top: 0 !important;
  float: left !important;
}
.gform_previous_button {
  padding: 10px 0px;
  margin-right: 20px;
  margin-top: 11px;
}
.gform_next_button.button, input[type="submit"] {
  background: #b71c1c;
  color: #fff;
}
.gform_next_button.button:hover, input[type="submit"]:hover {
  background-color: #7f0000;
  color: #fff;
}
.gform_next_button.button:hover i, input[type="submit"]:hover i {
  color: #fff;
}
.gsection_title {
  font-weight: 700;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
}
.gsection {
  margin-bottom: 11px !important;
  margin-top: 20px !important;
}
.gsection:nth-child(1) {
  margin-top: 0 !important;
}
.gsection .gsection_description {
  font-size: 14px;
}
.gsection .gsection_description a {
  color: #333;
}
.gsection .gsection_description a:hover {
  color: #131313;
}
.gfield_description {
  font-size: 11px;
}
.gfield_description a {
  color: #404041;
}
.gfield_description a:hover {
  color: #333;
}
.gform_fields li:first-child {
  margin-top: 0;
}
input[type="submit"] {
  width: auto;
  float: left;
  margin-top: 20px;
}
.heading {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 735px) {
  .heading {
    margin-bottom: 25px;
  }
}
.site-links {
  margin-bottom: 10px;
  margin-top: 3px;
  font-weight: 300;
}
.site-links a, .site-links span {
  font-size: 14px !important;
  color: #555;
}
.gfield .SumoSelect {
  width: 100%;
}
.gfield .SumoSelect > .optWrapper > .options {
  font-size: 16px;
}
.gfield .SumoSelect > .optWrapper > .options li.opt {
  border-bottom: 1px solid #f5f5f5 !important;
}
.gfield .SumoSelect > .optWrapper > .options li.opt.sel {
  background: #f2f2f2 !important;
}
.SumoSelect > .CaptionCont > span {
  background: white;
}
.lg-outer .lg-thumb {
  margin: auto;
}
.lg-outer .lg-toogle-thumb, .lg-outer .lg-thumb-outer {
  border-top: #f3f3f3 1px solid;
}
.lg-toolbar .lg-icon {
  background: #fff !important;
}
#lg-zoom-out {
  opacity: 1;
}
.video-insitu img {
  max-width: none;
  width: 100%;
}
.video-insitu .playbtn-large:after, .video-insitu .playbtn-large:before {
  content: "\e91e" !important;
  font-family: 'sd-icons';
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 76px;
  height: 76px;
  padding: 27px 29px;
  border-radius: 1000px;
  margin: auto;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 735px) {
  .video-insitu .playbtn-large:after, .video-insitu .playbtn-large:before {
    width: 56px;
    height: 56px;
    font-size: 24px;
    padding: 17px 13px 17px 17px;
  }
}
.video-insitu .playbtn-large:before {
  z-index: 2;
}
.video-insitu .playbtn-large:hover:after {
  opacity: 0.4;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.overlay-open-video.playbtn-large:after, .overlay-open-video.playbtn-large:before {
  content: "\e91e" !important;
  font-family: 'sd-icons';
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 76px;
  height: 76px;
  padding: 27px 29px;
  border-radius: 1000px;
  margin: auto;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 735px) {
  .overlay-open-video.playbtn-large:after, .overlay-open-video.playbtn-large:before {
    width: 56px;
    height: 56px;
    font-size: 24px;
    padding: 17px 13px 17px 17px;
  }
}
.overlay-open-video.playbtn-large:before {
  z-index: 2;
}
.overlay-open-video.playbtn-large:hover:after {
  opacity: 0.4;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.overlay-open-video .playbtn-large:after, .overlay-open-video .playbtn-large:before {
  content: "\e91e" !important;
  font-family: 'sd-icons';
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 76px;
  height: 76px;
  padding: 27px 29px;
  border-radius: 1000px;
  margin: auto;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 735px) {
  .overlay-open-video .playbtn-large:after, .overlay-open-video .playbtn-large:before {
    width: 56px;
    height: 56px;
    font-size: 24px;
    padding: 17px 13px 17px 17px;
  }
}
.overlay-open-video .playbtn-large:before {
  z-index: 2;
}
.overlay-open-video .playbtn-large:hover:after {
  opacity: 0.4;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.table-responsive {
  overflow: auto;
}
.table-responsive table {
  min-width: 700px;
}
.error-404 polygon {
  fill: #333;
}
.lSSlideOuter .lSAction > a.lSNext:before {
  content: '\e940';
}
.lSSlideOuter .lSAction > a.lSPrev:before {
  content: '\e903';
}
.darken-image:before {
  background: linear-gradient(90deg, black, transparent);
}
#live_chat_status, #ChatDiv {
  z-index: 999 !important;
}
