body.hide_nav {
  padding-top: 0;
}

.visible-xs {
  display: none !important;
}

/* code for xxs columns */
.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (max-width: 384px) {
  .clearfix-xxs {
    clear: both;
  }
  .hidden-xxs {
    display: none;
  }
  .col-xxs-1,
  .col-xxs-2,
  .col-xxs-3,
  .col-xxs-4,
  .col-xxs-5,
  .col-xxs-6,
  .col-xxs-7,
  .col-xxs-8,
  .col-xxs-9,
  .col-xxs-10,
  .col-xxs-11 {
    float: left;
  }

  .col-xxs-1 {
    width: 8.333333333333332%;
  }

  .col-xxs-2 {
    width: 16.666666666666664%;
  }

  .col-xxs-3 {
    width: 25%;
  }

  .col-xxs-4 {
    width: 33.33333333333333%;
  }

  .col-xxs-5 {
    width: 41.66666666666667%;
  }

  .col-xxs-6 {
    width: 50%;
  }

  .col-xxs-7 {
    width: 58.333333333333336%;
  }

  .col-xxs-8 {
    width: 66.66666666666666%;
  }

  .col-xxs-9 {
    width: 75%;
  }

  .col-xxs-10 {
    width: 83.33333333333334%;
  }

  .col-xxs-11 {
    width: 91.66666666666666%;
  }

  .col-xxs-12 {
    width: 100%;
  }

  .col-xxs-push-1 {
    left: 8.333333333333332%;
  }

  .col-xxs-push-2 {
    left: 16.666666666666664%;
  }

  .col-xxs-push-3 {
    left: 25%;
  }

  .col-xss-push-4 {
    left: 33.33333333333333%;
  }

  .col-xxs-push-5 {
    left: 41.66666666666667%;
  }

  .col-xxs-push-6 {
    left: 50%;
  }

  .col-xxs-push-7 {
    left: 58.333333333333336%;
  }

  .col-xxs-push-8 {
    left: 66.66666666666666%;
  }

  .col-xxs-push-9 {
    left: 75%;
  }

  .col-xxs-push-10 {
    left: 83.33333333333334%;
  }

  .col-xxs-push-11 {
    left: 91.66666666666666%;
  }

  .col-xxs-pull-1 {
    right: 8.333333333333332%;
  }

  .col-xxs-pull-2 {
    right: 16.666666666666664%;
  }

  .col-xxs-pull-3 {
    right: 25%;
  }

  .col-xxs-pull-4 {
    right: 33.33333333333333%;
  }

  .col-xxs-pull-5 {
    right: 41.66666666666667%;
  }

  .col-xxs-pull-6 {
    right: 50%;
  }

  .col-xxs-pull-7 {
    right: 58.333333333333336%;
  }

  .col-xxs-pull-8 {
    right: 66.66666666666666%;
  }

  .col-xxs-pull-9 {
    right: 75%;
  }

  .col-xxs-pull-10 {
    right: 83.33333333333334%;
  }

  .col-xxs-pull-11 {
    right: 91.66666666666666%;
  }

  .col-xxs-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-xxs-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-xxs-offset-3 {
    margin-left: 25%;
  }

  .col-xxs-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-xxs-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-xxs-offset-6 {
    margin-left: 50%;
  }

  .col-xxs-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-xxs-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-xxs-offset-9 {
    margin-left: 75%;
  }

  .col-xxs-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-xxs-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
/*----------------------------*/

@media (min-width: 982px) {
  /*Was 1200px */

  .md-150,
  .md-150 img {
    height: 150px;
  }
  .md-250,
  .md-250 img {
    height: 250px;
  }
  .md-300,
  .md-300 img {
    height: 300px;
  }
  .md-350,
  .md-350 img {
    height: 350px;
  }
  .md-400,
  .md-400 img {
    height: 400px;
  }
  .md-450,
  .md-450 img {
    height: 450px;
  }

  .kit_hero {
    max-width: inherit;
  }
  .resource-list > ul,
  ul.three-col-list {
    list-style: none;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    text-align: left;
  }

  .two-col-list {
    list-style: none;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    text-align: left;
  }

  .answer {
    padding-right: 150px;
  }
}
@media (min-width: 992px) {
  .vc_row.section-base .wpb_wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .nested .content-block.type-resource {
    margin-right: 400px;
  }

  /* Visual Composer */
  .vc_row:not(.full) .wpb_wrapper {
    max-width: 1180px;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    /*
		padding-left: 20px;
		padding-right: 20px;
		*/
  }

  #toolkit_cover .text-col {
    height: 365px;
  }
  #toolkit_cover .img-extended {
    height: 365px;
    max-width: inherit;
  }

  .order-steps div:nth-child(1) img {
    height: 247px;
  }
  .order-steps div:nth-child(2) img {
    height: 247px;
    margin-top: -50px;
  }
  .order-steps div:nth-child(3) img {
    height: 247px;
  }
  .order-steps div:nth-child(4) img {
    height: 170px;
  }
  /*
	.order-steps > div > div:nth-child(1):not(.wpb_wrapper){height:247px;line-height:247px;}
	*/
  .order-steps > div > div:nth-child(1) img {
    vertical-align: middle;
  }
  .content-block {
    margin: 20px;
  }
}
@media (max-width: 991px) {
  #header .btn-user {
    font-size: 14px;
    padding: 0 25px;
  }

  .center-mobile {
    text-align: center;
  }
  #toolkit_cover .img-extended {
    height: 165px;
    max-width: inherit;
  }
  #toolkit_cover .text-col {
    padding-top: 160px;
  }
  .image-col .img-extended {
    max-height: 200px !important;
  }

  .mobile-no-padding-top {
    padding-top: 0;
  }
  .mobile-no-padding-bottom {
    padding-bottom: 0;
  }
  .site_heading span:nth-child(1) {
    display: block;
  }
  .hidden-sm,
  .hidden-mobile {
    display: none !important;
  }

  .content-block {
    margin: 20px;
  }
  .vc_row:not(.full) .wpb_wrapper {
    max-width: 100%;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    /*
		padding-left: 10px !important;
		padding-right: 10px !important;
		*/
  }
}
@media (max-width: 768px) {
  body {
    padding-bottom: 0 !important;
  }
  #footer {
    position: relative;
  }
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block !important;
  }
  .section-base {
    padding: 30px 0;
  }
  .toolkit img {
    display: block;
    margin: 0 auto;
    width: 33%;
  }

  .order-steps div img {
    display: block;
    margin: 0 auto;
    width: 33%;
  }

  #23andme_login h2 {
    margin: 0 !important;
  }
  #23andme_login .row p {
    margin: 5px 0;
  }

  [class*="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#footer .copyright img {
  display: inline-block;
}

