@import url(common.css);
@import url(bootstrap-dialog.min.css);

/* FROM HERE: Review the imports generated from HTML markup scss */

@import url(owl.carousel-2.3.4.min.css);
@import url(animate-3.5.2.min.css);
@import url(bootstrap-datepicker3-1.4.1.min.css);
@import url(bootstrap-timepicker-0.5.2.min.css);
@import url(montserrat-font.css);
@import url(font-awesome.css);

/* FROM HERE: Generated css from HTML markup scss */
html {
  width: 100%;
  overflow-x: hidden;
}

body {
  color: #707070;
}

.bg-dark-gray {
  background-color: #454545 !important;
  background-color: #454545 !important;
}

.bg-blue {
  background-color: #8FA8B5 !important;
}

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

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

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

.bg-soft-gray {
  background-color: #898989 !important;
}

.bg-hard-gray {
  background-color: #707070 !important;
}

.bg-beige {
  background-color: #CBBDAA !important;
}

.bg-brown {
  background-color: #936F5F !important;
}

.bg-white {
  background-color: white !important;
}

.bg-none {
  background: none !important;
}

.border-dark-gray {
  border-color: #454545 !important;
}

.border-blue {
  border-color: #8FA8B5 !important;
}

.border-green {
  border-color: #BACBB9 !important;
}

.border-light-gray {
  border-color: #F8F8F8 !important;
}

.border-secondary-light-gray {
  border-color: #EDECEB !important;
}

.border-soft-gray {
  border-color: #898989 !important;
}

.border-hard-gray {
  border-color: #707070 !important;
}

.border-beige {
  border-color: #CBBDAA !important;
}

.border-brown {
  border-color: #936F5F !important;
}

.border-none {
  border: none !important;
}

.blue {
  color: #8FA8B5 !important;
}

.green {
  color: #BACBB9 !important;
}

.brown {
  color: #936F5F !important;
}

.beige {
  color: #CBBDAA !important;
}

.red {
  color: #ac0015 !important;
}

.light-red {
  color: #C48992 !important;
}

.dark-gray {
  color: #454545 !important;
}

.soft-gray {
  color: #898989 !important;
}

.black {
  color: black !important;
}

.white {
  color: white !important;
}

