/*
Theme Name: Autobahn Clinical
*/

/*Wordpress editor styles start*/

.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
.alignnone, img.alignnone {
/* not sure about this one */
}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}
/*Wordpress editor styles end*/

html {
	background-color: #fff;
}
body {
	opacity: 1;
	transition: opacity .2s;
	font-family: "helvetica-neue-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color:#3E4A8A;
}
a {
	outline: 0 !important;
	color:#3961a3;
}
a:hover, a:focus {
	text-decoration: none;
	color:#0d0f36;
}
.cli-bar-message a:focus {
	color:#3961a3 !important;
}
.ver-div {
	position: absolute;
	top: 50% !important;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	height: auto;
	width: 100%;
}
.btn {
	font-size: 14px;
	border-radius:30px;
	font-weight:700;
	line-height: 1;
	padding: 15px 30px;
	transition: all .2s;
}
.btn-orange {
	color:#fff;
	background-color:#FF661A;
}
.btn-orange:hover, 
.btn-orange:focus {
	color: #fff;
	background-color:#35498e;
}
.btn-blue {
	color: #3E4A8A;
	border-color:#3E4A8A;
	background-color:transparent;
}

.btn-blue:hover, 
.btn-blue:focus {
	color: #0D0F36;
	border-color:#0D0F36;
}
.btn-white {
	color: #fff;
	border-color:#fff;
	background-color:transparent;
}

.btn-white:hover, 
.btn-white:focus {
	color: #3E4A8A;
	border-color:#fff;
	background-color:#fff;
}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flex-boxes {
	flex-wrap: wrap;
}
.flex::before,
.flex::after {
	display:none;
}
.split-flex > div {
	width: 50%;
}
.row-centered {
	text-align: center;
}
.col-centered {
	display: inline-block;
	float: none;
	text-align: left;
	margin-right: -4px;
}
.bg-white {
	background-color:#fff;
}
.bg-gray {
	background-color:#F4F3F0;
}
.bg-blue {
	background-color:#35498e;
}
.bg-orange {
	background-color:#FF661A;
}
.section-padding {
	padding: 80px 0;
}
.section-padding-sm {
	padding: 60px 0;
}
.section-padding-lg {
	  padding: 150px 0;
	}
.content-box {
	background-color:#fff;
	-webkit-box-shadow: 0px 4px 9px 3px rgba(0,0,0,0.17); 
box-shadow: 0px 4px 9px 3px rgba(0,0,0,0.17);
	padding:30px;
}
.img-box img {
	-webkit-box-shadow: 0px 4px 9px 3px rgba(0,0,0,0.17); 
box-shadow: 0px 4px 9px 3px rgba(0,0,0,0.17);
}


img.full-width {
  width: 100%;
  z-index: 1;
  position: relative;
}
.flex-row {
	align-items:center;
}

/* NAV */

#header-nav {
	position:fixed;
	width:100%;
	background-color:#fff;
	top:0;
	z-index: 2;
}
.page-content {
	margin-top:100px;
}
.navbar {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin-bottom: 0;
	border-radius: 0;
	width: 100%;
	z-index: 1;
}
.navbar-brand {
	padding-top: 30px;
	padding-bottom: 30px;
	height: auto;
	display:flex;
	align-items: center;
}
.navbar-brand span {
	display:block;
	margin-left: 5px;
  font-size: 30px;
  margin-bottom: 8px;
}
.navbar-brand img {
	height: 40px;
	width: auto;
}
.navbar-nav {
	padding-top:25px;
}
.navbar-nav > li {
	padding:15px;
}
.navbar-nav > li > a {
	font-size: 17px;
	font-weight: 700;
	padding:0;
}
.navbar-nav > li > a span {
	color: #3E4A8A;
	display:block;
	position: relative;
}
.navbar-nav > li.nav-item-light > a span {
	color:#fff;
}
.navbar-nav > li > a span .fa-angle-up {
	display:none;
}
.nav > li > a:focus span .fa-angle-up, 
.nav > li:hover > a span .fa-angle-up {
	display:inline-block;
}
.nav > li > a:focus span .fa-angle-down, 
.nav > li:hover > a span .fa-angle-down{
	display:none;
}
.nav > li > a:focus, 
.nav > li > a:hover, 
.nav > li.current_page_item > a, 
.nav > li.current_page_ancestor > a {
	background-color: transparent;
}

