﻿/* #region FONTS */
@font-face {
  font-family: "MayoClinicSans";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("/webfonts/MayoClinicSans-Regular.woff2") format("woff2"), url("/webfonts/MayoClinicSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "MayoClinicSans";
  font-style: normal;
  font-weight: 700;
  font-display: auto;
  src: url("/webfonts/MayoClinicSans-Bold.woff") format("woff2"), url("/webfonts/MayoClinicSans-Bold.woff") format("woff");
}
@font-face {
  font-family: "MayoClinicSerif";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("/webfonts/mayoclinicserifdisplay-regular-webfont.woff2") format("woff2"), url("/webfonts/mayoclinicserifdisplay-regular-webfont.woff") format("woff");
}
/* #endregion */
/* #region TYPOGRAPHY */
body {
  font-family: "MayoClinicSans", Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-size: 18px;
  color: #000 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "MayoClinicSerif";
  padding-right: 4%;
  margin: 0;
}
h1.text-center, h2.text-center, h3.text-center, h4.text-center, h5.text-center, h6.text-center {
  padding-left: 2%;
  padding-right: 2%;
}

@media (min-width: 576px) {
  h1.text-sm-left, h2.text-sm-left, h3.text-sm-left, h4.text-sm-left, h5.text-sm-left, h6.text-sm-left {
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) {
  h1.text-md-left, h2.text-md-left, h3.text-md-left, h4.text-md-left, h5.text-md-left, h6.text-md-left {
    padding-left: 0 !important;
  }
}
@media (min-width: 992px) {
  h1.text-lg-left, h2.text-lg-left, h3.text-lg-left, h4.text-lg-left, h5.text-lg-left, h6.text-lg-left {
    padding-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  h1.text-xl-left, h2.text-xl-left, h3.text-xl-left, h4.text-xl-left, h5.text-xl-left, h6.text-xl-left {
    padding-left: 0 !important;
  }
}
h1, .h1 {
  font-size: 44px;
  margin-bottom: 24px;
  line-height: 1.0625;
}

h2, .h2 {
  font-size: 35px;
  margin-top: 21px;
  margin-bottom: 21px;
  line-height: 1.0625;
}

h3, .h3 {
  font-size: 29px;
  margin-bottom: 19px;
  margin-top: 19px;
  line-height: 1.125;
}

h4, .h4 {
  font-size: 23px;
  line-height: 1.125;
  margin-top: 15px;
  margin-bottom: 15px;
}

h5, .h5 {
  font-size: 23px;
  margin-top: 15px;
  margin-bottom: 15px;
}

h6, .h6 {
  font-size: 20px;
  margin-top: 14px;
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 55px;
    margin-bottom: 27px;
  }
  h2, .h2 {
    font-size: 44px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  h3, .h3 {
    font-size: 35px;
    margin-top: 21px;
    margin-bottom: 21px;
  }
  h4, .h4 {
    font-size: 29px;
  }
  .h4:not([id=PageHeading]) {
    margin-top: 19px;
    margin-bottom: 19px;
  }
  h5, .h5 {
    font-size: 26px;
    margin-top: 18px;
    margin-bottom: 18px;
  }
  h6, .h6 {
    font-size: 21px;
    margin-top: 17px;
    margin-bottom: 17px;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 69px;
    margin-bottom: 29px;
  }
  h2, .h2 {
    font-size: 55px;
    margin-top: 27px;
    margin-bottom: 27px;
  }
  h3, .h3 {
    font-size: 44px;
    margin-top: 28px;
    margin-bottom: 28px;
  }
  h4, .h4 {
    font-size: 35px;
  }
  .h4:not([id=PageHeading]) {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  h5, .h5 {
    font-size: 29px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  h6, .h6 {
    font-size: 23px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
p .h6 {
  margin-top: 0;
}

a {
  color: #0057B8;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
a:hover {
  text-decoration: none;
}
a:hover .isPopover {
  text-decoration: none !important;
}
a.secondary {
  color: #000;
}
a.secondary:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  font-weight: bold;
}
a.text-black, a.text-white {
  text-decoration: none;
}
a.text-black:hover, a.text-white:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
a.hasIcon:hover {
  text-decoration: none !important;
}
a.hasIcon:hover .text {
  text-decoration: underline !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
a[data-toggle=modal] {
  text-decoration: none !important;
  color: inherit;
}
a[data-toggle=modal] .isPopover {
  text-decoration: none !important;
  text-decoration-color: transparent !important;
}

.mayosans {
  font-family: "MayoClinicSans" !important;
}

.mayoserif {
  font-family: "MayoClinicSerif" !important;
}

/* #endregion */
/* #region LAYOUT */
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

footer {
  margin-top: auto;
}

/* #endregion */
/* #region HEADER */
header {
  border-bottom: 1px solid #e6e6e6;
  height: 90px;
  background-color: #fff;
  z-index: 1000;
}

@media (min-width: 768px) {
  body {
    padding-top: 90px;
  }
  header {
    position: fixed;
    top: 0;
    width: 100%;
  }
}
/* #endregion */
/* #region FOOTER */
footer {
  background-color: #000;
  color: #fff;
  font-size: 14px;
}
footer .list-inline .list-inline-item {
  margin-right: 0;
}
footer .list-inline .list-inline-item:not(:last-child):after {
  content: "|";
  display: inline-block;
  padding: 0 10px;
}

/* #endregion */
/* #region FORMS */
body .form-control {
  font-size: inherit;
  border-radius: 0 !important;
  color: #707070;
  border: 1px solid #707070;
}

.floatContainer {
  position: relative;
}
.floatContainer .form-control.input-validation-error {
  border-bottom: solid 2px #E4002B;
}
.floatContainer .form-control:focus {
  border-bottom: solid 2px #000;
}
.floatContainer .form-control + .helperText {
  font-size: 12px;
  color: #707070;
  padding-top: 6px;
}
.floatContainer .form-control.is-invalid {
  background-image: none !important;
  padding-right: 15px;
}
.floatContainer input {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0), inset 0 0 0 100px rgb(255, 255, 255);
}
.floatContainer input.form-control, .floatContainer select.form-control {
  padding-top: 20px;
  height: 54px;
  padding-left: 0 !important;
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  background-color: transparent !important;
  border-bottom: solid 2px #707070;
}
.floatContainer select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 4.95 10'%3E%3Cpolygon points='1.41 4.67 2.48 3.18 3.54 4.67 1.41 4.67' style='fill:%23707070'/%3E%3Cpolygon points='3.54 5.33 2.48 6.82 1.41 5.33 3.54 5.33' style='fill:%23707070'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.floatContainer label {
  color: #707070;
  z-index: 9;
}
.floatContainer .custom-control.passwordToggler {
  padding-top: 10px;
}
.floatContainer.textBox > label {
  font-size: 14px;
}
.floatContainer.textBox .form-control {
  color: #000;
}
.floatContainer.textBox .form-control:focus {
  border-color: #000;
}
.floatContainer:not(.textBox) label:not(.custom-control-label) {
  margin: 0 !important;
  position: absolute;
  transform-origin: top left;
  transform: translate(0, 20px);
  transition: all 0.2s ease-in-out;
  background-color: #fff;
}
.floatContainer.active label:not(.custom-control-label), .floatContainer.prefilled label:not(.custom-control-label) {
  width: 100%;
  font-weight: bold;
  font-size: 14px;
}
.floatContainer.active:not(.textBox) label:not(.custom-control-label), .floatContainer.prefilled:not(.textBox) label:not(.custom-control-label) {
  width: 100%;
  line-height: 14px;
  transform: translate(0, 0);
}
.floatContainer.active select, .floatContainer.prefilled select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 4.95 10'%3E%3Cpolygon points='1.41 4.67 2.48 3.18 3.54 4.67 1.41 4.67' style='fill:%23000'/%3E%3Cpolygon points='3.54 5.33 2.48 6.82 1.41 5.33 3.54 5.33' style='fill:%23000'/%3E%3C/svg%3E");
}
.floatContainer.active label, .floatContainer.prefilled label {
  color: #000;
}
.floatContainer.active .form-control, .floatContainer.prefilled .form-control {
  color: #000;
  border-bottom: solid 2px #000;
}
.floatContainer.disabled label {
  color: #d4d4d4;
}
.floatContainer.darkBG label {
  background-color: transparent !important;
  color: #fff !important;
}
.floatContainer.darkBG input, .floatContainer.darkBG select {
  box-shadow: none !important;
  border-bottom-color: #fff !important;
  color: #fff !important;
}

.form-group .control-label {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: inherit;
  margin-bottom: 8px;
  color: #000;
}
.form-group .custom-control {
  padding-left: 35px;
  margin-bottom: 8px;
}
.form-group .custom-control.custom-radio {
  padding-left: 0 !important;
}
.form-group .custom-control.custom-radio .custom-control-label {
  padding-left: 35px;
}
.form-group .custom-control.custom-radio .custom-control-label:before {
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  border-color: #707070;
  box-shadow: none;
}
.form-group .custom-control.custom-radio .custom-control-input {
  opacity: 0;
}
.form-group .custom-control.custom-radio .custom-control-input ~ .custom-control-label {
  color: #707070;
}
.form-group .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label {
  color: #000;
}
.form-group .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #000;
  background-color: #fff;
  box-shadow: none;
}
.form-group .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  top: 2px;
  left: -2px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23000'/%3e%3c/svg%3e");
}
.form-group .custom-control.custom-checkbox .custom-control-label:before {
  border-radius: 0;
  left: -35px;
  top: 2px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-color: #707070;
  box-shadow: none;
}
.form-group .custom-control.custom-checkbox .custom-control-label:after {
  top: 2px;
  left: -35px;
  width: 20px;
  height: 20px;
}
.form-group .custom-control.custom-checkbox .custom-control-input ~ .custom-control-label {
  color: #707070;
}
.form-group .custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label {
  color: #000;
}
.form-group .custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #000;
  background-color: #fff;
  box-shadow: none;
}
.form-group .custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  top: 0;
  left: -37px;
  width: 24px;
  height: 24px;
  background-image: url("../img/tick.png");
  /*background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");*/
}
.form-group .custom-control.custom-checkbox .custom-control-input[disabled] + label:before {
  border-color: #d4d4d4;
}

::-ms-reveal {
  display: none !important;
}

input#Input_Password {
  padding-right: 40px;
}

