/* === 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
		{
			display:none;
		}

		.showtime{
			display:block!important;
		}

	.mobile-active
		{
			background-color:#333333!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;
		}

		.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;
		}

	.magenta-text
		{
			color:rgb(230,0,80)!important;
		}

	.grey-text
		{
			color:rgb(51,51,51)!important;
		}

	/* video container */
		
	.video-container {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
	}
	
	.video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


	#video-img
		{
			width:100%;
		}


/* QUOTE BOX  // START */

	.quote-box
		{
			
		}
	
	.quote-border-right
		{
			border-right:5px solid;
		}
	
	.quote-border-left
		{
			border-left:5px solid;
		}
	
	.quote-border-top
		{
			border-top:5px solid;
		}
	
	.quote-border-bottom
		{
			border-bottom:5px solid;
		}
	
	.quote-border-full
		{
			border:5px solid;
		}
	
	.quote-border-purple
		{
			border-color:#6400aa;
		}
	
	.quote-border-mid-blue
		{
			border-color:#0295d4;
		}
	
	.quote-border-magenta
		{
			border-color:#e60050;
		}
	
	.quote-border-blue
		{
			border-color:#004796;
		}
	
	.quote
		{
			font-family:'bt-font-reg',sans-serif;
			font-size:16px;
			padding:20px;
			color:#3b3c3a;
			
		}

	blockquote 
		{
	  background: #f1f1f1;
	  margin: 1.5em 0;
	  quotes: "\201C""\201D""\2018""\2019";
	}

	blockquote i::before 
			{
		  color:#3b3c3a;
		  content: open-quote;
		  font-size: 4em;
		  line-height: 0.1em;
		  margin-right: 0.3em;
		  vertical-align: -0.4em;
		}
	
	blockquote i::after 
			{
		  color:#3b3c3a;
		  content: close-quote;
		  font-size: 4em;
		  line-height: 0.1em;
		  margin-left: 0em;
		  vertical-align: -0.6em;
		}


/* QUOTE BOX // END */


/* === mobile === / portrait and landscape/ ===*/

@media all 
 	and (min-width: 320px) 
  	and (max-width: 568px)
{
		
	
	footer, 
	div.telno, 
	.printhide, 
	#pageLogo, 
	.hide-on-mobile,
	.minisitehomepage h1:first-of-type,
	.minisitehomepage h1:nth-child(1)
		{ 
			display:none;
		}
	
	
	#pageLogo
		{
			width:40%;
		}
	
	
	img
		{
			width:100%;
		}
	
	
	html {
		
		position: relative;
		min-height: 100%;
		}
	
	
	body 
		{
    		margin: 0 0 100px; /* bottom = page nav height */
		}
	
	
	.h3{
		font-weight:normal!important;
	}
	
/* == header panel == */
	
	.copy-container p {
		margin-top:20px;
	}
	
	
	.header-panel
		{
		}
	
	
	
	.header-panel-with-logo 
	{
		overflow:hidden;
	}
	
	
	.header-panel-with-logo > .page-logo 
	{
		float:right;
		margin-top:10px;
		margin-right:-90px;
	}
	
	
		.header-panel-with-logo > .title-container 
	{
		float:left;
	}
	
	
	.title-container 
	{
		background-color: #ffffff;
			padding:5px;
	}
	
	.header-title
	{
		font-family: "bttv-regular",sans-serif;
		font-size: 28px;
		line-height: 36px;
		color: rgb(100,0,170);
		margin: 10px 0px;
	}


	.header-sub-title
	{
		font-family: "bttv-regular",sans-serif;
		font-size: 16px;
		line-height: 22px;
		color: #333333;
		margin: 10px 0px;
	}


	.intro-panel-text-right,
	.intro-panel-text-left
		{
			padding:5px;
		}
	
/* grid system */
	
	
	[class*="row-"]{
	
		overflow:hidden;
	
	}
	
	
	[class*="col-"]{
		
		font-size:14px;
		position:relative;
		margin-bottom:20px;
	
	}
		
	
	[class*="col-"] img{
	
		width:100%;
		margin:12px 0;
	
	}

	
	.body-copy{
		margin:10px 0;
	}
	
/* === more info button === */	
	
	.more-info-btn
		{
			display:inline-block;
			padding:10px 20px;
			text-decoration:none;
			font-size:16px;
			border-radius:5px;
			font-weight:normal!important;
		}
	
	.more-info-btn:hover
		{
			text-decoration:none!important;
		}


	
	
/* [

The #small_nav is for the drop down menu. If the user doesn't want to use the drop down, 
they can comment it out of the HTML, so it doesn't appear anywhere, and the below css will restyle the menu into a collapsed list.

] */	
	
	#small_nav{
	    width: 100%;
		height: 40px;
		padding: 10px;
		margin: 20px 0;
	}
	
