/*
Theme Name: Turnstone Biologics
Author: AldenMc
Author URI: http://aldenmc.com/
Version: 2.0
*/


body {
	/*font-family: "pt-serif",serif;*/
	font-family: "proxima-nova",sans-serif;
	position:relative;
}
body.home {
	background-image: url(http://turnstonebistg.wpengine.com/wp-content/uploads/2021/12/turnstone-home-fi.jpg);
	background-image: url(img/turnstone-home-bg-2.jpg);
	background-image: url(img/turnstone-home-bg.jpg);
	background-image: url(img/turnstone-home-bg-3.jpg);
	background-image: url(img/turnstone-home-bg-4.jpg);

	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
}

a {
	outline:0 !important;
	transition:.2s opacity;
}

.ver-div {
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: auto;
    width: 100%;
}
.row-centered {
    text-align: center;
}
.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
}
.btn {
	display:block;
	padding:15px 35px;
	font-family: "proxima-nova",sans-serif;
	font-size:14px;
	font-weight:700;
	border-radius:0px;
	text-transform:uppercase;
}
.banner {
	background-repeat:no-repeat;
	background-size:cover;
}
.page .banner {
	height: 300px;
	height: 442px;
}
.new-about-tabs li,
.new-careers-tabs li {
	vertical-align: bottom;
	margin: 48px 48px 0;
	position: relative;
	transition:.2s all;
}
.new-about-tabs li img {
	transition:.2s all;
}
.new-about-tabs li p {
	opacity: 0;
	position: absolute;
	top:40%;
	color: #fff;
	color: #0095da;
	text-align: center;
	left: 0;
	right: 0;
	font-size: 36px;
	font-weight: 600;
	transition:.2s all;
	/*text-shadow: 2px 2px 2px rgba(0,149,218,0.5);*/
}
.new-about-tabs li:hover p {
	opacity: 1;

}
.new-about-tabs li:hover img {
	/*filter: sepia(100%) hue-rotate(190deg) saturate(500%);
	opacity: .5;	*/
	opacity: .25;
}
.page-template-page-news-new-php.page .banner {
	height: 442px;
}
.page-template-page-news-new-php .section {
	padding-top: 0;
}
.home .banner {
	position: relative;
	}
.page .banner h1 {
    color: #fff;
	text-align:center;
	margin-top:150px;
}
h1 {
	font-size:60px;
	font-family: "proxima-nova",sans-serif;
	font-weight:800;
}
h2 {
	font-size:48px;
	font-family: "proxima-nova",sans-serif;
	font-weight:800;
}
h3 {
	line-height: 1.4;
}
h6 {
	font-family: "proxima-nova",sans-serif;
}
p > a {
	color:#0094d9;
}
p > a:hover {
	color: #23527c;
	text-decoration:none;
}
.bg-lt-gray {
	background-color:#f1f1f1;
}
.bg-lt-blue {
	background-color:#deedf4;
}
.btn-blue {
	display:inline-block;
	margin: 0 auto;


	/*width:200px; */
	text-align:center;
	letter-spacing: 1px;

	color: #0094d9;
	border-radius: 20px;
	padding: 1px 6px;
	line-height: 1.7;


	border: 3px solid #0094d9;

	cursor: pointer;
	font-size:16px;
	font-weight:bold;
	text-transform:none;

}

p.btn-blue {

}
.btn-blue:hover,
.btn-blue:focus {
	color: #23527c;
	text-decoration:none;
	background-color: #0094d9;
	color: #fff;
}
.btn-white {
	display:block;
	font-family: "proxima-nova",sans-serif;
	font-size:14px;
	font-weight:700;
	color:#fff;
	border:2px solid #fff;
	padding-top:20px;
	padding-bottom:20px;
	width:200px;
	text-transform:uppercase;
	text-align:center;
	letter-spacing: 1px;
}
.btn-white:hover,
.btn-white:focus {
	color: #9f9f9f;;
	text-decoration:none;
	border:2px solid #9f9f9f;
}
.cancel-btn {
	color:#0094d9;
	font-weight:bold;
	font-family: "proxima-nova",sans-serif;
	text-transform:uppercase;
	font-size:14px;
}
.cancel-btn:hover {
	text-decoration:none;
	color: #23527c;
}
.btn-apply {
	border:none !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
	width:auto !important;
	text-align:left !important;
}
.section {
	color:#292929;
	padding-top:80px;
	padding-bottom:80px;
}
.section p,
.section ul,
.section ol {
	color:#737373;
	font-size:16px;
	font-size: 18px;
	line-height: 1.7;
}
.tab-pane ul {
	list-style: none;
}
.tab-pane ul li {
	position: relative;
	margin-bottom: 6px;
}
.tab-pane .colored li:before,
.tab-pane .section-tabs li:before {
	content: none;
}
.tab-pane ul li:before {
	content: "";
	position: absolute;
	left: -14px;
	top: 11px;
	height:5px;
	width: 5px;
	border-radius: 50%;
	background-color: #0094d9;
}
.section .content ol li {
	margin-bottom:30px;
}

/* NAV */



