/* === universal === */


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, video 
		{
			display: block;
		}
	
		#breadcrumb, .column h1, #wrapper h1, img.content-panel
		{
			display:none;
		}

		div.content-panel
		{
			border:none;
		}

		.cms-component{
			margin-bottom:20px;
		}

		h1, h2, h3 {
			font-weight: 100!important;
		}
		h4 {
			font-weight: normal!important;
		}

	.mobile-active
		{
			background-color:#333333!important;
		}

	.purple-btn,
	.purple-background-colour
		{
			background-color:#55379b;
		}
	
	.purple-btn:hover
		{
			background-color:#270d62;
		}
	
	
	.magenta-btn,
	.magenta-background-colour
		{
			background-color:#ff3b9b;
		}
	
	.magenta-btn:hover
		{
			background-color:#db1978;
		}
	
	.mid-blue-btn,
	.mid-blue-background-colour
		{
			background-color:#0295d4;
		}
	
	.mid-blue-btn:hover
		{
			background-color:#006692;
		}
	
	.blue-btn,
	.blue-background-colour
		{
			background-color:#004796;
		}

	.blue-btn:hover
		{
			background-color:#003065;
		}

	.orange-btn,
	.orange-background-colour
		{
			background-color:#ff9900;
		}

	.orange-btn:hover
		{
			background-color:#ff7200;
		}

	.turquoise-btn
	.turquoise-background-colour
		{
			background-color:#46c4db;
		}

	.turquoise-btn:hover
		{
			background-color:#1b9bb3;
		}

	.green-btn,
	.green-background-colour
		{
			background-color:#009957;
		}

	.green-btn:hover
		{
			background-color:#006037;
		}

	.yellow-btn,
	.yellow-background-colour
		{
			background-color:#ffcc00;
		}

	.yellow-btn:hover
		{
			background-color:#ffa200;
		}

	.white-btn
		{
			background-color:white;
			color:#3b3c3a;
		}

	.white-btn:hover
		{
			background-color:#eaeaea;
		}


	.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;
	}

	
	.white-text-colour
		{
			color:white!important;
		}	

	.grey-text-colour
		{
			color:#3b3c3a;
		}

	/* video container */
		
	.video-container {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
		margin-bottom: 10px;
		margin-top: 65px;
	}
	
	.video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


	#video-img
		{
			width:100%;
		}


/* QUOTE BOX  // START */

	.quote-box
		{
			padding:10px;
		}
	
	.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:#55379b;
		}
	
	.quote-border-mid-blue
		{
			border-color:#0295d4;
		}
	
	.quote-border-magenta
		{
			border-color:#ff3b6b;
		}
	
	.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 10px;
	  padding: 0.5em 10px;
	  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, .hide-on-mobile
		{ 
			display:none;
		}
	
	
	#pageLogo
		{
			width:40%;
		}
	
	
	img
		{
			width:100%;
		}
	
	
	html {
		
		position: relative;
		min-height: 100%;
		}
	
	

.remove-gap-on-mobile
		{
			margin-top:-20px;
		}

	a
		{
			font-weight:normal!important;
		}
	
/*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;
		}
			
	#edu_hub{
		color: #6400aa!important;
		text-decoration: none;
		width: 100%;
		display: block;
		text-align: center;
	}
	
	
	#edu_hub:hover{
		text-decoration: underline;
		color: #6400aa;
	}	
			
		/* 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;
			margin-top: 20px;
		}
		.things ol.showOl, .things>div.showOl {
			display: block;
		}
		.things ol li {
			list-style: decimal!important;
			margin-left: 24px;
		}	
	
/* == header panel == */
	
	.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: 36px;
		line-height: 42px;
		color: #55379b;
		margin: 10px 0px;
	}


	.header-sub-title
	{
		font-family: "bttv-regular",sans-serif;
		font-size: 16px;
		line-height: 22px;
		color: #3b3c3a;
		margin: 10px 0px;
	}


	.intro-panel-text-right,
	.intro-panel-text-left
		{
			padding:5px;
		}
	
	
	.intro-panel-text-right img,
	.intro-panel-text-left img
		{
			border-top:solid 10px #55379b;
		}
	
	
	/* === column styles === */	
	
	.col-title
		{
			font-family:'bttv-regular', sans-serif;
			font-size:28px;
			line-height:34px;
			color:#55379b;
			margin: 10px 0;
		}
	
	.col-para
		{
			font-family:'bttv-regular', sans-serif;
			font-size:16px;
			line-height:22px;
			color:#333;
			margin: 10px 0;
		}
	
	
	.column-container
		{
			text-align:left;
			margin-bottom: 20px;
			overflow: hidden;
			position: relative;
		}

	
