/* NEW FRAGMENTS NAV ================================================================
*/
.cms-component-navigation-list {
  margin-top: 0;
  overflow: visible !important;
}
.cms-component-navigation-list * {
	box-sizing: border-box;
}
.cms-component-navigation-list .nav_container {
  top: 0;
  width: 100%;
  background: white;
  max-height: 100vh;
}
.cms-component-navigation-list .nav_container.fixed {
  width: calc(100vw - 16px);
  max-width: 980px;
}
.cms-component-navigation-list .nav_container .burger_button {
  display: inline-block;
  height: 3.5em;
  width: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  border: none;
  padding: 1em;
  background: none;
  transition: all 0.7s ease-out;
}
.cms-component-navigation-list .nav_container .burger_button.accordion_button::after {
  display: none;
}
@media (min-width: 768px) {
  .cms-component-navigation-list .nav_container .burger_button {
    display: none;
  }
}
.cms-component-navigation-list .nav_container .burger_button.active .bar1 {
  -webkit-transform: rotate(-45deg) translate(-3px, 4px);
  transform: rotate(-45deg) translate(-3px, 4px);
}
.cms-component-navigation-list .nav_container .burger_button.active .bar2 {
  opacity: 0;
}
.cms-component-navigation-list .nav_container .burger_button.active .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
  transform: rotate(45deg) translate(-5px, -6px);
}
.cms-component-navigation-list .nav_container .burger_button .bar1, .cms-component-navigation-list .nav_container .burger_button .bar2, .cms-component-navigation-list .nav_container .burger_button .bar3 {
  width: 20px;
  height: 3px;
  background-color: black;
  margin: 3px 0;
  -webkit-transition: ease-in-out 0.25s;
  -moz-transition: ease-in-out 0.25s;
  -o-transition: ease-in-out 0.25s;
  -ms-transition: ease-in-out 0.25s;
  border-radius: 3px;
}
.cms-component-navigation-list .nav_container > ul {
  max-height: 100vh;
  width: 100%;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: white;
  top: 0;
}
@media (min-width: 768px) {
  .cms-component-navigation-list .nav_container > ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 3em;
    overflow: visible;
  }
}
.cms-component-navigation-list .nav_container > ul.active li {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 768px) {
  .cms-component-navigation-list .nav_container > ul > li {
    height: 3em;
  }
}
.cms-component-navigation-list .nav_container > ul > li > a {
  font-weight: bold;
  margin-bottom: 0.3em;
}
@media (min-width: 768px) {
  .cms-component-navigation-list .nav_container > ul > li > a {
    font-weight: normal;
  }
}
.cms-component-navigation-list .nav_container > ul li {
  position: relative;
  opacity: 0;
  transition: opacity 0.2s;
  overflow: hidden;
  margin-left: 0;
  margin-bottom: 0;
  border-top: 0;
  z-index: 3;
}
@media (min-width: 768px) {
  .cms-component-navigation-list .nav_container > ul li {
    transform: none;
    overflow: visible;
    opacity: 1;
  }
  .cms-component-navigation-list .nav_container > ul li:first-child a {
    border-left: 1px solid #ddd;
  }
}
.cms-component-navigation-list .nav_container > ul li p {
  margin: 0;
}
.cms-component-navigation-list .nav_container > ul li a {
  display: inline-block;
  width: 100%;
  padding: 0.2em 0.7em;
  color: #333;
  border-radius: 5px;
  text-align: center;
  margin: 0;
  margin-bottom: 3px;
	text-decoration: none;
}
.cms-component-navigation-list .nav_container > ul li a::after {
  content: none;
}
@media (min-width: 768px) {
  .cms-component-navigation-list .nav_container > ul li a {
    width: 100%;
    border-right: 1px solid #ddd;
    padding: 0.7em;
  }
}
.cms-component-navigation-list .nav_container > ul li a.current, .cms-component-navigation-list .nav_container > ul li a:hover {
  border-bottom: 3px solid #5514b4;
  margin-bottom: 0;
  text-decoration: none;
}
.cms-component-navigation-list .nav_container > ul li a.homelink::before {
  content: "";
  background-image: url("/Images/new_fragments/assets/home.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 0.9em;
}
.cms-component-navigation-list .nav_container > ul li > ul {
  position: static;
  top: 3em;
  margin: 0;
  visibility: hidden;
  list-style: none;
  padding: 0;
  transition: opacity 0.2s;
}
@media (min-width: 768px) {
  .cms-component-navigation-list .nav_container > ul li > ul {
    position: absolute;
    opacity: 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
}
.cms-component-navigation-list .nav_container > ul li > ul > li {
  background: white;
  margin-bottom: 0.3em;
}
@media (min-width: 768px) {
  .cms-component-navigation-list .nav_container > ul li > ul > li {
    margin-bottom: 0;
  }
}
.cms-component-navigation-list .nav_container > ul li > ul > li a {
  width: 100%;
  border-left: none !important;
  border-right: none !important;
}
.cms-component-navigation-list .nav_container > ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}

/* add your css rules here */

#monetate_selectorHTML_9517641a_0{
	display:none;
}

