/*  Syntax Quick Reference
  --------------------------
  column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)
  span($ratio: 1, $offset: 0)
  shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)
  unshift()
  edit()
  center($max_width: 1410px, $pad: 0)
  stack($pad: 0, $align: false)
  unstack()
  align($direction: both)
  cf()
*/
html, body {
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  font-family: "skolar", "georgia", "serif";
  color: #333;
}

body {
  margin: 0;
  font-size: 1.125em;
  line-height: 1.5em;
  color: #333;
}
@media (min-width: 60em) {
  body {
    font-size: 1.4em;
  }
}

p, body p {
  font-family: "skolar", "georgia", "serif";
  margin-bottom: .5em;
}

.wrap {
  *zoom: 1;
}
.wrap:before, .wrap:after {
  content: '';
  display: table;
}
.wrap:after {
  clear: both;
}

footer {
  background-color: #419169;
  color: #fff;
}
@media (max-width: 40em) {
  footer {
    text-align: center;
  }
}
footer a {
  color: #DCAA50;
  border: none;
}
footer a:visted {
  color: #DCAA50;
}
footer img {
  margin-right: 1em;
}
footer h3 {
  margin-bottom: .25em;
  font-family: "proxima-nova", "sans-serif";
}
footer p {
  font-family: "proxima-nova", "sans-serif";
}

.patients {
  font-weight: 500;
  font-size: .75em;
}

h1, h2, h3 {
  font-family: "proxima-nova", "sans-serif";
}

.gold {
  color: #DCAA50;
}

a {
  text-decoration: none;
  border-bottom: .1em solid;
  color: #419169;
}
a:visited {
  color: #419169;
}
a:hover {
  color: #DCAA50;
}

h2 {
  font-weight: 700;
  color: #419169;
  font-size: 1.5em;
  margin-bottom: .5em;
}

.italic {
  font-family: "skolar", "Georgia", "serif";
  font-style: italic;
  font-weight: 100;
  font-size: .75em;
  color: #999999;
  position: relative;
  top: -.1em;
}

header {
  text-align: center;
}

.center {
  margin: 0 auto;
}

.container {
  padding: 2em 1em;
  max-width: 55em;
}

.container:empty {
  display: none;
  padding: 0;
}

.section-heading {
  text-align: center;
  line-height: 1em;
  margin-bottom: 0;
}
@media (min-width: 60em) {
  .section-heading {
    margin-bottom: .5em;
  }
}

.logo {
  width: 4em;
  display: inline-block;
  vertical-align: middle;
  margin: .25em;
}
@media (min-width: 60em) {
  .logo {
    width: 5em;
    margin: .25em 2em;
  }
}

.nav-links a:hover {
  color: #DCAA50;
}
@media (max-width: 35em) {
  .nav-links {
    display: none;
  }
}

nav {
  background-color: #419169;
  color: #fff;
  font-family: "proxima-nova", "sans-serif";
}
nav a {
  color: #fff;
  display: inline-block;
  border: none;
}
nav a:visited {
  color: inherit;
}
nav ul {
  display: inline-block;
}
nav ul li {
  display: inline-block;
  margin: .5em .25em;
  font-size: .9em;
}
@media (min-width: 40em) {
  nav ul li {
    font-size: 1em;
    margin: .5em;
  }
}

.drop-down:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  color: #fff;
  margin: 0 .125em;
  vertical-align: bottom;
}

.dropdown {
  position: relative;
  text-align: left;
  width: 5.5em;
  color: #fff;
}

.dropdown-text {
  cursor: pointer;
  position: relative;
  width: 100%;
}

.dropdown-text:after {
  position: absolute;
  right: .5em;
  top: .65em;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #116937 transparent transparent transparent;
}

.dropdown-text,
.dropdown-content {
  background-color: #419169;
}

.dropdown-toggle {
  font-size: 0;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  top: 0;
  border: none;
  padding: 0;
  background: transparent;
  height: 1.5em;
  width: 100%;
}

.dropdown:hover {
  outline: 0;
}

.dropdown-content {
  transition: all .25s ease;
  list-style-type: none;
  position: absolute;
  top: 1.5em;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  line-height: 1.5em;
  width: 8em;
}

.dropdown-content a {
  display: block;
}

.dropdown:hover > .dropdown-content {
  z-index: 999;
}

.dropdown:hover > .dropdown-text:after {
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #116937 transparent;
}

.dropdown:hover > .dropdown-content {
  opacity: 1;
  visibility: visible;
  top: 2em;
}

@media (min-width: 45em) {
  .main-content {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 65.0%;
    margin-left: 0%;
    margin-right: 5%;
    padding-right: 2.5em;
    border-right: .1em solid #efefef;
  }
  .main-content:before, .main-content:after {
    content: '';
    display: table;
  }
  .main-content:after {
    clear: both;
  }
  .main-content:last-child {
    margin-right: 0%;
  }
}
.main-content h3 {
  margin: 1em 0 .5em;
}

@media (min-width: 45em) {
  .sidebar {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 30.0%;
    margin-left: 0%;
    margin-right: 5%;
  }
  .sidebar:before, .sidebar:after {
    content: '';
    display: table;
  }
  .sidebar:after {
    clear: both;
  }
  .sidebar:last-child {
    margin-right: 0%;
  }
}
.sidebar img {
  margin-top: .5em;
}

.page-heading h1 {
  margin: .25em 0;
  color: #419169;
  text-align: left;
}
.page-heading p {
  font-family: "proxima-nova", "sans-serif";
  margin: 0;
}

.sidebar-section {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: .1em solid #efefef;
}

.section-icon {
  width: auto;
  margin-bottom: .5em;
}

.icon {
  float: left;
  width: 4em;
  margin: 0 1em .5em 0;
}

