/* 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;
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #2b2b2b;
	line-height: 1.3em;
	background: none;
	font-weight: normal;
}

.anchor{
  display: block;
  height: 60px; /*same height as header*/
  margin-top: -60px; /*same height as header*/
  visibility: hidden;
}


video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

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

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

/* General element styles
-------------------------------------------------------------- */
a {
	color: #467091;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
}
a:hover {
	color: #d91c5f;
    }
    
p.strong {
	font-family: 'Lato', sans-serif;
	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 {
	font-size: 14px;
	line-height: 1.5em;
	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;
	line-height: 1.4;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-bottom: 30px;
	background-color: #E8EEEE;
}

blockquote,
blockquote p,
q {
    font-size: 1.2em;
    font-style: italic;
    font-weight: normal;
    color: #003f86;
}
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: #E8EEEE;
}

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 {
	line-height: 1.3em;
}
p:empty {
    display: none;
    }

hr {
    clear: both;
    border: none;
    margin: 40px 0 20px;
    height: 1px;
    border: none;
    border-bottom: thin solid #333333;
}
    
strong,
em {
	font-family: 'Lato', sans-serif;
}
strong {
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}
em { font-style: italic }

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: 16px;
}

/* Header styles
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	color: #003f86;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-decoration: none;
}
h1 {
	font-size: 1.8em;
}
.instrumentation {
	color: #003f86;
	font-size: 16px;
	font-weight: normal;
}
h2 {
	font-size: 20px;
	line-height: 1.2em;
}
h3 {
	font-size: 1.5em;
	line-height: 1.3em;
}
h3 a:link {
	font-size: 1.5em;
	line-height: 1.3em;
}
h4 { font-size: 1.875em; }
h5 {
	font-size: 1.4em;
}
h6 { font-size: 1.3em;}
h6 a:link { font-size: 1.3em;}



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

/************************/
/* Homepage upcoming/Lastest News */
/************************/
.upcoming-box {
	overflow: hidden;
	position: fixed;
	left: 2%;
	top: 95px;
	width: 520px;
	height: auto;
	max-height: 380px;
	padding: 10px;
}
.upcoming-box h3 {
	color: #0F1B2F;
	font-weight: lighter;
	font-size: 18px;
	padding-bottom: 5px;
}
.upcoming-box p {
	color: #0F1B2F;
	font-weight: bold;
	font-size: 14px;
	line-height: 15px;
}
.upcoming-box p a:link {
	color: #590033;
	font-weight: bold;
	font-size: 14px;
	line-height: 15px;
}
.upcoming-box p a:hover {
	color: #7f0047;
	font-weight: bold;
	font-size: 14px;
	line-height: 15px;
}
/* nt-title */

#nt-title-container {
	background: #F2F2F2;
}

#nt-title {
}

#nt-title li {
	font-size: 14px;
	color: #4E4E4E;
	white-space: nowrap;
	list-style: none;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* nt-ART-home-news */

#nt-ART-home-news {
	max-width: 620px;
	margin: auto;
}

#nt-ART-home-news-container {
	text-align: left;
}

#nt-ART-home-news-container i {
	font-size: 1.1em;
	margin: 0px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#nt-ART-home-news-container i:hover {
	color: #333;
}

#nt-ART-home-news li {
	color: #4e4e4e;
	background: none;
	overflow: hidden;
	height: auto;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 8px;
	line-height: 1.1em;
	list-style: none;
	font-size: 1.1em;
	text-align: left;
	border-bottom: 1px dotted #2c8162;
}
#nt-ART-home-news li a:link {
	text-align: left;
	font-size: 1.1em;
	line-height: 1.1em;
	}
#nt-ART-home-news li a:hover {
	font-size: 1.1em;
	line-height: 1.1em;
}



/* Table styles
-------------------------------------------------------------- */    
table {
    display: table;
    width: auto;
    border-collapse: collapse;
    border-spacing: 0;
}
table caption {
    padding: 10px;
    margin: 0 0 -1px;
    background: #eee;
    color: #2b2b2b;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.4em;
}
table tr th,
table tr td {
    padding: 10px;
    text-align: left;
    line-height: 1.0em;
    vertical-align: middle;
}
table tr th:last-child,
table tr td:last-child {
    
}
table tr th {
	color: #003f86;
	border-top-width: medium;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003f86;
	border-right-color: #FFFFFF;
	border-bottom-color: #003f86;
	border-left-color: #FFFFFF;
}
table tr td {
	background: #f8f8f8;
	color: inherit;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e0e8eb;
	border-right-color: #e0e8eb;
	border-bottom-color: #e0e8eb;
	border-left-color: #e0e8eb;
}
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;
}


/* Program Table styles
-------------------------------------------------------------- */    
table.program {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
table.program  caption {
    padding: 0px;
    margin: 0 0 0px;
    background: none;
    color: #2b2b2b;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.2em;
}
table.program  tr th,
table.program  tr td {
	padding-right: 5px;
	padding-left: 0px;
    text-align: left;
    line-height: 1.2em;
    vertical-align: top;
}
table.program  tr th:last-child,
table.program  tr td:last-child {
    
}
table.program  tr th {
    background: none;
    color: #333;
    border: 0px solid #f7690d;
}
table.program  tr td {
	background: none;
	color: inherit;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
table.program  tr:nth-child(odd) td {
    background: none;
}

table.program  tr.hdr th {
    background: none;
    border-top: none;
    border-bottom: none;
}
table.program  tr.bdy th {
	color: #fff;
	background-color: none;
	border-right-style: none;
}
table.program  tr.bdy th a {
    color: #fff;
}
table.program  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;
}
input[type="submit"],
button,
a.btn,
a.button {
	display: inline-block;
	height: 30px;
	padding: 0 20px;
	margin: 0;
	color: #071329;
	background: #d1ecee;
	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: #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;
}

/* Header & Footer styles
-------------------------------------------------------------- */
#hdr {
    min-height: 120px;
    padding: 20px 0;
	padding-bottom: 0px;
	
	
}
#hdr #logo {
    float: left;
    position: absolute;
}
#hdr #logo img {
	max-width: none;
	display: block;
	height: 37px;
	width: 330px;
	margin-top: 5px;
	z-index: 30;
}
#hdr #logo-home {
    float: left;
    position: absolute;
}
#hdr #logo-home img {
	max-width: none;
	display: block;
	height: 37px;
	width: 330px;
	margin-top: 5px;
	z-index: 30;
}
#hdr-r {
    margin-left: 245px;
}
#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;
}

#ftr-home {
	padding: 20px 0;
	text-align: left;
	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: #696969;
}
#ftr-home a:hover {
	color: #c42026;
}


/* social icons
-------------------------------------------------------------- */

#ftr .social-icons {
	width: 50%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.8em;
	margin-left: 0;
	float:left;
}
#ftr .social-icons a {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#ftr .social-icons a:hover{
    opacity: 0.8;
}



