::-moz-selection { /* Code for Firefox */
    color: white;
    background: #f4b633;
}

::selection {
    color: white; 
    background: #f4b633;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f4b633;
  box-shadow: 0 3px 19px -9px #000;
}

.navlink {
  position: static;
  padding: 10px 20px;
	  font-family: Teko, sans-serif;
  color: #fff;
  font-size: 24px;
/*   font-weight: 700; */
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.navlink:hover {
  color: #d6d6d6;
}

.navlink.w--current {
  color: #fff;
  text-decoration: none;
}

.navlink.w--current:hover {
  color: #d6d6d6;
}

.navlink.dropdown-navlink {
  padding-top: 0px;
  padding-bottom: 0px;
}

.nav-menu {
  float: none;
  text-align: center;
}
table {
	width:100%;
	margin-bottom:50px;
}
th, td {
    border-bottom: 1px solid #ddd;
    padding: 0 15px;
}
tr:hover {background-color: #f5f5f5}

th {
    background-color: #ddd;
/*     color: white; */
    text-align: left;
}

.sm-icon {
  width: 20px;
  height: 20px;
}

.sm-icon.sm-author-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-left: 10px;
}

.sm-icon.sm-author-icon:hover {
  margin-top: -10px;
}
.section, .section-pricing, 
.section-logos, .section-authors, .section-endorsements {
	background: white;
	padding:25px 0 100px 0;
}

.section-about {
	padding:150px 0 75px;
}

.section-hero {
  padding-top: 100px;
  padding-bottom: 75px;
    background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, .4), transparent), url('../images/background21.jpg');
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .4), transparent), url('../images/background21.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}


.section-logos {
  padding-top: 50px;
  padding-bottom: 25px;
  background-color: #f4b633;
  text-align: center;
}

.logo {
  max-width: 100%;
  margin-top: 0px;
  -webkit-transition: margin 250ms ease;
  transition: margin 250ms ease;
}

.logo:hover {
  margin-top: -10px;
}

.section-endorsements {
  background-image: url('../images/compass.png');
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}

.headshot {
  height: 275px;
}

.section-authors {

 background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, .85), rgba(255, 255, 255, .85)), url('../images/background21.jpg');
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .85), rgba(255, 255, 255, .85)), url('../images/background21.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat:no-repeat;
}

.section-purchase {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f4b633;
}

.section-purchase.section-fb {
/*
  -webkit-transform: skew(0deg, -2deg);
  -ms-transform: skew(0deg, -2deg);
  transform: skew(0deg, -2deg);

*/
text-align: center;

}
.section-big-endo {
  height: 500px;
  padding-top: 75px;
  padding-right: 75px;
  padding-bottom: 75px;
  background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, .4), transparent), url('../images/background21.jpg');
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .4), transparent), url('../images/background21.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.blockquote-big-endo {
  display: block;
  max-width: none;
  padding-right: 0px;
  padding-left: 0px;
  float: right;
  border-left-style: none;
  font-family: Teko, sans-serif;
  font-size: 45px;
  line-height: 50px;
}