.nav-fix
	{
		position:fixed;
		z-index:100;
		top: 0;
		left: -10px;
		width:100%;
		margin-top:0px;
		box-shadow: 0px 0px 4px rgba(0,0,0,0.6);
		background-color: rgb(100,0,170);
	}

.page-navigation
	{
		overflow: hidden;
		background-color: rgb(100,0,170);
		text-align:center;
		margin: 20px 0;
	}	
	
	
.page-navigation ul 
	{
		list-style:none!important;
		margin:0!important;
		padding:0!important;
		font-size: 0!important;
	}
	
.page-navigation ul li
	{
		border-bottom:thin solid white;
	}

.page-navigation ul li:last-child
	{
		border-bottom:none;
	}

	
.page-navigation ul li a
	{
		padding: 10px;
		display:block;
		text-decoration:none;
		font-weight:normal!important;
		
	}

	
	
	/*list_*/
	
	.list_{
		padding:10px;
	}
	
	.list_ ul{
	}
	
	.list_ ul li{
		list-style:disc;
		margin-left:10px;
	}
	
	.list_ ul li span{
		color:#333333;
	}
	
	.list_col:last-child {
    margin-top: -17px !important;
	}
	
	/* list style // end // */	



/*footer links*/
#footer_links {
		overflow: hidden;
	}
											
	#footer_links ul {
		padding: 0px;
		margin-left: 0px;
		list-style: outside none none;
	}
		
	#footer_links ul:last-child {
		margin-right: 0!important;
	}
		
			
	#footer_links section h4 a {
		color: #6400aa!important;
		text-decoration: none;
		background: #f1f1f1;
		padding: 5px;
		width: 100%;
		display: block;
		text-align: center;
		border: thin solid #ccc;
		transition:all, 500ms;
	}
		
	#footer_links section h4 a:hover{
		background: #6400aa;
		border: thin solid #6400aa;
		color:white!important;
		text-decoration: none;
	}
										
																				
	#footer_links ul li a{
		text-decoration: none;
		color: #333333;
		}
			
	#footer_links ul li a:hover{
		text-decoration: underline;
		color: #333333;
		}	

#footer_links  li{
	text-align:center;
}			
			
			
#footer_links a {
    font-weight: normal!important;
}
	
	#footer_links section {
		margin-bottom:10px;
	}
		

	
	/*placeholder style - merchant listings*/
		
	.cms-component-product-line-listing
		{
			padding: 11px 20px 20px 20px;
		}
		
	.product-merchant
		{
			background-color:white!important;
		}
			
	.product-merchant .lower-section 
		{
			background-color: white!important;
			box-shadow:none!important;
		}
			
	/**placeholder style - line listings*/
	
	table.product-listing
		{
			background-color:transparent!important;
		}
			
	table.product-listing td.compare-col
		{
			display:none;
		}
		
		
	/*placeholder stlye - featured*/
			
	.cms-components .cms-component-featured-product-large 
		{
			margin: 0px !important;
			border: medium none !important;
			width: 100%;
			padding: 20px !important;
	}
			
	.featuredWrapInner
		{
			background-color:white;
			width: 94%;
			padding: 10px;
		}
			
	.cms-components .cms-component-featured-product-large .image
		{
			width: 39%!important;
			display: inline-block;
			float:none!important;
			vertical-align: middle;
			text-align: left;
			background-color: white;
		}
			
			
	.cms-components .cms-component-featured-product-large .description
		{
			width: 55%;
			position: relative;
			display: inline-block;
			float:none!important;
			vertical-align: middle;
			background-color: white;
			margin: 0px;
			padding: 10px;
		}
	
	
	/* CTA primary // start // */
	
	
		.cta_email, .text_link, .phone_number{
			text-decoration:none;
			color:rgb(100,0,170)!important;
		}
		
		.cta_email:hover, .text_link:hover{
			text-decoration:underline;
			color:rgb(100,0,170)!important;
		}
		
		.phone_number{
			font-size:26px;
		}
		
		.text_link span{
			display:inline-block;
			margin-left:10px;
    		transform: scale(1.2);
    		margin-top: -1px;			
		}
		
		.text_link span, 
		.text_link span:hover{
			text-decoration:none!important;
		}
	
	/* CTA primary // end // */
	
	
/* two col call out // start // */

	.two-col-call-out
		{
			position:relative;
			padding:0;
		}
	
	.two-col-call-out > .col-para
		{
			position: absolute;
			bottom: 0px;
			left: 0px;
			height: auto;
			width: 66%;
			background: rgba(255, 255, 255, 0.8) none repeat scroll 0% 0%;
			padding: 13px;
			margin: 0;
			
		}
	
	
	.two-col-call-out > .col-para > a
		{
			margin-top:10px;	
			display:block;
			width: 50%;
			text-align: center;
		}
	
/* two col call out // end // */
	
	
/* banner styles */
	