#ftr-home .social-icons {
	width: 50%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.8em;
	margin-left: 0;
	float:left;
}
#ftr-home .social-icons a {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#ftr-home .social-icons a:hover{
    opacity: 0.8;
}

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


/* Footer
-------------------------------------------------------------- */
.footer-home {
   position:absolute;
   bottom:20px;
   width:100%;
   margin-top:auto;
	height: 30px;
	color: #292929;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	line-height: 14px;
	background-repeat:repeat;
	padding: 20px 0;
}

.footer-home a:link {
	color:#999999; 
	text-decoration:none; 
}

.footer-home a:visited {
	color:#999999; 
	text-decoration:none; 
}

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

/* home-footer
-------------------------------------------------------------- */
.home-footer {
	font-family: 'Lato', sans-serif;
	position: fixed;
	font-size:12px;
	bottom: 0;
	width: 100%;
	height: 35px;
	color: #292929;
	line-height: 14px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 2%;
}

.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:#999999; 
	font-size:12px;
	text-decoration:none; 
}

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



/* Footer
-------------------------------------------------------------- */
.footer_lab {
	bottom: 0;
	width: 100%;
	height: auto;
	color: #292929;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	line-height: 14px;
	background-repeat: repeat;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 2%;
}

.footer_lab a {
	color:#999999; 
	text-decoration:none; 
	font-size: 12px;
}

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

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


/*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: #94D2D8;
	height: 36px;
	}
	input.button:hover {
    opacity: 0.8;
	}
#mc_embed_signup input.email{
display:inline-block;
}

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


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



#page-about{
	background: url(../images/page-bg.png) no-repeat center center fixed;
	
	
	-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%;
}

/* Main navigation styles
-------------------------------------------------------------- */    
#nav {
    list-style: none;
    margin: 0; padding: 0;
    border-bottom: 0px dashed #bbb;
}
#nav li {
    position: relative;
    display: inline;
    display: inline-block;
    padding: 0;
    margin: 0;
}
#nav li a {
	display: block;
	margin: 0 0 5px;
	padding: 11px 10px 9px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
	color: #333;
	-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.active {
	opacity: 0.9;
	color: #d91c5f;
}

#nav li a:hover,
#nav li:hover > a {
    background: #d91c5f;
    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 25px 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: 1080px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 8px;
	padding-top: 0;
	padding-right: 2%;
	padding-bottom: 0;
	padding-left: 2%;
}

/* 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 {
	font-size: 12px;
	position: relative;
	max-width: 1080px;
	padding: 0 2%;
	margin: 0 auto;
	float:left;
}
.home-left a:link {
	font-size: 12px;
	
}


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

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

.clear {
    clear: both;
}




/* ART 2020 sub-nav ------------ */
#sub-nav-index {
	background: url(../images/page-bg.png) no-repeat center center fixed;
	
	-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;
}
#sub-nav-index {    
    padding: 0 0 30px;
}
#sub-nav-index.divide {
    padding-bottom: 80px;
    min-height: 300px;
    background: url(../images/page-divider.png) no-repeat 50% 100%;
}

#sub-nav-index-cnt {
	position: relative;
	z-index: 80;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

#sub-nav-index-cnt .sub-nav-index-cnt-inner {
	position: relative;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 100px;
	width: 100%;
}

#sub-nav-index-cnt .sub-nav-index-cnt-inner .slogan span {
	padding: 0;
	font-size: 30px;
	font-weight: lighter;
}
#sub-nav-index-cnt .sub-nav-index-cnt-inner p {
	margin-bottom: 10px;
	color: #2D2D2D;
	font-size: 14px;
}

#sub-nav-index-cnt .listing {
    margin: 0;
    padding: 0 0 0 0px !important;
    width: 300px;
}
#sub-nav-index-cnt .listing li {
	background-image: url("../images/works-btn-bg.png");
	border: 0 solid #e5e5e5;
	float: left;
	width: 300px;
	height: 30px;
	position: relative;
	transition: background 100ms linear 0s;
	list-style: none;
	padding-bottom: 5px;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
}

#sub-nav-index-cnt .listing li a:hover {
    background: #003f86 none repeat scroll 0 0;
}
#sub-nav-index-cnt .listing li .block-nav .project-title {
	color: #FFFFFF;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	left: 15px;
	line-height: 18px;
	margin-top: -11px;
	position: absolute;
	top: 18px;
	width: 270px;
	letter-spacing: 1px;
}
#sub-nav-index-cnt .listing li .block-nav .project-title-sm {
	color: #FFFFFF;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	left: 15px;
	line-height: 18px;
	margin-top: -11px;
	position: absolute;
	top: 18px;
	width: 270px;
	letter-spacing: 1px;
}
#sub-nav-index-cnt .listing li .block-nav {
    display: block;
    height: 25px;
    padding: 7px 0px;
    text-decoration: none;
}
#sub-nav-index-cnt .listing li .block-nav .image {
    color: #444;
    font-size: 11px;
    line-height: 1.2em;
    margin-top: -9px;
    position: absolute;
    right: 7px;
    text-align: left;
    text-transform: none;
    top: 13px;
    width: 150px;
}
/* Create two columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 0px;
}
.column2 {
  float: left;
  width: 38%;
  padding: 0px;
	margin-left: 30px;
}
.column3 {
  float: left;
  width: 28%;
  padding: 0px;
	margin-left: 30px;
}
.column4 {
  float: left;
  width: 50%;
  padding: 0px;
	margin-left: 30px;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
.column2 {
    width: 100%;
	margin-left: 0px;
  }
.column3 {
    width: 100%;
	margin-left: 0px;
  }	
.column4 {
  float: left;
  width: 100%;
  padding: 0px;
	margin-left: 0px;
}	
}
/* phone 320px Smartphones (portrait and landscape) */	
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.column {
    width: 100%;
  }
.column2 {
    width: 100%;
	margin-left: 0px;
  }
}
/*--------------------------------------------------------------
	Quotes Insert Post
--------------------------------------------------------------*/
.post-box {
	margin-left: 50px;
	width: 33.33333333%;
}
.post {
  margin: 10px 0 10px;
}

.post-title {
  line-height: 1.3em;
  font-size: 26px;
  color: #d91c5f;
  margin: 0;
}

.post-header {
  margin: 0 0 15px;
}

.post-entry {
  border-top: 1px dotted #c2c2c2;
  padding-top: 10px;
  margin-top: 30px;
line-height: 1.2em;
}

.post-images-slider {
  position: relative;
}

.post-images-slider .flex-control-nav {
  bottom: 0;
}


.post-quote {
  background: none;
border-left-style: none;
	border-left-width: medium;
	border-left-color:#6597ac; 
  padding: 13px;
	text-align: left;
}

