body > .vc_row {
    padding: 90px 0;
}

#header .btn-search{
	vertical-align:unset;
}



img[src$=".svg"].attachment-thumbnail{
    width: auto;
    height: 200px;
}

img[src$=".svg"].attachment-square{
    width: auto;
    height: 250px;
}

img[src$=".svg"].attachment-h300{
    width: auto;
    height: 300px;
}

iframe[src*="docs.google.com/forms"]{
	width:100%;
	height:90vh;
}

a.expandToggle:hover,a.expandToggle.open{color:#d50f67;}


.equal-height,.eq-height{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.vertical-center,.v-center{
	align-items: center;
    display: flex;
}

.flex-end{
	justify-content:flex-end;
}

.fl-no{ float: none; }
.ib{ display: inline-block; }


.vc_row.chromosome-banner{
	color:black;
	background-color:white;
	background-image: url(/wp-content/themes/23andMe-Medical/media/img/chromosome-banner.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top:30px;
	padding-bottom: 160px;
}


@media(max-width: 991px){
	.vc_row.chromosome-banner{
		padding-bottom:90px;
		background-size: contain;
		background-repeat: no-repeat;
	}
}


@media screen and (min-width: 992px){
	#header .link{
		position: inherit;
		top: 0px;
		left: -5px;
		line-height: 119px;
		-webkit-transition: line-height .3s;
		transition: line-height .3s;
		margin: 45.5px 0;
		color:#0D0E0E;
	}
	
	body.scrolled #header .link{
		line-height: 69px;
	}
	
}



@media (min-width:768px) and (max-width:1300px){
	header .mod-twitter{height:1em;}
	header .mod-twitter span{display:none;}
	#menu-navigation li{padding-left:0;}
}