.btn {
  padding: 4px 10px !important;
  border-radius: 4px;
  color: white;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.btn:hover {
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.btn.btn-link {
  border: white 1px solid;
}

.btn.btn-link:hover {
  text-decoration: none;
  color: #454545;
  background-color: white !important;
}

.btn.btn-info {
  background-color: #8FA8B5;
  border-color: #8FA8B5;
}

.btn.btn-info:hover {
  background-color: #BACBB9 !important;
  border-color: #BACBB9 !important;
}

.btn.btn-default {
  background: none;
  border: #8FA8B5 1px solid;
  color: #454545;
}

.btn.btn-default:hover {
  color: white !important;
  background-color: #707070 !important;
  border-color: #707070 !important;
}

.btn.btn-white {
  background-color: white;
  color: #898989 !important;
}

.btn.btn-dark-hover:hover {
  color: white !important;
  background-color: #707070 !important;
  border-color: #707070 !important;
}

body {
  overflow-x: hidden;
  padding: 0px;
}

/*
.full-width-container > div {
    margin-left: -30px;
    margin-right: -30px;
}*/
.vcenter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

section {
  margin: 30px 0 50px 0;
}

.float-none {
  float: none !important;
}

.unmargin-15 {
  margin-top: -15px;
}

.margin-0 {
  margin: 0px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-left-15 {
  margin-left: 15px;
}

.margin-30 {
  margin: 30px;
}

.padding-30 {
  padding: 0 30px;
}

.padding-40 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.min-height-25 {
  min-height: 25px;
}

.min-height-50 {
  min-height: 50px;
}

.mobile-overflow-x-scroll {
  overflow-x: scroll;
}

@media (min-width: 768px) {
  .mobile-overflow-x-scroll {
    overflow-x: unset;
  }
}

.mobile-overflow-x-scroll .mobile-max-content {
  display: table;
}

@media (min-width: 768px) {
  .mobile-overflow-x-scroll {
    width: unset;
    display: block;
  }

  .mobile-overflow-x-scroll .mobile-max-content {
    display: block;
  }
}

.row.vdivide>[class*='col-'] {
  padding-top: 25px;
  padding-bottom: 25px;
}

.row.vdivide>[class*='col-'] hr {
  margin: 25px -15px;
}

.row.vdivide {
  overflow-y: hidden;
}

@media (min-width: 768px) {
  .row.vdivide>[class*='col-']:not(:last-child):after {
    background: #BACBB9;
    width: 2px;
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    bottom: -20px;
    right: 0;
    min-height: 6000px;
  }
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .col-xs-5ths {
    width: 20%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .padding-mobile-0 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

.navbar {
  border: none;
  height: 140px;
  z-index: 1050;
}

@media (min-width: 768px) {
  .navbar {
    height: 92px;
  }
}

.navbar .navbar-header .navbar-brand {
  text-indent: -99999px;
  padding: 0;
  margin: 21px 0;
  width: 100%;
}

@media (min-width: 768px) {
  .navbar .navbar-header .navbar-brand {
    width: 105px;
  }
}

@media (min-width: 992px) {
  .navbar .navbar-header .navbar-brand {
    width: 170px;
  }
}

.navbar .select .options {
  max-height: none;
  overflow: auto;
}

.navbar .select .options li>a {
  color: #454545;
  text-decoration: none;
  display: block;
}

.navbar .navbar-nav>li {
  padding: 36px 9px;
}

@media (min-width: 992px) {
  .navbar .navbar-nav>li {
    padding: 36px 15px;
  }
}

.navbar .navbar-nav>li>a {
  font-size: 12px;
  padding: 0;
}

@media (min-width: 992px) {
  .navbar .navbar-nav>li>a {
    font-size: 14px;
  }
}

.navbar .navbar-nav>li>a.btn {
  margin-top: -5px;
}

.navbar .navbar-nav>li>a.btn.btn-info {
  color: white;
  background-color: #8FA8B5;
}

.navbar .navbar-nav>li.dropdown .caret {
  border: none;
  display: inline;
  top: 0px;
  font-size: 10px;
  margin-left: 4px;
}

.navbar .navbar-nav>li.dropdown .dropdown-menu>li {
  line-height: 28px;
}

@media (min-width: 992px) {
  .navbar .navbar-nav>li.dropdown .dropdown-menu>li {
    line-height: 35px;
  }
}

.navbar .navbar-nav>li.dropdown .dropdown-menu>li>a {
  font-size: 12px;
}

@media (min-width: 992px) {
  .navbar .navbar-nav>li.dropdown .dropdown-menu>li>a {
    font-size: 14px;
  }
}

.navbar.navbar-default {
  background-color: rgba(255, 255, 255, 0.9);
}

.navbar.navbar-default .navbar-brand {
  background: url(../images/logos/pawc-logo-small.png) center center no-repeat;
  background-size: contain;
}

.navbar.navbar-default .navbar-nav>li>a {
  color: #454545;
}

.navbar.navbar-default .navbar-nav>li.dropdown.open,
.navbar.navbar-default .navbar-nav>li.dropdown.open>a {
  color: white;
  background-color: #8FA8B5;
}

.navbar.navbar-default .navbar-nav>li.dropdown .dropdown-menu {
  left: 0;
  top: 70px;
  padding: 0;
  -webkit-box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.16);
  border: none;
  border-radius: 0px;
}

.navbar.navbar-default .navbar-nav>li.dropdown .dropdown-menu>li {
  border-bottom: 1px solid #BACBB9;
}

.navbar.navbar-default .navbar-nav>li.dropdown .dropdown-menu>li:last-child {
  border: none;
}

.navbar.navbar-default .navbar-nav>li.dropdown .dropdown-menu>li>a {
  line-height: 35px;
}

.navbar.navbar-inverse {
  background-color: #8FA8B5;
}

.navbar.navbar-inverse .navbar-brand {
  background: url(../images/logos/pawc-logo-white.png) center center no-repeat;
  background-size: contain;
}

.navbar.navbar-inverse .navbar-nav>li>a {
  color: white;
}

.navbar.navbar-inverse .navbar-nav>li>a:hover {
  font-weight: 500;
}

.navbar.navbar-inverse .navbar-nav>li>a.btn.btn-white {
  font-weight: 400;
  background-color: white;
}

.navbar .select .custom-select {
  display: none !important;
}

@media (min-width: 768px) {
  .navbar .select .custom-select {
    display: block;
  }
}

header.cover {
  height: 150px;
  margin-top: 140px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  header.cover {
    margin-top: 92px;
  }
}

header.cover h1 {
  text-align: center;
  color: white;
  font-size: 25px;
  line-height: 150px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.8);
}

@media (min-width: 768px) {
  header.cover h1 {
    font-size: 40px;
  }
}

header.ad-words {
  height: 480px;
}

@media (min-width: 768px) {
  header.ad-words {
    height: 300px;
  }

  header.ad-words h1 {
    line-height: 125px;
  }
}

footer .container.padding-40 {
  border-top: 1px solid #BACBB9;
  margin-top: 50px;
}

footer,
.contact-information {
  font-size: 14px;
  position: relative;
  /* z-index: 1040; */
}

footer h3,
.contact-information h3 {
  font-size: 18px;
  color: #BACBB9;
  font-weight: 300;
  margin: 10px 0;
}

footer h4,
.contact-information h4 {
  font-size: 14px;
  color: #BACBB9;
  font-weight: 300;
}

footer p,
.contact-information p {
  line-height: 25px;
}

footer a,
.contact-information a {
  color: #898989;
  text-decoration: underline;
}

footer a:hover,
.contact-information a:hover {
  color: #454545;
}

footer ul,
.contact-information ul {
  padding: 20px 0 10px 0;
  list-style: none;
}

@media (min-width: 768px) {

  footer ul,
  .contact-information ul {
    padding: 0;
  }
}

footer ul li,
.contact-information ul li {
  line-height: 30px;
}

footer ul li a,
.contact-information ul li a {
  color: #BACBB9;
  text-decoration: underline;
}

footer ul li a:hover,
.contact-information ul li a:hover {
  color: #454545;
}

footer .btn,
.contact-information .btn {
  display: block;
  margin-bottom: 15px;
}

footer copy,
.contact-information copy {
  color: white;
  background-color: #BACBB9;
  text-align: center;
  display: block;
  padding: 20px;
}

@media (min-width: 768px) {

  footer copy,
  .contact-information copy {
    height: 40px;
    line-height: 40px;
    padding: 0px;
  }
}

footer copy .copy,
.contact-information copy .copy {
  text-align: center;
  margin-bottom: 15px;
}

@media (min-width: 768px) {

  footer copy .copy,
  .contact-information copy .copy {
    text-align: left;
    margin-bottom: 0;
  }
}

footer copy .links,
.contact-information copy .links {
  text-align: center;
}

@media (min-width: 768px) {

  footer copy .links,
  .contact-information copy .links {
    text-align: right;
  }
}

footer .to-top,
.contact-information .to-top {
  top: 80%;
  position: fixed;
  z-index: 999;
  background: #8FA8B5;
  border-radius: 100% 0 0 100%;
  padding-right: 10px;
  right: 0;
  -webkit-transition: background 500ms ease;
  -ms-transition: background 500ms ease;
  transition: background 500ms ease;
}

footer .to-top:hover,
.contact-information .to-top:hover {
  background: #BACBB9;
  -webkit-transition: background 500ms ease;
  -ms-transition: background 500ms ease;
  transition: background 500ms ease;
}

footer .to-top .fa,
.contact-information .to-top .fa {
  text-align: center;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  line-height: 40px;
  color: white;
  -webkit-box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.16);
}

footer .container.padding-40 {
  border-top: 1px solid #BACBB9;
  margin-top: 50px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #454545;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #454545;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #454545;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #454545;
}

.form-group>div:nth-child(1) .form-control {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .form-group>div:nth-child(1) .form-control {
    margin-bottom: 0;
  }
}

.form-control {
  color: #454545;
  background: #EDECEB;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.form-control:focus {
  outline-color: transparent;
  outline-style: none;
}

.form-control.datepicker {
  padding: 6px 12px;
}

label {
  font-weight: normal;
}

.checkbox,
.radio {
  padding-top: 0px !important;
  padding-bottom: 7px;
}

.checkbox label,
.radio label {
  padding-left: 0px !important;
}

.checkbox.pull-left,
.radio.pull-left {
  max-width: 200px;
}

.checkbox.other label,
.radio.other label {
  padding-top: 8px;
}

@media (min-width: 768px) {

  .checkbox.other label,
  .radio.other label {
    padding-top: 0px;
  }
}

.checkbox.other input[type="text"],
.radio.other input[type="text"] {
  float: right;
  width: 80%;
}

@media (min-width: 768px) {

  .checkbox.other input[type="text"],
  .radio.other input[type="text"] {
    width: 65%;
  }
}

.checkbox label:after {
  content: '';
  display: table;
  clear: both;
}

.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  width: 19px;
  height: 19px;
  float: left;
  margin-right: .5em;
}

.checkbox .cr.big-mobile,
.radio .cr.big-mobile {
  width: 38px;
  height: 38px;
}

@media (min-width: 768px) {

  .checkbox .cr.big-mobile,
  .radio .cr.big-mobile {
    width: 19px;
    height: 19px;
  }
}

.radio .cr {
  border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  font-size: 17px;
  line-height: 0;
  top: 8px;
  left: 0px;
}

.checkbox .cr .cr-icon.fa-circle,
.radio .cr .cr-icon.fa-circle {
  font-size: 15px;
  top: 9px;
  left: 1px;
}

.radio .cr.big-mobile .cr-icon {
  font-size: 38px;
  top: 18px;
  left: 0px;
}

@media (min-width: 768px) {
  .radio .cr.big-mobile .cr-icon {
    font-size: 15px;
    top: 9px;
    left: 1px;
  }
}

.radio .cr .cr-icon {
  margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
  display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon,
.radio label input[type="radio"]+.cr>.cr-icon {
  transform: scale(3);
  opacity: 0;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,
.radio label input[type="radio"]:checked+.cr>.cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr,
.radio label input[type="radio"]:disabled+.cr {
  opacity: .5;
}

select {
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  -webkit-appearance: none;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
}

.select {
  position: relative;
}

.select .custom-select,
.select .fake-select {
  height: 35px;
  border: none;
  background-image: url(../images/icons/down-chevron-dark-gray.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 13px;
  color: #454545;
  background-color: #EDECEB;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 4px;
}

.select.green .custom-select,
.select.green .fake-select {
  background-image: url(../images/icons/down-chevron-green.svg);
  background-color: white;
}

.select.green:after {
  background: #EDECEB;
}

.select .options {
  display: none;
  position: absolute;
  top: calc(100% + 3px);
  right: 0;
  left: 0;
  z-index: 9999999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  color: #454545;
  background-color: #F8F8F8;
  font-size: 14px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  max-height: 150px;
  overflow-y: scroll;
}

.select .options li {
  margin: 0 0;
  height: 35px;
  line-height: 35px;
  padding-left: 12px;
}

.select .options li:hover {
  background-color: #8FA8B5;
  color: white;
}

.select:after {
  font-size: 12px;
  content: "";
  border: 0;
  background: white;
  height: 34px;
  width: 1px;
  position: absolute;
  right: 42px;
  top: 0;
  text-align: center;
  line-height: 34px;
}

.btn-lg {
  padding: 4px 60px !important;
  font-size: 16px;
}

form .select .fake-select {

  display: none;
}

@media (min-width: 768px) {


  .select .custom-select {
    position: absolute;
    z-index: -1;
  }

  form .select .fake-select {
    display: block;
  }
}

.range-field {
  display: inline-block;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .range-field {
    margin: 0;
  }
}

.range-field label {
  font-size: 24px;
}

@media (min-width: 768px) {
  .range-field label {
    font-size: 13px;
    margin-top: 3px;
  }
}

input[type=range],
input[type=range]+.thumb {
  cursor: pointer;
}

input[type=range] {
  position: relative;
  background-color: #AFAFAF;
  border: none;
  outline: none;
  width: 90px;
  margin: 0 20px;
  display: inline;
  padding: 0;
}

@media (min-width: 768px) {
  input[type=range] {
    width: 80px;
    margin: 0 10px;
  }
}

@media (min-width: 992px) {
  input[type=range] {
    width: 60px;
  }
}

input[type=range]:focus {
  outline: none;
}

input[type=range] {
  -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #AFAFAF;
  border: none;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  border-radius: 50%;
  background-color: #C94553;
  transform-origin: 50% 50%;
  margin: -5px 0 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
  height: 20px;
  width: 20px;
  margin: -8px 0 0;
}

@media (min-width: 768px) {
  input[type=range]::-webkit-slider-thumb {
    height: 14px;
    width: 14px;
    margin: -5px 0 0;
  }
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #AFAFAF;
}

input[type=range] {
  border: 16px solid #AFAFAF;
  box-shadow: 0px 0px 0px 1px #707070;
  border-radius: 16px;
}

@supports (-moz-appearance: none) {
  input[type=range] {
    border: 4px solid #AFAFAF;
  }
}

@media (min-width: 768px) {
  input[type=range] {
    border-radius: 10px;
    border: 10px solid #AFAFAF;
  }

  @supports (-moz-appearance: none) {
    input[type=range] {
      border: 4px solid #AFAFAF;
    }
  }
}

@media (min-width: 992px) {
  input[type=range] {
    border-radius: 12px;
    border: 10px solid #AFAFAF;
  }

  @supports (-moz-appearance: none) {
    input[type=range] {
      border: 4px solid #AFAFAF;
    }
  }
}

input[type=range]::-moz-range-track {
  height: 3px;
  background: #AFAFAF;
  border: none;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  margin-top: -5px;
}

input[type=range]:-moz-focusring {
  outline: 1px solid #AFAFAF;
  outline-offset: -1px;
}

input[type=range]:focus::-moz-range-track {
  background: #AFAFAF;
}

input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #AFAFAF;
}

input[type=range]::-ms-fill-upper {
  background: #AFAFAF;
}

input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #AFAFAF;
}

input[type=range]:focus::-ms-fill-lower {
  background: #AFAFAF;
}

input[type=range]:focus::-ms-fill-upper {
  background: #AFAFAF;
}

input[type=range].rangePassive {
  border-color: #C48992;
  background: #C48992;
}

input[type=range].rangeActive {
  border-color: #AEBFAA;
  background: #AEBFAA;
}

input[type=range].rangePassive::-webkit-slider-runnable-track {
  background: #C48992;
}

input[type=range].rangePassive::-moz-range-track {
  background: #C48992;
}

input[type=range].rangeActive::-webkit-slider-runnable-track {
  background: #AEBFAA;
}

input[type=range].rangeActive::-moz-range-track {
  background: #AEBFAA;
}

input[type=range].rangeAll::-webkit-slider-runnable-track {
  background: #AFAFAF;
}

input[type=range].rangeAll::-moz-range-track {
  background: #AFAFAF;
}

.rangeActive::-webkit-slider-thumb {
  background-color: white !important;
}

.rangeAll::-webkit-slider-thumb {
  background-color: white !important;
}

.rangePassive::-webkit-slider-thumb {
  background-color: white !important;
}

.rangeActive::-moz-range-thumb {
  background-color: white !important;
}

.rangeAll::-moz-range-thumb {
  background-color: white !important;
}

.rangePassive::-moz-range-thumb {
  background-color: white !important;
}

input[type=range]::-moz-range-track {
  background: #C48992;
}

input[type=range]::-ms-track {
  border: 10px solid #454545;
  border-radius: 12px;
}

input[type=range]::-ms-tooltip {
  display: none !important;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
}

p {
  line-height: 24px;
}

h1 {
  font-size: 28px;
  font-weight: 400;
  color: #454545;
  margin: 30px 0;
}

h2 {
  font-size: 22px;
  font-weight: 400;
  color: #454545;
  margin: 10px 0 40px 0;
  line-height: 29px;
}

h2.lined {
  font-size: 15px;
  font-weight: 400;
  color: #454545;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 7px;
  margin-bottom: 10px;
}

h2 small {
  display: block;
  margin-top: 15px;
  color: #454545;
}

h3 {
  font-size: 14px;
  font-weight: 400;
}

h3 small {
  margin-top: 15px;
  font-size: 11px;
  color: #AFAFAF;
  font-style: italic;
}

a .glyphicon {
  margin-right: 5px;
}

.no-underline {
  text-decoration: none !important;
}

.underline {
  text-decoration: underline;
}

.fw-medium {
  font-weight: 500;
}

.fs-10 {
  font-size: 10px;
}

@media (min-width: 768px) {
  .fs-md-10 {
    font-size: 10px;
  }
}

@media (min-width: 992px) {
  .fs-lg-10 {
    font-size: 10px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-10 {
    font-size: 10px;
  }
}

.fs-11 {
  font-size: 11px;
}

@media (min-width: 768px) {
  .fs-md-11 {
    font-size: 11px;
  }
}

@media (min-width: 992px) {
  .fs-lg-11 {
    font-size: 11px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-11 {
    font-size: 11px;
  }
}

.fs-12 {
  font-size: 12px;
}

@media (min-width: 768px) {
  .fs-md-12 {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .fs-lg-12 {
    font-size: 12px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-12 {
    font-size: 12px;
  }
}

.fs-14 {
  font-size: 14px;
}

@media (min-width: 768px) {
  .fs-md-14 {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .fs-lg-14 {
    font-size: 14px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-14 {
    font-size: 14px;
  }
}

.fs-16 {
  font-size: 16px;
}

@media (min-width: 768px) {
  .fs-md-16 {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .fs-lg-16 {
    font-size: 16px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-16 {
    font-size: 16px;
  }
}

.fs-18 {
  font-size: 18px;
}

@media (min-width: 768px) {
  .fs-md-18 {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .fs-lg-18 {
    font-size: 18px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-18 {
    font-size: 18px;
  }
}

.fs-20 {
  font-size: 20px;
}

@media (min-width: 768px) {
  .fs-md-20 {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .fs-lg-20 {
    font-size: 20px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-20 {
    font-size: 20px;
  }
}

.fs-24 {
  font-size: 24px;
}

@media (min-width: 768px) {
  .fs-md-24 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .fs-lg-24 {
    font-size: 24px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-24 {
    font-size: 24px;
  }
}

.fs-30 {
  font-size: 30px;
}

@media (min-width: 768px) {
  .fs-md-30 {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .fs-lg-30 {
    font-size: 30px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-30 {
    font-size: 30px;
  }
}

.fs-35 {
  font-size: 35px;
}

@media (min-width: 768px) {
  .fs-md-35 {
    font-size: 35px;
  }
}

@media (min-width: 992px) {
  .fs-lg-35 {
    font-size: 35px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-35 {
    font-size: 35px;
  }
}

.fs-40 {
  font-size: 40px;
}

@media (min-width: 768px) {
  .fs-md-40 {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .fs-lg-40 {
    font-size: 40px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-40 {
    font-size: 40px;
  }
}

.fa-xl {
  font-size: 150px;
}

.fa-md {
  font-size: 100px;
}

.fa-sm {
  font-size: 50px;
}

.fa-xs {
  font-size: 25px;
}

.border-2 {
  border-width: 2px !important;
}

.article-image {
  overflow: hidden;
  height: 200px;
}

.article-image img {
  min-height: 200px;
}

.has-locations .location img {
  max-width: 150px;
  margin-bottom: 15px;
  width: 100%;
}

.has-locations .location h2 {
  font-size: 14px;
}

@media (min-width: 768px) {
  .has-locations .location h2 {
    font-size: 22px;
  }
}

.sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

.sa-icon.sa-success {
  border-color: #BACBB9;
}

.sa-icon.sa-success::before,
.sa-icon.sa-success::after {
  content: '';
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}

.sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid #BACBB9;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

.sa-icon.sa-success {
  border-color: transparent\9;
}

.sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9;
}

.sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9;
}

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }

  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }

  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

.sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #BACBB9;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-carousel .owl-prev {
  left: 50px;
}

.owl-carousel .owl-next {
  right: 50px;
}

.owl-carousel.full-width .owl-item,
.owl-carousel.full-width .item {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

#main-slider .info {
  background: rgba(186, 203, 185, 0.8);
  position: relative;
  margin-top: -200px;
  width: 100%;
  height: 200px;
  text-align: center;
  padding: 20px;
  z-index: 90;
}

#main-slider .info p {
  margin-bottom: 20px;
}

#main-slider .info .btn {
  margin: 0 5px;
}

#main-slider .info h2 {
  font-size: 17px;
  margin-bottom: 0;
  color: white;
  font-weight: 300;
  padding: 0;
  border: none;
}

@media (min-width: 992px) {
  #main-slider .info {
    margin-top: -150px;
    height: 150px;
  }

  #main-slider .info h2 {
    font-size: 23px;
    /* margin-top: 37px;*/
  }
}

.owl-carousel.full-width .item>div {
  background: rgba(186, 203, 185, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
  text-align: center;
}

.owl-carousel.full-width .item>div h2 {
  font-size: 17px;
  margin-bottom: 20px;
  color: white;
  font-weight: 300;
  margin-bottom: 20px;
  padding: 0;
  border: none;
}

@media (min-width: 768px) {
  .owl-carousel.full-width .item>div h2 {
    margin-top: 37px;
    font-size: 23px;
  }
}

.owl-carousel.full-width .owl-next,
.owl-carousel.full-width .owl-prev {
  background: #8FA8B5 !important;
  font-size: 23px !important;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: white !important;
}

.owl-carousel.avatars {
  margin-bottom: 40px;
}

.owl-carousel.avatars .owl-item,
.owl-carousel.avatars .item {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

@media (min-width: 768px) {

  .owl-carousel.avatars .owl-item,
  .owl-carousel.avatars .item {
    height: 300px;
  }
}

.owl-carousel.avatars .item>div {
  display: none;
  width: 100%;
  text-align: center;
}

.owl-carousel.avatars .item>div span {
  color: #454545;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

.owl-carousel.avatars .item>div .btn {
  margin: auto;
}

.owl-carousel.avatars .item:hover>div {
  display: block;
}

.owl-carousel.avatars .item:hover:before {
  content: "";
  background-color: white;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.8;
}

.owl-carousel.avatars .owl-next,
.owl-carousel.avatars .owl-prev {
  font-size: 70px !important;
  color: #8FA8B5 !important;
}

@media (min-width: 768px) {
  .owl-carousel.avatars .owl-prev {
    left: -50px;
  }
}

@media (min-width: 768px) {
  .owl-carousel.avatars .owl-next {
    right: -50px;
  }
}

.owl-carousel.classes {
  margin-bottom: 40px;
  overflow: hidden;
}

.owl-carousel.classes .owl-item,
.owl-carousel.classes .item {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

@media (min-width: 768px) {

  .owl-carousel.classes .owl-item,
  .owl-carousel.classes .item {
    height: 300px;
  }
}

@media (min-width: 768px) {
  .owl-carousel.classes:after {
    content: "";
    -webkit-box-shadow: -41px -26px 40px 0px white;
    -moz-box-shadow: -41px -26px 40px 0px white;
    box-shadow: -41px -26px 40px 0px white;
    position: absolute;
    height: -webkit-fill-available;
    right: -67px;
    width: 94px;
    top: 0;
    background: white;
  }
}

.owl-carousel.classes .owl-next,
.owl-carousel.classes .owl-prev {
  font-size: 70px !important;
  color: #8FA8B5 !important;
  z-index: 9;
}

@media (min-width: 768px) {
  .owl-carousel.classes .owl-prev {
    left: 20px;
  }
}

@media (min-width: 768px) {
  .owl-carousel.classes .owl-next {
    right: 20px;
  }
}

.card {
  position: relative;
  padding-top: 0;
  overflow: hidden;
  text-align: center;
  background-color: white;
  border-style: solid;
  margin: 15px 0px;
  border-width: 0;
}

@media (min-width: 768px) {
  .card {
    border-width: 1px;
  }
}

.card .cardheader {
  background-size: cover;
  height: 35px;
}

.card .avatar {
  /*position: relative;*/
  width: 180px;
  height: 180px;
  margin: 20px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid white;
  background-position: top center;
  background-size: cover;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.16);
}

@media (min-width: 768px) {
  .card .avatar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

.card .info {
  padding: 10px 8px 10px;
  min-height: 85px;
}

.card .info .title {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .card .info .title {
    padding: 0 10px;
  }
}

.card .info .title a {
  color: #454545;
  text-decoration: none;
}

.card .info .desc {
  padding: 0 20px;
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  color: #707070;
  text-overflow: ellipsis;
}

.card .bottom {
  margin-top: -25px;
}

.card .bottom .btn-info {
  height: 35px;
  width: 35px;
  float: right;
  border-radius: 0;
  line-height: 35px;
  font-size: 20px;
  padding: 0 !important;
}

@media (min-width: 768px) {
  .affix-nav {
    width: 170px;
  }
}

@media (min-width: 992px) {
  .affix-nav {
    width: 220px;
  }
}

@media (min-width: 1200px) {
  .affix-nav {
    width: 250px;
  }
}

.affix-nav ul {
  top: 91px;
  min-height: 600px;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .affix-nav ul {
    width: 170px;
  }
}

@media (min-width: 992px) {
  .affix-nav ul {
    width: 220px;
  }
}

@media (min-width: 1200px) {
  .affix-nav ul {
    width: 250px;
  }
}

.affix-nav ul li {
  border-right: 8px solid;
}

.affix-nav ul li a {
  font-size: 14px;
  color: #454545;
}

@media (min-width: 768px) {
  .affix-nav ul li a {
    font-size: 16px;
  }
}

.affix-nav ul li:not(.active) {
  background: none !important;
  border: none;
}

.affix-nav ul li.active a {
  color: white;
}

.affix-nav ul li.message {
  font-size: 16px;
  position: absolute;
  bottom: 150px;
  width: 220px;
  padding: 0 20px;
}

@media (min-width: 1200px) {
  .affix-nav ul li.message {
    width: 250px;
  }
}

.adwords-form {
  background: rgba(137, 137, 137, 0.58);
  text-align: center;
  padding: 10px 0 0 0;
  height: 300px;
}

@media (min-width: 768px) {
  .adwords-form {
    height: 145px;
  }
}

.adwords-form .form-group {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .adwords-form .form-group {
    padding: 0 10px 0 0;
    width: 20%;
  }

  .adwords-form .form-group .btn {
    min-width: 100%;
  }
}

@media (min-width: 768px) {
  .adwords-form .form-control {
    width: 100%;
  }
}

.adwords-form h2 {
  margin: 20px auto;
  color: white;
}

/* body.preload {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
} */

#loader-box {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: white;
  z-index: 9999999;
}

#loader-box .loader-logo {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#loader-box .loader-logo div {
  width: 100px;
  height: 100px;
  position: absolute;
  background-size: contain;
}

#loader-box .loader-logo div.p {
  background-image: url("../images/logos/p.jpg");
  left: 0;
  top: 0;
}

#loader-box .loader-logo div.a {
  background-image: url("../images/logos/a.jpg");
  right: 0;
  top: 0;
}

#loader-box .loader-logo div.w {
  background-image: url("../images/logos/w.jpg");
  left: 0;
  bottom: 0;
}

#loader-box .loader-logo div.c {
  background-image: url("../images/logos/c.jpg");
  right: 0;
  bottom: 0;
}

#loader-box .load-bar {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: #F8F8F8;
}

#loader-box .load-bar .bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
}

#loader-box .load-bar .bar:nth-child(1) {
  background-color: #BACBB9;
  animation: loading 3s linear infinite;
}

#loader-box .load-bar .bar:nth-child(2) {
  background-color: #8FA8B5;
  animation: loading 3s linear 2s infinite;
}

#loader-box .load-bar .bar:nth-child(3) {
  background-color: #898989;
  animation: loading 3s linear 4s infinite;
}

@keyframes loading {
  from {
    left: 50%;
    width: 0;
    z-index: 100;
  }

  33.3333% {
    left: 0;
    width: 100%;
    z-index: 10;
  }

  to {
    left: 0;
    width: 100%;
  }
}

.panel {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel .panel-heading {
  border-radius: 0;
  padding: 20px;
}

.panel .panel-heading h4 {
  color: white;
}

@media (min-width: 768px) {
  .panel .panel-heading h4 {
    color: #F8F8F8;
    font-size: 25px;
    font-weight: 300;
    text-align: left;
  }
}

.panel .panel-body {
  padding: 15px 0px;
  border: none !important;
}

.panel .panel-body h4 {
  color: #454545;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  padding-bottom: 10px;
  margin-bottom: 13px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.panel .panel-body p {
  color: #707070;
  line-height: 18px;
  font-size: 11px;
}

.panel-group .panel-heading {
  border: none !important;
  text-align: center;
  color: white;
  border-radius: 10px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .panel-group .panel-heading {
    border-radius: 0;
  }
}

.panel-group .panel-body {
  padding: 0px;
}

.panel-group.faqs .panel {
  border-width: 0;
  border-radius: 0;
  border-style: solid !important;
}

@media (min-width: 768px) {
  .panel-group.faqs .panel {
    border-width: 1px;
  }
}

.panel-group.faqs .panel .panel-heading {
  margin-bottom: 0px;
}

.panel-group.faqs .panel .panel-heading h4 {
  font-size: 20px;
}

.panel-group.faqs .panel .panel-heading.active {
  display: none;
}

.panel-group.faqs .panel .panel-body {
  padding: 15px;
}

.panel-group.faqs .panel .panel-body h1 {
  font-size: 26px;
  margin: 0 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}

.panel-group.faqs .panel .panel-body h2 {
  font-size: 18px;
  margin: 20px 0 5px 0;
}

.panel-group.faqs .panel .panel-body p {
  font-size: 13px;
}

@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

.modal .modal-header {
  border: none;
}

.modal .modal-header .close {
  opacity: 1;
  font-size: 30px;
}

.modal .modal-content {
  border-radius: 15px;
}

.modal .modal-body {
  padding: 32px 32px 32px 32px;
  background-color: #EAEFE9;
}


.wizard {
  margin: 0 auto 60px;
}

.wizard .tab-pane {
  position: relative;
  padding: 40px 20px 20px 20px;
}

.wizard .tab-pane h3 {
  margin-top: 0;
  font-size: 19px;
  font-weight: 500;
}

.wizard li.active span.round-tab {
  background: white;
  border: 3px solid #BACBB9;
}

.wizard li.active span.round-tab i {
  color: #BACBB9;
}

.wizard li:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #BACBB9;
  transition: 0.1s ease-in-out;
}

.wizard li.active:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 1;
  margin: 0 auto;
  bottom: 0px;
  border: 10px solid transparent;
  border-bottom-color: #BACBB9;
}

.wizard>div.wizard-inner {
  position: relative;
}

.wizard .nav-tabs>li a {
  width: 100px;
  height: 100px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
}

.wizard .nav-tabs>li a:hover {
  background: transparent;
}

.wizard .nav-tabs {
  position: relative;
  margin: 40px auto;
  margin-bottom: 0;
  border-bottom: 3px solid #BACBB9;
}

.wizard .nav-tabs>li {
  width: 14.28%;
}

.wizard .nav-tabs>li>a {
  border: 0;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
  color: #454545;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}

.wizard .nav-tabs span.round-tab {
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  border-radius: 100px;
  background: white;
  border: 2px solid #8FA8B5;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 30px;
}

.wizard .nav-tabs span.round-tab:hover {
  color: #454545;
}

.wizard .nav-tabs span.round-tab i {
  color: #8FA8B5;
}

.wizard form {
  background: white;
}

.wizard .connecting-line {
  height: 2px;
  background: #8FA8B5;
  position: absolute;
  width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
}

.wizard .button-bar .checkbox {
  margin-top: 6px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .wizard.pregresive {
    margin-top: 80px;
  }
}

.wizard.pregresive li.active:after {
  display: none;
}

.wizard.pregresive#section-form .connecting-line {
  width: calc(71% - 27px);
}

@media (min-width: 768px) {
  .wizard.pregresive#section-form .connecting-line {
    width: calc(68.5% - 22px);
  }
}

.wizard.pregresive#section-form .nav-tabs>li {
  width: 33.33%;
}

.wizard.pregresive .nav-tabs {
  border: none;
}

.wizard.pregresive .nav-tabs>li {
  visibility: hidden;
}

.wizard.pregresive .nav-tabs>li.active {
  visibility: visible;
}

@media (min-width: 768px) {
  .wizard.pregresive .nav-tabs>li {
    visibility: visible;
  }
}

.wizard.pregresive .nav-tabs>li a {
  width: 27px;
  height: 27px;
}

@media (min-width: 768px) {
  .wizard.pregresive .nav-tabs>li a {
    width: 22px;
    height: 22px;
  }
}

.wizard.pregresive .nav-tabs>li a span.round-tab {
  border: 1px solid #898989;
  width: 27px;
  height: 27px;
}

@media (min-width: 768px) {
  .wizard.pregresive .nav-tabs>li a span.round-tab {
    width: 22px;
    height: 22px;
  }
}

.wizard.pregresive .connecting-line {
  height: 12px;
  width: calc(91.3% - 27px);
  top: 40%;
}

@media (min-width: 768px) {
  .wizard.pregresive .connecting-line {
    width: calc(85.3% - 22px);
  }
}

.wizard.pregresive .connecting-line .progress {
  height: 13px;
  webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #898989;
  border-radius: 0;
}

.wizard.pregresive .connecting-line .progress .progress-bar {
  line-height: 12px;
  webkit-box-shadow: none;
  box-shadow: none;
}

.wizard .marker {
  transform: perspective(40px) rotateX(20deg) rotateZ(-45deg);
  transform-origin: 50% 50%;
  border-radius: 50% 50% 50% 0;
  padding: 0 3px 3px 0;
  width: 60px;
  height: 60px;
  background: #BACBB9;
  position: absolute;
  left: 0%;
  top: -110px;
  margin: 0 0 0 -30px;
  -webkit-box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.5);
  box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.5);
  display: none;
}

