/*
Theme Name: HBC 2014
Theme URI: http://www.ahaconference.org/
Description: Updated theme for 2014. HTML5 and responsive! No bootstrap
Author: Luke Trautwein + Nathan Zander
Version: 1.0
*/
/**
* 0.0 Table of Contents
*
* Less document to be compiled on the client site. Contains all core CSS for theme.
*
* 
* 1.0 Configuration & Reset
* 2.0 Typography
* 3.0 Structure
* 4.0 Navigation
* 5.0 Tags
* - 5.1 Tables
* - 5.2 Lists
* - 5.3 Forms
* 6.0 Selectors (Classes)
* 7.0 Page Specific
* 8.0 Phark
* 9.0 Media Queries
**/
/**
* 1.0 Configuration and Reset
*
**/
/*
	Margin, padding, and border resets
	except for form elements
*/
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}
/*
	Consistency fixes
	adopted from http://necolas.github.com/normalize.css/
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
  display: block;
  position: relative;
}
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  min-height: 100%;
  font-size: 100%;
}
a,
a:visited {
  text-decoration: none;
  outline: none;
}
a:active {
  outline: none;
}
a:focus {
  -moz-outline-style: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
b,
strong {
  font-weight: bold;
}
abbr[title] {
  border-bottom: 1px dotted;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img,
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}
input,
textarea,
button,
select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}
input:focus,
a:focus,
h3:focus {
  outline: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  overflow: auto;
}
label,
a:hover,
label:hover {
  cursor: pointer;
}
p img {
  float: none;
  margin: 0px;
}
ul {
  list-style: none;
}
small {
  display: block;
}
::selection {
  background: #FFD142;
  color: white;
}
::-moz-selection {
  background: red;
  color: white;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  -webkit-tap-highlight-color: rgba(251, 167, 7, 0.62);
}
/**
* 1.1 Declare Initial Variables
*
**/
/*@font-size: 1.2em;*/
/**
* 2.0 Typography
*
**/
@font-face {
  font-family: 'enriquetaregular';
  src: url('css/enriqueta-regular-webfont.eot');
  src: url('css/enriqueta-regular-webfont.eot#iefix') format('embedded-opentype'), url('css/enriqueta-regular-webfont.woff') format('woff'), url('css/enriqueta-regular-webfont.ttf') format('truetype'), url('css/enriqueta-regular-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'enriquetabold';
  src: url('css/enriqueta-bold-webfont.eot');
  src: url('css/enriqueta-bold-webfont.eot#iefix') format('embedded-opentype'), url('css/enriqueta-bold-webfont.woff') format('woff'), url('css/enriqueta-bold-webfont.ttf') format('truetype'), url('css/enriqueta-bold-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 0.90625em;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 1.10625em;
}
a {
  color: #e06e08;
  font-style: normal;
  text-decoration: none;
}
#main .entry p > a:hover,
#main .entry td > a:hover {
  color: #e06e08;
  border-bottom: 1px dotted;
}
.home #main .entry a:hover,
#main .entry a:hover img {
  border-bottom: none;
}
nav a {
  display: block;
  font-family: "enriquetaregular", serif;
  text-decoration: none !important;
}
nav.breadcrumbs a {
  display: inline-block;
}
h1,
h2,
h3,
h4 {
  color: #000000;
  font-family: 'enriquetabold';
  font-weight: normal;
}
p,
cite,
td,
li,
time {
  color: #000000;
  font-size: 0.90625em;
  line-height: 1.4em;
}
.entry p {
  margin: 13px 0px;
}
h1 {
  font-size: 1.6em;
  line-height: 2.5em;
}
article h1 {
  font-size: 1.6em;
  line-height: 1.0em;
  margin: 20px 0px;
  padding: 20px 0px 18px 0px;
  margin-bottom: 18px;
}
h1.page-title {
  margin: 25px 0px -24px 24px;
  padding: 1px 0px 0px 0px;
}
h1.entry-title a,
h2.entry-title a {
  text-decoration: none;
}
h2 {
  font-size: 1.3em;
}
.entry h2 {
  line-height: 1.3em;
  margin: 24px 0px 4px 0px;
}
h2.widgettitle {
  display: none;
}
h2.entry-title {
  clear: both;
}
p + h2 {
  margin-top: 20px;
}
h3 {
  font-size: 1.1em;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  margin: 8px 0px;
  line-height: 1.3em;
}
/*h3:before{content: url(images/design/highlight_leftnav.png); padding-right: 5px;}
	h3:after{content: url(images/design/highlight_leftnav.png); padding-left: 5px;}*/
