/*
Theme Name:     Visterra Genesis child theme 3.0
Description:    This is a child theme of Genesis
Author:         Golin Web Design
Template:       genesis

(optional values you can add: Theme URI, Author URI, Version)
*/

/* @import url("../genesis/style.css");  Use code below for genesis 3.x */
@import url("style-genesis-sample-3-2.css");


/* ## Headings and Fonts
--------------------------------------------- */

/* colors */
/**** colors ****/
:root {
--light_blue: #0066cc;
--dark_blue: #004872;
--menu_blue: #0e436c;
--menu_orange:#ed8b15;
--green: #8dc63f;
--yellow: #ecefa4;
--lavendar: #dad2cd;
--orange:#f7941d;
--gray:#efece9;
}

h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 15px;
}

h1, h1.entry-title {
	font-family: 'Lato', sans-serif;
	font-size: 40px;
	font-weight: normal;
	margin-bottom:35px;
}

h2, h2.entry-title  {
	font-size: 24px;
	line-height:34px;
	color:var(--green);
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 16px;
}
body > div {
    font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: normal;
    color:var(--dark_blue);
    line-height:1.5em;
}
p {
	margin-bottom:1.2em;
    font-family: 'Lato', sans-serif;
	font-size: 21px;
	line-height:31px;
	font-weight: normal;
    color:var(--dark_blue);
}
a, a:visited, .entry-title a, a:hover {
	color:var(--light_blue);
}
a, a:visited, .entry-title a {
	text-decoration: none;
	/* -webkit-tap-highlight-color: transparent; use this if you don't want a tap color feedback */
}
a:hover, .entry-title a:hover {
	text-decoration:underline;
}
a:active {
    outline:none;
	/*-moz-outline-style: none; not sure if I need this too  */
}

/* image captions */
.wp-caption-text {
	font-weight: normal;
	font-size: 13px;
	font-family: "Lato", sans-serif;
}

/********** Page Layout **********/

/* set site width, header width and nav width*/
.content-sidebar-wrap, .site-header .wrap, .nav-primary .wrap, .site-inner {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto; 
}
/* set site width, header width and nav width*/
.content-sidebar-wrap, .site-inner {
	padding-top:30px;
}
.page .entry {
    margin-bottom:0px;
}
/********* header settings *************/
.site-header {
    	box-shadow:none;
    	background:transparent;
    	position:fixed;
    	top:0;
    	z-index:9000;
    	width:100%;
}
.site-header .wrap {
	margin-top:15px;
	margin-bottom:30px;
}
.title-area p {
	display:none;
}
/* set dimensions of logo */
.logo {
	max-width:260px;
	height: auto;
	}

.content {
	float: none;
	width: 100%;
	}

/********** navigation ****************/	
/* move main menu to right of logo */
.nav-primary {
    width:800px;
    z-index:10000;
    position:fixed;
    top:50px;
    right:calc(50% - 650px);
    
}
.nav-primary .wrap {
    float:right;
}
.nav-primary .genesis-nav-menu {
   text-transform:uppercase;
   font-family: "Lato", sans-serif;
   font-size:15px;
   font-weight:bold;
   color:var(--menu_blue);
}
.nav-primary .menu-item {
    float:left;
}
/* remove sub-menu arrow indicator */
.nav-primary .sf-sub-indicator {
    display:none;
}
.nav-primary .genesis-nav-menu a {
	 padding:15px 10px 15px 15px;
}
.genesis-nav-menu li a {
	 color:var(--menu_blue);
	 text-decoration: none;
}
.genesis-nav-menu li a:hover {
	 color:var(--menu_orange);
	 text-decoration: none;
}

/* submenu width */
.genesis-nav-menu .sub-menu {
	position:absolute !important;
	width:180px;
}

.genesis-nav-menu ul.sub-menu li a, .genesis-nav-menu ul.sub-menu li a:hover {
	text-transform:none;
	font-size: 13px !important;
	padding-top:0px !important;
	font-family:'Lato', sans-serif;
	color:var(--menu_orange);
	border:none;
	/*background-color:rgba(250,206,54,.4);*/
	background-color:#f3f5f0;
	
	}
/* pad first submenu item */
.genesis-nav-menu ul.sub-menu li:first-child a {
    padding-top:12px !important;
	}
.genesis-nav-menu ul.sub-menu {
	border:none;
	padding-top:0px;
	padding-bottom:5px;
}
/* color of current menu item */
.genesis-nav-menu .current-menu-item a, .genesis-nav-menu .sub-menu .current-menu-item a, .genesis-nav-menu .current-menu-parent a {
	color:var(--menu_orange);
}
.genesis-nav-menu .current-menu-item a:hover, .genesis-nav-menu .sub-menu .current-menu-item a:hover, .genesis-nav-menu .current-menu-parent a:hover {
	color:var(--menu_orange);
}
.genesis-nav-menu li:not(.current-menu-item):not(.current-menu-parent) a, .genesis-nav-menu .sub-menu li:not(.current-menu-item) a {
	color:var(--menu_blue);
}

.genesis-nav-menu li:not(.current-menu-item):not(.current-menu-parent) a:hover, .genesis-nav-menu .sub-menu li:not(.current-menu-item) a:hover {
	color:var(--menu_orange);
}
/**** dots between main menu items ****/
.genesis-nav-menu li:not(:last-child) a::after {
    content:" ";
    margin-left:20px;
    margin-bottom:3px;
    height: 5px;
    width: 5px;
    border-radius:50%;
    background-color: var(--orange);
    display: inline-block;
}
.genesis-nav-menu .sub-menu li a:after {
    display:none;
}