.navbar {
	width:100%;
    min-height: 50px;
    margin-bottom: 0;
    border: none;
	z-index: 1000;
	border-radius: 0 !important;
}
.logo-white {
	display:block;
	opacity:1;
	transition:.2s all;
}
nav.affix-top {
	position: absolute;
}
nav.affix-top .logo-dark {
	display:none;
	opacity:0;
	transition:.2s all;
}
nav.affix .logo-dark {
	display:block;
	opacity:1;
}
nav.affix .logo-white {
	display:none;
	opacity:0;
}
nav.affix {
	height: 80px;
}
nav.affix .container {
	background-color: #fff;
	border-radius: 0 0 12px 12px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 50px 0 0 0;
}
nav.affix .navbar-brand {
	padding: 10px 0 0 0;
}
.navbar-brand > img,
footer .logo {
    max-width:208px;
}
.navbar-nav {
	margin-top:60px;
}
nav.affix .navbar-nav {
	margin-top:30px;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav > li {
	margin-left:25px;
}
.navbar-right {
    margin-right: 0;
}
.navbar-nav > li > a {
	font-family: "proxima-nova",sans-serif;
	font-weight:700;
	font-size:14px;
	text-transform:uppercase;
	padding: 0 0 6px 0;
}
nav.affix .navbar-nav > li > a {
	color: #000;
	color: #555658;
}
.nav > li > a:focus,
.nav > li > a:hover,
.nav > li.active > a {
    background-color: transparent;
	border-bottom:3px solid #0094d9;
}
.li-link {
	display: block;
	float: right;
	margin-top: 53px;
	font-size: 20px;
	margin-left:20px;
	color:#0094d9;
}
nav.affix .li-link {
    margin-top: 23px;
	z-index: 9999;
}


.offme nav.affix .container {
	-webkit-box-shadow: 0px 20px 60px -26px rgba(0,148,217,0.62);
	-moz-box-shadow: 0px 20px 60px -26px rgba(0,148,217,0.62);
	box-shadow: 0px 20px 60px -26px rgba(0,148,217,0.62);
}
/* BANNER */

.home .banner h1 {
	margin-bottom:70px;
	color:#fff;
}
.home .banner h3 {
	color:#fff;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

/* SECTIONS */

.section .title-content:first-child {
	margin-top:0;
}
.section .content h6 {
	font-size:12px;
	color:#9f9f9f;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-bottom:40px;
}
.bg-lt-gray .content h6 {
	color:#000;
}
.section .content h2 {
	margin-bottom:60px;
}
.section .content h4 {
	color:#737373;
	line-height: 1.6;
	margin-bottom:40px;
}
.section .content h3 {
	color:#333333;
	color: #0095da;
	margin-bottom:30px;
}
.section .content p {
	margin-bottom:30px;
}
.section .content img {
	max-width:100%;
	margin-bottom:40px;
}

/* SECTION TABS */

.section-tabs {
	padding-left:0;
	list-style-type:none;
	text-align: center;
	margin-top:10px;
	margin-bottom:50px;
}
.section-tabs li {
	display:inline-block;
}
.section-tabs li a,
.row .wp-block-button__link {
	font-size:16px;
	font-weight:bold;
	text-transform:none;
	color:#b3dff4;
	border-bottom:3px solid transparent;
	padding:1px 6px;
	margin-left:20px;
	margin-right:20px;
	letter-spacing: 1px;
	border: 3px solid #b3dff4;
	border-radius:20px;

}
.row .wp-block-button__link {
	border:3px solid #fff;
	padding:5px 6px;
}
.row .wp-block-button__link.has-white-color:hover {
	background-color: #fff !important;
	color: #0094d9 !important;
	border:3px solid #0094d9;
	text-decoration: none;
}
.has-red-color {
	color: #bc3668;
}

.section-tabs li.active a,
.section-tabs li a:hover,
.section-tabs li.active a:hover,
.section-tabs li.standby a,
.section-tabs li.standby a:hover {
	color:#0094d9;
	border: 3px solid #0094d9;
	border-radius: 20px;
	background-color: transparent;
}

#our-approach .section-tabs li a:hover {
	border:none;
	background-color: transparent;
}


.section-tabs li a:hover {
	background-color: #0094d9;
	color: #fff;
}
#our-approach {
	padding-bottom: 40px;
}