/* === 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;
	}


	.more-info-btn2
		{
			display:inline-block;
			padding:20px 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-btn2:hover
		{
			text-decoration:none!important;
		}

	.more-info-btn2 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;
		}

	/* [FOR USE WITH STAT BOXES] */

	.stat-padding
		{
		padding:10px;
		}

	/* 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%;
	}


	/*[use with HTML5 video tags + the above video class for the src]*/

	.video_container {
		position: relative;
		width: 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:rgb(100,0,170);
		}
	
	.quote-border-magenta
		{
			border-color:rgb(230,0,80);
		}
	
	.quote-border-blue
		{
			border-color:rgb(0,170,220);
		}
	
	.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 */

.gradient_border{
	    
	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;

	}
											  
/* [flex-table for MS data] */											  

.office-table, .office-table tr, .office-table td, .proplus-table, .proplus-table tr, .proplus-table td
	{
		overflow: hidden;
		box-sizing: border-box;
		font-size:16px;
	}
	
	.office-table, .proplus-table
	{
	 border:thin solid #ddd;
	}
	
	.office-table td, .proplus-table td
	{
		border-bottom:thin solid #ddd;
		border-left:thin solid #ddd;	
		font-family: "bttv-regular",sans-serif;									  
		padding:10px;
		width: 20%;
		text-align: center;
    	vertical-align: middle;
	}
	
	.office-table td:first-child, .proplus-table td:first-child
	{
		width:40%;
		text-align: left;
		border-left:none;									  
	}
	
	.office-table tr:last-child td, .proplus-table tr:last-child td
	{
		border-bottom:none;									  
	}
		
	.colspan
	 	{
			width:40%;
		}

	.row-title
		{
			background-color:#333333;
			color:white;
		}	
											  
	.column-title
		{
			background-color:#0295d4;
			color:white;
		}
											  
.office-title
		{
		background-color:#0086e2;
		color:white;
		}
											  
.check{
	width:16%;
}					
											  
											  
										  

.office-table2, .office-table2 tr, .office-table2 td, .proplus-table, .proplus-table2 tr, .proplus-table2 td
	{
		overflow: hidden;
		box-sizing: border-box;
		font-size:16px;
	}
	
	.office-table2, .proplus-table
	{
	 border:thin solid #ddd;
	}
	
	.office-table2 td, .proplus-table2 td
	{
		border-bottom:thin solid #ddd;
		border-left:thin solid #ddd;									  
		padding:10px;
		width: 30%;
		text-align: left;
    	vertical-align: top;
	}
	
	
	
	.office-table2 tr:last-child td, .proplus-table2 tr:last-child td
	{
		border-bottom:none;									  
	}
		
	.colspan
	 	{
			width:40%;
		}

	.row-title
		{
			background-color:#333333;
			color:white;
		}	
											  
	.column-title
		{
			background-color:#6400aa;
			color:white;
		}
											  
.block1-title
		{
		background-color:#dc3c00;
		color:white;
		}
											 
.block2-title
		{
		background-color:#6400aa;
		color:white;
		}

.block3-title
		{
		background-color:#0086e2;
		color:white;
		}
											  
.check{
	width:16%;
}												  
											  
