body, * {
	font-family: 'Lato', sans-serif;
}

body {
	background: #fff;
	padding: 0;
}

body, input, textarea {
	color: #004853;
}

header .content_wrapper,
footer .content_wrapper {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
}


/* header & navigation */

header#masthead {
	position: relative;
	z-index: 100;
}

header#masthead .site-branding .site-title a {
	width: 256px;
	height: 114px;
	background: url(../img/logo-opus_genetics2.png) left top no-repeat;
	background-size: 256px 114px;
	text-indent: -300em;
	overflow: hidden;
	display: block;
	margin-top: 0;
}

#site-branding .site-description {
	display: block;
}

#site-navigation {
}

#primary-menu li {
}

#primary-menu.menu li a {
}

#primary-menu.menu li .sub-menu li a {
	font-size: 16px;
}

#main {
	padding-bottom: 40px;
}


/* hero */

.home_hero_text_wrapper .home_hero_text .hero_text {
	font-weight: 400;
}

#hero_wrapper {
	height: auto;
	background: #333 url(../img/title_bg.jpg) top center no-repeat;
	background-size: cover;
}

#hero_wrapper .hero_title {
	color: #fff;
}

.hero_photo {
	border-radius: 100%;
	overflow: hidden;
	box-shadow: inset 0 0 20px 10px rgba(0,0,0,.5);
	background: center center no-repeat;
	background-size: cover;
	margin-top: 5px;
}

#hero_wrapper.tall .hero_photo {
	margin-top: 15px;
}

#hero_wrapper.tall {
	height: 700px !important;
}

#hero_wrapper.tall .hero_photo,
#hero_wrapper.tall .hero_photo img {
	height: 700px;
	width: 700px;
}

.hero_photo img {
	visibility: hidden;
}


/* title */

#title_wrapper {
	background: #005563 url(../img/title_bg-nohero.jpg) bottom center no-repeat;
	background-size: cover;
	color: #fff;
	height: 20vw;
}

#title_wrapper .content_wrapper {
	height: 100%;
	position: relative;
}

#title_wrapper .content_wrapper h1.page_title {
	position: absolute;
	bottom: 50px;
	margin: 0;
	font-weight: normal;
	font-size: 44px;
}




h1 {
	
}

h2 {
	font-weight: 700;
	font-size: 30px;
	color: #00acbd;
}

h3 {
	
}

h4 {
	
}

.lineheader {
	font-size: 30px;
	line-height: 1.2em;
	color: #f1633c;
	margin: 60px 0;
	padding-right: 60px;
}

.lineheader::before {
	content: '';
	font-size: 30px;
	line-height: 1.2em;
	color: #f1633c;
	border: 2px solid #f1633c;
	border-left: 0;
	border-radius: 0 60px 60px 0;
	padding: 30px 40px 70px 0;
	margin-top: -30px;
	position: absolute;
	left: 0;
	width: 47vw;
}

.lineheader a {
	position: relative;
}

.lineheader.whiteheader::before {
	border-color: #fff;
}

.lineheader.lesspadding::before {
	margin-top: -15px;
}

.quote {
	font-size: 30px;
	color: #004853;
	margin-bottom: 0;
}

.quotesource {
	font-size: 18px;
	color: #004853;
	margin-top: 10px;
}

.post_item,
p, ul, ol, li, pre, form, select, address, embed {
	font-weight: 400;
	font-size: 20px;
}

.entry-content {
	color: #004853;
}

.topspace0 {
	padding-top: 0 !important;
	margin-top: 0 !important;
}


body.search form.search-form {
	margin: 0 0 60px 0;
}

body.search form.search-form .search-field {
	display: inline-block;
	max-width: 600px;
}


.team_wrapper {
	margin-bottom: 60px;
}

.team_photo {
	border-radius: 100%;
	overflow: hidden;
	box-shadow: inset 0 0 20px 10px rgba(0,0,0,.5);
	background: center center no-repeat;
	background-size: cover;	
}

.team_photo img {
	visibility: hidden;
}

.team_wrapper .team_text {
	text-align: center;
	margin: 20px 0 0 0;
	line-height: 1.8em;
}

.team_wrapper .team_text .team_name {
	margin-bottom: 5px;
}

.team_wrapper .team_text .team_name,
.team_wrapper .team_text .team_name a {
	text-decoration: none;
	font-weight: bold;
}

.team_wrapper .team_text .team_name,
.team_wrapper .team_text .team_name a,
.team_wrapper .team_text .team_title {
	color: #004153;
	font-size: 20px;
}

.team_wrapper .team_text .team_title {
	font-size: 15px;
	line-height: 1.3em;
	font-style: italic;
}

.team_wrapper .team_text .team_name a:hover {
	text-decoration: underline;
}

body.single-team .team_photo {
	width: 250px;
	height: 250px;
}

