/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */

/* =============================================================================
 *   Base
 * ========================================================================== */

/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */



* {
    box-sizing: border-box;
}

html {
  background: transparent;
}


body {
    font-family: BrandonLight;  
	font-size: 87.5%;
	height:100%;
}

.webform-component--id-number{
	display:none !important;
}

@font-face {
    font-family: BrandonLight;
    src: url(../images/Brandon_light.otf);
}

@font-face {
    font-family: BrandonMedium;
    src: url(../images/Brandon_med.otf);
}

@font-face {
    font-family: BrandonBold;
    src: url(../images/Brandon_bld.otf);
}

@font-face {
    font-family: BrandonBlack;
    src: url(../images/Brandon_blk.otf);
}



#block-views-geeks-who-drink-trivia-block{background-color:#fdf0d0}

#block-block-12{
    background-color: rgba(0, 0, 0, 0.88);
    color: #fff;
    display: none;
    height: 100% !important;
    left: 0;
    position: fixed !important;
    top: 0;
    width: 100% !important;
    z-index: 100;
}

#block-block-12 #logo{

}

.logged-in.node-type-basic-page .field-name-body {
    background: rgba(255, 255, 255, 1) none no-repeat scroll 50% 0;
    margin: 10% 0;
    min-height: 50vh;
    padding: 39px 12% 24px;
    position: relative;
    text-align: center;
    top: 1px;
    width: 100%;
}

/*@font-face {
    font-family: BrandonLight;
    src: url(../sites/all/themes/subgreatlakes/images/Brandon_light.otf);
}

@font-face {
    font-family: BrandonMedium;
    src: url(../sites/all/themes/subgreatlakes/images/Brandon_med.otf);
}

@font-face {
    font-family: BrandonBold;
    src: url(../sites/all/themes/subgreatlakes/images/Brandon_bld.otf);
}

@font-face {
    font-family: BrandonBlack;
    src: url(../sites/all/themes/subgreatlakes/images/Brandon_blk.otf);
}*/


#block-block-12 body{
background-color:#000;
font-family: BrandonBlack;
color:#fff;	
box-sizing: border-box;
padding:7% 0;
}

#block-block-12 #logo{
    margin: 0;
    text-align: center;
    width: 100%;
}

#block-block-12 #logo img{
    margin: 0 auto;
    max-width: 450px;
    width: 40%;
}

#block-block-12 #explanation {
	color: #fff;
    font-family: brandonlight;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 24px 30%;
    text-align: center;
    text-transform: uppercase;
}

#block-block-12#yearform{
	display:none;
}

#block-block-12 #monthform{
	display:none;
	float: left;
    width: 50%;

}

#block-block-12 #dayform{
	display:none;
	float: left;
    width: 50%;
	
}


#block-block-12 .form-type-bef-checkbox [type="checkbox"]:not(:checked) + label{
    background-color: #f8bb15;
    border-radius: 5px;
    cursor: pointer;
    font-size: 10px;
    padding: 6px 12px;
    position: relative;
}


#block-block-12 .form-type-bef-checkbox [type="checkbox"]:checked + label {
    background-color: #ba8d0f;
    border-radius: 5px;
	box-shadow:inset 0 2px 4px #000000;
    cursor: pointer;
    font-size: 10px;
    padding: 6px 12px;
    position: relative;
}

#block-block-12 .form-item-field-on-tap-tid-1 [type="checkbox"]:not(:checked) + label{
    background-color: #f8bb15;
    border-radius: 5px;
    cursor: pointer;
    font-size: 10px;
    padding: 6px 12px;
    position: relative;
}

#block-block-12 .decadebtn{
    display: inline-block;
    font-family: arial;
    height: 38px;
    margin: 15px 9px;
    position: relative;
    width: 110px;
}

#block-block-12 .decadebtn input{
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#block-block-12 .decadebtn label{
    background-color: #ccc;
    color: #000;
    font-family: brandonblack;
    font-size: 18px;
    font-weight: bold;
    left: 0;
    padding: 6px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

#block-block-12 .decadebtn label:hover{
    background-color: #ddd;
    color: #000;
    font-family: brandonblack;
    font-size: 18px;
    font-weight: bold;
    left: 0;
    padding: 6px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

#block-block-12 p{
    font-family: brandonblack;
    font-size: 30px;
	margin:3px 0;
    text-align: center;
    text-transform: uppercase;
}
#block-block-12 #birthYear{
	/*display:none;*/
}

#block-block-12 #forms{
	/*position:relative;*/

}

#block-block-12 #noaccess{
	display:none;
    margin: 0 auto;
    width: 50%;
}

#block-block-12 #noaccess p{
	font-size: 18px;
}

#block-block-12 #demoForm p input{
	/*display:none;*/
	border-radius:0;
	font-family: brandonblack;
    text-align: center;
    width: 112px;
}
#block-block-12 #demoForm p{
	/*display:none;*/
	display: inline-block;
    width: 112px;
}

#block-block-12 #demoForm input:focus{
	/*display:none;*/
	border:solid thin yellow;
}

#block-block-12 #demoForm{
    margin: 12px auto 0;
    text-align: center;
    width: 350px;
	z-index:10;
}

#block-block-12 #demoForm select{
    background-color: #ccc;
    border: medium none;
	border-radius:0;
    font-family: brandonbold;
    font-size: 19px;
    text-align: center;
    text-transform: uppercase;
    width: 125px;
}

#block-block-12 input[name=submit]{
	background-color:#ccc;
    border: medium none;
	border-radius:0;
    font-family: brandonblack;
    font-size: 20px;
    margin: 15px 0 0;
    padding: 3px 0;
    text-transform: uppercase;
    width: 135px;
    z-index: 66;
}

#block-block-12 #birthMonth{
}
#block-block-12 #birthDay{
}
#block-block-12 #birthYear{
}



#block-block-12 #formdecade{
	text-align:center;
}

