/* Global Reset
-------------------------------------------------------------- */
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, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Nunito Sans', sans-serif;
	line-height: 1.6em;
}

html,
body { height: 100%; }

body {
	max-width: 1920px;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 15px;
	line-height: 1.6em;
	color: #333;
	background: #fff;
	margin: 0;
	padding: 0;	
}

.imageholder-wide-home {
	display:none;
	width: 100%;
	height: 100%;
	float: right;
	padding-top: 0px;
	padding-bottom: 25px;
	font-size: 10px;
	line-height: 1.3em;
	text-align: right;
	color: #666666;
	text-align: left;
	margin-bottom: 20px;
}

.imageholder-banner {
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 1.3em;
	margin-bottom: 30px;
	margin-top: 60px;
}


/* Globalize block level elements
-------------------------------------------------------------- */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul, dl, blockquote, pre, table, p,
h1, h2, h3, h4, h5, h6, hr {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

/* General element styles
-------------------------------------------------------------- */
a {
	color: #0093c0;
	font-size: inherit;
	font-family: 'Nunito Sans', sans-serif;
	text-decoration: none;
}
a:hover {
	color: #76b4b7;
    }

ol,
ul {
    margin-left: 10px;
    padding-left: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}
ol li,
ul li,
dl dt,
dl dd {
	line-height: 1.3em;
}

dl {
    overflow: hidden;
}
dt {
    float: left;
    clear: left;
    padding: 0 0 2px;
    width: 62px;
    text-align: left;
    font-weight: bold;
    color: #333;
}
dt:after {
    content: ":";
    float: right;
    color: #bbb;
    font-weight: normal;
}
dd {
    margin: 0 0 0 70px;
    padding: 0 0 3px;
}

dd:after {
    content: ' ';
    display: block;
    clear: both;
}
        
blockquote {
    quotes: none;
    position: relative;
    padding: 20px;
    background: #e6e6e6;
    line-height: 1.4;    
}
blockquote,
blockquote p,
q {
    font-size: 1em;
    font-style: italic;
    font-weight: normal;
    color: #555;
}
blockquote p {
    margin: 0;
}
blockquote strong,
blockquote cite {
    display: block;
    margin: 5px 0 0 0;
    color: #333;
    line-height: 1.5;
    font-style: normal;
    font-weight: bold;
}
blockquote:after {
    content: '';
    position: absolute;
    top: 100%; left: 10%;
    height: 0;
    border: 12px solid transparent;
    border-top-color: #e6e6e6;
}

q {
    padding: .3em .5em;    
    background: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px -1px rgba(0,0,0,.3);
    box-shadow: 0 1px 2px -1px rgba(0,0,0,.3);
}
    
p,
address {
	font-size: 14px;
	line-height: 1.4;
	color: inherit;
}
p:empty {
    display: none;
    }

hr {
    clear: both;
    border: none;
    margin: 40px 0 20px;
    height: 1px;
    border: none;
    border-bottom: 2px solid #eee;
}
    
strong {
	font-weight: bold;
}
em { font-style: italic; }

pre,
code {    
    font-family: 'Consolas', 'Courier New', Courier, monospace;
    font-size: inherit;
    font-weight: normal;
}
pre {
    overflow: auto;
    padding: 15px;
    background: #eee;
    color: #333;
    font-size: 12px;
    border-bottom: 5px solid #44aaff;
    line-height: 1.3;
}
code {
    padding: .2em .5em;
    background: #fff;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.2);
    box-shadow: 0 0 1px rgba(0,0,0,.2);
}

.pre-title {
    margin: 0;
    padding: 10px 5px;
    background: #00aaff;
    color: #fff;
    font-weight: lighter;
    font-size: 16px;
}

/* Header styles
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	color: #2980A0;
	font-weight: lighter;
	font-weight: 300;
	text-decoration: none;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 20px;
	line-height: 1.2em;
}
h3 {
	font-size: 20px;
	line-height: 1.5em;
}
h4 { font-size: 1.875em; }
h5 {
	font-size: 1.4em;
}
h6 { font-size: 1.500em;}


.imageholder-wide-bg {
	display: none;
	width: 100%;
	height: auto;
	line-height: 1.3em;
	color: #666666;
	text-align: left;
}
/* Main navigation styles
-------------------------------------------------------------- */    
#nav {
	list-style: none;
	width: 64%;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #333333;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#nav li {
	position: relative;
	display: inline;
	display: inline-block;
	padding: 0;
	margin: 0;
	background-repeat: repeat;
}
#nav li a {
	display: block;
	margin-right: 2px;
	padding: 12px 8px 12px 8px;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	font-size: 18px;
	color: #333333;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
#nav ul,
#nav a {
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#nav li a:hover,
#nav li:hover > a {
	opacity: 0.9;
	color: #fff;
	background-color: #3a4d75;
}

#nav li a.active {
    background: #0093c0;
    opacity: 0.9;
    color: #fff;
}

#nav li > ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
}
#nav li > ul li,
#nav li > ul li a {
    display: block;
    margin: 0;
    float: none;    
    white-space: nowrap;
    list-style: none;
}
#nav li > ul li {  
    
}
#nav li > ul li a {
    padding: 13px 50px 12px 15px;
    text-align: left;
    color: #333333;
    background: #f1efef;      
    border-bottom: 1px solid #606060;
    -webkit-border-radius: 0;
    border-radius: 0;    
}
#nav li > ul li:last-child a {

    border-bottom: none;
}
#nav li:hover > ul {
    visibility: visible;
    opacity: 1;
}
#nav li:hover > ul a:hover {
    opacity: 1;
    background: #606060;
    color: #fff;
}

#nav-expand {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0; left: 0; right: 0;
    padding: 13px 15px 15px 35px;
    height: 14px;
    background: #333 url(../images/expand.png) no-repeat 10px 50%;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;    
}


/* Center content on page
-------------------------------------------------------------- */
.ctr {
	position: relative;
	max-width: 1366px;
	padding: 0 4%;
	margin: 0 auto;
}
    
/* Clearfix
-------------------------------------------------------------- */
.ctr:before,
.ctr:after,
.clr:before,
.clr:after {
    content: ' ';
    display: table;
}

.ctr:after,
.clr:after {
    clear: both;
}

.clear {
    clear: both;
}


/* Table styles
-------------------------------------------------------------- */    
table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
table tr th,
table tr td {
    padding: 10px;
    text-align: left;
    line-height: 1.4em;
    vertical-align: middle;
}
table tr th:last-child,
table tr td:last-child {
    
}
table tr th {
    background: #f7690d;
    color: #333;
    border: 1px solid #f7690d;
}
table tr td {
	background: #f8f8f8;
	color: inherit;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e6e6e6;
	border-right-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
	border-left-color: #e6e6e6;
}
table tr:nth-child(odd) td {
    background: #f0f0f0;
}

table tr.hdr th {
    background: #f7690d;
    border-top: none;
    border-bottom: none;
    border-color: #ec630a;
    color: #fff;
}
table tr.bdy th {
	color: #fff;
	background-color: #3a4d75;
	border-right-style: none;
	border-top-color: #76b4b7;
	border-right-color: #76b4b7;
	border-bottom-color: #76b4b7;
	border-left-color: #76b4b7;
}
table tr.bdy th a {
    color: #fff;
}
table tr.bdy th a:hover {
    color: #bbb;
}