.nav > li:hover > a > span, 
.nav > li.current_page_item > a > span, 
.nav > li.current-page-ancestor > a > span,
.nav > li.current-menu-ancestor > a > span,
.single-news_releases .nav > li.menu-item-39 > a > span,
.single-job_openings .nav > li.menu-item-184 > a > span{
	color:#FF661B;
}
.nav > li.nav-item-light:hover > a > span, 
.nav > li.current_page_item.nav-item-light > a > span, 
.nav > li.current_page_ancestor.nav-item-light > a > span {
	color:#FF661B;
}
.navbar-nav > li > a span .fa-angle-up,
.navbar-nav > li > a .fa-angle-down {
	color:#3E4A8A;
	
}
.navbar-nav {
	
}
.dropdown-menu {
	margin-top: 0;
	-webkit-background-clip: none;
	background-clip: none;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 15px 0;
	width: 240px;
	background-color:#F4F3EF;
}
.navbar-right .dropdown-menu {
	right: auto;
	left: 0;
	width:auto;
}
.dropdown-menu > li > a {
	color: #3E4A8A;
	font-weight: 700;
	padding: 15px 30px;
	font-size:17px;
	position:relative;
}
.dropdown-menu > li > a span .fa {
	display:none !important;
}
.dropdown-menu > li > a::after {
	content:'';
	width:calc(100% - 30px);
	height:1px;
	background-color:#D5D5D5;
	position:absolute;
	left:15px;
	bottom:0;
}
.dropdown-menu > li:last-of-type > a::after {
	display:none;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a,
.dropdown-menu li.current-page-ancestor > a {
	background-color: #fff;
	color: #3E4A8A;
}
.dropdown-menu > li > a:hover::before, 
.dropdown-menu > li > a:focus::before, 
.dropdown-menu > .active > a:focus::before, 
.dropdown-menu > .active > a:hover::before,
.dropdown-menu > .active > a::before,
.dropdown-menu li.current-page-ancestor > a::before {
	content:'\f111';
	color:#FF661A;
	font-family: "Font Awesome 5 Pro";
	position:absolute;
	left:15px;
	font-size: 12px;
  margin-top: 4px;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
}
.navbar-collapse {
	border-top:none;
	box-shadow:none;
}
.navbar {
	transition:.5s all;
}
.navbar .logo-white {
	display:none;
}
.navbar.bg-solid {
	height: 100vh;
}
.navbar.bg-solid .logo-white {
	display:block;
}
.navbar.bg-solid .logo-color {
	display:none;
}
.navbar.bg-solid .navbar-toggle .icon-bar {
  background-color: #fff;
}
@media (min-width:992px) {
	.navbar-nav > li:hover .dropdown-menu,  .navbar-nav > li.open .dropdown-menu {
		display: block;
	}
}

/* MOBILE NAV */

.navbar-toggle .icon-bar {
	background-color: #3E4A8A;
}

/* HOMEPAGE */



/* PAGES */

.banner {
	background-size: cover;
	background-repeat: no-repeat;
	height: 140px;
	display: flex;
  align-items: center;
}
.banner-lg,
.banner-sm {
	height:auto;
	padding:30px 0;
}
.home .banner {
	
}
.interior .banner {
	
}
.gradient-block {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
}
.banner-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.banner-sizer {
	visibility: hidden;
}
.section {
	background-size:cover;
	background-position:center center;
}
.content ul,
.content ol{
	padding-left:15px;
	margin-bottom:20px;
}
.content ul > ul,
.content ol > ul,
.content ul > ol,
.content ol > ol {
	margin-bottom:0;
	padding-left:25px;
}
.content p, .content li {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 5px;
}
.content p {
	margin-bottom: 30px;
}

.content p > a:not(.btn) {
	color: #00a8e3;
}
.dark .content p > a:not(.btn) {
	text-decoration:underline;
}
.dark .content p > a:not(.btn):hover {
	color: #00a8e3;
}
.content p > a:not(.btn):hover, 
.content p > a:not(.btn):focus {
	color: #0070b9;
}
.content h3 {
	font-weight: 700;
	font-size:22px;
	margin-top:0;
	margin-bottom:30px;
	line-height:1.4
}
.content h3.headline-gray {
	font-size:21px;
	font-weight:400;
}
.content h2 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 30px;
}
.content h1 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 20px;
	color:#3E4A8A;
}
.content h4 {
	
}
.content h6 {
	font-size:15px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
}
.content p > img {
	max-width: 100%;
	height: auto;
	margin-bottom:30px;
}
.content hr {
	margin: 30px 0;
	border-top: 1px solid #FF661B;
}
.content hr.center {
	margin:30px auto;
}
.dark .content p,
.dark .content li,
.dark .content *:not(.btn) {
	color:#fff;
}
.dark .content h6 {
	color:rgba(255,255,255,.5) !important;
}
.content-wrapper {
	position:relative;
	overflow:hidden;
}
.container-wrapper {
	margin:0 auto;
	/* max-width:1300px; */
	position:relative;
}
.img-holder {
	position:relative;
	display: inline-block;
}
.img-holder img {
	position: absolute;
  right: -110px;
  top: -10px;
  width: 100px;
}

