/* OVERLAY POP UP DESKTOP */

.rb-captcha-text {
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.rb-captcha-text-mobile {
	width: 304px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.pt-pop-banner-dt {
	height: 168px;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.pt-pop-overlay {
	display: none;
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -400px;
	min-height: 516px;
	width: 800px;
	background-color: #FFFFFF;
	z-index: 5;
	z-index: 1004;
}

.pt-pop-errs {
	clear: both;
	width: 100%;
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 5px;
    font-size: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: none;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.pt-pop-overlay-left {
	width: 100%;
	min-height: 501px;
}

.pt-pop-overlay-left-inner {
	margin: 5px 5px 0px 5px;
	background-color: #ededed;
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	border-color: #dfdfdf;
	min-height: 506px;
}

.pt-pop-overlay-right-inner {
	margin: 5px 5px 0px 0px;
	background-color: #ededed;
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	border-color: #dfdfdf;
	min-height: 506px;
}

.pt-pop-overlay-right {
	width: 7%;
	float: right;
}

.pt-pop-content {
	width: 100%;
}

.pt-pop-content-left {
	width: 100%;
	margin-top: 0px;
}

.pt-pop-content-left-pad {
	padding: 0px 20px 0px 20px;
}

.pt-pop-content-right {
	width: 50%;
	float: right;
	margin-top: 15px;
}

.pt-pop-content-right img {
	margin-top: 5px;
	float: right;
	margin-right: 10px;
	max-height: 465px;
}

.pt-pop-close {
	margin-top: 0px;
	width: 40px;
	height: 40px;
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 5px;
	font-size: 20px;
	text-align: center;
	margin-right: 0px;
	cursor: pointer;
	float: right;
}

.pt-pop-close div {
	padding: 1px 0px 0px 1px;
}

.pt-pop-logo {
	text-align: center;
}

.pt-pop-title {
	margin-top: 15px;
	font-family: TitlingGothicFBMediumComp;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 40px;
	color: #000000;	
}

.pt-pop-sub-title {
	font-family: TitlingGothicFBMediumComp;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 40px;
	color: #646464;
}

.pt-privacy {
	margin-top: 4px;
	font-size: 9px;
	color: #646464;
}

.pt-pop-form {
	margin-top: 15px;
}

.pt-pop-form-left {
	width: 70%;
	float: left;
}

.pt-pop-form-right {
	width: 30%;
	float: right;
}

.pt-pop-form input[type='text'], .pt-pop-form input[type='password'], .pt-pop-form select {
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #9a9a9a;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #ededed;
}

.rb-dob-label {
	margin-top: 1px;
	margin-bottom: 5px;
	font-size: 10px;
}

.pt-pop-form-right-pad input {
	margin-top: 0px;
	font-weight: normal;
	font-size: 14px;
	padding: 6px 20px 6px 20px;
	margin-right: 10px;
	border: none;
	background-color: #999999;
	color: #FFFFFF;
	text-align: center;
	font-family: TitlingGothicFBMediumComp;
}

.pt-error {
	border-style: solid;
	border-width: 2px;
	color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    min-width: 800px;
    margin-left: auto;
    margin-right: auto;
    width: 1160px;
}

.pt-pop-dk-left {
	float: left;
	width: 60%;
}

.pt-pop-dk-right {
	float: right;
	width: 40%;
}

/* END OVERLAY POP UP DESKTOP */

/* OVERLAY POP UP MOBILE */

.pt-pop-overlay-mobile {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1000px;
	width: 100%;
	background-color: #FFFFFF;
	z-index: 1000004;
}

.pt-pop-banner {
	width: 100%;
	height: 150px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.pt-pop-overlay-mobile h1 {
	margin-top: 10px;
	font-family: TitlingGothicFBMediumComp;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
	color: #000000;	
	text-align: center;
}

.pt-pop-overlay-mobile h3 {
	font-family: TitlingGothicFBMediumComp;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 25px;
	color: #646464;
	text-align: center;
	margin-top: 10px;
}

.pt-pop-terms-mobile {
	clear: both;
	font-size: 9px;
	color: #646464;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}

.pt-pop-skip-mobile {
	margin-top: 1px;
	font-size: 14px;
	color: #646464;
	font-weight: bold;
	text-align: center;
}

.pt-pop-form-mobile {
	text-align: center;
}

.pt-pop-form-mobile input[type='text'], .pt-pop-form-mobile input[type='password'], .pt-pop-form-mobile select {
	width: 304px;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #9a9a9a;
	padding: 3px;
	margin-bottom: 3px;
	background-color: #ffffff;
}

.rb-pop-form-element-mobile-select {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	color: #9a9a9a;
}

.rb-pop-form-element-mobile-select-label {
	font-size: 10px;
	margin: 5px 0px 5px 0px;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	color: #9a9a9a;
}

.pt-pop-form-mobile input[type='button'] {
	font-weight: normal;
	font-size: 14px;
	padding: 8px 20px 8px 20px;
	margin-left: 10px;
	border: none;
	background-color: #999999;
	color: #FFFFFF;
	text-align: center;
	font-family: TitlingGothicFBMediumComp;
}

/* DEFAULT */

.pt-pop-overlay-default {
	width: 672px;
	height: 430px;
	top: 0px;
	left: 50%;
	margin-left: -336px;
	position: fixed;
	display: none;
}

.pt-pop-overlay-default .pt-pop-close {
	position: absolute;
	right: 5px;
	top: 5px;
	border-radius: 90px;
}

.pt-pop-overlay-default img {
	width: 672px;
	height: 430px;
}

.pt-pop-dk-button {
	width: 200px;
	height: 40px;
	border-radius: 10px;
	text-align: center;
	position: absolute;
	bottom: 55px;
	right: 30px;
	font-family: TitlingGothicFBMediumComp;
	cursor: pointer;
}

.pt-pop-po-button {
	background-color: #005578;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 28px;
}

.pt-pop-fin-button {
	color: #000000;
	background-color: #FFFFFF;
	font-size: 16px;
	bottom: 10px;
	line-height: 16px;
}

.pt-pop-fin-button div {
	padding-top: 3px;
}

/* END DEFAULT */

/* DEFAULT MOBILE */

.pt-pop-overlay-default-mobile {
	position: fixed;
	display: none;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	width: 100%;
	text-align: center;
}

.pt-pop-overlay-default-mobile img {
	width: 320px;
	height: 568px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	text-align: center;
}

.pt-pop-overlay-default-mobile .pt-pop-close {
	position: absolute;
	right: 5px;
	top: 5px;
	border-radius: 90px;
}

.pt-pop-overlay-default-mobile .pt-pop-dk-button {
	bottom: 100px;
	left: 50%;
	margin-left: -100px;
}

#rb-mobile-click {
	display: block;
}

#rb-mobile-ls-click {
	display: none;
}

.pt-pop-close-expand {
	height: 70px;
	width: 70px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

.pt-pop-overlay-default-mobile-landscape {
	display: none;
}

.pt-pop-overlay-default-mobile-portrait {
	display: block;
}

@media screen and (orientation:landscape) {

	.pt-pop-close { 
		position: absolute;
		top: 0px;
		right: 0px;
	}

	.pt-pop-overlay-default-mobile img {
		width: 568px;
		height: 320px;
	}
	
	#rb-mobile-click {
		display: none;
	}
	
	#rb-mobile-ls-click {
		display: block;
	}
	
}

/* END DEFAULT MOBILE */

@media (max-width: 414px){

	/* ROADBLOCK */
	.pt-pop-errs {
		margin-top: 10px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5px;
	}
	
	.pt-pop-close { 
		position: absolute;
		top: 0px;
		right: 0px;
	}
	
	.pt-pop-close-expand {
		height: 60px;
		width: 60px;
	}
}

@media (max-width: 320px){

	/* ROADBLOCK */
	
	.pt-pop-close { 
		position: absolute;
		top: 0px;
		right: 0px;
	}
	
	.pt-pop-errs {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5px;
	}
	
	.pt-pop-overlay-mobile h1 {
		font-size: 33px;
		line-height: 30px;
		margin-top: 5px;
		margin-bottom: 2px;
	}
	
	.pt-pop-banner {
		height: 100px;
	}
	
	.pt-pop-overlay-mobile h3 {
		font-size: 22px;
		line-height: 27px;
	}
	
	.pt-pop-terms-mobile {
		font-size: 8px;
		clear: both;
		margin-top: 0px;
		margin-bottom: 5px;
	}
	
	.pt-pop-form-mobile input[type='text'] {
		width: 90%;
		border-width: 2px;
	}
	
	.pt-pop-form-mobile input[type='password'] {
		width: 100%;
		float: left;
		border-width: 2px;
	}
	
	.pt-pop-form-mobile-wrap {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.pt-pop-form-mobile input[type='button'] {
		height: 78px;
	}
	
	.pt-pop-form-mobile-left {
		width: 70%;
		float: left;
	}
	
	.pt-pop-form-mobile-right {
		width: 30%;
		float: right;
	}
	
	.pt-pop-close-expand {
		height: 60px;
		width: 60px;
	}
	
	/* END ROADBLOCK */

}

/* END OVERLAY POP UP MOBILE */

/* RECAPTCHA */

.g-recaptcha div {
	margin-left: auto;
	margin-right: auto;
}

/* END RECAPTCHA */

.pt-pop-overlay-default iframe {
	width: 672px !important;
	height: 430px !important;
}

.pt-pop-overlay-default iframe img {
	width: 672px !important;
	height: 430px !important;
}
.pt-pop-overlay-default img {
	width: 672px !important;
	height: 430px !important;
}

/*
.pt-roadblock-mobile-ad-code img {
	max-width: 100% !important;
}
*/

@media (min-width: 1344px) and (min-height: 860px) {

	.pt-pop-overlay-default {
		width: 1344px !important;
		height: 860px !important;
		margin-left: -672px !important;
	}

	.pt-pop-overlay-default .pt-pop-close {
		right: 5px !important;
	}

	.pt-pop-overlay-default iframe {
		width: 1344px !important;
		height: 860px !important;
	}

	.pt-pop-overlay-default iframe img {
		width: 1344px !important;
		height: 860px !important;
	}
	.pt-pop-overlay-default img {
		width: 1344px !important;
		height: 860px !important;
	}
	/*
	.pt-roadblock-mobile-ad-code img {
		max-width: 100% !important;
	}
	*/
}
