@media ( max-width: 1024px ) {
#home{
	background: #ffffff url(../images/bg/home/SW-home-bg.jpg) no-repeat top center;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
}

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

@media ( max-width: 800px ) {
	@media ( max-width: 400px ) {
   
    body {
        padding-top: 40px;
		background-color:#FFF;
    }
	h3 {
		font-size: 18px;
	}
    #nav-expand {
        display: block;
    }
    #nav {
        display: none;
        overflow: auto;
        position: fixed;
	width: auto;
	float: left;
        z-index: 9999;
        top: 40px; left: 0; right: 0; bottom: 0;
        background: #f3f7fa;
        border: none;
    }
    #nav.visible {
        display: block;
    }
    #nav li,
    #nav li a,
    #nav li > ul > li,
    #nav li > ul > li a {
        display: block;
        float: none;
        margin: 0;        
        text-align: left;
        color: #0F1B2F;
        font-size: 16px;
        letter-spacing: 1px;
        border: none;
    }
    #nav > li,
    #nav li > ul > li {
        margin: 0; padding: 0;
        border-top: 0px solid #333;
        border-bottom: 1px solid #e6ecf1;
    }
    #nav li a {
        padding: 15px 20px;
    }
    #nav li > ul {
        position: static;
        visibility: visible;
        opacity: 1;
    }
    #nav li > ul > li a {
        padding-left: 30px;
    }
    #nav li > ul > li:last-child {
        border-bottom: none;
    }
    #nav li > ul > li,
    #nav li > ul > li a {
        background: none;        
    }


    
    #about-cnt {
        margin: 0;
        min-height: 0;
        background: none;
    }
    #about-cnt .about-cnt-inner {
        padding: 10px;
    }
    
    #about-us a {
        width: auto;
        padding: 10px;
        font-size: 1em;  
    }
    #about-us img {
        -webkit-box-shadow: none;
        box-shadow: none;       
    }


.pull-qoute {
	color: #2980A0;
	text-align: left;
	font-weight: lighter;
	font-size: 20px;
	line-height: 1.3;
	text-transform: lowercase;
}
.small-bio {
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 1.3em;
	color: #3094BA;
}



    .slogan {
        margin: 0;
        padding: 0 20px;   
    }
    .slogan > span {
		font-size: 18px;
        text-align: center !important;
    }
    #NewsBar > ul li {
		font-size: 13px;
        text-align: center !important;
		width:auto;
        padding: 10px 10px;
		margin-left:auto;
		margin-right:auto;
    }
    .gallery {
        
    }
    .gallery img {
        width: 49% !important;
    }
    
    #contact {
        margin: 0;
        padding: 0px;
    }
    #contact #contact-info {
        width: 100%;
        position: static;
        padding: 0px;
        border: none;
    }
    
    #testimonials blockquote {
        width: 94%;
    }

#home{
	background: #ffffff url(../images/bg/home-top-phone-1400.jpg) no-repeat top center;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%;
	margin-top: 100px;
}

    .slogan {
        margin: 0;
        padding: 0 20px;   
    }
    .slogan > span {
		font-size: 14px;
        text-align: center !important;
    }



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


.CD {
	float: left;
	height: auto;
	width: 280px;
	letter-spacing: normal;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	text-align: left;
	color: #999;
	margin-top: 0px;
	border: thin solid #76b4b7;
	padding: 0px;
}

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


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


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

/* Composition Breadcrumb styles
-------------------------------------------------------------- */
.breadcrumbs-comp {
	display:none;
}

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

blockbox-return {
	display:block;
	width: 100%;
	border: 1px solid #76b4b7;
	background-color: #ffffff;
	padding: 5px;
	margin-left: 0px;
	margin-bottom: 15px;
	float: left;
	font-size: 1.0em;
	line-height: 12px;
	text-align: left;
}

/* Footer featured News
-------------------------------------------------------------- */
#ftr .featured-News {
	display:none;
}
#ftr .featured-News  a {    
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#ftr .featured-News {
    opacity: 0.5;
}

}


