@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;700&display=swap');

/* ############ GLOBAL ############ */
	html, body {
		font: normal 10px/1.3 sans-serif;
		font-family: 'Raleway', sans-serif;
	    letter-spacing: 0px;
		color:#3b3b3b;
		cursor: default;
		-webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
		width:100%;
		height:100%;
		margin:0px;
		padding:0px;
		background-color:#ffffff;
		font-weight: 400;
		-webkit-font-feature-settings: "lnum" 1 !important;
		-moz-font-feature-settings: "lnum" 1 !important;
		font-feature-settings: "lnum" 1 !important;

	}

	.post, 
	.page {
	    margin: 0 0 0em;
	}

	html {
	    overflow-y: scroll;
	}

	* {
		box-sizing: border-box;
	}

	::-moz-selection {
	    background: #e8e1dc;
	    text-shadow: none;
	}

	::selection {
	    background: #e8e1dc;
	    text-shadow: none;
	}

	a {
		text-decoration: none;
	}
	a:visited {
	    color: unset;
	}
	a:hover{
	    opacity:0.7;
	    text-decoration:none;
	}
	a:focus {
	    outline: unset;
	    outline-offset: unset;
	}
	a:focus, a:hover {
	    color: unset;
	    text-decoration: unset;
	}

	a,
	a:visited,
	a:hover,
	a:focus {
	    color: #e05338;
	}

	/*:focus {
	    outline: -webkit-focus-ring-color auto 0px;
	}*/

	a[href^=tel] {
	   text-decoration:inherit;
	   color: inherit;
	}

	b, strong {
		font-family: 'Raleway', sans-serif;
		font-weight: 700;
	}

	p {	
		font-size:1.8rem;
	    display: block;
	    -webkit-margin-before: 0em;
	    -webkit-margin-after: 0em;
	    -webkit-margin-start: 0px;
	    -webkit-margin-end: 0px;
	   margin-bottom:1.5rem;
	}

	p b, p strong{
		font-family: 'Raleway', sans-serif;
		font-weight: 700;
	}

	h1, h2, h3, h4, h5, h6 {
		font-family: 'Raleway', sans-serif;
		font-weight: 300;
	    -webkit-margin-before: 0.0em;
	    -webkit-margin-after: 0.0em;
	    -webkit-margin-start: 0px;
	    -webkit-margin-end: 0px;
	    line-height:1.2;
	    margin-top:0px;
		margin-bottom:0px;
	}

	h1{
		font-size:4.8rem;
		color:#ffffff;
	    line-height: 1;
	}

	img {
		max-width: 100%;
		vertical-align: bottom;
	}

	ol, ul, li {
		list-style: none;
	}

	ul, menu, dir, li, ol {
	    display: block;
	    list-style-type: disc;
	    -webkit-margin-before: 0em;
	    -webkit-margin-after: 0em;
	    -webkit-margin-start: 0px;
	    -webkit-margin-end: 0px;
	    -webkit-padding-start: 0px;
	}

	ul, ol {
	    margin-bottom:2rem;
	    margin-left:0rem;
	}
	#content ol li{
	    display: list-item;
	    list-style-type: decimal;
	    font-size:2rem;
	}
	#content ul li{
	    display: list-item;    
	    list-style-type: disc;
	    font-size:1.6rem;
	}

	main ol{
		margin-left:2rem;
	}
	main ol li{
	    display: list-item;
	    list-style-type: decimal;
		font-size: 1.8rem;
		color: #003598;
		margin-bottom:0.5rem;
	}
	main ol li a{
	    font-size: 1.8rem;
		color: #003598;
		font-family: 'Raleway', sans-serif;
	font-weight: 700;
		text-decoration: underline;
	}

	.mobile{
		display:none;
	}
	.desktop{
		display:block;
	}

	.visible {
		-webkit-transition: all 1s;
	    transition: all 1s;
		opacity: 1 !important;
	}

	.clearfix:after{
		display:table;
		clear:both;
		content:"";
	}

	.entry-content{
		margin:0;
	}

	.container{
		width:100%;
		max-width:1400px;
		margin: 0 auto;
		padding-left:6rem;
		padding-right:6rem;
	}
	.hidden{
		display:none;
	}
	img{
		width:100%;
	}


/* HEADER */
	header#masthead {
		background-color:#003598;
		min-height:45rem;
		position:relative;
	}
	header#masthead .logo-area{
		width:100%;
		max-width:45.5rem;
		position:relative;
		z-index:10;
	}
	header#masthead .ixaka-logo-circle{
		width:45.5rem;
		width:100%;
		position:absolute;
		top:0;
		left:0;
		opacity:0;
	    transition: opacity 1s;
	}
	header#masthead .logo-area.reveal .ixaka-logo-circle{
		opacity:1;
	}
	header#masthead .ixaka-logo{
		width:21.2rem;
		width:47%;
		position:absolute;
		top:2.2rem;
		left:6rem;
		opacity: 0;
	    transition: opacity 1s;
	    transition-delay: 0.4s;
	}
	header#masthead .logo-area.reveal .ixaka-logo{
		opacity: 1;
	    transition-delay: 0s;
	}
	header#masthead .logo-area.reveal .ixaka-logo:hover{
		opacity: 0.7;
	    transition-delay: 0s;
	}
	header#masthead .hero-bottom-left-curve{
		position:absolute;
		left:0;
		bottom:0;
		z-index:10;
		width:15.1rem;
	}
	header#masthead .hero-bottom-right-curve{
		position:absolute;
		right:0;
		width:15.1rem;
		bottom:-15.1rem;
		z-index:10;
	}

/* MAIN NAV */
	nav#site-navigation{
		display: inline-block;
	    width: auto;
	    position:absolute;	
	    right:6rem;
	    top:5.5rem;
	    z-index:12;
	}
	nav#site-navigation ul#primary-menu > li{
		display:inline-block;
		margin-left:2.5rem;
	}
	nav#site-navigation ul#primary-menu > li > a{
		font-family: 'Raleway', sans-serif;
		font-weight: 500;
		font-size:1.4rem;
		color:#ffffff;
		text-transform:uppercase;
	}
	nav#site-navigation ul#primary-menu > li > a:after {
	    content: "";
	    display: block;
	    position: absolute;
	    bottom: -3px;
	    width: 100%;
	    height: 2px;
	    background: #04e7e4;
	    -webkit-transform: scale(0);
	    transform: scale(0);
	    transition: -webkit-transform .3s ease;
	    transition: transform .3s ease;
	    left: 0;
	} 
	nav#site-navigation ul#primary-menu > li:hover > a{
		opacity:1;
	}
	nav#site-navigation ul#primary-menu > li.current-page-ancestor > a:after,
	nav#site-navigation ul#primary-menu > li.current-menu-parent > a:after,
	nav#site-navigation ul#primary-menu > li.current_page_item > a:after,
	nav#site-navigation ul#primary-menu > li.current-menu-ancestor > a:after,
	nav#site-navigation ul#primary-menu > li:hover > a:after {
	    -webkit-transform: scale(1);
	    transform: scale(1);
	}


	nav#site-navigation ul#primary-menu ul.sub-menu{
		display:block;
		padding-top:1rem;
		padding-bottom:1rem;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0);
	}
	nav#site-navigation ul#primary-menu ul.sub-menu ul.sub-menu{
		display:none;
	}
	.main-navigation ul li:hover > ul{
	    left: -1.5rem;
	}
	nav#site-navigation ul#primary-menu ul.sub-menu li{
		width:215px;
	}
	nav#site-navigation ul#primary-menu ul.sub-menu li a{
	    padding-left: 1.5rem;
	    padding-right: 1.5rem;
	    padding-top: 0.65rem;
	    padding-bottom: 0.4rem;
		font-family: 'Raleway', sans-serif;
		font-weight: 500;
		font-size:1.4rem;
		color:#ffffff;   
		line-height:1.2;
		width:auto;
	}
	nav#site-navigation ul#primary-menu ul.sub-menu li a br{
		display:none;
	}
	
	nav#site-navigation ul#primary-menu ul.sub-menu li.current-page-parent > a,
	nav#site-navigation ul#primary-menu ul.sub-menu li.current_page_item > a,
	nav#site-navigation ul#primary-menu ul.sub-menu li:hover > a{
		opacity:1;
		color:#04e7e4;
	}

/* HOME HERO */
	header#masthead .hero_home_circle{
		position:absolute;
		top:0;
		right:0;
	    height: 93.71%;
	    display:none;
	}
	body.page-template-home header#masthead {
	    background-color: #003598;
	    position: relative;
	    background-image:url('../images/hero_home_circle.png');
	    background-position:top right;
	    background-size: auto 93.71%;
	    background-repeat: no-repeat;
	}
	.home-hero-area {
		padding-left:9rem;
		padding-right:9rem;
		max-width: 81rem;
		position:relative;
	}
	.home-hero-area h1{
		padding-top:31rem;
	    margin-bottom: 2rem;
	}
	.home-hero-area .home-introduction{
		padding-bottom: 12.5rem;
	}
	.home-hero-area .home-introduction p{
		font-size:2.1rem;
		color:#ffffff;
		padding-bottom: 1.5rem;
	}

/* STANDARD HERO */
	header#masthead {
	    background-color: #003598;
	    min-height: 40rem;
	}
	.standard-title-container{
		padding-top: 25rem;
	    padding-bottom: 4rem;
	    position: relative;
	}
	.standard-title-container .clinical-trial-area{
		position:absolute;
		bottom:3.5rem;
		/*left:51rem;*/
		left:6rem;
	}
	header#masthead .hero_news_circle{
		position:absolute;
		bottom:0;
		right:16rem;
	}
	.standard-title-container h1{
		text-align:right;
		text-shadow: 0px 0px 30px rgb(0 0 0);
	}
	.standard-title-container .client-film-area{
		position:absolute;
		bottom:4.7rem;
		left:6rem;
	}
	.standard-title-container .client-film-area p,
	.standard-title-container .clinical-trial-area p{
		color:#ffffff;
		padding-bottom:1rem;
		padding-right: 15px;
		text-shadow: 0px 0px 2px rgb(0 0 0);
	}
	.standard-title-container .client-film-area a,
	.standard-title-container .clinical-trial-area a{
		font-family: 'Raleway', sans-serif;
		font-weight: 500;
		font-size: 1.4rem;
		text-transform: uppercase;
		color: #003598;
		padding: 0.75rem 5rem;
		border-radius: 3rem;
		background-color: #ffffff;
	}


/* TWO CTAs AT BOOTOM OF PAGES */
	.call-to-actions{
		margin-top:14rem;
	}
	.call-to-actions .container .row{
		margin-left:-24px;
		margin-right:-24px;
		display:flex;
		flex-wrap:wrap;
		padding-bottom:12rem;
	} 
	.call-to-actions .container .row .call-to-action{
		padding-left:24px;
		padding-right:24px;
		width:50%;
	} 
	.call-to-actions .container .row .call-to-action .inner{
		width:100%;
		height:39rem;
		border-radius:3rem;
		display:table;
		position:relative;
		background-size:cover;
		background-position:center;
		background-repeat:no-repeat;
	} 
	.call-to-actions .container .row .call-to-action .inner .overlay{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background-color:rgba(0,0,0,0.5);
		border-radius: 3rem;
	}
	.call-to-actions .container .row .call-to-action .inner:hover .overlay{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background-color:rgba(0,0,0,0.7);
		border-radius: 3rem;
	}
	.call-to-actions .container .row .call-to-action .inner .details{
		display:table-cell;
		vertical-align:middle;
		text-align:center;
		position:relative;
	} 
	.call-to-actions .container .row .call-to-action .inner .details{
		display:table-cell;
		vertical-align:middle;
		text-align:center;
		padding-left: 30px;
	    padding-right: 30px;
	} 
	.call-to-actions .container .row .call-to-action .inner .details .title{
		font-family: 'Raleway', sans-serif;
		font-weight: 700;
		font-size:3.6rem;
		color:#ffffff;
		margin-bottom:2rem;
	} 
	.call-to-actions .container .row .call-to-action .inner .details .title br{
		display:none;
	} 
	.call-to-actions .container .row .call-to-action .inner .details .read-more{
		font-family: 'Raleway', sans-serif;
		font-weight: 500;
	    font-size: 1.4rem;
	    text-transform: uppercase;
	    color: #003598;
	    padding: 0.75rem 5rem;
	    border-radius: 3rem;
	    background-color: #ffffff;
	    display: table;
	    margin: 0 auto;
	} 
	.call-to-actions .container .row .call-to-action .inner:hover .details .read-more{
	    color: #ffffff;
	    background-color: #04e7e4;
	} 


