@charset "utf-8";
/* CSS Document */
legend {
  color: #005195;
  font-style: normal;
  font-family: 'Noto Sans', verdana, "sans-serif";
  font-weight: 700;
  font-size: 1.313rem;
  margin-bottom: .522em;
  text-transform: none;
  border-bottom: none;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, .8);
  border-radius: .2rem;
}
h1.section-header {
  color: #005195;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
h1.section-header span:after {
  border-bottom: medium solid;
  content: ' ';
  display: block;
  width: 60px;
  margin: 25px auto;
}
h1.section-divider {
  border-top: 3px solid #005195;
  padding-top: 15px;
  margin-top: 10px;
  top: 5px;
  padding-bottom: 5px;
  position: relative
}
.two-col-right > div.callout-box.callout-cta #search-filters {
  text-align: left;
}
.form-control {
  width: 100%;
}
@media (min-width: 768px) {
  .btn a:hover {
    text-decoration: none !important;
  }
  .audience-menu .btn-link {
    color: #005195;
    border-radius: 4px;
  }
  .audience-menu .btn-link:hover {
    color: #005195;
    background-color: #f1f2f3;
    border-color: #004177;
    transition: all .3s ease-in-out;
  }
  .btn-link:hover, .btn-link:focus {
    background-color: #e6e6e6;
    border-color: #adadad;
  }
  .carousel-caption-form {
    text-align: left;
  }
  .panel.panel-default {
    position: relative;
    /*bottom: 80px;*/
  }
}

/*Navbar Brand Reversed*/
.navbar-reversed {
  background-color: #005195;
  border-bottom-width: medium;
  border-bottom-style: solid;
  border-radius: 0;
  content: ' ';
  display: block;
  width: 100%;
  margin-bottom: 2px;
}
a.navbar-brand-reversed {
  position: absolute;
  display: block;
  height: 83px;
  width: 405px;
  background: url(../images/ecc-logo-white.png) no-repeat;
  text-indent: -9000px;
  text-decoration: none;
  font: 1.4em/27px 'Noto Sans', Verdana, "sans-serif";
  margin-left: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 481px) {
  a.navbar-brand-reversed {
    width: 84px;
  }
  .navbar-reversed > .container .navbar-brand-reversed, .navbar-reversed > .container-fluid .navbar-brand-reversed {
    margin-left: 40%;
  }
}
@media (max-width: 767px) {
  .panel.panel-default {
    position: relative;
    bottom: 0;
    margin-top: 15px;
  }
}
/*Navbar transition/animation*/
@media screen and (max-width: 880px) {
  a {
    -webkit-transition: all .0s ease-in-out;
    transition: all .0s ease-in-out;
  }
  a.navbar-brand-reversed {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
  }
}
@media (max-width: 879px) {
  .navbar-reversed {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.bs-example {
  margin: 20px 20px 0;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #a3abaf;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/*Mailchimp*/

#mc_embed_signup form {
    padding: 0 !important;
}

#mc-embedded-subscribe {
    width: 100% !important;
    margin: 0 !important;
}

#mc_embed_signup .mc-field-group {
    width: 100% !important;
}
#mc_embed_signup .mc-field-group select {
    width: 100% !important;
	padding: 8px !important;
}

#mc_embed_signup div#mce-responses,#mc_embed_signup div.mce_inline_error {
   padding: 0;
   margin: 0;
   width: 100%;
}

#mc_embed_signup div.response {
    margin: 15px 0 20px !important;
	padding: 15px !important;
    width: 100% !important;
}

/*div#mce-error-response a {
    display: none !important;
}*/

div#mce-error-response::before {
    display: inline-block;
    font: normal normal normal 16px/0 FontAwesome;
	content: '\f06a';
    font-size: 2em;
    padding-right: .25em;
    vertical-align: middle;
}

div#mce-error-response::after {
    content: ', or please provide a different email address.' !important;
}

div#mce-success-response::before {
    display: inline-block;
    font: normal normal normal 16px/0 FontAwesome;
	content: '\f058';
    font-size: 2em;
    padding-right: .25em;
    vertical-align: middle;
}

div#mce-success-response::after {
    content: ' Please check your email inbox for a confirmation message.' !important;
}
















