/*
Theme Name: oba
Theme URI: http://underscores.me/
Author: Tim Ariyeh
Author URI: http://underscores.me/
Description: Description
Version: 1.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oba
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

oba is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Imports
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility


# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# OBA Shortcodes
# OBA Global
# OBA Header
# OBA Footer
# OBA Home Page
# OBA News Page
# OBA Get Involved Page
# OBA Logo Page
# OBA Board Members Page
# OBA Events Page
# OBA Contact Page

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Imports
--------------------------------------------------------------*/
@import url(type/stylesheet.css);

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-family: 'montserratlight', sans-serif;
  line-height: 1.4em;
  color: #000;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'montserratbold', sans-serif;
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

h1{
  text-transform: uppercase;
  line-height: 1.3;
}

h2, h3, h4, h5, h6{
  text-transform: uppercase;
  line-height: 1.3em;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #C52530;
}

a:visited {
	color: #C52530;
}

a:hover,
a:focus,
a:active {
	color: #C52530;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,

.content-area:before,
.content-area:after,

.site-content-wrap:before,
.site-content-wrap:after,

.site-footer:before,
.site-footer:after,

.site-main:after,
.site-main:before,

.oba-hamburger:after,


ul#primary-menu:after,
ul#primary-menu:before,

.page-template-page_board-members .board-member-list:before,
.page-template-page_board-members .board-member-list:after
{
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# OBA Shortcodes
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# OBA Global
--------------------------------------------------------------*/

article:after{
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

.content-area{
  margin-top: 20px;
}

body{
}

#page{
  margin: 0 auto;
}

.single #content{
  min-height: 900px;
}


#content-wrap{
  /*background-image: url("images/global/bg_image.jpg");
  background-repeat: no-repeat;
  background-clip: border-box;
  background-position: bottom left;
  background-size: 100% auto;*/
}
/*
#masthead .site-branding .site-logo{
  background-image: url("images/logos/home_logo_72.png");
  max-width: 360px;
  width: 100%;
  height: 95px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: relative;
  top: 32%;
  z-index: 3;
  overflow: hidden;
}
*/


#masthead .site-branding .site-logo{
  background-color: #fff;
  background-image: url("images/logos/home_logo_144.png");
  width: 425px;
  height: 62px;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  top: 55%;
}

#masthead .site-branding .site-logo-background{
  background-color: #fff;
  height: 10px;
  z-index: 2;
  display: block;
  width: 350px;
  bottom: -10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

h1.page-title,
.single-post .entry-title{
  font-family: 'montserratlight', sans-serif;
  font-size: 24px;
  color: #C52530;
  margin-bottom: 0;
}

.page .entry-content{
  margin-top: 0;
}

/*
@media (-webkit-min-device-pixel-ratio: 1.5){
  #content-wrap{
    background-image: url("images/global/bg_image_144.jpg");
  }

  #masthead .site-branding .site-logo{
    background-image: url("images/logos/secondary_logo_144.png");
  }
}
*/
.oba-dropdown{
  position: relative;
}

.oba-dropdown ul{
  margin: 0;
  padding: 0;
  position: absolute;
  list-style-type: none;
  z-index: 100;
  background: red;
  display: none;
  top: 100%;
}

.oba-dropdown.oba-dropdown-active ul{
  display: block;
}

.oba-dropdown.oba-dropdown-active ul li{
  background: #C52530;
  padding-left: 32px;
  padding-right: 32px;
}

.oba-dropdown.oba-dropdown-active ul li.hide{
  display: none;
}

.oba-dropdown.oba-dropdown-active ul li a{
  font-family: 'montserrat', sans-serif;
  color: #fff;
  padding: 1em 0;
  text-align: left;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  width: 200px;
}

.oba-dropdown.oba-dropdown-active ul li:nth-child(n+2) a{
  border-top: 2px solid #fff;
}


.oba-dropdown .oba-dropdown-filter
{ 
  color: #fff;
  margin-bottom: 1em;
  padding: 0 1em 0 1em;
  color: #fff;
  background:  #1D3B45;
  display: block;
  text-transform: uppercase;
  height: 50px;
  text-decoration: none;
  display: inline-block;
}

.oba-dropdown .oba-dropdown-filter:focus{
  color: #fff;
  outline: none;
}


.oba-dropdown.oba-dropdown-active .oba-dropdown-filter{
  display: block;
}

.oba-dropdown.oba-dropdown-active .oba-dropdown-toggle{
  display: none;
}