#our-approach .section-tabs li.active a,
#our-approach .section-tabs li a:hover,
#our-approach .section-tabs li a,
#our-approach .section-tabs li.standby a {
	border: none;
}
#our-approach .section-tabs li a {
	color:#0094d9;
}
#our-approach .section-tabs li a:hover {
	color: #044c72;
}
#our-approach .section-tabs li a:hover .arrow {
	background-color: #0094d9;
	color: #fff;
}
.arrow {
	border: 2px solid #0094d9;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
	font-size: 22px;
	line-height: 1;
	padding-left: 2px;
}
.active .arrow {
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.standby .arrow {
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.align-right {
	text-align: right;
}
/* OUR SCIENC */

.moa-graphic .moa-tabs {
	margin-top: -90px;
	z-index: 1001;
	padding-left:0;
	margin-left: 25px;
	width: 650px;
}
.moa-graphic .moa-tabs li {
	width: 25%;
	float: left;
}
.moa-graphic .moa-tabs li a {
	border-bottom:none;
	background-color:#191919;
	color:#fff;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	font-size: 14px;
	line-height: 1.2;
	padding: 16px 6px;
	margin-top: 10px;
}
.moa-graphic .moa-tabs li.active a,
.moa-graphic .moa-tabs li.active a:hover {
	background-color:#0094d9;
	padding-top: 15px;
	margin-top: 0;
}

.moa-graphic .moa-tabs li.active span {
	display: block;
	border-bottom:4px solid #fff;
	padding-bottom:7px;
	margin:0 auto;
}

.moa-graphic .moa-tabs li a:hover {
	background-color:#0094d9;
}

/* LEADERSHIP */

.team-member a {
	display:block;
}
.team-member > div {
	height:350px;
	margin-bottom:75px;
}

.team-member a .title-block {
	margin-left:10px;
	margin-right:10px;
	background-color:#fff;
	padding:25px 25px 0 25px;
	height:120px;
	margin-top:-25px;
	position: relative;
}

.team-member .title-block h4 {
	font-size:16px;
	color:#292929;
	font-weight:bold;
	font-family: "proxima-nova",sans-serif;
	margin-top:3px;
	margin-bottom:5px;
	float:left;
	width:100%
}
.team-member .title-block h6 {
	font-size:12px;
	color:#646464;
	/*font-family: "pt-serif",serif;*/
	margin-bottom:0;
	margin-top:0;
	float:left;
}

.team-member a:hover,
.team-member a:focus {
	text-decoration:none;
}
.team-member a:hover .title-block *,
.team-member a:focus .title-block * {
	color:#fff;
}

.team-member a:hover .title-block,
.team-member a:focus .title-block {
	background-color:#0094d9;
	-webkit-box-shadow: 0px 20px 60px -26px rgba(0,148,217,0.62);
	-moz-box-shadow: 0px 20px 60px -26px rgba(0,148,217,0.62);
	box-shadow: 0px 20px 60px -26px rgba(0,148,217,0.62);
}
.team-bio {
    position: fixed;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(41,41,41,.9);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    overflow: scroll;
	padding-top: 150px;
}
.team-bio .bio-block {
	background-color:#fff;
	padding:100px;
}

.team-bio .headshot {
	margin-top:-150px;
	margin-left:-35px;
}
.team-bio .title-block {
	text-align:left;
}
.team-bio .bio-text {
	text-align:left;
	padding-top:40px;
}
.team-bio .cancel-btn {
	color:#0094d9;
	font-weight:bold;
	font-family: "proxima-nova",sans-serif;
	text-transform:uppercase;
	position:absolute;
	top:40px;
	right:60px;
	font-size:14px;
	z-index: 101;
}
.team-bio .cancel-btn:hover {
	text-decoration:none;
	color: #23527c;
}
.team-bio .bio-next {
	color:#fff;
	background-color:#0094d9;
	display:block;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 45%;
	right: -35px;
	border-radius: 100%;
	padding-top: 22px;
	font-size: 18px;
	transition:all .2s;
}
.team-bio .bio-next:hover {
	background-color:#23527c;
	padding-top: 20px;
	font-size: 22px;
}

/* LOGOS */

.logos {
	margin-top:20px;
}
.logos a img {
	/*box-shadow: 0px 20px 60px -5px rgba(255,10,8,1); */
}
.logos a:hover img {
	-webkit-box-shadow: 0px 20px 60px -26px rgba(0,148,217,0.62);
	-moz-box-shadow: 0px 20px 60px -26px rgba(0,148,217,0.62);
	box-shadow: 0px 20px 60px -26px rgba(0,148,217,0.62);

	-webkit-box-shadow: 0px 5px 60px -5px rgba(0,148,217,0.62);
	-moz-box-shadow: 0px 5px 60px -5px rgba(0,148,217,0.62);
	box-shadow: 0px 5px 60px -5px rgba(0,148,217,0.62);
}

/* OPENINGS */

#openings .cancel-btn {
	position:absolute;
	right: 0;
	top: -40px;
}
.job-opening {
	margin-bottom:15px;
}
.job-opening .panel-title a {
	display:block;
	background-color:#0094d9;
	color:#fff;
	padding:25px 30px;
	font-size:18px;
	font-weight:700;
	font-family: "proxima-nova",sans-serif;
	text-decoration:none;
}
.job-opening .panel-title a.collapsed:hover,
.job-opening .panel-title a.collapsed:focus {
	background-color:#0094d9;
	color:#fff;
	text-decoration:none;
}
.job-opening .panel-title a i {
	float: right;
}
.job-opening .panel-title a .fa-angle-down {
	display:none;
}
.job-opening .panel-title a.collapsed {
	color:#0094d9;
	background-color:#fff;
}
.job-opening .panel-title a.collapsed .fa-angle-up {
	display:none;
}
.job-opening .panel-title a.collapsed .fa-angle-down {
	display:block;
}
.job-opening .panel-body {
	padding:20px 70px 40px 30px;
	background-color:#fff;
}
.job-opening .panel-body p,
.job-opening .panel-body ul,
.job-opening .panel-body ol {
	font-size:14px;
	color:#292929;
	font-family: "proxima-nova",sans-serif;
	margin-bottom:30px;
	font-weight: 500;
}
.job-opening .panel-body ul,
.job-opening .panel-body ol {
	padding-left:15px;
}
.job-opening .panel-body h6 {
	color:#989898;
	font-size:12px;
}

/* NEWS MEDIA */

#news-media .content h6 {
	text-align:center;
}

.news-pub {
	display:block;
	/*background-color:#fff; */
	padding:15px 30px;
	margin-bottom:35px;
	color: #0095da;
}
.news-pub:hover,
.news-pub:focus {
	color: #0094d9;
	-webkit-box-shadow: 0px 5px 60px -5px rgba(0,148,217,0.62);
	-moz-box-shadow: 0px 5px 60px -5px rgba(0,148,217,0.62);
	box-shadow: 0px 5px 60px -5px rgba(0,148,217,0.62);
}
.news-pub:hover .lar,
.news-pub:focus .lar {
	border-color:#0094d9;
	background-color: #0094d9;
	color: #fff;
}
.news-pub h5 {

}
.news-pub h6 {
	color:#989898;
	/*font-family: "pt-serif",serif;*/
}
.news-pub h5 {
	font-family: "proxima-nova",sans-serif;
	font-size:16px;
	color: #000;
	font-weight: bold;
	line-height: 1.6;
}

#news-media .btn-blue {
	margin-bottom:50px;
}
.home #news-media .btn-blue {
	margin-bottom: 0;
}
#news-media p.btn-blue,
.page-template-page-news-new .terms .section p.btn-blue{

	letter-spacing: 1px;
	color: #0094d9;
	border-radius: 20px;
	padding: 1px 6px;
	line-height: 1.7;
	border: 3px solid #0094d9;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
}
#news-media a:hover p.btn-blue,
.news-pub:hover p.btn-blue,
.page-template-page-news-new .news-pub:hover p.btn-blue {
	color:#fff;
	background-color: #0094d9;
}

/* CONTACT */
.location-box img {
	display: inline-block;
	max-width: 20%;
	vertical-align: top;
}
.location-box .location-details {
	margin-left:10px;
	margin-right:10px;

	padding-bottom:35px;
	padding-bottom: 0;
	display: inline-block;
	max-width: 73%;
	vertical-align: top;
}
.location-details a {
	text-decoration: none;
	color: #737373;
}
.location-box {
	margin-bottom:60px;
	margin-bottom: 0px;
	/*background-color: #f1f1f1;*/
	padding: 45px 10px;
}
.location-box .location-details h4,
.general-info h4 {
	font-family: "proxima-nova",sans-serif;
	font-weight:bold;
}
.location-details h3 {
	margin-top: 0;
	font-weight:bold;
	color: #737373;
}
.section .location-details p {
	font-size: 16px;
	line-height: 1.3;
}
.general-info img {
	width: 52%;
	max-width: 100px;
	height: auto;
}
.general-info p,
.section .general-info p {
	font-size:20px;
	line-height:1.4;
}
.border-right {
	border-right:1px solid #777777;
}

