/* Mixins --------------------------------------------------------------------------------------------------------*/
/* Global --------------------------------------------------------------------------------------------------------*/
/*body:not(.page-loaded)*/
/*    opacity: 0*/
.window-resizing *, body:not(.page-loaded) * {
  transition: none !important;
}

* {
  outline: none !important;
  box-sizing: border-box;
}

html {
  min-width: 320px;
  min-height: 100vh;
}

body {
  min-width: 320px;
  min-height: 100vh;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: subpixel-antialiased;
}
.theme-light body {
  background: transparent;
  color: #73706E;
}
.theme-dark body {
  background: #000000;
  color: #ffffff;
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-top: 90px;
}

.page-content {
  flex-grow: 1;
}

a {
  color: #0069B4;
  text-decoration: none;
}
a:hover {
  color: #0AC3FF;
  text-decoration: none;
}

h1, .heading-1 {
  font-size: 3.75rem;
}

h2, .heading-2 {
  font-size: 3.4375rem;
}

h3, .heading-3 {
  font-size: 1.875rem;
}

h4, .heading-4 {
  font-size: 1.5rem;
}

h5, .heading-5 {
  font-size: 1.25rem;
}

h6, .heading-6 {
  font-size: 1.125rem;
}

small, .small-text {
  font-size: 0.75rem;
}

input[type=text], input[type=email], input[type=password], textarea {
  -webkit-appearance: none;
  appearance: none;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}

textarea {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder {
  color: #8E8E8E;
}

::-moz-focus-inner {
  border: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #8E8E8E;
}

.hr {
  margin: 0;
  border: 0;
  border-top: 1px solid #E6E6E6;
}

.m-auto {
  margin: auto;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ms-0 {
  margin: 0 auto !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.btn-group {
  display: inline-flex;
  vertical-align: middle;
  grid-gap: 0 10px;
}

.btn {
  display: inline-flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  padding: 18px;
  border-radius: 10px;
  position: relative;
  border: none;
  outline: none !important;
  transition: all 0.25s;
}
.btn.btn-calendar img {
  width: 20px;
  height: auto;
}

.btn-text {
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 15px;
}

.btn-icon {
  width: 16px;
  height: 16px;
  display: block;
  align-self: center;
}

.btn-primary {
  background: #EB5D0B;
  background: linear-gradient(90deg, #F8AA25 0%, #EB5D0B 99.87%);
}
.btn-primary:hover {
  background: #F8AA25;
  background: linear-gradient(90deg, #EB5D0B 0%, #F8AA25 99.87%);
}
.btn-primary .btn-text {
  color: #ffffff;
}

.btn-outline-primary {
  background: #ffffff;
  border: 1px solid rgba(229, 85, 2, 0.5);
}
.btn-outline-primary:hover {
  background-color: #F39200;
  border-color: #F39200;
}
.btn-outline-primary:hover .btn-text {
  color: #ffffff;
}
.btn-outline-primary .btn-text {
  color: #F39200;
}

.btn-secondary {
  background: #ffffff;
  border: 1px solid rgba(0, 105, 180, 0.2);
}
.btn-secondary:hover {
  border-color: #0069B4;
}
.btn-secondary:hover .btn-text {
  color: #0069B4;
}
.btn-secondary .btn-text {
  color: #73706E;
}

.accordion-body {
  display: none;
}

.box-shadow {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}

.border-radius {
  border-radius: 16px;
}

.text-align-left {
  text-align: left !important;
}

.text-align-center {
  text-align: center !important;
}

.bg-light {
  background-color: #FCFAFA;
}

.theme-dark .bg-light {
  background-color: rgba(255, 255, 255, 0.1);
}

.three-item-slider, .four-item-slider, .five-item-slider, .six-item-slider {
  margin: 0 -20px;
}
.three-item-slider .slick-track, .four-item-slider .slick-track, .five-item-slider .slick-track, .six-item-slider .slick-track {
  display: flex;
}
.three-item-slider .slick-track .slick-slide, .four-item-slider .slick-track .slick-slide, .five-item-slider .slick-track .slick-slide, .six-item-slider .slick-track .slick-slide {
  height: auto;
}

.three-item-card-outer, .four-item-card-outer, .five-item-card-outer, .six-item-card-outer {
  padding: 20px 0 20px 20px;
}

.bg-img-none {
  background-image: none;
}

.color-blue {
  color: #0069B4 !important;
}

.color-green {
  color: #2DC850 !important;
}

.position-relative {
  position: relative;
}

.secondary-nav-item-link.color-blue:hover {
  background: none !important;
  background-color: #0069B4 !important;
}

.bg-primary-gredient {
  background: #0069B4;
  background: linear-gradient(270deg, #12CCC4 3.33%, #0069B4 95.36%);
}

/* Responsive Media Queries --------------------------------------------------------------------------------------------------------*/
@media (min-width: 576px) {
  .wrapper {
    padding-top: 126px;
  }
}
@media (min-width: 768px) {
  .three-item-slider, .four-item-slider, .five-item-slider, .six-item-slider {
    margin: 0 -10px;
  }
  .three-item-slider .slick-track, .four-item-slider .slick-track, .five-item-slider .slick-track, .six-item-slider .slick-track {
    display: flex;
  }
  .three-item-slider .slick-track .slick-slide, .four-item-slider .slick-track .slick-slide, .five-item-slider .slick-track .slick-slide, .six-item-slider .slick-track .slick-slide {
    height: auto;
  }

  .three-item-card-outer, .four-item-card-outer, .five-item-card-outer, .six-item-card-outer {
    padding: 20px 10px;
  }
}
@media (min-width: 1400px) {
  .wrapper {
    padding-top: 139px;
  }

  .mb-xl-50 {
    margin-bottom: 50px;
  }
}

/*# sourceMappingURL=global.css.map */