.blockquote-credit {
  font-family: 'Open Sans', sans-serif;
  color: #f4b633;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}

.blockquote-credit.bq-credit-large {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 24px;
}

.blockquote-credit.bq-credit-large.bq-credit-lg-white {
  color: #fff;
}

.blockquote-credit.learnmore-link {
  margin-top: 20px;
  margin-bottom: 30px;
}

.h1-white {
  font-family: Teko, sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size:50px !important;
}

.button {
  margin-right: 10px;
  padding: 15px 25px;
  border: 4px solid #f4b633;
  background-color: #f4b633;
  -webkit-transition: background-color 250ms ease, color 250ms ease;
  transition: background-color 250ms ease, color 250ms ease;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  border: 4px solid #f4b633;
  background-color: transparent;
  color: #f4b633;
}

.button.button-white {
  margin-top: 20px;
  margin-bottom: 10px;
  float: right;
  border: 4px solid #fff;
  background-color: #fff;
  -webkit-transition: background-color 250ms ease, color 250ms ease;
  transition: background-color 250ms ease, color 250ms ease;
  color: #f4b633;
}

.button.button-white:hover {
  border: 4px solid #fff;
  background-color: transparent;
  color: #fff;
}

.button.button-white.button-centered {
  float: none;
  text-align: center;
}

.trailer-video {
  padding-bottom: 0px;
}

.body-copy {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
}

ul {
  margin: 5px 0 30px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
  list-style-type: circle;
  padding-left: 20px;
}

ul li {
	margin:5px 0;
}

.body-copy.hero-copy {
  margin-bottom: 30px;
  color: white;
  font-size: 22px;
  line-height: 30px;
}

.body-copy.author-name {
  font-family: Teko, sans-serif;
  color: #f4b633;
    font-size: 34px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.h1-blue {
  margin-bottom: 20px;
  font-family: Teko, sans-serif;
  color: #f4b633;
  font-weight: 400;
  text-transform: uppercase;
}

.h1-blue.h1-large {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 85px;
  line-height: 70px;
  font-weight: 400;
  color:white;
}

.blockquote {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 0px;
  border-style: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.blockquote.bq-large {
  padding-right: 20px;
  font-family: Teko, sans-serif;
  color: #f4b633;
  font-size: 44px;
  line-height: 48px;
}

.blockquote-wrapper {
  width: 90%;
}

.so-book {
  position: absolute;
  top: -14px;
}

.big-endo-wrapper {
  max-width: 35%;
  float: right;
}
.resources-row {
	margin-top:150px;
}
.container-skew {
  -webkit-transform: skew(0deg, 2deg);
  -ms-transform: skew(0deg, 2deg);
  transform: skew(0deg, 2deg);
}

.row-logos {
  margin-top: 50px;
  margin-bottom: 25px;
}

.dropdown-toggle {
  margin-top: 0px;
  padding: 0px 30px 0px 0px;
}

.arrow-icon {
  color: #fff;
}

.dropdown-list.w--open {
  top: 35px;
  background-color: #f4b633;
}

.dropdown-navlink {
  position: static;
  font-family: 'Open Sans', sans-serif;
}

.nav-sublink {
  -webkit-transition: padding 200ms ease;
  transition: padding 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #eee;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-sublink:hover {
  padding-left: 30px;
}

.nav-sublink.w--current {
  color: #fff;
  text-decoration: none;
}

.dropdown-link {
  text-decoration: none;
}

.dropdown-link.w--current {
  text-align: center;
  text-decoration: none;
}

.author-col {
  padding-right: 30px;
}

.social-media-block {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -10px;
}

.intext-link {
  padding-bottom: 3px;
  border-bottom: 2px solid #333;
  color: #333;
  text-decoration: none;
}

.intext-link:hover {
  border-bottom-color: #f4b633;
  color: #f4b633;
}

.body {
  background-color: #f9f9f9;
}


@media (max-width: 991px) {
  .section-hero {
    padding-bottom: 50px;
    background-position: 80% 50%;
  }
  .section-about {
    padding-top: 75px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .section-logos {
    padding-right: 25px;
    padding-left: 25px;
  }
  .section-endorsements {
    padding-right: 25px;
    padding-left: 25px;
  }
  .section-authors {
    padding: 50px 25px;
  }
  .section-purchase.section-fb {
    padding-right: 25px;
    padding-left: 25px;
    text-align: center;
  }
  .section-big-endo {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/background21.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/background21.jpg');
    background-position: 0px 0px, 0px 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .blockquote-big-endo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .button {
    margin-bottom: 10px;
  }
  .button.button-white {
    float: none;
    text-align: center;
  }
  .blockquote {
    padding-right: 0px;
  }
  .blockquote.bq-large {
    padding-right: 0px;
  }
  .big-endo-wrapper {
    display: block;
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navlink {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
  }
  .section-hero {
    padding-top: 75px;
    padding-right: 25px;
    padding-left: 25px;
    background-image: -webkit-linear-gradient(90deg, transparent 51%, hsla(0, 0%, 100%, .29)), url('../images/background21.jpg');
    background-image: linear-gradient(0deg, transparent 51%, hsla(0, 0%, 100%, .29)), url('../images/background21.jpg');
    background-position: 0px 0px, 80% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    text-align: center;
  }
  .section-about {
    padding-top: 50px;
  }
  .logo {
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .section-big-endo {
    padding-right: 25px;
    padding-left: 25px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/background21.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/background21.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .blockquote-big-endo {
    display: block;
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .blockquote-credit.bq-credit-large {
    margin-top: 10px;
  }
  .h1-white {
    font-size: 30px;
    line-height: 40px;
  }
  .body-copy.hero-copy {
    font-size: 18px;
  }
  .h1-blue.h1-large {
    margin-top: 25px;
    font-size: 40px;
    line-height: 50px;
  }
  .blockquote-wrapper {
    display: block;
    width: 90%;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #6b6b6b;
    text-align: left;
  }
  .so-book {
    position: static;
    display: block;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .big-endo-wrapper {
    max-width: 100%;
  }
  .nav-sublink {
    font-size: 12px;
  }
  .author-col {
    margin-bottom: 25px;
  }
}

@media (max-width: 479px) {
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .navlink {
    background-color: transparent;
    text-align: left;
  }
  .nav-menu {
    background-color: #f4b633;
    text-align: left;
  }
  .section-hero {
    padding-top: 100px;
  }
  .section-endorsements {
    padding-bottom: 50px;
  }
  .headshot {
    width: auto;
    height: auto;
  }
  .section-purchase.section-fb {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .blockquote-big-endo {
    font-size: 28px;
    line-height: 38px;
  }
  .h1-white {
    font-size: 28px;
    line-height: 38px;
  }
  .body-copy.hero-copy {
    line-height: 26px;
  }
  .h1-blue {
    font-size: 28px;
    line-height: 38px;
  }
  .blockquote {
    font-size: 14px;
    line-height: 24px;
  }
  .blockquote.bq-large {
    font-size: 28px;
    line-height: 38px;
  }
  .blockquote-wrapper {
    width: 100%;
  }
  .so-book {
    max-width: 90%;
  }
  .dropdown-list.w--open {
    background-color: #008bcb;
  }
  .nav-sublink {
    margin-left: 25px;
    font-weight: 600;
  }
  .menu-icon {
    float: left;
    color: #fff;
  }
  .menu-label {
    margin-top: 2px;
    margin-right: 5px;
    float: left;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .menu-button-wrapper {
    float: none;
  }
  .menu-button-wrapper.w--open {
    background-color: transparent;
  }
}



.video-flex-container {
d    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content:center;
    margin:50px 0 0;
}

.video-flex-item {
    background-color: #d7d7d7;
    width: 18%;
    margin: 10px 5px;
 display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    padding:30px 20px;
    font-family: 'Open Sans', sans-serif;
    transition: opacity .25s ease;
}
.video-flex-item.watch-now {
    background-color: #f4b633;
  color:white !important;
  text-align: center;
}
.watch-now .video-title,
.watch-now .video-status {
  color:white !important;
}
a.flex-video-link {
	text-decoration: none;

}

@media screen and (max-width:991px) {
	.video-flex-item {width: 30%;}
}

@media screen and (max-width:700px) {
	.video-flex-item {width: 45%;}
}

@media screen and (max-width:575px) {
	.video-flex-item {width: 100%;}
}

.video-flex-item:hover {
    opacity:.5;
  }

.video-title {
	  font-family: Teko, sans-serif;
	  text-transform: uppercase;
	  font-size:20px;
	  line-height: 24px;
	  letter-spacing: 1px;
	  color: #f4b633;
	  margin:0;
	  padding-bottom:5px;
	      width: 100%;
    text-align: center;
}
.video-status {
	  font-weight:900;
	  text-transform: uppercase;
	  font-size:12px;
	  letter-spacing: 1px;
	  color: #333;
	  margin:0;
	  padding:0;
}