.banner-style
		{
			position:relative;
			overflow:hidden;
			background-color:#0295d4;
			border-bottom:2px dashed #ffffff;
			border-top:2px dashed #ffffff;
			padding:10px;
			margin-bottom:20px;
		}
	
.banner-content
	{
		margin-right:10px;
	}
	
.banner-content h2{
			margin:0 0 0 0;
		}
		
.banner-content p{
			margin:5px 0 0 0;
		}
	
.banner-style > img
	{
		border: thin solid #ffffff;
		width:100%;
	}
	
	
/* == table --*/

.table_cell
	{
		background-color:#ebebeb;
		padding:10px;
		margin bottom:10px;
		text-align: center;
	}
	
	.table_cell:nth-child(even)
	{
		background-color:#fff;
	}
	
	.table_cell:nth-child(1)
	{
		font-weight: bold;
		background-color: #343434;
		color: #fff;
		text-transform: uppercase;
	}
	
/* things */
		
.things p{
	font-size:16px;
	font-weight:bold;
}
		
	.things p:hover{
		cursor:pointer;
}
		
.things p:after{
	content:" +";
	display:inline-block;
	margin-left:20px;
	
}
		
.things p.close:after{
	content:" -";
	display:inline-block;
	margin-left:20px;
}
	
		
.things ol, 
.things > div{
	display:none;
}
		
.things ol.showOl,
.things > div.showOl{
	display:block;
}
		
		
.things ol li{
	list-style: decimal!important;
    margin-left: 24px;
}
	
/* [for use with inline accordions] */
	
	.hidden{
		display:none;
	}
	
	.reveal{
		display:block!important;
	}

	a.ShowMore {
		margin: 20px 0;
		display: inline-block;
		font-size: 1.2em;
		color: #575757;
	}	
	
	
/* end*/			
}
	

/* == mobile / portrait == */


@media all 
	and (min-width:320px)
 	and (orientation: portrait)	
{
	
	.cone {
		padding: 10px;
		float: left;
		width: 41%;
		text-align: center;
		margin-bottom: 10px;
		height: auto;
	}
	
	
	span.cone_percentage {
		font-weight: bold;
		font-size: 4.5em;
		float: left;
		margin-right: 100%;
	}
	
	
}






/* == mobile / landscape == */

@media all 
	and (max-width:568px)
 	and (orientation: landscape)	
	{
		

/* == content box == */
		
	.content-box
		{
			top:750px;
			
		}
		

/* == page navigation --*/

		.page-navigation{
		display:none;
		}
		
}



/* == iPad [portrait + landscape] === */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	
.page-navigation ul li {
		
	}

	.two-col
		{
			width:46.9%!important;
		}


	.combo-header > .intro-panel-text-right img, 
	.combo-header > .intro-panel-text-left img {
		border: none!important;
		margin-left:-1px;
		margin-bottom:-1px;
	}

	.intro-panel-text-right,
	.intro-panel-text-left{
		-webkit-border-image:none!important;
	}


	.call-out-trio > section {
		display: inline-block;
		width: 32.2%!important;
	}

	.three-col {
		width: 29.9%!important;
	}	
	
	.cta-primary div:nth-child(1) {
    	margin-right: -7px!important;
	}
	
	.cta-primary div:nth-child(3) {
    	margin-left: -7px!important;
	}
			

}
/* == iPad [portrait + landscape] === */




/* === desktop === */

@media all and (min-width:650px){
	

	.hide-on-desktop{
		display:none;
	}
	
	#pageLogo img {
    margin-top: -10px;
	}
	
	h1{
		font-size:36px!important;
		line-height:42px!important;
		font-family: "bt-font-reg", sans-serif;
	}
	
	
	h2{
		font-size:30px!important;
		line-height:36px!important;
		font-family: "bt-font-reg", sans-serif;
	}
	
	
	/* == header panel == */
	
	.combo-header > .intro-panel-text-right img,
	.combo-header > .intro-panel-text-left img
		{
			border-top:none;
		}
		
	.combo-header > .header-panel
		{
			margin-bottom:0;
		}
	
	.header-panel
		{
			margin-bottom:20px;
		}
	
	.header-panel-with-logo
		{
			overflow:hidden;
			margin-bottom:20px;
		}
	
	.header-panel-with-logo > .title-container 
		{
			float:left;
		}
	
	.header-panel-with-logo > .page-logo 
		{
			float:right;
		}
	
	
	.title-container 
	{
		background-color: #ffffff;
	}
	
	.header-title
	{
		font-family: "bt-font-reg",sans-serif;
		font-size: 36px;
		line-height: 42px;
		color: #6400aa;
		margin: 10px 0px;
	}


	.header-sub-title
	{
		font-family: "bt-font-reg",sans-serif;
		font-size: 16px;
		line-height: 22px;
		color: #3b3c3a;
		margin: 10px 0px;
	}