/* === 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;
		}
	
	.cms-component {
		overflow: hidden;
		margin-bottom: 20px;
	}	
	
	
	#pageLogo
		{
			width:40%;
		}
	
	
	img
		{
			width:100%;
		}
	
	
	html {
		
		position: relative;
		min-height: 100%;
		}

	
	.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;
	}
	
	.title-container h1 
	{
		margin-bottom:0;
	}
	
	.header-title
	{
		font-family: "bttv-regular",sans-serif;
		font-size: 28px;
		line-height: 36px;
		color: rgb(100,0,170);
	}


	.header-sub-title
	{
		font-family: "bttv-regular",sans-serif;
		font-size: 16px;
		line-height: 22px;
		color: #3b3c3a;
	}


	.intro-panel-text-right,
	.intro-panel-text-left
		{
			padding:5px;
		}
	
	
	.intro-panel-text-right img,
	.intro-panel-text-left img
		{
			border-top:solid 10px rgb(100,0,170);
		}
	
	.copy-container{
		    margin-top: -5px;
			background-color: #6400aa;
			padding: 30px 20px 10px 20px;
	}
	
	
	[class*="row-"]{
	
		overflow:hidden;
	
	}
	
	
	[class*="col-"]{
		
		font-size:14px;
		position:relative;
	}
		
	
	[class*="col-"] img{
	
		width:100%;
		margin:12px 0;
	
	}
	
	#cms-component-content-panel-100077011, #cms-component-content-panel-100077012{
		margin-bottom:0;
}	

	.hidden_content{
		background-color:#6400aa;
		margin-top:-20px;
		padding:10px;
		box-sizing:border-box;
	}
	
	.body-copy{
		margin:10px 0;
	}


.page-navigation
	{
		overflow: hidden;
		text-align:center;
		background-color:#ffffff;
	}	
	
	
.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 #6400aa;
	}

.page-navigation ul li:last-child
	{
		border-bottom:none;
	}

	
.page-navigation ul li a
	{
		padding: 10px;
		display:block;
		text-decoration:none;
		color:#333333!important;
		font-weight:normal!important;
		
	}
	

	.list_{
		
	}
	
	.list_ ul{
	}
	
	.list_ ul li{
		list-style:disc;
		
	}

	.list_col:last-child {
    margin-top: -17px !important;
	}
	

	.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;
		}
			

	
	table.product-listing
		{
			background-color:transparent!important;
		}
			
	table.product-listing td.compare-col
		{
			display:none;
		}
		

			
	.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;
		}
	

.banner-style
		{
			position:relative;
			overflow:hidden;
			padding:10px;
		}
	
.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%;
	}
		
	
.value{
		font-size: 6em;
		position: relative;
		top: 22px;
		font-weight: bold;
}
	
.stat-padding{
		box-sizing:border-box;
		padding:10px;
}	
	

.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;
	}
	
	#info_block
{
    background: #ffffff;
    border: thin solid rgba(100,0,170);
    padding: 10px;
    position: fixed;
    z-index: 1000;
    top: 0;
	opacity:0;
	left:-1000px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
}	
		
	.show-info
		{
			opacity:1!important;
			left:0px!important;
		}
		
	.overlay
	{
		background-color:#514f4f;
		position:fixed;
		top: 0;
		left: 0;
		opacity:0.5;
		display:none;
		z-index:999;
	}

/**/

.flip-container{
	width:48%;
	float:left;
	margin-right:10px;
}

.flip-container:nth-child(even)
	{
		margin-right:0!important;
		margin-bottom:10px;
	}

.back{
	display:none;
}

/* 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;
}


/*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;
	}
		
	#microsoft_hub{
		color: #6400aa!important;
		text-decoration: none;
		width: 100%;
		display: block;
		text-align: center;
	}
	
	
	#microsoft_hub:hover{
		text-decoration: underline;
		color: #6400aa;
	}
	
			

/* [ SIMPLE ACCORDION - RENAME BACKGROUND COLOUR CLASSES AS REQUIRED ]*/

.accordion-wrapNK{
	margin-bottom:20px;
}			
			
	.accordion-contentNK{
		display: none;
		padding:20px;
		border:thin solid #6400aa;
		margin-top:-14px;
	}
	
	
	.accordion-toggleNK{
		box-sizing: border-box;
		padding:10px;
		color: white!important;
		box-shadow: 0 2px 2px 0 rgba(0,0,0,0.4);
		font-weight:normal;
		background-color:#6400aa;
	}	
	
	.accordion-toggleNK:hover{
		cursor: pointer;
	}
	
	.accordion-toggleNK img{
		width:28px;
		float:right;
	}


/* [ HOVER STAT BOXES] */

.key_facts{
	text-align:center!important;
    display: inline-block;
    width: 48%;
    vertical-align: top;	
}


