/*
Theme Name: JCCGW
Description: Wordpress theme made for JCCGW
Author: James Pfleiderer
Author URI: http://sparkexperience.com/
Version: 1.0
Tags: blue, white, light, one-column, two-column, sidebar, flexible-width, custom-menu, featured-images, translation-ready, responsive, adaptive
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html


orange				color:#f3ac00;
dark blue			color:#3a6f8f;
light blue			color:#00a7e5;
very light gray	color:#d3d9dd
light gray			color:#a6aeb3;
dark gray			color:#37424a;
fonts				font-family:'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;



=================
TABLE OF CONTENTS
=================

$RESET
$WORDPRESS CLASSES
$PRIMARY ELEMENTS
$STRUCTURE
$CLASSES
$INCLUDED PAGES
$SPECIFIC PAGES
$MOBILE
$RESPONSIVE
$PRINT

*/

@import url("css/bootstrap.min.css");

/* === $RESET =========================================================== */
*,
*:after,
*:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font: inherit;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    vertical-align: baseline
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

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

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

.clear {
    clear: both
}

.clear:after {
    content: "";
    display: block;
    clear: both
}

.sticky {}

.bypostauthor {}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignleft,
.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.gallery-caption {}

.alignright {
    float: right
}

.alignleft {
    float: left
}

.aligncenter {
    text-align: center
}

img.alignleft {
    margin-right: 1em;
    margin-bottom: 1em
}

img.alignright {
    margin-left: 1em;
    margin-bottom: 1em
}

body {
    font-size: 14px;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.5em;
    color: #37424a;
    background: #e5eef4;
    background: -moz-linear-gradient(top, #e5eef4 0%, #ffffff 541px);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5eef4), color-stop(541px, #ffffff));
    background: -webkit-linear-gradient(top, #e5eef4 0%, #ffffff 541px);
    background: -o-linear-gradient(top, #e5eef4 0%, #ffffff 541px);
    background: -ms-linear-gradient(top, #e5eef4 0%, #ffffff 541px);
    background: linear-gradient(to bottom, #e5eef4 0%, #ffffff 541px);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e5eef4', endColorstr='#ffffff', GradientType=0)
}

h1 {}

h2 {
    color: #3A6F8F;
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: .5em
}

h3 {
    margin-bottom: .3em;
    padding-bottom: .5em;
    font-weight: 900;
    color:#aa7bc9;
    font-size: 1.7em;
    letter-spacing: .06em;
    border-bottom: 1px solid #d3d9dd;
    text-transform: uppercase
}

h3 > span {
    font-weight: 400;
    font-size: 1em;
    color:#aa7bc9;
}

h4 {
    margin-bottom: .5em;
    color: #aa7bc9;
    font-weight: 700;
    font-size: 1.3em
}

h5 {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: .5em
}

h6 {}

a,
a:visited {
    color: #aa7bc9;
    text-decoration: none
}

a:hover,
a:active,
a:focus {
    text-decoration: underline;
    color: #3fc2cc;
}

h5 a {
    color: #3a6f8f
}

img {
    max-width: 100%;
    height: auto
}

a > img {
    transition-property: opacity;
    transition-duration: 325ms
}

a:hover > img {
    opacity: .75
}

p {
    padding-bottom: 1em
}

strong {
    font-weight: 600
}

em {
    font-style: italic
}

hr {
    border: none;
    background-color: #d3d9dd;
    color: #d3d9dd;
    height: 1px;
    margin-bottom: 1em;
    max-width: 100%;
    clear: both
}

section {
    margin-bottom: 2em
}

ul {
    padding-bottom: 1em
}

li {
    padding-left: 1em
}

table {
    margin-bottom: 1em
}

td:first-child {
    padding-right: 1em
}

blockquote {
    width: 25%;
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
    padding-top: 1em;
    padding-left: 2em;
    font-style: italic;
    font-size: 1.1em;
    font-family: Georgia, "Times New Roman", serif;
    background: url('images/bg-quotes.png') 0 0 no-repeat
}

blockquote > p {
    padding: 0
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

small {
	font-size: 90%;
}

.wrapper {
    width: inherit;
    max-width: 960px;
    margin: 0 auto
}

#wrapper-container {
    padding-top: 1.5em
}

.column-left {
    width: 72%;
    float: left;
    padding-top: 53px;
    margin-right: 3%
}

body.home .column-left {
    float: right
}

aside#sidebar {
    width: 25%;
    float: left
}

body.home aside#sidebar {
    float: right
}

.column-left-sidebar {
    float: right;
    margin-right: 6%;
    width: 28%
}

.column-content {
    float: right;
    width: 66%
}

.one-half {
    float: left;
    margin-left: 4%;
    width: 48%;
    position: relative;
    overflow: hidden
}

.one-third {
    float: left;
    margin-bottom: 1em;
    margin-left: 3%;
    width: 31%;
    position: relative;
    overflow: hidden
}

.one-quarter {
    float: left;
    margin-bottom: 1em;
    margin-left: 4%;
    width: 22%;
    position: relative;
    overflow: hidden
}

.one-half-wrapper,
.one-third-wrapper,
.one-quarter-wrapper {
    margin-bottom: 1em;
    clear: both;
    overflow: hidden
}

.alpha {
    margin-left: 0
}

.omega {
    margin-right: 0
}

.top-margin {
    margin-top: 2em
}

.carousel-set .one-third:first-child {
    margin-left: 0
}

.carousel-set .one-third:last-child {
    margin-right: 0
}

.date {
    font-style: italic
}

.add-caption {
    display: inline-block;
    position: relative;
    z-index: 1;
    max-width: 100%
}

.add-caption:before {
    display: block;
    padding: 0.5em;
    width: 100%;
    max-height: 2em;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    color: #fff;
    content: attr(title);
    line-height: 1em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    transition-property: background;
    transition-duration: 325ms;
    overflow: hidden;
    background-color: #3fc2cc; 
    font-weight: 400; 
    font-size: 1em;
}

.add-caption:after {
    display: block;
    max-height: 1.1em;
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 0;
    content: '\003E';
    font-weight: 300;
    line-height: 0.16em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    transition-property: background;
    transition-duration: 325ms;
    background-color: #add7d5; 
    color: rgb(0, 167, 229); 
    padding: 0.44em 0.25em .55em; 
    font-size: 1.8em;
}

span.add-caption:after {
    display: none
}

.add-caption:hover:before {
    background: #ff5b5a;
}

.add-caption:hover:after {
    background: rgba(255, 255, 255, 1.0)
}

span.add-caption:hover:before {
    background: rgba(58, 111, 148, 0.75)
}

span.add-caption:hover:after {
    background: rgba(255, 255, 255, 0.6)
}

a.add-caption:hover {
    text-decoration: none
}

.one-third .add-caption:before {
    font-size: 1em
}

html.lt-ie9 .one-third .add-caption:before {
    position: relative;
    width: 100%
}

.one-third .add-caption:after {
    font-size: 1.8em
}

a.add-caption > img,
span.add-caption > img {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
    transition-property: none
}

a.add-caption:hover > img {
    opacity: 1
}

.add-caption.alignleft {
    margin-right: 1em
}

.add-caption.alignright {
    margin-left: 1em
}

.add-caption.quarter-width:before {
    font-size: .9em;
    line-height: .9em;
    max-height: .9em;
    width: 72%
}

.add-caption.quarter-width:after {
    font-size: 1.5em
}

.finish {
    width: 100%;
    display: inline-block
}

ul.link-list {
    padding-bottom: 1em;
    display: table
}

ul.link-list li {
    padding-left: 1em;
    background: url('images/bullet-arrow.png') left .3em no-repeat
}

ul.time-ranges {}

ul.time-ranges li {
    padding-left: 0
}

.orange-text {
    color: #f3ac00
}

li.orange-text > a,
#menu-utility-menu > li.orange-text > a {
    color: #f3ac00
}

li.has-dropdown > a {
    background: url('images/bullet-dropdown.png') right 65% no-repeat;
    padding-right: 1em
}

a.button,
a.btn-register,
input.button {
    display: inline-block;
    color: #fff !important;
    font-weight: 700;
    line-height: 1em;
    padding: 0.5em 2.75em 0.5em 0.75em;
    position: relative;
    border: none;
    cursor: pointer;
    /*background: #1286b4;
    background: -moz-linear-gradient(top, #1286b4 70%, #0ea0ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #1286b4), color-stop(100%, #0ea0ba));
    background: -webkit-linear-gradient(top, #1286b4 70%, #0ea0ba 100%);
    background: -o-linear-gradient(top, #1286b4 70%, #0ea0ba 100%);
    background: -ms-linear-gradient(top, #1286b4 70%, #0ea0ba 100%);
    background: linear-gradient(to bottom, #1286b4 70%, #0ea0ba 100%);*/
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1286b4', endColorstr='#0ea0ba', GradientType=0);
    transition-property: opacity;
    transition-duration: 325ms;
    background: none; 
    background-color: #00acba; 
    text-transform: none; 
    font-style: italic; 
    font-size: 18px;
}

a.button:after,
a.btn-register:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 1em;
    background: rgba(255, 255, 255, 0.85);
    color: #666;
    content: '>';
    display: inline-block;
    font-size: 2em;
    font-weight: 300;
    line-height: 1em;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2)
}