@media only screen and (max-width: 800px){
  .responsive-flip{
    display: table;
  }

  .responsive-flip > *:nth-child(2){
    display: table-header-group;
  }

  .responsive-flip > *:nth-child(1){
    display: table-footer-group;
  }
}

h1.page-title { 
	display: none;
}

/*--------------------------------------------------------------
# OBA Stacked Section
--------------------------------------------------------------*/

.oba-stacked-section{
  border-top: 10px solid #C52530;
  padding: 100px 60px;
  background: #fff;
  background-repeat: no-repeat!important;
  background-position: right center!important;
  background-size: auto 100%!important;
}

.oba-stacked-section.oba-stacked-section-last{
  border-bottom: 10px solid #C52530;
}

.oba-stacked-section h3{
	font-family: 'montserratblack', sans-serif;
  font-size: 32px;
  margin: 0;
  color:  #1D3B45;
}

.oba-stacked-section .so-panel{
  max-width: 60%;
}

.oba-button{
  display: inline-block;
  color: #fff;
  background: #1D3B45;
  text-decoration: none;
  padding: 12px 32px;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
}

.oba-button:hover{
  background: #C52530;
  text-decoration: none;
  color: #fff;
}

.oba-button:visited{
  color: #fff;
}

@media only screen and (max-width: 800px){
  .oba-stacked-section{
    background-image: none!important;
    padding: 15px;
  }
  .oba-stacked-section .so-panel{
    width: 100%;
    max-width: initial;
    background: rgba(255, 255, 255, 0.70);
    padding: 1em;
  }

  .oba-button{
    white-space: initial;
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# OBA Header
--------------------------------------------------------------*/

#masthead .site-branding{
  border-bottom: 10px solid #1D3B45;
  height: 80px;
  text-align: center;
  position: relative;
  text-align: center;
}

#masthead .site-branding .site-logo-background{
  display: none;
}

#masthead .site-branding .site-logo{
  display: inline-block;
}

.primary-menu-container{
  margin: 75px auto 0 auto;
  text-align: center;
}

.primary-menu-container ul.menu{
  display: inline-block;
}

.primary-menu-container ul.menu > li{
  float: left;
  margin: 0 38px 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.primary-menu-container ul.menu > li:last-child{
  margin-right: 0;
}

.primary-menu-container ul.menu > li a{
  line-height: 1.3em;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
}

.primary-menu-container ul.menu > li > ul.sub-menu{
}

.primary-menu-container ul.menu > li > ul.sub-menu > li{
  background: #C52530;
  padding-left: 32px;
  padding-right: 32px;
}

.primary-menu-container ul.menu > li > ul.sub-menu > li:first-child{
  margin-top: 1em;
}

.primary-menu-container ul.menu > li > ul.sub-menu > li:last-child{
}

.primary-menu-container ul.menu > li > ul.sub-menu > li > a{
	font-family: 'montserratlight', sans-serif;
  color: #fff;
  padding: 1em 0;
  text-align: left;
}

.primary-menu-container ul.menu > li > ul.sub-menu > li:nth-child(n+2) > a{
  border-top: 2px solid #fff;
}

.primary-menu-container ul.menu > li > ul.sub-menu > li> a:hover{
  color: #1D3B45;
}

.primary-menu-container ul.menu > li.current-menu-item,
.primary-menu-container ul.menu > li.current-menu-ancestor,
.primary-menu-container ul.menu > li:hover{
  border-bottom: 1px solid #C52530;
}

.primary-menu-container > ul.menu > li.current-menu-item >  a,
.primary-menu-container > ul.menu > li.current-menu-ancestor >  a,
.primary-menu-container > ul.menu > li:hover > a{
  color: #C52530;
}

.oba-hamburger{
  display: none;
  cursor: pointer;
  float: right;
  position: absolute;
  top: 20px;
  right: 5%;
  width: 35px;
  height: 22px;
  background-image: url("images/global/hamburger-menu.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media only screen and (max-width: 800px){

  #masthead{
    position: relative;
  }

  #content-wrap{
    position: relative;
    top: 50px;
  }

  .oba-hamburger{
    display: block;
  }

  .primary-menu-container {
    display: none;
    margin-top: 0;
    margin-bottom: 2em;
  }

  .primary-menu-container ul.menu{
    display: block;
    width: 100%;
  }

  .primary-menu-container ul.menu > li > ul{
    display: block;
    position: static;
    margin: 0;
    width: 100%;
    float: none;
    clear: both;
    padding: 0;
  }

  .primary-menu-container ul.menu > li > ul.sub-menu > li{
    background: none;
    border: none;
    width: 100%;
    background: none;
    margin: 0!important;
    padding: 0;
  }

  .primary-menu-container ul.menu > li > ul.sub-menu > li > a{
    font-family: montserratlight, sans-serif;
    padding: 0;
    border: none;
    text-align: center;
    width: 100%;
    padding: 0.5em;
    border: none!important;
    color: #000;
    background: #eee;
    border-bottom: 1px solid #A9A9A9!important;
    font-size: 0.9em;
    padding: 1em;
  }


  .primary-menu-container li{
    float: none;
    clear: both;
    text-align: center;
    width: 100%;
    border: none!important;
  }

  .primary-menu-container li a{
    font-size: 1.5em;
    padding: 1em;
    border-bottom: 1px solid #A9A9A9!important;
  }


  #site-navigation{
    position: relative;
    top: 50px;
  }

}

