/* All Page Main Font Size
---------------------------------- */
body {
	font-size: 15px;
}

/* Health News Buttons
---------------------------------- */
.disabled.btn-primary, [disabled].btn-primary, fieldset[disabled] .btn-primary, .disabled.btn-primary:hover, [disabled].btn-primary:hover, fieldset[disabled] .btn-primary:hover, .disabled.btn-primary:focus, [disabled].btn-primary:focus, fieldset[disabled] .btn-primary:focus, .focus.disabled.btn-primary, [disabled].focus.btn-primary, fieldset[disabled] .focus.btn-primary, .disabled.btn-primary:active, [disabled].btn-primary:active, fieldset[disabled] .btn-primary:active, .active.disabled.btn-primary, [disabled].active.btn-primary, fieldset[disabled] .active.btn-primary {
	background-color: #0471CA;
	border-color: #0471CA;
}

.disabled.btn, [disabled].btn, fieldset[disabled] .btn {
	filter: alpha(opacity=100);
	opacity: 100;
}
/* Job Board Search Block Header
---------------------------------- */
.search-block-v2 {
	background: #a8a8a8 none repeat scroll 0 0;
}
/* User Count label on Main page
---------------------------------- */
.normale {
	color: #555 !important;
	display: inline !important;
	font-size: 15px !important;
	line-height: 1.6 !important;
	margin-bottom: 0 !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
/* SkyForms have a white 1px border by default... that's sucky custom-sky-forms
---------------------------------- */
.sky-form {
	box-shadow: none;
	border: none;
}
	/* SkyForms have other problems too - sky-forms
---------------------------------- */
	.sky-form .inline-group .radio,
	.sky-form .inline-group .checkbox {
		float: none;
		margin-right: 0px;
	}
/* Standard Bootstrap btn btn-primary blue is our blue
---------------------------------- */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-color: #0471CA;
	border-color: #31347B;
}

.panel-heading .accordion-toggle:after {
	/* symbol for "opening" panels */
	font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
	content: "\e114"; /* adjust as needed, taken from bootstrap.css */
	float: right; /* adjust as needed */
	color: #ffffff; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

#owl-clients .item {
	margin: 3px;
}

	#owl-clients .item img {
		display: block;
		width: 100%;
		height: 80px;
	}

.sm {
	list-style: outside none none;
	padding-left: 0;
	padding-left: 10px;
}

	.sm li a {
		color: #555;
		margin-left: 10px;
	}

		.sm li a:hover {
			color: #0471CA;
		}

.somename {
	background-color: #FFFFFF;
}

.validation-error {
	color: #a94442;
}

.btn-u-lg, a.btn-u-lg {
	white-space: normal;
}

#fnnt {
	display: none;
}

.bg-color-CTA {
	color: #fff;
	background-color: #272727 !important;
}

.img-centered {
	margin: 0 auto;
	display: block !important;
}

.heading {
	overflow: hidden;
}

	.heading h2::before, .heading h2::after {
		width: 300%;
	}

.container-top {
	padding-top: 40px;
}

.bottom-align-img-text {
	position: absolute;
	bottom: 30px;
	right: 0;
}

.pricing-plans-2 ul li {
	font-size: 14px;
	text-align: left;
}

.normalize-contentbox-link {
	color: #5E7B2B !important;
	font-size: 15px !important;
	font-weight: normal !important;
	text-transform: lowercase !important;
}

/* Icon Controls
---------------------------------- */
.icon-gradient {
	background: linear-gradient(180deg,#2A80B9,#31347B 100%) !important;
	border-radius: 100px;
}

.icon-size {
	font-size: 1.5em;
}

.icon-centered {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	display: block !important;
}

@media screen and (max-width: 1200px) {
	.responsive-icon {
		font-size: 4em;
	}
}

@media screen and (max-width: 800px) {
	.responsive-icon {
		font-size: 3em;
	}
}

@media screen and (max-width: 400px) {
	.responsive-icon {
		font-size: 2em;
	}
}

.icon-background {
	background: #555;
	border-radius: 100%;
	height: 1em;
	width: 1em;
	position: relative;
	bottom: 12px;
}

.process-background {
	background: #F7F7F7;
	border-radius: 100%;
	height: 1em;
	width: 1em;
	position: relative;
	bottom: 6px;
}

.process-v1 .process-border-extend {
	position: relative;
}

	.process-v1 .process-border-extend:before {
		top: 15px;
		width: 85%;
		left: 8%;
		content: " ";
		display: block;
		position: absolute;
		border-top: solid 2px #ddd;
	}

@media (max-width: 768px) {
	.process-v1 .process-border-extend:before {
		border: none;
	}
}

/* Pricing Styles
---------------------------------- */
.pricing-bg-colored h4 {
	font-size: 4em !important;
}

.pricing-mega h4 {
	font-size: 3em !important;
}

.margin-bottom-268 {
	margin-bottom: 268px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.margin-bottom-268 {
		margin-bottom: 268px;
	}
}

.pricingbottomborder {
	border-bottom: solid 1px #cff8e9;
}

.pricing:hover li a {
	color: #ffffff;
}

.font-bold {
	font-weight: bold;
	font-size: 1.7em;
}

.float-left {
	float: left;
	padding-left: 10%;
}

.top-padding {
	padding-top: 15px !important;
}

.text-white {
	color: #fff
}

.featured-text {
	font-weight: bold;
	font-size: 13px;
}

.pricing-row-control li {
	min-height: 79px !important;
}

.header-row-height {
	min-height: 166px !important;
}

.prices {
	font-family: Arial !important;
	text-shadow: 0 1px 0 #fff !important;
}

.pricing-border {
	border: 1px solid #cff8e9 !important;
}

.red {
	color: darkred !important;
}

/* Profile Styles
---------------------------------- */
.margin-top-30 {
	margin-top: 30px;
}

.profile-box {
	border-width: 1.5px;
	border: solid;
	border-color: #EEE
}

/* Button Styles
---------------------------------- */
.inquiry-button {
	padding: 10px 142px;
}

/* Color Ratio Adjustments
---------------------------------- */
.header .topbar ul.loginbar > li > a,
.header .topbar ul.loginbar > li > a:hover {
	color: #707476 !important;
}

.btn-u.btn-u-green {
	background: #5E7B2B !important;
}

/* Search-Block Adjustments
---------------------------------- */
.search-block.parallaxBg {
	padding: 46px 0;
	background: url(../img/bg/7.jpg) 50% 0 repeat fixed;
}

/* Login Form Icon Adjustments
---------------------------------- */
.icon-inline {
	line-height: 2.8 !important;
}

/* Pagination Color Adjustments
---------------------------------- */
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
	color: #707476 !important;
}

/* Link Color Adjustments
---------------------------------- */
.blue-link {
	color: #0471CA !important;
	font-weight: bold;
}

/* Join Bar Adjustments
---------------------------------- */
.join-border {
	border: 1px solid #555;
}

/* Text Adjustments
---------------------------------- */
.bold-text {
	font-weight: bold;
}

.highlight-text {
	font-size: 1.1em;
}

.dont-break-out {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
/* Vertical Alignment
---------------------------------- */
.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

/* study-details phone input fix */
.study-details-phone-input {
	width: 100% !important;
}