.social{
	float: right;
}
.social div {
	float: right;
	padding-left: 5px;
	padding-top: 5px;
}
.form-box {
	float: right;
}
.video-box {
	background-color: rgba(0, 118, 129, 0.5);
	padding: 1em;
	margin: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.jumbotron {
	padding: 1em;
	position: relative;
	display:block;
	width: 100%;
	overflow:hidden;
	background-color: #ffffff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.jumbo-bg{
	position:absolute;
	left: 50%;
	top:0;
	bottom:0;
	transform: translate(-50%, 0);
	width:100%;
}
.jumbo-bg img{
	object-fit: cover;
	min-width:100%;
	min-height:100%;
	width:100%;
}
a.btn {
	background-color: #ffffff;
	color: #e6000d;
	padding: 0.30em 0.95em;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 0.5em;
}
a.btn i {
	color: #e6000d;
}
a.btn:hover {
	background-color: #e6000d;
	color: #ffffff;
}
a.btn:hover i {
	color: #ffffff;
}
.scenario-frame:hover {
	background-color: #007fa3 !important;
	cursor: pointer;
	color: #ffffff !important;
	padding-left: 0.75em !important;
	padding-right: 0.75em !important;
	padding-top: 0.85em !important;
	padding-bottom: 0.85em !important;
	text-decoration: none;
}
.accordion-header:hover {
	cursor: pointer;
	background-color: #007fa3 !important;
}
.fuintern_body {margin: 1px;}

footer{
	background-color:#ed1a3b;
	width:100%;
	display:block;
	padding:0 15px 5px;
}
footer p{
	color:#FFF;
	font-size:14px;
}
footer p a,footer p a:hover,footer p a:active, footer p a:visited{
	color:#FFF;
	text-decoration:underline;
}

/* COOKIE */
.cookies{
	position: fixed;
    bottom:0px;
    background: #eee;
	width:100%;
    height: auto;
    z-index: 1000;
	padding:20px 40px 25px;
	text-align:center;
}
.cookies p{
	font-size:14px;
}
.cookies a{
	color:#e4032e;
}
.cookies button{
	background:#e4032e;
	color:#FFF;
	border-radius:0;
	border:1px solid #e4032e;
	text-transform: uppercase;
	letter-spacing:.4px;
	padding:14px 20px;
	display:inline-block;
	font-size:14px;
	margin-top:5px;
	transition:all linear .2s;
}
.cookies button:hover{
	background:transparent;
	color:#e4032e;
}


@media screen and (max-width: 1200px) {
	.qbox {
		width: 65% !important;
	}
}
@media screen and (max-width: 992px) {
	.qbox {
		width: 70% !important;
	}
}
@media screen and (max-width: 768px) {
	.wrapper {
		padding: 1em;
	}
	.container-fluid, .jumbotron {
		padding: 0px !important;
	}
	.mobile-left { 
		text-align: left !important;
	}
	.sm-padding-bot {
		padding-bottom: 1em !important;
	}
	.qbox {
		width: 100% !important;
	}
	.form-box {
		width: 100% !important;
		max-width: inherit !important;
	}
	.h-small h1 {
		font-size: 25px !important;
	}
	.h-medium h1 {
		font-size: 30px !important;
	}
	.h-large h1 {
		font-size: 40px !important;
	}
	.display-desktop {
		display: none !important;
	}
	.display-mobile {
		display: block !important;
	}
	.nudge {
		margin-left: 0 !important;
	}
	.headline {
		position: relative !important;
		top: auto !important;
		left: auto !important;
	}
	.qrow .row {
		margin-bottom: 2em !important;
	}
	.jumbo-bg {
		display: none;
	}
	a.btn {
		background-color: #e6000d !important;
		color: #ffffff !important;
	}
	a.btn i {
		color: #ffffff !important;
	}
	a.btn:hover {
		background-color: #ffffff !important;
		color: #e6000d !important;
	}
	a.btn:hover i {
		color: #e6000d !important;
	}
	.headline h1, .headline div {
		color: #000000 !important;
	}
	
	footer{
		background:#E6070D;
	}
	footer p{
		font-size:12px;
	}
}