/*
Theme Name: Wellville
Theme URI: http://cdevision.com/
Author: cdeVision
Author URI: http://cdevision.com/
Description: Custom theme for Wellville
Version: 1.0
License: No copy or resale
License URI: http://cdevision.com/
Text Domain: Wellville
Tags: 
*/

/* Import the necessary Bootstrap WP CSS additions */
/* @import url( includes/css/bootstrap-wp.css ); */

/* Minimal WordPress Styling */
@import url( includes/css/wordpress_min.css );

/* set container width tablet and above */
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
.container {
	width: 1200px;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
.container {
	width: 1200px;
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
.container {
	width: 1200px;
}
}

html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
body {
	background: #0B3E77;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

@media (max-width: 767px) {
}
#skipnav {
	display: none;
}
/*	--------------------------------------------------
    :: Typography
	-------------------------------------------------- */



h1, h2, h3, h4, h5, h6 {
	color: #333;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	color: #333;
	text-decoration: none !important;
}

h1 {
	font-size: 40px;
	line-height: 46px;
	margin: 0 0 6px 0;
	
}
h2 {
	font-size: 30px;
	line-height: 38px;
	margin: 0 0 6px 0;
	color: #0B3E77;
}
h3 {
	font-size: 22px;
	line-height: 30px;
	margin: 0 0 6px 0;
}
h4, h5, h6 {
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 6px 0;
	font-weight: 600;
}

@media (max-width: 767px) {
h1 {
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 6px 0;
	
}
h2 {
	font-size: 26px;
	line-height: 32px;
	margin: 0 0 6px 0;
	color: #0B3E77;
}
}



p {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	margin: 0 0 26px 0;
}
p img {
	margin: 0;
}

em, i {
	font-style: italic;
	line-height: inherit;
}
strong, b {
	font-weight: bold;
	line-height: inherit;
}
small {
	font-size: 60%;
	line-height: inherit;
}
ul {
	margin: 0 0 20px 60px;
	padding: 0;
}
ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
}
ul ul {
	margin: 10px 0 10px 50px;
	padding: 0;
}
ol {
	margin: 0 0 20px 60px;
	padding: 0;
}
ol li {
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
}
ol ol {
	margin: 10px 0 10px 50px;
	padding: 0;
}
blockquote {
	padding: 0;
	margin: 0;
	border: none;
	font-size: 16px;
	line-height: 22px;
}
blockquote p {
	padding: 0 0 0 45px;
	margin: 0 0 16px;
	font-size: 16px;
	line-height: 22px;
	border: none;
}
p.wp-caption-text {
	font-size: 12px !important;
	line-height: 16px !important;
	text-align: left !important;
	padding: 5px 10px 0 0;
	color: #666;
	font-style:normal;
	margin: 0;
}


/*	--------------------------------------------------
	Links
	-------------------------------------------------- */
a {
	color: #0B3E77;
	line-height: inherit;
	text-decoration: none;
	word-wrap: break-word;
	font-weight: 600;
}
a:visited {
	color: #0B3E77;
}
a:hover {
	color: #96C93D !important;
	font-weight: 600;
	text-decoration: underline;
}
a:focus {
	color: #0B3E77;
	outline: none;
	text-decoration:none;
}
p a, p a:visited {
	line-height: inherit;
	color: #0B3E77;
}

