@charset "UTF-8";
/* CSS Document */

/*
To target specific IE browsers, add the following classes to the beginning of the selectors:
	Iternet Explorer 7: .ie7
	Iternet Explorer 8: .ie8
	Iternet Explorer 9: .ie9
*/

/* Normalize.css should load above this file */


html, body {
	color:#393944;
	font-family: 'Raleway', 'sans-serif';
	font-size:95%;
	line-height:150%;
}


/* Sets the width of the full sized site */
.innerWrapper{
	margin:0 auto;
	max-width:980px; 
	width:90%;
}


#smartcast{
width:270px;
height:380px;
margin-right:10px;
display:block;
float:left;

}

.box{
	background: #e3e3e3;
	width: 565px;
	height: 275px;
	margin: 0 auto;
}

/* basic styles, positioning and helper elements --------------------------------------------------------------------------------------- */

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
	
.ie7 .clearfix { zoom: 1; } /* IE7 only*/

img{
	border:0;
}

.left{
	float:left;
	margin:0 20px 20px 0;
}

.right{
	float:right;
	margin:0 0 20px 20px;
}

.center{
	text-align:center;
}

.noTablet, .noPhone{
	display:block;
}


/* link, typographic, positioning elements --------------------------------------------------------------------------------------- */

h1, h2, h3, h4, #nav, #sideNav{
font-family: 'Raleway', 'sans-serif';
}

h1{margin:0;}

h4{
	font-size: 1.2em;
    margin-bottom: 5px;
}

p{
	margin-bottom:20px;
}

.bolded{
	display:block;
	font-weight:bold;
}

main a:link, main a:visited{
	color:#C50A0D;
}

main a:hover{
	text-decoration:none;
}

.button {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    overflow: hidden;
    width: 190px;
}

.button span {
    left: -9999px;
    position: absolute;
}

.button:hover {
    background-position: left bottom;
}

#btnEmail {background-image: url("../images/btnEmail.png");}
#btnDirections {background-image: url("../images/btnDirections.png");}

.flatButton{
	background:#9D71B1;
	border:0;
	color:#fff;
	display:inline-block;
	margin:0 10px;
	padding:4px 15px;
	text-transform:uppercase;
	
	/*CSS3 properties*/
	-webkit-border-radius: 15px;  
	-moz-border-radius:    15px; 
	-o-border-radius:      15px;  
	border-radius:         15px;   /* rounds corners*/
}

.ie7 .flatButton{
	display:inline;
	zoom:1;
}

.flatButton:hover{
	background:#a89d71;
}

/* Header styles ------------------------------------------------------------------------------------------------------------------ */


header{
	background:url(../images/bgPaperFibers.jpg) 0 0 repeat;
	padding-bottom:10px;
	
	/*CSS3 properties*/
	-webkit-box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 6px 8px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 6px 8px 0px rgba(0, 0, 0, 0.3); /* adds shadow */
}

/* logo styles ----------------------------------------- */

#logo{
margin-bottom:10px;
	padding:10px 0 0;
	position:relative;
	text-align:center;
}

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

/* Nav styles ----------------------------------------- */

#headerNav{
	font-weight:bold;
	letter-spacing:.5px;
	padding:0;
	text-align:center;
}

#headerNav ul{
	margin:0;
	padding:0;
}

#headerNav li{
	display:inline-block;
	list-style:none;
}

.ie7 #headerNav li{
	display:inline;
	zoom:1;
}

#headerNav a{ 
	color:#393944;
	display:block;
	font-weight:normal;
	line-height:40px;
	padding:0 18px;
	text-decoration:none;
	text-transform:uppercase;
}

#headerNav a:hover{
	background-color:#393944;
	color:#9D71B1;
	font-weight:normal;
}

#headerNav ul#menu{
	display:block;
}

#headerNav #menu p{
	cursor:pointer;
	display:none;
	text-transform:uppercase;
}

/* banner styles  ------------------------------------------------------------------------------------------------------------------ */

#banner{
	height:300px;
}

#banner img{
width:100%;
}
#banner.slideshow{
	background: url(../images/bgPaperFibers.jpg) 0 0 repeat;
	height:auto;
	overflow:hidden;
	padding-bottom:35px;
}

