/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} menu,article,aside,details,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{}button,select{text-transform:none}[type=submit], [type=reset],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

/**
 * Common style definitions
 */
html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	color: #444;
	font-family: 'Open Sans', sans-serif;
}

ul {
	padding: 0;
	list-style-type: none;
}

a {
	color: #f2902a;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent; /* Gets rid of tap active state */
}

h1 {
	margin: 0 0 6px;
	font-size: 27px;
	font-weight: normal;
	line-height: 1.2;
}

.Pricing-packageSelection p {
	margin: 0;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
}

strong {
	font-weight: 600;
}

/* Clearfix */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

/** Styling classes */
.gradient {
	padding: 30px 20px;
	background-image : radial-gradient(ellipse, rgba(255,255,255,0.2) 0%, #31a8e0 60%);
}

.is-shown-active {
	display: none;
}

.is-hidden-active {
	display: block;
}

.is-shown-maxAmount {
	display: none;
}

.js-maxAmount .is-shown-maxAmount {
	display: inline-block;
}

/**
 * Common Form definitions
 */
input[type=range] {
	width: 100%;
	background: transparent;
	-webkit-appearance: none;
}

input[type=range]:focus {
	outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
	height: 1px;
	width: 100%;
	animation: 0.2s;
	background: #31a8e0;
	border: 0 none;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	cursor: pointer;
}

input[type=range]::-webkit-slider-thumb {
	height: 24px;
	margin-top: -12px;
	width: 24px;
	background: transparent;
	border: 6px solid #31a8e0;
	border-radius: 50%;
	box-shadow : 0 0 3px rgba(0,0,0,0.3);
	cursor: pointer;
	-webkit-appearance: none;
}

input[type=range]::-moz-range-track {
	height: 1px;
	width: 100%;
	animation: 0.2s;
	background: #31a8e0;
	border: 0 none;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	cursor: pointer;
}

input[type=range]::-moz-range-thumb {
	width: 14px;
	height: 14px;
	background: transparent;
	border: 6px solid #31a8e0;
	border-radius: 50%;
	box-shadow : 0 0 3px rgba(0,0,0,0.3);
	cursor: pointer;
}

input[type=range]::-ms-track {
	height: 1px;
	width: 100%;
	animation: 0.2s;
	background: transparent;
	border-width: 14px 0;
	border-color: transparent;
	cursor: pointer;
}

input[type=range]::-ms-fill-lower {
	background: #31a8e0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

input[type=range]::-ms-fill-upper {
	background: #31a8e0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

input[type=range]::-ms-thumb {
	height: 14px;
	width: 14px;
	background: transparent;
	border: 6px solid #31a8e0;
	border-radius: 50%;
	box-shadow : 0 0 3px rgba(0,0,0,0.3);
	cursor: pointer;
}

_:-ms-lang(x), _::-webkit-meter-bar, input[type=range]::-ms-thumb { margin-bottom : -10px; }

/**
 * Common page definitions
 */
.Pricing header {
	color : white;
	text-align : center;
	background : #31a8e0;
}

/* Product selection (product tab switcher) */
.Pricing-productSelection {
	margin-bottom: -30px;
	overflow : hidden;
}

.Pricing-product {
	display: inline-block;
	margin: 0 5px;
	width: 33%;
	max-width: 150px;
	vertical-align: top;
	background: rgba(255,255,255,0.1);
}

.Pricing-product.is-active {
	background: white;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.Pricing-product a {
	display: block;
	padding: 0 10px;
	color: white;
	font-size: 14px;
	line-height: 42px;
}

.Pricing-product.is-active a {
	cursor: default;
	color: #31a8e0;
	font-weight: 600;
}

/* Amount selection (amount of views/GBs) */
.Pricing-amountSelection {
	display: none;
}

.is-PackageSlider-initialized .Pricing-amountSelection {
	display: block;
}

.Pricing-amountSelection h2 {
	padding: 0 20px;
	margin-bottom: 9px;
	color: #31a8e0;
	font-size: 21px;
	font-weight: 300;
	line-height: 1.25;
	text-align : center;
	margin-top: 40px;
}

.Pricing-amountSelector {
	margin: 0 auto;
	padding: 0 20px 20px;
	max-width: 768px;
	text-align: center;
}

.Pricing-amountSelector strong {
	color: #31a8e0;
}

/* Package selection (available packages display) */
.Pricing-packageSelection {
	margin: 0 auto;
	padding: 30px 30px 0;
	max-width: 960px;
	text-align: center;

	/* Inline-block layout fix */
	font-size: 0;
	letter-spacing: 0;
	word-spacing: 0;
	clear: both;
}

.Package {
	display: inline-block;
	padding: 0;
	margin : 0 auto 30px;
	max-width: 260px;
	width: 100%;
	vertical-align: top;
	text-align: center;
}

.Package-name {
	padding: 6px 20px;
	background: #53a2da;
}

.Package-name h3 {
	margin: 0;
	color: white;
	font-size: 21px;
	font-weight: 300;
	line-height: 1.5;
}

.Package-name span {
	font-weight: normal;
}

.Package-features {
	padding: 15px;
	position: relative;
	z-index: 2;
	background: #e3f0f9;
}

.Package-features:after {
	display: block;
	height: 30px;
	position: absolute;
	bottom: -30px;
	left: calc(50% - 15px);
	width: 30px;
	border: 15px solid;
	border-color: #e3f0f9 transparent transparent;
	content: '';
}

.Package-features ul {
	margin: 0;
}

.Package-price {
	padding: 15px;
	position: relative;
	z-index: 1;
	background : #f5faff;
}

.Package-price:after {
	display: block;
	height: 30px;
	width: 30px;
	position: absolute;
	bottom: -30px;
	left: calc(50% - 15px);
	border: 15px solid;
	border-color: #f5faff transparent transparent transparent;
	content: '';
 }

.Package-priceBase.is-standalone {
	padding: 34px 0;
}

.Package.is-selected .Package-priceBase.is-standalone {
	padding: 39px 0;
}

.Package-priceBase p {
	line-height: 33px;
	margin:3px;
}

.Package-features p {
	margin:2px;
}

.Package-priceBase small {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	font-style: italic;
	line-height: 15px;
}

.Package-priceBase strong {
	display: inline-block;
	font-size: 24px;
	line-height: 33px;
}

.Package-priceActual {
	display: none;
	margin     : 6px 0 0;
	padding    : 10px 0 0;
	border-top : 1px solid #eee;
	color      : #f2902a;
}

.is-PackageSlider-initialized .Package-priceActual {
	display: block;
}

.Package-priceActual p {
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
}

.Package-actualPriceValue {
	font-size: 16px;
}

.Package-actualPriceValue strong {
	font-size: 27px;
	line-height: 1.1;
}

.Package-action {
	padding: 15px 20px;
	background : #f2902a;
}

.Package-action a {
	display: block;
	color: white;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
}

.Package-action a:hover {
text-shadow: 0 0 0.5em #fff;
color:#fff;
}

.Package-action span {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
}

.Package-action .icon {
	position: relative;
	top: 7px;
	height: 24px;
	width: 24px;
}

.Pricing-offer {
	padding: 10px 20px 30px;
	text-align: center;
}

.Pricing-offer h2 {
	margin: 0 0 15px;
	color: #31a8e0;
	font-size: 27px;
	font-weight: bold;
}

.Pricing-offer p {
	margin: 0 0 15px;
	font-size: 16px;
}

.Pricing-offer a {
	display: inline-block;
	padding: 0 20px;
	border: 2px solid #31a8e0;
	color: #31a8e0;
	font-weight: 600;
	line-height: 36px;
}


/** JS specific functionality style */
.js-control-left,
.js-control-right {
	display: none;
	position: absolute;
	height: 40px;
    width: 40px;
	z-index: 10;
	cursor : pointer;
}

.js-control-left.is-hidden,
.js-control-right.is-hidden {
    display: none;
}

.is-PackageSlider-initialized .js-PackageSlider-packageList {
	height: 460px;
	width: 100%;
	max-width: 100%;
	padding: 30px 0;
	position: relative;
	overflow: hidden;
}

.is-PackageSlider-initialized .is-shown-active {
	display: none;
}

.is-PackageSlider-initialized .is-hidden-active {
	display: block;
}

.is-PackageSlider-initialized .js-PackageSlider-track {
	position: absolute;
	width: 3000px;

	text-align: left;
	left: 0;
	-webkit-transition: left 500ms ease;
	transition: left 500ms ease;
}

.is-PackageSlider-initialized .Package {
	max-width: 300px;
	opacity            : 1;
	-webkit-transition : opacity 500ms ease;
	transition         : opacity 500ms ease;
}

.is-PackageSlider-initialized .Package.is-hidden {
	opacity: 0;
}

.is-PackageSlider-initialized .Package.is-selected {
	max-width: 340px;
	padding: 0 10px 10px;
	position: relative;
	top: -20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.is-PackageSlider-initialized .is-selected::before {
	content: 'Our recommendation';
	display: block;
	color: #f2902a;
	font-weight : 600;
	font-size: 18px;
	line-height: 36px;
	text-transform: uppercase;
}

.is-PackageSlider-initialized .is-selected .is-shown-active {
	display: block;
}

.is-PackageSlider-initialized .is-selected .is-hidden-active {
	display: none;
}

.is-PackageSlider-initialized .is-selected .Package-features {
	padding: 15px 15%;
}

.is-PackageSlider-initialized .is-selected .Package-features ul {
	color: #31a8e0;
	text-align: left;
}

.is-PackageSlider-initialized .is-selected .Package-features p {
	font-size: 14px;
}

.is-PackageSlider-initialized .Package.is-selected .Package-features li {
	position: relative;
	padding-left: 20px;
	line-height: 21px;
}

.is-PackageSlider-initialized .Package.is-selected .Package-features li:before {
	content: "";
	top: 7px;
	left: 3px;
	width: 8px;
	height: 8px;
	position: absolute;
	background-color: #31a8e0;
	border-radius: 50%;
}

.is-PackageSlider-initialized .Package.is-selected .Package-features p {
	color: #444;
	font-weight: 600;
	line-height: 21px;
	margin:2px;
}

.is-PackageSlider-initialized .Package.is-selected .Package-features strong {
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;
	color: #000;
}

.is-PackageSlider-initialized .Package.is-selected .Package-priceActual p {
	color: #31a8e0;
	font-weight: 400;
}

.is-PackageSlider-initialized .Package.is-selected .Package-priceActual .is-shown-active span {
	font-weight : bold;
}

.is-PackageSlider-initialized .Package.is-selected .Package-priceActual .Package-actualPriceValue {
	color: #31a8e0;
}

/* Landscape mobile media query */
@media (min-width: 560px) {

.Pricing-packageSelection {
	margin-top: 10px;
	padding: 20px;
}

.Package {
	padding: 0 10px;
	max-width: 100%;
	width: 50%;
}

.Package > div {
	margin: 0 auto;
	max-width: 260px;
}

.is-PackageSlider-initialized .Package > div {
	margin: 0;
	max-width: 100%;
}

.Package-action a {
	font-size: 16px;
}



}

/* Tablet media query */
@media (min-width: 768px) {

.gradient {
	padding: 10px 0 60px 0;
}

h1 {
	font-size: 42px;
}

.Pricing header p {
	font-size: 18px;
	margin-bottom: 30px;
}

.Pricing-productSelection {
	margin-bottom: -60px;
}

.Pricing-product {
	width: 15%;
}

.Pricing-product a {
	padding: 0 10px;
	font-size: 18px;
	text-align: center;
}

.Pricing-packageSelection {
	margin-top: 10px;
	padding: 20px;
}

.Package {
	padding: 0 10px;
	max-width: 100%;
	width: 33%;
}

.Package > div {
	margin: 0;
	max-width: 100%;
}

.Package-name {
	padding: 6px 15px;
}

.Package-features p {
	font-size: 15px;
}

.Package-action {
	padding: 15px;
}

.Package-action a {
	font-size: 15px;
}

}

/* Desktop media query */
@media (min-width: 960px) {

h1 {
	font-size: 48px;
}

.Pricing-packageSelection {
	margin-top: 20px;
	padding: 20px 20px 0;
}

.Pricing-amountSelection h2 {
	font-size: 36px;
	margin-bottom: 20px;
	margin-top: 40px;
}

.Pricing-amountSelection p {
	font-size: 18px;
}

.Pricing-amountSelection p strong {
	display: inline-block;
	font-size: 27px;
}

.Package {
	padding: 0 15px;
	margin-bottom: 40px;
}

.Package-features p {
	font-size: 15px;
	line-height: 24px;
	margin:2px;
}

.Package-action a {
	font-size: 18px;
}

.is-PackageSlider-initialized .js-PackageSlider-packageList {
	height: 480px;
	padding: 40px 0 30px;
}


.is-PackageSlider-initialized .Package {
	padding   : 0 20px;
	max-width : 340px;
}

.is-PackageSlider-initialized .Package.is-selected {
	top: -30px;
}

.is-PackageSlider-initialized .Package.is-selected::before {
	line-height: 40px;
}

.is-PackageSlider-initialized .is-selected .Package-name h3 {
	font-size: 30px;
	line-height: 39px;
}

.is-PackageSlider-initialized .is-selected .Package-features {
	padding: 15px 15%;
}

.is-PackageSlider-initialized .Package-actualPriceValue strong {
	font-size: 36px;
}

}

@media (min-width: 1200px) {

	.js-control-left,
	.js-control-right {
        display: block;
		top: 200px;
	}

	.js-control-left {
		left: calc(50% - 560px);
	}

	.js-control-right {
		right: calc(50% - 560px);
	}

}

/* Banner styling
----------------------------------------------------------------- */
.pricing-slider-banner h1, .pricing-slider-banner p {color:#fff;}