a.box {
	display:inline-block;
	margin: 0;
	padding: 0 22px 0 12px;
	font-size:16px;
	line-height:35px;
	background: #96C93D url(images/box_arrow.png) right 0 no-repeat;
	color: #FFF;
	text-decoration:none;
	font-style: normal !important;
	font-weight: 600 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a.box:visited {
	background-color: #96C93D;
	color: #FFF;
	text-decoration:none;
}
a.box:hover {
	background-color: #0B3E77;
	color: #FFF !important;
	text-decoration:none;
}


a.arrow {
	display:inline-block;
	margin: 0;
	padding: 5px 22px 5px 12px;
	font-size:16px;
	line-height:25px;
	background: #96C93D url(images/box_arrow.png) right center no-repeat;
	color: #FFF;
	text-decoration:none;
	font-style: normal !important;
	font-weight: 600 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a.arrow:visited {
	background-color: #96C93D;
	color: #FFF;
	text-decoration:none;
}
a.arrow:hover {
	background-color: #0B3E77;
	color: #FFF !important;
	text-decoration:none;
}



p.linkwrap {
	margin-top:-10px;
}


/*	--------------------------------------------------
	Misc
	-------------------------------------------------- */
.clearfloats {
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
}
.clearfloats.spacer {
	height: 20px;
}
.no-pad {
	padding:0;
}
.gallery-item {
	margin: 0;
	padding: 0;
}
.alignleft {
	float: left;
	margin: 0 30px 26px 0;
	display: block;
}
.alignright {
	float: right;
	margin: 0 0 26px 30px;
	display: block;
}
.attachment-thumbnail {
}

.widget {
	margin-bottom:0;
	margin-top:0;
}

.wp-caption {
	padding:0;
	border:none;
}

@media handheld, only screen and (max-width: 767px) {
.alignleft {
	max-width: 40% !important;
}
.alignright {
	max-width: 40% !important;
}
}

@media (max-width: 767px) {
.attachment-thumbnail {
	max-width: 80% !important;
	height: auto !important;
}
}



/*	--------------------------------------------------
   	Header
	-------------------------------------------------- */
	
#masthead {
	position:fixed;
	z-index: 99999;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #0B3E77;
	border-bottom: 2px solid #4B92CB;
}
#masthead .pad {
	height: 110px;
	position: relative;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
#masthead.scrolled .pad {
	height: 60px;
	position: relative;
}


.site-branding {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 222px;
	height: 50px;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
#masthead.scrolled .site-branding {
	width: 115px;
	height: 26px;

}
h1.site-title {
	width: 222px;
	height: 50px;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
#masthead.scrolled h1.site-title {
	width: 115px;
	height: 26px;

}
h1.site-title a {
	width: 222px;
	height: 50px;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -4000px;
	background: url(images/logo.png) no-repeat;
	background-size: contain;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
#masthead.scrolled h1.site-title a {
	width: 115px;
	height: 26px;

}

/* Mobile */
@media (max-width: 767px) {


#masthead .pad {
	height: 80px;
	position: relative;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
#masthead.scrolled .pad {
	height: 40px;
	position: relative;
}
	
.site-branding {
	position:static;
	width: 222px;
	height: 50px;
	margin: 40px auto 0 auto;
	padding: 0;
}
#masthead.scrolled .site-branding {
	width: 115px;
	height: 26px;
	margin: 20px 0 0 0;
}
	
	
	
}



.links {
	float: right;
	height: 35px;
	background: #0D4C92;
	padding: 0 12px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
#masthead.scrolled .links {
	opacity: 0;
}
.links span {
	float: left;
	display: inline-block;
	color: #FFF;
	font-size: 14px;
	line-height: 35px;
}

a.social {
	display: block;
	float: left;
	height: 35px;
	font-size: 14px;
	line-height: 35px;
	text-indent: -4000px;
	margin: 0 0 0 10px;
	text-decoration: none;
}
	a.social.facebook {
		background: url(images/icon_facebook.png) no-repeat;
		width: 18px;
	}
	a.social.twitter {
		background: url(images/icon_twitter.png) no-repeat;
		width: 22px;
	}
	a.social:hover {
		opacity: 0.6;
	}

/* Mobile */
@media (max-width: 767px) {
#masthead .links {
	display: none;
}
}



/*	--------------------------------------------------
   	Nav Bar
	-------------------------------------------------- */
	
.site-navigation {
	position: absolute;
	right: 0;
	bottom: 0;
	width:auto;
}
#main-menu {
	margin: 0 0 0 0;
	height: 56px;
	width: auto;
	padding: 0;
	z-index: 9999;
}
#main-menu > li {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
}
#main-menu > li > a {
	font-size: 16px;
	line-height:56px;
	padding: 0 16px;
	display: block;
	text-decoration: none;
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
}
#main-menu > li:last-child > a {
	
}
#main-menu > li.menu-item-has-children > a {
	padding: 0 26px 0 16px;
	background: url(images/dropdown_arrow.png) right top no-repeat;
}
#main-menu > li:hover > a,
#main-menu > li.current-menu-item > a,
#main-menu > li.current-category-ancestor > a,
#main-menu > li.current-page-ancestor > a,
#main-menu > li.current-post-ancestor > a,
#main-menu > li.current-menu-parent > a,
body.single-post #main-menu > li.menu-item-41 > a{
	color: #96C93D;
}
#main-menu ul.sub-menu {
	display: none;
	position: absolute;
	top: 56px;
	left: 0;
	width: auto;
	height: auto;
	margin: 0;
	padding: 12px 0;
	z-index: 99999;
	background: #4B92CB;
	min-width: 260px;
}
/*.menu-desk > ul > li:hover > ul { display:block; }*/
#main-menu ul.sub-menu > li {
	float: none;
	display: block;
	padding: 0;
	margin: 0;
}
#main-menu ul.sub-menu > li > a {
	font-size: 14px !important;
	line-height: 20px;
	font-style: 300;
	font-weight: 700;
	padding: 8px 18px;
	display: block;
	text-decoration: none;
	color: #FFF;
	white-space: nowrap;
}
#main-menu ul.sub-menu > li > a:hover,  
#main-menu ul.sub-menu > li.current-menu-item > a {
	color:#0B3E77;
}