/* === more info button === */	
	
	.more-info-btn,
	.view-info-btn
		{
			display:inline-block;
			left:10px;
			padding:10px;
			text-decoration:none;
			color:white!important;
			font-size:14px;
			border-radius:2px;
		}
	
	.more-info-btn:active, .more-info-btn:focus
		{
			text-decoration:none!important;
			color:white!important;
		}
	
	.more-info-btn span
		{
			display:inline-block;
			margin-left:10px;
		}
	
	
	.view-info-btn:after
	{
		content: "+";
		display: inline-block;
		margin-left: 9px;
		margin-right: 0;
		border-radius: 50%;
		border: 2px solid white;
		line-height: 0.7;
		zoom: 1;
		padding:5px;
		width: 10px;
		height: 10px;
		text-align: center;
	}
            
            
.view-info-active:after
	{
		content: "-";
		display: inline-block;
		margin-left: 9px;
		margin-right: 0;
		border-radius: 50%;
		border: 2px solid white;
		line-height: 0.7;
		zoom: 1;
		padding:5px;
		width: 10px;
		height: 10px;
		text-align: center;
	}

	
	
/* === content blocks - for use with accordions === */
	
	.content-block
		{
			padding:20px;
			margin-bottom:10px;
			overflow:hidden;
			display:none;
		}
	
	.parappa-the-wrapper
		{
			overflow:hidden;
			position:relative;
			width:100%;
		}
	
	.parappa-the-wrapper section img
		{
			width:100%;
		}
	
	
	.content-box
		{
			position:absolute;
			top:650px;
			left:0px;
			width:90%;
			padding:20px;
			transition:all ease-in-out 0.5s;
			background-color:white;
			/*display:none;*/
			
		}
	
	
	/* == page navigation --*/

	.page-navigation
		{
			position: fixed;
			left: 0px;
			bottom: 0px;
			width: 100%;
			z-index: 1;
			overflow:hidden;
		}	
		
		
	.page-navigation ul 
		{
			list-style:none!important;
			margin:0!important;
			padding:0!important;
		}
		
	
	.page-navigation ul li
		{
			float:left;
			background-color: #55379b;
			vertical-align: middle;
			margin-bottom: -8px !important;
			padding: 10px;
		}
	
	
	.page-navigation ul li:hover,
	.page-navigation ul li:focus,
	.page-navigation ul li:active
		{
			background-color:#333333;
		}
		
	.page-navigation ul li a span
		{
			display:none;
		}	
	
		
	.page-navigation ul li a img
		{
			display:inline-block;
			width:80%;
		}


	
	/* list style // start // */
	
	
	.list-container 
		{
    		padding:20px 10px;
    		border-top: 10px solid #55379b;
		}
	
	.list-container ul 
		{
			list-style:none;
		}
	
	.list-container ul li
		{
			display:inline-block;
			padding-left: 15px;
			text-indent: -30px;
			vertical-align: top;
		}
	
	.list-container ul li:before
		{
			content: "• ";
			color:#55379b;
			padding-right:20px;
		}
	
	
	.list-container ul li:nth-child(odd)
		{
			margin-right:20px;
		}
	
	.list-container ul li span
		{
		}
	
	/* list style // end // */

		/* call out trio // start // */
	
	.call-out-trio
		{
		}
	
	.call-out-trio > section
		{
			margin:10px 0
		}
	
	.call-out-trio > section > div
		{
			display:table-cell;
			vertical-align:middle;
			height:100px;
		}
	
	
	.trio-first, .trio-second, .trio-third
		{
			padding:30px;
			font-family:'bt-font-reg', sans-serif;
			color:white;
			font-size:22px;
			line-height:28px;
		}
	
	.trio-first
		{
			background:#0295d4;
		}
	
	.trio-second
		{
			background:#ff9900;
		}
	
	.trio-third
		{
			background:#46c4db;
		}
	
	
	/* call out trio // end // */
	
	
	
	/* header contents // start // */
	
	.img-text-content
	{
		margin:30px 0;
	}
	
	
	#header-contents
		{
			
		}
		
	#header-copy
		{
		}
		
	
	.headerStyle
		{
			font-family:'bt-font-reg', sans-serif!important;
			font-size: 34px !important;
			line-height:43px!important;
			margin-bottom: 10px;
			text-align:left;
			color:#55379b!important;
		}
		
	
	.titleStyle
		{
			font-family:'bt-font-reg', sans-serif!important;
			font-size: 30px !important;
			line-height:37px!important;
			text-align:left;
		}
		
		
	.subtitleStyle
		{
			font-family:'bt-font-reg', sans-serif!important;
			font-size: 26px !important;
			line-height:32px!important;
			text-align:left;
		}	
	
		
	#header-copy h4
		{
			font-family:'bttv-bold', sans-serif!important;
		}
		
	#header-image
		{
			width:99%;
		}
		
	#header-image img
		{
			width:100%;
			margin-bottom: 20px;
		}
		
	#header-copy-2
		{
		}
		
	#header-copy-2 b
		{
			display: inline-block;
			margin:10px 0 5px 0;
		}
	
	.copyStyle
		{
			font-family:'bt-font-reg', sans-serif!important;
			margin: 10px 0 20px 0px;
			
		}
		
	#header-divider
		{
			width:99%;
			margin:10px 0;
		}
		
	#header-divider img
		{
			width:100%;
		}

	/* header contents // end // */
	
	
	/*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-primary
		{
		overflow:hidden;
		width:100%;
		margin-top:20px;
		}
		
		.cta-primary div:nth-child(1),
		.cta-primary div:nth-child(2)
			{
			padding: 10px;
			text-align: center;
			width:90%;
			}
		
		.cta-primary div:nth-child(1)
			{
			background-color:#ff3b9b;
			border:2px solid #ff3b9b;
			color:white;
			margin-right:-5px;
			}
		
		.cta-primary div:nth-child(2)
			{
			border:2px solid #ff3b9b;
			background:white;
			}
		
		.cta-primary div:nth-child(2) a,
		.cta-primary div:nth-child(2) a:hover,
		.cta-primary div:nth-child(2) a:active,
		.cta-primary div:nth-child(2) a:focus
			{
			color:#ff3b9b!important;
			text-decoration:none!important;
			}
	
	/* CTA primary // end // */
	
	
	/*tabs // start // */
	
	
	.tabs > div
		{
			display:inline-block;
		}
	
	.tabs > div > a
		{
			
			display:block;
			background:#55379b;
			padding:20px;
			color: #FFF !important;
			text-decoration: none !important;
		}
	
	
	.tabs > div > a:hover
		{
			background-color:#270d62;
			color:white!important;
			text-decoration:none;
		}
	
	
	#sb_4000
		{
			display:none;
		}
	
	#sb_6000, #sb_4000
		{
			padding: 10px;
			border: 2px solid #55379b;
		}
	
	.show_tab
		{
			display:block!important;
		}
	