/* HOMEPAGE */
	/* Homepage 3 ctas */
	.home-cta-container.container {
	    max-width: 2000px;
	    padding-top:12rem;
	}
	@media only screen and (min-width: 1200px) {
		.home-cta-container.container {
		    padding-left: 9rem;
		    padding-right: 9rem;
		}
	}
	.home-cta-container.container .ctas .cta{
	    margin-left:-4.5rem;
	    margin-right:-4.5rem;
	    display:flex;
	    flex-wrap:wrap;
	    margin-bottom:9rem;
	}
	.home-cta-container.container .ctas .cta .lhs,
	.home-cta-container.container .ctas .cta .rhs{
		width:50%;
		padding-left:4.5rem;
		padding-right:4.5rem;
	}
	.home-cta-container.container .ctas .cta:nth-child(even) .lhs{
		left:50%;
		position:relative;
	}
	.home-cta-container.container .ctas .cta:nth-child(even) .rhs{
		right:50%;
		position:relative;
	}
	.home-cta-container.container .ctas .cta .lhs .inner{
		background-color: pink;
		background-size:cover;
		background-position:center;
		background-repeat: no-repeat;
		height:100%;
		min-height:54rem;
		border-top-left-radius: 16rem;
	    border-bottom-right-radius: 16rem;
	}
	.home-cta-container.container .ctas .cta .rhs .outer{
	    height: 100%;
	    /*width:100%;*/
	    display: table;
	}
	.home-cta-container.container .ctas .cta .rhs .outer .inner{
	    display: table-cell;
	    vertical-align:middle;
	}
	.home-cta-container.container .ctas .cta .rhs .outer .inner .copy{
	    max-width: 70rem;
	}
	.home-cta-container.container .ctas .cta:nth-child(even) .rhs .outer .inner .copy{
	    margin-left:auto;
	    margin-right:0;
	}
	.home-cta-container.container .ctas .cta .rhs .outer .inner .cta-title{
		font-family: 'Raleway', sans-serif;
		font-size:4rem;
		color:#003598;
		margin-bottom:2rem;
	}
	.home-cta-container.container .ctas .cta .rhs .outer .inner .cta-summary{
		margin-bottom:6rem;
	}
	.home-cta-container.container .ctas .cta .rhs .outer .inner .cta-target a{
		font-family: 'Raleway', sans-serif;
		font-weight: 500;
	    font-size: 1.8rem;
	    text-transform: uppercase;
	    color: #ffffff;
	    padding: 1rem 7rem;
	    border-radius: 3rem;
	    background-color: #003598;
	    display: table;
	}
	.home-cta-container.container .ctas .cta .rhs .outer .inner .cta-target a:hover{
		opacity:1;
		color:#ffffff;
		background-color:#04e7e4;		
	}
	/* Homepage news-headlines */
	body.home .news-headlines{
		background-color: #003598;
		padding-top:8rem;
		padding-bottom:9rem;
		border-top-right-radius: 15rem;
	    border-bottom-right-radius: 15rem;
	    border-bottom-left-radius: 15rem;
	    padding-left: 9rem;
    	padding-right: 9rem;
    	margin-top:16.5rem;
    	position:relative;
	}
	body.home .news-headlines .news-headlines-top-left-curve{
		transform: rotate(180deg);
		position:absolute;
		top:-15.1rem;
		left:0;
		width:15.1rem;
		height:15.1rem;
	}
	body.home .news-headlines h2{
		font-family: 'Raleway', sans-serif;
		font-size:4rem;
		color:#ffffff;
		margin-bottom:2.5rem;
		text-align:center;
	}
	body.home .news-headlines .news-headline a {
		font-family: 'Raleway', sans-serif;
		font-size:2.6rem;
		color:#ffffff;
		text-align:center;		
		display:block;
		max-width:102rem;
		margin: 0 auto;
		margin-bottom:3rem;
	}
	body.home .news-headlines .news-headline a:hover {
		color:#04e7e4;
		opacity: 1;
	}
	body.home .news-headlines a.read-more{
		font-family: 'Raleway', sans-serif;
		font-weight: 500;
	    font-size: 1.8rem;
	    text-transform: uppercase;
	    color: #003598;
	    padding: 1rem 7rem;
	    border-radius: 3rem;
	    background-color: #ffffff;
	    display: table;
	    margin: 0 auto;
	    margin-top: 6.5rem;
	}
	body.home .news-headlines a.read-more:hover{
		opacity:1;
		color:#ffffff;
		background-color:#04e7e4;
	}












/* TEAM */
	/* Overview */
		body.page-id-11 header#masthead,
		body.page-template-team-pages header#masthead {
		    background-color: #003598;
		    position: relative;
		    background-image:url('../images/hero_team_circle2.jpg');
		    background-position:bottom right +15rem;
		    background-size: auto 78.4%;
		    background-repeat: no-repeat;
		}
		body.page-template-team-pages .global-cta{
			background-color:#f7f6fd;
		}
		body.page-template-team-pages main{
			width:100%;
			max-width:1400px;
			margin: 0 auto;
			padding-left:6rem;
			padding-right:6rem;
		}
		body.page-template-team-pages main ul.team-divisions{
			margin-top:6rem;
			margin-bottom:11rem;
			display:flex;
			-webkit-justify-content: center;
		    justify-content: center;
		}
		body.page-template-team-pages main ul.team-divisions li{
			position:relative;
			display:inline-block;
		}
		body.page-template-team-pages main ul.team-divisions li a{
			font-family: 'Raleway', sans-serif;
			font-weight: 500;
			font-size:1.4rem;
			color:#3b3b3b;
			text-transform:uppercase;
		}
		body.page-template-team-pages main ul.team-divisions li a:hover,
		body.page-template-team-pages main ul.team-divisions li a.active{
			border-bottom:2px solid #04e7e4;
			opacity:1;
		}
		body.page-template-team-pages main ul.team-divisions li:before{
			content:'|';
			margin-left:1rem;
			margin-right:1rem;
			font-family: 'Raleway', sans-serif;
			font-weight: 500;
			font-size:1.4rem;
			color:#3b3b3b;
			text-transform:uppercase;
			display:inline-block;
		}
		body.page-template-team-pages main ul.team-divisions li:first-child:before{
			display:none;
		}
		/*body.page-template-team-pages main ul.team-divisions li a:after {
		    content: "";
		    display: block;
		    position: absolute;
		    bottom: -3px;
		    width: 100%;
		    height: 2px;
		    background: #04e7e4;
		    -webkit-transform: scale(0);
		    transform: scale(0);
		    transition: -webkit-transform .3s ease;
		    transition: transform .3s ease;
		    left: 0;
		}
		body.page-template-team-pages main ul.team-divisions li a:hover:after {
		    -webkit-transform: scale(1);
		    transform: scale(1);
		}*/
		body.page-template-team-pages main #team-members{
			display:flex;
			flex-wrap:wrap;
			-webkit-justify-content: left;
		    justify-content: left;
		    margin-left:-15px;
		    margin-right:-15px;
		    margin-bottom:12rem;
		}
		body.page-template-team-pages main #team-members article.team{
			width:25%;
			padding-left:15px;
			padding-right:15px;
			margin-bottom:10rem;
			position: relative;
		}
		body.page-id-42.page-template-team-pages main #team-members article.team{
			width:20%;
		}
		body.page-template-team-pages main #team-members article.team .entry-content{
			width:100%;
			max-width:26rem;
			margin:0 auto;
		}
		body.page-template-team-pages main #team-members article.team .entry-content .portrait-area{
			width:100%;
			max-width:21rem;
			margin:0 auto;
		}
		body.page-template-team-pages main #team-members article.team .entry-content .portrait-area .inner{
			width:100%;
			height:0;
			padding-bottom:100%;
			background-color:#c5c5c5;
			border-radius:50%;
			margin-bottom:3rem;
			background-size:cover;
			background-position:center;
			background-repeat:no-repeat;
			filter: grayscale(100%);
		}
		body.page-template-team-pages main #team-members article.team .entry-content .names{
			text-align:center;
			font-family: 'Raleway', sans-serif;
			font-weight: 500;
			font-size:2rem;
			color:#003598;
		}
		body.page-template-team-pages main #team-members article.team .entry-content .job{
			text-align:center;
			font-family: 'Raleway', sans-serif;
			font-weight: 500;
			font-size:1.8rem;
			color:#3b3b3b;
			margin-bottom:1rem;
		}
		body.page-template-team-pages main #team-members article.team .entry-content .description{
			text-align:center;
			font-family: 'Raleway', sans-serif;
			font-size:1.8rem;
			color:#3b3b3b;
			margin-bottom:4rem;
		}
		body.page-template-team-pages main #team-members article.team .entry-content .read-more{
			margin: 0 auto;
		    font-family: 'Raleway', sans-serif;
			font-weight: 700;
		    font-size: 1.2rem;
		    text-transform: uppercase;
		    background-color: #003598;
		    border-radius: 3rem;
		    padding: 0.7rem 5rem;
		    color: #ffffff;
		    position: absolute;
		    bottom: 0;
		    text-align: center;
		    left: 50%;
		    margin-left: -9rem;
		    width: 18rem;
		    display: inline-block;
		}
		body.page-template-team-pages main #team-members article.team .entry-content .read-more:hover{
			opacity:1;
			color:#ffffff;
			background-color:#04e7e4;		
		}
