@-webkit-keyframes read-more-arrow {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
}

@-o-keyframes read-more-arrow {
  0%,
  100% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
}

@keyframes read-more-arrow {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
}

@-webkit-keyframes download-hover {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
}

@-o-keyframes download-hover {
  0%,
  100% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
}

@keyframes download-hover {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
}

/* Insert your ecw base overrides over Vartheme BS4 and Bootstrap */
.alert {
  color: #000;
}

.alert.alert-danger {
  border: solid 1px #ebccd1;
  background-color: #f2dede;
}

.alert.alert-warning {
  border: solid 1px #d6e9c6;
  background-color: rgba(255, 81, 0, 0.48);
}

.alert.alert-success {
  border: solid 1px #faebcc;
  background-color: rgba(0, 189, 175, 0.35);
  z-index: 9;
}

.alert.alert-info {
  border: solid 1px #faebcc;
  background-color: rgba(107, 186, 213, 0.86);
}

.popular-40X-style .top {
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: 500;
}

.popular-40X-style .middle {
  font-size: 200px;
  font-weight: 500;
  line-height: 1;
}

.popular-40X-style .bottom {
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: 500;
}

.popular-40X-style .home-link {
  padding-bottom: 15px;
}

.container-40x {
  margin-top: 100px;
}

.btn {
  padding: 12px 16px;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 0.9;
}

.btn.btn-primary:hover {
  background-color: #ff914d;
}

.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active {
  color: #fff;
}

.btn.btn-default {
  color: #000;
  border: 1px solid #fa7828;
}

.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
  color: #fa7828;
}

.btn.btn-outline-white {
  color: #fff;
  border: 1px solid #fff;
  line-height: normal;
}

.btn.btn-outline-white:hover {
  color: #fa7828;
  background: #fff;
}

@media (max-width: 991.98px) {
  .field--name-body .btn {
    margin-bottom: 15px;
  }
  .field--name-body .btn:last-of-type {
    margin-bottom: 0;
  }
}

.maintenance-page .footer {
  margin-top: 20px;
}

.btn-outline-primary {
  background-color: #fff;
}

.form-element--type-select,
.CaptionCont,
.form-control {
  display: block;
  width: 100%;
  height: calc(1.33333em + 1.25rem);
  padding: 0.438rem 1.8rem 0.438rem 0.938rem;
  color: #727272;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0.875rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.43;
}