/* Overrides flexslider's default values */
#banner .flexslider {
	background:none;
	border:0; 
	margin: 0 auto;
	position:relative;

	/*CSS3 properties*/
	-webkit-border-radius: none;  
	-moz-border-radius:    none; 
	-o-border-radius:      none;  
	border-radius:         none;   /* removes rounded corners*/
 
	-webkit-box-shadow: none; 
	-moz-box-shadow:    none;  
	-o-box-shadow:      none; 
	box-shadow:         none;   /* removes shadow */
     
}

.flex-direction-nav{
	display:block;
	position:relative;
	margin:0 auto;
	max-width:980px; 
	width:90%;
}

.flex-direction-nav li{
	display:inline-block;
}

.flex-direction-nav a{
	border:1px solid #9D71B1;
	height:30px;
	line-height:30px;
	width:30px;
}

.flex-direction-nav .flex-prev{
	right:40px;
	left:auto;
}

.flex-direction-nav .flex-next{
	right: 0;
}

.flexslider p{
	margin:0;
}

.slideTop {
	position:relative;
}

.slideBottom{
	margin-top:-1px;
}

.captionTitle {
	background:none repeat scroll 0 0 rgba(57,57,68,0.8);
	bottom:0;
	font-size:35px;
	letter-spacing:7px;
	line-height:1;
	margin:0;
	padding:45px 0;
	position:absolute;
	z-index:400;
	
	/*CSS3 properties*/
	-moz-transition: padding .5s, font-size .5s;
     -o-transition: padding .5s, font-size .5s;
     -webkit-transition: padding .5s, font-size .5s;
     transition: padding .5s, font-size .5s;
}

.captionText {
	background:#393944;
	float:left;
	letter-spacing:2px;
	padding:35px 0;
}

.captionTitle,.captionText {
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	width:400px;
}

.sideText {
	float:right;
	font-size:1.2em;
	line-height:1.5;
	padding:0;
	width:48%;
}

.sideText p{
	padding:20px;
}





/* main Styles ------------------------------------------------------------------------------------------------------------------ */


main{
	background:none;
	padding-bottom:50px;
	
	/*CSS3 properties*/
	-webkit-box-shadow: 0px -6px 8px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px -6px 8px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px -6px 8px 0px rgba(0, 0, 0, 0.3);  /* adds shadow */
}

/* front page special styles ----------------------------------------- */

main.front{
	/*CSS3 properties*/
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;  /* removes shadow */
}

.trioImage {
	background:url(../images/bgLine.png) 0 0 repeat-x;
	overflow:hidden;
	padding:35px 0;
}

.trioImage .inner { 
	padding-left:44px;
}

.trioImage .box {
	float:left;
	margin-right:22px;
	width:33.3%;
}

.trioImage .first {
	margin-left:-44px;
}

.trioImage .last {
	margin-right:0;
	width:33.4%;
}

.trioImage img {
	height:auto;
	max-width:100%;
	width:auto\9; /* ie8 */
}

/* content styles ----------------------------------------- */

.titleHolder.innerWrapper{
	margin-bottom:-30px; /* For this effect to work properly, this must equal .title border-bottom-width*/
	text-align:center;
}

.titleHolder h1{
	background: none repeat scroll 0 0 rgba(57,57,68, 0.8);
    border-bottom: 30px solid #393944;
	color:#fff;
	display:inline-block;
	font-weight:normal;
	letter-spacing:1px;
	text-transform:uppercase;
    padding: 30px 0 10px;
	text-align:center;
	width:45%;
}

.ie7 .titleHolder h1{
	display:inline;
	zoom:1;
}

/* content styles ----------------------------------------- */
#content{
	border-bottom:1px solid #9D71B1;
	margin-bottom:50px;
	padding-bottom:20px;
	padding-top:65px; /* This must equal or greater than .title border-bottom-width*/
	
	/*CSS3 properties*/
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 2px 4px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 2px 4px 0px rgba(0, 0, 0, 0.15);  /* adds shadow */
}

.front #content{
	padding-top:0;
	
	/*CSS3 properties*/
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;  /* removes shadow */
}

#content ul, #content ol{
	margin-bottom:20px;
}


#content li{
	line-height:150%;
	list-style-position:inside;
}

.rightCol{
	float:right;
	width:50%;
}

.leftCol{
	float:left;
	width:50%;
}

.rightColContent{
	padding-left:30px;
}

.leftColContent{
	padding-right:30px;
}