/* Elements with border-box model
-------------------------------------------------------------- */
input,
textarea,
select,
button,
.btn,
.button,
img {
	max-width: 100%;
	height: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Form/input/button styles
-------------------------------------------------------------- */
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    line-height: 1.4;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="url"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="number"],
input[type="range"],
input[type="tel"],
input[type="range"],
input[type="file"],
textarea, select {
    padding: 7px 10px;
    margin: 0 0 .25em;
    color: #333;
    background: #eee;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
input[type="radio"],
input[type="checkbox"] {    
    vertical-align: middle;
    position: relative;
    bottom: 2px;
}
input[type=radio] {
    bottom: 3px;
}
button,
a.btn,
a.button {
	display: inline-block;
	height: 30px;
	padding: 0 20px;
	margin: 0;
	color: #071329;
	background: #555;
	border: none;
	font-size: 15px;
	font-family: inherit;
	font-weight: lighter;
	line-height: 1;
	vertical-align: middle;
	text-transform: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
a.btn,
a.button {
    line-height: 30px;
}
button:hover,
a.btn:hover,
a.button:hover {
    background-color: #777;    
    cursor: pointer;
}

a.btn.pdf {
    height: 45px;
    padding-left: 40px;
    line-height: 45px;
    margin: 0 5px 0 0;
    background-image: url(../images/icon-pdf.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
}

.btn.big,
a.btn.big,
button.big,
input[type="submit"].big {
    height: 44px;
    line-height: 44px;
}

::-webkit-input-placeholder { color: #888; }
::-moz-placeholder { color: #888; }
:-ms-input-placeholder { color: #888; }
input:-moz-placeholder { color: #888; }

.error, .success, .warning, .notice, .alert {
    margin: 0 0 20px;
    padding: 15px;
    line-height: 1.2;
    color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.error {
    background: #f64b2f;
}
.success {
    background: #7eb62e;    
}
.warning {
    background: #e1b311;   
}
.notice {
    background: #2fa9f6;    
}
.alert {
    background: #777777;
}

/* Header & Footer styles
-------------------------------------------------------------- */
#hdr {
    min-height: 60px;
    padding: 5px 0;
	
}
#hdr #logo {
    float: left;
    position: absolute;
}
#hdr #logo img {
	position: fixed;
	max-width: none;
	display: block;
	height: 67px;
	width: 250px;
	margin-top: 20px;
	z-index: 30;
}

#hdr-r {
    margin-left: 25px;
}
#hdr-r {
    text-align: right;
}

#hdr-user {
    overflow: hidden;
    margin: 0 0 30px 0;
    padding: 0;
}
#hdr-user a,
#hdr-user span {
    float: right;
    margin-left: 5px;
    padding: 5px;
    line-height: 1.3;    
    font-size: 15px;
    font-weight: lighter;
}
#hdr-user a {
    padding: 5px 30px;
    background: #464646;
    text-transform: lowercase;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#hdr-user a.logout-link {
    background-color: #f7690d;
}
#hdr-user a:hover {
    opacity: 0.675;
}

#ftr {
	text-align: center;
	background-image: url(../images/bg/bg-blue1.jpg);
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#ftr h4 {
	margin: 0 0 .75em;
	color: #d1ecee;
	text-transform: none;
	font-weight: lighter;
	font-size: 1.3em;
}
#ftr a {
    color: #999;
}
#ftr a:hover {
	color: #FFFFFF;
}

#ftr-home {
	padding: 20px 0;
	text-align: center;
	background-repeat: repeat;
}

#ftr-home h4 {
	margin: 0 0 .75em;
	color: #d1ecee;
	text-transform: none;
	font-weight: lighter;
	font-size: 1.3em;
}
#ftr-home a {
    color: #999;
}
#ftr-home a:hover {
	color: #FFFFFF;
}

/************************/
/* Contact Footer      */
/************************/
.footer_lab {
	position:fixed;
	bottom:0;
	width:100%;
	height:40px;	
	color:#000000;
	font-size:11px;
}
.footer_lab a {
	color:#000000; 
	text-decoration:none; 
}

.footer_lab a:visited {
	color:#777777; 
	text-decoration:none; 
}

.footer_lab a:hover {
	color:#aaaaaa; 
	text-decoration:none; 
}
.footer-1 {
	float: left;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0;
	margin-right: 15px;
}
.footer-2 {
	float: left;
	width: auto;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
}



/* Footer featured News
-------------------------------------------------------------- */
#ftr .featured-News {
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	float: left;
}
#ftr .featured-News  a {    
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#ftr .featured-News {
    opacity: 0.5;
}




#ftr p {
    color: #777;
    font-size: 12px;
}
#ftr-links {
    padding: 10px 0;
}
#ftr-links a {
    margin: 0 5px;
    opacity: 0.25;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#ftr-links a:hover {
    opacity: 0.6;
}


/* Event Page Listing
-------------------------------------------------------------- */
#event-box {
	display: block;
	width: 56%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 0px;
	font-size: 15px;
	line-height: 1.4em;
	background-repeat: repeat;
	border: thin solid #E9E9E9;
	background-image: url(../images/upcoming-bg.png);
	padding: 20px;
}
#no-bg {
	display: block;
	width: 56%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 15px;
	line-height: 1.4em;
	background-repeat: repeat;
	border: none;
	background-image: none;
	padding: 20px;
}

#event-box .image-icon-1 {
	float: right;
	width: 150px;
	height: auto;
	margin-left: 20px;
	margin-top: -60px;
	border: thin none #3a4d75;
	margin-right: -60px;
	margin-bottom: 20px;
}

#event-box h1.event-date {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 32px;
	margin-bottom: 0px;
	font-weight: lighter;
}
#event-box h2.event-location {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 12px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

/* About Page PressKit Box
-------------------------------------------------------------- */
#presskit-box {
	display: block;
	width: 56%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 0px;
	font-size: 15px;
	line-height: 1.4em;
	background-repeat: repeat;
	border: thin solid #E9E9E9;
	background-image: url(../images/upcoming-bg.png);
	padding: 20px;
}

#presskit-box .image-icon-press {
	float: left;
	width: 150px;
	height: auto;
	margin-top: 0px;
	border: thin none #3a4d75;
	clear: both;
	display: block;
}

#press-box h1.press-title {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: lighter;
}
#presskit-box h2.cite {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

/* Press Page Listing
-------------------------------------------------------------- */
#press-box {
	width: 56%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	font-size: 15px;
	line-height: 1.4em;
	background-repeat: repeat;
	border: thin solid #E9E9E9;
	background-image: url(../images/upcoming-bg.png);
	padding: 20px;
}

#press-box .image-icon-press {
	float: left;
	width: 150px;
	height: auto;
	margin-top: 0px;
	border: thin none #3a4d75;
	clear: both;
	display: block;
}

#press-box h1.press-title {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: lighter;
}
#press-box h2.cite {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}


/* Educator Page Listing
-------------------------------------------------------------- */
#teaching-box {
	display: block;
	width: 90%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	background-repeat: repeat;
	border: thin solid #999999;
	padding: 30px;
}

/* Media Page Listing
-------------------------------------------------------------- */
#media-box {
	display: block;
	width: 56%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	font-size: 15px;
	line-height: 1.4em;
	background-repeat: repeat;
	border: thin solid #E9E9E9;
	background-image: url(../images/upcoming-bg.png);
	padding: 20px;
}

#media-box h1.media-title {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: lighter;
}
#media-box h2.video-info {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 5px;
	font-weight: normal;
	color: #000000;
}
/* Recordings Page Listing
-------------------------------------------------------------- */
#recordings-box {
	display: block;
	width: 50%;
	height: auto;
	min-height: 200px;
	margin-left: auto;
	margin-right: 0px;
	margin-bottom: 60px;
	background-repeat: repeat;
	border: thin solid #E9E9E9;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(../images/upcoming-bg.png);
}

#recordings-box .cd-icon {
	float: left;
	width: 150px;
	height: auto;
	border: thin none #3a4d75;
	margin-right: 20px;
	margin-bottom: 10px;
}