#block-block-12 footer{
    background-color: #222;
    bottom: 0;
    box-sizing: border-box;
    font-family: brandonlight;
    left: 0;
    margin: 0;
    padding: 9px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.page-node-1377{	
}

.page-node-1377 #main-content header{
    background-color: #e95f50 !important;
    display: block !important;
    text-align: center;
}

.page-node-1377 #main-content header h1{
	color:#fff;	
}

.page-node-1377 #main-content .field-name-body{}

.page-node-1377 #main-content #node-1378 header{display:none !important;}

.page-node-1377 #main-content #node-1378{    
	background-color: #3968b0;
    color: #fff;
}

#edit-submitted-vote .form-item{
    font-size: 27px;
    position: relative;
}

.webform-component-optionsmarkup .form-radio{
	display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.webform-component-optionsmarkup label{
	font-family: Brandonmedium !important;
	text-transform:uppercase !important;
}

.form-item-submitted-vote label[for="edit-submitted-vote"]{
	display:none;
}




/* =============================================================================
 *   HTML Elements
 * ========================================================================== */

h1 {
	font-family: brandonblack;
	margin: 0 auto;
    padding: 0 0 20px;
	color: #b98041;
    font-size: 32px;
    line-height: 1;
	font-weight: inherit;
	text-transform:uppercase;
}

h2 {
  font-size: 14px;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

p,
pre {
	font-family: brandonlight;
    line-height: 1;
    /*margin: 0 0 0.5em;*/
	letter-spacing: 0.5px;
    line-height: 27px;
}

b,
strong {font-family: brandonbold}

i,
em {}

dfn {}

sup {}

sub {}

del {}

ins {}

blockquote {}

cite {}

q {}

address {}

ul { list-style:none;}

ol {}

li {}

dl {}

dd {}

dt {}

abbr {}

acronym {}

pre,
code,
tt,
samp,
kbd,
var {
  font-family: Consolas, Monaco, 'Courier New', Courier, monospace, sans-serif;
}


#messages{
    text-align: center;
    width: 100%;
    z-index: 1;
	
}

/* =============================================================================
 *   Wrappers
 * ========================================================================== */

/*
 * Outer wrappers:
 * - #page-wrapper: body > #page-wrapper
 * - #page: body > #page-wrapper > #page
 * - .container: body > #page-wrapper > #page.container
 *
 * The .container class holds the page width value from theme settings.
 */
#page-wrapper {}

#page {
	 background-size: cover;
    margin: 123px 0 0;
}
#page .container {}

/*
 * Wraps all header elements - branding and .region-header
 */
#header {}

/*
 * Wraps the sidebars the content column
 */
#columns {}

.page-node-edit #columns{
	  /*  margin-left: 265px;*/
}

/*
 * Main content column wrapper
 */
#content-column {
	float: none;
    margin: 0 auto;
}

/*
 * Wraps the main-content-header, the content region and feed-icons. Use this
 * wrapper to style the entire main content column
 */
.page-admin #main-content {
    /*margin-left: 265px;*/
    position: relative;
    width: auto;
}

/*
 * Wraps the content region, avoid applying styles to this wrapper, its used
 * mainly for position and invisible gutters and can be problematic to style
 */
#content {

}

/*
 * Footer wrapper
 */
#footer {}

/*
 * Panels may need additional margin wrangling when in the $content region
 */
#content .panel-display {}

/*
 * Full Width Wrappers
 * These are used in the optional page--full-width-wrappers.tpl.php template.
 * All have internal .container classes. In the full width wrapper template the
 * .container classes set the width or max-width - you can style this but never
 * add any width/margin/padding/borders etc to .container
 */

/*
 * Wraps the leaderboard
 */
#leaderboard-wrapper {}
#leaderboard-wrapper .container {}

/*
 * Wraps the header
 */
#header-wrapper {
  /* Debug styles, is this working */
  background: rgba(255, 192, 203, 0.5);
}
#header-wrapper .container {}

/*
 * Wraps the nav elements
 */
#nav-wrapper {}
#nav-wrapper .container {}

/*
 * Wraps breadcrumb
 */
#breadcrumb-wrapper {}
#breadcrumb-wrapper .container {}

/*
 * Wraps messages and help
 */
#messages-help-wrapper {}
#messages-help-wrapper .container {}

/*
 * Wraps the secondary content/preface region
 */
#secondary-content-wrapper {}
#secondary-content-wrapper .container {}

/*
 * Wraps the main content column
 */
#content-wrapper {}
#content-wrapper .container {}

/*
 * Wraps the tertiary content/postfix region
 */
#tertiary-content-wrapper {}
#tertiary-content-wrapper .container {}

/*
 * Footer wrapper
 */
#footer-wrapper {
  /* Debug styles, is this working? */
  background: rgba(255, 192, 203, 0.5);
}
#footer-wrapper .container {}


.label-suffix { display: none; }

/* =============================================================================
 *   Branding
 * ========================================================================== */

/*
 * Wraps all the branding elements, logo, name and slogan
 */
#branding {
	float: left;
}

.front #page-title{
	display:none;
}


.form-select{
	border: 3px solid #ccc;
    font-family: brandonbold;
    text-transform: uppercase;
}

.logged-in .form-select{
	border: none;
    font-family: brandonbold;
    text-transform: none;
}

/*
 * Logo
 */
#logo {
  padding: 10px 0;
}

#logo img {
  vertical-align: bottom;
  width:100%;
}

#barrel{
    background: url("../images/wooden-barrel.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: none;
    height: 43px;
    position: absolute;
    right: 4px;
    top: 18px;
    width: 28px;
}

/*
 * Wrapper for the site name and slogan
 */
#name-and-slogan {}

/*
 * Site name (h1)
 */
#site-name {
  margin: 0;
}

#site-name a {}

#site-name a:link,
#site-name a:visited {
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

/*
 * Site slogan (h2)
 */
#site-slogan {
  margin: 0;
}


/* =============================================================================
 *   Page content header
 * ========================================================================== */

