/* CSS Document */
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;700;900&display=swap');

#bg {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#mainmenu {
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
}
#logo {
	float: left;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 15px;
}
#social {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	/*margin-bottom: 0px;*/
	/*color: #FFFFFF;*/
}
#contentbg {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#content {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
#footerbg {
	background-color: #EBEBEB;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	overflow: hidden;
}
#footer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#copy {
	float: left;
	margin-top: 25px;
	color: #444;
}
#terms {
	float: right;
	margin-top: 25px;
	color: #444;
}
#container {
    width: 100%;
    height: auto;
    display: table;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 20px;
	padding-bottom: 20px;
}
#container-header {
    width: 100%;
    height: auto;
    display: table;
    margin: 0 auto;
    overflow: hidden;
}
#container-flex {
	display: flex;
}
#image-content-left,
#image-content-right {
	display: inline-block;
}
#image-content-left {
	width: 100px;
	text-align: center;
	padding-right: 15px;
	margin: auto;
}
#image-content-right {
	flex: 1;
}
#image-beside-text-container {
    width: 100%;
    height: auto;
    display: table;
    margin: 0 auto;
    overflow: hidden;
}
#first-half {
	width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
}
#second-half {
	width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 20px 0px 0px 0px;
    padding-right: 40px;
    padding-left: 40px;
}
#first-half-rbox {
	width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
}
#second-half-rbox {
	width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 20px 0px 0px 0px;
    padding-right: 40px;
    padding-left: 40px;
}
#larger-half-left {
	width: 60%;
    height: auto;
    box-sizing: border-box;
    /* margin: 20px 0px 0px 0px; */
    margin-left: 0px;
    margin-right: 40px;
}
#smaller-half-left {
	width: 40%;
    height: auto;
    box-sizing: border-box;
 	text-align: center;
 	margin-right: 40px;
    margin-left: 0px;
}
#larger-half-right {
	width: 60%;
    height: auto;
    box-sizing: border-box;
    /* margin: 20px 0px 0px 0px; */
    margin-left: 40px;
    margin-right: 0px;
}
#smaller-half-right {
	width: 40%;
    height: auto;
    box-sizing: border-box;
 	text-align: center;
 	margin-right: 0px;
    margin-left: 40px;
}
#first-third {
	width: 100%;
    height: auto;
    box-sizing: border-box;
}
#second-third {
	width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 20px 0px 0px 0px;
}
#third-third {
	width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 20px 0px 0px 0px;
}
#floated {
    float: right;
    width: 300px;
	height: auto;
	padding-left: 50px;
}
#info-box-container {
	width: 90%;
    height: auto;
    display: table;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#info-box-container-expand {
	display: inline-block;
    height: auto;
    display: table;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 1px 1px 2px #9E9E9E;
}
#info-box-headline {
	width: 100%;
    height: auto;
    padding: 15px 30px 15px 30px;
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    font-size: 22px;
    color: #FFFFFF;
}
#info-box-content {
	padding: 10px 20px 10px 20px;
	background-color: #EBEBEB;
}
#info-box2-container, 
#info-box2-container-plinks {
	width: 90%;
    height: auto;
    display: table;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid #185077;
    border-radius: 8px;
}
#info-box2-content, 
#info-box2-content-plinks {
	width: auto;
	height: auto;
	display: inline-block;
	padding: 10px 20px 10px 20px;
	background-color: #ECF7FF;
}
#info-box3-container {
	width: 90%;
    height: auto;
    display: table;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
#info-box3-headline {
	width: 100%;
    height: auto;
    padding: 10px 20px 10px 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 18px;
    background-color: #CBEAFE;
}
#info-box3-content {
	height: auto;
	display: inline-block;
	padding: 10px 20px 10px 20px;
	background-color: #EDF7FF;
}
#table-container {
	display: table;
	display: inline-block;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 2px;
}
#table-row  {
	display: table-row;
}
#left-cell {
	display: table-cell;
	text-align: right;
	padding: 2px;
}
#right-cell {
	display: table-cell;
	text-align: left;
	padding: 2px;
}
#full-cell {
	text-align: center;
}
#button-container {
	text-align: center;
	padding-bottom: 10px;
}
#order-box-container {
	width: 90%;
    height: auto;
    display: table;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