/* TEAM INDIVIDUAL POP-UP */
	body.page-template-team-pages .fancybox-bg {
	    background: rgb(0,0,0,0.6);
	}
	body.page-template-team-pages .fancybox-stage .fancybox-slide{
	    -ms-overflow-style: none;  /* Internet Explorer 10+ */
	    scrollbar-width: none;  /* Firefox */
	}
	body.page-template-team-pages .fancybox-stage .fancybox-slide::-webkit-scrollbar { 
	    display: none;  /* Safari and Chrome */
	    width:0px;
	}
	/* Arrows */
	.fancybox-content {
		max-width: calc(100% - 116px);
		width: 730px;
		padding:0;
	}
	.fancybox-button[disabled], .fancybox-button[disabled]:hover {
		opacity: 0 !important;
	}
	.fancybox-navigation .fancybox-button div{
		display:none;
	}
	.fancybox-navigation .fancybox-button {
		background-clip: content-box;
		height: 49px;
		opacity: 0;
		position: absolute;
		top: calc(50% - 25px);
		width: 29px;
		background-size:contain;
		background-position:center;
		background-repeat: no-repeat;
		background-color:transparent;
	}
	.fancybox-navigation .fancybox-button--arrow_left {
	  	left: 0;
	  	left: env(safe-area-inset-left);
	  	padding: 0px;
	  	margin-left:15px;
	  	background-image:url('../images/arrow_left_white.png');
	}
	.fancybox-navigation .fancybox-button--arrow_right {
	  	padding: 0px;
	  	right: 0;
	  	margin-right:15px;
	  	right: env(safe-area-inset-right); 
	  	background-image:url('../images/arrow_right_white.png');
	}
	/* X */
	.fancybox-slide--html .fancybox-close-small {
	  	color: #ffffff;
	  	padding: 0px;
	  	right: 0;
	  	top: 0;
	}
	/* 1 of ? */
	.fancybox-infobar{
	  	color: #ffffff;
	  	mix-blend-mode: normal;
	  	font-size:1.6rem;
	}
	/* styling of content */
	.fancybox-content .banner-top{
		background-color:#003598;
		height:20rem;
		border-bottom-right-radius: 12rem;
		padding:5rem 7rem;
	}
	.fancybox-content .banner-top .row{
		margin-left:-3rem;
		margin-right:-3rem;
		display:flex;
		flex-wrap:wrap;
	}
	.fancybox-content .banner-top .row .lhs,
	.fancybox-content .banner-top .row .rhs{
		padding-left:30px;
		padding-right:30px;
	}
	.fancybox-content .banner-top .row .lhs{
		width:40%;
	}
	.fancybox-content .banner-top .row .lhs .portrait{
		width:100%;
		height:0;
		padding-bottom:100%;
		border-radius: 50%;
		background-color:#cccccc;
		background-size:cover;
		background-position:center;
		background-repeat:no-repeat;
		filter: grayscale(100%);
	}
	.fancybox-content .banner-top .row .rhs{
		width:60%;
	}
	.fancybox-content .banner-top .row .rhs .name{
		display:flex;
		margin-top: 2.5rem;
	}
	.fancybox-content .banner-top .row .rhs .name .first-name,
	.fancybox-content .banner-top .row .rhs .name .last-name{
		font-family: 'Raleway', sans-serif;
		font-weight: 500;
		font-size:2rem;
		color:#ffffff;
	}
	.fancybox-content .banner-top .row .rhs .name .first-name{
		margin-right:5px;
	}
	.fancybox-content .banner-top .row .rhs .job{
		font-family: 'Raleway', sans-serif;
		font-weight: 500;
		font-size:2rem;
		color:#04e7e4;
	}
	.fancybox-content .main-content{
	    padding: 9rem 7rem 5rem 7rem;
	}


/* INTERNAL PAGE - 50/50 - ABOUT US, PATIENTS, SCIENCE */
/* INTERNAL-SNAKING PAGE - 50/50 - CD19 */

	body.page-template-page-internal.page-id-285 main .entry-content .rhs.full .inner,
	body.page-template-page-internal.page-id-285 main .entry-content .rhs.full .inner{
		margin-bottom:-6rem;
	}
	/*body.page-template-page-internal.page-id-285 .entry-content p{ 
		text-align: center;
	    font-size: 2.1rem;
	    color: #003598;
	}*/

	body.page-template-page-internal .intern-page-no-sub-menu-margin-top{
		height:9rem;
	}

	body.page-template-page-internal.parent-pageid-278 header#masthead {
	    background-color: #003598;
	    position: relative;
	    background-image: url(../images/hero_about_circle3.jpg);
	    background-position: left +13rem top;
	    background-size: auto 110%;
	    background-repeat: no-repeat;
	}
	body.page-template-page-internal.parent-pageid-144 header#masthead {
	    background-color: #003598;
	    position: relative;
	    background-image: url(../images/hero_science_circle4.jpg);
	    background-position: right +50% top;
	    background-size: auto 90%;
	    background-repeat: no-repeat;
	}
	body.page-template-page-internal header#masthead {
	    background-color: #003598;
	    position: relative;
	    background-image:url('../images/hero_patients_circle7.jpg');
	    background-position:right bottom;
	    background-size: auto 100%;
	    background-repeat: no-repeat;
	}
	body.page-template-page-internal.page-id-488 header#masthead {
	    background-color: #003598;
	    position: relative;
	    background-image:url('../images/hero_pipeline_circle.jpg');
	    background-position:right +15vw bottom;
	    background-size: auto 100%;
	    background-repeat: no-repeat;
	}
	body.parent-pageid-504 header#masthead {
	    background-color: #003598;
	    position: relative;
	    background-image:url('../images/hero_focus_circle.jpg');
	    background-position:right +9rem bottom;
	    background-size: auto 100%;
	    background-repeat: no-repeat;
	}
	body.single-job_opportunity main ul.team-divisions,
	body.page-template-page-internal-snaking main ul.team-divisions,
	body.page-template-page-internal main ul.team-divisions{
		margin-top:6rem;
		margin-bottom:11rem;
		display:flex;
		-webkit-justify-content: center;
	    justify-content: center;
	    padding-left: 15px;
    	padding-right: 15px;
    	position: relative;
    	z-index: 11;
	}
	body.single-job_opportunity main ul.team-divisions{
		margin-bottom:6rem;
	}
	body.single-job_opportunity main ul.team-divisions li,
	body.page-template-page-internal-snaking main ul.team-divisions li,
	body.page-template-page-internal main ul.team-divisions li{
		position:relative;
		display:inline-block;
	}
	body.single-job_opportunity main ul.team-divisions li a,
	body.page-template-page-internal-snaking main ul.team-divisions li a,
	body.page-template-page-internal main ul.team-divisions li a{
		font-family: 'Raleway', sans-serif;
		font-weight: 500;
		font-size:1.4rem;
		color:#3b3b3b;
		text-transform:uppercase;
	}
	body.single-job_opportunity main ul.team-divisions li a br,
	body.page-template-page-internal-snaking main ul.team-divisions li a br,
	body.page-template-page-internal main ul.team-divisions li a br{
		display:none;
	}
	body.single-job_opportunity main ul.team-divisions li a:hover,
	body.single-job_opportunity main ul.team-divisions li a.active,
	body.single-job_opportunity main ul.team-divisions li:last-child a,
	body.page-template-page-internal-snaking main ul.team-divisions li a:hover,
	body.page-template-page-internal-snaking main ul.team-divisions li a.active,
	body.page-template-page-internal main ul.team-divisions li a:hover,
	body.page-template-page-internal main ul.team-divisions li a.active{
		border-bottom:2px solid #04e7e4;
		opacity:1;
	}
	body.single-job_opportunity main ul.team-divisions li:before,
	body.page-template-page-internal-snaking main ul.team-divisions li:before,
	body.page-template-page-internal main ul.team-divisions li:before{
		content:'|';
		margin-left:1rem;
		margin-right:1rem;
		font-family: 'Raleway', sans-serif;
		font-weight: 500;
		font-size:1.4rem;
		color:#3b3b3b;
		text-transform:uppercase;
		display:inline-block;
	}
	body.single-job_opportunity main ul.team-divisions li:first-child:before,
	body.page-template-page-internal-snaking main ul.team-divisions li:first-child:before,
	body.page-template-page-internal main ul.team-divisions li:first-child:before{
		display:none;
	}
	body.page-template-page-internal main article.type-page{
	    padding-bottom: 0rem;
	}
	body.page-template-page-internal-snaking main .snake-block,
	body.page-template-page-internal main .entry-content {
	    display: flex;
	    flex-wrap: wrap;
	    -webkit-justify-content: left;
	    justify-content: left;
	    margin-left: -15px;
	    margin-right: -15px;
	}
	body.page-template-page-internal-snaking main .snake-block{
		margin-bottom:6rem;
	}
	body.page-template-page-internal-snaking main .snake-block .lhs,
	body.page-template-page-internal-snaking main .snake-block .rhs,
	body.page-template-page-internal main .entry-content .lhs,
	body.page-template-page-internal main .entry-content .rhs{
	    padding-left: 15px;
	    padding-right: 15px;
	    width:50%;
	}
	body.page-template-page-internal main .entry-content .rhs.full{
	    width:100%;
	}
	body.page-template-page-internal-snaking main .snake-block .lhs,
	body.page-template-page-internal-snaking main .lhs a,
	body.page-template-page-internal main .entry-content .lhs a{
		color: #003598;
	    font-size: 14px;
	    text-align: center;
	    display: block;
	}
	body.page-template-page-internal.page-id-493 main .entry-content .lhs .image-area {
    	border: 4px solid #04e7e4;
	}
	body.page-template-page-internal-snaking main .snake-block .lhs .image-area,
	body.page-template-page-internal main .entry-content .lhs .image-area {
	    border-radius: 15rem 0rem;
	    width: 100%;
	    height: 0;
	    padding-bottom: 76%;
	    margin-bottom: 3rem;
	    background-color: #003598;
	    background-position: center;
	    background-size: cover;
	    background-repeat: no-repeat;
	}
	body.page-template-page-internal-snaking.page-id-511 main .snake-blocks .container:first-child .lhs .image-area,
	body.page-template-page-internal-snaking.page-id-151 main .snake-blocks .container:first-child .lhs .image-area{
		border: 4px solid #04e7e4;
	}
	/*body.page-template-page-internal-snaking main .snake-block .lhs .image-area {
	    border-radius: 15rem 0rem;
	    width: 100%;
	    height: 47.5rem;
	    margin-bottom: 0rem;
	    background-color: #003598;
	    background-position: center;
	    background-size: cover;
	    background-repeat: no-repeat;
	}*/
	body.page-template-page-internal-snaking main .snake-block .rhs .inner,
	body.page-template-page-internal main .entry-content .rhs .inner{
		max-width:59rem;
		margin-left:auto;
		margin-right:0;
		padding-left:3rem;
	}
	body.page-template-page-internal-snaking main .snake-block .rhs .inner > :first-child,
	body.page-template-page-internal main .entry-content .rhs .inner > :first-child {
		margin-top: 0 !important;
	}
	body.page-template-page-internal main .entry-content .rhs.full .inner{
		max-width:89rem;
		margin:0 auto;
		padding-left:0rem;
	}
	body.page-template-page-internal-snaking main .snake-block .rhs .inner h2,
	body.page-template-page-internal main .entry-content .rhs .inner h2{
		font-family: 'Raleway', sans-serif;
		font-size:3.8rem;
		color:#003598;
		margin-bottom:4rem;
	}
	body.page-template-page-internal-snaking main .snake-block .rhs .inner h3,
	body.page-template-page-internal main .entry-content .rhs .inner h3{
		font-family: 'Raleway', sans-serif;
		font-size:2.4rem;
		color:#003598;
		margin-top:4.5rem;
		margin-bottom:1.5rem;
	}
	body.page-template-page-internal-snaking main .snake-block .rhs .inner h4,
	body.page-template-page-internal main .entry-content .rhs .inner h4{
		font-family: 'Raleway', sans-serif;
		font-size:1.8rem;
		color:#003598;
		margin-top:3rem;
		margin-bottom:1rem;
		text-decoration: underline;
	}
	body.page-template-page-internal-snaking main .snake-block .rhs .inner p a,
	body.page-template-page-internal main .entry-content .rhs .inner p a{
		font-family: 'Raleway', sans-serif;
		font-weight: 700;
		color:#222222;
		color:#003598;
		text-decoration:underline;
	}
	body.page-template-page-internal-snaking main .snake-block .rhs .inner a,
	body.page-template-page-internal main .entry-content .rhs .inner a{
		font-family: 'Raleway', sans-serif;
		font-weight: 700;
		color:#003598;
		text-decoration:underline;
	}
	body.page-template-page-internal-snaking main .snake-block .rhs .inner figure,
	body.page-template-page-internal main .entry-content .rhs .inner figure{
		width:100% !important;
	}
	body.page-template-page-internal-snaking main .snake-block .rhs .inner img,
	body.page-template-page-internal main .entry-content .rhs .inner img{
		width:100%;
		margin-top: 2.5rem;
	    margin-bottom: 2rem;
	}
	body.page-template-page-internal-snaking main .snake-block .rhs .inner figure figcaption,
	body.page-template-page-internal main .entry-content .rhs .inner figure figcaption{
		font-size:1.4rem;
	}
	body.page-template-page-internal.page-id-488 main .entry-content .rhs .inner img{
		margin-bottom:0.5rem;
	}
	body.page-template-page-internal-snaking .global-cta, 
	body.page-template-page-internal .global-cta {
	    background-color: #f7f6fd;
	}
	body.page-template-page-internal-snaking main .snake-block .rhs ul li a,
	body.page-template-page-internal .rhs ul li a{	
		font-size:1.8rem;
		margin-bottom:1.5rem;
		font-family: 'Raleway', sans-serif;
		font-weight: 700;
		color:#222222;
		color:#003598;
		text-decoration:underline;
		display:block;
	}
	body.page-template-page-internal-snaking main .snake-block .rhs .inner ol,
	body.page-template-page-internal main .entry-content .rhs .inner ol{
		margin-left:2rem;
	}
	body.page-template-page-internal-snaking main .snake-block .rhs .inner ol li,
	body.page-template-page-internal main .entry-content .rhs .inner ol li{
	    display: list-item;
	    list-style-type: decimal;
		font-size: 1.8rem;
		color: #003598;
		margin-bottom:0.5rem;
	}
	body.page-template-page-internal-snaking main .snake-block .rhs .inner ol li a,
	body.page-template-page-internal main .entry-content .rhs .inner ol li a{
	    font-size: 1.8rem;
		color: #003598;
		font-family: 'Raleway', sans-serif;
		font-weight: 700;
		text-decoration: underline;
	}
	body.page-template-page-internal-snaking main .snake-block .rhs .inner ul,
	body.page-template-page-internal main .entry-content .rhs .inner ul{
		margin-left:2rem;
	}
	body.page-template-page-internal-snaking main .snake-block .rhs .inner ul li,
	body.page-template-page-internal main .entry-content .rhs .inner ul li{
	    display: list-item;
		font-size: 1.8rem;
		color: #003598;
		margin-bottom:0.5rem;
	}
	body.page-template-page-internal-snaking main .snake-block .rhs .inner ul li a,
	body.page-template-page-internal main .entry-content .rhs .inner ul li a{
	    font-size: 1.8rem;
		color: #003598;
		font-family: 'Raleway', sans-serif;
		font-weight: 700;
		text-decoration: underline;
	}
	body.page-template-page-internal-snaking main .snake-block .rhs .inner ul li a br,
	body.page-template-page-internal main .entry-content .rhs .inner ul li a br{
		display:none;
	}
	/* Snaking style */
	body.page-template-page-internal-snaking main .snake-blocks .container:nth-child(even) .snake-block .lhs{
		position:relative;
		left:50%;
	}
	body.page-template-page-internal-snaking main .snake-blocks .container:nth-child(even) .snake-block .rhs{
		position:relative;
		right:50%;
	}
	body.page-template-page-internal-snaking main .snake-blocks .container:nth-child(even) .snake-block .rhs .inner{
	    max-width: 59rem;
	    margin-left: 0;
	    margin-right: auto;
	    padding-left: 0rem;
	}