.fact_icon{

	/* [BOX] */
	border-radius:50%;
	width:80px;
	height:80px;
	margin: 0 auto;
	
	/* [COLOURS] */
	background-color:#8ec0e7;
	border:thin solid white;
	
	/* [FX] */
	transition:all 1s;
	
	/* [BACKGROUND IMAGE PROPERTIES] */
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:50%;

}

.fact_icon:hover{
	background-color:white;
	border-color:#8ec0e7;
}

.fact_icon img{
	width:150px;
	height:150px;
}

#date{
	background-image:url('https://www.businessdirect.bt.com/Images/vendors/PROJECTS/BTBD/DSGN-463563-GDPR-Edu/calendar_white.png');
}

#date:hover{
	background-image:url('https://www.businessdirect.bt.com/Images/vendors/PROJECTS/BTBD/DSGN-463563-GDPR-Edu/calendar_blue.png');
}
	
	
/* [ CONTENT DIVIDER STYLE 01 ] */

.content-title-wrap{
		box-sizing:border-box;
		padding: 20px;
		background-color: #00aadc;
	}	
	
	.content-title-holder{
		padding: 20px;
		box-sizing: border-box;
		text-align: center;
		border:thin dashed white;
	}
	
	.content-title-holder h2{
		padding: 0;
		margin: 0!important;
		color: white!important;
	}
	

/* [ COUNTDOWN ] */

#countdown_container{
text-align:center;
background-color:#6400aa;
overflow:hidden;
border-radius:5px;
}

#countdown_container h2{
color:white!important;
margin:0;
padding:20px 0;
}

#countdown{
   font-size: 70px;
overflow:hidden;
padding:10px;
text-align:center;
border-radius:5px;
}

.time{
float:left;
margin-right:10px;
width:48%;
background-color:white;
border-radius:5px;
box-shadow:1px 3px 10px -3px rgba(0,0,0,0.3);
padding-bottom: 10px;
text-shadow: 0px 2px 3px white;
}

.time:nth-child(2n)
	{
		margin-right:0;
	}


.unit{
font-size:16px;
margin-top:-5px;
text-shadow:0;
}

.time:last-child{
margin-right:0!important;
}


.days, 
.hours
	{
		margin-bottom:10px;
	}

.win-pro-img
	{
		height:70vh;
		width:100%;
		background-image:url('/Images/vendors/MICROSOFT/DSGN-575119-Pro-Wins/MSSurface_C_Cafe_065_RGB.jpg');
		background-position:50% 0;
		background-repeat:no-repeat;
		background-attachment:fixed;
	}

			
/* end*/

/**/	
}
	

/* == mobile / portrait == */


@media all 
	and (min-width:320px)
 	and (orientation: portrait)	
{
	
		.page-navigation
		{
			padding: 0px 8px;
		}
	
	
		.page-navigation ul li
		{
			
		}	
	
	
}






/* == mobile / landscape == */

@media all 
	and (max-width:568px)
 	and (orientation: landscape)	
	{
		

/* == content box == */
		
	.content-box
		{
			top:750px;
			
		}
		

/* == page navigation --*/

		.page-navigation{
		display:none;
		}
		
}



/* === 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;
	}
	
	
	
	.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
		{
			
		}
	
	.header-panel-with-logo
		{
			overflow:hidden;
			margin-bottom:20px;
			margin-top: 20px;
		}
	
	.header-panel-with-logo > .title-container 
		{
			
		}
	
	.header-panel-with-logo > .page-logo 
		{
			text-align:right;
		}
	
	.value{
		font-size: 6em;
		position: relative;
		top: 22px;
		font-weight: bold;
	}
	
	
	.float-right{
		float:right!important;
		margin-right:0px!important;
		margin-left:20px!important;
	}
	
	.float-left{
		float:left;
		margin-right:20px;
		width:45%;
	}
	
	.title-container 
	{
		background-color: #ffffff;
	}
	
	
.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:#ffffff;
		/* FIX FOR FLICKER ON CHROME*/
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-o-transform: translate3d(0,0,0);
		
	}

.page-navigation
	{
		overflow: hidden;
		text-align:center;
		margin-bottom: 20px;
		background-color: #FFFFFF;
	}	
	
	
.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 #cccccc;
		border-bottom: 5px solid white;
    	padding-top: 5px;
	}	

.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:#333333;
		
	}
	
.page-navigation ul li:hover{
	border-bottom-color:#6400aa;
}	