.no-bg-color {
  background: none;
border-style:solid;
	border-width: thin;
	border-color:#6597ac; 
color: #d91c5f;
  padding: 13px;
	text-align: center;
}
.large-text {
  font-size: 17px !important;
	color: #d91c5f;
	font-weight: 400;
	line-height: 1.2em;
}
.large-text-home {
  font-size: 20px !important;
	color: #d91c5f;
	font-weight: 400;
	line-height: 1.2em;
}
.pull-cite-img {
	font-family: 'Lato', sans-serif;
	text-transform: normal;
	display: block;
	width: 55%;
	font-weight: bold;
	color: #d91c5f;
	padding: 0px;
	font-size: 0.8em;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: left;
}



/* 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: #2b2b2b;
    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: #2b2b2b;
    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: #e0e8eb;  
    border-top: 1px solid #fff;    
    color: #2b2b2b;
    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 #e0e8eb;
    -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: none;
	border-top-color: #76b4b7;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.breadcrumbs:before,
.breadcrumbs:after {
    content: ' ';
    display: table;
}
.breadcrumbs:after { clear: both; }

.breadcrumbs li.title {
	width: 100%;
	display: block;
	float: left;
	padding: 0;
	list-style: none;
	font-size: 1em;
	color: #003f86;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0;
	font-weight: bold;
	text-transform: uppercase;
}
.breadcrumbs li {
	display: block;
	float: left;
	padding-top: 5px;
	list-style: none;
	font-size: 14px;
	color: #d91c5f;
	text-transform: uppercase;
	font-weight:bold;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0px;
}
.breadcrumbs li a {
	padding-right: 15px;
	background: url(../images/breadcrumb-arrow.png) no-repeat 100% 60%;
	color: #000000;
}
.breadcrumbs li a:hover {
	color: #d91c5f;
}
.breadcrumbs li,
.breadcrumbs li a {
	font-size: 14px;
	line-height: 1.3em;
	text-transform: none;
	letter-spacing: 1px;
}
.breadcrumbs li.writings {
	font-size: 1em;
	line-height: 1.2em;
	width: 100%;
	padding-right: 0px;
	background: none;
}

.breadcrumbs li.writings a:link {
	font-size: 1em;
	line-height: 1.2em;
	width: 100%;
	color: #000000;
	padding-right: 0px;
	background: none;
}
.breadcrumbs li.writings a:hover {
	font-size: 1em;
	line-height: 1.2em;
	width: 100%;
	color: #d91c5f;
	padding-right: 0px;
	background: none;
}


/************************/
/* featured Concert */
/************************/
.feature-calendar-box {
	height: auto;
	overflow: hidden;
	width: auto;
	margin-bottom: 30px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-color: #d91c5f;
	border-bottom-style: solid;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.feature-calendar-box h3 {
	color: #1A2F51;
	font-weight: lighter;
	font-size: 18px;
	padding-bottom: 5px;
}
.feature-calendar-box p {
	color: #1A2F51;
	font-size: 11px;
	line-height: 1.0em;
}

.imageholder-feature {
	width: 150px;
	float: left;
	font-size: 12px;
	line-height: 1.3em;
	text-align: left;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: 20px;
}
.imageholder-feature-event-right {
	width: 280px;
	float: right;
	font-size: 12px;
	line-height: 1.3em;
	text-align: left;
	color: #727272;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
}


/* 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: 24.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 {
	display:block;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom-width: 0.1em;
	border-bottom-style: none;
	border-bottom-color: #d91c5f;
}

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-2 {
	padding-bottom: 8px;
	text-transform: none;
	font-size: 1.3em;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	letter-spacing: 2px;
	text-transform: none;
	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: bold;
	font-family: 'Lato', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 40px;
	color: #d91c5f;
	
}
h6.press-sub-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;
	color: #d91c5f;
	
}
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: #3677AB;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 0px;
	
}
h6.next-link {
	color: #2b2b2b;
	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;
}

.imageholder-wide-press {
	display: none;
}

/* 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: #2b2b2b;
    -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 {
	width: 100px;
	float: left;
	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;
	border: thin none #76b4b7;
	padding: 0px;
}


/* Events Page Title
-------------------------------------------------------------- */
#events-page-title {
	position: relative;
	width: 70%;
	background-color: none;
	margin-top: 0px;
	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;
}
#events-page-title:after {
    content: '';
    position: absolute;
    top: 18px; right: 0; bottom: 0; left: 0;
    height: 100%; width: 100%;
    z-index: -1;
}
#events-page-title h1 {
	margin: 0;
	color: #d91c5f;
	font-weight: lighter;
	font-size: 2.1em;
	text-transform: none;
}


/* Page Title
-------------------------------------------------------------- */
#page-title {
	position: relative;
	width: 62%;
	background-color: none;
	margin-top: 0px;
	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;
}
#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: #d91c5f;
	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: 5px;
	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;
	width: 61%;
}
#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 {
	color: #1F4687;
	font-weight: normal;
	font-size: 1.5em;
	text-transform: none;
	line-height: 1.1em;
	font-family: 'Lato', sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
}
#program-notes-page-title.jump {
	width: 59%;
	padding: 10px;
	border: thin solid #d91c5f;
}


/* 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: #003f86;
	width: 61%;
}
#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: #d91c5f;
	font-weight: normal;
	font-size: 1.6em;
	text-transform: none;
}

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




/* instrumentation Page
-------------------------------------------------------------- */
blockbox-return-inst a:link {
	width: auto;
	border: 1px solid #CCCCCC;
	background-color: #ECF5FF;
	padding: 3px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	font-size: 1.2em;
	text-align: left;
	font-weight: normal;
}

#instrumentation-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;
}
#instrumentation-cnt .instrumentation-cnt-inner {
	position: relative;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 0px;
	margin-bottom: 20px;
	width: 90%;
}


#instrumentation-cnt .instrumentation-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#instrumentation-cnt .instrumentation-cnt-inner .slogan span {
	padding: 0;
	font-size: 30px;
	font-weight: lighter;
}
#instrumentation-cnt .instrumentation-cnt-inner p {
	margin-bottom: 20px;
	color: #2b2b2b;
	font-size: 1.2em;
}
.special-box {
	width: 68%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: thin solid #d91c5f;
}
#instrumentation-cnt .instrumentation-cnt-inner p.pull-main {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 20px;
	color: #d91c5f;
	font-size: 1.0em;
	line-height: 1.3em;
	letter-spacing: 0px;
}

#instrumentation-cnt .instrumentation-cnt-inner p.pull {
	font-family: 'Lato', sans-serif;
	margin-bottom: 20px;
	color: #d91c5f;
	font-size: 1.1em;
	line-height: 1.3em;
	letter-spacing: 1px;
}

#instrumentation-cnt .instrumentation-cnt-inner a.btn {
    
}