/* Join US */
/* Join us Overview */
.job-teasers{
	margin-top:5rem;
	border-top:2px solid #003598;
	margin-bottom: 16rem;
}
.job-teasers .job-teaser{
	padding-top:4.1rem;
	padding-bottom:4.5rem;
	border-bottom:2px solid #003598;
}
.job-teasers .job-teaser .title{
	font-family: 'Raleway', sans-serif;
	font-size:2.4rem;
	color: #003598;
	margin-bottom:0.5rem;
}
.job-teasers .job-teaser .closing-date{
	font-size: 1.4rem;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	color: #003598;
	margin-bottom:1rem;
	text-transform:uppercase;
}
.job-teasers .job-teaser .description{

}
body.page-template-page-internal main .entry-content .rhs .inner .job-teasers .job-teaser a.read-more{
    font-family: 'Raleway', sans-serif;
	font-weight: 700;
    font-size: 1.2rem;
    text-transform: uppercase;
    background-color: #003598;
    border-radius: 3rem;
    padding: 0.7rem 5rem;
    color: #ffffff;
    text-align: center;
    width: 18rem;
    display: inline-block;
    text-decoration:none;
}
body.page-template-page-internal main .entry-content .rhs .inner .job-teasers .job-teaser a.read-more:hover {
    opacity: 1;
    color: #ffffff;
    background-color: #04e7e4;
}
/* Join us Overview */
article.job_opportunity .container{
	max-width:1010px;
}
article.job_opportunity h2.job-title{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size:4.8rem;
	margin-bottom:3rem;
	color: #003598;
}
/*article.job_opportunity .opportunity-meta{
	margin-bottom:3rem;
}*/
article.job_opportunity .detail{
    font-size: 1.4rem;
    font-family: 'Raleway', sans-serif;
	font-weight: 500;
    color: #003598;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}
article.job_opportunity .detail span{
    text-transform: none;
}
article.job_opportunity h3{
	font-family: 'Raleway', sans-serif;
    font-size: 2.1rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
    color: #003598;
}
main article.job_opportunity ol{
    margin-left: 3.2rem;
}
main article.job_opportunity ol li{
	color:#3b3b3b;
}
main article.job_opportunity ol li::marker{
	color:#003598;
}
main article.job_opportunity ul{
    margin-left: 3.2rem;
}
main article.job_opportunity ul li{
	display:list-item;
	color:#3b3b3b;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    list-style-type: disc;
}
main article.job_opportunity ul li::marker{
	color:#003598;
}
body.single-job_opportunity .global-cta {
    background-color: #fafafa;
}
article.job_opportunity a.apply{
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #ffffff;
    padding: 1rem 7rem;
    border-radius: 3rem;
    background-color: #003598;
    display: table;
    margin: 0 auto;
    margin-top: 6.5rem;
    margin-bottom:16rem;
}
article.job_opportunity a.apply:hover {
    background-color: #04e7e4;
    opacity: 1;
}



/* NEWS AND MEDIA */
	/* Overview */
		body.page-template-news-pages header#masthead {
		    background-color: #003598;
		    position: relative;
		    background-image: url(../images/hero_news_circle4.jpg);
		    background-position: bottom right +35rem;
		    background-size: auto 78.4%;
		    background-repeat: no-repeat;
		}
		body.page-template-news-pages .global-cta{
			background-color:#f7f6fd;
		}
		body.page-template-news-pages main{
			width:100%;
			max-width:1400px;
			margin: 0 auto;
			padding-left:6rem;
			padding-right:6rem;
		}
		body.page-template-news-pages main ul.media-categories{
			margin-top:6rem;
			margin-bottom:11rem;
			display:flex;
			-webkit-justify-content: center;
		    justify-content: center;
		}
		body.page-template-news-pages main ul.media-categories li{
			position:relative;
			display:inline-block;
		}
		body.page-template-news-pages main ul.media-categories li a{
			font-family: 'Raleway', sans-serif;
			font-weight: 500;
			font-size:1.4rem;
			color:#3b3b3b;
			text-transform:uppercase;
		}
		body.page-template-news-pages main ul.media-categories li a:hover,
		body.page-template-news-pages main ul.media-categories li a.active{
			border-bottom:2px solid #04e7e4;
			opacity:1;
		}
		body.page-template-news-pages main ul.media-categories li:before{
			content:'|';
			margin-left:1rem;
			margin-right:1rem;
			font-family: 'Raleway', sans-serif;
			font-weight: 500;
			font-size:1.4rem;
			color:#3b3b3b;
			text-transform:uppercase;
			display:inline-block;
		}
		body.page-template-news-pages main ul.media-categories li:first-child:before{
			display:none;
		}
		body.page-template-news-pages main #news-items{
			display:flex;
			flex-wrap:wrap;
			-webkit-justify-content: left;
		    justify-content: left;
		    margin-left:-15px;
		    margin-right:-15px;
		}
		body.page-template-news-pages main #news-items article.news .entry-content{
			width:100%;
			max-width:39rem;
			margin:0 auto;
		}
		body.page-template-news-pages main #news-items article.news{
			width:33.333333%;
			padding-left:15px;
			padding-right:15px;
			margin-bottom:8rem;
			position:relative;
		}
		body.page-template-news-pages main #news-items article.news .image-area:before{
			content:'';
			display:block;
			position:absolute;
			left:3rem;
			top:2rem;
			width:5.1rem;
			height:6.6rem;
			background-position:center;
			background-size:cover;
			background-repeat:no-repeat;
			background-image:url('../images/ixaka_x.svg');
			opacity:1;
		}
		body.page-template-news-pages main #news-items article.news .image-area{
			border-radius:2.5rem 0rem;
			width:100%;
			height:11rem;
			margin-bottom:3rem;
			background-color:#003598;
			/*background-position:left +3rem center;
			background-size:5.1rem 6.6rem;
			background-repeat:no-repeat;
			background-image:url('../images/ixaka_x.svg');*/
			background-position:center;
			background-size:cover;
			background-repeat:no-repeat;
			position:relative;
			
		}
		body.page-template-news-pages main #news-items article.news:nth-child(7n + 1) .image-area{
			background-image:url('../images/news6.png');
		}
		body.page-template-news-pages main #news-items article.news:nth-child(7n + 2) .image-area{
			background-image:url('../images/news7.png');
		}
		body.page-template-news-pages main #news-items article.news:nth-child(7n + 3) .image-area{
			background-image:url('../images/news3.png');
		}
		body.page-template-news-pages main #news-items article.news:nth-child(7n + 4) .image-area{
			background-image:url('../images/news4.png');
		}
		body.page-template-news-pages main #news-items article.news:nth-child(7n + 5) .image-area{
			background-image:url('../images/news5.png');
		}
		body.page-template-news-pages main #news-items article.news:nth-child(7n + 6) .image-area{
			background-image:url('../images/news1.png');
		}
		body.page-template-news-pages main #news-items article.news:nth-child(7n + 7) .image-area{
			background-image:url('../images/news2.png');
		}
		/* Publication styling */
		body.page-template-news-pages main #news-items article.news.publications .image-area{
			background-color:#ffffff;
			border:3px solid #003598;
		}
		body.page-template-news-pages main #news-items article.news.publications .image-area:before{
			background-image:url('../images/ixaka_x_blue.svg');
		}

		body.page-template-news-pages main #news-items article.news .entry-content .title h2 a{
			text-align:left;
			font-family: 'Raleway', sans-serif;
			font-weight: 500;
			font-size:1.9rem;
			color:#003598;
			margin-bottom:1rem;
			display:block;
			min-height: 4.4rem;
		}
		body.page-template-news-pages main #news-items article.news .entry-content .date{
			text-align:left;
			font-family: 'Raleway', sans-serif;
			font-size:1.5rem;
			color:#3b3b3b;
			margin-bottom:1rem;
		}
		body.page-template-news-pages main #news-items article.news .entry-content .copy{
			text-align:left;
			font-family: 'Raleway', sans-serif;
			font-weight: 500;
			font-size:1.5rem;
			color:#3b3b3b;
			margin-bottom:5.5rem;
			word-break: break-all;
		}
		body.page-template-news-pages main #news-items article.news .entry-content .read-more{
			display:inline-block;
			font-family: 'Raleway', sans-serif;
			font-weight: 700;
			font-size:1.2rem;
			text-transform:uppercase;
			background-color:#003598;
			border-radius: 3rem;
			padding:0.7rem 5rem;
			color:#ffffff;
			position: absolute;
    		bottom: 0;
		}
		body.page-template-news-pages main #news-items article.news .entry-content .read-more:hover{
			opacity:1;
			color:#ffffff;
			background-color:#04e7e4;		
		}
	/* Individual page */
		body.single-news header#masthead {
		    background-color: #003598;
		    position: relative;
		    background-image: url(../images/hero_news_circle.jpg);
		    background-position: bottom right +35rem;
		    background-size: auto 78.4%;
		    background-repeat: no-repeat;
		}
		body.single-news .global-cta{
			background-color:#f7f6fd;
		}
		body.single-news article.news{
			margin-top:14rem;
		}
		body.single-news article.news .row{
			display:flex;
			flex-wrap:wrap;
			margin-left:-15px;
			margin-right:-15px;
		}
		body.single-news article.news .row .lhs{
			width:33.333333%;
			padding-left:15px;
			padding-right:15px;
		} 
		body.single-news article.news .row .lhs img{
		    border-radius: 9rem 0;
			margin-bottom:10rem;
		}
		body.single-news article.news .row .lhs .image-area{
			border-radius:2.5rem 0rem;
			width:100%;
			height:0;
			padding-bottom:69%;
			margin-bottom:3rem;
			background-color:#003598;
			background-position:center;
			background-size:cover;
			background-repeat:no-repeat;
			/*background-image:url('../images/news_circles1.jpg');*/
		}
		body.single-news article.news .row .rhs{
			width:66.666666%;
			padding-left:15px;
			padding-right:15px;
		} 
		body.single-news article.news .row .rhs.full{
			width:100%;
		} 
		body.single-news article.news .row .rhs .inner{
			max-width:80rem;
			margin-left:auto;
			margin-right:0;
		} 
		body.single-news article.news .row .rhs.full .inner{
			max-width:89rem;
			margin-left:auto;
			margin-right:auto;
		} 
		body.single-news article.news .row .rhs .inner .title h2{
			font-family: 'Raleway', sans-serif;
			font-weight: 500;
			font-size:3.6rem;
			color:#003598;
			margin-bottom:3rem;
		} 
		body.single-news article.news .row .rhs .inner .date{
			font-family: 'Raleway', sans-serif;
			font-size:1.6rem;
			color:#3b3b3b;
			margin-bottom:3rem;
		} 
		body.single-news article.news .row .rhs .inner .copy{
			font-family: 'Raleway', sans-serif;
			font-size:1.8rem;
			color:#3b3b3b;
		} 
		body.single-news article.news .row .rhs .inner .copy p a {
			font-family: 'Raleway', sans-serif;
			font-weight: 700;
			color:#003598;
			text-decoration:underline;
		} 
		body.single-news article.news .row .rhs .inner .copy li a {
			font-family: 'Raleway', sans-serif;
			font-weight: 700;
			color:#003598;
			text-decoration:underline;
		} 
		body.single-news article.news .row .rhs .inner blockquote {
		    margin: 3rem 0em;
		    padding: 0 3rem;
		    border-left: 4px solid #003598;
		}
		body.single-news article.news .row .rhs .inner .news-download a{
			font-family: 'Raleway', sans-serif;
		    font-size: 1.5rem;
		    color: #003598;
		    padding-left: 12rem;
		    padding-top: 4rem;
		    padding-bottom: 4rem;
		    margin-top: 7rem;
		    background-size: 8.6rem;
		    background-position: left center;
		    background-repeat: no-repeat;
		    display: block;
		}
		body.single-news article.news .row .rhs .inner .news-download a.pdf{
			background-image:url(../images/icon_download_pdf.svg);
		}
		/* CTAs bottom of the page */
		body.single-news .news-cta{
			margin-top:12rem;
		}
		body.single-news .news-cta h4.related-news-title{
			color:#3b3b3b;
			font-family: 'Raleway', sans-serif;
			font-weight: 500;
			font-size:1.4rem;
			text-transform: uppercase;
			text-align:center;
			margin-bottom:5rem;
		}
		body.single-news .news-cta .row{
			margin-left:-15px;
			margin-right:-15px;
			display:flex;
			flex-wrap:wrap;
		}
		body.single-news .news-cta .row{
			margin-left:-15px;
			margin-right:-15px;
			display:flex;
			flex-wrap:wrap;
		}
		body.single-news .news-cta .row article.news .entry-content{
			width:100%;
			max-width:39rem;
			margin:0 auto;
		}
		body.single-news .news-cta .row article.news{
			width:33.333333%;
			padding-left:15px;
			padding-right:15px;
			margin-bottom:8rem;
			position:relative;
			margin-top:0;
		}
		body.single-news .news-cta .row article.news .image-area:before{
			content:'';
			display:block;
			position:absolute;
			left:3rem;
			top:2rem;
			width:5.1rem;
			height:6.6rem;
			background-position:center;
			background-size:cover;
			background-repeat:no-repeat;
			background-image:url('../images/ixaka_x.svg');
			opacity:0.8;
		}
		body.single-news .news-cta .row article.news .image-area{
			border-radius:2.5rem 0rem;
			width:100%;
			height:11rem;
			margin-bottom:3rem;
			background-color:#003598;
			/*background-position:left +3rem center;
			background-size:5.1rem 6.6rem;
			background-repeat:no-repeat;
			background-image:url('../images/ixaka_x.svg');*/
			background-position:center;
			background-size:cover;
			background-repeat:no-repeat;
			position:relative;
			
		}
		body.single-news .news-cta .row article.news:nth-child(7n + 1) .image-area{
			background-image:url('../images/news6.2.jpg');
		}
		body.single-news .news-cta .row article.news:nth-child(7n + 2) .image-area{
			background-image:url('../images/news7.2.jpg');
		}
		body.single-news .news-cta .row article.news:nth-child(7n + 3) .image-area{
			background-image:url('../images/news3.2.jpg');
		}
		body.single-news .news-cta .row article.news:nth-child(7n + 4) .image-area{
			background-image:url('../images/news4.2.jpg');
		}
		body.single-news .news-cta .row article.news:nth-child(7n + 5) .image-area{
			background-image:url('../images/news5.2.jpg');
		}
		body.single-news .news-cta .row article.news:nth-child(7n + 6) .image-area{
			background-image:url('../images/news1.2.jpg');
		}
		body.single-news .news-cta .row article.news:nth-child(7n + 7) .image-area{
			background-image:url('../images/news2.22.jpg');
		}
		body.single-news .news-cta .row article.news .entry-content .title h2 a{
			text-align:left;
			font-family: 'Raleway', sans-serif;
			font-weight: 500;
			font-size:1.9rem;
			color:#003598;
			margin-bottom:1rem;
			display:block;
			min-height: 4.4rem;
		}
		body.single-news .news-cta .row article.news .entry-content .date{
			text-align:left;
			font-family: 'Raleway', sans-serif;
			font-size:1.5rem;
			color:#3b3b3b;
			margin-bottom:1rem;
		}
		body.single-news .news-cta .row article.news .entry-content .copy{
			text-align:left;
			font-family: 'Raleway', sans-serif;
			font-weight: 500;
			font-size:1.5rem;
			color:#3b3b3b;
			margin-bottom:5.5rem;
		}
		body.single-news .news-cta .row article.news .entry-content .read-more{
			display:inline-block;
			font-family: 'Raleway', sans-serif;
			font-weight: 700;
			font-size:1.2rem;
			text-transform:uppercase;
			background-color:#003598;
			border-radius: 3rem;
			padding:0.7rem 5rem;
			color:#ffffff;
			position: absolute;
    		bottom: 0;
		}
		body.single-news .news-cta .row article.news .entry-content .read-more:hover{
			opacity:1;
			color:#ffffff;
			background-color:#04e7e4;		
		}