.form-element--type-select:focus,
.CaptionCont:focus,
.form-control:focus {
  border: solid 1px #ff6e00;
  outline: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-element--type-select:focus-visible,
.CaptionCont:focus-visible,
.form-control:focus-visible {
  outline: none;
}

.form-element--type-select:hover,
.CaptionCont:hover,
.form-control:hover {
  border: solid 1px rgba(255, 110, 0, 0.3);
}

.form-element--type-select.form-select,
.CaptionCont.form-select,
.form-control.form-select {
  padding: 10px;
  padding-right: 45px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: url(../../images/arrow-down-orange.svg) no-repeat right 0.75rem center/20px;
}

.form-element--type-select.form-file,
.CaptionCont.form-file,
.form-control.form-file {
  font-style: normal;
  line-height: 1;
}

.SelectBox {
  padding: 10px;
  padding-right: 45px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: url(../../images/arrow-down-orange.svg) no-repeat right 0.75rem center/20px;
}

.SelectBox label {
  display: none;
}

.SelectBox span:not(.placeholder) {
  color: #000;
  font-style: normal;
}

.SumoSelect {
  width: 100%;
}

.SumoSelect .SumoUnder {
  max-height: 42px;
}

.SumoSelect.open .search-txt {
  top: 5px;
}

.SumoSelect > .CaptionCont {
  border: 1px solid #e4e4e4;
}

.SumoSelect > .CaptionCont span.placeholder {
  color: #727272;
}

.SumoSelect .optWrapper {
  font-size: 14px;
}

.SumoSelect .optWrapper li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.SumoSelect .optWrapper li label {
  margin: 0;
}

.SumoSelect .optWrapper li.opt.selected span i {
  background-color: #fa7828 !important;
}

.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
  border: solid 1px #ff6e00;
  outline: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.SumoSelect.open {
  z-index: 9;
}

.SumoSelect.open .isFloating {
  z-index: 9;
  top: 42px;
}

fieldset.form-group,
fieldset .form-group {
  margin-bottom: 1.875rem;
}

fieldset.form-group label,
fieldset .form-group label {
  margin-bottom: 0.625rem;
}

fieldset.form-group .fieldset-legend,
fieldset .form-group .fieldset-legend {
  font-size: 2.188rem;
  font-weight: 500;
}

fieldset legend {
  margin-bottom: 1.875rem;
}

.webform-submission-contact-form .btn {
  padding: 10px 22px;
  letter-spacing: 0.3px;
  font-size: 18px;
  font-weight: 500;
}

.form-check {
  padding: 0;
}

.main-container input[type=checkbox],
.main-container input[type=radio] {
  position: absolute;
  opacity: 0;
}

.main-container input[type=checkbox] + label:before,
.main-container input[type=radio] + label:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  content: "";
  vertical-align: text-top;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.main-container input[type=radio] + label {
  cursor: pointer;
}

.main-container input[type=radio] + label:before {
  border: solid 3px #e2e2e2;
  border-radius: 50%;
}

input[type=checkbox]:checked + label:before {
  border-color: #fa7828;
  background-color: #fa7828;
  background-image: url("../../images/white-check.svg");
}

input[type=checkbox]:disabled:checked + label:before {
  border: none;
  background-color: rgba(255, 110, 0, 0.3);
}

input[type=checkbox]:hover + label:before {
  background-color: #fa7828;
  background-image: url("../../images/white-check.svg");
}

input[type=radio]:checked + label:before {
  border: solid 3px #fa7828;
}

input[type=radio]:disabled:checked + label:before {
  border: double 3px #fff;
  background-color: rgba(255, 110, 0, 0.3);
}

.pagination li {
  margin: 0 1px;
}

.pagination li a,
.pagination li span {
  font-size: 12px;
}

blockquote {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.5;
}

blockquote:before {
  position: absolute;
  top: 3px;
  content: url("../../images/icons/quote.svg");
}

@media (max-width: 767.98px) {
  blockquote:before {
    padding-right: 15px;
  }
}

blockquote > * {
  overflow: hidden;
  margin-left: 50px;
}

@media (max-width: 767.98px) {
  blockquote {
    clear: both;
    padding-top: 15px;
  }
}

.vertical-tabs__menu {
  border: 0;
}

.vertical-tabs__menu .vertical-tabs__menu-item {
  border: 0;
  border-right: 1px solid #e2e2e2;
  background: #fff;
}

.vertical-tabs__menu .vertical-tabs__menu-item .vertical-tabs__menu-item-title {
  color: #fa7828;
  font-weight: 300;
}

.vertical-tabs__menu .vertical-tabs__menu-item.is-selected {
  border: 1px solid #e2e2e2;
  border-right: 0;
}

.vertical-tabs__menu .vertical-tabs__menu-item.is-selected .vertical-tabs__menu-item-title {
  color: #000;
}

form:not(.layout-builder-configure-block) details.form-wrapper summary {
  height: 42px;
  padding: 10px 0 10px 15px;
  border: solid 1px #e2e2e2;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

form:not(.layout-builder-configure-block) details.form-wrapper summary::marker {
  font-size: 0;
}

form:not(.layout-builder-configure-block) .captcha {
  margin: 1.875rem 0;
}

.nav-tabs .nav-item .nav-link {
  font-weight: 500;
}

.nav-tabs .nav-item .nav-link.active {
  color: #000;
}

.field--name-body ul li::marker {
  color: #fa7828;
}

.table thead th {
  border: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.44;
}

.table td {
  border-right: 0;
  border-left: 0;
  font-size: 14px;
}

.table tr:last-of-type td {
  border-bottom: 0;
}

.bs-component .list-group .list-group-item .badge-pill {
  background-color: #777;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
}

h1,
.h1 {
  line-height: 1.13043478261;
}

h2,
.h2 {
  line-height: 1.17142857143;
}

h3,
.h3 {
  line-height: 1.26086956522;
}

h4,
.h4 {
  line-height: 1.33333333333;
}

h5,
.h5 {
  line-height: 1.22222222222;
}

.claro-details__wrapper .form-managed-file__main {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.bg-yellow {
  background-color: #ffce01 !important;
}

.bg-pink {
  background-color: #e9324d !important;
}

.bg-green {
  background-color: #22cb1f !important;
}

.bg-blue {
  background-color: #278dff !important;
}

.bg-sky-blue {
  background-color: #1fb3dd !important;
}

.bg-purple {
  background-color: #a515ba !important;
}

.bg-light-gray {
  background-color: #f2f2f2 !important;
}

/* csslint ignore:start */
@media (min-width: 2200px) {
  body {
    max-width: 2200px;
    margin-right: auto;
    margin-left: auto;
  }
  body .bg-edge2edge {
    max-width: 2200px;
    margin-left: -99% !important;
  }
  body .bg-edge2edge .container-fluid {
    padding: 0;
  }
  body .bg-edge2edge .bg-edge2edge {
    right: 0;
    left: 0;
    margin: 0 !important;
  }
  body .bg-edge2edge.media_header,
  body .bg-edge2edge.vmh-container {
    right: 0;
    left: 0;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

/* csslint ignore:end */
.sharethis-wrapper {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 991.98px) {
  .sharethis-wrapper {
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 15px;
  }
}

@media (max-width: 767.98px) {
  .sharethis-wrapper {
    margin-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .sharethis-wrapper {
    position: absolute;
    top: 0;
    left: -60px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.sharethis-wrapper span {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
  border-radius: 50%;
  background-color: #00b4ac;
  line-height: normal;
}

.sharethis-wrapper span:last-of-type {
  margin-right: 0;
}

@media (min-width: 1200px) {
  .sharethis-wrapper span {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .sharethis-wrapper span:last-of-type {
    margin-bottom: 0;
  }
}

.sharethis-wrapper span:hover,
.sharethis-wrapper span:focus {
  -webkit-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  text-decoration: none;
  background: #fa7828;
}

.sharethis-wrapper span:before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  color: #fff;
  font-family: "Font Awesome";
  font-size: 12px;
}

.sharethis-wrapper .st_facebook_custom {
  -ms-flex-order: 1;
  -webkit-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.sharethis-wrapper .st_facebook_custom:before {
  content: "\ea90";
}

.sharethis-wrapper .st_linkedin_custom {
  -ms-flex-order: 3;
  -webkit-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.sharethis-wrapper .st_linkedin_custom:before {
  content: "\eaca";
}

.sharethis-wrapper .st_twitter_custom {
  -ms-flex-order: 2;
  -webkit-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.sharethis-wrapper .st_twitter_custom:before {
  content: "\e61b";
  font-family: "Font Awesome 6 Brands" !important;
}

.sharethis-wrapper .st_sharethis_custom {
  display: none;
}

.sharethis-wrapper .share-text {
  margin-right: 15px;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .sharethis-wrapper .share-text {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.vlb-section {
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  .vlb-section {
    margin-bottom: 50px;
  }
  .vlb-section .layout > .col-12 {
    margin-bottom: 30px;
  }
  .vlb-section .layout > .col-12:last-child {
    margin-bottom: 0;
  }
}

.vlb-section .layout .block {
  margin-bottom: 30px;
}

.vlb-section .layout .block:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .vlb-section .layout .block {
    margin-bottom: 30px;
  }
}

.vlb-section .layout .reduce-space .block {
  margin-bottom: 30px;
}

.vlb-section .layout .reduce-space .block:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .vlb-section .layout .reduce-space .block {
    margin-bottom: 15px;
  }
}

.vlb-section.reduce-space .layout .block {
  margin-bottom: 30px;
}

.vlb-section.reduce-space .layout .block:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .vlb-section.reduce-space .layout .block {
    margin-bottom: 15px;
  }
}

.vlb-section.bg-color {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 991.98px) {
  .vlb-section.bg-color {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.pagination .page-link {
  margin: 0 1px;
  font-size: 12px;
}

.pagination li .page-link {
  padding: 0.7rem 0.75rem 0.5rem 0.75rem;
}

body ul.pagination .page-item:last-child .page-link,
body ul.pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.path-user #auth-box {
  margin-top: 0;
}

.path-user .footer-top-wrapper {
  margin-top: 60px;
}

@media (max-width: 767.98px) {
  .path-user .footer-top-wrapper {
    margin-top: 30px;
  }
}

#block-ecw-breadcrumbs ol.breadcrumb,
.vmh-breadcrumb {
  min-height: 19px;
  margin-bottom: 16px;
}

.me-1 {
  margin-right: 0.625rem !important;
}

.ms-1 {
  margin-left: 0.625rem !important;
}

.me-2 {
  margin-right: 1.25rem !important;
}

.ms-2 {
  margin-left: 1.25rem !important;
}

.me-3 {
  margin-right: 1.875rem !important;
}

.ms-3 {
  margin-left: 1.875rem !important;
}

.me-4 {
  margin-right: 2.5rem !important;
}

.ms-4 {
  margin-left: 2.5rem !important;
}

.me-5 {
  margin-right: 3.125rem !important;
}

.ms-5 {
  margin-left: 3.125rem !important;
}

.m-1 {
  margin: 0.625rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.625rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.625rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.625rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.625rem !important;
}

.m-2 {
  margin: 1.25rem !important;
}

.mt-2,
.my-2 {
  margin-top: 1.25rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 1.25rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 1.25rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 1.25rem !important;
}

.m-3 {
  margin: 1.875rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1.875rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1.875rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1.875rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1.875rem !important;
}

@media (min-width: 768px) {
  .ml-md-3 {
    margin-left: 1.875rem !important;
  }
}

.m-4 {
  margin: 2.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 2.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 2.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 2.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 2.5rem !important;
}

.m-5 {
  margin: 3.125rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3.125rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3.125rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3.125rem !important;
}

.mb-15 {
  margin-bottom: 0.938rem !important;
}

.mt-15 {
  margin-top: 0.938rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3.125rem !important;
}

.form-row {
  margin: 0;
}

.border-bottom {
  padding-bottom: 30px;
}

.field.field--name-body h1:last-child,
.field.field--name-body h2:last-child,
.field.field--name-body h4:last-child,
.field.field--name-body h3:last-child,
.field.field--name-body h5:last-child,
.field.field--name-body h6:last-child,
.field.field--name-body .h1:last-child,
.field.field--name-body .h2:last-child,
.field.field--name-body .h3:last-child,
.field.field--name-body .h4:last-child,
.field.field--name-body .h5:last-child,
.field.field--name-body .h6:last-child {
  margin: 0;
}

.slick-dotted.slick-slider {
  margin: 0;
}

.link-above {
  position: relative;
}

.link-above .more-link {
  position: absolute;
  top: -3.5rem;
  right: 0;
  padding-left: 8px;
}

.link-above .more-link a {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
}

.link-above .more-link a:hover {
  color: #000;
}

@media (max-width: 1199.98px) {
  .link-above .more-link {
    top: -3rem;
  }
}

@media (max-width: 767.98px) {
  .link-above .more-link {
    top: -1.5rem;
    padding-left: 0;
    text-align: center;
  }
}

.block-field-title.blod-title,
.block-title.blod-title {
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .bg-edge2edge {
    overflow: hidden;
  }
}

.layout-builder-configure-block .fieldset__label,
.layout-builder-configure-block .fieldset__suffix,
.layout-builder-configure-block .inline-entity-form-paragraph-label {
  color: #fff;
}

.layout-builder-configure-block .horizontal-tab-button .summary {
  display: inline-block;
}

.page-node-type-country .alert-wrapper {
  margin-bottom: 70px;
}
.path-frontpage .alert-wrapper {
  margin-bottom: 50px;
}