/* SITEMAP */

#sitemap ul {
	padding-left:0;
	list-style-type:none;
}
#sitemap ul li {
	margin-bottom:20px;
}

#sitemap ul li a {
	font-family: "proxima-nova",sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}

#sitemap ul li a:hover {
	text-decoration:none;
}

/* TERMS */
.terms .section p,
.terms .section ul,
.terms .section ol {
    font-size: 14px;
}

/* FOOTER */

footer {
	padding-top:60px;
	padding-bottom:45px;
}

footer .navbar-collapse {
	width: 770px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:40px;
}
footer .li-link {
	float:none;
	display:inline-block;
	margin-right:25px;
	margin-right: 0;
}
footer .navbar-nav > li > a {
	border-bottom:3px solid transparent;
	color: #555658;
	font-size: 12px;
}
footer .navbar-nav > li {
    margin-left: 25px;
    float: left;
}
footer #footer-nav {
	list-style-type:none;
	padding-left:0;
	margin-bottom:40px;
	margin-top: 40px;
}
footer #footer-nav li {
	display:inline-block;
	padding-left:15px;
	padding-right:15px;
}
footer #footer-nav li:first-child {
	padding-left: 0;
}
footer #footer-nav li a {
	color: #555658;
	font-size:16px;
}
footer #footer-nav li a:hover {
	text-decoration:none;
	color: #737373;
}
footer .copyright {
	font-size:12px;
	color: #555658;
}
footer .col-md-6 {
	float: none;
	display: inline-block;
	width: 48%;
	vertical-align: top;
}
footer .col-md-6:first-child {
	width: 33%;
}
footer .col-md-6:nth-child(2) {
	width: 65%;
}

/*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;
	}
#menu-main-menu-1 {
	/*margin-left: 40px;*/
}

.page-content {
	position: relative;
}
.home .tb-video-banner .overlay {
	display: none;
}
.home .tb-video-banner {
	background-color: transparent !important;
}
.home #about-us {
	/*background-color: #fff;
	background-image: url(img/turnstone-about-bg.jpg);*/
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	/*position: absolute;
	top: 976px;
	left: 0;
	right: 0;*/
}
#about-us .tab-pane .container {
	min-height: 350px;
}


#about-us:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom:0;
	top:0;
	left:0;
	right:0;
	/*background-image: url(img/turnstone-about-bg-3.jpg);*/
	background-image: url(img/about_bg-2.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 40% auto;
}
.has-white-color {
	color: #fff;
}
.has-grey-color {
	color: #737373;
}
.tb-video-banner h1 {
	color: #fff;
	margin-top: 45%;
	font-size: 96px;
	/*background-color: rgba(0, 0, 0, 0.3);*/
	padding: 15px 5px;
	text-transform: uppercase;
	position: absolute;
	left: 5%;
	right: 0;
	bottom:0;
}

#pipeline {
	background-image: url(img/turnstone-our-approach-bg.jpg);
	background-image: url(img/turnstone-our-science-bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	border-top: 1px solid #0095da;
	position: relative;
}
#pipeline:after {
	/*content: "";
	position: absolute;
	z-index: -1;
	bottom:0;
	top:0;
	left:0;
	right:0;
	background-image: url(img/pipeline.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	*/
	content: "";
	position: absolute;
	z-index: -1;
	bottom:0;
	top:0;
	left:0;
	right:0;
	background-image: url(img/turnstone-bg-pipeline.jpg);
	background-image: url(img/pipeline_bg-2.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: auto 40%;
}
#our-approach {
	background-image: url(img/science_bg.jpg);
	background-image: url(img/science_bg-small-2.jpg);

	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	background-size: 100% auto;
	border-top: 1px solid #0095da;
}
#our-team {
	background-image: url(img/turnstone-leadership-bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	border-top: 1px solid #0095da;
}
#investors-partners {
	background-image: url(img/partners_bg-2.jpg);
	background-image: url(img/partners_bg-3.jpg);
	background-image: url(img/partners_bg-5.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	background-size: 100% auto;
	border-top: 1px solid #0095da;
	position: relative;
}
#investors-partners:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom:0;
	top:0;
	left:0;
	right:0;
	background-image: url(img/partners_bg-5-bottom.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 50%;

}
#news-media {
	background-image: url(img/turnstone-news-bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	border-top: 1px solid #0095da;
}
#careers {
	background-image: url(img/careers_bg.jpg);


	background-position: left top;


	background-repeat: no-repeat;
	background-size: contain;

	border-top: 1px solid #0095da;
	position: relative;
}
#careers:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom:0;
	top:0;
	left:0;
	right:0;
	background-image: url(img/careers.jpg);
	background-image: url(img/careers_bg-2.jpg);
	background-position: right bottom;

	background-repeat: no-repeat;
	background-size: 100% auto;
		background-size: 50%;

}
@media all and (min-width:1921px) {
	#careers:after {
		background-position: 100% 140%;
	}
}
@media all and (min-width:1921px) {
	/* dmc 03/2024
	#pipeline:after {
		background-position: 0% 130%;
	}
	*/
}
#career_hdr {
	/*min-height: 387px;	*/
}
.lar {
	border: 3px solid #0095da;
	border-radius:15px;
	padding: 1px 6px;
	display: inline-block;
	font-weight: 900;
}
hr {
	border-top: 2px solid #0095da;

}
.home hr {
	border-top: 2px solid #0095da;
	position: relative;
	overflow: visible;
	overflow: visible;
	margin: 51px 0;
}
hr:before {
	position: absolute;
	left: 0;
	right: 0;
	content: "";
	z-index: 1;
	background-image: url(/wp-content/uploads/2021/12/turnstone-logo-bug.png);
	background-position: center center;
	background-size: 55px auto;
	top:-35px;
	background-repeat: no-repeat;
	height: 57px;
}
hr:after {
	position: absolute;
	left:45%;
	right: 45%;
	height: 60px;
	content: "";
	background-color: #fff;
	z-index: 0;
	top:-35px;
}