/* tabs // end // */
	
	
	.tabby-cat
		{
			margin-bottom:40px;
		}
	
	
	
/* 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 // */
	
		.first-place
		{
			overflow:hidden;
		}
	
	
	.first-place-badge, .second-place-badge, .third-place-badge 
		{
    		float: left;
    		width: 25%;
		}
	
	.first-place-badge img, .second-place-badge img, .third-place-badge img
		{
			width:82%;
		}
	
	.second-place-badge, .third-place-badge
		{
			margin-top:-6px;
		}
	
	.second-place > .col-para, .third-place > .col-para
		{
			
		}
	
	.last-years-winners-header,
	.runners-up
		{
			padding:20px;
			font-size:16px;
			margin-bottom:20px;
		}
	
	.last-years-winners-header:hover
		{
			cursor:pointer;
		}
	
	.last-years-winners
		{
			display:none;
		}
	
	.last-year > .col-para
		{
			
		}
	
	
	.last-years-winners-header:after
	{
		content: "+";
		display: inline-block;
		margin-left: 9px;
		margin-right: 0;
		border-radius: 50%;
		border: 2px solid white;
		line-height: 55%;
		zoom: 1;
		padding:5px;
		width: 10px;
		height: 10px;
		text-align: center;
	}
            
            
	.last-years-winners-header-active:after
	{
		content: "-";
		display: inline-block;
		margin-left: 9px;
		margin-right: 0;
		border-radius: 50%;
		border: 2px solid white;
		line-height: 55%
		zoom: 1;
		padding:5px;
		width: 10px;
		height: 10px;
		text-align: center;
	}
	
	
}
	