h3.title {
  text-align: left;
}
h3.title:before,
h3.title:after {
  content: none;
}
h3.title a {
  text-decoration: none;
  margin-bottom: -4px;
}
h3 + cite,
h3 + time {
  display: block;
  margin-top: -8px;
}
p + h3 {
  margin-top: 20px;
}
h1 + h3 {
  margin-top: -18px;
}
h4 {
  font-size: 1em;
}
/**
* 3.0 Structure
*
**/
html {
  background: url(images/design/bg.jpg);
}
body.home {
  background: url(images/design/blackheader_border.png) repeat-x;
  background-position: 0px 95px;
  background-size: 343px;
}
header {
  width: 65.51724138em;
  margin: 0 auto;
  height: auto;
  position: relative;
  z-index: 1000;
  display: block;
  z-index: 2;
}
header nav#access {
  margin: 0px;
  padding-top: 66px;
  width: 50em;
  margin-left: 15.51724138em;
  display: block;
  position: relative;
}
.home header nav#access {
  width: 65.51724138em;
  margin: -95px 0px 0px 0px;
  padding: 0px;
}
header #utilities {
  position: absolute;
  top: 9px;
  right: 0px;
  width: 330px;
  z-index: 10;
}
header #searchform {
  margin: -21px 0px 0px 0px;
  float: right;
}
header #searchform input {
  font-size: 9px;
  width: 76px;
  margin: 2px 4px 0px 0px;
  height: 9px;
}
#content-wrapper {
  width: 65.51724138em;
  margin: 0 auto;
  position: relative;
  min-height: 300px;
  margin-top: -24px;
}
.home #content-wrapper {
  margin-top: 1.72413793em;
}
#main {
  width: 34.48275862em;
  margin-left: 15.51724138em;
  background: #FFF;
  min-height: 600px;
}
.home #main {
  margin-left: 13.79310345em;
  width: auto;
  padding: 0 0 0 1.72413793em;
  background: none;
  min-height: 450px;
}
#main.wide {
  width: 50em;
}
.parent-pageid-2145 #main,
.page-id-2145 #main {
  min-height: 700px;
}
#main.list-view,
.list-view {
  padding-bottom: 1em;
  margin-bottom: 1em;
}
#main article {
  margin: 1.72413793em;
}
#main h1 + .entry {
  margin-top: -18px;
}
#main h2 + p {
  margin-top: auto;
}
#main h3 + p {
  margin-top: 4px;
}
.home .entry {
  float: left;
  width: 250px;
  margin-right: 26px;
  position: relative;
}
.home .entry h2.category-title {
  background: url(images/design/bucketheader.png) no-repeat;
  width: 100%;
  height: 38px;
  margin: 0px 0px -6px -10px;
  display: block;
  background-size: 100%;
}
.home .entry h2.category-title a {
  color: #FFF;
  font-size: 18px;
  font-weight: normal;
  font-family: "enriquetabold", serif;
  text-decoration: none;
  padding: 3px 0px 0px 13px;
  display: block;
}
.home .entry img.attachment-post-thumbnail {
  float: none;
  margin: -6px 0px 0px -2px;
  max-width: 232px;
}
.gecko .home .entry h2.category-title a {
  padding-top: 2px;
}
.home .entry h1.title a {
  color: white;
  font-size: 27px;
  font-family: "enriquetaregular", serif;
  text-decoration: none;
  background: black;
  display: block;
  margin: -5px 0px 0px -2px;
  padding: 7px;
  line-height: 31px;
  height: 95px;
  width: 218px;
}
.home .entry h1.title a:hover {
  color: #e06e08;
}
aside {
  width: 13.79310345em;
  position: absolute;
}
aside#primary {
  top: 0px;
  right: 0px;
}
.home aside#primary {
  top: 0px;
  left: 0px;
}
aside#secondary {
  top: 0px;
  right: 0px;
}
aside.menu {
  top: 413px;
  left: 0px;
  width: 200px;
  /*position: relative; float: left; width: @3cols; margin: 123px 0px 35px 0px;*/
}
.page-template-tmpl_wide-php aside#primary {
  display: none;
}
.page-template-tmpl_wide-php.page-id-4069 aside#primary {
  display: block;
  top: 710px;
  left: 0px;
}
footer {
  width: 65.51724138em;
  margin: 0px auto 20px auto;
  padding-bottom: 20px;
  text-align: center;
  clear: both;
}
footer p {
  font-size: .7em;
  margin-top: 30px;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 14px;
}
/**
* 4.0 Navigation
*
**/
@media screen and (min-width: 768px) {
  a.menu-link {
    display: none;
  }
  #menu-main {
    list-style: none;
    *zoom: 1;
    width: 100%;
    display: table;
  }
  .js #menu-main {
    max-width: none;
    position: static;
    width: 100%;
  }
  #menu-main:before,
  #menu-main:after {
    content: " ";
    display: table;
  }
  #menu-main:after {
    clear: both;
  }
  #menu-main > li {
    position: relative;
    display: inline-block;
    text-align: center;
    width: auto;
    background: transparent;
  }
  #menu-main > li:hover,
  #menu-main > li.hover {
    background: #f2e71f;
    color: #000000;
  }
  #menu-main > li > a {
    display: block;
    border-right: 1px solid transparent;
    text-decoration: none;
    color: #000000;
    font-family: "enriquetaregular", serif;
  }
  #menu-main > li > a:hover {
    border-bottom: none;
  }
  #menu-main > li:last-child a {
    border-right: 0px;
  }
  #menu-main > li.hover > ul {
    left: auto;
  }
  #menu-main > li > ul {
    position: absolute;
    left: -9999px;
    background-color: transparent;
    min-width: 100%;
    z-index: 1;
    width: auto;
    padding-top: 0px;
  }
  #menu-main > li > ul li {
    width: 100%;
    display: block;
    background: transparent;
  }
  #menu-main > li > ul li a {
    color: #000000;
    font-family: "enriquetaregular", serif;
    text-align: left;
    white-space: normal;
    display: block;
    text-decoration: none;
  }
  #menu-main > li > ul li a:hover {
    text-decoration: none;
  }
  #menu-main > li li > ul {
    display: none;
  }
  #menu-main > li li > ul li {
    width: 100%;
  }
  #menu-main > li li > ul li > a {
    color: #000000;
  }
  #menu-main > li li.hover > ul {
    display: block;
    left: 100%;
    position: absolute;
    margin-top: -24px;
  }
  #menu-main li li li ul {
    display: none;
  }
  /*
	* Theme Specific Styles
	*/
  nav#menu {
    height: 37px;
    display: block;
    position: relative;
    z-index: 1000;
    margin-left: -2px;
    width: 107%;
  }
  .home nav#menu {
    margin-left: 0px;
    width: 102%;
  }
  #menu-main > li {
    text-align: left;
    cursor: pointer;
    background-color: transparent;
    position: relative;
  }
  .home #menu-main > li#menu-item-2330 {
    margin-right: 188px;
  }
  .gecko .home #menu-main > li#menu-item-2330 {
    margin-right: 179px;
  }
  .home #menu-main > li a {
    padding: 7px 31px 8px 16px;
    color: #FFF;
  }
  .home #menu-main > li li a {
    color: #000;
  }
  #menu-main > li a {
    font-size: 16px;
    color: #000000;
    padding: 10px 16px 6px 16px;
    line-height: 22px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    font-weight: normal;
    font-family: 'enriquetaregular';
  }
  #menu-main > li ul.sub-menu li {
    float: none;
    width: 100%;
    max-width: inherit;
    cursor: pointer;
    min-width: 133px;
    background-color: #ffa40d;
  }
  #menu-main > li ul.sub-menu li a {
    text-transform: none;
    padding: 1px 11px;
    white-space: nowrap;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: normal;
  }
  #menu-main > li.current-menu-item a,
  #menu-main > li.current-menu-ancestor a {
    color: #000;
    background: #ffa40d;
  }
  #menu-main > li:hover,
  #menu-main > li.hover {
    background: #ffa40d;
    color: #000;
  }
  #menu-main > li > a:hover,
  #menu-main > li:hover > a {
    color: #000;
    cursor: pointer;
  }
  #menu-main > li ul.sub-menu li a:hover {
    color: #FFF;
  }
}
@media screen and (max-width: 767px) {
  #menu-main > li.hover > ul,
  #menu-main > li li.hover > ul {
    display: block;
    max-height: 100%;
  }
}
aside nav.menu-supp ul li {
  border: none;
}
aside nav.menu-supp ul li a {
  display: none;
}
/*aside nav.menu-supp ul ul li:first-child{padding: 2px 0px 4px 0px;line-height: 22px;}
aside nav.menu-supp ul ul li.current-menu-item:first-child{padding: 0px; line-height: 16px;}*/
aside nav.menu-supp ul ul li {
  border-top: 2px solid black;
  padding: 6px 0px 4px 0px;
  text-align: right;
  font-size: 15px;
  width: 100%;
  line-height: 16px;
}
aside nav.menu-supp ul ul li a {
  color: #000000;
  display: block;
  display: inline;
}
aside nav.menu-supp ul ul li a:hover {
  color: #e06e08;
}
aside nav.menu-supp ul ul li.current-menu-item a,
aside nav.menu-supp ul ul li.current_page_item a {
  color: #e06e08;
  /*background: url(images/design/highlight_leftnav.png) no-repeat 0% 50%;*/
  display: inline;
  padding-left: 28px;
}
aside nav.menu-supp ul ul ul li {
  display: none;
}
aside nav.menu-supp ul ul li.current-menu-parent ul li,
aside nav.menu-supp ul ul li.current-menu-item ul li {
  padding: 6px 0px 1px 0px;
  line-height: 12px;
  display: block;
  border: none;
}
aside nav.menu-supp ul ul ul li a {
  font-size: 12px;
}
aside nav.menu-supp ul ul li.current-menu-item ul li a {
  color: #000;
  background: none;
}
nav.menu-footer {
  text-align: center;
  margin: 10px auto 23px auto;
  padding-bottom: 2px;
  height: 19px;
}
nav.menu-footer ul li {
  float: none;
  display: inline-block;
}
nav.menu-footer ul li a {
  text-decoration: none;
  padding: 0px 15px;
  color: #000;
  font-weight: normal;
  font-size: 14px;
}
nav.menu-footer ul li a:hover,
nav.menu-footer ul li.current-menu-item a {
  color: #e06e08;
}
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
  background: #eee;
  border-bottom: 1px solid #ddd;
  color: #1982d1;
  clip: auto !important;
  font-size: 12px;
  position: absolute;
  text-decoration: underline;
  top: 0;
  left: 7.6%;
}
/* Utilities Nav */
nav#supp {
  float: right;
  margin: 8px 109px 0px 0px;
  z-index: 100;
}
nav#supp li {
  margin-right: 15px;
  display: inline-block;
}
nav#supp li a {
  color: #000;
  font-size: 11px;
  text-transform: uppercase;
}
nav#supp li a:hover,
nav#supp li.current-menu-item a,
nav#supp li.current-menu-ancestor a {
  color: #e06e08;
}
nav#supp li ul {
  display: none;
}
nav.social-media {
  float: right;
}
nav.social-media li {
  float: left;
  display: block;
  list-style: none;
  margin-right: 4px;
  height: 18px;
  line-height: 18px;
}
nav.social-media li a {
  display: block;
  font-size: 18px;
  color: #000;
}
nav.social-media li a:hover {
  color: #e06e08;
}
nav.social-media li img {
  width: 100%;
}
#signup {
  width: 134px height: 18px;
}
#signup a {
  width: 134px;
  height: 18px;
  background: url(images/icons/stay_updated.png) no-repeat -134px 0;
  cursor: pointer;
  background-size: 200%;
}
#signup a:hover {
  background-position: 0px 0px;
}
nav.breadcrumbs {
  display: block;
  padding-top: 18px;
  margin: 0px 0px -24px 0px;
}
/**
* 5.0 Tags
*
**/
/* 5.1 Tables */
table {
  text-align: left;
  border-collapse: collapse;
  font-family: Verdana, Geneva, sans-serif;
  position: relative;
  width: 100%;
}
table th {
  font-size: 15.5;
  font-weight: normal;
  padding: 10px 8px;
  color: #000000;
}
table td {
  padding: 5px 2px 5px 8px;
  color: #000000;
}
table p,
table td,
table li {
  font-size: 13.2px;
}
table thead {
  text-align: center;
  border-bottom: 2px #cccccc solid;
}
table thead th {
  padding: 2px;
}
table tr {
  border-bottom: 2px #cccccc solid;
}
table tr:last-child {
  border: none;
}
table td {
  padding: 5px 3px;
  vertical-align: top;
}
table td ul {
  list-style: disc;
  margin-left: 16px;
}
table td ul li {
  padding-left: -5px;
}
table tr:nth-child(2n) {
  background-color: rgba(242, 231, 31, 0.25);
  color: #000;
}
table.simple tr:nth-child(2n) {
  background-color: transparent;
  color: #000;
}
table.extra thead th,
table.extra td {
  padding: 10px;
}
table.extra tr:nth-child(2n) {
  border: 2px #cccccc solid;
  border-width: 2px 0px;
}
h2 + table {
  margin-top: -10px;
}
table.reg td {
  vertical-align: middle;
}
table.reg td:nth-child(2n) {
  background: rgba(242, 231, 31, 0.25);
  font-size: 22px;
  color: #000;
  font-weight: bold;
}
table td img {
  max-width: 90%;
}
/* 5.2 Lists */
ul li:last-child,
ul li.last-child {
  margin: 0px !important;
  margin-right: 0px !important;
  border-right: none !important;
}
ul li.break {
  clear: both;
}
ul#vcard {
  list-style: none;
}
ul.simple,
ol.simple {
  list-style: none;
}
ul.widgets li {
  margin-bottom: 1.72413793em;
}
ul.widgets li img {
  width: 200px;
  height: auto;
}
.entry ul {
  list-style: disc;
  margin-left: 16px;
}
ul.three.cols {
  width: 120%;
  margin: -6px;
  padding: 0px;
}
ul.three.cols li {
  float: left;
  width: 26%;
  list-style: none;
  padding: 7px;
  margin: 0px 5px 10px 0px;
  height: 121px;
  font-size: 12px;
  line-height: 17px;
}
ul.three.cols li:nth-child(2n) {
  background-color: #ecf2e8;
}
ul.simple,
ul.speakers {
  list-style: none;
  margin-left: -40px;
}
ul.speakers li {
  clear: both;
  background: url(http://www.ahaconference.org/wp-content/themes/HBC2014/images/design/hr.png) 50% 100% no-repeat;
  padding-bottom: 10px;
}
ul.horizontal {
  list-style: none;
  margin: 0px;
}
ul.horizontal li {
  display: inline;
  margin-right: 5px;
  background: none;
}
ul.horizontal li:first-child {
  margin-right: 0px;
}
ul.horizontal li:after {
  content: ',';
}
ul.horizontal li:first-child:after,
ul.horizontal li:last-child:after {
  content: '';
}
ul.zebra {
  list-style: none;
  margin-left: 0px;
}
ul.zebra li {
  padding: 7px;
  line-height: 15px;
  margin: 7px 0px;
}
ul.zebra li:nth-child(2n) {
  background: #EEE;
}
/* 5.3 Forms */
.msg {
  color: #2b2b2b;
  /*corner*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.msg h3 {
  font-size: 2em;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  padding: 0;
  margin: 2px 0 -10px 0;
}
.msg.info {
  background: #d1ecf7 url("images/icons/form-ic-info.png") no-repeat 12px 23px;
  border-color: #bcdfef;
}
.msg.warning {
  background: #fff6bf url("http://www.ahaconference.org/wp-content/themes/HBC2014/form-ic-warning.png") no-repeat 12px 23px;
  border-color: #fceb77;
}
.msg.error {
  background: #fad0d0 url("http://www.ahaconference.org/wp-content/themes/HBC2014/img/form-ic-error.png") no-repeat 12px 23px;
  border-color: #f6abab;
}
.msg.success {
  background: #e5f8ce url("http://www.ahaconference.org/wp-content/themes/HBC2014/img/form-ic-success.png") no-repeat 12px 23px;
  border-color: #d0f1a6;
}
.msg-success strong,
.msg-success a {
  color: #62b548;
}
.msg-info strong,
.msg-info a {
  color: #11689e;
}
.msg-warning strong,
.msg-warning a {
  color: #957210;
}
.msg-error strong,
.msg-error a {
  color: #b01717;
}
article > .msg {
  margin: 20px 0px;
  padding: 10px;
  float: left;
  width: 100%;
}
article > .msg h3 {
  font-size: 1.2em;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  padding: 10px 10px 8px 10px;
  margin: 2px 0 -10px 0;
  padding-left: 42px;
}
/* form validation */
.error {
  border-color: #FAD0D0 !important;
  color: #b01717 !important;
  /* shadow */
  -moz-box-shadow: 0 0 3px 0 rgba(176, 23, 23, 0.4);
  -webkit-box-shadow: 0 0 3px 0 rgba(176, 23, 23, 0.4);
  box-shadow: 0 0 3px 0 rgba(176, 23, 23, 0.4);
}
p iframe {
  width: 100%;
}
.adobeform {
  margin-left: -35px;
}
/**
* 6.0 Selectors (classes)
*
**/
.phark,
.phark a {
  text-indent: -5000px;
  display: block;
  /*font-size: 0;*/
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}
.left,
.alignleft {
  float: left;
}
.right,
.alignright {
  float: right;
}
img.alignleft {
  margin: 0px 18px 18px 0px;
}
img.alignright {
  margin: 0px 0px 18px 18px;
  max-width: 50%;
  height: auto;
}
.entry img.alignnone,
.entry img.aligncenter {
  margin: 0px;
  width: 100%;
  height: auto;
}
.clear {
  clear: both;
}
.perfect {
  height: 0;
}
.hideme {
  display: none;
}
p.important {
  color: #373534;
}
#main .entry .button,
#main .button,
#main .entry .btn,
#main .btn {
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #FFF;
  font-size: 14px;
  background: #000;
  padding: 6px 0px 4px 0px;
  text-decoration: none;
  display: block;
  max-width: 165px;
  margin: 20px auto;
  text-align: center;
  font-family: "enriquetaregular", serif;
  line-height: 17px;
}
#main .entry .button:hover,
#main .button:hover,
#main .entry .btn:hover,
#main .btn:hover {
  background: #e06e08;
  text-decoration: none;
  color: #FFF;
  border: none;
}
#main .entry .inline-button,
#main .inline-button,
#main .entry .inline-btn,
#main .inline-btn {
  display: inline-block;
  padding: 7px 10px;
  margin-right: 10px;
}
#main .entry .fake.button,
#main .fake.button,
#main .entry .fake.btn,
#main .fake.btn,
#main .entry .fake.button:hover,
#main .fake.button:hover,
#main .entry .fake.btn:hover,
#main .fake.btn:hover,
#main .entry .button,
#main .button,
#main .entry .btn,
#main .btn {
  background: #000;
}
#main .entry .fake.button:hover,
#main .fake.button:hover,
#main .entry .fake.btn:hover,
#main .fake.btn:hover {
  cursor: default;
}
.small.button {
  font-size: 1.0em;
  padding: 7px 10px;
  display: inline-block;
  margin: 0px 20px 0px 0px;
}
.caption {
  font-family: Verdana, Geneva, sans-serif;
  font-size: .78em;
}
.entry img.attachment-post-thumbnail {
  float: right;
  margin: 0px 0px 10px 15px;
  max-width: 40%;
  height: auto;
}
.mobile-only,
.tablet-only {
  display: none !important;
}
.not-mobile {
  display: block;
}
.pdf-icon {
  background: url('http://www.ahaconference.org/wp-content/themes/HBC2014/images/icons/pdf_icon.png') center right no-repeat;
  padding: 0 39px 0 0;
  white-space: wrap;
}
p.pdf {
  background: url('http://www.ahaconference.org/wp-content/themes/HBC2014/images/icons/pdf_icon.png') center left no-repeat;
  padding: 0 0px 0 40px;
  white-space: wrap;
}
span.pdf a {
  background: url('http://www.ahaconference.org/wp-content/themes/HBC2014/images/icons/pdf_icon.png') center left no-repeat;
  width: 37px;
  height: 11px;
  display: inline-block;
}
.audio-icon {
  background: url('http://www.ahaconference.org/wp-content/themes/HBC2014/images/icons/audio.png') center right no-repeat;
  padding: 0 20px 0 0;
  white-space: wrap;
  margin-bottom: -1px;
}
span.audio a {
  background: url('http://www.ahaconference.org/wp-content/themes/HBC2014/images/icons/audio.png') center right no-repeat;
  width: 15px;
  height: 14px;
  display: inline-block;
  margin-bottom: -1px;
}
p.audio {
  background: url('http://www.ahaconference.org/wp-content/themes/HBC2014/images/icons/audio.png') center left no-repeat;
  padding: 0 0px 0 20px;
  white-space: wrap;
}
.video-icon {
  background: url('http://www.ahaconference.org/wp-content/themes/HBC2014/images/icons/video.png') center right no-repeat;
  padding: 0 20px 0 0;
  white-space: wrap;
}
.sold-out {
  background: url('http://www.ahaconference.org/wp-content/themes/HBC2014/images/icons/soldout2.png') center right no-repeat;
  padding: 6px 0 6px 0;
  white-space: wrap;
}
#social-links.bottom {
  padding: 18px 0px;
}
/*--- Accordion ----*/
#accordion {
  display: none;
  padding-bottom: 36px;
}
#accordion h3 {
  text-align: center;
  cursor: pointer;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 9px 3px 8px 27px;
  background: rgba(0, 0, 0, 0.1);
  margin: 14px 0px 12px 0px;
  clear: both;
  font-size: 18px;
  line-height: 17px;
}
.page-id-2293 #accordion h3 {
  font-size: 25px;
}
#accordion h3.ui-accordion-header:before,
#accordion h3.ui-accordion-header:after {
  content: none;
}
#accordion h3:nth-child(2n) {
  background-color: rgba(242, 231, 31, 0.25);
}
#accordion h3.ui-accordion-header .ui-icon {
  width: 23px;
  height: 23px;
  background: url(images/icons/accordion.png);
  display: block;
  margin: -4px 2px 0px 3px;
  float: right;
}
#accordion h3.ui-state-default .ui-icon {
  background-position: 23px 0px;
}
#accordion h3.ui-state-active .ui-icon {
  background-position: 0px 0px;
}
#accordion .ui-accordion-content h2 {
  font-size: 1.1em;
}
#accordion article {
  margin: 0px;
  padding: 0px 10px;
}
#accordion.seminars article {
  padding: 10px;
}
#accordion article:nth-child(2n) {
  background-color: rgba(242, 231, 31, 0.25);
  border: 2px #cccccc solid;
  border-width: 2px 0px;
}
#accordion article h1 {
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
  margin: 5px 0px;
  line-height: 12px;
  padding: 0px;
  font-weight: normal;
}
#accordion article h2 {
  font-size: 14px;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 14px;
  margin: 0px 0px 9px 0px;
  font-weight: normal;
}
#accordion .ui-accordion-content p,
.ui-accordion-content {
  font-size: 13px;
  line-height: 1.4em;
  color: #000;
  margin: 0px;
}
#accordion .ui-accordion-content {
  padding: 15px;
  margin-top: -15px;
  min-height: 126px;
}
#accordion.simple .ui-accordion-content {
  background: none;
}
#accordion.seminars article p {
  font-size: 0.90625em;
  line-height: 18px;
}
#accordion div h4 {
  text-align: center;
  font-size: 17px;
}
.screen-reader-text {
  position: absolute;
  left: -9000px;
}
/**
* 7.0 Page Specific
*
**/
.archive #main {
  margin-bottom: 20px;
}
.archive article h1 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  clear: both;
}
.archive article cite {
  margin-bottom: 10px;
  display: block;
}
.archive article img.wp-post-image {
  float: left;
  margin: 0px 10px 10px 0px;
}
#main .speakers .entry img.wp-post-image {
  margin: 6px 0px 0px 20px;
  float: right;
  width: 50%;
  height: auto;
}
.page #main img.attachment-speaker_th {
  float: left;
  margin: 0px 12px 0px 0px;
}
ul.speakers li {
  margin-bottom: 24px;
  clear: both;
}
#accordion .ui-accordion-content hgroup h2 {
  font-size: 15px;
  margin-top: -2px;
  line-height: 18px;
}
#accordion .ui-accordion-content hgroup h2 a {
  text-decoration: none;
}
#accordion .ui-accordion-content hgroup h2 a:hover {
  border-bottom: 1px dotted;
}
.parent-pageid-35 aside.menu {
  left: -76px;
  width: 276px;
}
.parent-pageid-5 aside.menu {
  left: -16px;
  width: 217px;
}
/* Special styling for sponsors page*/
#post-51 #sponsors {
  margin: 22px 0px 0px 0px;
  width: 723px;
}
#post-51 #sponsors li,
#post-51 #sponsors li:last-child {
  list-style: none;
  height: 100%;
  line-height: 100%;
  margin: 0px 56px 20px 0px;
  width: 25%;
}
#post-51 #sponsors li img {
  width: auto;
  height: auto;
  max-width: 180px;
}
footer #sponsor-wrapper {
  height: auto;
  background: url("images/design/sponsorbanner.png") 50% 0% no-repeat;
  background-size: 22%;
  padding-top: 50px;
}
footer #sponsor-wrapper #sponsors {
  height: 72px;
  width: 65.51724138em;
  margin: 0 auto;
  visibility: hidden;
}
.ie8 footer #sponsor-wrapper #sponsors {
  visibility: visible !important;
}
#sponsors ul {
  height: inherit;
  width: inherit;
  margin: 0px 0px 0px 12px;
  padding: 0px;
}
#sponsors li {
  text-align: center;
  list-style: none;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  margin: 0px 10px 5px 10px;
  vertical-align: middle;
  position: relative;
}
#sponsors li img {
  margin: 0px;
  vertical-align: middle;
  text-align: center;
}
ul.photo-table {
  margin: 0px 0 0 -8px;
}
ul.photo-table li {
  float: left;
  margin: 0px 17px 11px 0px;
  list-style: none;
}
ul.photo-table.seven li {
  width: 286px;
  height: 250px;
}
ul.photo-table.seven li:nth-child(3n) {
  margin-right: 0px;
}
ul.photo-table li img {
  float: none;
  margin: 0px !important;
}
ul.photo-table li p {
  width: 217px;
  text-align: center;
  margin: 3px auto 5px auto;
}
ul.photo-table.ngg li {
  padding: 6px 6px 1px 6px;
  border: 1px solid #CCC;
  background-color: rgba(255, 255, 255, 0.3);
}
ul.photo-table.four li {
  margin: 0px 9px 9px 0px;
}
ul.photo-table.four li:nth-child(4n) {
  margin-right: 0px;
}
ul.photo-table.five li {
  margin: 0px 18px 18px 0px;
}
ul.photo-table.five li:nth-child(5n) {
  margin-right: 0px;
}
.entry .gallery {
  margin: auto;
}
.entry .gallery .gallery-item {
  display: inline-block;
  margin-top: 0;
  text-align: center;
  width: 32%;
  padding: 0px;
  margin: 0px 10px 8px 0px;
  overflow: hidden;
}
.entry .gallery .gallery-item:nth-child(3n) {
  margin-right: 0px;
}
.entry .gallery img {
  max-width: 100%;
  width: 100%;
  padding: 0px;
  height: auto;
}
.entry .gallery .gallery-caption {
  color: #000;
  font-size: 12px;
  margin: 0 0 12px;
}
.entry .gallery dl,
.entry .gallery dt {
  margin: 0;
  padding: 0px;
}
.entry .gallery br + br {
  display: none;
}
#content .gallery-columns-2 .gallery-item {
  width: 49%;
  padding: 0px 2% 2% 0px;
}
#content .gallery-columns-2 .gallery-item:nth-child(2n) {
  padding-right: 0px;
}
body.page-template-tmpl_iframe-php {
  background: none;
}
.page-template-tmpl_iframe-php header,
.page-template-tmpl_iframe-php footer {
  display: none;
}
.page-template-tmpl_iframe-php #wpadminbar {
  display: none;
}
.page-template-tmpl_iframe-php #content-wrapper {
  width: auto;
  min-height: 0px;
  padding: 10px 20px;
}
/* Map Page (Local Breweries) */
#map_canvas {
  width: 100%;
  height: 400px;
}
.bubble_content {
  min-height: 100px;
  overflow: hidden;
}
#content #map_canvas img {
  max-width: 10000px;
}
ul.legend {
  margin: 0px 0px 18px 0px;
  width: 110%;
}
ul.legend li {
  display: inline-block;
  margin-right: 12px;
  list-style: none;
  line-height: 38px;
  padding-right: 17px;
  position: relative;
}
ul.legend li img {
  display: inline-block;
  vertical-align: middle;
}
ul.legend li input {
  margin: -25px 0px 0px 0px;
  position: absolute;
  float: right;
  right: 0px;
}
img.pdp-icon {
  border: 0px;
  box-shadow: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
input#txtSearch {
  width: 100%;
  display: block;
}
#results {
  margin: 10px 0px 0px 0px;
}
#results li a {
  color: #7e3928;
}
#login_form {
  margin: -18px 0px 18px 0px;
}
#main .fbLoginButton {
  margin: 18px 0px 0px 0px;
  float: none;
}
.logged-in #login_form {
  float: none;
}
#events_searchform {
  position: absolute;
  right: -11px;
  top: 16px;
}
#main.list-view article .row {
  margin: 0px 0px -1px 0px;
}
.list-view .entry-content {
  clear: both;
  border-bottom: 2px #efbd72 solid;
  margin-bottom: 11px;
}
.list-view .entry-content img.attachment-small {
  float: left;
  padding: 0px 18px 18px 0px;
}
h3.day {
  margin: 36px 0px 18px 0px;
  text-align: center;
  clear: both;
}
/*h3.day:before{content:url(images/design/bolt.png); padding-right: 5px; }
	h3.day:after{content:url(images/design/bolt.png); padding-left: 5px;}*/
