@charset "UTF-8";
/* CSS Document */

	

/* START Variables to be set  */
@import url("https://fonts.googleapis.com/css?family=Raleway");
body, input, textarea {
	font-family: "Raleway", sans-serif;
}
body {
	color: #fff;
	background: #21212D;
}
.bgimg {
	background-image: url('images/BG.jpg');
}
.panel {
	background-color: rgba(33, 33, 45, 0.85)
}
h1, h2, h3, h4, h5, h6, label {
	color: #CC9F53;
}
input[type=submit] {
	background-color: #CC9F53;
	color: #fff;
}
input[type=submit]:hover {
	background-color: #21212D;
	color: #fff;
}

/* Additional styles */
#ui-datepicker-div {
    background-color: rgba(33, 33, 45, 0.85);
    padding: 30px;
}
.ui-datepicker-calendar a {
    color: white;
    text-decoration: none;
}
#policy-text a {
    color: white;
}

/* END Variables to be set  */

/* START Global styles  */
body, html {
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6  {
	font-weight: 600;
}
.bgimg {
	min-height: 100%;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.container {
	display: table-cell;
	vertical-align: middle;
}
.panel {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	padding: 30px;
}
.logo {
	max-width: 300px;
	max-height: 100px;
	margin: 0 auto 20px;
	position: relative;
	display: block;
}
h1 {
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}
.intro, .after {
	text-align: center;
}
.after {
	font-size: 12px;
}
label {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	clear: both;
}
.radiolabel {
	width: auto;
	display: inline-block;
	margin-right: 10px;
}
#preferencesform label {
	margin-bottom: 0px;
}
input {
	width: 96%;
	display: block;
	padding: 2%;
	color: #333;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
	border: none;
}
input[type=submit] {
	width: 100%;
	padding: 4px 0;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	margin-top: 10px;
	text-transform: uppercase;
}
input[type="checkbox"], input[type="radio"] {
  width: auto;
  float: left;
  margin-right: 5px;
  margin-bottom: 0;
}
#subscribe_all {
	clear: both;
}
.subscribeselection {
  width: 48%;
  display: inline-block;
  margin: 20px 1% 0;
  font-size: 14px;
}
form {
	white-space: nowrap;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #999;
	opacity: 1; /* Firefox */
	font-weight: 400;
	font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999;
	font-weight: 400;
	font-size: 14px;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #999;
	font-weight: 400;
	font-size: 14px;
}

/* Additional styles 18/02/22 */
/* Validation styles */
input.valid {
    background-image: url("../../images/valid.png");
    background-size: contain;
    background-position-x: 98%;
    background-repeat: no-repeat;
}

input.error {
    background-image: url("../../images/error.png");
    background-size: contain;
    background-position-x: 98%;
    background-repeat: no-repeat;
}

/* Policy overlay styles*/
.popup-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
	margin: auto;
    max-height: 80%;
    font-size: 15px;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .popup-container {
        max-height: 100%;
    }
}

.popup-panel {
    position: relative;
    overflow-y: scroll;
    max-height: 100%;
    min-width: 60%;
    padding-top: 0;
    padding-bottom: 0;
    margin: auto;
    z-index: 10;
}

.popup-contents {
    white-space: pre-line;
}

.popup-close-x {
    position: absolute;
    font-size: 24px;
    top: 15px;
    right: 30px;
    text-decoration: none;
}

.popup-panel div {
    text-align: center;
    padding-bottom: 15px;
}

.popup-hidden {
	display: none;
}

.after {
	white-space: normal;
}

/* Datepicker styles */
.ui-datepicker-title {
    text-align: center;
}
.ui-datepicker-next {
    float: right;
}
.ui-datepicker-year {
    display: none;
}
.ui-datepicker-calendar td {
    padding: 5px;
}
.ui-datepicker-close {
    float: right;
}

/* END Global styles  */