/*
 * Main content header wraps the page title, tabs and actions links
 */
#main-content-header {}

/*
 * The main page title (h1)
 */
#page-title {
  margin: 0;
}


/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */

/*
 * Feed icons
 */
.feed-icon {}

/*
 * Aggregator feed source
 */
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0;
}

/*
 * Generic styles for the more link
 */
.more-link {}

/*
 * Generic styles for links. See the ul.links declaration in node and comment
 * stylesheets
 */
ul.links {
  margin: 0;
  padding: 0;
}

ul.links.inline {
  display: block;
}

ul.links li {
  display: inline;
  list-style: none;
  padding: 0;
}

/*
 * Search results are an ordered list so reset the margin
 */
.search-results {
  margin: 0;
  padding: 0;
}

/*
 * Attribution message and link
 */
.attribution {
  display: block;
  opacity: 0.65;
  padding: 1em 0;
  text-align: center;
}

.attribution a {
  text-decoration: none;
  color: inherit;
}

.attribution a:hover,
.attribution a:focus {
  text-decoration: underline;
}


/* =============================================================================
 *   Regions
 * ========================================================================== */

/*
 * Standard region wrapper, don't add width to any regions, you will bork the
 * layout - no margin, padding or borders etc
 */
.region {}

/*
 * Regions have an inner div - perfect for adding margin, padding or borders
 */
.region-inner {}

/*
 * Regions can be nested, such as when using Panels
 */
.region-inner .region-inner {}

/*
 * Header region, embedded in the #header
 */
.region-header {}

/*
 * Generally used to output Drupals help block, if the help module is enabled
 */
.region-help {}

/*
 * Secondary content
 */


/*
 * Sits above the main content header, like a content-top region
 */
.region-highlighted {}

/*
 * Sits below the main content, like a content-bottom region
 */
.region-content-aside {}

/*
 * Sidebars - targets both
 */
.sidebar {}

/*
 * First sidebar
 */
 
.logged-in main{
	 width: auto !important;
	 margin: 20px 0 0 250px;
	 
 }
.region-sidebar-first {
    background: rgba(255, 239, 255, 0.59) none repeat scroll 0 0;
    border: thin solid #ccc;
    border-radius: 3px;
    display: inline;
    float: left;
    left: 0;
    margin: 11px !important;
	max-width:230px;
    min-width: 210px;
    padding: 10px 0 38px 30px;
    position: absolute;
    top: 0;
    width: 215px;
    z-index: 3;
}

.logged-in #content-column {
    float: none;
    /*max-width: 1050px;*/
    padding: 20px 0 20px 230px !important;
}

.logged-in.page-admin #content {
    width: auto !important;
}

#edit-field-beer-ingredients-und{
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

#edit-field-beer-availability, #edit-field-beer-quantity-availability, #edit-field-on-tap, #edit-field-beer-style{
	    display: inline-block;
    margin: 0 41px 0 0;
    vertical-align: top;
}

#edit-field-abv{
	display: block;
    overflow: hidden;
    width: 100px;
}

#edit-field-abw, #edit-field-ibu{
	display: inline-block;
    overflow: hidden;
    width: 100px;
}

/*
 * Second sidebar
 */
.region-sidebar-second {}

/*
 * Tertiary content
 */
.region-tertiary-content {}

/*
 * Footer region
 */


.page-node-1363 h1{
    padding: 30px 0 0;
    text-align: center;
}


#webform-client-form-1363{}

#webform-client-form-1363 .form-radios .form-item{
	display: inline-block;
    margin: 0 30px 0 0;
}

.webform-component--estimated-order-for-christmas-ale p{
	    font-family: Brandonblack !important;
    text-transform: uppercase;
	font-weight:bold;
}


/* =============================================================================
 *   Links
 * ========================================================================== */

a {
  text-decoration: none;
  color:#d29f13;
}

a:link,
a:visited {}

a:active,
a.active {}

a:hover,
a:focus {
  text-decoration: underline;
}


/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */

.nav {
  clear: both;
  margin: 10px 0;
}

.nav ul,
.nav ul.menu {
  margin: 0;
  padding: 0;
}

.nav li,
.nav ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav li a,
.nav ul.menu li a {
  display: block;
  white-space: nowrap;
  padding: 0 10px;
}

.nav li a:visited,
.nav ul.menu li a:visited {}

.nav li a:hover,
.nav li a:focus,
.nav ul.menu li a:hover,
.nav ul.menu li a:focus {}

.nav .block {
  margin-bottom: 0;
}


/* =============================================================================
 *   Superfish
 * ========================================================================== */

ul.sf-menu {
  margin-bottom: 0;
}

ul.sf-menu a {
  border-left: 0;
  border-top: 0;
  padding: 0 10px;
  text-decoration: none;
  height: 2.5em;
  line-height: 2.5em;
}

ul.sf-menu a:link,
ul.sf-menu a:visited {}

ul.sf-menu li {}

ul.sf-menu li:hover,
ul.sf-menu li.sfHover {
  outline: 0;
}

ul.sf-menu a {}

ul.sf-menu a:focus,
ul.sf-menu a:hover,
ul.sf-menu a:active {
  outline: 0;
}

/*
 * Superfish blocks
 */
.block-superfish {}

.block-superfish .block-inner .content {}

.block-superfish ul {
  margin: 0 !important;
  padding: 0 !important;
}

.block-superfish ul ul {}

.block-superfish ul ul ul {}

.block-superfish ul ul ul ul {}

.block-superfish li {
  margin: 0 !important;
  padding: 0 !important;
}

/*
 * Vertical style
 */
.sf-vertical {
  width: 100%;
}

.sf-vertical li {
  width: 100%;
}

.sf-vertical li.last {}

.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}

.sf-vertical li a {
  padding: 0 10px;
}

/*
 * Navbar style
 */
.sf-navbar {
  padding-bottom: 0 !important;
}

/*
 * Sensible padding for the default style
 */