.page-template-page-clinical-trial .img-holder {
	display:block;
}
.page-template-page-clinical-trial .img-holder img {
	bottom: 5px;
  right: 0;
  top: auto;
}
.panel-title {
  font-size: 18px;
}

.panel-heading,
.panel-body {
}
.panel {
  margin-bottom: 20px;
  background-color: transparent;
  border:none;
  border-radius: 0;
  box-shadow: none;
}
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}
.panel-title a {
	position:relative;
	display: block;
}
.panel-heading:hover a.collapsed,
.panel-title a {
	color: #FF661A;
}
.panel-title a.collapsed {
	color: #3E4A8A;
}
.panel-title a.collapsed::before {
	content:'\f078';
}
.panel-title a::before {
	content: '\f077';
	color: #FF661A;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 1;
	font-size: 18px;
	font-weight:700;
	font-family: "Font Awesome 5 Pro";
}
.panel-group .panel {
  margin-bottom: 20px;
	border-bottom: 1px solid #D5D5D5;
	padding-bottom: 20px;
}
.resource-wrapper {
	display:flex;
	margin-top: 40px;
}
.resource-wrapper .resource-logo {
	flex: 0 0 140px;
	margin-right:15px;
}

/* ABOUT CLINICAL TRIALS */

.step-wrapper {
	padding:50px 0; 
}
.step-wrapper .step {
	margin-bottom:100px;
}
.step-1 {
	position:relative;
}
.step-1::after {
	content:'';
	width:100%;
	height:500px;
	background-image:url('img/step-line.png');
	position: absolute;
  background-repeat: no-repeat;
  top: 60px;
  background-position: center;
	background-size: auto 100%;
}
.num-wrapper img {
	margin: -20px auto 0 auto;
  height: 120px;
  position: relative;
	z-index: 1;
}

/* FAQs */

.box-wrapper {
	padding:50px;
}

/* Clinical Trials */

.banner-nav-wrapper {
	display: flex;
	justify-content: center;
}
.banner-nav {
	float:none;
	display: flex;
	padding: 22px !important;
	background-color:#fff;
	margin: 40px 0 !important;
	border-radius: 60px;
}
.banner-sm .banner-nav {
	margin: 30px 0 !important;
}
.banner-nav li {
	padding-left:25px;
	padding-right:25px;
}
.banner-nav li a {
font-size: 15px;
}
.banner-nav li a span {
	color:#3E4A8A !important;
}
.banner-nav li.current_page_item a span,
.banner-nav li a:hover span,
.banner-nav li a:focus span {
	color:#FF661A !important;
}
.banner-nav li::after {
	content:'.';
	color:#3E4A8A;
	position: absolute;
  right: 0;
  top: 8px;
}
.banner-nav li:last-of-type::after {
	display:none;
}

.status-bar {
	display:flex;
	margin-bottom:60px;
}
.status-bar-cell {
	padding:8px 15px;
	border-right:1px solid rgba(255,255,255,.25);
	width: 25%;
}
.status-bar-cell:last-of-type {
	border-right:none;
}
.status-bar-cell:first-of-type {
	padding-left:0;
}
.status-bar-cell p {
	margin:0;
}
.stat-icon {
	width:70px;
	margin: 0 auto 10px auto;
  display: block;
}
.stat-content {
	text-align:center;
	margin-bottom:60px;
}

