/*
	background blue #333E48;
	foreground blue #0255AA;
	orange #FC9F4A;
	darker foreground blue #23588E;
	hover teal #5BC4B6;
*/

@font-face {
	font-family: Avenir Next Medium;
	src: url(../fonts/AvenirNext-Medium.eot);
	src: url(../fonts/AvenirNext-Medium.eot?#iefix) format('embedded-opentype'),
		 url(../fonts/AvenirNext-Medium.woff2) format('woff2'),
		 url(../fonts/AvenirNext-Medium.woff) format('woff'),
		 url(../fonts/AvenirNext-Medium.ttf) format('truetype'),
		 url(../fonts/AvenirNext-Medium.svg#AvenirNext-Medium) format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: Amazon Ember;
	src: url(../fonts/Amazon_Ember_Rglt.ttf);
	src: url(../fonts/Amazon_Ember_Rglt.ttf) format('truetype');		 
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: Amazon Ember;
	src: url(../fonts/Amazon_Ember_Rg.ttf);
	src: url(../fonts/Amazon_Ember_Rg.ttf) format('truetype');		 
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: Amazon Ember Bold;
	src: url(../fonts/Amazon_Ember_Bd.ttf);
	src: url(../fonts/Amazon_Ember_Bd.ttf) format('truetype');		 
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: Amazon Ember Bold;
	src: url(../fonts/Amazon_Ember_Bdlt.ttf);
	src: url(../fonts/Amazon_Ember_Bdlt.ttf) format('truetype');		 
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: Amazon Ember Light;
	src: url(../fonts/Amazon_Ember_Lt.ttf);
	src: url(../fonts/Amazon_Ember_Lt.ttf) format('truetype');		 
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: Amazon Ember Light;
	src: url(../fonts/Amazon_Ember_Ltlt.ttf);
	src: url(../fonts/Amazon_Ember_Ltlt.ttf) format('truetype');		 
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: Amazon Ember Thin;
	src: url(../fonts/Amazon_Ember_Th.ttf);
	src: url(../fonts/Amazon_Ember_Th.ttf) format('truetype');		 
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: Amazon Ember Thin;
	src: url(../fonts/Amazon_Ember_Thlt.ttf);
	src: url(../fonts/Amazon_Ember_Thlt.ttf) format('truetype');		 
	font-weight: 300;
	font-style: normal;
}

.experience-video-player video {
    width: 100%;
    height: 100%;
    display: block;
}

.phonesImage {
	background: url('../img/v2/Phones_Larger.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 400px;
	background-size: contain;
}

.swaImage {
	background: url('../img/v2/Desktop_Larger.jpg');
	background-position: 50% -80px;
	background-repeat: no-repeat;
	height: 400px;
	background-size: 100%;
}

.player-thumb {
    position: relative;
    max-width: 440px;
}

.new-author-module .container-fluid {
	margin-bottom: 60px;
}

.new-author-module .container-fluid .content-wrapper {
	border-radius: 10px;
	background-color: #333E48;
	color: white;
	padding-right: 40px;
	margin-top: 168px;
    position: relative;
}

.new-author-module .container-fluid .content-wrapper img {
    position: absolute;
    bottom: 0;
    width: 358px;
}

.new-author-module .container-fluid .content-wrapper > div {
	margin-left: 300px;
	position: relative;
    z-index: 2;
}

.new-author-module .container-fluid .content-wrapper a {
	color: #5BC4B6; 
}

.new-author-module .container-fluid .content-wrapper a:hover,
.new-author-module .container-fluid .content-wrapper a:focus {
	color: #FC9F4A;
}

.new-author-module .container-fluid .content-wrapper p+p {
	font-size: 24px;
	padding-bottom: 60px;
}

.new-author-module header {
    margin-left: 400px;
    text-align: left;
}

.expander {
	position:relative;
}

.expander > a::after, .expander > a::before {
	content: '';
	position: absolute;	
	top: 49%;
	height: 1px;
	width: 10px;
	background-color: #ffffff;
	transition: all 100ms ease;	
}

footer .expander > a::after, footer .expander > a::before {
	background-color: #0255AA;
}

.expander > a:hover::after,
.expander > a:hover::before,
.expander > a:focus::after,
.expander > a:focus::before {	
	background-color: #5BC4B6;	
}

.expander > a::after {
	right: 0px;
	transform: rotate(-45deg);
}

footer .expander > a::after {
	transform: rotate(45deg);
}

.expander > a::before {
	right: 7px;
	transform: rotate(45deg);
}

footer .expander > a::before {
	transform: rotate(-45deg);
}

.expander .download-links {
	display: none;
	position: absolute;
	top: 100%;
	background-color: rgba(51,62,72, 0.9);
	margin: 0;
}

footer .expander .download-links {
	top: initial;
	bottom: 100%;
	background-color: rgba(244, 244, 244, 0.9);	
}

.expander.expanded .download-links {
	display: block;
}

html, body, .medium {
	font-family: Amazon Ember;
}

.container-fluid {
	transition: all 250ms ease; 
}

/*  .index-hero.promo .thumb {  */
/*  	background-image: url('../img/MarketingWebsite_CyberMonday.jpg');  */
/*  	background-repeat: no-repeat;  */
/*  	background-size: cover;  */
/*  	height: 832px; */
/*  	width: 100%;  */
/*  	transition: all 100ms ease;  */
/*  } */
 
 .index-hero.promo .thumb:after {
 	display: none;
 }
 
 .index-hero .inner > * {
 	color: white;
 	white-space: nowrap;
 }
 
 .index-hero .inner .inner-wrap > h1 {
 	color: white;
 }
 
 .index-hero .inner-wrap > button {
    margin-left: 30px;
}
 
.bold {
	font-family: "Amazon Ember";
}
 
 .index-hero .inner .appButton i,
 .index-hero .inner .inner-wrap > p,
 .index-hero .inner .inner-wrap > p > span {
 	color: #FC9F4A;
 }
 
 .index-hero .inner .inner-wrap > p.super-subscript,
 .index-hero .inner .inner-wrap > p.super-subscript > span {
 	color: white;
 	font-size: 12px;
 	margin: 0;
 }
 
 .index-hero .inner .inner-wrap > p.subscript,
 .index-hero .inner .inner-wrap > p.subscript > span {
 	color: white;
 	font-size: 14px;
 	margin: 0;
 	margin-top: 20px;
 }
 
 .index-hero .inner .inner-wrap > p.subscript a {
 	color: #5BC4B6;
 }
 
 .index-hero .inner .inner-wrap > p.subscript a:hover,
 .index-hero .inner .inner-wrap > p.subscript a:focus {
 	color: #FC9F4A;
 }
 
 .index-hero .inner .inner-wrap > p {
 	font-family: "Amazon Ember Light";
 }

.dialogQuote {
	position: relative;
	text-align: center;
	margin: auto;
	width: 760px;
	font-size: 16px;
	background-color: rgba(255,255,255,0.5);
	color: black;
	font-style: italic;
	padding: 20px 40px;
}

.download_links .desktop {
	display: initial !important;
}

.experience-video-player {
	position: absolute;
	z-index: 1;
/* 	width: 81.75%; */
/* 	height: 76%; */
/* 	margin: 17% 0 0 9%; */
	width: auto;
    height: 92%;
    margin: 5% 0 0 0%;
}

.download-module.promo header .mobile {
    display: none !important;
}

footer .download-links-non13 a {
	position: relative;
	font-size: 16px;
	line-height: 1em;
	padding: 0;
}

footer {
	position: relative;
	z-index: 3;
}

body:not(.mobile-open) .navbar a:hover,
body:not(.mobile-open) .navbar a:focus {
	color: #5BC4B6;
}

.module header {
	margin-bottom: 0;
}

.glide--horizontal .glide__arrows {
	opacity: 0;
	display: block;
	transition: all ease-in-out .3s;
}

.glide--horizontal:hover .glide__arrows,
.glide--horizontal:focus .glide__arrows {
	opacity: 1;
}

.not_visible {
	visibility: hidden;
}

.sr-only,
.glide--horizontal .glide__arrows .glide__arrow.disabled span,
.glide--horizontal .glide__arrows .glide__arrow.disabled:hover span,
.glide--horizontal .glide__arrows .glide__arrow.disabled:focus span {
	color: #000;
}

.navbar .sr-only {
	color: #fff;
}

.nav > li > a:focus {
	background-color: inherit;
}

.index-hero {
	background-color: #333;
}

.download-module .download-links p.light,
.navwrap .mobile .download-links p.light,
footer .download-links p.light {
	color: #5d5d5d;
}

.download-module h3,
.download-module p {
	color: black;
}

.download-module p {
	font-size: 14px;	
	margin-bottom: 24px;
}

.download-module h3 {
	margin: 20px 0;
}

.download-module img {
	margin: auto;
	display: block;
	width: 136px;
}

h2 {	
	color: #0255AA;
	font-weight: bold;
	margin: 40px 0px;
	padding-bottom: 5px;
	display: inline-block;
	font-family: Amazon Ember;
	max-width: 650px;
}

.how-it-works-module {
	background: #333E48 url('../img/bkg_bubbles.png');
	background-size: 100%;
}

.how-it-works-module h2 {
	color: #FC9F4A;
	border-bottom-color: #FC9F4A;
}

.ci {
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	background-color: #b8b9ba;
	color: #b8b9ba;
	font-style: normal;
}

.ci.documents {
	width: 18px;
}

.ci.documents::before {
	content: '';
	position: absolute;
	width: 85%;
	height: 5%;
	left: 7.5%;
	top: -10%;
	background-color: inherit;
}

.ci.documents::after {
	content: '';
	position: absolute;
	width: 70%;
	height: 5%;
	left: 15%;
	top: -20%;
	background-color: inherit;
}

.ci.a-z {
	font-family: "Times New Roman";
	background-color: transparent;
	line-height: 20px;
	font-size: 20px;
	width: 30px;
}

.ci.a-z::before {
	content: 'A';
	position: absolute;
	left: 0;
	top: -2px;
}

.ci.a-z::after {
	content: 'Z';
	position: absolute;
	right: 0;
	bottom: -10px;
}

ul.how-it-works-examples {
    list-style-type: none;
    padding: 0;
    color: white;
}

ul.how-it-works-examples li {
    display: inline-block;
    width: 45%;
    position: relative;
    margin-bottom: 50px;
}

ul.how-it-works-examples li:nth-child(2n) {
    margin-left: 10%;
}

ul.how-it-works-examples li > i {
    color: #B8B9BA;
    font-size: 28px;
    position: absolute;
    top: 0;
    left: 0;
}

ul.how-it-works-examples li > i.ci.documents {
	top: 5px;
}

ul.how-it-works-examples li > div {
    margin-left: 40px;
}

ul.how-it-works-examples li p {
	min-height: 100px;
	font-size: 19px;
}

ul.how-it-works-examples li h3 {
	margin-bottom: 20px;
}

.new-author-module h2 {
	color: #FC9F4A;
	border-bottom-color: white;
}

.press-module h2 {
	color: white;
	border-bottom-color: white;
}

.press-module img {
	display: block;
	margin: 40px auto;	
	margin-bottom: 80px;
}

a {	
	transition: all 100ms ease;	
}

a:hover,
a:focus {
	color: #5BC4B6;
}

ul.socialLinks, ul.appStoreLinks, ul.storyList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.download-links i {
	margin-right: 10px;
}

.download-links ul {
	display: block;
	padding: 0 27px;
	width: 220px;
	text-align: left;
}

.download-links ul li {
	display: block;
	padding: 5px 0;
}

ul.storyList {
	display: block;
	text-align: center;	
}

ul.storyList + ul.storyList{
	margin-bottom: 40px;	
}

ul.appStoreLinks {
	display: block;
	text-align: center;
	margin-top: 50px;
}

ul.socialLinks li, ul.appStoreLinks li, ul.storyList li {
	display: inline-block;	
}

ul.socialLinks li {
	line-height: 89px;
	margin: 0 5px;
}

ul.appStoreLinks li {
	margin: 0 10px;
}

ul.appStoreLinks a:focus i {
    outline: 1px solid blue;
}

ul.storyList li {
	width: 101px;
	font-size: 10px;
	font-family: Amazon Ember;
	color: black;
	line-height: normal;
	margin: 0 10px;	
	margin-bottom: 20px;
}
ul.storyList li img, ul.storyList li span {
	display: block;
}

ul.storyList li img {
	margin-bottom: 10px;
}

button.appButton {
	padding: 8px 25px;
	border: 2px solid #ffa724;
	background-color: #ffa724;
	transition: all 200ms ease;
	font-family: Amazon Ember;
	color: #003d46;
	font-size: 17px;
}

button.appButton:hover,
button.appButton:focus {
	background-color: #5BC4B6;
	border-color: #5BC4B6;
	color: white;
}

button.appButtonAmazon {
	border-color: white;
	background-color: #fc9f4a;
	color: white;	
	font-size: 28px;
}

button.appButtonAmazon:hover,
button.appButtonAmazon:focus {
	color: #5BC4B6;
	border-color: #5BC4B6;
	background-color: transparent;
}


.press-module {
	background: url('../img/alien_bg.png');
	background-size: cover;
	position:relative;
	z-index: 2;
}

.stories-module {
    padding-bottom: 190px;
}

.stories-module h2 {
	margin-bottom: 60px;	
}

.stories-module .featured-story-image {
	text-align: center;
	padding-top: 26px;
}

.featured-story-image a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 68px;
    height: 68px;
    margin-top: -20px;
    margin-left: -33px;
    background: white;
    border-radius: 50%;
    border: 4px solid #E09419;
    box-shadow: 0 0 10px 2px white;
    opacity: 0;
    transition: all 200ms linear;
    z-index: 4;
}

.featured-story-image a::after {
	content: "\f04b";
	font-family: FontAwesome;
	font-size: 26px;
	color: #E09419;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -7px;
	text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    transition: all 200ms linear;
    z-index: 5;
}

.featured-story-image a:hover::before,
.featured-story-image a:hover::after,
.featured-story-image a:focus::before,
.featured-story-image a:focus::after {
	opacity: 1;	
}

.stories-module .featured-story-content {
	text-align: left;
}

.stories-module .featured-story-content header {
	text-align: inherit;
	margin-bottom: 10px;
}

.stories-module .featured-story-content h4 {
	font-size: 16px;
	color: black;
	font-family: 'Amazon Ember Bold';	
}

.stories-module .featured-story-content h5 {
	color: #3c7b0f;
	font-size: 30px;
    line-height: 40px;
}

.stories-module .featured-story-content span {
	color: black;
	font-size: 18px;
}

.stories-module .featured-story-content p {
	font-size: 18px;
}

.character-list {
	list-style-type: none;	
	padding: 0;
}

.character-list li {
	font-family: 'Amazon Ember Bold';
	font-size: 20px;
}

.character-list li.character::before {
	content: '';
	width: 88px; /* Need Flux capacitor */
	height: 88px;
	border-radius: 50%;	
	display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: -10px;
}

.character-list li.character-polly {
	color: #3c7b0f;
}

.character-list li.character-polly::before {	
	background-image: url('../img/polly_avatar.png');
}

.character-list li.character-suzie {
	color: #92278e;
}

.character-list li.character-suzie::before {
	background-image: url('../img/suzie_avatar.png');
}

.character-list li.character-mom {
	color: #29c392;
}

.character-list li.character-mom::before {
	background-image: url('../img/mom_avatar.png');
}

.phonesImage+.pullRight {
	margin-top: 20px;
}

.appStoreLinks i {
	display: inline-block;
	width: 115px;
	height: 38px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 5px;
}

.icon-amazon-appstore {
	background-image: url('../img/app_download_btns/ico_amazonappstore.png');
}

.icon-apple-appstore {
	background-image: url('../img/app_download_btns/ico_appstore.png');
}

.icon-android-appstore {
	background-image: url('../img/app_download_btns/ico_googleplay.png');
}

.story {
	display: block;	
	color: white;
}

.story img {
	width: 44px;
	height: 44px;	
}

.story p {
	font-size: 16px;
	margin-top: 10px;	
}

.fa-play {
	border-radius: 50%;
    border: 2px solid #FC9F4A;
    transition: all 100ms ease;
    padding: 5px 6px 6px 8px;
}

.story a:hover .fa-play,
.story a:focus .fa-play {
	border-color: #5BC4B6;	
}

.demo-play {
	transition: all 100ms ease;
	border-radius: 10px;	
	font-family: Amazon Ember Bold;
	font-size: 16px;
	margin: auto;
	margin-bottom: 40px;
	position: relative;
	max-width: 100%;
	display: block;
	text-align: center;
}

.what-is-it-module .video-play {
	position: relative;
}

.demo-play img,
.what-is-it-module .video-play img {
	border: 2px solid white;
	border-radius: 5px;
	box-shadow: 0 0 12px 1px black;
	transition: all 200ms linear;
	max-width: 100%;		
}

.what-is-it-module .video-play::before,
.demo-play::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 68px;
    height: 68px;
    margin-top: -20px;
    margin-left: -33px;
    background: white;
    border-radius: 50%;
    border: 4px solid #E09419;
    box-shadow: 0 0 10px 2px white;
    opacity: 0.5;
    transition: all 200ms linear;
    z-index: 4;
}

.what-is-it-module .video-play::after,
.demo-play::after {
	content: "\f04b";
	font-family: FontAwesome;
	font-size: 26px;
	color: #E09419;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -7px;
	text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0.5;
    transition: all 200ms linear;
    z-index: 5;
}

.what-is-it-module .video-play:hover::before,
.what-is-it-module .video-play:hover::after,
.what-is-it-module .video-play:focus::before,
.what-is-it-module .video-play:focus::after,
.demo-play:hover::before,
.demo-play:hover::after,
.demo-play:focus::before,
.demo-play:focus::after {
	opacity: 1;	
}

.what-is-it-module .video-play:hover img,
.demo-play:hover img {
	box-shadow: 0 0 6px 1px white;
}

.demo-play .play_text {
	color: #fc9f4a;
	display: inline-block;
}

.appButton i {
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-right: 10px;
	font-size: 10px;
	color: #003d46;
	border-color: #003d46;
}

.appButton:hover i,
.appButton:focus i {
	color: white;
	border-color: white;
}

.demo-play .play_text i {
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-right: 10px;
	font-size: 10px;
	color: #FC9F4A;
}

.demo-play .play_text:hover,
.demo-play .play_text:focus {
	color: #5BC4B6;
}

.demo-play .play_text:hover i,
.demo-play .play_text:focus i {
	color: #5BC4B6;
	border-color: #5BC4B6;
}

.demo-play .playing_text {
	color: #333E48;
	background-color: white;
	display: inline-block;
	border-radius: inherit;
	padding: 0 10px;
	display: none;
}

.demo-play.playing .playing_text {
	display: inline-block;
}

.demo-play.playing .play_text {
	display: none;
}

.hide-nav, .hide-nav ul.nav.navbar-nav, .hide-nav nav.navbar.navbar-custom {
	height: 0 !important;
	min-height: 0;
	margin: 0;
	overflow: hidden;
}

.dialogQuote::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid rgba(255,255,255,0.5);
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -20px;	 
}