/* CONTACT US */
	body.page-template-page-contact-us header#masthead {
	    background-color: #003598;
	    position: relative;
	    background-image:url('../images/hero_contact_circle3.jpg');
	    background-position:right +20rem bottom;
	    background-size: auto 100%;
	    background-repeat: no-repeat;
	}
	body.page-template-page-contact-us main {
		padding-top:7rem;
	}
	body.page-template-page-contact-us main .row{
	    display: flex;
	    flex-wrap: wrap;
	    -webkit-justify-content: left;
	    justify-content: left;
	    margin-left: -15px;
	    margin-right: -15px;
	}
	body.page-template-page-contact-us main .entry-content{
		width:25%;
		padding-left:15px;
		padding-right:15px;
	}
	body.page-template-page-contact-us main .contact-form-area{
		width:75%;
		padding-left:15px;
		padding-right:15px;
	}
	body.page-template-page-contact-us main .contact-form-area .inner{
		border:5px solid #04e7e4;
		border-top-left-radius: 12rem;
		border-bottom-right-radius: 12rem;
		padding:9rem 6.5rem;
		margin-bottom: 14rem;
	}
	body.page-template-page-contact-us main h2{
		font-family: 'Raleway', sans-serif;
		font-weight: 500;
		font-size:2.4rem;
		color:#003598;
		margin-bottom:3rem;
	}
	body.page-template-page-contact-us main .entry-content h2{
		margin-top:9rem;
	}
	body.page-template-page-contact-us main .entry-content h3{
		font-family: 'Raleway', sans-serif;
		font-weight: 500;
		font-size:1.9rem;
		color:#3b3b3b;
		margin-bottom:2rem;
	}
	body.page-template-page-contact-us main .entry-content p{
		font-family: 'Raleway', sans-serif;
		font-weight: 500;
		font-size:1.5rem;
		color:#3b3b3b;
		margin-bottom:2rem;
	}
	body.page-template-page-contact-us main .entry-content p a{
		font-family: 'Raleway', sans-serif;
		font-weight: 500;
		font-size:1.5rem;
		color:#003598;
		text-decoration:underline;
		margin-bottom:2rem;
	}
	form.wpcf7-form > p{
		display:flex;
		flex-wrap:wrap;
		margin-left:-15px;
		margin-right:-15px;
	}
	form.wpcf7-form > p span{
		margin-bottom:5rem;
		margin-left:15px;
		margin-right:15px;
	}
	form.wpcf7-form > p span.wpcf7-not-valid-tip {
	    margin: 0;
	    padding: 0;
	    height: 0;
	}
	form.wpcf7-form > p span input{
		background-color: #c6c6c6;
	    width: 100%;
	    border-radius: 0;
	    padding: 1.5rem;
	    font-family: 'Raleway', sans-serif;
		font-weight: 500;
	    font-size: 1.5rem;
	    height: 5rem;
	    color: #3b3b3b;
	}
	form.wpcf7-form > p span.first_name,
	form.wpcf7-form > p span.last_name,
	form.wpcf7-form > p span.telephone,
	form.wpcf7-form > p span.email{
		width:calc(50% - 30px);
	}
	form.wpcf7-form > p span textarea{
		background-color: #c6c6c6;
	    width: 100%;
	    border-radius: 0;
	    padding: 1.5rem;
	    font-family: 'Raleway', sans-serif;
		font-weight: 500;
	    font-size: 1.5rem;
	    min-height: 30rem;
	    color: #3b3b3b;
	}
	form.wpcf7-form > p span.enquiry{
		width:100%;
	}
	form.wpcf7-form input[type="submit"] {
	    border: 0px solid;
	    border-color: #ccc #ccc #bbb;
	    line-height: 1;
	    font-family: 'Raleway', sans-serif;
		font-weight: 500;
	    font-size: 1.8rem;
	    text-transform: uppercase;
	    color: #ffffff;
	    padding: 1rem 7rem;
	    border-radius: 3rem;
	    background-color: #003598;
	    display: table;
	    margin: 0 auto;
	    margin-top: 4.5rem;
	}
	form.wpcf7-form input[type="submit"]:hover{
		opacity:1;
		color:#ffffff;
		background-color:#04e7e4;		
		cursor:pointer;
	}
	body.page-template-page-contact-us .global-cta {
	    background-color: #f7f6fd;
	}
	.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	    border:1px solid #dc3232;
	    background-color: #dc3232;
	    font-size:1.8rem;
	    color:#ffffff;
	}