header h2 .team_title {
	color: #f1633c;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: normal;
	padding-top: 3px;
}

body.single-team header h2.lineheader {
	margin-left: -20px;
}

body.single-team header h2.lineheader::before {
	margin-top: -20px;
}

@media screen and (min-width: 800px) {

	body.single-team header h2.lineheader::before {
		width: 53vw;
	}
	
	body.single-team header .content_2cols .content_col {
		width: 40%;
	}
	
	body.single-team header .content_2cols .content_col-first {
		width: 60%;
	}

	
}

.back_link {
	font-size: 20px;
	margin: 50px 0 !important;
}

.back_link,
.back_link a {
	color: #004853;
	text-decoration: none;
	text-transform: uppercase;
}




/* tabs */

.page_tabs {
	margin: 30px 0;
	border-bottom: 1px solid #666;
}

.page_tabs,
.page_tabs .menu {
	height: 40px;
	line-height: 40px;
}

.page_tabs .menu {
	margin: 0;
	display: flex;
	flex-wrap: nowrap;
	align-content: flex-start;
	align-items: flex-end;
	justify-content: center;
	column-gap: 10px;
}

.page_tabs .menu li {
	list-style: none;
}

.page_tabs .menu li a {
	border: 1px solid #666;
	background: #ccc;
	text-decoration: none;
	padding: 10px 20px;
	width: 100%;
	border-radius: 5px 5px 0 0;
	white-space: nowrap;
	font-size: 16px;
}

.page_tabs .menu li.current-menu-item a {
	color: #000;
	background: #fff;
	border-bottom-color: #fff;
}


/* mobile screen styles */
@media screen and (max-width: 640px) {
	
	.page_tabs,
	.page_tabs .menu {
		height: auto;
	}

	.page_tabs .menu {
		display: block;
		padding: 0 20px;
	}
	
	.page_tabs .menu li a {
		border-radius: 5px;
		padding: 0 15px;
		display: block;
		text-align: center;
		width: 100%;
		margin-bottom: 10px;
	}
	
	.page_tabs .menu li.current-menu-item a {
		border-bottom-color: #666;
	}
	
}



/* contact form 7 */

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
	 -webkit-appearance: none;
}


.white_form_bg {
	background: #fff;
	padding: 20px;
	margin-top: 20px;
}

.white_form_bg .frm_form_field {
	margin-bottom: 20px;	
}

.white_form_bg fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

.white_form_bg textarea {
	padding-left: 3px;
}

.white_form_bg input:not([type=submit]):not([type=file]):not([type=checkbox]),
.white_form_bg textarea {
	border-radius: 0;
	border-color: #333;
	color: #333;
}

.white_form_bg input:not([type=submit]):not([type=file]):not([type=checkbox]):focus,
.white_form_bg textarea:focus {
	border-color: #f1633c;
}

.white_form_bg ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #666 !important;
opacity: 1; /* Firefox */
}
.white_form_bg ::-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #666 !important;
}
.white_form_bg ::-ms-input-placeholder { /* Microsoft Edge */
	color: #666 !important;
}


#frm_checkbox_18-0 {
	font-size: 16px;
	text-indent: -17px;
	padding-left: 20px;
}

.frm_error_style {
	margin: 10px 0;
	font-weight: bold;
	color: #c00;
}

.frm_error {
	color: #fff;
	padding: 5px;
	background: #c00;
	border-radius: 5px;
	margin: 10px 0;
	text-align: center;
}



/* waypoints */
.scrollshow {
	opacity: 0;
	-webkit-transition: opacity 1s ease;
	   -moz-transition: opacity 1s ease;
		-ms-transition: opacity 1s ease;
		 -o-transition: opacity 1s ease;
			transition: opacity 1s ease;
}

.scrollshow.show {
	opacity: 1;
}