.content {
  max-width: 40em;
  margin: 0 auto;
}
.content img {
  max-width: 100%;
}
.content h1 {
  color: #419169;
}
.content h2 {
  color: #333;
  font-size: 1.25em;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.content h3 {
  margin: 1em 0 .25em;
}
.content ul, .content ol {
  margin-left: .25rem;
  padding-left: 1.5rem;
  list-style-type: square;
}
.content ul li:first-child, .content ol li:first-child {
  margin-top: 0;
}

.hero-container {
  padding-top: 2rem;
  margin: 0 auto;
  text-align: center;
}

.hero {
  background: url("/portals/0/skins/jh2016/images/JH-header.jpg");
  background-position: center;
  background-size: cover;
  text-align: center;
}
.hero h2 {
  color: #fff;
  font-size: 1.125em;
  line-height: 1em;
  margin: 0;
}
.hero p {
  font-family: "skolar", "georgia", "serif";
  margin-top: .5em;
  font-size: .825em;
  line-height: 1.5em;
  color: #fff;
}
@media (min-width: 35em) {
  .hero {
    text-align: center;
  }
  .hero h2 {
    font-size: 2em;
  }
  .hero p {
    font-size: 1em;
  }
}
.hero p {
  margin: 1em 0;
}
@media (min-width: 60em) {
  .hero p {
    margin: 1.5em 0;
  }
}

.search-tool {
  padding-bottom: 2rem;
}
.search-tool p {
  margin-top: .5em;
  font-size: .825em;
  line-height: 1em;
  color: #fff;
  font-style: italic;
}
@media (min-width: 35em) {
  .search-tool {
    text-align: center;
  }
  .search-tool p {
    font-size: 1em;
  }
}
@media (min-width: 60em) {
  .search-tool p {
    margin: 1.5em;
  }
}

.donate-button {
  background-color: #DCAA50;
  padding: .25em .75em;
  font-weight: 600;
  margin: 0 1em;
  font-size: .85em;
}
.donate-button:hover {
  background-color: #3E565E;
}

.donate input {
  display: none;
}

.button {
  cursor: pointer;
  font-family: "proxima-nova";
  font-weight: 600;
  background-color: #DCAA50;
  padding: .4em 1em;
  border-bottom: none;
  color: #fff;
  margin: 1em 0;
  display: inline-block;
}
.button:hover, .button:visited {
  color: #fff;
}
.button:hover {
  background-color: #3E565E;
}

select {
  font-family: "proxima-nova", "sans-serif";
  display: block;
  max-width: 25em;
  margin: .5em auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: none;
  background-color: #fff;
  color: #333;
  padding: .5em 1em;
  height: 2.5em;
  background: #fff url("/portals/0/skins/jh2016/images/joes_house_select_arrow.png") no-repeat 100.1% center;
  background-size: 2.55em;
}
@media (min-width: 40em) {
  select {
    margin-top: 1em;
  }
}

.text-center {
  text-align: center;
  margin-top: 1em;
}

.grey-bg {
  background-color: #efefef;
}

.news {
  text-align: center;
}
.news svg {
  width: 3em;
  stroke: #419169;
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-width: 1.5px;
  fill-rule: evenodd;
  fill: none;
}

.partners {
  padding: 2em 1em 1em;
  text-align: center;
}
.partners ul {
  list-style: none;
}
.partners li {
  display: inline-block;
}
.partners img {
  width: auto;
  margin: 1em 2em;
  max-height: 3em;
}

.col-2 {
  margin: 1em 0;
}
@media (min-width: 40em) {
  .col-2 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 47.5%;
    margin-left: 0%;
    margin-right: 5%;
  }
  .col-2:before, .col-2:after {
    content: '';
    display: table;
  }
  .col-2:after {
    clear: both;
  }
  .col-2:last-child {
    margin-right: 0%;
  }
}

.col-3 {
  margin-bottom: 1.25em;
}
.col-3 svg {
  height: 4em;
  margin-bottom: .25em;
}
@media (min-width: 40em) {
  .col-3 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 30.0%;
    margin-left: 0%;
    margin-right: 5%;
    margin-bottom: 0;
  }
  .col-3:before, .col-3:after {
    content: '';
    display: table;
  }
  .col-3:after {
    clear: both;
  }
  .col-3:last-child {
    margin-right: 0%;
  }
}

.copyright {
  text-align: center;
  font-size: .8em;
}

.rate, .proximity {
  color: #fff;
  position: relative;
  text-align: center;
}
@media (min-width: 40em) {
  .rate, .proximity {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    text-align: left;
  }
}
.rate select, .proximity select {
  display: inline-block;
}
.rate h3, .proximity h3 {
  text-transform: uppercase;
}
.rate h2, .proximity h2 {
  color: #DCAA50;
  font-size: 1.5em;
}
.rate select, .proximity select {
  min-width: 50%;
}

input {
  border: 0;
}

.search {
  margin: 0 auto;
  width: 100%;
  display: table;
}

.search-box {
  padding: 1em;
  max-width: 25em;
  margin: 0 auto;
}
@media (min-width: 45em) {
  .search-box {
    margin: 1em;
  }
}
.search-box .button {
  display: inline-block;
  padding: .625em 1em;
  margin-left: 1em;
}

.rate {
  background-color: #419169;
}
@media (min-width: 40em) {
  .rate .search-box {
    float: right;
  }
}

.proximity {
  background-color: #3E565E;
}
@media (min-width: 40em) {
  .proximity .search-box {
    float: left;
  }
}

/* Navigation Menu - Background */
.navigation {
  /* critical sizing and position styles */
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  /* non-critical appearance styles */
  list-style: none;
  background: #DCAA50;
}

/* Navigation Menu - List items */
.nav-item {
  /* non-critical appearance styles */
  width: 100%;
}