.bio_box,
.bio_box2,
.bio_box3,
.bio_box4 {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin: 0 1% 24px 1%;
	cursor: pointer;
	opacity: .5;
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.bio_box:hover,
.bio_box:hover,
.bio_box2:hover,
.bio_box2:hover,
.bio_box3:hover,
.bio_box3:hover,
.bio_box4:hover,
.bio_box4:hover,
.bc_active,
.bc_semiactive {
	opacity: 1;
}

.bio_box:hover .bio_img,
.bio_box2:hover .bio_img,
.bio_box3:hover .bio_img,
.bio_box4:hover .bio_img {
	background-image: url(img/turnstone-bio-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	transition:.2s opacity;
}

.bio_box3 a:hover {
	text-decoration: none;
}
.bio_box .bmt,
.bio_box2 .bmt,
.bio_box3 .bmt,
.bio_box4 .bmt {
	border-bottom: 2px solid transparent;
	display: inline-block;
	padding-bottom: 6px;
}
.bio_box:hover .bmt,
.bc_active .bmt,
.bio_box2:hover .bmt,
.bio_box3:hover .bmt,
.bio_box4:hover .bmt {
	border-bottom: 2px solid #0095da;
}

.bio_box img,
.bio_box2 img,
.bio_box3 img,
.bio_box4 img {
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
	max-width: 240px;
	border-radius: 50%;
	margin: 24px 0px 24px 24px;

}
.bc_active img {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.bc_semiactive img {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.inset_label {
	text-align: center;
}
.bc_active .bio_img {
	background-image: url(img/turnstone-bio-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.bio-title {
	margin-bottom: 0;
	transition: color 410ms ease-in-out;
	color: #010626;
	font-weight: 800;
}
.bio-info,
.bio-info2,
.bio-info3,
.bio-info4 {
	text-align: left;
	font-size: 20px;
	color: #737373;
}
.bmt {
	margin-top: 0;
}
.bioless div,
.bioless2 div,
.bioless3 div,
.bioless4 div {
	display: inline-block;
	border: 3px solid #0094d9;
	border-radius:20px;
	padding: 1px 6px;
	cursor: pointer;
	font-size:16px;
	font-weight:bold;
	text-transform:none;
	letter-spacing: 1px;
	color: #0094d9;
	margin-top:20px;
}
.button div:hover {
	background-color: #0094d9;
	color: #fff;
}
#contact .container-fluid,
.page-template-page-terms #contact > .container-fluid{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0095da+0,0071a6+100 */
	background: rgb(0,149,218); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(0,149,218,1) 0%, rgba(0,113,166,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,149,218,1) 0%,rgba(0,113,166,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,149,218,1) 0%,rgba(0,113,166,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0095da', endColorstr='#0071a6',GradientType=1 ); /* IE6-9 */
	background-image: url(img/contact.jpg);
	background-image: url(/wp-content/uploads/2022/10/Contact_BG-scaled.jpg);
	background-position: top center;
	background-size: cover;
}

#contact .col-md-2 a:hover img {
	-webkit-box-shadow: 0px 5px 60px -5px rgba(0,148,217,0.62);
	-moz-box-shadow: 0px 5px 60px -5px rgba(0,148,217,0.62);
	box-shadow: 0px 5px 60px -5px rgba(0,148,217,0.62);
}

#contact .container-fluid.bg-lt-gray {
	background: #f1f1f1;
}
#contact .bg-lt-gray .col-md-4:first-child{
	width: 39%;
}
#contact .bg-lt-gray .col-md-4:nth-child(2){
	width: 36%;
}
#contact .bg-lt-gray .col-md-4:nth-child(3){
	width: 25%;
}


#investors_partners_tab_1 img,
#investors_partners_tab_2 img,
#investors-partners .logos img {
	max-width:200px;
}



#investors_partners_tab_2 img,
.collab_cont img {
	display: inline-block;
	margin-bottom: 24px;
}

.collab_cont .logos .col-md-4 > div {
	min-height: 91px;
}
#investors_partners_tab_2 .row .col-md-4:nth-child(3) img {
		margin: 12px 0 28px;
}



#investors_partners_tab_1 .col-centered,
#investors-partners .logos img {
	margin-bottom: 24px;
}
#investors-partners .logos img {
	margin:0 auto 24px;
}
.has-blue-color,
.section .drug_progress div .has-blue-color p,
.section .content h4.has-blue-color {
	color: #0095da;
}
.home h3 {

	-webkit-transition:opacity 2s,left 2s;
	transition:opacity 2s,margin 2s;
	opacity: .01;
	transition-property: opacity, left;
	transition-delay: 0s, .8s;
	transition-delay: 0s, .2s;
	margin-left: -60px;
	margin-left: 60px;
	margin-left: 0;
	position: relative;
	left:60px;
	overflow: visible;
	font-size: 44px;
	font-family: "Times New Roman","Times";
	font-family: 'Baskervville', serif;
	font-family: 'Libre Baskerville', serif;
	font-family: "proxima-nova",sans-serif;
	font-size: 36px;

}
.home h3 .hdrgrey {
	font-weight: 700;
	font-weight: 500;
	font-size: 44px;
	font-size: 36px;
	font-size: 40px;
	color: #737373;
	font-family: "proxima-nova",sans-serif;
}

.home h3 .hdrblue {
	font-weight: 700;
	font-size: 44px;
	font-size: 40px;
	color: #0095da;
}