.dialogQuote span {
	display: block;
}

footer .socialLinks a, #footerLinks .col-lg-7 a {
	color: #0255AA;	
}

footer .socialLinks a:hover, 
#footerLinks .col-lg-7 a:hover,
footer .socialLinks a:focus, 
#footerLinks .col-lg-7 a:focus {
	color: #5BC4B6;
}

#footerLinks .col-lg-5 .medium {
	color: #0255AA;
	margin-bottom: 10px;
}

footer ul.socialLinks {
	padding: 0;
}

footer ul.socialLinks li {
	line-height: normal;
	margin: 0 20px;
}

footer .medium {
	font-size: 14px;
}

.player-thumb {
	margin-bottom: 80px;
}

footer .download-links {
	padding: 0 !important;
	border: none !important;
}

footer .download-links li {
	margin: 0 !important;
	padding: 5px 0 !important;	
}

footer .download-links li a {
	padding: 0 !important;	
}

.download-module .download-links a i,
.navwrap .mobile .download-links a i,
footer .download-links a i {
	background-color: transparent !important;
	font-size: 16px !important;
	color: inherit;
	margin: 0;
	margin-right: 10px;
	line-height: normal !important;
	width: auto !important;
	height: auto !important;
	border-radius: 0;
	
}

.hide-nav .container-fluid {
	height: 0;
}