.page-navigation ul li a:hover,
.page-navigation ul li a:focus
	{
		text-decoration:none;
		color:#6400aa;
	}	

	

	
/* === intro panels === */
	
	.intro-panel,
	.video-panel
		{
			position: relative;
			overflow: hidden;
			margin-bottom:20px;
			height:auto;
			width:100%;
		}
	
	
	.intro-panel img
		
		{
			width:100%;
			position:relative;
		}
	
	.intro-panel > .copy-container,
	.video-panel > .copy-container
		{
			position:absolute;
			background-color:#6400aa;
			padding:20px;
			height:100%;
			bottom:0;
			width:32%;
			z-index:1;
			box-sizing: border-box;
		}

	
	.copy-container p
		{
			font-size:16px;
			line-height:22px;
			position: absolute;
			bottom: 0;
			box-sizing: border-box;
			padding: 2% 8% 10% 0;
			margin: 0!important;
		}
	
	.photo 
			{
				transform:translateY(-17px);
			}	
	

.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%;
			
		/**/
		-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%;
			
		/**/
		-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;
	}		
	


	[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-5
		{
			width:18.3%;
		}
	

/* [FOR CONTAINERS WITH HIDDEN CONTENT THAT WILL SLIDE ON PARENT HOVER] */
	
	.hidden_content{
		position:absolute;
		bottom:-100%;
		transition:all, 1s;
		padding:10px;
		box-sizing:border-box;
		background-color:#6400aa;
	}
	
	
	[class*="col-"]:hover > .hidden_content{
		bottom:0;
	}
	
/* [] */	
	
	.col-2{
		width:48.8%;
	}
	
	
	.col-3{
		width:31.9%
	}
			
	.col-4{
		width:23.3%;
	}
		
		
/* [ TO VERTICALLY CENTRALISE TEXT CONTENT IN A COLUMN ] */
		
		
.column-content
	{
		display:table-cell;
		vertical-align:middle;
		height:inherit;
	}

/* [] */	
		
.transform-right
	{
		transform:translateX(16%);)
	}
		
	.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;
	}
		

	.list_col
		{
			display: inline-block;
			width: 46%;
			vertical-align: top;
			margin-right:20px;
		}
	
	
		.list_col:last-child
		{
			margin-right:0;
		}	
		
	
	.list_{
		
	}
	
	.list_ ul{
	}
	
	.list_ ul li{
		list-style:disc;
	}
		
		
		
	

/*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;
		}	
			
			#microsoft_hub{
		color: #6400aa!important;
		text-decoration: none;
		width: 100%;
		display: block;
		text-align: left;
		transition:all, 500ms;		
}
	
	
	#microsoft_hub:hover{
		text-decoration: underline;
		color: #6400aa;
	}
		
	.cms-component-product-line-listing
		{
			
		}
		
	.product-merchant
		{
			background-color:white!important;
		}
			
	.product-merchant .lower-section 
		{
			background-color: white!important;
			box-shadow:none!important;
		}
			
	
	table.product-listing
		{
			background-color:transparent!important;
		}
			
	table.product-listing td.compare-col
		{
			display:none;
		}

			
	.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_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;
		}


	.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;
			}
			
		.banner-content p{
				margin:5px 0 0 0;
			}
		
	.banner-style > img
		{
			float:right;
		}
		
		
	.banner-style-2
			{
				position:relative;
				overflow:hidden;
				padding:10px;
				margin:10px 0;
				background-color:#d20050;
			}
		
	.banner-style-3
			{
				position:relative;
				overflow:hidden;
				padding:10px;
				margin:10px 0;
				background-color:rgb(0,160,214)
			}
		
	.banner-style-4
			{
				position:relative;
				overflow:hidden;
				padding:10px;
				margin:10px 0;
				background-color:rgb(100,0,170)
			}
		
	.banner-style-5
			{
				position:relative;
				overflow:hidden;
				padding:10px;
				margin:10px 0;
				background-color:rgb(221,221,221)
			}
		
		
		

	.table_container{
		overflow: hidden;
	}
	
	.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;
	}
		
		
	#info_block
{
	width: 780px;
    background: #ffffff;
    border: thin solid rgba(100,0,170);
    padding: 10px;
    position: fixed;
    z-index: 1000;
    top: 0;
    margin-top: 9%;
    margin-left: 29%;
	opacity:0;
	left:-1000px;
	/*transition:all, 1s;
	-moz-transition:all, 1s;
	-webkit-transition:all, 1s;
	-o-transition:all, 1s;
	-ms-transition:all, 1s;*/
	box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
}	
		
	.show-info
		{
			opacity:1!important;
			left:0px!important;
		}
		
	.overlay
	{
		background-color:#514f4f;
		position:fixed;
		top: 0;
		left: 0;
		opacity:0.5;
		display:none;
		z-index:999;
	}	
		
