/* 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, em, img, ins, kbd, q, s, samp,
small, strike, strong, 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: 'Lato', sans-serif;
	line-height: 1.3em;
	letter-spacing: normal;
	text-transform: none;
}

html,
body { height: 100%; }


body {
	font-family: 'Lato', sans-serif;
	color: #2D2D2D;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: normal;
	background-color: #141a1c;
    margin:0;
    padding:0;
    height:100%;
    width:100%;
    -webkit-font-smoothing:antialiased;
    -webkit-text-size-adjust:100%
}
.backstretch {
    position: absolute;
    z-index: -2;
    top: 60;
    right: 0;
    left: 0;
    bottom: 0;
}
.anchor{
  display: block;
  height: 80px; /*same height as header*/
  margin-top: -80px; /*same height as header*/
  visibility: hidden;
}

/* 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: #6B6B6B;
	text-decoration: none;
}
a:hover {
	color: #A80000;
    }
    
p.strong {
	font-weight: bold;
}
	
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.2em;
	font-family: 'Lato', sans-serif;
}

dl {
    overflow: hidden;
}
dt {
	float: left;
	clear: left;
	padding: 0 0 2px;
	width: 62px;
	text-align: left;
	font-weight: normal;
	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;
}


hr {
	clear: both;
	height: 1px;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #B1B1B1;
}
    
strong,
em {
	font-family: 'Lato', sans-serif;
}
strong {
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}
em { font-style: italic; 
	font-family: 'Lato', sans-serif;
}

pre,
code {    
    font-family: 'Lato', sans-serif;
    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: 15px;
}

/* Header styles
-------------------------------------------------------------- */
h1, h3, h4, h6 {
	font-family: 'Lato', sans-serif;
	font-weight: lighter;
	text-decoration: none;
}
h1 {
	font-size: 2.3em;
	font-weight: lighter;
	color: #3D97AD;
	}
h2 {
	font-size: 22px;
	line-height: 1.2em;
	font-weight: lighter;
}
h2.home {
	font-size: 22px;
	line-height: 1.2em;
	color: #3D97AD;
	text-transform: lowercase;
	font-family: 'Lato', sans-serif;
	font-weight: lighter;
	text-shadow: 1px 0px #ffffff;
	letter-spacing: 4px;
}
h3 {
	font-size: 15px;
	line-height: 1.2em;
}

h4 { font-size: 1.875em; }
h5 {
	color: #2D2D2D;
	font-size: 1.0em;
	text-transform: uppercase;
	font-weight: normal;
}
h6 { font-size: 1.500em;}


h3.title {
    font-family:'Raleway',sans-serif;
    font-size:28px;
    color:#3d566e;
    padding:0 0px;
    margin-bottom:22px;
}
h3.programenotes-title {
	font-size: 25px;
	line-height: 1.2em;
	color: #000000;
	text-transform: none;
	font-family: 'Lato', sans-serif;
	font-weight: lighter;
}
h2.project {
	font-size: 25px;
	line-height: 1.3em;
	color: #555;
	font-weight: lighter;
}



/*----------------------------------------------------------------------------------------------------*/
/*Page Elements
-----------------------------------------------------------------------------	
MAIN AREA PRESS CSS
-----------------------------------------------------------------------------*/
.main-area-home {
	width: 400px;
	height: auto;
	min-height: 400px;
	float: left;
	display: block;
	background-image: none;
	background-repeat: repeat;
	border-top-style: none;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 60px;
	padding-left: 20px;
	border-left-style: none;
	margin-top: -5px;
}




/* Main navigation styles
-------------------------------------------------------------- */    
#nav {
	font-family: 'Raleway', sans-serif;
	list-style: none;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 0px dashed #bbb;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#nav li {
	font-family: 'Raleway', sans-serif;
	position: relative;
	display: inline;
	display: inline-block;
	padding: 0;
	margin: 0;
	background-repeat: repeat;
}
#nav li a {
	font-family: 'Raleway', sans-serif;
	display: block;
	margin-right: 1px;
	padding: 3px 8px 3px 3px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 1px;
	font-size: 15px;
	color: #7ACED8;
	-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: #EEFCFD;
}

#nav li a.active {
	opacity: 0.9;
	color: #FFFFFF;
}

#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: #ffffff;      
    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: #A60000;
    color: #fff;
}

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

/* social icons
-------------------------------------------------------------- */
#social {
	width: auto;
	float: right;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-right: 0px;

}
#social img {
	width: 18px;
	height: 18px;
	margin-right: 2px;
}
/*----------------------------------------------------------------------------------------------------*/
	#social-icon{
	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;

	}
	
	#social-icon:hover{
	opacity: 0.4;	
	}