a.button:hover,
a.btn-register:hover,
input.button:hover {
    opacity: .8;
    text-decoration: none
}

input.button {
    padding: 0.5em 2.93em 0.5em 0.75em
}

.submit-button-after {
    display: inline-block;
    position: relative;
    left: -1.18em;
    width: 1em;
    padding: 0.09em;
    font-size: 2em;
    font-weight: 300;
    line-height: 1em;
    color: #666;
    background: rgba(255, 255, 255, 0.85);
    text-align: center;
    vertical-align: bottom
}

a.btn-register {
    float: right;
    font-size: 1.2em;
    margin-bottom: 1em;
    margin-left: 1em;
    width: 11em
}

a.btn-register:before {
    content: 'Browse \0026Register';
    display: block;
    font-size: 0.7em;
    font-weight: normal;
    line-height: 1em;
    padding-bottom: 0.5em
}

a.btn-register:after {
    height: 100%;
    line-height: 1.58em
}

.notification {
    padding: .5em .75em;
    display: inline-block;
    float: right;
    margin-left: 1em;
    font-weight: 700;
    font-size: 1em;
    line-height: 1em
}

.notification.gray {
    background: #c1c1c1;
    color: #555
}

.notification.orange {
    background: #f3ac00;
    color: #fff
}

.intro-text {
    color: #597486;
    font-size: 1.1em;
    letter-spacing: .02em
}

.no-underline {
    border-bottom: none !important
}

.required {
    color: #f00;
    font-weight: bold
}

#wrapper-header {
    position: relative;
    height: 431px
}

#header {
    position: relative;
    z-index: 2
}

#logo-and-main-menu {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition-property: top;
    transition-duration: 325ms
}

body.home #logo-and-main-menu {
    top: -100%
}

html.no-js body.home #logo-and-main-menu {
    top: 0
}

#logo {
    width: 100%;
    height: 110px;
    padding: 1em;
    position: relative;
    background-color: rgba(255, 255, 255, .85);
    background-position: center center;
    background-repeat: no-repeat
}

html.svg #logo {
    background-image: url('images/logo-2015-lapis.svg');
    background-size: 90%
}

html.no-svg #logo {
    background-image: url('images/logo-2015-lapis.png')
}

html.no-svg.lt-ie9 #logo {
    background: url('images/logo-2015-lapis-ie2.png') center center no-repeat
}

#logo:hover,
#logo:active {
    background-color: #fff
}

#logo a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -9999px
}

#menu-main-menu {
    position: relative;
    padding-bottom: 0
}

#menu-main-menu > li {
    padding-left: 0;
    position: relative
}

#menu-main-menu > li > a {
    background: rgba(255, 255, 255, 0.85);
    color: #447694;
    display: block;
    margin-top: 1px;
    padding: 0 1em;
    font-weight: bold;
    height: 39px;
    line-height: 39px;
    position: relative
}

#menu-main-menu > li:hover > a {
    background: #fff;
    color: #00a7e5;
    text-decoration: none
}

#menu-main-menu > li:after {
    content: url('images/bg-menu-item-hover.png');
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 4;
    width: 17px;
    height: 39px
}

#menu-main-menu > li:hover:after {
    display: inline-block
}

#menu-main-menu > li#menu-item-619:hover:after {
    display: none
}

#menu-main-menu .sub-menu-wrapper {
    display: none;
    padding-top: .75em;
    padding-bottom: .75em;
    padding-left: 17px;
    background: rgba(0, 173, 187, .9);
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    z-index: 3;
    overflow: hidden
}

#menu-main-menu .sub-menu-wrapper.has-events {
    padding-right: 1em;
    width: 305%
}

