/* TYPOGRAPHY
   ----------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

a {
    color: #BE1B1B;
}

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

/* Font Awesome */
.fa-check-circle-o {
    color: #BE1B1B;
}

/* NAVIGATION
   ----------------------------- */

.navbar-logo {
  float: left;
  max-width: 300px;
}

.navbar {
  margin-bottom: 0;
  padding: 10px;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  background: #fff;
  text-shadow: none;
}

.navbar-nav > li > a {
  font-size: 20px;
  font-weight: 700;
  padding-right: 0;
  padding-left: 0;
  color: #444 !important;
  color: rgba(68, 68, 68, 1);
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  color: #999 !important;
  background-color: transparent;
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #ccc;
}

@media (min-width:768px) {
  .navbar-logo {
    max-width: 100%;
  }

  .navbar-nav {
    margin-top: 10px;
  }

  .navbar-nav > li {
    display: inline-block;
  }

  .navbar-nav > li + li {
    margin-left: 20px;
  }

}

@media (min-width:768px) {
  .navbar-nav {
    float: right;
  }

}

@media (min-width:768px) and (max-width:992px) {
  #header-contact {
    text-align: center;
  }

  .navbar-logo {
    display: block;
    float: none;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .navbar-header {
    float: none;
  }

  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  .navbar .navbar-collapse {
    text-align: center;
  }

}

.navbar-collapse {
  border: none;
}

/* INTRO SECTION
   ----------------------------- */
.intro-header {
    text-align: center;
    color: #fff;
    background: url(../img/mentorship/bg-event.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(31, 42, 73, 0.6);
    letter-spacing: 8px;
    font-weight: 400;
    text-transform: uppercase;
}

@media(max-width:767px) {
    .intro-message {
      padding-top: 10%;
        padding-bottom: 10%;
    }

    .intro-divider {
        width: 100%;
    }
}

/* CONTENT SECTIONS
   ----------------------------- */

.content-section-light {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.content-section-dark {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.section-heading {
    margin-bottom: 30px;
    font-size: 40px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

/* CTA Button */
.cta-button-section {
  padding: 40px 0;
  background: url(../img/bg-blurred.jpg) no-repeat center center;
  background-size: cover;
}

.cta-button-section p {
  color: #fff;
}

/* Top Disclaimer Text */
.top-cta-disclaimer {
  font-size: 12px;
  margin-top: 5px;
  color: #666;
}

.top-cta-disclaimer img {
  margin-top: -5px;
}

.disclaimer-section {
  margin-top: 40px;
  padding: 40px 0;
  background: url(../img/mentorship/bg-grey-variations.png) repeat;
}

.disclaimer-section .small {
  color: #ccc;
}

/* CTA Button */
.cta-button-section {
  padding: 40px 0;
  background: url(../img/mentorship/bg-blurred.jpg) no-repeat center center;
  background-size: cover;
}

.cta-button-section p {
  color: #fff;
}

/* Thank You Page */
.thank-you-section { margin: 50px 0; }

/* GLOBAL SETTINGS
   ----------------------------- */

/* Form Validation */
input.parsley-success,textarea.parsley-success { color: #468847; border: 1px solid #d6e9c6; background-color: #dff0d8; }
input.parsley-error,textarea.parsley-error { color: #b94a48; border: 1px solid #eed3d7; background-color: #f2dede; }
ul.parsley-errors-list { font-size: 12px; margin: 2px; padding: 0; list-style-type: none; }
ul.parsley-errors-list li { line-height: 12px; color: #a94442; }

/* Change Placeholder Color on Error */
input.parsley-error::-webkit-input-placeholder {
    color: #a94442 !important;
}

input.parsley-error:-moz-placeholder {
    /* Firefox 18- */
    color: #a94442 !important;
}

input.parsley-error::-moz-placeholder {
    /* Firefox 19+ */
    color: #a94442 !important;
}

input.parsley-error:-ms-input-placeholder {
    color: #a94442 !important;
}

.form-control { font-weight: 400;}

/* Default Button */
.btn-default {
  font-size: 28px;
  font-weight: 700;
  padding: 10px 10px;
  text-align: center;
  white-space: normal;
  text-decoration: none;
  color: #806208;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #f90;
  border-left: 0;
  border-radius: 6px;
  background: rgb(241, 231, 103); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(241, 231, 103, 1)), color-stop(100%, rgba(254, 182, 69, 1))); /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%); /* Chrome10+, Safari5.1+ */
  background: -o-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%); /* W3C */
  -webkit-box-shadow: inset 0 0 5px #fff;
  -moz-box-shadow: inset 0 0 5px #fff;
  box-shadow: inset 0 0 5px #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1e767', endColorstr='#feb645', GradientType=0);    /* IE6-9 */
}

.btn-default:hover,
.btn-default:active {
  color: #574407;
}

.btn-default:focus {
  color: #806208;
}

.btn-default:active {
  background: rgb(241, 231, 103); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(241, 231, 103, 1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(241, 231, 103, 1)), color-stop(100%, rgba(254, 182, 69, 1))); /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(241, 231, 103, 1) 100%); /* Chrome10+, Safari5.1+ */
  background: -o-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(241, 231, 103, 1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(241, 231, 103, 1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(241, 231, 103, 1) 0%, rgba(241, 231, 103, 1) 100%); /* W3C */
}

/* Primary Button */
.btn-primary {
  border-color: #245580;
  background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover {
  background-color: #265a88;
  background-position: 0 -15px;
}

/* Animations */
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
@-webkit-keyframes flash {
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
}
@keyframes flash {
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
}

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