.instrumentation-box {
	height: auto;
	overflow: hidden;
	width: auto;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: thin solid #E1E1E1;
}
.instrumentation-box h3 {
	color: #000000;
	font-weight: lighter;
	font-size: 18px;
	padding-bottom: 5px;
}
.instrumentation-box p {
	color: #000000;
	font-size: 11px;
	line-height: 1.0em;
}

.ART-works {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	margin:0px;padding:0px;
	width:100%;
	border:0px solid #ffffff;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.ART-works table{
	font-family: 'Lato', sans-serif;
	font-size: 1em;
    border-collapse: collapse;
    border-spacing: 0;
	width:auto;
	height:100%;
	margin:0px;padding:0px;
}
.ART-works tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.ART-works table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.ART-works table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.ART-works tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.ART-works tr:hover td{
	font-size: 1.0em;
}
.ART-works tr:nth-child(odd){ background-color:#e4eeff; }
.ART-works tr:nth-child(even)    { background-color:#ffffff; }
.ART-works td{
	vertical-align: middle;
	border: 0px solid #ffffff;
	border-width: 0px 1px 1px 0px;
	text-align: left;
	padding: 5px;
	font-size: 1.0em;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	color: #000000;
}
.ART-works tr:last-child td{
	border-width:0px 1px 0px 0px;
}
.ART-works tr td:last-child{
	border-width:0px 0px 1px 0px;
}
.ART-works tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
	}
.ART-works tr:first-child td{
	background: -o-linear-gradient(bottom, #ffffff 5%, #f1f2f5 100%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f1f2f5) );
	background: -moz-linear-gradient( center top, #ffffff 5%, #f1f2f5 100% );



	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f1f2f5");			
	background: -o-linear-gradient(top,#ffffff,b2b2b2);
	background-color: #ffffff;
	text-align: left;
	font-size: 1.0em;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}
.ART-works tr:first-child:hover td{
	font-size: 1.0em;
	background:-o-linear-gradient(bottom, #ffffff 5%, #f1f2f5 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f1f2f5) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #f1f2f5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f1f2f5");	background: -o-linear-gradient(top,#ffffff,f1f2f5);

	background-color:#ffffff;
}
.ART-works tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.ART-works tr:first-child td:last-child{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}


/* ART Work-index Page
-------------------------------------------------------------- */
.imageholder-wide-works {
	display:none;
	width: 100%;
	height: 100%;
	float: right;
	padding-top: 8px;
	padding-bottom: 25px;
	font-size: 10px;
	line-height: 1.3em;
	text-align: right;
	color: #666666;
	text-align: left;
}

#page-works-index{
	background: url(../images/page-bg.png) no-repeat center center fixed;
	
	
	-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-works-index {    
    padding: 0 0 30px;
}
#page-works-index.divide {
    padding-bottom: 80px;
    min-height: 120px;
    background: url(../images/page-divider.png) no-repeat 50% 100%;
}

#works-index-cnt {
	position: relative;
	z-index: 80;
	min-height: 200px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

#works-index-cnt .works-index-cnt-inner {
	position: relative;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 0px;
	margin-bottom: 20px;
	width: 35%;
}
#works-index-cnt .works-index-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#works-index-cnt .works-index-cnt-inner .slogan span {
	padding: 0;
	font-size: 30px;
	font-weight: lighter;
}
#works-index-cnt .works-index-cnt-inner p {
	margin-bottom: 10px;
	color: #2D2D2D;
	font-size: 14px;
}
#works-index-cnt .works-index-cnt-inner a.btn {
    
}

#works-index-cnt .listing {
    margin: 0;
    padding: 0 0 0 0px !important;
    width: 250px;
}
#works-index-cnt .listing li {
	background-image: url("../images/works-btn-bg.png");
	border: 0 solid #e5e5e5;
	float: left;
	height: 30px;
	padding-bottom: 5px;
	position: relative;
	transition: background 100ms linear 0s;
	width: 250px;
	list-style: none;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
}

#works-index-cnt .listing li a:hover {
    background: #003f86 none repeat scroll 0 0;
}

#works-index-cnt .listing li .block {
    display: block;
    height: 20px;
    padding: 10px 25px;
    text-decoration: none;
}
#works-index-cnt .listing li .block .image {
    color: #444;
    font-size: 11px;
    line-height: 1.2em;
    margin-top: -9px;
    position: absolute;
    right: 7px;
    text-align: left;
    text-transform: none;
    top: 13px;
    width: 150px;
}
#works-index-cnt .listing li .block .image span, #works-index-cnt .listing li .block .image .image {
    font: 18px/1em 'Lato', sans-serif;
}
#works-index-cnt .listing li .block .tickets {
    color: #444;
    font-size: 11px;
    line-height: 1.2em;
    margin-top: -9px;
    position: absolute;
    right: 25px;
    text-align: left;
    text-transform: none;
    top: 40%;
    width: 70px;
}
#works-index-cnt .listing li .block .tickets span, #works-index-cnt .listing li .block .tickets .tickets {
    font: 18px/1em 'Lato', sans-serif;
}
#works-index-cnt .listing li .block .project-title {
	color: #FFFFFF;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	left: 15px;
	line-height: 18px;
	margin-top: -11px;
	position: absolute;
	top: 18px;
	width: 209px;
	letter-spacing: 1px;
}
#works-index-cnt .listing li .event-detail {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.35);
    bottom: -3px;
    color: #000;
    display: none;
    padding: 15px;
    position: absolute;
    right: 485px;
    width: 290px;
    z-index: 99;
}

.works-publisher {
	width: 100px;
	float: left;
	font-size: 12px;
	line-height: 1.3em;
	text-align: left;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
}
.works-publisher-wide {
	width: 150px;
	float: left;
	font-size: 12px;
	line-height: 1.3em;
	text-align: left;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
}


/* Works alpha 
-------------------------------------------------------------- */
#works-alpha-cnt {
	position: relative;
	z-index: 30;
	margin: 0 0 -80px;
	min-height: 530px;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
#works-alpha-cnt .works-alpha-cnt-inner {
	position: relative;
	width: 90%;
	padding-top: 0;
	padding-right: 10px;
	height: auto;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-bottom: 20px;
	-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;
}

#works-alpha-cnt .works-alpha-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#works-alpha-cnt .works-alpha-cnt-inner .slogan span {
	padding: 0;
	font-size: 20px;
}
#works-alpha-cnt .works-alpha-cnt-inner p {
	margin-bottom: 40px;
	color: #2b2b2b;
	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+ */			   
			   
}
#works-alpha-cnt .works-alpha-cnt-inner a.btn {
    
}

#works-alpha-us {
    position: relative;
    z-index: 29;
    text-align: center;
}
#works-alpha-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;
}
#works-alpha-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;
}
#works-alpha-us a:hover {
    background-color: #333;
}