#menu-main-menu > li:hover > .sub-menu-wrapper {
    display: block
}

#menu-main-menu ul.sub-menu {
    padding-bottom: 0;
    overflow: hidden
}

#menu-main-menu ul.sub-menu > li {
    padding-left: 0
}

#menu-main-menu ul.sub-menu > li > a {
    color: #fff;
    display: block;
    padding: .25em 1em
}

#menu-main-menu ul.sub-menu > li > a:hover {
    background: #c0e1ef;
    color: #3a6f8f;
    text-decoration: none
}

.sub-events {
    border-left: 1px solid #57A5C9;
    float: right;
    padding-left: 3%;
    padding-top: 0.15em;
    width: 66%
}

.menu-event {
    overflow: hidden;
    margin-bottom: 1em
}

.menu-event:last-child {
    margin-bottom: 0
}

.menu-event-image {
    float: left;
    margin-right: 1em;
    min-height: 123px;
    min-width: 198px;
    overflow: hidden;
    position: relative
}

.menu-event-image img {
    left: 0;
    position: absolute;
    top: 0
}

.menu-event-date {
    bottom: 0;
    color: #3A6F8F;
    font-weight: bold;
    height: 28px;
    left: 0;
    line-height: 2.4em;
    padding-left: 8px;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    width: 78px;
    background: url('images/bg-menu-event-date.png') 0 0 no-repeat;
    pointer-events: none
}

.menu-event-title {
    font-size: 1.2em
}

.menu-event-title > a {
    color: #fff
}

.menu-event-description > p {
    color: #fff;
    padding: 0
}

.like-heading {
    display: block;
    padding-bottom: .5em;
    color: #fff;
    font-size: 1.2em;
    text-transform: uppercase
}

.utility-nav {background-color: #aa7bc9;}

#utility-nav {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    padding: 0 1em;
    background: #aa7bc9;
    transition-property: all;
    transition-duration: 325ms
}

body.home #utility-nav {
    top: -100%
}

html.no-js #utility-nav {
    top: 0
}

#menu-utility-menu > li {
    float: left;
    padding-left: 0;
    padding-top: .5em;
    padding-bottom: .5em;
    position: relative
}

#menu-utility-menu > li:after {
    content: '|';
    color: #ffffff;
    margin-left: .5em;
    margin-right: .5em
}

#menu-utility-menu > li:last-child:after {
    content: ''
}

#menu-utility-menu > li > a {
    color: #fff
}

.menu-utility-menu-container {
    float: left
}

#menu-utility-menu .sub-menu {
    display: none;
    background: rgba(34, 74, 99, .85);
    position: absolute;
    left: -1em;
    top: 100%;
    width: 300%
}

#menu-utility-menu .sub-menu a {
    color: #fff
}

#menu-utility-menu > li:hover > .sub-menu {
    display: block
}

#searchform {
    margin-top: .5em
}

#s {
    background: #fff;
    border: none;
    width: 8em;
    height: 25px;
    margin: 0;
    padding: .25em;
    font-size: .9em;
    line-height: 1.5em
}

::-webkit-input-placeholder {
    font-style: italic
}

:-moz-placeholder {
    font-style: italic
}

::-moz-placeholder {
    font-style: italic
}

:-ms-input-placeholder {
    font-style: italic
}

#searchsubmit {
    display: inline-block;
    background: #fff url("images/icon-magnifying-glass.png") center center no-repeat;
    border: none;
    width: 13px;
    height: 25px;
    margin: 0;
    padding: .25em 1em;
    text-indent: -9999px;
    position: relative;
    top: -1px
}

@-moz-document url-prefix() { 
  #searchsubmit {
     top: 2px;
  }
}

#searchsubmit:hover {
    cursor: pointer
}

html.chrome #searchsubmit {
    padding: .5em 1em
}

html.chrome #searchsubmit,
html.safari #searchsubmit {
    top: 1px
}

html.win #searchsubmit {
    top: -1px;
    padding: .3em 1em .11em 1em
}

html.win.chrome #searchsubmit {
    padding: .3em 1em
}

html.win.firefox #searchsubmit {
    padding: 0.1125em 1em;
    top: 0
}

#utility-nav #searchform {
    float: left
}

a#prev, a#next {cursor: pointer;} 

.event-item {white-space:normal; padding:0 20px 10px; vertical-align:top;}

.center {text-align:center;} 

#social-box {
    min-height: 53px;
    color: #fff;
    font-size: 1.1em;
    font-style: italic;
    text-align: center;
    margin-bottom: .6em;
    position: relative;
    top: -100px;
    transition-duration: 325ms;
    transition-property: top;
    background:none; 
    background-color: #ff6e61; 
    padding: 10px 0;
}

html.no-js #social-box {
    top: 0
}

#social-box > a {
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    height: auto;
}

#social-box > span {
    display: inline-block;
    height: 30px;
    font-size: 1.2em;
    font-weight: bold;
}

a.button.green-button {background-color:#73d54a; min-width: 160px;} 

.social-divider {border-right: 1px solid white; margin-left: 10px; margin-right: 10px; vertical-align: middle;} 

.news-hours h3 {border-bottom: none !important; float: left;} 

#big-date-display {
    color: #3A6F8F;
    font-size: 1.3em;
    font-weight: 300;
    margin-bottom: .5em;
    float: right;
}

#sidebar-tabs {
    white-space: nowrap;
    white-space-collapse: collapse
}

.sidebar-tab {
    background: #fff;
    border: 1px solid #ebeef0;
    display: inline-block;
    padding: .25em .5em;
    text-transform: uppercase
}

.sidebar-tab.active-tab {
    background: #ebeef0;
    color: #224a63
}

#sidebar-tab-content {
    margin-bottom: 1em;
    background-color: #eaeef1
}

#sidebar-tab-content > .widget-area {
    display: none;
    padding: 1em 0 0 0
}

#sidebar-tab-content > .widget-area:first-child {
    display: block
}

.sid {
    padding-bottom: 0
}

.sid > li {
    background: none
}

li.jcc-news {
    padding: 18px 1em 9px 4em;
    position: relative;
    border-top: 1px solid #d3d9dd;
    border-bottom: 1px solid #fff;
    clear: both; 
    list-style-type: none; 
}

li.jcc-news:first-child {
    border-top: none
}

li.jcc-news:last-child {
    border-bottom: none
}

.icon-jcc-news {
    display: block;
    position: absolute;
    left: .5em;
    top: 1em
}