.home_3circles {
		background: #d7e1ed;
		background: linear-gradient(0deg, #f4b235 50%, #d7e1ed 50%);
	
}

.home_3circles .circle_title,
.home_3circles .circle_title a {
	font-size: 30px;
	color: #004153;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin-top: 30px;
}



.content_presentations {
	margin-bottom: 100px;
}

.content_presentations h2 {
	font-size: 24px;
	margin-top: 60px;
}


.news_wrapper.style-home {
	margin: 50px 0;
}

.news_wrapper.style-home .post_item {
	background: #f4f7fa;
}

@media screen and (min-width: 1200px) {

	.news_wrapper.style-home {
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
		align-items: stretch;
		column-gap: 3%;
	}

	.news_wrapper.style-home .post_item {
		width: 31.3%;
	}


}

.news_wrapper.style-home .post_item {
	padding: 0;
	border: none;
}

.news_wrapper.style-home .post_item .post_date,
.news_wrapper.style-home .post_item .post_title {
	display: block;
	padding: 10px 20px;
}

.news_wrapper.style-home .post_item .post_date {
	background: #f2663c;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 5px;
}

.news_wrapper.style-home .post_item .post_title a {
	text-decoration: none;
	color: #004853;
}

.news_wrapper.style-home .post_item .post_title a:hover {
	color: #f2663c;
}



.news_wrapper .post_item {
	border-top: 3px solid #d7e1ed;
	margin: 30px 0;
	padding: 20px 0 0 0;
}

.news_wrapper .post_item .post_date {
	color: #f2663c;
	font-weight: bold;
}

.news_wrapper .post_item .post_title {
	font-weight: bold;
}

.fullstory,
.fullstory a,
.fullstory a:visited {
	color: #00acbd;
	text-transform: uppercase;
	text-decoration: none;
}

.fullstory a:hover {
	text-decoration: underline;
}





/* links */

a,
a:visited {
	color: #f1633c;
	text-decoration: none;
	outline: none !important;
}

footer#footer a:hover,
a:hover, a:active {
	color: #f2663c;
	text-decoration: underline;	
}

.frm_submit button,
.button, a.button {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	background: #f2663c;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	min-width: 150px;
	padding: 0 10px;
	border-radius: 50px;
	cursor: pointer;
	text-align: center;
	border: none;
}

.button:hover, a.button:hover {
	background: #666;
}

.edit-link {
	display: none !important;
}




/* footer */

#footer_photo {
	background: url(../img/footer_photo_bg.jpg) bottom center no-repeat;
	background-size: cover;
	overflow: hidden;
	color: #fff;
	font-size: 30px;
}

#footer_photo .footer_quote {
	padding-bottom: 50px;
}

#footer_photo .hero_photo {
	margin-top: -30px;
	margin-bottom: 5px;
}


footer#footer {
	background-color: #d7e1ed;
	padding-top: 20px;
	padding-bottom: 20px;
}

footer#footer,
footer#footer a {
	color: #004853;
	text-decoration: none;
}

footer#footer h3 {
	margin: 0 0 20px 0;
}

footer#footer, footer#footer a, footer#footer a:visited, footer#footer a:hover {
}

footer .footer_section.footer_section1,
footer .footer_section.footer_section2 {
	text-align: left;
}

footer .footer_section.footer_section3 {
	text-align: right;
}

footer .footer_section.footer_section3 img {
	margin: 0 10px;
	height: 30px;
	width: auto;
	display: inline-block;
}

footer .footer_section.footer_section3 a:hover img {
	opacity: .7;
}


footer .footer_section.footer_section2,
footer .footer_section.footer_section3 {
	padding-top: 30px;
}




/* let's get responsive! */

/* Desktops */
@media screen and (min-width: 1200px) {

	header#masthead {
		position: fixed;
		width: 100%;
		z-index: 200;
		top: 0;
	}
	
	#content {
		margin-top: 80px;
	}
	
	header#masthead .site-branding .site-title a,
	header .site-branding {
		-webkit-transition: all .5s ease;
		   -moz-transition: all .5s ease;
			-ms-transition: all .5s ease;
			 -o-transition: all .5s ease;
				transition: all .5s ease;
		
	}
	
	body.scrolled header#masthead .site-branding .site-title {
		margin-bottom: 10px;
	}
	
	body.scrolled header#masthead .site-branding .site-title a {
		width: 85px;
		height: 38px;
		background-size: 85px 38px;
	}
	body.scrolled header .site-branding {
		margin-top: -40px !important;
	}
	body.scrolled #masthead {
		background: rgba(255,255,255,.7);
	}
	

	#primary-menu.menu {
		display: table !important;
		width: auto !important;
		float: right;
	}

	#primary-menu.menu li a {
		color: #004652;
	}

	#primary-menu.menu li a:hover, #primary-menu.menu li.hover a {
		background: transparent;
		color: #f1633c;
		text-decoration: none;
	}
	
	#site-navigation .menu li .sub-menu {
		background: #f2f7fb;
		border-top: 3px solid #f1633c;
	}
	
	#site-navigation .menu li .sub-menu  li:first-of-type {
		border-top: 3px solid #fff;
	}

	#site-navigation .menu li .sub-menu a:hover,
	#primary-menu.menu li.current_page_item a,
	#primary-menu.menu li.current_page_parent a,
	#primary-menu.menu li.current-menu-parent a,
	#primary-menu.menu li.current-page-ancestor a,
	#primary-menu.menu li .sub-menu li.current_page_item a {
		color: #f1633c;
	}

	#site-navigation .menu li .sub-menu a,
	#primary-menu.menu li a {
		color: #004652;
	}

	.menu li .sub-menu a {
		padding: .5em 1em;
		color: #fff;
	}
	
	.menu li.current-page-parent a,
	.menu li.current_page_item a,
	.menu li.current-page-ancestor a{
		color: #000;
	}

	.menu li a:hover, .menu li.hover a {
		background: #333;
		color: #fff;
	}
	
	header .site-branding {
		margin-top: -30px !important;
	}

	
	
	#hero_wrapper,
	#hero_wrapper .hero_image {
		min-height: 300px;
	}
	
	#hero_wrapper.tall,
	#hero_wrapper.tall .hero_item {
		height: 500px;
		min-height: 500px;
		overflow: hidden;
	}
	
	.home_hero_text_wrapper {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	
	.home_hero_text_wrapper,
	.home_hero_text_wrapper .content_wrapper,
	.home_hero_text_wrapper .home_hero_text_inner {
		height: 100%;
	}
	
	.home_hero_text_wrapper .home_hero_text_inner {
		position: relative;
		display: table;
		width: 50%;
	}
	
	.home_hero_text_wrapper .home_hero_text {
		display: table-cell;
		position: relative;
		bottom: 0;
		z-index: 50;
		padding: 20px;
		vertical-align: middle;
		color: #fff;
	}
	
	#hero_wrapper.tall .home_hero_text .hero_text {
		font-size: 54px;
		line-height: 1.2em;
		color: #fff;
	}

	#hero_wrapper.tall .home_hero_text .hero_text span {
		font-style: italic;
		font-size:  45px;
	}
	
		
	.team_wrapper.content_cols .content_wrapper {
		flex-wrap: wrap;
	}
	
	.team_wrapper.content_cols .content_wrapper .content_col {
		width: 21%;
		margin-bottom: 50px;
	}
	
	
	footer .footer_section.footer_section1 {
		width: 20%;
	}
	
	footer .footer_section.footer_section2 {
		width: 55%;
	}
	
	footer .footer_section.footer_section3 {
		width: 15%;
	}



}