@media (min-width: 768px) {
  .wizard .marker {
    display: block;
  }
}

.wizard .label {
  position: absolute;
  left: 0%;
  top: 0;
  font-size: 8px;
  color: #898989;
  z-index: 9;
  margin-left: -14px;
  width: 28px;
}

@media (min-width: 768px) {
  .wizard .label {
    color: white;
    font-size: 14px;
    font-weight: normal;
    top: -81px;
    margin-left: -30px;
    width: 60px;
  }
}

.wizard .question-number {
  position: absolute;
  right: 15px;
  font-size: 10px;
  color: #898989;
}

@media (min-width: 768px) {
  .wizard .question-number {
    display: none;
  }
}

.wizard .question-block {
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .wizard .question-block {
    text-align: left;
    font-size: 14px;
  }
}

@media (max-width: 585px) {
  .wizard {
    width: 90%;
    height: auto !important;
  }

  .wizard span.round-tab {
    font-size: 16px;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
  }

  .wizard span.round-tab i {
    display: none;
  }

  .wizard.pregresive span.round-tab {
    width: 27px !important;
    height: 27px !important;
  }

  .wizard .nav-tabs>li a {
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
  }

  .wizard.pregresive .nav-tabs>li a {
    width: 27px !important;
    height: 27px !important;
    line-height: 27px !important;
  }

  .wizard li.active:after {
    content: " ";
    position: absolute;
    left: 35%;
  }
}