.hours-block {
    padding: 1em;
    border-top: 1px solid #d3d9dd;
    border-bottom: 1px solid #fff
}

.hours-block:first-child {
    border-top: none;
    padding-top: 0
}

.hours-block:last-child {
    border-bottom: none
}

#hours-sidebar > ul.sid {
    padding-bottom: .5em
}

.hours-label {
    font-weight: bold;
    padding-bottom: 0
}

.btn-hours-list {
    cursor: pointer;
    padding-right: 1em;
    position: relative;
    transition-property: color;
    transition-duration: 325ms
}

.btn-hours-list > span {
    display: inline-block;
    width: 13px;
    height: 7px;
    position: absolute;
    right: 0;
    top: 38%;
    background-image: url('images/bullet-expand.png');
    background-position: 50% 0%;
    background-repeat: no-repeat
}

.btn-hours-list:hover {
    color: #3fc2cc
}

.fb-like-box {
    margin-bottom: 1em
}

#ad-sidebar > .sid > li {
    margin-bottom: 1em
}

li.widget_sp_image {
    max-width: 240px;
    overflow: hidden;
    position: relative;
    width: inherit;
    height: auto;
    padding-left: 0;
    padding-top: 1em;
    background: #fff
}

.widget_sp_image > a {
    position: relative;
    display: block;
    width: inherit;
    height: 100%
}

.widget_sp_image > a:hover {
    text-decoration: none
}

.image-widget-copy {
    padding: 1em;
    position: absolute;
    z-index: 2
}

.widget_sp_image .widget-title {
    border: none;
    color: #F3AC00;
    font-size: 1.2em;
    padding: 0
}

.widget_sp_image-description {
    font-size: 1.6em;
    line-height: 1.4em;
    color: #fff
}

.image-widget-background {
    display: block
}

.image-widget-background.only-image {
    position: relative;
    top: 0;
    left: 0
}

#brochure .btn-brochure {
    width: 100%
}

#wrapper-footer {
    background: #00adbb;
    margin-top: 2em
}

#wrapper-footer a {color:white;}

#footer-map {
    position: relative;
    width: 100%;
    min-height: 272px;
    overflow: hidden;
    border-bottom: 1px solid #4c6370;
    border-top: 1px solid #bac2c7;
    background-color: #fff
}

.footer-map-tooltip {
    width: 184px;
    height: 124px;
    background: url('images/bg-footer-map-tooltip.png') 0 0 no-repeat;
    color: #fff;
    letter-spacing: -.02em;
    border-radius: 8px
}

.footer-map-tooltip > p,
.footer-map-tooltip > strong,
.footer-map-tooltip > a {
    font-family: arial, sans-serif;
    font-size: 1em;
    padding-bottom: 0;
    padding-left: .9em;
    display: block
}

.footer-map-tooltip > strong {
    padding-top: .35em
}

.footer-map-tooltip > p {
    line-height: 1.1em
}

.footer-map-tooltip > a {
    color: #f3ac00;
    padding-top: .1em
}

footer {
    font-size: .9em;
    padding-top: 2em;
    padding-bottom: 2em
}

.menu-footer-menu-1-container,
.menu-footer-menu-2-container,
.menu-footer-menu-3-container,
.footer-column-4 {
    float: left;
    margin-left: 2%
}

.menu-footer-menu-1-container {
    width: 24%;
    margin-left: 0
}

.menu-footer-menu-2-container {
    width: 24%
}

.menu-footer-menu-3-container {
    width: 24%
}

.footer-column-4 {
    width: 22%
}

.footer-column-4 {
    color: #fff
}

.footer-images {
    text-align: justify;
    margin-top: 1em;
    margin-bottom: 1em
}

.footer-images img {
    vertical-align: middle;
    margin-left: 3em
}

.footer-images p > img:first-child {
    margin-left: 0
}

footer .menu-item {
    background: none;
    padding-left: 0
}

footer a,
footer a:visited {
    color: #fff
}

#header-background {
    position: absolute;
    top: 0;
    width: 100%;
    height: inherit;
    z-index: 1
}

.attachment-header-background {
    display: block;
    margin: 0 auto;
    max-width: 1058px;
    width: 960px;
    height: 431px
}

.header-image-wrapper {
    margin: 0 auto;
    max-width: 960px;
    overflow: hidden
}

.inner-page.slide-content {
    padding-right: 1em;
    padding-bottom: 1em;
	background: linear-gradient(to bottom, rgba(34, 74, 99, 0) 70%, rgba(0, 0, 0, .5) 90%);
}

.inner-page.slide-content h2.slide-heading {
    margin-bottom: 0;
    display: inline-block
}

.entry-content {
    margin-bottom: 1em;
    overflow: hidden
}

.page-title a {
    color: #aa7bc9
}

.menu-child-pages .menu > li {
    padding-left: 0
}

.menu-child-pages .menu a {
    border-bottom: 1px solid #D3D9DD;
    color: #aa7bc9;
    display: block;
    font-size: 1.1em;
    padding: .5em 1em
}

.menu-child-pages .menu > li:last-child a {
    border-bottom: none
}

.menu-child-pages .menu .child-menu-item.current-menu-item > a {
    color: #00adbb;
}

#brochure-wrapper {
    margin-bottom: 2em;
    margin-left: 1em
}

.form-list.above {
    margin-bottom: 2em
}

.form-list.below {
    margin-top: 3em
}

.expander-list {}

.expander-wrapper {
    margin-bottom: 2em;
    padding-bottom: 1em;
    border-bottom: 1px solid #eee
}

.expander-heading-box {
    max-height: 150px;
    margin-bottom: .5em;
    position: relative;
    z-index: 1
}

.expander-heading-box > img {
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 1
}

.expander-heading-box > h3 {
    margin: 0;
    padding: .25em;
    position: absolute;
    bottom: 0;
    z-index: 2;
    border: none;
    color: #fff;
    font-size: 1.3em;
    text-shadow: 0 0 3px #000
}

h5.expander-link {
    padding-right: 1em;
    color: #00adbb;
    cursor: pointer;
    font-weight: normal;
    position: relative
}

h5.expander-link > span {
    display: inline-block;
    width: 13px;
    height: 7px;
    position: absolute;
    right: 0;
    top: 38%;
    background-image: url('images/bullet-expand.png');
    background-position: 50% 0%;
    background-repeat: no-repeat
}

.expander-content {
    display: none;
    overflow: hidden;
    padding-bottom: 1.5em
}

.expander-list ul {
    list-style: disc;
    padding-left: 1em
}