.sf-menu.sf-style-default a {
  padding: 0 10px;
}




/* =============================================================================
 *   Menu Toggles
 * ========================================================================== */

.at-mt .at-menu-toggle,
.at-mt .at-menu-toggle ul,
.at-mt .at-menu-toggle ul.menu {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.at-mt .at-menu-toggle-button {
  margin: 0;
}

.at-mt .at-menu-toggle ul a {
  padding: 0 10px;
  white-space: nowrap;
}




/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */

ul.menu {
  padding-left: 0px;
}

ul.menu ul {
  padding-left: 15px;
}

ul.menu ul ul {
	 margin: 0;
}

ul.menu ul ul ul {}

ul.menu li {
  margin: 0;
}

#block-system-main-menu ul li{
	 float: left ;
    font-family: 'Montserrat',sans-serif;
    margin: 0 0 0 25px;
    padding: 0;
	}

#main ul.menu li.collapsed,
ul.menu li.expanded,
ul.menu li.leaf {
	    float: none;
    /*font-family: 'Montserrat',sans-serif;*/
    margin: 0 10px;
    padding: 0;
	}

ul.menu li a {}

ul.menu li a:link,
ul.menu li a:visited {}

ul.menu li a:active,
ul.menu li a.active {}

ul.menu li a:hover,
ul.menu li a:focus {}

ul.menu li.active a,
ul.menu li.active-trail a {}

ul.menu li.first,
ul.menu li.last {}

/* If li.content exists it's a problem, so reset the padding */
.block .menu li.content {
  padding: 0;
}


/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */

.book-navigation {}

.book-navigation .page-links {}

.book-navigation .page-previous {}

.book-navigation .page-next {}

.book-navigation .page-up {
  /* Prevent text wrapping to a new line, assumes the string is two chars */
  min-width: 2em;
  white-space: nowrap;
}

.book-navigation .menu {
  margin-left: 0;
}


/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */

#breadcrumb {
  margin: 10px 0;
}

/* If the label is set to show in theme settings the label class is added */
#breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}

#breadcrumb .breadcrumb-label:after {
  content: ":";
}

#breadcrumb ol {
  padding: 0;
    margin: 0 auto;
    width: 1050px;
}
}

#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}

#breadcrumb li {
  list-style: none;
  display: inline;
}

#breadcrumb li.crumb-first {}

#breadcrumb li.crumb-last {}

#breadcrumb a {}

#breadcrumb a:link,
#breadcrumb a:visited {}

#breadcrumb a:active,
#breadcrumb a.active {}

#breadcrumb a:hover,
#breadcrumb a:focus {}

#breadcrumb .crumb-separator {}


/* =============================================================================
 *   Pagers
 * ========================================================================== */

ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}

.item-list ul.pager li {
  margin: 0;
}

ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
}

ul.pager li.pager-current {
  font-weight: 700;
}

.block ul.pager li {
  margin: 0;
}

/*
 * Theme the various states of pager links
 */
ul.pager li {}

ul.pager li a {}

ul.pager li a:link,
ul.pager li a:visited {}

ul.pager li a:active,
ul.pager li a.active {}

ul.pager li a:hover,
ul.pager li a:focus {}

ul.pager li.pager-item {}
ul.pager li.first {}
ul.pager li.last {}
ul.pager li.pager-current {}
ul.pager li.pager-first {}
ul.pager li.pager-previous {}
ul.pager li.pager-next {}
ul.pager li.pager-last {}


/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */

#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}

#skip-link a {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:hover,
#skip-link a:focus,
#skip-link a:active {
  outline: 0;
}


/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */

#tasks {
  margin-bottom: 15px;
}

ul.primary {
  border-bottom-color: #ccc;
  margin: 20px 0;
  padding: 0 0 0 5px;
}

ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}

ul.primary li a {
  background-color: #f5f5f5;
  border-color: #ccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}

ul.primary li a:hover,
ul.primary li a:focus {
  background-color: #eee;
  border-color: #ccc;
}

ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: #fff;
  border-bottom-color: #fff;
}

ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em;
}

ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}

ul.secondary li a {}

ul.secondary li a:hover,
ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}


/* =============================================================================
 *   Action links
 * ========================================================================== */

ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

ul.action-links li {}


/* =============================================================================
 *  Field Styling
 * ========================================================================== */

/*
 * Wrapper for any field
 */
.field {}

/*
 * Above and inline classes are on the field wrapper
 */
.field-label-above {}

/*
 * When labels are set to inline in field display settings the clearfix class is
 * automatically added
 */
.field-label-inline {}

.field-label-inline .field-label {
  margin: 0;
}

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted
 * ineritance issues
 */
.field-label {
    font-family: Brandonbold;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: uppercase;
}




/*
 * Field types (Core)
 */

/*
 * Image fields use the <figure> and <figcaption> elements from HTML5
 */
.field-type-image {}

.field-type-image .caption {}

.field-type-image .full-caption {}

.field-type-image .teaser-caption {}

/*
 * Taxonomy
 */
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
    margin-bottom: 1.5em;
    margin-top: 10px;
}

.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}

.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Text
 */
.field-type-text {}

/*
 * Long text
 */
.field-type-text-long {}

/*
 * Text with summary
 */
.field-type-text-with-summary {}

/*
 * File
 */
.field-type-file {}

/*
 * Number/Integer
 */
.field-type-number-integer {}

/*
 * Decimal
 */
.field-type-number-decimal {}

/*
 * Number float
 */
.field-type-number-float {}

/*
 * List
 */
.field-type-list-text {}

/*
 * List boolean
 */
.field-type-list-boolean {}

/*
 * List integer
 */
.field-type-list-integer {}

/*
 * List float
 */
.field-type-list-float {}

/*
 * Field types (Contrib)
 */
.field-type-datetime {}

.field-type-node-reference {}

.field-type-user-reference {}

/*
 * Named fields
 */
.field-name-body {
	font-family:"BrandonLight";
}

.field-name-field-image {}

.field-name-field-tags {}

