:root {
  --brand-color-gray-light-5: #f5f5f5;
  --brand-color-gray-light-4: #f0f0f0;
  --brand-color-gray-light-3: #dadada;
  --brand-color-gray-light-2: #9e9e9e;
  --brand-color-gray-light: #5b5b5b;
  --brand-color-blue: #2c5591;
  --brand-color-blue-darker: #214170;
}

.btn-brand-blue {
  color: var(--white);
  background-color: var(--brand-color-blue);
  border-color: var(--brand-color-blue);
}

.btn-brand-blue:hover {
  color: var(--white);
  background-color: var(--brand-color-blue-darker);
  border-color: var(--brand-color-blue-darker);
}

.btn-red-custom {
  color: var(--white);
  background-color: #bd2226;
  border-color: #bd2226;
}

.btn-red-custom:hover {
  color: var(--white);
  background-color: #aa1e22;
  border-color: #aa1e22;
}

.btn-white {
  color: var(--brand-color-blue);
  background-color: var(--white);
  border-color: var(--white);
}

.bg-brand-blue {
  background-color: var(--brand-color-blue);
}

.bg-gray {
  background-color: var(--brand-color-gray-light);
}

.bg-gray-2 {
  background-color: var(--brand-color-gray-light-2);
}

.bg-gray-3 {
  background-color: var(--brand-color-gray-light-3);
}

.bg-gray-4 {
  background-color: var(--brand-color-gray-light-4);
}

.bg-gray-5 {
  background-color: var(--brand-color-gray-light-5);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--brand-color-blue);
}

.nav-pills .nav-link {
  color: var(--brand-color-blue);
  cursor: pointer;
}

.object-fit-contain {
  object-fit: contain;
}

.cursor-pointer {
  cursor: pointer;
}

h3,
h4,
h5 {
  color: var(--brand-color-gray-light);
}

.bottom-0 {
  bottom: 0;
}

.z-index-2000 {
  z-index: 2000;
}

.mw-min-content {
  min-width: min-content;
}

.w-200 {
  width: 200%;
}

@keyframes marquee-horizontal {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.marquee {
  animation: marquee-horizontal 60s linear infinite;
  white-space: nowrap;
}

.color-inherit {
  color: inherit !important;
}

.color-white {
  color: var(--white);
}

.color-brand-blue {
  color: var(--brand-color-blue);
}

.color-gray {
  color: var(--brand-color-gray-light);
}

.color-gray-2 {
  color: var(--brand-color-gray-light-2);
}

.color-gray-3 {
  color: var(--brand-color-gray-light-3);
}

.color-gray-4 {
  color: var(--brand-color-gray-light-4);
}

.color-gray-5 {
  color: var(--brand-color-gray-light-5);
}

.font-size-large {
  font-size: 1.75em;
}

.soc-icon {
  border: 0.125rem solid currentColor;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
}

.card-body-as-select {
  height: calc(1.5em + 0.75rem + 2px);
  font-size: 1rem;
}

.textarea-h-large {
  min-height: 15rem;
}

.list-dashed {
  padding-left: 1ch;
}

.list-dashed ::marker {
  content: "-";
}

.list-dashed li {
  text-indent: 0.5ch;
}

.radio-list-group label.list-group-item {
  border-radius: 0.25rem;
  padding: 0.5rem 1.25rem;
}

.radio-list-group input[type="radio"]:checked + label.list-group-item {
  background: var(--brand-color-blue);
  color: var(--white);
}

.page-header {
  background-color: var(--white);
  position: sticky;
  top: 0;
  z-index: 2000;
}

.page-header .nav-link {
  color: var(--brand-color-gray-light);
}

.contacts {
  background-color: var(--brand-color-gray-light-5);
  height: 30px;
}

.contacts {
  color: var(--brand-color-gray-light-2);
}

.contacts i {
  color: var(--brand-color-gray-light-2);
}

.contacts a {
  color: inherit;
}

.contacts .language-dropdown {
  font-size: 100%;
  line-height: 1;
  color: var(--brand-color-gray-light-2);
}

[id="page-top-carousel"] .carousel-item {
  position: relative;
  height: 300px;
}

[id="page-top-carousel"] .carousel-item .image-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.page-top-stripe {
  position: relative;
  height: 150px;
}
.page-top-stripe .image-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

[id="page-top-carousel"] .carousel-item .image-background.low-height {
  top: -165px;
}

[id="page-top-carousel"] .carousel-item .top-carousel-caption {
  text-align: right;
  font-size: 3rem;
  font-weight: 600;
  color: #5b5b5b;
  line-height: 155%;
}

.hero-picker-variant {
  margin-top: 0;
}

.hero-picker .custom-control-label::after {
  display: none;
}

.hero-picker .custom-control-label::before {
  width: 1.2rem;
  height: 1.2rem;
  padding: 3px;
  background-clip: content-box;
}

.hero-picker .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #adb5bd;
}

.blocks-halfway .card {
  background-color: var(--brand-color-blue);
  color: var(--white);
}

.references-carousel {
  color: var(--brand-color-gray-light-2);
}

.references-carousel > a,
[id="videos-carousel"] > a {
  color: var(--brand-color-gray-light-2) !important;
}

.reference-quote-icon {
  display: block;
  margin: 0 auto;
  height: 3rem;
  fill: var(--brand-color-blue);
}

.reference-short-text-container {
  font-size: 1.15rem;
}

.reference-divider {
  height: 0.15rem;
  background: var(--brand-color-gray-light-3);
  border-radius: 0.25rem;
}

.reference-person,
.reference-person.active {
  cursor: pointer;
  color: inherit;
  background: transparent !important;
}

.references-carousel.references-carousel-alt .reference-person {
  cursor: initial;
}

