/******************************/
/*     01. About Us     */
/******************************/

.alert-message {
  position: absolute;
  left: 50%;
  top: 100px;
  transform: translate(-50%, -50%);
}

#loader {
  position: absolute;
  left: 50%;
  top: 100px;
  transform: translate(-50%, -50%);
}

.about-us-container {
  height: 500px;
  align-content: center;
}

/* You could use :after - it doesn't really matter */
.about-us-container:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;
  z-index: -3;
  opacity: 0.4;
  background-image: url("../img/about_us_cover.562bc5db3ef7.jpeg");
  background-attachment: fixed;
}
/******************************/
/*     02. Card Styles     */
/******************************/

.member-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: 0px 0px;
  height: 100%;
  margin-left: 20px;
}

.member-card h3 {
  margin-top: 1rem;
  padding: 0px 10px;
}

.member-card .title {
  position: relative;
  color: grey;
  font-size: 18px;
  padding: 0px 10px;
  margin-bottom: 0;
}

.member-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.member-card .member-links {
  position: absolute;
  bottom: 0;
  left: 1%;
  right: 1%;
  margin-top: 10px;
}

.member-card a {
  text-decoration: none;
  font-size: 22px;
  color: black;
}

.member-card a:hover {
  opacity: 0.7;
}

/******************************/
/*  03. Press coverage Style  */
/******************************/

.press-coverage a {
  text-decoration: none;
  font-size: 22px;
  color: black;
}

.press-coverage a:hover {
  opacity: 0.7;
  color: lightskyblue;
}
/******************************/
/*     01. General Styles     */
/******************************/

.form {
  color: #f1f1f8;
  font: 400 0.875rem/1.375rem 'Open Sans', sans-serif;
}

.li-space-lg li {
  margin-bottom: 0.375rem;
}

a.blue {
  color: #f1f1f8;
  text-decoration: underline;
}

a:hover {
  color: #f1f1f8;
  text-decoration: underline;
}

a.turquoise {
  color: #00c9db;
}

a.white {
  color: #fff;
}

.form-group {
  position: relative;
  margin-bottom: 1.25rem;
}

.form-group.has-error.has-danger {
  margin-bottom: 0.625rem;
}

.form-group.has-error.has-danger .help-block.with-errors ul {
  margin-top: 0.375rem;
}

.label-control {
  position: absolute;
  top: 0.87rem;
  left: 1.375rem;
  color: #f1f1f8;
  opacity: 1;
  font: 400 0.875rem/1.375rem 'Open Sans', sans-serif;
  cursor: text;
  transition: all 0.2s ease;
}

.form-control-input:focus + .label-control,
.form-control-input.notEmpty + .label-control,
.form-control-textarea:focus + .label-control,
.form-control-textarea.notEmpty + .label-control {
  top: 0.125rem;
  opacity: 1;
  font-size: 0.75rem;
  font-weight: 700;
}

.form-control-input {
  display: block; /* needed for proper display of the label in Firefox, IE, Edge */
  width: 100%;
  padding-top: 1.0625rem;
  padding-bottom: 0.0625rem;
  padding-left: 1.3125rem;
  border: 1px solid #9791ae;
  border-radius: 0.25rem;
  background-color: #413d52;
  color: #f1f1f8;
  font: 400 0.875rem/1.875rem 'Open Sans', sans-serif;
  transition: all 0.2s ease;
  -webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

.form-control-textarea {
  display: block; /* used to eliminate a bottom gap difference between Chrome and IE/FF */
  width: 100%;
  height: 8rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
  padding-top: 1.25rem;
  padding-left: 1.3125rem;
  border: 1px solid #9791ae;
  border-radius: 0.25rem;
  background-color: #413d52;
  color: #f1f1f8;
  font: 400 0.875rem/1.75rem 'Open Sans', sans-serif;
  transition: all 0.2s ease;
}

.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
  border: 1px solid #f1f1f8;
  outline: none; /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
  border: 1px solid #f1f1f8;
}

.checkbox {
  font: 400 0.75rem/1.25rem 'Open Sans', sans-serif;
}

input[type='checkbox'] {
  vertical-align: -15%;
  margin-right: 0.375rem;
}

/* IE10+ hack to raise checkbox field position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  input[type='checkbox'] {
    vertical-align: -9%;
  }
}

.form-control-submit-button {
  display: inline-block;
  width: 100%;
  height: 3.125rem;
  border: 1px solid #00c9db;
  border-radius: 1.5rem;
  background-color: #00c9db;
  color: #fff;
  font: 700 0.75rem/1.75rem 'Montserrat', sans-serif;
  cursor: pointer;
  transition: all 0.2s ease;
}

.form-control-submit-button:hover {
  background-color: transparent;
  color: #00c9db;
}

/* Form Success And Error Message Formatting */
#cmsgSubmit.h3.text-center.tada.animated,
#pmsgSubmit.h3.text-center.tada.animated,
#cmsgSubmit.h3.text-center,
#pmsgSubmit.h3.text-center {
  display: block;
  margin-bottom: 0;
  color: #f1f1f8;
  font: 400 1.125rem/1rem 'Open Sans', sans-serif;
}

.help-block.with-errors .list-unstyled {
  color: #f1f1f8;
  font-size: 0.75rem;
  line-height: 1.125rem;
  text-align: left;
}

.help-block.with-errors ul {
  margin-bottom: 0;
}
/* end of form success and error message formatting */

/* Form Success And Error Message Animation - Animate.css */
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* end of form success and error message animation - Animate.css */

/***********************/
/*     13. Contact     */
/***********************/
.form {
  padding-top: 6.25rem;
  padding-bottom: 5.625rem;
  background: url("../img/contact-background.ee8f30891cc1.jpg") center bottom no-repeat;
  background-size: cover;
}

.form h2 {
  margin-bottom: 1.125rem;
  text-align: center;
}

.form .list-unstyled {
  margin-bottom: 3.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
}

.form .list-unstyled .fas,
.form .list-unstyled .fab {
  margin-right: 0.5rem;
  font-size: 0.875rem;
  color: #00c9db;
}

.form .list-unstyled .fa-phone {
  vertical-align: 3%;
}

/*****************************/
/*     18. Media Queries     */
/*****************************/
/* Min-width width 768px */
@media (min-width: 768px) {
  /* General Styles */
  .p-heading {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }

  h1 {
    font: 700 3.25rem/3.75rem 'Montserrat', sans-serif;
  }
  /* end of general styles */

  /* Contact */
  .form .list-unstyled li {
    display: inline-block;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  .form .list-unstyled .address {
    display: block;
  }
  /* end of contact */
}
/* end of min-width width 768px */