/* == page navigation --*/
	
.nav-fix
	{
		position:fixed;
		z-index:100;
		top: 0;
		left: 0;
		width:100%;
		margin-top:0px;
		box-shadow: 0px 0px 4px rgba(0,0,0,0.6);
		background-color: rgb(100,0,170);
	}

.page-navigation
	{
		overflow: hidden;
		text-align:center;
		margin-bottom: 20px;
	}	
	
	
.page-navigation ul 
	{
		list-style:none!important;
		margin:0!important;
		padding:0!important;
		font-size:0!important;
	}
	
.page-navigation ul li
	{
		/* display */
		display:inline-block;
		vertical-align:top;
		margin:0!important;
		border-left:thin solid white;
	}	

	
.page-navigation ul li a
	{
		padding: 10px 15px;
		transition:all ease-in-out 0.5s;
		display:block;
		text-decoration:none;
		width:auto;
		font-weight:normal!important;
		
	}


.page-navigation ul li a:hover,
.page-navigation ul li a:focus
	{
		background-color:rgb(70,0,120);
		text-decoration:none;
	}	
	
	
/* === intro panels === */
	
	.intro-panel-text-right,
	.intro-panel-text-left
		{
			position: relative;
			overflow: hidden;
			margin-bottom:20px;
			height:auto;
			width:100%;
		}
	
	
	.intro-panel-text-right img,
	.intro-panel-text-left img
		{
			width:100%;
			position:relative;
		}
	
	.intro-panel-text-right > .copy-container,
	.intro-panel-text-left > .copy-container
		{
			position:absolute;
			background-color:rgba(255,255,255,0.8);
			padding:20px;
			height:auto;
			bottom:0;
			width:40%;
			z-index:1;
		}
	
	.intro-panel-text-left > .copy-container
		{
			left:20px;
		}
	
	.intro-panel-text-right > .copy-container
		{
			right:20px;
		}
	
	.copy-container p
		{
			font-size:16px;
			line-height:22px;
		}
	
	.photo 
			{
				transform:translateY(-17px);
			}	
	
/* == copy block == */

.copy-block-container 
	{
		padding: 5px;
		margin-bottom: 10px;
	}	
	
	
.two-text-col{
		column-count: 2;
		column-gap:60px;
		column-rule:thin solid #eaeaea;
		column-width:45%;
		padding:10px;
			
		/**/
		-moz-column-count: 2;
		-moz-column-gap:60px;
		-moz-column-rule:thin solid #eaeaea;
		-moz-column-width:45%;
			
		/**/
		-webkit-column-count: 2;
		-webkit-column-gap:60px;
		-webkit-column-rule:thin solid #eaeaea;
		-webkit-column-width:45%;
	}
	
	
	.two-text-col:first-child,
		.three-text-col:first-child{
			margin-top:0;
		}
	
.three-text-col{
		column-count: 3;
		column-gap:60px;
		column-rule:thin solid #eaeaea;
		column-width:33.3%;
		padding:10px;
			
		/**/
		-moz-column-count: 3;
		-moz-column-gap:60px;
		-moz-column-rule:thin solid #eaeaea;
		-moz-column-width:33.3%;
			
		/**/
		-webkit-column-count: 3;
		-webkit-column-gap:60px;
		-webkit-column-rule:thin solid #eaeaea;
		-webkit-column-width:33.3%;
	}
	
	
.two-text-col p:first-child,
.three-text-col p:first-child,
.two-text-col h2:first-child,
.three-text-col h2:first-child,
.two-text-col ul:first-child,
.three-text-col ul:first-child
	{
		margin-top:0!important;
	}		
	
	
	/* grid system */

	[class*="row-"]{
	
		overflow:hidden;
		margin-bottom:20px;
	
	}
	
	[class*="col-"]{
		
		padding:10px;
		margin-right:10px;
		font-size:14px;
		float:left;
		position:relative;
	
	}

	.float-right{
		float:right!important;
	}
	
	[class*="col-"]:last-child{
		
		margin-right:0;
	}
	
	[class*="col-"] img{
	
		width:100%;
		margin-bottom:10px;
	
	}
	
	/* column widths*/
	
	.col-1{
		width:97.7%;
	}
	
	
	.col-2{
		width:47.2%;
	}
	
	
	.col-3{
		width:30%;
	}
			
	.col-4{
		width:21.99%;
	}
		
		
/* setting header | UL | div heights */
	
	
/* H2 heights - multiples of 25 */
	
	.h2-two-lines{
		height:50px;
	}
	
	.h2-three-lines{
		height:75px;
	}
	
	.h2-four-lines{
		height:100px;
	}
	
