div.menu2 {
	float: left;
	width: 100%;
}

.tabs_wrapper {
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	float: left;
}

ul.tabs {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 10;
	padding: 0;
	width: 33%;
	list-style: none;
	-ms-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	clear: none;
	float: left;
}
ul.tabs li {
	margin: 0;
	cursor: pointer;
	line-height: 19px;
	color: #FFF;
	text-align: left;
	font-weight: 400;
	-ms-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1F1F1;
	background-color: #1E478A;
	padding: 3%;
}

ul.tabs li:hover {
	color: #FFF;
	-ms-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background-color: #3D3D3D;
}
ul.tabs li.active {
	color: #333333;
	-ms-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background-color: #FFF;
}


.tab_container {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 20;
	width: 67%;
	min-width: 10px;
	text-align: left;
	background-color: #FFF;
	float: left;
	clear: none;
	padding-bottom: 0px;
}

.tab_container h4 {
	font-size: 24px;
	line-height: 27px;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: 400;
	margin-bottom: 20px;
}


.tab_content {
	height: 100%;
	display: none;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 0%;
	padding-left: 5%;
}
.tab_content img {
	margin-bottom: 20px;
	padding-top: 5px;
}
.tab_content a {
	color: #4899d3;
	text-decoration: none;
}




.tab_drawer_heading {
  display: none;
}

@media screen and (max-width: 800px) {
  ul.tabs {
    display: none;
  }

  .tab_container {
	display: block;
	width: 100%;
	border-top: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
  }
 
  
  
.tab_container h3 {
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	letter-spacing: 0em;
  }
.tab_container h4 {
	font-size: 20px;
	line-height: 23px;
	margin-top: 0px;
	padding-top: 0px;
}

  
  
  .tab_content {
	padding: 6%;
}

  .tab_drawer_heading {
	background-color: #1E478A;
	color: #fff;
	margin: 0;
	display: block;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1F1F1;
	width: 94%;
	padding-top: 2%;
	padding-right: 3%;
	padding-bottom: 2%;
	padding-left: 3%;
  }
  
  
  .tab_drawer_heading:hover {
	color: white;
	background-color: #3D3D3D;
  }

  .d_active {
	background-color: #3D3D3D;
  }
  
  
  .tab_content img {
	margin-right: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	float: left;
	width: 100%;
	margin-left: 0px;
}
}