/*
 * Underscores in field name are replaced with dashes
 */
.field-name-field-FIELDNAME {}

/*
 * Image Alignment Theme Settings - included here so you can easily override
 */
/*
 * Float none setting
 */
.ia-n .field-type-image,
.iat-n .field-type-image {}

/*
 * Float left setting
 */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
 * Float right setting
 */
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}


/* =============================================================================
 *   Block Styling
 * ========================================================================== */

/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
.block {
}

/*
 * Inner wrapper for most blocks, good for margin, padding and borders,
 * block_system_main does not have it
 */


/*
 * The first block in the region
 */
.block.first {}

/*
 * The last block in the region
 */
.block.last {}

/*
 * Zebra striping for each block in the region
 */
.block.odd {}

/*
 * Zebra striping for each block in the region
 */
.block.even {}

/*
 * Block title
 */
.block-title {
  margin: 0;
}

/*
 * Block content wrapper
 */
.block-content {
	    font-size: 0.914em;
    line-height: 1.4;
	font-family:Arial, Helvetica, sans-serif;
}

/*
 * Match item list and block menu margin and padding
 */
.block-content {}

.block-content ul,
.block-content ol {
  padding: 0 0 0 0px;
}

.block-content li {
  margin: 0;
  padding: 0;
}

/*
 * Block for the latest news items in the first category
 */
#block-aggregator-category-1 {}

/*
 * Block for the latest news items in the first feed
 */
#block-aggregator-feed-1 {}

/*
 * First block created with "Add block" link
 */
#block-block-1 {}

/*
 * "Recent blog posts" block
 */
#block-blog-recent {}

/*
 * "Book navigation" block for the current book's table of contents
 */
#block-book-navigation {}

/*
 * "Recent comments" block
 */
#block-comment-recent {}

/*
 * "Active forum topics" block
 */
#block-forum-active {}

/*
 * "New forum topics" block
 */
#block-forum-new {}

/*
 * Language switcher block
 */
#block-locale-language {}

/*
 * Custom menu block
 */
#block-menu-menu-NAME {}

/*
 * "Recent content" block
 */
#block-node-recent {}

/*
 * "Syndicate" block for primary RSS feed; see also page.css's .feed-icon
 */
#block-node-syndicate {}

/*
 * "Most recent poll" block
 */
#block-poll-recent {}

/*
 * "Author information" block for the profile of the page's author
 */
#block-profile-author-information {}

/*
 * "Search form" block
 */
#block-search-form {}

/*
 * "Shortcuts" block
 */
#block-shortcut-shortcuts {}

/*
 * "Popular content" block
 */
#block-statistics-popular {}

/*
 * "Main menu" block
 */


/*
 * "Management" block for Drupal management menu
 */
#block-system-management {}

/*
 * "Navigation" block for Drupal navigation menu
 */
#block-system-navigation {}

/*
 * "User menu" block for Drupal user menu
 */
#block-system-user-menu {}

/*
 * "System help" block
 */
#block-system-help {}

/*
 * "Main page content" block
 */
#block-system-main {
}

/*
 * "Powered by Drupal" block
 */
#block-system-powered-by {}

/*
 * "User login form" block
 */
#block-user-login {}

/*
 * "Who's new" block for a list of the newest users
 */
#block-user-new {}

/*
 * "Who's online" block for a list of the online users
 */
#block-user-online {}


/* =============================================================================
 *   Node Styling
 * ========================================================================== */

.node {
  /*margin-bottom: 20px;*/
}

.node.node-promoted {}

.node.node-sticky {}

.node.node-by-viewer {}

.node.node-teaser {}

.node.node-full {}

.node.odd {}

.node.even {}

.node .node-title {
  margin: 0;
}

.node .user-picture {}

.node .submitted {}

.node .submitted .username {}

.node .submitted time {}

.node .node-content {}

.node ul.links {}

.node ul.links li {}

.node ul.links li a {}

.node ul.links li.node-read-more a {}

.node ul.links li.comment-add a {}

.node ul.links li.comment-comments a {}

.node ul.links li.comment-new-comments a {}

.node ul.links li.blog-sernames-blog a {}

.node ul.links li.print-html a {}

.node ul.links li.print-email a {}

.node ul.links li.print-pdf a {}

.preview .node {}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
.node-page {}

.node-article {}

.node-book {}

.node-forum {}

.node-poll {}


/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */

/*
 * Wrapper for the list of comments and its titles
 */
#comments {
  margin: 1.5em 0;
}

#comments h2 {}

#comments h2.comment-title {
  margin: 0;
}

#comments h2.comment-form {
  margin: 0;
}

/*
 * Wrapper for a single comment
 */
.comment {
  margin-bottom: 20px;
}

.comment.first {}

.comment.last {}

.comment.odd {}

.comment.even {}

.comment .user-picture {}

.comment .submitted {}

.comment .submitted p {}

.comment .submitted .username {}

.comment .submitted time {}

.comment .user-signature {}

.comment ul.links {}

/*
 * Comment title
 */
.comment-title {
  margin: 0;
}

/*
 * Comment states
 */
.comment-new {}

.comment-by-anonymous {}

.comment-by-node-author {}

.comment-by-viewer {}

.comment-title-hidden {}

.comment-with-picture {}

.comment-with-signature {}

/*
 * Preview of the comment before submitting new or updated comment
 */
.comment-preview {}

/*
 * "New" marker for comments that are new for the current user
 */
.new {
  color: #c00;
}

/*
 * Nested comments are indented
 */
.indented {
  margin-left: 40px;
}


/* =============================================================================
 *   Forms
 * ========================================================================== */

/*
 * Wrapper for a form element (or group of form elements) and its label
 */
.form-item {}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid #c00;
}

.form-item label {
  font-weight: 700;
}

.form-item label.option {}

/*
 * Highlight marks and form required mark
 */
.marker,
.form-required {
  color: #c00;
}

.form-item .description {
  font-size: 0.85em;
}