.resource-list > ul,
ul.three-col-list {
  padding-left: 20px;
}

.profile-info h3.regular span {
  font-weight: normal;
}

#main_nav {
  text-transform: uppercase;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.btn.btn-danger {
  background-color: #e60000;
}
.btn.btn-danger:hover {
  background-color: #b30000;
}

/* Move modal down to show close button */
.modal-dialog {
  margin-top: 150px;
}

.modal-dialog.wide {
  width: 1000px;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.tax_box {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}

.tax_box li {
  width: 100%;
}

button.btn {
  border: none;
}

.step {
  padding: 30px;
  background-color: white;
}
.step > div {
  padding: 15px;
}

.step .three-col-list {
  margin-top: 0;
  padding-top: 5px;
}

label.error {
  color: red;
  font-style: italic;
}

.resource-list > ul label,
ul.three-col-list label {
  font-weight: normal;
}

.resource-list ul li {
  font-size: 16px;
}
.resource-list ul li a {
  color:#005B98;
}
.resource-list li {
  color: #7d7d7d;
}

#wpadminbar {
  top: -26px;
}
#wpadminbar:hover {
  top: 0;
}

.sidebar-filter label {
  font-weight: normal;
  display: block;
  padding: 12px 25px;
  cursor: pointer;
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.sidebar-filter input[type="checkbox"] {
  display: none;
}
.sidebar-filter label:hover {
  background-color: #eee;
}
.sidebar-filter :checked + label {
  background: #2F850D;
  color: #fff;
}

.media-box {
  padding: 10px;
  list-style: none;
  border-radius: 3px;
}
.media-box li {
  border: 1px solid #c8c8c8;
  text-indent: 1em;
  padding: 4px;
}
.media-box li::before {
  content: "";
  margin-right: 0;
}
.media-box .hdr {
  background-color: #f8f8f8;
}

.ico {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: contain;
}
.ico.vid {
  background-image: url("../img/ico/video.png");
}
.ico.doc {
  background-image: url("../img/ico/document.png");
}
.ico.audio {
  background-image: url("../img/ico/audio.png");
}
.ico.xls {
  background-image: url("../img/ico/spreadsheet.png");
}
.ico.ppt {
  background-image: url("../img/ico/powerpoint.png");
}
.ico.img {
  background-image: url("../img/ico/img.png");
}
.ico.pdf {
  background-image: url("../img/ico/pdf.png");
}
.ico.url {
  background-image: url("../img/ico/website.png");
}

i.lesson {
  display: inline-block;
  width: 65px;
  height: 65px;
  background-size: contain;
  display: inline-block;
  background-image: url("../img/resource/lesson.png");
  background-repeat: no-repeat;
}
i.resource {
  width: 65px;
  height: 65px;
  background-size: contain;
  display: inline-block;
  background-image: url("../img/resource/content.png");
  background-repeat: no-repeat;
}

i.resource.other {
  background-image: url("../img/resource/other.png");
}
i.resource.learning-activity {
  background-image: url("../img/resource/learning-activity.png");
}
i.resource.educator-material {
  background-image: url("../img/resource/educator-material.png");
}
i.resource.assessment {
  background-image: url("../img/resource/assessment.png");
}

section ul li {
  list-style: disc;
  text-indent: 0;
}
section ul li:before {
  content: "";
}

section ul li:before {
  margin-right: 0;
}

.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

ul.post-categories li {
  display: inline-block;
}

.popup-doc .mfp-content {
  width: 980px;
  height: 80%;
}

/*--------------------------Notify Toby Of These Changes---------------------*/
a:hover,
a:active,
a:focus {
  outline: 0;
  text-decoration: none;
}
.author {
  font-size: 16px;
}

.content-block .title {
  font-family: Atkinson Hyperlegible, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

.content-block i {
  margin: 10px 25px 25px 25px;
}

h2.quote {
  font-weight: 400;
  color: #0e8c8c;
  line-height: 1.5;
}
small.quote {
  color: #0e8c8c;
  line-height: 1.3em;
}
small.quote span {
  color: #008080;
}
.disclaim {
  font-size: 14px;
  font-style: italic;
  line-height: 1.3em;
}

/*
.text-large{font-size:16px;line-height:1.5em;}
*/
.content-block.small .block-header {
  margin-top: 10px;
}
.content-block.small .title {
  font-size: 24px;
  line-height: 1.1em;
  font-weight: 900;
}
.content-block.small .tags a {
  color: #3b95d3;
}
.section-bg-light {
  background-color: #f8f8f8;
}

.section-base-thin {
  padding: 35px 0;
}

a img {
  text-decoration: none;
}

input[type="submit"] {
  background-color: #3ba510;
  padding: 0 35px;
  height: 54px;
  font-size: 25px;
  line-height: 54px;
  display: inline-block;
  margin: 0.5em 0;
  padding: 0 35px;
  height: 44px;
  border: none;
  border-radius: 3px;
  color: #fff;
  vertical-align: middle;
  font-weight: 500;
  font-size: 16px;
  font-family: Atkinson Hyperlegible, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 44px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

input[type="submit"]:hover {
  background-color: #327216;
}

input[type="date"] {
  box-sizing: border-box;
  padding: 0 30px;
  height: 46px;
  outline: none;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  background: #fff;
  color: #333435;
  font-weight: 500;
  font-size: 16px;
  font-family: Atkinson Hyperlegible, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
}

.blog-sidebar li {
  font-weight: normal;
  font-size: 16px;
  color: #6b6b6b;
  font-family: Atkinson Hyperlegible;
}
.blog-sidebar > li {
  font-weight: bold;
  font-size: 24px;
  color: #3ba510;
}

.section-bg {
  background-color: #f7f9fa;
}

small {
  line-height: 1.3em;
}

.input-group .input-group-addon {
  padding-left: 20px;
}

/*-------------------------------------------------------------------------------*/

.text-small {
  font-size: 13px;
  line-height: 1.4em;
}

.video_wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  /*padding-top: 25px;*/
  height: 0;
}
.video_wrapper iframe,
.videoWrapper object,
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-progress .bar.four-steps span {
  width: 25%;
}

.content-block.type-lesson {
  border-top: 4px solid #425dbf;
}
.content-block.type-resource {
  border-top: 4px solid #2F850D;
}
.content-block.small {
  text-align: center;
  display: block;
} /* width:100%; removed as bug on blog */

.author-header > p {
  margin-top: 10px;
}

.modal-progress .bar.four-steps span:nth-child(1) {
  background: #94c44f;
}
.modal-progress .bar.step-2.four-steps span:nth-child(2) {
  background: #94c44f;
}
.modal-progress .bar.step-3.four-steps span:nth-child(3) {
  background: #94c44f;
}
.modal-progress .bar.step-4.four-steps span:nth-child(4) {
  background: #94c44f;
}

.modal-progress .bar.four-steps span:nth-child(1) {
  border-radius: 12px 0 0 12px !important;
}
.modal-progress .bar.four-steps span:nth-child(2) {
  border-radius: 0 12px 12px 0 !important;
}
.modal-progress .bar.four-steps span:nth-child(3) {
  border-radius: 12px 0 0 12px !important;
}
.modal-progress .bar.four-steps span:nth-child(4) {
  border-radius: 0 12px 12px 0 !important;
}

.modal-progress .steps li:nth-child(1) {
  width: 22%;
}
.modal-progress .steps li:nth-child(2) {
  width: 28%;
}
.modal-progress .steps li:nth-child(3) {
  width: 25%;
}
.modal-progress .steps li:nth-child(4) {
  width: 25%;
}

.terms {
  font-size: 14px;
  border: 1px solid #d6d6d6;
  padding: 10px;
}

#order_modal .body-2 {
  line-height: 1.4em;
}

/*
.stop-scrolling #footer{position:relative;}
*/

.missing {
  display: inline-block;
  background-color: red;
  color: white;
  padding: 10px;
}

.section-banner {
  height: 300px;
}
.section-banner [class*="col-"] {
  height: 300px;
}
.section-banner .banner-text {
  font-size: 22px;
}

/*--------FROM 23and Me-------------*/
.academic-program .section.program-resources .box .arrow {
  background-image: url("../img/video_arrow_2x.png");
  background-size: 40px 40px;
}
.academic-program .section.program-resources .box .arrow {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../img/video_arrow.png");
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.academic-program .section.program-resources .box .title {
  font-weight: 400;
  margin-top: 10px;
}
.academic-program .section.program-resources .box .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 5px 10px;
}
.academic-program .section.program-resources .box {
  padding: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.block-grid {
  list-style: none;
}
/*
.block-grid.three-up>li {
    width: 33.33333%;
    padding: 0 12px 12px;
}
*/
.block-grid > li {
  display: block;
  height: auto;
  float: left;
}
.section.program-resources .box {
  display: inline-block;
  padding: 10px;
  width: 100%;
  min-height: 134px;
  background: #7ac142;
  color: #fff;
  position: relative;
  line-height: 1.2em;
}

li {
  list-style: none;
}
.blog-sidebar ul li:before {
  content: "";
}

.modal .close,
.modal-close {
  color: transparent;
}

.bg-light {
  background-color: #f7f9fa;
}

.border-top {
  border-top: 1px solid #EDEDED;
}
.border-bottom {
  border-bottom: 1px solid #EDEDED;
}

.body-1 {
  font-size: 20px;
}
.body-2 {
  font-size: 16px;
}
.body-3 {
  font-size: 14px;
  line-height: 1.3em;
}

textarea {
  padding: 10px;
}

/*------------------Fixes for Bootstrap Select ------------------*/
.bootstrap-select {
  box-sizing: border-box;
  position: relative;
}
.bootstrap-select .btn {
  color: #333;
  background-color: white;
  border-color: #adadad;
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 0;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap-select .btn:active {
  background-color: #e6e6e6;
}
.dropdown-menu.inner li:before {
  content: "";
  display: none;
}
.dropdown-menu ul li {
  text-indent: 0;
}
.bootstrap-select .btn.dropdown-toggle:focus {
  outline: none !important;
}
.dropdown-toggle.btn-default {
  border: 1px solid #ccc;
}
.bootstrap-select .dropdown-menu {
  left: auto;
}
.open > .dropdown-toggle.btn-default {
  background-color: #e6e6e6;
}

.glyphicon-ok.check-mark::before {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
}

.content-block.type-post {
  border-top: 4px solid #12b5b4;
}
.content-block.type-page {
  border-top: 4px solid #12b5b4;
}

.share {
  margin-top: 20px;
}
.share .btn {
  cursor: pointer;
  color: black;
  border-radius: 50%;
  border: 2px solid black;
  background-color: white;
  padding: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.share .btn:hover {
  background-color: black;
  color: white;
}

.title-block h1,
h1.bold {
  font-weight: bold;
  font-family: Atkinson Hyperlegible;
}
/*
.title-block h2{}
*/

.footer-navigation .social-logo {
  width: auto;
}
footer .social-logo i.fa {
  color: #333435;
  border: none;
  width: auto;
  height: auto;
  font-size: 16px;
}
footer .social-logo i.fa:hover {
  color: #333435;
  border: none;
  background-color: transparent;
}

.line-bottom {
  border-bottom: 1px solid #EDEDED;
}

.guest #header .btn-search {
  bottom: 0;
}

/* TODO: Change this */
.video-lesson1 {
  background-image: url("https://www.23andme.com/res/img/public/sections/academic/vy2oDMctavqIKpvvhjfx_g_genes_video.jpg") !important;
}
.video-lesson2 {
  background-image: url("https://www.23andme.com/res/img/public/sections/academic/eupWHD5G2q6s4ubXJn9SAQ_snps_video.png") !important;
}
.video-lesson3 {
  background-image: url("https://www.23andme.com/res/img/public/sections/academic/CM2mWtRiUWe_qmxaa_rP_g_wheredogenes_video.png") !important;
}
.video-lesson4 {
  background-image: url("https://www.23andme.com/res/img/public/sections/academic/JVTK9CxxAw8Y7Y9RFTg-aQ_whatarephenotypes_video.jpg") !important;
}
.video-lesson5 {
  background-image: url("https://www.23andme.com/res/img/public/sections/academic/8jsaWMV18g75Mnj5d9Gnkw_whynoy_video.jpg") !important;
}
.video-prologue {
  background-image: url("https://www.23andme.com/res/img/public/sections/academic/SIY2zMXbOYsKX0gAGUuquA_humanhistory_video.jpg") !important;
}
.video-part1 {
  background-image: url("https://www.23andme.com/res/img/public/sections/academic/dCqNyf_e6FF_t6SlxylLnA_outofafrica_video.jpg") !important;
}
.video-part2 {
  background-image: url("https://www.23andme.com/res/img/public/sections/academic/2o6V7XvymkVjHXRyEClvNw_weatheringstorm_video.jpg") !important;
}
.video-part3 {
  background-image: url("https://www.23andme.com/res/img/public/sections/academic/SIY2zMXbOYsKX0gAGUuquA_humanhistory_video.jpg") !important;
}
.video-epilogue {
  background-image: url("https://www.23andme.com/res/img/public/sections/academic/37_zjixEM1dAO94MIcq5ow_sowemeetagain_video.jpg") !important;
}
.video-relatives {
  background-image: url("https://www.23andme.com/res/img/public/sections/academic/L_yF3pQil4V_MrOHwZFW8w_fifthcousin_video.jpg") !important;
}

.boxes .box .arrow {
  background-image: url(https://www.23andme.com/res/img/public/sections/academic/-fhYjOQx9pBDKkGIm7eFvQ_video_arrow.png) !important;
}

.resource-list li,
.three-col-list li {
  list-style: none !important;
}

.expandToggle {
  cursor: pointer;
}
.expandToggle.open {
  color: #3ba510;
}

.expandToggle.noIcon::after {
  content: unset !important;
}

h2.expandToggle::after,
p.expandToggle::after {
  width: 20px;
  height: 20px;
  content: " ";
  display: block;
  float: right;
  background-image: url("../img/svg/FAQ_Open.svg");
}
h2.expandToggle.open::after,
p.expandToggle.open::after {
  background-image: url("../img/svg/FAQ_Close.svg");
}

ol li {
  list-style: inherit;
}

ul.no-bull li {
  list-style: none;
}

.search sidebar {
  margin-top: 67px;
}

.search main article:n-child(1) {
  margin-top: 0;
}

.text-bold {
  font-weight: bold;
}

.blog-post header {
  text-align: left;
}
.blog-post .excerpt {
  text-align: left;
}

.modal-dialog {
  margin-top: 50px;
}
.modal-close {
  top: 10px;
  right: 0;
  background-image: none;
  color: black;
  z-index: 100;
  text-decoration: none !important;
  font-size: 1.5em;
}

#wpcf7-f4-o1 input[type="text"],
#wpcf7-f4-o1 input[type="email"],
#wpcf7-f4-o1 textarea {
  width: 100%;
}

/* PLAY BUTTON */

.boxes .box .overlay {
  background-color: transparent;
}

.boxes .box {
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.btn-play.hover,
.btn-play:focus,
.btn-play:hover {
  background-color: #fff;
  color: #94cb4c;
}

.btn-play {
  vertical-align: middle;

  text-transform: uppercase;
  border: 2px solid #fff;
  background-color: transparent;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-clip: padding-box;
  font-size: 25px;
  text-align: center;
  padding: 10px 30px;
  transition: background 0.35s ease;
  letter-spacing: 0.15em;
  color: #fff;
  z-index: 1;
}

.content-block .title a:hover {
  color: #005b98;
  text-decoration: underline;
}
.content-block .tags a:hover {
  color: #005b98 !important;
  text-decoration: underline;
}

.btn-gray {
  background-color: #737373;
  cursor: pointer;
}
.btn-gray:hover {
  background-color: #595959;
}

.wide-input input[type="text"],
.wide-input input[type="email"],
.wide-input input[type="tel"],
.wide-input textarea {
  width: 100%;
}

#videos .box .title,
.videos .box .title {
  position: absolute;
  top: 10px;
  left: 10px;
  text-shadow: 2px 2px 3px black;
}

.videos .boxes .overlay,
#videos .boxes .overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.btn-play {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.row-10 > div {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Visual Composer Customizing */
.wpb_single_image .vc_single_image-wrapper {
  display: block;
}
.vc_row.wpb_row {
  margin-bottom: 0;
}

/*body > .vc_row{padding:50px 0;}*/
body > .vc_row {
  padding: 100px 0;
}
body .vc_row > .wpb_column > .vc_column-inner {
  padding-top: 0 !important;
}
body > .vc_row.section-team {
  padding: 0;
}
.vc_row:not(.padded) > .wpb_column.vc_column_container {
  padding: 0;
}
body > div.vc_row {
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 992px) {
  .vc_row:not(.padded) > .wpb_column.vc_column_container {
    padding: 0;
  }
}
.wpb_wrapper ul li {
  text-indent: 0;
  list-style: disc;
}
.wpb_wrapper ul {
  margin: 0;
  padding: 0 0 0 1em;
  list-style-type: none;
  letter-spacing: normal;
}

.img-col .wpb_wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*--------------------------*/

section .terms-content ul li {
  list-style: none;
}

ol.lower-roman li {
  list-style-type: none;
}
ol.lower-roman {
  counter-reset: roman;
}
ol.lower-roman > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
}

section .terms-content ol {
  padding: 0;
}
#registration_modal .terms h1 {
  padding-top: 0 !important;
  font-size: 20px;
}
#registration_modal .terms .body-2 {
  font-size: 14px;
  line-height: 1.3em;
}

#registration_modal .terms p,
#registration_modal .terms ol {
  padding-left: 20px;
}