a.advance {
	float: right;
	font-size:30px;
}
a.advance i {
	margin-left:30px;
}
a.advance:hover,
a.advance:focus,
a.advance:hover i,
a.advance:focus i{
	color:#354A8E !important;
}
/* FOOTER */

footer {
	padding:70px 0;
	background-color:#35498e;
	margin:10px;
}
.footer-logo {
    width: auto;
	margin-bottom:20px;
}
footer .content p {
	font-size:16px;
}
footer .content a {
	color:#fff;
}
footer .content a:hover,
footer .content a:hover span{
	color: #FF661B !important;
}
footer p.social {
	text-align:right;
	font-size: 18px;
	margin-bottom: 5px;
}
footer p.social a {
	margin:0 5px;
}
footer p.social a.page-link {
	font-size:13px;
	text-decoration:underline;
}

footer .navbar-nav {
	float:none;
	padding:0;
}
footer .navbar-nav > li {
  padding: 0;
	margin-right:60px;
}
footer .navbar-nav > li a span i {
	  display:none !important;
}
p.copyright {
	margin-bottom:5px;
	font-weight:700;
}
footer a.social {
	display:block;
	margin-left:auto;
	color:#8F9596 !important;
	background-color:#fff;
	font-size: 16px;
  border-radius: 100%;
  padding: 10px;
  width: 42px;
  height: 42px;
  text-align: center;
}
footer a.social i {
	color:#8F9596 !important;
}
footer a.social:hover {
	background-color:#FF661B;
}
footer a.social:hover i {
	color:#fff !important;
}
/* FORM */

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1;
  color: #656687;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
text-transform:uppercase;
	max-width: 550px;
  margin-bottom: 15px;
}
/* PAGE GATE */

#page-gate p{
	text-align:center;
	margin-bottom:0;
}
#page-gate h4 {
	text-align:center;
	margin-bottom:30px;
}
#page-gate .modal-body {
	padding:0;
}
#page-gate .close-modal {
	position: absolute;
	font-size: 34px;
	top: -50px;
	right: 0;
	color: #fff;
	opacity:.8;
}
#page-gate .close-modal:hover {
	opacity:1;
}
#page-gate .modal-content {
    border-radius: 0;
    background-color: #fff;
}
.modal-open #page-gate {
	display:flex;
	align-items:center;
}

#storelocator-filter_checkbox {
	display:none !important;
}

@media (max-width:1199px) {
	.navbar-brand img {
  		height: 30px;
	}
	.navbar-brand {
  		padding-top: 25px;
		padding-bottom: 25px;
	}
	.navbar-nav > li {
		padding: 0 15px;
	}
	.navbar-nav > li > a {
  		font-size: 16px;
	}
	.content h1 {
  		font-size: 40px;
	}
	.content h2 {
  		font-size: 22px;
	}
	.panel-title a,
	.content p, .content li {
  		font-size: 15px;
	}
	.page-content {
  		margin-top: 80px;
	}
	.navbar-brand span {
  		font-size: 24px;
	}
	.navbar-nav {
	  padding-top: 30px;
	}
	.img-holder img {
  		position: static;
		display: block;
	}
	.step-1::after {
  height: 400px;
	}
}