#order-box-headline {
	width: 100%;
    height: auto;
    background-image: url("//plrdealer.com/images/oto/order-box-header-bg.png");
    padding: 20px 0px 20px 0px;
    text-align: center;
}
#order-box-content {
	padding: 10px 20px 10px 20px;
	background-color: #EBEBEB;
}
#optin-form-container {
	width: 90%;
    height: auto;
    margin: 0 auto;
    /*overflow: hidden;*/
}
#optin-form-row {
	height: auto;
	width: 100%;
	display: inline-block;
	padding: 5px 0px 5px 0px;
}

body,td,th {
	font-size: 18px;
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	-webkit-font-smoothing: antialiased;
}
a { 
	color: #185077;
	text-decoration: none;
}
a.terms {
	color: #444;
}
a.white {
	color: #DCDCDC;
}
a:hover { 
	color: #000066;
}
a.white:hover {
	color: #B1B1B1;
}
input { 
	padding: 3px; 
	border-style: solid; 
	font-size: 15px; 
	border-width: 1px; 
	border-radius: 4px; 
	border-color: #757575;  
} 
input:focus { 
	outline: none; 
	box-shadow: 0px 0px 3px 0px rgba(11,71,132,.75); 
	text-shadow: 0px 0px 0px rgba(42,42,42,.0); 
}
select { 
	padding: 3px; 
	border-style: solid; 
	font-size: 14px; 
	border-width: 1px; 
	border-radius: 4px; 
	border-color: #757575;  
} 
select:focus { 
	outline: none; 
	box-shadow: 0px 0px 3px 0px rgba(11,71,132,.75); 
	text-shadow: 0px 0px 0px rgba(42,42,42,.0); 
}
textarea { 
	padding: 3px; 
	border-style: solid; 
	font-size: 14px; 
	border-width: 1px; 
	border-radius: 4px; 
	border-color: #757575;  
	max-width: 95%;
} 
textarea:focus { 
	outline: none; 
	box-shadow: 0px 0px 3px 0px rgba(11,71,132,.75); 
	text-shadow: 0px 0px 0px rgba(42,42,42,.0); 
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}
h4.vid-dl-headline {
	position: relative;
	z-index: 1;
	text-align: center;
	color: #444;
}
h4.vid-dl-headline::before {
	border-top: 1px solid #C8C8C8;
	content: "";
	margin: 0 auto;
	position: absolute; 
	top: 50%; left: 0; right: 0; bottom: 0;
	z-index: -1;
}
h4.vid-dl-headline span {
	background: #EBEBEB; 
	padding: 0 15px; 
}
li {
	margin: 14px 0 0 10px;
}

