/*---------------------- Contact page ----------------------*/
.contactpage {
	width: 100%;
}
h3.contactpage-title {
	font-family: HelveticaBold;
	color: #00006a;
	font-size: 40px;
	line-height: 38px;
	margin-top: 20px;
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
p.contactpage-txt {
	float: left;
	width: 100%;
	color: #2b2b2b;
	font-size: 21px;
	margin: 0;
}
p.contactpage-info {
	float: left;
	width: 100%;
	color: #2b2b2b;
	font-size: 24px;
	margin-top: 40px;
	margin-bottom: 50px;
	text-align: center;
	font-style: italic;
}
.breadcrumbs-page {
	float: right;
}
.breadcrumbs-page span {
	margin-right: 5px;
	font-size: 16px;
	color: #0000ff;
}
.breadcrumbs-page a {
	font-size: 16px;
	color: #0000ff;
	text-decoration: none;
}
.contactinfo {
	width: 670px;
}
.contactinfo-row {
	width: 100%;
	margin-bottom: 29px;
}
.contactinfo-box {
	width: 323px;
}
.contactinfo-box.right {
	float: right;
}
.contactinfo-box h4 {
	font-family: HelveticaBold;
	float: left;
	width: 100%;
	font-size: 26px;
	line-height: 48px;
	height: 48px;
	background: #088aff;
	color: #fff;
	text-align: center;
	margin-top: 0;
	margin-bottom: 12px;
}
.contactinfo-box-body {
	width: 321px;
	background: #fff;
	border: 1px solid #adadad;
	height: 117px;
}
.contactinfo-box.phone p {
	float: left;
	width: 100%;
	font-size: 34px;
	font-weight: bold;
	color: #0000ff;
	text-align: center;
	line-height: 29px;
	margin: 28px 0;
}
.contactinfo-box.phone p span {
	font-size: 23px;
	color: #2b2b2b;
	font-weight: 400;
}
.contactinfo-box.mail p {
	float: left;
	width: 100%;
	font-size: 19px;
	color: #2b2b2b;
	text-align: center;
	line-height: 29px;
	margin: 14px 0;
}
.contactinfo-box.email p {
	float: left;
	width: 100%;
	font-size: 23px;
	color: #2b2b2b;
	text-align: center;
	line-height: 29px;
	margin: 29px 0;
}
.contactinfo-box.email p a {
	color: #0000ff;
	font-size: 25px;
	text-decoration: none;
}
.contactinfo-box.question p {
	float: left;
	width: 100%;
	font-size: 23px;
	color: #2b2b2b;
	text-align: center;
	line-height: 29px;
	margin: 29px 0;
}
.contactinfo-box.question p a {
	color: #0000ff;
	font-size: 25px;
	text-decoration: none;
}
.contactinfo-livechat {
	width: 100%;
	height: 76px;
	background: #088aff;
	text-align: center;
}
.contactinfo-livechat div {
	text-decoration: none;
	color: #fff;
	line-height: 45px;
	background: #00004c;
	font-size: 23px;
	font-family: HelveticaBoldItalic;
	display: inline-block;
	padding: 0 30px;
	margin: 15px 0;
	border-radius: 5px;
	float: none;
	cursor: pointer;
}
.contactform {
	float: right;
	height: 491px;
	width: 411px;
	background: #088aff;
	border: 1px solid #000;
	border-radius: 5px;
	padding: 0 18px;
}
.contactform h4 {
	float: left;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 32px;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 22px;
}
.contactform-row {
	width: 100%;
	margin-bottom: 13px;
}
.contactform input {
	border: 1px solid #838383;
	height: 35px;
	line-height: 35px;
	font-size: 17px;
	color: #000;
	width: 392px;
	padding-left: 15px;
}
.contactform input::placeholder {
	font-family: Lato-Italic;
	color: #818181;
	font-size: 17px;
	line-height: 35px;
}
.contactform select {
	border: 1px solid #838383;
	background: #fff;
	height: 37px;
	line-height: 35px;
	font-size: 17px;
	color: #818181;
	width: 411px;
	padding-left: 15px;
	font-style: italic;
}
.contactform textarea {
	border: 1px solid #838383;
	height: 97px; /* 132px; */
	line-height: 19px;
	font-size: 17px;
	color: #000;
	width: 392px;
	padding-left: 15px;
	resize: none;
}
.contactform textarea::placeholder {
	font-family: Lato-Italic;
	color: #818181;
	font-size: 17px;
	line-height: 35px;
}
.contactform .radio-group {
    color: #fff;
    float: left;
    font-size: 18px;
    margin-top: 10px;
    padding-left: 10px;
}
.contactform input[type="radio" i] {
    width: 15px;
    height: 15px;
}
.contactform-btn {
	font-family: HelveticaBoldItalic;
	float: right;
	width: 114px;
	height: 35px;
	color: #fff;
	background: #00004c;
	border-radius: 10px;
	line-height: 35px;
	text-align: center;
	font-size: 19px;
	cursor: pointer;
}


.contactform-answer {
	display: none;
  	float: right;
  	height: 491px;
  	width: 411px;
  	background: #088aff;
  	border: 1px solid #000;
  	border-radius: 5px;
  	padding: 0 18px;
}
.contactform-answer p {
	color: #fff;
	float: left;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	font-style: italic;
	padding: 0 22px;
	margin-top: 165px;
}
/* Captcha section */
.captcha {
	/*float: left;*/
	/*width: 74%;*/
	color: #ffffff;
	font-size: 18px;
	margin-top: 10px;
	padding-left: 51px;
}
.captcha span {
	float: left;
	/*height: 29px;*/
	/*line-height: 29px;*/
	margin-right: 10px;
	margin-top: 3px;
}
.captcha input {
	float: left;
	display: block;
	width: 30px;
	height: 26px;
	line-height: 26px;
	/* margin-bottom: 10px; */
	padding-left: 10px;
}