@media (max-width: 500px){


  #masthead .site-branding{
  }

  #masthead .site-branding .site-logo{
    width: 150px!important;
    height: 120px!important;
    background-size: auto 100% !important;
    background-image: url("images/logos/phone_logo_144.png")!important;
    top: 40%!important;
    background-color: #fff;
  }

  .page-template-page_home-php #masthead .site-branding .site-logo-background,
  #masthead .site-branding .site-logo-background{
    display: none!important;
  }

  #site-navigation{
    position: relative;
    top: 100px;
  }


}



/*--------------------------------------------------------------
# OBA Big Button Menu
--------------------------------------------------------------*/


.bigbutton-container ul.menu{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.bigbutton-container ul.menu > li{
  margin: 0;
  padding: 0;
  width: 33.3333%;
  padding: 0 13px;
}

.bigbutton-container ul.menu > li.current-menu-item{
  display: none;
}

.bigbutton-container ul.menu > li:first-child{
  padding-left: 0;
}

.bigbutton-container ul.menu > li:last-child{
  padding-right: 0;
}

.bigbutton-container ul.menu > li > a{
  display: block;
  border-bottom: 44px solid #C52530;
  text-align: center;
  height: 190px;
  color: white;
  text-decoration: none;
  background: #1D3B45;
  font-size: 24px;
	font-family: 'montserratbold', sans-serif;
  vertical-align: middle;
  line-height: 190px;
  box-sizing: content-box;
}

.bigbutton-container ul.menu > li > a:hover{
  border-bottom: 44px solid #1D3B45;
  background: #C52530;
}

.bigbutton-container ul.menu > li > a > span.bigbutton-item-wrapper{
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

/*--------------------------------------------------------------
# OBA Page
--------------------------------------------------------------*/

#content{
  margin: 0 70px 50px 70px;
}

@media only screen and (max-width: 500px){
  #content{
    width: 100%;
    max-width: 100%;
    padding: 0 10%;
    margin: 0;
  }

}

/*--------------------------------------------------------------
# OBA Footer
--------------------------------------------------------------*/
#colophon{
  background: #1D3B45;
  color: #fff;
  padding: 40px;
  text-align: center;
  max-height: 80px;
  height: 80px;
  overflow: hidden;
  box-sizing: content-box;
}

#colophon .site-info{
  float: left;
  line-height: 45px;
  text-align: left;
  width: 40%;
  min-width: 404px;
  line-height: 80px;
  vertical-align: middle;
}

#colophon .footer-logo{
  height: 80px;
  min-width: 100px;
  background-size: auto 80px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20%;
  display: block;
  float: left;
  background-image: url("images/logos/footer_logo_144.png");
  margin-right: -2em;
}

#colophon .footer-social-links{
  float: right;
  text-align: right;
  min-width: 204px;
}

#colophon .footer-social-links a{
   text-decoration: none;
   color: #1D3B45;
   background: #fff;
   display: block;
   float: left;
   margin: 17px 0 17px 22px;
   border-radius: 50%;
   width: 46px;
   height: 46px;
   text-align: center;
   font-size: 30px;
   line-height: 80px;
   padding: 0;
}

#colophon .footer-social-links a:first-child{
  margin-left: 0;
}

#colophon .footer-social-links a span{
  display: block;
  line-height: 45px;
  padding: 0;
}