/* Header & Footer styles
-------------------------------------------------------------- */
#hdr {
	min-height: 40px;
	height: 40px;
	padding: 15px 0;
	background-image: url(../images/nav-bg-MH.png);
	border-image-repeat: repeat;
	position: fixed;
	width: 100%;
	z-index: 9000;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #000;
}
#hdr #logo {
	float: left;
	position: absolute;
	z-index: 30;
	left: 5px;
	top: -5px;
}
#hdr #logo img {
	max-width: 100%;
	display: block;
	width: 380px;
	height: 52px;
	margin-top: 0px;
    z-index: 30; 
}




#hdr-r {
	margin-left: 250px;
}
#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 {
	padding: 20px 0;
	text-align: center;
	background-repeat: repeat;
}

#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: #FBFBFB;
}


/* MHersch Home footer
-------------------------------------------------------------- */
#ftr-MHhome-right {
	text-align: left;
	background-repeat: repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	bottom: 0;
	float: right;
	width: 38%;
}
#ftr-MHhome-right a {
	color: #EEEEEE;
}
#ftr-MHhome-right a:hover {
	color: #69b7ca;
}
.footer_MHhome-right {
	font-family: 'Lato', sans-serif;
	position: relative;
	font-size:11px;
	bottom: 0;
	width: 100%;
	height: 45px;
	color: #707070;
	line-height: 14px;
	z-index: 40;
}

.footer_MHhome-right a {
	font-family: 'Lato', sans-serif;
	font-size:11px;
	color:#707070; 
	text-decoration:none; 
	z-index: 40;
}

.footer_MHhome-right a:visited {
	font-family: 'Lato', sans-serif;
	color: #707070;
	font-size: 12px;
	text-decoration: none;
}

.footer_MHhome-right a:hover {
	font-family: 'Lato', sans-serif;
	color: #69b7ca;
	font-size: 12px;
	text-decoration: none;
}


/* MHersch Home footer
-------------------------------------------------------------- */
.hfooter_lab {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 40px;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 0%;
	padding-bottom: 10px;
}

.hfooter_lab a {
	font-family: 'Lato', sans-serif;
	font-size:12px;
	color:#E6E6E6; 
	text-decoration:none; 
}

.hfooter_lab a:visited {
	color: #E6E6E6;
	text-decoration: none;
}

.hfooter_lab a:hover {
	color:#AAA; 
	text-decoration:none; 
}






#ftr-home {
	text-align: left;
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	bottom: 0;
}

#ftr-home a {
	color: #A3A3A3;
}
#ftr-home a:hover {
	color: #69b7ca;
}
#ftr-home-right {
	text-align: left;
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	bottom: 0;
	float: right;
	width: 65%;
}
#ftr-home-right a {
	color: #A3A3A3;
}
#ftr-home-right a:hover {
	color: #69b7ca;
}





/* Footer Mailing
-------------------------------------------------------------- */
#ftr .mailing-list {
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.8em;
	margin-left: 0;
	float:left;
}
#ftr .mailing-list a {    
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#ftr .mailing-list a:hover{
    opacity: 0.5;
}



/* MHersch Home Page Quotes
-------------------------------------------------------------- */
#home-cnt {
	overflow: hidden;
	height: 115px;
	padding: 5px 0 25px;
	margin-bottom: 65px;
	background-repeat: repeat;
	background-position: 50% 80%;
	margin-top: 310px;
}
#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);
}


/************************/
/* Homepage New release STYLE       */
/************************/
.newCD-block {
	background-image: url(../images/new-CD-bg.png);
	width: auto;
	height: auto;
	overflow: hidden;
	position: relative;
	left: 0px;
	bottom: 10px;
	padding: 10px;
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #3D97AD;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	z-index: 20;
	border-top-style: solid;
}
.newCD-block h3 {
	color: #c42026;
	font-weight: normal;
	font-size: 18px;
}
.newCD-block h2 {
	color: #3D97AD;
	font-weight: lighter;
}

	
/* Footer Mailing
-------------------------------------------------------------- */
#ftr .mailing-list {
	width: 50%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.8em;
	margin-left: 0;
	float:left;
}
#ftr .mailing-list a {    
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#ftr .mailing-list a:hover{
    opacity: 0.5;
}


/* 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: .8em;
}
#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;
}

/* home wide images
-------------------------------------------------------------- */
.imageholder-homewide {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 10px;
	margin-bottom: 10px;
	line-height: 1.3em;
	text-align: right;
	color: #666666;
	text-align: left;
}

