body {
  background-color: #f7f9fa;
}

p {
  margin: 0 0 12px;
}

/*--------------------------------------------------------------------------*/
.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/*---------------------------------------------------------------------------------*/

/* Safari Fix. Flexbox doesn't behave with psuedoelements */
.vc_row.equal-height:after,
.vc_row.equal-height:before {
  display: none;
}
.vc_row.equal-height,
.row.equal-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.vc_row.equal-height > [class*="col-"],
.row.equal-height > [class*="col-"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
}

.vc_row.equal-height .center,
.vc_row-flex .vertical-center,
.row.equal-height .center,
.row-flex .vertical-center {
  align-items: center !important;
  justify-content: center !important;
  -ms-justify-content: center !important;
  -ms-flex-pack: center !important;
}

@media only screen and (max-width: 768px) {
  .center-mobile {
    text-align: center;
  }
}

#footer-notes {
  padding: 30px 0;
  background-color: #e7edf0;
  line-height: 1.8;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  font-family: "Helvetica Neue", Atkinson Hyperlegible, "Helvetica", Helvetica,
    Arial, sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
}

#table-ancestry .td-ethnicities,
#table-ancestry .td-gene,
#table-ancestry .td-variants,
#table-ancestry .th-ethnicities,
#table-ancestry .th-gene,
#table-ancestry .th-variants,
#table-traits .td-ethnicities,
#table-traits .td-gene,
#table-traits .td-variants,
#table-traits .th-ethnicities,
#table-traits .th-gene,
#table-traits .th-variants,
#table-wellness .td-ethnicities,
#table-wellness .td-gene,
#table-wellness .td-variants,
#table-wellness .th-ethnicities,
#table-wellness .th-gene,
#table-wellness .th-variants,
.faq-list .panel > .panel-heading .panel-title > a .icon.icon-plus {
  display: none;
}

.note-text {
  color: #666768;
  font-size: 14px;
}

h1 .company-name,
h2 .company-name,
h3 .company-name {
  color: #9c9ea1;
  font-weight: 800;
}
h1 .small-text,
h2 .small-text,
h3 .small-text {
  color: #75787b;
  font-size: 0.5em;
}
h1 .company-division,
h2 .company-division,
h3 .company-division {
  color: #94cb4c;
  font-size: 0.75em;
  font-weight: 500;
}

.columns h4 {
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 10px;
}
.columns h5 {
  font-size: 25px;
  font-weight: 300;
  padding-bottom: 15px;
}

.columns > div {
  border-right: 1px solid #e0e0e0;
}

.four-col img {
  margin: 0 auto 20px auto !important;
  display: block;
  max-width: 60%;
  height: auto;
}

.four-col .vc_single_image-wrapper {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.columns h4 {
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 10px;
}
.columns h5 {
  font-size: 25px;
  font-weight: 300;
  padding-bottom: 15px;
}

.columns > div:last-child {
  border-right: none !important;
}

.image-text .video-col {
  position: relative;
}

.footer-col .col-title {
  margin-bottom: 6px;
}

.bg-gray {
  background-color: #f7f9fa;
}
.bg-white {
  background-color: #fff;
}
.social-icons a {
  color: #9c9ea1;
}
.social-icons a .fa-stack {
  border: 2px solid #9c9ea1;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
}

.social-icons a:hover,
.social-icons a:hover .fa-stack {
  color: #0080a4;
  border-color: #0080a4;
}

.hentry .article-body .meta {
  padding-bottom: 20px;
  border-bottom: 1px solid #9c9ea1;
  margin-bottom: 20px;
  width: 50%;
}

.pull-right {
  float: right !important;
}

.entry {
  padding: 30px 0;
  border-top: 5px solid #555;
  background: #fff;
  margin-bottom: 50px;
}
.entry {
  border-color: #005B98;
}
.entry.webinar {
  border-color: #15b4b4;
}

.entry .meta {
  padding: 10px 0;
  font-size: 13px;
}

.multi-steps h3 {
  font-weight: 700;
  color: #454548;
}
.multi-steps h4 {
  color: #454548;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}

.video-box {
  position: relative;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
}
.video-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color 0.5s;
}
.video-box:hover .overlay {
  background-color: rgba(0, 0, 0, 0.8);
}
.video-box img {
  display: block;
  width: 100%;
}
.video-box span {
  position: absolute;
  display: inline-block;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 15%;
}
a img {
  border: 0;
}

.wpb_wrapper ul,
.wpb_wrapper ol {
  margin-bottom: 12px;
}

/*
.wpb_wrapper p:last-child{padding-bottom:0;margin-bottom:0;}
*/

.svg-small {
  height: 200px;
  width: auto;
}
.svg-medium {
  height: 350px;
  width: auto;
}
.svg-large {
  height: 400px;
  width: auto;
}

/*.vc_row img[src$=".svg"]{ width: 100%; height: auto; }*/
img[src$=".svg"].attachment-full {
  width: 100%;
  height: auto;
  max-height: 450px;
}
img[src$=".svg"].attachment-large {
  width: 100%;
  height: auto;
  max-height: 450px;
}
img[src$=".svg"].attachment-medium {
  width: 300px;
  height: auto;
}
img[src$=".svg"].attachment-thumbnail {
  width: 200px;
  height: auto;
}
img[src$=".svg"].attachment-small {
  width: 150px;
  height: auto;
}

/*---------Hints for Screen Reader, Hide them---------------*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*---------Internal Nav----------------*/
#navbar-internal {
  z-index: 1029;
  margin-bottom: 0;
  border: none;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
}
#navbar-internal li {
  display: inline-block;
  float: none;
  text-align: center;
}