/* phone 320px Smartphones (portrait and landscape) */	
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.imageholder-wide-bg {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 0px;
	text-align: left;
}
.imageholder-bio {
	display: block;
	width: auto;
	height: auto;
	float: left;
	padding: 10px;
	font-size: 11px;
	line-height: 1.4em;
	text-align: left;
	color: #828282;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

 .backstretch > img{ 
 content:url();
 display:none; }
/* Header styles------------------------------- */
#hdr {
    min-height: 0px;
    padding: 15px 0;
	background-image:url(../images/nav-bg-MR.png);
	border-image-repeat: repeat;
	position: relative;
	width: 100%;
	height: 100px;
	z-index: 9999;
	margin-top: 40px;
}
#hdr #logo img {
	position: absolute;
	max-width: none;
	display: block;
	height: 70px;
	width: 260px;
	margin-top: 0px;
	z-index: 30;
} 
    #nav-expand {
        display: block;
    }
    #nav.visible {
        display: block;
    }
    #nav {
        display: none;
		width:100%;
        overflow: auto;
        position: fixed;
        z-index: 9999;
        top: 40px; left: 0; right: 0; bottom: 0;
        background: #efefef;
        border: none;
    }  
    #nav li,
    #nav li a,
    #nav li > ul > li,
    #nav li > ul > li a {
        display: block;
        float: none;
        margin: 0;        
        text-align: left;
        font-size: 16px;
        letter-spacing: 1px;
        border: none;
	font-weight: lighter;
    }
/* Footer styles------------------------------- */
.footer_lab {
	position: relative;
	width:100%;
	min-height: 60px;
	margin-top: 20px;
	margin-bottom: 60px;	
	color:#000000;
	font-size:13px;
}
.footer-1 {
	float: left;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	margin-right: 0px;
}
.footer-2 {
	float: left;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#home-cnt, #page-about {
	overflow: visible;
	position: relative;
	z-index: 30;
	min-height: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
/* slogan styles
-------------------------------------------------------------- */
.slogan {
	max-width: none;
	margin-left: 0px;
	padding: 0px 0 0;
	text-align: left;
	font-weight: lighter;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.4em;
	margin-bottom: 30px;
	margin-top: 30px;
}
/* All boxes
-------------------------------------------------------------- */
#press-box {
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	font-size: 15px;
	line-height: 1.4em;
	background-repeat: repeat;
	border: thin solid #E9E9E9;
	background-image: url(../images/upcoming-bg.png);
	padding: 20px;
}
#presskit-box {
	display: block;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	margin-top: 60px;
	margin-bottom: 0px;
	font-size: 15px;
	line-height: 1.4em;
	background-repeat: repeat;
	border: thin solid #E9E9E9;
	background-image: url(../images/upcoming-bg.png);
	padding: 20px;
}
#event-box {
	display: block;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	margin-bottom: 0px;
	font-size: 15px;
	line-height: 1.4em;
	background-repeat: repeat;
	border: thin solid #E9E9E9;
	background-image: url(../images/upcoming-bg.png);
	padding: 20px;
}
#event-box .image-icon-1 {
	float: right;
	width: 80px;
	height: auto;
	margin-left: 20px;
	margin-top: -60px;
	border: thin none #3a4d75;
	margin-right: -30px;
	margin-bottom: 20px;
}
#event-box h1.event-date {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 20px;
	margin-bottom: 0px;
	font-weight: lighter;
}
#recordings-box {
	display: block;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	background-repeat: repeat;
	border: thin solid #E9E9E9;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(../images/upcoming-bg.png);
}
.cd-btn {
	margin-right: 18px;
	margin-top: 20px;
}
#recordings-box .cd-icon {
	float: left;
	width: 100%;
	height: auto;
	border: thin none #3a4d75;
	margin-right: 20px;
	margin-bottom: 10px;
}
/* audio sample wrap
-------------------------------------------------------------- */    
#audio-sample-wrap {
   width:100%;
   margin:0;
}
#audio-sample-left_col {
   float:left;
   width:100%;
   margin: 0px;
   }
#audio-sample-right_col {
   float:left;
   width:100%;
   margin: 0px;
}