.news_cont {
	border-bottom: 1px solid #cccccc;
}
.home .news_cont h3,
.home .location-box h3 {
	opacity: 1;
	margin-left: 0;
	left: 0;
	font-size: 32px;
}
.home .location-box h3 {
	line-height: 26px;
}
.home .news_cont h3 {
	font-size: 28px;
}
.home h3.showme {
	opacity: 1;
	margin-left: 0;
	left: 0;
}
.h3, h3 {
	font-size: 28px;
	font-size: 32px;
}
.tb-logo {
	padding: 10px;
	/*background-color: #fff;*/
}
#moa-nav {
	margin-bottom: 72px;
}
#moa-nav .tb-science-container-center p{
	text-align: left;
}
.hideme {
	opacity: 0;
	padding-left: 10%;
	-webkit-transition:opacity 2s,padding 2s;
	transition:opacity 2s,padding 2s;
}
#tagline-2 {
	transition-delay: 1.8s;
}
.anime1 {
	opacity: 1;
	padding-left: 0;
}
.anime2 {
	opacity: 1;
	padding-left: 0;
}
.colored {
	list-style: none;
}
.content .colored li h4 {
	position: relative;
	color: #0095da;
	font-size: 20px;
	margin-bottom: 6px;
}
.content .colored li:first-child h4 {
	color: #f5c142;
}
.content .colored li:nth-child(2) h4 {
	color: #0095da;
}
.content .colored li:nth-child(3) h4 {
	color: #9ecc63;
}

.colored h4:after {
	content: "\f058";
	position: absolute;
	font-family: FontAwesome;
	left: -20px;
	top:0;
}

.is-style-outline .has-grey-background-color {
	border: 3px solid #555658;
	border: 3px solid #fff;
	padding: 5px 48px;
}
.has-grey-background-color,
.wp-block-button__link.has-grey-background-color {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4094d0+0,3479aa+100 */
	background: rgb(64,148,208); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(64,148,208,1) 0%, rgba(52,121,170,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(64,148,208,1) 0%,rgba(52,121,170,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(64,148,208,1) 0%,rgba(52,121,170,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4094d0', endColorstr='#3479aa',GradientType=1 ); /* IE6-9 */

}
.has-ltgrey-background-color {
	background-color: #f1f1f1;
}

.row .is-style-outline .has-grey-background-color:hover {
	/*background-color: #555658 !important;
	color: #fff !important;	*/
}
.has-grey-background-color:hover,
.wp-block-button__link.has-grey-background-color:hover {
	background: #fff;
	color: #0095da;
}
.wp-block-button__link:focus {
	text-decoration: none;
}
.science-tab-graphic-1 {
	margin-top: 60px;
}
.crtd img {
	max-height: 32px;
}
#about_tab_1 .container,
#careers .container {
	text-align: center;
}
#about_tab_1 .tab-graphic img,
#careers .tab-graphic-new img {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 50%;
}
.section .tb-science-container-center p {
	padding: 0 20px;
	/*color: #fff;*/
	text-align: center;
	/*margin-bottom: 0px !important;*/
	/*margin-bottom: 0px;*/
}
.section #science_tab_3 p {
	margin-bottom: 24px;
}

.has-blue-color {
	color: #337ab7;
}
/* #moa-nav .section-tabs li {
	margin-right: 80px;
}
#moa-nav .section-tabs li:last-child {
	display: none;
} */
#moa-nav .section-tabs li:not(:first-child) {
	display: none;
}
#contact .col-md-2 {
	width: 20%;
	float: left;
}
#contact .container .row-centered h3 {
	line-height: 1.1;
}
#our-team .section-tabs li {
	min-width: 212px;
}
#pipeline small {
	font-size: 12px;
	line-height: 1.2;
}
.collab_cont {
	margin-bottom: 24px;
}
.location-box .fa {
	font-size: 70px;
	color: #0095da;
}
.section p { font-size: 20px; }

.row {
	overflow: hidden;
}
#investors-partners .row {
	overflow: visible;
}
.tab-graphic,
.tab-graphic-new {
	width: 270px;
	margin: 0 auto;
}
.tab-graphic {
	width: 350px;
}
.logos .col-md-4 {
	text-align: center;
}

.section .content .scires-item h4 {
	margin-bottom: 0;
	text-decoration: underline;
}
.section .content .scires-item a:hover {
	text-decoration: none;
}
.section .content .scires-item a:hover h4 {
	color: #044c72;
}
.section .content .nomarg {
	margin-bottom: 0;
}
.scires-item {
	margin-bottom: 48px;
}
.scires-item p {
	font-size: 18px;
}
.home #pipeline .container .row {
	/*overflow-y: auto; */
}

@media (min-width: 1200px) {
	.container {
		width: 1175px;
	}
}
/*Wordpress editor styles end*/
@media (max-width:1536px) {
	#our-approach  h2 {
		margin-top: 0;
		margin-bottom: 20px;
	}
}

@media (max-width:1440px) {
	#investors-partners,
	#our-approach,
	#careers {
		background-size: 95% auto;
	}
	#our-approach {
		padding-top: 56px;
	}
	#our-approach h2,
	#investors-partners h2 {
		margin-bottom: 48px;
	}
	.new-about-tabs .tab-graphic {
		width: 100%;
	}
	.new-about-tabs li {
		width: 24%;
	}
}
@media (max-width:1280px) {
	.section p,
	.bio-info,
	.bio-info2,
	.bio-info3,
	.bio-info4 {
		font-size: 18px;
	}
	.bio_box img, .bio_box2 img, .bio_box3 img, .bio_box4 img {
		width: 53%;
		margin-left: 0;
	}
	#careers .tab-graphic-new img {
		width: 73%;
	}
	#careers .col-md-12.wp-block-button,
	#news-media .container .row .col-md-12{
		float:none;
	}
}
@media (min-width:1200px) {
	.img-wide {
		width: 110%;
		margin: 0 auto;
		/*margin-left: -15% !important;
		max-width: 130% !important;*/
	}
	.section .content h3,
	.home h3 {
		line-height: 1;
	}

}