#recordings-box h1.recordings-title {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 20px;
	line-height: 1.3em;
	margin-bottom: 10px;
	font-weight: lighter;
}
#recordings-box h2.recordings-info {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 12px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
#recordings-box h3.performer-info {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 5px;
	font-weight: normal;
	color: #000000;
}
#recordings-box h3.audio-sample {
	font-size: 12px;
	line-height: 1.4em;
	color: #555;
}
.buy-cd-btn {
	width: 100%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #C0C0C0;
	padding-top: 10px;
}
.cd-btn {
	margin-right: 18px;
}
	#buy-cd{
	left:0;
	opacity: 1;
	-moz-transition: opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s;
	-o-transition: opacity 1s ease 0s;
	transition: opacity 1s ease 0s;

	}
	#buy-cd:hover{
	opacity: 0.4;	
	}
/* audio sample wrap
-------------------------------------------------------------- */    
#audio-sample-wrap {
   width:100%;
   margin:0 auto;
   display:block;
}
#audio-sample-left_col {
   float:left;
   width:48%;
   margin-right: 4%;
   }
#audio-sample-right_col {
   float:right;
   width:48%;
}


/* Contact Page Listing
-------------------------------------------------------------- */
#contact-box {
	display: block;
	width: 50%;
	height: auto;
	min-height: 150px;
	margin-left: auto;
	margin-right: 0px;
	margin-bottom: 60px;
	font-size: 15px;
	line-height: 1.4em;
	background-repeat: repeat;
	border: thin solid #E9E9E9;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(../images/upcoming-bg.png);
}

#contact-box .image-icon-press {
	float: left;
	width: 150px;
	height: auto;
	margin-top: 0px;
	border: thin none #3a4d75;
	clear: both;
	display: block;
}

#contact-box h1.press-title {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: lighter;
}
#contact-box h2.cite {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

/* contact table */
table.contact, th, td {
	width: 95%;
}
table.contact tr:nth-child(odd) td {
    background: none;
}
table.contact tr th {
	font-size: 14px;
	background: none;
}
table.contact tr td {
	font-size: 14px;
	background: none;
}
.g-recaptcha {
	float:left;
	z-index: 10;
}
		 input[type="submit"] {
			font-family: 'Roboto', sans-serif;
			background: #69b7ca;
			border: 0px solid #a44913;
			color: #fff;
			cursor: pointer;
			font-size: 15px;
			font-weight: normal;
			padding: 5px;
			text-shadow: 1px 0px #cccccc;
			width: auto;
		}
		input[type="reset"] {
			font-family: 'Roboto', sans-serif;
			background: #69b7ca;
			border: 0px solid #a44913;
			color: #fff;
			cursor: pointer;
			font-size: 15px;
			font-weight: normal;
			padding: 5px;
			text-shadow: 1px 0px #cccccc;
			width: auto;
		}
		input[type="submit"]:hover { 
			background: #B5DCDF;
			color: #ffffff;
			 }
		input[type="reset"]:hover { 
			background: #B5DCDF;
			color: #ffffff;
			 }


#page-about{
	background: #ffffff url() no-repeat center center fixed;
	overflow-y: scroll;
	overflow-x: hidden;
	
	-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
}
#page-about {    
    padding: 0 0 30px;
}
#page-about.divide {
    padding-bottom: 80px;
    min-height: 120px;
    background: url(../images/page-divider.png) no-repeat 50% 100%;
}


#page-MB-media{
	background: #ffffff url() no-repeat center center fixed;
	overflow-y: scroll;
	overflow-x: hidden;
	
	-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
}
#page-MB-media {    
    padding: 0 0 30px;
}
#page-MB-media.divide {
    padding-bottom: 80px;
    min-height: 120px;
    background: url(../images/page-divider.png) no-repeat 50% 100%;
}




#page-MB-press{
	background: #ffffff url() no-repeat center center fixed;
	overflow-y: scroll;
	overflow-x: hidden;
	
	-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
}
#page-MB-press {    
    padding: 0 0 30px;
}
#page-MB-press.divide {
    padding-bottom: 80px;
    min-height: 120px;
    background: url(../images/page-divider.png) no-repeat 50% 100%;
}


#page-MB-reviews{
	background: #ffffff url() no-repeat center center fixed;
	overflow-y: scroll;
	overflow-x: hidden;
	
	-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
}
#page-MB-reviews {    
    padding: 0 0 30px;
}
#page-MB-reviews.divide {
    padding-bottom: 80px;
    min-height: 120px;
    background: url(../images/page-divider.png) no-repeat 50% 100%;
}




#page-MB-program-notes{
	background: #ffffff url() no-repeat center center fixed;
	overflow-y: scroll;
	overflow-x: hidden;
	
	-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
}
#page-MB-program-notes {    
    padding: 0 0 30px;
}
#page-MB-program-notes.divide {
    padding-bottom: 80px;
    min-height: 120px;
    background: url(../images/page-divider.png) no-repeat 50% 100%;
}



#page {    
    padding: 0 0 30px;
}
#page.divide {
	padding-bottom: 80px;
	min-height: 120px;
	background-image: url(../images/page-divider.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

#page.divide-member {
    padding-bottom: 20px;
	
    min-height: 120px;
    background: url(../images/page-divider.png) no-repeat 50% 100%;
}