@media (max-width: 767px) {
	
.site-navigation {
	display:none;
}
	
}



/*	--------------------------------------------------
   	Menu Mobile
	-------------------------------------------------- */


#menuLink { display:none; width:30px; height:30px; position:fixed; right:14px; top:14px; z-index:999999; }

#menuLink a.mainmenu { background:#4B92CB url(images/mob.png) right 0 no-repeat !important; display:block; width:30px; height:30px; padding:0; padding:0; text-indent:-4000px; }
#menuLink a.mainmenu.open { background:#471654 url(images/mob.png) right -36px no-repeat !important; }

.menuwrap { display:none; background:#4B92CB; color:#FFF; padding:0; clear:both; margin:0; position:fixed; top:58px; width: 100%; overflow:auto; z-index:999999; }
.menuwrap a { color:#FFFFFF;}	



.primary-mob-nav-container {
	margin:0;
	padding:0;
}
#primary-mob-menu {
	margin:20px 0 0 0;
	width: auto;
	padding: 0;
}
#primary-mob-menu > li {
	float: left;
	display: block;
	box-sizing:border-box;
	padding: 0 20px;
	margin: 0;
	width:50%;
}
#primary-mob-menu > li:nth-child(odd) {
	clear: both;
}

#primary-mob-menu > li > a {
	font-size: 16px;
	line-height: 20px;
	padding: 6px 0 6px 0;
	display: block;
	text-decoration: none;
	color: #FFF;
	margin: 0 0 4px 0;
	font-weight: 600;
	font-style: normal;
}
#primary-mob-menu > li > a:hover {
	text-decoration: none;
	color: #0B3E77;
}

#primary-mob-menu > li > ul {
	display: none;
}

	

.mob-headline {
	margin:10px 10px 8px 10px;
}
	
	
	@media (max-width: 767px) {
	#menuLink { display:block; }
	
	}
	
	
	
	
/*	--------------------------------------------------
   	Home
	-------------------------------------------------- */	


.slider1wrap { 
	height:500px;
	z-index:25;
	position: relative;
	background: #DDD;
}

	.bx-wrapper {
		background:none !important;
	}
	#slider1 {
		z-index:50;
		width:100%;
		height:500px;
		margin:0 !important;
		padding:0 !important;
		background:none;
		display:none;
	}
	#slider1 li {
		width:100%;
		height:500px;
		margin:0;
		padding:0;
		list-style:none;
		background:none;
		position:relative;
	}
	#slider1 li img {
		display:block;
		margin:0 0 0 -1000px;
		height:500px;
		width:2000px;
		max-width:2000px;
		position:absolute;
		left: 50%;
   		top: 0;
		z-index:50;
	}


.elevator {
	position: absolute;
	bottom: -50px;
	width: 100%;
	z-index: 100;
}
.elevator .pad {
	width: 1030px;
	margin: 0 auto;
}
.elevator a.scrollarrow {
	display: block;
	height: 50px;
	background:  #0B3E77 url(images/scroll_arrow.png) center 0 no-repeat;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.elevator a.scrollarrow:hover {
	height: 50px;
	background-position: center -50px;
	cursor: pointer;
}