.blog .row p:first-child {
  margin-top: 0;
}

.comment-list cite {
  font-weight: bold;
}
.comment-list,
.comment-list ol {
  list-style: none !important;
}
.comment-body p {
  margin: 5px 0;
}

.comment-list .children {
  margin-top: 10px;
}
.comment-list .comment-meta {
  font-size: 14px;
}

h2.lesson {
  color: #425dbf;
}
h2.resource {
  color: #2F850D;
}

.title-block h1 {
  margin-top: 5px;
}
.title-block h2 {
  margin-bottom: 5px;
}

.title-block h2 img {
  height: 0.8em;
  width: auto;
  vertical-align: initial;
}
/*
.title-block h1,.title-block h2{display:inline-block;}
*/
.icon-23 {
  height: 0.8em;
  width: 0.8em;
  vertical-align: initial;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-23.content {
  background-image: url("../img/resource/content.png");
}
.icon-23.assessment {
  background-image: url("../img/resource/assessment.png");
}
.icon-23.educator-material {
  background-image: url("../img/resource/educator-material.png");
}
.icon-23.learning-activity {
  background-image: url("../img/resource/learning-activity.png");
}

.content-block h3 {
  display: inline-block;
}

.content-block {
  padding: 10px 20px;
}

.resource.block {
  width: 250px;
  height: 250px;
  background-color: #f8f9fb;
  background-position: center;
  background-size: inherit;
}

.content-block.type-resource .title,
.content-block.type-lesson .title {
  margin-bottom: 15px;
}

.content-block.type-resource .topics,
.content-block.type-lesson .topics {
  font-size: 1em;
}
.content-block.type-resource .topics a:hover,
.content-block.type-lesson .topics a:hover {
  color: #005b98;
}
.content-block.type-resource .topics,
.content-block.type-lesson .topics {
  margin-bottom: 20px;
}

.media-icon img {
  display: inline-block;
  width: 50px;
  height: auto;
}

.title-block h1 {
  margin-bottom: 39px;
}
.post-meta {
  margin-bottom: 10px;
}

.action_buttons:first-child {
  margin-top: -5px;
}

.resource-meta {
  margin-bottom: 10px;
}

.resource-meta b {
  color: #6b6b6b;
}

.download-content-box.resource i {
  vertical-align: middle;
}
.download-content-box.resource i {
  width: 40px;
  height: 40px;
}

.download-content-box a,
.download-content-box .title a {
  color: #005B98;
}
.download-content-box a:hover,
.download-content-box .title a:hover {
  color: #005b98;
}

.lesson-summary > p:first-child {
  margin-top: 0;
}

.content-block .link a {
  font-size: 17px;
  line-height: 1.6em;
}

.section-team .wpb_wrapper > p {
  margin-top: 0;
}

.section-team .more {
  margin-bottom: 15px !important;
}

.section-disclaimer,
.section-thin {
  padding: 50px 0 !important;
}

.section-xxs {
  padding: 30px 0;
}
.section-xxs p {
  margin: 0;
}

.btn.btn-outline {
  background-color: transparent;
}
.btn.btn-outline.btn-danger {
  border: 1px solid #e60000;
  color: #e60000;
}
.btn.btn-outline.btn-danger:hover {
  border: 1px solid #b30000;
  color: #b30000;
  color: white;
}

.btn.btn-outline.btn-success {
  border: 1px solid #2F850D;
  color: #2F850D;
}
.btn.btn-outline.btn-success:hover {
  border: 1px solid #74a529;
  color: white;
  background-color: #74a529;
}

.download-content-box .title {
  border-color: #edeff0;
}
.download-content-box {
  border-color: #edeff0;
  border-top: 4px solid #edeff0;
}
.download-content-box ul {
  background-color: #f8f8f8;
}
.download-content-box ul li {
  border-color: #edeff0;
}

.download-content-box .title.body-1 {
  font-size: 16px;
}

.content-block dt,
.content-block dd {
  display: inline-block;
}
.content-block.type-resource dl.meta dd,
.content-block.type-lesson dl.meta dd {
  margin-left: 10px;
}

.expandToggle:not(h2)::after {
  display: inline-block;
  background-color: #005B98; /*#0E8C8C;*/
  content: "\f067";
  border-radius: 50%;
  color: white;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  margin-left: 10px;
  font-family: FontAwesome;
  padding: 4px 10px;
  width: 1em;
}
.expandToggle:not(h2).open::after {
  content: "\f068";
}

.content-block.type-resource .title,
.content-block.type-lesson .title {
  margin-top: 10px;
}
/*
.dl.meta{color:#333435;}
*/
.profile-header h1.title {
  font-family: Atkinson Hyperlegible, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

.content-block.type-resource dl.meta,
.content-block.type-lesson dl.meta {
  font-size: 0.9em;
  line-height: 1.5em;
}

#content_info {
  padding: 30px 0;
}
.content-block .action_buttons {
  margin-bottom: 0;
  margin-top: 10px;
}

.dl.meta span.type {
  color: black;
}

#content_other {
  margin-bottom: 20px;
}