/* Table styles
-------------------------------------------------------------- */    
table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
table caption {
    padding: 10px;
    margin: 0 0 -1px;
    background: #eee;
    color: #555;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.4;
}
table tr th,
table tr td {
	padding: 10px;
	text-align: left;
	line-height: 1.3em;
	vertical-align: middle;
	font-size: 15px;
}
table tr th:last-child,
table tr td:last-child {
    
}
table tr th {
	background: none;
	color: #555;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #f7690d;
}
table tr td {
	background: none;
	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-image: url(../images/concerts-bg.png);
}

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


/* contact table */
table.contact, th, td {
	width: 90%;
}
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: 'Lato', 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: 'Lato', 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;
			 }



/* 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;
	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;
}


a.btn,
a.button {
	display: inline-block;
	height: 30px;
	padding: 0 20px;
	margin: 0;
	color: #071329;
	background: #f2dd70;
	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;
}
input[type="submit"]:hover,
button:hover,
a.btn:hover,
a.button:hover {    
	background-color: #B5DCDF;
    cursor: pointer;
}

btn.pdf {
    margin: 0 5px 0 0;
	float: left;
    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;
}






#page-home{
	background-color: #FFF;
	background: url(../images/) no-repeat center center fixed;
	overflow-y: hidden; 
	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-home {   
    padding: 0 0 30px;
}



#page-about{
	background-color: #141a1c;
	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 {    
    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%;
}


/* BGB footer
-------------------------------------------------------------- */
footer{
    bottom: 0;
    position: relative;
    width: 100%;
	background-color: none;
}
.footer {
	font-family: 'Lato', sans-serif;
	width: 100%;
	height: auto;
	text-align: center;
	color: #A3A3A3;
	font-size: 12px;
	padding-bottom: 2em;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding-top: 2em;
	padding-right: 0;
	padding-left: 0;
	bottom: 0;
}

.footer a:link {
	font-family: 'Lato', sans-serif;
	color: #A3A3A3;
	text-decoration: none;
	font-size: 12px;
}
.footer a:hover {
	color: #cccccc;
	text-decoration: none;
	font-size: 12px;
}
.footer a:visited {
	color: #60AECC;
	text-decoration: none;
	font-size: 12px;
}


.footer_lab-right {
	font-family: 'Lato', sans-serif;
	position: relative;
	font-size:12px;
	bottom: 0;
	width: 100%;
	height: 45px;
	color: #A3A3A3;
	line-height: 14px;
	z-index: 40;
}

.footer_lab-right a {
	font-family: 'Lato', sans-serif;
	font-size:12px;
	color:#A3A3A3; 
	text-decoration:none; 
	z-index: 40;
}

.footer_lab-right a:visited {
	font-family: 'Lato', sans-serif;
	color: #A3A3A3;
	font-size: 12px;
	text-decoration: none;
}

.footer_lab-right a:hover {
	font-family: 'Lato', sans-serif;
	color: #69b7ca;
	font-size: 12px;
	text-decoration: none;
}




/* home-footer
-------------------------------------------------------------- */
.home-footer {
	font-family: 'Lato', sans-serif;
	position: fixed;
	font-size:12px;
	bottom: 0;
	width: 100%;
	height: 45px;
	color: #ffffff;
	line-height: 14px;
}

.home-footer a {
	font-family: 'Lato', sans-serif;
	font-size:12px;
	color:#cccccc; 
	text-decoration:none; 
}

.home-footer a:visited {
	font-family: 'Lato', sans-serif;
	color:#ffffff; 
	font-size:12px;
	text-decoration:none; 
}

.home-footer a:hover {
	font-family: 'Lato', sans-serif;
	color: #AAA;
	font-size: 12px;
	text-decoration: none;
}


.footer_lab {
	font-family: 'Lato', sans-serif;
	position: relative;
	font-size:12px;
	bottom: 0;
	width: 100%;
	height: 45px;
	color: #A3A3A3;
	line-height: 14px;
	z-index: 40;
}

.footer_lab a {
	font-family: 'Lato', sans-serif;
	font-size:12px;
	color:#A3A3A3; 
	text-decoration:none; 
	z-index: 40;
}

.footer_lab a:visited {
	font-family: 'Lato', sans-serif;
	color:#A3A3A3; 
	font-size:12px;
	text-decoration:none; 
}

.footer_lab a:hover {
	font-family: 'Lato', sans-serif;
	color: #69b7ca;
	font-size: 12px;
	text-decoration: none;
}