.table>thead>tr>th {
  font-weight: 500;
}

.table>tbody>tr>td {
  border-top: none;
}

.table.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #F8F8F8;
}

article.class {
  padding-bottom: 20px;
}

article.class .bg-header {
  height: 118px;
}

article.class .container {
  margin-top: -118px;
}

article.class header {
  margin: 0;
}

article.class header h1 {
  font-size: 25px;
  color: #F8F8F8;
  line-height: 25px;
  margin: 15px 0 15px 0;
  min-height: 88px;
}

@media (min-width: 768px) {
  article.class header h1 {
    margin: 30px 0 40px 0;
  }
}

article.class header h1 small {
  font-size: 18px;
  color: #F8F8F8;
  display: block;
  margin-top: 15px;
}

@media (min-width: 768px) {
  article.class header h1 small {
    margin-top: 20px;
  }
}

article.class aside .back {
  font-size: 40px;
  color: white;
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  left: 20px;
  margin-top: 39px;
  margin-left: -97px;
}

article.class aside figure img {
  width: 100%;
}

article.class h2 {
  border-bottom-width: 2px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 400;
  margin-top: 25px;
}

article.class p a {
  color: inherit;
  text-decoration: underline;
}

#login-box {
  height: calc(100vh - 40px);
  margin: 0;
  background-size: cover;
  background-position: center 87%;
}