#togglePassword {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 10px;
  top: 50% !important;
  transform: translateY(-50%);
  top: 15px;
  margin-top: 3px !important;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/iconEye.png");
}
#togglePassword.active {
  background-image: url("../img/iconEyeSlash.png");
}

.form-control:focus {
  outline: 1px black dashed !important;
  outline-offset: 4px;
  box-shadow: none !important;
}
.form-control:disabled {
  color: #d4d4d4;
  border-bottom-color: #d4d4d4;
  background-color: transparent !important;
}

.field-validation-valid {
  display: none;
}

.field-validation-error, .invalid-feedback {
  color: #E4002B;
  padding-top: 4px;
  font-size: 14px;
  padding-left: 19px;
  position: relative;
  display: inline-block;
  white-space: normal !important;
}
.field-validation-error:before, .invalid-feedback:before {
  display: block;
  content: "";
  background-image: url(../img/info.png);
  /* background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='https://www.w3.org/2000/svg' viewBox='0 0 36 36'%3E%3Cpath d='M19.29,9H16.72v2.57h2.57Zm0,19.28H16.72V15.43h2.57ZM18,2.57A15.43,15.43,0,1,0,28.91,7.09,15.4,15.4,0,0,0,18,2.57ZM18,36a18,18,0,1,1,12.73-5.27A18.06,18.06,0,0,1,18,36Z' transform='translate(0 0)' style='fill:%23E4002B;'/%3E%3C/svg%3E");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 6px;
  left: 0;
}

.alert {
  border-radius: 0;
  border: 1px solid #e6e6e6;
  background-color: #fff !important;
  color: #000;
  margin-bottom: 2rem;
  position: relative;
}
.alert:after {
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.alert .media p {
  margin: 0 !important;
}
.alert .media [class^=icon-] {
  font-size: 26px;
  line-height: 26px;
  margin-right: 0.5rem;
}
.alert#validationSummary .validation-summary-errors ul {
  list-style: none;
  margin: 0 !important;
  margin-right: 5px !important;
  padding: 0;
}
.alert .close {
  position: absolute;
  right: 15px;
  top: 0.75rem;
  text-shadow: none !important;
  color: #000;
  opacity: 1;
  font-weight: normal;
  font-size: 22px;
  line-height: 22px;
}
.alert .close:hover {
  color: #262626;
}
.alert.alert-dismissible {
  padding-right: 3rem;
}
.alert.alert-dismissible .close {
  padding: 0;
}
.alert.alert-primary:after, .alert.alert-info:after {
  background-color: #0057B8;
}
.alert.alert-danger:after {
  background-color: #E4002B;
}
.alert.alert-danger.solid {
  background-color: #E4002B !important;
  color: #fff !important;
}
.alert.alert-danger.solid .close {
  color: #fff !important;
}
.alert.alert-danger.solid .close:hover {
  color: rgba(255, 255, 255, 0.5);
}
.alert.alert-danger.solid a {
  color: #fff !important;
}
.alert.alert-warning:after {
  background-color: #FFC845;
}
.alert.alert-warning.solid {
  background-color: #FFC845 !important;
}
.alert.alert-success:after {
  background-color: #00873E;
}
.alert.alert-success.solid {
  background-color: #00873E !important;
  color: #fff !important;
}
.alert.alert-success.solid .close {
  color: #fff !important;
}
.alert.alert-success.solid .close:hover {
  color: rgba(255, 255, 255, 0.5);
}
.alert.alert-success.solid a {
  color: #fff !important;
}

/* #endregion */
/* #region BUTTONS */
[class^=btn-blue], [class^=btn-blueOutline] {
  display: inline-block;
  text-decoration: none !important;
  height: 40px;
  line-height: 35px;
  width: 280px;
  max-width: 100% !important;
  font-size: 17px;
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  transition: background-color 0.2s ease, color 0.2s ease;
  border: none;
}

.btn-blue {
  background-color: #0057B8;
  border: 2px solid #0057B8;
  color: #fff;
}
.btn-blue:hover {
  background-color: #00418a;
  border-color: #00418a;
  color: #fff !important;
}

.btn-blueOutline {
  color: #0057b8 !important;
  width: auto !important;
  background-color: #fff !important;
  border: 2px solid #0057b8 !important;
  transition: background-color 0.2s ease, color 0.2s ease;
}

/* #endregion */
/* #region HELPERS */
.text-black {
  color: #000 !important;
}

[class^=bgImage-ratio-], [class*=" bgImage-ratio-"] {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
[class^=bgImage-ratio-]:before, [class*=" bgImage-ratio-"]:before {
  height: 100%;
  display: block;
  content: "";
}

.bgImage-ratio-2by1 {
  padding-top: 50%;
}

@media (min-width: 768px) {
  .bgImage-ratio-1by1-md {
    padding-top: 100%;
  }
}
/* #endregion */
/* #region HOME PAGE */
.welcome-page .logo {
  width: 64px;
}

/* #endregion */
