html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	font-size: 62.5%;
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1;
	margin: 0;
}
a {
	text-decoration: none;
	background: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
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:focus,
textarea:focus,
select:focus {
	outline: none;
}
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;
}
.colwrap {
	letter-spacing: -0.3125em;
}
.colwrap.left,
.colwrap.right {
	letter-spacing: -0.25em;
}
.opera:-o-prefocus,
.colwrap {
	word-spacing: -0.43em;
}
.col {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
}
.content {
	width: 990px;
	margin: 0 auto;
}
.main-icon {
	background: url(https://resourcex1.dditscdn.com/vc97676a6/site/npp/img/sprite/sprite_main.png) no-repeat;
}
/* GENERAL */

html {
	position: relative;
	min-height: 100%;
}
body {
	font-family: 'Open Sans';
	margin-bottom: 286px;
	overflow-y: scroll;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
html,
body {
	-webkit-overflow-scrolling: touch;
}
i {
	display: block;
}
.section,
.content,
.subhead,
.tooltip,
.button,
.input,
.col,
.bxz {
	box-sizing: border-box;
}
.main-title {
	font-size: 3em;
	color: #fff;
	margin: 0 0 67px;
}
.title {
	font-weight: 800;
	text-transform: uppercase;
}
.section {
	position: relative;
	overflow: hidden;
}
.s-title {
	font-size: 5em;
	line-height: 1;
	margin: 0 0 12px;
}
.s-prolog {
	line-height: 1.3;
	font-size: 1.6em;
	font-weight: 300;
}
.s-subtitle {
	font-size: 3em;
	margin: 0 0 30px;
}
.resp {
	position: relative;
}
.layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.paginator {
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.page-button {
	display: inline-block;
	position: relative;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3);
}
.page-button:after {
	content: '';
	position: absolute;
	top: -8px;
	left: -8px;
	width: 26px;
	height: 26px;
}
.page-button:hover,
.page-button.is-active {
	background: #fff;
}
.paginator-tooltip {
	visibility: hidden;
	position: absolute;
	top: -46px;
	left: -25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #313A3F;
	padding: 11px 13px;
}
.paginator-tooltip:before {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 27px;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #fff;
}
.page-button:hover .paginator-tooltip {
	visibility: visible;
}
.page-s {
	background: url(https://resourcex0.dditscdn.com/vc97676a6/site/npp/img/bg_section.jpg) no-repeat center bottom;
}
.page-s.last {
	background-image: none;
}
.page-s .content {
	padding: 70px 0;
}
.page-s .title {
	color: #166c94;
	margin-bottom: 30px;
}
.page-s p {
	font-size: 1.6em;
	color: #4f585d;
	margin: 0 0 20px;
}
.page-s .s-anchor {
	color: #166c94;
	font-weight: bold;
	text-decoration: none;
}
.page-s .s-anchor:hover {
	text-decoration: underline;
}
.subhead .subhead-title {
	color: #fff;
}
.subhead-prolog {
	font-size: 1.6em;
	color: #9bb5c0;
}
.input,
.textarea {
	border: 2px solid #d8dee1;
	background-color: #f3f6f8;
	font-size: 1.6em;
	color: #9aa2a7;
}
.input:focus,
.textarea:focus {
	border-color: #166c94;
	background-color: #fff;
	font-weight: bold;
	color: #166c94;
}
.input.error,
.textarea.error {
	border-color: #d34e4e;
	font-weight: bold;
	color: #d34e4e;
}
.input.error:focus,
.textarea.error:focus {
	background-color: #f3f6f8;
}
.input {
	height: 60px;
	padding: 16px;
}
.input[disabled] {
	border-style: dotted;
	background-image: none;
}
.input--mini {
	height: 40px;
	font-size: 1.4em;
	padding: 6px;
}
.input--tiny {
	height: 30px;
	border-width: 1px;
	font-size: 1.3em;
	padding: 4px;
}
.input--select {
	-moz-appearance: none;
	-webkit-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.input::-ms-clear,
.input--select::-ms-expand {
	display: none;
}
.input--name,
.input--email,
.input--subject,
.input--password,
.input--search {
	padding: 16px 55px 16px 16px;
}
.input--name.input--mini,
.input--email.input--mini,
.input--subject.input--mini,
.input--password.input--mini,
.input--search.input--mini {
	padding: 6px 55px 6px 6px;
}
.input--name.input--tiny,
.input--email.input--tiny,
.input--subject.input--tiny,
.input--password.input--tiny,
.input--search.input--tiny {
	padding: 4px 45px 4px 4px;
}
.input--name,
.input--email,
.input--subject,
.input--password,
.input--select,
.input--search,
.input--name:focus,
.input--email:focus,
.input--subject:focus,
.input--password:focus,
.input--select:focus,
.input--search:focus {
	background-image: url(https://resourcex2.dditscdn.com/vc97676a6/site/npp/img/sprite/sprite_form.png);
	background-repeat: no-repeat;
}
.input--name {
	background-position: right 0px;
}
.input--name:focus {
	background-position: right -56px;
}
.input--name.error {
	background-position: right -112px;
}
.input--name.input--mini {
	background-position: right -10px;
}
.input--name.input--mini:focus {
	background-position: right -66px;
}
.input--name.input--mini.error {
	background-position: right -122px;
}
.input--name.input--tiny {
	background-position: right -14px;
}
.input--name.input--tiny:focus {
	background-position: right -70px;
}
.input--name.input--tiny.error {
	background-position: right -126px;
}
.input--email {
	background-position: right -168px;
}
.input--email:focus {
	background-position: right -224px;
}
.input--email.error {
	background-position: right -280px;
}
.input--email.input--mini {
	background-position: right -178px;
}
.input--email.input--mini:focus {
	background-position: right -234px;
}
.input--email.input--mini.error {
	background-position: right -290px;
}
.input--email.input--tiny {
	background-position: right -182px;
}
.input--email.input--tiny:focus {
	background-position: right -238px;
}
.input--email.input--tiny.error {
	background-position: right -294px;
}
.input--subject {
	background-position: right -336px;
}
.input--subject:focus {
	background-position: right -392px;
}
.input--subject.error {
	background-position: right -448px;
}
.input--subject.input--mini {
	background-position: right -346px;
}
.input--subject.input--mini:focus {
	background-position: right -402px;
}
.input--subject.input--mini.error {
	background-position: right -458px;
}
.input--subject.input--tiny {
	background-position: right -350px;
}
.input--subject.input--tiny:focus {
	background-position: right -406px;
}
.input--subject.input--tiny.error {
	background-position: right -462px;
}
.input--password {
	background-position: right -504px;
}
.input--password:focus {
	background-position: right -560px;
}
.input--password.error {
	background-position: right -616px;
}
.input--password.input--mini {
	background-position: right -514px;
}
.input--password.input--mini:focus {
	background-position: right -570px;
}
.input--password.input--mini.error {
	background-position: right -626px;
}
.input--password.input--tiny {
	background-position: right -518px;
}
.input--password.input--tiny:focus {
	background-position: right -574px;
}
.input--password.input--tiny.error {
	background-position: right -630px;
}
.input--select {
	background-position: right -672px;
}
.input--select:focus {
	background-position: right -728px;
}
.input--select.error {
	background-position: right -784px;
}
.input--select.input--mini {
	background-position: right -682px;
}
.input--select.input--mini:focus {
	background-position: right -738px;
}
.input--select.input--mini.error {
	background-position: right -794px;
}
.input--select.input--tiny {
	background-position: right -686px;
}
.input--select.input--tiny:focus {
	background-position: right -742px;
}
.input--select.input--tiny.error {
	background-position: right -798px;
}
.input--search {
	background-position: right -1008px;
}
.input--search:focus {
	background-position: right -1064px;
}
.input--search.error {
	background-position: right -1120px;
}
.input--search.input--mini {
	background-position: right -1018px;
}
.input--search.input--mini:focus {
	background-position: right -1074px;
}
.input--search.input--mini.error {
	background-position: right -1130px;
}
.input--search.input--tiny {
	background-position: right -1022px;
}
.input--search.input--tiny:focus {
	background-position: right -1078px;
}
.input--search.input--tiny.error {
	background-position: right -1134px;
}
.textarea {
	background: #f3f6f8;
}
body:last-child .checkbox {
	display: none;
}
body:last-child .checkbox-label {
	position: relative;
	display: block;
	padding-left: 50px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
body:last-child .checkbox-label:after {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 30px;
	border: 2px solid #D8DEE1;
	background-color: #F3F6F8;
	vertical-align: middle;
	line-height: normal;
	text-align: center;
	font-size: 20px;
	color: #166c94;
	margin-top: -15px;
}
body:last-child .checkbox-label.error:after {
	border-color: #d34e4e;
}
body:last-child .checkbox:checked + label:after {
	content: '\2714';
	border-color: #166c94;
}
body:last-child .checkbox[disabled] + label:after {
	border-style: dotted;
}
.ghost {
	display: inline-block;
	border: 1px solid;
	font-size: 1.6em;
	font-weight: 800;
	text-transform: uppercase;
	padding: 14px 42px;
}
.ghost--white {
	color: #fff;
	border-color: #fff;
}
.ghost--white:hover {
	background: #fff;
	color: #313a3f;
}
.button {
	width: 230px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	cursor: pointer;
}
.button--blue,
.button--green,
.button--red {
	border: none;
	color: #fff;
}
.button--blue {
	background: #166c94;
}
.button--blue:hover {
	background: #0d4f6e;
}
.button--green {
	background: #8bc437;
}
.button--green:hover {
	background: #72A528;
}
.button--disabled,
.button--disabled:hover {
	background:#919191;
}
.button--red {
	background: #d34e4e;;
}
.button--red:hover {
	background: #882c2c;
}
.rounded-button {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	height: 50px;
	line-height: 46px;
	padding: 0 30px;
	border: 2px solid;
	border-radius: 3px;
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	cursor: pointer;
	transition: border 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.rounded-button--with-icon {
	padding: 0 90px 0 42px;
}
.rounded-button--with-icon i {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	line-height: 24px;
	padding: 12px;
	border-left: 1px solid;
	text-align: center;
	fill: inherit;
}
.rounded-button--with-icon svg {
	max-height: 100%;
	max-width: 100%;
	fill: inherit;
}
.rounded-button--blue {
	color: #166c94;
	fill: #166c94;
	border-color: #166c94;
}
.rounded-button--blue:hover,
.rounded-button--blue.rounded-button--filled {
	border-color: #166c94;
	background: #166c94;
	color: #fff;
	fill: #fff;
}

.rounded-button--blue.rounded-button--filled:hover {
	background: #0d4f6e;
}
.rounded-button--green {
	border-color: #8bc437;
	color: #8bc437;
	transition: all 0.3s ease;
}
.rounded-button--green:hover,
.rounded-button--green.rounded-button--filled {
	color: #fff;
	background: #8bc437;
}
.rounded-button--green.rounded-button--filled:hover{
	background: #72A528;
	border-color: #72A528;
}
.overlaybox-outer {
	position: fixed;
	top: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 9999;
	cursor: pointer;
	zoom: 1;
}
.overlaybox-outer:nth-child(n) {
	filter: none;
}
.overlaybox-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.overlaybox {
	display: inline-block;
	text-align: left;
	cursor: default;
}
.overlayhead {
	position: relative;
	background: #166c94;
	padding: 20px;
}
.overlayhead .title {
	font-size: 1.6em;
	color: #fff;
}
.overlay-close {
	line-height: 1;
	font-size: 2.1em;
	color: #73b5d4;
	cursor: pointer;
}
.overlay-close:hover {
	color: #fff;
}
.promotion-overlay .overlaybox {
	position: relative;
}
.promotion-overlay .overlay-close {
	position: absolute;
	top: 12px;
	right: 12px;
	padding: 4px;
	color: #fff;
	font-size: 0;
	-webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .5));
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .5));
	-webkit-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.promotion-overlay .overlay-close:hover {
	opacity: 0.8;
}
.promotion-overlay .overlay-close svg {
	fill: #fff;
}
.overlaybody {
	padding: 40px;
}
.tooltip {
	position: absolute;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #166C94;
	font-size: 1.2em;
	color: #fff;
	padding: 10px;
	z-index: 9997;
	pointer-events: none;
}
.overlay-tooltip {
	z-index: 10000;
}
.tooltip:before {
	content: '';
	position: absolute;
	left: 32px;
	bottom: -12px;
	width: 0;
	height: 0;
	border-top: 12px solid #166c94;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}
.tooltip.error {
	background: #d34e4e;
}
.tooltip.error:before {
	border-top-color: #d34e4e;
}
.tooltip-position--top.error:before {
	border-top-color: #d34e4e;
}
.tooltip-position--bottom.error:before {
	border-bottom-color: #d34e4e;
}
.tooltip-position--top:before {
	top: auto;
	bottom: -24px;
	border-top: 12px solid #166c94;
	border-bottom: 12px solid transparent;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}
.tooltip-position--bottom:before {
	top: -24px;
	bottom: auto;
	border-top: 12px solid transparent;
	border-bottom: 12px solid #166c94;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}
.tooltip-white {
	width: 300px;
	border: 2px solid #10597b;
	background: #FFFFFF;
	color: #166c94;
	margin-left: -228px;
}
.tooltip-white strong {
	font-size: 1.2em;
	font-weight: 600;
}
.tooltip-white ul {
	margin: 5px;
	padding-left: 30px;
}
.tooltip-white dl {
	float: right;
	font-size: 0.8em;
	font-weight: 600;
	margin: 0;
}
.tooltip-white span {
	position: absolute;
	right: 0px;
	width: 80px;
	font-weight: 600;
}
.tooltip-white:before {
	left: auto;
	right: 54px;
}
.domtooltip-wrapper {
	position: absolute;
	top: 0;
}
.ghost,
.button,
.input,
.textarea,
.page-button,
body:last-child .checkbox-label:after {
	-webkit-transform: translateZ(0);
	-webkit-transition: border 0.3s ease, background-color 0.3s ease, background-image 0.3s ease, background-position 0.3s ease, color 0.3s ease;
	-moz-transition: border 0.3s ease, background-color 0.3s ease, background-image 0.3s ease, background-position 0.3s ease, color 0.3s ease;
	-o-transition: border 0.3s ease, background-color 0.3s ease, background-image 0.3s ease, background-position 0.3s ease, color 0.3s ease;
	transition: border 0.3s ease, background-color 0.3s ease, background-image 0.3s ease, background-position 0.3s ease, color 0.3s ease;
}
.accordion-content {
	overflow: hidden;
}
.accordion-open,
.accordion-close {
	background: url(https://resourcex3.dditscdn.com/vc97676a6/site/npp/img/sprite/sprite_programs.png) no-repeat;
	color: #166c94;
	padding-right: 20px;
	font-size: 1.4em;
}
.accordion-open {
	background-position: right 3px;
}
.accordion-close {
	background-position: right -23px;
}
img[data-src] {
	background: #fff url(https://resourcex2.dditscdn.com/vc97676a6/site/npp/img/loader.gif) no-repeat center center;
}

/* Index page */
.page_home {
	background: #031620;
}
.page_home .content {
	padding: 55px 0 40px;
}
.page_home .s-anchor {
	font-size: 1.6em;
	font-weight: bold;
}
.page_home .s-anchor:hover {
	text-decoration: underline;
}
.index-icon {
	background: url(https://resourcex1.dditscdn.com/vc97676a6/site/npp/img/sprite/sprite_index.png) no-repeat;
}
.featured,
.featured-slider {
	height: 650px;
}
.featured-slider,
.featured-static {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
.featured-slider--clickable {
	cursor: pointer;
}
.featured-slider .content {
	position: relative;
	padding: 0;
}
.featured-preload {
	background: url(https://resourcex3.dditscdn.com/vc97676a6/site/npp/img/bg_featured_start.jpg) no-repeat -9999px -9999px, url(https://resourcex0.dditscdn.com/vc97676a6/site/npp/img/bg_featured_welcome.jpg) no-repeat -9999px -9999px,
	url(https://resourcex3.dditscdn.com/vc97676a6/site/npp/img/bg_featured_signup.jpg) no-repeat -9999px -9999px, url(https://resourcex2.dditscdn.com/vc97676a6/site/npp/img/bg_layer_featured_start.png) no-repeat -9999px -9999px,
	url(https://resourcex1.dditscdn.com/vc97676a6/site/npp/img/bg_layer_featured_welcome.png) no-repeat -9999px -9999px, url(https://resourcex3.dditscdn.com/vc97676a6/site/npp/img/bg_layer_featured_signup.png) no-repeat -9999px -9999px;
}
.slider-start {
	background: #000 url(https://resourcex3.dditscdn.com/vc97676a6/site/npp/img/bg_featured_start.jpg) no-repeat 400px bottom;
}
.slider-welcome {
	background: #02161F url(https://resourcex0.dditscdn.com/vc97676a6/site/npp/img/bg_featured_welcome.jpg) no-repeat center bottom;
}
.slider-signup {
	background: #d74470 url(https://resourcex3.dditscdn.com/vc97676a6/site/npp/img/bg_featured_signup.jpg) no-repeat center bottom;
}
.slider-redlabel {
	background: #7B0000;
	background: linear-gradient(270deg, #500000 0%, #7B0000 73%, #500000 100%);
}
.slider-bimbim {
	background: #12141a;
	background: linear-gradient(90deg, rgba(18,20,25,1) 20%, rgba(30,33,41,1) 50%, rgba(18,20,25,1) 80%);
}
.slider-oranum {
	background: #563374 url(https://resourcex1.dditscdn.com/vc97676a6/site/npp/img/bg_featured_oranum.jpg) no-repeat center bottom;
}
.slider-camtube {
	background: #3e0d4c url(https://resourcex3.dditscdn.com/vc97676a6/site/npp/img/bg_featured_camtube.jpg) no-repeat center bottom;
}
.slider-payment {
	background: #3d6d9b url(https://resourcex3.dditscdn.com/vc97676a6/site/npp/img/bg_featured_payment.jpg) no-repeat center bottom;
}
.slider-videopromo {
	background: #021620 url(https://resourcex3.dditscdn.com/vc97676a6/site/npp/img/bg_layer_featured_videopromo.png) no-repeat center bottom;
}
.slider-promotion {
	/*background: #37647b url(https://resourcex3.dditscdn.com/vc97676a6/site/npp/img/bg_featured_promotion_doublecheck.jpg) no-repeat center bottom;*/
}
.slider-event {
	background: #1c1c1c url(https://resourcex2.dditscdn.com/vc97676a6/site/npp/img/bg_featured_event.jpg) no-repeat center bottom;
}
.slider-event .layer {
	background: url(https://resourcex2.dditscdn.com/vc97676a6/site/npp/img/bg_layer_featured_prague.png) no-repeat right bottom;
}
.slider-start .layer {
	background: url(https://resourcex2.dditscdn.com/vc97676a6/site/npp/img/bg_layer_featured_start.png) no-repeat right bottom;
}
.slider-welcome .layer {
	background: url(https://resourcex1.dditscdn.com/vc97676a6/site/npp/img/bg_layer_featured_welcome.png) no-repeat right bottom;
}
.slider-signup .layer {
	background: url(https://resourcex3.dditscdn.com/vc97676a6/site/npp/img/bg_layer_featured_signup.png) no-repeat right bottom;
}
.slider-bimbim .layer {
	background: url(https://resourcex2.dditscdn.com/vc97676a6/site/npp/img/bg_layer_featured_bimbim.png) no-repeat right bottom;
	right: 288px;
}
.slider-redlabel .layer {
	background: url(https://resourcex2.dditscdn.com/vc97676a6/site/npp/img/bg_layer_featured_redlabel.png) no-repeat right bottom;
}
.slider-oranum .layer {
	background: url(https://resourcex1.dditscdn.com/vc97676a6/site/npp/img/bg_layer_featured_oranum.png) no-repeat right bottom;
	background-size: 687px 499px;
	right: 240px;
	bottom: 50px;
}
.slider-camtube .layer {
	background: url(https://resourcex2.dditscdn.com/vc97676a6/site/npp/img/bg_layer_featured_camtube.png) no-repeat right bottom;
}
.slider-payment .layer {
	background: url(https://resourcex2.dditscdn.com/vc97676a6/site/npp/img/bg_layer_featured_payment.png) no-repeat right bottom;
}
.slider-promotion .layer {
	right: -125px;
}
.featured-subcontent-wrap {
	margin-top: 15px;
}
.slider-start .featured-subcontent-wrap,
.slider-signup .featured-subcontent-wrap,
.slider-camtube .featured-subcontent-wrap {
	margin-top: 10px;
}
.slider-payment .featured-subcontent {
	width: 320px;
	height: 46px;
	background-position: -154px -812px;
}
.slider-event .featured-subcontent,
.slider-event .morebtn {
	height: 56px;
}
.slider-event .featured-subcontent {
	display: inline-block;
	width: 282px;
	background-position: 0px -860px;
}
.featured-timer {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	background: #FFF;
	opacity: 0.2;
}
.featured-wrap {
	padding-top: 155px;
}
.featured-wrap .main-title {
	visibility: hidden;
}
.slider-oranum .main-title,
.slider-start .main-title,
.slider-videopromo .main-title,
.slider-bimbim .main-title,
.slider-redlabel .main-title {
	display: none;
}
.slider-oranum .featured-title.s-title,
.slider-redlabel .featured-title.s-title,
.slider-bimbim .featured-title.s-title {
	font-size: 1.6rem;
}
.slider-redlabel .featured-sub {
	font-size: 56px;
}
.slider-redlabel .featured-text strong {
	font-weight: 800;
}
.slider-redlabel .featured-slider-list {
	margin-top: 30px;
	padding-left: 25px;
	color: rgba(255, 255, 255, 0.5);
}
.slider-redlabel .featured-slider-list li {
	margin-bottom: 16px;
}
.slider-redlabel .featured-slider-list span {
	text-transform: none;
	font-size: 26px;
}
.slider-bimbim .featured-title.s-title .bimbim-logo {
	width: 296px;
	margin: 20px 0 15px;
}
.slider-bimbim .featured-sub,
.slider-bimbim .featured-slider-list {
	text-transform: none;
	color: #fff;
}
.slider-bimbim .featured-sub {
	font-size: 2.6em;
}
.slider-bimbim .featured-slider-list {
	margin-bottom: 0;
	padding-left: 25px;
}
.slider-bimbim .featured-slider-list li {
	margin-bottom: 18px;
	font-size: 26px;
	font-weight: 600;
}
.slider-oranum .inner-subtitle {
	margin: 32px 0 16px 0;
}
.slider-oranum .featured-title.s-title .oranum-logo {
	width: 340px;
	margin: 20px 0 15px;
}
.slider-oranum .featured-sub {
	line-height: 1.4em;
	font-size: 1.6em;
	font-weight: normal;
	text-transform: none;
}
.slider-static-oranum .featured-buttons {
	bottom: 90px;
}
.slider-static-oranum .featured-logo {
	display: none;
}
.slider-videopromo .featured-title.s-title {
	font-size: 9em;
	color: #fff;
}
.slider-videopromo .featured-title.s-title strong {
	font-weight: 800;
	color: #b6ff4c;
}
.slider-videopromo .featured-sub {
	font-size: 1.125rem;
	text-transform: none;
	max-width: 40%;
	line-height: 1.6rem;
}
.slider-videopromo video {
	position: absolute;
	top: 155px;
	right: 0;
	width: 580px;
	border: 10px solid rgba(255, 255, 255, 0.4);
	box-shadow: 5px 5px 80px 5px rgba(0, 0, 0, 0.2);
}
.slider-welcome .main-title {
	visibility: visible;
}
.featured-wrap .textwrap {
	margin: 0;
	font-size: 100%;
}
.featured-wrap .morebtn {
	display: none;
	color: #fff;
}
.slider-event .morebtn,
.slider-signup .morebtn,
.slider-camtube .morebtn,
.slider-promotion .morebtn,
.slider-bimbim .morebtn {
	display: inline-block;
}
.slider-event .morebtn {
	vertical-align: top;
	line-height: 56px;
	color: #b6ff4c;
	margin-left: 25px;
}
.featured-title {
	display: block;
}
.featured .s-title {
	line-height: 1;
	font-size: 5em;
	color: #b6ff4c;
}
.featured-sub {
	line-height: 1.2;
	font-size: 3em;
	font-weight: 300;
	text-transform: uppercase;
}
.featured-sub,
.featured-sub a {
	color: #fff;
}
.featured .ghost,
.featured-buttons {
	position: absolute;
	bottom: 125px;
}
.featured .ghost {
	color: #b6ff4c;
	border-color: #b6ff4c;
}
.featured .ghost:hover {
	background: #b6ff4c;
	color: #313a3f;
}
.featured-buttons .button {
	bottom: 125px;
	width: auto;
	height: auto;
	padding: 0 48px;
	line-height: 52px;
}
.featured-buttons .ghost {
	position: static;
}
.featured-buttons .ghost.button--green {
	color: #fff;
	border: 1px solid transparent;
}
.featured-buttons .ghost:nth-child(2) {
	margin-left: 10px;
}
.featured-logo {
	position: absolute;
	bottom: 30px;
}
.main-icon--powered {
	width: 144px;
	height: 29px;
	background-position: -340px top;
}
.featured-static .paginator {
	position: absolute;
	right: 0;
	bottom: 30px;
	left: 0;
}
.featured-slider-list {
	font-size: 22px;
	text-transform: uppercase;
	color: #b6ff4c;
}
.featured-slider-checkmark-list li,
.featured-slider-list li {
	line-height: 1;
	margin-bottom: 10px;
}
.featured-slider-list span {
	color: #fff;
}
.featured-slider-checkmark-list {
	list-style: none;
	padding: 0;
}
.featured-slider-checkmark-list span::before {
	content: '';
	display: inline-block;
	height: 1.6em;
	width: 1.6em;
	background: url(https://resourcex2.dditscdn.com/vc97676a6/site/npp/img/icon/i_checkmark.svg) no-repeat;
	background-size: contain;
	margin-right: 0.5em;
	vertical-align: middle;
}
.featured-slider-checkmark-list span {
	color: #fff;
}
.our-programs {
	background: #0a425a; /* Old browsers */
	background: -moz-linear-gradient(top, #0a425a 0%, #052534 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0a425a), color-stop(100%, #052534)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0a425a 0%, #052534 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0a425a 0%, #052534 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0a425a 0%, #052534 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0a425a 0%, #052534 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a425a', endColorstr='#052534', GradientType=0); /* IE6-9 */
}
.our-programs .s-title {
	color: #fff;
}
.our-programs .s-prolog {
	color: #9bb5c0;
}
.program-list {
	padding: 55px 0;
	text-align: center;
}
.program {
	width: 320px;
	vertical-align: bottom;
	margin-left: 15px;
	margin-bottom: 30px;
}
.program:first-child {
	margin-left: 0;
}
.program-img {
	display: block;
	margin: 0 auto 17px;
}
.program-img--lifetime60 {
	width: 209px;
	height: 230px;
}
.program-img--pps300 {
	width: 203px;
	height: 206px;
}
.program-img--cbrnd60 {
	width: 230px;
	height: 230px;
}
.program .title {
	text-align: center;
	font-size: 2em;
	color: #b6ff4c;
}
.sites {
	height: 628px;
}
.sites-wrap {
	width: 510px;
}
.sites .s-title,
.sites .s-prolog,
.site-description {
	color: #fff;
}
.sites .index-icon {
	height: 53px;
	margin: 77px 0 38px;
}
.sites .index-icon--livejasmin {
	width: 456px;
	background-position: 0px -489px;
}
.sites .index-icon--bimbim {
	width: 345px;
	background-position: 0px -917px;
	margin-top: 55px;
}
.sites .index-icon--jasmin {
	width: 290px;
	background-position: 0px -541px;
}
.sites .index-icon--cameraboys {
	width: 505px;
	background-position: 0px -597px;
}
.sites .index-icon--maturescam {
	width: 504px;
	background-position: 0px -706px;
}
.sites .index-icon--mytrannycams {
	width: 612px;
	background-position: 0px -651px;
}
.sites .index-icon--livesexasian {
	width: 494px;
	background-position: 0px -759px;
}
.site-description {
	height: 95px;
	font-size: 1.6em;
	margin: 0 0 36px;
}
.products-hero {
	height: auto;
	padding: 80px 0 0;
	background: #F5F6F8;
}
.is-logged-in .products-hero {
	padding-top: 150px;
}
.products-hero .products-text {
	color: #166C94;
}
.products-section .s-title,
.products-section .s-subtitle {
	font-weight: 800;
	text-transform: none;
	color: #154A63;
}
.products-section .s-title {
	font-size: 2.375rem;
}
.products-section .s-subtitle {
	font-size: 1.875rem;
}
.products-section .s-anchor {
	color: #166C94
}
.products-section:nth-child(odd):not(.products-hero) {
	background: #F9F9F9;
}
.products-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 80px 0;
}
.products-text,
.products-image,
.products-cta {
	flex-basis: 50%;
}
.products-text {
	color: #4F585D;
	font-size: 1.6em;
}
.products-image img {
	max-width: 100%;
}
.products-text:first-child,
.products-image:first-child,
.products-cta:first-child {
	margin-right: 80px;
}
.products-learnmore {
	margin-top: 24px;
	color: #DA0000;
}
.products-bimbim .products-learnmore {
	color: #FF5353;
}
.products-oranum .products-learnmore {
	color: #9A35C0;
}
.products-learnmore::after {
	content: '>';
	margin-left: 0.3em;
}
.products-cta {
	text-align: right;
}
.products-logo-image-list {
	display: flex;
	margin: 32px 0 0;
	padding: 0;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	list-style: none;
}
.products-logo-image-list li {
	margin: 32px 28px 0 0;
	opacity: 50%;
}
.products-logo-image-list li:hover {
	opacity: 100%;
}
.products-logo-image-list li:last-child {
	margin-right: 0;
}
.products-whitelabel .products-text {
	flex-basis: 75%;
}
.products-whitelabel .button {
	padding: 12px 24px;
	border-radius: 3px;
}
.gallery-bg {
	width: 100%;
	height: 628px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery-img {
	position: absolute;
	top: 0;
	width: inherit;
	height: inherit;
	visibility: hidden;
}
.sites .gallery-prev,
.sites .gallery-next {
	position: absolute;
	width: 31px;
	height: 100px;
	top: 50%;
	margin-top: -50px;
}
.gallery-prev {
	left: 115px;
	background-position: -496px top;
}
.gallery-next {
	right: 115px;
	background-position: -527px top;
}
.gallery-img--livejasmin {
	background: url(https://resourcex2.dditscdn.com/vc97676a6/site/npp/img/bg_site_livejasmin.jpg) no-repeat center top;
	background-size: cover;
	visibility: visible;
}
.gallery-img--bimbim {
	background: url(https://resourcex0.dditscdn.com/vc97676a6/site/npp/img/bg_site_bimbim.jpg) no-repeat center top;
	background-size: cover;
}
.gallery-img--cameraboys {
	background: url(https://resourcex3.dditscdn.com/vc97676a6/site/npp/img/bg_site_cameraboys.jpg) no-repeat center top;
	background-size: cover;
}
.gallery-img--maturescam {
	background: url(https://resourcex1.dditscdn.com/vc97676a6/site/npp/img/bg_site_maturescam.jpg) no-repeat center top;
	background-size: cover;
}
.gallery-img--mytrannycams {
	background: url(https://resourcex3.dditscdn.com/vc97676a6/site/npp/img/bg_site_mytrannycams.jpg) no-repeat center top;
	background-size: cover;
}
.gallery-img--livesexasian {
	background: url(https://resourcex3.dditscdn.com/vc97676a6/site/npp/img/bg_site_livesexasian.jpg) no-repeat center top;
	background-size: cover;
}
.gallery-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.gallery-content .s-prolog a {
	color: inherit;
}
.gallery-timer {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	background: #FFF;
	opacity: 0.2;
}
.layer--livejasmin {
	background: url(https://resourcex2.dditscdn.com/vc97676a6/site/npp/img/bg_layer_livejasmin.png) no-repeat right top;
}
.layer--bimbim {
	background: url(https://resourcex0.dditscdn.com/vc97676a6/site/npp/img/bg_layer_bimbim.png) no-repeat right bottom;
}
.layer--cameraboys {
	background: url(https://resourcex3.dditscdn.com/vc97676a6/site/npp/img/bg_layer_cameraboys.png) no-repeat right top;
}
.layer--maturescam {
	background: url(https://resourcex1.dditscdn.com/vc97676a6/site/npp/img/bg_layer_maturescam.png) no-repeat right top;
}
.layer--mytrannycams {
	background: url(https://resourcex2.dditscdn.com/vc97676a6/site/npp/img/bg_layer_mytrannycams.png) no-repeat right top;
}
.layer--livesexasian {
	background: url(https://resourcex2.dditscdn.com/vc97676a6/site/npp/img/bg_layer_livesexasian.png) no-repeat right top;
}
.promotools {
	position: relative;
	min-height: 600px;
	background: #04212e url(https://resourcex0.dditscdn.com/vc97676a6/site/npp/img/bg_promotools.jpg) repeat-x center bottom;
	padding: 0;
}
.promotools .layer {
	background: url(https://resourcex1.dditscdn.com/vc97676a6/site/npp/img/bg_layer_promotools.png) no-repeat right bottom;
	right: 150px;
}
.promotools .content {
	padding: 55px 0 40px;
}
.promotools .s-title,
.promotools .s-anchor,
.device .title {
	color: #fff;
}
.promotools .s-prolog,
.promotools-highlight {
	color: #9bb5c0;
}
.device-wrap {
	width: 70%;
	padding-bottom: 17px;
}
.device-list {
	padding: 55px 0 50px;
}
.device {
	width: 160px;
	margin-left: 90px;
}
.device:first-child {
	margin-left: 0;
}
.device .index-icon {
	width: auto;
	height: 160px;
	margin-bottom: 37px;
}
.index-icon--mobile {
	background-position: 0px 0px;
}
.index-icon--desktop {
	background-position: 0px -163px;
}
.index-icon--iptv {
	background-position: 0px -326px;
}
.index-icon--mobile:hover {
	background-position: -163px 0px;
}
.index-icon--desktop:hover {
	background-position: -163px -163px;
}
.index-icon--iptv:hover {
	background-position: -163px -326px;
}
.device .title {
	text-align: center;
	font-size: 2em;
}
.whyawe {
	height: 748px;
	background: url(https://resourcex3.dditscdn.com/vc97676a6/site/npp/img/bg_whyawe.jpg) no-repeat center top;
	background-size: cover;
}
.whyawe .s-title,
.whyawe .s-prolog,
.whyawe .s-anchor,
.reason-num,
.reason-text {
	color: #fff;
}
.reason-wrap {
	padding-bottom: 40px;
}
.reason-list {
	width: 100%;
	padding: 77px 0;
}
.reason {
	text-align: center;
}
.reason--fixed {
	width: 160px;
}
.reason-num {
	display: block;
	font-size: 5em;
	margin: 15px 0;
}
.reason-text {
	line-height: 1.2;
	font-size: 1.6em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 15px 0;
}
.whyawe .index-icon {
	width: 160px;
	height: 160px;
	margin: 0 auto;
}
.index-icon--registered {
	background-position: -326px 0px;
}
.index-icon--payout {
	background-position: -326px -164px;
}
.index-icon--top-payout {
	background-position: -326px -326px;
}
.calc-wrapper {
	text-align: center;
	margin-top: 30px;
}
.calc-explanation {
	color: #4f585d;
	font-size: 1.3em;
	margin: 0;
}

/* Contact page */
.page_contact .subhead {
	height: 356px;
	background: #021620 url(https://resourcex3.dditscdn.com/vc97676a6/site/npp/img/bg_page_contact.jpg) no-repeat center top;
	padding-top: 145px;
}
.contact-box .content {
	position: relative;
}
.contact-box .content:before {
	content: '';
	position: absolute;
	top: 0;
	left: 225px;
	width: 100%;
	height: 100%;
	background: url(https://resourcex1.dditscdn.com/vc97676a6/site/npp/img/bg_layer_suggestionbox.png) no-repeat right bottom;
}
.contact-form {
	position: relative;
	padding-top: 55px;
	z-index: 0;
}
.contact-form .input {
	width: 310px;
	margin-left: 30px;
}
.contact-form .input:first-child,
.contact-form .input--password {
	margin-left: 0;
}
.contact-form .button,
.contact-form .input--password,
.contact-form .img-captcha-container,
.contact-form .textarea {
	margin-top: 20px;
}
.contact-form .button {
	margin-left: 260px;
}
.contact-form .img-captcha,
.contact-form .img-captcha-container {
	height: 60px;
}
.contact-form .img-captcha-container {
	margin-left: 30px;
	background: #d9dee1;
}
.contact-form .textarea {
	width: 100%;
	height: 105px;
	padding: 16px;
	resize: none;
}
.contact-text {
	position: relative;
}

/* Why AWE page */
.page_whyawe {
	background: #fff;
}
.whyawe-icon {
	background: url(https://resourcex0.dditscdn.com/vc97676a6/site/npp/img/sprite/sprite_whyawe.png) no-repeat;
}
.page_whyawe .subhead {
	height: 356px;
	background: #021620 url(https://resourcex2.dditscdn.com/vc97676a6/site/npp/img/bg_page_whyawe.jpg) no-repeat center top;
	padding-top: 145px;
}
.award-container {
	position: relative;
	margin-top: 60px;
	padding-left: 165px;
}
.award-panel {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -20px;
	width: 114px;
}
.award-trophy {
	height: 150px;
	background-position: -205px 0px;
}
.award-panel h3 {
	line-height: 1.2;
	font-size: 1.4em;
	font-weight: 800;
	text-transform: uppercase;
	color: #8bc437;
}
.award-panel-head,
.award-panel-foot {
	margin: 0 17px;
}
.award-panel-head {
	height: 210px;
}
.award-panel-head h3 {
	margin: 25px -3px 0 0;
	text-align: center;
	letter-spacing: 3px;
}
.award-trophy {
	margin: 0 -17px;
}
.award-panel-foot {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-bottom: 10px;
}
.award-list {
	text-align: left;
	color: #4f585d;
	border-spacing: 30px;
}
.award-panel-head,
.award-panel-foot,
.award-list th,
.award-list td {
	box-sizing: border-box;
	border-bottom: 1px solid #8bc437;
}
.award-list th,
.award-list td {
	padding-right: 30px;
}
.award-list th:nth-of-type(even),
.award-list td:nth-of-type(even) {
	width: 30px;
	border-bottom: none;
	padding-right: 0;
}
.award-list th {
	height: 30px;
	line-height: 1;
	vertical-align: top;
	font-size: 1.4em;
}
.award-list td {
	height: 60px;
	font-size: 1.6em;
	font-weight: 300;
}
.toptable-wrap {
	padding: 15px 0 40px;
}
.toptable {
	width: 302px;
	margin-left: 42px;
}
.toptable:first-child {
	margin-left: 0;
}
.toptable table {
	width: 100%;
	font-size: 1.6em;
	color: #4f585d;
}
.toptable-wrap .title {
	background: #166c94;
	text-align: center;
	color: #fff;
}
.toptable th {
	padding-top: 22px;
	padding-bottom: 22px;
}
.toptable tr {
	height: 40px;
	background: #e8ebed;
}
.toptable tr:nth-child(even) {
	background: #f4f6f7;
}
.toptable-num,
.toptable-value {
	text-align: right;
	padding-right: 20px;
}
.toptable-num {
	width: 35px;
	color: #a6b0b6;
}
.toptable-value {
	line-height: 1;
	font-weight: 800;
}
.toptable-value .price {
	font-size: 90%;
}
.toptable-value .sale {
	bottom: 0;
	display: block;
	font-size: 70%;
	font-weight: normal;
}
.toptable-note {
	text-align: center;
	font-size: 1.4em;
	color: #4F585D;
	margin: 0;
}
.quote-list blockquote {
	position: relative;
	width: 435px;
	font-size: 2em;
	font-style: oblique;
	margin: 0 120px 22px 0;
	padding: 27px 0;
	z-index: 0;
}
.quote-list blockquote:before,
.quote-list blockquote:after {
	content: '';
	position: absolute;
	width: 72px;
	height: 53px;
	background: url(https://resourcex0.dditscdn.com/vc97676a6/site/npp/img/sprite/sprite_whyawe.png) no-repeat;
	z-index: -1;
}
.quote-list blockquote:before {
	top: 0;
	left: -30px;
	background-position: 0px -203px;
}
.quote-list blockquote:after {
	bottom: 0;
	right: -30px;
	background-position: -75px -203px;
}
.quote-list .last {
	margin-right: 0;
}
.signup-wrapper {
	text-align: center;
	margin: 40px 0 0;
}
.signup-wrapper .button {
	display: inline-block;
}

/* Signup page */
.page_signup,
.page_login,
.page_changepassword,
.page_requestnewpassword {
	text-align: center;
}

.page_signup,
.page_login,
.page_changepassword,
.page_requestnewpassword,
.page_modelreferral {
	overflow-x: hidden;
}
.signup {
	background: transparent;
}
.signup .content {
	padding-top: 145px;
}
.signupform-wrap {
	margin: 0 auto;
	width: 660px;
}
.signup-perks-list {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: 1rem;
	text-align: left;
	list-style-type: none;
	color: #4F585D;
}
.signup-perks-list li::before {
	content: '';
	display: inline-block;
	height: 1.6em;
	width: 1.6em;
	background: url(https://resourcex0.dditscdn.com/vc97676a6/site/npp/img/icon/i_checkmark_dark.svg) no-repeat;
	background-size: contain;
	margin-right: 0.5em;
	vertical-align: middle;
}
.signupform {
	padding: 50px 0;
}
.signupform .button,
.signupform .input,
.signup-agreement {
	width: 320px;
}
.signupform .input,
.signup-agreement {
	margin: 0 20px 20px 0;
}
.signupform .last {
	margin-right: 0;
}
.signup-agreement {
	border: none;
	vertical-align: middle;
	padding: 10px 15px;
}
.signup-agreement label {
	font-size: 1.4em;
	color: #4f585d;
}
.signup-link {
	font-weight: bold;
	color: #166c94;
}
.calculate-title,
.calculate-result {
	color: #8bc437;
	text-transform: uppercase;
	font-weight: 800;
}
.calculate-title {
	font-size: 2.7em;
}
.calculate-result {
	font-size: 5em;
}
/* Income Calculator page */
.page_incomecalculator .subhead {
	color: #166C94;
	padding-top: 145px;
}
.calc-incomecalculator .calc-explanation {
	display: inline-block;
	margin: 5px 0 30px;
}
.incomecalc-img {
	display: block;
	margin: 50px auto 30px auto;
}

/* Sites page */
.page_sites {
	background: #fff;
}
.page_sites .subhead {
	height: 356px;
	background: #021620 url(https://resourcex1.dditscdn.com/vc97676a6/site/npp/img/bg_page_sites.jpg) no-repeat center top;
	padding-top: 145px;
}
.site .content {
	padding-bottom: 0;
}
.site-text,
.siteaward-list {
	width: 440px;
}
.site-text {
	padding-right: 60px;
}
.site p {
	font-size: 1.4em;
}
.site-link {
	display: block;
}
.site-img-container {
	text-align: center;
}
.site-imglink {
	vertical-align: bottom;
	font-size: 0;
}
.site-livejasmin .site-titlelink {
	color: #a50202;
}
.site-livejasmin p {
	color: #7b5b5b;
}
.site-livejasmin .siteaward-list {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.site-livejasmin .siteaward {
	min-height: 40px;
	margin: 0 20px 20px;
}
.site-livejasmin .site-img {
	width: 541px;
	height: 291px;
}
.site-bimbim .site-titlelink {
	color: #A50204;
}
.site-bimbim p {
	color: #7D5D5D;
}
.site-bimbim .site-img {
	width: 514px;
	height: 247px;
}
.site-cameraboys .site-titlelink {
	color: #07487b;
}
.site-cameraboys p {
	color: #64737f;
}
.site-cameraboys .site-img {
	width: 514px;
	height: 295px;
}
.site-mytrannycams .site-titlelink {
	color: #7c603a;
}
.site-mytrannycams p {
	color: #7d7365;
}
.site-mytrannycams .site-img {
	width: 533px;
	height: 295px;
}
.site-maturescam .site-titlelink {
	color: #e15a00;
}
.site-maturescam p {
	color: #856e5f;
}
.site-maturescam .site-img {
	width: 533px;
	height: 295px;
}
.site-livesexasian .site-titlelink {
	color: #b92142;
}
.site-livesexasian p {
	color: #7b575f;
}
.site-livesexasian .site-img {
	width: 495px;
	height: 299px;
}
.site-sister .site-text {
	width: 410px;
}
.site-sister p {
	color: #4f585d;
}
.site-sister .site-img {
	width: 571px;
	height: 486px;
}
.site-sister .site-text {
	width: 360px;
	padding-right: 10px;
}
.siteaward-list {
	padding: 40px 0;
}
.siteaward-list .last {
	margin-right: 0;
}
.siteaward-list .siteaward {
	width: 190px;
}
.siteaward {
	background: url(https://resourcex0.dditscdn.com/vc97676a6/site/npp/img/sprite/sprite_sites.png) no-repeat 0px 0px;
	margin: 0 15px 20px 0;
	padding-left: 30px;
}
.siteaward h4 {
	font-size: 1.2em;
	color: #4f585d;
	margin-bottom: 3px;
}
.siteaward h5 {
	font-size: 1.1em;
	font-weight: normal;
	color: #879094;
}
.other-sites {
	padding: 15px 0 35px;
}
.other-sites .last {
	margin-right: 0;
}
.other {
	width: 165px;
	font-size: 1.6em;
	font-weight: 800;
	text-transform: uppercase;
	color: #879094;
	margin: 0 15px 15px 0;
}
.customsite {
	text-align: center;
	padding: 135px 0;
}
.customsite .s-subtitle {
	color: #166C94;
}
.customsite .s-anchor {
	color: #166c94;
	font-weight: bold;
	text-decoration: none;
}
.customsite .s-anchor:hover {
	text-decoration: underline;
}
.customsite-text {
	font-size: 22px;
	font-weight: 300;
	color: #4f585d;
}
.customsite .button {
	display: inline-block;
	margin-top: 45px;
}

/* Login page */
.page_login .page-s {
	background: none;
}
.page_login .login-content {
	padding-top: 145px;
}
.loginform {
	margin: 20px auto;
	width: 660px;
}
.loginform .input {
	width: 320px;
	margin: 20px 20px 0 0;
}
.loginform .input.last {
	width: 320px;
	margin-right: 0;
}
.loginform .button {
	width: 320px;
	margin: 20px 0 0 0;
}
.login-forgot {
	width: 320px;
	height: 60px;
	line-height: 60px;
	margin: 20px 20px 0 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #166c94;
}
.signupform .img-captcha-container,
.loginform .img-captcha-container {
	width: 320px;
	background: #d9dee1;
}
.loginform .img-captcha-container {
	margin-top: 20px;
}

.loginform .img-captcha {
	display: block;
	margin: 0 auto;
}

/* Change password page */
.page_changepassword .page-s {
	background: none;
}
.forgotpassword .content {
	padding-top: 145px;
}
.forgotform .input,
.forgotform .img-captcha-container {
	width: 320px;
	margin: 0 auto 20px;
}
.forgotform .img-captcha-container {
	background: #d9dee1;
}
.forgotform .img-captcha {
	vertical-align: bottom;
	height: 60px;
}
.forgotform .button {
	width: 320px;
	margin: 0 0 20px 0;
}
.forgotpassword-wrap {
	margin: 0 auto;
	width: 660px;
}

/* Confirm webmaster data page */
.page_confirmwebmasterdata:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1920px;
	background: url(https://resourcex3.dditscdn.com/vc97676a6/site/npp/img/bg_page_confirmwebmasterdata.jpg) no-repeat right 25px;
	margin-left: -960px;
}
.page_confirmwebmasterdata .page-s {
	background: none;
}
.page_confirmwebmasterdata .confirm-content {
	padding-top: 145px;
}
.page_confirmwebmasterdata .confirm-text {
	font-weight: bold;
	margin-bottom: 70px;
}
.page_confirmwebmasterdata .button {
	display: inline-block;
}
/* Request new password page */
.page_requestnewpassword:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1920px;
	background: url(https://resourcex0.dditscdn.com/vc97676a6/site/npp/img/bg_page_requestnewpassword.jpg) no-repeat right 25px;
	margin-left: -960px;
}
.page_requestnewpassword .page-s {
	background: none;
}
.page_requestnewpassword .newpassword-content {
	padding-top: 145px;
}
.newpasswordform .input {
	width: 320px;
	margin: 20px 20px 0 0;
}
.newpasswordform .button {
	width: 320px;
	margin: 20px 0 0 0;
}

/* Model referral page */
.page_modelreferral:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1920px;
	background: url(https://resourcex0.dditscdn.com/vc97676a6/site/npp/img/bg_page_modelreferral.jpg) no-repeat right 25px;
	margin-left: -960px;
}
.page_modelreferral .page-s {
	background: none;
}
.page_modelreferral .modelreferral {
	padding-top: 145px;
}
.referralform .input {
	margin: 20px 0;
	width: 320px;
}
.referral-agreement {
	height: 60px;
	border: none;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.referral-agreement label {
	font-size: 1.4em;
	color: #4f585d;
}

/* Cobrand rules page */
.page_cobrandrules .subhead-title {
	color: #166C94;
	padding-top: 145px;
}
.category-title {
	font-size: 1.8em;
	margin: 40px 0 20px 0;
}
.page_cobrandrules .cobrand-table {
	width: 800px;
	margin: 0 95px;
}

/* WhiteLabel page */
.page_whitelabel {
	background: #fff;
}
.page_whitelabel .subhead {
	height: 356px;
	background: #021620 url(https://resourcex2.dditscdn.com/vc97676a6/site/npp/img/bg_page_whitelabel.jpg) no-repeat center top;
	padding-top: 145px;
}
.page-s .category-sub {
	font-size: 1.6em;
	text-transform: uppercase;
	color: #166c94;
	margin-bottom: 5px;
}
.whitelabel-img {
	display: block;
	margin: 0 auto 17px;
}
.whitelabel-img--wl3 {
	width: 990px;
	height: 550px;
	margin: 0 0 80px;
}
.wl-signup-wrapper {
	text-align: center;
}
.wl-signup {
	display: inline-block;
	margin: 40px 0 0 0;
}
.wl-promowrap {
	padding-bottom: 50px;
	text-align: center;
}
.wl-promo {
	width: 450px;
	position: relative;
}
.wl-promo .title {
	text-align: center;
}
.wl-promo-img {
	width: inherit;
	height: 266px;
}
.wl-promo .new-icon {
	width: 93px;
	height: 92px;
	position: absolute;
	top: -30px;
	left: 20px;
	background: url(https://resourcex1.dditscdn.com/vc97676a6/site/npp/img/new_icon1.png) no-repeat center top;
}

/* Programs pages */
.page_programs .title {
	text-transform: capitalize;
}
.page_programs .content ul {
	padding: 0 0 0 2em;
}
.page_programs .content li {
	color: #4f585d;
	font-size: 1.6em;
	margin: 18px 0;
}
.page_programs .subhead {
	height: 356px;
	background: #021620 url(https://resourcex3.dditscdn.com/vc97676a6/site/npp/img/bg_page_programs.jpg) no-repeat center top;
	padding-top: 145px;
}
.page_programs .subhead-prolog {
	width: 565px;
}
.page_programs .small-text,
.page_programs .programs-readmore li {
	letter-spacing: normal;
	font-size: 1.2em;
	margin: 4px 0;
}
.page_programs .programs-readmore li {
	width: 95%;
	padding: 2px 0 2px 10px;
	text-align: justify;
}
.page_programs .programs-readmore ul {
	padding-top: 30px;
}
.page_programs .accordion-content {
	height: 0;
}
.page_programs .countries-accordion-content {
	height: 48px;
	margin-bottom: 12px;
}
.page_programs .countries-accordion-cta,
.page_programs .countries-accordion-content {
	font-size: 0.96em;
	overflow: hidden;
}
.page_programs .countries-accordion-cta .accordion-open,
.page_programs .countries-accordion-cta .accordion-close {
	line-height: 20px;
	font-size: inherit;
	background: none;
}
.page_programs .programs-left-container {
	width: 506px;
}
.page_programs .programs-left-container.info {
	padding-right: 24px;
}
.page_programs .programs-right-container {
	width: 484px;
}
.page_programs .programs-table,
.page_programs .revs-details {
	margin-bottom: 20px;
}
.page_programs .revs-details p {
	margin: 16px 0 10px 0;
}
.page_programs .revs-table-tier,
.page_programs .revs-table-percent {
	width: 27%;
}
.page_programs h4 {
	margin: 40px 0 20px;
	font-size: 3em;
	font-weight: normal;
}
.page_programs .refs-sub-row h4 {
	margin-top: 10px;
}
.refs-sub-row {
	margin-top: 70px;
}
.programs-table {
	border: none;
	width: 100%;
	font-size: 1.3em;
	color: #4f585d;
	text-align: center;
}
.programs-table th {
	padding: 0 10px;
}
.programs-table td {
	padding: 14px 20px;
}
.programs-table td,
.programs-table th {
	border-right: 2px solid white;
}
.programs-table td:last-of-type,
.programs-table th:last-of-type {
	border: none;
}
.programs-table .title {
	background: #166c94;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	height: 74px;
}
.programs-table .two-column-right {
	width: 36%;
}
.programs-table tr {
	height: 40px;
	background: #f4f6f7;
}
.programs-table tr:nth-child(even) {
	background: #e8ebed;
}
.programs-table--totals tr:last-child {
	height: 60px;
	font-weight: bold;
}
.programs-bold {
	font-weight: 700;
}
.programs-left {
	text-align: left;
}
.programs-note {
	margin: 0 0 0 0;
	font-size: 1.2em;
	color: #4f585d;
}
.programs-switcher {
	font-size: 1.4em;
	color: #166c94;
}
.programs-icon {
	background: url(https://resourcex3.dditscdn.com/vc97676a6/site/npp/img/sprite/sprite_programs.png) no-repeat;
}
.programs-icon--up,
.programs-icon--down {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-left: 10px;
}
.programs-icon--up {
	background-position: -13px 0;
}
.programs-icon--down {
	background-position: 0 0;
}
.programs-signup--centered {
	width: 100%;
	text-align: center;
}
.programs-signup .button {
	border-radius: 3px;
	padding: 14px 30px;
}
.programs-readmore {
	color: #4f585d;
}
.switcher {
	border: none;
	background: transparent;
}
.switcher-label {
	display: none;
}
body:last-child .switcher {
	width: 104px;
	height: 44px;
	border: 2px solid #d8dee1;
	background: #f3f6f8;
	overflow: hidden;
	-webkit-transition: border 0.3s ease, background 0.3s ease;
	-moz-transition: border 0.3s ease, background 0.3s ease;
	-o-transition: border 0.3s ease, background 0.3s ease;
	transition: border 0.3s ease, background 0.3s ease;
}
body:last-child .switcher:hover {
	border-color: #166c94;
	background: #ffffff;
}
body:last-child .switcher-checkbox {
	display: none;
}
body:last-child .switcher-checkbox:checked + .switcher-label {
	margin-left: -54px;
}
body:last-child .switcher-label {
	display: inline-block;
	width: 156px;
	height: 40px;
	margin-left: 0;
	cursor: pointer;
	-webkit-transition: margin 0.3s ease;
	-moz-transition: margin 0.3s ease;
	-o-transition: margin 0.3s ease;
	transition: margin 0.3s ease;
}
body:last-child .switcher-switch,
body:last-child .switcher-text {
	display: inline-block;
	font-weight: bold;
	text-align: center;
}
body:last-child .switcher-switch {
	width: 36px;
	height: 30px;
	margin: 5px 0;
	border: 2px solid #d8dee1;
	background: #f3f6f8;
	font-size: 1.6em;
	color: #E6E7E7;
}
body:last-child .switcher-text {
	width: 60px;
	height: 40px;
	line-height: 40px;
	font-size: 1.8em;
	color: #9aa2a7;
	text-transform: uppercase;
}
body:last-child .switcher-text--on {
	color: #166c94;
}
.switcher-checkbox {
	margin-left: 10px;
	height: 44px;
}

/* FAQ page */
.page_faq .subhead {
	height: 356px;
	background: #021620 url(https://resourcex1.dditscdn.com/vc97676a6/site/npp/img/bg_page_faq.jpg) no-repeat center top;
	padding-top: 145px;
}
.page_faq .section > a[name]:first-child,
.page_whyawe .section > a[name]:first-child {
	position: absolute;
	top: -40px;
}
.table-of-content {
	color: #166c94;
	font-size: 1.6em;
}
.toc-part {
	font-weight: 800;
	margin: 40px 0 0 0;
}
.table-of-content a {
	display: inline-block;
	vertical-align: middle;
	color: #166c94;
	margin: 5px 0;
}
.table-of-content a:hover,
.article .back-to-top:hover {
	text-decoration: underline;
}
.article-list {
	font-size: 1.6em;
	color: #4f585d;
	margin: 0 0 20px;
}
.article-list li {
	margin-bottom: 10px;
}
.article-list li:last-of-type {
	margin-bottom: 0;
}
.article-list ul {
	margin: 10px 0;
}
.article-sub {
	font-size: 1.6em;
	font-weight: bold;
	color: #4f585d;
	margin-bottom: 5px;
}
.article .button-wrapper {
	width: 100%;
	text-align: right;
}
.article .back-to-top {
	display: inline-block;
	font-size: 1.6em;
	font-weight: 800;
	text-transform: uppercase;
	color: #166c94;
}
.advert-box,
.https-img-box {
	width: 495px;
	margin: 20px 0;
}
.advert-img {
	width: 445px;
	height: 252px;
}

.https-img {
	width: 445px;
	height: 200px;
}

.no-ssl-page-img {
	width: 445px;
	height: 352px;
}
/* Terms page */
.page_terms .subhead {
	height: 356px;
	background: #021620 url(https://resourcex0.dditscdn.com/vc97676a6/site/npp/img/bg_page_terms.jpg) no-repeat center top;
	padding-top: 145px;
}
.page_terms {
	counter-reset: clause;
}
.clause {
	counter-increment: clause;
	counter-reset: point;
}
.clause .s-subtitle:before {
	content: 'Clause ' counter(clause) ' - ';
}
.clause p {
	counter-reset: subpoint;
}
.clause p:before {
	counter-increment: point;
	content: counter(clause) "." counter(point) " ";
	font-weight: 800;
}
.clause ul,
.clause dl {
	font-size: 1.6em;
	color: #4f585d;
}
.clause dl {
	margin: 0 0 20px;
}
.clause dl:before {
	counter-increment: subpoint;
	content: counter(clause) '.' counter(point) '.' counter(subpoint) ' ';
	font-weight: 800;
}
.content .terms-notes {
	color: #166c94;
	font-weight: 800;
}
.terms-subtitle {
	font-size: 1.6em;
	font-weight: 800;
	color: #166c94;
	margin: 0 0 20px;
}
.terms-address {
	font-size: 1.6em;
	font-style: normal;
	color: #4f585d;
	margin: 0 0 20px;
}

/* Privacy page */
.page_privacy .subhead {
	height: 275px;
	background: #021620 url(https://resourcex0.dditscdn.com/vc97676a6/site/npp/img/bg_page_privacy.jpg) no-repeat center top;
	padding-top: 130px;
}
.page_privacy time {
	font-size: 1.4em;
	color: #fff;
}
.page_privacy .policy-update {
	color: #166c94;
	font-weight: 800;
}
.policy-article {
	margin-bottom: 40px;
}
.policy-article-title {
	font-size: 2em;
	font-weight: 800;
	color: #166c94;
	margin-bottom: 15px;
}
.policy-article span,
.policy-article-list,
.policy-article-panel,
.policy-article-panel ul {
	color: #4f585d;
}
.policy-article-list {
	font-size: 1.6em;
}
.policy-article-list li {
	margin-bottom: 5px;
}
.policy-article-panel,
.policy-article-panel ul {
	margin: 0 0 20px;
}
.policy-article span,
.policy-article-panel ul {
	font-size: 1.6em;
}
.policy-article-panel ul {
	margin-top: 10px;
}
.policy-article-panel > li {
	position: relative;
	list-style: none;
	margin-bottom: 30px;
}
.policy-article-panel > li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: -20px;
	border: 3px solid;
	border-radius: 50%;
	line-height: 0.7;
	font-size: 1.8rem;
}
.policy-article-panel li li {
	margin-bottom: 5px;
}
.page_privacy .policy-article-sub {
	margin-bottom: 10px;
}
.page_privacy .policy-article-sub {
	font-weight: bold;
}

/* Cookie Policy page */
.page_cookiepolicy .subhead {
	height: 275px;
	background: #021620 url(https://resourcex0.dditscdn.com/vc97676a6/site/npp/img/bg_page_privacy.jpg) no-repeat center top;
	padding-top: 130px;
}
.page_cookiepolicy time {
	font-size: 1.4em;
	color: #fff;
}

/* Data Protection page */
.page_dataprotection {
	counter-reset: panel clause;
}
.page_dataprotection .subhead {
	height: 275px;
	background: #021620 url(https://resourcex0.dditscdn.com/vc97676a6/site/npp/img/bg_page_privacy.jpg) no-repeat center top;
	padding-top: 145px;
}
.data-protection-panel .s-subtitle:before {
	content: counter(panel) '. '
}
.data-protection-panel {
	counter-increment: panel;
}
.data-protection-panel ol {
	counter-reset: panel-item;
	color: #4f585d;
	list-style: none;
}
.data-protection-panel > ol {
	font-size: 1.6em;
	padding: 0;
}
.data-protection-panel li {
	margin-top: 15px;
}
.data-protection-panel li p {
	font-size: inherit;
	margin: 15px 0 0;
}
.data-protection-panel ol > li {
	counter-increment: panel-item;
}
.data-protection-panel ol ol > li {
	display: block;
}
.data-protection-panel ol > li:before {
	content: counter(panel) "." counters(panel-item, ".") ". ";
	font-weight: bold;
}
.data-protection-panel h3 {
	margin-top: 30px;
}
.data-protection-article {
	margin-bottom: 30px;
}
.data-protection-article h3,
.data-protection-article ul {
	color: #4f585d;
}
.data-protection-article h3 {
	font-size: 1.87em;
	margin-bottom: 10px;
}
.data-protection-article-list {
	font-size: 1.6em;
	margin-bottom: 15px;
}
.data-protection-article-list li {
	font-size: initial;
	margin-top: 5px;
}
.data-protection-article-list > li {
	margin-top: 10px;
}
.data-protection-clause {
	counter-increment: clause;
	color: #4f585d;
	margin-top: 40px;
}
.data-protection-clause:before {
	content: 'Clause ' counter(clause);
	display: block;
	font-size: 2.4em;
	font-weight: 800;
	color: #166c94;
	margin-bottom: 15px;
}
.data-protection-clause h3 {
	font-size: 1.87em;
	margin-bottom: 10px;
}
.data-protection-clause span,
.data-protection-clause ol {
	font-size: 1.6em;
}
.data-protection-clause ol {
	counter-reset: clause-list-counter;
	list-style: none;
}
.data-protection-clause > ol {
	padding: 0;
}
.data-protection-clause li,
.data-protection-clause li p {
	font-size: initial;
}
.data-protection-clause li {
	counter-increment: clause-list-counter;
	margin-top: 15px;
}
.data-protection-clause li:before {
	content: '(' counter(clause-list-counter, decimal) ') ';
	font-size: initial;
	font-weight: bold;
	margin-top: 15px;
}
.data-protection-clause ol.alphabetic li:before {
	content: '(' counter(clause-list-counter, lower-alpha) ') ';
}
.data-protection-clause li p {
	margin: 15px 0 0;
}
.data-protection-clause ol ol > li:before {
	content: '(' counter(clause-list-counter, lower-alpha) ') ';
}
.data-protection-clause ol.alphabetic ol > li:before {
	content: '(' counter(clause-list-counter, lower-roman) ') ';
}
.data-protection-field {
	text-align: center;
	padding: 30px 0;
}
.data-protection-line {
	width: 400px;
	border-bottom: 1px dotted;
	margin: 0 auto 10px;
}
.data-protection-field p {
	margin: 0;
}

/* Promotools page */
.page_guestpromotools .subhead {
	height: 356px;
	background: #021620 url(https://resourcex1.dditscdn.com/vc97676a6/site/npp/img/bg_page_promotools.jpg) no-repeat center top;
	padding-top: 145px;
}
.promo-box {
	width: 460px;
	margin: 0 60px 80px 0;
}
.promo-box.last {
	margin-right: 0;
}
.promo-title {
	color: #166c94;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 2.4em;
	margin: 0 0 20px 0;
}
.promo-icon {
	width: 113px;
	height: 113px;
	background: url(https://resourcex1.dditscdn.com/vc97676a6/site/npp/img/sprite/sprite_promotools.png) no-repeat;
}
.promo-icon--banner {
	background-position: -230px -230px;
}
.promo-icon--videobanner {
	background-position: -460px -689px;
}
.promo-icon--videobannerpro {
	background-position: 0px -804px;
}
.promo-icon--imagescroller {
	background-position: -115px -804px;
}
.promo-icon--videopromo {
	background-position: 0 -689px;
}
.promo-icon--livefeed {
	background-position: -345px 0;
}
.promo-icon--freechat {
	background-position: 0 -345px;
}
.promo-icon--redirect {
	background-position: -230px -345px;
}
.promo-icon--fakelivefeed {
	background-position: -230px -689px;
}
.promo-icon--chatheadtool {
	background-position: -115px -689px;
}
.promo-icon--iframe {
	background-position: -115px -230px;
}
.promo-icon--whitelabel {
	background-position: -460px -230px;
}
.promo-icon--oneclick {
	background-position: -115px -574px;
}
.promo-icon--camtubelabel {
	background-position: -460px -460px;
}
.promo-icon--popunder {
	background-position: -115px -345px;
}
.promo-icon--linkcode {
	background-position: -230px 0;
}
.promo-icon--hostedgallery {
	background-position: -115px 0;
}
.promo-icon--scrollingiframe {
	background-position: 0 0;
}
.promo-icon--textlink {
	background-position: 0 -230px;
}
.promo-icon--rss {
	background-position: -460px -115px;
}
.promo-icon--xmlfeed {
	background-position: -460px 0;
}
.promo-icon--psi {
	background-position: -345px -115px;
}
.promo-icon--fauxchat {
	background-position: -230px -115px;
}
.promo-icon--slideupad {
	background-position: 0 -115px;
}
.promo-icon--geotlc {
	background-position: -115px -115px;
}
.promo-icon--slidebar {
	background-position: -230px -460px;
}
.promo-icon--hypnoimage {
	background-position: -460px -575px;
}
.promo-icon--hypnobanner {
	background-position: -345px -575px;
}
.promo-icon--gifbanner {
	background-position: -115px -460px;
}
.promo-icon--overlayad {
	background-position: -230px -575px;
}
.promo-icon--videopromo {
	background-position: 0px -689px;
}
.promo-icon--mobiletool {
	width: 75px;
	height: 75px;
	background-position: 0px -514px;
}
.promo-icon--slidein {
	background-position: -230px -804px;
}
.promo-content {
	width: 327px;
	margin: 0 0 0 20px;
}
.promo-content .promo-text {
	margin: 0 0 10px 0;
}
.promo-smallicon {
	display: inline-block;
	margin: 0 10px 0 0;
	width: 26px;
	height: 26px;
	background: url(https://resourcex1.dditscdn.com/vc97676a6/site/npp/img/sprite/sprite_promotools.png) no-repeat;
}
.promo-smallicon--tube {
	background-position: 0 -460px;
}
.promo-smallicon--tube.active {
	background-position: 0 -488px;
}
.promo-smallicon--blog {
	background-position: -28px -460px;
}
.promo-smallicon--blog.active {
	background-position: -28px -488px;
}
.promo-smallicon--tgp {
	background-position: -56px -460px;
}
.promo-smallicon--tgp.active {
	background-position: -56px -488px;
}
.promo-smallicon--membership {
	background-position: -84px -460px;
}
.promo-smallicon--membership.active {
	background-position: -84px -488px;
}
.promo-signup-wrapper {
	text-align: center;
}
.promo-signup {
	border-radius: 3px;
	display: inline-block;
	letter-spacing: normal;
	word-spacing: normal;
}
.promo-recommend {
	font-size: 1.2em;
	line-height: 24px;
	color: #4f585d;
	margin: 0 10px 0 0;
}

/* Old Promotools page */
.page_oldpromotools .oldpromotools {
	position: absolute;
	top: 65px;
	bottom: 150px;
	width: 100%;
}
.page_oldpromotools .oldpromotools-content {
	height: 100%;
	padding: 0;
}
.page_oldpromotools .s-title {
	padding-top: 50px;
}
.oldpromotool-wrapper {
	padding: 0 0 150px 0;
	height: 100%;
}
.oldpromotool-iframe {
	width: 990px;
	border: none;
	height: 100%;
}
.subhead--with-tabs {
	background: #176c94;
}
.subhead--with-tabs .content {
	padding-top: 45px;
}
.subhead--with-tabs .subhead-title {
	font-size: 3em;
}
.subhead--with-tabs .subhead-title,
.subhead--with-tabs .subhead-tab {
	color: #fff;
}
.subhead--with-tabs .subhead-tab-container {
	margin-top: 15px;
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.subhead--with-tabs .subhead-tab {
	padding: 20px;
	text-align: center;
	border-bottom: 4px solid transparent;
}
.subhead--with-tabs .subhead-tab:hover,
.subhead--with-tabs .subhead-tab.active {
	border-bottom-color: #8bc437;
}
.subhead--with-tabs .subhead-tab-title {
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: normal;
}

/* Personal details Page */
.page_personaldetails .account-terms-submit-wrapper {
	padding-bottom: 30px;
}

.page_personaldetails .change-password-form .content {
	padding: 0 0 30px;
}

/* Account Page */
.page_account .subhead--with-tabs {
	padding-top: 65px;
}
.page_account .content {
	padding: 30px 0 0;
}
.account-notification {
	position: relative;
	width: 100%;
	padding: 20px;
	text-align: left;
	border: 1px solid transparent;
	background: #e7f0f4;
	border-color: #166c94;
}
.account-notification + .account-notification {
	margin-top: 20px;
}
.account-notification-icon {
	position: absolute;
	top: 50%;
	width: 25px;
	height: 25px;
	transform: translateY(-50%);
}
.account-notification-text {
	padding: 6px 0;
	font-size: 1.4em;
}
.account-notification-text a {
	font-weight: bold;
	text-decoration: underline;
	color: currentColor;
}
.account-notification-close {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 3px;
	cursor: pointer;
	font-size: 1.2em;
}

.account-notification[data-type] .account-notification-text {
	padding: 6px 40px;
}

.account-notification[data-type="success"],
.account-notification[data-type="pending"] {
	background: #eef6e1;
	border-color: #8bc437;
}
.account-notification[data-type="success"] .account-notification-icon {
	background-position: -28px -60px;
}
.account-notification[data-type="pending"] .account-notification-icon {
	margin-left: -2px;
	background-position: 0 -58px;
}
.account-notification[data-type="company-pending"] {
	background: #e7f0f4;
	border-color: #166c94;
}
.account-notification[data-type="warning"] {
	background: #f8eac9;
	border-color: #e39601;
}
.account-notification[data-type="company-pending"] .account-notification-icon {
	background-position: -28px -31px;
}
.account-notification[data-type="warning"] .account-notification-icon {
	background-position: 0 -84px;
}
.account-notification[data-type="error"] {
	background: #f9ebeb;
	border-color: #c03b3b;
}
.stat-notification-icon.common-icon--error,
.account-notification[data-type="error"] .account-notification-icon {
	background-position: 0 -32px;
}

.page_account .s-anchor {
	color: #166c94;
	font-weight: bold;
	text-decoration: none;
}
.page_account .s-anchor:hover {
	text-decoration: underline;
}
.page_account .privacy-settings {
	padding-bottom: 30px;
}
.account-text {
	font-size: 1.6em;
	color: #4f585d;
}
.account-modify .account-note {
	font-size: 1.2em;
}
.account-category {
	font-size: 1.4em;
	color: #ffffff;
	text-transform: uppercase;
	background: #166c94;
	padding: 25px 20px;
}
.account-row {
	border-bottom: 2px solid #ffffff;
	background: #f4f6f7;
}
.check-payable-to,
.account-row:nth-child(even) {
	background: #e8ebed;
}
.account-row--centered {
	text-align: center;
}
.account-row-subtitle {
	margin: 0;
	padding-top: 20px;
	text-align: center;
}
.account-row .col {
	vertical-align: middle;
}
.account-row .input {
	width: 250px;
	margin: 0 10px 0 20px;
	color: #4f585d;
}
.account-row .input:disabled,
.account-row .account-radio:disabled + .account-note {
	color: #AEB4B9;
}
.account-label {
	width: 350px;
	border-right: 2px solid #ffffff;
	line-height: 60px;
	font-size: 1.4em;
	text-transform: capitalize;
	color: #4f585d;
	padding-left: 25px;
}
.account-label--extended {
	width: 348px;
	border: none;
}
.account-error {
	display: inline-block;
	width: 350px;
	letter-spacing: normal;
	font-weight: bold;
	font-size: 1.2em;
	color: #a60000;
	vertical-align: middle;
}
.auth-login-error {
	display: inline-block;
	width: 350px;
	letter-spacing: normal;
	font-weight: bold;
	font-size: 1.5em;
	color: #a60000;
	vertical-align: middle;
}
.auth-login-error a {
	color: #a60000;
	text-decoration: underline;
}
.account-row .account-note {
	width: auto;
	padding-right: 25px;
	max-width: 330px;
	line-height: 1.4;
	font-size: 1.2em;
	color: #4f585d;
}
.account-radio {
	margin: 0 18px;
}
.account-submit {
	text-align: center;
}
.account-row .checkbox-holder {
	width: 610px;
	line-height: 1.4;
	font-size: 1.2em;
	color: #4f585d;
	padding: 0 25px 0 20px;
}
.account-row--extended {
	width: 990px;
}
.account-row--extended .account-column {
	vertical-align: middle;
}
.account-row--extended .account-column--left {
	border-right: 2px solid #ffffff;
}
.account-row--extended .account-column--right {
	padding: 10px 25px 10px 20px;
}
.account-row .account-note-extended {
	padding: 10px 15px 10px 0;
	width: 450px;
}
.account-column {
	width: 350px;
}
.payment-method-wrap .npt-box {
	color: #4F585D;
}
.old-payment-data {
	margin: 15px 0;
}
.old-payment-key {
	width: 200px;
	padding: 7px 0;
}
.payment-method-wrap {
	text-align: center;
	padding: 0 0 18px;
}
.payment-method-wrap.narrow {
	padding-left: 4px;
	padding-right: 4px;
}
.payment-method-wrap .npt-box {
	width: 234px;
	margin: 18px 6px 0;
}
.payment-method {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.payment-method .no-logo {
	background: none;
	text-align: center;
	font-size: 2.5em;
	font-weight: 800;
	font-style: normal;
	text-transform: capitalize;
	color: #000;
}
.account-icon {
	background: url(https://resourcex2.dditscdn.com/vc97676a6/site/npp/img/sprite/sprite_account.png) no-repeat;
}
.payment-method .account-icon,
.payment-account .account-icon {
	position: relative;
	width: 138px;
	height: 48px;
	line-height: 48px;
	margin: 0 auto;
}
.payment-account .account-label {
	box-sizing: border-box;
	vertical-align: middle;
}
.account-icon--paxum {
	background-position: 0 0;
}
.account-icon--epayservice {
	background-position: -141px 0;
}
.account-icon--paypal {
	background-position: -355px 5px;
}
.account-icon--wire {
	background-position: -285px 0px;
}
.payment-method .account-icon--wire {
	width: 67px;
	height: 72px;
}
.account-icon--info {
	position: absolute;
	top: 12px;
	right: -27px;
}
.payment-data.fixed {
	height: 50px;
}
.account-icon--wire + .payment-data.fixed {
	height: 26px;
}
.payment-type,
.payment-option {
	font-size: 1.4em;
}
.payment-type {
	text-align: center;
	margin: 15px 0px 5px;
}
.payment-option {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
.payment-method-wrap .button {
	margin-top: 20px;
}
.payment-option-subhead {
	padding-top: 1em;
}
tr:first-child .payment-option-subhead {
	padding-top: 0;
}
.payment-option-subrow:nth-child(2n) {
	background: rgba(0, 0, 0, 0.05);
}
.profile-settings-button,
.payment-registration {
	height: 40px;
	line-height: 40px;
}
.profile-settings-button {
	width: 145px;
	margin: 0 20px;
}
.payment-registration {
	width: 330px;
	margin-left: 10px;
	padding: 0 20px;
}

/* Support page */
.page_support .subhead {
	height: 356px;
	background: #021620 url(https://resourcex3.dditscdn.com/vc97676a6/site/npp/img/bg_page_support.jpg) no-repeat center top;
	padding-top: 145px;
}
.support-form {
	position: relative;
	z-index: 0;
	color: #4F585D;
}
.support-form .textarea {
	width: 100%;
	height: 200px;
	padding: 16px;
	resize: none;
	margin: 20px 0;
}
.support-select {
	width: 300px;
}
.support-form .support-success {
	font-size: 2em;
	color: #8bc437;
	font-weight: 800;
}

/* Error page */
.page_error500 .page-s {
	padding-top: 50px;
}

/* Unsubscribe page */
.page_unsubscribe .page-s {
	padding-top: 50px;
}

/* Whitelabel editor page */
.page_whitelabeleditor .subhead {
	height: 356px;
	background: #021620 url(https://resourcex2.dditscdn.com/vc97676a6/site/npp/img/bg_page_whitelabeleditor.jpg) no-repeat center top;
	padding-top: 145px;
}
.wle-boxwrap {
	text-align: center;
	margin: -15px;
	padding-bottom: 40px;
}
.wle-title {
	font-size: 2.4em;
	line-height: 1;
}
.wle-list {
	height: 100px;
	font-size: 1.4em;
	color: #4f585d;
	padding: 0 20px;
	margin-bottom: 40px;
	text-align: left;
}
.wle-list li {
	margin-bottom: 5px;
}
.wle-box .button {
	display: inline-block;
	width: 180px;
	height: 44px;
	line-height: 44px;
}
.dns-list {
	font-size: 1.6em;
	color: #4f585d;
}
.dns-list li {
	margin: 3px 0;
}

/* New promotool page */
.new-promotools .subhead.section {
	height: 337px;
	margin-top: 158px;
	padding-top: 125px;
	text-align: left;
	background: #031720 url(https://resourcex1.dditscdn.com/vc97676a6/site/npp/img/bg_page_promotools.jpg) no-repeat center top;
}
.npt-promotool-form {
	padding: 40px 0;
}
.npt-selector {
	padding-bottom: 40px;
}
.npt-campaign-wrap {
	position: relative;
}
.npt-campaign-select,
.npt-campaign-select:focus {
	background-image: none;
}
.npt-campaign-editor {
	position: absolute;
	top: 50%;
	right: 19px;
	background: #f3f6f8;
	margin-top: -15px;
	padding: 5px;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.npt-campaign-select:focus + .npt-campaign-editor {
	background: #fff;
}
.npt-campaign-icon {
	float: left;
	width: 20px;
	height: 20px;
	background: url(https://resourcex0.dditscdn.com/vc97676a6/site/npp/img/npt/npt_sprite_icon.png) no-repeat;
	cursor: pointer;
}
.npt-campaign-editor .icon-edit {
	background-position: right 0px;
}
.npt-campaign-editor .icon-edit:hover {
	background-position: right -20px;
}
.npt-campaign-editor .icon-delete {
	background-position: right -40px;
	margin-left: 10px;
}
.npt-campaign-editor .icon-delete:hover {
	background-position: right -60px;
}
.npt-campaign-editor .icon-new {
	background-position: right -80px;
}
.npt-campaign-editor .icon-new:hover {
	background-position: right -100px;
}
.npt-campaign-editor .icon-ok {
	background-position: right -120px;
}
.npt-campaign-editor .icon-ok:hover {
	background-position: right -140px;
}
.npt-campaign-input {
	position: absolute;
	top: 2px;
	left: 18px;
	border: none;
	font-size: 1.6em;
	font-weight: bold;
	background: #F3F6F8;
	margin: 0;
	padding: 17px 0;
}
.npt-campaign-input::-ms-clear {
	display: none;
}
.npt-selector .input,
.npt-box,
.wle-box {
	width: 310px;
}
.wle-box--large {
	width: 480px;
}
.npt-selector .col,
.npt-box {
	margin-right: 30px;
}
.npt-box,
.wle-box {
	position: relative;
	box-sizing: border-box;
	background: #f2f5f7;
	border: 1px solid #d8dee1;
	text-decoration: none;
	padding: 20px;
	cursor: pointer;
	-webkit-transition: border-color 0.3s ease;
	-moz-transition: border-color 0.3s ease;
	-o-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease;
}
.npt-box {
	margin-bottom: 30px;
}
.wle-box {
	margin: 15px;
	cursor: auto;
}
.wle-box .new_icon {
	width: 69px;
	height: 62px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(https://resourcex1.dditscdn.com/vc97676a6/site/npp/img/new_icon2.png) no-repeat center top;
}
.npt-selector .last,
.npt-box.last,
.wle-box.last {
	margin-right: 0;
}
.npt-box:hover,
.npt-selector-wrap:hover,
.wle-box:hover {
	border-color: #c9c9c9;
}
.npt-box:hover .title,
.wle-box:hover .title {
	color: #0D4F6E;
}
.npt-box-imgwrap {
	width: 268px;
	height: 162px;
	position: relative;
}
.npt-box-img {
	display: block;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #eee;
}
.npt-box .title,
.wle-box .title {
	line-height: 1;
	font-size: 3em;
	color: #166c94;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.npt-box .title {
	font-size: 2.7em;
	white-space: nowrap;
}
.npt-box-title {
	margin-top: 20px;
}
.npt-box-details-text,
.wle-box-details-text {
	height: 80px;
	line-height: 1.3;
	font-size: 1.6em;
	font-weight: normal;
	color: #4f585d;
	margin: 20px 0 15px;
	overflow: hidden;
}
.npt-box .button,
.wle-box .button {
	width: 100%;
	height: 50px;
	line-height: 50px;
}
.npt-box-mobiletool {
	position: absolute;
	right: 0;
	bottom: 0;
}
.npt-box-title--design {
	font-size: 2.2em;
	line-height: 22px;
	margin: 5px 0 2px;
}
.npt-list-block {
	padding: 40px 0 10px;
}
.npt-listnav {
	border-bottom: 2px solid #d8dee1;
	padding-bottom: 25px;
	vertical-align: middle;
}
.npt-listnav .input--select {
	width: 220px;
	margin-left: 15px;
}
.npt-listnav .input--select:focus {
	background-position: right -738px;
}
.npt-listnav .input--select.error {
	background-position: right -794px;
}
.npt-breadcrumb {
	line-height: 40px;
	font-size: 1.6em;
	color: #9aa2a7;
}
.npt-breadcrumb-link {
	font-weight: bold;
	color: #166C94;
}
.npt-breadcrumb-icon {
	display: inline-block;
	padding: 0 5px;
}
.npt-design-wrap {
	padding-top: 40px;
}
.npt-design-wrap .title {
	font-size: 2.2em;
	margin-top: 15px;
	white-space: nowrap;
}
.npt-overlay {
	background: #fff;
	overflow-y: auto;
}
.npt-overlay-title {
	border-bottom: 1px solid #dadada;
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -1px;
}
.npt-overlay-result {
	text-align: center;
}
.npt-overlay-filter .input:focus {
	font-weight: normal;
}
.npt-overlay-filter .filter-wrap {
	width: 400px;
	margin: 0 auto 20px;
}
.npt-overlay-filter .requested-model-count {
	margin-bottom: 10px;
}
.npt-overlay-filter .online-model-count {
	margin-bottom: 5px;
}
.npt-overlay-filter .filter-wrap.hidden {
	display: none;
}

.npt-overlay-filter .filter-wrap.half {
	width: 200px;
}
.npt-overlay-filter .col {
	vertical-align: middle;
}
.npt-overlay-filter .col.half {
	width: 50%;
}
.npt-overlay-filter .full {
	width: 100%;
}
.npt-overlay-filter .filter-label {
	font-size: 1.4em;
	color: #9aa2a7;
	padding-right: 10px;
}
.npt-overlay-filter .input--select {
	width: 100%;
}
.npt-overlay-filter .color {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.npt-overlay-filter .sizeinput {
	width: 45%;
}
.npt-overlay-filter .sizesign {
	width: 10%;
	text-align: center;
	font-size: 1.8em;
	color: #9aa2a7;
}
.npt-overlay-filter .sizegap {
	margin-right: 10%;
}
.npt-overlay-filter .sizesign:before {
	content: '\00d7';
}
.npt-overlay-filter .redirect-link,
.npt-overlay-filter .modelfeed-link {
	font-weight: bold;
	text-decoration: none;
	color: #166C94;
}
.npt-overlay-filter .redirect-link {
	font-size: 1.4em;
}
.npt-overlay-filter .redirect-link:hover,
.npt-overlay-filter .modelfeed-link:hover {
	text-decoration: underline;
}
.npt-overlay-filter .npt-modelfeed-attention-label {
	font-weight: bold;
}
.npt-object-container,
.npt-overlay-result .img,
.npt-overlay-result .frame {
	border: 1px solid #ccc;
}
.npt-object-container,
.npt-overlay-result .img,
.npt-overlay-result .frame {
	padding: 10px;
}
.npt-object-container {
	font-size: 0;
}
.npt-overlay-result .textarea {
	box-sizing: border-box;
	width: 100%;
	font-size: 1.3em;
	padding: 5px;
}
.npt-overlay-result .button {
	width: 400px;
	margin: 20px auto 0;
}
.npt-embedcode-label {
	display: block;
	font-size: 1.1em;
	margin: 15px 0 5px;
}

/* Pu promotool */
.npt-preview-pu-click,
.npt-preview-post-click {
	width: 322px;
	margin: 0 auto;
	cursor: pointer;
}
.npt-preview-pu-click img:first-child {
	position: absolute;
	width: 300px;
	height: 180px;
	top: 0;
	left: 0;
}
.npt-preview-pu-click,
.npt-preview-pu-click img:last-child {
	position: relative;
}

/* Custom Utm Parameters */
.npt-custom-utm-container .filter-label {
	margin-bottom: 15px;
}
.npt-custom-utm-inputs .filter-label {
	width: 30%;
	line-height: 40px;
}
.npt-custom-utm-inputs .input {
	width: 70%;
	vertical-align: top;
}
.npt-linkcode-performerid {
	margin-bottom: 20px;
}

/* Livefeed promotool */
.npt-livefeed-inner-checker {
	float: right;
	margin-top: 3px;
}

/* Video Promo Tool Page */
.page_videopromotool .subhead { /*placeholder*/
	height: 555px;
	padding-top: 180px;
	background: #021620 url(https://resourcex1.dditscdn.com/vc97676a6/site/npp/img/bg_page_videopromotool.jpg) no-repeat center bottom;
	background-size: 1920px;
}
.page_videopromotool .content {
	width: 1200px;
}
.page_videopromotool h3.title,
.page_videopromotool h4 {
	font-size: 1.8em;
}
.page_videopromotool .subhead-title,
.page_videopromotool .subhead-prolog,
.page_videopromotool .subhead-link {
	text-align: left;
}
.page_videopromotool .subhead-title em,
.page_videopromotool .subhead-link {
	color: #9bde3d;
	font-style: normal;
}
.page_videopromotool .subhead-title {
	font-size: 5.625rem;
}
.page_videopromotool .subhead-prolog {
	color: #fff;
}
.page_videopromotool .subhead-link {
	display: block;
	font-size: 1rem;
	font-weight: 600;
}
.videopromo-intro {
	overflow: visible;
	background-image: url(https://resourcex2.dditscdn.com/vc97676a6/site/npp/img/bg_page_videopromotool_reflection.jpg);
	background-size: 1920px;
	background-position: center top;
	background-repeat: no-repeat;
}
.videopromo-intro::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: #021620;
	z-index: -1;
}
.videopromo-intro .content {
	padding-top: 0;
	padding-bottom: 100px;
}
.videopromo-intro .title,
.videopromo-intro .videocall-intro-text {
	text-align: center;
}
.videopromo-intro .videocall-intro-text {
	width: 66%;
	margin: 0 auto;
	font-size: 1.125rem;
}
.videopromo-intro-video-container,
.videopromo-intro-video-container video {
	width: 100%;
}
.videopromo-intro-video-container {
	margin-bottom: 40px;
	border: 20px solid #fff;
	box-sizing: border-box;
	box-shadow: -60px 0 60px -60px rgba(0, 0, 0, .2), 60px 0 60px -60px rgba(0, 0, 0, .2);
}
.videopromo-intro-button-container {
	display: flex;
	justify-content: center;
	align-content: space-between;
	margin-top: 55px;
}
.videopromo-intro-button-container a {
	margin: 0 15px;
}
.videopromo-features {
	background: #071c35 url(https://resourcex3.dditscdn.com/vc97676a6/site/npp/img/bg_videopromo_features.svg) center/cover;
}
.videopromo-features .content {
	padding-top: 90px;
	padding-bottom: 110px;
}
.videopromo-features .title {
	margin-bottom: 95px;
	color: #fff;
	text-align: center;
}
.videopromo-feature-grid {
	white-space: nowrap;
	margin: -15px;
}
.videopromo-feature-grid-column,
.videopromo-feature-grid-column li {
	display: inline-block;
	width: calc(50% - 30px);
}
.videopromo-feature-grid-column {
	width: 50%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.videopromo-feature-grid-column li {
	height: 270px;
	margin: 15px;
	padding: 80px 50px 0 50px;
	box-sizing: border-box;
	border: 1px solid #1f3349;
	text-align: center;
	vertical-align: top;
}
.videopromo-feature-grid-column .large {
	display: block;
	width: auto;
	height: 580px;
	padding-top: 145px;
	padding-bottom: 130px;
}
.videopromo-feature-grid-column img {
	max-height: 60px;
	margin-bottom: 30px;
}
.videopromo-feature-grid-column .large img {
	max-height: 155px;
}
.videopromo-feature-grid .large:first-of-type img {
	margin-bottom: 65px;
}
.videopromo-feature-grid .large:last-of-type img {
	margin-bottom: 45px;
}
.videopromo-feature-grid-column h4,
.videopromo-feature-grid-column p {
	color: #fff;
	white-space: normal;
}
.videopromo-feature-grid-column h4 {
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -0.4px;
	line-height: 1.35em;
}
.videopromo-feature-grid-column p {
	margin: 0;
	font-size: 1.1rem;
	line-height: 1.6em;
}
.videopromo-feature-grid-column .large h4 {
	font-size: 2.25rem;
	margin-bottom: 15px;
}
.videopromo-footer {
	position: relative;
	background: transparent;
}
.videopromo-footer .content {
	padding-top: 90px;
}
.videopromo-footer::before,
.videopromo-footer::after {
	content: '';
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #f6f6f6;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
.videopromo-footer::before {
	left: 0;
	background-image: url(https://resourcex0.dditscdn.com/vc97676a6/site/npp/img/bg_videopromo_footer_left.png);
	background-position: right bottom;
}
.videopromo-footer::after {
	right: 0;
	background-image: url(https://resourcex2.dditscdn.com/vc97676a6/site/npp/img/bg_videopromo_footer_right.png);
	background-position: left bottom;
}
.videopromo-footer {
	text-align: center;
}
.videopromo-footer ul {
	line-height: 2em;
	font-size: 1.23rem;
	letter-spacing: -0.4px;
	list-style: none;
	padding: 0;
}
.videopromo-footer li {
	line-height: 1.4em;
	margin-bottom: 1em;
}
.videopromo-footer li strong {
	display: block;
	clear: both;
	text-transform: uppercase;
	font-weight: 800;
	color: #166c94;
}
.videopromo-footer li em {
	font-style: normal;
	font-weight: 600;
	color: #166c94;
}
.videopromo-footer .button {
	display: inline-block;
	margin-top: 20px;
	font-size: 1.4rem;
	padding: 15px 107px;
	width: auto;
	height: auto;
	border-radius: 7px;
	box-shadow: 0 20px 70px 8px rgba(22, 108, 148, 0.37);
}
.videopromo-documentation h3.title,
.videopromo-documentation h4.title {
	text-transform: none;
	text-align: left;
}
.videopromo-documentation h3.title {
	margin-bottom: 15px;
}
.videopromo-documentation h4.title {
	font-weight: 600;
	margin-bottom: 10px;
}
.videopromo-documentation .table-of-content p {
	margin-top: 5px;
}
.page_videopromotool code.block {
	display: block;
	font-size: 1.3em;
	margin: 0 0 3em;
	line-height: 1.35em;
	background: #f4f6f7;
	color: #07487b;
	tab-size: 4;
	-moz-tab-size: 4;
	-o-tab-size: 4;
}
.page_videopromotool pre {
	text-align: left;
}
.page_videopromotool code pre {
	padding: 1em;
	margin: 0;
}
.page_videopromotool .article.content {
	box-sizing: border-box;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.page_videopromotool_member {
	/* avoid broken layout on smaller screens with min width */
	min-width: 990px;
}
.npt-overlay-info {
	background: #F0F5F8;
	padding: 30px 75px;
	font-size: 1.1em;
	color: #51575C;
	max-width: 330px;
	position: relative;
}
.npt-overlay-info p {
	position: relative;
}
.npt-overlay-info p a {
	color: #0e506f;
}
.npt-overlay-info .info-icon:before {
	content: '';
	width: 17px;
	height: 16px;
	position: absolute;
	left: -30px;
	top: 0;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5JQ09OX2luZm88L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+PC9kZWZzPiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxwYXRoIGQ9Ik03LjksLTguODgxNzg0MmUtMTYgQzQuNjYzNTA1MzgsMC4wNDA3Nzg2ODI1IDEuNzcwNDg2NjMsMi4wMjc3NzQ3NyAwLjU3MDY5NTg0MSw1LjAzMzk0NTQ5IEMtMC42MjkwOTQ5NDcsOC4wNDAxMTYyMSAwLjEwMDc4MTczNiwxMS40NzMwNDM3IDIuNDE5Nzk4MzQsMTMuNzMxMDc4NyBDNC43Mzg4MTQ5NCwxNS45ODkxMTM4IDguMTg5OTY5MTgsMTYuNjI3MjcxNiAxMS4xNjMxMDgxLDE1LjM0NzgxNjUgQzE0LjEzNjI0NywxNC4wNjgzNjE1IDE2LjA0NTQ2MjIsMTEuMTIzNDMyMiAxNiw3Ljg4NyBDMTUuOTQwNzQ3NiwzLjQ3MjQ5ODQ4IDEyLjMxNDUxMzEsLTAuMDU4Mzc5NDIxNSA3LjksLTguODgxNzg0MmUtMTYgWiBNOC43ODgsMi42NjcgQzkuMDY5OTIyMTcsMi42MjM1OTMyMSA5LjM1NTk4OTE0LDIuNzEzODUwODggOS41NjE5NTI0OSwyLjkxMTE5MTU5IEM5Ljc2NzkxNTg0LDMuMTA4NTMyMzEgOS44NzAzMTc2NiwzLjM5MDQ4MDIzIDkuODM5LDMuNjc0IEM5LjgxNTA2NDQ2LDQuNDEzNjMxIDkuMTk3NzI2OTUsNC45OTQ3NTk3MiA4LjQ1OCw0Ljk3NCBMOC4zOCw0Ljk3NCBDOC4wODY4ODIyNCw1LjAyNzU3MDI5IDcuNzg1NjIyOSw0Ljk0MDM1ODg5IDcuNTY2NDUzMDMsNC43Mzg0ODY3MyBDNy4zNDcyODMxNiw0LjUzNjYxNDU3IDcuMjM1NjU0MDMsNC4yNDM1MjQyMiA3LjI2NSwzLjk0NyBDNy4yODkwNjQ3OCwzLjU3MzAwMjg3IDcuNDY0NjM3MzQsMy4yMjUwMDIyNiA3Ljc1MTE0Njg1LDIuOTgzNDEzMjIgQzguMDM3NjU2MzUsMi43NDE4MjQxNyA4LjQxMDMxMTQ2LDIuNjI3NTUxMTMgOC43ODMsMi42NjcgTDguNzg4LDIuNjY3IFogTTYuNywxMi45OTIgQzYuMTQ0LDEyLjk5MiA1LjczNywxMi42NTYgNi4xMjUsMTEuMTczIEw2Ljc2NCw4LjU0MyBDNi44NzIsOC4xMjMgNi44OTIsNy45NTYgNi43NjQsNy45NTYgQzYuMjk2NTE4MzEsOC4wNzE2MzY3OCA1Ljg1MjE1ODg0LDguMjY2MDg2MzIgNS40NSw4LjUzMSBMNS4xNzMsOC4wNzUgQzYuMTc2Mjk3MDEsNy4xNjIxOTgyNyA3LjQxMTk1MjAzLDYuNTQzODUxNzIgOC43NDQsNi4yODggQzkuMjk4LDYuMjg4IDkuMzkxLDYuOTQ0IDkuMTE0LDcuOTU2IEw4LjM4MiwxMC43MTcgQzguMjU1LDExLjIwNSA4LjMwNSwxMS4zNzcgOC40MzgsMTEuMzc3IEM4Ljg5OTcwNDE3LDExLjI3MzczNzMgOS4zMjg3NDc2NiwxMS4wNTgwMTMzIDkuNjg3LDEwLjc0OSBMMTAsMTEuMTczIEM5LjEzMTgxNjc5LDEyLjEyODA4MTcgNy45NzEwOTk4MSwxMi43Njc4ODMgNi43LDEyLjk5MiBaIiBpZD0iSUNPTl9pbmZvIiBmaWxsPSIjMTY2Qzk0Ij48L3BhdGg+ICAgIDwvZz48L3N2Zz4=);
	background-repeat: no-repeat;

}
.npt-preview-pane {
	width: 400px;
	height: 250px;
	position: relative;
	background: #ddd url(https://resourcex1.dditscdn.com/vc97676a6/site/npp/img/npt/promotool/videopromo/player.png) no-repeat left top;
	background-size: contain;
	color: #fff;
}
.npt-preview-pane .track-bar {
	position: absolute;
	left: 10px;
	bottom: 34px;
	height: 4px;
	width: calc(100% - 20px);
	background: #898989;
}
.npt-preview-pane .volume-bar {
	bottom: 16px;
	width: 50px;
	left: 185px;
	background: #353535;
}
.npt-preview-pane .volume-bar .volume-position {
	width: 75%;
	height: 100%;
	background: #8AC437;
}
.npt-preview-pane .volume-bar .volume-knob {
	left: 75%;
	height: 15px;
	width: 4px;
	background: white;
	position: absolute;
	top: -5px;
}
.npt-preview-pane .question,
.npt-preview-pane .greetings {
	position: absolute;
	width: 100%;
	text-align: center;
}
.npt-preview-pane .greetings {
	font-size: 14px;
	top: 95px;
	font-weight: 100;
}
.npt-preview-pane .question {
	top: 115px;
	font-size: 20px;
	color: #FFFFFF;
}
.npt-preview-pane .model-name {
	color: #8AC437;
}
.npt-preview-pane .model-name:before {
	content: attr(data-performerId);
}
.npt-preview-pane .cta-button {
	position: absolute;
	width: 210px;
	height: 35px;
	line-height: 35px;
	left: calc(50% - 105px);
	bottom: 65px;
	font-size: 12px;
	border-radius: 4px;
	background: #8AC437;
	color: #212121;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.npt-preview-pane .cta-button:before {
	content: attr(data-label);
}
.npt-preview-pane .track-bar .track-position {
	height: 100%;
	width: 35%;
	background: #8AC437;
}
/* Iframe promotool */
.npt-iframe-size-input {
	width: 30px;
}

.npt-iframe-multiplier {
	display: table-cell \9; /* IE */
	width: 10px;
	padding: 0 5px;
}

/* ImageScroller promotool */
.npt-image-scroller-filter {
	min-width: 900px;
	text-align: center;
}

.npt-image-scroller-preview {
	display: inline-block;
	padding: 10px;
	box-shadow: 0px 0px 0px 1px #eee;
}

.npt-image-scroller-preview.fullWidth {
	display: block;
}

.npt-overlay-filter .npt-image-scroller-filter-column {
	vertical-align: top;
	text-align: left;
	padding: 0 15px;
}

/* Custom iframe promotool */
.npt-customiframe-filter {
	max-width: 900px;
	text-align: center;
}
.npt-overlay-filter .npt-customiframe-filter-column {
	vertical-align: top;
	text-align: left;
	padding: 0 15px;
}
.npt-overlay-filter .npt-customiframe-sizelabel,
.npt-customiframe-filter .sizeinput {
	width: 30%;
}
.npt-overlay-filter .npt-customiframe-pad {
	width: 35%;
	margin-right: 5%;
}
.npt-overlay-filter .npt-customiframe-padunit {
	width: 30%;
}
.npt-customiframe-preview {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 10px;
}
.npt-customiframe-preview.responsive {
	min-width: 900px;
}
.npt-customiframe-sizenotice {
	font-size: 2.3em;
	color: #4f585d;
}
.npt-customiframe-result .button {
	width: 100%;
	max-width: 400px;
}

/* match maker tool promotool */
.npt-matchmaker-preview {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 10px;
}

.npt-matchmaker-preview.responsive {
	width: 700px;
	height: 500px;
}

/* Redirect tool promotool */
.npt-redirect-info {
	color: #4F5257;
	font-size: 1.5em;
	width: 340px;
	max-width: auto;
	padding: 30px;
	margin: 0 auto;
}

.npt-redirect-info p:last-of-type {
	margin-bottom: 0;
}

/* Income calculator promotool */
.npt-calc-frame {
	border: 1px solid #ccc;
	padding: 10px;
}

/* Hypnotic image promotool */
.npt-hypnotic-frame {
	border: 1px solid #ccc;
	-webkit-transition: padding 0.3s ease;
	-moz-transition: padding 0.3s ease;
	-o-transition: padding 0.3s ease;
	transition: padding 0.3s ease;
}
.npt-hypnotic-frame:hover {
	padding: 10px;
}

/* Video Banner Pro promotool */
.npt-video-banner-pro-title {
	line-height: 21px;
	height: 21px;
	text-align: left;
	font-size: 1.5em;
	margin-bottom: 24px;
	color: #98A2A9;
	text-transform: uppercase;
}

.npt-video-banner-pro-title.target-section {
	margin-top: 20px;
}

.npt-video-banner-pro-tags-container {
	position: relative;
}

.npt-video-banner-pro-tags-autosuggest {
	width: calc(100% - 4px);
	height: auto;
	max-height: 150px;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	list-style: none;
	z-index: 1;
	background-color: white;
	border: 2px solid #d8dee1;
}

.npt-video-banner-pro-tags-autosuggest li {
	padding: 5px 10px;
	cursor: pointer;
	font-size: 12px;
}

.npt-video-banner-pro-tags-autosuggest li:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.npt-video-banner-pro-tags-selected {
	max-height: 150px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.npt-video-banner-pro-tags-selected li {
	position: relative;
	display: inline-block;
	background: #f0f5f8;
	border: 1px solid;
	border-radius: 4px;
	padding: 5px 20px 5px 10px;
	margin: 4px;
	color: #166c94;
	list-style: none;
	cursor: pointer;
	font-size: 12px;
}

.npt-video-banner-pro-tags-selected li::after {
	content: '✖';
	position: absolute;
	right: 0;
	top: 0;
	line-height: 1;
	font-size: 10px;
	padding: 3px;
}

/* Overlay ad promotool */
.npt-overlayad-filter .filter-label {
	line-height: 40px;
}
.npt-overlayad-test {
	display: inline-block;
	position: relative;
	border: 1px solid #CCC;
	cursor: pointer;
}
.npt-overlayad-test-preview {
	width: 288px;
	height: 173px;
	vertical-align: middle;
}
.npt-overlayad-test,
.npt-overlayad-test-layer {
	padding: 10px;
}
.npt-overlayad-test-layer {
	position: absolute;
	top: 0;
	left: 0;
}

/* Postitial promotool */
div[class^='overlayContainer--'] {
	z-index: 10001;
}
.npt-postitial-preview-fade {
	display: none;
	pointer-events: none;
}
.npt-postitial-preview {
	cursor: pointer;
}

/* Model status promotool */
.npt-modelstatus-status-container .filter-label {
	line-height: 20px;
}

/* Slide-in promotool */
.npt-slidein-filter {
	text-align: left;
}
.npt-slidein-preview img:first-child {
	position: absolute;
	width: 300px;
	height: 180px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.npt-slidein-preview {
	position: relative;
	width: 322px;
	margin: 0 auto;
}
.npt-slidein-preview img:last-child {
	position: relative;
}
.npt-overlay-filter .npt-slidein-filter-column {
	vertical-align: top;
	padding: 0 15px;
}
.npt-overlay-filter .npt-slidein-sizelabel,
.npt-slidein-filter .sizeinput {
	width: 30%;
}

/* Subcategory filters */
.sub-filter-line {
	clear: both;
}
.sub-filter-tag {
	margin-top: -5px;
	margin-left: 17px;
}
.npt-overlay-filter .sub-filter-selector,
.npt-overlay-filter .sub-filter-tag {
	width: 174px;
}
.npt-overlay-filter .select-as-button {
	width: 100%;
	background-color: #FFF;
	background-image: none;
	text-align-last: center;
}
.sub-filter-remover {
	position: relative;
	top: 10px;
	float: right;
	width: 21px;
	height: 21px;
	border: none;
	border-radius: 100%;
	background: none;
	outline: none;
	box-shadow: #999 0 0 0 2px inset;
}
.sub-filter-remover:before {
	content: '×';
	position: absolute;
	top: 2px;
	left: 0;
	width: 21px;
	height: 21px;
	line-height: 17px;
	font-size: 20px;
	font-weight: 700;
	color: #999;
}
.sub-filter-remover:hover {
	box-shadow: #E13334 0 0 0 2px inset;
}
.sub-filter-remover:hover::before {
	color: #E13334;
}
.sub-filter-remover:hover ~ select {
	border-color: #E13334;
}
.npt-livefeed-lead-checker {
	line-height: 36px;
}

/* GDPR confirmation Overlay */
.gdpr-confirm-overlay {
	opacity: 0;
}
.gdpr-confirm-overlay .overlaybox {
	background: #fff;
	overflow-y: auto;
}
.gdpr-confirm-overlay .overlaybody {
	max-height: calc(100vh - 80px);
	width: 624px;
}
.gdpr-confirm-overlay .overlay-close {
	margin: 15px;
	color: #166c94;
}
.gdpr-confirm-overlay .overlay-close:hover {
	color: #73b5d4;
}
.gdpr-confirm-overlay .overlaybox h3 {
	margin: 0 0 30px;
	font-size: 3.6em;
	color: #166c94;
	line-height: 1;
}
.gdpr-confirm-overlay .overlaybox ul,
.gdpr-confirm-overlay .overlaybox p {
	margin: 0 0 25px;
	font-size: 1.8em;
	color: #4f585d;
}
.gdpr-confirm-overlay .overlaybox ul {
	width: 80%;
}
.gdpr-confirm-overlay .overlaybox li {
	margin-bottom: 5px;
}
.gdpr-confirm-overlay .overlaybox .input,
.gdpr-confirm-overlay .overlaybox .button {
	display: inline-block;
	width: 300px;
}
.gdpr-confirm-overlay .overlaybox .input--password {
	margin-right: 20px;
}
.gdpr-confirm-overlay .overlaybox .cancel-button {
	margin-bottom: 25px;
}
.gdpr-confirm-overlay .overlaybox .forget-data-confirm-section {
	padding-bottom: 20px;
	animation: fadein 1s;
}
.gdpr-privacy-link {
	display: inline-block;
	margin-top: 10px;
}

/* Company registration overlay */
.company-overlay {
	background: rgba(28, 55, 72, 0.98);
}
.company-overlay .overlaybox {
	width: 1120px;
	height: 100%;
}
.company-overlay-content {
	position: relative;
	display: table;
	width: 100%;
	height: calc(100% - 308px);
	border: 1px solid #485e6c;
	border-width: 1px 0;
	text-align: center;
	margin-top: 154px;
	padding: 60px 0;
}
.company-overlay-content-inner {
	display: table-cell;
	vertical-align: middle;
}
.company-overlay-icon {
	display: inline-block;
	width: 97px;
	height: 97px;
	margin-bottom: 23px;
	animation: pulse 0.5s;
}
.company-overlay h2 {
	font-size: 4.8em;
	font-weight: 300;
	letter-spacing: -1px;
	color: #fff;
	margin-bottom: 30px;
}
.company-overlay p,
.company-overlay a,
.company-overlay .s-anchor {
	color: #82929b;
}
.company-overlay p {
	line-height: 1;
	font-size: 1.4em;
	margin: 0;
}
.company-overlay a {
	font-weight: bold;
	text-decoration: none;
}
.company-overlay-status-wrap,
.company-overlay-action-button-wrapper {
	padding-top: 90px;
}
.company-overlay-status-wrap {
	color: #fff;
}
.company-overlay-status-wrap h3 {
	font-size: 1.4em;
	text-transform: uppercase;
}
.company-overlay-status {
	width: 720px;
	margin: 0 auto;
	padding-top: 32px;
}
.company-overlay-field {
	line-height: 40px;
	font-size: 1.2em;
	padding: 0 30px;
	margin-right: 10px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18);
}
.company-overlay-field:last-child {
	margin-right: 0;
}
.company-overlay-field--name {
	width: calc(70% - 10px);
	text-align: left;
	font-size: 1.4em;
}
.company-overlay-field--status {
	width: 30%;
	font-size: 1.2em;
	text-transform: uppercase;
}
.company-overlay-action-button-wrapper .button {
	display: block;
	margin: 0 auto 23px;
}
.company-overlay-action-button-wrapper .button:focus {
	outline: none;
}
.company-overlay-action-button-wrapper a {
	text-transform: uppercase;
	font-size: 1.6em;
	color: #fff;
}
.company-overlay-action-button-wrapper .company-overlay-cancel {
	opacity: 0.2;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.company-overlay-action-button-wrapper .company-overlay-cancel:hover {
	opacity: 0.35;
}
.company-overlay footer {
	width: inherit;
	height: 154px;
	vertical-align: middle;
	text-align: center;
	padding: 34px 0;
}
.company-overlay footer a:hover {
	text-decoration: underline;
}
.company-overlay-close,
.company-overlay-close svg {
	position: absolute;
}
.company-overlay-close {
	top: -25px;
	right: -50px;
	width: 50px;
	height: 50px;
	border: 6px solid;
	border-radius: 50%;
}
.company-overlay-close,
.company-overlay-close:hover {
	color: #909da6;
}
.company-overlay-close svg {
	top: 50%;
	left: 50%;
	width: 18px;
	height: 18px;
	fill: #909da6;
	transform: translate(-50%, -50%);
}
.company-overlay-logo {
	opacity: 0.5;
	margin-bottom: 34px;
}

/* News page */
.page_news .subhead,
.page_search .subhead,
.page_newsby .subhead {
	padding-top: 145px;
}
.news {
	color: #4f585d;
}
.page_news .title,
.page_search .title,
.page_newsby .title,
.news h4,
.news a {
	color: #166C94;
}
.page_news .s-subtitle {
	margin-bottom: 35px;
}
.news-search .input {
	width: 255px;
}
.news-search .button {
	width: auto;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	padding: 0 20px;
}
.newshead {
	padding-bottom: 25px;
}
.news-date {
	margin: 0;
}
.news h4,
.news ol,
.news ul,
.tagwrap,
.news-date,
.newsfoot .backbtn {
	font-size: 1.6em;
}
.news img {
	width: 100%;
	margin-bottom: 35px;
}
.news h4 {
	margin-bottom: 15px;
}
.news a {
	text-decoration: none;
}
.news a:hover {
	text-decoration: underline;
}
.news li {
	margin: 3px 0;
}
.news table {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.4em;
}
.news table,
.news td {
	border: none;
}
.news th {
	background: #166c94;
	text-align: center;
	color: #fff;
}
.news tr {
	height: 40px;
	background: #f4f6f7;
}
.news tr:nth-child(even) {
	background: #e8ebed;
}
.news td,
.news th {
	border-left: 2px solid #fff;
}
.news td:first-child,
.news th:first-child {
	border-left: none;
}
.news td {
	padding: 0 20px;
}
.newsfoot {
	text-align: right;
}
.tagwrap {
	text-align: left;
	padding-top: 15px;
}

/* Blog page */
.page_blog .sitehead {
	position: relative;
}
.page_blog .sitehead-logowrap {
	position: absolute;
}
.page_blog .subhead.section {
	margin-top: 0;
}
.page_blog .title {
	color: #166C94;
}
.page_blog .s-title {
	margin: 0;
}
.page_blog .item-title,
.page_blog .item-link,
.page_blog .item-info {
	color: #4f585d;
}
.page_blog time,
.page_blog .item-data {
	color: #9ba6ac;
}
.bloghead .content {
	padding: 30px 0;
	border-bottom: 2px solid #d9e6ed;
}
.blogmenu {
	line-height: 50px;
}
.blogmenu-item {
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
	color: #4f585d;
	padding: 0 15px;
}
.blogmenu-item:hover,
.blogmenu-item.is-active {
	background: #166c94;
	color: #fff;
}
.blog-breadcrumb {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #8b9093;
	padding-top: 10px;
}
.blog-breadcrumb-link:hover {
	text-decoration: underline;
}
.blog-col-left {
	width: 630px;
}
.blog-col-right {
	width: 325px;
	margin-left: 35px;
}
.blog-featured {
	padding: 45px 0;
}
.blog-featured-imgwrap {
	position: relative;
	height: 420px;
	overflow: hidden;
}
.blog-featured-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 630px;
	height: 420px;
}
.blog-featured-item {
	display: block;
	height: 90px;
	border-left: 1px solid #e5e9ec;
	margin-bottom: 20px;
	padding: 0 12px 0 8px;
	cursor: pointer;
	-webkit-transition: border-color 0.3s ease;
	-moz-transition: border-color 0.3s ease;
	-o-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.blog-featured-item.last {
	margin-bottom: 0;
}
.blog-featured-item:hover,
.blog-featured-item.is-active {
	border-color: #536067;
}
.blog-featured-item .item-cell {
	display: table-cell;
	width: inherit;
	height: inherit;
	vertical-align: middle;
}
.blog-featured-item .item-title {
	line-height: 1.3;
	font-size: 2.2em;
	font-weight: normal;
}
.blog-featured-item time {
	font-size: 1.4em;
}
.blog-popular .content {
	position: relative;
	border: 1px solid #d7d8d5;
	border-width: 1px 0 1px 0;
	padding: 40px 0;
}
.blog-popular-title {
	position: absolute;
	top: -14px;
	right: 0;
	left: 0;
	text-align: center;
}
.blog-popular-title .text {
	background: #fff;
	text-align: center;
	font-size: 2.2em;
	font-weight: normal;
	text-transform: uppercase;
	color: #536067;
	padding: 0 10px;
}
.blog-popular-item {
	width: 228px;
	text-align: center;
	margin-right: 26px;
}
.blog-popular-item.last {
	margin-right: 0;
}
.zoomwrap {
	overflow: hidden;
}
.zoomwrap img {
	opacity: 0.7;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.zoomwrap:hover img {
	opacity: 1;
	-ms-transform: scale(1.08, 1.08);
	-webkit-transform: scale(1.08, 1.08);
	transform: scale(1.08, 1.08);
}
.blog-popular .zoomwrap {
	margin-bottom: 7px;
}
.blog-popular-item .item-img {
	display: block;
	width: 228px;
	height: 198px;
}
.blog-popular-item .category-name {
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	color: #166c94;
	margin-bottom: 3px;
}
.blog-popular-item .item-title {
	line-height: 1.5;
	font-size: 1.4em;
	margin-bottom: 3px;
}
.blog-popular-item .item-title:hover {
	text-decoration: underline;
}
.blog-popular-item time {
	font-size: 1.2em;
}
.blog-main {
	padding-bottom: 60px;
}
.blog-infobox .item-title {
	font-size: 1.8em;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.blog-infobox .item-info {
	text-align: justify;
	line-height: 1.2;
}
.blog-infobox,
.blog-post {
	padding: 40px 0;
	border-bottom: 1px solid #d7d8d5;
}
.blog-post.last {
	border: none;
}
.blog-post .item-title {
	font-size: 2.6em;
	font-weight: normal;
	margin-bottom: 8px;
}
.blog-post--full .item-title {
	font-size: 3.2em;
	margin-bottom: 16px;
}
.blog-post .item-link,
.blog-post .item-tag {
	font-weight: normal;
}
.blog-post .item-tag {
	font-size: 1.2em;
	text-transform: uppercase;
}
.blog-post .item-data {
	margin-bottom: 30px;
}
.blog-post time {
	font-size: 1.2em;
}
.blog-post-imgwrap {
	position: relative;
	overflow: hidden;
	margin: 30px 0;
}
.blog-post-imgtext {
	position: absolute;
	right: 0;
	bottom: -55px;
	left: 0;
	height: 55px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNg2AQAALUAs0e+XlcAAAAASUVORK5CYII=) repeat;
	line-height: 55px;
	font-size: 1.4em;
	font-weight: normal;
	color: #d8d7d7;
	padding: 0 20px;
	-webkit-transform: translateZ(0);
	-webkit-transition: bottom 0.3s ease;
	-moz-transition: bottom 0.3s ease;
	-o-transition: bottom 0.3s ease;
	transition: bottom 0.3s ease;
}
.blog-img-loaded:hover .blog-post-imgtext {
	bottom: 0;
}
.blog-post .item-img {
	display: block;
	width: 630px;
	height: 330px;
}
.blog-post-img {
	display: block;
	margin: 0 auto 20px auto;
	border: 1px solid #DEDEDE;
}
.blog-post h3,
.blog-post p,
.blog-post blockquote,
.blog-post-vote {
	padding: 0 20px;
}
.blog-post h3 {
	font-size: 1.6em;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.blog-post a,
.blog-breadcrumb-link {
	color: #166c94;
}
.blog-post a {
	word-wrap: break-word;
	font-weight: bold;
}
.blog-post a:hover {
	text-decoration: underline;
}
.blog-post ol,
.blog-post ul,
.blog-post p,
.blog-post blockquote {
	line-height: 1.5;
	margin: 0 0 20px;
}
.blog-post h3,
.blog-post li,
.blog-post p {
	color: #4f585d;
}
.blog-post li,
.blog-post p {
	text-align: justify;
	font-size: 14px;
}
.blog-post ol,
.blog-post ul {
	padding-right: 40px;
}
.blog-post li {
	margin-bottom: 10px;
}
.blog-post ol ol,
.blog-post ul ul,
.blog-post li li,
.blog-post li p {
	margin-bottom: 5px;
}
.blog-post li p {
	padding: 0;
}
.blog-post i {
	display: inline;
}
.blog-post blockquote {
	border-left: 3px solid #166c94;
	font-size: 1.6em;
	font-style: italic;
	color: #b0b2b3;
}
.blog-post .button {
	display: inline-block;
	width: auto;
	height: 35px;
	line-height: 35px;
	color: #fff;
	margin: 15px 0 0 20px;
	padding: 0 11px;
}
.blog-post .button:hover {
	text-decoration: none;
}
.blog-post-vote,
.blog-post-social {
	margin-top: 30px;
}
.blog-post-vote {
	text-align: right;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.blog-post-vote .votenumber,
.blog-post-vote .vote-icon {
	display: inline-block;
}
.blog-post-vote .votenumber {
	font-size: 1.2em;
	color: #166C94;
	padding: 0 10px;
}
.blog-post-vote .vote-icon {
	position: relative;
	border: solid transparent;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	cursor: pointer;
}
.blog-post-vote .vote-icon.is-inactive {
	opacity: 0.3;
	cursor: default;
}
.blog-post-vote .vote-up {
	border-bottom: 15px solid #166C94;
}
.blog-post-vote .vote-down {
	border-top: 15px solid #166C94;
}
.blog-post-social .btn-social {
	margin-right: 50px;
}
.blog-post-social .stButton {
	margin: 0;
}
.blog-post-commentbox {
	margin-top: 15px;
}
.blog-post-container {
	margin: 0 auto 20px;
	text-align: center;
}
.blog-post-table {
	margin: 20px auto 20px;
}
.blog-post-table .blog-post-img {
	margin: 0 10px 10px 10px;
}
.blog-post-table h4 {
	margin: 0 20px 10px 20px;
	text-align: center;
	font-size: 1.4em;
	color: #4f585d;
}
.blog-post-skype p {
	margin: 0;
	padding: 0;
	text-align: center;
}
.blog-post-skype img {
	margin: 0 !important;
	vertical-align: 0 !important;
	padding: 0;
}
.blog-post .blog-post-note {
	font-size: 1.2em;
}
.blog-post .programs-table .title {
	color: #FFFFFF
}
.blog-post .programs-list li {
	margin-bottom: 23px;
}
.blog-sidebox {
	padding-top: 40px;
}
.blog-sidebox .item-title {
	position: relative;
	text-align: center;
	font-size: 1.6em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.blog-sidebox .item-title:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	border-top: 1px solid #d7d8d5;
}
.blog-sidebox .item-title-text {
	position: relative;
	background: #fff;
	padding: 0 15px;
	z-index: 1;
}
.blog-search .input {
	width: 220px;
}
.blog-search .button {
	width: 95px;
	height: 40px;
	line-height: 40px;
	margin-left: 5px;
}
.blog-latest-item {
	display: block;
	margin-bottom: 20px;
}
.blog-latest-item.last {
	margin-bottom: 0;
}
.blog-latest-item .item-img {
	width: 150px;
	height: 100px;
}
.blog-latest-item .item-data {
	width: 150px;
	margin-left: 20px;
}
.blog-latest-item h4 {
	line-height: 1.2;
	font-size: 1.4em;
	color: #536067;
	margin-bottom: 5px;
}
.blog-latest-item h4:hover {
	text-decoration: underline;
}
.blog-archives .input--select {
	width: 100%;
}
.blog-follow,
.blog-calculator {
	text-align: center;
}
.blog-banner .item-img {
	display: block;
	width: 320px;
	height: 214px;
	margin: 30px auto 0;
}
.pager {
	width: 630px;
}
.pager-list {
	text-align: center;
	margin: 20px auto;
	padding: 0;
}
.pager-list-item {
	display: inline-block;
}
.pager-link {
	display: inline-block;
	border: 1px solid #e1e2e2;
	font-size: 1.6em;
	color: #166c94;
	padding: 5px 10px;
	margin-right: 10px;
}
.pager-link:hover,
.pager-list-item.is-active .pager-link {
	background-color: #166c94;
	font-weight: bold;
	color: #ffffff;
}

/* Promotion page */
.page_promotion .subhead {
	height: 452px;
	background: #021620 url(https://resourcex3.dditscdn.com/vc97676a6/site/npp/img/bg_page_promotion_doublecheck.jpg) no-repeat center top;
	padding-top: 145px;
}
.page_promotion .subhead-prolog {
	color: #fff;
	font-size: 3em;
	text-transform: uppercase;
}
.promotion-box {
	margin-bottom: 70px;
}
.promotion-box.last {
	margin-bottom: 0;
}
.promotion-box h4,
.promotion-box ul {
	font-size: 1.6em;
	color: #4f585d;
}
.promotion-box h4 {
	margin: 30px 0 10px;
}
.promotion-box ul {
	margin: 0;
}
.promotion-table {
	width: 725px;
	margin: 40px auto 0;
}
.promotion-column {
	background: #99e02a;
	color: #166c94;
}
.promotion-apply {
	text-align: center;
}
.promotion-apply .text--disallowed,
.promotion-apply .text--applied {
	font-size: 2.4em;
	font-weight: bold;
	text-transform: uppercase;
}
.promotion-apply .text--disallowed {
	color: #94162e;
}
.promotion-apply .text--applied {
	color: #8bC437;
}
.promotion-flick {
	position: fixed;
	right: 0;
	bottom: 200px;
	width: 146px;
	height: 118px;
	background: url(https://resourcex2.dditscdn.com/vc97676a6/site/npp/img/promotion_doublecheck_flick.png) no-repeat center top;
	z-index: 1;
}
.promotion-flick-close {
	position: absolute;
	top: 15px;
	right: 1px;
	line-height: 1;
	font-size: 2.1em;
	font-weight: 600;
	color: #e18484;
}
.getstarted-promo {
	display: block;
	overflow: hidden;
}
.getstarted-promo-inner {
	position: relative;
	width: 990px;
	height: 200px;
	background: url(https://resourcex3.dditscdn.com/vc97676a6/site/npp/img/bg_dashboard_getstarted_promotion_doublecheck.jpg) no-repeat;
	padding: 17px 0 0 20px;
	margin-bottom: 30px;
}
.getstarted-promo-title,
.getstarted-promo-sub {
	color: #fff;
}
.getstarted-promo-title {
	letter-spacing: 1px;
	font-size: 4em;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.getstarted-promo-sub {
	line-height: 1.2;
	font-size: 2.6em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.getstarted-promo .ghost {
	padding: 10px 30px;
}
.getstarted-promo .getstarted-large-close {
	color: #fff;
}

/* Get started page */
.page_getstarted {
	counter-reset: section;
}
.page_getstarted .subhead {
	padding-top: 145px;
}
.page_getstarted .title {
	color: #166C94;
}
.page_getstarted .subhead-prolog {
	font-weight: bold;
	color: #4f585d;
}
.tutorial-title {
	counter-increment: section;
}
.tutorial-title:before {
	content: counter(section) '. ';
}
.products-img {
	width: 990px;
	height: 311px;
}
.product,
.tool-category {
	width: 25%;
}
.product {
	text-align: center;
}
.product--livejasmin .title {
	color: #a50202;
}
.product--niche .title {
	color: #07487b;
}
.product--whitelabels .title {
	color: #7db12f;
}
.product p {
	padding: 0 14px;
}
.product--whitelabels .s-anchor {
	font-size: 1.6em;
}
.getstarted-program {
	width: 485px;
	height: 180px;
	background: #f4f6f7;
	margin: 0 20px 80px 0;
}
.getstarted-program.last {
	margin-right: 0;
}
.getstarted-program .nameblock {
	display: table;
	width: 180px;
	height: inherit;
	text-align: center;
}
.nameblock--green {
	background: #8bc437;
}
.nameblock--blue {
	background: #166c94;
}
.nameblock .title {
	display: table-cell;
	vertical-align: middle;
	line-height: 1;
	font-size: 2.8em;
	letter-spacing: 1px;
	color: #fff;
}
.nameblock .normal {
	font-weight: normal;
}
.getstarted-program .textwrap {
	box-sizing: border-box;
	width: 305px;
	height: inherit;
	padding: 15px;
}
.nameblock-title {
	font-size: 1.5em;
	font-weight: 800;
	color: #166c94;
	margin-bottom: 10px;
}
.getstarted-program .nameblock-text {
	line-height: 1.3;
	font-size: 1.3em;
	margin: 0;
}
.getstarted-toolwrap {
	padding-bottom: 70px;
}
.tool-category .title {
	height: 65px;
}
.tool-category ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tool-category li {
	display: table;
	height: 48px;
	font-size: 1.6em;
	text-transform: uppercase;
	color: #879094;
	margin-bottom: 20px;
	padding: 0 60px;
}
.tool-text {
	display: table-cell;
	vertical-align: middle;
}
.getstarted-btnwrap {
	text-align: center;
}
.select-tools {
	display: inline-block;
	width: auto;
	padding: 0 45px;
}
.getstarted-icon {
	background: url(https://resourcex1.dditscdn.com/vc97676a6/site/npp/img/sprite/sprite_getstarted.png) no-repeat;
}
.getstarted-icon--livefeed {
	background-position: 0px 0px;
}
.getstarted-icon--fakelivefeed {
	background-position: 0px -816px;
}
.getstarted-icon--chatheadtool {
	background-position: 0px -864px;
}
.getstarted-icon--freechat {
	background-position: 0px -48px;
}
.getstarted-icon--banner {
	background-position: 0px -96px;
}
.getstarted-icon--videobanner {
	background-position: 0px -720px;
}
.getstarted-icon--videobanner-pro {
	background-position: 0px -960px;
}
.getstarted-icon--imagescroller {
	background-position: 0px -1008px;
}
.getstarted-icon--videopromo {
	background-position: 0px -912px;
}
.getstarted-icon--postitial {
	background-position: 0px -768px;
}
.getstarted-icon--popunder {
	background-position: 0px -144px;
}
.getstarted-icon--linkcode {
	background-position: 0px -192px;
}
.getstarted-icon--camtube {
	background-position: 0px -288px;
}
.getstarted-icon--whitelabel {
	background-position: 0px -336px;
}
.getstarted-icon--slidebar {
	background-position: 0px -432px;
}
.getstarted-icon--hypnoimage {
	background-position: 0px -480px;
}
.getstarted-icon--hypnobanner {
	background-position: 0px -528px;
}
.getstarted-icon--gifbanner {
	background-position: 0px -576px;
}
.getstarted-icon--overlayad {
	background-position: 0px -624px;
}
.getstarted-icon--oneclick {
	background-position: 0px -672px;
}
.getstarted-icon--slidein {
	background-position: 0px -1056px;
}

/* Dashboard Page */
.page_index .tooltip:before {
	left: 50%;
	margin-left: -6px;
}
.dashboard-status {
	background: none;
	margin-top: 120px;
}
.dashboard-status .content {
	border-bottom: 2px solid #d8dee1;
	padding-bottom: 35px;
}
.dashboard-box {
	width: 50%;
}
.dashboard-income-text {
	font-size: 2.2em;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 60px;
}
.dashboard-income-anchor {
	color: #8bc437;
}
.dashboard-income-label,
.dashboard-income-value {
	vertical-align: middle;
}
.dashboard-income-value {
	font-size: 1.6em;
	font-weight: 800;
}
.dashboard-box .confirm-notify {
	margin-top: 38px;
}
.dashboard-box .confirm-notify-text {
	font-size: 1.6em;
	color: #94162e;
	margin: 0 5px;
}
.confirm-notify .dashboard-icon,
.confirm-notify .common-icon--notify,
.confirm-notify-text {
	vertical-align: middle;
}
.common-icon {
	background: url(https://resourcex1.dditscdn.com/vc97676a6/site/npp/img/sprite/sprite_common.png) no-repeat;
}
.common-icon--notify {
	width: 31px;
	height: 30px;
}
.confirm-notify .common-icon--notify {
	margin-right: 5px;
}
.common-icon--info {
	width: 18px;
	height: 22px;
	background-position: -34px 2px;
}
.common-icon--info[data-tooltipid="currencyTooltip"] {
	margin-left: 5px;
	background-position-y: 0;
}
.stat-notification-icon {
	position: absolute;
	top: 6px;
	right: 0px;
	width: 25px;
	height: 25px;
}
.dashboard-icon {
	background: url(https://resourcex1.dditscdn.com/vc97676a6/site/npp/img/sprite/sprite_dashboard.png) no-repeat;
}
.dashboard-icon--list {
	background-position: 0 0;
}
.dashboard-warning {
	display: block;
	background-color: #a50202;
	font-size: 1.4em;
	color: #FFFFFF;
	margin-bottom: 40px;
	padding: 22px 20px;
}
.dashboard-warning strong {
	text-transform: uppercase;
}
.signupbonus-box {
	background: #f4f6f7;
	padding: 30px 50px;
}
.signupbonus-title {
	width: 100%;
	text-align: center;
	font-size: 2.2em;
	font-weight: normal;
	text-transform: uppercase;
	color: #166c94;
	margin-bottom: 22px;
}
.signupbonus-indicator {
	position: relative;
	height: 20px;
	background: #FFF;
	box-shadow: inset 2px 2px 0px 0px #d8dee1, inset -2px -2px 0px 0px #d8dee1;
	overflow: hidden;
}
.signupbonus-indicator .progress {
	width: 100%;
	height: 100%;
	background: #8bc437;
}
.signupbonus-value {
	width: 33.33%;
	text-align: center;
	font-size: 1.4em;
	font-style: normal;
	color: #c0c6ca;
	margin-top: 8px;
}
.signupbonus-left {
	text-align: left;
}
.signupbonus-right {
	text-align: right;
}
.signupbonus-text {
	width: 50%;
	font-size: 1.4em;
	color: #8bc437;
	padding-left: 22px
}
.signupbonus-note {
	width: 100%;
	color: #adb5b9;
	font-size: 1.1em;
	margin: 0;
	text-align: center;
}
.signupbonus-text--undone:before,
.signupbonus-text--done:before {
	position: absolute;
	font-size: 1.4em;
	margin-left: -22px;
}
.signupbonus-text--done:before {
	content: '\2714';
	margin-top: -3px;
}
.signupbonus-text--undone {
	color: #94162e;
}
.signupbonus-text--undone:before {
	content: '\00D7';
	font-size: 2.2em;
	margin-top: -12px;
}
.getstarted-wrap .content,
.promobanner-anchor {
	padding-top: 50px;
}
.getstarted-large-box {
	display: block;
	position: relative;
	width: calc(100% - 30px);
	height: 305px;
	background: url(https://resourcex0.dditscdn.com/vc97676a6/site/npp/img/bg_dashboard_getstarted_large.jpg) no-repeat;
	padding-left: 30px;
	overflow: hidden;
}
.getstarted-large-title {
	display: inline-block;
	font-size: 4.4em;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 35px;
}
.getstarted-large-title strong {
	font-size: 1.025em;
	font-weight: 800;
}
.getstarted-large-list {
	color: #fff;
	list-style-type: none;
	font-size: 2em;
	text-transform: uppercase;
	font-weight: 800;
	padding: 0;
	counter-reset: mycounter;
}
.getstarted-large-list li {
	margin-bottom: 14px;
}
.getstarted-large-list li:before {
	counter-increment: mycounter;
	content: counter(mycounter) '.';
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin-right: 14px;
	text-align: center;
}
.getstarted-large-close {
	position: absolute;
	top: 0;
	right: 5px;
	line-height: 1;
	font-size: 3em;
	font-weight: 600;
	color: #bbb;
	margin: 0;
}
.getstarted-large-button {
	display: inline-block;
	background: #166c94;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 1.4em;
	font-weight: 800;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0;
	padding: 10px 18px;
}
.dashboard-news-left {
	text-align: left;
}
.page-s .dashboard-news-more {
	font-size: 1.4em;
}
.getstarted-small-box {
	display: block;
	width: 970px;
	height: 40px;
	background: url(https://resourcex2.dditscdn.com/vc97676a6/site/npp/img/bg_dashboard_getstarted_small.jpg) no-repeat;
	margin-top: 80px;
	padding: 10px;
}
.getstarted-small-title {
	display: inline-block;
	line-height: 40px;
	font-size: 3em;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0 20px 0 10px;
}
.getstarted-small-button {
	display: inline-block;
	background: #166c94;
	font-size: 1.4em;
	font-weight: 800;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0;
	padding: 10px 18px;
}
.promobanner-anchor {
	display: block;
}
.promobanner-img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

/* Lexpo 2015*/
.page_conference {
	background: #000000 url(https://resourcex3.dditscdn.com/vc97676a6/site/npp/img/conference/lexpo15_bg.jpg) no-repeat fixed;
	background-size: cover;
}
.container-lexpo {
	font-family: Trebuchet MS, verdana;
	text-align: center;
}
.lexpo-subhead {
	padding-top: 200px;
}
.lexpo-slogan {
	line-height: 1.125em;
	font-size: 2.125em;
	color: #000;
	text-shadow: 0 0 3px rgba(255, 255, 255, 0.75);
	padding: 30px 0 3px;
}
.lexpo-logo,
.lexpo-logo-jasmin {
	vertical-align: middle;
}
.lexpo-logo {
	width: 360px;
	height: 140px;
}
.lexpo-logo-jasmin {
	width: 200px;
	height: 34px;
	padding-top: 50px;
}
.lexpo-video-jasmin {
	width: 580px;
	height: 114px;
	margin: 20px auto 40px;
}
.lexpo-invitation p {
	font-size: 1.8em;
	font-weight: bold;
	color: white;
	text-shadow: 0 0 3px rgba(0, 0, 0, 1);
}
.lexpo-invitation .last {
	padding-bottom: 0;
	margin-bottom: 0;
}
.lexpo-registration-form {
	width: 400px;
	margin: 0 auto;
	padding: 40px 0 80px 0;
}
.lexpo-registration-form input,
.lexpo-registration-form select {
	width: 100%;
	margin: 0 0 10px;
}
.lexpo-registration-form .input--password {
	width: 230px;
	margin-left: 6px;
}
.lexpo-modification-success {
	font-size: 1.8em;
	color: #a7e8a6;
	font-weight: bold;
	text-shadow: 0 0 3px rgba(0, 0, 0, 1);
}
.page_approvesignuprequest .page-s {
	background: none repeat scroll 0 center rgba(0, 0, 0, 0);
}
.page_approvesignuprequest .conference-feedback-content {
	padding-top: 140px;
}
.conference-table {
	margin-top: 40px;
	text-align: left;
}
.conference-table .first {
	font-weight: bold;
}

/* Promo overlay */
.promobox {
	position: relative;
	width: 310px;
	height: 471px;
	color: #fff;
	margin-left: 20px;
	overflow: hidden;
}
.promobox:first-child {
	margin-left: 0;
}
.promohbox .textbox:nth-child(n) {
	filter: none;
}
.promohbox .table {
	width: 100%;
}
.promohbox .cell {
	vertical-align: middle;
}
.promohbox-head,
.promohbox-foot {
	position: absolute;
	left: 0;
	pointer-events: none;
}
.promohbox-head {
	top: 0;
	height: 95px;
}
.promohbox-head .cell {
	text-align: center;
}
.promohbox-foot {
	bottom: -80px;
	height: 80px;
}
.promohbox-foot .cell {
	padding: 0 20px;
}
.promohbox-head .title {
	font-size: 3em;
	padding: 0 25px;
}
.promohbox-foot .title {
	font-size: 2em;
	margin-bottom: 3px;
}
.promohbox .description {
	line-height: 1.3em;
	font-size: 1.6em;
	font-weight: normal;
}
.promohbox-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) repeat;
	z-index: 1;
}
.promowrap img {
	height: auto;
	width: 100%;
	vertical-align: middle;
}

/* Splash overlay */
.splashbox {
	position: relative;
	width: 310px;
	height: 471px;
	color: #fff;
	margin-left: 20px;
	overflow: hidden;
}
.splashbox:first-child {
	margin-left: 0;
}
.splashbox--livejasmin {
	background: #471414 url(https://resourcex3.dditscdn.com/vc97676a6/site/npp/img/splash_livejasmin.jpg) no-repeat;
}
.splashbox--livejasmin .textbox {
	background: rgba(71, 20, 20, 0.65);
}
.splashbox--awempire {
	background: #534F47 url(https://resourcex2.dditscdn.com/vc97676a6/site/npp/img/splash_awempire.jpg) no-repeat;
}
.splashbox--awempire .textbox {
	background: rgba(83, 79, 71, 0.65);
}
.splashbox--model {
	background: #424656 url(https://resourcex3.dditscdn.com/vc97676a6/site/npp/img/splash_model.jpg) no-repeat;
}
.splashbox--model .textbox {
	background: rgba(66, 70, 86, 0.65);
}
.splashbox .textbox:nth-child(n) {
	filter: none;
}
.splashbox .table {
	width: 100%;
}
.splashbox .cell {
	vertical-align: middle;
}
.splashbox-head,
.splashbox-foot {
	position: absolute;
	left: 0;
	pointer-events: none;
}
.splashbox-head {
	top: 0;
	height: 95px;
}
.splashbox-head .cell {
	text-align: center;
}
.splashbox-foot {
	bottom: -80px;
	height: 80px;
}
.splashbox-foot .cell {
	padding: 0 20px;
}
.splashbox-head .title {
	font-size: 3em;
	padding: 0 25px;
}
.splashbox-foot .title {
	font-size: 2em;
	margin-bottom: 3px;
}
.splashbox .description {
	line-height: 1.3em;
	font-size: 1.6em;
	font-weight: normal;
}
.splashbox-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) repeat;
	z-index: 1;
}

/* Footer */
.sitefoot {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 286px;
	background: #f3f3f3;
}
.sitefoot-inner,
.sitefoot-inner .col {
	vertical-align: middle;
}
.sitefoot-inner .iconwrap {
	padding-top: 7px;
}
.sitefoot-text,
.sitefoot-link {
	color: #9ba6ac;
}
.sitefoot-link:hover {
	text-decoration: underline;
}
.sitefoot-text {
	width: 330px;
	margin: 0 0 0 30px;
}
.main-icon--xbiz {
	width: 206px;
	height: 42px;
	background-position: 0 -14px;
	margin-right: 20px;
}
.main-icon--google,
.main-icon--fb,
.main-icon--twitter {
	width: 40px;
	height: 40px;
	margin-left: 20px;
}
.main-icon--google {
	background-position: -297px -14px;
}
.main-icon--fb {
	background-position: -211px -14px;
}
.main-icon--twitter {
	background-position: -254px -14px;
}

/* Subcategory filters */
.sub-filter-line {
	clear: both;
}
.sub-filter-tag {
	margin-top: -5px;
	margin-left: 17px;
}
.npt-overlay-filter .sub-filter-selector,
.npt-overlay-filter .sub-filter-tag {
	width: 174px;
}
.npt-overlay-filter .select-as-button {
	width: 100%;
	background-color: #FFF;
	background-image: none;
	text-align-last: center;
}
.sub-filter-remover {
	position: relative;
	top: 10px;
	float: right;
	width: 21px;
	height: 21px;
	border: none;
	border-radius: 100%;
	background: none;
	outline: none;
	box-shadow: #999 0 0 0 2px inset;
}
.sub-filter-remover:before {
	content: '×';
	position: absolute;
	top: 2px;
	left: 0;
	width: 21px;
	height: 21px;
	line-height: 17px;
	font-size: 20px;
	font-weight: 700;
	color: #999;
}
.sub-filter-remover:hover {
	box-shadow: #E13334 0 0 0 2px inset;
}
.sub-filter-remover:hover::before {
	color: #E13334;
}
.sub-filter-remover:hover ~ select {
	border-color: #E13334;
}
.npt-livefeed-lead-checker {
	line-height: 36px;
}

/* Account pages */

.payout-option {
	width: 350px;
	height: 378px;
	padding: 40px 40px 25px;
	overflow: hidden;
}
.payout-option,
.billing-option {
	margin: 25px 12px;
	background: #f2f5f7;
}
.radio-box {
	border: 2px solid transparent;
}
.radio-box.selected {
	border-color: #8bc437;
}
.radio-box.selected .button {
	background: #bedc99;
}
.radio-box-input {
	display: none;
}
.payout-form[data-payout-type="company"] [data-payout-type="individual"],
.payout-form[data-payout-type="individual"] [data-payout-type="company"] {
	display: none;
}
.payout-form .account-column {
	width: calc(100% - 350px);
	padding: 10px 0;
}
.payout-form .account-column .account-note {
	max-width: none;
	padding-left: 20px;
	margin-top: 10px;
}
.account-form-country-settings-container:not([data-country="CA"]) [data-country-dependency="CA"],
.account-form-country-settings-container:not([data-country="US"]) [data-country-dependency="US"],
.account-form-country-settings-container[data-country="CA"] [data-custom-country-replaceable-field],
.account-form-country-settings-container[data-country="US"] [data-custom-country-replaceable-field] {
	display: none;
}
.account-form[disabled] {
	opacity: 0.6;
	filter: saturate(0);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.payout-option-new-icon {
	position: absolute;
	top: 5px;
	right: -20px;
	width: 75px;
	padding: 4px 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background: #8bc437;
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
}
.payout-option .title,
.billing-option .title {
	font-size: 2.4em;
	font-weight: bold;
}
.payout-option .title {
	margin-bottom: 30px;
}
.payout-option-list {
	height: 195px;
	padding-left: 25px;
	text-align: left;
	font-size: 1.6em;
	list-style: none;
}
.payout-option-list li {
	position: relative;
	margin-bottom: 15px;
	color: #4f585d;
}
.payout-option-list li:before {
	content: '•';
	position: absolute;
	top: 1px;
	left: -25px;
	color: #166c94;
	font-size: 1.4em;
	line-height: 1;
}
.payout-note,
.account-row-subtitle {
	font-size: 1.2em;
	color: #4f585d;
}
.payout-note {
	margin: 0 0 25px;
}
.billing-option {
	width: 395px;
	height: 240px;
}
.billing-option .title {
	margin-top: 20px;
}
.billing-option p,
.billing-option .button {
	width: 300px;
}
.billing-option p {
	margin: 25px auto;
	font-size: 1.6em;
	color: #4f585d;
}
.billing-option .button {
	margin: 0 auto;
}
.account-terms-submit-wrapper {
	text-align: center;
	padding-bottom: 70px;
}
.account-terms-submit-note {
	line-height: 1.4;
	font-size: 1.2em;
	color: #4f585d;
	margin: 15px auto;
}
.account-terms-submit-wrapper .s-anchor {
	color: #166c94;
	font-weight: bold;
}
.account-terms-submit {
	display: block;
	margin: 18px auto 0;
}
.phone-input-container {
	position: relative;
}
.phone-input-container .input {
	margin-left: 0;
	padding-left: 25px;
}
.phone-input-prefix {
	position: absolute;
	top: 2px;
	left: 2px;
	padding: 0 5px;
	line-height: 36px;
	font-size: 2em;
	color: #4f585d;
	background: #e8ebed;
}
.account-row .phone-input-container {
	margin-left: 20px;
}
.payment-options-tooltip:not([data-payment-option='check']) {
	width: 440px;
	margin-left: -368px;
}
.payment-options-tooltip strong {
	display: inline-block;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}
.payment-options-tooltip:not([data-payment-option='check']) table {
	width: 100%;
}
.payment-options-tooltip td {
	padding-right: 0.6em;
}
.payment-options-tooltip td.value {
	font-weight: 600;
	padding-right: 0.3em;
}
.payment-options-tooltip td.indent {
	padding-left: 1.5em;
}
.payment-options-tooltip td.indent::before {
	content: '•';
	margin-right: 0.5em;
}

/* Minion debug */

.minion-debug-container {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10001;
}

/* UTILITY CLASSES */

.cf:before,
.cf:after {
	content: '';
	display: table;
}
.cf:after {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.table {
	display: table;
}
.cell {
	display: table-cell;
}
.displaynone {
	display: none !important;
}
.hidden {
	visibility: hidden;
}
.visible {
	visibility: visible;
}
.noscroll {
	position: fixed;
	width: 100%;
	overflow-y: scroll;
}
.data-table-filter-container,
.data-table-length-select-container {
	padding: 10px;
	font-size: 1.2em;
}
.data-table-info,
.data-table-length-select-container {
	padding-left: 20px;
}
.data-table-length-select {
	width: 90px;
	margin: 0 5px;
}
.input.data-table-filter {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.data-table th {
	position: relative;
	white-space: nowrap;
}
.data-table .sorting,
.data-table .sorting_desc,
.data-table .sorting_asc {
	background-image: none !important;
}
.data-table .sorting_desc::after {
	content: '';
	border-width: 6px;
	border-style: solid;
	border-color: #fff transparent transparent;
	position: absolute;
	right: 6px;
	top: 30px;
}
.data-table .sorting_asc::after {
	content: '';
	border-width: 6px;
	border-style: solid;
	border-color: transparent transparent #fff;
	position: absolute;
	right: 6px;
	top: 22px;
}
.data-table-info,
.data-table-paginate-button {
	font-size: 1.4em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:not(.disabled):hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	border-color: transparent;
	background: #166b93 !important;
	color: #fff !important;
}

.data-table-column-filter-container {
	clear: both;
}
.data-table-column-filter-label {
	font-size: 1.2em;
	margin-right: 10px;
}
.data-table-column-filter {
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 20px;
}
.data-table-column-filter .input--select {
	padding-right: 40px;
}
.dt-buttons {
	float: left;
	margin: 10px;
}
.data-table-export-button {
	height: 40px;
	padding: 0 10px;
	font-size: 1.2em;
	background: #176b93;
	color: #fff;
	border: none;
}

/* Info Box */
.npt-info-box {
	margin-top: 20px;
}

.npt-info-box.hidden {
	display: none;
}

.npt-info-box blockquote{
	position: relative;
	margin: 0;
	border: 1px solid #166c94;
	padding: 16px 50px;
}

.npt-info-box blockquote:before {
	background-image: url(https://resourcex2.dditscdn.com/vc97676a6/site/npp/img/icon_info.svg);
	position: absolute;
	top: 50%;
	left: 16px;
	width: 24px;
	height: 24px;
	background-size: 24px;
	content: "";
	transform: translateY(-50%);
}

/* Product Selector */
.page_guestpromotools .product-selector,
.page_programs .product-selector {
	margin-top: 80px;
}
.is-logged-in.page_guestpromotools .product-selector,
.is-logged-in.page_programs .product-selector {
	margin-top: 160px;
}

/* Hero Section */
.page_guestpromotools .hero,
.page_programs .hero {
	height: 350px;
	background-color: #F4F6F7;
	padding-top: 74px;
}
.page_guestpromotools .hero-title,
.page_programs .hero-title,
.page_products .hero-title {
	padding-right: 10px;
	font-size: 3.6em;
	font-weight: 800;
	line-height: 40px;
}
.page_guestpromotools .hero-prolog,
.page_programs .hero-prolog,
.page_products .hero-prolog {
	font-size: 1.6em;
	padding-right: 16px;
}
.page_guestpromotools .hero-image,
.page_programs .hero-image {
	margin: -49px 0 0 -30px;
}
.page_guestpromotools .hero-left-container,
.page_programs .hero-left-container,
.page_products .hero-left-container {
	color: #166c94;
	width: 506px;
}
.page_guestpromotools .hero-right-container,
.page_programs .hero-right-container,
.page_products .hero-right-container {
	width: 484px;
}

/* KEYFRAMES */
@keyframes pulse {
	0% {
		transform: scale3d(1, 1, 1);
	}
	50% {
		transform: scale3d(1.15, 1.15, 1.15);
	}
	100% {
		transform: scale3d(1, 1, 1);
	}
}
@keyframes fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* Product Tabs */
.product-tabs {
	display: flex;
	list-style-type: none;
	margin: 0;
}
.product-tab {
	flex: 1;
	text-align: center;
}
.product-tab .product-tab-content {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	opacity: 0.6;
}
.product-tab--active,
.product-tab:hover {
	border-bottom: 2px solid;
}
.product-tab--active .product-tab-content,
.product-tab:hover .product-tab-content {
	filter: none;
	-webkit-filter: none;
	opacity: 1;
}
.product-tab--livejasmin,
.product-tab--livejasmin:hover{
	border-color: #A60000;
}
.product-tab--bimbim,
.product-tab--bimbim:hover {
	border-color: #FF5353;
}
.product-tab--oranum,
.product-tab--oranum:hover {
	border-color: #9A35C0;
}
.product-tab--adult-products,
.product-tab--adult-products:hover,
.product-tab--mainstream-products,
.product-tab--mainstream-products:hover {
	border-color: #166C94;
}
.product-tab--mainstream-products .product-tab-content-wrapper::before {
	content: 'new';
	padding: 3px 8px;
	margin-right: 12px;
	font-size: 0.8rem;
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: normal;
	font-weight: 600;
	color: #fff;
	background: #8BC437;
	filter: none;
	-webkit-filter: none;
}
.product-tab-content-wrapper {
	padding: 30px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-tab-text {
	font-size: 1.5rem;
	font-weight: 800;
	letter-spacing: normal;
	text-transform: uppercase;
	color: #166C94;
	user-select: none;
}
.product-tab-icon {
	width: 182px;
	height: 20px;
}

/* Desktop */
.sitehead {
	position: fixed;
	min-height: 35px;
	top: 0;
	right: 0;
	left: 0;
	background: #154A63;
	z-index: 9998;
	-webkit-backface-visibility: hidden;
}
.sitehead:nth-child(n) { /* IE9 */
	filter: none;
}
.sitehead .content {
	display: flex;
	padding: 0;
	width: 1200px;
	max-width: 100%;
}
.sitehead-logowrap {
	position: fixed;
	top: 24px;
	left: calc((100vw - 1200px) / 2 + 10px);
}
.sitehead-logo {
	width: 80px;
	height: 35px;
	vertical-align: middle;
}
.sitenav {
	line-height: 35px;
	padding: 0 10px;
	display: flex;
	flex-grow: 1;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.sitenav-item {
	position: relative;
	padding: 0 9px;
	font-size: 1.6em;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.sitenav-auth {
	position: relative;
	margin: 24px 0 24px 20px;
	padding-left: 30px;
}
.sitenav-main {
	display: flex;
	justify-content: flex-end;
	flex-grow: 1;
	padding: 24px 0;
}
.is-logged-in .sitehead .sitenav-main {
	margin-left: 13px;
}
.sitenav-main .sitenav-item {
	color: #fff;
}
.is-logged-in .sitenav-auth .sitenav-item {
	color: #fff;
}
.sitenav-auth .sitenav-item,
.sitenav-main .sitenav-item:hover,
.sitenav-main .sitenav-item.is-active,
.sitenav-auth .sitenav-item:hover,
.sitenav-auth .sitenav-item.is-active,
.sitenav-extra .sitenav-item:hover,
.sitenav-extra .sitenav-item.is-active {
	color: #b6ff4c;
}
.sitenav-menu {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 10px 0;
	white-space: nowrap;
	background: #4F585D;
	border-top: 0;
	z-index: 1;
}
.sitenav-menu.is-active {
	display: block;
}
.sitenav-auth--with-menu {
	padding: 0;
	border: 0;
	border-radius: 3px;
	background: #8ac437;
}
.sitenav-auth--with-menu,
.sitenav-auth--with-menu .sitenav-item {
	min-width: 130px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.sitenav-auth--with-menu .sitenav-item {
	display: block;
	padding: 0 10px;
}
.sitenav-auth .sitenav_icon--signup,
.sitenav-auth.sitenav-auth--with-menu .sitenav-item--menu-opener:hover .sitenav_icon--signup {
	background-position-x: -28px;
}
.is-logged-in .sitenav-auth .sitenav_icon--login {
	background-position-x: -42px;
}
.sitenav-auth .sitenav-item:hover .sitenav_icon--signup,
.sitenav-auth .sitenav-item.is-active .sitenav_icon--signup {
	background-position-x: -14px;
}
.sitenav-auth .sitenav-item:hover .sitenav_icon--login,
.sitenav-auth .sitenav-item.is-active .sitenav_icon--login {
	background-position-x: 0;
}
.sitenav-item--menu-opener {
	position: relative;
	cursor: pointer;
}
.sitenav-item--menu-opener::after {
	content: '';
	position: absolute;
	top: 17px;
	right: 10px;
	width: 0;
	border-width: 5px;
	border-color: transparent;
	border-top-color: #fff;
	border-style: solid;
}
.sitenav-auth--with-menu .sitenav-item--menu-opener:hover {
	color: #fff;
}
.sitenav-item--menu-opener span {
	padding-right: 20px;
}
.sitenav-item.last {
	padding-right: 0;
}
.sitenav-sub {
	flex-basis: 100%;
	position: relative;
	background: #f4f6f7;
	box-shadow: inset 0 -1px 0px 0px #CACED0;
}
.sitenav-sub::before,
.sitenav-sub::after {
	content: '';
	position: absolute;
	width: calc(100vw - 100%);
	height: 100%;
	top: 0;
	left: 100%;
	background: inherit;
	box-shadow: inherit;
}
.sitenav-sub::before {
	left: calc(100% - 100vw);
}
.sitenav-sub-item {
	font-size: 16px;
	color: #166c94;
	margin: 0 24px 0 0;
	padding: 19px 0;
	box-sizing: border-box;
}
.sitenav-sub-item.is-active {
	border-bottom: 2px solid #166c94;
}
.sitenav_icon {
	height: 14px;
	vertical-align: middle;
	margin-right: 10px;
}
.sitenav_icon--login,
.sitenav_icon--signup {
	width: 13px;
}
.sitenav_icon--login {
	background-position: 0 0;
}
.sitenav_icon--signup {
	background-position: -14px 0;
}
.sitenav-item--menu-opener .sitenav_icon--signup {
	background-position: -28px 0;
}
.sitenav-extra {
	display: none;
}
.signup-badge {
	position: absolute;
	top: -24px;
	width: 92px;
	padding-top: 12px;
	line-height: 1;
	font-size: 10px;
	text-align: center;
	background: #99e02a;
	box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.2);
	z-index: 1;
}
.signup-badge:before,
.signup-badge:after {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 2px;
	height: 0;
	border-top: 30px solid #99e02a;
}
.signup-badge:before {
	border-right: 90px solid transparent;
}
.signup-badge:after {
	border-left: 90px solid transparent;
}
.signup-badge .text1,
.signup-badge .text2,
.signup-badge .text3 {
	text-transform: uppercase;
	font-weight: 800;
	color: #1d4f66;
}
.signup-badge .text1 {
	font-size: 1em;
}
.signup-badge .text2 {
	letter-spacing: -0.75px;
	font-size: 3.3em;
}
.signup-badge .text3 {
	letter-spacing: -0.35px;
	font-size: 1.3em;
}
.mobilemenu {
	display: none;
	cursor: pointer;
}


/* Smaller Viewports */

@media all and (max-width: 1395px) {
	.sitenav-auth--with-menu {
		height: 35px;
	}

	.sitenav .sitenav-item--menu-opener span {
		display: inline-block;
		max-width: 90px;
		height: 35px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		vertical-align: top;
	}
}

@media all and (max-width: 1200px) {
	.sitehead-logowrap {
		left: 10px;
	}

	.sitenav-auth--with-menu .sitenav-item {
		padding-left: 5px;
		margin-left: 5px;
	}
}

@media all and (max-width: 1160px) {
	.slider-bimbim .layer {
		right: -72px;
	}
}

@media all and (max-width: 1079px) {
	.sitenav-main .sitenav-item {
		font-size: 1.3em;
	}
}

@media all and (max-width: 1024px) {
	.sitenav-main .sitenav-item {
		font-size: 1.2em;
	}
}

@media all and (max-width: 990px) {
	.sitehead {
		position: relative;
	}
	.sitehead-logo {
		width: 80px;
		margin: 0;
	}
}

@media only screen and (max-width: 990px),
(-webkit-device-pixel-ratio: 1.5) and (max-width: 990px),
(-webkit-device-pixel-ratio: 2) and (max-width: 990px),
(-webkit-device-pixel-ratio: 3) and (max-width: 990px) {
	.sitehead {
		position: fixed;
		top: 0;
		padding: 15px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
	}
	.sitehead-logowrap {
		top: 15px;
	}
	.sitenav {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: absolute;
		flex-wrap: nowrap;
		top: 65px;
		right: 0;
		width: 320px;
		/* viewport height - header bar height */
		height: calc(100vh - 65px);
		line-height: 40px;
		margin-right: 0;
		padding: 0;
		flex-direction: column;
		overflow: hidden;
		background: #4F585D;
		-webkit-transition: all 0.15s ease-out;
		-moz-transition: all 0.15s ease-out;
		-o-transition: all 0.15s ease-out;
		transition: all 0.15s ease-out;
		-ms-transform: translate3d(100%,0,0);
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		-webkit-backface-visibility: hidden;
	}
	.is-guest .sitenav {
		height: auto;
	}
	.sitenav.is-active {
		display: flex;
		right: 0;
		-ms-transform: translate3d(0,0,0);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
	.is-guest .sitenav {
		justify-content: flex-start;
	}
	.signup-badge {
		display: none;
	}
	.sitenav-main,
	.sitenav-auth,
	.sitenav-item,
	.sitenav-sub-item {
		display: block;
	}
	.sitenav-main,
	.sitenav-sub,
	.sitenav-extra,
	.sitenav-auth {
		padding: 18px 24px;
	}
	.sitenav-extra,
	.sitenav-sub,
	.is-logged-in .sitenav-main,
	.is-guest .sitenav-auth {
		border-top: 1px solid #71797D;
	}
	.sitenav-main,
	.is-logged-in .sitehead .sitenav-main, /* specificity to override another rule */
	.sitenav-sub {
		margin-left: 0;
	}
	.sitenav-main {
		flex-basis: auto;
		order: 3;
	}
	.is-guest .sitenav-main {
		flex-grow: 0;
	}
	.sitenav-sub {
		flex-basis: auto;
		order: 2;
		box-shadow: none;
	}
	.sitenav-auth {
		order: 1;
		border-left: none;
		margin: 0;
	}
	.sitenav-menu {
		padding: 0;
	}
	.is-guest .sitenav-auth {
		align-items: flex-end;
	}
	.sitenav-extra {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		flex-basis: auto;
		flex-grow: 1;
		align-content: flex-start;
		order: 3;
	}
	.sitenav-extra .sitenav-item {
		padding: 12px 0;
		margin: 0;
		margin-right: 24px;
		line-height: 1em;
		font-weight: bold;
		letter-spacing: normal;
		color: #fff;
	}
	.sitenav-extra .line-break {
		flex-basis: 100%;
		padding-left: 0;
	}
	.sitenav-extra .sitenav_icon {
		display: block;
		width: 30px;
		height: 30px;
		margin: 0;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		opacity: 50%;
	}
	.sitenav-extra .sitenav_icon--facebook {
		background-image: url(https://resourcex3.dditscdn.com/vc97676a6/site/npp/img/social/i_extra_menu_social_facebook.svg);
	}
	.sitenav-extra .sitenav_icon--twitter {
		background-image: url(https://resourcex1.dditscdn.com/vc97676a6/site/npp/img/social/i_extra_menu_social_twitter.svg);
	}
	.sitenav-extra .sitenav_icon--instagram {
		background-image: url(https://resourcex2.dditscdn.com/vc97676a6/site/npp/img/social/i_extra_menu_social_instagram.svg);
	}
	.sitenav-auth--with-menu {
		height: auto;
	}
	.sitenav-item,
	.sitenav-sub-item,
	.sitenav-item.last {
		padding: 0;
		margin: 0;
	}
	.sitenav-main .sitenav-item-page-faq,
	.sitenav-main .sitenav-item-page-blog,
	.sitenav-main .sitenav-item-page-contact,
	.sitenav-main .sitenav-item-page-support {
		display: none;
	}
	.sitenav-auth--with-menu {
		float: none;
	}
	.sitenav-auth--with-menu,
	.sitenav-auth--with-menu .sitenav-menu {
		background: none;
	}
	.sitenav-auth--with-menu .sitenav-menu {
		position: static;
		display: block;
		border: 0;
	}
	.sitenav-auth--with-menu .sitenav-item {
		padding: 0;
		margin: 0;
	}
	.sitenav-auth--with-menu .sitenav-item--menu-opener {
		display: none;
	}
	.sitenav-sub {
		background: transparent;
	}
	.sitenav-sub::before,
	.sitenav-sub::after {
		display: none;
	}
	.sitenav-sub-item {
		color: #fff;
	}
	.sitenav-sub-item:hover,
	.sitenav-sub-item.is-active {
		color: #b6ff4c;
		border-bottom: none;
	}
	.is-guest .sitenav-auth {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row-reverse;
		order: 99;
	}
	.is-guest .sitenav-auth .sitenav_icon {
		display: none;
	}
	.is-guest .sitenav-auth .sitenav-item {
		flex-basis: 50%;
		margin: 0 8px;
		padding: 0;
		border-radius: 3px;
		border: 2px solid;
		text-align: center;
		text-transform: uppercase;
	}
	.is-guest .sitenav-auth .sitenav-item-login,
	.is-guest .sitenav-auth .sitenav-item-login.is-active {
		border-color: #fff;
		color: #fff;
	}
	.is-guest .sitenav-auth .sitenav-item-signup,
	.is-guest .sitenav-auth .sitenav-item-signup.is-active,
	.is-guest .sitenav-auth .sitenav-item-signup:hover {
		background: #8BC437;
		border-color: #8BC437;
		color: #fff;
	}
	.mobilemenu {
		display: block;
		position: absolute;
		top: 15px;
		right: 24px;
		width: 36px;
		height: 36px;
		background: url(https://resourcex1.dditscdn.com/vc97676a6/site/npp/img/icon/i_hamburger.svg) no-repeat;
		background-size: contain;
	}
	.mobilemenu.is-active {
		background-image: url(https://resourcex1.dditscdn.com/vc97676a6/site/npp/img/icon/i_exit.svg);
	}
}

@media only screen and (max-width: 990px) and (max-height: 735px) {
	.is-logged-in .sitenav-main,
	.is-logged-in .sitenav-sub,
	.is-logged-in .sitenav-extra,
	.is-logged-in .sitenav-auth {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.is-logged-in .sitenav-sub-item,
	.is-logged-in .sitenav-item {
		line-height: 32px;
	}
}

@media only screen and (max-width: 990px) and (max-height: 630px) {
	.sitenav {
		justify-content: flex-start;
	}

	.is-logged-in .sitenav-main,
	.is-logged-in .sitenav-sub,
	.is-logged-in .sitenav-extra,
	.is-logged-in .sitenav-auth {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.is-logged-in .sitenav-sub-item,
	.is-logged-in .sitenav-item {
		line-height: 28px;
	}

	.is-logged-in .sitenav-extra .sitenav-item {
		padding-top: 6px;
		padding-bottom: 6px;
	}
}
.page_videopromotool .vpapi-member-subhead {
	height: 415px;
	padding-top: 110px;
	background-size: 1920px;
}

.vpapi-subhead-content {
	display: flex;
	align-items: center;
}

.vpapi-subhead-text {
	padding-right: 100px;
}

.vpapi-subhead-video,
.vpapi-subhead-video video {
	width: 480px;
}

@media all and (-ms-high-contrast: none)
{
	*::-ms-backdrop, .vpapi-docs-section {
		transform: translateZ(0px);
	}
}

.vpapi-subhead-text .vpapi-subhead-title--primary {
	font-size: 30px;
}

.vpapi-subhead-text .vpapi-subhead-title--secondary {
	margin: 20px 0;
	font-size: 36px;
	line-height: 1.25;
}

.vpapi-docs-section::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: calc(50% - 600px);
	min-width: 100px;
	background: #f2f5f7;
}

.vpapi-docs-section::before,
.vpapi-docs-menu-container,
.page_videopromotool .sitefoot {
	z-index: 1
}

.vpapi-docs-container {
	display: flex;
	flex-direction: row;
	height: 100%;
	/* to fill available space: (full height - header height - footer height) */
	min-height: calc(100vh - 415px - 150px);
}

.vpapi-docs-container * {
	box-sizing: border-box;
}

.vpapi-docs-container.fixed-menu .vpapi-docs-menu-container {
	position: fixed;
	top: 65px;
	bottom: 0;
	padding-top: 30px;
}

.vpapi-docs-container.footer-in-viewport .vpapi-docs-menu-container {
	/* footer height */
	padding-bottom: 150px;
}

.vpapi-docs-menu-container {
	position: relative;
	flex-shrink: 0;
	width: 320px;
	padding: 60px 10px 30px 0;
	background: #f2f5f7;
}

.vpapi-docs-menu {
	height: 100%;
	overflow-y: auto;
}

.vpapi-docs-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.vpapi-docs-menu li,
.vpapi-docs-menu-item--secondary,
.vpapi-docs-menu-item--tertiary {
	display: block;
}

.vpapi-docs-menu li,
.vpapi-docs-menu a {
	width: 100%;
}

.vpapi-docs-menu li {
	line-height: 20px;
	margin: 10px 0;
}

.vpapi-docs-menu > ul > li {
	margin-top: 0;
	margin-bottom: 25px;
}

.vpapi-docs-menu a,
.vpapi-docs-menu a:visited {
	color: #166c94;
}

.vpapi-docs-menu a[href]:hover {
	color: #073145;
}

.vpapi-docs-menu-item--primary {
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}

.vpapi-docs-menu-item--primary img {
	width: 17px;
	margin-right: 8px;
}

.vpapi-docs-menu-item--secondary {
	padding-left: 26px;
	font-size: 18px;
}

.vpapi-docs-menu-item--tertiary {
	padding-left: 36px;
	font-size: 14px;
}

.vpapi-docs-container.fixed-menu .vpapi-docs-content {
	margin-left: 320px;
}

.vpapi-docs-content {
	width: calc(100% - 320px);
	padding: 60px 0 60px 50px;
	font-size: 14px;
	color: #4F585D;
	text-align: left;
}

.vpapi-docs-content iframe[data-src] {
	background: #f2f5f7;
}

.vpapi-docs-content h1 {
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
	color: #166C94;
}

.vpapi-docs-content h2,
.vpapi-docs-content h3,
.vpapi-docs-content h4 {
	margin: -50px 0 20px;
	padding-top: 80px;
}

.vpapi-docs-content h2 {
	font-size: 24px;
}

.vpapi-docs-content h3 {
	font-size: 20px;
}

.vpapi-docs-content h4 {
	font-size: 16px;
}

.vpapi-docs-content h5 {
	font-size: 14px;
}

.vpapi-docs-content a,
.vpapi-docs-content a:visited {
	color: #166c94;
}

.vpapi-docs-content a,
.vpapi-docs-content a:visited,
.vpapi-docs-content a code {
	text-decoration: underline;
}

.vpapi-docs-content p {
	line-height: 19px;
}

.vpapi-docs-content p img:only-child {
	display: block;
	margin: 0 auto;
}

.vpapi-docs-content code:not(.hljs) {
	display: inline-block;
	padding: 2px 5px;
	line-height: 15px;
	background: #f2f5f7;
}

/** highlighted code **/
.vpapi-docs-content .hljs {
	margin: 10px 0;
	padding: 15px;
	line-height: 1.5;
}

.vpapi-docs-content li code {
	margin: 0.1rem 0;
}

.vpapi-docs-content table {
	width: 100%;
	margin: 2.5rem 0;
}

.vpapi-docs-content th {
	background: #166c94;
	color: #fff;
}

.vpapi-docs-content th,
.vpapi-docs-content td {
	padding: 15px 20px;
	border: 1px solid #fff;
}

.vpapi-docs-content tr:nth-child(even) {
	background: #e8ebed;
}

.vpapi-docs-content tr:nth-child(odd) {
	background: #f4f6f7;
}

.vpapi-docs-content td code:not(.hljs) {
	padding: 0;
	color: #166c94;
	background: transparent;
}

.vpapi-docs-content hr {
	height: 1px;
	background-color: #f2f5f7;
	border: 0;
}

.vpapi-docs-content iframe {
	border: none;
	width: 100%;
}

.vpapi-introduction-choices {
	display: flex;
	margin-top: 30px;
}

.vpapi-introduction-choice {
	width: calc(50% - 15px);
	margin-right: 30px;
	color: #4f585d;
	text-align: center;
	border: 1px solid #ececec;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.02);
	transition: background 0.1s ease-in-out;
}

.vpapi-introduction-choice:hover {
	background: #f2f5f7;
}

.vpapi-introduction-choice:last-child {
	margin-right: 0;
}

.vpapi-introduction-choice img {
	width: 100%;
}

.vpapi-introduction-choice-description {
	padding: 30px 60px;
}

.vpapi-docs-content .vpapi-introduction-choice-title {
	margin: 0;
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
}

.vpapi-introduction-choice-title + p {
	margin-top: 10px;
}

.vpapi-introduction-choice p {
	color: #323232;
}

.vpapi-introduction-choice strong {
	color: #166c94;
}

a.vpapi-introduction-choice {
	text-decoration: none;
}

.npt-videopromo-generator-form .right {
	width: 50%;
}
.npt-videopromo-generator-form .npt-campaign-editor {
	right: 2px;
	z-index: 1;
}
.npt-videopromo-generator-form .npt-campaign-editor .icon-delete {
	margin-left: 2px;
}
.npt-videopromo-generator-form .npt-campaign-input {
	width: calc(100% - 54px);
}
.page_videopromotool .npt-videopromo-generator-form {
	position: relative;
	margin: 0 auto;
}
.page_videopromotool .npt-selector {
	padding-bottom: 0;
}
.page_videopromotool .npt-campaign-select {
	width: 100%;
	height: 40px;
	padding: 0 8px;
}
.page_videopromotool .npt-campaign-input {
	left: 10px;
	top: 3px;
	padding: 8px 0;
}
.page_videopromotool .npt-preview-pane {
	margin: 0 auto;
}
.page_videopromotool .npt-videopromo-tags-container {
	position: relative;
}
.page_videopromotool .npt-videopromo-tags {
	width: 100%;
}
.page_videopromotool .npt-videopromo-tags-autosuggest {
	position: absolute;
	left: 0;
	top: 100%;
	max-height: 150px;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: auto;
	list-style: none;
	z-index: 1;
}
.page_videopromotool .npt-videopromo-tags-autosuggest li {
	padding: 5px 10px;
	cursor: pointer;
	font-size: 12px;
}
.page_videopromotool .npt-videopromo-tags-autosuggest li:hover {
	background: rgba(0, 0, 0, 0.05);
}
.page_videopromotool .npt-videopromo-selected-tags {
	margin: 5px -4px 0;
	padding: 0;
}
.page_videopromotool .npt-videopromo-selected-tags li {
	position: relative;
	display: inline-block;
	background: #f0f5f8;
	border: 1px solid;
	border-radius: 4px;
	padding: 5px 20px 5px 10px;
	margin: 4px;
	color: #166c94;
	list-style: none;
	cursor: pointer;
	font-size: 12px;
}
.page_videopromotool .npt-videopromo-selected-tags li::after {
	content: '✖';
	position: absolute;
	right: 0;
	top: 0;
	line-height: 1;
	font-size: 10px;
	padding: 3px;
}
.page_videopromotool .npt-videopromo-selected-tags li:hover {
	background: #cedce4;
}

.page_videopromotool .npt-videopromo-block {
	max-width: 550px;
}

.npt-videopromo-input-row {
	display: flex;
	margin-bottom: 5px;
}

.npt-videopromo-input-row .filter-wrap {
	width: 100%;
}

.npt-videopromo-input-row .npt-videopromo-generator-half-col {
	width: 50%;
}

.npt-videopromo-input-row .npt-videopromo-generator-half-col:first-child {
	padding-right: 20px;
}

.page_videopromotool .input,
.page_videopromotool .npt-campaign-input {
	background-color: #fff;
	color: #323232;
	font-size: 14px;
	font-weight: normal;
}

.page_videopromotool .npt-campaign-editor {
	background: none;
}

.page_videopromotool .npt-campaign-input {
	left: 9px;
}

.page_videopromotool .input {
	width: 100%;
	border: 1px solid #bbb;
	border-radius: 4px;
}

.page_videopromotool .input[disabled] {
	border-style: dashed;
	opacity: 0.5;
}

.npt-videopromo-block label {
	display: block;
	line-height: 40px;
}

.npt-videopromo-block select {
	width: 100%;
}

.npt-videopromo-block .npt-campaign-editor {
	margin-top: 0;
	transform: translateY(-50%);
}

.npt-videopromo-block .npt-campaign-icon {
	width: 15px;
	height: 15px;
	margin-right: 5px;
	background: none;
}

.npt-videopromo-block .npt-campaign-icon svg {
	fill: #bbb;
}
.npt-videopromo-block .npt-campaign-icon:hover svg {
	fill: #166c94;
}

.npt-videopromo-preview--live {
	background: #eee;
}

.npt-videopromo-preview-title {
	margin-top: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #166b94;
}

.npt-videopromo-generate-button-wrapper {
	text-align: center;
}

.npt-videopromo-video-player-toggle-container {
	text-align: center;
}

.npt-videopromo-video-player-toggle-container .filter-label {
	text-align: left;
}

.npt-videopromo-video-player-toggle ~ .npt-videopromo-video-player-settings,
.npt-videopromo-video-player-toggle {
	display: none;
}

.npt-videopromo-block .npt-videopromo-video-player-toggle-label {
	display: inline-block;
	position: relative;
	padding-right: 20px;
	margin: 20px auto 0;
	color: #166b94;
	cursor: pointer;
	user-select: none;
}

.npt-videopromo-video-player-toggle-label::after {
	content: '';
	position: absolute;
	top: 13px;
	right: 2px;
	border-right: 1px solid #166b94;
	border-bottom: 1px solid #166b94;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
}

.npt-videopromo-video-player-toggle:checked ~ .npt-videopromo-video-player-settings {
	display: block;
}

.npt-videopromo-video-player-toggle:checked + .npt-videopromo-video-player-toggle-label::after {
	top: 19px;
	transform: rotate(225deg);
}

.npt-videopromo-generate-button {
	display: inline-block;
	margin: 20px 0;
	width: auto;
	height: auto;
	padding: 0 30px;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	text-transform: uppercase;
	border-radius: 4px;
	cursor: pointer;
}

.npt-videopromo-block .npt-embedcode-label {
	font-size: 12px;
	line-height: 1;
	text-align: center;
	color: #999;
}

.npt-videopromo-embedcode {
	display: block;
	resize: vertical;
}

.npt-videopromo-block .npt-videopromo-embedcode {
	width: 100%;
	min-height: 120px;
	padding: 10px 20px;
	font-size: 14px;
	background: #fff;
	color: #4f585d;
	border-color: #166b94;
}

.npt-videopromo-block .npt-videopromo-embedcode.changed {
	animation-name: text-area-flash;
	animation-duration: 1s;
	animation-iteration-count: 1;
}

.npt-videopromo-checkbox,
.npt-videopromo-checkbox-label svg {
	display: none;
}

.npt-videopromo-checkbox:checked + .npt-videopromo-checkbox-label svg {
	display: block;
}

.npt-videopromo-checkbox-label svg {
	fill: #166b94;
}

.npt-videopromo-checkbox-label-icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	padding: 5px;
	width: 26px;
	height: 26px;
	border: 1px solid #bbb;
	border-radius: 4px;
}

.npt-videopromo-input-row-performer--single {
	margin-top: 15px;
}

.npt-videopromo-input-row-performer--single .filter-wrap {
	display: flex;
}

.npt-videopromo-input-row-performer--single .npt-videopromo-checkbox-label {
	flex-shrink: 0;
	margin-right: 20px;
}

.npt-videopromo-embedcode:focus {
	font-weight: normal;
}

@keyframes text-area-flash {
	0% {
		background-color: #fff;
	}
	50% {
		background-color: #ecf9ff;
	}
	100% {
		background-color: #fff;
	}
}

@media all and (max-width: 1250px) {
	.vpapi-docs-menu-container {
		padding-left: 10px;
	}

	.vpapi-docs-content {
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media all and (min-width: 1921px) {
	.layer {
		width: 1920px;
		left: 50%;
		margin-left: -960px;
	}

	.promotools .layer {
		margin-left: -1110px;
	}

	.slider-bimbim .layer {
		margin-left: -1248px;
	}

	.slider-blackfriday .layer {
		margin-left: -1180px;
	}
}
@media all and (max-width: 1700px) {
	.slider-bimbim .layer {
		right: 198px;
	}

	.slider-oranum .layer {
		right: 180px;
	}
}
@media all and (max-width: 1600px) {
	.layer--bimbim {
		background-position: 120% bottom;
	}
}
@media all and (max-width: 1520px) {
	.slider-bimbim .layer {
		right: 108px;
	}

	.promotools .layer {
		right: 0;
	}

	.slider-oranum .layer {
		right: 60px;
	}
}
@media all and (max-width: 1440px) {
	.layer--bimbim {
		background-position: 140% bottom;
	}
}
@media all and (max-width: 1340px) {
	.slider-bimbim .layer {
		right: 18px;
	}
	.slider-oranum .layer {
		right: 0;
	}
}
@media all and (max-width: 1395px) {
	.resp:before {
		content: '.';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 1195px;
		pointer-events: none;
	}
	.promotools .layer {
		background: none;
	}
	.promotools .resp:before {
		background: url(https://resourcex1.dditscdn.com/vc97676a6/site/npp/img/bg_layer_promotools.png) no-repeat right bottom;
	}
	.sites .layer {
		right: -225px;
	}
	.sites .gallery-prev {
		left: 10px;
	}
	.sites .gallery-next {
		right: 10px;
	}

	.layer--bimbim {
		background-position: right bottom;
	}

	.account-row--extended {
		max-width: 960px;
	}

	.payment-account input,
	.payment-registration.button {
		width: 330px;
	}

	.payment-registration.button {
		margin-top: 10px;
		margin-left: 20px;
	}

	.contact-form .input--email {
		margin-right: 10px;
	}
	.contact-form .input--subject {
		width: 650px;
		margin-top: 20px;
		margin-left: 0;
	}
	.contact-form .textarea {
		width: 650px;
		margin-right: calc(100% - 650px);
	}
	.contact-form .button {
		/* block moves the button to its own line */
		display: block;
		margin-left: 0;
	}
}
@media all and (min-width: 1280px) {
	.page_products .content {
		width: 1200px;
	}
}
@media all and (max-width: 1200px) {
	.page_videopromotool .content {
		width: 100%;
	}

	.slider-videopromo .featured-title.s-title {
		font-size: 4em;
	}

	.slider-videopromo .featured-sub {
		max-width: 33%;
	}

	.slider-videopromo video {
		right: 10px;
		width: 500px;
	}

	.slider-oranum .layer {
		right: 0;
	}
}
@media all and (min-width: 1200px) {
	.slider-oranum .content,
	.slider-static-oranum .content,
	.slider-videopromo .content,
	.slider-static-videopromo .content {
		width: 1200px;
	}
}
@media all and (max-width: 1024px) {
	.page_overview.layout-basic .content,
	.page_payout_information.layout-basic .content {
		width: auto;
	}

	.page_overview .detailed_referrer_stat,
	.page_overview .title_link.bordered,
	.page_overview .statsContainer {
		display: none;
	}

	.page_overview .stat_table_container {
		width: 100%;
		overflow: scroll;
	}

	.videopromo-feature-grid-column li {
		padding-left: 30px;
		padding-right: 30px;
	}

	.products-hero {
		padding: 40px 0 0;
	}

	.is-logged-in .products-hero {
		padding-top: 150px;
	}

	.products-content {
		flex-direction: column;
	}

	.products-text:first-child,
	.products-image:first-child,
	.products-cta:first-child {
		margin: 0 0 40px;
	}

	.products-text {
		order: 1;
	}

	.products-image,
	.products-cta {
		order: 2;
	}

	.products-cta {
		text-align: center;
	}

	.products-logo-image-list {
		flex-direction: column;
	}

	.products-logo-image-list li {
		margin-right: 0;
	}

	.product-tab--mainstream-products .product-tab-content-wrapper::before {
		display: none;
	}
}
@media all and (max-width: 990px) {
	.npt-overlay-info {
		max-width: 100%;
	}
	.slider-videopromo .featured-wrap {
		padding-top: 6%;
	}
	.slider-oranum .featured-wrap {
		padding-top: 10%;
	}
	.slider-videopromo .featured-title br {
		display: none;
	}
	.slider-videopromo .featured-sub {
		max-width: 100%;
	}
	.slider-videopromo video {
		position: static;
		width: 300px;
		height: auto;
	}

	.videopromo-intro-button-container a {
		margin: 0 5px;
	}

	.videopromo-feature-grid-column,
	.videopromo-feature-grid-column:first-of-type,
	.videopromo-feature-grid-column:last-of-type {
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
	}

	.videopromo-feature-grid-column li,
	.videopromo-feature-grid-column li.large,
	.videopromo-feature-grid-column li.margin-left,
	.videopromo-feature-grid-column li.margin-right,
	.videopromo-feature-grid li.large:first-of-type,
	.videopromo-feature-grid li.large:last-of-type {
		display: block;
		width: 100%;
		height: auto;
		max-width: 500px;
		margin: 30px auto;
		padding: 30px;
	}

	.videopromo-feature-grid-column li img,
	.videopromo-feature-grid-column li.large img {
		max-height: 60px;
		margin-bottom: 30px;
	}

	.videopromo-footer .button {
		width: 100%;
		padding: 10px;
		max-width: 340px;
	}
	.featured-slider-checkmark-list {
		text-align: center;
	}

	.is-logged-in .products-hero {
		padding-top: 60px;
	}

	.new-promotools .subhead.section {
		margin-top: 65px;
		padding-top: 65px;
		text-align: center;
		background-image: url(https://resourcex2.dditscdn.com/vc97676a6/site/npp/img/bg_page_promotools_mobile.jpg);
	}
}
@media screen\0 {
	.input--select {
		background-position: right -840px;
	}
	.input--select:focus {
		background-position: right -896px;
	}
	.input--select.error {
		background-position: right -952px;
	}
	.input--select.input--mini {
		background-position: right -850px;
	}
	.input--select.input--mini:focus {
		background-position: right -906px;
	}
	.input--select.input--mini.error {
		background-position: right -962px;
	}
}
@media screen and (-moz-images-in-menus:0) {
	.splashwrap {
		white-space: nowrap;
	}
	.splashbox {
		white-space: normal;
	}
}
@media only screen and (max-width: 990px),
(-webkit-device-pixel-ratio: 1.5) and (max-width: 990px),
(-webkit-device-pixel-ratio: 2) and (max-width: 990px),
(-webkit-device-pixel-ratio: 3) and (max-width: 990px) {
	/* General */
	body {
		margin: 0;
	}
	ul,
	dl {
		text-align: left;
	}
	.section .content,
	.sitehead .content,
	.sitefoot .content {
		width: 100%;
	}
	.section .content {
		text-align: center;
		padding-left: 15px;
		padding-right: 15px;
	}
	.pager {
		width: auto;
	}
	.s-title {
		font-size: 4em;
	}
	body:last-child .switcher {
		display: block;
		margin: 0 auto 20px;
	}
	.sitefoot {
		position: relative;
	}
	.sitefoot .content {
		padding: 47px 0;
	}
	.sitefoot-inner .colwrap {
		float: none;
		text-align: center;
	}
	.sitefoot-text {
		display: block;
		width: auto;
		text-align: center;
		margin: 20px auto;
	}
	.main-icon--xbiz {
		display: block;
		margin: 0 auto 25px;
	}
	.main-icon--google,
	.main-icon--fb,
	.main-icon--twitter {
		margin: 0 10px;
	}

	/* Index page */
	.featured, .featured-slider {
		height: auto;
	}
	.featured-slider {
		position: static;
		height: 550px;
		background-size: cover;
		padding-top: 65px;
	}
	.featured-slider .layer {
		display: none;
	}
	.featured-wrap {
		padding: 15% 0 180px;
	}
	.featured-wrap .main-title {
		visibility: visible;
		display: none;
	}
	.slider-redlabel .featured-sub {
		font-size: 48px;
	}
	.slider-welcome .main-title {
		visibility: visible;
		display: block;
	}
	.slider-holiday .featured-title,
	.slider-holiday .featured-sub {
		visibility: visible;
	}
	.featured-subcontent {
		margin-left: auto;
		margin-right: auto;
	}
	.featured-static .content {
		padding-top: 0;
	}
	.featured .ghost,
	.featured-buttons {
		position: static;
		margin-bottom: 30px;
	}
	.featured-buttons .button,
	.featured-buttons .ghost {
		margin: 10px;
	}
	.slider-redlabel .featured-slider-list span {
		font-size: 18px;
	}
	.featured-slider-list {
		list-style: none;
		padding-left: 0;
	}
	.featured-slider-list li {
		text-align: center;
	}
	.program {
		margin: 0 0 30px;
	}
	.sites {
		height: auto;
	}
	.gallery-bg {
		position: absolute;
		height: 100%;
		top: 0;
	}
	.gallery-content {
		position: static;
	}
	.sites .layer {
		display: none;
	}
	.sites-wrap {
		width: auto;
		margin-bottom: 50px;
	}
	.gallery-text {
		width: 70%;
		height: auto;
		min-height: 95px;
		margin: 0 auto;
	}
	.sites-wrap .index-icon {
		width: auto;
		max-width: 90%;
		height: 100px;
		background: url(https://resourcex1.dditscdn.com/vc97676a6/site/npp/img/sprite/sprite_index_mobile.png) no-repeat;
		margin-left: auto;
		margin-right: auto;
	}
	.sites .index-icon--livejasmin {
		background-position: 0% center;
		background-size: 714%;
	}
	.sites .index-icon--bimbim {
		max-width: 70%;
		background-position: 100% center;
		background-size: 940%;
	}
	.sites .index-icon--cameraboys {
		background-position: 27.65% center;
		background-size: 633%;
	}
	.sites .index-icon--maturescam {
		background-position: 46.3% center;
		background-size: 636%;
	}
	.sites .index-icon--mytrannycams {
		background-position: 86.8% center;
		background-size: 520%;
	}
	.sites .index-icon--livesexasian {
		background-position: 64.8% center;
		background-size: 657%;
	}
	.site-description {
		height: auto;
		min-height: 120px;
	}
	.sites .gallery-prev {
		left: 20px;
	}
	.sites .gallery-next {
		right: 20px;
	}
	.promotools {
		background-size: cover;
	}
	.promotools .resp:before {
		background: none;
	}
	.device-wrap {
		width: auto;
		margin: 0 auto;
		padding-bottom: 40px;
	}
	.device,
	.device:first-child {
		margin: 0 40px 30px;
	}
	.whyawe {
		height: auto;
	}
	.reason-list {
		padding-bottom: 30px;
	}
	.reason {
		display: inline-block;
		width: 250px;
		vertical-align: top;
		margin: 0 40px 50px;
	}
	.calc .s-prolog {
		width: 100%;
	}

	/* Signup page, login page */
	.page_signup:before,
	.page_login:before {
		content: none;
	}

	/* Subhead */
	.page_programs .subhead,
	.page_guestpromotools .subhead,
	.page_sites .subhead,
	.page_whitelabel .subhead,
	.page_whyawe .subhead,
	.page_faq .subhead,
	.page_whitelabeleditor .subhead,
	.page_support .subhead {
		height: auto;
		min-height: 356px;
		background-size: cover;
		padding-bottom: 40px;
	}

	/* Product Tabs */
	.product-tab-icon {
		max-width: 90%;
		height: 20px;
	}

	/* Product Selector */
	.page_guestpromotools .product-selector,
	.page_programs .product-selector {
		margin-top: 65px;
	}

	/* Hero Section */
	.page_guestpromotools .hero,
	.page_programs .hero {
		padding: 36px 0;
		height: auto;
	}
	.page_guestpromotools .hero-left-container,
	.page_programs .hero-left-container,
	.page_products .hero-left-container {
		width: auto;
	}
	.page_guestpromotools .hero-right-container,
	.page_programs .hero-right-container,
	.page_products .hero-right-container {
		display: none;
	}

	/* Programs page */
	.page_programs .programs-left-container.info {
		padding: 0;
	}
	.page_programs .product-selector {
		margin-top: 65px;
	}
	.page_programs .subhead-prolog,
	.page_programs .programs-left-container,
	.page_programs .programs-right-container {
		width: auto;
		max-width: 500px;
		padding-top: 30px;
	}
	.programs-readmore .programs-right-container {
		padding-top: 0;
	}
	.page_programs .programs-readmore ul {
		margin: 0;
		padding-top: 0;
	}

	/* Promotools page */
	.promo-box,
	.other {
		width: auto;
	}
	.promo-box {
		width: auto;
		margin-right: 0;
	}
	.promo-icon {
		margin-bottom: 15px;
	}
	.promo-content {
		width: 100%;
		margin: 0;
	}
	.other {
		margin-right: 0;
		padding: 15px;
	}
	.customsite {
		padding: 70px 15px;
	}

	/* Sites page */
	.site .site-text {
		padding: 0;
	}
	.site .site-text,
	.siteaward-list {
		width: auto;
	}
	.siteaward {
		background: none;
		margin-right: 0;
		padding: 0;
	}
	.site .site-img {
		width: 100%;
		height: auto;
	}
	.site-livejasmin .site-imglink {
		padding-top: 0;
	}
	.site-sister .site-img {
		width: 70%;
	}

	/* WhiteLabel page */
	.wl-promo {
		width: auto;
	}
	.wl-promo:first-child {
		margin: 0;
	}
	.wl-promo-img {
		width: 80%;
		height: auto;
	}
	.new-icon {
		display: none;
	}

	/* Why AWE page */
	.award-panel-foot {
		text-align: left;
	}
    .toptable {
	    width: auto;
	    margin: 0;
	    padding: 15px;
    }
    .toptable td {
	    padding: 0 20px;
    }
    .toptable-note {
	    text-align: left;
    }
    .quote-list blockquote {
	    width: 80%;
	    margin-right: 0;
    }
    .contact-form {
	    text-align: center;
    }
    .contact-form .input,
    .contact-form .textarea,
	.contact-form .img-captcha-container {
	    width: 100%;
	    max-width: 320px;
    }
    .contact-form .input,
    .contact-form .img-captcha-container {
	    margin: 10px;
    }
    .contact-form .textarea {
	    display: block;
	    margin: 10px auto;
    }
	.contact-form .input:first-child,
	.contact-form .input--password {
		margin-left: 10px;
	}
	.contact-form .input--email,
    .contact-form .button {
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
    }
	.contact-form .input--password {
		display: block;
		margin: 20px auto 10px;
	}

	/* FAQ page */
	.advert-box,
	.https-img-box {
		width: auto;
	}
	.advert-img,
	.https-img {
		width: 100%;
		height: auto;
	}

	/* Terms page */
	.terms-definitions p,
	.clause p {
		text-align: left;
	}

	/* Income Calculator page */
	.incomecalc-img {
		width: 100%;
		height: auto;
	}

	/* Signup & Login page */
	.signup-perks-list,
	.signupform-wrap,
	.loginform {
		width: auto;
	}
    .signupform .input,
    .signupform .button,
	.signupform .img-captcha-container,
    .signup-agreement,
    .loginform .input,
    .loginform .input.last,
    .loginform .button,
	.loginform .img-captcha-container,
    .login-forgot {
	    width: 100%;
	    max-width: 320px;
    }

	.signupform .input,
	.signupform .input.last,
	.loginform .input,
	.loginform .input.last,
	.login-forgot {
		margin-left: 10px;
		margin-right: 10px;
	}

	.signupform .img-captcha-container,
	.signupform .button,
	.loginform .img-captcha-container,
	.loginform .button {
		margin: 20px 10px 0;
	}

	.signupform .img-captcha-container,
	.signupform .button {
		margin-top: 0;
	}

	/* Blog page */
	.page_blog .sitehead {
		position: fixed;
	}
	.page_blog .content,
	.blog-post .item-img,
	.blog-post img[data-src],
	.blog-col-right {
		width: 100%;
	}
	.bloghead .content,
	.blog-featured .content,
	.blog-popular .content,
	.blog-main .content {
		text-align: center;
	}
	.blog-breadcrumb .content,
	.blog-main .content {
		padding: 0 15px;
	}
	.page_blog .s-title {
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}
	.bloghead {
		padding-top: 65px;
	}
	.bloghead .content {
		padding: 30px;
	}
	.blogmenu {
		float: none;
	}
	.blog-col-left {
		width: 100%;
	}
	.blog-col-right {
		margin-left: 0;
	}
	.blog-featured {
		position: relative;
		max-width: 630px;
		margin: 45px auto;
		padding: 0;
		overflow: hidden;
	}
	.blog-featured .content {
		width: auto;
		margin: 0 15px;
		overflow: hidden;
	}
	.blog-featured-imgwrap,
	.blog-featured-img,
	.blog-featured .blog-col-right {
		max-width: 630px;
	}
	.blog-featured-imgwrap,
	.blog-post img[data-src] {
		height: 0;
		padding: 33.33% 0;
	}
	.blog-featured-imgwrap {
		float: left;
	}
	.blog-featured-img {
		width: 100%;
		height: auto;
	}
	.blog-featured .blog-col-right {
		position: absolute;
		left: 0;
		bottom: 80px;
		width: 100%;
	}
	.blog-featured-item {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		visibility: hidden;
		position: absolute;
		top: 0;
		right: 15px;
		left: 15px;
		height: 80px;
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNg2AQAALUAs0e+XlcAAAAASUVORK5CYII=) repeat;
		text-align: left;
		font-weight: normal;
		margin: 0;
		padding: 0 20px;
	}
	.blog-featured-item.is-active {
		visibility: visible;
	}
	.blog-featured-item .item-title {
		color: #fff;
	}
	.blog-featured-item time {
		color: #D8D7D7;
	}
	.blog-featured-item .item-title {
		font-size: 2em;
		margin-bottom: 3px;
	}
	.blog-popular .content {
		width: 80%;
	}
	.blog-popular-item,
	.blog-popular-item.last {
		margin: 20px;
	}
	.blog-post {
		text-align: center;
	}
	.blog-post .item-title,
	.blog-post .item-data {
		text-align: left;
	}
	.blog-post time {
		display: block;
	}
	.blog-post .item-data-separator {
		display: none;
	}
	.blog-post-imgwrap,
	.blog-post .item-img {
		max-width: 630px;
	}
	.blog-post-imgwrap {
		margin: 30px auto;
	}
	.blog-post .item-img {
		height: auto;
		margin: 0 auto;
	}
	.blog-post-img,
	.npt-object-container {
		width: 100%;
	}
	.blog-post-img {
		height: auto;
	}
	.npt-object-container {
		overflow: hidden;
	}
	.blog-post h3,
	.blog-post p,
	.blog-post blockquote,
	.blog-post-vote {
		padding: 0;
	}
	.blog-post .button {
		margin-left: 0;
	}
	.blog-search {
		padding: 40px 0;
	}
	.blog-latest,
	.blog-calculator,
	.blog-follow {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 50%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.blog-latest:before,
	.blog-latest:after,
	.blog-calculator:before,
	.blog-calculator:after,
	.blog-follow:before,
	.blog-follow:after {
		content: '';
		display: table;
	}
	.blog-calculator,
	.blog-follow {
		float: right;
	}
	.blog-latest {
		float: left;
	}
	.blog-latest-item .item-data {
		margin: 10px;
	}
	.blog-post-social .btn-social {
		display: inline-block;
		margin: 5px;
	}

	/* Whitelabel editor page */
	.wle-box,
	.wle-box.last {
		margin: 15px;
	}

	/* Dashboard Page */
	.dashboard-box,
	.getstarted-large-box,
	.getstarted-small-box {
		width: auto;
	}
	.getstarted-small-box {
		background-position: right center;
	}
	.getstarted-large-box {
		text-align: left;
	}
	.getstarted-small-box {
		text-align: center;
	}
	.getstarted-small-title {
		display: none;
	}

	/* Get started page */
	.product,
	.tool-category {
		margin-bottom: 25px;
	}
	.product {
		width: auto;
	}
	.product .title {
		margin-bottom: 10px;
	}
	.products-img {
		display: none;
	}
	.tool-category {
		width: 50%;
	}
	.tool-category li {
		display: list-item;
		height: auto;
		text-align: center;
	}
	.tool-category .tool-text {
		display: inline;
	}
	.getstarted-icon {
		background: none;
	}
	.getstarted-program,
	.getstarted-program.last {
		margin: 10px;
	}
	.getstarted-toolwrap {
		text-align: center;
	}

	/* Account Page */
	.account-row,
	.account-label,
	.account-row .account-note {
		padding: 5px;
	}
	.account-row .account-note {
		max-width: 100%;
	}
	.account-row {
		text-align: left;
	}
	.account-row--extended {
		width: auto;
	}
	.account-row--extended .account-column--left {
		width: 110px;
	}
	.account-row--centered {
		text-align: center;
	}
	.account-row .input,
	.account-row .phone-input-container {
		margin: 5px;
	}
	.account-row .phone-input-container .input {
		margin: 0;
	}
	.account-label {
		width: 25%;
		border: none;
		line-height: normal;
		text-align: left;
	}
	.account-row .account-note {
		width: auto;
	}
	.payment-method-wrap {
		width: 80%;
		margin: 0 auto;
	}
    .payment-method-wrap .npt-box {
	    margin: 9px;
    }
    .payment-account {
	    text-align: left;
	}
	.payment-account .account-column .account-note {
		padding-left: 5px;
	}
    .payment-registration,
    .profile-settings-button {
	    margin: 5px;
    }
    .payment-registration {
	    width: auto;
	    height: auto;
	    margin: 5px;
	}
	.payment-registration.button {
		margin-top: 5px;
		margin-left: 5px;
	}
    .account-row .checkbox-holder {
	    display: block;
	    width: auto;
	    text-align: left;
	    padding: 10px 5px 5px;
    }

    /* Support page */
	.support-select,
	.support-form .textarea {
		width: 100%;
		max-width: 300px;
	}
	.support-select {
		margin: 10px;
	}
	.support-form .textarea {
		display: block;
		margin: 10px auto;
	}
	.support-form .button {
		margin-top: 30px;
	}

	/* Change password page */
	.forgotform .input,
	.forgotform .button,
	.forgotform .img-captcha-container {
		width: 100%;
		margin: 10px;
		max-width: 320px;
	}

	/* Splash overlay */
	.overlaybox-inner,
	.overlaybox,
	.promowrap,
	.splashwrap {
		height: 100%;
	}
	.overlaybox,
	.promowrap,
	.splashwrap,
	.splashbox {
		width: 100%;
	}
	.overlaybox--autoheight {
		height: auto;
	}
	.overlaybox-inner {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 90%;
		height: auto;
		transform: translate(-50%, -50%);
	}
	.page_videopromotool .npt-videopromo-block {
		width: auto;
		/* full window height - header height */
		max-height: calc(100vh - 62px);
	}

	.page_videopromotool .npt-overlay-info,
	.page_videopromotool .npt-videopromo-generator-form {
		box-sizing: border-box;
		width: 100%;
		max-width: 600px;
		margin-right: auto;
		margin-left: auto;
	}

	.splashbox {
		display: block;
		height: 33.33%;
		margin: 0;
		padding-top: 25px;
	}
	.splashbox:before,
	.splashbox .splashbox-head {
		background: url(https://resourcex1.dditscdn.com/vc97676a6/site/npp/img/sprite/sprite_splash_mobile.png) no-repeat;
	}
	.splashbox:before {
		content: '';
		position: absolute;
		bottom: 20px;
		left: 50%;
		width: 56px;
		height: 56px;
		background-position: 0px -197px;
		margin-left: -23px;
	}
	.splashbox--livejasmin {
		background: rgba(148,9,9, 0.5);
	}
	.splashbox--awempire {
		background: rgba(88,88,88, 0.5);
	}
	.splashbox--model {
		background: rgba(12,25,72, 0.5);
	}
	.splashbox .splashbox-head {
		position: relative;
		background-clip: content-box;
		padding-bottom: 30px;
	}
	.splashbox--livejasmin .splashbox-head {
		background-position: center 0px;
		height: 39px;
	}
	.splashbox--awempire .splashbox-head {
		background-position: center -42px;
		height: 86px;
	}
	.splashbox--model .splashbox-head {
		background-position: center -130px;
		height: 66px;
	}
	.splashbox-head .title {
		position: absolute;
		left: 0;
		right: 0;
		font-size: 2.3em;
		text-transform: uppercase;
	}
	.splashbox--livejasmin .title {
		top: 49px;
	}
	.splashbox--awempire .title {
		top: 96px;
	}
	.splashbox--model .title {
		top: 76px;
	}
	.splashbox-foot {
		display: none;
	}

	.payout-option {
		height: auto;
		margin: 25px 6px;
	}

	.gdpr-confirm-overlay .overlaybody {
		box-sizing: border-box;
		width: auto;
	}
	.gdpr-confirm-overlay,
	.gdpr-confirm-overlay .overlaybox-inner {
		display: block;
	}
	.gdpr-confirm-overlay .overlaybox-inner {
		position: absolute;
		width: 100%;
		height: 100%;
	}
	.gdpr-confirm-overlay .overlaybox .input--password {
		margin-bottom: 20px;
	}
	.page_account .subhead-tab {
		display: block;
		padding: 5px;
		text-align: left;
		border: none;
	}
	.page_account .subhead-tab:hover,
	.page_account .subhead-tab.active {
		border: none;
		background: rgba(255,255,255,0.1);
	}
	.page_account .subhead-tab-title {
		display: inline-block;
		margin: 0;
		vertical-align: middle;
	}
	.page_account .section .content {
		padding-bottom: 15px;
	}
	/*Payout information page*/
	.page_payout_information.layout-basic .content {
		width: auto;
	}

	.page_overview .sitehead,
	.page_payout_information .sitehead {
		position: fixed;
	}

	.page_overview .subhead,
	.page_payout_information .subhead {
		margin-top: 65px;
	}

	.page_overview .calendarIcon,
	.page_overview .detailed_referrer_stat,
	.page_overview .title_link.bordered,
	.page_overview .statsContainer {
		display: none;
	}

	.page_payout_information .statPaymentHistoryBlock .paymentHistorySelector ul li div.down_arrow {
		display: none;
	}

	.page_overview .filter {
		float: left;
	}

	.page_overview .remote_stat_link {
		display: block;
	}

	.page_overview .filter .period_button {
		margin-right: 10px;
	}

	.page_overview .stat_table_container {
		width: 100%;
		overflow: scroll;
	}

	.page_overview div.title p {
		margin-bottom: 0!important;
	}

	.page_overview .from-to-date {
		height: auto;
	}

	.payout_information_container {
		text-align: center;
		padding-left: 15px;
		padding-right: 15px;
	}

	.paymentHistorySelector {
		padding-left: 15px;
	}

	.paymentHistory_container {
		overflow: scroll;
	}

	.videopromo-footer ul {
		text-align: center;
	}
}
@media only screen and (max-width: 850px) {
	.videopromo-intro-button-container {
		flex-flow: column;
		align-items: center;
		margin-top: 25px;
	}
	.videopromo-intro-button-container a {
		margin: 10px 0;
	}
}
@media only screen and (max-width: 700px) {
	.blog-popular .content {
		width: 100%;
	}
	.payment-method-wrap {
		width: auto;
	}
	.forgotpassword-wrap {
		width: 100%;
		max-width: 660px;
	}
}
@media only screen and (max-width: 660px) {
	.sites-wrap {
		height: 440px;
	}
}
@media only screen and (max-width: 640px) {
	.blog-latest,
	.blog-calculator,
	.blog-follow {
		float: none;
		width: auto;
		margin: 0 auto;
	}

	.videopromo-intro-video-container {
		border-width: 10px;
	}
}
@media only screen and (max-width: 576px) {
	.sitefooter li {
		text-align: center;
	}
}
@media only screen and (max-width: 550px) {
	.sites-wrap {
		height: 500px;
	}
	.getstarted-program,
	.getstarted-program .nameblock,
	.getstarted-program .textwrap,
	.wle-box--large {
		width: 100%;
	}
	.getstarted-program {
		height: auto;
	}
	.getstarted-program,
	.getstarted-program.last,
	.wle-box--large,
	.wle-box--large.last {
		margin-left: 0;
		margin-right: 0;
	}
	.getstarted-program .nameblock,
		.getstarted-program .textwrap {
		float: none;
	}
	.getstarted-program .nameblock {
		padding: 15px 0;
	}
	.tool-category {
		width: auto;
	}
	.tool-category .title {
		height: auto;
	}
}
@media only screen and (max-width: 460px) {
	.slider-payment .featured-subcontent,
	.featured-logo {
		display: none;
	}
	.sites-wrap {
		height: 600px;
	}
	.getstarted-large-box {
		padding-left: 0;
	}
	.getstarted-large-title,
	.getstarted-large-list {
		text-align: center;
		padding-left: 0;
	}
	.getstarted-large-title {
		width: 100%;
	}
	.getstarted-large-list li {
		background: none;
	}
	.getstarted-large-list li:before {
		content: none;
	}
	.getstarted-large-button {
		left: 0;
		text-align: center;
	}
	.account-row,
	.account-label {
		text-align: center;
	}
	.account-label,
	.account-row .account-note {
		width: 100%;
	}

	.payout-option,
	.billing-option {
		width: 100%;
		height: auto;
		margin: 6px auto;
	}

	.page_overview .remote_stat_link {
		margin-top: 10px;
	}

	.contact-box .content:before {
		display: none;
	}
}
@media only screen and (max-width: 400px) {
	.page_whyawe .s-title {
		font-size: 2.6em;
	}
	.getstarted-large-list {
		display: none;
	}
	.data-protection-line {
		width: 100%;
	}

	.billing-option p,
	.billing-option .button {
		width: auto;
	}
}
@media only screen and (max-width: 390px) {
	.featured-slider {
		height: 615px;
	}
	.program,
	.reason,
	.wle-box,
	.wle-box.last {
		width: auto;
	}
	.reason,
	.blog-popular-item,
	.support-select {
		margin-left: 0;
		margin-right: 0;
	}
	.toptable {
		padding-left: 0;
		padding-right: 0;
	}
	.contact-form .input--name,
	.contact-form .input--subject,
	.contact-form .input--password,
	.contact-form .input:first-child,
	.contact-form .img-captcha-container,
	.signupform .input,
	.signupform .input.last,
	.signupform .button,
	.signup-agreement,
	.loginform .input,
	.loginform .input.last,
	.loginform .button,
	.loginform .img-captcha-container,
	.login-forgot,
	.forgotform .input,
	.forgotform .img-captcha {
		margin: 0 auto 20px;
	}
	.contact-form .input--email,
	.contact-form .textarea {
		margin-top: 0;
		margin-bottom: 20px;
	}
	.blog-main .content {
		padding: 0;
	}
	.blog-infobox,
	.blog-post {
		padding-left: 15px;
		padding-right: 15px;
	}
	.blog-search .input {
		width: 90%;
	}
	.blog-search .button {
		margin: 15px 0 0;
	}
	.blog-latest,
	.blog-calculator,
	.blog-follow {
		padding-left: 0;
		padding-right: 0;
	}
	.wle-box {
		margin-left: 0;
		margin-right: 0;
	}
	.wle-list {
		height: auto;
	}
	.award-container {
		padding-left: 0;
	}
	.award-trophy {
		margin: auto;
		width: 115px;
	}
	.award-panel {
		position: static;
		width: auto;
	}
	.award-list th {
		padding-top: 8px;
	}
	.award-list td {
		padding: 5px 0;
	}
	.award-panel-head {
		margin: auto;
	}
	.award-panel-foot {
		right: 0;
		bottom: -55px;
		left: 0;
		margin: auto;
		text-align: center;
	}
}
@media only screen and (max-width: 360px) {
	.getstarted-small-box {
		background: none;
		padding: 0;
	}

	.programs-signup .button {
		padding: 14px 20px;
		font-size: 1.4em;
	}

	.programs-table {
		font-size: 1.2em;
	}
}
@media only screen and (max-width: 343px) {
	.page_overview .period_selectors .period_button {
		margin-top: 10px;
	}
}
@media only screen and (max-width: 340px) {
	.featured-slider {
		height: 675px;
	}
	.toptable table {
		font-size: 1.2em;
	}
	.wle-box .title {
		font-size: 2.5em;
	}
	.programs-table {
		font-size: 1em;
	}
}
@media only screen and (max-width: 990px) and (max-height: 735px) {
	.splashbox {
		padding-top: 0;
	}
	.splashbox .splashbox-head {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.splashbox:before {
		content: none;
	}
}
@media only screen and (max-height: 390px) {
	.splashbox .splashbox-head {
		padding: 0;
	}
	.splashbox-head .title {
		display: none;
	}
}
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 1.5) {
	/*Payout information page*/
	.page_overview.layout-basic .content,
	.page_payout_information.layout-basic .content {
		width: calc(100% - 30px);
		margin: 0;
	}

	.page_overview .sitehead,
	.page_payout_information .sitehead {
		position: fixed;
	}

	.page_overview .subhead,
	.page_payout_information .subhead {
		margin-top: 65px;
	}

	.page_overview .detailed_referrer_stat,
	.page_overview .title_link.bordered,
	.page_overview .statsContainer,
	.page_payout_information .statPaymentHistoryBlock .paymentHistorySelector ul li div.down_arrow {
		display: none;
	}

	.page_overview .remote_stat_link {
		display: block;
		margin-right: 10px;
	}

	.page_overview .filter .period_button {
		margin-right: 10px;
	}

	.page_overview .stat_table_container {
		width: 100%;
		overflow: scroll;
	}

	.payout_information_container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.paymentHistorySelector {
		padding-left: 15px;
	}

	.paymentHistory_container {
		overflow: scroll;
	}


	/*Stats overview page*/

	#page_overview .title {
		float: none;
	}

	#page_overview .title_menu {
		display: block;
		/* use viewport width for a vertical margin to make the space proportional to
		   the apparent size of the viewport */
		margin-top: 2vw;
	}

	#page_overview .title_menu .from-to-date,
	#page_overview .title_menu .title_link,
	#page_overview .title_menu .stat_button {
		width: 27%;
		margin: 0 3%;
		clear: both;
	}

	#page_overview .from-to-date {
		font-size: 14px;
		white-space: nowrap;
		padding-top: 10px;
	}

	#page_overview div.filter {
		float: none;
	}

	#page_overview a.stat_button {
		width: calc(27% - 40px)!important;
	}
}
/* iPhone 6, 7, & 8 in portrait & landscape */
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {
	.page_videopromotool .npt-videopromo-block {
		padding: 20px;
	}

	.npt-videopromo-block--documentation .ref-title {
		font-size: 2em;
	}
}
/* High PPI Displays / Retina Display */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	.slider-oranum .layer {
		background-image: url(https://resourcex1.dditscdn.com/vc97676a6/site/npp/img/bg_layer_featured_oranum_2x.png);
	}
}

.wrapper {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto; }

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 20px;
  padding-left: 20px; }

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.row.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

@media only screen and (min-width: 0) {
  .container {
    width: 100%; }
  .col-xs {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .col-xs-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-xs-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-xs-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-xs-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-xs-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-xs-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-xs-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-xs-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-xs-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-xs-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-xs-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-xs-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-xs-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 0; }
  .col-xs-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 8.33333%; }
  .col-xs-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 16.66667%; }
  .col-xs-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 25%; }
  .col-xs-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 33.33333%; }
  .col-xs-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 41.66667%; }
  .col-xs-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 50%; }
  .col-xs-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 58.33333%; }
  .col-xs-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 66.66667%; }
  .col-xs-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 75%; }
  .col-xs-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 83.33333%; }
  .col-xs-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 91.66667%; }
  .col-xs-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 100%; }
  .col-xs {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left; }
  .center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right; }
  .top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .around-xs {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-xs {
    order: -1; }
  .last-xs {
    order: 1; } }

@media only screen and (max-width: -1) {
  .hide-below-xs {
    display: none; } }

@media only screen and (min-width: 0) {
  .hide-above-xs {
    display: none; } }

@media only screen and (min-width: 576px) {
  .container {
    width: 100%; }
  .col-sm {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .col-sm-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 0; }
  .col-sm-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 25%; }
  .col-sm-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 50%; }
  .col-sm-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 75%; }
  .col-sm-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 100%; }
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right; }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-sm {
    order: -1; }
  .last-sm {
    order: 1; } }

@media only screen and (max-width: 575px) {
  .hide-below-sm {
    display: none; } }

@media only screen and (min-width: 576px) {
  .hide-above-sm {
    display: none; } }

@media only screen and (min-width: 768px) {
  .container {
    width: 100%; }
  .col-md {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .col-md-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 0; }
  .col-md-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 25%; }
  .col-md-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 50%; }
  .col-md-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 75%; }
  .col-md-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 100%; }
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left; }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right; }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-md {
    order: -1; }
  .last-md {
    order: 1; } }

@media only screen and (max-width: 767px) {
  .hide-below-md {
    display: none; } }

@media only screen and (min-width: 768px) {
  .hide-above-md {
    display: none; } }

@media only screen and (min-width: 992px) {
  .container {
    width: 100%; }
  .col-lg {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .col-lg-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 0; }
  .col-lg-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 25%; }
  .col-lg-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 50%; }
  .col-lg-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 75%; }
  .col-lg-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 100%; }
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left; }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right; }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-lg {
    order: -1; }
  .last-lg {
    order: 1; } }

@media only screen and (max-width: 991px) {
  .hide-below-lg {
    display: none; } }

@media only screen and (min-width: 992px) {
  .hide-above-lg {
    display: none; } }

@media only screen and (min-width: 1200px) {
  .container {
    width: 1200px; }
  .col-xl {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .col-xl-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-xl-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-xl-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-xl-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-xl-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 0; }
  .col-xl-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 8.33333%; }
  .col-xl-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 16.66667%; }
  .col-xl-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 25%; }
  .col-xl-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 33.33333%; }
  .col-xl-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 41.66667%; }
  .col-xl-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 50%; }
  .col-xl-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 58.33333%; }
  .col-xl-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 66.66667%; }
  .col-xl-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 75%; }
  .col-xl-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 83.33333%; }
  .col-xl-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 91.66667%; }
  .col-xl-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 100%; }
  .col-xl {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .start-xl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left; }
  .center-xl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-xl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right; }
  .top-xl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .middle-xl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .bottom-xl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .around-xl {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-xl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-xl {
    order: -1; }
  .last-xl {
    order: 1; } }

@media only screen and (max-width: 1199px) {
  .hide-below-xl {
    display: none; } }

@media only screen and (min-width: 1200px) {
  .hide-above-xl {
    display: none; } }

.sitefooter {
  background: #363636;
  font-size: 1.6rem; }
  @media all and (max-width: 1199px) {
    .sitefooter {
      padding: 0 3vw; } }
  .sitefooter,
  .sitefooter a {
    color: #ffffff; }
  .sitefooter ul {
    margin: 0;
    padding: 0; }
  .sitefooter li {
    margin-bottom: 10px;
    list-style: none; }
  .sitefooter .row {
    padding: 20px 0;
    margin-left: 0;
    margin-right: 0; }
    .sitefooter .row.nowrap {
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: none;
      flex-wrap: nowrap; }
  .sitefooter a:hover {
    color: #8BC437; }
  .sitefooter__copyright {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.2rem; }
    .sitefooter__copyright,
    .sitefooter__copyright a,
    .sitefooter__copyright a:hover {
      color: #C5C5C5; }
    .sitefooter__copyright a:hover {
      text-decoration: underline; }
  .sitefooter__menu-block {
    margin-bottom: 40px; }
  .sitefooter__menu-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 20px;
    line-height: 1; }
  .sitefooter__icon {
    margin-right: 20px; }
    .sitefooter__icon,
    .sitefooter__icon > img {
      color: #C5C5C5; }
    @media screen and (max-width: 991px) {
      .sitefooter__icon:first-child {
        margin-bottom: 10px; } }
    .sitefooter__icon:last-child {
      margin-right: 0; }

.subhead.section {
  margin-top: 80px; }
  @media all and (max-width: 990px) {
    .subhead.section {
      margin-top: 65px; } }

.sitehead .label,
.sitehead .sitenav-item,
.sitefooter {
  font-size: 16px; }

.sitefooter__copyright {
  font-size: 12px; }

.sitefooter__menu-title {
  font-size: 18px; }