#navbar-internal li > a {
  padding: 15px;
}

#navbar-internal-container {
  height: 58px;
}

#top_logo {
  background-image: url("../svg/23andme-logo.svg");
  width: 108px;
  height: 74px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 991px) {
  .home .block-content-header {
    text-align: center;
  }
  .home .block-content-header > * {
    display: block;
  }

  #top_logo {
    background-image: url("../svg/23andme-mobile.svg");
    height: 40px;
    width: 135px;
  }
  #navbar-internal .navbar-nav > li > a,
  #navbar-internal.navbar-fixed-top .navbar-nav > li > a {
    margin: 0 auto;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #999;
    text-transform: uppercase;
  }

  #navbar-internal .navbar-nav > li,
  #navbar-internal.navbar-fixed-top .navbar-nav > li {
    width: 100%;
    text-align: center;
    float: none;
    display: block;
    border-bottom: 1px solid #e3eaed;
  }
  #navbar-internal .navbar-toggle,
  #navbar-internal.navbar-fixed-top .navbar-toggle {
    outline: none;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    border: none;
    float: none;
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
  }
  .navbar-collapse {
    height: 0;
    overflow: hidden;
  }
  .navbar-collapse.in {
    height: auto;
    overflow: visible;
  }

  #navbar-internal::after {
    content: " ";
    clear: both;
    display: block;
  }
  #navbar-internal .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    max-height: 460px;
  }

  .image-col .img-extended {
    position: inherit;
  }
  #page_nav li {
    padding: 0;
  }

  .vc_col-has-fill > .vc_column-inner,
  .vc_row-has-fill
    + .vc_row-full-width
    + .vc_row
    > .vc_column_container
    > .vc_column-inner,
  .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
  .vc_row-has-fill
    + .vc_vc_row
    > .vc_row
    > .vc_vc_column
    > .vc_column_container
    > .vc_column-inner,
  .vc_row-has-fill
    + .vc_vc_row_inner
    > .vc_row
    > .vc_vc_column_inner
    > .vc_column_container
    > .vc_column-inner,
  .vc_row-has-fill > .vc_column_container > .vc_column-inner,
  .vc_row-has-fill
    > .vc_row
    > .vc_vc_column
    > .vc_column_container
    > .vc_column-inner,
  .vc_row-has-fill
    > .vc_vc_column_inner
    > .vc_column_container
    > .vc_column-inner {
    padding-top: 10px;
  }
  /*
	DISABLED DUE TO SAFARI ISSUE ON BLOG POSTS. Is this Required anywhere?
	body>:not(header,footer) .container{padding-left:0;padding-right:0;}
	*/
  .vc_single_image-wrapper img {
    display: block;
    margin: 0 auto;
  }
  #page_nav.navbar-fixed-top {
    margin-top: 50px;
  }
  .navbar-toggle:not(.collapsed) i::before {
    content: "\f077";
  }
  #navbar-internal-container {
    height: auto;
  }

  #header.active {
    padding-bottom: 20px;
  }
}
@media (min-width: 991px) {
  .navbar-toggle {
    display: none;
  }
  #page_nav.navbar-fixed-top {
    margin-top: 120px;
  }
}
#navbar-internal-container {
  z-index: 1000;
  position: relative;
}
#navbar-internal ul {
  padding: 0;
  margin: 0;
}
.navbar-collapse {
  transition: height 0.25s;
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 30px;
  padding: 9px 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

.nav > li > a {
  display: block;
  position: relative;
}
#page_nav .wpb_column {
  background-color: white;
}
#page_nav.navbar-fixed-top {
  z-index: 10;
  position: fixed;
  top: 0;
  width: 100%;
  padding-top: 0 !important;
}
#page_nav .vc_column-inner {
  padding-top: 0;
}

