/**
 * Tab Me
 *
 * Simple CSS stylesheet for Tab Me Tabs
 *
 * @since 0.5
 */

.tab-me-tab-content {
     
	box-sizing: border-box;
	padding: 5px 10px 5px 10px; 	

      
}
.tab-me-tab-content p {
     
	margin-right: 5px;
}

.tab-me-content-wrapper{
	
	clear:both;
    width: 100%;
   
}
.tab-me-content-wrapper h1{
	color:#eb6239;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 1.4em;
	border-bottom: 3px solid #eb6239;
	text-align: left;
}
.tab-me-content-wrapper h2{
	font-size: 18px;
	line-height:28px;
	text-align: left;
	color:#584c76;
	font-weight: 700;
	text-transform: uppercase;
	margin:0.4em 0;
}

.tab-me-content-wrapper h3{
	font-size: 15px;
	line-height:28px;
	text-align: left;
	color:#584c76;
	font-weight: 600;
	text-transform: uppercase;
	margin:0.4em 0;
}

ul.tab-me-tabs {
	
	margin-bottom: -1px; 
	position: relative;
	padding: 0px;
        margin: 0;
}

ul.tab-me-tabs li{
	
	display: block;
	float:left;
	border-radius:20px;
	margin-right: 8px;
	margin-bottom: 10px;
	border: 0px solid;
	border-radius: 20px;
	background: #8d81ac;
	color: #fff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	line-height: 1;
	padding: 0px 1em;
	text-decoration: none;
	transition:all 0.3s ease;
	height:56px;
	line-height: 56px;
}

ul.tab-me-tabs li:nth-child(4) {
   margin-right: 0px;
}

ul.tab-me-tabs li a{
	list-style:none;
	display:inline-block;
	width:155px;
	color: #fff;
	font-size: 14px;
	vertical-align: middle;
	line-height: 16px;
    text-decoration: none;
    text-align: center;
}
ul.tab-me