.alien_eye {
	position: absolute !important;
	margin: 0 !important;
	overflow: hidden;
}

.alien_eye span {
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;	
	background-color: #020201;	
	transition: all 100ms ease;
}
.alien_eye.alien_eye_left {
    bottom: 322px;
    left: 62px;
    width: 42px;
    height: 16px;
    border-bottom-left-radius: 21px;
	border-bottom-right-radius: 21px;
}

.alien_eye.alien_eye_left span {
	top: -9px;
	left: 26px;
}

.alien_eye.alien_eye_right {
    bottom: 324px;
    left: 138px;
    width: 42px;
    height: 21px;
    border-bottom-left-radius: 21px;
	border-bottom-right-radius: 21px;
}

.alien_eye.alien_eye_right span {
	top: -7px;
	left: 30px;
}

.video-pop-up {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: all 200ms linear;
    z-index: -1;
}

.video-pop-up .fa-close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	color: white;	
	font-size: 40px;
	text-shadow: 0px 0px 1px black;
}

.video-pop-up .fa-close:hover,
.video-pop-up .fa-close:focus {
	color: #5BC4B6;
}

.video-pop-up .inner {
	height: 95%;
	text-align: center;
    padding-top: 2.5%;
}

.video-pop-up .inner video {
	max-height: 100%;
	max-width: 100%;
    border-radius: 13px;
    margin-top: 100%;
    border: 8px solid white;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.video-active .video-pop-up {
	opacity: 1;
	z-index: 1000;
}

.video-active .video-pop-up .inner video {
	animation: videoPopUp 300ms ease-out 200ms 1 normal forwards;
}

.popover-active .popover-new .popover-content {
	animation: videoPopUp 300ms ease-out 200ms 1 normal forwards;
}

.video-active > header,
.video-active > .main-index,
.video-active > footer,
.popover-active > header,
.popover-active > .main-index,
.popover-active.subscription-details > section,
.popover-active > footer {
	filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
}   

body.popover-active {
	height: 100%;
	overflow: hidden;
}

body > header,
body > .main-index,
body.subscription-details > section,
body > footer {
	transition: all 200ms linear;
}

.navwrap .navbar-nav {
	font-size: 16px;
	font-family: "Amazon Ember Light";
}

i.spritesheet {
	background: url('../img/v2/rapids_spritesheet.png') no-repeat;
	background-position: 0px 0px;
}

i.spritesheet-star {
	background-position: 0px 0px;
	width: 45px;
	height: 45px;	
}

i.spritesheet-book {
	background-position: 0px -45px;
	width: 35px;
	height: 47px;	
}

i.spritesheet-platform {
	background-position: 0px -93px;
	width: 72px;
	height: 44px;	
}

section.subscribe-tab-module {
	position: relative;
	z-index: 10;
	height: 600px;
}

nav.subscribe-tabs-header {
	position: absolute;
	top: -150px;
	left: 0;
	width: 100%;
	height: 150px;
	background-color: rgba(31, 30, 35, 0.9);
}

nav.subscribe-tabs-header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 10px;	
}

