@charset "utf-8";
/* CSS Document */
/* Space out content a bit */
#jmmHomepage {
  /*border-top: 1px solid #0057b8;
	border-bottom: 1px solid #0057b8;*/
  padding-top: 10px;
  padding-bottom: 10px;
}
body {
  padding-top: 20px;
  padding-bottom: 20px;
}
fieldset * {
  font-size: 1.0em !important;
}
h2 {
  background-color: transparent;
  color: #0057b8;
}
/* Everything but the jumbotron gets side spacing for mobile first views */
.header, .marketing, .footer {
  padding-right: 15px;
  padding-left: 15px;
}
/* Custom page header */
.header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px; /* Make the masthead heading the same height as the navigation */
}
.smalltext {
  font-size: 19px;
}
/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 2px solid #99ca3c !important;
}
/* AMS branding colors foreground */
.AMS_blue_foreground {
  background-color: transparent;
  color: #0057b8;
}
.AMS_orange_foreground {
  background-color: transparent;
  color: #E87722;
}
.AMS_gray_foreground {
  background-color: transparent;
  color: #98A4AE;
}
.AMS_black_foreground {
  background-color: transparent;
  color: #25282B;
}
.AMS_secondary_red_foreground {
  background-color: transparent;
  color: #C8102E;
}
.AMS_secondary_orange_foreground {
  background-color: transparent;
  color: #FFA300;
}
.AMS_secondary_blue_foreground {
  background-color: transparent;
  color: #5BC2E7;
}
.AMS_secondary_yellow_foreground {
  background-color: transparent;
  color: #5BC2E7;
}
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}
/* end AMS branding colors foreground */
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0
}
.form-horizontal .checkbox, .form-horizontal .radio {
  min-height: 27px
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px
}
@media (min-width:768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px
}
@media (min-width:768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33px;
    font-size: 18px
  }
}
@media (min-width:768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px
  }
