@font-face {
	font-family:'NotoSans-Regular';
	src:url('../fonts/NotoSans-Regular.eot');
	src:url('../fonts/NotoSans-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/NotoSans-Regular.woff') format('woff'),
	url('../fonts/NotoSans-Regular.ttf') format('truetype'),
	url('../fonts/NotoSans-Regular.svg#NotoSans-Regular') format('svg');
	font-weight:normal;
	font-style:normal;
}
html, body {
	margin: 0;
	padding: 0;
	font-family: "NotoSans-Regular", sans-serif;
	font-size: 16px;
	line-height: 1.2;
	color: #000;
	background: #fff;
	height: 100%;
	width: 100%;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #dd0067;
	cursor: pointer;
}
.underline {
	text-decoration: underline;
}
p {
	margin: 0;
	padding: 0;
	margin-top: 1em;
}
h2 {
	margin: 0;
	padding: 0;
	color: #dd0067;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 5px;
}
input.text {
	font-size: 16px;
	border: solid 1px #000;
	margin-top: -5px;
	background: transparent;
    padding: 8px 10px;
    width: 100%;
}
input:focus {
	outline: 0;
}
input[type=submit] {
	background: transparent;
	border: 1px solid #000;
	border-radius: 0;
	font-size: 14px;
	padding: 10px 20px;
	text-transform: uppercase;
	letter-spacing: -1px;
	background: #f38485; /* For browsers that do not support gradients */
  	background: -webkit-linear-gradient(left, #f38485 , #fcdbda); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(right, #f38485, #fcdbda); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(right, #f38485, #fcdbda); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(to right, #f38485 , #fcdbda); /* Standard syntax */

  	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
input[type=submit]:hover {
	color: #fef6f6;
	cursor: pointer;
}
input[type=checkbox] {
	padding: 3px;
	background: transparent;
  	visibility: hidden;
}
input[type="checkbox"]:before {
  	visibility: visible;
  	border: 1px solid #333;
  	content: "\00a0";
  	display: inline-block;
  	font: 18px/1em sans-serif;
  	height: 18px;
  	margin: 0 .25em 0 0;
  	padding: 0;
  	vertical-align: top;
  	width: 18px;
}
input[type="checkbox"]:checked:before {
  	background: #fff;
  	color: #333;
  	content: "\2713";
  	text-align: center;
}
input[type="checkbox"]:checked + label:after {
  	font-weight: bold;
}

input[type="checkbox"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}
img {
	max-width: 100%;
}
input.error {
	color: #ff0000;
	border: solid 2px #ff0000;
}

div.error {
	color: #ff0000;
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
}

div.error a {
	color: #695D54;
}
td.error {
	color: #f00;
}

.padding-20 {
	padding-bottom: 20px;
}
.pg-logo {
    /*max-width: 1366px;*/
    max-width: 1000px;
    text-align: right;
    margin: auto;
    padding: 30px;
    position: relative;
}
.pg-logo img {
	max-width: 130px;
}
.bg-color {
	position: fixed;
    /*background: rgba(249, 216, 87, 0.9);*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.bg-circle {
	background-image: url(../img/bg-circle2.png);
	background-repeat: repeat;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    top: 0;
    left: 0;
}
.page-header {
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 20px;
    color: #c9363e;
}
.form-style-layer1 {
	position: absolute;
	width: 100%;
	height: 100%;
    min-height: 600px;
}
.form-style-layer2 {
	position: absolute;
	width: 100%;
	max-width: 1100px;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -270px;
    
    -webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.form-style-columnLeft {
	float: left;
	width: 47%;
}
.form-style-columnRight {
	float: left;
	/*width: 53%;*/
	width: 100%;
}
.form-style-columnRight-layer1 {
	padding: 30px;
    margin-top: 90px;
}
.form {
	width: 100%;
	padding-bottom: 20px;
	clear: both;
}
.form .label {
	display: inline-block;
    width: 220px;
	text-transform: uppercase;
	vertical-align: middle;
}
.form .form-input {
    width: calc(100% - 245px);
	display: inline-block;
	vertical-align: middle;
}
.form .form-smalltext {
    font-size: 13px;
    color: #636363;
}
.form .form-smalltext a {
	color: #dd0067;
}
.form .form-smalltext a:hover {
	color: #000;
}
.form .checkbox {
	display: inline-block;
    width: 35px;
    vertical-align: top;
}
.form .checkbox-text {
	display: inline-block;
    width: calc(100% - 45px);
}
.submit-button {
    padding-bottom: 15px;
	text-align: right;
}
.drawline {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}
.footer {
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.footer-powerby {
	font-size: 11px;
}
.backbutton {
	font-size: 13px;
    padding-bottom: 20px;
    margin-top: 10px;
    text-transform: uppercase;
}