/**/

/* entire container, keeps perspective */
		
  .flip-container {
        -webkit-perspective : 1000px;
        -moz-perspective: 1000px;
        -ms-perspective: 1000px;
        -o-perspective: 1000px;
        perspective: 1000px;  
	  	/**/
	  	float:left;
		margin:20px 20px 20px 0;
    }
	
	.flip-container:last-child{
		margin-right:0!important;
	}
	
    .front {
        z-index:2;  
		/**/
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    .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:#6400aa;
		color:white;
    }
		
	.back a {
		text-align: center;
		color: white;
		padding: 120px 10px 10px 10px;
		display: block;
		position: relative;
		font-size: 1.5em;
		text-decoration: none;
		}
		
	.back a span {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 140%;
	}
	
	/* 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);
    }

    /* 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); 
    }        

    .flip-container, .front, .back {
        width:230px;
        height:230px;
    }

    .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;
    }

/* 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;
	}


/* [PRODUCT MERCH STYLE] */
			
.product-merchant {
    margin-bottom: 20px;
    height: auto!important;
    position: relative;
    padding: 20px;
    background-position: bottom;
    background-repeat: no-repeat;
    border: thin solid #a2a2a2;
    border-radius: 4px;
}			
	
.product-grid .column{
		width:48.5%!important;
	}

.product-merchant .lower-section .price{
	margin-top:8px;
}

.product-merchant .buy-control input.qtyfield {
    float: left;
    margin-right: 20px;
    width: 20px;
    text-align: center;
	margin-top:12px;
}

.product-merchant .buy-control {
    display: block;
    float: right;
    width: 31%;
}

.product-merchant .lower-section{
	padding:0!important;
}
	
.cms-component-product-line-listing .product-grid-2 .column {
    margin-right: 28px!important;
}


			
	
/*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;
	}	
			  
}											  
	

/* [ SIMPLE ACCORDION - RENAME BACKGROUND COLOUR CLASSES AS REQUIRED ]*/


.accordion-wrapNK{
	margin-bottom:20px;
}

.accordion-contentNK{
		display: none;
		padding:20px;
		border:thin solid #6400aa;
		margin-top:-14px;
	}
	
	
.accordion-contentNK p{
	margin:0!important;
}

.accordion-toggleNK{
		box-sizing: border-box;
		padding:20px;
		color: white!important;
		box-shadow: 0 2px 2px 0 rgba(0,0,0,0.4);
		background-color:#6400aa;
	}	
	
	
	.accordion-toggleNK:hover{
		cursor: pointer;
	}
	
	.accordion-toggleNK img{
		width:40px;
		float:right;
	}


/* [ HOVER STAT BOXES ] */

.key_facts{
	text-align:center!important;
}


.fact_icon{

	/* [BOX] */
	border-radius:50%;
	width:160px;
	height:160px;
	margin: 0 auto;
	
	/* [COLOURS] */
	/* [ CHANGE COLOURS TO SUIT] */
	background-color:#8ec0e7;
	border:thin solid white;
	
	/* [FX] */
	transition:all 1s;
	
	/* [BACKGROUND IMAGE PROPERTIES] */
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:50%;

}

.fact_icon:hover{
	/* [ CHANGE COLOURS TO SUIT] */
	background-color:white;
	border-color:#8ec0e7;
}

.fact_icon img{
	width:150px;
	height:150px;
}

#date{
	background-image:url('https://www.businessdirect.bt.com/Images/vendors/PROJECTS/BTBD/DSGN-463563-GDPR-Edu/calendar_white.png');
}

#date:hover{
	background-image:url('https://www.businessdirect.bt.com/Images/vendors/PROJECTS/BTBD/DSGN-463563-GDPR-Edu/calendar_blue.png');
}

/* [ CONTENT DIVIDER STYLE 01 ] */

.content-title-wrap{
		box-sizing:border-box;
		padding: 20px;
		background-color: #00aadc;
	}	
	
	.content-title-holder{
		padding: 20px;
		box-sizing: border-box;
		text-align: center;
		border:thin dashed white;
	}
	
	.content-title-holder h2{
		padding: 0;
		margin: 0!important;
		color: white!important;
	}

