
@keyframes bounce {
	0%,20%,50%,80%,100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}


@keyframes bounce {
	0%,20%,50%,80%,100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}


@keyframes bounce {
	0%,20%,50%,80%,100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}


@keyframes bounce {
	0%,20%,50%,80%,100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}


@keyframes bounce-right {
	0%,20%,50%,80%,100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}
	60% {
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}
}


@keyframes bounce-right {
	0%,20%,50%,80%,100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}
	60% {
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}
}


@keyframes bounce-right {
	0%,20%,50%,80%,100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}
	60% {
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}
}


@keyframes bounce-right {
	0%,20%,50%,80%,100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}
	60% {
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}
}


html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	-webkit-tap-highlight-color: transparent;
	width: 100%;
	overflow-x: hidden;
	height: 100%;
}
body {
	margin: 0;
	font-family: "GothamLight", "GothamBook", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.42;
	color: #333;
	background-color: #fff;
	width: 100%;
	overflow-x: hidden;
	font-weight: normal;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block;
}
audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],template {
	display: none;
}
a {
	background: transparent;
	color: #662d91;
	text-decoration: none;
}
a:active,a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
	font-weight: 500;
	line-height: 1.1;
	font-family: "GothamLight", "GothamBook", Helvetica, Arial, sans-serif;
	margin-top: 22px;
	margin-bottom: 11px;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,sup {
	font-size: .65em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.4em;
}
sup span {
	font-size: 0.001px;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	margin-top: 22px;
	margin-bottom: 22px;
	border: 0;
	border-top: 1px solid #dddddd;
}
pre {
	overflow: auto;
}
code,kbd,pre,samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,select {
	text-transform: none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,th {
	padding: 0;
}

@media print {

	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
	}
	a,a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]:after,a[href^="#"]:after {
		content: "";
	}
	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,h2,h3 {
		orphans: 3;
		widows: 3;
	}
	h2,h3 {
		page-break-after: avoid;
	}
	select {
		background: #fff !important;
	}
	.navbar {
		display: none;
	}
	.table td,.table th {
		background-color: #fff !important;
	}
	.btn > .caret,.dropup > .btn > .caret {
		border-top-color: #000 !important;
	}
	.label {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table-bordered th,.table-bordered td {
		border: 1px solid #ddd !important;
	}
}