#media-box {
	display: block;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	font-size: 15px;
	line-height: 1.4em;
	background-repeat: repeat;
	border: thin solid #E9E9E9;
	background-image: url(../images/upcoming-bg.png);
	padding: 20px;
}
#collaborations-media-box {
	display: block;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	font-size: 15px;
	line-height: 1.4em;
	background-repeat: repeat;
	border: thin solid #E9E9E9;
	background-image: url(../images/upcoming-bg.png);
	padding: 20px;
}
#contact-box {
	display: block;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	font-size: 15px;
	line-height: 1.4em;
	background-repeat: repeat;
	border: thin solid #E9E9E9;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(../images/upcoming-bg.png);
}
table.contact, th, td {
	width: auto;
}
/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 0px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}	
}




/* iPhone5 landscape */
@media ( max-width: 640px ) and (orientation:landscape) {
.imageholder-wide-bg {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 0px;
	text-align: left;
}
.imageholder-bio {
	display: block;
	width: auto;
	height: auto;
	float: left;
	padding: 10px;
	font-size: 11px;
	line-height: 1.4em;
	text-align: left;
	color: #828282;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

 .backstretch > img{ 
 content:url();
 display:none; }
 
/* Header styles------------------------------- */
#hdr {
    min-height: 0px;
    padding: 15px 0;
	background-image:url(../images/nav-bg-MR.png);
	border-image-repeat: repeat;
	position: relative;
	width: 100%;
	height: 100px;
	z-index: 9999;
	margin-top: 40px;
}
#hdr #logo img {
	position: absolute;
	max-width: none;
	display: block;
	height: 70px;
	width: 260px;
	margin-top: 0px;
	z-index: 30;
} 
    #nav {
        display: none;
		width:100%;
        overflow: auto;
        position: fixed;
        z-index: 9999;
        top: 40px; left: 0; right: 0; bottom: 0;
        background: #efefef;
        border: none;
    }  
    #nav li,
    #nav li a,
    #nav li > ul > li,
    #nav li > ul > li a {
        display: block;
        float: none;
        margin: 0;        
        text-align: left;
        font-size: 16px;
        letter-spacing: 1px;
        border: none;
	font-weight: lighter;
    }
table.contact, th, td {
	width: auto;
}
/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 0px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

    body {
        background: #fff;
    }

/* contact table */
table.contact, th, td {
	width: auto;
}

input[type="submit"] {
			width: auto;
		}
		input[type="reset"] {
			width: auto;
		}

.g-recaptcha {
	float:left;
	z-index: 500;
}

#media {
	position: relative;
	margin-top: -20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

    #hdr {        
        min-height: 0; 
        padding: 20px 0;
    }
    
    #hdr-r {
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }
    
    #hdr-user {
        margin: 0;
    }
    #hdr-user a,
    #hdr-user span {
        float: none;
        display: inline-block;
    }
    
    #hdr #logo {
        position: static;
        display: block;
        float: none;
        margin: 0;
        clear: both;
    }
    #hdr #logo img {
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
    }
    
    #ftr #mailing-list input {
        display: block;
        margin: 0 auto 10px;        
    }
    #ftr #mailing-list input[type="text"],
    #ftr #mailing-list input[type="submit"] {
        width: 80%;
    }

#home{
	display: block;
	width: 100%;
	height: 100%;
	float: right;
	padding-top: 0px;
	padding-bottom: 25px;
	text-align: left;
	margin-bottom: 20px;
}


#home-cnt {
	overflow: visible;
	height: 10px;
	padding: 20px 0 20px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 50% 80%;
	margin-top: 0px;
}
    #home-cnt a {
        display: block;
        float: none;
        width: auto;
        margin: 0 0 20px;
    }
.imageholder-bio {
	width: auto;
	float: left;
	padding: 10px;
	font-size: 11px;
	line-height: 1.4em;
	text-align: left;
	color: #828282;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

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


.CD {
	float: left;
	width: 100%;
	height: auto;
	font-size: 12px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 16px;
	letter-spacing: normal;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	text-align: left;
	color: #999;
	margin-top: 0px;
	border: none;
	padding: 0px;
}
/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 0px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

}
/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (orientation : portrait) {
/* Styles */
#home{
	background: #ffffff url(../images/bg/home/SW-home-bg-768.jpg) no-repeat top center;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
}

