/* === universal === */


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section 
		{
			display: block;
		}
	
			#breadcrumb, .column h1, #wrapper h1, img.content-panel
		{
			display:none;
		}

		.showtime{
			display:block!important;
		}

		div.content-panel
		{
			border:none;
		}

	.mobile-active
		{
			background-color:rgb(51,51,51)!important;
		}

	.purple-btn,
	.purple-background
		{
			background-color:rgb(100,0,170);
		}
	
	.purple-btn:hover
		{
			background-color:rgb(70,0,120);
		}
	
	
	.magenta-btn,
	.magenta-background
		{
			background-color:rgb(230,0,80);
		}
	
	.magenta-btn:hover
		{
			background-color:rgb(170,0,60);
		}
	
	.blue-btn,
	.blue-background
		{
			background-color:rgb(0,170,220);
		}

	.blue-btn:hover
		{
			background-color:rgb(0,120,160);
		}


	.green-btn,
	.green-background
		{
			background-color:rgb(80,175,80);
		}

	.green-btn:hover
		{
			background-color:rgb(55,147,55);
		}

	.yellow-btn,
	.yellow-background
		{
			background-color:rgb(255,220,0);
		}

	.yellow-btn:hover
		{
			background-color:rgb(224,192,0);
		}

	.dark-grey-btn,
	.dark-grey-background
		{
			background-color:rgb(51,51,51);
		}

	.dark-grey-btn:hover
		{
			background-color:rgb(35,35,35);
		}

	.medium-grey-btn,
	.medium-grey-background
		{
			background-color:rgb(102,102,102);
		}

	.medium-grey-btn:hover
		{
			background-color:rgb(70,70,70);
		}

	.light-grey-btn,
	.light-grey-background
		{
			background-color:rgb(221,221,221);
		}

	.light-grey-btn:hover
		{
			background-color:rgb(178,178,178);
		}


	.red-btn,
	.red-background
		{
			background-color:rgb(230,0,20);
		}

	.red-btn:hover
		{
			background-color:rgb(186,0,16);
		}

	.purple_secondary_btn
		{
			background-color:white;
			border: thin solid rgb(100,0,170)!important;
			color:rgb(100,0,170)!important;
		}

	.purple_secondary_btn:hover
		{
			background-color:rgb(100,0,170);
			color:white!important;
		}


	.magenta_secondary_btn
		{
			background-color:white;
			border: thin solid rgb(230,0,80)!important;
			color:rgb(230,0,80)!important;
		}

	.magenta_secondary_btn:hover
		{
			background-color:rgb(230,0,80);
			color:white!important;
		}

	/* [ button ] */

	.more-info-btn
		{
			display:inline-block;
			padding:10px 20px;
			text-decoration:none;
			font-size:16px;
			font-weight:100!important;
			border-radius:5px;
			transition:all, 0.5s;
			-moz-transition:all, 0.5s;
			-wekbkit-transition:all, 0.5s;
			-o-transition:all, 0.5s;
			-ms-transition:all, 0.5s;
		}
	
	.more-info-btn:hover
		{
			text-decoration:none!important;
		}

	.more-info-btn span{
		display: inline-block;
		margin-left: 10px;
		transform: translateY(0.5px)!important;
	}

	/* [] */

		.cta_email, .text_link, 
		.cta_email:hover, .text_link:hover, 
		.phone_number{
				color:rgb(100,0,170)!important;
				font-weight:normal!important;
		}		


		.cta_email, .text_link{
			text-decoration:none;
		}
		
		.cta_email:hover, .text_link:hover{
			text-decoration:underline;
		}
		
		
		
		.purple_secondary_btn span, 
		.magenta_secondary_btn span,
		.text_link span{
			    display: inline-block;
    			margin-left: 10px;
    			transform: translateY(0.5px)!important;		
		}
		
		.text_link span, 
		.text_link span:hover{
			text-decoration:none!important;
		}

	.no-margin{
		margin:0!important;
	}

	.no-top-margin{
		margin-top:0!important;
	}
	
	.no-right-margin{
		margin-right:0!important;
	}
	
	.no-bottom-margin{
		margin-bottom:0!important;
	}
	
	
	.no-left-margin{
		margin-left:0!important;
	}

	.no-border{
		border:none!important;
	}

	.no-border-left{
		border-left:none!important;
	}

	.no-border-right{
		border-right:none!important;
	}

	.no-border-top{
		border-top:none!important;
	}

	.no-border-bottom{
		border-bottom:none!important;
	}

	
	.white-text
		{
			color:white!important;
		}

	.blue-text
		{
			color:rgb(0,170,220)!important;
		}

	.purple-text
		{
			color:rgb(100,0,170)!important;
		}

	.grey-text
		{
			color:rgb(51,51,51)!important;
		}

	.magenta-text
		{
		color:rgb(230,0,80)!important;
		}

	.green-text
		{
		color:rgb(80,175,80)!important;
		}