nav.subscribe-tabs-header ul li {
	display: inline-block;
	font-size: 14px;
	color: white;
	font-family: "Amazon Ember Light";	
	cursor: pointer;
	margin: 0 50px;
	outline: none;
}

nav.subscribe-tabs-header ul li.selected {
	color: #5BC4B6;	
}

nav.subscribe-tabs-header ul li i {
	display: inline-block;
	position: relative;
}

nav.subscribe-tabs-header ul li i::before {
	content: '';
	background: url('../img/v2/rapids_spritesheet.png') no-repeat;
	background-position: 0px 0px;
	opacity: 0;
	transition: opacity 200ms ease-out;	
	position: absolute;	
}

nav.subscribe-tabs-header ul li:hover i::before,
nav.subscribe-tabs-header ul li:focus i::before {
	opacity: 1;
}

nav.subscribe-tabs-header ul li.selected i.spritesheet-star {
	background-position-x: -46px;
}

nav.subscribe-tabs-header ul li i.spritesheet-star::before {
	background-position: -5px -146px;
	width: 47px;
	height: 47px;
	top: -1px;
	left: -1px;
}

nav.subscribe-tabs-header ul li.selected i.spritesheet-star::before {
	background-position: -61px -146px;
}

nav.subscribe-tabs-header ul li.selected i.spritesheet-book {
	background-position-x: -36px;	
}