.center {
	width: fit-content;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.bg-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.bg-white {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
.bg-darkblue {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #021020;
}
.bg-darkgreen {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #051211;
}
.bg-blackish {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #171717;
}
.bg-babyblue {
	background-color: #00a1d5;
}
.bgt-darkblue {
	background: rgba(17, 59, 87, 0.90);
}
.bgt2-darkblue {
	background: rgba(17, 59, 87, 0.95);
}
.bgt-lightblue {
	background: rgba(20, 119, 153, 0.90);
}
.bgt-babyblue {
	background: rgba(0, 161, 213, 0.90);
}
.bgt-darkgreen {
	background: rgba(17, 57, 53, 0.90);
}
.bgt-darkpurple {
	background: rgba(68, 44, 57, 0.90);
}
.white-rounded-box {
	background-color: #F8F8F8;
	border-radius: 10px;
	border: 1px solid #000;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.round-box-shadow,
.round-box-shadow-rev,
.round-box-shadow-2x {
	border-radius: 25px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	background: #f27f13;
	background: linear-gradient(105deg, rgba(242, 127, 19, 0.5) 0%, rgba(255, 255, 255, 0) 30%);
	padding: 25px;
}
.round-box-shadow-rev {
	background: #FFFFFF;
	background: linear-gradient(105deg, rgba(255, 255, 255, 0) 70%, rgba(242, 127, 19, 0.5) 100%);
	margin-bottom: 25px;
}
.round-box-shadow {
	margin-bottom: 25px;
}
.round-box-shadow-2x {
	margin-bottom: 0px;
}
.round-box-dark {
	border-radius: 25px;
	border: 1px solid rgba(242, 127, 19, 0.4);
	background: #141c33;
	background: linear-gradient(105deg, rgba(20, 28, 51, 0.9) 0%, rgba(44, 57, 97, 0.9) 55%);
	margin-bottom: 25px;
	padding: 25px;
}
.round-box-bonus {
	width: fit-content;
	border-radius: 25px;
	border: 1px solid rgba(242, 127, 19, 0.4);
	padding: 10px 20px 10px 20px;
	margin-bottom: 15px;
}
.pad-gradbg {
	padding-top: 20px;
	padding-bottom: 20px;
}
.grad-dark-radial {
	background: radial-gradient(circle at top, #18213f 0, #050814 45%, #02030a 100%);
}
.grad-black {
    background: #171717;
    background: -webkit-linear-gradient(#171717, #1C1C1C);
    background: -o-linear-gradient(#171717, #1C1C1C);
    background: -moz-linear-gradient(#171717, #1C1C1C);
    background: linear-gradient(#171717, #1C1C1C);
}
.grad-darkblue {
    background: #185077;
    background: -webkit-linear-gradient(#185077, #133f5d);
    background: -o-linear-gradient(#185077, #133f5d);
    background: -moz-linear-gradient(#185077, #133f5d);
    background: linear-gradient(#185077, #133f5d);
}
.grad-lightblue {
    background: #2082BC;
    background: -webkit-linear-gradient(#2082BC, #2697DA);
    background: -o-linear-gradient(#2082BC, #2697DA);
    background: -moz-linear-gradient(#2082BC, #2697DA);
    background: linear-gradient(#2082BC, #2697DA);
}
.grad-lightgray {
    background: #E6E6E6;
    background: -webkit-linear-gradient(#E6E6E6, #DDDDDD);
    background: -o-linear-gradient(#E6E6E6, #DDDDDD);
    background: -moz-linear-gradient(#E6E6E6, #DDDDDD);
    background: linear-gradient(#E6E6E6, #DDDDDD);
}
.grad-gray {
    background: #737373;
    background: -webkit-linear-gradient(#737373, #2a2a2a);
    background: -o-linear-gradient(#737373, #2a2a2a);
    background: -moz-linear-gradient(#737373, #2a2a2a);
    background: linear-gradient(#737373, #2a2a2a);
}
.grad-orange {
    background: #f87939;
    background: -webkit-linear-gradient(#f87939, #f75e11);
    background: -o-linear-gradient(#f87939, #f75e11);
    background: -moz-linear-gradient(#f87939, #f75e11);
    background: linear-gradient(#f87939, #f75e11);
}
/* Buttons */
.pd-button {
	-moz-box-shadow: 0px 1px 0px 0px #133f5d;
	-webkit-box-shadow: 0px 1px 0px 0px #133f5d;
	box-shadow: 0px 1px 0px 0px #133f5d;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #185077), color-stop(1, #133f5d));
	background:-moz-linear-gradient(top, #185077 5%, #133f5d 100%);
	background:-webkit-linear-gradient(top, #185077 5%, #133f5d 100%);
	background:-o-linear-gradient(top, #185077 5%, #133f5d 100%);
	background:-ms-linear-gradient(top, #185077 5%, #133f5d 100%);
	background:linear-gradient(to bottom, #185077 5%, #133f5d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#185077', endColorstr='#133f5d',GradientType=0);
	background-color:#185077;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #133f5d;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:18px;
	padding:8px 14px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
.pd-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #133f5d), color-stop(1, #185077));
	background:-moz-linear-gradient(top, #133f5d 5%, #185077 100%);
	background:-webkit-linear-gradient(top, #133f5d 5%, #185077 100%);
	background:-o-linear-gradient(top, #133f5d 5%, #185077 100%);
	background:-ms-linear-gradient(top, #133f5d 5%, #185077 100%);
	background:linear-gradient(to bottom, #133f5d 5%, #185077 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#133f5d', endColorstr='#185077',GradientType=0);
	background-color:#133f5d;
}
.pd-button:active {
	position:relative;
	top:1px;
}
.pd-button-join {
	-moz-box-shadow: 0px 1px 0px 0px #c94f00;
	-webkit-box-shadow: 0px 1px 0px 0px #c94f00;
	box-shadow: 0px 1px 0px 0px #c94f00;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f29b13), color-stop(1, #c94f00));
	background:-moz-linear-gradient(top, #f29b13 5%, #c94f00 100%);
	background:-webkit-linear-gradient(top, #f29b13 5%, #c94f00 100%);
	background:-o-linear-gradient(top, #f29b13 5%, #c94f00 100%);
	background:-ms-linear-gradient(top, #f29b13 5%, #c94f00 100%);
	background:linear-gradient(to bottom, #f29b13 5%, #c94f00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f29b13', endColorstr='#c94f00',GradientType=0);
	background-color:#f29b13;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #c94f00;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:20px;
	padding:12px 50px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
	width: 100%;
}
.pd-button-join:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c94f00), color-stop(1, #f29b13));
	background:-moz-linear-gradient(top, #c94f00 5%, #f29b13 100%);
	background:-webkit-linear-gradient(top, #c94f00 5%, #f29b13 100%);
	background:-o-linear-gradient(top, #c94f00 5%, #f29b13 100%);
	background:-ms-linear-gradient(top, #c94f00 5%, #f29b13 100%);
	background:linear-gradient(to bottom, #c94f00 5%, #f29b13 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c94f00', endColorstr='#f29b13',GradientType=0);
	background-color:#c94f00;
}
.pd-button-join:active {
	position:relative;
	top:1px;
}
.pd-button-cc {
	-moz-box-shadow: 0px 1px 0px 0px #c94f00;
	-webkit-box-shadow: 0px 1px 0px 0px #c94f00;
	box-shadow: 0px 1px 0px 0px #c94f00;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f29b13), color-stop(1, #c94f00));
	background:-moz-linear-gradient(top, #f29b13 5%, #c94f00 100%);
	background:-webkit-linear-gradient(top, #f29b13 5%, #c94f00 100%);
	background:-o-linear-gradient(top, #f29b13 5%, #c94f00 100%);
	background:-ms-linear-gradient(top, #f29b13 5%, #c94f00 100%);
	background:linear-gradient(to bottom, #f29b13 5%, #c94f00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f29b13', endColorstr='#c94f00',GradientType=0);
	background-color:#f29b13;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #c94f00;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:24px;
	padding:12px 40px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
.pd-button-cc:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c94f00), color-stop(1, #f29b13));
	background:-moz-linear-gradient(top, #c94f00 5%, #f29b13 100%);
	background:-webkit-linear-gradient(top, #c94f00 5%, #f29b13 100%);
	background:-o-linear-gradient(top, #c94f00 5%, #f29b13 100%);
	background:-ms-linear-gradient(top, #c94f00 5%, #f29b13 100%);
	background:linear-gradient(to bottom, #c94f00 5%, #f29b13 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c94f00', endColorstr='#f29b13',GradientType=0);
	background-color:#c94f00;
}
.pd-button-cc:active {
	position:relative;
	top:1px;
}
.pd-button-pp {
	-moz-box-shadow: 0px 1px 0px 0px #133f5d;
	-webkit-box-shadow: 0px 1px 0px 0px #133f5d;
	box-shadow: 0px 1px 0px 0px #133f5d;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #185077), color-stop(1, #133f5d));
	background:-moz-linear-gradient(top, #185077 5%, #133f5d 100%);
	background:-webkit-linear-gradient(top, #185077 5%, #133f5d 100%);
	background:-o-linear-gradient(top, #185077 5%, #133f5d 100%);
	background:-ms-linear-gradient(top, #185077 5%, #133f5d 100%);
	background:linear-gradient(to bottom, #185077 5%, #133f5d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#185077', endColorstr='#133f5d',GradientType=0);
	background-color:#185077;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #133f5d;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:20px;
	padding:10px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
.pd-button-pp:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #133f5d), color-stop(1, #185077));
	background:-moz-linear-gradient(top, #133f5d 5%, #185077 100%);
	background:-webkit-linear-gradient(top, #133f5d 5%, #185077 100%);
	background:-o-linear-gradient(top, #133f5d 5%, #185077 100%);
	background:-ms-linear-gradient(top, #133f5d 5%, #185077 100%);
	background:linear-gradient(to bottom, #133f5d 5%, #185077 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#133f5d', endColorstr='#185077',GradientType=0);
	background-color:#133f5d;
}
.pd-button-pp:active {
	position:relative;
	top:1px;
}
.jzp-button {
	-moz-box-shadow: 0px 1px 0px 0px #3276a5;
	-webkit-box-shadow: 0px 1px 0px 0px #3276a5;
	box-shadow: 0px 1px 0px 0px #3276a5;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5095c5), color-stop(1, #3276a5));
	background:-moz-linear-gradient(top, #5095c5 5%, #3276a5 100%);
	background:-webkit-linear-gradient(top, #5095c5 5%, #3276a5 100%);
	background:-o-linear-gradient(top, #5095c5 5%, #3276a5 100%);
	background:-ms-linear-gradient(top, #5095c5 5%, #3276a5 100%);
	background:linear-gradient(to bottom, #5095c5 5%, #3276a5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5095c5', endColorstr='#3276a5',GradientType=0);
	background-color:#5095c5;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #3276a5;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:18px;
	padding:8px 14px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
.jzp-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3276a5), color-stop(1, #5095c5));
	background:-moz-linear-gradient(top, #3276a5 5%, #5095c5 100%);
	background:-webkit-linear-gradient(top, #3276a5 5%, #5095c5 100%);
	background:-o-linear-gradient(top, #3276a5 5%, #5095c5 100%);
	background:-ms-linear-gradient(top, #3276a5 5%, #5095c5 100%);
	background:linear-gradient(to bottom, #3276a5 5%, #5095c5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3276a5', endColorstr='#5095c5',GradientType=0);
	background-color:#3276a5;
}
.jzp-button:active {
	position:relative;
	top:1px;
}
.wp-button {
	-moz-box-shadow: 0px 1px 0px 0px #e1ce84;
	-webkit-box-shadow: 0px 1px 0px 0px #e1ce84;
	box-shadow: 0px 1px 0px 0px #e1ce84;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f3e7b6), color-stop(1, #e1ce84));
	background:-moz-linear-gradient(top, #f3e7b6 5%, #e1ce84 100%);
	background:-webkit-linear-gradient(top, #f3e7b6 5%, #e1ce84 100%);
	background:-o-linear-gradient(top, #f3e7b6 5%, #e1ce84 100%);
	background:-ms-linear-gradient(top, #f3e7b6 5%, #e1ce84 100%);
	background:linear-gradient(to bottom, #f3e7b6 5%, #e1ce84 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3e7b6', endColorstr='#e1ce84',GradientType=0);
	background-color:#f3e7b6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #e1ce84;
	display:inline-block;
	cursor:pointer;
	color:#2c2c2c;
	font-size:18px;
	padding:8px 14px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
.wp-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e1ce84), color-stop(1, #f3e7b6));
	background:-moz-linear-gradient(top, #e1ce84 5%, #f3e7b6 100%);
	background:-webkit-linear-gradient(top, #e1ce84 5%, #f3e7b6 100%);
	background:-o-linear-gradient(top, #e1ce84 5%, #f3e7b6 100%);
	background:-ms-linear-gradient(top, #e1ce84 5%, #f3e7b6 100%);
	background:linear-gradient(to bottom, #e1ce84 5%, #f3e7b6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1ce84', endColorstr='#f3e7b6',GradientType=0);
	background-color:#e1ce84;
}
.wp-button:active {
	position:relative;
	top:1px;
}
.button-style, .button-style-full {
	font-size: 26px;
	font-weight: 900;
	font-family: 'Inter', sans-serif;
	height: 65px;
	width: 100%;
}
.join-input {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #dbdbdb;
	padding: 10px 30px 10px 10px;
	width: 100%;
	height: 42px;
	box-sizing: border-box;
	font-size: 16px;
	border-radius: 6px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .05);
}
.join-name {
	background-image: url(/images/icons/user.png);
}
.join-email {
	background-image: url(/images/icons/mail.png);
}
#membermenu {
	text-align: center;
	margin-top: 1px;
}
.dropcontainer {
    overflow: hidden;
    font-weight: bold;
    margin: 0 auto;
    display: inline-block;
}
.dropcontainer a {
    float: left;
    font-size: 15px;
    color: #DCDCDC;
    text-align: center;
    text-decoration: none;
}
.dropdown {
    float: left;
    overflow: hidden;
}
.dropdown .dropbtn {
	font-family: 'Inter', sans-serif;
    font-size: 18px;
    border: none;
    outline: none;
    color: #DCDCDC;
    font-weight: 900;
    background-color: inherit;
}
.dropcontainer a:hover, .dropdown:hover .dropbtn {
    color: #B1B1B1;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #185077;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    float: none;
    color: #DCDCDC;
    padding: 8px 12px;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    display: block;
    text-align: left;
}
.dropdown-content a:hover {
    color: #B1B1B1;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px; 
	height: 0; 
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.headline {
	font-size: 42px;
	font-weight: 900;
	font-family: 'Inter', sans-serif;
	text-align: center;
	line-height: 1.2;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.pre-headline {
	font-size: 22px;
	font-weight: 900;
	font-family: 'Inter', sans-serif;
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.intro-headline {
	font-size: 24px;
	font-weight: 700;
	font-family: 'Inter', sans-serif;
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.sub-headline {
	font-size: 28px;
	font-weight: 700;
	font-family: 'Inter', sans-serif;
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.small-headline {
	font-size: 20px;
	font-weight: 900;
	font-family: 'Inter', sans-serif;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.oto-sub-headline {
	font-size: 26px;
	font-family: 'Inter', sans-serif;
	text-align: center;
}
.content-headline {
	font-size: 26px;
	font-weight: 900;
	font-family: 'Inter', sans-serif;
	text-align: center;
	line-height: 1.2;
}
.features-headline {
	font-size: 26px;
	font-weight: 900;
	font-family: 'Inter', sans-serif;
	text-align: center;
}
#member-headline-container {
	margin-top: 17px;
	margin-bottom: 20px;
}
.member-headline {
	font-size: 23px;
	font-weight: 900;
	font-family: 'Inter', sans-serif;
	text-align: center;
	color: #185077;
}
.tools-step-headline {
	font-size: 20px;
	font-weight: 900;
	font-family: 'Inter', sans-serif;
	text-indent: 15px;
	color: #185077;
}
.image-beside-text-headline {
	text-align: left;
}
.headlist  { 
	margin-bottom: 20px;
}
.download-list-padding {
	margin: 10px 10px 10px 10px;
}
.alignleft {
    display: block;
    float: left;
    margin-right: 20px;
}
.alignright {
    display: block;
    float: right;
    margin-left: 20px;
}
.oto-card-top {
	display: block;
	margin-top: 20px;
}
.large {
	font-size: 20px;
	font-family: 'Inter', sans-serif;
}
.larger {
	font-size: 22px;
	font-family: 'Inter', sans-serif;
}
.largest {
	font-size: 24px;
	font-family: 'Inter', sans-serif;
}
.small { 
	font-size: 16px;
	font-family: 'Inter', sans-serif;
}
.smaller { 
	font-size: 14px;
	font-family: 'Inter', sans-serif;
}
.smallest { 
	font-size: 12px;
	font-family: 'Inter', sans-serif;
}
.regular {
	font-weight: 400;
	font-family: 'Inter', sans-serif;
}
.light {
	font-weight: 300;
	font-family: 'Inter', sans-serif;
}
.lighter {
	font-weight: 200;
	font-family: 'Inter', sans-serif;
}
.bold {
	font-weight: 700;
	font-family: 'Inter', sans-serif;
}
.bolder {
	font-weight: 900;
	font-family: 'Inter', sans-serif;
}
.shadow {
	text-shadow: 1px 1px #2A2A2A;
}
.light-shadow {
	text-shadow: 1px 1px #9E9E9E;
}
.topline {
	padding-top: 5px;
	border-top: 1px solid #AAA;
}
.underline {
	padding-bottom: 5px;
	border-bottom: 1px solid #AAA;
}
.top-bottom-lines {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}
.separator {
	width: 80%;
	padding-bottom: 5px;
	border-bottom: 1px solid #AAA;
	margin: 0 auto;
}
.highlight {
	background-color: #FFFF00;
}
.white { 
	color: #FFFFFF; 
}
.red {
	color: #CC0000;
}
.darkred {
	color: #A80200;
}
.darker-red {
	color: #920101;
}
.blue { 
	color: #3333CC; 
}
.orange {
	color: #FF740A;
}
.lightorange {
	color: #FFC51A;
}
.green {
	color: #4D9A26;
}
.yellow {
	color: #EED202;
}
.gray {
	color: #444;
}
.lightgray {
	color: #D6D6D6;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}
@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #B1B1B1;
    text-decoration: none;
    cursor: pointer;
}
.modal-header {
	font-family: 'Inter', cursive;
    padding: 2px 16px;
    color: white;
}
.modal-body {
	padding: 5px 16px;
}
.ohnono {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}
.logout-adbox {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #aaa;
	padding: 5px 10px 5px 10px;
}
/* Pricing Table */
.price-columns {
    float: left;
    width: 100%;
    padding: 5px;
}
.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
}
.price .price-header {
    color: white;
    font-size: 25px;
    text-align: center;
}
.price li {
	background-color: #fff;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    padding: 10px;
}
.price .price-grey {
    background-color: #eee;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
}
/* Tabbed Content */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}
.tab button:hover {
    background-color: #ddd;
}
.tab button.active {
    background-color: #ccc;
}
.tabcontent {
    display: none;
    border: 1px solid #ccc;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 15px 30px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: #424242;
}
/* Social Share Buttons */
#shareBar {
    width: auto;
    height: auto;
    display: table;
    margin: 0 auto;
    padding-top: 18px;
    padding-bottom: 30px;
    overflow: hidden;
}
#shareDiv {
    width: 5em;
    height: auto;
    float: left;
    box-sizing: border-box;
    margin: 4px;
}
.share-btn {
	display: inline-block;
	color: #ffffff;
	border: none;
	padding: 0.5em;
	width: 4em;
	opacity: 0.9;
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
	outline: none;
	text-align: center;
}
.share-btn:hover {
	color: #eeeeee;
}
.share-btn:active {
	position: relative;
	top: 2px;
	box-shadow: none;
	color: #e2e2e2;
	outline: none;
}
.share-btn.twitter { background: #55acee; }
.share-btn.facebook { background: #3B5998; }
.share-btn.google-plus { background: #dd4b39; }
.share-btn.pinterest { background: #c92228; }
.share-btn.stumbleupon { background: #EB4823; }
.share-btn.reddit { background: #ff5700; }
.share-btn.linkedin    { background: #4875B4; }
.share-btn.email { background: #444444; }

/* desktop specific code */
@media only screen and (min-width: 1110px) {
    #content {
		width: 1100px;
		padding: 5px;
    	margin: 0 auto;
	}
	#footer {
		width: 1100px;
	}
	#container-header {
		padding-top: 10px;
		/*padding-bottom: 10px;*/
	}
	#first-half {
		width: 540px;
	    float: left;
	    padding-left: 0px;
	    padding-right: 0px;
	}
	#second-half {
		width: 540px;
	    float: left;
	    padding-left: 20px;
	    padding-right: 0px;
	    margin: 0px 0px 0px 20px;
	}
	#first-half-rbox {
		width: 540px;
	    float: left;
	    padding-left: 40px;
	    padding-right: 0px;
	}
	#second-half-rbox {
		width: 540px;
	    float: left;
	    padding-left: 0px;
	    padding-right: 40px;
	    margin: 0px 0px 0px 20px;
	}
	#image-beside-text-container {
	    width: 650px;
	    padding-top: 20px;
		padding-bottom: 20px;
	}
	#larger-half {
		width: 700px;
	    float: left;
	    padding-left: 40px;
	    padding-right: 20px;
	    margin: 0px 0px 0px 20px;
	}
	#smaller-half {
		width: 360px;
	    float: left;
	    padding-left: 0px;
	    padding-right: 40px;
	    margin: 0px 0px 0px 20px;
	}
	#smaller-half-left {
		width: 400px;
	    float: left;
	    padding-left: 40px;
	    padding-right: 20px;
	}
	#larger-half-right {
		width: 560px;
	    float: left;
	    padding-left: 20px;
	    padding-right: 40px;
	    margin: 0px 0px 0px 20px;
	}
	#first-third {
		width: 346px;
	    float: left;
	}
	#second-third {
		width: 346px;
	    float: left;
	    margin: 0px 0px 0px 20px;
	}
	#third-third {
		width: 346px;
	    float: left;
	    margin: 0px 0px 0px 20px;
	}
	#info-box-container, 
	#info-box2-container,
	#info-box3-container {
		width: 800px;
	}
	#info-box2-content {
		width: 760px;
	}
	#info-box2-container-plinks {
		width: 450px;
	}
	#info-box2-content-plinks {
		width: 410px;
	}
	#order-box-container {
		width: 600px;
	}
	.button-style-full {
		width: 50%;
	}
	.headline {
		/*width: 700px;*/
		margin: 0 auto;
	}
	.sub-headline {
		/*width: 750px;*/
		margin: 0 auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.content-headline {
		/*width: 700px;*/
		margin: 0 auto;
	}
	.topform-head-desktop {
		width: 350px;
		margin: 0 auto;
	}
	.doubleline-head-desktop {
		width: 600px;
		margin: 0 auto;
	}
	.oto-card-top {
	    display: block;
	    float: right;
	    margin-left: 20px;
	    margin-top: 20px;
	}
	.download-list-padding {
		margin: 10px 0px 10px 0px;
	}
	.logout-adbox {
		width: 480px;
	}
	.price-columns {
		/* 3 columns */
        /*width: 306px;*/

        /* 4 columns */
        width: 227px;
    }
}

@media only screen and (min-width: 500px) {
	#optin-form-container {
		width: 400px;
	}
}