.row {
  border: 1px #cccccc solid;
  border-width: 1px 0px;
  padding: 5px 3px;
}
.row:nth-child(2n) {
  background-color: rgba(242, 231, 31, 0.25);
  color: #000;
}
.row img {
  max-width: 90%;
}
.row time {
  font-size: .8em;
  width: 35%;
  display: inline-block;
  font-weight: bold;
  padding-left: 5px;
  min-width: 141px;
}
.row time a {
  color: #000;
  text-decoration: none;
}
.row h1 {
  margin: 0px;
  padding: 2px 0px 0px 0px;
  font-size: .9em;
  color: #000;
  font-family: Verdana, Geneva, sans-serif;
  display: inline-block;
  max-width: 58%;
}
.row h1 a {
  text-decoration: none;
}
.row h1 a:hover {
  border-bottom: 1px dotted;
  line-height: 15px;
}
/**
* 8.0 Phark
*
* Image Replacement
**/
h1#site-title {
  width: 241px;
  height: 430px;
  background-image: url(images/design/logo_inside.png);
  position: absolute;
  top: 72px;
  left: -21px;
  background-size: 100%;
}
.home h1#site-title {
  display: none;
}
.home #hype_container {
  width: 484px;
  height: 202px;
  margin: 5px auto 0px auto;
  position: relative;
  top: 0px;
  left: 0px;
  background: url(images/design/header.png) no-repeat;
  background-size: 100%;
}
h1#site-title a {
  width: 548px;
  height: 430px;
}
h2#site-description {
  background: url(images/images/NHC_header.png) no-repeat;
  width: 359px;
  height: 40px;
  position: absolute;
  background-size: 100%;
  top: 6px;
  left: 0px;
  z-index: 10;
}
h2#site-description a {
  width: 359px;
  height: 40px;
  display: block;
  cursor: pointer;
}
img.sf-logo {
  position: absolute;
  left: 0px;
  bottom: 41px;
  width: 74px;
}
img.ba-logo {
  position: absolute;
  right: 0px;
  bottom: 28px;
  width: 43px;
}
.home h3#sold-out {
  position: absolute;
  background-size: 50%;
  background-repeat: no-repeat;
  width: 220px;
  height: 80px;
  left: 795px;
  top: 54px;
  z-index: -1;
  background-image: url('../../uploads/hbc13_soldoutHOME.png');
}
h3#sold-out {
  width: 234px;
  height: 54px;
  left: 372px;
  top: 13px;
  background-size: 50%;
  background-image: url('../../uploads/hbc13_soldoutINSIDE.png');
  background-repeat: no-repeat;
  position: absolute;
}
/* Plugins
-------------------*/
/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* Browser Resets */
.flex-container a,
.flexslider a,
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
  min-height: 200px;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