body.archive .art,
body.archive .exhibit,
body.archive .event,
body.archive .post {
    padding-bottom: 1em;
    margin-bottom: 2em;
    border-bottom: 1px solid #eee;
    overflow: hidden
}

.entry-meta {
    font-style: italic
}

.navigation {
    margin-bottom: 1em;
    overflow: hidden
}

.nav-previous {
    float: left
}

.nav-next {
    float: right
}

body.search-results article#content > div {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 2em;
    padding-bottom: 1em
}

.carousel-controls {
    line-height: 1.9em;
    padding-left: 0; 
    padding-bottom: 36px;
    text-transform: uppercase;
}

.carousel-controls-prev {
    padding-right: .5em
}

.carousel-controls-next {
    padding-left: .5em
}

.carousel-controls .pipe-separator {
    color: #a6aeb3
}

#upcoming-carousel {
    position: relative;
    overflow: hidden
}

.upcoming-carousel-set {
    position: absolute
}

#upcoming-carousel p.date {
    padding-bottom: .25em
}

#upcoming-carousel h4 a {
    color: #3A6F8F
}

#front-page-why-join {padding-top:18px;}

#front-page-why-join .add-caption {
    margin-bottom: 2em
}

.find-your-place, .news-hours {padding-top: 54px; padding-bottom: 54px;} 

.upcoming-events {background-color: #eaeef1; padding-top: 54px; padding-bottom: 54px;} 

.hp-welcome-statement {
    width: 100%;
    background-color: #ebeef0;
    padding: 25px;
}

#front-page-slider {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: inherit;
    overflow: hidden;
    background: #3a6f8f;
    background: -moz-linear-gradient(top, #3a6f8f 70%, #224a63 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #3a6f8f), color-stop(90%, #224a63));
    background: -webkit-linear-gradient(top, #3a6f8f 70%, #224a63 90%);
    background: -o-linear-gradient(top, #3a6f8f 70%, #224a63 90%);
    background: -ms-linear-gradient(top, #3a6f8f 70%, #224a63 90%);
    background: linear-gradient(to bottom, #3a6f8f 70%, #224a63 90%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3a6f8f', endColorstr='#224a63', GradientType=0)
}

.front-page-slider-pager {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.flex-control-nav.flex-control-paging {
    margin: 0 auto;
    padding-left: 220px;
    position: relative;
    top: 17em;
    max-width: 960px;
    z-index: 3
}

.flex-control-nav.flex-control-paging > li {
    display: block;
    margin-bottom: .75em
}

ul.slides {
    width: 100%;
    height: inherit;
    max-width: none;
    margin: 0 auto;
    padding: 0;
    box-shadow: 0 0 5px #000
}

li.slide {
    position: relative;
    height: inherit;
    padding: 0;
    display: none
}

.slide-content-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%
}

.slide-content {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 1em
}

h2.slide-heading {
    margin-bottom: 0;
    color: #fff;
    font-size: 4em;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 1em;
    text-shadow: 0 0 3px #000;
    position: relative;
    z-index: 2;
    padding-left: 34.1%
}

body.home h2.slide-heading {
    left: -.1em
}

.slide-description {
    color: #fff;
    font-size: 1.1em;
    position: relative;
    z-index: 2;
    padding-left: 34.5%
}

.slide-description > p {
    padding: 0
}

.slide-description > p a {
    color: #f3ac00
}

.slide-button {
    float: right;
    margin-left: 3.6em;
    text-transform: uppercase;
    left: -2.6em;
    top: .25em
}

img.front-page-slider-image {
    display: block;
    max-width: 100%;
    height: auto;
    min-height: 392px
}

.front-page-slider-gradient {
    position: absolute;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    height: inherit;
	background: linear-gradient(to bottom, rgba(34, 74, 99, 0) 70%, rgba(0, 0, 0, .5) 90%);
}

body.home #wrapper-container {
    padding-top: 0;
    background: #e5eef4;
    background: -moz-linear-gradient(top, #e5eef4 0%, #ffffff 10%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5eef4), color-stop(10%, #ffffff));
    background: -webkit-linear-gradient(top, #e5eef4 0%, #ffffff 10%);
    background: -o-linear-gradient(top, #e5eef4 0%, #ffffff 10%);
    background: -ms-linear-gradient(top, #e5eef4 0%, #ffffff 10%);
    background: linear-gradient(to bottom, #e5eef4 0%, #ffffff 10%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e5eef4', endColorstr='#ffffff', GradientType=0)
}

.exhibit-gallery {
    margin-bottom: 1em
}

.image-display {
    margin-bottom: 0;
    position: relative
}

.image-display:before {
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    content: attr(title);
    color: #fff;
    width: 100%;
    max-width: 604px;
    padding: 8px;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 325ms
}

.image-display:hover:before {
    opacity: 1
}

.image-thumbnails {
    margin-bottom: 0;
    overflow: hidden
}

.image-thumbnail {
    display: block;
    float: left;
    margin-left: 2px;
    position: relative
}

.image-thumbnail:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 8px;
    max-width: 87px;
    max-height: 81px;
    background-color: rgba(58, 111, 148, .8);
    content: attr(title);
    color: #fff;
    font-size: .9em;
    line-height: 1.2em;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 325ms
}

.image-thumbnail:first-child {
    margin-left: 0
}

.image-thumbnail:hover:before {
    opacity: 1.0
}

a.image-thumbnail:hover > img {
    opacity: 1
}

.exhibit-title {}

.exhibit-curator {
    margin-bottom: 0
}

.dates {
    font-style: italic
}

.featured-exhibit,
#wrapper-recent-exhibits {
    margin-bottom: 2em
}

#recent-exhibits h5 {
    margin-bottom: 0
}

.featured-book {
    margin-bottom: 2em
}

.featured-books {
    margin-bottom: 1em
}

.recommended-reads .carousel-controls {
    line-height: 1.5em
}

h5.book-title {
    color: #3a6f8f;
    margin-bottom: 0
}

.author {
    font-style: italic
}

.donate-sidebar-wrapper {
    background-color: #25475C;
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #FFFFFF;
    text-align: center
}

.donate-sidebar-top {
    margin-bottom: -6em;
    padding: 1em
}

.donate-quote {
    font-size: 1.2em;
    font-style: italic;
    font-weight: 300;
    display: none
}

a.btn-donate {
    background-color: #647B8B;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    box-shadow: none;
    color: #FFFFFF;
    display: inline-block;
    font-size: 1.5em;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1em;
    margin-bottom: 1em;
    padding: 0.5em 1em;
    text-transform: uppercase;
    transition-property: background-color, box-shadow;
    transition-duration: 325ms
}

a.btn-donate:hover,
a.btn-donate:active {
    background-color: #1c3543;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25) inset;
    text-decoration: none
}

.donate-icon {
    display: inline-block
}

.donate-sidebar-bottom {
    background-color: #1C3543;
    padding: 6em 0.5em 0.5em;
    text-align: left
}

.donate-sidebar-bottom > p {
    font-size: 0.8em;
    line-height: 1.4em;
    padding-bottom: 0
}

span.wpcf7-list-item {
    display: block
}

.author-info {
    overflow: hidden;
    margin-bottom: 2em
}

p.author-title {
    font-weight: bold;
    padding-bottom: .5em
}

h3.author-title {
    display: inline-block
}

h4.book-title {
    font-style: italic;
    font-size: 1.4em;
    font-weight: 400
}

p.event-date {
    font-size: 1.2em;
    padding-bottom: .25em
}

.concert-blocks-wrapper {
    margin-top: 1em
}

.concert-block {
    margin-bottom: 2em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ddd
}

.concert-carousel-wrapper {
    width: 265px;
    margin-right: 2em;
    margin-bottom: 1em;
    float: left
}

.concert-carousel-wrapper .carousel-controls {
    padding-left: 0
}

.concert-info {
    max-width: 310px
}

body.single .concert-block {
    border-bottom: none;
    margin-bottom: 0;
    overflow: hidden
}

.concert-table {
    margin-bottom: 3em
}

.staff-member-block {
    overflow: hidden;
    margin-bottom: 2em
}

.staff-member-bio-link {
    display: inline-block
}

.staff-member {
    margin-bottom: 2em;
    max-width: 298px
}

.staff-member-name {
    margin-bottom: 0
}

.staff-member-meta {
    margin-bottom: .5em
}

.staff-member-meta > p {
    padding-bottom: 0
}

.entry-meta.calendar-display {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    font-style: normal;
    margin-bottom: 1em;
    padding: 1em;
    clear: both;
    overflow: hidden
}

.entry-meta h5 {
    float: left;
    padding-right: 1em
}

body.error404 #s {
    border: 1px solid #ccc
}

#map-canvas {
    background: #e6eaec
}

.entry-content ul {
    list-style: disc
}

.entry-content ol {
    list-style: decimal
}

.entry-content ul,
.entry-content ol {
    padding-left: 2em;
    padding-bottom: 1em
}

.entry-content ul li,
.entry-content ol li {
    padding-left: 0
}

.hide-me,
#wpstats {
    display: none
}

#mobile-nav-lists {
    display: none
}

#mobile-nav-wrapper {
    display: none;
    margin-bottom: 1em
}

#mobile-nav-button {
    background: #00A7E5 url('images/icon-menu.svg') 1em center no-repeat;
    border-radius: .5em;
    color: #fff;
    font-size: 1.5em;
    margin-top: 1em;
    padding: .5em;
    text-align: center;
    cursor: pointer
}