#login-box .form-control {
  opacity: 0.75;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}

#login-box h1 {
  background: url(../images/logos/pawc-logo.png) top center no-repeat;
  background-size: 220px;
  padding-top: 120px;
  padding-bottom: 30px;
  margin-top: 100px;
  text-align: center;
  color: #707070;
  font-size: 40px;
}

#registration-box {
  min-height: calc(100vh - 40px);
  margin: 0;
  background-size: cover;
}

#registration-box h1 {
  background: url(../images/logos/pawc-logo.png) top center no-repeat;
  background-size: 220px;
  padding-top: 120px;
  margin-top: 100px;
  text-align: center;
  color: white;
  font-size: 40px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
  #registration-box #diag_hist_other_describe {
    margin-top: -8px;
  }
}

#registration-box .signature-place {
  padding: 0;
  margin: 0;
  height: 100px;
  width: 100%;
  overflow: hidden;
  border: dashed;
}

#registration-box .gender-col {
  height: 30px;
}

#scale-box {
  min-height: calc(100vh - 40px);
  margin: 0;
  background-size: cover;
}

#scale-box nav {
  height: auto;
  margin: 0;
}

@media (min-width: 768px) {
  #scale-box nav .title {
    float: right;
    text-align: right;
  }
}

.team-member {
  display: table-cell;
}