#hdr #logo img {
	max-width: none;
	display: block;
	height: 41px;
	width: 250px;
	margin-top: 30px;
}

.pull-qoute {
	color: #2980A0;
	text-align: left;
	font-weight: lighter;
	font-size: 24px;
	line-height: 1.3;
	text-transform: lowercase;
}
/* Main navigation styles
-------------------------------------------------------------- */    
#nav {
	list-style: none;
	padding-right: 10px;
	padding-left: 5px;
	border-bottom: 0px dashed #bbb;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#nav li {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0;
	background-repeat: repeat;
}
#nav li a {
	display: block;
	margin-right: 2px;
	padding: 12px 3px 12px 3px;
	text-decoration: none;
	text-transform: none;
	font-weight: lighter;
	font-size: 17px;
	color: #333333;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
/* Contact Page
-------------------------------------------------------------- */
#contact {
	width: 40%;
	margin-top: -20px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
	min-height: 700px;
	height: auto;
}
#contact#contact-info {
	width: 55%;
	top: 0;
	right: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin-bottom: 30px;
	height: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F3F3F3;
}

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

.gallery:after,
.gallery:after {
    clear: both;
}
.gallery img {
    float: left;
    width: 32.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;
}

/* Media Table styles
-------------------------------------------------------------- */    
#media-wrap {
   width:100%;
   margin:0 auto;
   display:block;
}
#left_col {
   float:left;
   width:100%;
   margin-right: 0%;
   }
#right_col {
   float:right;
   width:100%;
}
/************************/
/* video Container       */
/************************/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: 30px;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.media-title{
	font-size: 1.3em;
	padding-top: 30px;
	font-weight:lighter;
}
.media-small{
	font-size: 0.9em;
	font-weight:lighter;
}

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
  
.imageholder-wide-bg {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 0px;
	text-align: left;
}
.imageholder-bio {
	display: block;
	width: auto;
	height: auto;
	float: left;
	padding: 10px;
	font-size: 11px;
	line-height: 1.4em;
	text-align: left;
	color: #828282;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

 .backstretch > img{ 
 content:url();
 display:none; }
/* Header styles------------------------------- */
#hdr {
    min-height: 0px;
    padding: 15px 0;
	background-image:url(../images/nav-bg-MR.png);
	border-image-repeat: repeat;
	position: relative;
	width: 100%;
	height: 100px;
	z-index: 9999;
	margin-top: 40px;
}
#hdr #logo img {
	position: absolute;
	max-width: none;
	display: block;
	height: 70px;
	width: 260px;
	margin-top: 0px;
	z-index: 30;
} 
    #nav-expand {
        display: block;
    }
    #nav.visible {
        display: block;
    }
    #nav {
        display: none;
		width:100%;
        overflow: auto;
        position: fixed;
        z-index: 9999;
        top: 40px; left: 0; right: 0; bottom: 0;
        background: #efefef;
        border: none;
    }  
    #nav li,
    #nav li a,
    #nav li > ul > li,
    #nav li > ul > li a {
        display: block;
        float: none;
        margin: 0;        
        text-align: left;
        font-size: 16px;
        letter-spacing: 1px;
        border: none;
	font-weight: lighter;
    }