#mobile-nav-lists {
    background: #fff;
    padding-top: 1em
}

#mobile-nav-lists li {
    padding-bottom: .5em
}

#mobile-nav-lists ul.sub-menu {
    display: none
}

@media only screen and (max-width: 940px) {
    #utility-nav {
        width: 60%;
        padding-bottom: 1em
    }
    .menu-utility-menu-container {
        float: none
    }
}

@media only screen and (max-width: 900px) {
    .sub-events {
        display: none
    }
    #menu-main-menu .sub-menu-wrapper.has-events {
        width: 100%
    }
}

@media only screen and (max-width: 840px) {
    h2.slide-heading {
        font-size: 3em;
        padding-right: 1em;
        overflow: hidden
    }
    .flex-control-nav.flex-control-paging {
        padding-left: 200px;
        overflow: hidden
    }
}

@media only screen and (max-width: 840px) {
    .concert-table tr {
        display: block;
        margin-bottom: 1em
    }
    .concert-table td {
        display: block
    }
}

@media only screen and (max-width: 768px) {
    .column-left {
        margin-right: 0;
        width: 100%
    }
    aside#sidebar {
        width: 100%
    }
    .one-third .add-caption:before {
        width: 84%;
        font-size: .9em
    }
    .one-third .add-caption:after {
        font-size: 1.6em
    }
    blockquote {
        width: 35%
    }
    .widget_sp_image {
        margin-left: auto;
        margin-right: auto
    }
    aside#sidebar,
    .column-left,
    footer {
        padding-left: 1em;
        padding-right: 1em
    }
    .column-content {
        padding-right: 1em
    }
    .column-left-sidebar {
        padding-left: 1em
    }
}

@media only screen and (max-width: 720px) {
    .concert-info {
        width: 100%
    }
    a.btn-register,
    a.button,
    input.button {
        margin-bottom: 1em
    }
}

@media only screen and (max-width: 992px) {
    #wrapper-header {
        height: auto
    }
    #header-background {
        position: relative
    }
    #header {
        overflow: hidden
    }
    #logo-and-main-menu {
        position: relative;
        width: 48%;
        float: left
    }
    #logo {
        background-color: transparent
    }
    html.svg #logo {
        background-size: 65%
    }

    #logo-and-main-menu > nav.menu-main-menu-container,
    #utility-nav {
        display: none
    }
    #mobile-nav-wrapper {
        display: block
    }
    #front-page-slider {
        position: relative
    }
    .front-page-slider-pager {
        position: relative
    }
    .flex-control-nav.flex-control-paging {
        background: rgba(255, 255, 255, 0.92);
        padding: 0;
        top: 0;
        width: 100%
    }
    .flex-control-nav.flex-control-paging > li {
        display: inline-block;
        margin: 1em
    }
    .flex-control-paging li a {
        padding: .5em
    }
    .slide-content {
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
    img.front-page-slider-image {
        position: relative;
    }
    h2.slide-heading {
        font-size: 2.5em;
        font-weight: 700;
        text-shadow: 2px 2px 0 #000;
        padding: .5em
    }
    .slide-description {
        background: rgba(0, 0, 0, 0.6);
        padding: 1em
    }
    .inner-page.slide-content {
        padding-bottom: 0
    }
    .one-half,
    .one-third,
    .one-quarter {
        float: none;
        margin-left: 0;
        width: 100%
    }
    .one-half .add-caption,
    .one-third .add-caption,
    .one-quarter .add-caption {
        width: 100%;
        height: auto
    }
    .one-half .add-caption:before,
    .one-third .add-caption:before {
        width: 90%;
        font-size: 1.2em
    }
    .one-half .add-caption:after,
    .one-third .add-caption:after {
        font-size: 1.1em;
        font-size: 2.2em
    }
    .full-width .add-caption.alignright {
        float: none;
        margin-left: 0
    }
    blockquote {
        width: 40%
    }
    .attachment-header-background {
        width: 100%;
        height: auto
    }
}