.content-block .icon-box {
  display: inline-block;
  float: left;
  margin-right: 25px;
}
.content-block .content-details {
  display: inline-block;
  float: left;
  width: 80%;
}

.content-block.type-resource .content-details {
  width: 78%;
}

.download-content-box ul li {
  border-bottom: none;
}
.download-content-box > .title b {
  display: block;
  margin-bottom: 20px;
}

.no-border-bottom {
  border-bottom: none !important;
}

.download-content-box .item-icon {
  padding-right: 0;
}
.download-content-box i {
  margin-right: 15px;
}

.share img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  cursor: pointer;
  margin-top: 10px;
}

.share span::before {
  content: " ";
  display: inline-block;
  width: 41px;
  height: 41px;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-right: 10px;
}

.share span.facebook::before {
  background-image: url("../img/share/fb.png");
}
.share span.facebook:hover::before {
  background-image: url("../img/share/fb_hover.png");
}

.share span.twitter::before {
  background-image: url("../img/share/twitter.png");
}
.share span.twitter:hover::before {
  background-image: url("../img/share/twitter_hover.png");
}

.share span.email::before {
  background-image: url("../img/share/email.png");
}
.share span.email:hover::before {
  background-image: url("../img/share/email_hover.png");
}

.share span.linkedin::before {
  background-image: url("../img/share/linkedin.png");
}
.share span.linkedin:hover::before {
  background-image: url("../img/share/linkedin_hover.png");
}