.reference-person-photo-container {
  position: relative;
  display: flex;
  align-items: center;
}

.reference-person-photo {
  border-radius: 50%;
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}

.reference-person-photo + i {
  display: none;
  color: var(--brand-color-blue);
}

.reference-person.active .reference-person-photo + i,
.reference-person[aria-expanded="true"] .reference-person-photo + i {
  display: initial;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
}

.reference-person-name {
  font-size: 1.25em;
  color: var(--brand-color-gray-light);
}

.custom-form-inline {
  padding: 0;
  transition: box-shadow 0.15s ease-in-out;
  border-radius: 0.25rem;
}

.custom-form-inline:focus-within {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-form-inline label {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  transform: translateY(-50%);
  pointer-events: none;
}

.custom-form-inline .custom-select {
  border: 0;
}

.custom-form-inline .custom-select:focus {
  box-shadow: none;
}

.courses-grid {
  color: var(--brand-color-gray-light);
}

.courses-grid .course-type,
.courses-grid .card i {
  color: var(--brand-color-gray-light-2);
}

.courses-grid .card:hover,
.courses-grid [data-toggle].active .card {
  color: var(--white);
  background-color: var(--brand-color-blue);
  border-color: var(--brand-color-blue);
}

.courses-grid .card:hover .course-type,
.courses-grid .card:hover i,
.courses-grid [data-toggle].active .card .course-type,
.courses-grid [data-toggle].active .card i {
  color: var(--white);
}

.map-container {
  height: 450px;
}

.map-container iframe {
  border: 0;
}

.page-footer {
  color: var(--white);
  background-color: var(--brand-color-blue);
  z-index: 2100;
  position: sticky;
  margin-bottom: -4rem;
}

body {
  zoom: 90%;
}

.dropdown-toggle.custom-dropdown::after {
  content: initial;
}

.contact-icon {
  font-size: 25px;
}

.contact-icon.wa {
  color: #4ac959;
  margin: 0 5px;
}

.contact-icon.wa:hover {
  color: #179626;
  margin: 0 5px;
}

.page-footer a {
  color: white;
  text-transform: uppercase;
}

.text-disabled {
  color: #a8a8a8;
}

@media (min-width: 992px) {
  .phone-only {
    display: none;
  }
}
@media (max-width: 992px) {
  .desktop-only {
    display: none;
  }
}
.reference-div {
  left: 20%;
  position: relative;
}
footer table {
  border-collapse: separate;
  border-spacing: 0 0.5em;
}
.text-initial {
  color: #212529;
}
.text-initial:hover {
  color: #212529;
  text-decoration: none;
}
@media (max-width: 380px) {
  .phone-small-text {
    font-size: 14px;
  }
}
.color-black {
  color: black;
}
.soc-icon-bigger {
  font-size: 30px;
  width: 3rem;
  height: 3rem;
}
.page-header{
  border-bottom: 1px solid var(--brand-color-blue);
}
.fade-off {
  opacity: 0 !important;
  transition: 1s;
}

.container-popup{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
}
body .popup {
  position: absolute;
  opacity: 1;
  top: 110px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 500px;
  background-color: white;
  color: black;
  border-radius: 0.25rem;
  z-index: 9999;
}

body .popup-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  padding: 0.75rem 1.25rem;
}

body .popup-header-close-btn {
  font-size: 18px;
  cursor: pointer;
}

body .popup-header.success {
  background-color: #28a745;
}

body .popup-header.fail {
  background-color: #dc3545;
}

body .popup-body {
  padding: 1.25rem;
}
.parallax-bg-section {
  display: flex;
  margin-bottom: 30px;
  height: 300px;
  background-image: url('../resources/parallax.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .parallax-bg-section {
    height: auto;
  }

  .boxes-container {
    height: auto;
  }
}
.select2-dropdown{
  margin-top: 25px !important;
}
.cookie-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2147483645;
  box-sizing: border-box;
  width: 100%;

  background-color: #F1F6F4;
}

.cookie-consent-banner__inner {     
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 0;
}

.cookie-consent-banner__copy { 
  margin-bottom: 16px;
}

.cookie-consent-banner__actions {    
}

.cookie-consent-banner__header {
  margin-bottom: 8px;
  
  font-family: "CeraPRO-Bold", sans-serif, arial;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.cookie-consent-banner__description {
  font-family: "CeraPRO-Regular", sans-serif, arial;
  font-weight: normal;
  color: #838F93;
  font-size: 16px;
  line-height: 24px;
}

.cookie-consent-banner__cta {
  box-sizing: border-box;
  display: inline-block;
  min-width: 164px;
  padding: 11px 13px;
    
  border-radius: 2px;
  
  background-color: var(--brand-color-blue);
   
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-family: "CeraPRO-Regular", sans-serif, arial;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

.cookie-consent-banner__cta--secondary { 
  padding: 9px 13px;
  
  border: 2px solid #3A4649;
  
  background-color: transparent;
  
  color: #dc3545;
}

.cookie-consent-banner__cta:hover {
  background-color: var(--brand-color-blue);
  color: white;
  cursor: pointer;
  text-decoration: none;
}

.cookie-consent-banner__cta--secondary:hover {
  border-color: #838F93;
    
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  color: #dc3545;
}

.cookie-consent-banner__cta:last-child {
  margin-left: 16px;
}
#carouselExampleSlidesOnly.navbar-brand {
  max-width: 300px;
}

@media (max-width: 768px) {
  #collapseCentersBtn[aria-expanded="true"]{
    background-color: var(--brand-color-gray-light) !important;
  }
}
.carousel-item.home-page {
  transition-delay: 1s;
}

@media (min-width: 768px) {
  .g-recaptcha div div iframe {
    width: 339px !important;
    height: 87px !important;
  }
}