/* CSS  for Exclusive node type */
.content .drupal-type-exclusive .dart-tag {
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
  width: 300px;
}

.content .drupal-type-exclusive-interactive .dart-tag {
  margin: 0;
}

.drupal-type-exclusive .text-wrap,
.drupal-type-exclusive-interactive .text-wrap {
  white-space: normal;
}

.content .drupal-type-exclusive .full-width,
.content .drupal-type-exclusive-interactive .full-width {
  width: 100%;
}

.drupal-type-exclusive .inner-page,
.drupal-type-exclusive-interactive .inner-page {
  background: none;
}

.drupal-type-exclusive-interactive .inner-page {
  -moz-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

/* Exclusive (non-game) pages */

.exclusive-page {
  position: absolute;
  background: #f4f1e2;
  width: 75%;
  min-width: 854px;
  height: 90%;
  /*height: calc(100% - 45px);*/
  height: calc(100% - 90px);
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-top: 10px;
  /*overflow: hidden;*/
  clear: both;
  padding-bottom: 20px;
}

.exclusive-page .show-name {
  font-size: 14px;
}

.exclusive-page .show-name strong {
  font-weight: normal;
  font-family: 'AmperstandardHeavy';
  font-size: 14px;
  text-transform: uppercase;

}

.exclusive-page .exclusive-body {
  position: relative;
  height: 90%;
  height: calc(100% - 20px);
  overflow: hidden;
}

.exclusive-page .exclusive-body .col {
  float: left;
}

.exclusive-page .exclusive-body .col1 {
  width: 64%;
  height: 100%;
  clear: both;
  /*overflow-y: scroll;*/
}

.exclusive-page .exclusive-body .col2 {
  width: 36%;
  text-align: center;
  padding-top: 20px;
  position: relative;
}

.exclusive-page .header {
  background: #1f323d;
  color: #fff;
  padding: 15px 20px 20px 20px;
}

.exclusive-page .social-controls {
  position: relative;
  float: right;
  right: 0px;
}

.exclusive-page .social-controls .fb-icon {
  width: 9px;
  height: 17px;
  background: transparent url(/profiles/aetv/modules/custom/aetv_press_release/images/modal-fb-icon.png) no-repeat;
  float: left;
  margin: 0 20px 0 0;
}

.exclusive-page .social-controls .tw-icon {
  width: 18px;
  height: 15px;
  /*background: transparent url(/profiles/aetv/modules/custom/aetv_press_release/images/modal-tw-icon.png) no-repeat;*/
  float: left;
  margin: 1px 0;
}

.exclusive-page .social-controls .fb-like {
  float: left;
  margin: 0 0 0 12px;
}

.exclusive-page .social-controls .fb-icon:hover,
.exclusive-page .social-controls .tw-icon:hover {
  cursor: pointer;
}

.exclusive-page .headline {
  font-size: 24px;
  font-family: 'AmperstandardLight';
  display: block;
  clear: both;
  width: 80%;
}

.exclusive-page .thumb img {
  max-width: 40%;
  height: auto;
  float: left;
  margin: 0 15px 15px 0;
}

.exclusive-page .sub-header {
  font-size: 18px;
  font-family: Arial;
  color: #333;
  /*margin: 20px 0 20px 0;*/
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 15px;
}

.exclusive-page .content {
  font-size: 12px;
  /*font-family: Arial;*/
  color: #333;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 60px;
  overflow: hidden;
}

.exclusive-page .content p {
  margin-bottom: 8px;
  line-height: 18px;
}
/*
.exclusive-page #promo-img {
  float: right;
  margin: 0 0 25px 25px;
}

.exclusive-page #by-copy,
.exclusive-page #book-subhead,
.exclusive-page #promo-line {
  font-family: 'AmperstandardMedium';
  color: #333;
}

.exclusive-page #book-subhead {
  font-size: 18px;
}

.exclusive-page #by-copy {
  font-size: 14px;
}

.exclusive-page #promo-line {
  font-size: 13px;
  color: #686868;
}
*/
/*.exclusive-page .close-modal {
  display: none;
}*/

.exclusive-page .close-modal {
  position: absolute;
  right: -15px;
  top: -9px;
  width: 30px;
  height: 30px;
  display: block;
  float: right;
  /*margin-bottom: -7px;*/
}

/* Modal context only */

.modal-body .exclusive-page {
  /*height: 100%;
  height: calc(100% - 24px);*/
  position: relative;
}

/*.modal-body .exclusive-page .close-modal {
  position: relative;
  right: -15px;
  top: -9px;
  width: 30px;
  height: 30px;
  display: block;
  float: right;
  margin-bottom: -7px;
}*/

/*.modal-body .exclusive-page .social-controls {
  right: 50px;
}*/

/* Custom tinyscrollbar */

.exclusive-page .col1 .viewport {
  width: 95%;
  height: 100%;
  left: 15px;
  position: relative;
  overflow: hidden; /* defaulting to auto for non-js */
}

.exclusive-page .col1 .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%
}

.exclusive-page .col1 .thumb .end,
.exclusive-page .col1 .thumb {
  background-color: #000;
}

.exclusive-page .col1 .thumb {
  height: 70px!important;
}

.exclusive-page .col1 .scrollbar {
  height: 100%;
  position: relative;
  float: right;
  width: 11px;
  background-image: url(../images/scroll-caps.png), url(../images/scroll-caps.png);
  background-position: 1px top, -14px bottom;
  background-repeat: no-repeat;
  background-color: #FFF;
}

.exclusive-page .col1 .track {
  background-color: #CCC;
  height: 100%;
  width: 9px;
  position: relative;
  padding: 0 1px;
  top: 11px;
  overflow: hidden;
}

.exclusive-page .col1 .thumb {
  height: 20px;
  width: 9px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.exclusive-page .col1 .thumb .end {
  overflow: hidden;
  height: 11px;
  width: 11px;
}



/* Exclusives for Interactives - global */

/*.game-container-right .close-modal {
  display: none;
}*/

.game-container-right .close-modal {
  position: relative;
  width: 30px;
  height: 30px;
  top: -25px;
  left: 330px;
  z-index: 999;
  float: left;
  display: block;
  margin-left: -30px;
}

.game-container-right .content-top-section strong  {
  /*margin-left: -30px;*/
  font-weight: normal;
  font-family: 'AmperstandardHeavy';
  font-size: 14px;
  text-transform: uppercase;
}

#game-container {
  background-color: #1e3039!important;
}

.game-container-right strong {
  color: #f2f2f0!important;
} /* show name */