.col-xs-centered {
  position: relative;
}
.col-xs-centered > img {
  top: 0;
  position: absolute;
}

/*
.nested .content-block .content-details{width:75%;}
*/

.vc_row.full {
  padding-top: 0;
  padding-bottom: 0;
}

.text-tiny {
  font-size: 14px;
  line-height: 1.5em;
}
.text-small {
  font-size: 13px;
  line-height: 1.4em;
}

.content-block .meta > dt {
  width: 130px;
  display: inline-block;
}

.share {
  padding-top: 5px;
  padding-bottom: 5px;
}

table.meta {
  font-size: 0.9em;
  line-height: 1.4em;
  color: #6b6b6b;
}
table.meta th {
  text-align: left;
  padding-right: 10px;
  width: 20%;
}
table.meta th,
table.meta td {
  padding-bottom: 20px;
}

.download-content-box .title {
  overflow: hidden;
}
.download-content-box .title > i {
  float: left;
}
.download-content-box .title > a {
  float: left;
  width: 80%;
}

.btn:focus {
  outline: 0;
}

.lesson-summary {
  line-height: 1.4em;
}

.hide-overflow {
  overflow: hidden;
}

.wysiwyg-editor {
  min-height: 100px !important;
}
.wysiwyg-editor p:first-child {
  margin-top: 0;
}