nav.subscribe-tabs-header ul li i.spritesheet-book::before {
	background-position: -3px -201px;
	width: 37px;
	height: 52px;
	top: -3px;
	left: -3px;
}

nav.subscribe-tabs-header ul li.selected i.spritesheet-book::before {
	background-position: -55px -201px;
}

nav.subscribe-tabs-header ul li.selected i.spritesheet-platform {
	background-position-x: -73px;
	background-position-y: -94px;
}

nav.subscribe-tabs-header ul li i.spritesheet-platform::before {
	background-position: -4px -265px;
	width: 74px;
	height: 46px;
	top: -1px;
	left: -2px;
}

nav.subscribe-tabs-header ul li.selected i.spritesheet-platform::before {
	background-position: -92px -266px;
}

.subscribe-tabs-content {
	position: relative;
	height: 550px;
	overflow: hidden;
}

.subscribe-tabs-content > div {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 100%;
	transition: all 200ms ease-out;
	width: 100%;	
	opacity: 0;
}

.subscribe-tabs-content > div.selected {
	margin: 0;
	opacity: 1;
}

.subscribe-tabs-content h3 {
	color: black;
	font-weight: bold;	
}

.choose-plan ul.appStoreLinks {
	margin-top: 10px;
}

.choose-plan > div > aside {
	background-color: #0255aa;
	color: white;
	font-size: 14px;
	text-align: center;
	width: 460px;
	margin: auto;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

.cross-platform ul.appStoreLinks,
.cancellation ul.appStoreLinks {
	margin-top: 10px;
}

.cross-platform,
.cancellation {
	height: 551px;
	text-align: center;
}

.cross-platform > div {
	height: 438px;
	font-size: 24px;
}

.cross-platform > .left-content > div:first-child,
.cancellation > div:last-child > div:first-child {
	width: 99%;
	display: inline-block;
	vertical-align: middle;
}

.cross-platform > .left-content > div+div {
	width: 1%;
	height: 350px;
	display: inline-block;
	vertical-align: middle;
}

.cancellation> div:last-child > div+div {
	width: 1%;
	height: 250px;
	display: inline-block;
	vertical-align: middle;
}

.cross-platform p {
	color: black;
}

.cross-platform p span {
	color: #0255AA;
}

.cross-platform a,
.cancellation a {
	color: #148679;	
}

.cross-platform a:hover,
.cancellation a:hover,
.cross-platform a:focus,
.cancellation a:focus {
	color: #fe7800;	
}

.cross-platform > .right-content p,
.cancellation p {
	color: #666;
	margin: 0;
	font-size: 20px;
}

.choose-plan > div > p {
	color: #666;
	margin: 0;
	margin-top: 16px;
	text-align: center;
}

.cancellation p {
	margin-top: 56px;	
}

.cross-platform > .right-content > img {
	height: 354px;
}

.cancellation h2 {
	line-height: 40px;
}

.cancellation > div > div > p {
	font-size: 27px;
	line-height: 1.1em;
	margin: 0;
}

ul.subscription-plans {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 37px;
	text-align: center;
}

ul.subscription-plans li {
	border: 2px solid #f4f5f6;
	background: #f4f5f6;
	padding: 40px;
	padding-bottom: 20px;
	color: black;	
	display: inline-block;
	position: relative;
	text-align: center;
	border-bottom: none;
	width: 230px;
}

ul.subscription-plans li:first-child {
	border-top-left-radius: 25px;
	border-bottom-left-radius: 0;
}

ul.subscription-plans li:last-child {
	border-top-right-radius: 25px;
	border-bottom-right-radius: 0;
	border-color: #0255AA;
}

ul.subscription-plans li:last-child::before {
	content: 'BEST VALUE';
	position: absolute;
	top: -17px;
	font-size: 14px;
	background-color: #0255AA;
	color: white;
	left: 50%;
	margin-left: -49px;
	padding: 2px 10px;
	font-weight: bold;
}

ul.subscription-plans li header h4 {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	line-height: 0.5;
}

ul.subscription-plans li header span {
	font-family: "Amazon Ember Light";
	font-size: 14px;
}

ul.subscription-plans li div {
	height: 100px;
}

ul.subscription-plans li p {
	margin-bottom: 0;
}

ul.subscription-plans li p span:first-child {
	font-size: 30px;
}

ul.subscription-plans li p span:last-child {
	font-size: 14px;
	font-family: "Amazon Ember Light"; 
}

ul.subscription-plans li p + aside {
	font-size: 14px;
	font-family: "Amazon Ember Light";	
	line-height: 10px;
}

ul.subscription-plans li .appButton {
	color: #148679;
	background-color: transparent;
	border-color: #d5dbdb;
}

ul.subscription-plans li .appButton:hover,
ul.subscription-plans li a:focus .appButton {
	color: white;
	background-color: #5BC4B6;
	border-color: #5BC4B6;
}

.what-is-it-module {
	background: #333E48 url('../img/v2/Marquee-Girl3.png');
	background-size: cover;
	background-position: center;
	color: white;
	text-align: center;
}

.what-is-it-module.mobileItem {
    background: #232f3e;    
    position: relative;
    top: -70px;
}

.what-is-it-module.mobileItem > img {
	width: 100%;
}

.what-is-it-module .container-fluid {
	padding-top: 100px;
	padding-bottom: 200px;
}

.what-is-it-module h3 {
	text-align: left;
}

.what-is-it-module p {
	margin-bottom: 30px;
	text-align: left;
}

ul.featured-story-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: white;
	text-align: center;
	font-weight: bold;
	margin-bottom: 80px;
}