/* Column Styles
-------------------------------------------------------------- */
.row {
    margin: 0 -2% 2%;
    padding: 0;
    clear: both;
}
.row:before,
.row:after {
    content: ' ';
    display: table;
}
.row:after { clear: both; }
.row > [class^='col-'] {
    float: left;
    margin: 0 2%;
    padding: 0;
    list-style: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col-12 { width: 46%; }
.col-13 { width: 29.333%; }
.col-23 { width: 62.666%; }
.col-14 { width: 21%; }
.col-34 { width: 71%; }
.col-15 { width: 16%; }
.col-25 { width: 36%; }
.col-35 { width: 56%; }
.col-45 { width: 76%; }

/* Form List styles
-------------------------------------------------------------- */
ul.form {
    margin: 30px 0;
    padding: 0;
}
ul.form li {
    margin: 0 0 8px;
    padding: 0 0 0 120px;
    list-style-type: none;
}
ul.form li label {
    float: left;
    width: 110px;
    margin: 10px 0 0 -120px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
}
ul.form input[type="text"],
ul.form input[type="email"],
ul.form input[type="password"],
ul.form input[type="search"],
ul.form input[type="url"],
ul.form input[type="date"],
ul.form input[type="time"],
ul.form input[type="datetime"],
ul.form input[type="number"],
ul.form input[type="range"],
ul.form input[type="tel"],
ul.form input[type="range"],
ul.form input[type="file"],
ul.form textarea,
ul.form select {
    width: 100%;
    margin: 0; padding: 7px 10px;
    background: #fff;
    color: #555;
    border: 1px solid #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px -1px rgba(0,0,0,.4);
    box-shadow: 0 1px 2px -1px rgba(0,0,0,.4);
}
ul.form li.message,
ul.form li.checkbox {
    margin: 10px 0;
    padding: 10px;
    background: #fff;
    font-size: .925em;
}
ul.form li.checkbox input[type="checkbox"] {
    margin: 0 7px 0 2px;
}

ul.form .info {
    display: block;
    padding: 10px 0;
}

/* Tab styles
-------------------------------------------------------------- */
ul[class^=tabs] {
    overflow: hidden;
    margin: 0 0 20px;
    padding: 0;
    border-bottom: 3px solid #f7690d;
}
ul[class^=tabs] li {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul[class^=tabs] li a {
    float: left;
    padding: 12px 20px;
    margin: 0 2px 0 0;
    background: #444;
    color: #bbb;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
ul[class^=tabs] li a:hover {
    background-color: #555;
    color: #fff;
}
ul[class^=tabs] li a.active,
ul[class^=tabs] li a.active:hover {
    position: relative;
    background: #f7690d;
    color: #fff;    
}

.tab { 
    margin: -20px 0 20px;   
    padding: 30px;
    background: #f6f6f6;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-box-shadow: 0 10px 10px -15px rgba(0,0,0,.8);
    box-shadow: 0 10px 10px -15px rgba(0,0,0,.8);
}
.tab-hdr:first-child {
    margin-top: -30px;
}
.tab-hdr {
    margin: 0 -30px 30px;
    padding: 16px 30px;
    background: #e6e6e6;  
    border-top: 1px solid #fff;    
    color: #555;
    font-size: 1.5em;
    font-weight: normal;
    -webkit-box-shadow: 0 2px 2px -2px rgba(0,0,0,.4);
    box-shadow: 0 2px 2px -2px rgba(0,0,0,.4);
}

.tab input[type="text"],
.tab input[type="email"],
.tab input[type="password"],
.tab input[type="search"],
.tab input[type="url"],
.tab input[type="date"],
.tab input[type="time"],
.tab input[type="datetime"],
.tab input[type="number"],
.tab input[type="range"],
.tab input[type="tel"],
.tab input[type="range"],
.tab input[type="file"],
.tab textarea,
.tab select {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 0;
    border-radius: 0;
}





/* Pager styles
-------------------------------------------------------------- */
.pager {
    margin-left: 0; padding-left: 0;
    list-style: none;
}
.pager li {
    float: left;
    margin: 0 3px 3px 0;
}
.pager li a,
.pager li span {
    display: block;
    padding: 8px 12px;
    background: #fff;
    border-bottom: 2px solid #d6d6d6;
    line-height: 1;
}
.pager li a:hover,
.pager li .current {
    border-color: #0099ff;
}

/* Breadcrumb styles
-------------------------------------------------------------- */
.breadcrumbs {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #76b4b7;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.breadcrumbs:before,
.breadcrumbs:after {
    content: ' ';
    display: table;
}
.breadcrumbs:after { clear: both; }

.breadcrumbs li.title {
	display:block;
	float: left;
	padding: 0;
	list-style: none;
	font-size: 1.4em;
	color: #e14b27;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	font-weight:lighter;
	text-transform: uppercase;
}

.breadcrumbs li {
	display: block;
	float: left;
	padding-top: 5px;
	list-style: none;
	font-size: 1.2em;
	color: #000000;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0px;
}
.breadcrumbs li a {
	padding-right: 14px;
	background: url(../images/breadcrumb-arrow.png) no-repeat 100% 60%;
	color: #20579B;
}
.breadcrumbs li a:hover {
	color: #B1B1B1;
}
.breadcrumbs li,
.breadcrumbs li a {
    line-height: 1.4;
    text-transform: none;
    letter-spacing: 1px;
}


/* Composition Breadcrumb styles
-------------------------------------------------------------- */
.breadcrumbs-comp {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #76b4b7;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.breadcrumbs-comp:before,
.breadcrumbs-comp:after {
    content: ' ';
    display: table;
}
.breadcrumbs-comp:after { clear: both; }

.breadcrumbs-comp li.title {
	display:block;
	background-color: none;
	float: left;
	padding: 0;
	list-style: none;
	font-size: 1.6em;
	color: #e14b27;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	font-weight:lighter;
	text-transform: uppercase;
}

.breadcrumbs-comp li {
	display: block;
	float: left;
	list-style: none;
	font-size: 1.4em;
	color: #000000;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.breadcrumbs-comp li a {
	padding-right: 20px;
	background: url(../images/breadcrumb-arrow.png) no-repeat 100% 70%;
	color: #20579B;
	font-weight:lighter;
}
.breadcrumbs-comp li a:hover {
	color: #B1B1B1;
}
.breadcrumbs-comp li,
.breadcrumbs-comp li a {
    line-height: 1.4;
    text-transform: none;
    letter-spacing: 1px;
}





/* General Usage Styles
-------------------------------------------------------------- */
.gallery {
    margin: 0 -.5% 20px;
}
.gallery:before,
.gallery:after {
    content: ' ';
    display: table;
}

.gallery:after,
.gallery:after {
    clear: both;
}
.gallery img {
    float: left;
    width: 20.333%;
    margin: 0 .5% 1%;
    -webkit-box-shadow: 0 3px 3px -2px rgba(0,0,0,.5);
    box-shadow: 0 3px 3px -2px rgba(0,0,0,.5);
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.gallery img:hover {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.gallery.cols-2 img {
    width: 49%;
}
.gallery.cols-3 img {
    width: 32.333%;
}
.gallery.cols-4 img {
    width: 24%;
}
.gallery.cols-5 img {
    width: 19%;
}

/* General Usage Styles
-------------------------------------------------------------- */
.border {
    background: #333;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
img.border {
    padding: 5px;
}
.hidden {
    display: none;
}
.block {
    display: block;
}
.underline {
	padding-bottom: 10px;
	margin-bottom: 0px;
	border-bottom-width: 0.1em;
	border-bottom-style: none;
	border-bottom-color: #76b4b7;
}
h4.underline,
h5.underline,
h6.underline {
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: lighter;
}

/* slogan styles
-------------------------------------------------------------- */
.slogan {
	max-width: 650px;
	margin-left: 0px;
	padding: 0px 0 0;
	text-align: left;
	font-weight: lighter;
	font-size: 22px;
	letter-spacing: normal;
	line-height: 1.3em;
}
.slogan > span {
	display: block;
	line-height: 1.2;
	font-size: 21px;
	text-transform: none;
}
.slogan > span.line1 {
	padding-top: 10px;
	color: #0093c0;
	text-align: left;
}
.slogan > span.line2 {
	padding-top: 20px;
	padding-bottom: 40px;
	color: #aa0041;
	text-align: right;
}
.slogan > span.line3 {
	padding-top: 0px;
	color: #030f57;
	text-align: center;
}
.slogan.dark {
    position: relative;
    max-width: 100%;
    margin: 50px auto;
    padding: 30px 20px;
    background: #555;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #ccc;
    -webkit-box-shadow: inset 0 0 200px rgba(0,0,0,.3);
    box-shadow: inset 0 0 200px rgba(0,0,0,.3);
}
.slogan.dark:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100%; width: 100%;
    background: #f7690d;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform:
        scale(0.95)
        rotate(1.75deg);
    -ms-transform:
        scale(0.95)
        rotate(1.75deg);
    -o-transform:
        scale(0.95)
        rotate(1.75deg);
    transform:
        scale(0.95)
        rotate(1.75deg);
}
.slogan.dark strong {
    color: #fff;
}

/* Recording
-------------------------------------------------------------- */
.recording {
	position: relative;
	max-width: 100%;
	height: auto;
	margin: 50px auto;
	padding: 30px 20px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #ccc;
	-webkit-box-shadow: inset 0 0 200px rgba(0,0,0,.3);
}
.recording:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100%; width: 100%;
}
.recording strong {
    color: #fff;
}
.special {
	color: #ca1e4f;
	font-size: 18px;
}

/* CD listing
-------------------------------------------------------------- */


.CD {
	float: left;
	height: 280px;
	font-size: 12px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 16px;
	letter-spacing: normal;
	margin-left: 0px;
	margin-right: 30px;
	margin-bottom: 50px;
	text-align: left;
	color: #999;
	margin-top: 0px;
	border: thin solid #F2F2F2;
	padding: 0px;
}




/* Page Title
-------------------------------------------------------------- */
#page-title {
	position: relative;
	background-color: none;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	border-bottom-style: none;
}
#page-title:after {
    content: '';
    position: absolute;
    top: 18px; right: 0; bottom: 0; left: 0;
    height: 100%; width: 100%;
    z-index: -1;
}
#page-title h1 {
	margin: 0;
	color: #C0C0C0;
	font-weight: bolder;
	font-size: 1.8em;
	opacity: 0.4;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* Events Page Title
-------------------------------------------------------------- */
#event-page-title {
	position: relative;
	width: 50%;
	background-color: none;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-bottom-style: none;
}
#event-page-title:after {
    content: '';
    position: absolute;
    top: 18px; right: 0; bottom: 0; left: 0;
    height: 100%; width: 100%;
    z-index: -1;
}
#event-page-title h1 {
	margin: 0;
	color: #C0C0C0;
	font-weight: bolder;
	font-size: 1.8em;
	opacity: 0.6;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* Press Page Title
-------------------------------------------------------------- */
#press-page-title {
	position: relative;
	width: 56%;
	background-color: none;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-bottom-style: none;
}
#press-page-title:after {
    content: '';
    position: absolute;
    top: 18px; right: 0; bottom: 0; left: 0;
    height: 100%; width: 100%;
    z-index: -1;
}
#press-page-title h1 {
	margin: 0;
	color: #C0C0C0;
	font-weight: bolder;
	font-size: 1.8em;
	opacity: 0.6;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* Media Page Title