.form-checkboxes .form-item,
.form-radios .form-item {}

/*
 * The submit button
 */
.form-submit {}

.container-inline div,
.container-inline label {
  display: inline;
}

/*
 * Define consistent borders
 */
fieldset {
  border: 1px solid #ccc;
}

/*
 * Tips for Drupal's input formats
 */
.tips {}

/*
 * Buttons used by contrib modules like Media
 */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}


/* =============================================================================
 *   Tables
 * ========================================================================== */

table {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}

table.sticky-header {
    position: relative !important;
    z-index: 10;
	display:none;
}

table,
thead,
tbody,
tr,
th,
td {
  /*border-color: #ccc;*/
  border:none;
}

table,
td,
th {
  vertical-align: middle;
}

caption,
th,
td {
  text-align: left;
}

thead tr {
  font-weight: 700;
  background-color: #e5e5e5;

}

td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px;
}

tbody {}

tbody tr {
  /*border-top: 1px solid #ccc;*/
}

tr.odd {
  background: #fff;
}

tr.info,
tr.even,
tr:nth-child(2n+2) {
  border-bottom: 0;
  background-color: #f5f5f5;
}

tr.drag {}

tr.drag-previous {}

tr.odd td.active {
  background-color: #eee;
}

tr.even td.active {
  background-color: #ebebeb;
}

.lt-ie8 tr {}

.lt-ie8 tr.even,
.lt-ie8 tr.odd {}

.lt-ie8 tr.even th,
.lt-ie8 tr.even td,
.lt-ie8 tr.odd th,
.lt-ie8 tr.odd td {
}

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
#forum td {}

#forum td.created,
#forum td.posts,
#forum td.topics,
#forum td.last-reply,
#forum td.replies,
#forum td.pager {
  white-space: normal;
}



/* =============================================================================
 *   Messages
 * ========================================================================== */

/* Left and right margin are set by the global gutter width */
div.messages {
    background-image: none;
    font-family: brandonbold;
    font-size: 19px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
    width: 100%;
    z-index: 10;
}


div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.status {}

div.warning {}

tr.warning {}

div.error,
tr.error {}

.error {}

.warning {}

/*
 * Unpublished nodes
 */
.node-unpublished,
.comment-unpublished {}

.node-unpublished,
.comment-unpublished {}

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact,"Arial Narrow",Helvetica,sans-serif;
  font-size: 75px;
  font-weight: bold;
  height: 0;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}

/*
 * Otherwise these elements will appear below the "Unpublished" text
 */
.lt-ie8 {}

.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative;
}


/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */

.maintenance-page {}
.maintenance-page .container {
    background-color: #000;
    color: #fff;
    height: 100%;
    margin: 0 !important;
    padding: 40px 0;
    position: absolute;
    text-align: center;
}

.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

.maintenance-page img{
    margin: 0 auto;
    width: 50%;
}

.maintenance-page #content{
    letter-spacing: 0.5px;
    margin: 0 auto;
    width: 50%;
}

.maintenance-page #content img{
    width: auto;
}

.maintenance-page .widgets-element{
    display: inline-block;
    float: none;
    height: 48px;
    margin: 0 5px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 48px;
}

.maintenance-page #widgets-element-widgets_custom-markup div {
    background-size: cover;
    color: rgba(0, 0, 0, 0);
    height: 48px;
    width: 48px;
}

.db-offline {}

.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}

.db-offline div.messages {
  margin: 20px 0 0;
}

.db-offline #content {
  padding: 20px 0;
}

.view-sales-area-events{
	/*-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;*/
}

.page-sales-events #columns header{
	padding: 25px 0 0;
}
.page-sales-events #columns .form-select{
	border: thin solid #ccc;
}

.page-sales-events #columns .views-exposed-form .views-reset-button{
	padding: 28px 0 0;
}

.view-sales-area-events .views-row{
	margin: 0 0 35px;
}


.logged-in.node-type-area-events #columns .block h2 {
    text-align: left;
}

.logged-in.node-type-area-events #columns header{
   padding: 25px 0 0;
}

	#block-views-beer-ingredients-block h2
{
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:80% auto;
	color:#eaeaea;
	font-family:BrandonBold;
	height:53px;
	letter-spacing:10px;
	line-height:1.4;
	margin:0;
	padding:0 13px;
	text-align:center;
	text-transform:uppercase;
}

/*dortmunder*/.page-node-1 #page{background-image:url(../images/dort_bg.jpg) !important;}
/*eliot ness*/.page-node-2 #page{background-image:url(../images/ness_bg.jpg) !important;}
/*burning river*/.page-node-3 #page{background-image:url(../images/burning_bg.jpg) !important;}
/*commodore perry*/.page-node-4 #page{background-image:url(../images/perry_bg.jpg) !important;}
/*edmind fitzgerald*/.page-node-5 #page{background-image:url(../images/fitz_bg.jpg) !important;}
/*conways irish ale*/.page-node-6 #page{background-image:url(../images/conways_bg.jpg) !important;}
/*rye of the tiger*/.page-node-7 #page{background-image:url(../images/rye_bg.jpg) !important;}
/*oktoberfest*/.page-node-9 #page{background-image:url(../images/oktoberfest_bg.jpg) !important;}
/*christmas ale*/.page-node-10 #page{background-image:url(../images/christmas_bg.jpg) !important;}
/*lake erie monster*/.page-node-12 #page{background-image:url(../images/monster_bg.jpg) !important;}
/*nosferatu*/.page-node-13 #page{background-image:url(../images/nosferatu_bg.jpg) !important;}
/*blackout stout*/.page-node-14 #page{background-image:url(../images/blackout_bg.jpg) !important;}
/*sharpshooter*/.page-node-586 #page{background-image:url(../images/sharpshooter_bg.jpg) !important;}
/*chillwave*/.page-node-11 #page{background-image:url(../images/chillwave_bg.jpg) !important;}
/*ohio city oatmeal*/.page-node-708 #page{background-image:url(../images/ocos_bg.jpg) !important;}
/*hop by numbers*/.page-node-1306 #page{background-image:url(../images/hopbynumbers_bg.jpg) !important;}
/*turntable*/.page-node-1305 #page{background-image:url(../images/turntable_bg.jpg) !important;}