ul.featured-story-list li {
	display: inline-block;
	margin: 0px 20px;	
	text-align: left;
	vertical-align: top;
}

ul.featured-story-list li i {
	border-radius: 3px;
	width: 195px;
	height: 248px;
	position: relative;
	display: block;
	margin: auto;
	margin-bottom: 20px;
	border: 1px #979797 solid;
	box-shadow: 0px 0px 12px 1px black;
}

ul.featured-story-list li i.monsters-in-training {
	background: url('../img/v2/1-Monsters.png');
}

ul.featured-story-list li i.computers-vs-penguins {
	background: url('../img/v2/2-Penguin.png');
}

ul.featured-story-list li i.alien-invasion {
	background: url('../img/v2/3-Alien.png');
}

ul.featured-story-list li i.polly-wants-a-cheeseburger {
	background: url('../img/v2/4-Polly.png');
}

ul.featured-story-list li i.series::before {
	content: '';
	position: absolute;
	top: -3px;
	left: -6px;
	width: 132px;
	height: 138px;
	background: url('../img/v2/Series-Snipe.png');
}

ul.featured-story-list li span {
	max-width: 130px;
	display: inline-block;
	margin-left: 10px;
	color: #0255aa;
}

/* Begin subscription details page */
.subscription-details #header {
	position: static;
	background: #3f3f3f;
}

.subscription-details .container-fluid {
	margin: auto;
	max-width: 1180px;
}

.subscription-details-module {
	background-color: #ffffff;
	text-align: left;
	font-size: 15px;
	color: black;	
	padding-bottom: 60px;
}

.subscription-details-module h3 {
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: left;
}

.subscription-details-module header {
	text-align: left;
}

.subscription-details-module ul {
	padding-left: 17px;	
}

.subscription-details-module ul.terms li {
	margin-bottom: 20px;
}

.subscription-details-module a {
	color: #0255AA;
}

.subscription-details-module a:hover,
.subscription-details-module a:focus {
	color: #5BC4B6;
}

.subscription-details-footer {
	background: url('../img/alien_bg.png');
	background-size: cover;
	color: white;
	font-size: 15px;
	text-align: left;
}

.subscription-details-footer h2 {
	color: white;
}

.subscription-details-footer blockquote {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	text-align: left;
	border: none;
	max-width: 500px;
	font-size: 15px;
}

.subscription-details-footer blockquote > div {
	font-size: 18px;
}

/* End subscription details page*/

/* Begin subscribe popover */

.popover-new {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
	display: none;
	z-index: 1000;
}

.popover-new .fa-close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	color: white;	
	font-size: 40px;
	text-shadow: 0px 0px 1px black;
}

.popover-new .fa-close:hover,
.popover-new .fa-close:focus {
	color: #5BC4B6;
}

.popover-new .popover-content-aligner {
	display: inline-block;
	width: 98%;	
	vertical-align: middle;
	text-align: center;
	max-height: 100%;
	overflow: auto;
}

.popover-new .aligner {
	vertical-align: middle;
	height: 100%;
	width: 1%;	
	display: inline-block;
}

.popover-content {
	margin: auto;	
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; 
	max-width: 768px;
	margin-top: 100%;
}

.popover-content > header {
	background-color: #0255AA;
}

#subscription-popover h2 {
	color: white;
	margin: 10px 0;
}

#subscription-popover footer {
	padding: 40px 60px ;
	font-size: 13px;
	background: white;
	font-family: "Amazon Ember Light";
	text-align: left;
	border-radius: inherit;
}

#subscription-popover footer a {
	color: #148679;	
}

#subscription-popover footer a:hover,
#subscription-popover footer a:focus {
	color: #fe7800;	
}

#subscription-popover .popover-content > aside {
	background-color: #0255aa;
	color: white;
	padding: 0 20px;
}