@media only screen and (max-width: 480px) {
    .wrapper {
        width: 100%;
        padding: 0
    }
    .one-half,
    .one-third,
    .one-quarter {
        width: 100%;
        margin-left: 0;
        float: none
    }
    #wrapper-header {
        height: auto
    }
    #logo-and-main-menu {
        position: relative;
        width: 100%
    }
    #logo {
        background-position: center center;
        margin: 0 auto;
        width: 100%
    }
    #logo-and-main-menu > nav.menu-main-menu-container,
    #utility-nav {
        display: none
    }
    #front-page-slider {
        position: relative
    }
    #mobile-nav-wrapper {
        width: 100%
    }
    #front-page-slider {
        position: relative
    }
    .front-page-slider-pager {
        position: relative
    }
    .flex-control-nav.flex-control-paging {
        background: transparent;
        padding: 0;
        top: 0;
        width: 100%;
        position: absolute
    }
    .flex-control-nav.flex-control-paging > li {
        display: inline-block;
        margin: 1em
    }
    .flex-control-paging li a {
        padding: .5em
    }
    .slide-content-wrapper {
        bottom: -14px
    }
    .slide-content {
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
        padding-left: 0
    }
    img.front-page-slider-image {
        max-width: none;
        position: relative;
        left: -100%;
        width: 960px;
        height: 368px;
        min-height: none
    }
    h2.slide-heading {
        font-size: 2.5em;
        font-weight: 700;
        text-shadow: 2px 2px 0 #000;
        padding: .5em
    }
    .slide-description {
        background: rgba(0, 0, 0, 0.8);
        padding: 1em
    }
    #front-page-upcoming > h3,
    #front-page-why-join > h3,
    h3.alignleft {
        float: none;
        margin-bottom: 0;
        text-align: center
    }
    .carousel-controls.alignleft {
        float: none;
        padding-left: 0;
        overflow: hidden;
        text-align: center;
        margin: 0 auto 1em auto
    }
    .carousel-controls-prev.alignleft,
    .pipe-separator.alignleft,
    .carousel-controls-next.alignleft {
        float: none;
        display: inline
    }
    .upcoming-carousel-set {
        position: relative
    }
    .upcoming-carousel-set .one-third {
        margin: 0 auto 2em auto;
        text-align: center;
        max-width: 320px
    }
    .bx-wrapper img {
        text-align: center;
        display: inline-block !important
    }
    img.attachment-front-page-carousel.wp-post-image {
        float: right;
        margin-left: 2%;
        margin-bottom: 2%
    }
    #front-page-why-join .one-half {
        margin: 0 auto;
        max-width: 304px
    }
    .widget_sp_image {
        margin-left: auto;
        margin-right: auto
    }
    footer.wrapper {
        padding: 1em;
        text-align: center
    }
    .menu-footer-menu-1-container,
    .menu-footer-menu-2-container,
    .menu-footer-menu-3-container,
    .footer-column-4 {
        float: none;
        width: 100%
    }
    .footer-images {
        margin: 2em 0
    }
    .footer-column-4 > img,
    .footer-images > img {
        display: block;
        margin: 0 auto 1em auto
    }
    .footer-images > img:first-child {
        margin-left: auto
    }
    footer .menu-item {
        padding: 1em 0
    }
    .column-content {
        width: 100%;
        padding: 0 1em
    }
    .column-left-sidebar {
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding: 1em;
        margin-right: 0
    }
    .column-left-sidebar h2.page-title {
        display: none
    }
    .featured-exhibit,
    #wrapper-recent-exhibits {
        text-align: center
    }
    .entry-content p img.alignleft {
        display: block;
        float: none
    }
    .entry-meta.calendar-display {
        display: block;
        float: none;
        text-align: center
    }
    #map-canvas {
        width: 90%
    }
}

@media only screen and (max-width: 320px) {
    .upcoming-carousel-set {
        position: relative;
        text-align: center
    }
    .upcoming-carousel-set .one-third {
        margin: 0 auto 2em auto;
        text-align: center;
        max-width: 480px
    }
    .bx-wrapper img {
        text-align: center;
        display: inline-block !important
    }
    img.attachment-front-page-carousel.wp-post-image {
        float: none;
        margin: 0 auto 1em auto
    }
    #header-background {
        overflow: hidden;
        min-height: 200px
    }
    .slide-content-wrapper {
        position: relative
    }
    .attachment-header-background {
        width: 960px;
        position: absolute;
        top: 0;
        height: 368px;
        left: -100%
    }
}

@media only screenand (min-device-width: 320px)and (max-device-width: 568px) {
    .upcoming-carousel-set {
        position: relative;
        text-align: left
    }
    .upcoming-carousel-set .one-third {
        margin: 0 auto 2em auto;
        text-align: center;
        max-width: 480px
    }
    .bx-wrapper img {
        text-align: center;
        display: inline-block !important
    }
    img.attachment-front-page-carousel.wp-post-image {
        float: none;
        margin: 0 auto 1em auto
    }
}

html.lt-ie9 .flex-control-nav.flex-control-paging {
    padding-left: 25%
}

html.win.chrome #front-page-upcoming h3 {
    zoom: 1.06
}

html.win.chrome .inner-page.slide-content h2.slide-heading {
    display: block;
    pointer-events: none
}

/*Header Updates, April 2016*/

.img-responsive {
	display: inline-block;
}

#top-header {
	background-color: #5677bc;
}

.the-utility-nav {
	text-align: right;
}

.menu-utility-menu-container {
	display: inline-block;
	float: none;
}

ul#menu-utility-menu {
	padding-bottom: 0;
}

#menu-utility-menu > li {
	padding-top: .2em;
	padding-bottom: 0;
	display: inline-block;
	height: 25px;
}

#menu-utility-menu > li > a {
	padding-bottom: 15px;
}

#menu-utility-menu > li.has-dropdown > a {
	background-position: 100% 7px;
}

#menu-utility-menu li ul.sub-menu {
	text-align: left;
	z-index: 500;
	background: rgba(0, 173, 187, .9);
	color: white;
	top: 30px;
}