@media (max-width:1199px) {
	.navbar-nav > li {
		margin-left: 15px;
	}
	.home .banner h1 {
		font-size:50px;
		margin-top: 100px;
		margin-bottom: 50px;
	}
	.moa-graphic .moa-tabs {
		margin-left: 0;
		width: 610px;
	}
	#moa-nav .section-tabs li a {
		margin-left:10px;
		margin-right:10px;

	}
	.new-about-tabs li {
		width: 22%;
	}
	#contact .bg-lt-gray .col-md-4:first-child{
		width: 37%;
	}
	#contact .bg-lt-gray .col-md-4:nth-child(2){
		width: 34%;
	}
	#contact .bg-lt-gray .col-md-4:nth-child(3){
		width: 29%;
	}
	.location-box .fa {
		font-size: 50px;
	}
	#contact .container,
	#pipeline .container,
	footer .container {
		width: auto;
	}
	.home h3 .hdrgrey,
	.home h3 .hdrblue,
	h3 {
		font-size: 24px;
	}
	h1 {
		font-size: 50px;
	}
	h2 {
		font-size: 32px;
	}
	.home h3,
	.home .location-box h3,
	.location-box h3 {
		font-size: 22px;
	}
	.home .news_cont h3,
	.news_cont h3 {
		font-size: 19px;
	}
	.general-info p, .section .general-info p {
		font-size: 18px;
	}
	.section-tabs li {
		width: 22%;
	}
	.page-content .container {
		width: auto;
	}
	.page-content .container .row {
		padding-left: 12px;
		padding-right: 12px;
		margin: 0;
	}
	.page-content .col-md-12 {
		width: auto;
	}
	.page-content #our-team .col-md-12,
	.page-content #our-approach .col-md-12 {
		width: 100%;
	}
	.section-tabs {
		width: 100%;
	}
	.tab-graphic {
		width: 100%;
	}
	#moa-nav .section-tabs li {
		width: 30%;
		vertical-align: top;
		display: inline-block;
	}
	#moa-nav .section-tabs li:nth-child(2) {
		margin-right: 0;
	}
	#moa-nav .section-tabs li img {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.new-about-tabs li p {
		font-size: 22px;
	}
}

@media (max-width:1140px) {
	footer .col-md-6:first-child {
		width: 25%;
	}
	footer .col-md-6:nth-child(2) {
		width: 73%;
	}
	footer #footer-nav li {
		padding-left: 8px;
		padding-right: 8px;
	}
	footer #footer-nav li:last-child {
		padding-right: 0;
	}
	#contact .col-md-2 {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 19%;
		padding-left: 1%;
		padding-right: 1%;
		word-wrap: break-word;
	}
	.general-info p, .section .general-info p {
		font-size: 14px;
	}
}

@media (max-width:1024px) {
	.section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#about_tab_1 .col-md-1 {
		display: none;
	}
	#about_tab_1 .col-md-10 {
		width: auto;
		padding-left: 3%;
		padding-right: 3%;
	}

}
@media (max-width:1023px) {
	footer .col-md-6:first-child,
	footer .col-md-6:nth-child(2) {
		width: auto;
		text-align: center;
		display: block;
	}
	footer .logo {
		margin: 0 auto;
	}
	footer {
		padding-top: 30px;
		padding-bottom: 25px;
	}
	footer .li-link {
		vertical-align: top;
		margin-top: 22px;
	}
	footer .navbar-nav {
		float: none;
		display: inline-block;
		margin-top: 30px;
	}
	footer .navbar-collapse {
		margin-bottom: 0;
	}

}

@media (max-width:991px) {
	.navbar-brand img {
		max-width: 160px;
	}
	.navbar-brand {
    	padding: 25px 0 0 0;
	}
	.navbar-toggle .icon-bar {
		background-color: #fff;
	}
	nav.affix .navbar-toggle .icon-bar {
		background-color: #292929;
	}
	.navbar {
    	height: auto;
	}
	.navbar .collapse,
	.navbar .navbar-collapse.collapse {
        display:none !important;
    }

    .navbar-toggle {
        display:inline-block;
		margin-top: 18px;
		margin-right:0;
		padding-right: 0;
    }
    .navbar-header {
        float:none;
        width:auto; /*sometimes*/
    }
    .navbar .collapse.in{
          display:block !important;
    }
   .navbar-nav {
		margin: 0;
	}
	nav.affix {
		height: 70px;
	}
	#main-nav {
		background-color:#fff;
		padding: 15px;
		margin-top: 10px;
	}
	.navbar-right {
		float: none !important;
	}
	.navbar-nav > li {
		margin-left: 0;
		float:none;
	}
	.navbar-nav > li > a {
		color: #000;
		text-align:center;
		padding: 10px;
		border-bottom: 3px solid transparent;
	}
	.li-link {
    	margin-top: 0;
	}
	#footer-main-nav {
		display:none;
	}
	footer #footer-nav {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.page .banner h1 {
    	margin-top: 100px;
    	font-size: 50px;
	}
	.page .banner {
		height: 220px;
	}
	.moa-graphic .moa-tabs {
		width: 669px;
	}
	.new-about-tabs li {
		width: 20%;
	}
	#investors-partners .logos .col-sm-3 {
		width: 20%;
		margin-left: 2%;
		margin-right: 2%;
	}
	#investors-partners .logos img {
		width: 100%;
	}
	.page #contact .bg-lt-gray .col-md-4 {
		display: inline-block;
		vertical-align: top;
		float: none;
		width: 33%;
	}
	#careers .new-careers-tabs li {
		width: 28%;
		margin: 48px 2% 0;
	}
	#careers .new-careers-tabs li:first-child {
		margin-left: 0;
	}
	#careers .new-careers-tabs li:last-child {
		margin-right: 0;
	}
	footer .navbar-header {
		display: none;
	}
	footer .li-link {
		margin-top: 3px;
		margin-top: 34px;
	}
	.logos .col-md-4 {
		width: 33.33333333%;
		float: left;
	}
	.page .banner h1 {
		margin-top: 67px;
		font-size: 30px;
	}
}

