.footer .main-footer-wrapper {
  min-height: 495px;
  background: #294366;
  background: linear-gradient(45deg, #294366 0%, #305277 100%);
}

.footer hr {
  border-color: RGBA(255, 255, 255, 0.1);
}

.footer .logo {
  width: 180px;
  margin-bottom: 20px;
}

.footer .connect-section .connect-with-laura {
  height: 90px;
  width: 90px;
}

.footer .connect-section .content {
  padding-left: 17px;
}

.footer .connect-section .content .btn-circle {
  height: 40px;
  width: 40px;
  border: solid 1px #4C6181;
  border-radius: 20px;
  padding: 4px;
}

.footer .connect-section .content .btn-circle:hover {
  border: solid 1px #2BA9DB;
}

.footer .sitemap a {
  color: #BFCBD9 !important;
}

.footer .footer-form input[type=text], .footer .footer-form input[type=email] {
  height: 50px;
  border-radius: 25px;
  padding-left: 25px;
  background-color: RGBA(255, 255, 255, 0.1);
  border: none;
  color: #F9FAFA;
  font-size: 14px;
}

.footer .footer-form ::-webkit-input-placeholder {
  color: #f9fafa80;
}

.footer .footer-form :-ms-input-placeholder {
  color: #f9fafa80;
}

.footer .footer-form ::-ms-input-placeholder {
  color: #f9fafa80;
}

.footer .footer-form ::placeholder {
  color: #f9fafa80;
}

.footer .footer-form label {
  color: #F9FAFA;
}

.footer .footer-form .radio-label {
  font-size: 14px;
}

.footer .footer-form [type="radio"]:checked,
.footer .footer-form [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.footer .footer-form [type="radio"]:checked + label,
.footer .footer-form [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.footer .footer-form [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 4px;
  width: 16px;
  height: 16px;
  border: 2px solid #2BA9DB;
  border-radius: 100%;
  background: transparent;
}

.footer .footer-form [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 4px;
  width: 16px;
  height: 16px;
  border: 2px solid #A8ADB3;
  border-radius: 100%;
  background: transparent;
}

.footer .footer-form [type="radio"]:checked + label:after,
.footer .footer-form [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #2BA9DB;
  position: absolute;
  top: 8px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.footer .footer-form [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.footer .footer-form [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.footer-line {
  background: #223754;
  background: -webkit-gradient(linear, left top, right top, from(#223754), to(#274262));
  background: linear-gradient(90deg, #223754 0%, #274262 100%);
}

.footer-line .copyright-line {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
}

.footer-line .copyright-line a {
  color: white;
  margin-left: 11px;
  margin-right: 11px;
  font-size: 11.5px !important;
}

.footer-line .btn-circle {
  height: 40px;
  width: 40px;
  border: solid 1px #4C6181;
  border-radius: 20px;
  padding: 4px;
}

.footer-line .btn-circle:hover {
  border: solid 1px #2BA9DB;
}

.footer-line h5 {
  font-family: "sofia-pro", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.footer-line .footer-a {
  font-family: "sofia-pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.footer-line .copyright-text {
  letter-spacing: 0.1px;
}

.footer-btn {
  width: 190px;
  max-width: 100%;
}

.footer-bottom-separator-first {
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid RGBA(255, 255, 255, 0.1);
}

.footer-bottom-separator {
  display: block;
  padding-top: 12px;
  padding-bottom: 13px;
  border-bottom: 1px solid RGBA(255, 255, 255, 0.1);
}

.footer-bottom-separator-last {
  display: block;
  margin-top: 10px;
}

.form-minus-padding {
  margin-top: -5px;
}

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

.input_radio {
  padding-top: 5px;
}

.input_radio .weekly-padding {
  padding-right: 20px;
}
/*# sourceMappingURL=1.css.map */