/* ART Media
-------------------------------------------------------------- */
#ART-media-cnt {
	position: relative;
	z-index: 30;
	margin: 0 0 40px;
	min-height: 530px;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
#ART-media-cnt .ART-media-cnt-inner {
	position: relative;
	width: 90%;
	padding-top: 0;
	padding-right: 10px;
	height: auto;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-bottom: 20px;
	-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;

}

#ART-media-cnt .ART-media-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#ART-media-cnt .ART-media-cnt-inner .slogan span {
	padding: 0;
	font-size: 20px;
}
#ART-media-cnt .ART-media-cnt-inner p {
	margin-bottom: 40px;
	color: #2b2b2b;
	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+ */			   
			   
}
#ART-media-cnt .ART-media-cnt-inner a.btn {
    
}

#ART-media-us {
    position: relative;
    z-index: 29;
    text-align: center;
}
#ART-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;
}
#ART-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;
}
#ART-media-us a:hover {
    background-color: #333;
}

/* ART Media Page - Video
-------------------------------------------------------------- */

#ART-media-V-cnt .ART-media-V-cnt-inner {
	position: relative;
	width: 70%;
	padding-top: 0;
	padding-right: 30;
	padding-bottom: 80px;
	padding-left: 0px;
	margin-bottom: 40px;
}


#ART-media-V-cnt .ART-media-V-cnt-inner p {
	margin-bottom: 10px;
	color: #2b2b2b;
	font-size: 1.0em;
}
#ART-media-V-cnt .ART-media-V-cnt-inner a.btn {
    
}
.ART-media-V-cnt-inner p.pull {
	font-family: 'Lato', sans-serif;
	margin-bottom: 20px;
	color: #d91c5f;
	font-size: 1.1em;
	line-height: 1.3em;
	letter-spacing: 1px;
}

.pull-cite-media-V{
	font-family: 'Lato', sans-serif;
	text-transform: normal;
	display: block;
	font-weight: bold;
	color: #d91c5f;
	padding: 0px;
	font-size: 0.8em;
	margin-top: 5px;
	text-align: left;
}
#ART-media-V-us {
    position: relative;
    z-index: 29;
    text-align: center;
}
#ART-media-V-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;
}
#ART-media-V-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;
}
#ART-media-V-us a:hover {
    background-color: #333;
}
.media-play-left {
	width: 150px;
	float: left;
	padding: 0px;
	font-size: 12px;
	line-height: 1em;
	text-align: left;
	color: #667D8E;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-right: 20px;
}
.media-play-right {
	width: 150px;
	float: right;
	padding: 0px;
	font-size: 12px;
	line-height: 1em;
	text-align: left;
	color: #667D8E;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}

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



/* 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;
	padding: 5px 0 25px;
	margin-bottom: 65px;
	margin-top: 120px;
}
#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;
}



/* About Page
-------------------------------------------------------------- */
.imageholder-wide-bio {
	display:none;
	width: 100%;
	height: 100%;
	float: right;
	padding-top: 8px;
	padding-bottom: 25px;
	font-size: 10px;
	line-height: 1.3em;
	text-align: right;
	color: #666666;
	text-align: left;
}


#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: 30px;
	padding-bottom: 40px;
	padding-left: 0px;
	margin-bottom: 20px;
	width: 61%;
}


#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: 20px;
	color: #2b2b2b;
	font-size: 1.2em;
}
#about-cnt .about-cnt-inner p.pull {
	font-family: 'Lato', sans-serif;
	margin-bottom: 20px;
	color: #d91c5f;
	font-size: 1.1em;
	line-height: 1.3em;
	letter-spacing: 0px;
}
.pull-cite{
	font-family: 'Lato', sans-serif;
	text-transform: normal;
	display: block;
	font-weight: bold;
	color: #d91c5f;
	padding: 0px;
	font-size: 0.8em;
	margin-top: 10px;
	text-align: left;
}
#about-cnt .about-cnt-inner a.btn {
    
}

.img-bio-small {
	width: 15%;
	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;
}


/* Augusta Read Thomas press Page
-------------------------------------------------------------- */
#ART-press-cnt {
	position: relative;
	z-index: 30;
	margin: 0 0 -80px;
	min-height: 530px;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
#ART-press-cnt .ART-press-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;
	width: 62%;
}
#ART-press-cnt .ART-press-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#ART-press-cnt .ART-press-cnt-inner .slogan span {
	padding: 0;
	font-size: 20px;
}
#ART-press-cnt .ART-press-cnt-inner p {
	margin-bottom: 30px;
	color: #2b2b2b;
	font-size: 1.2em;
}
#ART-press-cnt .ART-press-cnt-inner h6 a:link {
	margin-bottom: 30px;
	color: #2b2b2b;
}
#ART-press-cnt .ART-press-cnt-inner h6 a:hover {
	margin-bottom: 30px;
	color: #d91c5f;
}

#ART-press-cnt .ART-press-cnt-inner a.btn {
    
}

#ART-press-us {
    position: relative;
    z-index: 29;
    text-align: center;
}
#ART-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;
}
#ART-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;
}
#ART-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: #2b2b2b;
	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;
}


/* ART press index Page
-------------------------------------------------------------- */
#press-index-cnt {
	position: relative;
	z-index: 30;
	margin: 0 0 -80px;
	width: 90%;
	min-height: 530px;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
#press-index-cnt .press-index-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: 0px outset #F3F3F3; /* Chrome, Safari, Opera */
    -moz-column-rule: 0px outset #F3F3F3; /* Firefox */
    column-rule: 0px outset #F3F3F3;

}

#press-index-cnt .press-index-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#press-index-cnt .press-index-cnt-inner .slogan span {
	padding: 0;
	font-size: 20px;
}
#press-index-cnt .press-index-cnt-inner p {
	margin-bottom: 30px;
	color: #2b2b2b;
	font-size: 1.1em;
	
		
-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+ */			   
			   
}
#press-index-cnt .press-index-cnt-inner a.btn {
    
}

#press-index-us {
    position: relative;
    z-index: 29;
    text-align: center;
}
#press-index-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;
}
#press-index-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;
}
#press-index-us a:hover {
    background-color: #333;
}

#press-index-cnt .listing {
    margin: 0;
    padding: 0 0 0 0px !important;
    width: 550px;
}
#press-index-cnt .listing li {
	background-image: url("../images/works-btn-bg.png");
	border: 0 solid #e5e5e5;
	float: left;
	height: 30px;
	padding-bottom: 5px;
	position: relative;
	transition: background 100ms linear 0s;
	width: 280px;
	list-style: none;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
}

#press-index-cnt .listing li a:hover {
    background: #003f86 none repeat scroll 0 0;
}