.page-node-1013 #page{background-image:url(../images/albertaclipper_bg.jpg) !important;}
.page-node-700 #page{background-image:url(../images/holymoses_bg.jpg) !important;}
.page-node-704 #page{background-image:url(../images/lawnseat_bg.jpg) !important;}
.page-node-1096 #page{background-image:url(../images/steadyrollin_bg.jpg) !important;}




/*dortmunder*/.page-node-1 #block-views-beer-ingredients-block {background-color:#d29f13;}
/*sharpshooter*/.page-node-586 #block-views-beer-ingredients-block {background-color:#63bcaa;}
/*edmund fitzgerald*/.page-node-5 #block-views-beer-ingredients-block {background-color:#afc2cd;}
/*oktoberfest*/.page-node-9 #block-views-beer-ingredients-block {background-color:#bdb632;}
/*nosferatu*/.page-node-13 #block-views-beer-ingredients-block {background-color:#ea5635;}
/*burning river*/.page-node-3 #block-views-beer-ingredients-block {background-color:#693c5e;}
/*conways irish ale*/.page-node-6 #block-views-beer-ingredients-block {background-color:#67823a;}
/*commodore perry*/.page-node-4 #block-views-beer-ingredients-block {background-color:#00859b;}
/*eliot ness*/.page-node-2 #block-views-beer-ingredients-block {background-color:#934d11;}
/*blackout stout*/.page-node-14 #block-views-beer-ingredients-block {background-color:#1b365d;}
/*christmas ale*/.page-node-10 #block-views-beer-ingredients-block {background-color:#67823a;}
/*lake erie monster*/.page-node-12 #block-views-beer-ingredients-block {background-color:#285c4d;}
/*rye of the tiger*/.page-node-7 #block-views-beer-ingredients-block {background-color:#bc431a;}
/*chillwave*/.page-node-11 #block-views-beer-ingredients-block {background-color:#d29130;}
/*ohio city oatmeal*/.page-node-708 #block-views-beer-ingredients-block {background-color:#62ccca;}
/*turntable*/.page-node-1305 #block-views-beer-ingredients-block{background-color:#98a4af;}
/*hop by numbers*/.page-node-1306 #block-views-beer-ingredients-block{background-color:#c1da85;}

.page-node-1013 #block-views-beer-ingredients-block{background-color:#e2aed7;}
.page-node-700 #block-views-beer-ingredients-block{background-color:#ccc;}
.page-node-704 #block-views-beer-ingredients-block{background-color:#d0ca2e;}
.page-node-1096 #block-views-beer-ingredients-block{background-color:#e7cd1e;}


#block-views-beer-ingredients-block {
background-color:#999;
background-image:url(../images/barley_bg.png);
background-position:center center;
background-repeat:no-repeat;
background-size:auto auto;
padding:56px 0;
}

#block-views-beer-ingredients-block .views-row {
color:#fff;
display:block;
text-align:center;
margin:0 auto;
}

#block-views-beer-ingredients-block .views-row li {
font-family:Brandonlight;
font-size:24px;
padding:4px 0;
}




/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */

/*
 * Admin menu overrides
 */
#admin-menu {
  margin: 0;
  padding: 0;
}

/*
 * Devel Module
 */
.dev-query {
  background: #eee;
  padding: 30px;
}

/*
 * Styleguide module tweaks
 */
#styleguide-header {
  padding: 0 10px;
}

#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}

#dropdown-menu{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
    border-bottom: thin solid #ccc;
    display: none;
    height: 140px;
    padding: 1px 0 0;
    position: fixed;
    top: 115px;
    width: 100%;
    z-index: 3000;
}

#sample-map{
    display: block;
    height: 100px;
    min-height: 78vh;
    width: 100%;
}


@media only screen and (min-width: 1025px) {
#vipcopyright{
	display:none;	
}

#finder_form{
    background-color: #fff;
    border: medium none;
    display: block;
    height: auto;
    margin: 0 -136px 0 auto;
    position: absolute;
    right: 50%;
    width: 415px;
    z-index: 1;
}

#finder_form legend{
	display:none;
}
#node-785 iframe {
    border: medium none;
    left: 0;
    min-height: 78vh;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

#node-785 iframe html{
	overflow:hidden;
}

#node-785 legend{
	display:none;
}

#finder_results{
    border: medium none;
    display: block;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 1px;
    width: 100%;
    z-index: 0;
}

#finder_disclaimer{
	display:none;
}

iframe body{
	height:100%;
	padding:0;
	overflow:hidden;
	
}

#map_canvas{
	/*background-color: #e5e3df;
    border: none;
    height: 100% !important;
	left:0;
    margin: 0 !important;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 64% !important;
    /*z-index: -1;*/
}

#finder_table{
    background-color: #fff;
    font-family: brandonblack;
    font-size: 11px;
    height: 100%;
    margin: 0;
    overflow: hidden;
    position: absolute;
    right: -5px;
    top: 0;
    width: 37%;
    display: block;
}


#finder_table tbody {
	display: block;
    height: 100%;
    position: relative;
}

#finder_table thead {
	display:none;
}

#finder_table thead tr{
}

#finder_table thead tr th{
}

#nonFooter {
    display: block;
    height: 10%;
    position: relative;
    width: 100%;
}


#finder_table tr {
    text-align: center;
    width: 11%;
}

#finder_table td {
	height: 70px;
}


#finder_table .finder_miles {
    background-color: transparent;
}

}




@media only screen and (min-width:769px) and (max-width:1024px) {
#vipcopyright{
	display:none;	
}