.topic_block label {
  font-weight: normal;
}
.topic_block ul {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}

.comment-form label {
  display: block;
}

ol.comment-list > .comment {
  margin-bottom: 25px;
}

body .shareaholic-share-buttons-container ul.shareaholic-share-buttons {
  margin: 0 !important;
}

ul.shareaholic-share-buttons li:nth-child(1) {
  padding-left: 0 !important;
}

.carrier-status-color,
a.carrier-status-color:hover,
a.carrier-status-color:focus {
  color: #3ba510;
}

.footer-navigation ul {
  font-weight: 400;
}

.top-footer .col-title {
  font-weight: 600;
}

.footer-col {
  font-family: Atkinson Hyperlegible, Helvetica, Sans-Serif;
}

.social .fa {
  line-height: 1.2;
}
@media (min-width: 992px) {
  .footer-col {
    padding: 0 5px;
  }
}

/* Medical Table Styling */
table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%;
}
.tablesaw {
  border-collapse: collapse;
  width: 100%;
  border: 0;
  padding: 0;
}
.tablesaw-stack td,
.tablesaw-stack th {
  text-align: left;
  display: block;
}
.tablesaw td,
.tablesaw th {
  box-sizing: border-box;
  padding: 0.5em 0.7em;
}
.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf;
}
.tablesaw-stack tr {
  clear: both;
  display: table-row;
}
.tablesaw-stack td,
.tablesaw-stack th,
.tablesaw-stack thead td,
.tablesaw-stack thead th {
  display: table-cell;
  margin: 0;
}
.tablesaw-stack > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.tablesaw > tbody > tr > td,
.tablesaw > tbody > tr > th.tablesaw > tfoot > tr > td,
.tablesaw > tfoot > tr > th {
  vertical-align: top;
}
.tablesaw > tbody {
  font-size: 16px;
  line-height: 1.5em;
}
.tablesaw .th-reports {
  width: 50%;
}
@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row;
  }
}