.footer_lab-right {
	font-family: 'Lato', sans-serif;
	position: relative;
	font-size:12px;
	bottom: 0;
	width: 100%;
	height: 45px;
	color: #A3A3A3;
	line-height: 14px;
	z-index: 40;
}

.footer_lab-right a {
	font-family: 'Lato', sans-serif;
	font-size:12px;
	color:#A3A3A3; 
	text-decoration:none; 
	z-index: 40;
}

.footer_lab-right a:visited {
	font-family: 'Lato', sans-serif;
	color: #A3A3A3;
	font-size: 12px;
	text-decoration: none;
}

.footer_lab-right a:hover {
	font-family: 'Lato', sans-serif;
	color: #69b7ca;
	font-size: 12px;
	text-decoration: none;
}


/* Center content on page
-------------------------------------------------------------- */
.ctr {
	position: relative;
	max-width: 1080px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 5%;
	padding-bottom: 0;
	padding-left: 5%;
}

/* Clearfix
-------------------------------------------------------------- */
.ctr:before,
.ctr:after,
.clr:before,
.clr:after {
    content: ' ';
    display: table;
}

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

.clear {
    clear: both;
}



/* Left content on page
-------------------------------------------------------------- */
.home-left {
	position: relative;
	max-width: 1080px;
	padding: 0 2%;
	margin: 0 auto;
	float:left;
}
    /* Clearfix
-------------------------------------------------------------- */
.home-left:before,
.home-left:after,
.clr:before,
.clr:after {
    content: ' ';
    display: table;
}

.home-left:after,
.clr:after {
    clear: both;
}

.clear {
    clear: both;
}


/* 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%; }


/* 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;
}


/* Breadcrumb styles
-------------------------------------------------------------- */
.breadcrumbs {
	border-top-width: thin;
	border-top-style: none;
	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 {
	font-family: 'Oswald', sans-serif;
	display: block;
	float: left;
	padding-top: 0px;
	list-style: none;
	font-size: 14px;
	color: #000000;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
}
.breadcrumbs li a {
	font-family: 'Oswald', sans-serif;
	padding-right: 14px;
	background: url(../images/right-arrow10.png) no-repeat 100% 60%;
	color: #02467D;
}
.breadcrumbs li a:hover {
	color: #B1B1B1;
}
.breadcrumbs li,
.breadcrumbs li a {
	line-height: 1.4;
	text-transform: none;
}




/* 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: 25.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: none;
	font-size: 1.3em;
	font-weight: lighter;
}

/* Theme specific styles
-------------------------------------------------------------- */
.slogan {
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0 0;
	text-align: left;
	font-weight: lighter;
	font-size: 24px;
	line-height: 1.3;
	text-transform: lowercase;
}
.slogan > span {
	display: block;
	line-height: 1.2;
	font-size: 21px;
	text-transform: none;
}
.slogan > span.line1 {
	padding-top: 10px;
	color: #2980A0;
	text-align: left;
}
.slogan > span.line2 {
	padding-bottom: 40px;
	color: #ca1e4f;
	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;
}





/* Page Title
-------------------------------------------------------------- */
#page-title {
	position: relative;
	width: 70%;
	margin-top: 120px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #76b4b7;
}
#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: #c42026;
	font-weight: lighter;
	font-size: 1.8em;
	text-transform: none;
}



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


#presspage-title {
	position: relative;
	width: 50%;
	background-color: none;
	margin-top: 120px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #76b4b7;
	left: 45%;
}
#presspage-title:after {
    content: '';
    position: absolute;
    top: 18px; right: 0; bottom: 0; left: 0;
    height: 100%; width: 100%;
    z-index: -1;
}
#presspage-title h1 {
	margin: 0;
	color: #c42026;
	font-weight: lighter;
	font-size: 1.8em;
	text-transform: none;
}

/* Review Page Title
-------------------------------------------------------------- */
#review-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;
}
#review-page-title:after {
    content: '';
    position: absolute;
    top: 18px; right: 0; bottom: 0; left: 0;
    height: 100%; width: 100%;
    z-index: -1;
}
#review-page-title h1 {
	margin: 0;
	color: #76b4b7;
	font-weight: lighter;
	font-size: 1.8em;
	text-transform: none;
	line-height: 1.2em;
}

/* 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;
}



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

#media-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;
}
#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: #76b4b7;
	font-weight: lighter;
	font-size: 1.8em;
	text-transform: none;
}


/* Press Page Title
-------------------------------------------------------------- */
#press-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;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #76b4b7;
}
#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: #76b4b7;
	font-weight: lighter;
	font-size: 1.8em;
	text-transform: none;
}