#press-index-cnt .listing li .block {
    display: block;
    height: 20px;
    padding: 10px 25px;
    text-decoration: none;
}
#press-index-cnt .listing li .block .image {
    color: #444;
    font-size: 11px;
    line-height: 1.2em;
    margin-top: -9px;
    position: absolute;
    right: 7px;
    text-align: left;
    text-transform: none;
    top: 13px;
    width: 150px;
}
#press-index-cnt .listing li .block .image span, #press-index-cnt .listing li .block .image .image {
    font: 18px/1em 'Lato', sans-serif;
}
#press-index-cnt .listing li .block .tickets {
    color: #444;
    font-size: 11px;
    line-height: 1.2em;
    margin-top: -9px;
    position: absolute;
    right: 25px;
    text-align: left;
    text-transform: none;
    top: 40%;
    width: 70px;
}
#press-index-cnt .listing li .block .tickets span, #press-index-cnt .listing li .block .tickets .tickets {
    font: 18px/1em 'Lato', sans-serif;
}
#press-index-cnt .listing li .block .project-title {
	color: #FFFFFF;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	left: 15px;
	line-height: 18px;
	margin-top: -9px;
	position: absolute;
	top: 18px;
	width: 209px;
	letter-spacing: 1px;
}
#press-index-cnt .listing li .event-detail {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.35);
    bottom: -3px;
    color: #000;
    display: none;
    padding: 15px;
    position: absolute;
    right: 485px;
    width: 290px;
    z-index: 99;
}
.press-title{
	font-family: 'Lato', sans-serif;
	text-transform: none;
	display: block;
	font-weight: normal;
	color: #003f86;
	padding: 0px;
	margin-bottom: 3px;
	font-size: 1.3em;
	margin-top: 5px;
	text-align: left;
}
.press-cite{
	font-family: 'Lato', sans-serif;
	text-transform: none;
	display: block;
	font-weight: bold;
	color: #003f86;
	padding: 0px;
	margin-bottom: 15px;
	font-size: 1em;
	margin-top: 5px;
	text-align: left;
	font-style: italic;
}
p.press {
	display:block;
}

.imageholder-press {
	width: 100%;
	float: left;
	padding: 0px;
	font-size: 11px;
	line-height: 1.2em;
	text-align: left;
	color: #667D8E;
	margin-left: 0px;
	margin-bottom: 20px;
	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;
}

/* Review Page
-------------------------------------------------------------- */
#ART-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;
}
#ART-review-cnt .ART-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;
		
}

#ART-review-cnt .ART-review-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#ART-review-cnt .ART-review-cnt-inner .slogan span {
	padding: 0;
	font-size: 20px;
}
#ART-review-cnt .ART-review-cnt-inner p {

	margin-bottom: 20px;
	color: #2b2b2b;
	font-size: 1.0em;
}
#ART-review-cnt .ART-review-cnt-inner a.btn {
    
}

#ART-review-us {
    position: relative;
    z-index: 29;
    text-align: center;
}
#ART-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;
}
#ART-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;
}
#ART-review-us a:hover {
    background-color: #333;
}

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

blockbox-return a:link {
	width: auto;
	border: 1px solid #CCCCCC;
	background-color: #ECF5FF;
	padding: 3px;
	margin-left: 10px;
	margin-bottom: 5px;
	float: right;
	font-size: 0.9em;
	text-align: left;
	font-weight: bold;
}





/* Augusta Works styles
-------------------------------------------------------------- */   

#page-Augusta-program-notes{
	background: #ffffff url() no-repeat center center fixed;
	
	
	-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-Augusta-program-notes {    
    padding: 0 0 30px;
}
#page-Augusta-program-notes.divide {
    padding-bottom: 80px;
    min-height: 120px;
    background: url(../images/page-divider.png) no-repeat 50% 100%;
}

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

#Augusta-program-notes-cnt .Augusta-program-notes-cnt-inner p.pull {
	font-family: 'Lato', sans-serif;
	margin-bottom: 20px;
	color: #d91c5f;
	font-size: 1.1em;
	line-height: 1.3em;
	letter-spacing: 1px;
}
#Augusta-program-notes-cnt .Augusta-program-notes-cnt-inner p.smalltext-center{
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
	color: #000000;
}
#Augusta-program-notes-us {
    position: relative;
    z-index: 29;
    text-align: center;
}
#Augusta-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;
}
#Augusta-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;
}
#Augusta-program-notes-us a:hover {
    background-color: #333;
}
.program-notes-details {
	font-size: 14px;
	line-height: 1.1em;
	margin-bottom: 15px;
	color: #2b2b2b;
}
.program-notes-details a:link, .program-notes-details a:hover {
	font-size: 14px;
}
.blockquote {
	margin-left: 25px;
	margin-right: 15px;
	margin-bottom: 0px;
	}
.blockquote-2 {
	padding-left: 50px;
	margin-bottom: 30px;
}
.blockquote-3 {
	padding-left: 75px;
	margin-bottom: 30px;
}
.blockquote-4 {
	padding-left: 100px;
	margin-bottom: 30px;
}
.blockquote-5 {
	padding-left: 125px;
	margin-bottom: 30px;
}
.program-notes-small{
	font-size: 0.8em;
	font-weight: normal;
	color: #333;
}
.headshot {
	width: 200px;
	height: auto;
	margin-right: 2px;
	margin-bottom: 5px;
}

p.selected-reviews {
	display:block;
	margin-bottom: 30px;
}