@font-face {
	font-family: 'Glyphicons Roku';
	src: url("//image.roku.com/fonts/glyphicons-roku.eot?kuan5g");
	src: url("//image.roku.com/fonts/glyphicons-roku.eot?#iefixkuan5g") format("embedded-opentype"), url("//image.roku.com/fonts/glyphicons-roku.woff?kuan5g") format("woff"), url("//image.roku.com/fonts/glyphicons-roku.ttf?kuan5g") format("truetype"), url("//image.roku.com/fonts/glyphicons-roku.svg?kuan5g#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}
.glyphicon:after,.glyphicon:before {
	font-family: 'Glyphicons Roku' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	display: inline-block;
}

.glyphicon-quote-close:before {
	content: "\e900";
}
.glyphicon-quote-open:before {
	content: "\e901";
}
.glyphicon-checkmark:before,.glyphicon-check:before,.glyphicon-smallcheck:before {
	content: "\e902";
}
.glyphicon-shopping-cart:before {
	content: "\e903";
}
.glyphicon-create-account:before {
	content: "\e904";
}
.glyphicon-menu:before {
	content: "\e905";
}
.glyphicon-play:before {
	content: "\e906";
}
.glyphicon-star:before {
	content: "\e907";
}
.glyphicon-thumbs-down:before {
	content: "\e908";
}
.glyphicon-thumbs-up:before {
	content: "\e909";
}
.glyphicon-search:before {
	content: "\e90a";
}
.glyphicon-close:before {
	content: "\e90b";
}
.glyphicon-chevron-right-xs:before,.glyphicon-arrow-right-xs:before {
	content: "\e90c";
}
.glyphicon-chevron-down-xs:before,.glyphicon-arrow-down-xs:before {
	content: "\e90d";
}
.glyphicon-chevron-down-sm:before,.glyphicon-arrow-down-sm:before {
	content: "\e90e";
}
.glyphicon-chevron-up-sm:before,.glyphicon-arrow-up-sm:before {
	content: "\e90f";
}
.glyphicon-chevron-right-sm:before,.glyphicon-arrow-right-sm:before {
	content: "\e90f";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.glyphicon-chevron-down-md:before,.glyphicon-arrow-down-md:before {
	content: "\e910";
}
.glyphicon-chevron-left-sm:before,.glyphicon-arrow-left-sm:before {
	content: "\e90f";
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.glyphicon-arrow-up-md:before,.glyphicon-chevron-up-md:before {
	content: "\e911";
}
.glyphicon-arrow-up:before,.glyphicon-chevron-up:before {
	content: "\e912";
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.glyphicon-arrow-right:before,.glyphicon-chevron-right:before {
	content: "\e912";
}
.glyphicon-arrow-down:before,.glyphicon-chevron-down:before {
	content: "\e912";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.glyphicon-bullet:before {
	content: "\e913";
}
.glyphicon-arrow-left:before,.glyphicon-chevron-left:before {
	content: "\e914";
}
.glyphicon-location:before,.glyphicon-location2:before {
	content: "\e915";
}
.glyphicon-youtube:before {
	content: "\e916";
}
.glyphicon-twitter:before {
	content: "\e917";
}
.glyphicon-facebook:before {
	content: "\e918";
}
.glyphicon-credit-card:before {
	content: "\e919";
}
.glyphicon-roku-blog:before {
	content: "\e91a";
}
.glyphicon-newsletter:before {
	content: "\e91b";
}
.glyphicon-free-shipping:before {
	content: "\e91c";
}
.glyphicon-one-year:before {
	content: "\e91d";
}
.glyphicon-bullet-sm:before {
	content: "\e91e";
}
.glyphicon-power-uk:before {
	content: "\e91f";
}
.glyphicon-power-eur:before {
	content: "\e920";
}
.glyphicon-power-us:before {
	content: "\e921";
}
.glyphicon-alert:before {
	content: "\e922";
}
.glyphicon-support:before {
	content: "\e923";
}
.glyphicon-connection:before {
	content: "\e924";
}
.glyphicon-no-risk:before {
	content: "\e925";
}
.glyphicon-comment:before {
	content: "\e926";
}
.glyphicon-travel:before {
	content: "\e927";
}
.glyphicon-easy-to-use:before {
	content: "\e928";
}
.glyphicon-affordable:before {
	content: "\e929";
}
.glyphicon-powerful:before {
	content: "\e92a";
}
.glyphicon-hdmi-cc:before {
	content: "\e92b";
}
.glyphicon-hdmi:before {
	content: "\e92c";
}
.glyphicon-chat:before {
	content: "\e92d";
}
.glyphicon-remote-enhanced:before {
	content: "\e92e";
}
.glyphicon-remote-finder:before {
	content: "\e92f";
}
.glyphicon-remote:before {
	content: "\e930";
}
.glyphicon-4k:before {
	content: "\e931";
}
.glyphicon-4k-ultrahd:before {
	content: "\e932";
}
.glyphicon-hd:before {
	content: "\e933";
}
.glyphicon-hdr:before {
	content: "\e934";
}
.glyphicon-roku:before {
	content: "\e935";
}
.glyphicon-vibrant:before {
	content: "\e936";
}
.glyphicon-casting:before {
	content: "\e937";
}
.glyphicon-roku-interface:before {
	content: "\e938";
}
.glyphicon-roku-app:before {
	content: "\e939";
}
.glyphicon-roku-tv:before {
	content: "\e93a";
}
.glyphicon-portable:before {
	content: "\e93b";
}
.glyphicon-roku-blog-logo:before {
	content: "\e607";
}
.glyphicon-bbb:before {
	content: "\e609";
}
.glyphicon-home:before {
	content: "\e60a";
}
.glyphicon-headphones:before {
	content: "\e60b";
}
.glyphicon-mobile:before {
	content: "\e60f";
}
.glyphicon-tablet:before {
	content: "\e610";
}
.glyphicon-tv:before {
	content: "\e611";
}
.glyphicon-heart:before {
	content: "\e612";
}
.glyphicon-camera:before {
	content: "\e615";
}
.glyphicon-vimeo:before {
	content: "\e61f";
}
.glyphicon-googleplus:before {
	content: "\e622";
}
.glyphicon-pinterest:before {
	content: "\e623";
}
.glyphicon-rss:before {
	content: "\e624";
}
.glyphicon-instagram:before {
	content: "\e625";
}
.glyphicon-linkedin:before {
	content: "\e626";
}
.glyphicon-rss-email:before {
	content: "\e627";
}
.glyphicon-collapse:before {
	content: "\e93c";
}
.glyphicon-expand:before {
	content: "\e93d";
}
.glyphicon-error:before {
	content: "\e93e";
}
.glyphicon-warn:before {
	content: "\e93f";
}
.glyphicon-cog:before {
	content: "\e940";
}
.glyphicon-cloud-download:before {
	content: "\e941";
}
.glyphicon-success-small:before {
	content: "\e942";
}
.glyphicon-download:before {
	content: "\e943";
}
.glyphicon-trash-can:before {
	content: "\e944";
}
.glyphicon-preview:before {
	content: "\e945";
}
.glyphicon-success:before {
	content: "\e946";
}
.glyphicon-close2:before {
	content: "\e947";
}
.glyphicon-delete:before {
	content: "\e948";
}
.glyphicon-edit:before {
	content: "\e949";
}
.glyphicon-reorder:before {
	content: "\e94a";
}

.glyphicon-quote-close-after:after {
	content: "\e900";
}
.glyphicon-quote-open-after:after {
	content: "\e901";
}
.glyphicon-checkmark-after:after,.glyphicon-check-after:after,.glyphicon-smallcheck-after:after {
	content: "\e902";
}
.glyphicon-shopping-cart-after:after {
	content: "\e903";
}
.glyphicon-create-account-after:after {
	content: "\e904";
}
.glyphicon-menu-after:after {
	content: "\e905";
}
.glyphicon-play-after:after {
	content: "\e906";
}
.glyphicon-star-after:after {
	content: "\e907";
}
.glyphicon-thumbs-down-after:after {
	content: "\e908";
}
.glyphicon-thumbs-up-after:after {
	content: "\e909";
}
.glyphicon-search-after:after {
	content: "\e90a";
}
.glyphicon-close-after:after {
	content: "\e90b";
}
.glyphicon-chevron-right-xs-after:after,.glyphicon-arrow-right-xs-after:after {
	content: "\e90c";
}
.glyphicon-chevron-down-xs-after:after,.glyphicon-arrow-down-xs-after:after {
	content: "\e90d";
}
.glyphicon-chevron-down-sm-after:after,.glyphicon-arrow-down-sm-after:after {
	content: "\e90e";
}
.glyphicon-chevron-up-sm-after:after,.glyphicon-arrow-up-sm-after:after {
	content: "\e90f";
}
.glyphicon-chevron-right-sm-after:after,.glyphicon-arrow-right-sm-after:after {
	content: "\e90f";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.glyphicon-chevron-down-md-after:after,.glyphicon-arrow-down-md-after:after {
	content: "\e910";
}
.glyphicon-chevron-left-sm-after:after,.glyphicon-arrow-left-sm-after:after {
	content: "\e90f";
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.glyphicon-arrow-up-md-after:after,.glyphicon-chevron-up-md-after:after {
	content: "\e911";
}
.glyphicon-arrow-up-after:after,.glyphicon-chevron-up-after:after {
	content: "\e912";
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.glyphicon-arrow-right-after:after,.glyphicon-chevron-right-after:after {
	content: "\e912";
}
.glyphicon-arrow-down-after:after,.glyphicon-chevron-down-after:after {
	content: "\e912";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.glyphicon-bullet-after:after {
	content: "\e913";
}
.glyphicon-arrow-left-after:after,.glyphicon-chevron-left-after:after {
	content: "\e914";
}
.glyphicon-location-after:after,.glyphicon-location2-after:after {
	content: "\e915";
}
.glyphicon-youtube-after:after {
	content: "\e916";
}
.glyphicon-twitter-after:after {
	content: "\e917";
}
.glyphicon-facebook-after:after {
	content: "\e918";
}
.glyphicon-credit-card-after:after {
	content: "\e919";
}
.glyphicon-roku-blog-after:after {
	content: "\e91a";
}
.glyphicon-newsletter-after:after {
	content: "\e91b";
}
.glyphicon-free-shipping-after:after {
	content: "\e91c";
}
.glyphicon-one-year-after:after {
	content: "\e91d";
}
.glyphicon-bullet-sm-after:after {
	content: "\e91e";
}
.glyphicon-power-uk-after:after {
	content: "\e91f";
}
.glyphicon-power-eur-after:after {
	content: "\e920";
}
.glyphicon-power-us-after:after {
	content: "\e921";
}
.glyphicon-alert-after:after {
	content: "\e922";
}
.glyphicon-support-after:after {
	content: "\e923";
}
.glyphicon-connection-after:after {
	content: "\e924";
}
.glyphicon-no-risk-after:after {
	content: "\e925";
}
.glyphicon-comment-after:after {
	content: "\e926";
}
.glyphicon-travel-after:after {
	content: "\e927";
}
.glyphicon-easy-to-use-after:after {
	content: "\e928";
}
.glyphicon-affordable-after:after {
	content: "\e929";
}
.glyphicon-powerful-after:after {
	content: "\e92a";
}
.glyphicon-hdmi-cc-after:after {
	content: "\e92b";
}
.glyphicon-hdmi-after:after {
	content: "\e92c";
}
.glyphicon-chat-after:after {
	content: "\e92d";
}
.glyphicon-remote-enhanced-after:after {
	content: "\e92e";
}
.glyphicon-remote-finder-after:after {
	content: "\e92f";
}
.glyphicon-remote-after:after {
	content: "\e930";
}
.glyphicon-4k-after:after {
	content: "\e931";
}
.glyphicon-4k-ultrahd-after:after {
	content: "\e932";
}
.glyphicon-hd-after:after {
	content: "\e933";
}
.glyphicon-hdr-after:after {
	content: "\e934";
}
.glyphicon-roku-after:after {
	content: "\e935";
}
.glyphicon-vibrant-after:after {
	content: "\e936";
}
.glyphicon-casting-after:after {
	content: "\e937";
}
.glyphicon-roku-interface-after:after {
	content: "\e938";
}
.glyphicon-roku-app-after:after {
	content: "\e939";
}
.glyphicon-roku-tv-after:after {
	content: "\e93a";
}
.glyphicon-portable-after:after {
	content: "\e93b";
}
.glyphicon-roku-blog-logo-after:after {
	content: "\e607";
}
.glyphicon-bbb-after:after {
	content: "\e609";
}
.glyphicon-home-after:after {
	content: "\e60a";
}
.glyphicon-headphones-after:after {
	content: "\e60b";
}
.glyphicon-mobile-after:after {
	content: "\e60f";
}
.glyphicon-tablet-after:after {
	content: "\e610";
}
.glyphicon-tv-after:after {
	content: "\e611";
}
.glyphicon-heart-after:after {
	content: "\e612";
}
.glyphicon-camera-after:after {
	content: "\e615";
}
.glyphicon-vimeo-after:after {
	content: "\e61f";
}
.glyphicon-googleplus-after:after {
	content: "\e622";
}
.glyphicon-pinterest-after:after {
	content: "\e623";
}
.glyphicon-rss-after:after {
	content: "\e624";
}
.glyphicon-instagram-after:after {
	content: "\e625";
}
.glyphicon-linkedin-after:after {
	content: "\e626";
}
.glyphicon-rss-email-after:after {
	content: "\e627";
}
.glyphicon-collapse-after:after {
	content: "\e93c";
}
.glyphicon-expand-after:after {
	content: "\e93d";
}
.glyphicon-error-after:after {
	content: "\e93e";
}
.glyphicon-warn-after:after {
	content: "\e93f";
}
.glyphicon-cog-after:after {
	content: "\e940";
}
.glyphicon-cloud-download-after:after {
	content: "\e941";
}
.glyphicon-success-small-after:after {
	content: "\e942";
}
.glyphicon-download-after:after {
	content: "\e943";
}
.glyphicon-trash-can-after:after {
	content: "\e944";
}
.glyphicon-preview-after:after {
	content: "\e945";
}
.glyphicon-success-after:after {
	content: "\e946";
}
.glyphicon-close2-after:after {
	content: "\e947";
}
.glyphicon-delete-after:after {
	content: "\e948";
}
.glyphicon-edit-after:after {
	content: "\e949";
}
.glyphicon-reorder-after:after {
	content: "\e94a";
}
.hero.homepage .glyphicon-play.video:before {
	border: 2px solid #fff;
	border-radius: 20px;
	padding: 5px 5px 5px 6px;
}

@media (min-width: 768px) {

	span.glyphicon:before {
	}
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1200px;
}
.container:before,.container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container-fluid:before,.container-fluid:after {
	content: " ";
	display: table;
}
.container-fluid:after {
	clear: both;
}
.container-text {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.row:before,.row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}
.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
	float: left;
}
.col-xs-1 {
	width: 8.33333%;
}
.col-xs-2 {
	width: 16.66667%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-4 {
	width: 33.33333%;
}
.col-xs-5 {
	width: 41.66667%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-7 {
	width: 58.33333%;
}
.col-xs-8 {
	width: 66.66667%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-10 {
	width: 83.33333%;
}
.col-xs-11 {
	width: 91.66667%;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-pull-1 {
	right: 8.33333%;
}
.col-xs-pull-2 {
	right: 16.66667%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-4 {
	right: 33.33333%;
}
.col-xs-pull-5 {
	right: 41.66667%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-7 {
	right: 58.33333%;
}
.col-xs-pull-8 {
	right: 66.66667%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-10 {
	right: 83.33333%;
}
.col-xs-pull-11 {
	right: 91.66667%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-push-1 {
	left: 8.33333%;
}
.col-xs-push-2 {
	left: 16.66667%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-4 {
	left: 33.33333%;
}
.col-xs-push-5 {
	left: 41.66667%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-7 {
	left: 58.33333%;
}
.col-xs-push-8 {
	left: 66.66667%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-10 {
	left: 83.33333%;
}
.col-xs-push-11 {
	left: 91.66667%;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
.col-xs-offset-1 {
	margin-left: 8.33333%;
}
.col-xs-offset-2 {
	margin-left: 16.66667%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-4 {
	margin-left: 33.33333%;
}
.col-xs-offset-5 {
	margin-left: 41.66667%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-7 {
	margin-left: 58.33333%;
}
.col-xs-offset-8 {
	margin-left: 66.66667%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-10 {
	margin-left: 83.33333%;
}
.col-xs-offset-11 {
	margin-left: 91.66667%;
}
.col-xs-offset-12 {
	margin-left: 100%;
}

@media (min-width: 768px) {

	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
		float: left;
	}
	.col-sm-1 {
		width: 8.33333%;
	}
	.col-sm-2 {
		width: 16.66667%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-4 {
		width: 33.33333%;
	}
	.col-sm-5 {
		width: 41.66667%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-7 {
		width: 58.33333%;
	}
	.col-sm-8 {
		width: 66.66667%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-10 {
		width: 83.33333%;
	}
	.col-sm-11 {
		width: 91.66667%;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-pull-1 {
		right: 8.33333%;
	}
	.col-sm-pull-2 {
		right: 16.66667%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-4 {
		right: 33.33333%;
	}
	.col-sm-pull-5 {
		right: 41.66667%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-7 {
		right: 58.33333%;
	}
	.col-sm-pull-8 {
		right: 66.66667%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-10 {
		right: 83.33333%;
	}
	.col-sm-pull-11 {
		right: 91.66667%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-push-1 {
		left: 8.33333%;
	}
	.col-sm-push-2 {
		left: 16.66667%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-4 {
		left: 33.33333%;
	}
	.col-sm-push-5 {
		left: 41.66667%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-7 {
		left: 58.33333%;
	}
	.col-sm-push-8 {
		left: 66.66667%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-10 {
		left: 83.33333%;
	}
	.col-sm-push-11 {
		left: 91.66667%;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66667%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66667%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66667%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66667%;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
}


@media (min-width: 1024px) {

	.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
		float: left;
	}
	.col-md-1 {
		width: 8.33333%;
	}
	.col-md-2 {
		width: 16.66667%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-4 {
		width: 33.33333%;
	}
	.col-md-5 {
		width: 41.66667%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-7 {
		width: 58.33333%;
	}
	.col-md-8 {
		width: 66.66667%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-10 {
		width: 83.33333%;
	}
	.col-md-11 {
		width: 91.66667%;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-pull-1 {
		right: 8.33333%;
	}
	.col-md-pull-2 {
		right: 16.66667%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-4 {
		right: 33.33333%;
	}
	.col-md-pull-5 {
		right: 41.66667%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-7 {
		right: 58.33333%;
	}
	.col-md-pull-8 {
		right: 66.66667%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-10 {
		right: 83.33333%;
	}
	.col-md-pull-11 {
		right: 91.66667%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-push-1 {
		left: 8.33333%;
	}
	.col-md-push-2 {
		left: 16.66667%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-4 {
		left: 33.33333%;
	}
	.col-md-push-5 {
		left: 41.66667%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-7 {
		left: 58.33333%;
	}
	.col-md-push-8 {
		left: 66.66667%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-10 {
		left: 83.33333%;
	}
	.col-md-push-11 {
		left: 91.66667%;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333%;
	}
	.col-md-offset-2 {
		margin-left: 16.66667%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333%;
	}
	.col-md-offset-5 {
		margin-left: 41.66667%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333%;
	}
	.col-md-offset-8 {
		margin-left: 66.66667%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333%;
	}
	.col-md-offset-11 {
		margin-left: 91.66667%;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
}


@media (min-width: 1200px) {

	.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
		float: left;
	}
	.col-lg-1 {
		width: 8.33333%;
	}
	.col-lg-2 {
		width: 16.66667%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-4 {
		width: 33.33333%;
	}
	.col-lg-5 {
		width: 41.66667%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-7 {
		width: 58.33333%;
	}
	.col-lg-8 {
		width: 66.66667%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-10 {
		width: 83.33333%;
	}
	.col-lg-11 {
		width: 91.66667%;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-pull-1 {
		right: 8.33333%;
	}
	.col-lg-pull-2 {
		right: 16.66667%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-4 {
		right: 33.33333%;
	}
	.col-lg-pull-5 {
		right: 41.66667%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-7 {
		right: 58.33333%;
	}
	.col-lg-pull-8 {
		right: 66.66667%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-10 {
		right: 83.33333%;
	}
	.col-lg-pull-11 {
		right: 91.66667%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-push-1 {
		left: 8.33333%;
	}
	.col-lg-push-2 {
		left: 16.66667%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-4 {
		left: 33.33333%;
	}
	.col-lg-push-5 {
		left: 41.66667%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-7 {
		left: 58.33333%;
	}
	.col-lg-push-8 {
		left: 66.66667%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-10 {
		left: 83.33333%;
	}
	.col-lg-push-11 {
		left: 91.66667%;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
}

.col-xs-5ths,.col-sm-5ths,.col-md-5ths,.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-5ths {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {

	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}


@media (min-width: 1024px) {

	.col-md-5ths {
		width: 20%;
		float: left;
	}
	.col-md-5ths-offset-1 {
		margin-left: 20%;
	}
}


@media (min-width: 1200px) {

	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input,button,select,textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a:hover,a:focus {
	color: #3d1b57;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 26px;
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.42;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 14px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.img-circle {
	border-radius: 50%;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active,.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
@-ms-viewport {
	width: device-width;
}
.visible-xs,.visible-sm,.visible-md,.visible-lg {
	display: none !important;
}
.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block {
	display: none !important;
}

@media (max-width: 767px) {

	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,td.visible-xs {
		display: table-cell !important;
	}
}


@media (max-width: 767px) {

	.visible-xs-block {
		display: block !important;
	}
}


@media (max-width: 767px) {

	.visible-xs-inline {
		display: inline !important;
	}
}


@media (max-width: 767px) {

	.visible-xs-inline-block {
		display: inline-block !important;
	}
}


@media (min-width: 768px) and (max-width: 1023px) {

	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,td.visible-sm {
		display: table-cell !important;
	}
}


@media (min-width: 768px) and (max-width: 1023px) {

	.visible-sm-block {
		display: block !important;
	}
}


@media (min-width: 768px) and (max-width: 1023px) {

	.visible-sm-inline {
		display: inline !important;
	}
}


@media (min-width: 768px) and (max-width: 1023px) {

	.visible-sm-inline-block {
		display: inline-block !important;
	}
}


@media (min-width: 1024px) and (max-width: 1199px) {

	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,td.visible-md {
		display: table-cell !important;
	}
}


@media (min-width: 1024px) and (max-width: 1199px) {

	.visible-md-block {
		display: block !important;
	}
}


@media (min-width: 1024px) and (max-width: 1199px) {

	.visible-md-inline {
		display: inline !important;
	}
}


@media (min-width: 1024px) and (max-width: 1199px) {

	.visible-md-inline-block {
		display: inline-block !important;
	}
}


@media (min-width: 1200px) {

	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,td.visible-lg {
		display: table-cell !important;
	}
}


@media (min-width: 1200px) {

	.visible-lg-block {
		display: block !important;
	}
}


@media (min-width: 1200px) {

	.visible-lg-inline {
		display: inline !important;
	}
}


@media (min-width: 1200px) {

	.visible-lg-inline-block {
		display: inline-block !important;
	}
}


@media (max-width: 767px) {

	.hidden-xs {
		display: none !important;
	}
}


@media (min-width: 768px) and (max-width: 1023px) {

	.hidden-sm {
		display: none !important;
	}
}


@media (min-width: 1024px) and (max-width: 1199px) {

	.hidden-md {
		display: none !important;
	}
}


@media (min-width: 1200px) {

	.hidden-lg {
		display: none !important;
	}
}

.visible-print {
	display: none !important;
}

@media print {

	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print,td.visible-print {
		display: table-cell !important;
	}
}

.visible-print-block {
	display: none !important;
}

@media print {

	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}

@media print {

	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}

@media print {

	.visible-print-inline-block {
		display: inline-block !important;
	}
}


@media print {

	.hidden-print {
		display: none !important;
	}
}

.clearfix:before,.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
	visibility: hidden !important;
}
.affix {
	position: fixed;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.lazy-load {
	opacity: 0;
}
.lazy-load-visible {
	opacity: 1;
}
.lazy-load,.lazy-load-visible {
	-webkit-transition: 0.287s opacity;
	-moz-transition: 0.287s opacity;
	-o-transition: 0.287s opacity;
	transition: 0.287s opacity;
}

@media (max-width: 767px) {

	body {
		font-size: 16px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	body {
		font-size: 16px;
	}
}


@media (min-width: 1200px) {

	body {
		font-size: 16px;
	}
}

a,a:hover {
	color: #236aee;
	cursor: pointer;
}
p,h4,h5,h6 {
	max-width: 100%;
	width: auto;
}
p a {
	color: #236aee;
	text-decoration: underline;
}
p a:hover {
	color: #236aee;
	opacity: 0.75;
}
@font-face {
	font-family: GothamBold;
	src: url("Gotham-Bold.eot");
	src: url("Gotham-Bold.woff") format("woff"), url("Gotham-Bold.ttf") format("truetype"), url("Gotham-Bold.svg") format("svg");
}
@font-face {
	font-family: GothamBook;
	src: url("Gotham-Book.eot");
	src: url("Gotham-Book.woff") format("woff"), url("Gotham-Book.ttf") format("truetype"), url("Gotham-Book.svg") format("svg");
}
@font-face {
	font-family: GothamLight;
	src: url("Gotham-Light.eot");
	src: url("Gotham-Light.woff") format("woff"), url("Gotham-Light.ttf") format("truetype"), url("Gotham-Light.svg") format("svg");
}
@font-face {
	font-family: 'Glyphicons Roku';
	src: url("glyphicons-roku.eot?9m7lai");
	src: url("glyphicons-roku.eot?#iefix9m7lai") format("embedded-opentype"), url("glyphicons-roku.woff?9m7lai") format("woff"), url("glyphicons-roku.ttf?9m7lai") format("truetype"), url("glyphicons-roku.svg?9m7lai#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

button,.roku-button,a.roku-button,.btn,.btn.primary {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #236aee;
	border-color: #236aee;
}
button:hover,.roku-button:hover,a.roku-button:hover,.btn:hover,.btn.primary:hover {
	text-decoration: none;
	box-shadow: none;
	color: #fff;
	background-color: #236aee;
	border-color: #236aee;
}

@media (max-width: 767px) {

	button,.roku-button,a.roku-button,.btn,.btn.primary {
		padding: 5px 30px;
		font-size: 14px;
	}
}

button.roku-button-disabled,a.roku-button-disabled,button[disabled],button[disabled=disabled],button:disabled {
	opacity: 1;
	cursor: default;
	border-color: #eee;
	background-color: #eee;
}
button.roku-button-secondary,a.roku-button-secondary,.btn.secondary {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #236aee;
	background-color: #fff;
	border-color: #236aee;
}
button.roku-button-secondary:hover,a.roku-button-secondary:hover,.btn.secondary:hover {
	text-decoration: none;
	box-shadow: none;
	color: rgba(35, 106, 238, 0.5);
	background-color: #fff;
	border-color: #236aee;
}

@media (max-width: 767px) {

	button.roku-button-secondary,a.roku-button-secondary,.btn.secondary {
		padding: 5px 30px;
		font-size: 14px;
	}
}

button.roku-button-outline,a.roku-button-outline,.btn.outline {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
}
button.roku-button-outline:hover,a.roku-button-outline:hover,.btn.outline:hover {
	text-decoration: none;
	box-shadow: none;
	color: #000;
	background-color: #fff;
	border-color: #fff;
}

@media (max-width: 767px) {

	button.roku-button-outline,a.roku-button-outline,.btn.outline {
		padding: 5px 30px;
		font-size: 14px;
	}
}

button.roku-button-secondary[disabled],a.roku-button-secondary[disabled],.btn.secondary[disabled],button.roku-button-secondary[disabled]:hover,a.roku-button-secondary[disabled]:hover,.btn.secondary[disabled]:hover {
	background-color: transparent;
	background-image: none;
	color: #eee;
}

.roku-button.roku-bg-color-c4.inverse {
	background-color: #00cd49;
	color: #fff;
}
.roku-button.roku-bg-color-c4.inverse:hover {
	background-color: #00cd49;
}
.roku-button.roku-bg-color-c4.inverse.active {
	background-color: #fff;
	color: #00cd49;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.roku-button.roku-bg-color-c4.inverse.active:hover {
	background-color: #fff;
}
button.roku-button-b0,a.roku-button-b0 {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
}
button.roku-button-b0:hover,a.roku-button-b0:hover {
	text-decoration: none;
	box-shadow: none;
}

@media (max-width: 767px) {

	button.roku-button-b0,a.roku-button-b0 {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-b0 {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #236aee;
	border-color: #236aee;
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}
.roku-button-outline-b0:hover {
	text-decoration: underline;
	box-shadow: none;
	color: #fff;
	background-color: transparent;
	border-color: #236aee;
}

@media (max-width: 767px) {

	.roku-button-outline-b0 {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-b0:hover,.roku-button-outline-b0:focus,.roku-button-outline-b0:active,.roku-button-outline-b0.active,.open > .roku-button-outline-b0.dropdown-toggle {
	color: #fff;
	border-color: #e0e0e0;
}
.roku-button-outline-b0:active,.roku-button-outline-b0.active,.open > .roku-button-outline-b0.dropdown-toggle {
	background-image: none;
}
.roku-button-outline-b0.disabled,.roku-button-outline-b0.disabled:hover,.roku-button-outline-b0.disabled:focus,.roku-button-outline-b0.disabled:active,.roku-button-outline-b0.disabled.active,.roku-button-outline-b0[disabled],.roku-button-outline-b0[disabled]:hover,.roku-button-outline-b0[disabled]:focus,.roku-button-outline-b0[disabled]:active,.roku-button-outline-b0[disabled].active,fieldset[disabled] .roku-button-outline-b0,fieldset[disabled] .roku-button-outline-b0:hover,fieldset[disabled] .roku-button-outline-b0:focus,fieldset[disabled] .roku-button-outline-b0:active,fieldset[disabled] .roku-button-outline-b0.active {
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
}
.roku-button-outline-b0 .badge {
	color: transparent;
	background-color: #fff;
}
button.roku-button-b1,a.roku-button-b1 {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
}
button.roku-button-b1:hover,a.roku-button-b1:hover {
	text-decoration: none;
	box-shadow: none;
}

@media (max-width: 767px) {

	button.roku-button-b1,a.roku-button-b1 {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-b1 {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #236aee;
	border-color: #236aee;
	color: #eee;
	background-color: transparent;
	border-color: #eee;
}
.roku-button-outline-b1:hover {
	text-decoration: underline;
	box-shadow: none;
	color: #fff;
	background-color: transparent;
	border-color: #236aee;
}

@media (max-width: 767px) {

	.roku-button-outline-b1 {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-b1:hover,.roku-button-outline-b1:focus,.roku-button-outline-b1:active,.roku-button-outline-b1.active,.open > .roku-button-outline-b1.dropdown-toggle {
	color: #eee;
	border-color: #cfcfcf;
}
.roku-button-outline-b1:active,.roku-button-outline-b1.active,.open > .roku-button-outline-b1.dropdown-toggle {
	background-image: none;
}
.roku-button-outline-b1.disabled,.roku-button-outline-b1.disabled:hover,.roku-button-outline-b1.disabled:focus,.roku-button-outline-b1.disabled:active,.roku-button-outline-b1.disabled.active,.roku-button-outline-b1[disabled],.roku-button-outline-b1[disabled]:hover,.roku-button-outline-b1[disabled]:focus,.roku-button-outline-b1[disabled]:active,.roku-button-outline-b1[disabled].active,fieldset[disabled] .roku-button-outline-b1,fieldset[disabled] .roku-button-outline-b1:hover,fieldset[disabled] .roku-button-outline-b1:focus,fieldset[disabled] .roku-button-outline-b1:active,fieldset[disabled] .roku-button-outline-b1.active {
	background-color: transparent;
	border-color: #eee;
	box-shadow: none;
}
.roku-button-outline-b1 .badge {
	color: transparent;
	background-color: #eee;
}
button.roku-button-b2,a.roku-button-b2 {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
}
button.roku-button-b2:hover,a.roku-button-b2:hover {
	text-decoration: none;
	box-shadow: none;
}

@media (max-width: 767px) {

	button.roku-button-b2,a.roku-button-b2 {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-b2 {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #236aee;
	border-color: #236aee;
	color: #eee;
	background-color: transparent;
	border-color: #eee;
}
.roku-button-outline-b2:hover {
	text-decoration: underline;
	box-shadow: none;
	color: #fff;
	background-color: transparent;
	border-color: #236aee;
}

@media (max-width: 767px) {

	.roku-button-outline-b2 {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-b2:hover,.roku-button-outline-b2:focus,.roku-button-outline-b2:active,.roku-button-outline-b2.active,.open > .roku-button-outline-b2.dropdown-toggle {
	color: #eee;
	border-color: #cfcfcf;
}
.roku-button-outline-b2:active,.roku-button-outline-b2.active,.open > .roku-button-outline-b2.dropdown-toggle {
	background-image: none;
}
.roku-button-outline-b2.disabled,.roku-button-outline-b2.disabled:hover,.roku-button-outline-b2.disabled:focus,.roku-button-outline-b2.disabled:active,.roku-button-outline-b2.disabled.active,.roku-button-outline-b2[disabled],.roku-button-outline-b2[disabled]:hover,.roku-button-outline-b2[disabled]:focus,.roku-button-outline-b2[disabled]:active,.roku-button-outline-b2[disabled].active,fieldset[disabled] .roku-button-outline-b2,fieldset[disabled] .roku-button-outline-b2:hover,fieldset[disabled] .roku-button-outline-b2:focus,fieldset[disabled] .roku-button-outline-b2:active,fieldset[disabled] .roku-button-outline-b2.active {
	background-color: transparent;
	border-color: #eee;
	box-shadow: none;
}
.roku-button-outline-b2 .badge {
	color: transparent;
	background-color: #eee;
}
button.roku-button-b3,a.roku-button-b3 {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
}
button.roku-button-b3:hover,a.roku-button-b3:hover {
	text-decoration: none;
	box-shadow: none;
}

@media (max-width: 767px) {

	button.roku-button-b3,a.roku-button-b3 {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-b3 {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #236aee;
	border-color: #236aee;
	color: #333;
	background-color: transparent;
	border-color: #333;
}
.roku-button-outline-b3:hover {
	text-decoration: underline;
	box-shadow: none;
	color: #fff;
	background-color: transparent;
	border-color: #236aee;
}

@media (max-width: 767px) {

	.roku-button-outline-b3 {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-b3:hover,.roku-button-outline-b3:focus,.roku-button-outline-b3:active,.roku-button-outline-b3.active,.open > .roku-button-outline-b3.dropdown-toggle {
	color: #333;
	border-color: #141414;
}
.roku-button-outline-b3:active,.roku-button-outline-b3.active,.open > .roku-button-outline-b3.dropdown-toggle {
	background-image: none;
}
.roku-button-outline-b3.disabled,.roku-button-outline-b3.disabled:hover,.roku-button-outline-b3.disabled:focus,.roku-button-outline-b3.disabled:active,.roku-button-outline-b3.disabled.active,.roku-button-outline-b3[disabled],.roku-button-outline-b3[disabled]:hover,.roku-button-outline-b3[disabled]:focus,.roku-button-outline-b3[disabled]:active,.roku-button-outline-b3[disabled].active,fieldset[disabled] .roku-button-outline-b3,fieldset[disabled] .roku-button-outline-b3:hover,fieldset[disabled] .roku-button-outline-b3:focus,fieldset[disabled] .roku-button-outline-b3:active,fieldset[disabled] .roku-button-outline-b3.active {
	background-color: transparent;
	border-color: #333;
	box-shadow: none;
}
.roku-button-outline-b3 .badge {
	color: transparent;
	background-color: #333;
}
button.roku-button-b4,a.roku-button-b4 {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
}
button.roku-button-b4:hover,a.roku-button-b4:hover {
	text-decoration: none;
	box-shadow: none;
}

@media (max-width: 767px) {

	button.roku-button-b4,a.roku-button-b4 {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-b4 {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #236aee;
	border-color: #236aee;
	color: #333;
	background-color: transparent;
	border-color: #333;
}
.roku-button-outline-b4:hover {
	text-decoration: underline;
	box-shadow: none;
	color: #fff;
	background-color: transparent;
	border-color: #236aee;
}

@media (max-width: 767px) {

	.roku-button-outline-b4 {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-b4:hover,.roku-button-outline-b4:focus,.roku-button-outline-b4:active,.roku-button-outline-b4.active,.open > .roku-button-outline-b4.dropdown-toggle {
	color: #333;
	border-color: #141414;
}
.roku-button-outline-b4:active,.roku-button-outline-b4.active,.open > .roku-button-outline-b4.dropdown-toggle {
	background-image: none;
}
.roku-button-outline-b4.disabled,.roku-button-outline-b4.disabled:hover,.roku-button-outline-b4.disabled:focus,.roku-button-outline-b4.disabled:active,.roku-button-outline-b4.disabled.active,.roku-button-outline-b4[disabled],.roku-button-outline-b4[disabled]:hover,.roku-button-outline-b4[disabled]:focus,.roku-button-outline-b4[disabled]:active,.roku-button-outline-b4[disabled].active,fieldset[disabled] .roku-button-outline-b4,fieldset[disabled] .roku-button-outline-b4:hover,fieldset[disabled] .roku-button-outline-b4:focus,fieldset[disabled] .roku-button-outline-b4:active,fieldset[disabled] .roku-button-outline-b4.active {
	background-color: transparent;
	border-color: #333;
	box-shadow: none;
}
.roku-button-outline-b4 .badge {
	color: transparent;
	background-color: #333;
}
button.roku-button-b5,a.roku-button-b5 {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
}
button.roku-button-b5:hover,a.roku-button-b5:hover {
	text-decoration: none;
	box-shadow: none;
}

@media (max-width: 767px) {

	button.roku-button-b5,a.roku-button-b5 {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-b5 {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #236aee;
	border-color: #236aee;
	color: #222;
	background-color: transparent;
	border-color: #222;
}
.roku-button-outline-b5:hover {
	text-decoration: underline;
	box-shadow: none;
	color: #fff;
	background-color: transparent;
	border-color: #236aee;
}

@media (max-width: 767px) {

	.roku-button-outline-b5 {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-b5:hover,.roku-button-outline-b5:focus,.roku-button-outline-b5:active,.roku-button-outline-b5.active,.open > .roku-button-outline-b5.dropdown-toggle {
	color: #222;
	border-color: #030303;
}
.roku-button-outline-b5:active,.roku-button-outline-b5.active,.open > .roku-button-outline-b5.dropdown-toggle {
	background-image: none;
}
.roku-button-outline-b5.disabled,.roku-button-outline-b5.disabled:hover,.roku-button-outline-b5.disabled:focus,.roku-button-outline-b5.disabled:active,.roku-button-outline-b5.disabled.active,.roku-button-outline-b5[disabled],.roku-button-outline-b5[disabled]:hover,.roku-button-outline-b5[disabled]:focus,.roku-button-outline-b5[disabled]:active,.roku-button-outline-b5[disabled].active,fieldset[disabled] .roku-button-outline-b5,fieldset[disabled] .roku-button-outline-b5:hover,fieldset[disabled] .roku-button-outline-b5:focus,fieldset[disabled] .roku-button-outline-b5:active,fieldset[disabled] .roku-button-outline-b5.active {
	background-color: transparent;
	border-color: #222;
	box-shadow: none;
}
.roku-button-outline-b5 .badge {
	color: transparent;
	background-color: #222;
}
button.roku-button-b6,a.roku-button-b6 {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
}
button.roku-button-b6:hover,a.roku-button-b6:hover {
	text-decoration: none;
	box-shadow: none;
}

@media (max-width: 767px) {

	button.roku-button-b6,a.roku-button-b6 {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-b6 {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #236aee;
	border-color: #236aee;
	color: #000;
	background-color: transparent;
	border-color: #000;
}
.roku-button-outline-b6:hover {
	text-decoration: underline;
	box-shadow: none;
	color: #fff;
	background-color: transparent;
	border-color: #236aee;
}

@media (max-width: 767px) {

	.roku-button-outline-b6 {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-b6:hover,.roku-button-outline-b6:focus,.roku-button-outline-b6:active,.roku-button-outline-b6.active,.open > .roku-button-outline-b6.dropdown-toggle {
	color: #000;
	border-color: black;
}
.roku-button-outline-b6:active,.roku-button-outline-b6.active,.open > .roku-button-outline-b6.dropdown-toggle {
	background-image: none;
}
.roku-button-outline-b6.disabled,.roku-button-outline-b6.disabled:hover,.roku-button-outline-b6.disabled:focus,.roku-button-outline-b6.disabled:active,.roku-button-outline-b6.disabled.active,.roku-button-outline-b6[disabled],.roku-button-outline-b6[disabled]:hover,.roku-button-outline-b6[disabled]:focus,.roku-button-outline-b6[disabled]:active,.roku-button-outline-b6[disabled].active,fieldset[disabled] .roku-button-outline-b6,fieldset[disabled] .roku-button-outline-b6:hover,fieldset[disabled] .roku-button-outline-b6:focus,fieldset[disabled] .roku-button-outline-b6:active,fieldset[disabled] .roku-button-outline-b6.active {
	background-color: transparent;
	border-color: #000;
	box-shadow: none;
}
.roku-button-outline-b6 .badge {
	color: transparent;
	background-color: #000;
}
button.roku-button-b7,a.roku-button-b7 {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
}
button.roku-button-b7:hover,a.roku-button-b7:hover {
	text-decoration: none;
	box-shadow: none;
}

@media (max-width: 767px) {

	button.roku-button-b7,a.roku-button-b7 {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-b7 {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #236aee;
	border-color: #236aee;
	color: #f3f3f3;
	background-color: transparent;
	border-color: #f3f3f3;
}
.roku-button-outline-b7:hover {
	text-decoration: underline;
	box-shadow: none;
	color: #fff;
	background-color: transparent;
	border-color: #236aee;
}

@media (max-width: 767px) {

	.roku-button-outline-b7 {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-b7:hover,.roku-button-outline-b7:focus,.roku-button-outline-b7:active,.roku-button-outline-b7.active,.open > .roku-button-outline-b7.dropdown-toggle {
	color: #f3f3f3;
	border-color: #d4d4d4;
}
.roku-button-outline-b7:active,.roku-button-outline-b7.active,.open > .roku-button-outline-b7.dropdown-toggle {
	background-image: none;
}
.roku-button-outline-b7.disabled,.roku-button-outline-b7.disabled:hover,.roku-button-outline-b7.disabled:focus,.roku-button-outline-b7.disabled:active,.roku-button-outline-b7.disabled.active,.roku-button-outline-b7[disabled],.roku-button-outline-b7[disabled]:hover,.roku-button-outline-b7[disabled]:focus,.roku-button-outline-b7[disabled]:active,.roku-button-outline-b7[disabled].active,fieldset[disabled] .roku-button-outline-b7,fieldset[disabled] .roku-button-outline-b7:hover,fieldset[disabled] .roku-button-outline-b7:focus,fieldset[disabled] .roku-button-outline-b7:active,fieldset[disabled] .roku-button-outline-b7.active {
	background-color: transparent;
	border-color: #f3f3f3;
	box-shadow: none;
}
.roku-button-outline-b7 .badge {
	color: transparent;
	background-color: #f3f3f3;
}
button.roku-button-c1,a.roku-button-c1 {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #662d91;
	border-color: #662d91;
}
button.roku-button-c1:hover,a.roku-button-c1:hover {
	text-decoration: none;
	box-shadow: none;
	color: #fff;
	background-color: #552a7b;
	border-color: #552a7b;
}

@media (max-width: 767px) {

	button.roku-button-c1,a.roku-button-c1 {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c1 {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #236aee;
	border-color: #236aee;
	color: #662d91;
	background-color: transparent;
	border-color: #662d91;
}
.roku-button-outline-c1:hover {
	text-decoration: underline;
	box-shadow: none;
	color: #fff;
	background-color: transparent;
	border-color: #236aee;
}

@media (max-width: 767px) {

	.roku-button-outline-c1 {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c1:hover,.roku-button-outline-c1:focus,.roku-button-outline-c1:active,.roku-button-outline-c1.active,.open > .roku-button-outline-c1.dropdown-toggle {
	color: #662d91;
	border-color: #451f62;
}
.roku-button-outline-c1:active,.roku-button-outline-c1.active,.open > .roku-button-outline-c1.dropdown-toggle {
	background-image: none;
}
.roku-button-outline-c1.disabled,.roku-button-outline-c1.disabled:hover,.roku-button-outline-c1.disabled:focus,.roku-button-outline-c1.disabled:active,.roku-button-outline-c1.disabled.active,.roku-button-outline-c1[disabled],.roku-button-outline-c1[disabled]:hover,.roku-button-outline-c1[disabled]:focus,.roku-button-outline-c1[disabled]:active,.roku-button-outline-c1[disabled].active,fieldset[disabled] .roku-button-outline-c1,fieldset[disabled] .roku-button-outline-c1:hover,fieldset[disabled] .roku-button-outline-c1:focus,fieldset[disabled] .roku-button-outline-c1:active,fieldset[disabled] .roku-button-outline-c1.active {
	background-color: transparent;
	border-color: #662d91;
	box-shadow: none;
}
.roku-button-outline-c1 .badge {
	color: transparent;
	background-color: #662d91;
}
button.roku-button-c1s,a.roku-button-c1s {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
}
button.roku-button-c1s:hover,a.roku-button-c1s:hover {
	text-decoration: none;
	box-shadow: none;
}

@media (max-width: 767px) {

	button.roku-button-c1s,a.roku-button-c1s {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c1s {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #236aee;
	border-color: #236aee;
	color: #552a7b;
	background-color: transparent;
	border-color: #552a7b;
}
.roku-button-outline-c1s:hover {
	text-decoration: underline;
	box-shadow: none;
	color: #fff;
	background-color: transparent;
	border-color: #236aee;
}

@media (max-width: 767px) {

	.roku-button-outline-c1s {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c1s:hover,.roku-button-outline-c1s:focus,.roku-button-outline-c1s:active,.roku-button-outline-c1s.active,.open > .roku-button-outline-c1s.dropdown-toggle {
	color: #552a7b;
	border-color: #351a4d;
}
.roku-button-outline-c1s:active,.roku-button-outline-c1s.active,.open > .roku-button-outline-c1s.dropdown-toggle {
	background-image: none;
}
.roku-button-outline-c1s.disabled,.roku-button-outline-c1s.disabled:hover,.roku-button-outline-c1s.disabled:focus,.roku-button-outline-c1s.disabled:active,.roku-button-outline-c1s.disabled.active,.roku-button-outline-c1s[disabled],.roku-button-outline-c1s[disabled]:hover,.roku-button-outline-c1s[disabled]:focus,.roku-button-outline-c1s[disabled]:active,.roku-button-outline-c1s[disabled].active,fieldset[disabled] .roku-button-outline-c1s,fieldset[disabled] .roku-button-outline-c1s:hover,fieldset[disabled] .roku-button-outline-c1s:focus,fieldset[disabled] .roku-button-outline-c1s:active,fieldset[disabled] .roku-button-outline-c1s.active {
	background-color: transparent;
	border-color: #552a7b;
	box-shadow: none;
}
.roku-button-outline-c1s .badge {
	color: transparent;
	background-color: #552a7b;
}
button.roku-button-c1h,a.roku-button-c1h {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
}
button.roku-button-c1h:hover,a.roku-button-c1h:hover {
	text-decoration: none;
	box-shadow: none;
}

@media (max-width: 767px) {

	button.roku-button-c1h,a.roku-button-c1h {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c1h {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #236aee;
	border-color: #236aee;
	color: #843abc;
	background-color: transparent;
	border-color: #843abc;
}
.roku-button-outline-c1h:hover {
	text-decoration: underline;
	box-shadow: none;
	color: #fff;
	background-color: transparent;
	border-color: #236aee;
}

@media (max-width: 767px) {

	.roku-button-outline-c1h {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c1h:hover,.roku-button-outline-c1h:focus,.roku-button-outline-c1h:active,.roku-button-outline-c1h.active,.open > .roku-button-outline-c1h.dropdown-toggle {
	color: #843abc;
	border-color: #632c8d;
}
.roku-button-outline-c1h:active,.roku-button-outline-c1h.active,.open > .roku-button-outline-c1h.dropdown-toggle {
	background-image: none;
}
.roku-button-outline-c1h.disabled,.roku-button-outline-c1h.disabled:hover,.roku-button-outline-c1h.disabled:focus,.roku-button-outline-c1h.disabled:active,.roku-button-outline-c1h.disabled.active,.roku-button-outline-c1h[disabled],.roku-button-outline-c1h[disabled]:hover,.roku-button-outline-c1h[disabled]:focus,.roku-button-outline-c1h[disabled]:active,.roku-button-outline-c1h[disabled].active,fieldset[disabled] .roku-button-outline-c1h,fieldset[disabled] .roku-button-outline-c1h:hover,fieldset[disabled] .roku-button-outline-c1h:focus,fieldset[disabled] .roku-button-outline-c1h:active,fieldset[disabled] .roku-button-outline-c1h.active {
	background-color: transparent;
	border-color: #843abc;
	box-shadow: none;
}
.roku-button-outline-c1h .badge {
	color: transparent;
	background-color: #843abc;
}
button.roku-button-c2,a.roku-button-c2 {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #ed1847;
	border-color: #ed1847;
}
button.roku-button-c2:hover,a.roku-button-c2:hover {
	text-decoration: none;
	box-shadow: none;
	color: #fff;
	background-color: #ed1847;
	border-color: #ed1847;
}

@media (max-width: 767px) {

	button.roku-button-c2,a.roku-button-c2 {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c2 {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #236aee;
	border-color: #236aee;
	color: #ed1847;
	background-color: transparent;
	border-color: #ed1847;
}
.roku-button-outline-c2:hover {
	text-decoration: underline;
	box-shadow: none;
	color: #fff;
	background-color: transparent;
	border-color: #236aee;
}

@media (max-width: 767px) {

	.roku-button-outline-c2 {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c2:hover,.roku-button-outline-c2:focus,.roku-button-outline-c2:active,.roku-button-outline-c2.active,.open > .roku-button-outline-c2.dropdown-toggle {
	color: #ed1847;
	border-color: #b90e34;
}
.roku-button-outline-c2:active,.roku-button-outline-c2.active,.open > .roku-button-outline-c2.dropdown-toggle {
	background-image: none;
}
.roku-button-outline-c2.disabled,.roku-button-outline-c2.disabled:hover,.roku-button-outline-c2.disabled:focus,.roku-button-outline-c2.disabled:active,.roku-button-outline-c2.disabled.active,.roku-button-outline-c2[disabled],.roku-button-outline-c2[disabled]:hover,.roku-button-outline-c2[disabled]:focus,.roku-button-outline-c2[disabled]:active,.roku-button-outline-c2[disabled].active,fieldset[disabled] .roku-button-outline-c2,fieldset[disabled] .roku-button-outline-c2:hover,fieldset[disabled] .roku-button-outline-c2:focus,fieldset[disabled] .roku-button-outline-c2:active,fieldset[disabled] .roku-button-outline-c2.active {
	background-color: transparent;
	border-color: #ed1847;
	box-shadow: none;
}
.roku-button-outline-c2 .badge {
	color: transparent;
	background-color: #ed1847;
}
button.roku-button-c2s,a.roku-button-c2s {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
}
button.roku-button-c2s:hover,a.roku-button-c2s:hover {
	text-decoration: none;
	box-shadow: none;
}

@media (max-width: 767px) {

	button.roku-button-c2s,a.roku-button-c2s {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c2s {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #236aee;
	border-color: #236aee;
	color: #ed1847;
	background-color: transparent;
	border-color: #ed1847;
}
.roku-button-outline-c2s:hover {
	text-decoration: underline;
	box-shadow: none;
	color: #fff;
	background-color: transparent;
	border-color: #236aee;
}

@media (max-width: 767px) {

	.roku-button-outline-c2s {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c2s:hover,.roku-button-outline-c2s:focus,.roku-button-outline-c2s:active,.roku-button-outline-c2s.active,.open > .roku-button-outline-c2s.dropdown-toggle {
	color: #ed1847;
	border-color: #b90e34;
}
.roku-button-outline-c2s:active,.roku-button-outline-c2s.active,.open > .roku-button-outline-c2s.dropdown-toggle {
	background-image: none;
}
.roku-button-outline-c2s.disabled,.roku-button-outline-c2s.disabled:hover,.roku-button-outline-c2s.disabled:focus,.roku-button-outline-c2s.disabled:active,.roku-button-outline-c2s.disabled.active,.roku-button-outline-c2s[disabled],.roku-button-outline-c2s[disabled]:hover,.roku-button-outline-c2s[disabled]:focus,.roku-button-outline-c2s[disabled]:active,.roku-button-outline-c2s[disabled].active,fieldset[disabled] .roku-button-outline-c2s,fieldset[disabled] .roku-button-outline-c2s:hover,fieldset[disabled] .roku-button-outline-c2s:focus,fieldset[disabled] .roku-button-outline-c2s:active,fieldset[disabled] .roku-button-outline-c2s.active {
	background-color: transparent;
	border-color: #ed1847;
	box-shadow: none;
}
.roku-button-outline-c2s .badge {
	color: transparent;
	background-color: #ed1847;
}
button.roku-button-c2h,a.roku-button-c2h {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
}
button.roku-button-c2h:hover,a.roku-button-c2h:hover {
	text-decoration: none;
	box-shadow: none;
}

@media (max-width: 767px) {

	button.roku-button-c2h,a.roku-button-c2h {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c2h {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #236aee;
	border-color: #236aee;
	color: #ed1847;
	background-color: transparent;
	border-color: #ed1847;
}
.roku-button-outline-c2h:hover {
	text-decoration: underline;
	box-shadow: none;
	color: #fff;
	background-color: transparent;
	border-color: #236aee;
}

@media (max-width: 767px) {

	.roku-button-outline-c2h {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c2h:hover,.roku-button-outline-c2h:focus,.roku-button-outline-c2h:active,.roku-button-outline-c2h.active,.open > .roku-button-outline-c2h.dropdown-toggle {
	color: #ed1847;
	border-color: #b90e34;
}
.roku-button-outline-c2h:active,.roku-button-outline-c2h.active,.open > .roku-button-outline-c2h.dropdown-toggle {
	background-image: none;
}
.roku-button-outline-c2h.disabled,.roku-button-outline-c2h.disabled:hover,.roku-button-outline-c2h.disabled:focus,.roku-button-outline-c2h.disabled:active,.roku-button-outline-c2h.disabled.active,.roku-button-outline-c2h[disabled],.roku-button-outline-c2h[disabled]:hover,.roku-button-outline-c2h[disabled]:focus,.roku-button-outline-c2h[disabled]:active,.roku-button-outline-c2h[disabled].active,fieldset[disabled] .roku-button-outline-c2h,fieldset[disabled] .roku-button-outline-c2h:hover,fieldset[disabled] .roku-button-outline-c2h:focus,fieldset[disabled] .roku-button-outline-c2h:active,fieldset[disabled] .roku-button-outline-c2h.active {
	background-color: transparent;
	border-color: #ed1847;
	box-shadow: none;
}
.roku-button-outline-c2h .badge {
	color: transparent;
	background-color: #ed1847;
}
button.roku-button-c3,a.roku-button-c3 {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #00a5e5;
	border-color: #00a5e5;
}
button.roku-button-c3:hover,a.roku-button-c3:hover {
	text-decoration: none;
	box-shadow: none;
	color: #fff;
	background-color: #00a5e5;
	border-color: #00a5e5;
}

@media (max-width: 767px) {

	button.roku-button-c3,a.roku-button-c3 {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c3 {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #236aee;
	border-color: #236aee;
	color: #00a5e5;
	background-color: transparent;
	border-color: #00a5e5;
}
.roku-button-outline-c3:hover {
	text-decoration: underline;
	box-shadow: none;
	color: #fff;
	background-color: transparent;
	border-color: #236aee;
}

@media (max-width: 767px) {

	.roku-button-outline-c3 {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c3:hover,.roku-button-outline-c3:focus,.roku-button-outline-c3:active,.roku-button-outline-c3.active,.open > .roku-button-outline-c3.dropdown-toggle {
	color: #00a5e5;
	border-color: #0079a8;
}
.roku-button-outline-c3:active,.roku-button-outline-c3.active,.open > .roku-button-outline-c3.dropdown-toggle {
	background-image: none;
}
.roku-button-outline-c3.disabled,.roku-button-outline-c3.disabled:hover,.roku-button-outline-c3.disabled:focus,.roku-button-outline-c3.disabled:active,.roku-button-outline-c3.disabled.active,.roku-button-outline-c3[disabled],.roku-button-outline-c3[disabled]:hover,.roku-button-outline-c3[disabled]:focus,.roku-button-outline-c3[disabled]:active,.roku-button-outline-c3[disabled].active,fieldset[disabled] .roku-button-outline-c3,fieldset[disabled] .roku-button-outline-c3:hover,fieldset[disabled] .roku-button-outline-c3:focus,fieldset[disabled] .roku-button-outline-c3:active,fieldset[disabled] .roku-button-outline-c3.active {
	background-color: transparent;
	border-color: #00a5e5;
	box-shadow: none;
}
.roku-button-outline-c3 .badge {
	color: transparent;
	background-color: #00a5e5;
}
button.roku-button-c3s,a.roku-button-c3s {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
}
button.roku-button-c3s:hover,a.roku-button-c3s:hover {
	text-decoration: none;
	box-shadow: none;
}

@media (max-width: 767px) {

	button.roku-button-c3s,a.roku-button-c3s {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c3s {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #236aee;
	border-color: #236aee;
	color: #00a5e5;
	background-color: transparent;
	border-color: #00a5e5;
}
.roku-button-outline-c3s:hover {
	text-decoration: underline;
	box-shadow: none;
	color: #fff;
	background-color: transparent;
	border-color: #236aee;
}

@media (max-width: 767px) {

	.roku-button-outline-c3s {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c3s:hover,.roku-button-outline-c3s:focus,.roku-button-outline-c3s:active,.roku-button-outline-c3s.active,.open > .roku-button-outline-c3s.dropdown-toggle {
	color: #00a5e5;
	border-color: #0079a8;
}
.roku-button-outline-c3s:active,.roku-button-outline-c3s.active,.open > .roku-button-outline-c3s.dropdown-toggle {
	background-image: none;
}
.roku-button-outline-c3s.disabled,.roku-button-outline-c3s.disabled:hover,.roku-button-outline-c3s.disabled:focus,.roku-button-outline-c3s.disabled:active,.roku-button-outline-c3s.disabled.active,.roku-button-outline-c3s[disabled],.roku-button-outline-c3s[disabled]:hover,.roku-button-outline-c3s[disabled]:focus,.roku-button-outline-c3s[disabled]:active,.roku-button-outline-c3s[disabled].active,fieldset[disabled] .roku-button-outline-c3s,fieldset[disabled] .roku-button-outline-c3s:hover,fieldset[disabled] .roku-button-outline-c3s:focus,fieldset[disabled] .roku-button-outline-c3s:active,fieldset[disabled] .roku-button-outline-c3s.active {
	background-color: transparent;
	border-color: #00a5e5;
	box-shadow: none;
}
.roku-button-outline-c3s .badge {
	color: transparent;
	background-color: #00a5e5;
}
button.roku-button-c3h,a.roku-button-c3h {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
}
button.roku-button-c3h:hover,a.roku-button-c3h:hover {
	text-decoration: none;
	box-shadow: none;
}

@media (max-width: 767px) {

	button.roku-button-c3h,a.roku-button-c3h {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c3h {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #236aee;
	border-color: #236aee;
	color: #00a5e5;
	background-color: transparent;
	border-color: #00a5e5;
}
.roku-button-outline-c3h:hover {
	text-decoration: underline;
	box-shadow: none;
	color: #fff;
	background-color: transparent;
	border-color: #236aee;
}

@media (max-width: 767px) {

	.roku-button-outline-c3h {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c3h:hover,.roku-button-outline-c3h:focus,.roku-button-outline-c3h:active,.roku-button-outline-c3h.active,.open > .roku-button-outline-c3h.dropdown-toggle {
	color: #00a5e5;
	border-color: #0079a8;
}
.roku-button-outline-c3h:active,.roku-button-outline-c3h.active,.open > .roku-button-outline-c3h.dropdown-toggle {
	background-image: none;
}
.roku-button-outline-c3h.disabled,.roku-button-outline-c3h.disabled:hover,.roku-button-outline-c3h.disabled:focus,.roku-button-outline-c3h.disabled:active,.roku-button-outline-c3h.disabled.active,.roku-button-outline-c3h[disabled],.roku-button-outline-c3h[disabled]:hover,.roku-button-outline-c3h[disabled]:focus,.roku-button-outline-c3h[disabled]:active,.roku-button-outline-c3h[disabled].active,fieldset[disabled] .roku-button-outline-c3h,fieldset[disabled] .roku-button-outline-c3h:hover,fieldset[disabled] .roku-button-outline-c3h:focus,fieldset[disabled] .roku-button-outline-c3h:active,fieldset[disabled] .roku-button-outline-c3h.active {
	background-color: transparent;
	border-color: #00a5e5;
	box-shadow: none;
}
.roku-button-outline-c3h .badge {
	color: transparent;
	background-color: #00a5e5;
}
button.roku-button-c4,a.roku-button-c4 {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #00cd49;
	border-color: #00cd49;
}
button.roku-button-c4:hover,a.roku-button-c4:hover {
	text-decoration: none;
	box-shadow: none;
	color: #fff;
	background-color: #00cd49;
	border-color: #00cd49;
}

@media (max-width: 767px) {

	button.roku-button-c4,a.roku-button-c4 {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c4 {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #236aee;
	border-color: #236aee;
	color: #00cd49;
	background-color: transparent;
	border-color: #00cd49;
}
.roku-button-outline-c4:hover {
	text-decoration: underline;
	box-shadow: none;
	color: #fff;
	background-color: transparent;
	border-color: #236aee;
}

@media (max-width: 767px) {

	.roku-button-outline-c4 {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c4:hover,.roku-button-outline-c4:focus,.roku-button-outline-c4:active,.roku-button-outline-c4.active,.open > .roku-button-outline-c4.dropdown-toggle {
	color: #00cd49;
	border-color: #009033;
}
.roku-button-outline-c4:active,.roku-button-outline-c4.active,.open > .roku-button-outline-c4.dropdown-toggle {
	background-image: none;
}
.roku-button-outline-c4.disabled,.roku-button-outline-c4.disabled:hover,.roku-button-outline-c4.disabled:focus,.roku-button-outline-c4.disabled:active,.roku-button-outline-c4.disabled.active,.roku-button-outline-c4[disabled],.roku-button-outline-c4[disabled]:hover,.roku-button-outline-c4[disabled]:focus,.roku-button-outline-c4[disabled]:active,.roku-button-outline-c4[disabled].active,fieldset[disabled] .roku-button-outline-c4,fieldset[disabled] .roku-button-outline-c4:hover,fieldset[disabled] .roku-button-outline-c4:focus,fieldset[disabled] .roku-button-outline-c4:active,fieldset[disabled] .roku-button-outline-c4.active {
	background-color: transparent;
	border-color: #00cd49;
	box-shadow: none;
}
.roku-button-outline-c4 .badge {
	color: transparent;
	background-color: #00cd49;
}
button.roku-button-c4s,a.roku-button-c4s {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
}
button.roku-button-c4s:hover,a.roku-button-c4s:hover {
	text-decoration: none;
	box-shadow: none;
}

@media (max-width: 767px) {

	button.roku-button-c4s,a.roku-button-c4s {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c4s {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #236aee;
	border-color: #236aee;
	color: #00cd49;
	background-color: transparent;
	border-color: #00cd49;
}
.roku-button-outline-c4s:hover {
	text-decoration: underline;
	box-shadow: none;
	color: #fff;
	background-color: transparent;
	border-color: #236aee;
}

@media (max-width: 767px) {

	.roku-button-outline-c4s {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c4s:hover,.roku-button-outline-c4s:focus,.roku-button-outline-c4s:active,.roku-button-outline-c4s.active,.open > .roku-button-outline-c4s.dropdown-toggle {
	color: #00cd49;
	border-color: #009033;
}
.roku-button-outline-c4s:active,.roku-button-outline-c4s.active,.open > .roku-button-outline-c4s.dropdown-toggle {
	background-image: none;
}
.roku-button-outline-c4s.disabled,.roku-button-outline-c4s.disabled:hover,.roku-button-outline-c4s.disabled:focus,.roku-button-outline-c4s.disabled:active,.roku-button-outline-c4s.disabled.active,.roku-button-outline-c4s[disabled],.roku-button-outline-c4s[disabled]:hover,.roku-button-outline-c4s[disabled]:focus,.roku-button-outline-c4s[disabled]:active,.roku-button-outline-c4s[disabled].active,fieldset[disabled] .roku-button-outline-c4s,fieldset[disabled] .roku-button-outline-c4s:hover,fieldset[disabled] .roku-button-outline-c4s:focus,fieldset[disabled] .roku-button-outline-c4s:active,fieldset[disabled] .roku-button-outline-c4s.active {
	background-color: transparent;
	border-color: #00cd49;
	box-shadow: none;
}
.roku-button-outline-c4s .badge {
	color: transparent;
	background-color: #00cd49;
}
button.roku-button-c4h,a.roku-button-c4h {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
}
button.roku-button-c4h:hover,a.roku-button-c4h:hover {
	text-decoration: none;
	box-shadow: none;
}

@media (max-width: 767px) {

	button.roku-button-c4h,a.roku-button-c4h {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c4h {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #236aee;
	border-color: #236aee;
	color: #00cd49;
	background-color: transparent;
	border-color: #00cd49;
}
.roku-button-outline-c4h:hover {
	text-decoration: underline;
	box-shadow: none;
	color: #fff;
	background-color: transparent;
	border-color: #236aee;
}

@media (max-width: 767px) {

	.roku-button-outline-c4h {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c4h:hover,.roku-button-outline-c4h:focus,.roku-button-outline-c4h:active,.roku-button-outline-c4h.active,.open > .roku-button-outline-c4h.dropdown-toggle {
	color: #00cd49;
	border-color: #009033;
}
.roku-button-outline-c4h:active,.roku-button-outline-c4h.active,.open > .roku-button-outline-c4h.dropdown-toggle {
	background-image: none;
}
.roku-button-outline-c4h.disabled,.roku-button-outline-c4h.disabled:hover,.roku-button-outline-c4h.disabled:focus,.roku-button-outline-c4h.disabled:active,.roku-button-outline-c4h.disabled.active,.roku-button-outline-c4h[disabled],.roku-button-outline-c4h[disabled]:hover,.roku-button-outline-c4h[disabled]:focus,.roku-button-outline-c4h[disabled]:active,.roku-button-outline-c4h[disabled].active,fieldset[disabled] .roku-button-outline-c4h,fieldset[disabled] .roku-button-outline-c4h:hover,fieldset[disabled] .roku-button-outline-c4h:focus,fieldset[disabled] .roku-button-outline-c4h:active,fieldset[disabled] .roku-button-outline-c4h.active {
	background-color: transparent;
	border-color: #00cd49;
	box-shadow: none;
}
.roku-button-outline-c4h .badge {
	color: transparent;
	background-color: #00cd49;
}
button.roku-button-c5,a.roku-button-c5 {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #ff9000;
	border-color: #ff9000;
}
button.roku-button-c5:hover,a.roku-button-c5:hover {
	text-decoration: none;
	box-shadow: none;
	color: #fff;
	background-color: #ff9000;
	border-color: #ff9000;
}

@media (max-width: 767px) {

	button.roku-button-c5,a.roku-button-c5 {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c5 {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #236aee;
	border-color: #236aee;
	color: #ff9000;
	background-color: transparent;
	border-color: #ff9000;
}
.roku-button-outline-c5:hover {
	text-decoration: underline;
	box-shadow: none;
	color: #fff;
	background-color: transparent;
	border-color: #236aee;
}

@media (max-width: 767px) {

	.roku-button-outline-c5 {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c5:hover,.roku-button-outline-c5:focus,.roku-button-outline-c5:active,.roku-button-outline-c5.active,.open > .roku-button-outline-c5.dropdown-toggle {
	color: #ff9000;
	border-color: #c26d00;
}
.roku-button-outline-c5:active,.roku-button-outline-c5.active,.open > .roku-button-outline-c5.dropdown-toggle {
	background-image: none;
}
.roku-button-outline-c5.disabled,.roku-button-outline-c5.disabled:hover,.roku-button-outline-c5.disabled:focus,.roku-button-outline-c5.disabled:active,.roku-button-outline-c5.disabled.active,.roku-button-outline-c5[disabled],.roku-button-outline-c5[disabled]:hover,.roku-button-outline-c5[disabled]:focus,.roku-button-outline-c5[disabled]:active,.roku-button-outline-c5[disabled].active,fieldset[disabled] .roku-button-outline-c5,fieldset[disabled] .roku-button-outline-c5:hover,fieldset[disabled] .roku-button-outline-c5:focus,fieldset[disabled] .roku-button-outline-c5:active,fieldset[disabled] .roku-button-outline-c5.active {
	background-color: transparent;
	border-color: #ff9000;
	box-shadow: none;
}
.roku-button-outline-c5 .badge {
	color: transparent;
	background-color: #ff9000;
}
button.roku-button-c5s,a.roku-button-c5s {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
}
button.roku-button-c5s:hover,a.roku-button-c5s:hover {
	text-decoration: none;
	box-shadow: none;
}

@media (max-width: 767px) {

	button.roku-button-c5s,a.roku-button-c5s {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c5s {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #236aee;
	border-color: #236aee;
	color: #ff9000;
	background-color: transparent;
	border-color: #ff9000;
}
.roku-button-outline-c5s:hover {
	text-decoration: underline;
	box-shadow: none;
	color: #fff;
	background-color: transparent;
	border-color: #236aee;
}

@media (max-width: 767px) {

	.roku-button-outline-c5s {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c5s:hover,.roku-button-outline-c5s:focus,.roku-button-outline-c5s:active,.roku-button-outline-c5s.active,.open > .roku-button-outline-c5s.dropdown-toggle {
	color: #ff9000;
	border-color: #c26d00;
}
.roku-button-outline-c5s:active,.roku-button-outline-c5s.active,.open > .roku-button-outline-c5s.dropdown-toggle {
	background-image: none;
}
.roku-button-outline-c5s.disabled,.roku-button-outline-c5s.disabled:hover,.roku-button-outline-c5s.disabled:focus,.roku-button-outline-c5s.disabled:active,.roku-button-outline-c5s.disabled.active,.roku-button-outline-c5s[disabled],.roku-button-outline-c5s[disabled]:hover,.roku-button-outline-c5s[disabled]:focus,.roku-button-outline-c5s[disabled]:active,.roku-button-outline-c5s[disabled].active,fieldset[disabled] .roku-button-outline-c5s,fieldset[disabled] .roku-button-outline-c5s:hover,fieldset[disabled] .roku-button-outline-c5s:focus,fieldset[disabled] .roku-button-outline-c5s:active,fieldset[disabled] .roku-button-outline-c5s.active {
	background-color: transparent;
	border-color: #ff9000;
	box-shadow: none;
}
.roku-button-outline-c5s .badge {
	color: transparent;
	background-color: #ff9000;
}
button.roku-button-c5h,a.roku-button-c5h {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
}
button.roku-button-c5h:hover,a.roku-button-c5h:hover {
	text-decoration: none;
	box-shadow: none;
}

@media (max-width: 767px) {

	button.roku-button-c5h,a.roku-button-c5h {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c5h {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #236aee;
	border-color: #236aee;
	color: #ff9000;
	background-color: transparent;
	border-color: #ff9000;
}
.roku-button-outline-c5h:hover {
	text-decoration: underline;
	box-shadow: none;
	color: #fff;
	background-color: transparent;
	border-color: #236aee;
}

@media (max-width: 767px) {

	.roku-button-outline-c5h {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c5h:hover,.roku-button-outline-c5h:focus,.roku-button-outline-c5h:active,.roku-button-outline-c5h.active,.open > .roku-button-outline-c5h.dropdown-toggle {
	color: #ff9000;
	border-color: #c26d00;
}
.roku-button-outline-c5h:active,.roku-button-outline-c5h.active,.open > .roku-button-outline-c5h.dropdown-toggle {
	background-image: none;
}
.roku-button-outline-c5h.disabled,.roku-button-outline-c5h.disabled:hover,.roku-button-outline-c5h.disabled:focus,.roku-button-outline-c5h.disabled:active,.roku-button-outline-c5h.disabled.active,.roku-button-outline-c5h[disabled],.roku-button-outline-c5h[disabled]:hover,.roku-button-outline-c5h[disabled]:focus,.roku-button-outline-c5h[disabled]:active,.roku-button-outline-c5h[disabled].active,fieldset[disabled] .roku-button-outline-c5h,fieldset[disabled] .roku-button-outline-c5h:hover,fieldset[disabled] .roku-button-outline-c5h:focus,fieldset[disabled] .roku-button-outline-c5h:active,fieldset[disabled] .roku-button-outline-c5h.active {
	background-color: transparent;
	border-color: #ff9000;
	box-shadow: none;
}
.roku-button-outline-c5h .badge {
	color: transparent;
	background-color: #ff9000;
}
button.roku-button-c6,a.roku-button-c6 {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #236aee;
	border-color: #236aee;
}
button.roku-button-c6:hover,a.roku-button-c6:hover {
	text-decoration: none;
	box-shadow: none;
	color: #fff;
	background-color: #236aee;
	border-color: #236aee;
}

@media (max-width: 767px) {

	button.roku-button-c6,a.roku-button-c6 {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c6 {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #236aee;
	border-color: #236aee;
	color: #236aee;
	background-color: transparent;
	border-color: #236aee;
}
.roku-button-outline-c6:hover {
	text-decoration: underline;
	box-shadow: none;
	color: #fff;
	background-color: transparent;
	border-color: #236aee;
}

@media (max-width: 767px) {

	.roku-button-outline-c6 {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c6:hover,.roku-button-outline-c6:focus,.roku-button-outline-c6:active,.roku-button-outline-c6.active,.open > .roku-button-outline-c6.dropdown-toggle {
	color: #236aee;
	border-color: #0f4fc5;
}
.roku-button-outline-c6:active,.roku-button-outline-c6.active,.open > .roku-button-outline-c6.dropdown-toggle {
	background-image: none;
}
.roku-button-outline-c6.disabled,.roku-button-outline-c6.disabled:hover,.roku-button-outline-c6.disabled:focus,.roku-button-outline-c6.disabled:active,.roku-button-outline-c6.disabled.active,.roku-button-outline-c6[disabled],.roku-button-outline-c6[disabled]:hover,.roku-button-outline-c6[disabled]:focus,.roku-button-outline-c6[disabled]:active,.roku-button-outline-c6[disabled].active,fieldset[disabled] .roku-button-outline-c6,fieldset[disabled] .roku-button-outline-c6:hover,fieldset[disabled] .roku-button-outline-c6:focus,fieldset[disabled] .roku-button-outline-c6:active,fieldset[disabled] .roku-button-outline-c6.active {
	background-color: transparent;
	border-color: #236aee;
	box-shadow: none;
}
.roku-button-outline-c6 .badge {
	color: transparent;
	background-color: #236aee;
}
button.roku-button-c7,a.roku-button-c7 {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
}
button.roku-button-c7:hover,a.roku-button-c7:hover {
	text-decoration: none;
	box-shadow: none;
}

@media (max-width: 767px) {

	button.roku-button-c7,a.roku-button-c7 {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c7 {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #236aee;
	border-color: #236aee;
	color: #efcb01;
	background-color: transparent;
	border-color: #efcb01;
}
.roku-button-outline-c7:hover {
	text-decoration: underline;
	box-shadow: none;
	color: #fff;
	background-color: transparent;
	border-color: #236aee;
}

@media (max-width: 767px) {

	.roku-button-outline-c7 {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c7:hover,.roku-button-outline-c7:focus,.roku-button-outline-c7:active,.roku-button-outline-c7.active,.open > .roku-button-outline-c7.dropdown-toggle {
	color: #efcb01;
	border-color: #b29701;
}
.roku-button-outline-c7:active,.roku-button-outline-c7.active,.open > .roku-button-outline-c7.dropdown-toggle {
	background-image: none;
}
.roku-button-outline-c7.disabled,.roku-button-outline-c7.disabled:hover,.roku-button-outline-c7.disabled:focus,.roku-button-outline-c7.disabled:active,.roku-button-outline-c7.disabled.active,.roku-button-outline-c7[disabled],.roku-button-outline-c7[disabled]:hover,.roku-button-outline-c7[disabled]:focus,.roku-button-outline-c7[disabled]:active,.roku-button-outline-c7[disabled].active,fieldset[disabled] .roku-button-outline-c7,fieldset[disabled] .roku-button-outline-c7:hover,fieldset[disabled] .roku-button-outline-c7:focus,fieldset[disabled] .roku-button-outline-c7:active,fieldset[disabled] .roku-button-outline-c7.active {
	background-color: transparent;
	border-color: #efcb01;
	box-shadow: none;
}
.roku-button-outline-c7 .badge {
	color: transparent;
	background-color: #efcb01;
}
button.roku-button-c8,a.roku-button-c8 {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
}
button.roku-button-c8:hover,a.roku-button-c8:hover {
	text-decoration: none;
	box-shadow: none;
}

@media (max-width: 767px) {

	button.roku-button-c8,a.roku-button-c8 {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c8 {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #236aee;
	border-color: #236aee;
	color: #fbe5e7;
	background-color: transparent;
	border-color: #fbe5e7;
}
.roku-button-outline-c8:hover {
	text-decoration: underline;
	box-shadow: none;
	color: #fff;
	background-color: transparent;
	border-color: #236aee;
}

@media (max-width: 767px) {

	.roku-button-outline-c8 {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c8:hover,.roku-button-outline-c8:focus,.roku-button-outline-c8:active,.roku-button-outline-c8.active,.open > .roku-button-outline-c8.dropdown-toggle {
	color: #fbe5e7;
	border-color: #f3b0b6;
}
.roku-button-outline-c8:active,.roku-button-outline-c8.active,.open > .roku-button-outline-c8.dropdown-toggle {
	background-image: none;
}
.roku-button-outline-c8.disabled,.roku-button-outline-c8.disabled:hover,.roku-button-outline-c8.disabled:focus,.roku-button-outline-c8.disabled:active,.roku-button-outline-c8.disabled.active,.roku-button-outline-c8[disabled],.roku-button-outline-c8[disabled]:hover,.roku-button-outline-c8[disabled]:focus,.roku-button-outline-c8[disabled]:active,.roku-button-outline-c8[disabled].active,fieldset[disabled] .roku-button-outline-c8,fieldset[disabled] .roku-button-outline-c8:hover,fieldset[disabled] .roku-button-outline-c8:focus,fieldset[disabled] .roku-button-outline-c8:active,fieldset[disabled] .roku-button-outline-c8.active {
	background-color: transparent;
	border-color: #fbe5e7;
	box-shadow: none;
}
.roku-button-outline-c8 .badge {
	color: transparent;
	background-color: #fbe5e7;
}
button.roku-button-c9,a.roku-button-c9 {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
}
button.roku-button-c9:hover,a.roku-button-c9:hover {
	text-decoration: none;
	box-shadow: none;
}

@media (max-width: 767px) {

	button.roku-button-c9,a.roku-button-c9 {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c9 {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #236aee;
	border-color: #236aee;
	color: #f9a202;
	background-color: transparent;
	border-color: #f9a202;
}
.roku-button-outline-c9:hover {
	text-decoration: underline;
	box-shadow: none;
	color: #fff;
	background-color: transparent;
	border-color: #236aee;
}

@media (max-width: 767px) {

	.roku-button-outline-c9 {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-c9:hover,.roku-button-outline-c9:focus,.roku-button-outline-c9:active,.roku-button-outline-c9.active,.open > .roku-button-outline-c9.dropdown-toggle {
	color: #f9a202;
	border-color: #bc7b02;
}
.roku-button-outline-c9:active,.roku-button-outline-c9.active,.open > .roku-button-outline-c9.dropdown-toggle {
	background-image: none;
}
.roku-button-outline-c9.disabled,.roku-button-outline-c9.disabled:hover,.roku-button-outline-c9.disabled:focus,.roku-button-outline-c9.disabled:active,.roku-button-outline-c9.disabled.active,.roku-button-outline-c9[disabled],.roku-button-outline-c9[disabled]:hover,.roku-button-outline-c9[disabled]:focus,.roku-button-outline-c9[disabled]:active,.roku-button-outline-c9[disabled].active,fieldset[disabled] .roku-button-outline-c9,fieldset[disabled] .roku-button-outline-c9:hover,fieldset[disabled] .roku-button-outline-c9:focus,fieldset[disabled] .roku-button-outline-c9:active,fieldset[disabled] .roku-button-outline-c9.active {
	background-color: transparent;
	border-color: #f9a202;
	box-shadow: none;
}
.roku-button-outline-c9 .badge {
	color: transparent;
	background-color: #f9a202;
}
button.roku-button-link,a.roku-button-link {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
}
button.roku-button-link:hover,a.roku-button-link:hover {
	text-decoration: none;
	box-shadow: none;
}

@media (max-width: 767px) {

	button.roku-button-link,a.roku-button-link {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-link {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #236aee;
	border-color: #236aee;
	color: #236aee;
	background-color: transparent;
	border-color: #236aee;
}
.roku-button-outline-link:hover {
	text-decoration: underline;
	box-shadow: none;
	color: #fff;
	background-color: transparent;
	border-color: #236aee;
}

@media (max-width: 767px) {

	.roku-button-outline-link {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-link:hover,.roku-button-outline-link:focus,.roku-button-outline-link:active,.roku-button-outline-link.active,.open > .roku-button-outline-link.dropdown-toggle {
	color: #236aee;
	border-color: #0f4fc5;
}
.roku-button-outline-link:active,.roku-button-outline-link.active,.open > .roku-button-outline-link.dropdown-toggle {
	background-image: none;
}
.roku-button-outline-link.disabled,.roku-button-outline-link.disabled:hover,.roku-button-outline-link.disabled:focus,.roku-button-outline-link.disabled:active,.roku-button-outline-link.disabled.active,.roku-button-outline-link[disabled],.roku-button-outline-link[disabled]:hover,.roku-button-outline-link[disabled]:focus,.roku-button-outline-link[disabled]:active,.roku-button-outline-link[disabled].active,fieldset[disabled] .roku-button-outline-link,fieldset[disabled] .roku-button-outline-link:hover,fieldset[disabled] .roku-button-outline-link:focus,fieldset[disabled] .roku-button-outline-link:active,fieldset[disabled] .roku-button-outline-link.active {
	background-color: transparent;
	border-color: #236aee;
	box-shadow: none;
}
.roku-button-outline-link .badge {
	color: transparent;
	background-color: #236aee;
}
button.roku-button-success,a.roku-button-success {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
}
button.roku-button-success:hover,a.roku-button-success:hover {
	text-decoration: none;
	box-shadow: none;
}

@media (max-width: 767px) {

	button.roku-button-success,a.roku-button-success {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-success {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #236aee;
	border-color: #236aee;
	color: #00cd49;
	background-color: transparent;
	border-color: #00cd49;
}
.roku-button-outline-success:hover {
	text-decoration: underline;
	box-shadow: none;
	color: #fff;
	background-color: transparent;
	border-color: #236aee;
}

@media (max-width: 767px) {

	.roku-button-outline-success {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-success:hover,.roku-button-outline-success:focus,.roku-button-outline-success:active,.roku-button-outline-success.active,.open > .roku-button-outline-success.dropdown-toggle {
	color: #00cd49;
	border-color: #009033;
}
.roku-button-outline-success:active,.roku-button-outline-success.active,.open > .roku-button-outline-success.dropdown-toggle {
	background-image: none;
}
.roku-button-outline-success.disabled,.roku-button-outline-success.disabled:hover,.roku-button-outline-success.disabled:focus,.roku-button-outline-success.disabled:active,.roku-button-outline-success.disabled.active,.roku-button-outline-success[disabled],.roku-button-outline-success[disabled]:hover,.roku-button-outline-success[disabled]:focus,.roku-button-outline-success[disabled]:active,.roku-button-outline-success[disabled].active,fieldset[disabled] .roku-button-outline-success,fieldset[disabled] .roku-button-outline-success:hover,fieldset[disabled] .roku-button-outline-success:focus,fieldset[disabled] .roku-button-outline-success:active,fieldset[disabled] .roku-button-outline-success.active {
	background-color: transparent;
	border-color: #00cd49;
	box-shadow: none;
}
.roku-button-outline-success .badge {
	color: transparent;
	background-color: #00cd49;
}
button.roku-button-error,a.roku-button-error {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
}
button.roku-button-error:hover,a.roku-button-error:hover {
	text-decoration: none;
	box-shadow: none;
}

@media (max-width: 767px) {

	button.roku-button-error,a.roku-button-error {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-error {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #236aee;
	border-color: #236aee;
	color: #ed1847;
	background-color: transparent;
	border-color: #ed1847;
}
.roku-button-outline-error:hover {
	text-decoration: underline;
	box-shadow: none;
	color: #fff;
	background-color: transparent;
	border-color: #236aee;
}

@media (max-width: 767px) {

	.roku-button-outline-error {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-error:hover,.roku-button-outline-error:focus,.roku-button-outline-error:active,.roku-button-outline-error.active,.open > .roku-button-outline-error.dropdown-toggle {
	color: #ed1847;
	border-color: #b90e34;
}
.roku-button-outline-error:active,.roku-button-outline-error.active,.open > .roku-button-outline-error.dropdown-toggle {
	background-image: none;
}
.roku-button-outline-error.disabled,.roku-button-outline-error.disabled:hover,.roku-button-outline-error.disabled:focus,.roku-button-outline-error.disabled:active,.roku-button-outline-error.disabled.active,.roku-button-outline-error[disabled],.roku-button-outline-error[disabled]:hover,.roku-button-outline-error[disabled]:focus,.roku-button-outline-error[disabled]:active,.roku-button-outline-error[disabled].active,fieldset[disabled] .roku-button-outline-error,fieldset[disabled] .roku-button-outline-error:hover,fieldset[disabled] .roku-button-outline-error:focus,fieldset[disabled] .roku-button-outline-error:active,fieldset[disabled] .roku-button-outline-error.active {
	background-color: transparent;
	border-color: #ed1847;
	box-shadow: none;
}
.roku-button-outline-error .badge {
	color: transparent;
	background-color: #ed1847;
}
button.roku-button-t,a.roku-button-t {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
}
button.roku-button-t:hover,a.roku-button-t:hover {
	text-decoration: none;
	box-shadow: none;
}

@media (max-width: 767px) {

	button.roku-button-t,a.roku-button-t {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-t {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	color: #fff;
	background-color: #236aee;
	border-color: #236aee;
	color: transparent;
	background-color: transparent;
	border-color: transparent;
}
.roku-button-outline-t:hover {
	text-decoration: underline;
	box-shadow: none;
	color: #fff;
	background-color: transparent;
	border-color: #236aee;
}

@media (max-width: 767px) {

	.roku-button-outline-t {
		padding: 5px 30px;
		font-size: 14px;
	}
}

.roku-button-outline-t:hover,.roku-button-outline-t:focus,.roku-button-outline-t:active,.roku-button-outline-t.active,.open > .roku-button-outline-t.dropdown-toggle {
	color: transparent;
	border-color: transparent;
}
.roku-button-outline-t:active,.roku-button-outline-t.active,.open > .roku-button-outline-t.dropdown-toggle {
	background-image: none;
}
.roku-button-outline-t.disabled,.roku-button-outline-t.disabled:hover,.roku-button-outline-t.disabled:focus,.roku-button-outline-t.disabled:active,.roku-button-outline-t.disabled.active,.roku-button-outline-t[disabled],.roku-button-outline-t[disabled]:hover,.roku-button-outline-t[disabled]:focus,.roku-button-outline-t[disabled]:active,.roku-button-outline-t[disabled].active,fieldset[disabled] .roku-button-outline-t,fieldset[disabled] .roku-button-outline-t:hover,fieldset[disabled] .roku-button-outline-t:focus,fieldset[disabled] .roku-button-outline-t:active,fieldset[disabled] .roku-button-outline-t.active {
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
}
.roku-button-outline-t .badge {
	color: transparent;
	background-color: transparent;
}

button.roku-button-md,a.roku-button-md {
	padding: 9px 36px;
	font-size: 18px;
	box-shadow: 3px 10px 30px -4px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
}

@media (max-width: 767px) {

	button.roku-button-md,a.roku-button-md {
		padding: 5px 30px;
		font-size: 14px;
	}
}

button.roku-button-sm,a.roku-button-sm {
	padding: 5px 20px;
	font-size: 14px;
	box-shadow: none;
	margin-bottom: 0px;
}

@media (max-width: 767px) {

	button.roku-button-sm,a.roku-button-sm {
		padding: 5px 20px;
		font-size: 14px;
	}
}

button.roku-button-xs,a.roku-button-xs {
	padding: 3px 12px;
	font-size: 13px;
	box-shadow: none;
	margin-bottom: 0px;
}

@media (max-width: 767px) {

	button.roku-button-xs,a.roku-button-xs {
		padding: 3px 12px;
		font-size: 14px;
	}
}

.roku-color-b0 {
	color: #fff;
}
.roku-bg-color-b0 {
	background-color: #fff;
	color: #fff;
}
.roku-bg-color-b0.roku-button:hover {
	background-color: #e6e6e6;
}
.roku-border-color-b0 {
	border-color: #fff;
}
.roku-color-b1 {
	color: #eee;
}
.roku-bg-color-b1 {
	background-color: #eee;
	color: #fff;
}
.roku-bg-color-b1.roku-button:hover {
	background-color: #d5d5d5;
}
.roku-border-color-b1 {
	border-color: #eee;
}
.roku-color-b2 {
	color: #eee;
}
.roku-bg-color-b2 {
	background-color: #eee;
	color: #fff;
}
.roku-bg-color-b2.roku-button:hover {
	background-color: #d5d5d5;
}
.roku-border-color-b2 {
	border-color: #eee;
}
.roku-color-b3 {
	color: #333;
}
.roku-bg-color-b3 {
	background-color: #333;
	color: #fff;
}
.roku-bg-color-b3.roku-button:hover {
	background-color: #1a1a1a;
}
.roku-border-color-b3 {
	border-color: #333;
}
.roku-color-b4 {
	color: #333;
}
.roku-bg-color-b4 {
	background-color: #333;
	color: #fff;
}
.roku-bg-color-b4.roku-button:hover {
	background-color: #1a1a1a;
}
.roku-border-color-b4 {
	border-color: #333;
}
.roku-color-b5 {
	color: #222;
}
.roku-bg-color-b5 {
	background-color: #222;
	color: #fff;
}
.roku-bg-color-b5.roku-button:hover {
	background-color: #090909;
}
.roku-border-color-b5 {
	border-color: #222;
}
.roku-color-b6 {
	color: #000;
}
.roku-bg-color-b6 {
	background-color: #000;
	color: #fff;
}
.roku-bg-color-b6.roku-button:hover {
	background-color: black;
}
.roku-border-color-b6 {
	border-color: #000;
}
.roku-color-b7 {
	color: #f3f3f3;
}
.roku-bg-color-b7 {
	background-color: #f3f3f3;
	color: #fff;
}
.roku-bg-color-b7.roku-button:hover {
	background-color: #dadada;
}
.roku-border-color-b7 {
	border-color: #f3f3f3;
}
.roku-color-c1 {
	color: #662d91;
}
.roku-bg-color-c1 {
	background-color: #662d91;
	color: #fff;
}
.roku-bg-color-c1.roku-button:hover {
	background-color: #4b216a;
}
.roku-border-color-c1 {
	border-color: #662d91;
}
.roku-color-c1s {
	color: #552a7b;
}
.roku-bg-color-c1s {
	background-color: #552a7b;
	color: #fff;
}
.roku-bg-color-c1s.roku-button:hover {
	background-color: #3b1d55;
}
.roku-border-color-c1s {
	border-color: #552a7b;
}
.roku-color-c1h {
	color: #843abc;
}
.roku-bg-color-c1h {
	background-color: #843abc;
	color: #fff;
}
.roku-bg-color-c1h.roku-button:hover {
	background-color: #692e95;
}
.roku-border-color-c1h {
	border-color: #843abc;
}
.roku-color-c2 {
	color: #ed1847;
}
.roku-bg-color-c2 {
	background-color: #ed1847;
	color: #fff;
}
.roku-bg-color-c2.roku-button:hover {
	background-color: #c30f37;
}
.roku-border-color-c2 {
	border-color: #ed1847;
}
.roku-color-c2s {
	color: #ed1847;
}
.roku-bg-color-c2s {
	background-color: #ed1847;
	color: #fff;
}
.roku-bg-color-c2s.roku-button:hover {
	background-color: #c30f37;
}
.roku-border-color-c2s {
	border-color: #ed1847;
}
.roku-color-c2h {
	color: #ed1847;
}
.roku-bg-color-c2h {
	background-color: #ed1847;
	color: #fff;
}
.roku-bg-color-c2h.roku-button:hover {
	background-color: #c30f37;
}
.roku-border-color-c2h {
	border-color: #ed1847;
}
.roku-color-c3 {
	color: #00a5e5;
}
.roku-bg-color-c3 {
	background-color: #00a5e5;
	color: #fff;
}
.roku-bg-color-c3.roku-button:hover {
	background-color: #0080b2;
}
.roku-border-color-c3 {
	border-color: #00a5e5;
}
.roku-color-c3s {
	color: #00a5e5;
}
.roku-bg-color-c3s {
	background-color: #00a5e5;
	color: #fff;
}
.roku-bg-color-c3s.roku-button:hover {
	background-color: #0080b2;
}
.roku-border-color-c3s {
	border-color: #00a5e5;
}
.roku-color-c3h {
	color: #00a5e5;
}
.roku-bg-color-c3h {
	background-color: #00a5e5;
	color: #fff;
}
.roku-bg-color-c3h.roku-button:hover {
	background-color: #0080b2;
}
.roku-border-color-c3h {
	border-color: #00a5e5;
}
.roku-color-c4 {
	color: #00cd49;
}
.roku-bg-color-c4 {
	background-color: #00cd49;
	color: #fff;
}
.roku-bg-color-c4.roku-button:hover {
	background-color: #009a37;
}
.roku-border-color-c4 {
	border-color: #00cd49;
}
.roku-color-c4s {
	color: #00cd49;
}
.roku-bg-color-c4s {
	background-color: #00cd49;
	color: #fff;
}
.roku-bg-color-c4s.roku-button:hover {
	background-color: #009a37;
}
.roku-border-color-c4s {
	border-color: #00cd49;
}
.roku-color-c4h {
	color: #00cd49;
}
.roku-bg-color-c4h {
	background-color: #00cd49;
	color: #fff;
}
.roku-bg-color-c4h.roku-button:hover {
	background-color: #009a37;
}
.roku-border-color-c4h {
	border-color: #00cd49;
}
.roku-color-c5 {
	color: #ff9000;
}
.roku-bg-color-c5 {
	background-color: #ff9000;
	color: #fff;
}
.roku-bg-color-c5.roku-button:hover {
	background-color: #cc7300;
}
.roku-border-color-c5 {
	border-color: #ff9000;
}
.roku-color-c5s {
	color: #ff9000;
}
.roku-bg-color-c5s {
	background-color: #ff9000;
	color: #fff;
}
.roku-bg-color-c5s.roku-button:hover {
	background-color: #cc7300;
}
.roku-border-color-c5s {
	border-color: #ff9000;
}
.roku-color-c5h {
	color: #ff9000;
}
.roku-bg-color-c5h {
	background-color: #ff9000;
	color: #fff;
}
.roku-bg-color-c5h.roku-button:hover {
	background-color: #cc7300;
}
.roku-border-color-c5h {
	border-color: #ff9000;
}
.roku-color-c6 {
	color: #236aee;
}
.roku-bg-color-c6 {
	background-color: #236aee;
	color: #fff;
}
.roku-bg-color-c6.roku-button:hover {
	background-color: #1052ce;
}
.roku-border-color-c6 {
	border-color: #236aee;
}
.roku-color-c7 {
	color: #efcb01;
}
.roku-bg-color-c7 {
	background-color: #efcb01;
	color: #fff;
}
.roku-bg-color-c7.roku-button:hover {
	background-color: #bca001;
}
.roku-border-color-c7 {
	border-color: #efcb01;
}
.roku-color-c8 {
	color: #fbe5e7;
}
.roku-bg-color-c8 {
	background-color: #fbe5e7;
	color: #fff;
}
.roku-bg-color-c8.roku-button:hover {
	background-color: #f4b9be;
}
.roku-border-color-c8 {
	border-color: #fbe5e7;
}
.roku-color-c9 {
	color: #f9a202;
}
.roku-bg-color-c9 {
	background-color: #f9a202;
	color: #fff;
}
.roku-bg-color-c9.roku-button:hover {
	background-color: #c68102;
}
.roku-border-color-c9 {
	border-color: #f9a202;
}
.roku-color-link {
	color: #236aee;
}
.roku-bg-color-link {
	background-color: #236aee;
	color: #fff;
}
.roku-bg-color-link.roku-button:hover {
	background-color: #1052ce;
}
.roku-border-color-link {
	border-color: #236aee;
}
.roku-color-success {
	color: #00cd49;
}
.roku-bg-color-success {
	background-color: #00cd49;
	color: #fff;
}
.roku-bg-color-success.roku-button:hover {
	background-color: #009a37;
}
.roku-border-color-success {
	border-color: #00cd49;
}
.roku-color-error {
	color: #ed1847;
}
.roku-bg-color-error {
	background-color: #ed1847;
	color: #fff;
}
.roku-bg-color-error.roku-button:hover {
	background-color: #c30f37;
}
.roku-border-color-error {
	border-color: #ed1847;
}
.roku-color-t {
	color: transparent;
}
.roku-bg-color-t {
	background-color: transparent;
	color: #fff;
}
.roku-bg-color-t.roku-button:hover {
	background-color: transparent;
}
.roku-border-color-t {
	border-color: transparent;
}
.roku-bg-color-b0,.roku-bg-color-b1,.roku-bg-color-b7 {
	color: #333;
}
.roku-bg-color-b0 hr,.roku-bg-color-b1 hr,.roku-bg-color-b7 hr {
	border-top: 1px solid #333;
}

.roku-font-0 {
	font-weight: normal;
	line-height: 1.42;
	font-family: "GothamLight", "GothamBook", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {

	.roku-font-0 {
		font-size: 16px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.roku-font-0 {
		font-size: 16px;
	}
}


@media (min-width: 1200px) {

	.roku-font-0 {
		font-size: 16px;
	}
}

.roku-font-1 {
	font-weight: 500;
	line-height: 1.1;
	font-family: "GothamLight", "GothamBook", Helvetica, Arial, sans-serif;
	margin-top: 22px;
	margin-bottom: 11px;
}

@media (max-width: 767px) {

	.roku-font-1 {
		font-size: 26px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.roku-font-1 {
		font-size: 36px;
	}
}


@media (min-width: 1200px) {

	.roku-font-1 {
		font-size: 42px;
	}
}

.roku-font-2 {
	font-weight: 500;
	line-height: 1.1;
	font-family: "GothamLight", "GothamBook", Helvetica, Arial, sans-serif;
	margin-top: 22px;
	margin-bottom: 11px;
}

@media (max-width: 767px) {

	.roku-font-2 {
		font-size: 24px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.roku-font-2 {
		font-size: 27px;
	}
}


@media (min-width: 1200px) {

	.roku-font-2 {
		font-size: 32px;
	}
}

.roku-font-3 {
	font-weight: 500;
	line-height: 1.1;
	font-family: "GothamLight", "GothamBook", Helvetica, Arial, sans-serif;
	margin-top: 22px;
	margin-bottom: 11px;
}

@media (max-width: 767px) {

	.roku-font-3 {
		font-size: 18px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.roku-font-3 {
		font-size: 19px;
	}
}


@media (min-width: 1200px) {

	.roku-font-3 {
		font-size: 22px;
	}
}

.roku-font-4 {
	font-weight: 500;
	line-height: 1.1;
	font-family: "GothamLight", "GothamBook", Helvetica, Arial, sans-serif;
	margin-top: 22px;
	margin-bottom: 11px;
}

@media (max-width: 767px) {

	.roku-font-4 {
		font-size: 16px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.roku-font-4 {
		font-size: 17px;
	}
}


@media (min-width: 1200px) {

	.roku-font-4 {
		font-size: 20px;
	}
}

.roku-font-5 {
	font-weight: 500;
	line-height: 1.1;
	font-family: "GothamLight", "GothamBook", Helvetica, Arial, sans-serif;
	margin-top: 11px;
	margin-bottom: 11px;
}

@media (max-width: 767px) {

	.roku-font-5 {
		font-size: 20px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.roku-font-5 {
		font-size: 20px;
	}
}


@media (min-width: 1200px) {

	.roku-font-5 {
		font-size: 20px;
	}
}

.roku-font-6 {
	font-weight: 500;
	line-height: 1.42;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	margin-top: 11px;
	margin-bottom: 11px;
}

@media (max-width: 767px) {

	.roku-font-6 {
		font-size: 16px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.roku-font-6 {
		font-size: 16px;
	}
}


@media (min-width: 1200px) {

	.roku-font-6 {
		font-size: 16px;
	}
}

.roku-font-7 {
	font-weight: normal;
	line-height: 1.42;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	margin-top: 11px;
	margin-bottom: 11px;
}

@media (max-width: 767px) {

	.roku-font-7 {
		font-size: 12px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.roku-font-7 {
		font-size: 12px;
	}
}


@media (min-width: 1200px) {

	.roku-font-7 {
		font-size: 12px;
	}
}

.roku-font-9 {
	font-weight: normal;
	line-height: 1.42;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	margin-top: 11px;
	margin-bottom: 11px;
}

@media (max-width: 767px) {

	.roku-font-9 {
		font-size: 14px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.roku-font-9 {
		font-size: 14px;
	}
}


@media (min-width: 1200px) {

	.roku-font-9 {
		font-size: 14px;
	}
}

.roku-font-10 {
	font-weight: normal;
	line-height: 1.42;
	font-family: "GothamLight", Helvetica, Arial, sans-serif;
	margin-top: 11px;
	margin-bottom: 11px;
}

@media (max-width: 767px) {

	.roku-font-10 {
		font-size: 14px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.roku-font-10 {
		font-size: 14px;
	}
}


@media (min-width: 1200px) {

	.roku-font-10 {
		font-size: 14px;
	}
}

.roku-font-11 {
	font-weight: normal;
	line-height: 1.42;
	font-family: "GothamBold", Helvetica, Arial, sans-serif;
	margin-top: 11px;
	margin-bottom: 11px;
}

@media (max-width: 767px) {

	.roku-font-11 {
		font-size: 16px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.roku-font-11 {
		font-size: 16px;
	}
}


@media (min-width: 1200px) {

	.roku-font-11 {
		font-size: 16px;
	}
}

.roku-font-12 {
	font-weight: normal;
	line-height: 1.42;
	font-family: "GothamLight", "GothamBook", Helvetica, Arial, sans-serif;
	margin-top: 11px;
	margin-bottom: 11px;
}

@media (max-width: 767px) {

	.roku-font-12 {
		font-size: 14px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.roku-font-12 {
		font-size: 14px;
	}
}


@media (min-width: 1200px) {

	.roku-font-12 {
		font-size: 14px;
	}
}

.roku-font-13 {
	font-weight: normal;
	line-height: 1.42;
	font-family: "GothamLight", serif;
	margin-top: 11px;
	margin-bottom: 11px;
}

@media (max-width: 767px) {

	.roku-font-13 {
		font-size: 25px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.roku-font-13 {
		font-size: 26px;
	}
}


@media (min-width: 1200px) {

	.roku-font-13 {
		font-size: 30px;
	}
}

.roku-font-14 {
	font-weight: bold;
	line-height: 1.42;
	font-family: "GothamLight", serif;
	margin-top: 11px;
	margin-bottom: 11px;
}

@media (max-width: 767px) {

	.roku-font-14 {
		font-size: 16px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.roku-font-14 {
		font-size: 16px;
	}
}


@media (min-width: 1200px) {

	.roku-font-14 {
		font-size: 16px;
	}
}


.roku-margin.top {
	margin-top: 3rem;
}

@media (max-width: 767px) {

	.roku-margin.top {
		margin-top: 1.5rem;
	}
}

.roku-margin.right {
	margin-right: 3rem;
}

@media (max-width: 767px) {

	.roku-margin.right {
		margin-right: 1.5rem;
	}
}

.roku-margin.bottom {
	margin-bottom: 3rem;
}

@media (max-width: 767px) {

	.roku-margin.bottom {
		margin-bottom: 1.5rem;
	}
}

.roku-margin.left {
	margin-left: 3rem;
}

@media (max-width: 767px) {

	.roku-margin.left {
		margin-left: 1.5rem;
	}
}

.roku-margin-half.top {
	margin-top: 2rem;
}
.roku-margin-half.right {
	margin-right: 2rem;
}
.roku-margin-half.bottom {
	margin-bottom: 2rem;
}
.roku-margin-half.left {
	margin-left: 2rem;
}
.roku-margin-quarter.top {
	margin-top: 1rem;
}
.roku-margin-quarter.right {
	margin-right: 1rem;
}
.roku-margin-quarter.bottom {
	margin-bottom: 1rem;
}
.roku-margin-quarter.left {
	margin-left: 1rem;
}
.roku-margin-eighth.top {
	margin-top: 0.5rem;
}
.roku-margin-eighth.right {
	margin-right: 0.5rem;
}
.roku-margin-eighth.bottom {
	margin-bottom: 0.5rem;
}
.roku-margin-eighth.left {
	margin-left: 0.5rem;
}

.roku-pad.top {
	padding-top: 1rem;
}
.roku-pad.right {
	padding-right: 1rem;
}
.roku-pad.bottom {
	padding-bottom: 1rem;
}
.roku-pad.left {
	padding-left: 1rem;
}
.roku-pad-half.top {
	padding-top: 2rem;
}
.roku-pad-half.right {
	padding-right: 2rem;
}
.roku-pad-half.bottom {
	padding-bottom: 2rem;
}
.roku-pad-half.left {
	padding-left: 2rem;
}
.roku-pad-quarter.top {
	padding-top: 1rem;
}
.roku-pad-quarter.right {
	padding-right: 1rem;
}
.roku-pad-quarter.bottom {
	padding-bottom: 1rem;
}
.roku-pad-quarter.left {
	padding-left: 1rem;
}
.roku-pad-eighth.top {
	padding-top: 0.5rem;
}
.roku-pad-eighth.right {
	padding-right: 0.5rem;
}
.roku-pad-eighth.bottom {
	padding-bottom: 0.5rem;
}
.roku-pad-eighth.left {
	padding-left: 0.5rem;
}
.t10 {
	top: 10% !important;
}
.t20 {
	top: 20% !important;
}
.t30 {
	top: 30% !important;
}
.t40 {
	top: 40% !important;
}
.t50 {
	top: 50% !important;
}
.t60 {
	top: 60% !important;
}
.t70 {
	top: 70% !important;
}
.t80 {
	top: 80% !important;
}
.t90 {
	top: 90% !important;
}
.roku-price {
	font-weight: 500;
	line-height: 1.1;
	font-family: "GothamLight", "GothamBook", Helvetica, Arial, sans-serif;
	text-align: right;
	line-height: 1;
}

@media (max-width: 767px) {

	.roku-price {
		font-size: 18px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.roku-price {
		font-size: 19px;
	}
}


@media (min-width: 1200px) {

	.roku-price {
		font-size: 22px;
	}
}

.roku-price sup {
	font-size: .6em;
}
.roku-price.text {
	font-weight: 500;
	line-height: 1.1;
	font-family: "GothamLight", "GothamBook", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {

	.roku-price.text {
		font-size: 20px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.roku-price.text {
		font-size: 20px;
	}
}


@media (min-width: 1200px) {

	.roku-price.text {
		font-size: 20px;
	}
}

.roku-price.starts-at:before {
	content: "Starts at";
	font-weight: 500;
	line-height: 1.42;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	position: absolute;
	top: -20px;
	margin-left: 15px;
}

@media (max-width: 767px) {

	.roku-price.starts-at:before {
		font-size: 16px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.roku-price.starts-at:before {
		font-size: 16px;
	}
}


@media (min-width: 1200px) {

	.roku-price.starts-at:before {
		font-size: 16px;
	}
}


.disclaimer {
	font-weight: normal;
	line-height: 1.42;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {

	.disclaimer {
		font-size: 12px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.disclaimer {
		font-size: 12px;
	}
}


@media (min-width: 1200px) {

	.disclaimer {
		font-size: 12px;
	}
}


.text-opacity {
	opacity: .5;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
.text-justify {
	text-align: justify !important;
}
.text-nowrap {
	white-space: nowrap !important;
}

@media (max-width: 767px) {

	.text-center-xs {
		text-align: center !important;
	}
}

.text-lowercase {
	text-transform: lowercase !important;
}
.text-uppercase {
	text-transform: uppercase !important;
}
.text-capitalize {
	text-transform: capitalize !important;
}
.text-underline {
	text-decoration: underline !important;
}
.roku-learn-more:after {
	font-family: 'Glyphicons Roku' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	display: inline-block;
	content: "\e912";
	position: relative;
	top: .1em;
	left: .1em;
}
.fixedTop,.roku-navbar.fixedTop {
	position: fixed;
	top: 0;
	margin: 0 auto;
	z-index: 90;
}
.roku-bg-texture-b0 {
	background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6) 100%), repeating-linear-gradient(1deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 58%, white 100%), repeating-linear-gradient(181deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 81%, white 100%), repeating-linear-gradient(45deg, rgba(220, 220, 220, 0.8), rgba(220, 220, 220, 0.8) 20px, rgba(238, 238, 238, 0.8) 20px, rgba(238, 238, 238, 0.8) 60px, rgba(220, 220, 220, 0.8) 60px, rgba(220, 220, 220, 0.8) 80px, #fff 80px, #fff 90px, #eee 90px, #eee 110px, #fff 110px, #fff 120px, #eee 120px, #eee 140px, #fff 140px, #fff 150px, #eee 150px, #eee 170px, #fff 170px, #fff 180px, #eee 180px, #eee 200px);
	background-color: #fff;
}
.roku-bg-texture-b1 {
	background: repeating-linear-gradient(0deg, rgba(238, 238, 238, 0.8), rgba(238, 238, 238, 0.9) 100%), repeating-linear-gradient(1deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 58%, white 100%), repeating-linear-gradient(181deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 81%, white 100%), repeating-linear-gradient(45deg, rgba(220, 220, 220, 0.8), rgba(220, 220, 220, 0.8) 20px, rgba(238, 238, 238, 0.8) 20px, rgba(238, 238, 238, 0.8) 60px, rgba(220, 220, 220, 0.8) 60px, rgba(220, 220, 220, 0.8) 80px, #fff 80px, #fff 90px, #eee 90px, #eee 110px, #fff 110px, #fff 120px, #eee 120px, #eee 140px, #fff 140px, #fff 150px, #eee 150px, #eee 170px, #fff 170px, #fff 180px, #eee 180px, #eee 200px);
	background-color: #eee;
}
.roku-bg-texture-b4 {
	background: repeating-linear-gradient(0deg, rgba(51, 51, 51, 0.8), rgba(51, 51, 51, 0.9) 100%), repeating-linear-gradient(1deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 58%, white 100%), repeating-linear-gradient(181deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 81%, white 100%), repeating-linear-gradient(45deg, rgba(220, 220, 220, 0.8), rgba(220, 220, 220, 0.8) 20px, rgba(238, 238, 238, 0.8) 20px, rgba(238, 238, 238, 0.8) 60px, rgba(220, 220, 220, 0.8) 60px, rgba(220, 220, 220, 0.8) 80px, #fff 80px, #fff 90px, #eee 90px, #eee 110px, #fff 110px, #fff 120px, #eee 120px, #eee 140px, #fff 140px, #fff 150px, #eee 150px, #eee 170px, #fff 170px, #fff 180px, #eee 180px, #eee 200px);
	background-color: #333;
}
.roku-bg-texture-b5 {
	background: repeating-linear-gradient(0deg, rgba(34, 34, 34, 0.8), rgba(34, 34, 34, 0.9) 100%), repeating-linear-gradient(1deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 58%, white 100%), repeating-linear-gradient(181deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 81%, white 100%), repeating-linear-gradient(45deg, rgba(220, 220, 220, 0.8), rgba(220, 220, 220, 0.8) 20px, rgba(238, 238, 238, 0.8) 20px, rgba(238, 238, 238, 0.8) 60px, rgba(220, 220, 220, 0.8) 60px, rgba(220, 220, 220, 0.8) 80px, #fff 80px, #fff 90px, #eee 90px, #eee 110px, #fff 110px, #fff 120px, #eee 120px, #eee 140px, #fff 140px, #fff 150px, #eee 150px, #eee 170px, #fff 170px, #fff 180px, #eee 180px, #eee 200px);
	background-color: #222;
}
.roku-bg-texture-b6 {
	background: repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9) 100%), repeating-linear-gradient(1deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 58%, white 100%), repeating-linear-gradient(181deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 81%, white 100%), repeating-linear-gradient(45deg, rgba(220, 220, 220, 0.8), rgba(220, 220, 220, 0.8) 20px, rgba(238, 238, 238, 0.8) 20px, rgba(238, 238, 238, 0.8) 60px, rgba(220, 220, 220, 0.8) 60px, rgba(220, 220, 220, 0.8) 80px, #fff 80px, #fff 90px, #eee 90px, #eee 110px, #fff 110px, #fff 120px, #eee 120px, #eee 140px, #fff 140px, #fff 150px, #eee 150px, #eee 170px, #fff 170px, #fff 180px, #eee 180px, #eee 200px);
	background-color: #000;
}
.roku-bg-texture-c1 {
	background: repeating-linear-gradient(0deg, rgba(102, 45, 145, 0.8), rgba(102, 45, 145, 0.9) 100%), repeating-linear-gradient(1deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 58%, white 100%), repeating-linear-gradient(181deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 81%, white 100%), repeating-linear-gradient(45deg, rgba(220, 220, 220, 0.8), rgba(220, 220, 220, 0.8) 20px, rgba(238, 238, 238, 0.8) 20px, rgba(238, 238, 238, 0.8) 60px, rgba(220, 220, 220, 0.8) 60px, rgba(220, 220, 220, 0.8) 80px, #fff 80px, #fff 90px, #eee 90px, #eee 110px, #fff 110px, #fff 120px, #eee 120px, #eee 140px, #fff 140px, #fff 150px, #eee 150px, #eee 170px, #fff 170px, #fff 180px, #eee 180px, #eee 200px);
	background-color: #662d91;
}
.roku-bg-texture-c1h {
	background: repeating-linear-gradient(0deg, rgba(132, 58, 188, 0.8), rgba(132, 58, 188, 0.9) 100%), repeating-linear-gradient(1deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 58%, white 100%), repeating-linear-gradient(181deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 81%, white 100%), repeating-linear-gradient(45deg, rgba(220, 220, 220, 0.8), rgba(220, 220, 220, 0.8) 20px, rgba(238, 238, 238, 0.8) 20px, rgba(238, 238, 238, 0.8) 60px, rgba(220, 220, 220, 0.8) 60px, rgba(220, 220, 220, 0.8) 80px, #fff 80px, #fff 90px, #eee 90px, #eee 110px, #fff 110px, #fff 120px, #eee 120px, #eee 140px, #fff 140px, #fff 150px, #eee 150px, #eee 170px, #fff 170px, #fff 180px, #eee 180px, #eee 200px);
	background-color: #843abc;
}
.roku-bg-texture-c1s {
	background: repeating-linear-gradient(0deg, rgba(85, 42, 123, 0.8), rgba(85, 42, 123, 0.9) 100%), repeating-linear-gradient(1deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 58%, white 100%), repeating-linear-gradient(181deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 81%, white 100%), repeating-linear-gradient(45deg, rgba(220, 220, 220, 0.8), rgba(220, 220, 220, 0.8) 20px, rgba(238, 238, 238, 0.8) 20px, rgba(238, 238, 238, 0.8) 60px, rgba(220, 220, 220, 0.8) 60px, rgba(220, 220, 220, 0.8) 80px, #fff 80px, #fff 90px, #eee 90px, #eee 110px, #fff 110px, #fff 120px, #eee 120px, #eee 140px, #fff 140px, #fff 150px, #eee 150px, #eee 170px, #fff 170px, #fff 180px, #eee 180px, #eee 200px);
	background-color: #552a7b;
}
.roku-bg-texture-c2 {
	background: repeating-linear-gradient(0deg, rgba(237, 24, 71, 0.8), rgba(237, 24, 71, 0.9) 100%), repeating-linear-gradient(1deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 58%, white 100%), repeating-linear-gradient(181deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 81%, white 100%), repeating-linear-gradient(45deg, rgba(220, 220, 220, 0.8), rgba(220, 220, 220, 0.8) 20px, rgba(238, 238, 238, 0.8) 20px, rgba(238, 238, 238, 0.8) 60px, rgba(220, 220, 220, 0.8) 60px, rgba(220, 220, 220, 0.8) 80px, #fff 80px, #fff 90px, #eee 90px, #eee 110px, #fff 110px, #fff 120px, #eee 120px, #eee 140px, #fff 140px, #fff 150px, #eee 150px, #eee 170px, #fff 170px, #fff 180px, #eee 180px, #eee 200px);
	background-color: #ed1847;
}
.roku-bg-texture-c3 {
	background: repeating-linear-gradient(0deg, rgba(0, 165, 229, 0.8), rgba(0, 165, 229, 0.9) 100%), repeating-linear-gradient(1deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 58%, white 100%), repeating-linear-gradient(181deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 81%, white 100%), repeating-linear-gradient(45deg, rgba(220, 220, 220, 0.8), rgba(220, 220, 220, 0.8) 20px, rgba(238, 238, 238, 0.8) 20px, rgba(238, 238, 238, 0.8) 60px, rgba(220, 220, 220, 0.8) 60px, rgba(220, 220, 220, 0.8) 80px, #fff 80px, #fff 90px, #eee 90px, #eee 110px, #fff 110px, #fff 120px, #eee 120px, #eee 140px, #fff 140px, #fff 150px, #eee 150px, #eee 170px, #fff 170px, #fff 180px, #eee 180px, #eee 200px);
	background-color: #00a5e5;
}
.roku-bg-texture-c4 {
	background: repeating-linear-gradient(0deg, rgba(0, 205, 73, 0.8), rgba(0, 205, 73, 0.9) 100%), repeating-linear-gradient(1deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 58%, white 100%), repeating-linear-gradient(181deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 81%, white 100%), repeating-linear-gradient(45deg, rgba(220, 220, 220, 0.8), rgba(220, 220, 220, 0.8) 20px, rgba(238, 238, 238, 0.8) 20px, rgba(238, 238, 238, 0.8) 60px, rgba(220, 220, 220, 0.8) 60px, rgba(220, 220, 220, 0.8) 80px, #fff 80px, #fff 90px, #eee 90px, #eee 110px, #fff 110px, #fff 120px, #eee 120px, #eee 140px, #fff 140px, #fff 150px, #eee 150px, #eee 170px, #fff 170px, #fff 180px, #eee 180px, #eee 200px);
	background-color: #00cd49;
}
.roku-bg-texture-c5 {
	background: repeating-linear-gradient(0deg, rgba(255, 144, 0, 0.8), rgba(255, 144, 0, 0.9) 100%), repeating-linear-gradient(1deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 58%, white 100%), repeating-linear-gradient(181deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 81%, white 100%), repeating-linear-gradient(45deg, rgba(220, 220, 220, 0.8), rgba(220, 220, 220, 0.8) 20px, rgba(238, 238, 238, 0.8) 20px, rgba(238, 238, 238, 0.8) 60px, rgba(220, 220, 220, 0.8) 60px, rgba(220, 220, 220, 0.8) 80px, #fff 80px, #fff 90px, #eee 90px, #eee 110px, #fff 110px, #fff 120px, #eee 120px, #eee 140px, #fff 140px, #fff 150px, #eee 150px, #eee 170px, #fff 170px, #fff 180px, #eee 180px, #eee 200px);
	background-color: #ff9000;
}
.roku-bg-texture-c6 {
	background: repeating-linear-gradient(0deg, rgba(35, 106, 238, 0.8), rgba(35, 106, 238, 0.9) 100%), repeating-linear-gradient(1deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 58%, white 100%), repeating-linear-gradient(181deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 81%, white 100%), repeating-linear-gradient(45deg, rgba(220, 220, 220, 0.8), rgba(220, 220, 220, 0.8) 20px, rgba(238, 238, 238, 0.8) 20px, rgba(238, 238, 238, 0.8) 60px, rgba(220, 220, 220, 0.8) 60px, rgba(220, 220, 220, 0.8) 80px, #fff 80px, #fff 90px, #eee 90px, #eee 110px, #fff 110px, #fff 120px, #eee 120px, #eee 140px, #fff 140px, #fff 150px, #eee 150px, #eee 170px, #fff 170px, #fff 180px, #eee 180px, #eee 200px);
	background-color: #236aee;
}
.roku-bg-texture-c7 {
	background: repeating-linear-gradient(0deg, rgba(239, 203, 1, 0.8), rgba(239, 203, 1, 0.9) 100%), repeating-linear-gradient(1deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 58%, white 100%), repeating-linear-gradient(181deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 81%, white 100%), repeating-linear-gradient(45deg, rgba(220, 220, 220, 0.8), rgba(220, 220, 220, 0.8) 20px, rgba(238, 238, 238, 0.8) 20px, rgba(238, 238, 238, 0.8) 60px, rgba(220, 220, 220, 0.8) 60px, rgba(220, 220, 220, 0.8) 80px, #fff 80px, #fff 90px, #eee 90px, #eee 110px, #fff 110px, #fff 120px, #eee 120px, #eee 140px, #fff 140px, #fff 150px, #eee 150px, #eee 170px, #fff 170px, #fff 180px, #eee 180px, #eee 200px);
	background-color: #efcb01;
}
.roku-page-content {
	max-width: 1200px;
	padding: 0 15px;
	box-sizing: border-box;
	margin: auto;
}
.Roku-Nav-UMA {
	display: table;
	width: 100%;
	height: 100%;
	margin-bottom: 5px;
}
.Roku-Nav-UMA .uma-message {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding: 5px 0;
	color: #fff;
	font-size: 18px;
}

@media (max-width: 767px) {

	.Roku-Nav-UMA .uma-message {
		font-size: 12px;
	}
}

.Roku-Nav-UMA .uma-message.info {
	background-color: #00a5e5;
}
.Roku-Nav-UMA .uma-message.error {
	background-color: #ed1847;
}
.Roku-Nav-UMA .uma-message.warn {
	background-color: #ff9000;
}
.Roku-Nav-UMA .uma-message.normal {
	background-color: #00cd49;
}
.Roku-Nav-UMA .uma-message:before {
	content: "";
}
.Roku-Nav-UMA .uma-message .uma-icon {
	display: block;
	float: left;
	margin-right: 11px;
}

@media (min-width: 1200px) {

	.Roku-Nav-UMA .uma-message .uma-content {
		height: 55px;
		overflow: hidden;
		display: block;
	}
}


@media (max-width: 1199px) {

	.Roku-Nav-UMA .uma-message .uma-content {
		display: block;
	}
}

.Roku-Nav-UMA .uma-message .uma-content p {
	margin: 0px;
}
.Roku-Nav-UMA .uma-message .timestamp {
	font-weight: bold;
}

@media (min-width: 1200px) {

	.Roku-Nav-UMA .uma-message .timestamp {
		display: inline;
	}
}


@media (max-width: 1199px) {

	.Roku-Nav-UMA .uma-message .timestamp {
		display: block;
	}
}

.Roku-Nav-UMA .uma-message .message {
	font-size: 14px;
}

@media (min-width: 1200px) {

	.Roku-Nav-UMA .uma-message .message {
		display: inline;
		padding-left: 5px;
		padding-right: 5px;
	}
}


@media (max-width: 1199px) {

	.Roku-Nav-UMA .uma-message .message {
		display: block;
		padding-left: 35px;
	}
}

.Roku-Nav-UMA a {
	color: #fff;
	text-decoration: underline;
}

html.Roku-Modal-On body {
	overflow: hidden;
	position: relative;
}
.Roku-Modal {
}
.Roku-Modal .modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	overflow: hidden;
	overflow-y: auto;
}
.Roku-Modal .modal.hidden {
	display: none;
}
.Roku-Modal .modal.is-video-modal .modal-backdrop {
	background-color: #552a7b;
	opacity: 0.9;
}
.Roku-Modal .modal.is-video-modal .modal-dialog {
	background: rgba(255, 255, 255, 0);
	border: 0;
	width: 83.333%;
	position: relative;
	margin: 0 auto;
	margin-top: 6rem;
	box-shadow: none;
}

@media (max-width: 767px) {

	.Roku-Modal .modal.is-video-modal .modal-dialog {
		margin-top: 3rem;
	}
}

.Roku-Modal .modal.is-video-modal .modal-close,.Roku-Modal .modal.is-video-modal button.modal-close {
	font-weight: 500;
	line-height: 1.1;
	font-family: "GothamLight", "GothamBook", Helvetica, Arial, sans-serif;
	padding: 0;
	width: 26px;
	height: 26px;
	top: -26px;
	right: -26px;
	width: auto;
	border-radius: 50%;
	opacity: 1;
	background-color: #236aee;
	color: #fff;
}

@media (max-width: 767px) {

	.Roku-Modal .modal.is-video-modal .modal-close,.Roku-Modal .modal.is-video-modal button.modal-close {
		font-size: 18px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.Roku-Modal .modal.is-video-modal .modal-close,.Roku-Modal .modal.is-video-modal button.modal-close {
		font-size: 19px;
	}
}


@media (min-width: 1200px) {

	.Roku-Modal .modal.is-video-modal .modal-close,.Roku-Modal .modal.is-video-modal button.modal-close {
		font-size: 22px;
	}
}


@media (min-width: 768px) {

	.Roku-Modal .modal.is-video-modal .modal-close,.Roku-Modal .modal.is-video-modal button.modal-close {
		width: 48px;
		height: 48px;
		top: -48px;
		right: -48px;
	}
}

.Roku-Modal .modal.is-video-modal .modal-content,.Roku-Modal .modal.is-video-modal .modal-footer,.Roku-Modal .modal.is-video-modal .modal-headline {
	padding: 0rem;
}
.Roku-Modal .modal-backdrop {
	overflow: hidden;
	width: 100%;
	height: 10000px;
	background: #000;
	opacity: 0.5;
	position: fixed;
	top: -2500px;
}
.Roku-Modal .modal-container {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.Roku-Modal .modal-blocker {
	backgorund: #666666;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	position: fixed;
	top: 0;
	left: 0;
}
.Roku-Modal .modal-dialog {
	width: 70%;
	margin: 30px auto;
	background: #fff;
	opacity: 1;
	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 26px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
	position: relative;
	text-align: left;
}
.Roku-Modal .modal-dialog .hidden {
	display: none;
}

@media (max-width: 767px) {

	.Roku-Modal .modal-dialog {
		width: 90%;
	}
}

.Roku-Modal .modal-close,.Roku-Modal button.modal-close {
	float: right;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
	background: transparent;
	border: 0;
	padding: 15px;
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
}
.Roku-Modal .modal-content,.Roku-Modal .modal-footer,.Roku-Modal .modal-headline {
	padding: 15px;
	padding-right: 5rem;
}

@media (max-width: 767px) {

	.Roku-Modal .modal-content,.Roku-Modal .modal-footer,.Roku-Modal .modal-headline {
		padding-right: 2.5rem;
	}
}

.Roku-Modal .modal-headline {
	border-bottom: 1px solid #e5e5e5;
}
.Roku-Modal .modal-headline h2 {
	font-weight: 500;
	line-height: 1.1;
	font-family: "GothamLight", "GothamBook", Helvetica, Arial, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
}

@media (max-width: 767px) {

	.Roku-Modal .modal-headline h2 {
		font-size: 16px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.Roku-Modal .modal-headline h2 {
		font-size: 17px;
	}
}


@media (min-width: 1200px) {

	.Roku-Modal .modal-headline h2 {
		font-size: 20px;
	}
}

.Roku-Modal .modal-content .video-content video {
	width: 100%;
	display: block;
	margin: 0 auto;
	border-radius: 2px;
	z-index: 102;
	position: relative;
	-webkit-transition: all 800ms;
	-o-transition: all 800ms;
	transition: all 800ms;
}
.Roku-Modal .modal-content iframe {
	border: 0;
}
.Roku-Modal .modal-footer {
	overflow: hidden;
	text-align: right;
}

@media (max-width: 767px) {

	.Roku-Modal .modal-footer {
		text-align: center;
	}
}

.Roku-Modal .modal-footer .btn,.Roku-Modal .modal-footer button {
	float: right;
}
.Roku-Modal input,.Roku-Modal textarea {
	background: #e9e9e9;
}
.Roku-Modal .country-selector-modal .locale {
	padding: 1rem;
	font-weight: normal;
	line-height: 1.42;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {

	.Roku-Modal .country-selector-modal .locale {
		font-size: 12px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.Roku-Modal .country-selector-modal .locale {
		font-size: 12px;
	}
}


@media (min-width: 1200px) {

	.Roku-Modal .country-selector-modal .locale {
		font-size: 12px;
	}
}


@keyframes bounce {
	0%,20%,50%,80%,100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}


@keyframes bounce {
	0%,20%,50%,80%,100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}


@keyframes bounce {
	0%,20%,50%,80%,100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}


@keyframes bounce {
	0%,20%,50%,80%,100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}


@keyframes bounce-right {
	0%,20%,50%,80%,100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}
	60% {
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}
}


@keyframes bounce-right {
	0%,20%,50%,80%,100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}
	60% {
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}
}


@keyframes bounce-right {
	0%,20%,50%,80%,100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}
	60% {
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}
}


@keyframes bounce-right {
	0%,20%,50%,80%,100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}
	60% {
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}
}

.alert {
	padding: 15px;
	margin-bottom: 22px;
	border: 1px solid transparent;
	border-radius: 14px;
}
.alert h4 {
	margin-top: 0;
	color: inherit;
}
.alert .alert-link {
	font-weight: bold;
}
.alert > p,.alert > ul {
	margin-bottom: 0;
}
.alert > p + p {
	margin-top: 5px;
}
.alert-dismissable,.alert-dismissible {
	padding-right: 35px;
}
.alert-dismissable .close,.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.alert-success hr {
	border-top-color: #c9e2b3;
}
.alert-success .alert-link {
	color: #2b542c;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}
.alert-info hr {
	border-top-color: #a6e1ec;
}
.alert-info .alert-link {
	color: #245269;
}
.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.alert-warning hr {
	border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
	color: #66512c;
}
.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.alert-danger hr {
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
	color: #843534;
}

@media (min-width: 768px) {

	.Roku-Language div {
		text-align: center;
	}
}

.Roku-Language a {
	margin-left: 11px;
	margin-right: 11px;
	display: inline-block;
	height: 22px;
}

@media (max-width: 767px) {

	.Roku-Language a {
		display: block;
		margin: auto;
		margin-bottom: 11px;
	}
}

.Roku-Language span {
	display: inline-block;
	height: 22px;
	vertical-align: top;
	line-height: 22px;
}
.Roku-Language span.icon {
	margin-right: 5px;
}
.Roku-Newsletter-Signup {
	display: inline-block;
	position: relative;
	width: auto;
}
.Roku-Newsletter-Signup input {
	font-size: 16px;
	padding: 10px 16px;
	height: 50px;
	border: 0;
	border-radius: 10px;
	color: #333;
	background-color: #eee;
	display: block;
	width: 100%;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	padding: 1rem;
	min-width: 16em;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	position: relative;
}
.Roku-Newsletter-Signup input::-webkit-input-placeholder,.Roku-Newsletter-Signup input:-moz-placeholder,.Roku-Newsletter-Signup input::-moz-placeholder,.Roku-Newsletter-Signup input:-ms-input-placeholder {
	opacity: 0.5;
}
.Roku-Newsletter-Signup input:-ms-input-placeholder {
	line-height: 0px;
}
.Roku-Newsletter-Signup .submit {
	cursor: pointer;
	color: #662d91;
	position: absolute;
	right: 0;
	top: .4rem;
}
.Roku-Newsletter-Signup .submit:hover {
	color: #843abc;
}
.Roku-Newsletter-Signup .error {
	font-weight: normal;
	line-height: 1.42;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	line-height: 1;
	color: #ed1847;
	position: absolute;
	text-align: left;
	left: 0;
	top: 5rem;
}

@media (max-width: 767px) {

	.Roku-Newsletter-Signup .error {
		font-size: 12px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.Roku-Newsletter-Signup .error {
		font-size: 12px;
	}
}


@media (min-width: 1200px) {

	.Roku-Newsletter-Signup .error {
		font-size: 12px;
	}
}


@keyframes bounce {
	0%,20%,50%,80%,100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}


@keyframes bounce {
	0%,20%,50%,80%,100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}


@keyframes bounce {
	0%,20%,50%,80%,100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}


@keyframes bounce {
	0%,20%,50%,80%,100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}


@keyframes bounce-right {
	0%,20%,50%,80%,100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}
	60% {
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}
}


@keyframes bounce-right {
	0%,20%,50%,80%,100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}
	60% {
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}
}


@keyframes bounce-right {
	0%,20%,50%,80%,100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}
	60% {
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}
}


@keyframes bounce-right {
	0%,20%,50%,80%,100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}
	60% {
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}
}

.Roku-Nav-Footer {
}
.Roku-Nav-Footer .glyphicon:before {
	font-size: 2.2rem;
	line-height: 2.2rem;
}
.Roku-Nav-Footer .glyphicon-newsletter:before,.Roku-Nav-Footer .glyphicon-roku-blog:before {
	top: 5px;
	left: -3px;
	font-size: 26px;
}
.Roku-Nav-Footer .footer-section-social {
	text-align: center;
	color: #fff;
	background-color: #662d91;
	padding: 3rem;
}

@media (max-width: 767px) {

	.Roku-Nav-Footer .footer-section-social {
		padding: 1.5rem;
	}
}

.Roku-Nav-Footer .footer-section-social .social-container {
	min-height: 50px;
	position: relative;
}
.Roku-Nav-Footer .footer-section-social section {
	text-align: center;
	line-height: 5rem;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {

	.Roku-Nav-Footer .footer-section-social section {
		border: 0px;
	}
}

.Roku-Nav-Footer .footer-section-social section.blog {
	padding-bottom: 2rem;
	font-weight: 500;
	line-height: 1.1;
	font-family: "GothamLight", "GothamBook", Helvetica, Arial, sans-serif;
	line-height: 5rem;
}

@media (max-width: 767px) {

	.Roku-Nav-Footer .footer-section-social section.blog {
		font-size: 16px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.Roku-Nav-Footer .footer-section-social section.blog {
		font-size: 17px;
	}
}


@media (min-width: 1200px) {

	.Roku-Nav-Footer .footer-section-social section.blog {
		font-size: 20px;
	}
}

.Roku-Nav-Footer .footer-section-social section.blog .roku-text {
	font-family: 'GothamBold';
}
.Roku-Nav-Footer .footer-section-social section.blog a {
	color: #fff;
	text-decoration: none;
	height: auto;
	white-space: nowrap;
}
.Roku-Nav-Footer .footer-section-social section.blog a:hover {
	opacity: .5;
}
.Roku-Nav-Footer .footer-section-social section.blog a .glyphicon {
	vertical-align: middle;
}
.Roku-Nav-Footer .footer-section-social section.blog a .glyphicon:after {
	top: 3px;
}

@media (min-width: 1200px) {

	.Roku-Nav-Footer .footer-section-social section.blog {
		padding-left: 15px;
		position: absolute;
		left: 0;
		top: 0;
		padding-bottom: 0rem;
	}
}

.Roku-Nav-Footer .footer-section-social section.newsletter {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.Roku-Nav-Footer .footer-section-social section.newsletter .label {
	font-weight: normal;
	line-height: 1.42;
	font-family: "GothamBold", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {

	.Roku-Nav-Footer .footer-section-social section.newsletter .label {
		font-size: 16px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.Roku-Nav-Footer .footer-section-social section.newsletter .label {
		font-size: 16px;
	}
}


@media (min-width: 1200px) {

	.Roku-Nav-Footer .footer-section-social section.newsletter .label {
		font-size: 16px;
	}
}

.Roku-Nav-Footer .footer-section-social section.newsletter .Roku-Newsletter-Signup {
	display: inline-block;
	margin-left: 2rem;
}
.Roku-Nav-Footer .footer-section-social section.newsletter .Roku-Newsletter-Signup .submit {
	font-size: 28px;
}
.Roku-Nav-Footer .footer-section-social section.newsletter .Roku-Newsletter-Signup .submit .glyphicon:before {
	margin-right: 10px;
}
.Roku-Nav-Footer .footer-section-social section.newsletter .Roku-Newsletter-Signup .error {
	top: 54px;
}
.Roku-Nav-Footer .footer-section-social section.newsletter input {
	background-color: #fff;
	font-family: "GothamBold";
}
.Roku-Nav-Footer .footer-section-social section.newsletter input::-webkit-input-placeholder {
	font-weight: normal;
	line-height: 1.42;
	font-family: "GothamLight", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {

	.Roku-Nav-Footer .footer-section-social section.newsletter input::-webkit-input-placeholder {
		font-size: 14px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.Roku-Nav-Footer .footer-section-social section.newsletter input::-webkit-input-placeholder {
		font-size: 14px;
	}
}


@media (min-width: 1200px) {

	.Roku-Nav-Footer .footer-section-social section.newsletter input::-webkit-input-placeholder {
		font-size: 14px;
	}
}

.Roku-Nav-Footer .footer-section-social section.newsletter input::-moz-placeholder {
	font-weight: normal;
	line-height: 1.42;
	font-family: "GothamLight", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {

	.Roku-Nav-Footer .footer-section-social section.newsletter input::-moz-placeholder {
		font-size: 14px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.Roku-Nav-Footer .footer-section-social section.newsletter input::-moz-placeholder {
		font-size: 14px;
	}
}


@media (min-width: 1200px) {

	.Roku-Nav-Footer .footer-section-social section.newsletter input::-moz-placeholder {
		font-size: 14px;
	}
}

.Roku-Nav-Footer .footer-section-social section.newsletter input:-ms-input-placeholder {
	font-weight: normal;
	line-height: 1.42;
	font-family: "GothamLight", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {

	.Roku-Nav-Footer .footer-section-social section.newsletter input:-ms-input-placeholder {
		font-size: 14px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.Roku-Nav-Footer .footer-section-social section.newsletter input:-ms-input-placeholder {
		font-size: 14px;
	}
}


@media (min-width: 1200px) {

	.Roku-Nav-Footer .footer-section-social section.newsletter input:-ms-input-placeholder {
		font-size: 14px;
	}
}

.Roku-Nav-Footer .footer-section-social section.newsletter input:-moz-placeholder {
	font-weight: normal;
	line-height: 1.42;
	font-family: "GothamLight", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {

	.Roku-Nav-Footer .footer-section-social section.newsletter input:-moz-placeholder {
		font-size: 14px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.Roku-Nav-Footer .footer-section-social section.newsletter input:-moz-placeholder {
		font-size: 14px;
	}
}


@media (min-width: 1200px) {

	.Roku-Nav-Footer .footer-section-social section.newsletter input:-moz-placeholder {
		font-size: 14px;
	}
}


@media (min-width: 1200px) {

	.Roku-Nav-Footer .footer-section-social section.newsletter {
		padding-top: 0rem;
		padding-bottom: 0rem;
		display: inline-block;
	}
}

.Roku-Nav-Footer .footer-section-social section.social {
	padding-top: 2rem;
	display: block;
	border: 0px;
}
.Roku-Nav-Footer .footer-section-social section.social .glyphicon:before {
	left: 0;
	font-size: 2.9rem;
	line-height: 5.2rem;
}
.Roku-Nav-Footer .footer-section-social section.social .social-container {
	position: relative;
}
.Roku-Nav-Footer .footer-section-social section.social a {
	display: inline-block;
	margin-left: 4rem;
	color: #662d91;
	background-color: #fff;
	width: 5rem;
	height: 5rem;
	border-radius: 2.5rem;
	text-align: center;
}

@media (max-width: 767px) {

	.Roku-Nav-Footer .footer-section-social section.social a {
		margin-left: 2rem;
	}
}

.Roku-Nav-Footer .footer-section-social section.social a:first-child {
	margin-left: 0rem;
}
.Roku-Nav-Footer .footer-section-social section.social a:hover {
	opacity: .5;
}
.Roku-Nav-Footer .footer-section-social section.social a span {
	font-size: 2.9rem;
	line-height: 5.2rem;
	display: inline-block;
}

@media (min-width: 1200px) {

	.Roku-Nav-Footer .footer-section-social section.social {
		position: absolute;
		right: 0;
		top: 0;
		padding-top: 0rem;
		padding-right: 15px;
		text-align: right;
	}
	.Roku-Nav-Footer .footer-section-social section.social a {
		margin-top: 0rem;
		margin-bottom: 0rem;
		margin-left: 1rem;
		margin-right: 1rem;
	}
}

.Roku-Nav-Footer .footer-section-sitemap {
	text-align: left;
	background-color: #333;
	color: #fff;
}

@media (max-width: 767px) {

	.Roku-Nav-Footer .footer-section-sitemap.container-fluid,.Roku-Nav-Footer .footer-section-sitemap .container,.Roku-Nav-Footer .footer-section-sitemap .col-5ths {
		padding: 0rem;
	}
}

.Roku-Nav-Footer .footer-section-sitemap .col-sm-2 {
	padding: 0rem;
}

@media (min-width: 768px) {

	.Roku-Nav-Footer .footer-section-sitemap {
		padding-top: 4rem;
		padding-bottom: 4rem;
		padding-left: 3rem;
		padding-right: 3rem;
	}
}


@media (min-width: 768px) and (max-width: 767px) {

	.Roku-Nav-Footer .footer-section-sitemap {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}


@media (min-width: 768px) and (max-width: 767px) {

	.Roku-Nav-Footer .footer-section-sitemap {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

.Roku-Nav-Footer .footer-section-sitemap .footer-accordion a {
	color: #fff;
	text-decoration: none;
}
.Roku-Nav-Footer .footer-section-sitemap .footer-accordion a:hover {
	opacity: .5;
}
.Roku-Nav-Footer .footer-section-sitemap .footer-accordion .title {
	border-top: 1px solid #525252;
	border-bottom: 1px solid #444444;
	width: 100%;
	font-weight: normal;
	line-height: 1.42;
	font-family: "GothamBold", Helvetica, Arial, sans-serif;
	padding: 2rem;
	position: relative;
	cursor: pointer;
	top: 0;
	left: 0;
}

@media (max-width: 767px) {

	.Roku-Nav-Footer .footer-section-sitemap .footer-accordion .title {
		font-size: 16px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.Roku-Nav-Footer .footer-section-sitemap .footer-accordion .title {
		font-size: 16px;
	}
}


@media (min-width: 1200px) {

	.Roku-Nav-Footer .footer-section-sitemap .footer-accordion .title {
		font-size: 16px;
	}
}

.Roku-Nav-Footer .footer-section-sitemap .footer-accordion .title:after {
	content: "\e910";
	position: absolute;
	right: .5em;
	font-size: 3rem;
	top: .5em;
}
.Roku-Nav-Footer .footer-section-sitemap .footer-accordion .body-wrapper {
	font-weight: normal;
	line-height: 1.42;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	background-color: #222;
	height: 0;
	overflow: hidden;
	transition: height .3s;
	transition-timing-function: ease;
	display: block;
}

@media (max-width: 767px) {

	.Roku-Nav-Footer .footer-section-sitemap .footer-accordion .body-wrapper {
		font-size: 14px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.Roku-Nav-Footer .footer-section-sitemap .footer-accordion .body-wrapper {
		font-size: 14px;
	}
}


@media (min-width: 1200px) {

	.Roku-Nav-Footer .footer-section-sitemap .footer-accordion .body-wrapper {
		font-size: 14px;
	}
}

.Roku-Nav-Footer .footer-section-sitemap .footer-accordion .body-wrapper a {
	color: #eee;
	display: block;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 3rem;
	padding-right: 3rem;
}

@media (max-width: 767px) {

	.Roku-Nav-Footer .footer-section-sitemap .footer-accordion .body-wrapper a {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

.Roku-Nav-Footer .footer-section-sitemap .footer-accordion .body-wrapper a:last-child {
	margin-bottom: 0rem;
}
.Roku-Nav-Footer .footer-section-sitemap .footer-accordion.open .title {
	background-color: #222;
}
.Roku-Nav-Footer .footer-section-sitemap .footer-accordion.open .title:after {
	content: "\e619";
}
.Roku-Nav-Footer .footer-section-sitemap .footer-accordion.open .body-wrapper {
	border-top: 1px solid #525252;
	border-bottom: 1px solid #444444;
}

@media (min-width: 768px) {

	.Roku-Nav-Footer .footer-section-sitemap .footer-accordion {
		border-bottom: 0;
	}
	.Roku-Nav-Footer .footer-section-sitemap .footer-accordion .title {
		border: 0px;
		padding: 0rem;
		margin-bottom: 0rem;
		cursor: default;
	}
	.Roku-Nav-Footer .footer-section-sitemap .footer-accordion .title:after {
		content: "";
	}
	.Roku-Nav-Footer .footer-section-sitemap .footer-accordion .title a:after {
		content: "\e61a";
		position: relative;
		left: 0;
		top: .2em;
		font-size: 2rem;
	}
	.Roku-Nav-Footer .footer-section-sitemap .footer-accordion .title a:after:hover {
		opacity: .5;
	}
	.Roku-Nav-Footer .footer-section-sitemap .footer-accordion .body-wrapper {
		background-color: #333;
		height: auto;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.Roku-Nav-Footer .footer-section-sitemap .footer-accordion .body-wrapper a {
		padding-left: 0rem;
		padding-right: 0rem;
		padding-top: 1rem;
		padding-bottom: 1rem;
		margin: 0rem;
	}
	.Roku-Nav-Footer .footer-section-sitemap .footer-accordion.open .title {
		border-bottom: 0;
		background-color: transparent;
	}
	.Roku-Nav-Footer .footer-section-sitemap .footer-accordion.open .title:after {
		content: '';
	}
	.Roku-Nav-Footer .footer-section-sitemap .footer-accordion.open .body-wrapper {
		border: 0px;
	}
}

.Roku-Nav-Footer .footer-section-legal {
	text-align: center;
	padding-top: 4rem;
	padding-bottom: 4rem;
	padding-left: 3rem;
	padding-right: 3rem;
	background-color: #f3f3f3;
	font-weight: normal;
	line-height: 1.42;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	color: #333;
}

@media (max-width: 767px) {

	.Roku-Nav-Footer .footer-section-legal {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}


@media (max-width: 767px) {

	.Roku-Nav-Footer .footer-section-legal {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}


@media (max-width: 767px) {

	.Roku-Nav-Footer .footer-section-legal {
		font-size: 12px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.Roku-Nav-Footer .footer-section-legal {
		font-size: 12px;
	}
}


@media (min-width: 1200px) {

	.Roku-Nav-Footer .footer-section-legal {
		font-size: 12px;
	}
}

.Roku-Nav-Footer .footer-section-legal .logo a {
	display: inline-block;
}

@media (min-width: 768px) {

	.Roku-Nav-Footer .footer-section-legal .logo {
		text-align: left;
	}
}

.Roku-Nav-Footer .footer-section-legal .legal-links {
	margin-bottom: 2rem;
}

@media (min-width: 768px) {

	.Roku-Nav-Footer .footer-section-legal .legal-links {
		text-align: right;
	}
}

.Roku-Nav-Footer .footer-section-legal .legal-links a {
	color: #333;
	text-decoration: none;
}
.Roku-Nav-Footer .footer-section-legal .legal-links a:after {
	content: ' | ';
}
.Roku-Nav-Footer .footer-section-legal .legal-links a:last-child:after {
	content: '';
}
.Roku-Nav-Footer .footer-section-legal .legal-links a span {
	white-space: nowrap;
}
.Roku-Nav-Footer .footer-section-legal .copyright {
	margin-bottom: 2rem;
}

@media (min-width: 768px) {

	.Roku-Nav-Footer .footer-section-legal .copyright {
		text-align: right;
	}
}


@media (min-width: 768px) {

	.Roku-Nav-Footer .footer-section-legal .country-selector {
		text-align: right;
	}
}

.Roku-Nav-Footer .footer-section-legal .country-selector a {
	color: #236aee;
}
.Roku-Nav-Footer .footer-section-legal .country-selector a:hover {
	opacity: .5;
}
.Roku-Nav-Footer .footer-section-legal .country-selector .icon-flag {
	margin-left: 1rem;
	margin-right: 1rem;
	display: inline-block;
	vertical-align: middle;
}
.icon-flag {
	display: inline-block;
	width: 20px;
	height: 20px;
}
.Roku-Nav-Footer-Compact {
	padding: 3rem;
	font-weight: normal;
	line-height: 1.42;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	color: #333;
	background-color: #f3f3f3;
	text-align: center;
}

@media (max-width: 767px) {

	.Roku-Nav-Footer-Compact {
		padding: 1.5rem;
	}
}


@media (max-width: 767px) {

	.Roku-Nav-Footer-Compact {
		font-size: 12px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.Roku-Nav-Footer-Compact {
		font-size: 12px;
	}
}


@media (min-width: 1200px) {

	.Roku-Nav-Footer-Compact {
		font-size: 12px;
	}
}


@media (min-width: 768px) {

	.Roku-Nav-Footer-Compact section {
		text-align: right;
	}
}

.Roku-Nav-Footer-Compact .legal-links {
	margin-bottom: 2rem;
}
.Roku-Nav-Footer-Compact .legal-links a {
	color: #333;
	cursor: pointer;
	text-decoration: none;
}
.Roku-Nav-Footer-Compact .legal-links a:after {
	content: ' | ';
}
.Roku-Nav-Footer-Compact .legal-links a:last-of-type:after {
	content: '';
}
.Roku-Nav-Footer-Compact .legal-links a span {
	white-space: nowrap;
}
.Roku-Nav-Footer-Compact .language span {
	display: block;
	float: left;
	line-height: 22px;
	margin-right: 5px;
}
.Roku-Loading {
	height: 20px;
	margin: 22px 0px;
}
.Roku-Loading .center {
	text-align: center;
}
.Roku-Loading .icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(data:image/gif;base64,R0lGODlhEAAQAPIAAPHx8W8asdK+4ZBRwW8asaBryLGH0bmV1SH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQJCgAAACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkECQoAAAAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkECQoAAAAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkECQoAAAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQJCgAAACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQJCgAAACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAkKAAAALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==);
	vertical-align: top;
	margin-right: 5px;
}
.Roku-Loading .text {
	font-weight: normal;
	line-height: 1.42;
	font-family: "GothamLight", "GothamBook", Helvetica, Arial, sans-serif;
	color: #552a7b;
	vertical-align: top;
}

@media (max-width: 767px) {

	.Roku-Loading .text {
		font-size: 16px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.Roku-Loading .text {
		font-size: 16px;
	}
}


@media (min-width: 1200px) {

	.Roku-Loading .text {
		font-size: 16px;
	}
}

.Roku-Image img {
	display: block;
}
.Roku-Image img.fullWidth {
	width: 100%;
}

body,html body {
	background-color: #f3f3f3;
}
body.roku-hide-page-background-color,html body.roku-hide-page-background-color {
	background-color: #fff;
}
#kitchensink-root {
	background-color: #fff;
}
.Roku-Nav {
	-webkit-overflow-scrolling: touch;
	min-height: 100%;
	margin: 0rem;
	padding: 0rem;
}
.Roku-Nav > div {
	overflow: hidden;
}

@media (max-width: 767px) {

	.Roku-Nav .nav-header-user-tab .nav-header-feature-link-text,.Roku-Nav a.nav-header-feature-link,.Roku-Nav nav.sign-in a {
		display: block;
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}


@media (max-width: 767px) and (max-width: 767px) {

	.Roku-Nav .nav-header-user-tab .nav-header-feature-link-text,.Roku-Nav a.nav-header-feature-link,.Roku-Nav nav.sign-in a {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
}

.Roku-Nav a.nav-header-feature-link,.Roku-Nav nav.sign-in a {
	color: #662d91;
}
.Roku-Nav a:hover {
	text-decoration: none;
}
.Roku-Nav .header-overlay {
	top: 80px;
	z-index: 100;
	min-height: 0;
	padding-left: 0rem;
	padding-right: 0rem;
	background-color: #eee;
}
.Roku-Nav .header-overlay.nav-header-overlay-uma {
	top: 220px;
}

@media (min-width: 768px) {

	.Roku-Nav .header-overlay.nav-header-overlay-uma {
		top: 130px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.Roku-Nav .header-overlay.nav-header-overlay-uma {
		top: 155px;
	}
}

.Roku-Nav .header-overlay .row.nav-overlay-title-glyphicon {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.Roku-Nav .header-overlay .nav-overlay-title {
	font-weight: normal;
	line-height: 1.42;
	font-family: "GothamBold", Helvetica, Arial, sans-serif;
	color: #662d91;
	padding: 1rem;
}

@media (max-width: 767px) {

	.Roku-Nav .header-overlay .nav-overlay-title {
		font-size: 16px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.Roku-Nav .header-overlay .nav-overlay-title {
		font-size: 16px;
	}
}


@media (min-width: 1200px) {

	.Roku-Nav .header-overlay .nav-overlay-title {
		font-size: 16px;
	}
}

.Roku-Nav .header-overlay .nav-overlay-title .nav-overlay-title-glyphicon .glyphicon:before {
	position: absolute;
	left: 0;
}

@media (max-width: 767px) {

	.Roku-Nav .header-overlay .nav-show-short-overlay {
		position: absolute;
		overflow: visible;
		-webkit-transition: right, 0.2s ease;
		-o-transition: right, 0.2s ease;
		transition: right, 0.2s ease;
		right: 0;
	}
	.Roku-Nav .header-overlay .nav-show-long-overlay {
		position: absolute;
		overflow: visible;
		-webkit-transition: right, 0.2s ease;
		-o-transition: right, 0.2s ease;
		transition: right, 0.2s ease;
		right: 0;
	}
	.Roku-Nav .header-overlay .nav-hide-overlay {
		overflow: hidden;
		position: absolute;
		-webkit-transition: right, 0.2s ease;
		-o-transition: right, 0.2s ease;
		transition: right, 0.2s ease;
		right: -2000px;
	}
}


@media (min-width: 768px) {

	.Roku-Nav .header-overlay .nav-show-short-overlay {
		-webkit-transition: height, 0.2s ease;
		-o-transition: height, 0.2s ease;
		transition: height, 0.2s ease;
		height: 80px;
	}
	.Roku-Nav .header-overlay .nav-show-long-overlay {
		-webkit-transition: height, 0.2s ease;
		-o-transition: height, 0.2s ease;
		transition: height, 0.2s ease;
		height: 600px;
	}
	.Roku-Nav .header-overlay .nav-hide-overlay {
		-webkit-transition: height, 0.2s ease;
		-o-transition: height, 0.2s ease;
		transition: height, 0.2s ease;
		height: 0;
	}
}

.Roku-Nav .header-overlay .logged-in-overlay {
	background-color: #662d91;
	color: #fff;
	padding-left: 0rem;
	padding-right: 0rem;
}
.Roku-Nav .header-overlay .logged-in-overlay.scroll-on-overlay {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: absolute;
	right: -1300px;
}

@media (min-width: 768px) {

	.Roku-Nav .header-overlay .logged-in-overlay {
		overflow: hidden;
		text-align: center;
		min-height: 0;
	}
}

.Roku-Nav .header-overlay .logged-in-overlay .submenu-overlay-title {
	color: #fff;
	padding-bottom: 3rem;
	font-weight: normal;
	line-height: 1.42;
	font-family: "GothamBold", Helvetica, Arial, sans-serif;
	background-color: #552a7b;
	padding-top: 3rem;
}

@media (max-width: 767px) {

	.Roku-Nav .header-overlay .logged-in-overlay .submenu-overlay-title {
		padding-bottom: 1.5rem;
	}
}


@media (max-width: 767px) {

	.Roku-Nav .header-overlay .logged-in-overlay .submenu-overlay-title {
		font-size: 16px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.Roku-Nav .header-overlay .logged-in-overlay .submenu-overlay-title {
		font-size: 16px;
	}
}


@media (min-width: 1200px) {

	.Roku-Nav .header-overlay .logged-in-overlay .submenu-overlay-title {
		font-size: 16px;
	}
}

.Roku-Nav .header-overlay .logged-in-overlay .menu-items {
	padding: 2rem;
	border-color: #fff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.Roku-Nav .header-overlay .logged-in-overlay .menu-items .nav-logged-in-item-text {
	padding-left: 0rem;
	padding-right: 0rem;
}
.Roku-Nav .header-overlay .logged-in-overlay .menu-items .nav-logged-in-item-arrow {
	text-align: right;
	padding-left: 0rem;
	padding-right: 0rem;
}

@media (min-width: 768px) {

	.Roku-Nav .header-overlay .logged-in-overlay .menu-items {
		border: 0;
		float: none;
		display: inline-block;
	}
}


@media (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {

	.Roku-Nav .header-overlay .logged-in-overlay .menu-items {
		padding-top: 2rem;
	}
}

.Roku-Nav .header-overlay .logged-in-overlay a {
	color: #fff;
}

@media (max-width: 767px) {

	.Roku-Nav .header-overlay .logged-in-overlay a {
		display: block;
	}
}


@media (max-width: 767px) {

	.Roku-Nav .header-overlay .logged-in-overlay .submenu-overlay-title {
		padding-top: 1.5rem;
	}
}

.Roku-Nav .header-overlay .support-overlay {
	background-color: #eee;
}
.Roku-Nav .header-overlay .support-overlay.scroll-on-overlay {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: absolute;
	right: -1300px;
}
.Roku-Nav .header-overlay .support-overlay .nav-overlay-title {
	padding: 3rem;
}

@media (max-width: 767px) {

	.Roku-Nav .header-overlay .support-overlay .nav-overlay-title {
		padding: 1.5rem;
	}
}

.Roku-Nav .header-overlay .support-overlay .menu-items {
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-color: #fff;
}

@media (max-width: 767px) {

	.Roku-Nav .header-overlay .support-overlay .menu-items {
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}
	.Roku-Nav .header-overlay .support-overlay .menu-items a {
		display: block;
	}
	.Roku-Nav .header-overlay .support-overlay .menu-items a.glyphicon:after {
		top: 3px;
	}
}


@media (min-width: 768px) and (max-width: 1023px) {

	.Roku-Nav .header-overlay .support-overlay .menu-items {
		padding-top: 2rem;
	}
}

.Roku-Nav .header-overlay .support-overlay .menu-items a {
	color: #662d91;
}

@media (min-width: 768px) {

	.Roku-Nav .header-overlay .support-overlay {
		min-height: 0;
		text-align: center;
		overflow: hidden;
		border: 0;
	}
	.Roku-Nav .header-overlay .support-overlay .glyphicon:after {
		display: none;
	}
}

.Roku-Nav .header-overlay .product-overlay a {
	color: #662d91;
}
.Roku-Nav .header-overlay .product-overlay.scroll-on-overlay {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: absolute;
	right: -1300px;
}
.Roku-Nav .header-overlay .product-overlay .productImage {
	margin: 0 auto;
}

@media (max-width: 767px) {

	.Roku-Nav .header-overlay .product-overlay .productImage {
		zoom: 0.90;
		-moz-transform: scale(0.9);
		-moz-transform-origin: 0 0;
	}
}


@media (max-width: 767px) and (max-width: 320px) {

	.Roku-Nav .header-overlay .product-overlay .productImage {
		zoom: 0.70;
		-moz-transform: scale(0.7);
		-moz-transform-origin: 0 0;
	}
}

.Roku-Nav .header-overlay .product-overlay .productImage a {
	display: block;
}
.Roku-Nav .header-overlay .product-overlay.container {
	padding-top: 2rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-bottom: 1rem;
	float: none;
}
.Roku-Nav .header-overlay .product-overlay .nav-header-product-tiles {
	padding-left: 1rem;
	padding-right: 1rem;
}

@media (min-width: 768px) {

	.Roku-Nav .header-overlay .product-overlay {
		padding-top: 0rem;
		min-height: 0;
		overflow: hidden;
	}
	.Roku-Nav .header-overlay .product-overlay.nav-hide-overlay {
		padding: 0rem;
	}
}

.Roku-Nav .header-overlay .product-overlay .lowerMenu {
	padding-left: 1rem;
	padding-right: 1rem;
}

@media (min-width: 768px) {

	.Roku-Nav .header-overlay .product-overlay .lowerMenu {
		line-height: 36px !important;
		padding-top: 25px;
	}
}

.Roku-Nav .header-overlay .product-overlay .lowerMenu p {
	font-weight: normal;
	line-height: 1.42;
	font-family: "GothamLight", "GothamBook", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {

	.Roku-Nav .header-overlay .product-overlay .lowerMenu p {
		font-size: 16px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.Roku-Nav .header-overlay .product-overlay .lowerMenu p {
		font-size: 16px;
	}
}


@media (min-width: 1200px) {

	.Roku-Nav .header-overlay .product-overlay .lowerMenu p {
		font-size: 16px;
	}
}


@media (min-width: 768px) and (max-width: 1023px) {

	.Roku-Nav .header-overlay .product-overlay .lowerMenu p {
		font-weight: normal;
		line-height: 1.42;
		font-family: "GothamBook", Helvetica, Arial, sans-serif;
	}
}


@media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {

	.Roku-Nav .header-overlay .product-overlay .lowerMenu p {
		font-size: 12px;
	}
}


@media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1199px) {

	.Roku-Nav .header-overlay .product-overlay .lowerMenu p {
		font-size: 12px;
	}
}


@media (min-width: 768px) and (max-width: 1023px) and (min-width: 1200px) {

	.Roku-Nav .header-overlay .product-overlay .lowerMenu p {
		font-size: 12px;
	}
}


@media (min-width: 768px) {

	.Roku-Nav .header-overlay .product-overlay .lowerMenu p {
		padding: 0rem;
		margin: 0rem;
		line-height: 36px !important;
	}
}

.Roku-Nav .header-overlay .product-overlay .lowerMenu .product-lower-menu-content {
	padding-left: 0rem;
	padding-right: 0rem;
	text-align: left;
}

@media (max-width: 767px) {

	.Roku-Nav .header-overlay .product-overlay .lowerMenu .product-lower-menu-content {
		text-align: center;
	}
}

.Roku-Nav .header-overlay .product-overlay .lowerMenu .product-finder {
	padding-left: 0rem;
	padding-right: 0rem;
	text-align: right;
}
.Roku-Nav .header-overlay .product-overlay .lowerMenu .product-finder .productButton {
	text-align: center;
}
.Roku-Nav .header-overlay .product-overlay .lowerMenu .product-finder .productButton a:visited {
	color: #fff;
}

@media (min-width: 768px) {

	.Roku-Nav .header-overlay .product-overlay .lowerMenu .product-finder .productButton {
		padding: 0rem;
		text-align: right;
	}
	.Roku-Nav .header-overlay .product-overlay .lowerMenu .product-finder .productButton button {
		margin-right: 0rem;
	}
}


@media (min-width: 768px) and (max-width: 1023px) {

	.Roku-Nav .header-overlay .product-overlay .lowerMenu .product-finder .productButton a {
		padding-left: 1rem;
		padding-right: 1rem;
		font-weight: normal;
		line-height: 1.42;
		font-family: "GothamBook", Helvetica, Arial, sans-serif;
	}
}


@media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {

	.Roku-Nav .header-overlay .product-overlay .lowerMenu .product-finder .productButton a {
		font-size: 12px;
	}
}


@media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1199px) {

	.Roku-Nav .header-overlay .product-overlay .lowerMenu .product-finder .productButton a {
		font-size: 12px;
	}
}


@media (min-width: 768px) and (max-width: 1023px) and (min-width: 1200px) {

	.Roku-Nav .header-overlay .product-overlay .lowerMenu .product-finder .productButton a {
		font-size: 12px;
	}
}

.Roku-Nav .header-overlay .product-overlay .lowerMenu .product-lower-items {
	border-bottom: solid 1px;
	border-color: #fff;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (min-width: 768px) {

	.Roku-Nav .header-overlay .product-overlay .lowerMenu .product-lower-items {
		border: 0;
		padding-left: 0rem;
		padding-right: 0rem;
	}
}

.Roku-Nav .header-overlay .product-overlay .lowerMenu .product-lower-items a {
	text-decoration: none;
}
.Roku-Nav .header-overlay .product-overlay .lowerMenu .product-lower-items .glyphicon:after {
	top: 2px;
}
.Roku-Nav .header-overlay .product-overlay .lowerMenu .roku-perfect-product {
	text-align: center;
	padding-left: 0rem;
	padding-right: 0rem;
}
.Roku-Nav .header-overlay .product-overlay .lowerMenu .roku-perfect-product p {
	font-weight: bold;
	line-height: 1.42;
	font-family: "GothamLight", serif;
	font-weight: 500;
}

@media (max-width: 767px) {

	.Roku-Nav .header-overlay .product-overlay .lowerMenu .roku-perfect-product p {
		font-size: 16px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.Roku-Nav .header-overlay .product-overlay .lowerMenu .roku-perfect-product p {
		font-size: 16px;
	}
}


@media (min-width: 1200px) {

	.Roku-Nav .header-overlay .product-overlay .lowerMenu .roku-perfect-product p {
		font-size: 16px;
	}
}


@media (min-width: 768px) and (max-width: 1023px) {

	.Roku-Nav .header-overlay .product-overlay .lowerMenu .roku-perfect-product p {
		font-weight: normal;
		line-height: 1.42;
		font-family: "GothamBook", Helvetica, Arial, sans-serif;
	}
}


@media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {

	.Roku-Nav .header-overlay .product-overlay .lowerMenu .roku-perfect-product p {
		font-size: 12px;
	}
}


@media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1199px) {

	.Roku-Nav .header-overlay .product-overlay .lowerMenu .roku-perfect-product p {
		font-size: 12px;
	}
}


@media (min-width: 768px) and (max-width: 1023px) and (min-width: 1200px) {

	.Roku-Nav .header-overlay .product-overlay .lowerMenu .roku-perfect-product p {
		font-size: 12px;
	}
}


@media (min-width: 768px) {

	.Roku-Nav .header-overlay .product-overlay .lowerMenu .roku-perfect-product {
		text-align: right;
	}
}

.Roku-Nav .header-overlay .product-overlay .tile {
	display: block;
	padding: 0.5rem;
	background-color: #eee;
}

@media (min-width: 768px) {

	.Roku-Nav .header-overlay .product-overlay .tile {
		padding-top: 0.5rem;
	}
}

.Roku-Nav .header-overlay .product-overlay .tileContent:hover p {
	color: #fff;
}
.Roku-Nav .header-overlay .product-overlay .tileBGb6:hover {
	background: repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9) 100%), repeating-linear-gradient(1deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 58%, white 100%), repeating-linear-gradient(181deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 81%, white 100%), repeating-linear-gradient(45deg, rgba(220, 220, 220, 0.8), rgba(220, 220, 220, 0.8) 20px, rgba(238, 238, 238, 0.8) 20px, rgba(238, 238, 238, 0.8) 60px, rgba(220, 220, 220, 0.8) 60px, rgba(220, 220, 220, 0.8) 80px, #fff 80px, #fff 90px, #eee 90px, #eee 110px, #fff 110px, #fff 120px, #eee 120px, #eee 140px, #fff 140px, #fff 150px, #eee 150px, #eee 170px, #fff 170px, #fff 180px, #eee 180px, #eee 200px);
	background-color: #000;
	color: #fff;
}
.Roku-Nav .header-overlay .product-overlay .tileBGc1:hover {
	background: repeating-linear-gradient(0deg, rgba(102, 45, 145, 0.8), rgba(102, 45, 145, 0.9) 100%), repeating-linear-gradient(1deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 58%, white 100%), repeating-linear-gradient(181deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 81%, white 100%), repeating-linear-gradient(45deg, rgba(220, 220, 220, 0.8), rgba(220, 220, 220, 0.8) 20px, rgba(238, 238, 238, 0.8) 20px, rgba(238, 238, 238, 0.8) 60px, rgba(220, 220, 220, 0.8) 60px, rgba(220, 220, 220, 0.8) 80px, #fff 80px, #fff 90px, #eee 90px, #eee 110px, #fff 110px, #fff 120px, #eee 120px, #eee 140px, #fff 140px, #fff 150px, #eee 150px, #eee 170px, #fff 170px, #fff 180px, #eee 180px, #eee 200px);
	background-color: #662d91;
	color: #fff;
}
.Roku-Nav .header-overlay .product-overlay .tileBGc2:hover {
	background: repeating-linear-gradient(0deg, rgba(237, 24, 71, 0.8), rgba(237, 24, 71, 0.9) 100%), repeating-linear-gradient(1deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 58%, white 100%), repeating-linear-gradient(181deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 81%, white 100%), repeating-linear-gradient(45deg, rgba(220, 220, 220, 0.8), rgba(220, 220, 220, 0.8) 20px, rgba(238, 238, 238, 0.8) 20px, rgba(238, 238, 238, 0.8) 60px, rgba(220, 220, 220, 0.8) 60px, rgba(220, 220, 220, 0.8) 80px, #fff 80px, #fff 90px, #eee 90px, #eee 110px, #fff 110px, #fff 120px, #eee 120px, #eee 140px, #fff 140px, #fff 150px, #eee 150px, #eee 170px, #fff 170px, #fff 180px, #eee 180px, #eee 200px);
	background-color: #ed1847;
}
.Roku-Nav .header-overlay .product-overlay .tileBGc3:hover {
	background: repeating-linear-gradient(0deg, rgba(0, 165, 229, 0.8), rgba(0, 165, 229, 0.9) 100%), repeating-linear-gradient(1deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 58%, white 100%), repeating-linear-gradient(181deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 81%, white 100%), repeating-linear-gradient(45deg, rgba(220, 220, 220, 0.8), rgba(220, 220, 220, 0.8) 20px, rgba(238, 238, 238, 0.8) 20px, rgba(238, 238, 238, 0.8) 60px, rgba(220, 220, 220, 0.8) 60px, rgba(220, 220, 220, 0.8) 80px, #fff 80px, #fff 90px, #eee 90px, #eee 110px, #fff 110px, #fff 120px, #eee 120px, #eee 140px, #fff 140px, #fff 150px, #eee 150px, #eee 170px, #fff 170px, #fff 180px, #eee 180px, #eee 200px);
	background-color: #00a5e5;
}
.Roku-Nav .header-overlay .product-overlay .tileBGc4:hover {
	background: repeating-linear-gradient(0deg, rgba(0, 205, 73, 0.8), rgba(0, 205, 73, 0.9) 100%), repeating-linear-gradient(1deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 58%, white 100%), repeating-linear-gradient(181deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 81%, white 100%), repeating-linear-gradient(45deg, rgba(220, 220, 220, 0.8), rgba(220, 220, 220, 0.8) 20px, rgba(238, 238, 238, 0.8) 20px, rgba(238, 238, 238, 0.8) 60px, rgba(220, 220, 220, 0.8) 60px, rgba(220, 220, 220, 0.8) 80px, #fff 80px, #fff 90px, #eee 90px, #eee 110px, #fff 110px, #fff 120px, #eee 120px, #eee 140px, #fff 140px, #fff 150px, #eee 150px, #eee 170px, #fff 170px, #fff 180px, #eee 180px, #eee 200px);
	background-color: #00cd49;
}
.Roku-Nav .header-overlay .product-overlay .tileBGc5:hover {
	background: repeating-linear-gradient(0deg, rgba(255, 144, 0, 0.8), rgba(255, 144, 0, 0.9) 100%), repeating-linear-gradient(1deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 58%, white 100%), repeating-linear-gradient(181deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 81%, white 100%), repeating-linear-gradient(45deg, rgba(220, 220, 220, 0.8), rgba(220, 220, 220, 0.8) 20px, rgba(238, 238, 238, 0.8) 20px, rgba(238, 238, 238, 0.8) 60px, rgba(220, 220, 220, 0.8) 60px, rgba(220, 220, 220, 0.8) 80px, #fff 80px, #fff 90px, #eee 90px, #eee 110px, #fff 110px, #fff 120px, #eee 120px, #eee 140px, #fff 140px, #fff 150px, #eee 150px, #eee 170px, #fff 170px, #fff 180px, #eee 180px, #eee 200px);
	background-color: #ff9000;
}
.Roku-Nav .header-overlay .product-overlay .tileContent {
	height: 240px;
	border-bottom: 3px solid;
	border-bottom-color: inherit;
	padding: 0rem;
}
.Roku-Nav .header-overlay .product-overlay .tileContent div,.Roku-Nav .header-overlay .product-overlay .tileContent p {
	font-weight: normal;
	line-height: 1.42;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	padding: 0rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

@media (max-width: 767px) {

	.Roku-Nav .header-overlay .product-overlay .tileContent div,.Roku-Nav .header-overlay .product-overlay .tileContent p {
		font-size: 12px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.Roku-Nav .header-overlay .product-overlay .tileContent div,.Roku-Nav .header-overlay .product-overlay .tileContent p {
		font-size: 12px;
	}
}


@media (min-width: 1200px) {

	.Roku-Nav .header-overlay .product-overlay .tileContent div,.Roku-Nav .header-overlay .product-overlay .tileContent p {
		font-size: 12px;
	}
}

.Roku-Nav .header-overlay .product-overlay .tileContent img {
	margin: 0 auto;
}

@media (min-width: 768px) {

	.Roku-Nav .header-overlay .product-overlay .tileContent div,.Roku-Nav .header-overlay .product-overlay .tileContent p {
		font-weight: normal;
		line-height: 1.42;
		font-family: "GothamBook", Helvetica, Arial, sans-serif;
	}
}


@media (min-width: 768px) and (max-width: 767px) {

	.Roku-Nav .header-overlay .product-overlay .tileContent div,.Roku-Nav .header-overlay .product-overlay .tileContent p {
		font-size: 12px;
	}
}


@media (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {

	.Roku-Nav .header-overlay .product-overlay .tileContent div,.Roku-Nav .header-overlay .product-overlay .tileContent p {
		font-size: 12px;
	}
}


@media (min-width: 768px) and (min-width: 1200px) {

	.Roku-Nav .header-overlay .product-overlay .tileContent div,.Roku-Nav .header-overlay .product-overlay .tileContent p {
		font-size: 12px;
	}
}

.Roku-Nav .header-overlay .product-overlay .tileContent .productTitle {
	padding-top: 2rem;
	padding-bottom: 2rem;
	margin: 0rem;
	font-weight: normal;
	line-height: 1.42;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {

	.Roku-Nav .header-overlay .product-overlay .tileContent .productTitle {
		font-size: 12px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.Roku-Nav .header-overlay .product-overlay .tileContent .productTitle {
		font-size: 12px;
	}
}


@media (min-width: 1200px) {

	.Roku-Nav .header-overlay .product-overlay .tileContent .productTitle {
		font-size: 12px;
	}
}


@media (min-width: 768px) {

	.Roku-Nav .header-overlay .product-overlay .tileContent .productTitle {
		font-weight: normal;
		line-height: 1.42;
		font-family: "GothamLight", "GothamBook", Helvetica, Arial, sans-serif;
	}
}


@media (min-width: 768px) and (max-width: 767px) {

	.Roku-Nav .header-overlay .product-overlay .tileContent .productTitle {
		font-size: 16px;
	}
}


@media (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {

	.Roku-Nav .header-overlay .product-overlay .tileContent .productTitle {
		font-size: 16px;
	}
}


@media (min-width: 768px) and (min-width: 1200px) {

	.Roku-Nav .header-overlay .product-overlay .tileContent .productTitle {
		font-size: 16px;
	}
}


@media (min-width: 768px) {

	.Roku-Nav .header-overlay .product-overlay .tileContent .productTitle.glyphicon:after {
		top: 5px;
	}
}


@media (max-width: 767px) {

	.Roku-Nav .header-overlay .product-overlay .tileContent .productTitle.glyphicon:after {
		top: 5px;
	}
}


@media (max-width: 767px) {

	.Roku-Nav .header-overlay.overlay-on-xs {
		right: 0;
		width: 100%;
	}
}


@media (min-width: 768px) {

	.Roku-Nav .header-overlay {
		position: fixed;
	}
}

.Roku-Nav .disable-player-selector a.nav-product-selector-button-notmobile,.Roku-Nav .disable-player-selector a.nav-product-selector-link-mobile {
	display: none;
}
.Roku-Nav .disable-shopping-cart .nav-header-cart {
	display: none;
}
.Roku-Nav .nav.disable-global-nav footer,.Roku-Nav .nav.disable-global-nav header {
	display: none;
}
.Roku-Nav .nav.disable-global-nav .nav-page-headline {
	display: none;
}
.Roku-Nav .nav.standalone-mode .nav-header:not(.scroll-on-laptop) .nav-header-feature {
	margin-top: 44px;
}

@media (max-width: 767px) {

	.Roku-Nav .nav.standalone-mode .nav-header-bar .nav-header-feature {
		position: static;
		margin-top: 0rem;
	}
}

.Roku-Nav .disable-header-footer .nav-footer,.Roku-Nav .disable-header-footer .nav-header {
	display: none;
}
.Roku-Nav .disable-header-footer .nav-main {
	overflow: hidden;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.Roku-Nav .nav-header-content {
	padding-left: 0;
	padding-right: 0;
	padding-top: 2rem;
}

@media (min-width: 768px) {

	.Roku-Nav .nav-header-content {
		padding: 0 1.5rem;
	}
}

.Roku-Nav .nav-header-content .nav-header-bar {
	overflow: hidden;
}

@media (min-width: 768px) {

	.Roku-Nav .nav-header-content .nav-header-bar {
		text-align: center;
	}
}

.Roku-Nav .nav-header-content .nav-header-toggle-div {
	padding-left: 0rem;
	padding-right: 0rem;
}

@media (max-width: 767px) and (orientation: landscape) {

	.Roku-Nav .nav-header-content .nav-header-toggle-div.logged-in-close-icon button {
		left: 25px;
	}
}

.Roku-Nav .nav-header-content .nav-header-toggle-div button {
	border: 0;
}
.Roku-Nav .nav-header-content .nav-header-toggle-div .nav-header-cart-link {
	line-height: 30px;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.Roku-Nav .nav-header-content .nav-header-toggle-div .nav-header-cart-link div {
	width: 30px;
	height: 30px;
}

@media (min-width: 768px) {

	.Roku-Nav .nav-header-content .nav-header-toggle-div .nav-header-cart-link {
		right: 0;
		top: 5px;
	}
}

.Roku-Nav .nav-header-content .nav-header-toggle-div .nav-header-toggle {
	box-shadow: none;
	display: inline-block;
	background: transparent;
	border: 0;
	position: relative;
	margin: 0 auto;
	padding: 0;
	outline: 0;
	font-size: 18px;
}
.Roku-Nav .nav-header-content .nav-header-toggle-div .nav-header-toggle .glyphicon-close:before {
	line-height: 25px;
	height: 25px;
	width: 25px;
	font-size: 25px;
	top: 5px;
	display: inline-block;
}
.Roku-Nav .nav-header-content .nav-header-toggle-div .nav-header-toggle span {
	background-color: #662d91;
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	margin: 4px auto;
}
.Roku-Nav .nav-header-content .nav-header-toggle-div.logged-in-close-icon {
	background-color: #552a7b;
	color: #fff;
	height: 80px;
	line-height: 80px;
	width: 70px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
}
.Roku-Nav .nav-header-content .nav-header-toggle-div.logged-in-close-icon button {
	height: 70px;
	line-height: 70px;
	width: 70px;
	background-color: #552a7b;
}
.Roku-Nav .nav-header-content .nav-header-toggle-div:not(.logged-in-close-icon) {
	padding-left: 0rem;
	padding-right: 0rem;
	height: 80px;
	line-height: 80px;
	width: 70px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}
.Roku-Nav .nav-header-content .nav-header-toggle-div:not(.logged-in-close-icon) .glyphicon-close {
	height: 80px;
	line-height: 80px;
	width: 70px;
	color: #552a7b;
	background-color: #eee;
}
.Roku-Nav .nav-header-content .nav-header-cart {
	color: #552a7b;
}
.Roku-Nav .nav-header-content .nav-header-cart a {
	color: #552a7b;
}
.Roku-Nav .nav-header-content .nav-header-cart .glyphicon-shopping-cart:before {
	font-size: 28px;
}

@media (max-width: 767px) {

	.Roku-Nav .nav-header-content .nav-header-cart .glyphicon-shopping-cart:before {
		top: 5px;
	}
}

.Roku-Nav .nav-header-content .nav-header-cart .qty {
	font-weight: normal;
	line-height: 1.42;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	color: #333;
	background-color: #efcb01;
	line-height: 12px;
	font-weight: bold;
	padding: 4px 8px;
	border-radius: 15px;
	position: absolute;
	top: 0;
}

@media (max-width: 767px) {

	.Roku-Nav .nav-header-content .nav-header-cart .qty {
		font-size: 14px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.Roku-Nav .nav-header-content .nav-header-cart .qty {
		font-size: 14px;
	}
}


@media (min-width: 1200px) {

	.Roku-Nav .nav-header-content .nav-header-cart .qty {
		font-size: 14px;
	}
}


@media (max-width: 767px) {

	.Roku-Nav .nav-header-content .nav-header-cart .qty {
		right: 5px;
	}
}


@media (min-width: 768px) {

	.Roku-Nav .nav-header-content .nav-header-cart .qty {
		right: auto;
		left: 25px;
		top: 10px;
		float: left;
	}
}


@media (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {

	.Roku-Nav .nav-header-content .nav-header-cart .qty {
		right: 15px;
	}
}


@media (min-width: 768px) and (min-width: 1024px) and (max-width: 1199px) {

	.Roku-Nav .nav-header-content .nav-header-cart .qty {
		left: 25px;
	}
}


@media (min-width: 768px) {

	.Roku-Nav .nav-header-content .nav-header-cart {
		padding-top: 2rem;
		padding-left: 1rem;
	}
	.Roku-Nav .nav-header-content .nav-header-cart .glyphicon-shopping-cart {
		margin: 0 auto;
	}
}


@media (max-width: 767px) {

	.Roku-Nav .nav-header-content .nav-header-cart {
		text-align: right;
		position: absolute;
		right: 75px;
	}
}

.Roku-Nav .nav-header-content .roku-header-logo {
	padding-left: 0rem;
	padding-right: 0rem;
}
.Roku-Nav .nav-header-content .roku-header-logo .nav-header-logo-small {
	display: block;
	float: left;
}

@media (min-width: 768px) {

	.Roku-Nav .nav-header-content .roku-header-logo {
		padding-top: 2rem;
	}
	.Roku-Nav .nav-header-content .roku-header-logo .nav-header-logo,.Roku-Nav .nav-header-content .roku-header-logo .nav-header-logo-small {
		display: block;
	}
	.Roku-Nav .nav-header-content .roku-header-logo .nav-header-logo {
		float: left;
	}
}

.Roku-Nav .nav.hero-nav-main-enabled .nav-main,.Roku-Nav .nav.hero-nav-main-enabled:not(.hide-header-nav) .nav-main {
	max-width: 100%;
	margin: 0rem;
	padding-top: 80px;
}
.Roku-Nav .nav.hero-nav-main-enabled .nav-main .Roku-Nav-Page-Standard,.Roku-Nav .nav.hero-nav-main-enabled:not(.hide-header-nav) .nav-main .Roku-Nav-Page-Standard {
	overflow: hidden;
	margin-bottom: 22px;
}
.Roku-Nav .nav.hero-nav-main-enabled .nav-main .Roku-Nav-Page-Standard .nav-page-headline,.Roku-Nav .nav.hero-nav-main-enabled:not(.hide-header-nav) .nav-main .Roku-Nav-Page-Standard .nav-page-headline {
	background-image: -ms-linear-gradient(top, #eeeeee 40%, #f8f8f8 100%);
	background-image: -moz-linear-gradient(top, #eeeeee 40%, #f8f8f8 100%);
	background-image: -o-linear-gradient(top, #eeeeee 40%, #f8f8f8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40, #eeeeee), color-stop(100, #f8f8f8));
	background-image: -webkit-linear-gradient(top, #eeeeee 40%, #f8f8f8 100%);
	background-image: linear-gradient(to bottom, #eeeeee 40%, #f8f8f8 100%);
	font-weight: 500;
	line-height: 1.1;
	font-family: "GothamLight", "GothamBook", Helvetica, Arial, sans-serif;
	margin-bottom: 22px;
	overflow: hidden;
}

@media (max-width: 767px) {

	.Roku-Nav .nav.hero-nav-main-enabled .nav-main .Roku-Nav-Page-Standard .nav-page-headline,.Roku-Nav .nav.hero-nav-main-enabled:not(.hide-header-nav) .nav-main .Roku-Nav-Page-Standard .nav-page-headline {
		font-size: 24px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.Roku-Nav .nav.hero-nav-main-enabled .nav-main .Roku-Nav-Page-Standard .nav-page-headline,.Roku-Nav .nav.hero-nav-main-enabled:not(.hide-header-nav) .nav-main .Roku-Nav-Page-Standard .nav-page-headline {
		font-size: 27px;
	}
}


@media (min-width: 1200px) {

	.Roku-Nav .nav.hero-nav-main-enabled .nav-main .Roku-Nav-Page-Standard .nav-page-headline,.Roku-Nav .nav.hero-nav-main-enabled:not(.hide-header-nav) .nav-main .Roku-Nav-Page-Standard .nav-page-headline {
		font-size: 32px;
	}
}

.Roku-Nav .nav.hero-nav-main-enabled .nav-main .Roku-Nav-Page-Standard .nav-page-headline h1.nav-page-headline-h1,.Roku-Nav .nav.hero-nav-main-enabled:not(.hide-header-nav) .nav-main .Roku-Nav-Page-Standard .nav-page-headline h1.nav-page-headline-h1 {
	color: #333;
	text-align: center;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	margin-top: 0;
	margin-bottom: 0;
}
.Roku-Nav .nav.hero-nav-main-enabled .nav-main.nav-main-content-uma,.Roku-Nav .nav.hero-nav-main-enabled:not(.hide-header-nav) .nav-main.nav-main-content-uma {
	padding-top: 140px;
}
.Roku-Nav a,.Roku-Nav a:active,.Roku-Nav a:focus {
	outline: none;
}
.Roku-Nav .hide-header-nav .nav-header-cart,.Roku-Nav .nav.hide-header-nav .nav-header-bar,.Roku-Nav .nav.hide-header-nav .nav-header-toggle-div,.Roku-Nav .nav.hide-header-nav .nav-header-user {
	display: none;
}

@media (min-width: 768px) {

	.Roku-Nav .nav:not(.hide-header-nav) .nav-spacer.hidden {
		display: block;
		height: 0;
		width: 100%;
	}
	.Roku-Nav .nav:not(.hide-header-nav) .nav-main {
		margin-top: 80px;
	}
	.Roku-Nav .nav:not(.hide-header-nav) .nav-header {
		overflow: hidden;
		width: 100%;
		height: 80px;
		position: fixed;
		top: 0;
		font-weight: normal;
		line-height: 1.42;
		font-family: "GothamBold", Helvetica, Arial, sans-serif;
	}
}


@media (min-width: 768px) and (max-width: 767px) {

	.Roku-Nav .nav:not(.hide-header-nav) .nav-header {
		font-size: 16px;
	}
}


@media (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {

	.Roku-Nav .nav:not(.hide-header-nav) .nav-header {
		font-size: 16px;
	}
}


@media (min-width: 768px) and (min-width: 1200px) {

	.Roku-Nav .nav:not(.hide-header-nav) .nav-header {
		font-size: 16px;
	}
}


@media (min-width: 768px) {

	.Roku-Nav .nav:not(.hide-header-nav) .nav-header.scroll-on,.Roku-Nav .nav:not(.hide-header-nav) .nav-header.scroll-on + .header-overlay {
		-webkit-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
		position: absolute;
		top: -80px;
	}
}

.Roku-Nav .nav-header {
	width: 100%;
	position: absolute;
	height: 80px;
	background: #f8f8f8;
	box-sizing: border-box;
	z-index: 1000;
	top: 0;
	font-weight: bold;
	color: #662d91;
}

@media (min-width: 768px) {

	.Roku-Nav .nav-header {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}


@media (min-width: 1200px) {

	.Roku-Nav .nav-header {
		overflow: hidden;
	}
}

.Roku-Nav .nav-header .sign-in {
	position: relative;
}

@media (min-width: 768px) {

	.Roku-Nav .nav-header .sign-in {
		text-align: center;
	}
}

.Roku-Nav .nav-header .sign-in a {
	color: #662d91;
}

@media (min-width: 768px) {

	.Roku-Nav .nav-header-bar {
		padding-top: 2rem;
	}
}


@media (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {

	.Roku-Nav .nav-header-bar {
		padding-left: 3rem;
	}
}


@media (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {

	.Roku-Nav .nav-header-bar {
		padding-left: 1.5rem;
	}
}

.Roku-Nav .nav-header-bar .nav-header-feature-link-arrow {
	text-align: right;
}
.Roku-Nav .nav-header-bar .nav-menu-area {
	padding-top: 0rem;
	padding-bottom: 0rem;
	border-bottom: 0.1rem solid;
	border-color: #fff;
}

@media (min-width: 768px) {

	.Roku-Nav .nav-header-bar .nav-menu-area {
		padding-left: 0rem;
		padding-right: 0rem;
		padding-bottom: 0rem;
		padding-top: 1rem;
		border: 0;
	}
	.Roku-Nav .nav-header-bar .nav-menu-area.nav-header-user {
		padding-top: 4rem;
		margin-top: -40px;
		height: 100px;
	}
}


@media (min-width: 768px) and (max-width: 767px) {

	.Roku-Nav .nav-header-bar .nav-menu-area.nav-header-user {
		padding-top: 2rem;
	}
}


@media (min-width: 768px) {

	.Roku-Nav .nav-header-bar .nav-menu-area.nav-header-user a {
		text-decoration: none;
	}
	.Roku-Nav .nav-header-bar .nav-menu-area .navlink-arrow {
		position: absolute;
	}
	.Roku-Nav .nav-header-bar .nav-menu-area .navlink-arrow.glyphicon,.Roku-Nav .nav-header-bar .nav-menu-area .navlink-arrow.glyphicon:before {
		margin-top: 0;
	}
}


@media (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {

	.Roku-Nav .nav-header-bar .nav-menu-area {
		font-weight: normal;
		line-height: 1.42;
		font-family: "GothamBook", Helvetica, Arial, sans-serif;
	}
}


@media (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {

	.Roku-Nav .nav-header-bar .nav-menu-area {
		font-size: 12px;
	}
}


@media (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1199px) {

	.Roku-Nav .nav-header-bar .nav-menu-area {
		font-size: 12px;
	}
}


@media (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 1200px) {

	.Roku-Nav .nav-header-bar .nav-menu-area {
		font-size: 12px;
	}
}


@media (max-width: 767px) {

	.Roku-Nav .nav-header-bar .nav-menu-area {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
}

.Roku-Nav .nav-header-bar .nav-header-user {
	background-color: #662d91;
	padding-left: 0rem;
	padding-right: 0rem;
}
.Roku-Nav .nav-header-bar .nav-header-user a {
	color: #fff;
}

@media (min-width: 768px) {

	.Roku-Nav .nav-header-bar .nav-header-user .nav-header-user-tab {
		padding-left: 0rem;
		padding-right: 0rem;
	}
}


@media (min-width: 768px) and (max-width: 1023px) {

	.Roku-Nav .nav-header-bar .nav-header-user .nav-header-user-tab {
		padding-top: 1rem;
	}
}

.Roku-Nav .nav-header-bar .nav-header-user .nav-logged-in-arrow {
	padding-right: 0rem;
}

@media (min-width: 768px) {

	.Roku-Nav .nav-header-bar .nav-header-user .nav-logged-in-arrow {
		position: absolute;
		right: 0;
		bottom: 0;
	}
}


@media (min-width: 1200px) {

	.Roku-Nav .nav-header-bar .nav-header-user .nav-header-feature-link-text {
		text-align: left;
		padding-left: 1rem;
		padding-right: 0rem;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.Roku-Nav .nav-header-bar .nav-header-user .nav-header-feature-link-text {
		padding-left: 0rem;
		padding-right: 0rem;
	}
}

.Roku-Nav .nav-header-bar .nav-header-user .nav-header-feature-link-text .nav-greeting {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (min-width: 768px) {

	.Roku-Nav .nav-header-bar .nav-header-user .nav-header-feature-link-text .nav-greeting {
		display: inherit;
	}
}

.Roku-Nav .nav-header-bar .nav-header-user .nav-header-feature-link-arrow {
	color: #fff;
}

@media (min-width: 768px) {

	.Roku-Nav .nav-header-bar .nav-header-user {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}


@media (min-width: 768px) {

	.Roku-Nav .nav-header-bar .nav-default-link {
		height: 80px;
		padding-left: 2rem;
		padding-right: 2rem;
		padding-bottom: 2rem;
		padding-top: 3rem;
		top: -20px;
		text-align: center;
	}
}


@media (min-width: 768px) and (max-width: 767px) {

	.Roku-Nav .nav-header-bar .nav-default-link {
		padding-top: 1.5rem;
	}
}


@media (min-width: 768px) {

	.Roku-Nav .nav-header-bar .nav-default-link.nav-default-open {
		background-color: #eee;
	}
}


@media (min-width: 768px) and (max-width: 1023px) {

	.Roku-Nav .nav-header-bar .nav-default-link {
		padding-left: 0rem;
		padding-right: 0rem;
	}
}

.Roku-Nav .nav-header-bar .default-link {
	padding-left: 0rem;
	padding-right: 0rem;
}

@media (min-width: 768px) {

	.Roku-Nav .nav-header-bar .default-link {
		text-align: right;
	}
}

.Roku-Nav .nav-header-feature-link-container {
	padding-left: 0rem;
	padding-right: 0rem;
}

@media (max-width: 767px) {

	.Roku-Nav .nav-header-feature-link-container .nav-header-feature-link-icon {
		text-align: right;
	}
}

.Roku-Nav .nav-header-feature a.nav-header-feature-link {
	color: #eee;
	color: #662d91;
	margin-left: 1rem;
	margin-right: 1rem;
	margin-top: 0rem;
	margin-bottom: 0rem;
	padding-top: 0rem;
	padding-left: 0rem;
	padding-right: 0rem;
	text-decoration: none;
	display: inline-block;
	line-height: 32px;
	height: 32px;
	display: block;
	border-bottom-width: 0;
	-webkit-transition: border 0.2s, padding 0.2s, opacity 0.2s;
	-o-transition: border 0.2s, padding 0.2s, opacity 0.2s;
	transition: border 0.2s, padding 0.2s, opacity 0.2s;
}
.Roku-Nav .nav-header-feature a:first-child {
	margin-left: 0rem;
}
.Roku-Nav .nav-header-feature a:last-child {
	margin-right: 0rem;
}

@media (min-width: 768px) {

	.Roku-Nav .nav-header-feature a.nav-header-feature-link:after {
		background-color: #662d91;
		display: block;
		position: relative;
		height: 1px;
		content: "";
		opacity: 0;
		margin-top: -5px;
		-webkit-transition: all 0.16s;
		-o-transition: all 0.16s;
		transition: all 0.16s;
	}
	.Roku-Nav .nav-header-feature a.nav-header-feature-link:focus:after,.Roku-Nav .nav-header-feature a.nav-header-feature-link:hover:after {
		height: 5px;
		opacity: 1;
		margin-top: 0rem;
	}
}

.Roku-Nav .nav-loading {
	height: 3px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
}
.Roku-Nav .nav-loading .bar {
	background-color: #662d91;
	height: 100%;
	width: 0;
	opacity: 1;
}
.Roku-Nav .nav-loading.nav-loading-progress .bar {
	width: 50%;
	-webkit-transition: width 1s ease-in-out;
	-o-transition: width 1s ease-in-out;
	transition: width 1s ease-in-out;
}
.Roku-Nav .nav-loading.nav-loading-complete .bar {
	width: 100%;
	-webkit-transition: opacity 0.2s, width 0.5s ease-in-out;
	-o-transition: opacity 0.2s, width 0.5s ease-in-out;
	transition: opacity 0.2s, width 0.5s ease-in-out;
}
.Roku-Nav .nav-loading.nav-loading-done .bar {
	opacity: 0;
}
.Roku-Nav .nav-main {
	margin-top: 1rem;
	margin-bottom: 1rem;
	min-height: 100%;
	overflow: hidden;
}
.Roku-Nav .nav-footer,.Roku-Nav .nav-main {
	opacity: 1;
	-webkit-transition: opacity 0.8s;
	-o-transition: opacity 0.8s;
	transition: opacity 0.8s;
}

@media (min-width: 768px) {

	.Roku-Nav .nav-footer .nav-footer-spacer,.Roku-Nav .nav-main .nav-footer-spacer {
		height: 30px;
	}
}

.Roku-Nav .nav-footer {
	margin-top: 60px;
	overflow: hidden;
	clear: both;
	float: none;
	display: block;
}
.Roku-Nav .nav-footer.disable-footer-links .country-selector,.Roku-Nav .nav-footer.disable-footer-links .footer-section-sitemap,.Roku-Nav .nav-footer.disable-footer-links .footer-section-social {
	display: none;
}
.Roku-Nav .nav-footer.transparent,.Roku-Nav .nav-main.transparent {
	opacity: 0;
	top: -100%;
}
.Roku-Nav .nav-footer.hidden,.Roku-Nav .nav-main.hidden {
	display: none;
}
.Roku-Nav .hide-header-nav .nav-header {
	height: 80px;
}
.Roku-Nav .hide-header-nav .nav-header-logo-small {
	display: block;
	float: left;
}
.Roku-Nav .hide-header-nav .nav-header-logo {
	display: none;
}
.Roku-Nav .hide-header-nav .nav-main {
	margin-top: 5rem;
}

@media (max-width: 767px) {

	.Roku-Nav .hide-header-nav .nav-main {
		margin-top: 2.5rem;
	}
}


@media (max-width: 767px) {

	.Roku-Nav > div {
		padding: 0rem;
		margin: 0rem;
	}
	.Roku-Nav .nav-header {
		width: 100%;
		height: 80px;
		position: fixed;
		margin: 0rem;
		-webkit-transition: all 0.16s ease;
		-o-transition: all 0.16s ease;
		transition: all 0.16s ease;
	}
	.Roku-Nav .nav-header.fill-right {
		padding-right: 0rem;
	}
	.Roku-Nav .nav-header.scroll-on {
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		position: absolute;
		top: -800px !important;
	}
	.Roku-Nav .nav-header.input-focused {
		position: absolute;
	}
}


@media (max-width: 767px) and (min-width: 768px) {

	.Roku-Nav .nav-header {
		padding: 2rem;
	}
}


@media (max-width: 767px) {

	.Roku-Nav.scroll-on .nav-header-toggle span {
		background-color: #662d91;
	}
	.Roku-Nav .nav-header.scroll-on .nav-header-toggle span {
		background-color: #662d91;
	}
	.Roku-Nav .nav-header-bar {
		position: fixed;
		top: 80px;
		left: -1000px;
		width: 100%;
		padding: 0rem;
		background-color: #eee;
		-webkit-transition: left 0.16s;
		-o-transition: left 0.16s;
		transition: left 0.16s;
		font-weight: normal;
		line-height: 1.42;
		font-family: "GothamBold", Helvetica, Arial, sans-serif;
	}
}


@media (max-width: 767px) and (max-width: 767px) {

	.Roku-Nav .nav-header-bar {
		font-size: 16px;
	}
}


@media (max-width: 767px) and (min-width: 768px) and (max-width: 1199px) {

	.Roku-Nav .nav-header-bar {
		font-size: 16px;
	}
}


@media (max-width: 767px) and (min-width: 1200px) {

	.Roku-Nav .nav-header-bar {
		font-size: 16px;
	}
}


@media (max-width: 767px) {

	.Roku-Nav .nav-header-bar.nav-header-bar-uma {
		top: 220px;
	}
	.Roku-Nav .nav-header-bar.scroll-on {
		-webkit-transition: left 0.16s;
		-o-transition: left 0.16s;
		transition: left 0.16s;
		position: absolute;
		left: -1000px;
	}
	.Roku-Nav .nav-header-bar .glyphicon {
		color: #662d91;
	}
	.Roku-Nav .nav-header-bar .glyphicon.mobile-icon-display-inline,.Roku-Nav .nav-header-bar .glyphicon.nav-header-feature-link-arrow {
		display: inline-block !important;
		position: absolute;
		font-size: 18px;
		line-height: 1.42;
		padding-top: 3rem;
		padding-bottom: 3rem;
		top: 0;
	}
}


@media (max-width: 767px) and (max-width: 767px) {

	.Roku-Nav .nav-header-bar .glyphicon.mobile-icon-display-inline,.Roku-Nav .nav-header-bar .glyphicon.nav-header-feature-link-arrow {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
}


@media (max-width: 767px) {

	.Roku-Nav .nav-header-bar .glyphicon.mobile-icon-display-inline:before,.Roku-Nav .nav-header-bar .glyphicon.nav-header-feature-link-arrow:before {
	}
	.Roku-Nav .nav-header-bar .glyphicon.nav-header-feature-link-arrow {
		color: #fff;
		right: 0;
	}
	.Roku-Nav .nav-header-bar .nav-header-feature {
		position: absolute;
		bottom: 0;
		width: 260px;
		clear: both;
		float: none;
		height: auto;
		line-height: 60px;
	}
}


@media (max-width: 767px) and (orientation: landscape) {

	.Roku-Nav .nav-header-bar .nav-header-feature {
		display: none;
	}
}


@media (max-width: 767px) and (max-height: 570px) {

	.Roku-Nav .nav-header-bar .nav-header-feature {
		display: none;
	}
}


@media (max-width: 767px) {

	.Roku-Nav .nav-header-bar .nav-header-feature a {
		display: block;
		color: #eee;
		text-align: left;
		height: 60px;
		line-height: 60px;
		text-transform: none;
		padding-left: 2rem;
		padding-right: 2rem;
		margin-top: 0rem;
	}
	.Roku-Nav .nav-header-bar .nav-header-feature a:before {
		content: "";
		width: 1px;
		height: 15px;
		background: #999999;
		position: absolute;
		right: 20px;
		margin-top: 26px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.Roku-Nav .nav-header-bar .nav-header-feature a:after {
		content: "";
		width: 1px;
		height: 15px;
		background: #999999;
		position: absolute;
		right: 20px;
		margin-top: 16px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.Roku-Nav .nav-header-bar .nav-header-feature a:last-child {
		margin: 0rem;
	}
	.Roku-Nav .nav-header-bar .nav-header-feature-link-text {
		padding-left: 0rem;
		padding-right: 0rem;
	}
	.Roku-Nav .nav-menu-on .nav-header-bar {
		left: 0;
	}
	.Roku-Nav .nav-main {
		margin-bottom: 1rem;
		margin-top: 73px;
		width: 100%;
		box-sizing: border-box;
	}
	.Roku-Nav .nav-menu-on .nav-footer,.Roku-Nav .nav-menu-on .nav-main {
		margin-left: 270px;
		opacity: 0.4;
	}
}


@media (min-width: 768px) {

	.Roku-Nav .nav-header-feature a.nav-product-selector-link-mobile {
		display: none;
	}
}


@media (max-width: 767px) {

	.Roku-Nav .nav-header-feature a.nav-product-selector-button-notmobile {
		display: none;
	}
}

.Roku-Nav .nav-uma {
	background-color: #fff;
	font-weight: normal;
	line-height: 1.42;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	text-align: center;
	height: 40px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 990;
	overflow: hidden;
}

@media (max-width: 767px) {

	.Roku-Nav .nav-uma {
		font-size: 14px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.Roku-Nav .nav-uma {
		font-size: 14px;
	}
}


@media (min-width: 1200px) {

	.Roku-Nav .nav-uma {
		font-size: 14px;
	}
}


@media (min-width: 1200px) {

	.Roku-Nav .nav-uma {
		height: 60px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.Roku-Nav .nav-uma {
		height: 85px;
	}
}


@media (max-width: 767px) {

	.Roku-Nav .nav-uma {
		height: 140px;
	}
}

.Roku-Nav .disable-global-nav .nav-uma {
	display: none;
}

@media (min-width: 1200px) {

	.Roku-Nav .nav-uma-enabled.nav:not(.hide-header-nav) header.nav-header,.Roku-Nav .nav-uma-enabled header.nav-header {
		top: 60px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.Roku-Nav .nav-uma-enabled.nav:not(.hide-header-nav) header.nav-header,.Roku-Nav .nav-uma-enabled header.nav-header {
		top: 85px;
	}
}


@media (max-width: 767px) {

	.Roku-Nav .nav-uma-enabled.nav:not(.hide-header-nav) header.nav-header,.Roku-Nav .nav-uma-enabled header.nav-header {
		top: 140px;
	}
}

.Roku-Nav .nav-uma-enabled.nav:not(.hide-header-nav) .nav-main.nav-main-content-uma {
	padding-top: 220px;
}

@media (min-width: 768px) and (max-width: 1199px) {

	.Roku-Nav .nav-uma-enabled.nav:not(.hide-header-nav) .nav-main.nav-main-content-uma {
		padding-top: 165px;
	}
}


@media (min-width: 1200px) {

	.Roku-Nav .nav-uma-enabled.nav:not(.hide-header-nav) .nav-main.nav-main-content-uma {
		padding-top: 140px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.Roku-Nav .nav-uma-enabled.hide-header-nav.nav .nav-main .Roku-Nav-Page-Standard .nav-page-headline {
		padding-top: 25px;
	}
}


@media (max-width: 767px) {

	.Roku-Nav .nav-uma-enabled.hide-header-nav.nav .nav-main .Roku-Nav-Page-Standard .nav-page-headline {
		padding-top: 80px;
	}
}

.Roku-Privacy {
	height: 180px;
}
.Roku-Privacy .scroll {
	width: 100%;
	height: 180px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	text-align: center;
}
.Roku-Privacy iframe {
	width: 100%;
	height: 172px;
	overflow: auto;
}
.Roku-Privacy p,.Roku-Privacy h1,.Roku-Privacy h2,.Roku-Privacy h3,.Roku-Privacy h4,.Roku-Privacy h5,.Roku-Privacy h6,.Roku-Privacy div {
	font-size: 14.3999996185303px;
	line-height: 20.1599998474121px;
	margin-bottom: 10.0799999237061px;
}
.Roku-Privacy h1,.Roku-Privacy h2,.Roku-Privacy h3,.Roku-Privacy h4,.Roku-Privacy h5,.Roku-Privacy h6 {
	font-weight: bold;
}
.Roku-Tos {
	height: 180px;
}
.Roku-Tos .scroll {
	width: 100%;
	height: 180px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	text-align: center;
}
.Roku-Tos iframe {
	width: 100%;
	height: 172px;
	overflow: auto;
}
.app-no-script {
	text-align: center;
	color: #fff;
	background-color: #662d91;
	padding: 20px;
}
.app-no-script a.text {
	color: #fff;
	text-decoration: none;
}
.app-no-script a.btn,.app-no-script a.btn:hover {
	margin: 10px 0px;
	color: #662d91;
	background-color: #fff;
}

@media (max-width: 767px) {

	h1 {
		font-size: 26px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	h1 {
		font-size: 36px;
	}
}


@media (min-width: 1200px) {

	h1 {
		font-size: 42px;
	}
}

h2 {
	font-weight: 500;
	line-height: 1.1;
	font-family: "GothamLight", "GothamBook", Helvetica, Arial, sans-serif;
	margin-top: 22px;
	margin-bottom: 11px;
}

@media (max-width: 767px) {

	h2 {
		font-size: 24px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	h2 {
		font-size: 27px;
	}
}


@media (min-width: 1200px) {

	h2 {
		font-size: 32px;
	}
}

h3 {
	font-weight: 500;
	line-height: 1.1;
	font-family: "GothamLight", "GothamBook", Helvetica, Arial, sans-serif;
	margin-top: 22px;
	margin-bottom: 11px;
}

@media (max-width: 767px) {

	h3 {
		font-size: 18px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	h3 {
		font-size: 19px;
	}
}


@media (min-width: 1200px) {

	h3 {
		font-size: 22px;
	}
}

h4 {
	font-weight: 500;
	line-height: 1.1;
	font-family: "GothamLight", "GothamBook", Helvetica, Arial, sans-serif;
	margin-top: 11px;
	margin-bottom: 11px;
}

@media (max-width: 767px) {

	h4 {
		font-size: 16px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	h4 {
		font-size: 17px;
	}
}


@media (min-width: 1200px) {

	h4 {
		font-size: 20px;
	}
}

h5 {
	font-weight: 500;
	line-height: 1.1;
	font-family: "GothamLight", "GothamBook", Helvetica, Arial, sans-serif;
	margin-top: 11px;
	margin-bottom: 11px;
}

@media (max-width: 767px) {

	h5 {
		font-size: 20px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	h5 {
		font-size: 20px;
	}
}


@media (min-width: 1200px) {

	h5 {
		font-size: 20px;
	}
}

h6 {
	font-weight: 500;
	line-height: 1.42;
	font-family: "GothamBook", Helvetica, Arial, sans-serif;
	margin-top: 11px;
	margin-bottom: 11px;
}

@media (max-width: 767px) {

	h6 {
		font-size: 16px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	h6 {
		font-size: 16px;
	}
}


@media (min-width: 1200px) {

	h6 {
		font-size: 16px;
	}
}

.text-center .img-responsive {
	margin: 0 auto;
}

.sprite-language-canada {
	background-image: url(global.png);
	background-position: -300px 0px;
	width: 29px;
	height: 22px;
}
.sprite-flag-ca {
	background-image: url(global.png);
	background-position: -25px 0px;
	width: 20px;
	height: 20px;
}
.sprite-flag-fr {
	background-image: url(global.png);
	background-position: -50px 0px;
	width: 20px;
	height: 20px;
}
.sprite-flag-gb {
	background-image: url(global.png);
	background-position: -75px 0px;
	width: 20px;
	height: 20px;
}
.sprite-flag-ie {
	background-image: url(global.png);
	background-position: -100px 0px;
	width: 20px;
	height: 20px;
}
.sprite-flag-mx {
	background-image: url(global.png);
	background-position: 0px 0px;
	width: 20px;
	height: 20px;
}
.sprite-flag-us {
	background-image: url(global.png);
	background-position: -125px 0px;
	width: 20px;
	height: 20px;
}
.sprite-nav-footer-compact-canada {
	background-image: url(global.png);
	background-position: -266px 0px;
	width: 29px;
	height: 22px;
}
.sprite-nav-footer-logo {
	background-image: url(global.png);
	background-position: -471px 0px;
	width: 120px;
	height: 80px;
}
.sprite-accessories {
	background-image: url(global.png);
	background-position: -1066px 0px;
	width: 160px;
	height: 105px;
}
.sprite-express-ca-mx {
	background-image: url(global.png);
	background-position: -1231px 0px;
	width: 160px;
	height: 105px;
}
.sprite-express-plus-ca-mx {
	background-image: url(global.png);
	background-position: -3046px 0px;
	width: 160px;
	height: 105px;
}
.sprite-express-plus {
	background-image: url(global.png);
	background-position: -736px 0px;
	width: 160px;
	height: 105px;
}
.sprite-express {
	background-image: url(global.png);
	background-position: -901px 0px;
	width: 160px;
	height: 105px;
}
.sprite-nav-header-roku-logo {
	background-image: url(global.png);
	background-position: -596px 0px;
	width: 135px;
	height: 40px;
}
.sprite-nav-header-roku-logo-small {
	background-image: url(global.png);
	background-position: -369px 0px;
	width: 97px;
	height: 30px;
}
.sprite-premiere-ca-mx {
	background-image: url(global.png);
	background-position: -1396px 0px;
	width: 160px;
	height: 105px;
}
.sprite-premiere-plus-ca-mx {
	background-image: url(global.png);
	background-position: -1561px 0px;
	width: 160px;
	height: 105px;
}
.sprite-premiere-plus {
	background-image: url(global.png);
	background-position: -1726px 0px;
	width: 160px;
	height: 105px;
}
.sprite-premiere {
	background-image: url(global.png);
	background-position: -1891px 0px;
	width: 160px;
	height: 105px;
}
.sprite-rss-ca-mx {
	background-image: url(global.png);
	background-position: -2056px 0px;
	width: 160px;
	height: 105px;
}
.sprite-rss {
	background-image: url(global.png);
	background-position: -2221px 0px;
	width: 160px;
	height: 105px;
}
.sprite-shopping-cart {
	background-image: url(global.png);
	background-position: -334px 0px;
	width: 30px;
	height: 30px;
}
.sprite-tv-ca {
	background-image: url(global.png);
	background-position: -2551px 0px;
	width: 160px;
	height: 106px;
}
.sprite-tv-mx {
	background-image: url(global.png);
	background-position: -2716px 0px;
	width: 160px;
	height: 106px;
}
.sprite-tv {
	background-image: url(global.png);
	background-position: -2881px 0px;
	width: 160px;
	height: 105px;
}
.sprite-ultra {
	background-image: url(global.png);
	background-position: -2386px 0px;
	width: 160px;
	height: 105px;
}
.sprite-nav-uma-error {
	background-image: url(global.png);
	background-position: -179px 0px;
	width: 24px;
	height: 24px;
}
.sprite-nav-uma-info {
	background-image: url(global.png);
	background-position: -150px 0px;
	width: 24px;
	height: 24px;
}
.sprite-nav-uma-normal {
	background-image: url(global.png);
	background-position: -208px 0px;
	width: 24px;
	height: 24px;
}
.sprite-nav-uma-warn {
	background-image: url(global.png);
	background-position: -237px 0px;
	width: 24px;
	height: 24px;
}