ul.subscription-popover-options {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

ul.subscription-popover-options li {
	border: 2px solid #f4f5f6;
	background: #f4f5f6;
	width: 50%;
	padding-top: 80px;
	padding-bottom: 60px;
	color: black;	
	display: inline-block;
	position: relative;
	text-align: center;
}

ul.subscription-popover-options li:last-child {
	border-color: #0255AA;
}

ul.subscription-popover-options li:last-child::before {
	content: 'BEST VALUE';
	position: absolute;
	top: 0;
	font-size: 16px;
	background-color: #0255AA;
	color: white;
	left: 50%;
	margin-left: -65px;
	padding: 5px 20px;
	font-weight: bold;
}

ul.subscription-popover-options li header h4 {
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	line-height: 1em;
}

ul.subscription-popover-options li header span {
	font-size: 18px;
}

ul.subscription-popover-options li div {
	height: 220px;
}

ul.subscription-popover-options li p {
	margin: 20px 0;
}

ul.subscription-popover-options li p span:first-child {
	font-size: 42px;
}

ul.subscription-popover-options li p span:last-child {
	font-size: 22px; 
}

ul.subscription-popover-options li p + aside {
	font-size: 22px;	
	color: #09c209;
	margin-top: 30px;
}

ul.subscription-popover-options li .appButton {
	color: #148679;
	background-color: transparent;
	border-color: #d5dbdb;
}

ul.subscription-popover-options li .appButton:hover,
ul.subscription-popover-options li .appButton:focus {
	color: white;
	background-color: #5BC4B6;
	border-color: #5BC4B6;
}

/* End subscribe popover */

@keyframes videoPopUp {
	from { margin-top: 100%;}
	to {margin-top: 0;}
}

@media screen and (max-width: 950px) and (min-width: 768px) {
	.index-hero .inner h1 {
		font-size: 30px;
		margin: 25px 0 20px;
	}
	
	.index-hero .inner p:not(.subscript):not(.super-subscript) {
		display: none;
	}
	
	.index-hero .inner .appButton {
		font-size: 12px;
	}
	
	.index-hero .inner .inner-wrap > p.subscript {
		margin-top: 0;
	}
	
	nav.subscribe-tabs-header ul li {
		margin: 0 25px;
	}
}

@media screen and (max-width: 868px) and (min-width: 768px) {
	.choose-plan > div > aside {
		font-size: 12px;
		width: 380px;		
	}
	
	ul.subscription-plans li {
		padding-left: 20px;
		padding-right: 20px;
		width: 190px;
	}
	
	ul.appStoreLinks li {
		margin: 0 5px;
	}
}

@media screen and (max-width: 767px) {		
	.desktopItem {
		display: none !important;
	}
	
	.new-author-module .container-fluid .content-wrapper {
		margin-top: 60px;
		padding: 10px 30px;
	}
	
	.new-author-module .container-fluid .content-wrapper > div {
		margin: 0;
	}
	
	.new-author-module header {
		margin: 0;
		text-align: center;
	}
	
	.navbar .mobile-header {	
	    background-color: #232f3e;
	}
	
	.new-author-module p {
		text-align: center;
	}
	
	.logo img {
		height: 80px;
	    position: absolute;
	    top: 1px;
	    left: 33px;
	}	
	
	.download_links .desktop {
		display: none !important;
	}
	
	.index-hero:not(.promo) .thumb) {
		height: 290px;
	}
	
	.index-hero .container-fluid {
		position: absolute;
		z-index: 3;
		font-size: 24px;
		width: 100%;
		padding: 0 90px 0 60px;
	}
	
	.index-hero {
		text-align: left;
	}
	
	.index-hero .inner h1 {
		font-size: 30px;
		color: #FC9F4A;
		white-space: normal;
	}
	
	.index-hero .inner p:not(.subscript):not(.super-subscript) {
		display: none;
	}
	
	.index-hero .inner .inner-wrap > p.subscript {
		margin-top: 0;
		white-space: normal;
	}
	
	.index-hero .inner button {
		color: #003d46;
		text-shadow: none;
	}
	
	.index-hero .inner button:hover,
	.index-hero .inner button:focus {
		color: white;
	}
	
	.index-hero .inner .appButton {
		padding: 2px 10px;
    	border: 1px solid white;
    	font-size: 12px;
	}
	
	.index-hero .inner .appButton i {
		font-size: 8px;
	}
	
	.index-hero:not(.index-hero-non13) .container-fluid {
		bottom: initial;
		top: -70px;
    	position: relative;
    	background: linear-gradient( to bottom, transparent 0%, #232f3e 20%);
    	padding-bottom: 40px;
    	padding-right: 10px;
	}
	
	.phonesImage {
		display: none;
	}
	
	.dialogQuote {
		width: auto;
	}
	
	.expander > a {
		display: none !important;
	}
	
	.expander > div {
		display: block !important;
		position: static !important;
		top: initial !important;
		background-color: inherit !important;
		padding: 20px 0 !important;		
	}
	
	nav .expander > div {
		border-bottom: 1px solid hsla(0, 0%, 40%, 0.2);
	}
	
	.expander ul {
		margin: auto !important;
		padding: 0 !important;
		text-align: center !important;
		width: 100% important;
	}
	
	.expander li {
		display: inline-block !important;
	}
	
	.expander li a {
		text-indent: 8px;
	}
	
	.expander li a:hover,
	.expander li a:focus {
		background-color: inherit;
	}
	
	footer .download-links-non13 a {
		background-color: inherit;
		height: auto;
		width: auto;
		border-radius: 0;
	}
	
	footer .dowload-links ul {
		width: auto;
	}		
	
	.new-author-module .container-fluid .content-wrapper p+p {
		font-size: inherit;
		padding-bottom: 60px;
	}
	
	#footerLinks .col-lg-7 > ul > li {
	    display: block;
	    margin-bottom: 20px;
	}
	
	#footerLinks .col-lg-7 > ul > li:first-child+li {
		margin-left: 0;
	}
	
	#footerLinks .col-lg-7 > ul > li+li {
		margin-left: 0;
	}
	
	#footerLinks .col-lg-5 .medium {	    
	    font-size: 18px;
	    margin-top: 20px;
	}
	
	ul.storyList li span {
		white-space: nowrap;
		font-size: 14px;
	}
	
	.download-module header img {
		width: 100%;				
	}
	
	.download-module .pull-right img {
		margin-top: 30px;
	}
	
	.download-module header h1 {
		color: #0255AA;
		font-weight: bold;
		border-bottom: 4px solid #0255AA;
		margin: 40px 0px;
		padding-bottom: 5px;
		display: inline-block;
		font-family: Amazon Ember;
		font-size: 30px;
		text-transform: none;
	}
	
	.download-module header p {
		padding: 0 15px;
		font-size: 18px;
	}
	
	.download-module .container-fluid {
		padding-left: 0;
		padding-right: 0;				
	}
	
	.download-module .pull-right {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	footer .download-links i.icon-apple {
	    position: relative;
	    top: -2px;
	}
	
	.stories-module .featured-story-content {
		text-align: center;
		margin-top: 40px;
	}
	
	ul.how-it-works-examples li {
	    width: 100%;
	}
	
	ul.how-it-works-examples li:nth-child(2n) {
	    margin-left: 0;
	}
	
	section.subscribe-tab-module {
		height: auto;
		position: relative;
		top: -30px;
	}
	
	.subscribe-tabs-content {
		height: auto;
	}
	
	nav.subscribe-tabs-header {
		display: none;
	}
	
	#choose-plan-panel > header {
		display: none;
	}
	
	.subscribe-tabs-content > div,
	.subscribe-tabs-content > div.selected {
		position: static;
		margin: 0;
		opacity: 1;
		margin-bottom: 40px;
	}
	
	#cancellation-panel {
		margin-bottom: 0;
	}
	
	ul.subscription-plans li {
		display: block;
		width: 230px;
		margin: auto;
	}
	
	ul.subscription-plans li:first-child {
		border-bottom-right-radius: 0;
		border-top-left-radius: 0;
		position: relative;
		top: 210px;
		border-bottom: 2px solid #f4f5f6;
	}
	
	ul.subscription-plans li:last-child {
		border-bottom-right-radius: 0;
		border-top-left-radius: 25px;
		top: -210px;
		border-bottom: 2px solid #0255aa;
	}
	
	.choose-plan > div > aside {
		width: 230px;
	}
	
	.cross-platform > div {
		height: auto;
	} 
	
	.cross-platform, .cancellation {
		height: auto;
	}
	
	.swaImage {
		background-position: center;
		background-size: contain;
		height: 300px;
	}
	.cancellation h2 {
		margin-bottom: 0;
	}
	
	.cancellation > div > div > p {
		margin-bottom: 40px;
	}
	
	.what-is-it-module .container-fluid {
		padding-bottom: 40px;
		padding-top: 40px;
	}
	
	.what-is-it-module header {
		margin-top: 40px;
	}
	
	.stories-module {
		padding-bottom: 60px;
	}
	
	ul.featured-story-list li {
		display: block;
		margin-bottom: 40px;
		text-align: center;
	}
			
	ul.subscription-popover-options li {
		display: block;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	ul.subscription-popover-options li:last-child {
		padding-top: 40px;
		position: relative;
		top: -203px;
	}
	
	ul.subscription-popover-options li:first-child {
		position: relative;
		top: 279px;
	}
	
	ul.subscription-popover-options li div {
		height: auto;
	}
	
	ul.subscription-popover-options li p + aside {
		margin-top: 0;
		margin-bottom: 20px;
	}
	
	.what-is-it-module p {
		margin-top: 20px;
	}
	
	.popover-content {
		margin-top: 200%;
	}
}