.team-member.no-scroll {
  width: 100%;
}

@media (max-width: 768px) {
  .team-member .card {
    width: 200px;
  }
}

@media (min-width: 768px) {
  .team-member {
    width: 50% !important;
    display: block;
  }
}

.mainCard {
  border: none;
}

#about-us p {
  font-size: 13px;
  padding: 20px;
  text-align: justify;
}

.team-member .card.rollover:hover:before {
  content: "";
  background-color: #BACBB9;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.85;
  left: 0px;
  top: 0px;
}

.vcenter {
  visibility: hidden;
  color: #fff;
  font-size: 16px;
  width: 100%;
}

.vcenter .btn.btn-default {
  color: #fff;
  border-color: #fff;
}

.card:hover>.vcenter {
  visibility: visible;
}

.panel .panel-body .title p {
  font-size: 13px;
}

.staffCard {
  min-height: 345px;
}

#administrative-staff .card .info .title {
  padding: 0;
}

.logo-insurance {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.logo-insurance img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  margin: 20px 53px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.logo-insurance img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.logo-insurance img:not(.square-logo) {
  height: 35px;
}

.logo-insurance img.square-logo {
  max-height: 50px;
}

.link-insurance a,
.link-insurance div.blue {
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
  color: darkgrey !important;
}

.grayscale.grayscale-fade {
  overflow: visible !important;
}

section {
  margin-bottom: 0;
}

.divider-line {
  border-top: 1px solid #BACBB9;
  margin: 20px auto 0;
  width: 50%;
}

.formDocuments {
  margin: 40px 0;
}

.panel#san-francisco .panel-body h4 {
  border: none;
  margin: 0;
  padding: 0;
}