aside{
	background: url("../images/bgLine.png") repeat-x scroll 0 0 transparent;
    padding-top: 20px;
}

/* social Icons styles ----------------------------------------- */

.social{
	list-style:none;
	margin:0 auto;
	padding:0 10px;
	text-align:center;
}

.social li{
	display:inline-block;
	padding:0 10px;
}

.ie7 .social li{
	display:inline;
	zoom:1;
}

a.socialIcon{
	display:block;
	
	opacity:.75;
	filter:alpha(opacity=75); /* opacity for IE8 and earlier */
	
	/*CSS3 properties*/
	-webkit-transition:opacity .5s;
	-moz-transition:   opacity .5s;
	-ms-transition:    opacity .5s;
	-o-transition:     opacity .5s;
	transition:        opacity .5s; /* sets transition length for opacity change */
}

a.socialIcon:hover{
	opacity:1;
	filter:alpha(opacity=100); /* opacity for IE8 and earlier */
}

/* footer Styles ------------------------------------------------------------------------------------------------------------------ */

footer{
	background:#3B3B46 url(../images/bgFooter.png) 0 0 repeat-x;
	color:#9D71B1;
	margin:0 auto;
	padding-top:75px;
	text-align:center;
}

footer a {
    color: #9D71B1;
    text-decoration: none;
	text-transform:capitalize;
}

footer a:hover {
    color: #D7DEE1;
    text-decoration: none;
}


/* sidebar Styles ------------------------------------------------------------------------------------------------------------------ */

#sidebar{
	text-align:center;
	width:auto;
	display:inline-block;
}

.ie7 #sidebar{
	display:inline;
	zoom:1;
}

.sidebarRight, .sidebarLeft{
	margin:0 20px;
}

.sidebarRight{
	float:right;
}

.sidebarLeft{
	float:left;
	
}

#sidebar ul{
	margin:0;
	padding:0;
}

#sidebar li{
	list-style:none;
	display:inline-block;
}

.footerLogo{
    line-height: 130%;
}

.footerLogo img {
    margin-bottom: 20px;
}

#footerNav {	
	border-top:1px solid #4E4E58;
	margin:20px 0 0;
	padding:15px 0;
    text-align: center;
}

#footerNav li {
    border-left: 2px solid #4E4E58;
    display: inline-block;
    letter-spacing: 0.5px;
    margin: 10px 0;
    padding: 0 10px;
}

.ie7 #footerNav li {
    display: inline;
}

#footerNav li:first-child {
    border-left: medium none;
}




/* copyright styles ----------------------------------------- */

#copyright{
	border-top:1px solid #4E4E58;
	clear:both;
	line-height:1em;
	margin-top:0;
	padding:20px 0;
}

#copyright p{
	margin:0;
}

/* Form Styles ------------------------------------------------------------------------------------------------------------------ */

.recaptcha {
	border:0;
    margin:0 auto 30px;
	padding:5px;
	width: 318px;
}

.error, .cmxform em{
	color:#f00;
}

form{
	clear:both;
	margin:0 auto;
	width:90%;
}

form h3{
	font-size:1.2em;
	margin: 20px;
}

input[type=text], textarea {
	width:98%;
}

form.cmxform fieldset {
	border:0;
    margin-bottom: 30px;
	padding:5px;
}

form.cmxform legend {
    font-weight: bold;
    margin: 0 10px;
	padding:0 0 2px;
	width:96%; 
}

form.cmxform label {
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
}

form.cmxform fieldset ol {
	border-top:1px solid #6A6C6B;
    margin: -5px 10px 0;
    padding: 10px 0 0;
}

form.cmxform fieldset li {
    list-style: none outside none;
    margin: 0 !important;
    padding: 5px;
}

form.cmxform fieldset fieldset {
    border: medium none;
    margin: 3px 0 0;
	padding:0;
}

form.cmxform fieldset fieldset legend {
    font-weight: normal;
    padding: 0 0 5px;
}

form.cmxform fieldset fieldset label {
    display: block;
    width: auto;
}

form.cmxform em, h4 em {
    color: #FF0000;
    font-style: normal;
    font-weight: bold;
}

form.cmxform label {
    width:90%;
}

form.cmxform fieldset fieldset label {
    margin-left: 123px;
}

form.cmxform p{
	padding:0 17px;
}

.formBtns{
	margin-left:185px;
	margin-top:0;
}