/* p heights - mulitples of 24 */
	
	.p-three-lines{
		height:72px;
	}
	
	.p-four-lines{
		height:96px;
	}
	
	.p-five-lines{
		height:120px;
	}
	
	.p-six-lines{
		height:144px;
	}
	
	.p-seven-lines{
		height:168px;
	}
	
	.p-eight-lines{
		height:192px;
	}
	
	.p-ten-lines{
		height:240px;
	}
	
	.p-eleven-lines{
		height:264px;
	}
	
	.p-twelve-lines{
		height:288px;
	}
	
/* 'floated' content */
		
	.content-container
		{
			overflow:hidden;
		}
		
	
	.copy-left, .copy-right, .img-left, .img-right, .breaker
		{
			display:inline-block;
			vertical-align:middle;
		}
		
	.copy-left,
	.copy-right{
		
		width:50%;
		
		}
		
	.img-right{
		
		width:46%;
		text-align:right;
		margin-left:18px;
		}
		
	.img-left{
		
		width:46%;
		text-align:left;
		margin-right:18px;
		}
		
	.img-left img, 
	.img-right img{
		
		margin-bottom:0;
		width:100%;
		
		}
	
	
	/* end */

	
/* === more info button === */	
	
	.more-info-btn
		{
			display:inline-block;
			padding:10px 20px;
			text-decoration:none;
			font-size:16px;
			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;
		}

	
	
	
	/* use if setting height on the $-col class*/
	.btn-position
		{
			position:absolute;
			bottom:10px;
			left:10px;
		}
	
	
	/* === content blocks - for use with accordions === */
	
	.content-block
		{
			padding:20px;
			margin-bottom:10px;
			overflow:hidden;
			display:none;
		}
	
	.parappa-the-wrapper 
		{
    		text-align: center;
		}
	
	
	.content-box
		{
			position:absolute;
			top:650px;
			left:0px;
			width:90%;
			padding:20px;
			transition:all ease-in-out 0.5s;
			background-color:white;
			/*display:none;*/
			
		}
	
	
/* list style // start // */
	
	.list_col
		{
			display: inline-block;
			width: 46%;
			vertical-align: top;
			margin-right:20px;
		}
	
	
		.list_col:last-child
		{
			margin-right:0;
		}	
		
	/*list_*/
	
	.list_{
		padding:10px;
	}
	
	.list_ ul{
	}
	
	.list_ ul li{
		list-style:disc;
		margin-left:10px;
	}	
		
		
	/* list style // end // */	


/*** FORM ALERT ***/
	