.nav-item a {
  /* non-critical appearance styles */
  display: block;
  padding: .75em;
  color: #fff;
  font-size: 1.2em;
  text-decoration: none;
  transition: ease-in-out 0.2s;
}

.nav-item a:hover {
  background-color: #DCAA50;
}

/* Site Wrapper - Everything that isn't navigation */
.site-wrap {
  /* Critical position and size styles */
  min-height: 100%;
  min-width: 100%;
  background-color: white;
  /* Needs a background or else the nav will show through */
  position: relative;
  top: 0;
  bottom: 100%;
  left: 0;
  z-index: 1;
  background-color: #fff;
  /* non-critical apperance styles */
}

/* Nav Trigger */
.nav-trigger {
  /* critical styles - hide the checkbox input */
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

label[for="nav-trigger"] {
  /* critical positioning styles */
  position: absolute;
  top: 1.1em;
  right: 1.1em;
  z-index: 2;
  /* non-critical apperance styles */
  height: 25px;
  width: 33px;
  cursor: pointer;
}
@media (min-width: 35em) {
  label[for="nav-trigger"] {
    display: none;
  }
}

/* Make the Magic Happen */
.nav-trigger + label, .site-wrap {
  transition: top 0.2s;
}

.nav-trigger:checked ~ .site-wrap {
  top: 13.5em;
}

body {
  /* Without this, the body has excess horizontal scroll when the menu is open */
  overflow-x: hidden;
}

/* Additional non-critical styles */
code {
  padding: 2px;
  background: #ddd;
}

/* Slider */
.slider {
  display: table;
  width: 100%;
  overflow: hidden;
}
.slider img {
  width: 100%;
}

.slider-img {
  display: table-cell;
  width: 70%;
}
.slider-img img {
  display: block;
}

/** VARIABLES 
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 2em auto;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper a {
  border: none;
}

.bxslider {
  margin: 0;
  padding: 0;
}
.bxslider li p {
  color: #fff;
  margin: 0 20%;
  font-size: 3em;
  font-weight: 900;
  position: absolute;
  z-index: 9999;
  top: 25%;
  left: 0;
  bottom: 25%;
  right: 0;
  display: inline-block;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #3E565E;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: -1em;
  background: url("/portals/0/skins/jh2016/images/left-arrow.svg") no-repeat;
  background-size: .5em;
  background-position: center;
  background-color: #DCAA50;
}

.bx-wrapper .bx-next {
  right: -1em;
  background: url("/portals/0/skins/jh2016/images/right-arrow.svg") no-repeat;
  background-size: .5em;
  background-position: center;
  background-color: #DCAA50;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 25%;
  outline: 0;
  width: 3em;
  height: 3em;
  text-indent: -9999px;
  z-index: 9999;
}
@media (max-width: 28.125em) {
  .bx-wrapper .bx-controls-direction a {
    display: none;
  }
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.ac a {
  color: inherit;
}

.ac-label {
  position: relative;
  padding: 1em;
  display: block;
  cursor: pointer;
  background-color: green;
  transition: background-color .15s ease-in-out;
}

.ac-label:after, .ac-input:checked + .ac-label:after {
  content: "+";
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 2em;
  height: 100%;
  padding: 0 .5em;
  line-height: 3em;
  text-align: center;
  transition: background-color .15s ease-in-out;
}

.ac-label:hover:after, .ac-input:checked + .ac-label:after {
  background-color: #b5b5b5;
}

.ac-input:checked + .ac-label:after {
  content: "-";
}

.ac-input {
  display: none;
}

.ac-text, .ac-sub-text {
  opacity: 0;
  height: 0;
  transition: opacity .25s ease-in-out;
  overflow: hidden;
}

.ac-input:checked ~ .ac-text, .ac-sub .ac-input:checked ~ .ac-sub-text {
  opacity: 1;
  height: auto;
}

hr {
  margin: 2em 0;
}

@media (min-width: 45em) {
  .main-content {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 65.0%;
    margin-left: 0%;
    margin-right: 5%;
    padding-right: 2.5em;
    border-right: .1em solid #efefef;
  }
  .main-content:before, .main-content:after {
    content: '';
    display: table;
  }
  .main-content:after {
    clear: both;
  }
  .main-content:last-child {
    margin-right: 0%;
  }
}
.main-content h3 {
  margin: 1em 0 .5em;
}

@media (min-width: 45em) {
  .sidebar {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 30.0%;
    margin-left: 0%;
    margin-right: 5%;
  }
  .sidebar:before, .sidebar:after {
    content: '';
    display: table;
  }
  .sidebar:after {
    clear: both;
  }
  .sidebar:last-child {
    margin-right: 0%;
  }
}
.sidebar img {
  margin-top: .5em;
}

.page-heading h1 {
  margin: .25em 0;
  color: #419169;
  text-align: left;
}
.page-heading p {
  font-family: "proxima-nova", "sans-serif";
  margin: 0;
}

.sidebar-section {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: .1em solid #efefef;
}

.section-icon {
  width: auto;
  margin-bottom: .5em;
}

.icon {
  float: left;
  width: 4em;
  margin: 0 1em .5em 0;
}

#tabs-resources h3 {
  margin: 1em 0 .5em;
}
#tabs-resources ul {
  text-align: justify;
  margin-bottom: 2em;
}
#tabs-resources ul li {
  display: inline-block;
  width: 19.5%;
  text-align: center;
  margin: 0;
}
#tabs-resources ul li h2 {
  font-size: .6em;
  line-height: 1em;
}
@media (min-width: 80em) {
  #tabs-resources ul li h2 {
    font-size: .75em;
  }
}
#tabs-resources ul li img {
  width: 3em;
}

.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0;
}

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
}

.r-tabs .r-tabs-panel {
  display: none;
}

.r-tabs .r-tabs-accordion-title {
  display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 45em) {
  .r-tabs .r-tabs-nav {
    display: none;
  }

  .r-tabs .r-tabs-accordion-title {
    display: block;
  }

  #tabs h2 {
    font-size: 1em;
    text-align: left;
  }

  .section-icon {
    float: left;
    width: 2em;
    margin-right: 1em;
  }
}
/* Tabs container */
.r-tabs {
  position: relative;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
  display: inline-block;
  padding: .5em 0;
  text-decoration: none;
  border: 0;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
  opacity: 0.5;
  border: 0;
}

@media (min-width: 45em) {
  .r-tabs-state-default {
    opacity: .65;
  }
  .r-tabs-state-default:hover {
    opacity: 1;
  }
}
/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  border-bottom: 0.25em solid #DCAA50;
}