-------------------------------------------------------------- */
#media-page-title {
	position: relative;
	width: 56%;
	background-color: none;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-bottom-style: none;
}
#media-page-title:after {
    content: '';
    position: absolute;
    top: 18px; right: 0; bottom: 0; left: 0;
    height: 100%; width: 100%;
    z-index: -1;
}
#media-page-title h1 {
	margin: 0;
	color: #C0C0C0;
	font-weight: bolder;
	font-size: 1.8em;
	opacity: 0.6;
	letter-spacing: 2px;
	text-transform: uppercase;
}









/* program-notes Page Title
-------------------------------------------------------------- */
#program-notes-page-title {
	position: relative;
	background-color: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-top-width: thin;
	border-top-style: none;
	border-top-color: #76b4b7;
}
#program-notes-page-title:after {
    content: '';
    position: absolute;
    top: 18px; right: 0; bottom: 0; left: 0;
    height: 100%; width: 100%;
    z-index: -1;
}
#program-notes-page-title h1 {
	margin: 0;
	color: #76b4b7;
	font-weight: lighter;
	font-size: 1.8em;
	text-transform: none;
	line-height: 1.2em;
}




/* Collaborations Page Title
-------------------------------------------------------------- */
h2.collaborations {
	font-size: 25px;
	line-height: 1.2em;
}

#collaborations-page-title {
	position: relative;
	background-color: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#collaborations-page-title:after {
    content: '';
    position: absolute;
    top: 18px; right: 0; bottom: 0; left: 0;
    height: 100%; width: 100%;
    z-index: -1;
}
#collaborations-page-title h1 {
	margin: 0;
	color: #76b4b7;
	font-weight: lighter;
	font-size: 1.8em;
	text-transform: none;
}





















/* composition Page Title
-------------------------------------------------------------- */
h2.composition {
	font-size: 25px;
	line-height: 1.2em;
}

#composition-page-title {
	position: relative;
	background-color: none;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#composition-page-title:after {
    content: '';
    position: absolute;
    top: 18px; right: 0; bottom: 0; left: 0;
    height: 100%; width: 100%;
    z-index: -1;
}
#composition-page-title h1 {
	margin: 0;
	color: #76b4b7;
	font-weight: lighter;
	font-size: 1.8em;
	text-transform: none;
}


/* Home Page 
-------------------------------------------------------------- */

#img.source-image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#home-links {
	text-align: center;
	margin-top: 180px;
}
#home-links a {
    margin: 0 5px;
    padding: 15px 80px;
    background: #444;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: lowercase;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
#home-links a.orange {
    background: #f7690d;
}
#home-links a:hover {
    opacity: 0.7;
}

#home-cnt {
	overflow: hidden;
	position: relative;
	z-index: 30;
	min-height: 180px;
	margin-top: 180px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#home-cnt a {
    float: left;
    width: 33.333%;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#home-cnt a img {
    display: block;
    margin: 0 auto 10px;
}
#home-cnt a h3 {
	margin: 0;
	color: #666;
	font-weight: lighter;
	font-size: 1.675em;
	text-transform: lowercase;
}
#home-cnt a:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


/* About Page
-------------------------------------------------------------- */
#about-cnt {
	position: relative;
	z-index: 30;
	min-height: 530px;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	margin-top: 70px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#about-cnt .about-cnt-inner {
	position: relative;
	padding-top: 0;
	padding-right: 30;
	padding-bottom: 80px;
	padding-left: 30px;
	margin-bottom: 40px;
}
#about-cnt .about-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#about-cnt .about-cnt-inner .slogan span {
	padding: 0;
	font-size: 30px;
	font-weight: lighter;
}
#about-cnt .about-cnt-inner p {
	margin-bottom: 10px;
	color: #555;
	font-size: 1.0em;
}
#about-cnt .about-cnt-inner a.btn {
    
}

#about-us {
    position: relative;
    z-index: 29;
    text-align: center;
}
#about-us img {
	display: block;
	margin: 0 auto;
	-webkit-box-shadow: 5px 0 20px rgba(41,99,133,.5);
	box-shadow: 5px 0 10px rgba(41,99,133,.5);
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #76b4b7;
}
#about-us a {
    position: absolute;
    top: 50%;
    width: 210px;
    padding: 20px 40px;
    margin: 0 0 0 -150px;
    background: #222;
    background: rgba(0,0,0,.8);
    font-size: 1.5em;
    font-weight: lighter;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
#about-us a:hover {
    background-color: #333;
}

.small-bio {
	display: block;
	width: 78%;
	font-size: 18px;
	line-height: 1.3em;
	color: #3094BA;
}


/* SW Collaborations Page
-------------------------------------------------------------- */
#SW-collaborations-cnt {
	position: relative;
	z-index: 30;
	margin: 0 0 -80px;
	min-height: 530px;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
#SW-collaborations-cnt .SW-collaborations-cnt-inner {
	position: relative;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 80px;
	padding-left: 30px;
	margin-bottom: 40px;
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
}
#SW-collaborations-cnt .SW-collaborations-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#SW-collaborations-cnt .SW-collaborations-cnt-inner .slogan span {
	padding: 0;
	font-size: 20px;
}
#SW-collaborations-cnt .SW-collaborations-cnt-inner p {
	margin-bottom: 10px;
	color: #555;
	font-size: 1.0em;
}
#SW-collaborations-cnt .SW-collaborations-cnt-inner a.btn {
    
}

#SW-collaborations-us {
    position: relative;
    z-index: 29;
    text-align: center;
}
#SW-collaborations-us img {
	display: block;
	margin: 0 auto;
	-webkit-box-shadow: 5px 0 20px rgba(192,32,0,.5);
	box-shadow: 5px 0 20px rgba(192,32,0,.5);
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #ca1e4f;
}
#SW-collaborations-us a {
    position: absolute;
    top: 50%;
    width: 210px;
    padding: 20px 40px;
    margin: 0 0 0 -150px;
    background: #222;
    background: rgba(0,0,0,.8);
    font-size: 1.5em;
    font-weight: lighter;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
#SW-collaborations-us a:hover {
    background-color: #333;
}

/* collaborations Table styles
-------------------------------------------------------------- */    
#collaborations-wrap {
   width:100%;
   margin:0 auto;
   display:block;
}
#left_col {
   float:left;
   width:48%;
   margin-right: 4%;
   }