/* medium styles */
@media screen and (max-width: 800px) {

	#title_wrapper {
		height: 30vw;
	}
	
	#hero_wrapper {
		padding-bottom: 20px;
	}
	
	#footer_photo .hero_photo,
	#hero_wrapper .hero_photo  {
		margin: 0 auto;
	}
	
	#hero_wrapper .hero_photo,
	#hero_wrapper .hero_photo img,
	#hero_wrapper.tall .hero_photo, 
	#hero_wrapper.tall .hero_photo img {
		height: 400px;
		width: 400px;
	}
	
	#hero_wrapper.tall {
		height: auto !important;
	}
	
	#hero_wrapper .home_hero_text {
		padding: 80px 20px 20px 20px;
		text-align: center;
	}
	
	#hero_wrapper .home_hero_text_wrapper {
		padding: 60px 20px 20px 20px;
		text-align: center;
		width: 100%;
	}
	
	.home_hero_text .hero_text {
		font-size: 28px;
	}
	
	.home_hero_text .hero_text span {
		font-style: italic;
	}
	
	#hero_wrapper .content_cols .content_wrapper,
	.home_hero_text_wrapper .home_hero_text {
		display: block;
		width: 100%;
	}

	.lineheader::before {
		width: 95%;
	}

	.team_wrapper .team_photo {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.team_wrapper .team_item {
		margin-bottom: 50px;
	}
	
	#footer_photo {
		padding-top: 20px;
	}
	
	footer .footer_section {
		text-align: center !important;
	}

}


/* mobile styles */
@media only screen and (max-width: 1199px) {

	 #site-navigation #mobile_menu_icon {
		top: -50px;
		right: 20px;
	}

	#site-navigation {
		position: absolute;
		z-index: 500;
		margin-top: 40px;
	}

	#site-navigation .menu,
	#site-navigation .menu-main-nav-container {
		background-color: #00acbd;
		color: #fff;
	}
	
	#site-navigation .menu-main-nav-container #primary-menu {
		padding: 20px;
	}
	
	header .content_wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	
	#site-navigation #mobile_menu_icon.active {
		background-image: url(../img/mobile_menu_x-dark.png);
	}

	#site-navigation .menu li a {
		color: #fff;
	}

	#site-navigation ul.menu li.menu-item-has-children > a {
		background-image: url(../img/menu-arrow-down-wht.png);
		background-position: right 20px center;
		background-repeat: no-repeat;
		background-size: 12px 12px;
	}
	
	#site-navigation ul.menu li.menu-item-has-children > a.active {
		background-image: url(../img/menu-arrow-up-wht.png);
	}
	
	#title_wrapper .content_wrapper h1.page_title {
		bottom: 20px;
	}
	
	X.hero_item {
		background-image: none !important;
		background-color: #efefef;
		padding-bottom: 20px;
	}
	
	.home_3circles .content_col {
		max-width: 400px;
		margin: 30px auto;
	}
	

}