/* Tab panel */
/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  display: block;
  border: 0;
  text-align: center;
  margin-bottom: 2em;
}

/* Active accordion anchor */
/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
  opacity: 0.5;
}

#tabs h3 {
  margin: 1em 0 .5em;
}
#tabs ul {
  text-align: justify;
  margin-bottom: 2em;
}
#tabs ul li {
  display: inline-block;
  width: 19.25%;
  text-align: center;
  margin: 0;
}
#tabs ul li h2 {
  font-size: .6em;
  line-height: 1em;
}
@media (min-width: 80em) {
  #tabs ul li h2 {
    font-size: .75em;
  }
}

.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0;
}

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
}

.r-tabs .r-tabs-panel {
  display: none;
}

.r-tabs .r-tabs-accordion-title {
  display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 45em) {
  .r-tabs .r-tabs-nav {
    display: none;
  }

  .r-tabs .r-tabs-accordion-title {
    display: block;
  }

  #tabs h2 {
    font-size: 1em;
    text-align: left;
  }

  .section-icon {
    float: left;
    width: 2em;
    margin-right: 1em;
  }
}
/* Tabs container */
.r-tabs {
  position: relative;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
  display: inline-block;
  padding: .5em 0;
  text-decoration: none;
  border: 0;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
  opacity: 0.5;
  border: 0;
}

@media (min-width: 45em) {
  .r-tabs-state-default {
    opacity: .65;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
  .r-tabs-state-default:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}
/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  border-bottom: 0.25em solid #DCAA50;
}

/* Tab panel */
/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  display: block;
  border: 0;
  text-align: center;
  margin-bottom: 2em;
}

/* Active accordion anchor */
/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
  opacity: 0.5;
}

.newsletters {
  margin-bottom: 1em;
}
.newsletters h1 {
  margin: .25em 0;
  color: #419169;
  text-align: left;
}
.newsletters ul {
  margin: 0;
  padding: 0;
}
.newsletters ul li {
  font-family: 'proxima-nova';
  display: inline-block;
  margin: .5em 1em .5em 0;
  line-height: 1em;
}

.tab-content img {
  float: left;
  width: 4em;
  margin: 0 1em .5em 0;
}

button, .menu-toggle {
  background: none;
  border: 0;
  color: #fff;
  padding: 1rem;
  text-transform: uppercase;
  vertical-align: bottom;
}

.nav-container {
  max-width: 60rem;
  margin: 0 auto;
  vertical-align: middle;
}

.primary-navigation {
  clear: both;
  margin: 0 auto;
  width: 100%;
  min-height: 3rem;
  position: relative;
  text-align: center;
}
.primary-navigation .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
  height: 1px;
  width: 1px;
}
.primary-navigation .menu-toggle {
  border-radius: 0;
  cursor: pointer;
  height: 3.6rem;
  width: 3rem;
  margin: .2rem;
  overflow: hidden;
  padding: 0;
  text-align: center;
  transition: background-color .2s ease;
  outline: 0;
  position: relative;
  top: 0;
  right: 0;
}
.primary-navigation .menu-toggle:before {
  color: #fff;
  content: "\2630";
  padding: 1rem;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 1.5rem;
  text-decoration: inherit;
}
.primary-navigation .nav-menu {
  display: none;
}
.primary-navigation .nav-menu ul {
  -webkit-padding-start: 0;
}
.primary-navigation .nav-menu ul ul {
  margin-left: -1rem;
}
.primary-navigation .nav-menu a {
  display: block;
  padding: 1rem;
  color: #fff;
  transition: background-color .2s ease-in-out;
}
.primary-navigation .nav-menu a:hover {
  color: #DCAA50;
}
.primary-navigation .nav-menu li {
  text-align: left;
  display: block;
  margin: 0;
}
.primary-navigation .nav-menu li.page_item_has_children {
  transition: all 250ms ease;
  position: relative;
}
.primary-navigation .nav-menu li.page_item_has_children:before {
  content: '';
  display: block;
  color: #DCAA50;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAYElEQVQ4T82SQQ7AIAgEd3+qL9Of0tSkRCMaCxe5z5BdIILDII8LBCKSABRnlNwiOCWZZNUOfkoa/C4fSjyUKDwJDuIMsCnYSCZ4KTAkJrwVdBJ8hVmnvuATnR+oWDjCA8ybJm5lcd5iAAAAAElFTkSuQmCC") center no-repeat;
  position: absolute;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  transition: all .35s ease-in-out;
  top: 0;
  right: 0;
}
.primary-navigation .nav-menu li.page_item_has_children.open:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.primary-navigation .nav-menu .children {
  display: none;
}