#right_col {
   float:right;
   width:48%;
}
/* collaborations video
-------------------------------------------------------------- */
#collaborations-media-box {
	display: inline-block;
	vertical-align: top;
	width: 42%;
	height: auto;
	min-height: 350px;
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 1.4em;
	background-repeat: repeat;
	border: thin solid #E9E9E9;
	background-image: url(../images/upcoming-bg.png);
	padding: 20px;
}

#collaborations-media-box h1.media-title {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: lighter;
}
#collaborations-media-box h2.video-info {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 5px;
	font-weight: normal;
	color: #000000;
}






















/* MB press Page
-------------------------------------------------------------- */
#MB-press-cnt {
	position: relative;
	z-index: 30;
	margin: 0 0 -80px;
	min-height: 530px;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
#MB-press-cnt .MB-press-cnt-inner {
	position: relative;
	padding-top: 0;
	padding-right: 30px;
	height: auto;
	padding-bottom: 80px;
	padding-left: 30px;
	margin-bottom: 80px;
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
	
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
		
    -webkit-column-rule: 1px outset #F3F3F3; /* Chrome, Safari, Opera */
    -moz-column-rule: 1px outset #F3F3F3; /* Firefox */
    column-rule: 1px outset #F3F3F3;

}

#MB-press-cnt .MB-press-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#MB-press-cnt .MB-press-cnt-inner .slogan span {
	padding: 0;
	font-size: 20px;
}
#MB-press-cnt .MB-press-cnt-inner p {
	margin-bottom: 40px;
	color: #555;
	font-size: 1.0em;
	
		
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
          page-break-inside: avoid; /* Firefox */
               break-inside: avoid; /* IE 10+ */			   
			   
}
#MB-press-cnt .MB-press-cnt-inner a.btn {
    
}

#MB-press-us {
    position: relative;
    z-index: 29;
    text-align: center;
}
#MB-press-us img {
	display: block;
	margin: 0 auto;
	-webkit-box-shadow: 5px 0 20px rgba(192,32,0,.5);
	box-shadow: 5px 0 20px rgba(192,32,0,.5);
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #ca1e4f;
}
#MB-press-us a {
    position: absolute;
    top: 50%;
    width: 210px;
    padding: 20px 40px;
    margin: 0 0 0 -150px;
    background: #222;
    background: rgba(0,0,0,.8);
    font-size: 1.5em;
    font-weight: lighter;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
#MB-press-us a:hover {
    background-color: #333;
}

/* Custom press styles
-------------------------------------------------------------- */
ul.press {
	padding: 0;
	margin: 0 0 30px;
	white-space: pre-line;
	text-align: left;
}
ul.press > li {
	display: inline-block;
	position: relative;
	list-style-type: none;
	text-align: left;
	line-height: 1.3;
	font-size: 1.2em;
	color: #777;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	min-width: 550px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 220px;
	width: auto;
	
	

}
ul.press > li > span {
	position: absolute;
	height: 16px;
	width: 32px;
	margin: -4px 0 0 -45px;
	padding: 8px 0;
	font-size: 16px;
	background: #555;
	text-align: left;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	left: 46px;
	top: 12px;
}

ul.no-bullets > li {
    list-style-type: none;
    line-height: 1.5;
    font-size: 1.1em;
    color: #444;
}

.press-title{
	display: block;
	width: auto;
	font-weight: lighter;
	color: #071329;
	padding: 0px;
	margin-bottom: 5px;
	font-size: 1.4em;
	line-height: 1.2em;
}
.press-cite{
	display: block;
	font-weight: lighter;
	color: #2980A0;
	padding: 0px;
	margin-bottom: 15px;
	font-size: 1.0em;
	margin-top: 5px;
}
p.press {
	display:block;
}




/* Review Page
-------------------------------------------------------------- */
#MB-review-cnt {
	position: relative;
	z-index: 30;
	margin: 0 0 -80px;
	min-height: 530px;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-color:#FFF;
}
#MB-review-cnt .MB-review-cnt-inner {
	position: relative;
	padding-top: 0;
	padding-right: 30px;
	height: auto;
	padding-bottom: 40px;
	padding-left: 30px;
	margin-bottom: 80px;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 50px; /* Chrome, Safari, Opera */
	-moz-column-gap: 50px; /* Firefox */
	column-gap: 50px;
		
}

#MB-review-cnt .MB-review-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#MB-review-cnt .MB-review-cnt-inner .slogan span {
	padding: 0;
	font-size: 20px;
}
#MB-review-cnt .MB-review-cnt-inner p {
	margin-bottom: 20px;
	color: #555;
	font-size: 1.0em;
}
#MB-review-cnt .MB-review-cnt-inner a.btn {
    
}

#MB-review-us {
    position: relative;
    z-index: 29;
    text-align: center;
}
#MB-review-us img {
	display: block;
	margin: 0 auto;
	-webkit-box-shadow: 5px 0 20px rgba(192,32,0,.5);
	box-shadow: 5px 0 20px rgba(192,32,0,.5);
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #ca1e4f;
}
#MB-review-us a {
    position: absolute;
    top: 50%;
    width: 210px;
    padding: 20px 40px;
    margin: 0 0 0 -150px;
    background: #222;
    background: rgba(0,0,0,.8);
    font-size: 1.5em;
    font-weight: lighter;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
#MB-review-us a:hover {
    background-color: #333;
}

.review-source {
	margin-top: 10px;
}

blockbox-return {
	width: auto;
	border: 1px solid #76b4b7;
	background-color: #ffffff;
	padding: 5px;
	margin-left: 20px;
	margin-bottom: 5px;
	float: right;
	font-size: 1.0em;
	line-height: 12px;
	text-align: left;
}


/* MB program-notes Page
-------------------------------------------------------------- */
#MB-program-notes-cnt {
	position: relative;
	z-index: 30;
	margin: 0 0 -80px;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
#MB-program-notes-cnt .MB-program-notes-cnt-inner {
	position: relative;
	padding-top: 0;
	padding-right: 30;
	padding-bottom: 40px;
	padding-left: 0px;
	margin-bottom: 80px;
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
}
#MB-program-notes-cnt .MB-program-notes-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#MB-program-notes-cnt .MB-program-notes-cnt-inner .slogan span {
	padding: 0;
	font-size: 20px;
}
#MB-program-notes-cnt .MB-program-notes-cnt-inner p {
	margin-bottom: 10px;
	color: #555;
	font-size: 1.0em;
}
#MB-program-notes-cnt .MB-program-notes-cnt-inner a.btn {
    
}

#MB-program-notes-us {
    position: relative;
    z-index: 29;
    text-align: center;
}
#MB-program-notes-us img {
	display: block;
	margin: 0 auto;
	-webkit-box-shadow: 5px 0 20px rgba(192,32,0,.5);
	box-shadow: 5px 0 20px rgba(192,32,0,.5);
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #ca1e4f;
}
#MB-program-notes-us a {
    position: absolute;
    top: 50%;
    width: 210px;
    padding: 20px 40px;
    margin: 0 0 0 -150px;
    background: #222;
    background: rgba(0,0,0,.8);
    font-size: 1.5em;
    font-weight: lighter;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
#MB-program-notes-us a:hover {
    background-color: #333;
}

/* program-notes Table styles
-------------------------------------------------------------- */    
#program-notes-wrap {
   width:100%;
   margin:0 auto;
   display:block;
   min-height: 480px;
}
#left_col {
   float:left;
   width:60%;
   margin-right: 4%;
   }
#right_col {
   float:right;
   width:33%;
}


/* MB Media Page
-------------------------------------------------------------- */
#MB-media-cnt {
	position: relative;
	z-index: 30;
	margin: 0 0 -80px;
	min-height: 530px;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