/* GLOBAL CTA */
	.global-cta{
		padding-top:14rem;
		padding-bottom:8.5rem;
	}
	.global-cta .tagline{
		font-family: 'Raleway', sans-serif;
		font-weight: 300;
		font-size:6rem;
		max-width:94rem;
		margin:0 auto;
		text-align:center;
		color:#003598;
		background: -webkit-linear-gradient(0deg, #003598, #49e5fa);
	  	-webkit-background-clip: text;
	  	-webkit-text-fill-color: transparent;
	  	line-height: 1.2;
	}
	.global-cta a.contact-us{
		font-family: 'Raleway', sans-serif;
		font-weight: 500;
	    font-size: 1.8rem;
	    text-transform: uppercase;
	    color: #ffffff;
	    padding: 1rem 7rem;
	    border-radius: 3rem;
	    background-color: #003598;
	    display: table;
	    margin: 0 auto;
	    margin-top:6.5rem;
	}
	.global-cta a.contact-us:hover{
	    background-color: #04e7e4;
	    opacity:1;
	}



/* FOOTER */
	footer#colophon{
		background-color:#003598;
		padding-top:6rem;
		padding-left:6rem;
		padding-right:6rem;
	}
	footer#colophon .ixaka-footer-logo{
		width:13.4rem;
		margin:0 auto;
		display:block;
		margin-bottom:2.75rem;
	}
	footer#colophon a:hover{
		color:#04e7e4 !important;
		opacity: 1;
	}
	footer#colophon .email-link{
		font-family: 'Raleway', sans-serif;
		font-weight: 500;
		font-size:1.6rem;
		color:#ffffff;
		text-decoration: none;
		text-align:center;
		display:table;
		margin:0 auto;
		margin-bottom:2.75rem;
	}
	footer#colophon .location-surround{
		max-width:75rem;
		width:100%;
		margin:0 auto;
		display:flex;
		-webkit-justify-content: center;
	    justify-content: center;
	}
	footer#colophon .location-surround .location-unit{
		padding-left:15px;
		padding-right:15px;
		width:25rem;
		display:inline-block;
	}
	footer#colophon .location-surround .location-unit .location,
	footer#colophon .location-surround .location-unit .location-tel{
		font-family: 'Raleway', sans-serif;
		font-weight: 500;
		font-size:1.6rem;
		color:#ffffff;
		text-decoration: none;
		text-align:center;
		display:block;
		margin-bottom:0rem;
	}
	footer#colophon .social-surround{
		padding-top:2.5rem;
		padding-bottom:6rem;
		margin:0 auto;
		display:flex;
		-webkit-justify-content: center;
	    justify-content: center;
	}
	footer#colophon .social-surround .icon-social img{
		width:auto;
		height:2rem;
		margin-left:1.2rem;
		margin-right:1.2rem;
	}
	footer#colophon .social-surround .icon-social img:hover{
		opacity:0.7;
	}
	footer#colophon .footer-bottom{
		border-top:2px solid #ffffff;
		display:flex;
		padding-top:3rem;
		padding-bottom:3rem;
	    position: relative;
	}
	footer#colophon .footer-bottom p.copyright{
		font-family: 'Raleway', sans-serif;
		font-size:1.2rem;
		color:#ffffff;
		margin-bottom:0px;
	}
	footer#colophon .footer-bottom p.copyright:after{
		content:'|';
		margin-left:1.2rem;
		margin-right:1.2rem;
		font-family: 'Raleway', sans-serif;
		font-size:1.2rem;
		color:#ffffff;
		margin-bottom:0px;
	}
	footer#colophon .footer-bottom .menu-legal-menu-container #legal-menu{
		margin-bottom:0;
		margin-left:0;
		font-family: 'Raleway', sans-serif;
		font-size:1.2rem;
		color:#ffffff;
	}
	footer#colophon .footer-bottom .menu-legal-menu-container #legal-menu li{
		display:inline-block;
	}
	footer#colophon .footer-bottom .menu-legal-menu-container #legal-menu li a{
		color:#ffffff;
	}
	footer#colophon .footer-bottom .menu-legal-menu-container #legal-menu li:after{
		content:'|';
		margin-left:1.2rem;
		margin-right:1.2rem;
		font-family: 'Raleway', sans-serif;
		font-size:1.2rem;
		color:#ffffff;
		margin-bottom:0px;
	}
	footer#colophon .footer-bottom .menu-legal-menu-container #legal-menu li:last-child:after{
		display:none;
	}
	footer#colophon .footer-bottom .website{
		margin-bottom:0;
		margin-left:0;
		font-family: 'Raleway', sans-serif;
		font-size:1.2rem;
		color:#ffffff;
		position: absolute;
	    right: 6rem;
	}
	footer a.rexgenero {
	    color: #fff;
	    font-family: 'Raleway', sans-serif;
	    font-size: 1.2rem;
    	padding-right: 12rem;
	    padding-top: .5rem;
	    padding-bottom: .5rem;
	    background-image: url(../images/rexgenero_logo.png);
	    background-size: contain;
	    background-position: right top +3px;
	    background-repeat: no-repeat;
	    margin-bottom: 0;
	    position: absolute;
	    top: 2.5rem;
	    left: 50%;
	    margin-left: -9.5rem;
	}


/* MISCELLANEOUS PAGES */
	/*body.page-template-default header#masthead {
	    background-color: #003598;
	    position: relative;
	    background-image: url(../images/light_blue_circle.png);
	    background-position: left bottom;
	    background-size: auto 133%;
	    background-repeat: no-repeat;
	}*/
	body.page-template-default article.type-page .entry-content{
	    width: 100%;
	    max-width: 1400px;
	    margin: 0 auto;
	    padding-left: 6rem;
	    padding-right: 6rem;
	    padding-top:9rem;
	}
	body.page-template-default article.type-page .entry-content h2{
		font-family: 'Raleway', sans-serif;
		font-weight: 700;
	    font-size: 2.4rem;
	    color: #003598;
	    margin-top: 4.5rem;
	    margin-bottom: 1.5rem;
	}
	body.page-template-default article.type-page .entry-content h3{
		font-family: 'Raleway', sans-serif;
	    font-size: 1.8rem;
	    color: #003598;
	    margin-bottom: 0.5rem;
	    text-decoration: underline;
	}
	body.page-template-default article.type-page .entry-content a{
		font-family: 'Raleway', sans-serif;
		font-weight: 700;
	    color: #003598;
	    text-decoration: underline;
	}


/* ERROR 404 */
body.error404 .page-content{
	text-align:center;
}
body.error404 .page-content h2{
	font-family: 'Raleway', sans-serif;
    font-size: 3rem;
    color: #003598;
    margin-top: 4.5rem;
    margin-bottom: 3rem;
}
body.error404 .page-content a{
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
    color: #003598;
    text-decoration:underline;
}
body.error404 .global-cta {
	margin-top:11rem;
    background-color: #f7f6fd;
}



/* Pipeline animation */
.surround{
	width:100%;
	background-color:#ffffff;

}
.mct{
	display:flex;
}
.column1{
	width:12.5%;
}
body.page-template-page-internal.page-id-488 main .entry-content .rhs .inner img.mct1{
	width:100%;
	height:auto;
	margin-bottom:0;
	margin-top:0;
}
body.page-template-page-internal.page-id-488 main .entry-content .rhs .inner img.mct2{
	width:100%;
	height:auto;
	opacity:0;
	transition:opacity 1s linear;
	margin-bottom:0;
	margin-top:0;
}
body.page-template-page-internal.page-id-488 main .entry-content .rhs .inner img.mct2.expand{
	opacity:1;	
}
.column3{
	width:13.4%;
}
body.page-template-page-internal.page-id-488 main .entry-content .rhs .inner img.mct3{
	width:100%;
	height:auto;
	opacity:0;
	transition:opacity 1s linear;
	transition-delay:1s;
	margin-bottom:0;
	margin-top:0;
}
body.page-template-page-internal.page-id-488 main .entry-content .rhs .inner img.mct3.expand{
	opacity:1;
}
body.page-template-page-internal.page-id-488 main .entry-content .rhs .inner .mct4{
	width:56.5%;
	height:auto;
	width:0;
	background-image:url('../images/column4.jpg');
	background-size:auto 100%;
	background-position:right +10px center;
	background-repeat:no-repeat;
	transition-delay:1s;
	transition: width 2s linear;
	transition-delay:2s;
}
body.page-template-page-internal.page-id-488 main .entry-content .rhs .inner .mct4.expand{
	width:56.55%;
}

.column2{
	width:12.7%;
	position:relative;
}
.column2 .rex-001-link{
	position:relative;
	position: absolute; 
	left: 0%; 
	top: 0%; 
	width: 100%; 
	height: 33%;
}
.column2 .rex-001-link:hover{
	background-color:rgba(255,255,255,0.3);
}
.column2 .celtic-link{
	position:relative;
	position: absolute; 
	left: 0%; 
	top: 33%; 
	width: 100%; 
	height: 33%;
}
.column2 .celtic-link:hover{
	background-color:rgba(255,255,255,0.3);
}
.celtic-footnote{
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
    font-size: 1.6rem;
    color:#1c35cf;
}












/* MEDIA QUERIES */


@media only screen and (max-width: 1399px) {

	/* HOMEPAGE */
	.home-cta-container.container .ctas .cta {
	    margin-left: -3rem;
	    margin-right: -3rem;
	}
	.home-cta-container.container .ctas .cta .lhs, .home-cta-container.container .ctas .cta .rhs {
        padding-left: 3rem;
	    padding-right: 3rem;
	}

	.standard-title-container .client-film-area {
	    position: absolute;
	    bottom: 11.7rem;
	    left: 6rem;
	}
	/*.standard-title-container .clinical-trial-area {
	    position: absolute;
	    bottom: -1.3rem;
	    left: 6rem;
	}*/
	.home-cta-container.container .ctas .cta .lhs .inner {
	    border-top-left-radius: 12rem;
	    border-bottom-right-radius: 12rem;
	}


	body.page-template-home header#masthead {
	    background-image:url('../images/hero_home_circle_mobile4.png');
	}
	.call-to-actions .container .row .call-to-action .inner {
	    min-height: 28vw;
    	height: auto;
	}

}


@media only screen and (max-width: 1350px) {

	header#masthead .ixaka-logo-circle {
	    width: 90%;
	}
	nav#site-navigation ul#primary-menu > li {
	    margin-left: 1.8rem;
	}

}


@media only screen and (max-width: 1199px) {

	body.home .news-headlines,
	.home-hero-area {
	    padding-left: 6rem;
	    padding-right: 6rem;
	}

	body.single-news .news-cta .row article.news {
	    width: 50%;
	}
	body.single-news .news-cta .row article.news .entry-content {
	    max-width: none; 
	}

	/* Internal page menus */
	body.page-template-page-internal-snaking main ul.team-divisions,
	body.page-template-page-internal main ul.team-divisions {
	    margin-top: 6rem;
	    margin-bottom: 6rem;
	    display: block;
	}
	body.page-template-page-internal-snaking main ul.team-divisions li,
	body.page-template-page-internal main ul.team-divisions li {
	    position: relative;
	    display: block;
	    text-align: center;
	    margin-bottom: 1rem;
	}
	body.page-template-page-internal-snaking main ul.team-divisions li a,
	body.page-template-page-internal main ul.team-divisions li a {
	    font-size: 1.4rem;
	}
	body.page-template-page-internal-snaking main ul.team-divisions li:before,
	body.page-template-page-internal main ul.team-divisions li:before {
	    display: none;
	}
	.call-to-actions {
	    margin-top: 9rem;
	}

	/* TEAM MEMBERS */
	body.page-id-42.page-template-team-pages main #team-members article.team{
		width:33.333333%;
	}

	/* CONTACT US */
	body.page-template-page-contact-us main .entry-content{
		width:32%;
	}
	body.page-template-page-contact-us main .contact-form-area{
		width:68%;
	}

}