@media only screen and (max-width: 800px){

  #colophon{
    height: initial;
    max-height: initial;
    text-align: center;
  }

  #colophon .site-info{
    float: none;
    clear: both;
    margin: 1em auto;
    line-height: 150%;
    min-width: initial;
    width: 100%;
    text-align: center;
  }

  #colophon .footer-social-links{
    float: none;
    clear: both;
    margin: 1em auto;
    text-align: center;
  }

  #colophon .footer-social-links a{
    display: inline-block;
    float: none;
    margin: 0 5%!important;
  }

  #colophon .footer-logo{
    float: none;
    clear: both;
    margin: 1em auto;
  }
}

/*--------------------------------------------------------------
# OBA Home Page
--------------------------------------------------------------*/

.page-template-page_home-php #main{
  float: none;
  width: initial;
  max-width: initial;
}

.page-template-page_home-php .bigbutton-container{
  float: none;
  clear: both;
  width: 100%;
  text-align: center;
  margin: 0;
}

.page-template-page_home-php .bigbutton-container ul.menu{
  display: inline-block;
  width: 100%;
}

.page-template-page_home-php .bigbutton-container ul.menu > li{
  width: 33.333%;
  float: left;
}

.page-template-page_home-php #masthead .site-branding .site-logo{
  background-color: #fff;
  background-image: url("images/logos/home_logo_72.png");
  width: 425px;
  height: 62px;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  top: 55%;
}

.page-template-page_home-php #masthead .site-branding .site-logo-background{
  display: none;
}

.page-template-page_home-php #main{
  max-height: 323px;
  overflow-y: hidden;
}

.page-template-page_home-php #main:after{
  content: "";
  clear: both;
  visibility: hidden;
  display: block;
}

.page-template-page_home-php article{
  overflow: hidden;
  margin-bottom: 0;
}

.page-template-page_home-php .site-main{
  margin-bottom: 90px;
}

.page-template-page_home-php .home-content-sidebar{
  float: left;
  background-image: url("images/home/home_main-image_72.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  width: 40%;
  margin-right: 40px;
  max-width: 425px;
  padding-top: 35%;
  margin-left: 10%;
  max-height: 323px;
  height: 0px;
}


@media (-webkit-min-device-pixel-ratio: 1.5){
  .page-template-page_home-php .home-content-sidebar{
    background-image: url("images/home/home_main-image_144.png");
  }

  .page-template-page_home-php #masthead .site-branding .site-logo{
    background-image: url("images/logos/home_logo_144.png");
  }
}

.page-template-page_home-php .entry-content{
  float: left;
  margin-top: 0;
}

.page-template-page_home-php .entry-content p{
  margin-top: 0;
  font-size: 16px;
  line-height: 1.5em;
  max-width: 600px;
}

.page-template-page_home-php .entry-content h1{
	font-family: 'montserratblack', sans-serif;
  color: #1D3B45;
  line-height: 1em;
  font-size: 5.52em;
  margin: 0;
}

.page-template-page_home-php .entry-content h1:first-line{
	font-family: 'montserratlight', sans-serif;
  color: #C52530;
}

@media only screen and (max-width: 1050px){
  .page-template-page_home-php .home-content-sidebar{
    margin-left: 0;
  }
}

@media only screen and (max-width: 900px){

  .page-template-page_home-php #main{
    max-height: initial;
    overflow-y: initial;;
  }

  .page-template-page_home-php .home-content-sidebar{
    display: none;
  }

  .page-template-page_home-php .entry-content{
    float: none;
    width: 100%;
    text-align: center;
  }

  .page-template-page_home-php .bigbutton-container ul.menu > li{
    width: 100%;
    max-width: initial;
    float: none;
    clear: both;
    margin: 0 auto 2em auto;
    padding: 0;
  }

  .page-template-page_home-php .bigbutton-container{
    margin-top: 0;
  }

  .page-template-page_home-php .entry-content h1{
    font-size: 4em;
  }

  .page-template-page_home-php .entry-content p{
    font-size: 16px;
    text-align: left;
    width: 99%;
    margin: 0 auto;
    max-width: initial;
    line-height: 1.5em;
  }

}

@media only screen and (max-width: 320px){
  .page-template-page_home-php .entry-content h1{
    font-size: 3.25em;
  }
}

/*--------------------------------------------------------------
# OBA Right-Side Big Box Page
--------------------------------------------------------------*/

.single-post #main,
.bigbox-right #main{
  float: left;
  width: 65%;
  max-width: 800px;
  margin-right: 6%;
}