#MB-media-cnt .MB-media-cnt-inner {
	position: relative;
	padding-top: 0;
	padding-right: 30;
	padding-bottom: 80px;
	padding-left: 0px;
	margin-bottom: 40px;
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
}
#MB-media-cnt .MB-media-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#MB-media-cnt .MB-media-cnt-inner .slogan span {
	padding: 0;
	font-size: 20px;
}
#MB-media-cnt .MB-media-cnt-inner p {
	margin-bottom: 10px;
	color: #555;
	font-size: 1.0em;
}
#MB-media-cnt .MB-media-cnt-inner a.btn {
    
}

#MB-media-us {
    position: relative;
    z-index: 29;
    text-align: center;
}
#MB-media-us img {
	display: block;
	margin: 0 auto;
	-webkit-box-shadow: 5px 0 20px rgba(192,32,0,.5);
	box-shadow: 5px 0 20px rgba(192,32,0,.5);
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #ca1e4f;
}
#MB-media-us a {
    position: absolute;
    top: 50%;
    width: 210px;
    padding: 20px 40px;
    margin: 0 0 0 -150px;
    background: #222;
    background: rgba(0,0,0,.8);
    font-size: 1.5em;
    font-weight: lighter;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
#MB-media-us a:hover {
    background-color: #333;
}



/* MB Composition Page
-------------------------------------------------------------- */
#MB-composition-cnt {
	position: relative;
	z-index: 30;
	margin: 0 0 -80px;
	min-height: 530px;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
#MB-composition-cnt .MB-composition-cnt-inner {
	position: relative;
	padding-top: 0;
	padding-right: 0px;
	height: auto;
	padding-bottom: 80px;
	padding-left: 0px;
	margin-bottom: 80px;
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
}
#MB-composition-cnt .MB-composition-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#MB-composition-cnt .MB-composition-cnt-inner .slogan span {
	padding: 0;
	font-size: 20px;
}
#MB-composition-cnt .MB-composition-cnt-inner p {
	margin-bottom: 10px;
	color: #555;
	font-size: 1.0em;
}
#MB-composition-cnt .MB-composition-cnt-inner a.btn {
    
}

#MB-composition-us {
    position: relative;
    z-index: 29;
    text-align: center;
}
#MB-composition-us img {
	display: block;
	margin: 0 auto;
	-webkit-box-shadow: 5px 0 20px rgba(192,32,0,.5);
	box-shadow: 5px 0 20px rgba(192,32,0,.5);
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #ca1e4f;
}
#MB-composition-us a {
    position: absolute;
    top: 50%;
    width: 210px;
    padding: 20px 40px;
    margin: 0 0 0 -150px;
    background: #222;
    background: rgba(0,0,0,.8);
    font-size: 1.5em;
    font-weight: lighter;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
#MB-composition-us a:hover {
    background-color: #333;
}

/* composition Table styles
-------------------------------------------------------------- */    
#composition-wrap {
   width:100%;
   margin:0 auto;
   display:block;
}
#left_col {
	float: left;
	width: 48%;
	margin-right: 4%;
   }
#right_col {
	float: right;
	width: 48%;
}

h2.category {
	font-size: 1.6em;
	font-weight: lighter;
	margin-bottom: 10px;
}
.comp-title {
	display: block;
	font-size: 16px;
	color: #20579B;
	line-height: 1.2em;
	margin-bottom: 2px;
	padding-left: 15px;
}
.comp-title a:link {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	color: #20579B;
}
.comp-title a:hover {
	font-size: 16px;
	color: #B1B1B1;
}
.comp-details {
	font-size: 14px;
	line-height: 1.2em;
	display: block;
	margin-bottom: 20px;
	padding-left: 15px;
}






/* Contact Page
-------------------------------------------------------------- */
#contact {
	position: relative;
	margin-top: -20px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 570px;
	padding-bottom: 0;
	padding-left: 20px;
	min-height: 700px;
	height: auto;
}
#contact #contact-info {
	width: 520px;
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 30px;
	margin-bottom: 30px;
	height: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F3F3F3;
}

#gmaps {
    position: relative;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding: 0 0 33%;
    background: #ddd;
    border-top: 5px solid #f7690d;
    border-bottom: 5px solid #f7690d;
}
#gmaps iframe {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100%;
    width: 100%;
}

#facility-hours {
    margin: 0;
}
#facility-hours td {
    padding: 8px 0;
    background: none;
    border: none;
    border-bottom: 1px solid #eee;
}
#facility-hours td:first-child {
    text-align: left;
}
#facility-hours td:last-child {
    text-align: right;
}

.manager {
	font-size: 16px;
	color: #071329;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.press-kit-items {
	font-size: 16px;
	color: #2980A0;
	line-height: 1.2em;
	margin-bottom: 5px;
	border-left-width: thick;
	border-left-style: double;
	border-left-color: #2980A0;
	padding-left: 10px;
}








#about-staff {
    padding: 100px 0 30px;
    background: #ca1e4f;
}
#about-staff h2 {
    color: #fff;
    margin: 0 2% 4%;
    padding-bottom: 10px;    
    font-weight: lighter;
    text-align: center;
}
#about-staff .member {
    position: relative;
    overflow: visible;
    float: left;
    width: 20%;
    margin: 0 2% 4%;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}
#about-staff .member .staff-photo {
    position: relative;
    overflow: hidden;
    height: 0;
    padding: 0 0 100%;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    background: #ffffff;
    -webkit-box-shadow:        
        0 0 0 6px #ffffff;
    box-shadow:        
        0 0 0 6px #ffffff;
}
#about-staff .member .staff-photo:after {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(0,0,0,0); 
    -webkit-transition: all .2s; 
    -o-transition: all .2s; 
    transition: all .2s;
}
#about-staff .member:hover .staff-photo:after {       
    background: rgba(0,0,0,.8);
}
#about-staff .member:hover .staff-photo img {
    
}
#about-staff .member .staff-photo img {
	position: absolute;
	top: -1px;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.member-name {
	color: #ffffff;
	font-family: inherit;
	font-weight: lighter;
	font-weight: 300;
	text-decoration: none;
	text-align:center;
	margin-top: 30px;
}

.member-largetitle a:link {
	color: #cccccc;
}
.member-largetitle a:hover {
	color: #ca1e4f;
}


.imageholder {
	float: right;
	padding: 8px;
	font-size: 11px;
	line-height: 1.4em;
	text-align: right;
	color: #828282;
	margin-left: 30px;
	margin-bottom: 10px;
}

.imageholder-bio {
	width: 300px;
	float: right;
	padding: 8px;
	font-size: 11px;
	line-height: 1.4em;
	text-align: right;
	color: #828282;
	margin-top: 60px;
	margin-left: 30px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.pull-qoute {
	color: #2980A0;
	text-align: left;
	font-weight: lighter;
	font-size: 26px;
	line-height: 1.3;
	text-transform: lowercase;
}

.imageholder-reviews {
	width: 480px;
	float: left;
	padding: 0px;
	font-size: 11px;
	line-height: 1.2em;
	text-align: left;
	color: #828282;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 30px;
}
.imageholder-feature {
	width: 160px;
	float: right;
	font-size: 12px;
	line-height: 1.3em;
	text-align: left;
	color: #333333;
	margin-left: 30px;
	border: thin solid #cccccc;
	padding: 8px;
	margin-top: 15px;
}
#about-staff .member .date {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 60%;
    width: 100%;
    margin: 0;
    padding: 12px 0;    
    text-align: center;
    font-size: 1.3em;
    color: #eee;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#about-staff .member:hover .date { 
    top: 70%;
    visibility: visible;
    opacity: 1;
}
#about-staff .member .date > span {
    display: block;
    margin: 5px 0 0;
    font-size: .7em;
    text-transform: uppercase;
    color: #999;
    color: rgba(255,255,255,.5);
}
#about-staff {
    
}
#about-staff #all-staff-link {
    clear: both;
    padding: 30px 0 20px;
    text-align: left;    
}
#about-staff #all-staff-link a {
    padding: 20px 60px;
    background: #d55000;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 1.375em;
    letter-spacing: 1px;
    -webkit-transition: all .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