.panel#san-francisco .panel-body p {
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.panel#east-bay .panel-body h4 {
  border: none;
  margin: 0;
  padding: 0;
}

.panel#east-bay .panel-body p {
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.panel#south-bay .panel-body h4 {
  border: none;
  margin: 0;
  padding: 0;
}

.panel#south-bay .panel-body p {
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.panel#north-bay .panel-body h4 {
  border: none;
  margin: 0;
  padding: 0;
}

.panel#north-bay .panel-body p {
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.panel#other-offices .panel-body h4 {
  border: none;
  margin: 0;
  padding: 0;
}

.panel#other-offices .panel-body p {
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

#san-francisco p a,
#east-bay p a,
#south-bay p a,
#north-bay p a,
#other-offices p a {
  color: #707070;
}

.nav>li.active>a {
  background-color: inherit;
  cursor: default;
}

#root.superbill .navbar .navbar-brand.print {
  display: none;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  height: 20px;
  margin-bottom: 7px;
  padding-bottom: 0px;
}

.checkbox .cr-icon.glyphicon-stop.green {
  background-color: #BACBB9;
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border: 2px solid white;
}

.checkbox .cr-icon.glyphicon-stop.green::before {
  display: none;
}

@media print {
  #root.superbill .navbar.navbar-default {
    display: block !important;
  }

  #root.superbill .navbar .navbar-brand.print {
    display: block;
    float: left;
  }

  #root.superbill .navbar .navbar-brand.media {
    display: none;
  }

  #root.superbill .navbar .navbar-brand img {
    width: 170px;
    display: block;
  }

  #root.superbill .navbar .navbar-header {
    position: absolute;
  }

  #root.superbill section {
    margin-top: -30px;
  }
}


/* covid19 banner */
.covid-banner {
  background: #FEDE87 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #000029;
  opacity: 0.9;
  margin-top: -5px;
  line-height: 45px;
  height: 50px;
  width: 100%;
}

.covid-banner .covid-cont {
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  width: 100%;
}

.covid-banner .covid-cont .covid-title {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  display: block;
  text-align: center;
}

.covid-banner .covid-cont .covid-title span.covid-link {
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 768px) {
  .covid-banner {
    line-height: 40px;
    height: 40px;
    padding: 0px 10px;
    margin-top: 6px;
  }

  .covid-banner .covid-cont .covid-title {
    /*        white-space: nowrap;
        overflow: hidden;*/
    font-size: 16px;
  }
}

/* modal covid19 */
#modal-covid .modal-dialog {
  width: 968px;
  color: #454545;
}

#modal-covid h2 {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 45px;
}

#modal-covid p {
  font-size: 19px;
  line-height: 30px;
  margin-top: 25px;
  overflow: hidden;
}

#modal-covid p a {
  color: #898989;
  text-decoration: underline;
  cursor: pointer;
}

#modal-covid strong {
  display: block;
  font-size: 22px;
}

#modal-covid .cov-footer {
  margin-top: 45px;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

#modal-covid .cov-footer .pres-ceo {
  width: 170px;
  font-size: 20px;
}

#modal-covid .cov-footer .sep {
  border-right: 1px solid #CCC;
  margin: 0px 42px 0px 40px;
  height: 60px;
}

#modal-covid .cov-footer .logo {
  background: url(../images/logos/pawc-logo-small.png) center center no-repeat;
  background-size: contain;
  width: 170px;
  height: 50px;
  color: #707070;
  margin-top: 3px;
}

@media (max-width: 968px) {
  #modal-covid .modal-dialog {
    width: auto;
  }

  #modal-covid h2 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
  }

  #modal-covid p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 23px;
  }

  #modal-covid strong {
    font-size: 20px;
  }

  #modal-covid .cov-footer .pres-ceo {
    width: 150px;
    font-size: 16px;
    margin-top: 5px;
  }

  #modal-covid .cov-footer .sep {
    height: 50px;
  }

  #modal-covid .cov-footer .logo {
    margin-top: 0px;
  }
}

@media (max-width: 460px) {
  .covid-banner {
    min-width: 290px;
    line-height: 19px;
    height: 42px;
  }

  .covid-banner .covid-cont .covid-title {
    margin-top: 1px;
    white-space: normal;
  }

  #modal-covid .cov-footer {
    display: block !important;
    justify-content: center !important;
  }

  #modal-covid .cov-footer .pres-ceo {
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
  }

  #modal-covid .cov-footer .sep {
    display: none;
  }

  #modal-covid .cov-footer .logo {
    width: 100%;
  }
}