.elevator .pitch {
	padding: 25px;
	background: rgba(11,62,119,0.9);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.elevator .pitch h1 {
	color: #FFF;
	font-size: 42px;
	line-height: 50px;
	margin: 0 0 10px 0;
}
.elevator .pitch .arrow {
	float: right;
	margin: -50px 0 0 0;
}
.elevator .pitch p {
	color: #FFF;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
}

.homewrap {
	background: #FFF;
	padding-top: 100px;
}





/* Mobile */
@media (max-width: 767px) {
	
.slider1wrap { 
	height:auto;
	z-index:25;
	position: relative;
	background: #FFF;
}

	.bx-wrapper {
		background:none !important;
		margin-top: -150px;
	}
	#slider1 {
		z-index:50;
		width:100%;
		height:250px;
		margin:0 !important;
		padding:0 !important;
		background:none;
		display:none;
	}
	#slider1 li {
		width:100%;
		height:250px;
		margin:0;
		padding:0;
		list-style:none;
		background:none;
		position:relative;
	}
	#slider1 li img {
		display:block;
		margin:0 0 0 -500px;
		height:250px;
		width:1000px;
		max-width:1000px;
		position:absolute;
		left: 50%;
   		top: 0;
		z-index:50;
	}
	
.elevator {
	position: relative;
	width: 100%;
	margin: -205px 0 -20px 0;
	z-index: 99999;
}
.elevator .pad {
	width: auto;
	margin: 0 10px;
	box-sizing: border-box;
}
.elevator .pitch {
	padding: 25px 15px;
}	
.elevator .pitch h1 {
	color: #FFF;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 10px 0;
}
.elevator .pitch .arrow {
	float: none;
	margin: 0 0 20px 0;
}
.elevator .pitch p {
	color: #FFF;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}

}



/*	--------------------------------------------------
   	Content
	-------------------------------------------------- */	

.main-content {
	padding-top: 112px;
}
#content {
	background: #FFF;
}

.main-content-inner .entry-content {
	margin: 50px 0 80px 0;
}

/* Mobile */
@media (max-width: 767px) {
.main-content-inner .entry-content {
	width: 100%;
	margin: 30px 0 70px 0;
}
}

.page-header {
	margin:0;
	padding:0;
	border:none;
	height: 270px;
	background-color: #DDDDDD;
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom: 1px solid #DDDDDD;
}
.page-header h1 {
	display: inline-block;
	background: #0B3E77;
	font-size: 46px;
	line-height: 86px;
	color: #FFF;
	padding: 0 25px;
	width: auto;
	margin: 206px 0 0 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* Mobile */
@media (max-width: 767px) {
.page-header {
	margin:0;
	padding:0;
	height: 125px;
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	position:relative;
	border-bottom: 1px solid #DDDDDD;
}
.page-header h1 {
	position: absolute;
	display: inline-block;
	background: #0B3E77;
	font-size: 20px;
	line-height: 26px;
	color: #FFF;
	padding: 10px 10px;
	width: auto;
	margin: 0;
	bottom:-16px;
	left: 10px;
	max-width: 260px;
	box-sizing: border-box;
}	
}

.intro {
	font-size:18px;
	line-height:26px;
}
	.intro p {
		font-size:18px;
		line-height:26px;
	}

	

#content ul {
	margin: 0 0 26px 40px;
}
#content ol {
	margin: 0 0 26px 40px;
}
	#content ul li {
		list-style-image:url(images/bullet_gray.png);
	}

#content img {
	display:block;
}

article {
	padding:0;
	margin:0;
}
.entry-content {
	padding:0;
	margin:0;
}


/*	News listing */

h2.newstitle {
	font-size: 28px;
	line-height: 35px;
	padding: 0 0 4px 2px;
	margin: 0 0 30px 0;
	color: #444444;
	border-bottom: 1px solid #DDD;
}
/* Mobile */
@media (max-width: 767px) {
h2.newstitle {
	font-size: 24px;
	line-height: 35px;
	padding: 0 0 6px 2px;
	margin: 0 0 30px 0;
	color: #444444;
	border-bottom: 1px solid #DDD;
}	
}
.newslisting {}

	.newslisting h3 {
		font-weight:400;
		margin-bottom:8px;
		font-size: 24px;
		line-height: 32px;
		color: #0B3E77;
	}
/* Mobile */
@media (max-width: 767px) {
	.newslisting h3 {
		font-weight:400;
		margin-bottom:8px;
		font-size: 20px;
		line-height: 28px;
		color: #0B3E77;
	}
}
	.newslisting a:hover h3 {
		color: #444;
		text-decoration: none;
	}
	.newslisting p {
		margin: 0 0 10px 0;
	}
	.newslisting img {
		display:block;
		margin: 0 0 40px 0;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		border: 1px solid #DDDDDD;
	}
	.newslisting a:hover img {
		border: 1px solid #666;
	}
	.newslisting .text {
		padding:0 10px 40px 0;
	}
	.meta {
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 8px;
		color: #444444;
		font-weight: 400;
	}
	a.arrow.right {
		float:right;
		margin-top:-76px;
	}