form.cmxform fieldset fieldset select {
    margin-left: 123px;
}

form.cmxform label.error{
	font-size:1em;
	margin:2px 0 0;
	width:300px;
}

#feedback{
	margin:20px 0 0;
	border-bottom: 1px solid #000;
}

#feedback h3{
	border:0;
	padding-bottom:10px;
}


/*=================== STYLE TABLET =========================*/

@media (min-device-width:1024px) and (max-width:989px),
screen and (max-device-width:480px), screen 
and (min-device-width : 768px) and (max-device-width : 1024px),
(min-device-width:481px) and (max-device-width:1024px) and (orientation:portrait){
	
	/* Basic styles ----------------------------------------- */
	
	.noTablet{
		display:none;
	}
	
		#banner{
		width:100%;
		height:auto;
	}
		
 	/* banner styles ----------------------------------------- */
	
	.captionTitle{
		font-size:25px;
		padding:35px 0;
	}
	
	.sideText{
		clear:both;
		float:none;
		text-align:center;
		width:100%;
	}
	
	.flex-direction-nav{
		margin-top:-250px;
	}
	
}


@media only screen and (max-width: 750px) {
	/* footer styles ----------------------------------------- */
	
	#sidebar, .ie7 #sidebar{
		text-align:center;
		width:90%;
		margin:0 auto;
		display:block;
	}

	.sidebarRight, .sidebarLeft{
		margin:0;
		float:none;
	}
	
	.sidebarRight{
		margin-bottom:40px;
	}
	
}


@media only screen and (max-width: 650px) {
		
 	/* banner styles ----------------------------------------- */
	.captionTitle{
		padding:25px 0;
	}
	
		#banner{
		width:100%;
		height:auto;
	}
	.flex-direction-nav{
		display:none;
	}
	
	.captionTitle, .captionText{
		max-width:400px;
		width:90%;
	}
	
	/* two column page styles ----------------------------------------- */
	.leftCol, .rightCol{
		float:none;
		margin:20px 0;
		padding:0;
		width:100%;
	}
	
	.rightCol{
		margin-bottom:40px;
	}
	
	.rightColContent, .leftColContent{
		padding:0;
	}
	
}

/*=================== STYLE PHONE =========================*/

@media (min-device-width:1024px) and (max-width:509px), (max-device-width:480px) and (orientation:portrait), screen 
and (min-device-width : 320px) and (max-device-width : 480px){

	/* Basic styles ----------------------------------------- */

	.noPhone{
		display:none;
	}
	
	.left, .right{
		float:none;
	}
	#smartcast{
width:230px;
height:320px;

display:block;
margin:0 auto;
float:none;
margin-bottom:20px;

}
	
	/* nav styles ----------------------------------------- */
	
	/* Drop down menu --- START --- If uncommented in the tablet query, comment out or delete from this comment to END comment. */
	
	#headerNav ul {
		height:auto;
		padding:0;
		text-align:center;
	}
	
	#headerNav #menu p {
		color:#162128;
		display:block;
		height:73px;
		line-height:73px;
		margin:0;
		text-align:center;
	}
	
	#headerNav #menu:hover p {
		color:#9D71B1;
	}
	
	#headerNav #menu ul {
		display:none;
		left:0;
		position:absolute;
		width: 100%;
		z-index:10;
	}
	
	#headerNav #menu ul li {
		background:#FEFAF9;
		border:1px solid #9D71B1;
		border-width:1px 0;
		display:block;
		padding:0;
		width:auto;
	}
	
	#headerNav #menu ul li:first-child {
		border-top-width:2px;
	}
	
	#headerNav #menu a {
		padding:15px 0;
		width:100%;
	}
	
	#headerNav #menu a:hover {
	}
	
	#headerNav #menu li,
	.no_js nav #menu li:hover > ul,
	.no_js nav #menu li:active > ul {
		display:block;
	}
	
	/* Dropdown end */
	
	/* banner styles ----------------------------------------- */
	.slideTop .innerWrapper{
		position:relative;
	}
	#banner{
		width:100%;
		height:auto;
	}
	.captionTitle, .captionText{
		width:100%;
	}
	
	/* footer styles ----------------------------------------- */
	
	#sidebar{
		margin-bottom:20px;
	}
	
	#footerNav{
		display:none;
	}
	
	#copyright{
		line-height:1.75em;
	}
}