/* Home Page 
-------------------------------------------------------------- */
#home{
	background: #FBFBFB;
	overflow:hidden;
}
#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: visible;
	height: 105px;
	margin-bottom: 20%;
	margin-top: 40%;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-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);
}

#home-ftr {
	padding-top: -30px;
	text-align: left;
	background-image: url(../images/bg/bg-blue1.jpg);
	background-repeat: repeat;
}
#home-ftr h2,
#home-ftr p {
    color: #fff;
}

#home-ftr p > span.color {
	color: #ed197f;
	margin-right: 8px;
}

#home-ftr h2 {
	font-size: 1.3em;
	font-weight: lighter;
	text-transform: none;
}
#home-ftr p {
	font-size: 1.0em;
	font-weight: lighter;
	color: #ddd;
}
#home-ftr hr {
	margin-left: 12%;
	margin-right: 12%;
	border-top-color: #373737;
	border-right-color: #373737;
	border-bottom-color: #373737;
	border-left-color: #373737;
}



/* Hersch bio Page
-------------------------------------------------------------- */
.imageholder-wide {
	display:none;
}

#about-cnt {
	position: relative;
	z-index: 80;
	min-height: 600px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#about-cnt .about-cnt-inner {
	position: relative;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	margin-bottom: 20px;
	width: 60%;
	background-image: url(../images/page-bg.png);
	margin-top: 120px;
}
#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 {
	color: #2D2D2D;
	font-size:16px;
    line-height:140%;
	margin-bottom: 20px;
}
#about-cnt .about-cnt-inner a:link. a:hover {
	font-size: 15px;
}
#about-cnt .about-cnt-inner a.btn {
    
}

#about-cnt .about-cnt-inner h1 {
	font-family: 'Raleway',sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	color: #000000;
	padding: 0 0px;
	margin-bottom: 22px;
}

#about-cnt .about-cnt-inner h2 {
	font-family: 'Raleway',sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5em;
	color: #000000;
	margin-bottom: 0px;
}

#about-cnt .about-cnt-inner h3 {
	font-family: 'Raleway',sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #A60000;
}
#about-cnt .about-cnt-inner .small-credits {
	font-size: 12px;
	line-height: 1.3em;
	color: #2980A0;
}
#about-cnt .about-cnt-inner .small-name {
	font-size: 13px;
	line-height: 1.3em;
	color: #000000;
}
#about-cnt .about-cnt-inner .indent {
	padding-left: 20px;
	margin-bottom: 20px;
	color: #2D2D2D;
	font-size: 14px;
	line-height: 1.5em;
}
ol.f {
	margin-left: 40px;
	list-style-type: decimal;
}
ol.f li {
	margin-bottom: 20px;
	line-height: 1.5em;
}

#about-cnt .about-cnt-inner .video-link {
	font-size: 13px;
	line-height: 1.1em;
	color: #2D2D2D;
	padding-left: 20px;
}
#about-cnt .about-cnt-inner .video-link a:link {
	font-size: 13px;
}
#about-cnt .about-cnt-inner .video-link a:hover {
	font-size: 13px;
	color: #3D97AD;
}
.pull-qoute-full {
	font-family: 'Lato', sans-serif;
	font-size: 1.3em;
	font-weight: lighter;
	font-style: italic;
	line-height: 1.2em;
	color: #2980A0;
	float: left;
	width: 100%;
	display: block;
	padding: 0.5em;
	text-align: left;
	margin-bottom: 0.8em;
	height: auto;
	background-image: none;
}
.pull-qoute-left {
	font-family: 'Lato', sans-serif;
	font-size: 1.3em;
	font-weight: lighter;
	font-style: italic;
	line-height: 1.2em;
	color: #2980A0;
	float: left;
	width: 190px;
	display: block;
	padding: 0.5em;
	text-align: left;
	margin-bottom: 0.2em;
	height: auto;
	background-image: none;
	margin-right: 15px;
}
.pull-qoute-right {
	font-family: 'Lato', sans-serif;
	font-size: 1.3em;
	font-weight: lighter;
	font-style: italic;
	line-height: 1.2em;
	color: #2980A0;
	float: right;
	width: 190px;
	height: auto;
	margin-left: 15px;
	display: block;
	padding: 0.5em;
	text-align: left;
	margin-bottom: 0.2em;
	background-image: none;
}
/* images ----------------------------*/
.imageholder_right {
	float: right;
	width: 230px;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	color: #333333;
	}