.game-container-right h1 {
  color: #fff!important;
  font-family: 'AmperstandardLight';
  font-size: 21px;
} /* game title */

.game-container-right .description {
  color: #a6a6a6!important;
  font-family: 'AmperstandardMedium';
  font-size: 13px;
} /* description */

.game-container-right .close-modal:hover {
  cursor: pointer;
}

.content .drupal-type-exclusive-interactive .no-flash-msg {
  color: white;
  width: 500px;
  height: 100px;
  margin: auto auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.drupal-type-exclusive .right-column-removed .col1 {
    width: 99%;
}

.drupal-type-exclusive .right-column-removed .exclusive-body {
  /*margin-top: -1px;*/
  width: 100%;
}

.content .drupal-type-exclusive {
  font-family: AmperstandardMedium;
  background-color: #f4f1e2;
  line-height: 18px;
  font-weight: normal;
}

.content .drupal-type-exclusive img {
  border: none;
}

.content .drupal-type-exclusive .flexible-image {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.content .drupal-type-exclusive span.caps {
  font-family: AmperstandardMedium, Amperserif;
  text-transform: uppercase;
}

.content .drupal-type-exclusive a {
  text-decoration: none;
  color: #e8483f;
}

.content .drupal-type-exclusive a:hover {
  text-decoration: underline;
}

.content .drupal-type-exclusive .flt-left {
  float: left;
}

.content .drupal-type-exclusive .exclusive-page ul,
.content .drupal-type-exclusive .exclusive-page ul li {
  font-size: 12px;
  font-family: AmperstandardMedium;
  color: #767676;
  padding: 0;
  list-style-position: inside;
  list-style-type: disc;
}

.content .drupal-type-exclusive .exclusive-page ol,
.content .drupal-type-exclusive .exclusive-page ol li {
  font-size: 12px;
  font-family: AmperstandardMedium;
  color: #767676;
  list-style-position: inside;
  list-style-type: decimal;
}

.content .drupal-type-exclusive p#book-subhead,
.content .drupal-type-exclusive p#window-subhead {
  font-size: 18px;
  color: #333333;
  margin: -20px 0 10px 0;
}

.content .drupal-type-exclusive p#by-copy {
  font-size: 14px;
  margin: 10px 0;
}

.content .drupal-type-exclusive div#promo-img,
.content .drupal-type-exclusive div.image-right {
  padding: 0 0 20px 20px;
  float: right;
}

.content .drupal-type-exclusive div#promo-img-noheader {
  padding: 0 0 20px 20px;
  float: right;
}

.content .drupal-type-exclusive p#promo-line,
.content .drupal-type-exclusive p#promo-line a,
.content .drupal-type-exclusive p#promo-line-noheader,
.content .drupal-type-exclusive p#promo-line-noheader a {
  font-family: AmperstandardMedium;
  font-size: 13px;
  color: #686868;
  text-transform: uppercase;
  text-decoration: none;
}

.content .drupal-type-exclusive p#promo-line a,
.content .drupal-type-exclusive p#promo-line-noheader a {
  color: #e8483f;
}

.content .drupal-type-exclusive p#promo-line a:hover,
.content .drupal-type-exclusive p#promo-line-noheader a:hover {
  text-decoration: underline;
  color: #e8483f;
}

.content .drupal-type-exclusive p#promo-line-noheader {
  margin-top: -20px;
}

.content .drupal-type-exclusive p {
  font-size: 12px;
  color: #767676;
}

.content .drupal-type-exclusive span.statement,
.content .drupal-type-exclusive span.statement a {
  font-family: AmperstandardHeavy;
  color: #333333;
  text-decoration: none;
}

.content .drupal-type-exclusive span.statement a {
  color: #e8483f;
}

.content .drupal-type-exclusive span.statement a:hover {
  color: #e8483f;
  text-decoration: underline;
}

.content .drupal-type-exclusive p.lead-in {
  font-size: 14px;
  font-family: AmperstandardLight;
  font-weight: bold;
  line-height: 20px;
  color: #333333;
}

.content .drupal-type-exclusive span.response,
.content .drupal-type-exclusive span.response a {
  font-family: AmperstandardMedium;
  color: #767676;
  text-decoration: none;
}

.content .drupal-type-exclusive span.response a {
  color: #e8483f;
}

.content .drupal-type-exclusive span.response a:hover {
  color: #e8483f;
  text-decoration: underline;
}

.content .drupal-type-exclusive span.chapter-header,
.content .drupal-type-exclusive span.chapter-subheader {
  font-family: AmperstandardLight;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  text-transform: uppercase;
}

.content .drupal-type-exclusive span.chapter-subheader {
  font-size: 14px;
}

.content .drupal-type-exclusive p.chapter-content,
.content .drupal-type-exclusive p.chapter-content a {
  font-family: AmperstandardMedium;
  font-size: 12px;
  color: #767676;
  text-decoration: none;
}

.content .drupal-type-exclusive p.chapter-content a {
  color: #e8483f;
}

.content .drupal-type-exclusive p.chapter-content a:hover {
  color: #e8483f;
  text-decoration: underline;
}

.content .drupal-type-exclusive .img-left {
  float: left;
  padding: 0 20px 10px 0;
}

.content .drupal-type-exclusive .img-right {
  float: right;
  padding: 0 0 10px 20px;
}

.content .drupal-type-exclusive .quote-img {
  font-family: AmperstandardLight;
  padding: 10px 0;
  font-size: 30px;
  color: #767676;
  line-height: 30px;
}

.content .drupal-type-exclusive .sub-section {
  min-height: 325px;
  margin: 20px 0;
  clear: both;
  border-bottom: 1px dotted #c2c2c2;
}

.content .drupal-type-exclusive .sub-section-last {
  border-bottom: 0 none;
}

.content .drupal-type-exclusive .name {
  font-size: 15px;
}

.content .drupal-type-exclusive .first-question {
  margin-top: 0;
  padding-top: 15px;
}

.content .drupal-type-exclusive .recipe {
  min-height: 410px;
  margin-bottom: 10px;
}

.content .drupal-type-exclusive .book-recipe {
  margin-bottom: 10px;
}

.content .drupal-type-exclusive .recipe ul,
.content .drupal-type-exclusive .book-recipe ul {
  margin-top: 0;
}

.content .drupal-type-exclusive span.ingredients {
  margin-top: 0;
  font-size: 13px;
}

.content .drupal-type-exclusive span.directions,
.content .drupal-type-exclusive span.tips {
  font-size: 13px;
}