.alertBlock {display:none;}
	

  .elq-form input,textarea {
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
  }
  .elq-form input[type=text],.elq-form textarea,.elq-form select[multiple=multiple] {
    border: 1px solid #A6A6A6;
  }
  .elq-form button,input[type=reset],input[type=button],input[type=submit],input[type=checkbox],input[type=radio],select {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
  }
  /* GENERIC */.elq-form input {
    height: 20px;
    line-height: 16px;
  }
  .elq-form .item-padding {
    padding:6px 5px 9px 9px;
  }
  .elq-form .pp-group {
    padding:0px 5px 0px 9px;
  }
  .elq-form .pp-field {
    padding:6px 0px 9px 0px;
  }
  .elq-form .field-wrapper.individual {
    float: left;
    width: 100%;
    clear: both;
  }
  .elq-form .field-p {
    position: relative;
    margin: 0;
    padding: 9px;
  }
  .elq-form .zIndex-fix {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .elq-form .field-design {
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:0;
    padding:0;
  }
  .elq-form .no-fields-prompt {
    float: left;
    width: 100%;
    height: 150px;
    padding-top: 50px;
    clear: both;
  }
  /* SECTION BREAKS */.elq-form .section-break {
    float:left;
    width: 97%;
    margin-right:2%;
    margin-left:1%;
    padding-bottom:6px;
  }
  .elq-form .section-break .heading {
    width:100%;
    font-weight: bold;
    margin:0;
    padding:0;
  }
  /* LABEL */.elq-form .required {
    color: red !important;
    display: inline;
    float: none;
    font-weight: bold;
    margin: 0pt 0pt 0pt;
    padding: 0pt 0pt 0pt;
  }
  /* FIELD GROUP */.elq-form .field-group {
    float: left;
    clear: both;
  }
  .elq-form .field-group.large {
    width:100%;
  }
  .elq-form .field-group.medium {
    width:51%;
  }
  .elq-form .field-group.small {
    width:31%;
  }
  .elq-form .field-group .label {
    float:left;
    width:97%;
    margin-right:2%;
    margin-left:1%;
    padding-bottom:6px;
    font-weight: bold;
  }
  .elq-form .field-group .field-style {
    float: left;
  }
  .elq-form .progressive-profile .pp-inner {
    float: left;
    clear: both;
  }
  .elq-form .progressive-profile .pp-inner.large {
    width:100%;
  }
  .elq-form .progressive-profile .pp-inner.medium {
    width:51%;
  }
  .elq-form .progressive-profile .pp-inner.small {
    width:31%;
  }
  /* RADIO */.elq-form .radio-option {
    display: inline-block;
  }
  .elq-form .radio-option .label {
    display:block;
    float:left;
    padding-right:10px;
    padding-left:22px;
    text-indent:-22px;
  }
  .elq-form .radio-option .input {
    vertical-align:middle;
    margin-right:7px;
  }
  .elq-form .radio-option .inner {
    vertical-align:middle;
  }
  /* CHECKBOX */.elq-form .checkbox-span {
    display:inline-block;
  }
  .elq-form .checkbox-label {
    padding-left:7px;
    position: relative;
    bottom:3px;
  }
  /* INPUT */.elq-form .accept-default {
    width:100%;
  }
  /* SIZING */.elq-form .field-style {
    margin-right:2%;
    margin-left:2%;
  }
  .elq-form .field-style._25 {
    width:21%;
  }
  .elq-form .field-style._50 {
    width:46%;
  }
  .elq-form .field-style._50_left {
    clear:left;
    width:46%;
  }
  .elq-form .field-style._75 {
    width:71%;
  }
  .elq-form .field-style._100 {
    width:96%;
  }
  .elq-form .field-size-top-small {
    width:30%;
  }
  .elq-form .field-size-top-medium {
    width:75%;
  }
  .elq-form .field-size-top-large {
    width:100%;
  }
  .elq-form .field-size-left-small {
    width:21%;
  }
  .elq-form .field-size-left-medium {
    width:46%;
  }
  .elq-form .field-size-left-large {
    width:60%;
  }
  /* INSTRUCTIONS */.elq-form .instructions.default {
    color:#444444;
    display:block;
    font-size:10px;
    padding:6px 0pt 3px;
  }
  .elq-form .instructions.group {
    float:left;
    width:97%;
    margin-right:2%;
    margin-left:2%;
    padding:6px 0pt 3px;
    color:#444444;
    display:block;
    font-size:10px;
  }
  .elq-form .instructions.left-single {
    margin:0 0 0 33%;
  }
  .elq-form .instructions-other {
    margin:0;
  }
  /* POSITIONING */.elq-form .label-position.left {
    display:block;
    line-height:150%;
    padding:1px 0pt 3px;
    float:left;
    width:31%;
    margin:0pt 15px 0pt 0pt;
    word-wrap:break-word;
    overflow-wrap: break-word;
  }
  .elq-form .label-position.top {
    display:block;
    line-height:150%;
    padding:1px 0pt 3px;
    white-space:normal;
  }
  .elq-form .label-position.alignment-left {
    text-align: left;
  }
  .elq-form .label-position.alignment-right {
    text-align: right;
  }
  /* LIST ORDER */.elq-form .list-order {
    display:block;
  }
  .elq-form .list-order.oneColumn {
    margin:0pt 7px 0pt 0pt;
    width:100%;
    clear:both;
  }
  .elq-form .list-order.twoColumn {
    float:left;
    margin:0pt 7px 0pt 0pt;
    width:48%;
  }
  .elq-form .list-order.threeColumn {
    float:left;
    margin:0pt 7px 0pt 0pt;
    width:30%;
  }
  .elq-form .list-order.oneColumnLeft {
    float:left;
    margin:0pt 7px 0pt 0pt;
    width:100%;
  }
  .elq-form .list-order.twoColumnLeft {
    float:left;
    margin:0pt 7px 0pt 0pt;
    width:38%;
  }
  .elq-form .list-order.threeColumnLeft {
    float:left;
    margin:0pt 7px 0pt 0pt;
    width:30%;
  }
  /* GRID STYLE */.elq-form .grid-style {
    display:inline;
    float:left;
    margin-left:2%;
    margin-right:2%;
  }
  .elq-form .grid-style._25 {
    width:21%;
  }
  .elq-form .grid-style._50 {
    width:46%;
  }
  .elq-form .grid-style._75 {
    width:71%;
  }
  .elq-form .grid-style._100 {
    width:96%;
  }

	
/*** FORM ALERT END ***/


/*footer links*/
#footer_links {
		overflow: hidden;
	}
	
	
	#footer_links section {
		float:left;
		margin-right: 34px !important;
		margin-left: 0px;
		width:17%;
		
}	

#footer_links section:last-child {
		margin-right: 0px!important;
}	
										
	#footer_links ul {
		padding: 0px;
		margin-left: 0px;
		list-style: outside none none;
	}
		
	#footer_links ul:last-child {
		margin-right: 0!important;
	}
		
			
	#footer_links section h4 a {
		color: #6400aa!important;
		background-color:#ffffff;
		/**/
		text-decoration: none;
		padding: 5px;
		/**/
		width: 100%;
		display: block;
		/**/
		text-align: left;
		transition:all, 500ms;
	}
		
	#footer_links section h4 a:hover{
		background: #6400aa;
		color:white!important;
		text-decoration: none;
	}
		
		
	#footer_links section h4 span{
		color:transparent;
		padding:5px;
		display:block;
	}		
	
		
		#footer_links section h4 span:hover{
			cursor:default;
	}		

																							
	#footer_links ul li a{
		text-decoration: none;
		color: #333333;
		line-height:2.3em;
		font-size: 14px;