@media screen and (min-width: 40rem) {
  .menu-toggle {
    display: none;
  }

  .primary-navigation .nav-menu {
    display: inline-block !important;
  }
  .primary-navigation .nav-menu > ul > li {
    display: inline-block;
  }
  .primary-navigation .nav-menu li.page_item_has_children > a {
    width: auto;
  }
  .primary-navigation .nav-menu li.page_item_has_children:before {
    display: none;
  }
  .primary-navigation .nav-menu li.page_item_has_children:hover .children {
    background-color: #419169;
    padding: 1rem;
    position: absolute;
    display: block;
    z-index: 99;
    min-width: 100px;
  }
  .primary-navigation .nav-menu li.page_item_has_children:hover .children a {
    white-space: nowrap;
  }
}
#dnn_ctr405_AccSearchV3_ddlState {
  width: auto;
  margin: 0 auto;
}
#dnn_ctr405_AccSearchV3_ddlState select {
  background-color: #efefef !important;
}

#dnn_ctr405_AccSearchV3_pnlState p {
  color: #333;
}

#dnn_ctr380_AccSearchV3PreSearch_ddlState, #dnn_ctr380_AccSearchV3PreSearch_pnlState {
  margin: 0 auto;
}

.DnnModule-Console a, .dnnFormItem a, .dnn_mact a {
  border: none;
}
.DnnModule-Console h3, .dnnFormItem h3, .dnn_mact h3 {
  font-size: 1rem;
}

.c_head img {
  width: auto;
}
.c_head a {
  border: none;
}

#map_canvas {
  height: 100%;
}

#map_canvas_locations, #map_canvas_locations_by_hcf {
  height: 25rem;
  width: 100%;
}

.rgMasterTable {
  width: 100%;
  font-family: "skolar", "georgia", "serif";
  font-size: 1rem;
}
.rgMasterTable caption {
  text-align: left;
  margin-bottom: 1.5em;
}
.rgMasterTable a {
  text-decoration: none;
  border: 0;
}

td {
  background-color: #fff;
}

.rgMasterTable {
  margin: 1em 0;
}
@media (min-width: 40em) {
  .rgMasterTable {
    font-size: .85em;
  }
}
.rgMasterTable tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rgMasterTable th {
  display: none;
}
.rgMasterTable td {
  display: block;
  vertical-align: middle;
}
.rgMasterTable th, .rgMasterTable td {
  text-align: left;
  padding: .125em;
}
.rgMasterTable th:first-child, .rgMasterTable td:first-child {
  padding-top: 1em;
}
.rgMasterTable th:last-child, .rgMasterTable td:last-child {
  padding-bottom: 1em;
}
@media (min-width: 40em) {
  .rgMasterTable th, .rgMasterTable td {
    display: table-cell;
    padding: 1.5em .5em;
  }
  .rgMasterTable th:first-child, .rgMasterTable td:first-child {
    padding-top: 1.5em;
  }
  .rgMasterTable th:last-child, .rgMasterTable td:last-child {
    padding-bottom: 1.5em;
  }
}

.RadGrid_Office2007 .rgMasterTable tr.sponsor td {
  background-color: #E2F2E7;
  font-weight: bold;
  border-bottom: 1px solid #61C392;
}

#map_canvas_locations, #map_canvas_locations_by_hcf {
  max-height: 50vh;
}

.RadGrid_Office2007 {
  border: none;
  background-color: #fff;
  color: #333;
  font-size: 1rem;
  font-family: "proxima-nova", "sans-serif";
  line-height: 1.5;
}

.RadGrid_Office2007 .rgMasterTable, .RadGrid_Office2007 .rgDetailTable, .RadGrid_Office2007 .rgGroupPanel table, .RadGrid_Office2007 .rgCommandRow table, .RadGrid_Office2007 .rgEditForm table, .RadGrid_Office2007 .rgPager table {
  font-size: 1rem;
  font-family: "proxima-nova", "sans-serif";
  line-height: 1.5;
}

.RadGrid_Office2007 .rgHeader:first-child, .RadGrid_Office2007 th.rgResizeCol:first-child, .RadGrid_Office2007 .rgFilterRow > td:first-child, .RadGrid_Office2007 .rgRow > td:first-child, .RadGrid_Office2007 .rgAltRow > td:first-child {
  border-left-width: none;
  padding: 1rem;
}

.RadGrid_Office2007 .rgRow td, .RadGrid_Office2007 .rgAltRow td, .RadGrid_Office2007 .rgEditRow td, .RadGrid_Office2007 .rgFooter td {
  padding: .25em;
}
@media (min-width: 40em) {
  .RadGrid_Office2007 .rgRow td, .RadGrid_Office2007 .rgAltRow td, .RadGrid_Office2007 .rgEditRow td, .RadGrid_Office2007 .rgFooter td {
    padding: 1rem;
  }
}

.RadGrid .rgHeader, .RadGrid th.rgResizeCol {
  padding: 1rem;
}

.RadGrid_Office2007 .rgHeader {
  color: #333;
}

.RadGrid_Office2007 .rgHeader, .RadGrid_Office2007 th.rgResizeCol, .RadGrid_Office2007 .rgHeaderWrapper {
  border: none;
  border-width: 0;
  background: #419169;
}

.RadGrid_Office2007 .rgRow a, .RadGrid_Office2007 .rgAltRow a, .RadGrid_Office2007 .rgEditRow a, .RadGrid_Office2007 .rgFooter a, .RadGrid_Office2007 .rgEditForm a {
  color: #419169 !important;
  font-weight: 800;
}

.RadGrid_Office2007 .rgRow td, .RadGrid_Office2007 .rgAltRow td {
  border-color: #ddd;
}

@media (max-width: 40em) {
  .RadGrid_Office2007 .rgHeader:first-child, .RadGrid_Office2007 th.rgResizeCol:first-child, .RadGrid_Office2007 .rgFilterRow > td:first-child, .RadGrid_Office2007 .rgRow > td:first-child, .RadGrid_Office2007 .rgAltRow > td:first-child {
    margin-top: 1rem;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px 0 0 0;
  }
}

