/**
 * AllergyAware
 * http://wordpress.org/themes
 *
 * Copyright (c) 2014 John Bousfield
 * Licensed under the GPLv2+ license.
 */
/* Profile */
.nav-background {
  background: url('../../assets/images/bg-blue-dark.png');
}
body {
  background: url('../../assets/images/bg-grey-mid.png');
}
#profile-header {
  background: url('../../assets/images/bg-blue.png');
  position: relative;
  font-size: 12pt;
}
#profile-header .intro-img {
  text-align: center;
  margin-top: 45px;
}
#profile-header .intro-line {
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 60px;
  font-weight: 300;
  line-height: 72px;
  color: #fff;
}
@media (max-width: 990px) {
  #profile-header .intro-line {
    font-size: 48px;
    line-height: 54px;
  }
}
@media (max-width: 768px) {
  #profile-header .intro-line {
    font-size: 32px;
    line-height: 36px;
  }
}
#profile-header .intro-copy {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
}
#profile-fields {
  background: #fff;
}
#profile-fields ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
  text-transform: uppercase;
}
#profile-fields :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
}
#profile-fields ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
}
#profile-fields :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
  text-transform: uppercase;
}
#profile-fields .form-group {
  margin-bottom: 10px;
  position: relative;
}
#profile-fields .profile-form {
  margin-top: 30px;
  margin-bottom: 10px;
}
#profile-fields .required-field,
#profile-fields .optional-field {
  border: none;
  color: #fff;
  height: 40px;
  margin-left: 2px !important;
  margin-right: 2px !important;
  width: 99%;
}
#profile-fields .required-field {
  background-color: #8b8b8b;
  color: #fff;
}
#profile-fields .optional-field {
  background-color: #a7a7a7;
}
#profile-fields .reg-select {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
#profile-fields .bootstrap-select .form-control {
  background-color: #8b8b8b;
  border: none;
  color: #fff;
  height: 40px;
}
#profile-fields .bootstrap-select .btn {
  width: 40px;
  height: 40px;
  color: #fff;
  border: 1px solid #4AA0BE;
  background: #4AA0BE;
}
#profile-fields .terms {
  font-weight: 700;
  font-size: 13px;
  color: #676767;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#profile-fields .profile-label {
  font-weight: 600;
  font-size: 13px;
  color: #676767;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 2px;
  margin-bottom: 0px;
}
#profile-fields .required-info {
  font-weight: 700;
  font-size: 13px;
  color: #989898;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 24px;
}
#profile-fields .terms-asterisk {
  position: absolute;
  right: 10px;
  bottom: 8px;
}
#profile-fields .error {
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
  background: #FF4F59;
  margin-top: 30px;
  padding: 30px;
  text-transform: uppercase;
}
#profile-fields .success {
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
  background: #66C193;
  margin-top: 20px;
  padding: 30px;
  text-transform: uppercase;
}
#profile-fields .fa-large {
  font-size: 18px;
}
#profile-fields .fa-blue {
  font-size: 16px;
  color: #4aa0be;
}
#profile-fields .bootstrap-select ul li:first-child {
  display: none !important;
}
#profile-submit {
  position: relative;
  background: #4aa0be;
  color: #fff;
  font-size: 12pt;
}
#profile-certificates {
  background: #fff;
}
#profile-certificates .intro-line {
  margin-top: 45px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 60px;
  font-weight: 300;
  line-height: 72px;
  color: #676767;
}
@media (max-width: 990px) {
  #profile-certificates .intro-line {
    font-size: 48px;
    line-height: 54px;
  }
}
@media (max-width: 768px) {
  #profile-certificates .intro-line {
    font-size: 32px;
    line-height: 36px;
  }
}
#profile-certificates .intro-copy {
  color: #fff;
  margin-top: 30px;
  margin-bottom: -5px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
}
#profile-certificates .certificate-course {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#profile-certificates .certificate-course .certificate-course-title {
  font-size: 36px;
  color: #808080;
  font-weight: 300;
  line-height: 36px;
  margin-top: 10px;
  margin-bottom: 15px;
}
@media (max-width: 960px) {
  #profile-certificates .certificate-course .certificate-course-title {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  #profile-certificates .certificate-course .certificate-course-title {
    font-size: 22px;
    line-height: 26px;
  }
}
#profile-certificates .certificate-course .certificate-course-date {
  display: none;
}
#profile-certificates .certificate-course:last-child {
  border-bottom: none;
}
#certificate-modal .modal-body {
  background: #fff !important;
}
#certificate-modal .modal-dialog {
  padding-top: 15%;
}
#certificate-modal .certificate-header {
  font-size: 28px;
  letter-spacing: 1px;
  color: #47A780;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 30px;
}
#certificate-modal ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: ##808080;
  text-transform: uppercase;
}
#certificate-modal :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #808080;
  text-transform: uppercase;
  opacity: 1;
}
#certificate-modal ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #808080;
  text-transform: uppercase;
  opacity: 1;
}
#certificate-modal :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #808080;
  text-transform: uppercase;
}
#certificate-modal .form-group {
  margin-bottom: 10px;
  position: relative;
}
#certificate-modal .form-group .input-asterisk {
  position: absolute;
  right: 15px;
  bottom: -15px;
}
#certificate-modal .certificate-field {
  background-color: #f2f2f2;
  border: none !important;
  color: #808080;
  height: 40px;
}
#certificate-modal .modal-dialog {
  width: 96%;
}
@media screen and (min-width: 768px) {
  #certificate-modal .modal-dialog {
    width: 500px;
  }
}
/*# sourceMappingURL=page-profile.css.map */