.single-post .bigbutton-container,
.bigbox-right .bigbutton-container{
  float: right;
  width: 28%;
}

.single-post .bigbutton-container ul.menu > li,
.bigbox-right .bigbutton-container ul.menu > li{
  padding: 0;
  margin: 0 0 2em 0;
  width: 100%;
  max-width: 400px;
  min-width: 290px;
}

@media only screen and (max-width: 800px){
  .single-post .bigbutton-container,
  .bigbox-right .bigbutton-container{
    float: none;
    width: 100%;
    clear: both;
  }

  .single-post .bigbutton-container ul.menu > li,
  .bigbox-right .bigbutton-container ul.menu > li{
    width: 100%
    float: none;
    clear: both;
    margin: 2em 0;
    padding: 0;
    min-width: initial;
  }

  .bigbutton-container ul.menu > li > a{
    border-bottom-width: 22px!important;
    line-height: 80px;
    height: 80px;
  }


  .single-post #main,
  .bigbox-right #main{
    float: none;
    width: 100%;
  }


}

/*--------------------------------------------------------------
# OBA News Page
--------------------------------------------------------------*/



.single-post #main{
  background: #fff;
  padding: 0 36px;
}

.blog article.post{
  width: 31%;
  min-width: 300px;
  background:  #1D3B45;
  color: #fff;
  margin: 0 2% 2% 0;
  height: 800px;
  max-height: 734px;
  overflow: hidden;
}

.blog article.post .entry-content{
  height: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog article.post .wp-post-image-wrapper{
  position: relative;
  text-align: center;
  vertical-align: center;
}

.blog article.post .wp-post-image-wrapper img{
  display: block;
}

.single-post .wp-post-image-wrapper img{
  width: 100%;
  height: auto;
}

.single.blog .wp-post-image-overlay{
  display: none;
}

.blog article.post .wp-post-image-overlay{
  display: none;
  background-color: rgba(178, 46, 50, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  vertical-align: center;
  text-align: center;
  height: 100%;
}

.blog article.post:hover .wp-post-image-overlay{
  display: block;
}

.blog article.post{
  cursor: pointer;
}

.single.blog article.post{
  cursor: normal;
}

.blog article.post .wp-post-image-overlay-text{
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -11px 0 0 -50px;
}


.blog article.post .wp-post-image{
  width: 100%;
  height: auto;
}

.blog article.post .entry-header{
  padding: 32px;
  padding-bottom: 0;
}

.blog article.post .entry-header .entry-title{
	font-family: 'montserratlight', sans-serif;
  margin-bottom: 0;
}

.blog article.post .entry-content{
  padding: 32px;
  padding-top: 0;
  margin-top: 0;
}

.blog article.post .entry-content p:first-child{
  margin-top: 0;
}

.blog article.post .entry-meta{
  padding: 1em 0;
}

.blog article.post h2{
  margin-bottom: 1rem;
}

.blog article.post .entry-header{
  margin: 0;
}

.blog article.post a{
  text-decoration: none;
  color: #fff;
}

.blog article.post a.read-more{
  display: none;
  text-transform: uppercase;
  margin: 1em 0;
}


.post-edit-link{
  display: block;
  margin: 1em 0;
  text-align: center;
}

@media only screen and (max-width: 1100px){
  .blog article.post{
    width: 48%;
  }
}

@media only screen and (max-width: 800px){
  .blog article.post{
    position: static;
    float: none;
    width: 100%;
    clear: both;
    display: block;
    max-height: initial;
    height: auto;
    min-height: initial;
    min-width: initial;
    margin-bottom: 2em;
    overflow-y: auto;
  }

  .blog article.post .entry-content{
    height: auto;
    overflow-y: auto;
  }
  .single-post #main{
    padding: 0;
  }

  .blog article.post a.read-more{
    display: block;
  }
}



/*--------------------------------------------------------------
# OBA Logo Page
--------------------------------------------------------------*/

.page-template-page_about-logo #main{
  background: #fff;
  padding: 36px;
}

.page-template-page_about-logo #main h3{
	font-family: 'montserratlight', sans-serif;
  color: #C52530;
  border-bottom: 1px solid #C52530;
}

.page-template-page_about-logo #main .widget_text{
  margin-top: 15%;
}

.page-template-page_about-logo #main .panel-grid:nth-child(2) .widget_text{
  margin-top: 0;
}

.page-template-page_about-logo #main .panel-grid:nth-child(2) h3{
  border-bottom: none;
}