@media only screen and (max-width: 991px) {

	html, body {
		font: normal 9px/1.3 sans-serif;
		font-family: 'Raleway', sans-serif;
	}

	body.home .news-headlines,
	footer,
	.home-hero-area,
	body.page-template-news-pages main,
	body.page-template-team-pages main,
	.container{
		padding-left:3rem;
		padding-right:3rem;
	}
	header#masthead .ixaka-logo {
	    left: 3rem;
	}

	header#masthead .logo-area {
	    max-width: 40.5rem;
	}
	header#masthead .ixaka-logo {
	    width: 42%;
	}
	header#masthead .ixaka-logo-circle {
	    width: 80%;
	}
	header#masthead .hero-bottom-left-curve {
	    width: 10.1rem;
	}
	header#masthead .hero-bottom-right-curve {
	    width: 10.1rem;
	    bottom: -10rem;
	}
	.standard-title-container .client-film-area,
	.standard-title-container .clinical-trial-area {
	    left: 3rem;
	}
	body.page-template-page-internal.page-id-285 header#masthead {
	    background-position: left +0rem top;
	}

	h1 {
	    font-size: 4.8rem;
	}

	.call-to-actions .container .row {
	    margin-left: -15px;
	    margin-right: -15px;
	}
	.call-to-actions .container .row .call-to-action {
	    padding-left: 15px;
	    padding-right: 15px;
	    width: 50%;
	}
	.call-to-actions .container .row .call-to-action .inner .details .title {
	    font-size: 2.4rem;
	}



	/* HOMEPAGE */
	.home-cta-container.container .ctas .cta {
	    margin-left: -3rem;
	    margin-right: -3rem;
	}
	.home-cta-container.container .ctas .cta .lhs {
        padding-left: 3rem;
	    padding-right: 1.5rem;
	} 
	.home-cta-container.container .ctas .cta .rhs {
        padding-left: 1.5rem;
	    padding-right: 3rem;
	}
	.home-cta-container.container .ctas .cta .lhs .inner {
	    border-top-left-radius: 10rem;
	    border-bottom-right-radius: 10rem;
	}
	body.home .news-headlines{
		border-top-right-radius: 10rem;
	    border-bottom-right-radius: 10rem;
	    border-bottom-left-radius: 10rem;
	}
	body.home .news-headlines .news-headlines-top-left-curve{
		top:-10.1rem;
		width:10.1rem;
		height:10.1rem;
	}

	/* TEAM */
	body.page-template-team-pages main #team-members article.team {
	    width: 33.333333%;
	    margin-bottom: 8rem;
	}
	/* INDIVIDUAL TEAM PAGE */
	.fancybox-content {
	    max-width: 100%;
	}
	.fancybox-content .banner-top {
	    height: auto;
	    border-bottom-right-radius: 6rem;
	    padding: 3rem 3rem;
	}
	.fancybox-content .banner-top .row .lhs {
	    width: 100%;
	}
	.fancybox-content .banner-top .row .lhs .portrait {
	    width: 200px;
	    height: 200px;
	    padding-bottom: 0;
	}
	.fancybox-content .banner-top .row .rhs {
	    width: 100%;	
	}
	.fancybox-content .main-content {
	    padding: 5rem 3rem 5rem 3rem;
	}

	/* INTERNAL PAGE */
	body.page-template-page-internal-snaking main .snake-block .rhs .inner,
	body.page-template-page-internal main .entry-content .rhs .inner {
	    padding-left: 0rem;
	}
	body.page-template-page-internal-snaking main .snake-block .lhs .image-area,
	body.page-template-page-internal main .entry-content .lhs .image-area {
	    border-radius: 10rem 0rem;
	}

	/* NEWS AND MEDIA */
	body.page-template-news-pages main #news-items article.news {
	    width: 50%;
	    margin-bottom: 7rem;
	}
	body.single-news .news-cta .row article.news {
	    width: 50%;
	}
	body.single-news .news-cta .row article.news:nth-child(3) {
		display:none;
	}
	body.single-news .news-cta .row article.news .entry-content {
	    max-width: none;
	}

	/* CONTACT US */
	form.wpcf7-form > p span.first_name, form.wpcf7-form > p span.last_name, form.wpcf7-form > p span.telephone, form.wpcf7-form > p span.email {
	    width: calc(100% - 30px);
	}
	form.wpcf7-form > p span {
	    margin-bottom: 4rem;
	}

	/* GLOBAL CTA */
	.global-cta {
	    padding-top: 8.5rem;
	    padding-bottom: 8.5rem;
	}
	.global-cta .tagline {
	    font-size: 4.8rem;
	    padding-left: 3rem;
	    padding-right: 3rem;
	}

	/* FOOTER */
	footer#colophon .footer-bottom {
	    display: block;
	}
	footer#colophon .footer-bottom p.copyright {
	    text-align:center;
	}
	footer#colophon .footer-bottom .menu-legal-menu-container #legal-menu li:after,
	footer#colophon .footer-bottom p.copyright:after {
	    display:none;	
	}
	footer#colophon .footer-bottom .menu-legal-menu-container #legal-menu li {
	    display: block;
	    text-align:center;
	    margin-top:0.5rem;
	}
	footer#colophon .footer-bottom .website {
	    position: relative;
	    right: 0rem;
	    text-align: center;
	    display: block;
	    margin-top:0.5rem;
	}
	footer a.rexgenero {
	    color: #fff;
	    font-family: 'Raleway', sans-serif;
	    font-size: 1.2rem;
	    padding-right: 12rem;
	    padding-top: .5rem;
	    padding-bottom: .5rem;
	    background-image: url(../images/rexgenero_logo.png);
	    background-size: contain;
	    background-position: right center;
	    background-repeat: no-repeat;
	    margin-bottom: 0;
	    position: relative;
	    top: auto; 
	    left: auto; 
	    margin: 0 auto;
	    margin-top: 1.5rem;
	    margin-bottom: 1.5rem;
	    margin-left: auto;
	    margin-right: auto;
	    display: table;
	}

}


@media only screen and (max-width: 880px) {

	.fancybox-navigation .fancybox-button--arrow_left {
	  	display:none;
	}
	.fancybox-navigation .fancybox-button--arrow_right {
	  	display:none;
	}

}


@media only screen and (max-width: 820px) {

	body.page-template-page-internal main ul.team-divisions li a {
	    font-size: 1.3rem;
	}

}


@media only screen and (max-width: 767px) {


	body.home .news-headlines,
	body.page-template-default article.type-page .entry-content,
	footer,
	.home-hero-area,
	body.page-template-news-pages main,
	body.page-template-team-pages main,
	.container{
		padding-left:15px;
		padding-right:15px;
	}
	header#masthead .ixaka-logo {
	    left: 15px;
	}
	nav#site-navigation {
	    right: 15px;
	}

	header#masthead .hero-bottom-left-curve {
	    width: 5rem;
	}
	header#masthead .hero-bottom-right-curve {
	    width: 5rem;
	    bottom: -5rem;
	}
	.standard-title-container .client-film-area,
	.standard-title-container .clinical-trial-area {
	    left: 0px;
	    position: relative;
	    margin-top: 3rem;
	    margin-bottom: 3rem;
	    bottom:0;
	}
	.standard-title-container .client-film-area{
	    margin-bottom: 4rem;
	}
	.standard-title-container .client-film-area p, .standard-title-container .clinical-trial-area p {
    	padding-bottom: 0.5rem;
    }

	h1 {
	    font-size: 3.6rem;
	}

	.mobile{
		display:block;
	}
	.desktop{
		display:none;
	}


	header#masthead .ixaka-logo-circle {
	    width: 60%;
	}
	body.page-template-page-internal.page-id-285 header#masthead {
	    background-position: right -15rem top;
	    background-size: auto 75%;
	}
	body.page-template-page-internal.parent-pageid-504 header#masthead {
	    background-position: right +2rem bottom;
	    background-size: auto 64%;
	}
	body.page-template-page-internal.page-id-488 header#masthead {
	    background-position: right +2vw bottom;
	}


	/* HOMEPAGE */
	.home-hero-area .home-introduction{
		padding-bottom:10rem;
	}
	.home-hero-area .home-introduction p {
	    padding-bottom: 1.5rem;
	}
	.home-cta-container.container .ctas .cta {
	    margin-left: -15px;
	    margin-right: -15px;
	}
	.home-cta-container.container .ctas .cta .lhs {
        padding-left: 15px;
	    padding-right: 15px;
	} 
	.home-cta-container.container .ctas .cta .rhs {
        padding-left: 15px;
	    padding-right: 15px;
	}
	.home-cta-container.container .ctas .cta .lhs, 
	.home-cta-container.container .ctas .cta .rhs {
	    width: 100%;
	}
	.home-cta-container.container .ctas .cta .lhs{
		margin-bottom: 3rem;
	}
	.home-cta-container.container .ctas .cta .lhs .inner {
	    height: 0%;
	    padding-bottom:70%;
	    min-height:0;
	}
	.home-cta-container.container .ctas .cta .lhs .inner {
	    border-top-left-radius: 5rem;
	    border-bottom-right-radius: 5rem;
	}
	.home-cta-container.container .ctas .cta:nth-child(even) .lhs {
	    left: 0%;
	    position: relative;
	}
	.home-cta-container.container .ctas .cta:nth-child(even) .rhs {
	    right: 0%;
	    position: relative;
	}
	.home-cta-container.container .ctas .cta .rhs .outer .inner .cta-summary {
	    margin-bottom: 4rem;
	}
	.home-cta-container.container .ctas .cta .rhs .outer .inner .cta-title {
	    font-size: 3.6rem;
	}
	body.home .news-headlines{
		border-top-right-radius: 5rem;
	    border-bottom-right-radius: 5rem;
	    border-bottom-left-radius: 5rem;
	}
	body.home .news-headlines .news-headlines-top-left-curve{
		top:-5.1rem;
		width:5.1rem;
		height:5.1rem;
	}
	body.home .news-headlines h2 {
	    font-size: 3.6rem;
	}
	body.home .news-headlines .news-headline a {
	    font-size: 2.1rem;
	}


	/* TEAM */
	body.single-news header#masthead,
	body.page-template-team-pages header#masthead {
	    background-position: bottom right +5rem;
	    background-size: auto 50%;
	}
	body.page-template-team-pages main ul.team-divisions {
	    margin-top: 6rem;
	    margin-bottom: 6rem;
	    display: block;
	}
	body.page-template-team-pages main ul.team-divisions li {
	    position: relative;
	    display: block;
	    text-align: center;
	    margin-bottom: 1rem;
	}
	body.page-template-team-pages main ul.team-divisions li:before {
	    display: none;
	}
	body.page-id-42.page-template-team-pages main #team-members article.team{
		width:50%;
	}
	body.page-template-team-pages main #team-members article.team {
	    width: 50%;
	    margin-bottom: 7rem;
	}
	body.page-template-team-pages main #team-members {
	    margin-bottom: 6rem;
	}

	/* INTERNAL PAGE */
	body.parent-pageid-25 .standard-title-container {
	    padding-top: 24rem;
	}
	body.page-template-page-internal-snaking main .snake-block .lhs .image-area,
	body.page-template-page-internal main .entry-content .lhs .image-area {
	    border-radius: 5rem 0rem;
	}
	body.page-template-page-internal.page-id-285 main .entry-content .rhs.full .inner {
	    margin-bottom: -2rem;
	}
	body.page-template-page-internal header#masthead {
	    background-position: right -21rem bottom;
	}
	body.page-template-page-internal-snaking main .snake-block .lhs, 
	body.page-template-page-internal-snaking main .snake-block .rhs,
	body.page-template-page-internal main .entry-content .lhs,
	body.page-template-page-internal main .entry-content .rhs{
	    width:100%;
	}
	body.page-template-page-internal-snaking main .snake-block .rhs .inner,
	body.page-template-page-internal main .entry-content .rhs .inner {
	    max-width: none;
	    margin-top: 1rem;
	}
	body.page-template-page-internal-snaking main .snake-block .lhs .post-thumbnail img,
	body.page-template-page-internal main .entry-content .lhs .post-thumbnail img {
	    border-top-left-radius: 6rem;
	    border-bottom-right-radius: 6rem;
	    width: 100%;
	}
	/* Snaking style */
	body.page-template-page-internal-snaking main .snake-block {
	    margin-bottom: 3rem;
	}
	body.page-template-page-internal-snaking main .snake-blocks .container:nth-child(even) .snake-block .lhs{
		position:relative;
		left:auto;
	}
	body.page-template-page-internal-snaking main .snake-blocks .container:nth-child(even) .snake-block .rhs{
		position:relative;
		right:auto;
	}
	body.page-template-page-internal-snaking main .snake-blocks .container:nth-child(even) .snake-block .rhs .inner{
	    max-width: none;
	}

	/* NEWS AND MEDIA */
	body.page-template-news-pages header#masthead {
	    background-size: auto 40.4%;
    	background-position: bottom right +5rem;
	}
	body.page-template-news-pages main ul.media-categories {
	    margin-top: 6rem;
	    margin-bottom: 6rem;
	    display: block;
	}
	body.page-template-news-pages main ul.media-categories li {
	    position: relative;
	    display: block;
	    text-align: center;
	    margin-bottom: 1rem;
	}
	body.page-template-news-pages main ul.media-categories li:before {
	    display: none;
	}
	body.page-template-news-pages main #news-items article.news {
	    width: 50%;
	    margin-bottom: 7rem;
	}
	/* NEWS INDIVIDUAL */
	body.single-news article.news .row .lhs{
		width:100%;
	} 
	body.single-news article.news .row .rhs{
		width:100%;
	} 
	body.single-news article.news .row .lhs img {
	    margin-bottom: 4rem;
	}
	body.single-news article.news .row .rhs .inner .title h2 {
	    margin-bottom: 2rem;
	}
	body.single-news article.news .row .rhs .inner .date {
	    margin-bottom: 2rem;
	}

	/* CONTACT US */
	body.page-template-page-contact-us header#masthead {
	    background-color: #003598;
	    position: relative;
	    background-image: url(../images/hero_contact_circle2.jpg);
	    background-position: right -5rem top;
	    background-size: auto 93%;
    	background-repeat: no-repeat;
	}
	body.page-template-page-contact-us main .entry-content{
		width:100%;
		margin-bottom:4rem;
	}
	body.page-template-page-contact-us main .contact-form-area{
		width:100%;
	}
	body.page-template-page-contact-us main .entry-content h2 {
	    margin-top: 1rem;
	}
	body.page-template-page-contact-us main .contact-form-area .inner {
	    border: 5px solid #04e7e4;
	    border-top-left-radius: 6rem;
	    border-bottom-right-radius: 6rem;
	    padding: 6rem 3rem;
	    margin-bottom: 10rem;
	}
	form.wpcf7-form > p span {
	    margin-bottom: 3rem;
	}


	/* GLOBAL CTA */
	.global-cta .tagline {
	    font-size: 3.6rem;
	    padding-left: 15px;
	    padding-right: 15px;
	}

	/* FOOTER */
	footer#colophon .ixaka-footer-logo {
	    margin-bottom: 3.5rem;
	}
	footer#colophon .location-surround {
	    display: block;
	}
	footer#colophon .location-surround .location-unit {
	    width: 100%;
	    display: block;
	    margin-bottom:1.5rem;
	}
	footer#colophon .social-surround {
	    padding-top: 2rem;
	}

}