.more {
  margin-top: 15px;
}

.collapse {
  max-height: 0;
  height: auto;
  overflow: hidden;
  transition: max-height 0.25s ease-out;
}
.collapse.in {
  max-height: 900px;
}

.accordion-container .panel .panel-icon {
  float: right;
}
.accordion-container .panel .panel-icon::after {
  content: "\f067";
  font-family: FontAwesome;
  padding: 4px 10px;
  color: #b2b2b2;
  font-size: 1em;
  width: 1em;
  height: 1em;
  display: inline-block;
}
.accordion-container.active .panel-icon::after {
  content: "\f068";
}

.accordion-container .panel .panel-collapse {
  transition: max-height 0.5s ease;
  transition: opacity 1.25s ease;
  background-color: #f7f9fa;
  opacity: 0;
}
.accordion-container .panel-collapse .panel-body {
  padding: 50px 100px;
}
.accordion-container .panel-body h4 {
  font-size: 26px;
  font-weight: 400;
}
@keyframes accordion-in {
  0% {
    opacity: 0.1;
  }
  25% {
    opacity: 0.1;
    max-height: 500px;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
    max-height: 9999px;
  }
}

@keyframes accordion-out {
  0% {
    opacity: 1;
    max-height: 9999px;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.25;
    max-height: 500px;
  }
  100% {
    opacity: 0;
    max-height: 0;
  }
}

.accordion-container {
  margin: 20px auto;
}
.accordion-container.inactive .panel-collapse.collapse {
  animation-name: accordion-out;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.accordion-container.active .panel-collapse.collapse {
  animation-name: accordion-in;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

[data-vc-full-width] .vc_column_container > .vc_column-inner {
  padding: 0;
}

header + [data-vc-full-width] {
  padding-top: 0;
}

#webinar_form td {
  background-color: transparent !important;
}
#webinar_form td > img {
  display: none !important;
}
#ao_form_neg_cap {
  display: none;
}

.featured-left > .row {
  margin: 0;
}

.vertical-align-content {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill
  + .vc_row-full-width
  + .vc_row
  > .vc_column_container
  > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill
  + .vc_vc_row
  > .vc_row
  > .vc_vc_column
  > .vc_column_container
  > .vc_column-inner,
.vc_row-has-fill
  + .vc_vc_row_inner
  > .vc_row
  > .vc_vc_column_inner
  > .vc_column_container
  > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_row-has-fill
  > .vc_row
  > .vc_vc_column
  > .vc_column_container
  > .vc_column-inner,
.vc_row-has-fill
  > .vc_vc_column_inner
  > .vc_column_container
  > .vc_column-inner {
  padding-top: 0;
}

.footer-navigation .social-logo {
  width: 15px;
}

@media (min-width: 768px) {
  #page_nav {
    width: 100%;
    background-color: white;
    z-index: 100;
  }
}

#navbar-internal ul li::before {
  display: none;
}

.vc_row[data-vc-full-width="true"] {
  padding-bottom: 0;
}
.vc_row[data-vc-full-width="true"] > .wpb_column.vc_column_container {
  padding: 0;
}

.nav.navbar-nav a {
  color: #777;
}
.nav.navbar-nav a.active {
  color: #0080a4;
}
.nav.navbar-nav .current-menu-item a {
  color: black;
}