#about-staff #all-staff-link a:hover {
    background-color: rgba(0,0,0,.3);
}

#member {
    padding: 0 0 30px 360px;
}
#member img[class^="attachment"] {
    width: 320px; height: auto;
    float: left;
    margin: 0 0 0 -360px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
#member .title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}
#member .instrument {
    margin-bottom: 20px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.3em;
}

#associations {
    margin: 0 0 20px;
    padding: 10px 0;
    text-align: center;
    border: 2px solid #ddd;
}
#associations > figure {
    position: relative;
    margin: 0 20px; padding: 0;
    display: inline;
    display: inline-block;
    vertical-align: middle;    
}
#associations > figure > img {
    display: inline-block;
    margin: 0 auto;
    max-height: 100px;
    width: auto;

}
#associations > figure > figcaption {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 120%; left: -20px; right: -20px;
    z-index: 99;
    padding: 10px;
    background: #444;
    font-size: .875em;
    line-height: 1.3;
    color: #eee;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
#associations > figure > figcaption:after {
    content: '';
    position: absolute;
    bottom: 100%; left: 50%;
    margin: 0 0 0 -12px;
    height: 0; width: 0;
    border: 12px solid transparent;
    border-bottom-color: #444;
}
#associations > figure:hover > figcaption {
    visibility: visible;
    opacity: 1;
}

#schedules {
	
	width: auto;
}
#schedules caption,
#schedules td,
#schedules th {
    padding: 10px 10px; 
    vertical-align: top;
    horizontal-align: left;   
}
#schedules .event-title{
	font-size: 1.2em;
	font-weight:lighter;
}
#schedules .event-title a{
	font-weight:lighter;
}
#schedules tr.hdr th,
#schedules tr.bdy td {
	text-align: left;
    vertical-align: top;
    horizontal-align: left;
}
#schedules tr.bdy td,
#schedules tr.bdy th {
	font-size: 0.9em;
	border-top: none;
    vertical-align: top;
    horizontal-align: left;
}
#schedules tr.hdr th {
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 1.2;
}
#schedules tr.bdy th {       
}
#schedules tr.bdy:hover td {
    background: #fff;
    vertical-align: top;
    horizontal-align: left;
}
#schedules tr.bdy:hover th {
	background-color: #76b4b7;
}

#schedules tr.bdy th.date  {
	font-size: 1.3em;
	color: #fff;
	font-weight: lighter;
	width: 130px;
}

#schedules tr.bdy th.date a { 
    font-size: 1.3em;
    color: #fff;
}

#schedules tr.bdy th.date a:hover { 
    color: #ff8800;
}
#schedules tr.bdy th.date span {
	display: block;
	color: #ffffff;
}



#testimonials {
    margin: 0 -1% 20px;
}
#testimonials blockquote {
    width: 27.333%;
    padding: 2%;
    margin: 0 1% 3%;
}



#mb-link {
    position: relative;
    height: 1px; width: 100%;
    margin: 0 0 -1px;
}
#mb-link > a {
    position: absolute;
    margin: 0; padding: 10px 20px;
    top: 0; right: 0;
    background: #444;    
    color: #bbb;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
#mb-link > a:hover {
    background: #666;
    color: #fff;
}

#idea {
    margin: 0;
    padding: 20px 0;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.wpcf7-response-output {
    padding: 15px 20px;
    margin: 20px 0 0;
    border: none;
    line-height: 1.3;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-weight: 500;
}
.wpcf7-form-control-wrap {
    display: block !important;   
}
.wpcf7-validation-errors {
    background-color: #de4343;
}
.wpcf7-mail-sent-ok {
    background-color: #61b832;
}
.wpcf7-not-valid {
    border: 2px solid #ff0000 !important;
}
.wpcf7-not-valid-tip,
.screen-reader-response {
    display: none;    
}

/*--------------------NEWS BAR-----------------------*/

#NewsBar {
	float: left;
	width: auto;
	height: 160px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	overflow: hidden;
	padding-left: 0px;
}

#NewsBar h4 {
	float: left;
	color: #fff;
	font-size: 13px;
	text-transform: none;
	font-weight: normal;
	width: 80px;
	height: 11px;
	overflow: hidden;
	background-color: #CCC;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 12px;
	padding-right: 15;
	padding-bottom: 17px;
	padding-left: 10px;
}

#NewsBar ul {
	float: left;
	width: auto;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}

#NewsBar ul li {
	list-style-type: none;
	margin: 0;
	width: 700px;
	padding-bottom: 40px;
	color: #003D59;
	text-align: left;
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 80px 0;
	text-align: left;
	font-weight: lighter;
	font-size: 24px;
	line-height: 1.2;
	text-transform: none;
}

#NewsBar ul li a {
	color: #ca1e4f;
}

#NewsBar ul li a:hover {
	text-decoration: none;
}

#ticker {
	height: 120px;
	width:auto;
	overflow: hidden;
	color:#999;
	font-size: 12px;
	font-weight:lighter;
	font-family: 'Nunito Sans', sans-serif;
	line-height: 1.2em;
}

#ticker li {
	height: 120px;
	width: 400px;
}

#ticker li a:link {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 12px;
	color: #cccccc;
	text-decoration:none;
}

#ticker li a:hover {
	color: #FC3;
	text-transform: none;
}

.bar {
	background-color: #111;
	color: #f0f0f0;
	box-shadow: 0px 0px 2px #333;
	line-height: 25px;
	padding: 0px 20px;
}
.bar a {
	color: #DDD;
	text-decoration: none;
}
.bar a:hover {
	color: #FFFFFF;
}


/*MailChimp Signup Form*/
	#mc_embed_signup{
	background: none;
	font-family: inherit;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 1.5em;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	}
	input.button {
	background-color: #d1ecee;
	height: 36px;
	}
	input.button:hover {
    opacity: 0.8;
	}
#mc_embed_signup input.email{
display:inline-block;
}

#mc_embed_signup input.button {
display:inline-block;
}


/************************/
/* video Container       */
/************************/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.media-title{
	font-size: 1.3em;
	font-weight:lighter;
}
.media-small{
	font-size: 0.9em;
	font-weight:lighter;
}


/************************/
/* Back to Top       */
/************************/
.back-to-top {
    position: fixed;
	background-image:url(../images/top.png) no-repeat;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    padding: 1em;
    display: none;
	z-index: 90;
}

.back-to-top:hover {
	opacity: 0.5;
}

/************************/
/* callforscores-Button       */
/************************/
.btnholder {
	float:left;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	}

.callforscoresButton{
	font-family: 'Nunito Sans', sans-serif;
	text-decoration: none !important;
	text-align:center;
	width: 100%;
	background-color:#10465f;
	padding-left: 10px;
	padding-right: 10px;
	height: 48px;
	line-height: 48px !important;
	display: inline-block;
	text-shadow:0px 1px 1px #000;

  
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.callforscoresButtonText{
	font-family: 'Nunito Sans', sans-serif;
	line-height: 38px !important;
	font-size: 18px;
	color: #fff;

	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}


.callforscoresButton:hover{
	background-color: #11ABCC;
}

.callforscoresButton:hover .donateButtonText{
	text-shadow:0px -1px 1px #000;
	color:#ffffff;
}