padding-left:5px;
		}
			
	#footer_links ul li a:hover{
		text-decoration: underline;
		color: #6400aa;
		}	
			
			#edu_hub{
		color: #6400aa!important;
		text-decoration: none;
		width: 100%;
		display: block;
		text-align: left;
		transition:all, 500ms;		
}
	
	
	#edu_hub:hover{
		text-decoration: underline;
		color: #6400aa;
	}


	
	/*placeholder style - merchant listings*/
		
	.cms-component-product-line-listing
		{
			padding: 11px 20px 20px 20px;
		}
		
	.product-merchant
		{
			background-color:white!important;
		}
			
	.product-merchant .lower-section 
		{
			background-color: white!important;
			box-shadow:none!important;
		}
			
	/**placeholder style - line listings*/
	
	table.product-listing
		{
			background-color:transparent!important;
		}
			
	table.product-listing td.compare-col
		{
			display:none;
		}
		
		
	/*placeholder stlye - featured*/
			
	.cms-components .cms-component-featured-product-large 
		{
			margin: 0px !important;
			border: medium none !important;
			width: 100%;
			padding: 20px !important;
	}
			
	.featuredWrapInner
		{
			background-color:white;
			width: 94%;
			padding: 10px;
		}
			
	.cms-components .cms-component-featured-product-large .image
		{
			width: 39%!important;
			display: inline-block;
			float:none!important;
			vertical-align: middle;
			text-align: left;
			background-color: white;
		}
			
			
	.cms-components .cms-component-featured-product-large .description
		{
			width: 55%;
			position: relative;
			display: inline-block;
			float:none!important;
			vertical-align: middle;
			background-color: white;
			margin: 0px;
			padding: 10px;
		}
	
	
	/* CTA primary // start // */
	
		.cta_email, .text_link, .phone_number{
			text-decoration:none;
			color:rgb(100,0,170)!important;
		}
		
		.cta_email:hover, .text_link:hover{
			text-decoration:underline;
			color:rgb(100,0,170)!important;
		}
		
		.phone_number{
			font-size:26px;
		}
		
		.text_link span{
			display:inline-block;
			margin-left:10px;
    		transform: scale(1.2);
    		margin-top: -1px;			
		}
		
		.text_link span, 
		.text_link span:hover{
			text-decoration:none!important;
		}
	
	/* CTA primary // end // */

	
/* two col call out // start // */
	
	.two-col-call-out
		{
			position:relative;
			padding:0;
			width:49%;
		}
	
	.two-col-call-out > .col-para
		{
			position: absolute;
			bottom: 0px;
			left: 0px;
			height: auto;
			width: 66%;
			background: rgba(255, 255, 255, 0.8) none repeat scroll 0% 0%;
			padding: 13px;
			margin: 0;
			
		}
	
	
	.two-col-call-out > .col-para > a
		{
			margin-top:10px;	
			display:block;
			width: 25%;
			text-align: center;
		}
	
/* two col call out // end // */

/* banner styles */
.banner-style
		{
			position:relative;
			overflow:hidden;
			border-bottom:2px dashed #ffffff;
			border-top:2px dashed #ffffff;
			padding:10px;
			margin:10px 0 20px 0;
		}
		
		.banner-style > .row-1 {
			margin-bottom:-10px;
		}
	
.banner-content
	{
		float:left;
		margin-right:10px;
		width: 50.8%;
	}
		
	.banner-content h2{
			margin:0 0 0 0;
		}
		
	.banner-content p{
			margin:5px 0 0 0;
		}
	
.banner-style > img
	{
		float:right;
		border: thin solid #ffffff;
		box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.5);
	}
		
/* == table desktop --*/

	.table_container{
		overflow: hidden;
		padding-bottom:20px;
		padding-left:20px;
		padding-top:10px;
	}
	
	.table_col{
		float:left;
		width:19.55%;
		border-right: thin solid white;
	}
	
	.table_col:last-child{
		border-right:none;
	}
	
	.table_cell
	{
		background-color:#ebebeb;
		padding:10px;
		margin bottom:10px;
		text-align: center;
	}
	
	.table_cell:nth-child(even)
	{
		background-color:#fff;
	}
	
	.table_cell:nth-child(1)
	{
		font-weight: bold;
		background-color: #343434;
		color: #fff;
		text-transform: uppercase;
	}		
	
	
