/*Bootstrap Overwrites*/

.container-maxi {}

.row.grey {
	background: #eaeaea;
}

#top-logo {
	max-width: 57%;
	padding: 5%;
	max-height: 400px;
}








/*General*/

.wrapperMain {
	width: 100%;
	/* whatever width you want */
	display: inline-block;
	position: relative;
	max-height: 370px;
}

.wrapperMain:after {
	padding-top: 56.25%;
	/* 16:9 ratio */
	display: block;
	content: '';
}

.main {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;

	background-size: cover;
	color: white;
	background-image: url(../img/puzzle.jpg);
}

.wrapper {
	width: 100%;
	/* whatever width you want */
	/*display: inline-block;*/
	position: relative;
}

.wrapper:after {
	/*padding-top: 86px;*/
	/* 16:9 ratio */
	display: block;
	content: '';
}

h3 {
	text-align: center;
	margin-top: 10px;
}

h4 {
	text-align: left;
}

.minHeight {
	min-height: 100px;
}

.noLeftPadding {
	padding-left: 0;
}

.header {
	padding: 10px 0 20px 0;
}

a,
a:hover,
a:visited {
	text-decoration: none;
	font-weight: bold;
}

ul a,
ul a:hover,
ul a:visited {
	text-decoration: none;
}

.menuBurger {
	position: absolute;
	top: 0;
	right: 0;
	width: 83px;
	height: 86px;
	z-index: 10000;
	background-image: url(../img/uswIconMenu.png);
}

.menu {
	display: none;
	position: absolute;
	top: 86px;
	/*86px?*/
	right: 0px;
	width: 320px;
	/*height: 330px;*/
	background-image: url(../img/uswBackgroundMenu.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 10001;
}

.menu ul {
	padding: 20px 20px;
}

.menu ul li {
	color: #999999;
	font-weight: bold;
	font-size: 12pt;
	line-height: 3em;
	list-style: none;
	text-align: right;
}

.leftIcon {
	position: absolute;
	top: 0;
	left: 0;
	height: 86px;
	z-index: 9990;
}

.shade {
	position: absolute;
	top: 86px;
	left: 0;
	width: 100%;
	height: 19px;
	z-index: 9999;
	background-image: url(../img/uswShade.png);
	background-repeat: repeat-x;
}

.shadeMain {
	position: relative;
	left: -15px;
	width: calc(100% + 30px);
	height: 19px;
	z-index: 9999;
	background-image: url(../img/uswShade.png);
	background-repeat: repeat-x;
}

.textTopHeader {
	padding-top: 1px;
}






form {
	padding: 0 10px 0 10px;
}

form p {
	margin: 0px !important;
}

form header {
	margin: 0 0 20px 0;
}

form header div {
	font-size: 90%;
	color: #999;
}

form header h2 {
	margin: 0 0 5px 0;
}

form>section>section>div>fieldset>div>div,
form>div>fieldset>div>div {
	margin: 0 0 5px 0;
}

form>section>section>div>label,
form>section>section>span>div>label,
form>div>label,
form>span>div>label,
legend {
	float: left;
	padding-right: 10px;
}

.scoreLegend {
	width: 100%;
	padding-bottom: 15px;
}

form>section>section>div>div,
form>section>section>span>div>div,
form>section>section>div>fieldset>div,
form>div>div,
form>span>div>div,
form>div>fieldset>div {
	width: 100%;
	float: left;
	text-align: left;
}

fieldset {
	border: 0;
	padding: 0;
}

input[type=file] {
	padding-left: 50px;
	padding-bottom: 20px;
}

textarea,
select {
	width: 100%;
	font-family: 'Open Sans', 'Poppins', 'Raleway', 'Arial', 'sans-serif';
}

input[type=text],
input[type=email],
input[type=url],
input[type=password] {
	width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
	outline: 0;
	border-color: black;
}

input[type=button] {
	cursor: pointer;
}

input[type=submit],
button.input_button {
	width: 100%;
	height: 70px;
	font-family: 'Open Sans', 'Poppins', 'Raleway', 'Arial', 'sans-serif';
	font-size: 16px;
	justify-content: space-between;
	cursor: pointer;

}

#viewForm {
	background-color: #FFFFFF;
	color: #a737a7;
	border: 2px solid #a737a7;
}

#saveForm,
#chat_button_start {
	background-color: #a737a7;
	color: #FFF;
	font-weight: bold;
}

#submitForm {
	background-color: #027fb2;
	color: #FFF;
	border: 2px solid #0c6387;
}

#scoreForm {
	background-color: #027fb2;
	color: #FFF;
	border: 2px solid #0c6387;
	width: 370px;
	float: right;
	margin-right: -1px;
	height: 100px;
}

#deleteForm {
	background-color: #aa0000;
	color: #FFF;
	border: 2px solid #770000;
	width: 70%;
}

.formLogin {
	height: 40px !important;
}

.formTelCode {
	width: 70px !important;
}

.formTelSpacer {
	/*display: inline-block;*/
	width: 10px !important;
}

.formTelNumber {
	width: calc(100% - 85px) !important;
	float: right;
}

.formPastDate {
	display: inline-block;
	width: 70px !important;
}

.formPastSpacer {
	display: inline-block;
	width: 10px !important;
}

.formPastTitle {
	width: calc(50% - 49px) !important;
}

.formPastDesc {
	width: calc(50% - 49px) !important;
	float: right;
}


.formFourOne {
	display: inline-block;
	width: 70px !important;
}

.formFourSpacer {
	display: inline-block;
	width: 10px !important;
}

.formFourTwo {
	display: inline-block;
	width: calc(33% - 34px) !important;
}

.formFourThree {
	display: inline-block;
	width: calc(33% - 34px) !important;
}

.formFourFour {
	width: calc(33% - 34px) !important;
	float: right;
}

select.formFourFour {
	padding: 2px 5px;
}


@media (max-width: 991px) {

	form>section>section>div>label,
	form>div>label,
	legend {
		width: 100%;
		float: none;
		margin: 0 0 5px 0;
	}

	form>section>section>div>div,
	form>section>section>div>fieldset>div,
	form>div>div,
	form>div>fieldset>div {
		width: 100%;
		float: none;
	}

	input[type=text],
	input[type=email],
	input[type=url],
	input[type=password],
	textarea,
	select {
		width: 100%;
	}

}

.img-full-width {
	width: 100%;
	margin-bottom: 28px;
}