/* biobox */

.biobox:nth-child(odd) {
	clear: both;
}
.biobox {
	margin-bottom: 30px;
}
.biobox h3 {
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 8px 0;
	color: #0C4C92;
}
.biobox .title {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 8px 0;
}
.biobox img {
	display: block;
	margin: 0 0 10px 0;
}

.biobox .col-sm-4 {
	width: 180px;
	text-align: center;
}
.biobox p {
	margin-bottom: 10px;
}
.biobox a.soc {
	display: inline-block;
	height: 20px;
	text-indent: -4000px;
	text-decoration: none;
	margin: 0;
}
.biobox a.soc.twitter {
	background: url(images/team_twitter.png) no-repeat;
	width: 22px;
}
.biobox a.soc.linkedin {
	background: url(images/team_linkedin.png) no-repeat;
	width: 18px;
}
.biobox a.soc.email {
	background: url(images/team_email.png) no-repeat;
	width: 28px;
}
.biobox a.soc:hover {
	opacity: 0.6;
}



/* Tabs */

.tabintro h2 {
	font-size: 44px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 16px;
}
/* Mobile */
@media (max-width: 767px) {
.tabintro h2 {
	font-size: 30px;
	line-height: 36px;
}	
}


.full-width-div {
    background: #F9F9FA;
	margin-top: -1px;
	z-index: 20;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
ul.tabs{
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
	z-index: 50;
}
ul.tabs li {
	background: none;
	color: #0C4C92;
	font-size: 16px;
	line-height: 60px;
	font-weight: 600;
	display: block;
	float: left;
	padding: 0 15px;
	cursor: pointer;
	margin: 1px 1px 0px 1px !important;
	box-sizing: border-box;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
/* Mobile */
@media (max-width: 767px) {
	
ul.tabs li {
	background: none;
	color: #0C4C92;
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
	display: block;
	float: none;
	padding: 0 15px;
	cursor: pointer;
	border: 1px solid #FFF;
	margin: 0 0 10px 0 !important;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
	
}
ul.tabs li:hover {
	color: #444;
}
ul.tabs li.current{
	color: #0C4C92;
	background: #F9F9FA;
	border: 1px solid #DDDDDD;
	border-bottom: none;
	margin: 0px !important;
	font-weight: 600;
}
@media (max-width: 767px) {
ul.tabs li.current{
	color: #0C4C92;
	background: #F9F9FA;
	border: 1px solid #DDDDDD;
	margin: 0 0 10px 0 !important;
	font-weight: 600;
}	
}

.tab-content, .data-tab-content {
	display: none;
	padding: 30px 15px;
}
.tab-content h2 {
	margin: 0 0 20px 0;
	display: inline-block;
	float: left;
}
.tab-content .arrow {
	margin: 2px 0 0 25px;
	display: inline-block;
	float: left;
}
/* Mobile */
@media (max-width: 767px) {
.tab-content .arrow {
	margin: 0 0 10px 0;
	float: none;
}
}
.tab-content.current, .data-tab-content.current {
	display: block;
}
.col-sm-2.fivecol {
	width: 20%;
}
.col-sm-2.fivecol p {
	margin-bottom: 12px;
}
/* Mobile */
@media (max-width: 767px) {
.col-sm-2.fivecol {
	width: 100%;
	margin-bottom: 30px;
}
}

#comparedata {
	display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

/*	--------------------------------------------------
   	Flexible Content
	-------------------------------------------------- */	


/* Accordion */

.accordianwrap { 
	margin:0 0 26px 0;
	background: url(images/accordion_back.png) 0 0 repeat-x; 
}
.accordianwrap.add { 
	margin:-27px 0 26px 0; 
}
	.accordiantitle { 
		background: url(images/accordion_back.png) 0 bottom repeat-x;
	}
	.accordiantitle.open { 
		background: none;
	}
	.accordiantitle h2 { 
		line-height:30px;
		font-size:22px;
		color:#444;
		font-weight:400;
		padding:10px 50px 10px 5px; 
		background: url(images/accordion_show.png) right center no-repeat; 
		margin:0;
	}
	.accordiantitle:hover h2 { 
		cursor:pointer; 
		background: url(images/accordion_show_hover.png) right center no-repeat;
	}
	.accordiantitle.open h2 {
		background: url(images/accordion_hide.png) right center no-repeat;
	}
	.accordiantitle.open:hover h2 { 
		cursor:pointer; 
		background: url(images/accordion_hide_hover.png) right center no-repeat;
	}
	.accordiancontent {
		display:none;
		padding:6px 10px 1px 10px;
		margin: 0;
	}


/* Quote */

.quoteblock {
	padding:10px 50px 26px 50px;
	margin-left: 50px;
	background: url(images/icon_quote.png) 0 14px no-repeat;
}
.col-sm-6.custom-left .quoteblock, .col-sm-6.custom-right .quoteblock {
	padding-top:0;
	margin: 0;
	background: url(images/icon_quote.png) 0 4px no-repeat;
}
.quoteblock .by {
	font-weight:600;
	margin:-16px 0 0 0;
	font-size: 14px;
	line-height: 20px;
}
.quoteblock .by p {
	font-weight:bold;
	margin:0;
	font-size: 14px;
	line-height: 20px;
}
/* Mobile */
@media (max-width: 767px) {
.quoteblock {
	margin-left: 0;
}
}


/* data table */

.datatable {
	margin-bottom: 26px;
	font-size: 14px;
	line-height: 20px;
}
.datatable .row:nth-child(odd) {
	background: #FAFAFA;
}
.datatable .pad {
	padding: 10px;
}



/*	--------------------------------------  */


/*	Pager */	
		
ul.pager { margin:0 !important; height: 35px;}
	ul.pager li { margin:0; padding:0; list-style:none !important; }
	ul.pager li.previous {
		float:left;
	}
	ul.pager li.next {
		float:right;
	}
	ul.pager a {
		display:inline-block;
		margin: 0;
		padding: 0 12px;
		font-size:16px;
		line-height:35px;
		background: #96C93D url(images/box_arrow.png) right 0 no-repeat;
		color: #FFF;
		text-decoration:none;
		font-style: normal !important;
		font-weight: 600 !important;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	ul.pager .next a {
		background: #96C93D url(images/box_arrow.png) right 0 no-repeat;
		padding-right:22px;
	}
	ul.pager .previous a {
		background: #96C93D url(images/box_arrow_back.png) left 0 no-repeat;
		padding-left:22px;
	}
	ul.pager .next a:hover {
		background-color: #0B3E77;
		color: #FFF;
		text-decoration:none;
	}
	ul.pager .previous a:hover {
		background-color: #0B3E77;
		color: #FFF;
		text-decoration:none;
	}



/*	--------------------------------------------------
   	Footer
	-------------------------------------------------- */	


#colophon {
	background: #092F59;
	padding:40px 0 100px 0;
	color:#fff;
}


.footerlogo {
	display:block;
	margin-left: 20px;
	width:154px;
	height:35px;
	text-indent:-4000px;
	background:url(images/footerlogo.png) no-repeat;
	margin-bottom:20px;
}
.footerlogo:hover {
	text-decoration: none;
}


#colophon .links {
	background: none;
	margin-top: 8px;
}

@media (max-width: 767px) {
	
.footerlogo {
	margin-left: 0;
}
	
}

/* News center */

.newscenter {
	background: #0D4C92;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}

.newscenter h3 {
	color: #FFF;
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 20px 0;
	padding: 0;
}

.footer-news {
	color: #F8F8F8;
}
.footer-news a {
	text-decoration: none;
	color: #F8F8F8;
}
.footer-news a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.footer-news h4 {
	color: #F8F8F8;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}
.footer-news p {
	color: #F8F8F8;
	margin-bottom: 16px;
}
.footer-news .meta {
	color: #F8F8F8;
}
.footer-news .meta a {
	font-weight: normal;
	text-decoration: underline;
}
.footer-news .meta a:hover {
	font-weight: normal;
	text-decoration: none;
	opacity: 0.8;
}
.footer-news img {
	display: block;
	float: right;
	margin: 0 0 20px 20px;
	width: 100px;
	height: auto;
}
.footer-news a.arrow {
	background-color: #0D4C92;
	padding-left: 0;
}

@media (max-width: 767px) {
.footer-news a.arrow {
	margin-bottom: 20px;
}	
}

/* Twitter */
#twitter-news {
	margin: 0;
	padding: 0;
	float: none;
}
#twitter-news a {
	text-decoration: none;
	color: #FFF !important;
	font-size: 14px !important;
	line-height: 22px !important;
	font-weight: normal;
}
#twitter-news a:hover {
	text-decoration: underline !important;
	opacity: 0.8;
}
#twitter-news ul,
#twitter-news ul li {
	margin: 0 0 20px 0 !important;
	padding: 0px !important;
	float: none;
	width: 100%;
	list-style: none;
	background: url(none);
	color: #FFF;
	font-size: 14px;
	line-height: 22px;
}
#twitter-news ul li {
	position: relative;
}
#twitter-news .user {}
#twitter-news .user img {
	display: none;
}
#twitter-news .user a {
	font-weight: 600;
}
#twitter-news .interact {
	display: none;
}
#twitter-news p {
	float: none;
	margin: 0;
	padding: 0;
	color: #FFF !important;
	font-size: 14px !important;
	line-height: 22px !important;
}
#twitter-news .timePosted {
	position: absolute;
	right: 0;
	top: 0;
}