/**/	
		
		#lifelong_learning div p, #prioritise div p, #futureproof_pdf div p {
			margin-top:0;
	}

	#futureproof{
	    border: 10px solid transparent;
		padding: 10px;
		margin-bottom: 20px;
		margin-top: 10px;

	  -moz-border-image: -moz-linear-gradient(top left, #3acfd5 0%, #0295d4 50%, #55379b 100%);
	  -webkit-border-image: -webkit-linear-gradient(top left, #3acfd5 0%, #0295d4 50%, #55379b 100%);
	  border-image: linear-gradient(to bottom right, #3acfd5 0%, #0295d4 50%, #55379b 100%);
	 	border-color:#55379b;
	  border-image-slice: 1;

	}
											  
	 #header_copy_container_position{
	    left: 20%;
    bottom: 37%;
    width: 58%;
	    background-color: white!important;										  
	}										  
											  
/* things */
		
.things p{
	font-size:16px;
	font-weight:bold;
}
		
	.things p:hover{
		cursor:pointer;
}
		
.things p:after{
	content:" +";
	display:inline-block;
	margin-left:20px;
	
}
		
.things p.close:after{
	content:" -";
	display:inline-block;
	margin-left:20px;
}
	
		
.things ol, 
.things > div{
	display:none;
}
		
.things ol.showOl,
.things > div.showOl{
	display:block;
}
		
		
.things ol li{
	list-style: decimal!important;
    margin-left: 24px;
}
											  
/* [for use with inline accordions] */
	
	.hidden{
		display:none;
	}
	
	.reveal{
		display:block!important;
	}	
		
											  
	a.ShowMore {
		margin: 20px 0 0px 0;
		display: inline-block;
		font-size: 1.2em;
		color: #575757;
	}											  
		
											  
/* [card flip] */

/* entire container, keeps perspective */
  .flip-container {
        -webkit-perspective : 1000px;
        -moz-perspective: 1000px;
        -ms-perspective: 1000px;
        -o-perspective: 1000px;
        perspective: 1000px;  
	  	/**/
		margin:10px 0;
	  	/**/
	  
    }
	
	.flip-container:last-child{
		
	}
											  
.flip-container:hover{
	cursor:pointer;
	}											  
	
    .front {
        z-index:2;  
		/**/
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
		/**/
		/*border:thin solid #dddddd;*/
    }

    .back {
        z-index:1;
		/**/
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        transform: rotateY(-180deg); 
		/**/
		background-color:#dddddd;
		/**/
		box-sizing:border-box;
		/**/
		padding:10px;
    }
	
	/* For Internet Explorer */        
    .flip-container:hover .front, .flip-container.hover .front  {                     
        -webkit-transform:rotateY(180deg);
        -moz-transform:rotateY(180deg);
        -ms-transform:rotateY(180deg);
        -o-transform:rotateY(180deg);
        transform: rotateY(180deg);
		/**/
		z-index:9999;
		
    }

    /* For Internet Explorer */        
    .flip-container:hover .back, .flip-container.hover .back  {            
        -webkit-transform:rotateY(0deg);
        -moz-transform:rotateY(0deg);
        -ms-transform:rotateY(0deg);
        -o-transform:rotateY(0deg);
        transform: rotateY(0deg);
		/**/
		z-index:9999;
    }        

    .flip-container, .front, .back {
        width:980px;
        height:300px;
    }

    .flipper {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
		/**/
        position: relative;
    }

    .front, .back {        
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
		/**/
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden; 
		/**/
        -webkit-transition: 1.0s;
        -moz-transition: 1.0s;
        -ms-transition: 1.0s;
        -o-transition: 1.0s;
        transition: 1.0s;
		/**/
        -webkit-transition-delay: 250ms;
        -moz-transition-delay: 250ms;
        -ms-transition-delay: 250ms;
        -o-transition-delay: 250ms;
        transition-delay: 250ms;
		/**/
        position: absolute;
        top: 0;
        left: 0;
		overflow: hidden;
		/**/
		box-sizing: border-box;
		/**/
		
    }
	
	.front img{
		float:left;
		margin-right:10px;
	}
	
	.front p {
		padding:10px;
		margin-top:0!important;
	}

	.front > .header-panel-with-logo{
		margin-bottom:0!important;
	}

	.back a{
		display:inline-block;
	}											  
											  
/* end*/											  		
}


/*CHROME HACK*/											  

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
											  
											  
 .hide-on-chrome{
		display:none;
	}
		
		  
	.show-on-chrome{
		display:block;
	}										  
											  
}											  


/*FIREFOX HACK*/											  

@-moz-document url-prefix() {
											  
  	.hide-on-ff{
		display:none;
	}
		
		  
	.show-on-ff{
		display:block;
	}											  
											  
}											  


											  
/*INTERNET EXPLORER HACK*/
											  
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
		  
    .hide-on-ie{
		display:none;
	}
		
		  
	.show-on-ie{
		display:block;
	}	
		  
}											  