/* == mobile / portrait == */


@media all 
	and (min-width:320px)
 	and (orientation: portrait)	
{
	
		.page-navigation
		{
			padding: 0px 8px;
		}
	
	
		.page-navigation ul li
		{
			width:12.9%;
		}	
	
	
}






/* == mobile / landscape == */

@media all 
	and (max-width:568px)
 	and (orientation: landscape)	
	{
		

/* == content box == */
		
	.content-box
		{
			top:750px;
			
		}
		

/* == page navigation --*/

	.page-navigation ul li a img 
		{
		width: 36%;
		}
		
	.page-navigation ul li
		{
			text-align: center;
			width:15.7%;
		}	
		
}







/* === desktop === */

@media all and (min-width:650px){
	
/* == 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;
		}
	
	.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: #55379b;
		margin: 10px 0px;
	}


	.header-sub-title
	{
		font-family: "bt-font-reg",sans-serif;
		font-size: 16px;
		line-height: 22px;
		color: #3b3c3a;
		margin: 10px 0px;
	}


.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: rgb(100,0,170);
	}

.page-navigation
	{
		overflow: hidden;
		text-align:center;
		margin-bottom: 20px;
		background-color: #6400aa;
	}	
	
	
.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:first-child{
		border-left:none!important;
	}		
	
.page-navigation ul li a
	{
		padding: 10px 15px;
		transition:all ease-in-out 0.5s;
		display:block;
		text-decoration:none;
		width:auto;
		font-size:16px;
		color:white!important;
		
	}


.page-navigation ul li a:hover,
.page-navigation ul li a:focus
	{
		background-color:#333333;
			text-decoration:none;
	}	


.no-right-border
	{
		border-right:none!important;
	}	

	
/* === intro panels === */
	
	.intro-panel-text-right,
	.intro-panel-text-left
		{
			position: relative;
			overflow: hidden;
			margin-bottom:20px;
			height:350px;
			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;
		}
	
	.photo 
			{
				transform:translateY(-17px);
			}	
	
/* == copy block == */

.copy-block-container 
	{
		padding: 5px;
		margin-bottom: 10px;
	}	
	
	
/* === column styles === */
	
	
	.two-col
		{
			width:47%;
			margin-right:1%;
		}
	
	
	.three-col
		{
			width:30%;
			margin-right:1%;
		}
	
	
	.column-wrapper
		{
			text-align:center;
			overflow:hidden;
		}
	
	
	.column-container
		{
			overflow:hidden;
			padding:10px;
			text-align:left;
			display:inline-block;
			vertical-align:top;	
			position:relative;
			margin-bottom: 20px;
		}
	

	.column-container img
		{
			width:100%;
		}

	
	.no-margin-right
		{
			margin-right:0!important;
		}
	
	.col-title
		{
			font-family:'bt-font-reg', sans-serif;
			font-size:36px;
			line-height:42px;
			color:#55379b;
			margin: 10px 0;
		}
	
	.col-para
		{
			font-family:'bt-font-reg', sans-serif;
			font-size:16px;
			line-height:22px;
			color:#333;
			margin: 10px 0;
		}

	
/* === more info button === */	
	
	.more-info-btn,
	.view-info-btn
		{
			display:inline-block;
			padding:10px;
			font-family:'bt-font-reg', sans-serif;
			text-decoration:none;
			color:white!important;
			font-size:14px;
			border-radius:2px;
			transition:all ease-in-out 0.2s;
		}
	
	.more-info-btn:hover,
	.view-info-btn:hover
		{
			text-decoration:none!important;
			color:white!important;
		}
	
	.more-info-btn span
		{
			display:inline-block;
			margin-left:10px;
		}

	
	
		
	.view-info-btn:after
	{
		content: "+";
		display: inline-block;
		margin-left: 9px;
		margin-right: 0;
		border-radius: 50%;
		border: 2px solid white;
		line-height: 0.7;
		zoom: 1;
		padding:5px;
		width: 10px;
		height: 10px;
		text-align: center;
	}
            
            
	.view-info-active:after
	{
		content: "-";
		display: inline-block;
		margin-left: 9px;
		margin-right: 0;
		border-radius: 50%;
		border: 2px solid white;
		line-height: 0.7;
		zoom: 1;
		padding:5px;
		width: 10px;
		height: 10px;
		text-align: center;
	}
	
	
	/* 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-container 
		{
    		padding:20px 10px;
    		border-top: 10px solid #55379b;
		}
	
	.list-container ul 
		{
			list-style:none;
		}
	
	.list-container ul li
		{
			display: inline-block;
			width: 46%;
			padding-left: 15px;
			text-indent: -30px;
			vertical-align: top;
		}
	
	.list-container ul li:before
		{
			content: "• ";
			color:#55379b;
			padding-right:20px;
		}
	
	
	.list-container ul li:nth-child(odd)
		{
			margin-right:20px;
		}
	
	.list-container ul li span
		{
		}
	
	/* list style // end // */
	
	
	/* call out trio // start // */
	
	.call-out-trio
		{
			margin-bottom:20px;
		}
	
	.call-out-trio > section
		{
			display:inline-block;
			width:32.3%;
			margin-right:1%;
		}
	
	.call-out-trio > section > div
		{
			display:table-cell;
			vertical-align:middle;
			height:100px;
		}
	
	
	.trio-first, .trio-second, .trio-third
		{
			padding:30px;
			font-family:'bt-font-reg', sans-serif;
			color:white;
			font-size:22px;
			line-height:28px;
		}
	
	.trio-first
		{
			background:#0295d4;
		}
	
	.trio-second
		{
			background:#ff9900;
		}
	
	.trio-third
		{
			background:#46c4db;
		}
	
	
	/* call out trio // end // */
	
	
	/* floated text & image boxes // start // */
	
	.image-right,
	.text-right
	{
		float:right;
	}
	
	
	.image-left,
	.text-left
	{
		float:left;
	}
	
	
	.img-text-content
	{
		padding:20px;
		border: thin solid #eaeaea;
		margin-bottom: 30px;
		box-shadow: 0px 5px 8px 0px #f1f1f1;
		overflow:hidden;
	}
	
	
	#header-copy
	{
		width: 54%;
		text-align:left;
		overflow:hidden;
	}
	
	#header-copy-2
	{
		width: 54%;
		text-align:left;
	}

	
	#header-copy h4
		{
			font-family:'bt-font-reg', sans-serif!important;
			color:#3b3c3a;
			font-weight:bold!important;
			font-size:20px;
		}
	
	#header-copy p
		{
			font-family:'bt-font-reg', sans-serif!important;
			margin-bottom:10px 0;
			color:white;
		}
		
	#header-image
		{
			width:40%;
		}
		
	#header-image img
		{
			width:100%;
		}

		
	#header-copy-2 b
		{
			display: inline-block;
			margin:10px 0 5px 0;
		}
		
	#header-divider
		{
			width:100%;
			margin:10px 0;
		}
		
	#header-divider img
		{
			width:100%;
		}

	
	
	.headerStyle
		{
			font-family:'bt-font-reg', sans-serif!important;
			font-size: 36px !important;
			line-height:43px!important;
			margin-bottom: 10px;
			color:#55379b!important;
			text-align:left;
		}
		
	
	.titleStyle
		{
			font-family:'bt-font-reg', sans-serif!important;
			font-size: 30px !important;
			line-height:37px!important;
			margin-bottom: 10px;
			color:white!important;
			text-align:left;
		}
	
	
	.subtitleStyle
		{
			font-family:'bt-font-reg', sans-serif!important;
			font-size: 26px !important;
			line-height:32px!important;
			margin-bottom: 10px;
			color:white!important;
			text-align:left;
		}	
		
	
	.copyStyle
		{
			color:#3b3c3a;
			font-family:'bt-font-reg', sans-serif!important;
			font-size:14px!important;
			line-height:22px!important;
			text-align:left;
		}
	

	.headerStyle2
		{
			font-family:'bt-font-reg', sans-serif!important;
			font-size: 36px !important;
			line-height:43px!important;
			margin-bottom: 10px;
			text-align:left;
		}
		
	
	.titleStyle2
		{
			font-family:'bt-font-reg', sans-serif!important;
			font-size: 30px !important;
			line-height:37px!important;
			margin-bottom: 10px;
			text-align:left;
		}
		
		
	.subtitleStyle2
		{
			font-family:'bt-font-regt', sans-serif!important;
			font-size: 26px !important;
			line-height:32px!important;
			margin-bottom: 10px;
			text-align:left;
		}	
	
	
	.copyStyle2
		{
			font-family:'bt-font-reg', sans-serif!important;
			font-size:14px!important;
			line-height:22px!important;
			text-align:left;
		}
	
		
	.product-section-title h2
		{
			margin-left:20px;
			padding-bottom: 10px;
		}

	
	/* floated text & image boxes // end // */
	
	
	/*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-primary
			{
			overflow:hidden;
			width:100%;
			margin-top:20px;
			}
		
		.cta-primary div:nth-child(1),
		.cta-primary div:nth-child(2)
			{
			
			display:inline-block;
			padding: 10px;
			width: 30%;
			text-align: center;
			vertical-align: top;
			}
		
		.cta-primary div:nth-child(1)
			{
			background-color:#ff3b9b;
			border:2px solid #ff3b9b;
			color:white;
			margin-right:-5px;
			}
		
		.cta-primary div:nth-child(2)
			{
			border:2px solid #ff3b9b;
			background:white;
			}
		
		.cta-primary div:nth-child(2) a,
		.cta-primary div:nth-child(2) a:hover,
		.cta-primary div:nth-child(2) a:active,
		.cta-primary div:nth-child(2) a:focus
			{
			color:#ff3b9b!important;
			text-decoration:none!important;
			}
	
	/* CTA primary // end // */
	
	
/*tabs // start // */
	
	.sls 
		{
			width: 13%;
			float: left;
			margin-right: 27px;
			margin-top: -10px;
		}
	
	.sls_2 
		{
			width: 13%;
			float: left;
			margin-right: 27px;
			margin-top: 17px;
		}
	
	
	.tabs > div
		{
			display:inline-block;
		}
	
	.tabs > div > a
		{
			
			display:block;
			background:#55379b;
			padding:20px;
			color:white;
			text-decoration:none;
			transition:all ease-in-out .5s;
		}
	
	
	.tabs > div > a:hover
		{
			background-color:#270d62;
			color:white!important;
			text-decoration:none;
		}
	
	
	#sb_4000
		{
			display:none;
		}
	
	#sb_6000, #sb_4000
		{
			overflow:hidden;
			padding: 20px;
			border: 2px solid #55379b;
		}
	
	.show_tab
		{
			display:block!important;
		}
	
/* tabs // end // */
	
		.tabby-cat
		{
			margin:40px 0;
		}
	
/* 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 // */	
	
	.first-place
		{
			overflow:hidden;
		}
	
	
	.first-place-badge, .second-place-badge, .third-place-badge 
		{
    		float: left;
    		width: 25%;
			margin-top:-20px;
		}
	
	.first-place-badge img, .second-place-badge img, .third-place-badge img
		{
			width:82%;
		}
	
	.second-place-badge, .third-place-badge
		{
			margin-top:-20px;
		}
	
	.second-place > .col-para, .third-place > .col-para
		{
			/*height:465px;*/
		}
	
	.second-place > .col-para-2, .third-place > .col-para-2
		{
			/*height:110px;*/
		}
	
	.second-place > .video-container, .third-place > .video-container
		{
			margin-top:65px;
		}
	
	.last-years-winners-header,
	.runners-up
		{
			padding:20px;
			font-size:16px;
			margin-bottom:20px;
		}
	
	.last-years-winners-header:hover
		{
			cursor:pointer;
		}
	
	.last-years-winners
		{
			display:none;
		}
	
	.last-year > .col-para
		{
			height:325px;
		}
	
	
	.last-years-winners-header:after
	{
		content: "+";
		display: inline-block;
		margin-left: 9px;
		margin-right: 0;
		border-radius: 50%;
		border: 2px solid white;
		line-height: 55%;
		zoom: 1;
		padding:5px;
		width: 10px;
		height: 10px;
		text-align: center;
	}
            
            
	.last-years-winners-header-active:after
	{
		content: "-";
		display: inline-block;
		margin-left: 9px;
		margin-right: 0;
		border-radius: 50%;
		border: 2px solid white;
		line-height: 55%
		zoom: 1;
		padding:5px;
		width: 10px;
		height: 10px;
		text-align: center;
	}
	
	.page-logo 
		{
    		float: right;
		}
	
	
	
	[class*="row-"]{
	
		overflow:hidden;
	
	}
	
	[class*="col-"]{
		
		box-sizing: border-box;
		padding:10px;
		margin-right:10px;
		float:left;
		position:relative;
	
	}
	
	[class*="col-"]:last-child{
		
		margin-right:0;
	}
	
	[class*="col-"] img{
	
		width:90%;
	
	}
	

	.col-1{
		width:97.7%;
	}
	
	
	.col-2{
		width:49.2%;
	}
	
	
	.col-3{
		width:32.4%
	}
			
	.col-4{
		width:24.2%;
	}
		
		
	.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;
		}		

	
	.h2-two-lines{
		height:50px;
	}
	
	.h2-three-lines{
		height:75px;
	}
	
	.h2-four-lines{
		height:100px;
	}
	

	
	.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;
	}
		
/*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;
			margin-top:0;
			list-style: outside none none;
		}
			
		#footer_links ul:last-child {
			margin-right: 0!important;
		}
			
		#footer_links ul li {
			margin-bottom: 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;
		}
			
			
	/* 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;
			margin-top: 20px;
		}
		.things ol li {
			list-style: decimal!important;
			margin-left: 24px;
		}	
	
/* [end of styles] */	
}