/* Copyright */

.site-info {
	padding:40px 0 0 0;
}
@media (max-width: 767px) {
.site-info {
	padding:20px 0 0 0;
	clear:both;
}
}
	.site-info p {
		font-size:12px;
		line-height:16px;
		color:#A3A6AC;
		margin:0 0 30px 0;
	}
	.site-info p a {
		font-size:12px;
		line-height:16px;
		color:#A3A6AC;
		font-weight:normal;
	}
	.site-info a:hover {
		color:#FFF;
		text-decoration:none;
	}
	
	


/*	--------------------------------------------------
   	Form
	-------------------------------------------------- */	

.smalltext p {
	font-size:14px;
	font-weight:22px;
	margin:0 0 10px 0;
	font-weight: 600;
}


.ifield {
	margin-bottom:20px;
}

.ifield input, .ifield select, .ifield textarea, .ifield select {
	width:100% !important;
	box-sizing:border-box !important;
	padding:8px !important;
	border:1px solid #D4D4D4 !important;
	font-size:14px;
	line-height:20px;
	color:#444 !important;
}

img.wpcf7-captchac {
	width:100%;
	height:38px;
	margin:0;
}

.wpcf7-submit {
	display:inline-block;
	margin: 0 12px 0 0;
	padding:0 30px 0 20px;
	font-size:18px;
	line-height:34px;
	color:#FFF;
	background: url(images/back_diag.png) right 0 no-repeat;
	text-decoration:none;
	font-style: normal !important;
	font-weight: 300 !important;
	border:none;
}
.wpcf7-submit:hover {
	background-position:right -68px;
	text-decoration:none;
	cursor:pointer;
}