#menu-utility-menu > li:hover > .sub-menu {

}

#searchform {
    margin-top: 0;
    margin-bottom: .2em;
    float: right;
    display: none;
}

html.chrome #searchsubmit {
	padding: .25em 1em;
}

html.chrome #searchsubmit, html.safari #searchsubmit {
	top: 3px;
}

#logo-and-main-menu {
	position: relative;
	background-color: #5677bc;
	padding-top: 10px;
	padding-bottom: 10px;
}

.main-menu-row {
	background-color: #00adbb;
}

.logo {
	padding-top: 20px;
	text-align: center;
	padding-bottom: 0px;
}

#menu-main-menu > li {
	float: left;
	max-width: 14%;
	padding: 15px 0;
}

#menu-main-menu > li:after {
	content: '';
}

#menu-main-menu > li > a {
	background: transparent;
	color: white;
	line-height: 18px;
	height: 55px;
	border-right: thin solid white;
	text-align: center;
}

#menu-main-menu > li:hover {
	background: #fff;
	left: -.2%;
}

#menu-main-menu > li:hover > a {
	background: transparent;
}

#menu-main-menu > li:hover > .sub-menu-wrapper {
	left: 0;
    top: 86px;
    width: auto;
    padding-left: 0;
}

#menu-main-menu ul.sub-menu > li {
	white-space: nowrap;
}

#front-page-slider {
	position: relative;
}

.the-main-menu {
	display: none;
}

#mobile-nav-wrapper {
	display: block;
}

#mobile-nav {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.slide-content.inner-page a.slide-button.button {
	display: none;
}

#front-page-slider .slide-button {
	float: left;
	margin-left: 2.7em;
    top: .75em;
    display: none;
}


@media (min-width:768px) {
	#searchform {
		display: block;
	}
	
	.slide-content.inner-page a.slide-button.button {
		display: block;
	}
}

@media (min-width:992px) {

	#mobile-nav-wrapper {
		display: none;
	}

	.the-main-menu {
		display: block;
	}
	
	.flex-control-nav.flex-control-paging {
		left: -100px;
		top: 300px;
	}
	
	#front-page-slider .slide-content-wrapper {
		bottom: 25px;
	}
	
	#front-page-slider h2.slide-heading, #front-page-slider .slide-description {
		padding-left: 0;
	}
	
	.inner-page.slide-content h2.slide-heading {
		padding-left: 10px;
	}
	
	.inner-page .slide-description {
		padding-left: 15px;
	}
	
	.slide-content.inner-page a.slide-button.button {
		float: none;
		width: 155px;
		margin-top: 5px;
		margin-bottom: 15px;
	}
	
	#front-page-slider .slide-button {
		display: block;
	}
	
}

@media (min-width:1200px) {

	.flex-control-nav.flex-control-paging {
		top: 300px;
	}

}

#header-background {
	position: relative;
}

#wrapper-header {
	height: auto;
}

.front-page-slider-gradient {
	height: 500px;
}

.flex-control-nav.flex-control-paging {
	padding-left: 0;
	z-index: 2;
}

#menu-main-menu .sub-menu-wrapper {
	overflow: visible;
}

#menu-main-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu {
	display: none;
	position: absolute;
    right: 100%;
    background: rgba(26, 150, 206, .9);
    margin-top: -27px;
}

#menu-main-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children:hover ul.sub-menu {
	display: block;
}

/* Hall of Fame*/

.single-halloffame #wrapper-container, .page-template-page-hof #wrapper-container {
	padding-top: 0;
}

.single-halloffame #header-background, .page-template-page-hof #header-background {
	height:431px; 
	background-color: #224861;
	background-image: url(images/hof-collage.jpg);
}

.page-template-page-hof #header-background {
	margin-bottom: 25px;
}

.single-halloffame #header-background {
	margin-bottom: 50px;
}

.hof-search {
	border: 1px solid #3e6278;
	margin-bottom: 25px;
}

.hof-search-title {
	background-color: #3e6278;
	padding: 20px;
}

.hof-search-title h2 {
	color: white;
	font-size: 24px;
	margin-bottom: 0;
}

.hof-search-fields {
	padding: 25px 20px;
} 

.hof-search-field {
	display: inline-block;
	background: #fff url("images/icon-magnifying-glass.png") 80px no-repeat;
	border: thin solid #ccc;
	width: 100px;
	margin-right: 15px;	
}

#h {
	background: #fff;
    border: none;
    height: 25px;
    margin: 0;
    padding: .25em;
    font-size: .9em;
    line-height: 1.5em;
}

#hofsearch input[type=text] {
	background-color: transparent;
	width: 80px;
}

.hof-search-fields select {
	max-width: 160px;
    font-size: 14px;
  	margin-right: 5px;
  	height: 25px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {  /*safari and chrome*/
    .hof-search-fields select {
        height:25px;
        line-height:25px;
        background:#ffffff;
    } 
}
.hof-search-fields select::-moz-focus-inner { /*Remove button padding in FF*/ 
    border: 0;
    padding: 0;
}
      
@media screen\0 { /* IE Hacks: targets IE 8, 9 and 10 */        
    .hof-search-fields select {
        height:25px;
        line-height:25px;
    }     
}


.hof-submit {
	background-image: url(images/hof-search.jpg);
	background-repeat: no-repeat;
	width: 130px;
	height: 28px;
	border: none;
	text-indent: -9999px;
}

.hof-content {
}

.hof-content h1 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 25px;
}

.hof-content h4 {
	color: black;
	font-weight: normal;
	margin-bottom: 25px;
}

.hof-title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

.hof-teaser {
	box-shadow: 0px 5px 10px #cccccc;
	margin-bottom: 50px;
}

.hof-teaser-fields {
	padding: 10px 20px;
}

.hof-teaser-field a {
	font-weight: bold;
}

.hof-field {
	font-weight: bold;
	margin-bottom: 5px;
}

.hof-pagination {
	color: #11aae6;
	float: right;
	font-weight: bold;
}

.hof-bio {
	padding-top: 15px;
}

.hof-back a {
	font-weight: bold;
}

.search-term + .search-term:before {
	content: ", ";
}

/*Alerts*/

.bender-alert {background-color: #aa7bc9; padding-top: 18px; padding-bottom: 18px;} 

.bender-alert p, .bender-alert a {color:white; font-size: 18px;} 

.bender-alert p {margin-bottom: 0; padding-bottom: 0;} 