/*Visual Composer Update Fix*/
.wpb_single_image .vc_figure {
  display: inherit;
}
.full .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.wpb_content_element {
  margin-bottom: 0;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slide-image {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-group.for-select .input-group-addon {
  border-radius: 3px 0 0 3px;
}
.input-group .styled_select {
  border-left: none;
  border-radius: 0 3px 3px 0;
}

/*------------------NEW-------------------*/
.row.equal-height:after,
.row.equal-height:before {
  display: none;
}
.row.equal-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row.equal-height > [class*="col-"],
.row.equal-height > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
}

.row.equal-height .center {
  align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
}
.welcome-compare-card {
  top: -60px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  display: block;
  margin: 10px;
  padding: 30px 52px 0;
  position: relative;
  min-height: 444px;
  width: 380px;
}

body .tpd-size-medium .tpd-content {
  font-size: 14px;
}

.blog .article-block img {
  height: auto;
  max-height: 219px;
}
.article-block .inner {
  height: 100%;
}

.article-block .title {
  font-weight: bold;
}

.section-links p,
#secondary-nav p {
  margin-top: 0 !important;
}

.article-block .image {
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
.article-block .content {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.topic-blocks img {
  width: 360px;
  height: 200px;
  background-color: #f8f9fb;
}

.article-block .content {
  border: none;
}
.article-block .inner {
  border: 2px solid #edeff0;
  border-radius: 3px;
}

.team-members li {
  overflow: hidden;
}

.widget.related ul.lessons li .image {
  padding: 0;
}
ul.lesson-resources li .content {
  border-bottom: none;
  padding: 15px 0;
}

ul.lesson-resources li .image {
  padding: 20px 0;
  border-bottom: none;
}

.widget.related .content .title a {
  color: #005B98;
}
.widget.related .content .title a:hover {
  color: #005b98;
}
.widget.related > .title,
.widget.author .title {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  margin-top: 0;
  color: #6b6b6b;
}

.article-block .content {
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-block.lesson .content,
.article-block.post .content {
  height: 165px;
}

.taxonomy-cover .image {
  background-size: contain;
}

.topic-blocks .article-block img {
  padding: 15px 0;
}

.curriculum-standards > .row {
  padding-left: 20px;
  padding-right: 20px;
}
.curriculum-standards h3 {
  margin-top: 0;
}
.vc_row-fluid[data-vc-full-width="true"] {
  padding-top: 0;
  padding-bottom: 0;
}
body > .vc_row[data-vc-full-width="true"] .wpb_wrapper {
  padding: 0;
  max-width: none;
}

.parent-lesson img {
  width: 100px;
  height: auto;
}
.lesson-resources a.tag {
  font-size: 16px;
}

.team-members .role {
  line-height: 1.2em;
}

.team-members li .role {
  height: 1em;
}
.team-members li:hover .role {
  height: auto;
}

.widget.author .description {
  text-align: center;
}
.widget.author .name {
  line-height: 1.3em;
}

.action_buttons.small a {
  height: auto;
  padding: 0 7px;
  line-height: 1.7em;
  font-size: 16px;
}

.topic-blocks {
  padding-top: 0;
}

.title > img {
  width: 60px;
  height: auto;
  vertical-align: middle;
  padding-right: 15px;
}

.wpb_wrapper .section-links a {
}
.wpb_wrapper .section-links a + br {
  display: none;
}

.section-links {
  font-weight: 400;
}

.action_buttons button,
.action_buttons a {
  margin-top: 0px;
}

.widget.related ul.lessons .more_related {
  display: block;
  margin-top: 20px;
  color: #005B98;
}

.order-btn {
  border-color: #d50f67;
  background-color: #d50f67;
  color: white;
  border-radius: 1000px;
}
.order-btn:hover {
  background-color: #8c0e45;
  border-color: #8c0e45;
}

.article-block time.date {
  margin-top: -10px;
}

.caret {
  width: 8px;
  height: 8px;
  border: none;
  background-image: url("../img/caret.svg");
  background-size: cover;
  margin-top: -2px;
  transform: rotate(180deg);
  background-size: contain;
  background-repeat: no-repeat;
}
li:hover .caret {
  transform: rotate(0deg);
}

.two-col-list li {
  list-style: none !important;
}
.levels_and_topics h3 {
  color: #72ac4d;
  font-weight: bold;
}
.levels_and_topics ul {
  padding: 0;
}

.levels_and_topics .levels a {
}
.levels_and_topics .topics a {
}

#cta-bar .img-container {
  height: 110px;
}
#cta-bar .img-responsive {
  max-width: 30%;
  height: auto;
}

#cta-bar .two-col .img-responsive {
  max-width: 50%;
}
#cta-bar .two-col .img-container {
  height: auto;
}