/************************/
/* EPK */
/************************/
.EPK-box {
	width: auto;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: thin solid #C7E6F1;
	background-image: url(../images/EPK-bg-trans.png);
	background-repeat: repeat;
}
.EPK-box h3 {
	color: #000000;
	font-weight: lighter;
	font-size: 18px;
	padding-bottom: 5px;
}
.EPK-box p {
	color: #000000;
	font-size: 11px;
	line-height: 1.0em;
}
.imageholder-publisher {
	width: 140px;
	float: right;
	font-size: 12px;
	line-height: 1.3em;
	text-align: left;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}


/* MHersch Works Page
-------------------------------------------------------------- */
#MH-works-cnt {
	position: relative;
	z-index: 80;
	min-height: 600px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#MH-works-cnt .MH-works-cnt-inner {
	position: relative;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	margin-bottom: 20px;
	width: 90%;
	background-image: url(../images/page-bg.png);
	margin-top: 120px;
}
#MH-works-cnt .MH-works-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#MH-works-cnt .MH-works-cnt-inner .slogan span {
	padding: 0;
	font-size: 20px;
}

#MH-works-cnt .MH-works-cnt-inner p {
	color: #2D2D2D;
	font-size:16px;
    line-height:140%;
	margin-bottom: 20px;
}
#MH-works-cnt .MH-works-cnt-inner a:link. a:hover {
	font-size: 16px;
}
#MH-works-cnt .MH-works-cnt-inner a.btn {
    
}

#MH-works-cnt .MH-works-cnt-inner h1 {
	font-family: 'Raleway',sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	color: #000000;
	padding: 0 0px;
	margin-bottom: 22px;
}

#MH-works-cnt .MH-works-cnt-inner h2 {
	font-family: 'Raleway',sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5em;
	color: #000000;
	margin-bottom: 0px;
}

#MH-works-cnt .MH-works-cnt-inner h3 {
	font-family: 'Raleway',sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #A60000;
}
#MH-works-cnt .MH-works-cnt-inner .small-credits {
	font-size: 14px;
	line-height: 1.3em;
	color: #2980A0;
}



/* Hersch Program Notes
-------------------------------------------------------------- */

#page-wide-cnt {
	position: relative;
	min-height: 400px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#page-wide-cnt .page-wide-cnt-inner {
	position: relative;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-bottom: 20px;
	width: auto;
}
#page-wide-cnt .page-wide-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#page-wide-cnt .page-wide-cnt-inner .slogan span {
	padding: 0;
	font-size: 30px;
	font-weight: lighter;
}
#page-wide-cnt .page-wide-cnt-inner p {	
	margin-bottom: 20px;
	color: #2D2D2D;
	font-size: 14px;
	line-height: 1.5em;
}
#page-wide-cnt .page-wide-cnt-inner p a:link {
	font-size: 14px;
}
#page-wide-cnt .page-wide-cnt-inner .small-credits {
	font-size: 12px;
	line-height: 1.3em;
	color: #2980A0;
}

#page-wide-cnt .page-wide-cnt-inner a.btn {
    
}
#page-wide-cnt .page-wide-cnt-inner h2 {
	color: #000000;
}
#page-wide-cnt .page-wide-cnt-inner h3 {
	font-size: 18px;
	line-height: 1.5em;
	color: #2980A0;
}
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;
}
#page-wide-cnt .page-wide-cnt-inner .indent {
	padding-left: 40px;
	margin-bottom: 20px;
	color: #2D2D2D;
	font-size: 14px;
	line-height: 1.5em;
}
ol.f {
	margin-left: 40px;
	list-style-type: decimal;
}
ol.f li {
	margin-bottom: 20px;
	line-height: 1.5em;
}


/* MHersch Press Page
-------------------------------------------------------------- */
#press-cnt {
	position: relative;
	z-index: 80;
	min-height: 600px;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
}
#press-cnt .press-cnt-inner {
	position: relative;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	margin-bottom: 20px;
	width: 60%;
	left: 35%;
	background-image: url(../images/page-bg.png);
	margin-top: 130px;
}
#press-cnt .press-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#press-cnt .press-cnt-inner .slogan span {
	padding: 0;
	font-size: 30px;
	font-weight: lighter;
}
#press-cnt .press-cnt-inner p {
	color: #2D2D2D;
	font-size:16px;
    line-height:140%;
	margin-bottom: 20px;
}
#press-cnt .press-cnt-inner a:link. a:hover {
	font-size: 16px;
}
#press-cnt .press-cnt-inner a.btn {
    
}
#press-cnt .press-cnt-inner h1 {
	font-family: 'Raleway',sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	color: #000000;
	padding: 0 0px;
	margin-bottom: 22px;
}