@media (max-width:930px) {
	#contact .col-md-2 {
		width: 30%;
		padding-left: 1%;
		padding-right: 1%;
		margin-bottom: 24px;
	}
}
@media (max-width:870px) {
	.location-box {
		padding: 0;
	}
	.page #contact .bg-lt-gray .col-md-4 {
		width: 30%;
	}
}
@media (max-width:800px) {
	#our-team,
	#about-us,
	#our-approach,
	#pipeline,
	#investors-partners,
	#news-media,
	#careers {
		padding-top: 20px;
	}
	.logos .col-md-4 {
		width: 50%;
		float: none;
		margin: 0 auto 24px;
	}
	#openings .section-tabs li {
		width: 42%;
		margin-bottom: 12px;
		display: inline-block;
	}
	#openings .section-tabs li a {
		margin: 0;
		line-height: 1.2;
	}
}
@media (max-width:767px) {
	.ver-div {
		position: inherit;
		top: inherit !important;
		transform: none;
		-webkit-transform: none;
		height: auto;
		width: inherit;
	}
	.page .banner,
	.page-template-page-news-new-php.page .banner {
		height: auto;
		padding-bottom: 30px;
	}
	.home .banner h1 {
    	font-size: 42px;
	}
	.section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.section-tabs li {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	#our-team .section-tabs li {
		margin-bottom: 24px;
	}
	.section-tabs li a {
    	margin-left: 25%;
    	margin-right: 25%;
	}
	.team-member a {
		max-width: 300px;
	}
	.team-bio .headshot {
		max-width: 200px;
	}
	.team-bio .cancel-btn {
		top:15px;
	}
	.team-bio .bio-next {
		width: 50px;
		height: 50px;
		top: 50px;
		right: 60px;
		padding-top: 13px;
	}
	.team-bio .bio-next:hover {
		padding-top: 13px;
		font-size: 18px;
	}
	#openings .cancel-btn {
		right: 15px;
	}
	.logos a img {
		max-width:300px;
		margin-bottom: 20px;
	}
	.moa-graphic .moa-tabs {
    	width: 100%;
	}
	.moa-graphic .moa-tabs li {
		width: auto;
		float: none;
	}
	.moa-graphic .moa-tabs li a,
	.moa-graphic .moa-tabs li.active a,
	.moa-graphic .moa-tabs li.active a:hover {
		padding-top: 16px;
		margin-top: 1px;
	}

	#contact .bg-lt-gray .col-md-4 .location-box {
		text-align: left;
		display: inline-block;
	}
	#contact .bg-lt-gray .col-md-4:first-child{
		width: auto;
		text-align: center;
	}
	#contact .bg-lt-gray .col-md-4:nth-child(2){
		width: auto;
		text-align: center;
	}
	#contact .bg-lt-gray .col-md-4:nth-child(3){
		width: auto;
		text-align: center;
	}
	.location-box {
		padding-bottom: 0;
	}
	#contact .col-md-2 {
		width: auto;
		padding-left: 3%;
		padding-right: 3%;
	}
	.page #contact .bg-lt-gray .col-md-4 {
		width: auto;
		display: block;
		margin-top:48px;
	}
	.new-about-tabs li p {
		opacity: 1;
		line-height: 1.3;
	}
	.new-about-tabs li img {
		opacity: .25;
	}
	.new-about-tabs li {
		margin-top: 12px;
		width: 100%;
		max-width: 200px;
	}
	#our-team .section-tabs li {
		width: 22%;
		display: inline-block;
	}
	#our-team .section-tabs li a {
		margin-left: 5px;
		margin-right: 5px;
	}
	#our-team .section-tabs {
		margin-bottom: 0;
	}
	#careers .new-careers-tabs li {
		display: inline-block;
	}
	.tab-graphic-new {
		width: 100%;
	}
	#investors-partners .logos .col-sm-3 {
		width: 40%;
	}
	.bio_box, .bio_box2, .bio_box3, .bio_box4 {
		display: block;
		width: auto;
	}
	.bio_box img, .bio_box2 img, .bio_box3 img, .bio_box4 img {
		max-width: 200px;
	}
	.bio_detail_cont {
		text-align: left;
	}
	.home h3 {
		opacity: 1;
		margin-left: 0;
		left: 0;
	}
	#tagline-1,
	#tagline-2 {
		opacity: 1;
		padding-left: 0;
	}
	#moa-nav .section-tabs li {
		line-height: 1.2;
		width: 37%;
	}
	.location-box .location-details {
		max-width: none;
	}
	ul, ol {
		padding-left: 19px;
	}
	.news-pub {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width:650px) {
	.home .banner h1 {
    	font-size: 32px;
		margin-bottom: 30px;
	}
	.home .banner h3 {
    	font-size: 18px;
		margin-bottom: 30px;
	}
	.section .content h2 {
		margin-bottom: 40px;
		font-size:32px;
	}
	.team-bio .bio-block {
		padding: 15px;
	}
	.team-bio .headshot {
		margin-top: 0;
		margin-left: 0;
	}
	.team-bio {
    	padding-top: 70px;
	}
	.team-bio .cancel-btn,
	.team-bio .bio-next {
    	right: 15px;
	}
	.job-opening .panel-body {
		padding: 15px;
	}
	.home h2.has-white-color {
		font-size: 28px;
		text-align: center;
		color: #0095da !important;
	/*	border-bottom:2px solid #0095da; */

	}
	.home h3 .hdrgrey, .home h3 .hdrblue,
	.home h3, .home .location-box h3, .location-box h3 {
		font-size: 18px;
	}
	.logos .col-md-4 {
		width: auto;
	}
	.logos .col-md-4 p {
		text-align: left;
	}
	.new-about-tabs {
		margin-top: 0;
	}
	.home #contact h2.has-white-color {
		color: #fff !important;
		border-bottom: none;
	}
	hr:before {
		background-size: 30px auto;
		top: -19px;
		height: 33px;
	}
	#moa-nav .section-tabs li img {
		width: 90%;
	}
	#moa-nav .section-tabs li {
		width: 39%;
	}
	#moa-nav .section-tabs {
		margin-bottom: 24px;
	}
	.section .tb-science-container-center p {
		padding-left: 0;
		padding-right: 0;
	}
	#moa-nav ul {
		font-size: 14px;
		padding-left: 17px;
	}
	.content .colored li h4 {
		font-size: 18px;
	}
	.page-content #careers .row,
	#careers .col-md-12 {
		padding-left: 0;
		padding-right: 0;
	}
	#careers .tab-graphic-new img {
		width: 100%;
	}
	.tb-video-banner h1 {
		margin-top: 136px;
		top: 0;
	}
}
@media (max-width:520px) {
	#moa-nav .section-tabs li {
		display: block;
		width: auto;
		margin-right: 0;
		margin-bottom: 24px;
	}
	#moa-nav .section-tabs li img {
		width: 50%;
	}
	.section p {
		font-size: 14px;
	}
}
