.cookie-notice {
	position: sticky; 
	background: #464646; 
	border-top: 1px solid #E6512F; 
	width: 100%; 
	bottom: 0px;
}

.cookie-notice-right {
	padding: 13px 20px;
}

.display-inline {
	display: inline !important;
}

.field-error-msg {
	display: block;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}
 
.font-size-20 {
	font-size: 20px;
}

.font-weight-normal {
	font-weight: normal;
}

.has-error input {
	border: 1px solid red !important;
}

.height-5 {
	height: 5px;
}

.height-10 {
	height: 10px;
}

.height-15 {
	height: 15px;
}

.hidden {
	display: none;
}

.main-logo {
	margin: 20px 0px 0px 0px;
}

.m-0 {
	margin: 0px !important;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

ol.classic-list {
	margin-left: 25px;
}

ol.classic-list li {
	list-style-type: decimal;
}

.p-20 {
	padding: 20px;
}

.p-tb-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.spacer {
	clear: both;
	font-size: 0px;
}

.text-danger {
	color: red;
}

.text-success {
	color: green;
}

ul.classic-list {
	margin-left: 25px;
}

ul.classic-list li {
	list-style-type: disc;
}

.underline {
	text-decoration: underline;
}

.link-footer {
	text-decoration: none !important;
	margin: 0px 7px;
}

/* overrides */
input:disabled, select:disabled {
	background-color: rgba(39, 39, 39, 1) !important;
	opacity: 0.7 !important;
	border: 0px !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.login-box {
	padding-bottom: 0px !important;
}

.grecaptcha-badge { 
    visibility: hidden;
}

@media all and (min-width:769px) {
	.intro-video-full {
		display: block;
	}	

	.intro-video-mobile {
		display: none;
	}
}

@media all and (max-width:768px) {
	.intro-video-full {
		display: none;
	}

	.intro-video-mobile {
		display: block;
	}	
}