/* [ CONTENT DIVIDER STYLE 02 ] */

.content-title-fancy-wrap{
		box-sizing:border-box;
		padding: 20px;
		background-color: #333333;
	}	
	
	.content-title-fancy-holder{
		padding: 20px;
		box-sizing: border-box;
		text-align: center;
	}
	
	.content-title-fancy-holder h2{
		padding: 0;
		margin: 0!important;
		color: #ffffff!important;
	}
	
		
	.fancy {
	  line-height: 50%;
	  t
		  ext-align: center;
	}
	.fancy span {
	  display: inline-block;
	  position: relative;  
	}

	.fancy span:before,
	.fancy span:after {
	  content: "";
	  position: absolute;
	  height: 5px;
	  border-bottom: 1px solid #ffffff;
	  border-top: 1px solid #ffffff;
	  top: 40%;
	  width: 200px;
	}

	.fancy span:before {
	  right: 100%;
	  margin-right: 15px;
	}

	.fancy span:after {
	  left: 100%;
	  margin-left: 15px;
	}

/* [ HUB IMG ] */

.hub_img img{
	transition:all, 500ms;
	opacity:1;
	position:relative;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-o-backface-visibility:hidden;
}

.hub_img img:hover{
	opacity:0.6;
}

/* [ COUNTDOWN ] */

#countdown_container{
text-align:center;
background-color:#6400aa;
overflow:hidden;
border-radius:5px;
}

#countdown_container h2{
color:white!important;
margin:0;
padding:20px 0;
}

#countdown{
   font-size: 70px;
overflow:hidden;
padding:10px;
text-align:center;
border-radius:5px;
}

.time{
float:left;
margin-right:10px;
width:24.2%;
background-color:white;
border-radius:5px;
box-shadow:1px 3px 10px -3px rgba(0,0,0,0.3);
padding-bottom: 10px;
text-shadow: 0px 2px 3px white;

}

.unit{
font-size:16px;
margin-top:-5px;
text-shadow:0;
}

.time:last-child{
margin-right:0!important;
}


.win-pro-img
	{
		height:400px;
		width:100%;
		background-image:url('/Images/vendors/MICROSOFT/DSGN-575119-Pro-Wins/MSSurface_C_Cafe_065_RGB.jpg');
		background-position:0 0;
		background-size:cover;
		background-repeat:no-repeat;
		background-attachment:fixed;
	}

.statgif col img
	{
		display:none;
	}

/*** THINGS YOU NEED TO KNOW NEW BRAND ***/


.things-new-brand p {
	font-size: 16px;
	font-weight: bold;
}
.things-new-brand p:hover {
	cursor: pointer;
}
.things-new-brand p::after {
	 content:  url("/Images/vendors/PROJECTS/BTBD/DSGN-670611-About-us/BT_Iconography_Arrow_Down_white-72-small-3.png");
	display: inline-block;
	margin-left: 772px;	
	padding-bottom: 10px
		
}
.things-new-brand p.close::after {
content: url("/Images/vendors/PROJECTS/BTBD/DSGN-670611-About-us/BT_Iconography_Arrow_Down_purple_close-2.png");
	display: inline-block;
	margin-left: 772px;	
}
.things-new-brand ol, .things>div {
	display: none;
}
.things-new-brand ol.showOl, .things>div.showOl {
	display: block;
	margin-top: 20px;
}
.things-new-brand ol li {
	list-style: decimal!important;
	margin-left: 24px;
}
	
	
/* END OF DESKTOP STYLES*/	
}
	
	
	
/* RETINA AND HI RES */	
	
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
 
/**/	
}

/* 1.25 dpr */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){ 

/**/	
}

/* 1.3 dpr */
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi){

/**/	
}

/* 1.5 dpr */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){ 
	
/**/	
}


/*  IPAD */

@media only screen and (device-width: 768px) {	
  /* For general iPad layouts */
	
		#middle-col{
		padding:10px;
	}

    .flip-container, .front, .back {
        width:225px;
        height:225px;
    }

/**/	
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
	
/**/	
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
	
/**/	
}

/* == iPad [portrait + landscape] === */



/*  IPAD PRO */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	  
/**/	  
}

/* Portrait */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	  
/**/	  
}

/* Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	  
/**/
}