/* === mobile === / portrait and landscape/ ===*/

@media all 
 	and (min-width: 320px) 
  	and (max-width: 568px)
	and (orientation:portrait)
{
		
	
	footer, 
	div.telno, 
	.printhide, 
	#pageLogo, 
	.hide-on-mobile,
	.minisitehomepage h1:first-of-type,
	.minisitehomepage h1:nth-child(1)
		{ 
			display:none;
		}
	
	.cms-component {
		overflow: hidden;
		margin-bottom: 20px;
	}	
	
	
	#pageLogo
		{
			width:40%;
		}
	
	
	img
		{
			width:100%;
		}
	
	a
		{
			font-weight:normal!important;
		}
	
	html {
		
		position: relative;
		min-height: 100%;
		}


	
	
	[class*="row-"]{
	
		overflow:hidden;
	
	}
	
	
	[class*="col-"]{
		
		font-size:14px;
		position:relative;
		margin-bottom:20px;
	
	}
		
	
	[class*="col-"] img{
	
		width:100%;
		margin:12px 0;
	
	}

	.hidden_content{
		background-color:#6400aa;
		margin-top:-20px;
		padding:10px;
		box-sizing:border-box;
	}
	
	.body-copy{
		margin:10px 0;
	}



.banner-style
		{
			position:relative;
			overflow:hidden;
			background-color:#dddddd;
		}
	
.banner-content
	{
		margin-right:10px;
	}
	
.banner-content h2{
			margin:0 0 0 0;
		}
		
.banner-content p{
			margin:5px 0 0 0;
		}
	
.banner-style > img
	{
		width:100%;
	}


			
/* end*/

/**/	
}
	



/* === desktop === */

@media all and (min-width:650px){
	

	.hide-on-desktop{
		display:none;
	}
	
	
	.cms-components .cms-component-content-panel {
		overflow: hidden;
		margin-bottom: 20px;
	}	
	
	
	h1{
		font-size:36px!important;
		line-height:42px!important;
		margin-bottom:0;
	}
	
	
	h2{
		font-size:30px!important;
		line-height:36px!important;
	}
	

	
	.float-right{
		float:right!important;
		margin-right:0px!important;
		margin-left:20px!important;
	}
	
	.float-left{
		float:left;
		margin-right:20px;
		width:45%;
	}
	



	[class^="row-"]{
	
		overflow:hidden;
	
	}
	
	[class^="col-"]{
		
		box-sizing: border-box;
		/*padding:10px;*/
		margin-right:20px;
		font-size:14px;
		float:left;
		position:relative;
	
	}
	
	[class^="col-"]:last-child{
		
		margin-right:0;
	}
	
	[class^="col-"] img{
	
		width:100%;
	
	}
	
	[class^="col-"] p{
	
		margin-top:20px!important;
	
	}
		
	.col-2{
		width:48.8%;
	}
	
	
	.col-3{
		width:31.9%
	}
			
	.col-4{
		width:23.3%;
	}
		
		
	.border{
			border:thin solid #dddddd;
		}
		
	.border-left{
			border-left:thin solid #dddddd;
		}

	.border-right{
			border-right:thin solid #dddddd;
		}

	.border-top{
			border-top:thin solid #dddddd;
		}

	.border-bottom{
			border-bottom:thin solid #dddddd;
		}		




	.banner-style
			{
				position:relative;
				overflow:hidden;
				margin:10px 0;
			}
		
	.banner-content
		{
			float:left;
			margin-right:10px;
			width: 50.8%;
		}
			
		.banner-content h2{
				margin:0 0 0 0!important;
			}
			
		.banner-content p{
				margin:5px 0 0 0!important;
			}

	
/* END OF DESKTOP STYLES*/	
}
	