.flexslider.loaded {
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
  zoom: 1;
  position: relative;
}
/* Caption style */
/* IE rgba() hack */
.flex-caption {
  background: none;
  zoom: 1;
}
.flex-caption {
  width: 96%;
  padding: 2%;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 18px;
}
/* Direction Nav */
.flex-direction-nav {
  height: 0;
  display: none;
}
.flex-direction-nav a {
  width: 52px;
  height: 52px;
  margin: -13px 0 0;
  display: block;
  background: url(images/design/slider_button.png) no-repeat;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -999em;
}
.flex-direction-nav .flex-next {
  background-position: -52px 0;
  right: -21px;
}
.flex-direction-nav .flex-prev {
  left: -20px;
}
.flex-direction-nav .flex-disabled {
  opacity: .3;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 8px;
  display: block;
  text-align: center;
  margin-top: -27px;
}
.flex-control-nav li {
  margin: 0 0 0 8px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-nav li:first-child {
  margin: 0;
}
.flex-control-nav a {
  width: 16px;
  height: 16px;
  display: block;
  background: #FFF;
  margin-right: 7px;
  border-radius: 8px;
  border: 1px;
  cursor: pointer;
  text-indent: -999em;
}
.flex-control-nav a:hover {
  background: #000000;
}
.flex-control-nav a.flex-active {
  background: #e06e08;
  cursor: default;
}
/**
* 9.0 Media Queries
*
**/
/*
	An easy way to zoom your entire layout in or out (as long as it's set in ems).
	Just change the media queries to activate them.
	Assuming your base font-size is 16:
	- the first one zooms out by a factor of (16-2)/16 = 0.875
	- the second one zooms in by a factor of (16+2)/16 = 1.125  
*/
@media screen and (max-width: 1024px) {
  aside.menu {
    left: 12px !important;
    width: 200px !important;
  }
  .no-tablet {
    display: none;
  }
  .tablet-only {
    display: block !important;
  }
  div.sponsor {
    position: fixed;
    bottom: 0px;
    left: 0px;
    background: #f36f24;
    width: 100%;
    padding-top: 0px;
    z-index: 100;
    text-align: center;
    display: block;
  }
  div.sponsor a {
    display: block;
  }
  div.sponsor .tablet {
    display: block;
  }
  div.sponsor .mobile {
    display: none;
  }
  .home .sponsor,
  .page-id-5335 .sponsor,
  .page-id-2030 .sponsor {
    display: block;
  }
  /*.home #container, .page-id-5335 #container, .page-id-2030 #container{padding-bottom: 45px;} put live when we have a sponsor */
  .sponsor img {
    width: auto;
    height: 50px;
    margin: 0 auto;
  }
  footer {
    padding-bottom: 60px;
  }
  img.sf-logo {
    bottom: 71px;
  }
  img.ba-logo {
    bottom: 58px;
  }
}
@media screen and (max-width: 768px) {
  p,
  cite,
  time,
  td,
  li {
    font-size: -0.09375em;
  }
  .home h1.entry-title {
    background: #000000;
  }
  .home h1.entry-title a {
    color: #FFF;
    font-size: 18px;
    padding: 10px 10px 8px 10px;
    line-height: 23px;
    display: block;
  }
  header,
  #content-wrapper {
    width: 100%;
  }
  footer {
    width: 90%;
  }
  header nav#access {
    width: auto;
    margin-left: 15.51724138em;
  }
  #container {
    overflow-x: hidden;
  }
  .home #main {
    margin-left: 15.51724138em;
  }
  #main,
  #main.wide {
    width: 70%;
    min-height: 701px;
  }
  h2#site-description {
    background-size: 78%;
    top: 10px;
    left: 8px;
  }
  #main article {
    margin: 18px;
    padding-bottom: 18px;
  }
  .home aside#primary {
    display: block;
    left: 1.72413793em;
  }
  .home aside#secondary {
    display: none;
  }
  footer #sponsor-wrapper {
    display: none;
  }
  .home nav#menu-main {
    margin-left: -13px;
    width: 100%;
  }
  .home #menu-main > li a {
    font-size: 13px;
    padding: 7px 10px 8px 10px;
  }
  #menu-main > li a {
    font-size: 13px;
    padding: 7px 10px 8px 10px;
  }
  nav ul#menu-main {
    margin-left: 13px;
  }
  aside#primary {
    left: 10px !important;
    top: 500px !important;
    display: block !important;
  }
  .home aside#primary {
    left: 23px !important;
    top: 0px !important;
  }
  .parent-pageid-35 aside#primary {
    top: 567px !important;
  }
  #post-51 #sponsors {
    width: auto;
  }
  #post-51 #sponsors li,
  #post-51 #sponsors li:last-child {
    margin: 0px 0px 20px 0px;
    width: 32%;
  }
  #post-51 #sponsors li img {
    max-width: 90%;
  }
  ul.photo-table {
    margin-left: -1px;
  }
  ul.photo-table.four li:nth-child(3n) {
    margin-right: 0px !important;
  }
  ul.photo-table.four li:nth-child(4n) {
    margin-right: 9px;
  }
}
@media screen and (max-width: 767px) {
  p,
  cite,
  td,
  li {
    font-size: -1.09375em;
    line-height: 1.2em;
  }
  header #utilities,
  aside,
  footer nav,
  #hype_container,
  .home aside#primary {
    display: none !important;
  }
  h1#site-title {
    background: url(images/design/mobile_header.jpg);
    float: left;
    width: 100%;
    height: 43px;
    position: relative;
    left: 0;
    background-repeat: no-repeat;
    top: auto;
    margin: 45px 0px 0px 0;
    z-index: 10;
    background-size: 285px;
  }
  h1#site-title a {
    width: 100%;
    height: 100%;
    background: none;
  }
  h2#site-description {
    position: relative;
    left: auto;
    top: auto;
    margin: 4px auto 0 auto;
    background-size: 100%;
    max-width: 364px;
    background-position: 50% 0%;
  }
  header nav#access {
    width: auto;
    margin-left: 0px;
    background: black;
    height: auto;
    padding-top: 0px;
    margin-top: 4px;
  }
  nav ul#menu-main {
    margin-left: 0px;
  }
  #main,
  #main.wide {
    margin-left: 0px;
    width: 100%;
    min-height: 300px;
  }
  #content-wrapper {
    margin-top: -22px;
  }
  aside#primary {
    display: none !important;
  }
  footer {
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 0px 0px 60px 0px;
  }
  footer a {
    text-decoration: none;
  }
  footer p {
    background: rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin: 0px;
    font-size: 10px;
    font-size: 9px;
    line-height: 12px;
  }
  a.bar-link {
    color: #FFF;
    height: auto;
    font-size: 17px;
    font-family: 'enriquetaregular';
    width: 100%;
    line-height: 24px;
    background: #000000 url("images/icons/arrow_white.png") 97% 50% no-repeat;
    background-size: 24px;
    display: block;
    margin: 10px 0px;
    padding: 5px 0px;
    text-decoration: none;
  }
  a.top-link {
    margin-bottom: 14px;
  }
  ul.photo-table li {
    width: 29%;
  }
  ul.photo-table li img {
    width: 100%;
    height: auto;
  }
  #main #accordion h3 {
    border-radius: 0px;
    margin: 14px -14px 12px -14px;
  }
  #main #accordion article {
    margin: 0px -14px;
  }
  .home h1#site-title {
    display: block;
  }
  .home header nav#access {
    width: auto;
    margin: 4px 0px 0px 0px;
  }
  .home nav#menu-main {
    width: auto;
    margin-left: 0px;
  }
  .home #main {
    min-height: 0px;
    margin-left: 0px;
    width: 100%;
    padding-left: 0px;
    margin-top: 12px;
  }
  .home #content-wrapper {
    margin-top: 0px;
    min-height: 0px;
  }
  .home .entry {
    float: none;
    width: 100%;
    margin: 0px 0px 10px 0px;
  }
  .home .entry h2.category-title {
    background: none;
  }
  .home .entry h2.category-title a {
    font-size: 17px;
    color: #000;
    padding-left: 17px;
  }
  .home .entry h1.title a {
    color: #000;
    height: auto;
    font-size: 16px;
    line-height: 24px;
    background: #fcc32c url("images/icons/arrow_orange.png") 95% 50% no-repeat;
    background-size: 24px;
    width: 100%;
  }
  .home .entry img.attachment-post-thumbnail {
    display: none;
  }
  #map_canvas {
    width: 95%;
    height: 300px;
  }
  input#txtSearch {
    width: 93%;
  }
  input[type="text"]:focus,
  input[type="password"],
  textarea:focus,
  select:focus {
    font-size: 16px;
  }
  #results li {
    list-style: none;
    padding-bottom: 5px;
  }
  #results li a {
    white-space: normal;
  }
  .bubble_content {
    font-size: 11px;
    line-height: 13px;
  }
  .flexslider {
    min-height: 0px;
  }
  #container .flexslider .slides > li {
    display: block;
  }
  .slides li {
    margin: 5px 0px;
  }
  .slides li p a {
    font-size: 18px;
    font-family: "enriquetabold", serif;
    color: #FFF;
    text-decoration: none;
    background: #000;
    display: block;
    height: 40px;
    padding: 10px 70px 10px 10px;
    line-height: 40px;
    background: #000000 url("images/icons/arrow_white.png") 98% 50% no-repeat;
    background-size: 7%;
  }
  .mobile-only {
    display: block !important;
  }
  .not-mobile {
    display: none !important;
  }
  .logged-in #login_form {
    float: none;
    margin: -18px 0px 0px 0px;
  }
  #main.list-view article .row {
    width: 107%;
    margin: 0px -1em;
  }
  a.menu-link {
    display: block;
    position: absolute;
    right: 7px;
    top: 3px;
    background-size: 100%;
    z-index: 1000;
    color: #FFF;
    font-size: 39px;
  }
  nav#menu {
    background: #cd8821;
  }
  .menu-main,
  .menu-main > ul ul {
    clear: both;
    /*transition: all 0.3s ease-out;*/
  }
  .js .menu-main,
  .js .menu-main > ul ul {
    overflow: hidden;
    max-height: 0;
    background: rgba(0, 0, 0, 0.1);
  }
  .menu-main.active,
  .js .menu-main > ul ul.active {
    max-height: 55em;
  }
  .menu-main > ul {
    border-top: 1px solid #FFF;
  }
  ul.sub-menu.active {
    width: 100% !important;
  }
  #menu-main > li a,
  .home #menu-main > li a {
    color: #FFF;
    display: block;
    border-bottom: 1px solid #FFF;
    position: relative;
    font-size: 18px;
    padding: 12px 10px 12px 10px;
  }
  nav#menu-main ul.active li a {
    background: #f9bf69;
    color: #a66910;
  }
  .menu-main li.has-subnav > a:after,
  .menu-main li li.menu-item-has-children > a:after {
    content: '+';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 1.5em;
    padding: 0.25em 0.5em;
  }
  .menu-main li.has-subnav > a.active:after {
    content: "-";
  }
}
@media screen and (max-width: 480px) {
  .slides li p a {
    line-height: 21px;
  }
  .entry .gallery {
    margin: auto;
  }
  .entry .gallery .gallery-item,
  .entry .gallery .gallery-item:nth-child(3n) {
    display: inline-block;
    margin-top: 0;
    text-align: center;
    width: 48%;
    padding: 0px;
    margin: 0px 10px 8px 0px;
    overflow: hidden;
  }
  .entry .gallery .gallery-item:nth-child(2n) {
    margin-right: 0px;
  }
  div.sponsor .tablet {
    display: none;
  }
  div.sponsor .mobile {
    display: block;
  }
  div.sponsor .mobile img {
    max-width: 100%;
    height: auto;
    max-height: 40px;
  }
}
@media screen and (max-width: 320px) {
  h1#site-title {
    margin-left: 0px;
  }
  h2#site-description {
    background-size: 100%;
    top: 5px;
    max-width: 98%;
  }
  .slides li p a {
    line-height: 21px;
  }
  .home .entry h1.title {
    padding-right: 12px;
  }
  .home .entry h1.title a {
    background-position: 97% 50%;
  }
  ul.photo-table li.ngg.four {
    padding: 4px 4px 0px 4px;
    margin: 0px 7px 7px 0px;
  }
  ul.photo-table li {
    width: 44%;
  }
  ul.photo-table li img {
    width: 100%;
    height: auto;
  }
  ul.photo-table.four li:nth-child(3n) {
    margin-right: 9px !important;
  }
  ul.photo-table.four li:nth-child(4n) {
    margin-right: 9px;
  }
  ul.photo-table.four li:nth-child(2n),
  ul.photo-table.four li:nth-child(6n) {
    margin-right: 0px !important;
  }
  .entry table td ul {
    list-style: none;
    margin-left: -8px;
  }
  .entry table td ul li {
    padding-bottom: 3px;
  }
  #results li {
    list-style: none;
    padding-bottom: 3px;
  }
  table td,
  table td li,
  table td p {
    font-size: 10px;
  }
  ul.legend {
    width: 90%;
  }
  ul.legend li {
    float: left;
    display: block;
    margin: 0px;
    clear: right;
  }
  ul.legend li:nth-child(2n) {
    float: right;
  }
  .sponsor img {
    height: 60px;
  }
}
/*# sourceMappingURL=style.css.map */