form .required_ast {
  font-weight: bold;
  color: #E01919;
  vertical-align: top; }

.no_style {
    text-decoration: none;
    color: white;
}

.no_style:hover {
    text-decoration: none;
    color: white;
}

.page_heading a {
  color: white;
  text-decoration: none;
}

.msg_box {
  margin-left: 0px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #FFFDAA;
  border-radius: 6px;
  padding: 30px; }

#user_bar {
  border-bottom-width: 0px; }

.navbar {
  margin-bottom: 0px;
  background-color: white; }

.navbar-brand {
  padding: 19px 0px;
  font-weight: normal;
  height: auto; }

.navbar-brand span {
  font-size: 26px;
  font-family: NexaBold, sans-serif; }

.navbar-toggle {
  margin-top: 30px; }

#user_bar_dropdown {
  background-color: white; }

.body_content {
  padding: 20px 0px 20px 0px;
  min-height: 80%; }

#heading_container {
  padding: 7px 0px 10px 0px;
  background-color: #21A642;
  color: white; }

#heading_container h3, #heading_container h4 {
  color: white; }

.navbar-inner {
  background-image: none;
  background-color: #ffffff;
  border: none; }

.navbar-fixed-top .navbar-inner {
  box-shadow: none; }

.navbar {
  font-weight: bold;
  font-size: 18px; }

.navbar .dropdown-menu {
  font-size: 18px; }

.navbar-nav > li .members_only, .navbar-default .navbar-nav > li .members_only {
  color: #F2780C; }

.navbar-nav > li > a {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 34px 13px 34px 13px;
  color: #676767;
  font-size: 16px; }

#logo {
  height: 50px; }

.navbar-nav > li > a:hover {
  color: #5ACC70; }

.navbar-nav li.dropdown.open > .dropdown-toggle {
  background-color: white; }

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  color: #21A642;
  box-shadow: none;
  background-color: white;
  -webkit-box-shadow: none; }

.navbar-nav li.dropdown.open > .dropdown-toggle, .navbar-nav li.dropdown.active > .dropdown-toggle, .navbar-nav li.dropdown.open.active > .dropdown-toggle {
  color: #21A642;
  background-color: white; }

html, body {
  height: 100%; }

label {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  margin: 10px 0px; }

input[type=checkbox] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.3);
  /* IE */
  -moz-transform: scale(1.3);
  /* FF */
  -webkit-transform: scale(1.3);
  /* Safari and Chrome */
  -o-transform: scale(1.3);
  /* Opera */
  margin-top: 6px; }

#body_wrapper {
  min-height: 100%;
  height: auto !important;
  margin: 0 auto; }

#footer_div {
  font-size: 14px;
  color: #DDDDDD;
  margin: 0px 0px 0px 0px;
  background-image: url("/static/img/navy_blue.png");
  padding: 35px 0px 25px 0px; }

#footer_div a {
  color: #FFCA7F; }

#footer_div p {
  font-size: 14px; }

#copyright_p {
  text-align: right; }

.typekit-badge {
  display: none !important; }

.align_right {
  text-align: right; }

body {
  font-family: proxima-nova;
  font-size: 16px;
  line-height: 1.5;
  color: #444; }

h1, h2, h3, h4, h5, h6 {
  color: #222;
  line-height: 1.5; }

h2 {
  font-weight: normal; }

h3 {
  font-size: 28px;
  font-family: NexaLight;
  font-weight: 300; }

h4 {
  font-size: 21px;
  font-weight: bold; }

h5 {
  font-size: 18px;
  font-weight: lighter;
  /*font-style: italic;*/ }

h6 {
  font-size: 16px;
  font-family: NexaBold;
  font-weight: 300; }

input[type=text], input[type=search], input[type=password], input[type=email], input[type=number], input[type=url] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

select {
  width: 220px;
  background-color: #fff;
  border: 1px solid #ccc;
  height: 30px;
  line-height: 30px; }

.modal-backdrop.fade.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.notice {
  font-size: 18px; }

.error {
  color: red; }

#mc-embedded-subscribe {
  margin-top: 0px;
  width: 160px; }

.mailchimp_email {
  width: 206px !important;
  display: inline-block !important; }

.search-query {
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px; }

.opt-in_form {
  background-color: #FFFDAA;
  padding: 25px;
  border-radius: 6px;
  margin: 25px 0px; }

#profile_nav {
  background-color: #FFFDAA;
  padding: 25px;
  border-radius: 6px; }

@media (max-width: 768px) {
  .navbar-nav > li > a {
    padding: 10px; }

  .notice {
    font-size: 18px; }

  #footer_div a, #footer_div p {
    margin: 0px 30px; }

  #copyright_p {
    text-align: left; }

  .page_heading {
    margin-left: 40px; } }