.content .drupal-type-exclusive .recipe .img-left {
  padding: 0 10px 10px 0;
}



/* New exclusives formatting */
.drupal-type-exclusive .dart-tag {
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
  width: 300px;
}

.exclusive-page .content .drupal-type-exclusives a {
  text-decoration: none;
  color: #E8483F;
}

.exclusive-page .content .drupal-type-exclusives p,
.exclusive-page .content .drupal-type-exclusives span,
.exclusive-page .content .drupal-type-exclusives div {
  font-family: 'Roboto Condensed', sans-serif;
  white-space: normal;
  color: #767676;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #555;
}

.exclusive-page .content .drupal-type-exclusives .promo-img .dte-mobile-img {
  display: none;
}

.exclusive-page .content .drupal-type-exclusives .promo-img .dte-promo-img {
  float: right;
  margin: 0 0 25px 25px;
}

.exclusive-page .content .drupal-type-exclusives .promo-img.full-width .dte-desktop-img,
.exclusive-page .content .drupal-type-exclusives .promo-img.full-width .dte-promo-img {
  width: 100%;
  max-width: 100%;
}

.exclusive-page .content .drupal-type-exclusives p.dte-subhead {
  font-family: 'AmperstandardMedium';
  color: #0a63b0;
  padding: 0 0 0 0;
  font-size: 24px;
  line-height: 24px;
  font-weight: medium;
}

.exclusive-page .content .drupal-type-exclusives.dte-from .dte-from-bio h3,
.exclusive-page .content .drupal-type-exclusives.dte-from p.dte-subhead {
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
}

.exclusive-page .content .drupal-type-exclusives.dte-from .dte-from-bio p {
  padding: 0 0 15px 0;
}

.exclusive-page .content .drupal-type-exclusives .dte-list-entry .dte-from-bio {
  max-height: 0;
  overflow: hidden;
}

.exclusive-page .content .drupal-type-exclusives .dte-list-entry.open .dte-from-bio {
  max-height: 100%;
}

.exclusive-page .content .drupal-type-exclusives .dte-attribution {
  font-family: 'AmperstandardMedium';
  padding: 0 0 25px 0;
}

.exclusive-page .content .drupal-type-exclusives.dte-from .dte-attribution {
  color: #0a63b0;
  font-size: 24px;
}

.exclusive-page .content .drupal-type-exclusives.dte-from .dte-bio-link {
  text-align: right;
  width: 100%;
  cursor: pointer;
  color: #0a63b0;
  padding: 15px 0;
  font-size: 20px;
  font-family: 'AmperstandardMedium';
}

.exclusive-page .content .drupal-type-exclusives.dte-from .dte-bio-link span {
  color: #0a63b0;
  padding: 0 0 0 5px;
  font-size: 12px;
  font-stretch: expanded;
  display: block;
  float: right;
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
}

.exclusive-page .content .drupal-type-exclusives.dte-from .open .dte-bio-link span {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}


.exclusive-page .content .drupal-type-exclusives p.dte-intro_copy {
  padding: 0 0 15px 0;
}

.exclusive-page .content .drupal-type-exclusives div.dte-list {
  padding: 25px 0 0 0;
}

.exclusive-page .content .drupal-type-exclusives div.dte-list div.dte-list-entry  {
  padding: 0 0 25px 0;
}

.exclusive-page .content .drupal-type-exclusives.dte-from div.dte-list div.dte-list-entry {
  border-bottom: 1px solid #dbd8ca;
  margin: 0 0 35px 0;
}

.exclusive-page .content .drupal-type-exclusives.dte-from div.dte-list div.dte-list-entry:last-child {
  border: 0;
}

.exclusive-page .content .drupal-type-exclusives div.dte-list p.dte-opener {
  /*font-family: 'AmperstandardMedium';*/
  font-size: 20px;
  line-height: 26px;
  padding: 0 0 5px 0;
}

.exclusive-page .content .drupal-type-exclusives div.dte-list div.dte-response p {
  padding: 0 0 15px 0;
}

.drupal-type-exclusives.dte-recipe div.recipe_nav {
  clear: both;
}

.drupal-type-exclusives.dte-recipe div.recipe_nav h3 {
  font-family: 'AmperstandardHeavy';
  font-size: 22px;
  line-height: 24px;
  background: #0068af;
  color: #fff;
  padding: 5px 0 5px 10px;
}

.drupal-type-exclusives.dte-recipe div.recipe_nav ul {
  -moz-column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-count: 2;
  -webkit-column-gap: 30px;
  column-count: 2;
  column-gap: 30px;
  padding-top: 20px;
}

.drupal-type-exclusives.dte-recipe div.recipe_nav ul li {
  list-style-type: none;
  /*float: left;*/
  border-bottom: 1px solid #dbd8cb;
  padding: 15px 0;
  width: 100%;
  display: inline-block;
}

.drupal-type-exclusives.dte-recipe div.recipe_nav ul li.no_border {
  border-bottom: none;
}

.drupal-type-exclusives.dte-recipe div.recipe_nav ul li a {
  font-family: 'AmperstandardMedium';
  font-size: 18px;
  color: #0068af;
}

.drupal-type-exclusives.dte-recipe div.recipe_nav ul li a span {
  font-size: 15px;
  color: #0068af;
}

.drupal-type-exclusives.dte-recipe div.recipe_nav ul li a:hover {
  color: #e8483f;
  text-decoration: none;
}

.drupal-type-exclusives.dte-recipe div.recipe_nav ul li a:hover span {
  color: #e8483f;
}

.drupal-type-exclusives.dte-recipe div.recipes {
  clear: both;
}

.drupal-type-exclusives.dte-recipe div.recipes div.recipe {
  padding: 25px 0 0 0;
  margin: 25px 0 0 0;
  border-top: 1px solid #dbd8cb;
  float: left;
}

.drupal-type-exclusives.dte-recipe div.recipes img {
  float: right;
  margin: 0 0 15px 15px;
}

.drupal-type-exclusives.dte-recipe div.recipes h3,
.drupal-type-exclusives.dte-recipe div.recipes h3 a {
  font-family: 'AmperstandardHeavy';
  font-size: 26px;
  line-height: 36px;
  color: #0068af;
}

.drupal-type-exclusives.dte-recipe div.recipes h3 a:hover {
  text-decoration: none;
  cursor: default;
}

.drupal-type-exclusives.dte-recipe div.recipes h4 {
  font-family: 'AmperstandardHeavy';
  font-size: 18px;
  color: #3b3b3a;
  padding: 10px 0;
}