.program-notes-press-cite{
	font-family: 'Lato', sans-serif;
	text-transform: none;
	display: block;
	font-weight: normal;
	color: #3677AB;
	padding: 0px;
	margin-bottom: 3px;
	font-size: 1.1em;
	margin-top: 5px;
	text-align: left;
}
.program-contact{
	font-family: 'Lato', sans-serif;
	text-transform: none;
	display: block;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	font-size: 0.9em;
	text-align: left;
	margin-top: 20px;
}
.program-contact a:link{
	font-family: 'Lato', sans-serif;
	text-transform: none;
	color: #3F85A7;
	padding: 0px;
	font-size: 0.9em;
}
.program-contact a:hover{
	font-family: 'Lato', sans-serif;
	text-transform: none;
	color: #d91c5f;
	padding: 0px;
	font-size: 0.9em;
}
.imageholder-score {
	width: 120px;
	float: right;
	padding: 0px;
	font-size: 12px;
	line-height: 1.2em;
	text-align: left;
	font-weight: 400;
	color: #003f86;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 13px;
}
.imageholder-score a:link {
	font-size: 12px;
	font-weight: 400;
}
.imageholder-score-left {
	width: 120px;
	float: left;
	padding: 0px;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: 400;
	text-align: left;
	color: #003f86;
	margin-right: 13px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.imageholder-score-left a:link {
	font-size: 12px;
	font-weight: 400;
}
.buy-score {
	font-size: 12px;
	line-height: 1.2em;
	font-weight: 400;
}
.buy-score a:link {
	font-size: 12px;
	font-weight: 400;
}
.imageholder-notes-left {
	width: 230px;
	float: left;
	padding: 0px;
	font-size: 12px;
	line-height: 1em;
	text-align: left;
	color: #667D8E;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-right: 20px;
}
.imageholder-notes-right {
	width: 250px;
	float: right;
	padding: 0px;
	font-size: 12px;
	line-height: 1em;
	text-align: left;
	color: #667D8E;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.imageholder-map-left {
	width: 100%;
	float: left;
	padding: 0px;
	font-size: 12px;
	line-height: 1em;
	text-align: left;
	color: #667D8E;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-right: 20px;
}
.imageholder-map-left a:link {
	font-size: 12px;
	color: #333333;
}

.imageholder-notes-left-small {
	width: 100px;
	float: left;
	padding: 0px;
	font-size: 12px;
	line-height: 1em;
	text-align: left;
	color: #ADADAD;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-right: 13px;
}



/* 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%;
}
.imageholder-program-notes {
	width: 100%;
	float: left;
	padding: 0px;
	font-size: 11px;
	line-height: 1.2em;
	text-align: left;
	color: #667D8E;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
}
.imageholder-program-notes2 {
	width: 100%;
	float: left;
	padding: 0px;
	font-size: 11px;
	line-height: 1.2em;
	text-align: left;
	color: #667D8E;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
.imageholder-program-notes-half {
	width: 50%;
	float: left;
	padding: 0px;
	font-size: 11px;
	line-height: 1.2em;
	text-align: left;
	color: #667D8E;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
}
.program-notes-smalltext{
	width: 100%;
	float: left;
	padding: 0px;
	font-size: 11px;
	line-height: 1.2em;
	text-align: left;
	color: #667D8E;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

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


/* Store Page
-------------------------------------------------------------- */

#store-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;
}
#store-cnt .store-cnt-inner {
	position: relative;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 0px;
	margin-bottom: 20px;
	width: 70%;
}


#store-cnt .store-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#store-cnt .store-cnt-inner .slogan span {
	padding: 0;
	font-size: 30px;
	font-weight: lighter;
}
#store-cnt .store-cnt-inner p {
	margin-bottom: 20px;
	color: #2b2b2b;
	font-size: 1.2em;
}
#store-cnt .store-cnt-inner p.pull {
	font-family: 'Lato', sans-serif;
	margin-bottom: 20px;
	color: #d91c5f;
	font-size: 1.1em;
	line-height: 1.3em;
	letter-spacing: 1px;
}

#store-cnt .store-cnt-inner a.btn {
    
}

.store-box {
	height: auto;
	overflow: hidden;
	width: auto;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: thin solid #E1E1E1;
}
.store-box h3 {
	color: #000000;
	font-weight: lighter;
	font-size: 18px;
	padding-bottom: 5px;
}
.store-box p {
	color: #000000;
	font-size: 11px;
	line-height: 1.0em;
}
/* Store table */
table, th, td {
	border-collapse: collapse;
}
th, td {
	font-family: 'Lato', sans-serif;
	font-size: 1.2em;
	text-align: left;
	line-height: 1.3em;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #E6E6E6;
}
.store-item {
	font-size: 1.1em;
	padding-left: 10px;
	padding-top: 5px;
}
.store-item-img {
	padding-left: 0px;
	padding-top: 10px;
}
.price {
	font-size: 1.1em;
	text-align: right;
	padding-top: 5px;
}
.pay-button {
	text-align: right;
	padding-left: 0px;
	padding-top: 10px;
}





/* ART CDs Page
-------------------------------------------------------------- */

#ART-CD-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;
}
#ART-CD-cnt .ART-CD-cnt-inner {
	position: relative;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 0px;
	margin-bottom: 20px;
	width: 90%;
}


#ART-CD-cnt .ART-CD-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#ART-CD-cnt .ART-CD-cnt-inner .slogan span {
	padding: 0;
	font-size: 30px;
	font-weight: lighter;
}
#ART-CD-cnt .ART-CD-cnt-inner p {
	margin-bottom: 20px;
	color: #2b2b2b;
	font-size: 1.2em;
}
#ART-CD-cnt .ART-CD-cnt-inner p.pull {
	font-family: 'Lato', sans-serif;
	margin-bottom: 20px;
	color: #d91c5f;
	font-size: 1.0em;
	line-height: 1.1em;
	letter-spacing: 0px;
}

.pull-cite-cd{
	font-family: 'Lato', sans-serif;
	text-transform: normal;
	display: block;
	font-weight: bold;
	color: #d91c5f;
	padding: 0px;
	font-size: 0.8em;
	margin-top: 5px;
	text-align: left;
}
.pull-cite-cd a:link{
	font-family: 'Lato', sans-serif;
	text-transform: normal;
	font-weight: bold;
	color: #467091;
	padding: 0px;
	font-size: 0.8em;
	margin-top: 5px;
	text-align: left;
}
.pull-cite-cd a:hover{
	font-family: 'Lato', sans-serif;
	text-transform: normal;
	font-weight: bold;
	color: #d91c5f;
	padding: 0px;
	font-size: 0.8em;
	margin-top: 5px;
	text-align: left;
}

#ART-CD-cnt .about-cnt-inner a.btn {
    
}
.panel-cd{
	min-height: 150px;
	position: relative;
	margin-top: 0px;
	width: 100%;
}

.CD-large {
	width: 200px;
	float: left;
	height: auto;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	line-height: 16px;
	letter-spacing: normal;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	text-align: left;
	color: #999;
	margin-top: 0px;
	border: thin none #76b4b7;
	padding: 0px;
}
#main,.main-CD{
	float: left;
	width: 42%;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
.main-CD-right{
	float: right;
	width: 25%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;
	background-image: url(../images/press-bg.png);
	background-repeat: repeat;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
#main,.main-CD-wide{
	float:left;
	width:100%;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 10px;
}

#main,.main-CD-mid{
	float:left;
	width:70%;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 10px;
}


#main,.main{
	float:right;
	width:100%;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}

.main h3 {
	font-size: 1.3em;
	line-height: 1.2em;
}

.blockquote-cd {
	font-size: 1.0em;
	list-style: square;
	line-height: 1.1em;
	text-align:left;
	margin-left: 5px;
}

.blockquote-cd-small {
	font-size: 0.9em;
	list-style: square;
	line-height: 1.1em;
	text-align:left;
	margin-left: 0px;
}
.blockquote-cd-small a:link {
	font-size: 0.9em;
	list-style: square;
	line-height: 1.1em;
	text-align:left;
	margin-left: 0px;
}
.blockquote-cd-small a:hover {
	font-size: 0.9em;
	list-style: square;
	line-height: 1.1em;
	text-align:left;
	margin-left: 0px;
}
.buy-cd-btn {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 5px;
}
.cd-btn {
	padding-right: 10px;
}