.wpcf7-submit {
	display:inline-block;
	margin: 0;
	padding: 0 22px 0 12px;
	font-size:16px;
	line-height:35px;
	background: #96C93D url(images/box_arrow.png) right 0 no-repeat;
	color: #FFF;
	text-decoration:none;
	border: none;
	text-align: left;
	font-style: normal !important;
	font-weight: 600 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.wpcf7-submit:hover {
	background: #0B3E77 url(images/box_arrow.png) right 0 no-repeat;
	color: #FFF;
	text-decoration:none;
	cursor: pointer;
}



@media (max-width: 767px) {
	
	.wpcf7-submit {
		margin-top:20px;
	}
}

.wpcf7-not-valid-tip {
	position:absolute;
	top:30px;
	left:8px;
	font-size:12px !important;
	line-height: 16px;
}

div.wpcf7-response-output {
	background:#fff !important;
	color:#444 !important;
	border:none !important;
	margin: 20px 0 0 0;
	padding: 0;
}


::-webkit-input-placeholder {
   color:#444444 !important;
}

:-moz-placeholder { /* Firefox 18- */
   color:#444444 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   color:#444444 !important;
}

:-ms-input-placeholder {  
   color:#444444 !important;
}

.wpcf7 .ajax-loader { display:none !important; }

textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {   
	border:inherit;
	box-shadow: none !important;
	outline: 0 none;
}


.accordiancontent table {
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
	margin: 0 0 20px 0;
}
.accordiancontent table td {
	padding: 5px;
	font-size: 14px;
	line-height: 22px;
	vertical-align: top;
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
}
.accordiancontent table td p {
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