.RadGrid_Office2007 .rgRow td, .RadGrid_Office2007 .rgAltRow td, .RadGrid_Office2007 .rgEditRow td, .RadGrid_Office2007 .rgFooter td {
  border: none;
}
@media (min-width: 40em) {
  .RadGrid_Office2007 .rgRow td, .RadGrid_Office2007 .rgAltRow td, .RadGrid_Office2007 .rgEditRow td, .RadGrid_Office2007 .rgFooter td {
    border-color: #ddd;
    border-style: solid;
    border-width: 1px 0 0 0;
  }
}

.RadGrid_Office2007 .rgHeader a {
  color: #fff;
}

.RadGrid_Office2007 .rgPager {
  background: none;
  color: #333;
}

.RadGrid_Office2007 td.rgPagerCell {
  border-top: 1px solid #ddd;
  border-left: none;
}

.HCF_detail_main {
  margin-top: 1em;
}

#map_canvas {
  height: 25rem;
  width: 100%;
  max-height: 50vh;
  margin-bottom: 1rem;
}

.HCF_detail_list {
  margin: 1rem 0;
}

.hide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
  opacity: 0;
}

nav html body html body {
  margin: 0;
}
nav iframe {
  overflow: hidden;
  width: 5rem;
  height: 3rem;
  background-color: #DCAA50;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
nav iframe:hover {
  background-color: #3E565E;
}
@media (min-width: 50em) {
  nav iframe {
    width: 6rem;
    margin-left: .5rem;
  }
}
nav .hide {
  opacity: 0 !important;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
nav .text {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  top: 1.5rem;
  color: #fff;
}
nav form {
  display: inline-block;
  color: #fff;
  height: 3rem;
  width: 6rem;
  background-color: #DCAA50;
}

.paypal {
  display: inline-block;
  vertical-align: middle;
}

#dnn_ctr405_AccSearchV3_lblAmens table {
  margin-top: 1em;
}
#dnn_ctr405_AccSearchV3_lblAmens td, #dnn_ctr405_AccSearchV3_lblAmens tr, #dnn_ctr405_AccSearchV3_lblAmens tbody, #dnn_ctr405_AccSearchV3_lblAmens table {
  display: block;
}
#dnn_ctr405_AccSearchV3_lblAmens td strong {
  color: #333;
  font-size: 2em;
  font-family: "proxima-nova", "sans-serif";
  margin-top: 2em;
}
#dnn_ctr405_AccSearchV3_lblAmens td font {
  margin-top: 2rem;
}
#dnn_ctr405_AccSearchV3_lblAmens ul {
  margin: 1rem 0;
  padding: 0;
}
#dnn_ctr405_AccSearchV3_lblAmens ul li {
  display: inline-block;
  margin-right: .5rem;
}
#dnn_ctr405_AccSearchV3_lblAmens ul li:after {
  content: ',';
}
#dnn_ctr405_AccSearchV3_lblAmens ul li:last-child:after {
  content: '';
}

#dnn_ctr380_AccSearchV3PreSearch_btnGoCity, #dnn_ctr380_AccSearchV3PreSearch_btnGoHCF, #dnn_ctr405_AccSearchV3_btnGoCity, #dnn_ctr405_AccSearchV3_btnGoHCF {
  background-color: #DCAA50;
  font-family: "proxima-nova", "sans-serif";
  color: #fff;
  font-size: 1rem;
  padding: .75rem 1rem;
}

.RadGrid_Office2007 .rgPageFirst, .RadGrid_Office2007 .rgPagePrev, .RadGrid_Office2007 .rgPageNext, .RadGrid_Office2007 .rgPageLast {
  background-position: 0;
  background-size: 2rem;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
}
.RadGrid_Office2007 .rgPageFirst:hover, .RadGrid_Office2007 .rgPagePrev:hover, .RadGrid_Office2007 .rgPageNext:hover, .RadGrid_Office2007 .rgPageLast:hover {
  background-position: 0;
  opacity: .8;
}

.RadGrid_Office2007 .rgPageFirst {
  background-image: url("/portals/0/skins/jh2016/images/first.png");
}

.RadGrid_Office2007 .rgPageLast {
  background-image: url("/portals/0/skins/jh2016/images/last.png");
}

.RadGrid_Office2007 .rgPageNext {
  background-image: url("/portals/0/skins/jh2016/images/next.png");
}

.RadGrid_Office2007 .rgPagePrev {
  background-image: url("/portals/0/skins/jh2016/images/back.png");
}

.RadGrid_Office2007 .rgNumPart a:hover, .RadGrid_Office2007 .rgNumPart a.rgCurrentPage {
  background-image: none;
}

.RadGrid_Office2007 .rgNumPart a, .rgWrap .rgAdvPart {
  color: #419169;
  font-weight: 700;
}

.RadGrid_Office2007 .rgNumPart a.rgCurrentPage span, .RadGrid_Office2007 .rgNumPart a.rgCurrentPage:hover span {
  font-weight: 700;
  background: none;
}

.RadGrid .rgWrap {
  line-height: 2;
}

.RadGrid_Office2007 .rgPager {
  color: #419169;
}

.RadGrid .rgPager .RadComboBox {
  vertical-align: middle;
  font-family: "proxima-nova", "sans-serif";
  font-size: 1em;
  color: #419169;
}

.rgMasterTable tr {
  border: none;
}

.RadComboBox_Office2007 .rcbInputCell, .RadComboBox_Office2007 .rcbArrowCell {
  background-image: none;
  background-color: #DCAA50;
  color: #fff;
}

.RadGrid_Office2007 .rgInfoPart {
  color: #419169;
}

.RadGrid .rgNumPart span {
  padding: 0 .5rem;
  background: none;
  line-height: 2;
}
.RadGrid .rgNumPart span:hover {
  background: none;
}

.RadGrid_Office2007 .rgNumPart a.rgCurrentPage span {
  border-bottom: 2px solid #DCAA50;
}

