
.ui-widget.ui-widget-content {

  font-size: 1rem !important;
  font-family: inherit !important;

	z-index: 2;
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0 0 0 -1px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	background-color: white;
	border: 1px solid #CCC;
	white-space: nowrap;
	max-height: 200px;
	overflow-y: scroll;
}

.ui-menu .ui-menu-item {
    padding: 5px 10px !important;
}
.ui-menu .ui-menu-item:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.ui-menu .ui-menu-item-wrapper {
	padding: 0 !important;
    background: none !important;
    color: #333333 !important;
    border: none !important;
    margin: 0 !important;
}


:root {
	--input-padding-x: .75rem;
	--input-padding-y: .75rem;
}
* {
	outline: none !important;
}
body {
	font-family: 'Montserrat', sans-serif !important;
	background: white;
}
.btn-success,.btn-success:hover, .btn-success:active  {
	background: #44b3a7 !important;
	border-color: #44b3a7 !important;
	box-shadow: none !important;
}
.fold {
	height: 70vh;
	overflow: auto;
	background: #1f374d url(../images/fold.png) no-repeat bottom;
	background-size: 100%;

	margin-bottom: -2px;
}

@media (max-width: 768px) {
	.fold {
		/*background-size: cover !important;*/
		background-position: 75% bottom;
	}
}

@media (max-width: 576px) {
	.fold {
		background-position: 75% bottom;
		background-size: 270% !important;
	}
}

.callToAction {
	padding-top: 15vh;
	font-weight: 600;
	font-size: 15pt;
}
.callToAction input,.callToAction input:focus  {
	background-color: #385c79;
	border: 0;
	border-radius: 5px;
	width: 100%;
	line-height: 45px;
	font-size: 11pt;
	text-indent: 15px;
}
.callToAction input::placeholder {
	color: white;
	opacity: 0.7;
}
.div {
	background: rgba(227, 243, 239,1);
	background: -moz-linear-gradient(top, rgba(227, 243, 239,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(227, 243, 239,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(227, 243, 239,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(227, 243, 239,1) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(227, 243, 239,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(227, 243, 239,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3f3ef', endColorstr='#ffffff', GradientType=0 );
}

.form-label-group {
	position: relative;
	margin-bottom: 1rem;
}

.form-label-group  input,
.form-label-group  label {
	padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group  label {
	position: absolute;
	top: 0;
	left: 5px;
	display: block;
	width: 100%;
	margin-bottom: 0; /* Override default `<label>` margin */
	line-height: 1.5;
	color: #495057;
	border: 1px solid transparent;
	border-radius: .25rem;
	transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
	color: transparent;
}

.form-label-group input:-ms-input-placeholder {
	color: transparent;
}

.form-label-group input::-ms-input-placeholder {
	color: transparent;
}

.form-label-group input::-moz-placeholder {
	color: transparent;
}

.form-label-group input::placeholder {
	color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
	padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
	padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
	padding-top: calc(var(--input-padding-y) / 3);
	padding-bottom: calc(var(--input-padding-y) / 3);
	font-size: 12px;
	color: #777;
}
.form-control {
	height: auto !important;

  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0px !important;
  background: #f9f9f9;

}