@media (min-width: 768px) {
  .section-links {
    font-size: 20px;
  }
}
@media (max-width: 981px) {
  .mobile-w50,
  .mobile-w50 img {
    margin: 0 auto;
    max-width: 50px;
  }
  .mobile-w100,
  .mobile-w100 img {
    margin: 0 auto;
    max-width: 100px;
  }
  .mobile-w150,
  .mobile-w150 img {
    margin: 0 auto;
    max-width: 150px;
  }
  .mobile-w200,
  .mobile-w200 img {
    margin: 0 auto;
    max-width: 200px;
  }
  .mobile-w250,
  .mobile-w250 img {
    margin: 0 auto;
    max-width: 250px;
  }
  .mobile-w300,
  .mobile-w300 img {
    margin: 0 auto;
    max-width: 300px;
  }
}
@media (max-width: 992px) {
  #cta-bar .top-text {
    text-align: left;
  }
  #cta-bar h2 {
    font-size: 1.57em;
    text-align: center;
  }

  #cta-bar .img-responsive {
    max-width: 100%;
  }

  .cta_bar p {
    padding: 0 15px;
  }
  .reverse-mobile-order {
    display: flex;
    flex-flow: column;
  }
  .reverse-mobile-order > .wpb_column:nth-child(1) {
    order: 2;
  }
  .reverse-mobile-order > .wpb_column:nth-child(2) {
    order: 1;
  }
  .text-left-mobile {
    text-align: left;
  }
  .no-padding-mobile {
    padding: 0 !important;
  }
  .no-margins-mobile {
    margin: 0 !important;
  }

  #main_nav .dropdown-menu.open {
    display: block;
  }

  .dropdown-menu {
    box-shadow: none;
    float: none;
  }

  .section-links a {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .vc_custom_1485232287597 {
    background-size: contain !important;
    background-position: center top !important;
  }

  #main_nav .dropdown-menu {
    display: none;
  }
  .btn {
    margin: 10px auto !important;
  }
  body > .vc_row {
    padding: 50px 0;
  }
  .vc_row > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
  .vc_row:not(.full) .wpb_wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .vc_col-xs-12 > .vc_column-inner {
    padding: 0;
  }

  .controls {
    text-align: center;
  }
  .flex-control-paging {
    height: 10px;
    display: inline-block;
    width: auto;
  }
}
@media (min-width: 992px) {
  body {
    padding-top: 119px;
    transition: padding 0.5s;
  }

  body.scrolled {
  }

  /* Visual Composer */
  .vc_row:not(.padded) > .wpb_column.vc_column_container {
    padding: 0;
  }

  .dropdown-menu {
    max-height: 0;
    transition: max-height 0.5s;
    text-transform: none;
    border-bottom: 1px solid #EDEDED;
    border-radius: 0;
  }
  .dropdown-menu.open {
    max-height: 10em;
  }

  .nav a:hover {
    background-color: transparent;
    color: #0d0e0e !important;
  }

  .logged-in-user {
    display: inline-block;
  }

  .article-block .inner img {
    width: 383px;
    height: 249px;
  }

  body div.vc_row .wpb_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .four-column .article-block:nth-child(3n + 1) {
    clear: none;
  }
  .four-column .article-block:nth-child(4n + 1) {
    clear: left;
  }

  .six-column .article-block:nth-child(3n + 1) {
    clear: none;
  }
  .six-column .article-block:nth-child(6n + 1) {
    clear: left;
  }

  .six-column .article-block {
    width: 16.6%;
  }

  .six-column .article-block .inner img {
    width: 170px;
    height: 170px;
  }

  .six-column .article-block .content {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .four-column .article-block {
    width: 25%;
  }
}
