/* @font-face 
{
	font-family: "Futura Book"; 
	src: url("fonts/02a0efa4275f78836dfc89db9e21feea.eot"); 
	src: url("fonts/02a0efa4275f78836dfc89db9e21feea_ie.eot") format("embedded-opentype"), 
	url("fonts/02a0efa4275f78836dfc89db9e21feea.woff2") format("woff2"), 
	url("fonts/02a0efa4275f78836dfc89db9e21feea.woff") format("woff"), 
	url("fonts/02a0efa4275f78836dfc89db9e21feea.ttf") format("truetype"), 
	url("fonts/02a0efa4275f78836dfc89db9e21feea.svg#Futura Book") format("svg"); }

*/
body {
	font-family: "Source Sans Pro", "Arial", sans-serif;
}

@media (min-width: 768px) {
    .h-md-100 { height: 100vh; }
}
.bg-img-disp{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #232323;
}
.form-custom-label{
	padding: 0;
}
.input,select {
	border-width: 2px;
	border-style: solid;
}
footer.privacy-footer{
	position: absolute;
	bottom: 2em;
	width: 100%;
	left: 0;
	text-align: center;
}
h3{
	font-weight: 800;
}
h4{
	font-weight: 800;
}

.error-tooltip{
	position: absolute;
	left: 25%;
	width: 50%;
	z-index: 10000;
	padding: 1em 1em 0 1em;
	top: 5em;
	font-size: 0.8em;
	display: none;
}

.pwinfo-tooltip{
	position: absolute;
	left: 25%;
	width: 50%;
	z-index: 10000;
	padding: 1em 1em 0 1em;
	top: 5em;
	font-size: 0.8em;
	display: none;
}

#grepcaptcha{
	margin-bottom: 1em;
	margin-left: -1em;
}

input[type='radio']:after {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #FFFFFF;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 1px solid #979797;
}

input[type='radio']:checked:after {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #ffa500;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 1px solid #979797;
}

input[type="checkbox"] {
  display: none;
}
label {
  cursor: pointer;
}
input[type="checkbox"] + label:before {
  border: 1px solid #333;
  content: "\00a0";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 16px;
  margin: 0 .25em 0 0;
  padding: 0;
  vertical-align: top;
  width: 16px;
}
input[type="checkbox"]:checked + label:before {
  background: #ffa500;
  color: #fff;
}
input[type="checkbox"][disabled]:checked + label:before {
	background: #d0d0d0;
}
input[type="checkbox"][disabled] + label {
	cursor: auto;
}
#preferences [type="checkbox"] + label:before {
	margin: .25em .25em 0 0;
}

.form-icon-svg svg{
	height: 3em;
	width: 100%;
	fill: #009A00;
	left: 50%;
	margin-bottom: 0.7em;
}

.form-check-inline label{
	font-size: 0.8em;
	color: #515151;
}
.form-check-inline label a{
	text-decoration: underline;
}

.np{
	padding: 0 !important;
}

.svg-large svg{
	height: 5em !important;
}
.svg-large strong{
	font-size: 1.8em;
}
.svg-large div{
	font-size: 1.3em;
}

.error{
  color: red;
  display:none;
  text-align: center;
}

.hidden{
	display: none;
}

.btn{
	cursor:pointer;
}

@media (max-width: 768px) {
	footer.privacy-footer{
		position: relative;
		margin-top: 3em;
	}
}
input::-ms-clear, input::-ms-reveal {
    display: none;
}

i.icon{
	cursor:pointer;
	position: absolute;
	top: 0;
	right: 0.3em;
	font-size: 1.5em;
}

.redBorder {
	border-color: red !important;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

@media (max-height: 650px){
	footer.privacy-footer{
		display: none;
	}
}

/* register page 3rd step */
#registerForm > h3.first-time-header {margin-bottom: 1.5rem;}
#registerForm .you-may-opt-in {margin-bottom: 1.5rem;}
#registerForm .preference-container {margin-bottom: .5rem;}

@media (max-width: 1366px) {
	footer.privacy-footer {bottom: 1em;}
	#registerForm.register-step-3 {padding: 1rem 3rem !important;}
	#registerForm > h3.first-time-header {margin-bottom: 1rem;}
	#registerForm .you-may-opt-in {margin-bottom: .5rem;}
	#registerForm .preference-container {margin-bottom: 0;}
	#registerForm .preference-description {font-size: .8rem;}
}

/* Dropdown Button */
.dropbtn {
	border: none;
}
  
/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}
  
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	left: -100px;
}
  
/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 6px 10px;
	text-decoration: none;
	display: block;
}
  
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}
  
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

.cursor-pointer { cursor: pointer; }

a.btn-disabled { opacity: 0.65 };