/* fonts */
@font-face {
  font-family: 'ITCAvantGardePro-Md';
  src:  url('../fonts/ITCAvantGardePro-Md.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'ITCAvantGardePro-Bk';
  src:  url('../fonts/ITCAvantGardePro-Bk.otf');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'ITCAvantGardePro-Demi';
  src:  url('../fonts/ITCAvantGardePro-Demi.otf');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
html {
  scroll-behavior: smooth;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
body{
	font-family: 'ITCAvantGardePro-Bk';
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
  	font-size: 14px;
  	position: relative;
	background-color: #fff;
	color: #000;
	letter-spacing: 0.25px;
}
#formPage {
	padding: 80px 0;
}
#formPage .logo {
	height: 60px;
}
#formPage h1 {
	font-size: 30px;
  	margin-bottom: 30px;
  	font-family: 'ITCAvantGardePro-Md';
  	font-weight: 700;
}
#formPage .labelPara {
	font-size: 16px;
  	letter-spacing: 0.5px;
  	margin-bottom: 10px;
}

#formPage .form-control {
  min-height: 48px;
  box-shadow: none;
  outline: 0;
  border: 1px solid #ccc;
}
#formPage .form-control:focus {
	border: 1px solid #000;
}
#formPage textarea.form-control {
  height: auto;
}
#formPage .form-label {
	font-size: 16px;
	margin-bottom: 2px;
  font-family: 'ITCAvantGardePro-Md';
}
#formPage .btnSubmit {
  color: #fff;
  background-color: #2F3C7E;
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
}
#formPage .errorTxt {
  font-size: 13px;
  color: #d93025;
  margin-bottom: 0px;
}
#formPage .error .errorTxt {
  display: block;
}
#formPage .form-control.error {
  border-color: #d93025;
}
#formPage .btnOutline {
	color: #fff;
  	background-color: #000;
  	height: 50px;
  	border: 0;
  	border-radius: 4px;
  	font-size: 16px;
  	padding: 10px 30px;
    font-family: 'ITCAvantGardePro-Md';
}
#formPage .btnOutline.btn-sm {
  height: auto;
  font-size: 14px;
  padding: 5px 15px;
}
#formPage .form-check-input:checked {
  background-color: #000;
  border-color: #000;
}
#formPage .form-check-input:focus {
	box-shadow: none;
}
#formPage .form-check-input {
	width: 20px;
	height: 20px;
	margin-left: -30px;
	border-color: #ccc;
}
#formPage .form-check {
	padding-left: 30px;
	margin-bottom: 10px;
}
#formPage .form-check .form-check-label {
	line-height: 28px;
}
#formPage .websiteLink {
  color: #000;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
}
#formPage .customTextArea {
  min-height: 146px;
}
#formPage #multiSelectBtn {
  position: relative;
}
#formPage #multiSelectBtn::after {
  position: absolute;
  right: 10px;
  top: 21px;
}