#page_nav .nav.navbar-nav a {
  line-height: 24px;
  font-family: Atkinson Hyperlegible, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

.drawer-container .wpb_text_column {
  height: 250px;
  position: relative;
}
.drawer-container figure {
  height: 150px !important;
}
.drawer-container h3 {
  margin-top: 10px;
}
.drawer-opener {
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
  /*margin-top:10px;*/
  display: inline-block;
  margin: 0 auto;
  /*text-align:center;*/
}

/*
.drawer-opener::after{
	display:inline-block;
	background-color:#52CAEF;
	color:white;
	content: '\f067';
	border-radius:50%;	
	font-size:16px;
	font-family:FontAwesome;
	line-height:2.15em;
	vertical-align:middle;	
	text-align:center;		
	padding:4px 10px;
	width:40px;
	height:40px;
	margin-left:10px;
	box-sizing:border-box;
}

.drawer-opener.open::after{content: '\f068';}
.drawer-opener.teal::after{background-color:#00B4B4;}
.drawer-opener.blue::after{background-color:#52CAEF;}
.drawer-opener.purple::after{background-color:#9D237C;}
.drawer-opener.orange::after{background-color:#f37129;}
*/

.drawer-opener.teal {
  color: #00b4b4;
}
.drawer-opener.blue {
  color: #52caef;
}
.drawer-opener.purple {
  color: #9d237c;
}
.drawer-opener.orange {
  color: #f37129;
}

.drawer {
  display: none;
  position: relative;
}
.drawer-container .drawer .wpb_text_column {
  height: auto;
}

.drawer .wpb_wrapper {
  position: relative;
}

.drawer-close {
  position: absolute;
  right: -25px;
  top: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.expandToggle {
  color: #d50f67;
}
.expandToggle:not(h2)::after {
  background-color: #d50f67;
}

#page_cover {
  overflow: hidden;
}
#page_cover .vc_column-inner {
  padding-top: 0;
}
#page_cover .extended img {
  position: absolute;
  top: -110px;
  width: auto;
  height: 350px !important;
  right: 50px;
  max-width: none;
}

.page-block {
  position: relative;
}
.image-col.image-left img.extended,
.image-col.image-left .extended img {
  right: 50px;
}
.image-col img.extended,
.image-col .extended img {
  position: absolute;
  top: 0;
  width: auto;
  height: 100px !important;
  max-width: none;
  right: 50px;
  top: 50%;
}

.blog h3 {
  padding-bottom: 0;
}

.blog-post .meta {
  padding: 10px 0;
  font-size: 13px;
}

.columns h4 {
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  .entry a,
  .meta a {
    word-break: break-word;
  }
  .hentry .article-body .meta {
    width: 100%;
  }
  .social-icons {
    text-align: center;
  }
  .entry {
    max-width: 100%;
    margin: 0 auto 50px auto !important;
  }
  #page_nav {
    display: none;
  }

  .drawer-opener {
    display: none;
  }
  .drawer {
    display: block;
    height: auto;
  }
  #header .user-container {
    display: none;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .vc_row .reverse-on-mobile {
    flex-direction: column-reverse;
    display: flex;
  }
  .alignright {
    float: none;
  }
  .wp-caption.alignright {
    margin: 5px auto;
  }
}

.vc_row[data-vc-full-width="true"] .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.vc_row[data-vc-full-width="true"] .vc_column_container.vc_col-sm-12 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.featured-post img.left-image {
  float: left;
  width: 30%;
  padding-right: 15px;
}

.vc_row-has-fill .entry {
  background-color: #f7f9fa;
}

@media screen and (min-width: 992px) {
  .no-lr-padding .wpb_column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .no-lr-padding .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .hang-left img.vc_single_image-img {
    width: 200%;
    max-width: none;
    margin-left: -56%;
    height: auto;
  }
  .hang-right img.vc_single_image-img {
    width: 200%;
    max-width: none;
    margin-right: -56%;
    height: auto;
  }
}

.row.equal-height .entry {
  height: 100%;
  position: relative;
}

.entry .bottom-link {
  position: absolute;
  bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

body > .vc_row {
  margin-left: 0px;
  margin-right: 0px;
}

.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}

@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}

.job_slide .col-md-4 img {
  width: 100%;
  height: auto;
}
