/*****NAV*******/

#divWBMTabbedNav {
	margin-top:20px;
}

#divWBMTabbedNav a{
	display:inline-block;
	font-size:24px;
	line-height:30px;
	padding:10px 40px 30px;
	font-weight: 700;
	margin-right:6px;
}

#divWBMTabbedNav a:hover{
	text-decoration: underline;
}

/***blue****/
#divWBMTabbedNav.CORE a{
	color:black;
}

#divWBMTabbedNav a span.spnTabIcon img{
	width: 50px;
	height:50px;
	line-height:80px;
	vertical-align:middle;
}

#divWBMTabbedNav a span.spnTabIcon, .divTabTextMobile{
	display:none;
}


#divWBMTabbedNav.CORE a{
	border: 1px solid transparent;

}

#divWBMTabbedNav.CORE a:nth-child(1), #divWBMTabbedNav.CORE a:nth-child(4){
	background-color: #75BEE9;
}

#divWBMTabbedNav.CORE a:nth-child(2), #divWBMTabbedNav.CORE a:nth-child(5){
	background-color: #BADFF4;
}

#divWBMTabbedNav.CORE a:nth-child(3), #divWBMTabbedNav.CORE a:nth-child(6){
	background-color: #D2F4FF;
}

/***pink****/
#divWBMTabbedNav.WELLBEING a{
	color:white;
}
#divWBMTabbedNav.WELLBEING a:nth-child(1), #divWBMTabbedNav.WELLBEING a:nth-child(4){
	background-color: #92278F;
}

#divWBMTabbedNav.WELLBEING a:nth-child(2), #divWBMTabbedNav.WELLBEING a:nth-child(5){
	background-color: #AD5DAB;
}

#divWBMTabbedNav.WELLBEING a:nth-child(3), #divWBMTabbedNav.WELLBEING a:nth-child(6){
	background-color: #D6AED5;
}


/********TABS********/

.divWBMTabbedContent-tab{
	display: none;
	padding:20px;
}

.divWBMTabbedContent-tab:first-child{ /*only show first tab content*/
	display: block;
}

/******core tabs*************/
#divWBMTabbedContent.CORE .divWBMTabbedContent-tab:nth-child(1), #divWBMTabbedContent.CORE .divWBMTabbedContent-tab:nth-child(4){
	background-color: #75BEE9;
}
#divWBMTabbedContent.CORE .divWBMTabbedContent-tab:nth-child(2), #divWBMTabbedContent.CORE .divWBMTabbedContent-tab:nth-child(5){
	background-color: #BADFF4;
}
#divWBMTabbedContent.CORE .divWBMTabbedContent-tab:nth-child(3), #divWBMTabbedContent.CORE .divWBMTabbedContent-tab:nth-child(6){
	background-color: #D2F4FF;
}

/******wellbeing tabs*************/
#divWBMTabbedContent.WELLBEING .divWBMTabbedContent-tab:nth-child(1), #divWBMTabbedContent.WELLBEING .divWBMTabbedContent-tab:nth-child(4){
	background-color: #92278F;
}
#divWBMTabbedContent.WELLBEING .divWBMTabbedContent-tab:nth-child(2), #divWBMTabbedContent.WELLBEING .divWBMTabbedContent-tab:nth-child(5){
	background-color: #AD5DAB;
}
#divWBMTabbedContent.WELLBEING .divWBMTabbedContent-tab:nth-child(3), #divWBMTabbedContent.WELLBEING .divWBMTabbedContent-tab:nth-child(6){
	background-color: #D6AED5;
}

/********ROWS********/


.divWBMTabbedContent-table{
	display:table;
	width:100%;
	margin-bottom:15px;
	table-layout: fixed;
}

.divWBMTabbedContent-row{
	display:table-row;
}

.divWBMTabbedContent-table:first-child .divWBMTabbedContent-row .divWBMTabbedContent-block { /*supersize first row*/
	height: 500px;
}


.divWBMTabbedContent-table:last-child{
	margin-bottom:0;
}



/********BLOCKS********/

.divWBMTabbedContent-block, .divWBMTabbedContent-block-borderless{
	display:table-cell;
	vertical-align:top;
	text-align:center;
	border-collapse: collapse;
	color:#999;
	height: 300px;
}