#finder_form{
    background-color: #fff;
    border: medium none;
    display: block;
    height: auto;
    margin: 0 -108px 0 auto;
    position: absolute;
    right: 50%;
    width: 415px;
    z-index: 1;
}

#finder_form legend{
	display:none;
}
#node-785 iframe {
    border: medium none;
    left: 0;
    min-height: 78vh;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

#node-785 iframe html{
	overflow:hidden;
}

#node-785 legend{
	display:none;
}

#finder_results{
    border: medium none;
    display: block;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 1px;
    width: 100%;
    z-index: 0;
}

#finder_disclaimer{
	display:none;
}

iframe body{
	height:100%;
	padding:0;
	overflow:hidden;
	
}

#map_canvas{
	background-color: #e5e3df;
    border: none;
    height: 100% !important;
	left:0;
    margin: 0 !important;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 64% !important;
    /*z-index: -1;*/
}

#finder_table{
    background-color: #fff;
    font-family: brandonblack;
    font-size: 11px;
    height: 100%;
    margin: 0;
    overflow: hidden;
    position: absolute;
    right: -5px;
    top: 0;
    width: 37%;
    display: block;
}


#finder_table tbody {
	display: block;
    height: 100%;
    position: relative;
}

#finder_table thead {
	display:none;
}

#finder_table thead tr{
}

#finder_table thead tr th{
}

#nonFooter {
    display: block;
    height: 10%;
    position: relative;
    width: 100%;
}


#finder_table tr {
    text-align: center;
    width: 11%;
}

#finder_table td {
	height: 70px;
}


#finder_table .finder_miles {
    background-color: transparent;
}


}

@media only screen and (min-width:481px) and (max-width:768px){
#vipcopyright{
	display:none;	
}

#finder_form{
	background-color: #fff;
    border: medium none;
    margin: 0 auto;
    /*width: 415px;*/
}

#finder_form legend{
	display:none;
}
#node-785 iframe {
    border: medium none;
    left: 0;
    min-height: 78vh;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

#node-785 iframe #finder_body{
	margin:0 !important;
	padding:0 !important;
}

#node-785 iframe #finder_body #content{
	margin:0 !important;
	padding:0 !important;
}

#node-785 legend{
	display:none;
}

#finder_results{
    border: medium none;
    margin: 0;
    padding: 0;
}

#finder_disclaimer{
	display:none;
}

iframe body{
	height:100%;
	padding:0;
	overflow:hidden;
	
}

#map_canvas{
	display:none;
}

#finder_table{
    background-color: #fff;
    display: block;
    font-family: brandonblack;
    font-size: 11px;
    height: 100%;
    margin: 0;
    top: 0;
    width: 100%;
}


#finder_table tbody {
	display: block;
    height: 100%;
    position: relative;
}

#finder_table thead {display:none;
}

#finder_table thead tr{
}

#finder_table thead tr th{
}

#nonFooter {
    display: block;
    height: 10%;
    position: relative;
    width: 100%;
}


#finder_table tr {
    text-align: center;
    width: 11%;
}

#finder_table td {
	height: 72px;
}


#finder_table .finder_miles {
    background-color: transparent;
}

}

@media only screen and (min-width:321px) and (max-width:480px){
#vipcopyright{
	display:none;	
}

#finder_form{
	background-color: #fff;
    border: medium none;
    margin: 0 auto;
    width: 340px;
}

#finder_form legend{
	display:none;
}
#node-785 iframe {
    border: medium none;
    left: 0;
    min-height: 78vh;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

#node-785 legend{
	display:none;
}

#finder_results{
	border:none;
}

#finder_disclaimer{
	display:none;
}

iframe body{
	height:100%;
	padding:0;
	overflow:hidden;
	
}

#map_canvas{
	background-color: #e5e3df;
    border: none;
    height: 100% !important;
	left:0;
    margin: 0 !important;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 63% !important;
    z-index: -1;
}

#finder_table{
    background-color: #fff;
    display: block;
    font-family: brandonblack;
    font-size: 11px;
    height: 100%;
    margin: 0;
    position: absolute;
    right: -5px;
    top: 0;
    width: 37%;
}


#finder_table tbody {
	display: block;
    height: 100%;
    position: relative;
}

#finder_table thead {
}

#finder_table thead tr{
}

#finder_table thead tr th{
}

#nonFooter {
    display: block;
    height: 10%;
    position: relative;
    width: 100%;
}


#finder_table tr {
    text-align: center;
    width: 11%;
}

#finder_table td {
	height: 72px;
}


#finder_table .finder_miles {
    background-color: transparent;
}

}


@media only screen and (max-width:320px){
#vipcopyright{
	display:none;	
}

#finder_form{
	background-color: #fff;
    border: medium none;
    margin: 0 auto;
    /*width: 415px;*/
}

#finder_form legend{
	display:none;
}
#node-785 iframe {
    border: medium none;
    left: 0;
    min-height: 78vh;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

#node-785 iframe #finder_body{
	margin:0 !important;
	padding:0 !important;
}

#node-785 iframe #finder_body #content{
	margin:0 !important;
	padding:0 !important;
}


#node-785 legend{
	display:none;
}

#finder_results{
    border: medium none;
    margin: 0;
    padding: 0;
}

#finder_disclaimer{
	display:none;
}

iframe body{
	height:100%;
	padding:0;
	overflow:hidden;
	
}

#map_canvas{
	display:none;
}

#finder_table{
    background-color: #fff;
    display: block;
    font-family: brandonblack;
    font-size: 11px;
    height: 100%;
    margin: 0;
    top: 0;
    width: 100%;
}


#finder_table tbody {
	display: block;
    height: 100%;
    position: relative;
}

#finder_table thead {display:none;
}

#finder_table thead tr{
}

#finder_table thead tr th{
}

#nonFooter {
    display: block;
    height: 10%;
    position: relative;
    width: 100%;
}


#finder_table tr {
    text-align: center;
    width: 11%;
}

#finder_table td {
	height: 72px;
}


#finder_table .finder_miles {
    background-color: transparent;
}

}