@media screen and (max-width: 400px) {	
	.index-hero:not(.index-hero-non13) .container-fluid {
		padding-left: 10px;
	}
}

@media screen and (min-width: 768px) {
	.mobileItem {
		display: none !important;
	}
	
	.index-hero {
		text-align: left;
	}	
	
	.index-hero .container-fluid {
		position: absolute;
		z-index: 3;
		font-size: 24px;
		width: 65%;
		padding: 0 0 0 60px;
		top: 160px;
	}
	
	.index-hero:not(.index-hero-non13) .container-fluid {		
		width: 80%;
		bottom: 0;
		top: 100px;
	}
	
	.index-hero .container-fluid h1 {
		margin: 0;
		margin-bottom: 20px;
	}
	
	.index-hero .inner button,
	.index-hero .inner button span {
		color: #003d46;;
	}
	
	.index-hero .inner button:hover,
	.index-hero .inner button:hover span,
	.index-hero .inner button:focus,
	.index-hero .inner button:focus span {
		color: white;
	}
	
	.index-hero .inner .inner-wrap > p.subscript a {
	 	color: #5BC4B6;
	 }
	 
	 .index-hero .inner .inner-wrap > p.subscript a:hover,
	 .index-hero .inner .inner-wrap > p.subscript a:focus {
	 	color: #FC9F4A;
	 }
	
	.index-hero .inner p {
		margin-bottom: 30px;
	}
	
	.module header {
		margin-bottom: 0;
	}
	
	.navwrap {
		width: 589px;
		position: absolute;
		right: 15px;
		margin: 0;
	}
	
	.unique {
		margin-top: 0;
	}
	
	#header {
		background-color: rgba(31, 30, 35, 0.9);
	}
	
	footer {
		padding: 0 0 80px 0;
	}
	
	#footerLinks .col-lg-7 ul {
		margin-bottom: 10px;
		font-size: 14px;
	}
	
	#footerLinks .col-lg-7 p.copyright {
		font-size: 11px;
	}
	
	.navwrap .download-links-non13 a {
		position: relative;
		font-size: 16px;
		line-height: 1em;
		padding: 0;
	}
	
	#footerLinks .col-lg-7 ul.list-unstyled > li:first-child {		
		margin-right: 20px;
	}
	
	#footerLinks .col-lg-7 ul.list-unstyled > li:first-child a {
		padding-right: 20px;
	}
	
	#footerLinks .col-lg-7 ul.list-unstyled > li+li {
		margin-right: 40px;
		margin-left: 0;
	}
	
	.logo img {
		height: 120px;
	    position: absolute;
    	top: -12px;
    	left: 19px;
	}

	.navwrap .navbar-nav > li.expander > a {
		position: relative;
		padding-right: 25px;
	}
	
	h2.desktop, li.desktop {
		display: inline-block !important;
	} 
	
	.phonesImage {
		height: 400px
	}
}

@media screen and (min-width: 1025px) {
	
	.index-hero:not(.index-hero-non13) .container-fluid {
		bottom: 0;
		top: 160px;
	}
	
	.index-hero .container-fluid h1 {
		margin-bottom: 20px;
	}
	
	.index-hero .inner p {
		margin-bottom: 30px;
	}
	
	.index-hero .inner button,
	.index-hero .inner button span {
		color: #003d46;;
	}
	
	.index-hero .inner button:hover,
	.index-hero .inner button:hover span,
	.index-hero .inner button:focus,
	.index-hero .inner button:focus span {
		color: white;
	}
	
	.index-hero .inner .inner-wrap > p.subscript a {
	 	color: #5BC4B6;
	 }
	 
	 .index-hero .inner .inner-wrap > p.subscript a:hover,
	 .index-hero .inner .inner-wrap > p.subscript a:focus {
	 	color: #FC9F4A;
	 }
	
	.flyout .icon-replay {
		vertical-align: middle;
		margin-left: 10px;
	}	
	
	.unique .thumb {
		width: auto;
		float: none;
	}

	h2.desktop, li.desktop {
		display: inline-block !important;
	} 
	
	.phonesImage {
		height: 400px;
	}
	
	.index-hero.promo {
    	max-height: none;
    	overflow: hidden;
	}
}

@media screen (max-width: 1300px) and (min-width: 1021px) {
	.index-hero .container-fluid h1 {
		margin-bottom: 30px;
	}
}