html,
body {
	font-family: 'Oswald', sans-serif;
	height: 100%;
	color: #231f20;
	font-size: 16px;
}

a {
	color: #77787b;
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #76787A;
	outline: 0;
	text-decoration: none;
}

.btn,
a.btn {
	background-color: #007dc6;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #FFF;
}

.btn-marginTop {
	margin-top: 20px;
}

.btn:hover,
a.btn:hover,
.btn:focus,
a.btn:focus {
	color: #000;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	display: block;
	color: #231f20;
	font-weight: 200;
	margin-bottom: 20px;
}

h1,
.h1 {
	font-size: 35px;
	font-weight: 500;
}

h2,
.h2 {
	font-size: 36px;
	line-height: 40px;
}

h3,
.h3 {
	font-size: 28px;
	line-height: 32px;
}

h4,
.h4 {
	font-size: 18px;
	line-height: 26px;
}

p {
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 18px;
}

ul li {
	font-weight: 300;
	font-size: 18px;
}

.page-title-bar h1,
h1.page-title {
	text-transform: uppercase;
}

.pg-banner-bar img {
	display: block;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
}

.box {
	display: block;
	color: #231f20;
	text-transform: uppercase;
	width: 270px;
	height: 200px;
	position: relative;
	overflow: hidden;
}

.box .box-corner {
	position: absolute;
	bottom: -23px;
	right: -35px;
	background-color: #FFF;
	height: 30px;
	width: 47px;
	display: block;

	/* See https://css-tricks.com/working-with-shapes-in-web-design/#shapes-transform-rotate */
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.fadeIn {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 8 & 9 */
	filter: alpha(opacity=0);
	/* IE 5-7 */
	opacity: 0;
}

.form .styledd,
.form .htmldd {
	background-color: #FFF;
}

.form .form-error-summary {
	background-color: #007dc6;
	border-color: #007dc6;
	color: #FFF;
	padding: 15px;
}

.form .form-error-summary h4 {
	color: #FFF;
	font-weight: 600;
}

.form .form-error-summary ul {
	margin-left: 15px;
	text-align: left;
}

.form-field .form-field-error,
.form-field.form-field-error .textbox,
.form-field.form-field-error textarea,
.form-row-checkbox .form-field.form-field-error {
	border: 1px solid #007dc6;
}

#property_remember,
#property_acceptTerms,
#emailForm_terms {
	float: left;
	width: 16px;
}

.form-field.form-checkbox {
	position: relative;
}
.form-field.form-checkbox input {
	position: absolute;
	top: 0;
	left: 0;
}
.form-field.form-checkbox label {
	font-weight: normal;
	display: block;
	margin: 0px 0px 0px 20px;
	font-size: 12px;
	padding: 3px 0px 0px 0px;
}

/*
One icons: 46px
Two icons: 92px
Three icons: 138px
*/
.social-media-icons {
	text-align: right;
	width: 138px;
	/* See above for width's */
	height: 30px;
}

.social-media-icons ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

.social-media-icons ul li {
	float: left;
	display: block;
	margin-right: 20px;
	font-size: 14px;
}

.social-media-icons ul li:last-child {
	margin-right: 0;
}

.errpg {
	max-width: 960px;
	margin: 0px auto;
	padding: 80px 0px;
	background-image: none !important;
}

@media screen and (min-width:992px) {

	.page-title-bar .row>div,
	.legal-bar .pg-legal {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 768px) {
	.Cookie .max-width {
		width: 750px;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media (min-width: 992px) {
	.Cookie .max-width {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.Cookie .max-width {
		width: 1170px;
	}
}