.custom-help-block {
  font-family: 'Figtree', sans-serif;
  color: white;
  font-size: 11px;
}

body.css-overwrite {
  display: block;
  background-color: #73B5C0;
}

a.text-link-white:hover, a.text-link-white:focus {
  color: #fff !important;
}

header.css-overwrite {
  position: relative !important;
  max-height: none !important;
}

header.css-overwrite > div {
  position: relative !important;
  height: 100% !important;
  max-height: none !important;
}

#page-header-div > h4 {
  margin-bottom: 0px !important;
}

.btn.btn-transparent-blue {
  background: transparent;
  border-color: #0091AA;
  color: #0091AA
}

.btn.btn-transparent-blue:hover, .btn.btn-transparent-blue:focus {
  background: #0091AA;
  border-color: #0091AA;
  color: #ffffff
}

.forgot-password {
  color: #FFFFFF !important;
  margin-bottom: 5px !important;
}

@media(max-width: 767px) {
  h4 {
      font-size: 30px !important;
  }
}

div.error-msg {
  border-radius: 4px;
  padding: 0.85rem 1.5rem;
  background-color: #fff;
  border: 1px solid transparent;
  border-color: #f4516c;
  color: #f4516c;
  font-weight: 400;
  margin-bottom: 1rem;
  font-family: 'Figtree', sans-serif;
}

div.reset-msg, .success-msg {
  border-radius: 4px;
  padding: 0.85rem 1.5rem;
  background-color: #fff;
  border: 1px solid transparent;
  border-color: #51ABAE;
  color: #51ABAE;
  font-weight: 400;
  margin-bottom: 1rem;
  font-family: 'Figtree', sans-serif;
}

.error-text {
  border-radius: 4px;
  background-color: #f4516c;
  border: 1px solid transparent;
  border-color: #f4516c;
  color: #fff;
  font-weight: 400;
  font-family: 'Figtree', sans-serif;
  width: 100%;
  max-height: fit-content;
}

input.error-text {
  border: 1px solid red;
  color: unset;
}

span.small-icon-span {
  display: inline-flex;
}

section.css-overwrite > div.container-fluid {
  width: 100%
}

footer {
  max-height: none;
}

footer .small-icon li {
  margin: 0 8px !important;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.buttonBackground {
  width: 100%;
  height: 50px;
  background-color: rgba(81, 123, 174, .60);
  position: absolute;
  text-align: center;
  vertical-align: center;
}

.blue-text {
  color: #517BAE;
  font-weight: bold;
}

.clearButton {
  background: transparent;
  border: none;
  padding: 0px 20px;
}

.buttonDiv {
  position: absolute;
  width: 100%;
  height: 100px;
  text-align: center;
  top: 50%;
}

button.m-loader {
  padding-right: 3.25rem !important;
  position: relative;
}

.m-loader:before {
  left: auto;
  right: .7rem;
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -.7rem;
  margin-left: -.7rem;
  border-top-width: 2px;
  border-right-width: 2px;
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  border-top: 2px solid #fff;
  border-right: 2px solid transparent;
  border-radius: 50%;
  -webkit-animation: m-loader-rotate 0.6s linear infinite;
  animation: m-loader-rotate 0.6s linear infinite;
}

.footer-text-div {
  margin-bottom: 0 !important;
  text-align: center;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
}

@-webkit-keyframes m-loader-rotate {
  to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg)
  }
}

@keyframes m-loader-rotate {
  to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg)
  }
}

/* Start: overwrite bootstrap 992px breakpoint  */
@media (min-width: 992px) {

  body.css-overwrite {
      min-height: 100%;
      display: flex;
      flex-direction: column;
  }

  header.css-overwrite,section.css-overwrite {
      flex-grow: 0;
  }

  footer.css-overwrite {
      flex-grow: 1;
  }
  
  figure, div.container-fluid, div.equalize {
      height: 100% ;
  }

  figure > div.team-image {
      max-height: 100%;
  }

  .footer-text-div > img {
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: 5%;
  }

  .footer-column-1 > img {
    max-height: 100px;
  }

}