@media (max-width:991px) {
	.navbar {
		height: auto;
	}
	.collapse, .navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-toggle {
		display: inline-block;
	}
	.navbar-header {
		float: none;
		width: auto; /*sometimes*/
	}
	.collapse.in {
		display: block !important;
	}
	navbar-toggle {
		float: right;
		margin-right: 0;
	}
	nav .navbar-nav {
		padding-top: 0;
		width: 100%;
		float: none !important;
		padding-bottom: 10px;
		height: calc(100vh - 124px);
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	nav .navbar-nav > li {
		float: none;
	}
	nav .navbar-nav > li > a {
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 0;
		padding-right: 0;
	}
	.dropdown-menu {
		position: static;
		height: auto;
		padding-top: 0;
		width: 100%;
		float: none;
		background-color: transparent;
	}
	.dropdown-menu > li > a::after {
		display:none;
	}
	.dropdown-menu > li > a:hover::before, .dropdown-menu > li > a:focus::before, .dropdown-menu > .active > a:focus::before, .dropdown-menu > .active > a:hover::before, .dropdown-menu > .active > a::before, .dropdown-menu li.current-page-ancestor > a::before {
		display:none;
	}
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a, .dropdown-menu li.current-page-ancestor > a {
		color:#FF661B;
	}
	.dropdown-menu ul {
		display: block;
	}
	.dropdown-menu li {
		display: block;
		float: none;
	}
	.dropdown-menu li > a {
		display: block;
		padding: 12px 0;
		font-size: 13px;
		text-align: center;
	}
	.ver-div {
		position: inherit;
		top: inherit;
		transform: none;
		-webkit-transform: none;
		height: auto;
		width: inherit;
	}
	
	.navbar-toggle {
		margin-top: 20px;
		margin-right: 0;
		padding-right: 0;
	}
	.navbar-nav > li > a span .fa-angle-up, .navbar-nav > li > a .fa-angle-down {
		position: absolute;
		padding-left: 5px;
		padding-top: 2px;
	}
	.navbar-nav > li > a span {
		
	}
	.nav > li:hover > a > span, 
	.nav > li.current_page_item > a > span, 
	.nav > li.current_page_ancestor > a > span {
		
	}
	.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    	background-color: transparent;
	}
	footer .content * {
		text-align:center;
	}
	.footer-logo {
		margin:0 auto 30px auto;
	}
	footer {
    	padding: 40px 0;
	}
	.split-flex > div {
	  width: 100%;
	}
	p.copyright {
		text-align:center;
	}
	.gradient-block {
		display:none;
	}
	.navbar-nav > li > a span {
  		display: inline-block;
	}
	.row.flex {
		display:block;
	}
	.button-box {
		padding-left:50px;
	}
	footer p.social {
  		text-align: center;
		margin-bottom: 20px;
	}
	.content-box {
	  margin-bottom:30px;
	}
	footer .navbar-nav > li {
		float:none;
		display:block;
		text-align:center;
		margin:10px auto;
	}
	footer a.social {
  		margin-right: auto;
  		margin-bottom: 20px;
	}
	.step-1::after {
		display:none;
	}
	.num-wrapper img {
  		margin: 0 auto 20px auto;
	}
	.banner-nav > li > a,
	.banner-nav li,
	.banner-nav {
  display: block;
		width: 100%;
    text-align: center;
	}
	.banner-nav li::after {
  display:none;
}
}

@media (max-width:767px) {
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
		height: auto;
		text-align: center;
	}
	.nav > li > a:focus, .nav > li > a:hover, .nav > li.current_page_item a {
		background-color: transparent;
		border-bottom: none;
	}
	.navbar-right {
		margin-right: 0;
		margin-left: 0;
	}
	.navbar-brand {
		padding-left: 0;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
		padding: 8px 0;
	}
	.navbar-brand img {
		max-height: 45px;
	}
	.navbar-toggle {
		margin-top: 20px;
	}
	.navbar-nav .open .dropdown-menu {
		background-color: #183859;
		border-bottom: 3px solid #deb433;
	}
	.content h3 {
		font-size:21px;
	}
	.content h1 {
		font-size:32px;
	}
	
	
	.bio-nav .next {
		position: static;
		width: 200px;
		margin: 0 auto;
		display: block;
	}
	.bio-modal .bio-block {
		padding: 30px;
	}
	#home .section-wrapper {
  		background-size: 100% auto;
	}
	.banner {
  		background-size: auto 100%;
	}
	.image-break {
	  margin-top: -30px;
	  margin-bottom: -30px;
	  background-color: #e2eefd;
	}
	.section-padding-sm,
	.section-padding-lg,
	.section-padding {
	  padding: 50px 0;
	}
	.panel-title a::before {
  		right: -15px;
	}
	.status-bar {
  		display: block;
	}
	.status-bar-cell {
  border-right: none;
  width: 100%;
	}
	a.advance {
  font-size: 20px;
}
}

@media (max-width:500px) {
	.bio-modal .bio-block {
		padding: 0;
	}
	.bio-modal .close-modal {
   		top: 15px;
   		right: 15px;
	}
	.page-template-page-our-science #section-2 .section-padding-lg {
		padding-bottom:200px;
	}
	.content-box {
	  padding: 15px;
	}
}
.xs-only-break {
	display:none;
}
@media (max-width:370px) {
.navbar-brand span {
    font-size: 20px;
  }
	.xs-only-break {
	display:block;
}
}