body {
	margin: 0;
	/** custom **/
	background-image: url("/hc/theming_assets/01HZPAP9H0C5ZM4QET3DDHED8A");
	background-repeat: no-repeat;
	background-size: cover;
	/** end custom **/
}

.container h1:first-of-type {
	color: white;
}

section {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sectionContent{
  width:100%
}


.mainRow {
	height: 70%;
}

.mainContainer {
	height: 100vh;
	display: flex;
}

.firstColumn {
	background-color: #435b6b;
	align-self: center;
	flex-direction: column;
    position: relative;
}

.firstColumn h2 {
	color: #333333
}

.firstColumn .superH1 {
	color: #8da2af;
	font-size: 4rem!important;
}

.secondColumn {
	background-color: #c9d3d6;
	align-self: center;
	flex-direction: column;
    position: relative;
}

.custom-btn {
	background-color: #ffffff!important;
	color: #333333!important;
	padding-top: 2rem!important;
	padding-bottom: 2rem!important;
	padding-left: 1rem!important;
	padding-right: 1rem!important;
	margin: 5px;
	font-size: 1.2rem!important;
	font-weight: bold!important;
	border-radius: 1rem!important;
	;
}

.custom-btn-padding{
  padding-top: 2rem!important;
	padding-bottom: 2rem!important;
}

.custom-btn-padding-responsive{
  padding-top: 0.7rem!important;
	padding-bottom: 0.7rem!important;
}


.customThumbnail{
  max-width : 80%!important;
}


/***** Forms *****/

.form {
	color: white;
	max-width: 650px;
}

.form-field~.form-field {
	margin-top: 25px;
}

.form-field label {
	display: block;
	font-size: 13px;
	margin-bottom: 5px;
}

.form-field input {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 10px;
	width: 100%;
}

.form-field input:focus {
	border: 1px solid #ffffff;
}

.form-field input[type="text"] {
	border: 1px solid #ddd;
	border-radius: 4px;
}

.form-field input[type="text"]:focus {
	border: 1px solid #ffffff;
}

.form-field input[type="checkbox"] {
	width: auto;
}

.form-field .nesty-input {
	border-radius: 4px;
	height: 40px;
	line-height: 40px;
	outline: none;
	vertical-align: middle;
}

.form-field .nesty-input:focus {
	border: 1px solid #ffffff;
	text-decoration: none;
}

.form-field .hc-multiselect-toggle:focus {
	outline: none;
	border: 1px solid #ffffff;
	text-decoration: none;
}

.form-field textarea {
	vertical-align: middle;
}

.form-field input[type="checkbox"]+label {
	margin: 0 0 0 10px;
}

.form-field .optional {
	color: white;
	margin-left: 4px;
}

.form-field p {
	color: #ffffff;
	font-size: 12px;
	margin: 5px 0;
}

.form footer {
	margin-top: 0px;
	padding-top: 30px;
	margin-bottom: 10px;
}

.form footer input {
	cursor: pointer;
	background-color: #ffffff;
	border: 0;
	border-radius: 4px;
	color: #333333!important;
	font-size: 14px;
	line-height: 2.72;
	min-width: 190px;
	padding: 0 1.9286em;
	width: 100%;
}

.form footer a {
	color: #ffffff;
	cursor: pointer;
	margin-right: 15px;
}

.form .suggestion-list {
	font-size: 13px;
	margin-top: 30px;
}

.form .suggestion-list label {
	border-bottom: 1px solid #ddd;
	display: block;
	padding-bottom: 5px;
}

.form .suggestion-list li {
	padding: 10px 0;
}

.form .suggestion-list li a:visited {
	color: #ffffff;
}

#request_description_hint {
	color: #ffffff;
}

#upload-dropzone span {
	color: #ffffff;
}

.disabled-button {
  opacity: 0.5;
  pointer-events: none;
}
  


/***** media *****/

@media (max-width: 767px) {
	body {
		background-size: auto;
		background-image: none;
	}
	.container .mainRow {
		flex-direction: column;
	}
	.mainContainer {
		height: 100%;
		display: block;
		padding: 0!important;
		width: 100%!important;
		max-width: 100%!important;
	}
	.firstColumn {
		background-image: url("/hc/theming_assets/01HZPAP9H0C5ZM4QET3DDHED8A");
		padding-top: 80px;
		padding-bottom: 40px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.secondColumn {
		background-color: #9db1bd;
		padding-top: 80px;
		padding-bottom: 100px;
	}
    .alignRow{
  display: block;
  position: relative;
  top: 0;
}
}