#press-cnt .press-cnt-inner h2 {
	font-family: 'Raleway',sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5em;
	color: #000000;
	margin-bottom: 0px;
}
#press-cnt .press-cnt-inner h3 {
	font-family: 'Raleway',sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #A60000;
}
#press-cnt .press-cnt-inner h4 {
	font-size: 1.2em;
	margin-bottom: 10px;
	color: #3D97AD;
	font-weight: normal;
}

#press-cnt .press-cnt-inner .small-credits {
	font-size: 14px;
	line-height: 1.3em;
	color: #2980A0;
}

#press-cnt .press-cnt-inner .indent {
	padding-left: 40px;
	margin-bottom: 20px;
	color: #2D2D2D;
	font-size: 14px;
	line-height: 1.5em;
}
.cite{
	font-style:italic;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	font-size: 14px;
	margin-top: 10px;
}
.press {
	display:block;
	margin-bottom: 40px;
}
.press-article-title{
	font-family:'Raleway',sans-serif;
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #2D2D2D;
	padding: 0px;
	margin-bottom: 5px;
}
.press-article-credit{
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	padding: 0px;
	margin-bottom: 8px;
}


/* Multimedia Page
-------------------------------------------------------------- */


.content__wrap--related {
	max-width: 100%;
	margin: 0 auto;
}
.media-item {
	display: inline-block;
	padding-right: 20px;
	padding-bottom: 35px;
	vertical-align: top;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.media-item__img {
	max-width: 100%;
	height: 130px;
	opacity: 1;
}

.media-item:hover .media-item__img,
.media-item:focus .media-item__img {
	opacity: 0.6;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.media-item__title {
	font-size: 14px;
	margin: 0;
	padding: 0.5em;
}


/* CD image
-------------------------------------------------------------- */
.CD {
	float: left;
	width: 200px;
	height: auto;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	line-height: 16px;
	letter-spacing: normal;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
	color: #999;
	margin-top: 0px;
	padding: 0px;
}
.buy-cd-btn {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
}
/*----------------------------------------------------------------------------------------------------*/
	#buy-cd{
		display:inline-block;	
	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;	
	}



/* Composition Page
-------------------------------------------------------------- */

#comp-cnt {
	position: relative;
	z-index: 80;
	min-height: 600px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#comp-cnt .comp-cnt-inner {
	position: relative;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 0px;
	margin-bottom: 20px;
	width: 49%;
}
#comp-cnt .comp-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#comp-cnt .comp-cnt-inner .slogan span {
	padding: 0;
	font-size: 30px;
	font-weight: lighter;
}
#comp-cnt .comp-cnt-inner p {
	margin-bottom: 20px;
	color: #F7F0E6;
	font-size: 14px;
}
#comp-cnt .comp-cnt-inner a:link. a:hover {
	font-size: 14px;
}
#comp-cnt .comp-cnt-inner a.btn {
    
}
#comp-cnt .comp-cnt-inner h2 {
	color: #EDE2CD;
}
#comp-cnt .comp-cnt-inner .video-link {
	font-size: 13px;
	line-height: 1.1em;
	color: #CCCCCC;
	padding-left: 20px;
}
#comp-cnt .comp-cnt-inner .video-link a:link {
	font-size: 13px;
}
#comp-cnt .comp-cnt-inner .video-link a:hover {
	font-size: 13px;
	color: #3D97AD;
}





/* Contact Page
-------------------------------------------------------------- */


#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: #FBFBFB;
    -webkit-box-shadow:        
        0 0 0 6px #FBFBFB;
    box-shadow:        
        0 0 0 6px #FBFBFB;
}
#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: #FBFBFB;
	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;
}




#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;
}



.small_caps1{
	color: #3F85A7;
	font-size: 1.2em;
	text-transform: uppercase;
	padding-top: 0px;
	}
.big{
	color: #88848C;
	font-size: 1.1em;
	text-transform: none;
	letter-spacing: 1px;
	padding-top: 0px;
	font-family: 'Lato', sans-serif;
	}
.big a:link{
	color: #88848C;
	font-size: 1em;
	text-transform: none;
	letter-spacing: 1px;
	padding-top: 0px;
	font-family: 'Lato', sans-serif;
	}
.big a:hover{
	color: #c42026;
	}





#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: 'Lato', 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;    
}



/************************/
/* Homepage Quotes ticker      */
/************************/
#press-quotes
{
	width: 410px;
	height: auto;
	overflow: hidden;
	position: absolute;
	left: 50px;
	margin-top: 25%;
}