/********** homepage ***********/
/* don't display page title */
.home h2.entry-title {
	display:none;
}
.tagline-container {
    position:absolute;
    top:220px;
    width:100%;
}
.home-tagline {
    max-width:1300px;
    margin-left:auto;
    margin-right:auto;
    width:100%;
}
.tagline-line1 {
    font-size:40px;
    line-height:40px;
    color:var(--dark_blue);
    margin-left:130px;
    margin-bottom:10px;
    animation:slideInRight 1s;
}
.tagline-line2 {
    font-size:60px;
    line-height:60px;
    color:var(--light_blue);
    margin-left:130px;
    margin-bottom:10px;
}
.tagline-line3 {
    font-size:50px;
    line-height:50px;
    color:var(--menu_orange);
    margin-left:190px;
    margin-bottom:10px;
    animation:slideInLeft 1.5s;
}
/* tagline animations */
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-200%, 0, 0);
    -ms-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
.home-elevator p {
    font-size:30px;
    line-height:40px;
    max-width:950px;
    margin-left:auto;
    margin-right:auto;
}

.home-missionbutton {
    margin-right: auto;
    margin-left: auto;
    width: 200px;
    height: 40px;
    position:relative;
    z-index:8000;
}
.home-missionbutton p {
    height:40px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.home-join-row {
    top:-100px;
}
.home-jointeam p {
    line-height:30px;
    max-width:700px;
    margin-left:auto;
    margin-right:auto;
}
.home-join-text-row {
    margin-top:-100px;
}
.home-joinbutton {
    margin-right: auto;
    margin-left: auto;
    width: 200px;
    height: 40px;
    position:relative;
    z-index:8000;
}
.home-joinbutton p {
    height:40px;
    display:flex;
    justify-content:center;
    align-items:center;
}

/*******/
.home-approach-row {
    height:650px;
    display:flex;
    align-items:center;
    background-size:cover;
    background-position:center;
    margin-bottom:30px;
}
/*****/
.home-approach-row {
    margin-bottom:20px;
}
.home-approach-row .vc_column-inner {
    padding-top:0 !important;
}
.home-approach-mobileimage {
    display:none;
}

.home-approach-text p {
    color:#fff;
    font-weight:bold;
    line-height:31px;
}

.home-approachbutton {
    width: 220px;
    height: 40px;
    position:relative;
    z-index:8000;
}
.home-approachbutton p {
    height:40px;
    display:flex;
    justify-content:center;
    align-items:center;
}

/******/
.home-lead-row {
    padding-bottom:40px;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    background-position:40% !important;
    background-position: 40%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom:40px;
    height:520px;
}
/******/
.home-lead-row {
    margin-bottom:30px;
}
 .home-lead-mobileimage {
        display:none;
    }
.home-lead-text p {
    color:#13161a;
    line-height:28px;
    max-width: 83%;
}
.home-lead-text h2 {
    font-size:40px;
    line-height:45px;
    font-weight:normal;
}

.home-leadbutton {
    width: 220px;
    height: 40px;
    position:relative;
    z-index:8000;
    margin-bottom:0 !important;
}
.home-leadbutton p {
    height:40px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.home-clinicaltrials-row {
    background-image:url("/wp-content/uploads/Blue-gradient.png");
    background-size:cover;
    background-position:center;
}
.home-clinicaltrialsbutton {
    width: 220px;
    height: 40px;
    position:relative;
    z-index:8000;
    margin-left:10%;
}
.home-clinicaltrialsbutton p {
    height:40px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.home-clinicaltrials-text {
    max-width:500px;
    margin-left:10%;
    margin-right:5%;
    padding-top:30px;
}
.home-clinicaltrials-text p {
    color:#fff;
    line-height:28px;
}
.home-clinicaltrials-text h3 {
    font-size:24px;
    color:#fff;
    line-height:34px;
}

.home-clinicaltrials-imagecol .vc_column-inner {
    padding:0 !important;
}
/*
.home-clinicaltrials-imagecol .vc_column-inner {
    background-size:cover;
    background-position:right;
}

.home-clinicaltrials-image {
    margin-bottom:0 !important;
    margin-right:10%;
}
*/
.home-clinicaltrials-mobileimage  {
    margin-bottom:0 !important;
}
.home-clinicaltrials-mobileimage img {
    height:100% !important;
    object-fit:cover;
    object-position:right;
}
.home-clinicaltrials-imagecol .wpb_wrapper,
.home-clinicaltrials-mobileimage,
.home-clinicaltrials-mobileimage,
.home-clinicaltrials-mobileimage figure,
.home-clinicaltrials-mobileimage .vc_single_image-wrapper {
    height:100%;
}

.green-button {
    background-image: url("/wp-content/uploads/Button-base-green-gradient.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.orange-button {
    background-image: url("/wp-content/uploads/Button-base-orange-gradient.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.orange-button-large {
    background-image: url("/wp-content/uploads/Button-base-orange-gradient-large.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.blue-button {
    background-image: url("/wp-content/uploads/Button-base-blue-gradient.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/* Buttons */
.green-button a,
.orange-button a,
.orange-button-large a,
.blue-button a {
    color:#fff;
    font-size:20px;
    Font-weight:bold;
}
.green-button a:hover,
.orange-button a:hover,
.orange-button-large a:hover,
.blue-button a:hover{
    text-decoration:none;
    color:var(--dark_blue);
}

	
/***** secondary pages *********/
/* limit content area to 850px */
body:not(.home) .content {
	padding-left: 8%;
	padding-right: 5%;
}
h1.entry-title {
    display:none;
}
.banner-container {
    margin-top:180px;
    position:relative;
}
.title-container {
    position:absolute;
    height:100%;
    left:calc(50% - 650px);
    top:20px;
    display:flex;
    align-items:center;
    width:100%;
}
.subpage-title {
    margin-left:90px;
}
.subpage-title h1 {
    color:#fff;
    font-size:60px;
    font-weight:normal;
    margin-bottom:0;
    line-height:60px;
}
/***** about us *****/
.about-vision h2 {
    font-size:48px;
    font-weight:normal;
    line-height:55px;
}
.about-vision p {
    font-size:30px;
    line-height:40px;
}
.about-otsuka-text p {
    font-size:30px;
    line-height:40px;
}
.about-otsuka-logo img {
    /*width:270px;*/
}
.about-otsuka-logo {
    max-width:75%;
}
.about-otsuka-logo-col {
    background-image:url("/wp-content/uploads/about-us-Arc-white-2.png");
    background-size:contain;
    background-position:80%;
    background-repeat:no-repeat;
}


/***** quotes *****/

.quote-container header,
.quote-container .entry-content {
    display:none;
}
.quote-container .person-image {
    flex-basis:calc(280px + 5%);
    margin-left:5%;
    order:1;
}
.quote-content {
    display:flex;
    align-items:center;
    margin-bottom:30px;
}
.quote-content .person-image img {
    border-radius:50%;
    border:4px solid var(--orange);
    
}
.quote-content .quote-text {
    flex-basis:calc(95% - 280px);
    order:2;
    margin-left:5%;
    margin-right:5%;
}
.quote-content .quote-text p {
    font-size:18px;
    line-height:28px;
    max-width:600px;
}
.quote-content .quote-body p {
    margin-bottom:15px;
}

.quote-button {
    width: 220px;
    height: 40px;
    position:relative;
    z-index:8000;
    margin-top:35px;
}
.quote-button p {
    height:40px;
    display:flex;
    justify-content:center;
    align-items:center;
}
/* don't show button on careers culture page */
.careers-quotes .quote-button {
    display:none;
}
/***** people *****/

.people-loop-container header,
.people-loop-container .entry-content {
    display:none;
}
.people-loop-container {
    display:flex;
    justify-content:space-evenly;
    flex-wrap:wrap;
}
.people-loop-container .visterra_people {
    flex-basis:30%;
    margin-bottom:30px !important;
}
.people-loop-container .person-image {
    display:flex;
    justify-content:center;
    margin-bottom:10px;
}
.people-loop-container .person-image img {
     border-radius:50%;
     padding:6px;
     width:100%;
     max-width:260px;
     margin-left:auto;
     margin-right:auto;
}
.people-loop-container .person-image img:hover {
    background-image:url('/wp-content/uploads/Logo-rollover-for-photo.png');
    background-size:contain;
}
.people-loop-container .person-name h3 a {
    text-align:center;
    color:var(--dark_blue);
    font-size:21px;
    font-weight:bold;
}
.people-loop-container .person-name h3 a:hover {
    text-decoration:none;
}
.people-loop-container .person-name h3 {
    text-align:center;
}
.people-loop-container .person-title p {
    text-align:center;
    font-size:18px;
    line-height:22px;
    font-style:italic;
}
/*** single people ***/
.single-visterra_people .visterra_people header,
.single-visterra_people  .entry-content {
    display:none;
}
.single-visterra_people .person-image img {
     background-image:url('/wp-content/uploads/Logo-rollover-for-photo.png');
     background-size:contain;
     padding:6px;
     border-radius:50%;
}
.single-visterra_people .person-name {
    font-size:18px;
    line-height:2px;
    font-weight:bold;
    float:left;
}
.single-visterra_people .person-title  {
    font-size:18px;
    line-height:22px;
    font-style:italic;
    font-weight:normal;
}
.single-visterra_people .person-bio p {
    clear:both;
    font-size:18px;
    line-height:28px;
}
.single-visterra_people .people-content {
    display:flex;
}
.single-visterra_people .person-image {
    flex-basis:calc(200px + 5%);
    margin-right:5%;
}
.single-visterra_people .person-info {
    flex-basis:calc(95% - 200px);
}
.single-visterra_people .back-to-team {
    margin-left:calc(200px + 9%);
    margin-bottom:40px;
    margin-top:-20px;
}
.single-visterra_people .back-to-team a {
    color:var(--orange);
}
.single-visterra_people .back-to-team a:hover {
    color:var(--dark_blue);
    text-decoration:none;
}
/***** approach - biologics optimization *****/
.approach-biologics-intro {
    margin-bottom:70px !important;
}
.approach-biologics-intro p {
    font-size:30px;
    line-height:40px;
}

.approach-biologics-targetid-section {
    background-image:url("/wp-content/uploads/approach-targetid-background.jpg") !important;
    background-size:cover;
    background-position:center;
}
/******/
.approach-biologics-targetid-row {
    background-size:cover;
    background-position:center;
}
/******/
.approach-biologics-targetid-mobileimage {
    display:none;
}
.approach-biologics-targetid-row .vc_column-inner {
    margin-top:5%;
    margin-bottom:5%;
}
.approach-biologics-targetid-text {
    margin-bottom:75px !important;
}
.approach-biologics-targetid-text h2 {
    font-size:24px;
    text-transform:uppercase;
    color:var(--yellow);
    margin-bottom:0px;
}
.approach-biologics-targetid-text p {
    color:#fff;
}
.approach-biologics-targetid-infographic {
    margin-bottom:0 !important;
}
.approach-biologics-selection h2 {
    text-transform:uppercase;
}
.approach-select-text {
    margin-bottom:15px !important;
}
.approach-select-target p {
    font-size:16px;
}
.approach-biologics-icon img {
    max-width:155px !important;
    width:100%;
    margin-top:20px;
}
/*** infographic clickable areas ***/
.approach-biologics-infographic-clickareas .click-areas {
    width:500px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
}

.rollover-visible {
    opacity:1;
}
.rollover-hidden {
    opacity:0;
}
.area-rollover {
    position:absolute;
    width:200px;
    padding:8px;
    border:2px solid var(--orange);
    background-color:#fff;
}
.area-rollover p {
    font-size:16px !important;
    line-height:22px;
    color:var(--orange);
}
.area1-rollover {
    left:-110px;
}
.area2-rollover {
    top: 60%;
    left:-160px;
}
.area3-rollover {
    top:-20px;
    left: 75%;
}
.area4-rollover {
    top: 38%;
    left:90%;
}
.area5-rollover {
    top: 70%;
    left:80%;
}

.approach-biologics-infographic-clickareas img {
    width:100%;
}
.approach-biologics-selection-infographic {
    width:500px;
    margin-left:auto !important;
    margin-right:auto !important;
}

/****/
.approach-biologics-location {
    background-size:cover;
    background-position:center;
}
/*****/
.approach-biologics-location .vc_column-inner {
    margin-top:15%;
    margin-bottom:15%;
}
.approach-biologics-location p {
    font-size:24px;
    line-height:34px;
}
.approach-biologics-location-mobileimage {
        display:none;
}

/***** publications ****/
/*** featured pubs ****/
/* only display on first page */
.paged .pubs-featured {
    display:none;
}
.pubs-featured h2 {
    font-size:40px;
    line-height:46px;
    font-weight:normal
}
.pubs-loop-featured {
    display:flex;
    justify-content:space-between;
    margin-left:-1.5%;
    margin-top:25px;
}
.pubs-loop-featured .visterra_pubs {
    flex:30%;
    background-color:var(--gray);
    margin-left:1.5%;
    margin-right:1.5%;
    padding:20px;
    position:relative;
}
.pubs-loop-featured .pub_title h2 {
    line-height:21px;
    display:inline;
    margin-left:5px;
}
.pubs-loop-featured .pub_title a {
    font-size:21px;
    color:#000;
}
.pubs-loop-featured .pub_authors_short {
    font-size:21px;
}
.pubs-loop-featured .pub_authors,
.pubs-loop-featured .pub_date_name {
    display:none;
}
.pubs-loop-featured .pub_readmore a {
    color:var(--orange);
    font-size:21px;
    position:absolute;
    bottom:20px;
}
.pubs-loop-featured .pub_readmore a:hover {
    text-decoration:none;
    color:var(--dark_blue);
}
/*** all pubs ***/
.pub-content {
    margin-bottom:35px;
}
.pub_title h2 {
    line-height:28px;
}
.pub_title h2 a {
    color:var(--dark_blue);
    font-weight:normal;
}
.visterra_pubs header {
    display:none;
}
.pub_title h2 a:hover {
    color:var(--orange);
    text-decoration:none;
}
.pub_content {
    display:flex;
}
.pub_authors p {
    color:#0d0200;
    font-size:14px;
    font-style:italic;
    line-height:19px;
}
.pub_date_name {
    color:#00aeef;
    font-size:14px;
    font-weight:bold;
    margin-bottom:6px;
}
.pubs-loop-container .pub_readmore,
.pubs-loop-container .pub_authors_short {
    display:none;
}
/****** presentations ******/
/* only display on first page */
.paged .pres-featured {
    display:none;
}
.pres-featured h2 {
    font-size:40px;
    line-height:46px;
    font-weight:normal
}
.pres-loop-featured {
    display:flex;
    justify-content:space-between;
    margin-left:-1.5%;
    margin-top:25px;
    margin-bottom:60px !important;
}
.pres-loop-featured .visterra_present {
    flex:30%;
    background-color:var(--gray);
    margin-left:1.5%;
    margin-right:1.5%;
    padding:20px;
    position:relative;
}
.pres-loop-featured .pres-content {
    margin-bottom:35px;
}
.pres-loop-featured .pres_title h2 {
    display:inline;
    margin-left:5px;
    font-size:21px;
    color:#000;
}

.pres-loop-featured .pres_authors_short {
    font-size:21px;
    color:var(--dark_blue);
}
.pres-loop-featured .pres_authors,
.pres-loop-featured .pres_date_name {
    display:none;
}
.pres-loop-featured .pres_readmore a {
    color:var(--orange);
    font-size:21px;
    position:absolute;
    bottom:20px;
}
.pres-loop-featured .pres_readmore a:hover {
    text-decoration:none;
    color:var(--dark_blue);
}
/*** all presentations ***/
.pres-loop-container .pres-content {
    margin-bottom:15px;
}
.pres-loop-container .visterra_present {
    margin-bottom:35px;
}
.pres-loop-container .pres_readmore a {
    color:var(--orange);
}
.pres-loop-container .pres_readmore a:hover {
    color:var(--dar_blue);
    text-decoration:none;
}
.pres_title h2 {
    line-height:28px;
    color:var(--dark_blue);
    font-weight:normal;
}
.visterra_present header {
    display:none;
}
.pres_title h2 a:hover {
    color:var(--orange);
    text-decoration:none;
}
.pres_content {
    display:flex;
}
.pres_authors p {
    color:#0d0200;
    font-size:14px;
    font-style:italic;
    line-height:19px;
}
.pres_date_name {
    color:#00aeef;
    font-size:14px;
    font-weight:bold;
    margin-bottom:6px;
}
.pres-loop-container .pres_authors_short {
    display:none;
}
/****** pipeline ******/
.pipeline-infographic-mobile {
    display:none;
}
.pipeline-infographic-image {
    cursor:default;
}
.pipeline-clinicaltrials-button {
    width: 320px;
    height: 40px;
    position:relative;
    z-index:8000;
}
.pipeline-clinicaltrials-button p {
    height:40px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.pipeline-clinicaltrials-button a {
    color:#fff;
}


/***** for patients - clinical trials *****/
.patients-clinicaltrial-tablerow p {
    font-size:18px;
    line-height:22px;
}
.patients-clinicaltrial-tablerow a {
    color:var(--orange);
}
.patients-clinicaltrial-tablerow .wpb_text_column {
    margin-bottom:20px !important;
}
.patients-clinicaltrial-tableheader {
    display:none;
}
.expanded-access-button {
    margin-right: auto;
    margin-left: auto;
    width: 300px;
    height: 40px;
    position:relative;
    z-index:8000;
    margin-top:55px;
    margin-bottom:60px !important;
}
.expanded-access-button p {
    height:40px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:16px;
    color:#fff;
    font-weight:bold;
}
.expanded-access-policy {
    display:none;
}
.expanded-access-button p:hover {
    color:var(--dark_blue);
    cursor:pointer;
}
.iga-infographic-col  {
    background-image:url("/wp-content/uploads/Arc-orange.png");
    background-size:contain;
    background-repeat:no-repeat;
    background-position:right;
}
.iga-infographic-row {
    background-image:url("/wp-content/uploads/patients-iga-infographic-bluebackground-scaled.jpg");
    background-size:100% 95%;
    background-position:center;
    height:630px;
    padding-bottom:30px;
}
.iga-infographic {
    padding-right:15%;
}
.iga-infographic-text {
    padding:50px 30px 20px 40px;
}
.iga-infographic-text p {
    color:#fff;
}
.video-text-col {
    background-image:url("/wp-content/uploads/Blue-gradient.png");
    background-size:cover;
    background-position:right;
}
.video-text p {
    color:#fff;
    max-width:600px;
    margin-left:40px;
    margin-right:5%;
    margin-bottom:70px !important;
}
.video-still-col .vc_column-inner,
.video-text-col .vc_column-inner {
    padding:0 !important;
}
.video-still-image {
    margin-bottom:0 !important;
}
.video-button {
    margin-left:40px;
    margin-top:30px;
}
.video-button p {
    margin-left:35px;
}
.green-button.video-button {
    background-position:left;
    margin-bottom:0;
}
.patient-resources-image img {
    max-width:400px !important;
    width:100%;
}
/******* Careers *******/
.careers-positions-introheading h3 {
    font-size:30px;
    line-height:40px;
    font-weight:normal;
}
.careers-positions-introtext p {
    font-size:24px;
    line-height:34px;
}
.benefit-icon img {
    border-radius:50%;
    max-width:65% !important;
    width:100%;
}
.benefit-icon {
    margin-bottom:15px !important;
}
.benefit-text p {
    font-weight:bold;
    line-height:25px;
}
.benefit-row {
    padding-top:25px;
}
.benefit-row3 {
    padding-left: 12.5%;
    padding-right: 12.5%;
}
.benefit-row2 {
    padding-left: 25%;
    padding-right: 25%;
}
.careers-culture-intro h3 {
    font-size:30px;
    font-weight:normal;
}
.careers-culture-intro p {
    font-size:24px;
}
.careers-culture-values-heading h2 {
    color:#ffe800;
    font-size:40px;
    font-weight:normal;
}
.careers-value-row1 {
    margin-bottom:20px;
}
.careers-value-row2 {
    margin-bottom:55px;
}
.careers-activities-text {
    padding:20px 20px 0 20px;
}

.careers-activities-row .vc_column-inner {
    padding-left:0 !important;
    padding-right:0 !important;
    margin-left:15px;
    margin-right:15px;
    background-color:var(--gray);
    margin-bottom:35px;
}

.careers-culture-volunteers-row {
    padding-bottom:40px;
    display:flex;
    align-items:center;
    background-position:40% !important;
    background-position: 40%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom:40px;
    height:600px;
    margin-top:50px;
}
.careers-culture-volunteers-row {
    margin-bottom:20px;
}
.careers-culture-volunteers .vc_column-inner {
    padding-top:0 !important;
}
.careers-culture-volunteers-mobileimage {
    display:none;
}
.careers-culture-volunteers-text p {
    color:#fff;
    font-weight:bold;
    line-height:31px;
    max-width:80%;
}
.careers-culture-volunteers-text h2 {
    color:#fff;
    font-size:40px;
    font-weight:normal;
    line-height:45px;
}
.careers-culture-volunteers-text {
   /*  margin-bottom:0 !important;*/
}
.careers-coop-intro h2 {
    font-size:30px;
    line-height:35px;
    font-weight:normal;
}
.career-coop-quote-image {
    max-width:300px;
    width:100%;
    margin-bottom:0 !important;
}
.careers-coop-mentoring-row {
    padding-bottom:40px;
    display:flex;
    align-items:center;
    background-position:40% !important;
    background-position: 40%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom:40px;
    height:600px;
    margin-top:50px;
}
.careers-coop-mentoring-row {
    margin-bottom:20px;
}
.careers-culture-volunteers .vc_column-inner {
    padding-top:0 !important;
}
.careers-coop-mentoring-mobileimage {
    display:none;
}
.careers-coop-mentoring-text p {
    color:#fff;
    font-weight:bold;
    line-height:31px;
    max-width:78%;
}
.careers-coop-mentoring-text {
    margin-bottom:0 !important;
}
.contact-info p {
    margin-bottom:20px !important;
}
/*** posts ****/
/* size headers on archive pages */
body.archive h2.entry-title a, body.archive h2.entry-title {
	font-family: "Lato", sans-serif;
	font-size:24px;
	font-weight: bold;
	margin-bottom:15px;
	}
a.moretag, a:visited.moretag, a:hover.moretag {
	color:#6ebae4 !important;
	font-size:14px;
	font-family:"Lato", sans-serif;
}

/* hide "continue reading because we added readmore */
.post .post-more {
	display:none;
}
/* hide comments on custom post types */
#comments {
	display:none;
}
/**** cutsom post loop pagination *****/
/*** make pagination lineup horizontally **/
.pagination li {
	float:left;
	margin-left:5px;
}
/* set page nav color */
.pagination li a {
	color:#13acd3;
    background-color:#fff;
}
 
/* set achive page nav color */
.pagination li.active a, .pagination li a:hover {
	color:#0b6981; 
    background-color:#fff;
}
/* add flexbox to center pagination */
.pagination {
	padding-bottom:50px;
	display:flex;
	justify-content: center;
}
/******* footer ************/
/********** basic footer setting *********/
/* remove genesis gototop */
.site-footer .gototop {
	display:none;
}
.site-footer {
    display:none;
}
.footer-widgets .wrap, .site-footer .wrap {
	padding-top:25px;
	padding-bottom:25px;
	max-width: 1300px;
	margin-left:auto;
	margin-right:auto;
}
.footer-widgets {
	/* set background color  */
	background-color:var(--dark_blue) !important;
	margin-top:-1px;
}
/* 3 Footer widgets */
.footer-widgets-1  {
	width:33%;
	float:left;
}
.footer-widgets-1 img {
    max-width:200px;
}
.footer-widgets-2 {
	width:66%;
	float:left;
}

.footer-menu .terms,
.footer-menu .privacy,
.footer-menu .contact,
.footer-menu .sitecredits {
    margin-left:15px;
}

.footer-menu {
    color:#fff;
    font-size:14px;
}

.footer-widgets a {
    color:#fff;
}
.footer-widgets .wrap {
    display:flex;
}
.footer-widgets .widget-area {
    display:flex;
    align-items:center;
    margin-bottom:0;
}


.footer-widgets p {
	font-family: "Lato", sans-serif;
	color:#fff;
	font-size:14px;
}
.footer-widgets {
    padding-top:15px;
    padding-bottom:15px;
}
@media only screen and (max-width:1450px) {
    .approach-biologics-targetid-row .vc_column-inner {
        margin-top:15%;
        margin-bottom:15%;
    }
     .approach-biologics-targetid-textcol {
         padding-left:30px !important;
     }
     .approach-biologics-intro {
         margin-bottom:30px !important;
     }

} /* 1450 */
@media only screen and (max-width:1380px) {
    .nav-primary {
        right:25px;
    }
    .title-container {
        left:0px;
    }
    .subpage-title {
        margin-left:10%;
    }
    .iga-infographic-row {
        height:750px;
    }
}/* 1380 */

@media only screen and (max-width:1200px) {
    .iga-infographic-row {
        background-size:cover;
    }
    .careers-coop-mentoring-row {
        height:720px;
    }
    .careers-coop-mentoring-text p {
        max-width:85%;
    }
}
@media only screen and (max-width:1100px) {
    /* switch to mobile menu */
	.nav-primary {
		display:none;
	}
		/* style slideout menu */
	#rmp_menu_trigger-95 {
		background-color:transparent !important;
		}
	#rmp-container-95 {
	    background-color:transparent !important;
	}
	.rmp-menu-wrap {
		padding-top:30px !important;
		padding-bottom:50px !important;
		padding-right:20px !important;
		background-color:var(--dark_blue) !important;
		margin-top:24px;
		}
	.rmp-menu li, .rmp-menu li a {
	    background-color:var(--dark_blue) !important;
	}
	/* button */
	#rmp_menu_trigger-95:hover .responsive-menu-pro-inner, #rmp_menu_trigger-95:hover .responsive-menu-pro-inner::before, #rmp_menu_trigger-95:hover .responsive-menu-pro-inner::after {
	    background-color:var(--dark_blue) !important;
	}
	#rmp_menu_trigger-95 .responsive-menu-pro-inner, #rmp_menu_trigger-95 .responsive-menu-pro-inner::before, #rmp_menu_trigger-95 .responsive-menu-pro-inner::after {
	    background-color:var(--dark_blue) !important;
	}
	.responsive-menu-pro-inner {
	    width:50px !important;
	    background-color:var(--dark_blue) !important;
	}
	.responsive-menu-pro-inner::before {
        margin-top:3px;
        width:50px !important;
	}
	.responsive-menu-pro-inner::after {
        margin-bottom:3px;
        width:50px !important;
	}
	.rmp-menu-trigger-boring.is-active 	.responsive-menu-pro-inner::after {
	    margin-bottom:0;
	    width:31px !important;
	}
	.rmp-menu-trigger-boring.is-active 	.responsive-menu-pro-inner::before {
	    margin-top:0;
	}
	.rmp-menu-trigger-boring.is-active 	.responsive-menu-pro-inner {
	    width:31px !important;
	}
	/*
	li.responsive-menu-item .responsive-menu-item-link, li.responsive-menu-item  .responsive-menu-item-link:hover {
		border:0px !important;
		outline:0px !important;
		}
	*/
    .rmp-menu-subarrow {
        display:none !important;
    }
    
    .rmp-menu a {
        color:#fff !important;
        font-size:15px !important;
    }
    .rmp-menu a:hover {
        color:var(--orange) !important;
    }
    
    .rmp-menu .rmp-menu-current-item .rmp-menu-item-link {
        color:#fff !important;
    }
    
    .rmp-submenu li a {
         font-size:14px !important;
         text-transform:none;
         line-height:30px !important;
         height:30px !important;
         color:#fff !important;
    }
     .rmp-submenu  li a:hover {
            color:var(--orange) !important;
    }
    .tagline-container {
        top:180px;
    }
    /* approach biologics location */
    .approach-biologics-location-mobileimage-col,
    .approach-biologics-location-textcol {
        width:100% !important;
    }
    .approach-biologics-location-text {
        max-width:800px !important;
        margin-left:auto;
        margin-right:auto;
    }
    /* don't display image on mobile */
    .approach-biologics-location-mobileimage-col {
        display:none !important;
    }
    .approach-biologics-location-textcol .vc_column-inner { 
        margin-bottom:0;
    }
    /*
    .approach-biologics-location-mobileimage {
        display:block;
        margin-bottom:0px !important;
    }
    */
    .approach-biologics-location-mobileimage-col .vc_column-inner {
        padding-left:0 !important;
        padding-right:0 !important;
        margin-top:0;
        margin-bottom:0;
    }

    /*****/
    .approach-biologics-location {
        background-size:0px;
        height:auto;
        margin-bottom:0;
        padding-left:0 !important;
        padding-right:0 !important;
        display:flex;
        flex-wrap:wrap;
    }
    /*****/
    .approach-biologics-location-textcol .vc_column-inner {
        background-color:#f1eeec; 
        padding:30px 8% 0 11% !important;
        margin-top:0;
    }
    .iga-infographic-col, .iga-infographic-text-col {
        width:100% !important;
    }
    .iga-infographic-col {
        margin-top:30px;
        background-position:450px;
    }
    .iga-infographic img {
        max-width:500px !important;
        width:100%;
        padding-top:30px;
    }
    .iga-infographic-row {
        height:auto;
        background-image:url("/wp-content/uploads/Blue-gradient.png");
        margin-bottom:45px;
        background-position:right;
    }
    .iga-infographic-text {
        padding:0;
    }
    .benefit-icon img {
        max-width:80% !important;
    }
    .careers-culture-volunteers-row {
        height:720px;
    }
    .careers-culture-volunteers-text p {
        max-width:90%;
    }
    .home-lead-row {
        height:600px;
    }
 
}/* 1100 */
@media only screen and (max-width:1000px) {
    .hero-container {
        height:500px;
    }
    .home-hero, .home-hero-image {
        height:100%;
    }
    .home-hero-image {
        object-fit:cover;  
        width:100%;
    }    
    .tagline-container {
        width:100%;
        top:150px;
    }
    .tagline-line1 {
        font-size:35px;
        line-height:35px;
        margin-left:10%;
    }
    .tagline-line2 {
        font-size:50px;
        line-height:50px;
        margin-left:10%;
    }
    .tagline-line3 {
        font-size:45px;
        line-height:45px;
        margin-left:17%;
    }
    /******/
    .home-approach-row {
        height:700px;
        margin-bottom:20px;
    }
    /*****/
	 .home-lead-row {
	     /*
        padding-top:20px;
        padding-bottom:20px;
        */
    }
    .home-join-row {
        top:-50px;
    }
    .home-join-text-row {
        margin-top:-50px;
    }
    .subpage-title h1 {
        font-size:50px;
        line-height:55px;
    }

    .careers-activities-row .wpb_column {
        width:100%;
        max-width:625px;
        margin-left:auto;
        margin-right:auto;
    }
    

} /* 1000 */
@media only screen and (max-width:900px) {

    .footer-widgets-1,
    .footer-widgets-2 {
        width:100%;
    }
    .footer-widgets .wrap {
        flex-wrap:wrap;
    }
    .footer-widgets-2 {
        margin-top:25px;
    }
    .banner-container {
        height:200px;
    }
    .banner-image, .banner-image img {
        height:100%;
    }
    .banner-image img {
        object-fit:cover;
        width:100%;
    }
    .about-otsuka-logo img {
       /* width:75%; */
    }

    .people-loop-container .visterra_people {
        flex-basis:50%;
    }
    .area1-rollover {
        left:-50px;
    }
    .area2-rollover {
        top: 60%;
        left:-60px;
    }
    .area3-rollover {
     top:-20px;
        left: 65%;
    }
    .area4-rollover {
        top: 38%;
        left:71%;
    }
    .area5-rollover {
        top: 70%;
        left:65%;
    }
    .iga-infographic-row {
        background-position:center;
    }
    .video-text p {
        margin-bottom:50px !important;
    }
    
    .careers-culture-volunteers-row {
        display:flex;
        flex-wrap:wrap;
        padding-left:0 !important;
        padding-right:0 !important;
        background-size:0;
        height:auto;
        padding-bottom:0;
        margin-bottom:0;
    }
    .careers-culture-volunteers-imagecol,
    .careers-culture-volunteers-textcol {
        width:100% !important;
        margin-bottom:0 !important;
    }
    .careers-culture-volunteers-imagecol .vc_column-inner {
        padding-left:0 !important;
        padding-right:0 !important;
    }
    /* don't display image on mobile */
    .careers-culture-volunteers-imagecol {
            display:none;
    }
    /*
    .careers-culture-volunteers-mobileimage {
        display:block;
    }
    */
    .careers-culture-volunteers-textcol {
        background-image:url("/wp-content/uploads/Green_gradient.png");
        background-size:cover;
        background-position:center;
        padding:30px 5% 30px 8% !important;
        margin-bottom:35px;
    }
     .careers-culture-volunteers-textcol p {
         max-width:100%;
     }
    .careers-coop-mentoring-row {
        display:flex;
        flex-wrap:wrap;
        padding-left:0 !important;
        padding-right:0 !important;
        background-size:0;
    }
    .careers-coop-mentoring-imagecol,
    .careers-coop-mentoring-textcol {
        width:100% !important;
    }
    .careers-coop-mentoring-imagecol .vc_column-inner {
        padding-left:0 !important;
        padding-right:0 !important;
    }
    /* don't display image on mobile */
    .careers-culture-volunteers-imagecol {
            display:none;
    }
    .careers-coop-mentoring-row {
        height:auto;
    }
    /*
    .careers-coop-mentoring-mobileimage {
        display:block;
    }
    */
    .careers-coop-mentoring-textcol {
        background-image:url("/wp-content/uploads/Blue-gradient.png");
        background-size:cover;
        background-position:center;
        padding:0 5% 30px 8% !important;
        margin-bottom:15px;
    }
     .careers-coop-mentoring-textcol p {
         max-width:100%;
     }

} /* 900 */
@media only screen and (max-width:800px) {

    .home-lead-row {
        height:700px;
    }
} /* 800 */

@media only screen and (max-width:767px) {
    .site-inner {
            padding-left:3%;
            padding-right:3%;
    }

    /*****/
    .home-approach-row {
        background-size:0px;
        height:auto;
        margin-bottom:0;
    }
    /******/
    .home-approach-row {
        display:flex;
        flex-wrap:wrap;
    }
    /* don't display image on mobile */
    /*
    .home-approach-mobileimage-col {
        order:2;
        margin-top:25px;
    }
    .home-approach-mobileimage {
        display:block;
        margin-bottom:20px !important;
    }
    */
    .home-approach-mobileimage-col .vc_column-inner {
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .home-approach-textcol .vc_column-inner {
        background-image: url("/wp-content/uploads/home-approach-bluebackground-scaled.jpg");
        background-position: center;
        background-size:cover;
        padding:30px !important;
    }
    /* don't display image on mobile */
    /*
    .home-lead-mobileimage {
        display:block;
        margin-bottom:20px !important;
    }
    */
    .home-lead-mobileimage-col .vc_column-inner {
        padding-left:0 !important;
        padding-right:0 !important;
        padding-top:1 !important;
    }

    /*****/
    .home-lead-row {
        background-size:0px;
        height:auto;
       /*  margin-top:15px; */
        margin-bottom:0;
        padding-bottom:0;
        padding-top:0 !important;
    }
    /*****/
    .home-lead-textcol .vc_column-inner {
        background-color: #f1eeec;
        padding:30px !important;
    }
    .home-clinicaltrials-mobileimage  {
        display:block;
        padding-right:5%;
    }
    .home-clinicaltrials-imagecol .vc_column-inner {
        background-size:0;
    }
    .home-clinicaltrials-imgagecol  {
        background-image: url("m/wp-content/uploads/Blue-gradient.png");
        background-position:center;
    }

    .quote-content {
        flex-wrap:wrap;
    }
    .quote-container .quote-text {
        flex-basis:95%;
        margin-top:25px;
    }
    .subpage-title h1 {
        font-size:40px;
        line-height:45px;
    }
    .about-otsuka-logo-col {
        background-image:none;
    }
    .about-otsuka-logo img {
       /* width:280px; */
    }
    .people-loop-container .visterra_people {
        margin-left:1.5%;
        margin-right:1.5%;
        flex-basis:47%;
    }
    .single-visterra_people .people-content {
        flex-wrap:wrap;
    }
    .single-visterra_people .person-image,
    .single-visterra_people .person-info {
        flex-basis:100%;
    }
     .single-visterra_people .person-image {
         max-width:300px;
         margin-bottom:30px;
     }
      .single-visterra_people .back-to-team {
          width:100%;
      }
    /*** approach biologics ***/

    .approach-biologics-targetid-textcol .vc_column-inner {
        padding-left:0 !important;
        padding-right:0 !important;
        margin-top:0;
        margin-bottom:0;
    }
    .approach-biologics-targetid-textcol {
        padding-left:0 !important;
    }
    .approach-biologics-targetid-section {
        background-size:0px;
        height:auto;
        margin-bottom:0;
        padding-left:0 !important;
        padding-right:0 !important;
    }
    /******/
    .approach-biologics-targetid-row {
        background-size:0px;
        height:auto;
        margin-bottom:0;
        padding-left:0 !important;
        padding-right:0 !important;
    }
    /*****/
    /* remove picture on mobile */
    /*
    .approach-biologics-targetid-row {
        display:flex;
        flex-wrap:wrap;
    }
    .approach-biologics-targetid-mobileimage-col {
        order:2;
    }
    .approach-biologics-targetid-mobileimage {
        display:block;
        margin-bottom:0px !important;
    }
    */
    .approach-biologics-targetid-mobileimage-col .vc_column-inner {
        padding-left:0 !important;
        padding-right:0 !important;
        margin-top:0;
        margin-bottom:0;
    }
    
    .approach-biologics-targetid-textcol .vc_column-inner {
        background-image: url("/wp-content/uploads/home-approach-bluebackground-scaled.jpg");
        background-position: center;
        background-size:cover;
        padding:30px !important;
    }
    .pubs-loop-featured {
        flex-wrap:wrap;
    }
    .pubs-loop-featured .visterra_pubs {
        flex:100%;
        max-width:600px;
        margin-bottom:30px !important;
    }
    .pres-loop-featured {
        flex-wrap:wrap;
    }
    .pres-loop-featured .visterra_present {
        flex:100%;
        max-width:600px;
        margin-bottom:30px !important;
    }
    /*** clinical trial table ***/
    .patients-clinicaltrial-tableheadings {
        display:none;
    }
    .patients-clinicaltrial-tablerow .patients-clinicaltrial-tableheader {
        display:block;
        margin-bottom:5px !important;
    }
    .patients-clinicaltrial-tablerow .vc_column-inner {
            padding-top:0 !important;
    }
    .patients-clinicaltrial-tablerow {
        margin-bottom:35px;
        padding-bottom:15px;
        
    }
    /* iga */
    .video-button.green-button {
        margin-bottom:30px;
    }
    .video-text p {
        margin-top:30px;
    }
    .pipeline-infographic-mobile {
        display:block;
    }
    .pipeline-infographic-image {
        display:none;
    }
/*
    .benefit-row {
        display:flex;
        flex-wrap:wrap;
    }
    .benefit-col {
        flex-basis:50%;
    }
*/    
    .benefit-row3, .benefit-row2 {
        padding-left: 0;
        padding-right: 0;
    }
    .benefit-icon img {
        width:150px !important;
        max-width:80%;
    }
    .careers-value-row1 {
        margin-bottom:0px;
    }
   
}/* 767 */
@media only screen and (max-width:700px) {
    .iga-infographic-col {
        background-position:95%;
    }
} /* 700 */
@media only screen and (max-width:650px) {
    .approach-biologics-infographic-clickareas .click-areas,
    .approach-biologics-selection-infographic {
        width:100%;
    }
    .rollover-area {
        width:50%;
    }
    .area1-rollover, .area2-rollover {
        left:-20px;
    }
     .area3-rollover, .area4-rollover, .area5-rollover {
        right:0px;
        left:auto;
    }

    
} /* 650 */
@media only screen and (max-width:550px) {
    .footer-menu .sitecredits {
        margin-left:15px;
    }
    .footer-menu {
        display:flex;
        flex-wrap:wrap;
    }
    .people-loop-container .visterra_people {
        margin-left:0%;
        margin-right:0%;
        flex-basis:100%;
    }

} /* 550 */
@media only screen and (max-width:475px) {


} /* 475 */
@media only screen and (max-width:425px) {


} /* 425 */
@media only screen and (max-width:400px) {
    .logo {
        max-width:75%;
    }
    .benefit-col {
        flex-basis:100%;
    }
    .pipeline-clinicaltrials-button {
        width:250px;
    }
    .orange-button-large a {
        font-size:16px;
    }

} /* 400 */
@media only screen and (max-width:350px) {
    .footer-widgets section {
        width:98%;
    }


} /* 350 */