.CD-top-box {
	height: auto;
	overflow: hidden;
	width: 65%;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: thin solid #d91c5f;
}
.CD-top-box h3 {
	color: #000000;
	font-weight: lighter;
	font-size: 18px;
	padding-bottom: 5px;
}
.CD-top-box p {
	color: #000000;
	font-size: 1em;
	line-height: 1.2em;
}

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

#MB-collaborations-us {
    position: relative;
    z-index: 29;
    text-align: center;
}
#MB-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;
}
#MB-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;
}
#MB-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%;
}



/* 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: #2b2b2b;
	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: 'Lato', 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 ART Page
-------------------------------------------------------------- */

#contact-ART-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;
}
#contact-ART-cnt .contact-ART-cnt-inner {
	position: relative;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 0px;
	margin-bottom: 20px;
	width: 52%;
}
#contact-ART-cnt .contact-ART-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#contact-ART-cnt .contact-ART-cnt-inner .slogan span {
	padding: 0;
	font-size: 30px;
	font-weight: lighter;
}
#contact-ART-cnt .contact-ART-cnt-inner p {
	margin-bottom: 20px;
	color: #2b2b2b;
	font-size: 1.2em;
}
#contact-ART-cnt .contact-ART-cnt-inner a.btn {
    
}

.blockquote-contact {
	font-size: 1.2em;
	list-style: square;
	line-height: 1.1em;
	text-align:left;
	margin-left: 5px;
}
.manager {
	font-size: 1.2em;
	color: #071329;
	line-height: 1.2em;
	margin-bottom: 10px;
}
#contact-ART-cnt .contact-ART-cnt-inner p.photo-copyrights {
	font-size: 0.9em;
	line-height: 1.1em;
}

/************************/
/* HOW TO BUY, RENT, OR PERUSE SCORES */
/************************/
.score-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 #d91c5f;
}
.score-box h3 {
	color: #000000;
	font-weight: lighter;
	font-size: 18px;
	padding-bottom: 5px;
}
.score-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;
}

/* 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;
}
#contact-form {
    margin: 0 0 20px;
    padding: 20px;
    background: #eee;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
#contact-form ul.form {
    margin: 0;
}

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


.press-kit-items {
	font-size: 16px;
	color: #3a4d75;
	line-height: 1.2em;
	margin-bottom: 5px;
}








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

.imageholder-contact {
	position: relative;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 0;
	overflow: hidden;
	font-size: 11px;
	line-height: 1.4em;
	color: #828282;
	margin-bottom: 30px;
	width:auto;
	height: 100%;
}


.pull-qoute {
	color: #3677AB;
	text-align: left;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.1em;
	text-transform: none;
	font-style: italic;
}

.imageholder-reviews {
	width: 230px;
	float: left;
	padding: 0px;
	font-size: 12px;
	line-height: 1.1em;
	text-align: left;
	color: #363D8B;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-right: 13px;
}
.imageholder-reviews-right {
	width: 230px;
	float: right;
	padding: 0px;
	font-size: 12px;
	line-height: 1.0em;
	text-align: left;
	color: #363D8B;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-left: 13px;
}

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

.title {
	margin: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bolder;
	line-height: normal;
	color: #A91649;
}

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


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



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



/* ART-Events Page
-------------------------------------------------------------- */

#ART-Events-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;
}
#ART-Events-cnt .ART-Events-cnt-inner {
	position: relative;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 0px;
	margin-bottom: 20px;
	width: 62%;
}
#ART-Events-cnt .ART-Events-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#ART-Events-cnt .ART-Events-cnt-inner .slogan span {
	padding: 0;
	font-size: 30px;
	font-weight: lighter;
}
#ART-Events-cnt .ART-Events-cnt-inner p {
	margin-bottom: 20px;
	color: #2b2b2b;
	font-size: 14px;
}

#ART-Events-cnt .ART-Events-cnt-inner p.pull {
	font-family: 'Lato', sans-serif;
	margin-bottom: 20px;
	color: #d91c5f;
	font-size: 1em;
	line-height: 1.2em;
	letter-spacing: 1px;
}
.pull-cite-events{
	font-family: 'Lato', sans-serif;
	text-transform: normal;
	display: block;
	font-weight: bold;
	color: #d91c5f;
	padding: 0px;
	font-size: 0.9em;
	margin-top: 5px;
	text-align: left;
}

#ART-Events-cnt .ART-Events-cnt-inner a.btn {
    
}

#ART-Events-cnt .ART-Events-cnt-inner p.newsbox {
	font-size: 1.0em;
	line-height: 1.1em;
	margin-bottom: 5px;
	}	

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

#NewsBar {
	float: left;
	width: 90%;
	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: 600px;
	padding-bottom: 40px;
	color: #747474;
	text-align: left;
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 80px 0;
	text-align: left;
	font-weight: 200;
	font-size: 23px;
	line-height: 1.6em;
	text-transform: none;
}

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

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

#ticker {
	height: 100px;
	width:auto;
	overflow: hidden;
	color:#999;
	font-size: 22px;
	font-weight:lighter;
	font-family: 'Ubuntu Condensed', sans-serif;
	line-height: 1.2em;
}

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

#ticker li a:link {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 22px;
	font-weight:lighter;
	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: #FBFBFB;
}





/************************/
/* 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: -5px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.media-title{
	font-size: 1.2em;
	font-weight: normal;
	color: #003f86;
	font-family: 'Lato', sans-serif;
}
.media-small{
	font-size: 1em;
	font-weight: normal;
	color: #333;
}


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

.top-arrow {
	width: 15px;
	background-image:url(../images/top-arrow15.png) no-repeat;
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.top-arrow:hover {
	margin-left: 1px;
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	width: 20px;
}

/************************/
/* Audio Play        */
/************************/
audio{
	background:none;
	width:59%;
	padding:0px;
	margin-bottom: 10px;
	}

.issuuembed span {display:none !important;}
.issuuembed issuu-isrendered {display: none;}



/* Vertical margin, padding */
.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

@media only screen and (max-width: 991px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  .mt-xs-20 {
    margin-top: 20px !important;
  }
  .mt-xs-30 {
    margin-top: 30px !important;
  }
  .mt-xs-40 {
    margin-top: 40px !important;
  }
  .mt-xs-50 {
    margin-top: 50px !important;
  }
  .mt-xs-60 {
    margin-top: 60px !important;
  }
  .mt-xs-70 {
    margin-top: 70px !important;
  }
  .mt-xs-80 {
    margin-top: 80px !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  .mb-xs-60 {
    margin-bottom: 60px !important;
  }
  .mb-xs-70 {
    margin-bottom: 70px !important;
  }
  .mb-xs-80 {
    margin-bottom: 80px !important;
  }
}

.edn1 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