/*newsticker*/
.newsticker{	
	height: 300px;
	width:100%;
	overflow: hidden;
	font-family: 'Lato', sans-serif;
	font-weight: lighter;
	color:#9BF1F9;
	font-size: 24px;
	line-height: 1.4em;
	cursor:default;
	overflow:hidden;
	}
.newsticker:hover{}
.newsticker ul li{
width:100%;
height:300px;
overflow:hidden;
	line-height: 1.4em;
}
/*clearfix*/
.clearfix{zoom:1;}
.clearfix:after{
	content:'.';
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	font-size:0;
	}



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

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

#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 {
	font-size: 24px;
	line-height: 1.2;
	text-transform: none;
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding-bottom: 40px;
	color: #9BF1F9;
	text-align: left;
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 40px 0;
	text-align: left;
	font-weight: lighter;
	}

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

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

#ticker {
	width:auto;
	height: 120px;
	overflow: hidden;
	color:#999;
}

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

#ticker li a:link {
	font-family: 'Lato', sans-serif;
	color: #cccccc;
	text-decoration:none;
}

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




/************************/
/* 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: 15px;
	font-weight: normal;
	color: #555;
	font-family: 'Lato', sans-serif;
}
.media-small{
	font-size: 1em;
	font-weight: normal;
	color: #999;
}






/************************/
/* 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;
}



/* MHersch press Page
-------------------------------------------------------------- */
/* Custom press styles
-------------------------------------------------------------- */
#MHersch-press-cnt {
	position: relative;
	z-index: 30;
	margin: 0 0 -80px;
	min-height: 530px;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
#MHersch-press-cnt .MHersch-press-cnt-inner {
	position: relative;
	padding-top: 0;
	padding-right: 30px;
	height: auto;
	padding-bottom: 80px;
	padding-left: 0px;
	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;

}

#MHersch-press-cnt .MHersch-press-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#MHersch-press-cnt .MHersch-press-cnt-inner .slogan span {
	padding: 0;
	font-size: 20px;
}
#MHersch-press-cnt .MHersch-press-cnt-inner p {
	margin-bottom: 40px;
	color: #2D2D2D;
	font-size: 14px;
	line-height: 1.3em;
	-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+ */
			   
}
#MHersch-press-cnt .MHersch-press-cnt-inner a.btn {
    
}

.news-quotes {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.0em;
}
	
#MH-press-us {
    position: relative;
    z-index: 29;
    text-align: center;
}
#MH-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;
}
#MH-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: 14px;
    font-weight: lighter;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
#MH-press-us a:hover {
    background-color: #333;
}


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: 15px;
	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: #0BACCE;
	padding: 0px;
	margin-bottom: 8px;
	font-size: 1.5em;
	line-height: 1.1em;
}
.press-cite{
	display: block;
	font-weight: bold;
	color: #0F5691;
	padding: 0px;
	margin-bottom: 15px;
	font-size: 1em;
	margin-top: 5px;
}

.imageholder-press {
	width: 100%;
	float: left;
	padding: 0px;
	font-size: 11px;
	line-height: 1.2em;
	text-align: left;
	color: #999999;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
}
.imageholder-press-small {
	width: 30%;
	float: left;
	padding: 0px;
	font-size: 11px;
	line-height: 1.2em;
	text-align: left;
	color: #667D8E;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.imageholder-feature {
	width: 120px;
	float: right;
	font-size: 11px;
	line-height: 1.3em;
	text-align: left;
	color: #999999;
	border: thin none #E1E1E1;
	padding: 0px;
	margin-left: 5px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}
h6.underline {
	padding-bottom: 8px;
	text-transform: none;
	font-size: 1.3em;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 30px;
	
}
h6.underline-first {
	padding-bottom: 8px;
	text-transform: none;
	font-size: 1.3em;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 0px;
	
}
h6.press-sub {
	padding-bottom: 8px;
	text-transform: none;
	font-size: 1.3em;
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 60px;
	color: #A60000;
	
}
h6.press-sub-first {
	padding-bottom: 8px;
	text-transform: none;
	font-size: 1.3em;
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 0px;
	color: #A60000;
	
}
h6.sub-title {
	padding-bottom: 8px;
	text-transform: none;
	font-size: 1.1em;
	color: #3677AB;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 50px;
	
}
h6.sub-title-first {
	padding-bottom: 8px;
	text-transform: none;
	font-size: 1.1em;
	color: #8A0000;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 0px;
	
}
h6.next-link {
	color: #555;
	text-transform: none;
	font-size: 1.2em;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	margin-top: 10px;
	
}
h6.next-link a:link {
	color: #000000;
}
h6.next-link a:hover {
	color: #d91c5f;
}