.RadGrid_Office2007 .rgNumPart a:hover span, .RadGrid_Office2007 .rgNumPart a.rgCurrentPage span {
  background: none;
}

.RadGrid .rgNumPart span:hover {
  border-bottom: 2px solid #DCAA50;
}

.RadComboBox_Office2007 .rcbInputCell, .RadComboBox_Office2007 .rcbArrowCell {
  background-image: url("/portals/0/skins/jh2016/images/dropdown.png") !important;
}

.RadComboBoxDropDown_Office2007 {
  border: none;
  color: #333;
  font-family: "proxima-nova", "sans-serif";
  font-size: 1em;
}

.RadComboBoxDropDown .rcbItem, .RadComboBoxDropDown .rcbHovered, .RadComboBoxDropDown .rcbDisabled, .RadComboBoxDropDown .rcbLoading, .RadComboBoxDropDown .rcbCheckAllItems, .RadComboBoxDropDown .rcbCheckAllItemsHovered {
  padding: .5rem;
  font-size: 1rem;
}

.RadComboBoxDropDown_Office2007 .rcbHovered {
  color: #333;
  background-color: #DCAA50;
}

.RadComboBoxDropDown .rcbItem, .RadComboBoxDropDown .rcbHovered, .RadComboBoxDropDown .rcbDisabled, .RadComboBoxDropDown .rcbLoading, .RadComboBoxDropDown .rcbCheckAllItems, .RadComboBoxDropDown .rcbCheckAllItemsHovered {
  margin: 0;
}

.RadComboBoxDropDown {
  height: auto;
}

.RadComboBox .rcbInput {
  font-size: 1em;
  color: #333;
  font-family: "proxima-nova", "sans-serif";
  line-height: 1.5;
  padding: .25rem;
}

.RadComboBox_Office2007 .rcbReadOnly .rcbArrowCellRight {
  background-position: .25rem;
  background-color: none;
  padding: 0 .5rem 0 0;
}

.RadComboBox .rcbArrowCell a {
  background-color: transparent;
}

.rgWrap .rgAdvPart {
  float: none;
}
@media (min-width: 30em) {
  .rgWrap .rgAdvPart {
    float: left;
  }
}

#dnn_ctr380_AccSearchV3PreSearch_ddlCity, #dnn_ctr380_AccSearchV3PreSearch_ddlHCF, #dnn_ctr405_AccSearchV3_ddlCity, #dnn_ctr405_AccSearchV3_ddlHCF {
  float: left;
}
#dnn_ctr380_AccSearchV3PreSearch_ddlCity select, #dnn_ctr380_AccSearchV3PreSearch_ddlHCF select, #dnn_ctr405_AccSearchV3_ddlCity select, #dnn_ctr405_AccSearchV3_ddlHCF select {
  margin: 0;
}

#dnn_ctr405_AccSearchV3_ddlCity select, #dnn_ctr405_AccSearchV3_ddlHCF select, #dnn_ctr380_AccSearchV3PreSearch_ddlCity select, #dnn_ctr380_AccSearchV3PreSearch_ddlHCF select {
  margin: 0 !important;
}

#dnn_ctr380_AccSearchV3PreSearch_btnGoCity, #dnn_ctr380_AccSearchV3PreSearch_btnGoHCF, #dnn_ctr405_AccSearchV3_btnGoCity, #dnn_ctr405_AccSearchV3_btnGoHCF {
  padding: 0 1rem;
  height: 40px;
  margin-left: 2rem;
}

#dnn_ctr405_AccSearchV3_dgList_ctl00_ctl03_ctl01_PageSizeComboBox {
  width: 58px !important;
}
#dnn_ctr405_AccSearchV3_dgList_ctl00_ctl03_ctl01_PageSizeComboBox .rcbReadOnly .rcbInput, #dnn_ctr405_AccSearchV3_dgList_ctl00_ctl03_ctl01_PageSizeComboBox .rcbFocused .rcbReadOnly .rcbInput {
  color: #fff !important;
}
#dnn_ctr405_AccSearchV3_dgList_ctl00_ctl03_ctl01_PageSizeComboBox .RadComboBoxDropDown .rcbScroll {
  border: 1px solid #eee;
}
#dnn_ctr405_AccSearchV3_dgList_ctl00_ctl03_ctl01_PageSizeComboBox .rcbHovered .rcbReadOnly .rcbArrowCellRight, #dnn_ctr405_AccSearchV3_dgList_ctl00_ctl03_ctl01_PageSizeComboBox .rcbFocused .rcbReadOnly .rcbArrowCellRight, #dnn_ctr405_AccSearchV3_dgList_ctl00_ctl03_ctl01_PageSizeComboBox .rcbReadOnly .rcbArrowCellRight {
  background-position: 0 !important;
}

div.rgWrap.rgAdvPart, div.rgWrap.rgInfoPart {
  display: none;
}

@media (min-width: 40em) {
  div.rgWrap.rgAdvPart, div.rgWrap.rgInfoPart {
    display: block;
  }
}
.c-form, .form-group {
  font-family: "proxima-nova", "sans-serif" !important;
}
.c-form h3, .form-group h3 {
  font-weight: 700;
  font-family: "proxima-nova", "sans-serif" !important;
}

.bstrap3-material textarea, .bstrap3-material textarea.form-control, .bstrap3-material input.form-control, .bstrap3-material input[type=text], .bstrap3-material input[type=password], .bstrap3-material input[type=email], .bstrap3-material input[type=number], .bstrap3-material [type=text].form-control, .bstrap3-material [type=password].form-control, .bstrap3-material [type=email].form-control, .bstrap3-material [type=tel].form-control, .bstrap3-material [contenteditable].form-control {
  border: none !important;
  background-color: #efefef;
  box-shadow: none;
}