.drupal-type-exclusives.dte-recipe div.recipes ul {
  padding: 0 0 25px 0;
}

.drupal-type-exclusives.dte-recipe div.recipes ul li {
  /*font-family: 'AmperstandardLight';*/
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 0 5px;
  /*color: #767676;*/
}

.drupal-type-exclusives.dte-recipe div.recipes p {
  /*font-family: 'AmperstandardLight';*/
  font-size: 18px;
  line-height: 24px;
  /*color: #767676;*/
}

.drupal-type-exclusives.dte-recipe div.recipes p:last-child {
  font-size: 16px;
  line-height: 24px;
}

.drupal-type-exclusives .top_link {
  width: 100%;
  text-align: right;
  padding: 50px 0 0 0!important;
  clear: both;
  font-family: 'Amperserif';
  font-size: 16px;
  cursor: pointer;
}

.drupal-type-exclusives .dte-image-right {
  float: right;
  margin: 0 0 25px 25px!important;
}

.drupal-type-exclusives .dte-image-left {
  float: left;
  margin: 0 25px 25px 0!important;
}

.drupal-type-exclusives .dte-image-center {
  clear: both;
  text-align: center;
  width: 100%;
  margin: 25px 0!important;
}

/* Family Tree */
.family-tree h1 {
  text-align: center;
  font-family: 'AmperstandardHeavy';
  font-size: 50px;
  padding: 10px 0;
  text-transform: uppercase;
  line-height: normal;
}
.family-tree .row {
  float: left;
  position: relative;
}
.family-tree .social {
  text-align: center;
  padding: 15px 0;
}
.family-tree .social span {
  font-family: 'AmperstandardHeavy';
  color: #fff;
  font-size: 32px;
  line-height: 52px;
  padding: 0 10px;
}
.family-tree .social a {
  padding: 0 10px;
  position: relative;
}
.family-tree .social_dropdown {
  transition: max-width 0.25s ease-in;
  transition-delay: 0.25s;
  left: 55px;
  top: -36px;
  position: absolute;
  max-width: 0;
  overflow: hidden;
  background: #fff;
}
.family-tree .social a:hover .social_dropdown {
  max-width: 250px;
  transition: max-width 0.25s ease-in;
}
.family-tree .social_dropodown:hover {
  width: 250px;
}
.family-tree {
  overflow-x: auto;
}
.family-tree .family-tree-content {
  width: 920px;
  margin: 0 auto;
  position: relative;
}
#video-player-overlay.family-tree-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 999;

}
#video-player-overlay.family-tree-video #video-player-wrap {
  position: absolute;
  padding: 2vw 4vw 3vw 4vw;
  left: 50%;
  /*margin-left: -28vw;*/
  margin-left: -24vw;
  top: 0;
  background: #000;
  border: 1px solid #333;
  box-shadow: 10px 10px 10px #111;
  width: 40vw;
}
#video-player-overlay.family-tree-video #video-player-wrap > a {
  color: #fff;
  position: absolute;
  right: 4vw;
  font-size: 1vw;
  bottom: 1vw;
}
#video-player-overlay.family-tree-video #video-player-wrap #video-player {
  /*width: 48vw;
  height: 27vw;*/
  width: 40vw;
  height: 22.5vw;
  position: relative;
}
#video-player-overlay.family-tree-video #video-player-wrap #video-player-playlist {
  position: relative;
  /*width: 48vw;*/
  width: 40vw;
  padding: 1.25vw 0 0 0;
  overflow: hidden;
}
#video-player-overlay.family-tree-video #video-player-wrap .prev,
#video-player-overlay.family-tree-video #video-player-wrap .next {
  /*background:  url(/profiles/aetv/modules/custom/aetv_video/images/video-modal/video-thumbs-nav.png);
  background-size: cover;*/
  position: absolute;
  /*width: 31px;
  height: 79px;*/
  font-size: 2vw;
  line-height: 5vw;
  text-align: center;
  color: #ccc;
  opacity: 0.5;
  width: 2vw;
  height: 5vw;
  border: 1px solid #ccc;
  bottom: 3.9vw;
  display: none;
}
#video-player-overlay.family-tree-video #video-player-wrap .prev.active,
#video-player-overlay.family-tree-video #video-player-wrap .next.active {
  display: block;
  cursor: pointer;
}

#video-player-overlay.family-tree-video #video-player-wrap .prev {
  /*left: 10px;*/
  left: 1vw;
}
#video-player-overlay.family-tree-video #video-player-wrap .next {
  /*right: 10px;*/
  right: 1vw;
  /*background-position: -31px 0;*/
  background-position: -100% 0;
}
#video-player-overlay.family-tree-video #video-player-wrap #video-player-playlist ul {
  white-space: nowrap;
  position: relative;
  /*width: 51vw;*/
}
#video-player-overlay.family-tree-video #video-player-wrap > h4 {
  color: #fff;
  font-size: 1.8vw;
  line-height: 2.2vw;
}
#video-player-overlay.family-tree-video #video-player-wrap > p {
  color: #fff;
  font-size: 1.5vw;
  line-height: 2vw;
}
#video-player-overlay.family-tree-video #video-player-wrap > p span.rating {
  text-indent: 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.2vw;
}
#video-player-overlay.family-tree-video #video-player-wrap #video-player-playlist li {
  /*width: 15vw;
  height: 8.4vw;*/
  width: 12.5vw;
  height: 7vw;
  float: left;
  /*margin: 0 1.5vw 0 0;*/
  margin: 0 1.25vw 0 0;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