/* Footer styles------------------------------- */
.footer_lab {
	position: relative;
	width:100%;
	min-height: 60px;
	margin-top: 20px;
	margin-bottom: 60px;	
	color:#000000;
	font-size:13px;
}
.footer-1 {
	float: left;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	margin-right: 0px;
}
.footer-2 {
	float: left;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#home-cnt, #page-about {
	overflow: visible;
	position: relative;
	z-index: 30;
	min-height: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
/* slogan styles
-------------------------------------------------------------- */
.slogan {
	max-width: none;
	margin-left: 0px;
	padding: 0px 0 0;
	text-align: left;
	font-weight: lighter;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.4em;
	margin-bottom: 30px;
	margin-top: 30px;
}
/* All boxes
-------------------------------------------------------------- */
#press-box {
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	font-size: 15px;
	line-height: 1.4em;
	background-repeat: repeat;
	border: thin solid #E9E9E9;
	background-image: url(../images/upcoming-bg.png);
	padding: 20px;
}
#presskit-box {
	display: block;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	margin-top: 60px;
	margin-bottom: 0px;
	font-size: 15px;
	line-height: 1.4em;
	background-repeat: repeat;
	border: thin solid #E9E9E9;
	background-image: url(../images/upcoming-bg.png);
	padding: 20px;
}
#event-box {
	display: block;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	margin-bottom: 0px;
	font-size: 15px;
	line-height: 1.4em;
	background-repeat: repeat;
	border: thin solid #E9E9E9;
	background-image: url(../images/upcoming-bg.png);
	padding: 20px;
}
#event-box .image-icon-1 {
	float: right;
	width: 80px;
	height: auto;
	margin-left: 20px;
	margin-top: -60px;
	border: thin none #3a4d75;
	margin-right: -30px;
	margin-bottom: 20px;
}
#event-box h1.event-date {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 20px;
	margin-bottom: 0px;
	font-weight: lighter;
}
#recordings-box {
	display: block;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	background-repeat: repeat;
	border: thin solid #E9E9E9;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(../images/upcoming-bg.png);
}
#recordings-box .cd-icon {
	float: left;
	width: 100%;
	height: auto;
	border: thin none #3a4d75;
	margin-right: 20px;
	margin-bottom: 10px;
}
#media-box {
	display: block;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	font-size: 15px;
	line-height: 1.4em;
	background-repeat: repeat;
	border: thin solid #E9E9E9;
	background-image: url(../images/upcoming-bg.png);
	padding: 20px;
}
#collaborations-media-box {
	display: block;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	font-size: 15px;
	line-height: 1.4em;
	background-repeat: repeat;
	border: thin solid #E9E9E9;
	background-image: url(../images/upcoming-bg.png);
	padding: 20px;
}
#contact-box {
	display: block;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	font-size: 15px;
	line-height: 1.4em;
	background-repeat: repeat;
	border: thin solid #E9E9E9;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(../images/upcoming-bg.png);
}
table.contact, th, td {
	width: auto;
}
/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 0px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
  }
 
 
 /* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
.imageholder-wide-bg {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 0px;
	text-align: left;
}
.imageholder-bio {
	display: block;
	width: auto;
	height: auto;
	float: left;
	padding: 10px;
	font-size: 11px;
	line-height: 1.4em;
	text-align: left;
	color: #828282;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

 .backstretch > img{ 
 content:url();
 display:none; }
  }
 
  
 /* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
.imageholder-wide-bg {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 0px;
	text-align: left;
}
.imageholder-bio {
	display: block;
	width: auto;
	height: auto;
	float: left;
	padding: 10px;
	font-size: 11px;
	line-height: 1.4em;
	text-align: left;
	color: #828282;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

 .backstretch > img{ 
 content:url();
 display:none; }
/* Header styles------------------------------- */
#hdr {
    min-height: 0px;
    padding: 15px 0;
	background-image:url(../images/nav-bg-MR.png);
	border-image-repeat: repeat;
	position: relative;
	width: 100%;
	height: 100px;
	z-index: 9999;
	margin-top: 40px;
}
#hdr #logo img {
	position: absolute;
	max-width: none;
	display: block;
	height: 70px;
	width: 260px;
	margin-top: 0px;
	z-index: 30;
} 
    #nav-expand {
        display: block;
    }
    #nav.visible {
        display: block;
    }
    #nav {
        display: none;
		width:100%;
        overflow: auto;
        position: fixed;
        z-index: 9999;
        top: 40px; left: 0; right: 0; bottom: 0;
        background: #efefef;
        border: none;
    }  
    #nav li,
    #nav li a,
    #nav li > ul > li,
    #nav li > ul > li a {
        display: block;
        float: none;
        margin: 0;        
        text-align: left;
        font-size: 16px;
        letter-spacing: 1px;
        border: none;
	font-weight: lighter;
    }  
  }