.bstrap3-material textarea:focus, .bstrap3-material textarea.form-control:focus, .bstrap3-material input.form-control:focus, .bstrap3-material input[type=text]:focus, .bstrap3-material input[type=password]:focus, .bstrap3-material input[type=email]:focus, .bstrap3-material input[type=number]:focus, .bstrap3-material [type=text].form-control:focus, .bstrap3-material [type=password].form-control:focus, .bstrap3-material [type=email].form-control:focus, .bstrap3-material [type=tel].form-control:focus, .bstrap3-material [contenteditable].form-control:focus {
  box-shadow: none;
}

.bstrap3-material .col-sm-offset-3 {
  margin-left: 0;
}

#dnn_ctr405_AccSearchV3_ddlState, #dnn_ctr405_AccSearchV3_ddlCity, #dnn_ctr405_AccSearchV3_ddlHCF, #dnn_ctr380_AccSearchV3PreSearch_ddlState, #dnn_ctr380_AccSearchV3PreSearch_ddlCity, #dnn_ctr380_AccSearchV3PreSearch_ddlHCF {
  width: 65% !important;
  font-size: 2rem !important;
}
#dnn_ctr405_AccSearchV3_ddlState select, #dnn_ctr405_AccSearchV3_ddlCity select, #dnn_ctr405_AccSearchV3_ddlHCF select, #dnn_ctr380_AccSearchV3PreSearch_ddlState select, #dnn_ctr380_AccSearchV3PreSearch_ddlCity select, #dnn_ctr380_AccSearchV3PreSearch_ddlHCF select {
  font-family: "proxima-nova", "sans-serif";
  font-size: 1rem !important;
  display: block;
  max-width: 25em;
  margin: .5em auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  background-color: #fff;
  color: #333;
  padding: .5em 1em;
  height: 2.5rem;
  background: #fff url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/441189/joes_house_select_arrow.png) no-repeat 100.1% center;
  background-size: 2.6em;
}
#dnn_ctr405_AccSearchV3_ddlState select option, #dnn_ctr405_AccSearchV3_ddlCity select option, #dnn_ctr405_AccSearchV3_ddlHCF select option, #dnn_ctr380_AccSearchV3PreSearch_ddlState select option, #dnn_ctr380_AccSearchV3PreSearch_ddlCity select option, #dnn_ctr380_AccSearchV3PreSearch_ddlHCF select option {
  font-size: 1rem !important;
}

#dnn_ctr405_AccSearchV3_ddlCity select, #dnn_ctr405_AccSearchV3_ddlHCF select, #dnn_ctr380_AccSearchV3PreSearch_ddlCity select, #dnn_ctr380_AccSearchV3PreSearch_ddlHCF select {
  margin: .5em auto;
}
@media (min-width: 40em) {
  #dnn_ctr405_AccSearchV3_ddlCity select, #dnn_ctr405_AccSearchV3_ddlHCF select, #dnn_ctr380_AccSearchV3PreSearch_ddlCity select, #dnn_ctr380_AccSearchV3PreSearch_ddlHCF select {
    margin: .5em 0;
  }
}

html .bstrap3-material .btn-info, .bstrap3-material .btn {
  cursor: pointer;
  font-family: "proxima-nova";
  font-weight: 600;
  font-size: 1em;
  padding: .4em 1em;
  border-bottom: none;
  color: #fff;
  margin: 1em 0;
  display: inline-block;
  background-color: #DCAA50;
  box-shadow: none;
  border: none;
  border-radius: 0;
  text-transform: none;
}
html .bstrap3-material .btn-info:hover, html .bstrap3-material .btn-info:visited, .bstrap3-material .btn:hover, .bstrap3-material .btn:visited {
  color: #fff;
}
html .bstrap3-material .btn-info:hover, .bstrap3-material .btn:hover {
  background-color: #3E565E;
}
html .bstrap3-material .btn-info:active, .bstrap3-material .btn:active {
  background-color: #3E565E;
  background-image: none;
  box-shadow: none;
}

html .bstrap3-material .btn-info:hover, html .bstrap3-material .btn-info:active:hover, html .bstrap3-material .btn-info:focus {
  background-color: #3E565E;
  box-shadow: none;
}

.bstrap3-material .form-control {
  height: 3rem;
}

.bstrap3-material textarea, .bstrap3-material textarea.form-control, .bstrap3-material input.form-control, .bstrap3-material input[type=text], .bstrap3-material input[type=password], .bstrap3-material input[type=email], .bstrap3-material input[type=number], .bstrap3-material [type=text].form-control, .bstrap3-material [type=password].form-control, .bstrap3-material [type=email].form-control, .bstrap3-material [type=tel].form-control, .bstrap3-material [contenteditable].form-control {
  padding: 0 0 0 1em;
  max-width: 100% !important;
}

html .bstrap3-material .btn-info, .bstrap3-material .btn {
  margin: 0;
}

input#dnn490Email {
  height: 3.625em;
}

.footer-link {
  color: #DCAA50;
}
.footer-link:visited {
  color: #DCAA50;
}

.small-text {
  font-size: 1rem;
}

.AdminLink {
  background: #DCAA50;
  font-family: "proxima-nova", "sans-serif";
  padding: 0.5rem;
  text-align: center;
}
.AdminLink a {
  color: #fff;
}

#logout a#dnn_dnnLOGIN_loginLink {
  background: #DCAA50;
  color: #fff;
  font-family: "proxima-nova", "sans-serif";
  font-weight: bold;
  display: block;
  text-align: center;
}

.donate-iframe {
  overflow: hidden;
  width: 5rem;
  height: 3rem;
  background-color: #DCAA50;
  color: #fff;
  margin: 1rem 0;
}
.donate-iframe:hover {
  background-color: #3E565E;
}
@media (min-width: 50em) {
  .donate-iframe {
    width: 6rem;
  }
}

/*# sourceMappingURL=main.css.map */