#video-player-overlay.family-tree-video #video-player-wrap #video-player-playlist li .overlay,
#video-player-overlay.family-tree-video #video-player-wrap #video-player-playlist li img {
  /*width: 15vw;
  height: 8.4vw;*/
  width: 12.5vw;
  height: 7vw;
}
#video-player-overlay.family-tree-video #video-player-wrap #video-player-playlist li .overlay {
  position: absolute;
  top: 0;
  left: 0;
  /*background: url(/profiles/aetv/modules/custom/aetv_video/images/video-modal/video-thumb-overlay-3.png) 0 -8.4vw;*/
  background: url(/profiles/aetv/modules/custom/aetv_video/images/video-modal/video-thumb-overlay-3.png) 0 -100%;
  /*background-size: 15vw auto;*/
  background-size: cover;
}
#video-player-overlay.family-tree-video #video-player-wrap #video-player-playlist li.now_playing .overlay {
  background-position: 0 0;
}
#video-player-overlay.family-tree-video #video-player-wrap #video-player-playlist li.now_playing .overlay .vid_info,
#video-player-overlay.family-tree-video #video-player-wrap #video-player-playlist li .overlay .now_playing {
  display: none;
}
#video-player-overlay.family-tree-video #video-player-wrap #video-player-playlist li.now_playing .overlay .now_playing {
  display: block;
  color: #000;
  text-align: center;
  width: 12.5vw;
  position: absolute;
  bottom: 0vw;
}
#video-player-overlay.family-tree-video #video-player-wrap #video-player-playlist li.now_playing .overlay .now_playing p {
  font-size: 1vw;
  line-height: 2vw;
}
#video-player-overlay.family-tree-video #video-player-wrap #video-player-playlist li .overlay .vid_info {
  position: absolute;
  bottom: 0.5vw;
  left: 0.5vw;
  font-size: 1vw;
  text-transform: uppercase;
  width: 10vw;
}
#video-player-overlay.family-tree-video #video-player-playlist li .overlay .vid_info p {
  color: #fff;
  white-space: normal;
  line-height: 1vw;
  font-size: 0.75vw;
}
#video-player-overlay.family-tree-video div.close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  border: 2px solid #aaa;
  padding: 5px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  line-height: 0;
}
.family-tree .row .family-tree-member .video-list {
  text-indent: -10000px;
  position: fixed;
}
.family-tree .row .family-tree-member .video-list div.overlay {
  display: none;
}
#video-player-overlay.family-tree-video.video-player-hidden {
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.family-tree .row .family-tree-member {
  float: left;
  padding: 30px 15px;
}
.family-tree .row .family-tree-member > div {
  position: relative;
  line-height: 0;
}
.family-tree .row .family-tree-member.right-tee {
  background: url(http://aetvminisites.s3.amazonaws.com/images/family-tree/right-tee.png) right 100px no-repeat;
}
.family-tree .row .family-tree-member.left-tee {
  background: url(http://aetvminisites.s3.amazonaws.com/images/family-tree/left-tee.png) left 100px no-repeat;
}
.family-tree .row .family-tree-member.top-left-knot {
  background: url(http://aetvminisites.s3.amazonaws.com/images/family-tree/top-left-knot.png) left 0 no-repeat;
}
.family-tree .row .family-tree-member.top-right-knot {
  background: url(http://aetvminisites.s3.amazonaws.com/images/family-tree/top-right-knot.png) right 0 no-repeat;
}
.family-tree .row .family-tree-member.left-tee.top-right-knot {
    background: url(http://aetvminisites.s3.amazonaws.com/images/family-tree/left-tee.png) left 100px no-repeat,
      url(http://aetvminisites.s3.amazonaws.com/images/family-tree/top-right-knot.png) right 0 no-repeat;
}
.family-tree .row .family-tree-member.right-tee.top-horizontal {
  background: url(http://aetvminisites.s3.amazonaws.com/images/family-tree/right-tee.png) right 100px no-repeat,
      url(http://aetvminisites.s3.amazonaws.com/images/family-tree/top-horizontal.png) center 13px no-repeat;
}
.family-tree .row .family-tree-member.left-tee.top-tee {
  background: url(http://aetvminisites.s3.amazonaws.com/images/family-tree/left-tee.png) left 100px no-repeat,
      url(http://aetvminisites.s3.amazonaws.com/images/family-tree/top-tee.png) center 13px no-repeat;
}
.family-tree .row .family-tree-member.right-tee.top-tee {
  background: url(http://aetvminisites.s3.amazonaws.com/images/family-tree/right-tee.png) right 100px no-repeat,
      url(http://aetvminisites.s3.amazonaws.com/images/family-tree/top-tee.png) center 13px no-repeat;
}
.family-tree .row .family-tree-member.left-tee.top-horizontal {
  background: url(http://aetvminisites.s3.amazonaws.com/images/family-tree/left-tee.png) left 100px no-repeat,
      url(http://aetvminisites.s3.amazonaws.com/images/family-tree/top-horizontal.png) center 13px no-repeat;
}
.family-tree .row .family-tree-member.top-left-knot.right-tee {
  background: url(http://aetvminisites.s3.amazonaws.com/images/family-tree/right-tee.png) right 100px no-repeat,
      url(http://aetvminisites.s3.amazonaws.com/images/family-tree/top-left-knot.png) left 0 no-repeat;
}
.family-tree .row .family-tree-member.top-tee.top-left-tee.top-right-tee {
  background: url(http://aetvminisites.s3.amazonaws.com/images/family-tree/top-right-tee.png) right 12px no-repeat,
      url(http://aetvminisites.s3.amazonaws.com/images/family-tree/top-tee.png) center 13px no-repeat,
      url(http://aetvminisites.s3.amazonaws.com/images/family-tree/top-left-tee.png) left 12px no-repeat;
}
.family-tree .row .family-tree-member.top-right-knot.top-right-tee {
  background: url(http://aetvminisites.s3.amazonaws.com/images/family-tree/top-right-knot.png) right 0 no-repeat,
      url(http://aetvminisites.s3.amazonaws.com/images/family-tree/top-right-tee.png) right 12px no-repeat;
}
.family-tree .row .family-tree-member.top-left-knot.top-left-tee {
  background: url(http://aetvminisites.s3.amazonaws.com/images/family-tree/top-left-knot.png) left 0 no-repeat,
      url(http://aetvminisites.s3.amazonaws.com/images/family-tree/top-left-tee.png) left 12px no-repeat;
}
.family-tree .row .family-tree-member.top-vertical {
  background: url(http://aetvminisites.s3.amazonaws.com/images/family-tree/vertical.png) center 0 no-repeat;
}
.family-tree .row .family-tree-member.right-vertical-tee {
  background: url(http://aetvminisites.s3.amazonaws.com/images/family-tree/right-vertical-tee.png) right 0 no-repeat;
}
.family-tree .row .family-tree-member.left-vertical-tee {
  background: url(http://aetvminisites.s3.amazonaws.com/images/family-tree/left-vertical-tee.png) left 0 no-repeat;
}
.family-tree .row .family-tree-member.top-middle.top-right-tee.top-left-tee {
  background: url(http://aetvminisites.s3.amazonaws.com/images/family-tree/top-right-tee.png) right 12px no-repeat,
    url(http://aetvminisites.s3.amazonaws.com/images/family-tree/top-middle.png) -11px 0 no-repeat,
    url(http://aetvminisites.s3.amazonaws.com/images/family-tree/top-left-tee.png) left 12px no-repeat;
}
.family-tree .row .family-tree-member.top-middle-offset.top-right-tee.top-left-tee {
  background: url(http://aetvminisites.s3.amazonaws.com/images/family-tree/top-right-tee.png) right 12px no-repeat,
    url(http://aetvminisites.s3.amazonaws.com/images/family-tree/top-middle-offset.png) -11px 0 no-repeat,
    url(http://aetvminisites.s3.amazonaws.com/images/family-tree/top-left-tee.png) left 12px no-repeat;
}
.family-tree .row .family-tree-member.right-horizontal {
  background: url(http://aetvminisites.s3.amazonaws.com/images/family-tree/top-horizontal.png) 15px center no-repeat;
}
.family-tree .row .family-tree-member.left-horizontal.top-vertical {
  background: url(http://aetvminisites.s3.amazonaws.com/images/family-tree/top-horizontal.png) -74px center no-repeat,
    url(http://aetvminisites.s3.amazonaws.com/images/family-tree/vertical.png) center 0 no-repeat;
}

.family-tree .row .family-tree-member > div > h2 {
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  line-height: 24px;
  background: #fff;
  border: double black;
  box-sizing: border-box;
  z-index: 2;
  white-space: nowrap;
  z-index: 3;
  position: relative;
  cursor: pointer;
}
.family-tree .row .family-tree-member > div > h2:hover {
  color: red;
}
.family-tree #row-2 .family-tree-member > div > h2,
.family-tree #row-3 .family-tree-member > div > h2,
.family-tree #row-4 .family-tree-member > div > h2,
.family-tree #row-5 .family-tree-member > div > h2 {
  font-size: 14px;
}
.family-tree .row .family-tree-member > div > img {
  position: relative;
}
.family-tree .row .family-tree-member > div > .video-cta {
  position: absolute;
  z-index: 2;
  background: url(http://aetvminisites.s3.amazonaws.com/images/family-tree/video-play-btn.png) 90% 94% no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.family-tree .row .family-tree-member > div > .video-cta:hover {
  opacity: 0.8;
}
.family-tree .row .family-tree-member > div > .gradient {
  background: url(http://aetvminisites.s3.amazonaws.com/images/family-tree/gradient.png) 0 bottom no-repeat;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.65;
}

.mobile-exclusive .mobile_tip {
  position: fixed!important;
  width: 90vw;
  height: auto;
  max-height: 60vh;
  overflow: auto;
  top: 20vh;
  left: 5vw;
  text-align: left
}
.mobile-exclusive .mobile_tip .close {
  width: 18px;
  height: 18px;
  background: url(http://aetvminisites.s3.amazonaws.com/images/family-tree/close-btn.png);
  position: absolute;
  top: 10px;
  right: 10px;
}
.mobile-exclusive .mobile_tip,
.family-member-qtip {
  white-space: normal;
  background: #D3D7C7;
  font-family: 'AmperstandardMedium';
}
.mobile-exclusive .mobile_tip .family-flyout,
.family-member-qtip .family-flyout {
  padding: 10px 5px;
}
.mobile-exclusive .mobile_tip .flyout-title,
.family-member-qtip .flyout-title {
  font-size: 22px;
  padding: 0 0 15px 0;
}
.mobile-exclusive .mobile_tip .family-quote,
.family-member-qtip .family-quote {
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 15px 0;
}
.mobile-exclusive .mobile_tip .family-bio,
.family-member-qtip .family-bio {
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 15px 0;
  font-family: 'AmperstandardLight';
}
.mobile-exclusive .mobile_tip .family-bio-link a,
.family-member-qtip .family-bio-link a {
  font-size: 12px;
  color: inherit;
}
.touch .aetv-quiz,
.touch .family-tree {
  width: 100%;
  height: 100%;
  float: left;
  width: 100vw;
  overflow: visible;
}
.touch .aetv-quiz .exclusive-page,
.touch .right-column-removed .exclusive-page {
  width: 100vw;
  margin-top: 0;
  height: 100%;
  overflow: visible;
}
.touch .aetv-quiz .exclusive-page .col1,
.touch .right-column-removed .exclusive-page .col1 {
  overflow: visible;
  position: relative;
  overflow-y: scroll;
 }
.touch .aetv-quiz .exclusive-page .viewport,
.aetv-quiz .exclusive-page .content,
.touch .right-column-removed .exclusive-page .viewport,
.touch .right-column-removed .exclusive-page .content {
  overflow: visible!important;
  padding: 0!important;
}
.touch .family-tree .family-tree-content {
  width: auto;
}
.touch .family-tree .row {
  width: 920px;
}

.touch #video-player-overlay.family-tree-video #video-player-wrap .prev,
.touch #video-player-overlay.family-tree-video #video-player-wrap .next {
  display: none;
}

.touch #video-player-overlay.family-tree-video #video-player-wrap #video-player-playlist ul {
  width: auto;
  min-width: 40vw;
}
.touch #video-player-overlay.family-tree-video #video-player-wrap #video-player-playlist {
  width: 40vw;
  overflow-x: auto;
  /*padding-bottom: 24px;
  margin-bottom: 3vw;*/
}
/* Quizzes */
.ae-quiz.container {
  max-width: auto;
}
.drupal-type-exclusive .aetv-quiz #quiz-container {
  /*margin-left: 15px;*/
  width: 65%;
  float: left!important;
  position: relative;

}
.drupal-type-exclusive .aetv-quiz .dart-tag {
  position: relative;
}
.drupal-type-exclusive .aetv-quiz .adCol {
  position: relative;
  float: right;
  text-align: center;
  top: 25px;
}
.drupal-type-exclusive .aetv-quiz .viewport {
  /*width: 100%;*/
  width: 97%;
}
.touch .drupal-type-exclusive .aetv-quiz .viewport {
  width: 65vw;
}
.drupal-type-exclusive.splash .aetv-quiz .viewport {
  width: 100%;
}
.touch .drupal-type-exclusive.splash .aetv-quiz .viewport {
  width: 100vw;
}
.drupal-type-exclusive.splash .aetv-quiz .col1 {
  width: 100%;
}
.drupal-type-exclusive .aetv-quiz .container {
  width: auto;
  margin: 0;
  padding: 0;
}
.drupal-type-exclusive .aetv-quiz .ae-quiz.container .page-header {
  font-size: 32px;
  display: none;
}
.drupal-type-exclusive .aetv-quiz .ae-quiz.container .ae-quiz-question h3 {
  /*font-size: 32px;*/
  font-weight: bold;
  font-size: 2vw;
  line-height: 2.5vw;
  padding: 25px 0 15px 15px;
}
.drupal-type-exclusive .aetv-quiz .ae-quiz.container iframe {
  margin-left: 15px;
  width: 100%;
  /*height: 25.3125vw;*/
  height: auto;
}
.drupal-type-exclusive .aetv-quiz .viewport,
.drupal-type-exclusive .aetv-quiz .content {
  left: 0;
}
.drupal-type-exclusive .aetv-quiz .splash-page {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #ccc;
  border: 8px solid #aaa;
/*  width: calc(75vw - 16px);*/
  width: calc(100% - 16px);
  height: calc(100vh - 180px);
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 999;
}
.touch .drupal-type-exclusive .aetv-quiz .splash-page {
  position: relative;
  height: 90vh;
  width: 100vw;
  border: none;
  background-size: 100vw auto;
}
.drupal-type-exclusive.splash .viewport,
.drupal-type-exclusive.splash .col1,
.drupal-type-exclusive.splash .exclusive-body {
  height: 100%!important;
}
.splash .right-column-removed .exclusive-page {
  background: #3b3b3b;
}
.drupal-type-exclusive .aetv-quiz .splash-page .splash-page-title {
  position: relative;
  top: 1.2vw;
  left: 1.2vw;
  font-size: 4vw;
  font-family: AmperstandardHeavy;
  padding: 0.6vw 1.5vw;
  /*width: 71.5vw;*/
  width: 93%;
  line-height: 5vw;
  background: #fff;
  background: rgba(255,255,255,0.8);
  white-space: normal;
}
.drupal-type-exclusive .aetv-quiz .splash-page .splash-page-content {
  position: absolute;
  padding: 1.8vw;
  bottom: 0;
  background: #ccc;
}
.drupal-type-exclusive .aetv-quiz .splash-page .splash-page-content p {
  font-size: 2.0vw;
  line-height: 2.5vw;
  padding-bottom: 1.8vw;
}
.touch .drupal-type-exclusive .aetv-quiz .splash-page .splash-page-content p {
  font-size: 2.5vw;
  line-height: 3vw;
}
.drupal-type-exclusive .aetv-quiz .splash-page .button-start-quiz {
  position: relative;
  background: #aaa;
  padding: 1vw 4vw;
  border-radius: 5px;
  cursor: pointer;
  font-size: 2.0vw;
  display: inline-block;
  float: right;
  font-weight: bold;
}
.touch .drupal-type-exclusive .aetv-quiz .splash-page .button-start-quiz {
  margin-bottom: 15px;
}
.drupal-type-exclusive .aetv-quiz .splash-page .button-start-quiz:hover {
  opacity: 0.8;
}
.drupal-type-exclusive .aetv-quiz .ae-quiz.container label.btn.ae-quiz-answerContainer,
.drupal-type-exclusive .aetv-quiz .ae-quiz.container label.btn-primary {
  /*width: 100%;*/
  border: 0;
  color: #000;
  text-shadow: none;
  box-shadow: none;
  font-weight: normal;
  border-radius: 0;
  font-size: 24px;
  line-height: 26px;
  display: block;
  cursor: pointer;
  padding: 20px;
  white-space: normal;
}
.drupal-type-exclusive .aetv-quiz .ae-quiz.container p.ae-quiz-answerOption {
  line-height: auto;
  margin: 2px 15px;
  width: 100%;
  white-space: normal;
}
.drupal-type-exclusive .aetv-quiz .ae-quiz.container p.ae-quiz-answerOption:nth-child(even) label.btn.ae-quiz-answerContainer,
.drupal-type-exclusive .aetv-quiz .ae-quiz.container p.ae-quiz-answerOption:nth-child(even) label.btn-primary {
  background: #fff;
}
.drupal-type-exclusive .aetv-quiz .ae-quiz.container p.ae-quiz-answerOption:nth-child(odd) label.btn.ae-quiz-answerContainer,
.drupal-type-exclusive .aetv-quiz .ae-quiz.container p.ae-quiz-answerOption:nth-child(odd) label.btn-primary {
  background: #ccc;
}
.no-touch .drupal-type-exclusive .aetv-quiz .ae-quiz.container p.ae-quiz-answerOption:hover label.btn.ae-quiz-answerContainer,
.no-touch .drupal-type-exclusive .aetv-quiz .ae-quiz.container p.ae-quiz-answerOption:hover label.btn-primary {
  background: #000;
  color: #fff;
}
.drupal-type-exclusive .aetv-quiz .ae-quiz.container p.ae-quiz-answerOption:hover label.btn.ae-quiz-answerChoice-incorrect.ae-quiz-answerContainer,
.drupal-type-exclusive .aetv-quiz .ae-quiz.container p.ae-quiz-answerOption label.btn.ae-quiz-answerChoice-incorrect.ae-quiz-answerContainer {
  background: #f00;
}
.drupal-type-exclusive .aetv-quiz .ae-quiz.container p.ae-quiz-answerOption:hover label.btn.ae-quiz-answerChoice-correct.ae-quiz-answerContainer,
.drupal-type-exclusive .aetv-quiz .ae-quiz.container p.ae-quiz-answerOption label.btn.ae-quiz-answerChoice-correct.ae-quiz-answerContainer {
  background: #0f0;
}
.drupal-type-exclusive .aetv-quiz .ae-quiz.container p input {
  position: absolute;
  z-index: -1;
}
.drupal-type-exclusive .aetv-quiz .ae-quiz.container .ae-quiz-bottom-bar {
  text-align: right;
  padding: 15px 0 0 0;
}
.drupal-type-exclusive .aetv-quiz .ae-quiz.container .ae-quiz-bottom-bar h4 {
  font-family: AmperstandardMedium;
  font-size: 16px;
  line-height: 22px;
}
.drupal-type-exclusive .aetv-quiz .ae-quiz.container .ae-quiz-bottom-bar h4 .ae-quiz-validate-result {
  font-size: 22px;
  float: left;
  margin-left: 15px;
}
.touch .aetv-quiz .close-modal,
.drupal-type-exclusive.splash .col2,
.drupal-type-exclusive .aetv-quiz .ae-quiz.container .ae-quiz-bottom-bar h4 .hidden-class {
  display: none;
}
.drupal-type-exclusive .aetv-quiz .ae-quiz.container .quiz-result-video iframe {
  margin-top: 1.2vw;
}
.drupal-type-exclusive .aetv-quiz .ae-quiz.container .quiz-result-share {
  margin-top: 1.2vw;
  width: 100%;
  padding: 0.2vw 0 2.5vw 0;
}
.drupal-type-exclusive .aetv-quiz .ae-quiz.container .quiz-result-share span {
  font-size: 1.8vw;
  line-height: 32px;
  display: block;
  float: left;
  margin-right: 15px;
  text-transform: uppercase;
}
.drupal-type-exclusive .aetv-quiz .ae-quiz.container .quiz-result-share a {
  /*margin: 0 2vw 0 0;*/
  margin: 0 1vw 0 0;
  display: block;
  float: left;
}
.drupal-type-exclusive .aetv-quiz .ae-quiz.container .quiz-result-share a.twitter-quiz {
  margin-top: 2px;
}
.drupal-type-exclusive .aetv-quiz .ae-quiz.container .quiz-result-share a.fb-quiz img {
  top: 2px;
  position: relative;
}
.drupal-type-exclusive .aetv-quiz .ae-quiz.container .quiz-result-image img {
  width: 100%;
  height: auto;
  margin-top: 0.2vw;
}
.drupal-type-exclusive .aetv-quiz .ae-quiz.container .quiz-result-copy {
  padding-top: 1vw;
  width: 100%;
  clear: both;
}
.drupal-type-exclusive .aetv-quiz .ae-quiz.container .quiz-result-copy p {
  font-size: 1.75vw;
  line-height: 2.15vw;
  padding: 0 0 1vw 0;
}
.drupal-type-exclusive .aetv-quiz .ae-quiz.container .quiz-result-image b,
.drupal-type-exclusive .aetv-quiz .ae-quiz.container .quiz-result-copy p b {
  display: block;
  font-size: 2.5vw;
  line-height: 3.5vw;
}
.drupal-type-exclusive .aetv-quiz .ae-quiz.container  #ae-quiz-restartButton,
.drupal-type-exclusive .aetv-quiz .ae-quiz.container  .ae-quiz-restartButton {
  background: #ccc;
  border-radius: 5px;
  text-align: center;
  padding: 15px 0;
  width: 50%;
  left: 0;
  text-transform: uppercase;
  font-size: 1.8vw;
  float: left!important;
  cursor: pointer;
  margin: 0 auto;
  font-weight: bold;
}
.drupal-type-exclusive .aetv-quiz .ae-quiz-endPage {
  padding: 15px;

}
.touch .drupal-type-exclusive:not(.splash) .aetv-quiz .exclusive-body {
  width: 95vw;
  padding: 0 2.5vw;
}
.touch .drupal-type-exclusive .aetv-quiz .splash-page .button-start-quiz {
  position: absolute;
  top: -4.5vw;
  margin-left: -14vw;
  left: 50%;
  font-size: 4vw;
}
.touch .drupal-type-exclusive .aetv-quiz .ae-quiz.container .ae-quiz-question h3 {
  font-size: 4vw;
  line-height: 5vw;
}
.touch .drupal-type-exclusive:not(.splash) .aetv-quiz .col1 {
  height: calc(100% - 70px)!important;
}
.touch .drupal-type-exclusive:not(.splash) .aetv-quiz .viewport {
  height: auto!important;
}
.touch .drupal-type-exclusive .scrollbar {
  display: none!important;
}
@media (max-width: 1023px) {
  .aetv-quiz .close-modal {
    display: none;
  }

  .drupal-type-exclusive .aetv-quiz .exclusive-page {
    width: 100vw;
    height: 100%;
    margin: 0;
  }
  .touch .drupal-type-exclusive .aetv-quiz .splash-page {
    background-size: auto 60vh;
    background-position: center 0;
  }
  .touch .drupal-type-exclusive .aetv-quiz .splash-page .splash-page-title {
    font-size: 6vw;
    line-height: 7vw;
  }
  .touch .drupal-type-exclusive .aetv-quiz .splash-page .splash-page-content p {
    font-size: 4vw;
    line-height: 5vw;
  }
  .touch .drupal-type-exclusive .aetv-quiz .splash-page .button-start-quiz {
    padding: 2vw 4vw;
    border-radius: 5px;
    font-size: 4.0vw;
  }
  .touch .drupal-type-exclusive .aetv-quiz .splash-page .button-start-quiz {
    font-size: 4.0vw;
    top: -12vw;
    margin-left: -14vw;
  }
  .drupal-type-exclusive .aetv-quiz .adCol {
    width: 100vw;
    position: relative;
    clear: both;
    padding-bottom: 80px;
  }
  .drupal-type-exclusive .aetv-quiz #quiz-container {
    width: 100%;
    padding: 0;
    clear: both;
  }
  .touch .drupal-type-exclusive.splash .aetv-quiz .exclusive-body {
    width: 100vw;
    padding: 0;
  }
 .touch .drupal-type-exclusive.splash .aetv-quiz .content {
    width: 100vw;
    padding: 0;
  }
  .drupal-type-exclusive .aetv-quiz .ae-quiz.container .quiz-result-image b,
  .drupal-type-exclusive .aetv-quiz .ae-quiz.container .quiz-result-copy p b {
    font-size: 4vw;
    line-height: 5vw;
  }
  .drupal-type-exclusive .aetv-quiz .ae-quiz.container .quiz-result-share {
    font-size: 2.5vw;
  }
  .drupal-type-exclusive .aetv-quiz .ae-quiz.container .quiz-result-copy p {
    font-size: 3vw;
    line-height: 4vw;
    padding: 0 0 1vw 0;
  }
  .drupal-type-exclusive .aetv-quiz .ae-quiz.container  #ae-quiz-restartButton,
  .drupal-type-exclusive .aetv-quiz .ae-quiz.container  .ae-quiz-restartButton {
    padding: 15px 0;
    font-size: 3vw;
  }
}
@media (max-width: 1024px) and (orientation:landscape) {
  .touch .drupal-type-exclusive .aetv-quiz .ae-quiz.container .ae-quiz-question h3 {
    font-size: 3vw;
    line-height: 4vw;
  }
}

.marriedatfirstsightbestworstdatesstories .col2 {
    position: absolute;
    right: 0px;
    top: 34px;
}


@media (min-width: 1250px){
    .marriedatfirstsightbestworstdatesstories .col2 {
        right: 20px;
    }
}

@media (min-width: 1500px){
    .marriedatfirstsightbestworstdatesstories .col2 {
        right: 60px;
    }
}