/*--------------------------------------------------------------
# OBA Board Members Page
--------------------------------------------------------------*/
.page-template-page_board-members h1.page-title{
	font-family: 'montserratblack', sans-serif;
  font-weight: normal;
  text-align: center;
  color: #1D3B45;
  border-bottom: 2px solid #1D3B45;
  margin-bottom: 50px;
  padding-bottom: 30px;
}

.page-template-page_board-members .board-member-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.page-template-page_board-members .board-member-list > li{                                                                                                                                                     
  float: left;                                                                                                                                                                                                 
  width: 32%;                                                                                                                                                                                                  
  margin: 0 1%;                                                                                                                                                                                                
  padding: 0;                                                                                                                                                                                                  
  min-width: 200px;                                                                                                                                                                                            
  margin-bottom: 4rem;                                                                                                                                                                                         
}

.page-template-page_board-members .board-member-list > li:nth-child(3n+1){
  margin-left: 0;
}

.page-template-page_board-members .board-member-list > li:nth-child(3n+3){
  margin-right: 0;
}

.page-template-page_board-members .board-member-list .board-member-photo-wrap{
  width: 100%;
}

.page-template-page_board-members .board-member-list .board-member-organization{
  margin: 0 0 1em 0;
}


.page-template-page_board-members .board-member-list h3{
	font-family: 'montserratlight', sans-serif;
  text-transform :none;
  margin: 1rem 0 0 0 ;
}

.page-template-page_board-members .board-member-list .board-member-contact-information p{
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 930px){
  .page-template-page_board-members .board-member-list > li{
    width: 49%;
  }

  .page-template-page_board-members .board-member-list > li:nth-child(3n+1){
    margin-left: 1%;
  }

  .page-template-page_board-members .board-member-list > li:nth-child(3n+3){
    margin-right: 1%;
  }

  .page-template-page_board-members .board-member-list > li:nth-child(even){
    margin-right: 0;
  }

  .page-template-page_board-members .board-member-list > li:nth-child(odd){
    margin-left: 0;
  }
}

.page-template-page_board-members .entry-content-actual{
  margin-bottom: 50px;
  text-align: center;
}

@media only screen and (max-width: 550px){
  .page-template-page_board-members .board-member-list > li{
    float: none;
    margin: 2em 0!important;
    padding: 0 ;
    width: 100%;
    min-width: initial;
  }

  .page-template-page_board-members .board-member-list .board-member-photo-wrap img{
    width: 100%;
    height: auto;
    display: block;
  }
}


/*--------------------------------------------------------------
# OBA Toggle List
--------------------------------------------------------------*/

.toggle-list{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.toggle-list .toggler{
  text-transform: lowercase;
  margin-right: 1em;
  cursor: pointer;
  width: 1em;
  display: block;
  float: left;
  user-select: none;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.toggle-list li {
  margin-bottom: 2em;
}

.toggle-list li h3{
  color: #fff;
  background: #C52530;
  font-size: 16px;
	font-family: 'montserratlight', sans-serif;
  text-transform: uppercase;
  margin: 0;
  min-height: 50px;
  padding: 5px 25px 5px 30px;
  line-height: 1em;
  position: relative;
  display: table;
  width: 100%;
}

.toggle-list li h3 div{
  display: table-cell;
  vertical-align: middle;
}

.toggle-list li h3 .member-title-content{
  display: block;
  float: left;
}

.toggle-list .toggle-content{
  display: none;
  padding: 10px 23px;
}


.toggle-list .toggle-open .toggle-content{
  display: block;
}

/*--------------------------------------------------------------
# OBA Events Page
# OBA Member Directory Page
# OBA Associate Member Directory Page
--------------------------------------------------------------*/

.event-list li h3 .event-date{
  margin-right: 2em;
}

.page-template-page_events .page-title,
.page-template-page_associate_members .page-title,
.page-template-page_brewer_members .page-title,
.page-template-page_members .page-title{
	font-family: 'montserratlight', sans-serif;
  margin-bottom: 20px;
  margin-top: 0;
  color: #000;
}

.page-template-page_members select#cat{
}

.page-template-page_members select#cat option{
  text-transform: none;
}

.page-template-page_members .member-county-select-wrapper{
  position: relative;
}



/*--------------------------------------------------------------
# OBA Contact Page
--------------------------------------------------------------*/

.page-template-page_contact h2{
  color: #1D3B45;
}