/******************COLOR block borders*****************/
/******core tabs*************/
#divWBMTabbedContent.CORE .divWBMTabbedContent-tab:nth-child(1) .divWBMTabbedContent-block, #divWBMTabbedContent.CORE .divWBMTabbedContent-tab:nth-child(4) .divWBMTabbedContent-block{
	border-right:15px solid #75BEE9;;
}
#divWBMTabbedContent.CORE .divWBMTabbedContent-tab:nth-child(2) .divWBMTabbedContent-block, #divWBMTabbedContent.CORE .divWBMTabbedContent-tab:nth-child(5) .divWBMTabbedContent-block{
	border-right:15px solid #BADFF4;
}
#divWBMTabbedContent.CORE .divWBMTabbedContent-tab:nth-child(3) .divWBMTabbedContent-block, #divWBMTabbedContent.CORE .divWBMTabbedContent-tab:nth-child(6) .divWBMTabbedContent-block{
	border-right:15px solid #D2F4FF;
}

/******wellbeing tabs*************/
#divWBMTabbedContent.WELLBEING .divWBMTabbedContent-tab:nth-child(1) .divWBMTabbedContent-block, #divWBMTabbedContent.WELLBEING .divWBMTabbedContent-tab:nth-child(4) .divWBMTabbedContent-block{
	border-right:15px solid #92278F;
}
#divWBMTabbedContent.WELLBEING .divWBMTabbedContent-tab:nth-child(2) .divWBMTabbedContent-block, #divWBMTabbedContent.WELLBEING .divWBMTabbedContent-tab:nth-child(5) .divWBMTabbedContent-block{
	border-right:15px solid #AD5DAB;
}
#divWBMTabbedContent.WELLBEING .divWBMTabbedContent-tab:nth-child(3) .divWBMTabbedContent-block, #divWBMTabbedContent.WELLBEING .divWBMTabbedContent-tab:nth-child(6) .divWBMTabbedContent-block{
	border-right:15px solid #D6AED5;
}


.divWBMTabbedContent-row .divWBMTabbedContent-block:last-child{
	border-right:0 !important;
}

.tabblock3{
	width:25%;
}

.tabblock4{
	width:33.33%;
}

.tabblock5{
	width:41.66%;
}

.tabblock6{
	width:50%;
}

.tabblock7{
	width:58.31%;
}

.tabblock8{
	width:66.66%;
}

.tabblock9{
	width:75%;
}

.tabblock12{
	width:100%;
}

/*****BLOCK CONTENT*******/

.tabblock-image{
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

.tabblock-text{
	background-color:#eeeeee;
	color:#333;
	text-align:left;
	vertical-align:top;
	position: relative;
}

.divWBMTPaddedText{
	padding:20px;
	line-height:20px;
	overflow:hidden;
}

.tabblock-text H2{
	font-size:20px;
	line-height:24px;
	margin-bottom:10px;
}

.tabblock-text p{
	margin-bottom:10px;
}


.tabblock-text p a{
	text-decoration:none;
	color:#333;
}
.tabblock-text p a:hover{
	text-decoration:underline;
}

.divWBMTPaddedText img{
	max-width:100%  !important;
	height:auto !important;
}

.tabblock-VIDEO iframe{
	width: 100%;
	height: 100%;
}

.tabblock-text iframe{
	width: 100%;
	height: 100%;
	position: absolute;
}

.tabblock-media{
	min-height: 220px;
}


/*****RESPONSIVE********************/



@media (max-width: 1200px){
	#divWBMTabbedNav a{
		font-size: 16px;
	}
}
@media (max-width: 1000px) {



	#divWBMTabbedNav a span.spnTabText{
		display:none;
	}

	#divWBMTabbedNav a span.spnTabIcon{
		display:block;
	}

	.divTabTextMobile{
		display: block;
		font-size: 24px;
		padding-bottom: 10px;
		color: black;
		font-weight: 700;
	}

	#divWBMTabbedNav a{
		display:inline-block;
		line-height:22px;
		padding:15px;
		font-weight: 700;
	}


	.divWBMTabbedContent-row{
		display:block;
		width:100%;
		height:auto;
		margin-bottom:0px;

	}

	.divWBMTabbedContent-table{
		display:block;
		margin:0px;
		padding:0px;

	}

	.divWBMTabbedContent-block, .divWBMTabbedContent-table:first-child .divWBMTabbedContent-row .divWBMTabbedContent-block{
		display:block;
		width:100%;
		height:auto;
		margin-bottom:20px;
	}



	.divWBMTabbedContent-table:last-child .divWBMTabbedContent-row .divWBMTabbedContent-block:last-child{
		margin-bottom:0;
	}


	.tabblock-image{
		height: 250px !important;
		width:100% !important;
	}


}


@media (max-width: 640px){

	#divWBMTabbedNav a{
		display:inline-block;
		font-size:16px;
		line-height:22px;
		padding:15px;
		font-weight: 700;
	}


	#divWBMTabbed{
		padding: 15px;
	}

}