/* Register info note */
.reg-insinfo-note {
  font-size: 10px;
  color: #444;
  font-weight: bold;
  margin: -5px 0px 10px 0px;
}

.reg-sep-mtop {
  margin-top: 20px;
}

@media (max-width: 585px) {
  .reg-sep-mtop {
    margin-top: 20px;
  }
}

@media (max-width: 460px) {
  .reg-sep-mtop {
    margin-top: 30px;
  }
}

/* Output Lab Orders */
.x-square {
  width: 20px;
  text-align: center;
  height: 20px;
  line-height: 15px;
  font-weight: bold;
  display: block;
  border: 2px solid #888;
  border-radius: 3px;
}

nav .badge {
  background-color: #BACBB9;
}

.bootstrap-dialog .modal-header {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.bootstrap-dialog.type-success .modal-header {
  background-color: #BACBB9;
}

.bootstrap-dialog .modal-body .bootstrap-dialog-body {
  padding-top: 10px;
}

/* Provider section new styles */
.provider-page .pronouns {
  font-size: 12px;
  color: #ccc;
  font-style: italic;
}

.provider-page .phonetic {
  font-size: 12px;
  color: #ccc;
  line-height: 0px;
  margin-top: 6px;
  display: block;
  font-style: italic;
  margin-bottom: -3px;
}

/* Patient registration form nav tab css */
.nav-tabs {
  display: flex !important;
  flex-wrap: nowrap !important;
}

@media (max-width: 768px) {
  .provider-page .phonetic {
    margin-bottom: 22px;
  }

  .provider-page .om-info {
    margin-top: 35px
  }
}

/* SuperBill - Statement of Services */
@media print and (orientation: portrait) {
  .superbill-statement {
    font-size: 8px;
  }

  .superbill-statement .statement-heading {
    font-size: 15px;
    margin-bottom: 17px !important;
  }

  .superbill-statement .statement-subheading {
    font-size: 9px;
    margin-top: 0px !important;
  }

  .superbill-statement .superbill-statement-tbl th {
    font-size: 8px;
  }

  .superbill-statement .superbill-statement-tbl td {
    font-size: 7px;
  }
}

@media print and (orientation: landscape) {
  .superbill-statement {
    font-size: 11px;
  }

  .superbill-statement .statement-heading {
    font-size: 20px;
    margin-bottom: 20px !important;
  }

  .superbill-statement .statement-subheading {
    font-size: 12px;
    margin-top: 0px !important;
  }

  .superbill-statement .superbill-statement-tbl th {
    font-size: 11px;
  }

  .superbill-statement .superbill-statement-tbl td {
    font-size: 10px;
  }
}

.sessions-table tr {
  border-bottom: 1px solid #ddd;
}

.sessions-table th,
.sessions-table td {
  border: none !important;
}

.highlight-superbill {
  position: relative;
  border: 2px solid #ffc107;
  border-radius: 8px;
  animation: superbill-border-blink 1s infinite;
  transition: border-color 0.3s;
}

@keyframes superbill-border-blink {
  0% {
    border-color: #ffc107;
  }

  50% {
    border-color: transparent;
  }

  100% {
    border-color: #ffc107;
  }
}

.superbill-balance-message {
  position: absolute;
  left: 0;
  right: 0;
  /* top: 100%; */
  margin-top: 8px;
  z-index: 10;
}

.auto-fade {
  animation: fadeOut 4s forwards;
}

@keyframes fadeOut {
  0%   { opacity: 1; }
  80%  { opacity: 1; }
  100% { opacity: 0; display: none; }
}

.checkbox {
  margin-bottom: 0;

  .cr {
    border-radius: 6px;
    border: 1px solid #D0D5DD;
    cursor: pointer;
    position: relative;
    background: #fff;

    .cr-icon {
      border-radius: 6px;
      display: none;
    }
  }

  label input[type="checkbox"]:checked+.cr, label input[type="checkbox"]:checked+.cr .cr-icon {
    background: #0E3B2E;
    border-color: #0E3B2E;
  }
  
  label input[type="checkbox"]:checked+.cr::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
}



/* End SuperBill - Statement of Services */

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

.reviews-section {
    max-width: 1440px;
    padding-inline: 40px;
}

.review-slider {
    margin-top: 48px;
    overflow: hidden;
}

.review-slider-wrapper {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 16px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.review-slider-wrapper::-webkit-scrollbar {
    display: none;
}

.review-card {
    background: white;
    border-radius: 12px;
    padding: 24px;
    max-width: 400px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    scroll-snap-align: start;
    border: 1px solid #E0E3EB;
}

.review-card:first-child {
    margin-left: 75px;
}

.review-card:last-child {
    margin-right: 75px;
}

.review-stars {
    display: flex;
    gap: 4px;
    font-size: 20px;
    letter-spacing: 4px;
}

.review-text {
    color: #333 !important;
    font-size: 16px;
    line-height: 1.6;
    flex-grow: 1;
    margin: 0;
}

.review-author {
    color: #666 !important;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .reviews-section {
        padding-inline: 16px;
    }

    .review-slider-wrapper {
        flex-direction: column;
    }

    .review-card {
        max-width: 100%;
    }

    .review-card:first-child {
        margin-left: 0px;
    }

    .review-card:last-child {
        margin-right: 0px;
    }
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}

.owl-nav button {
  background: transparent !important;
  border: none !important;
  position: absolute;
  pointer-events: auto;
}

.owl-prev {
  left: -22px !important; /* adjust if needed */
}

.custom-owl-btn {
  width: 32px;
  height: 32px;
  background-color: rgb(102, 131, 100);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -2px;
}

.custom-owl-btn svg {
  color: #fff;
}

/* Only on mobile */
@media (max-width: 768px) {
    .mobile-fixed-booking {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 15px;
        background-color: #fff; /* match your card background */
        box-shadow: 0 -2px 12px rgba(0,0,0,0.1);
        z-index: 9999;
    }

    .mobile-fixed-booking .booking-buttons button {
        margin-bottom: 10px;
    }

    body {
        padding-bottom: 180px; /* leave space for fixed container + buttons */
    }
}

/* Generic message card styles */
.message-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 48px 32px;
    background: #FFFFFF;
    border: 1px solid #EAECF0;
    border-radius: 16px;
    margin-top: 2rem;
}

.message-card--error {
    border-color: #FECDCA;
    background: #FFFBFA;
}

.message-card--success {
    border-color: #D1FAE5;
    background: #F0FDF4;
}

.message-card--info {
    border-color: #EAEFE9;
    background: #FFFFFF;
}

.message-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #EAEFE9;
    margin-bottom: 20px;
}

.message-icon--error {
    background-color: #FEF3F2;
}

.message-icon--success {
    background-color: #D1FAE5;
}

.message-icon--info {
    background-color: #EAEFE9;
}

.message-title {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 8px;
}

.message-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #6B7280;
    margin-bottom: 20px;
}

.message-link {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #0B6A5E;
    text-decoration: none;

    &:hover {
        text-decoration: underline;
    }
}