@media only screen and (max-width: 600px) {



	body.page-template-home header#masthead {
	    background-size: auto 50%;
	}

	.call-to-actions .container .row .call-to-action {
	    width: 100%;
	}
	.call-to-actions .container .row .call-to-action:first-child {
	    margin-bottom:30px;
	}
	.call-to-actions .container .row .call-to-action .inner {
	    min-height: 56vw;
	}

	/* NEWS AND MEDIA */
	body.page-template-news-pages main #news-items article.news {
	    width: 100%;
	    margin-bottom: 5rem;
	}
	body.single-news .news-cta .row article.news {
	    width: 100%;
	    margin-bottom:5rem;
	}

}


@media only screen and (max-width: 500px) {

	.standard-title-container h1 br{
		display: none;
	}	
	/* TEAM */
	body.page-template-team-pages main #team-members article.team {
	    width: 100%;
	    margin-bottom: 7rem;
	}
	body.page-id-42.page-template-team-pages main #team-members article.team{
		width:100%;
	}

}


@media only screen and (max-width: 500px) {

	.standard-title-container .client-film-area br,
	.standard-title-container .clinical-trial-area br {
		display:none;
	}

}



/*********** NAV ***********/

/* NAV Mobile sequential sliding nav */
@media only screen and (max-width: 1250px) {


	/* Three lines to cross */
	.lines-button {
	    position: relative;
	    float: right;
	    overflow: hidden;
	    margin: 0;
	    padding: 0;
	    width: 50px;
	    height: 50px;
	    font-size: 0;
	    text-indent: -9999px;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	    box-shadow: none;
	    border-radius: none;
	    border: none;
	    cursor: pointer;
	    -webkit-transition: background 0.3s;
	    transition: background 0.3s;
	    padding-top: 22px;
	    top: 32px;
    	right: 3rem;
	}
	.lines-button.fixed {
		position:fixed;
	}
	.lines-button:focus {
	    outline: none;
	}
	.lines-button span {
	    display: block;
	    position: absolute;
	    left: 0px;
	    right: 0px;
	    height: 6px;
	    background: white;
	    border-radius: 3px;
	}
	.lines-button span::before, .lines-button span::after {
	    position: absolute;
	    display: block;
	    left: 0;
	    width: 100%;
	    height: 6px;
	    background-color: #fff;
	    border-radius: 0.57143rem;
	    content:"";
	}
	.lines-button span::before {
	    top: -12px;
	}
	.lines-button span::after {
	    bottom: -12px;
	}
	.lines {
	    background: none;
	}
	.lines span {
	    -webkit-transition: background 0s 0.3s;
	    transition: background 0s 0.3s;
	}
	.lines span::before, .lines span::after {
	    -webkit-transition-duration: 0.3s, 0.3s;
	    transition-duration: 0.3s, 0.3s;
	}
	.lines span::before {
	    -webkit-transition-property: top, -webkit-transform;
	    transition-property: top, transform;
	}
	.lines span::after {
	    -webkit-transition-property: bottom, -webkit-transform;
	    transition-property: bottom, transform;
	}
	.lines.close {
	    background: none;
	}
	.lines.close span {
	    visibility: hidden;
	}
	.lines.close span::before {
	    top: 0;
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	    visibility: visible;
	}
	.lines.close span::after {
	    bottom: 0;
	    -webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	    visibility: visible;
	}

	/* Sliding Menu */
	nav#site-navigation {
	    right: 0rem;
	    top: 0rem;
	}
	.main-navigation .menu-toggle {
	    padding:0;
	    margin:0;
	    border:none;
	    position: absolute;
	    right: 0px;
	    top: 0px;
	    border-radius: 0px;
	    z-index: 11;
	    display:block;
	    background-color:transparent;
	}	
	.main-navigation .menu-toggle:focus {
		outline:none;
	}	
	.main-navigation {
        -webkit-transition: 0.35s ease-in-out;
	    transition: 0.35s ease-in-out;
	}
	.main-navigation.toggled {
        -webkit-transition: 0.35s ease-in-out;
	    transition: 0.35s ease-in-out;
	}
	.main-navigation .menu-main-menu-container{
	    position: relative;
	    margin-top: 0px;
        -webkit-transition: 0.35s ease-in-out;
	    transition: 0.35s ease-in-out;
	}
	.main-navigation.toggled .menu-main-menu-container{	    
        -webkit-transition: 0.35s ease-in-out;
	    transition: 0.35s ease-in-out;
	}
	.main-navigation ul#primary-menu {
		display:block;
	}
	.main-navigation ul#primary-menu {
		padding-top: 4rem;
	    background-color:#ffffff;
        -webkit-transition: 0.35s ease-in-out;
	    transition: 0.35s ease-in-out;
	    height: 100vh;
	    text-align: left;
	    width: 0;
	    position: fixed;
	    right: 0;
	    overflow-x: hidden;
	}
	.main-navigation.toggled ul#primary-menu {
	    background-color:#003598;
	    width:40rem;
	    max-width:100vw;
	    -webkit-transition: 0.35s ease-in-out;
    	transition: 0.35s ease-in-out;
    	border-left: 2px solid #0adfe4;
    	padding-bottom: 9rem;
	}
	/* width */
	.main-navigation.toggled ul#primary-menu::-webkit-scrollbar {
	  width: 0px;
	}
	nav#site-navigation ul#primary-menu > li {
	    display: block;
	    width:36rem;
	    margin-left:0;
	}
	.main-navigation ul#primary-menu li a {
	    color: #ffffff;
	}
	.main-navigation ul#primary-menu > li > a {
	    padding: 0.5rem 4rem 0.5rem 3rem;
	    margin: 0rem;
        margin-left: -3rem;
        transition: all 1s ease;
        /*opacity:0;*/
	}
	.main-navigation.toggled ul#primary-menu > li > a {
		transition-delay: 0s;
    	margin-left: 3rem;
        /*opacity:1;*/
    }
	.main-navigation ul#primary-menu li > ul.sub-menu {
	    float: none;
	    position: relative;
	    top: 0rem;
	    left: auto;
	    right: auto;
	    padding-right: 0 !important;
	    text-align: left;
	    padding-top: 0rem !important;
    	padding-left: 0;
	    padding-bottom: 1rem;
	}
	nav#site-navigation ul#primary-menu ul.sub-menu li {
	    width: 100%;
	}
	nav#site-navigation ul#primary-menu ul.sub-menu li a {
	    padding-left: 5.5rem;
	    padding-top: 0.25rem;
        margin-left: -3rem;
        transition: all 1s ease;
        opacity:0;
	}
	nav#site-navigation.toggled ul#primary-menu ul.sub-menu li a {
		transition-delay: 0s;
    	margin-left: 3rem;
        opacity:1;
    }

	nav#site-navigation ul#primary-menu > li > a:after {
	    display: none;
	}

	nav#site-navigation ul#primary-menu > li:hover > a,
	nav#site-navigation ul#primary-menu > li.current_page_item > a{
		color:#04e7e4;
	}
	
}


@media only screen and (max-width: 991px) {

	.main-navigation .menu-toggle {
	    top: -8px;
	}

}


@media only screen and (max-width: 767px) {

	.lines-button {
    	right: 15px;
	}

}


@media only screen and (max-width: 340px) {

	.main-navigation.toggled ul#primary-menu > li > a {
		transition-delay: 0s;
    	margin-left: 0rem;
    }
	nav#site-navigation.toggled ul#primary-menu ul.sub-menu li a {
		transition-delay: 0s;
    	margin-left: 0rem;
    }

}


/* LT pre go-live updates */
/*body.page-template-page-internal.page-id-516 main .entry-content .rhs .inner h3:nth-child(1),
body.page-template-page-internal.page-id-514 main .entry-content .rhs .inner h3:nth-child(1),
body.page-template-page-internal.page-id-511 main .entry-content .rhs .inner h3:nth-child(1),
body.page-template-page-internal.page-id-376 main .entry-content .rhs .inner h3:nth-child(1) {
	margin-top: 0;
}*/


/* Hide Team member children from the menu after move */
nav#site-navigation ul#primary-menu #menu-item-36 ul.sub-menu{
	display: none;
}
/* New style for highlighting stats! */
body.parent-pageid-504 em{
	font-weight: bold;
	color: #003598;
	font-style: normal;
}


[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    transition-duration: .7s;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin-bottom: 3rem;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}