@media (max-width:991px) {
  #page-header-div {
      padding-bottom: 5px;
  }

  #page-header-div > h4 {
      margin-bottom: 0;
  }

  .footer-text-div > img {
    position: relative;
    width: 70px;
    height: 70px;
  }

  .footer-column-1 > img {
    max-height: 200px;
  }
}

/* Start: overwrite bootstrap xs-height sizing for 767px breakpoint  */
@media (max-width: 767px) {

  .xs-height-300px {
      height: 500px !important;
  }

}

@media (max-width: 490px) {

  .xs-height-300px {
      height: 300px !important;
  }

}
/* End: overwrite bootstrap xs-height sizing for breakpoint */



.modal-dialog {
  max-width: 400px;
}

.modal-dialog .modal-content {
  padding: 10% 20px 5px 20px;
}




/* For App Page: */
.text-white {
  font-family: 'Figtree', sans-serif;
  color: white;
}
.text-white-bold {
  font-family: 'Figtree', sans-serif;
  color: white;
  font-weight: 600;
}
.text-great-white {
  font-family: 'Great Vibes';
  color: white;
}
.text-great {
  font-family: 'Great Vibes';
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.btn:not(.closeButton) {
  border: 1.5px solid !important;
}
/* For App Page */


/* For Radio buttons */
.radio-group-group {
  display: block;
  text-align-last: justify;
  padding-bottom: 10px;
}
.radio-group {
  display: inline-block;
  position: relative;
}
.radio-label {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.radio-label > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.radio-label > span {
  background: #fff;
  border: 1px solid transparent !important;
  top: 1px;
  position: absolute;
  left: 0;
  height: 18px;
  border-radius: 50% !important;
  width: 18px;
}
.radio-label > span:after {
  border: solid #51ABAE;
  background: #51ABAE;
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -3px;
  height: 6px;
  width: 6px;
  border-radius: 100% !important;
}
.radio-label > input:checked ~ span:after {
  display: block;
}
.radio-label:hover {
  cursor: pointer;
}
.radio-label.title-buttons {
  padding-left: 30px !important;
}
/* For Radio Buttons */



/* For Accordions */
.accordion{
  width: 100%;
  height: 60px;
  margin: 0 auto;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(225,225,225,1);
  overflow: hidden;
  transition: height 0.3s ease;
  margin-bottom: 20px;
}

.accordion .accordion_tab{
  padding: 20px;
  cursor: pointer;
  user-select: none;
  font-size: 20px;
  font-weight: 700;
  /* text-transform: uppercase; */
  color: #fff;
  letter-spacing: 2px;
  position: relative;
  background-color: #51A2AE;
}

.accordion .accordion_tab .accordion_arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 15px;
  transition: all 0.3s ease;
}

.accordion .accordion_tab .accordion_arrow img{
  width: 100%;
  height: 100%;
}

.accordion .accordion_tab.active .accordion_arrow{
  transform: translateY(-50%) rotate(180deg);
}

.accordion.active{
  height: 320px;
}

.accordion .accordion_content{
  padding: 20px;
  border-top: 1px solid #e9e9e9;
}

.accordion .accordion_content .accordion_item{
  /* margin-bottom: 20px; */
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.accordion .accordion_content .accordion_item p.item_title{
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
  color: #51ABAE;
  flex-direction: row;
  align-self: center;
}

.accordion .accordion_content .accordion_item .radioSet {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: baseline;
}

.accordion .accordion_content .accordion_item p:last-child{
  color: #9a9b9f;
  font-size: 14px;
  line-height: 20px;
}
/* For Accordions */


.closeButton {
  border-radius: 0.25rem;
  display: inline-block;
  position: relative;
  padding: 0 !important;
  background-color: #51A2AE;
  border-color: #51A2AE;
  color: #fff;
  top: -3px;
  line-height: normal;
}

.flex-change {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}