/* --- DEFAULT CSS --- */
@charset "UTF-8";

/* Font import */

@font-face {
  font-family: 'Roboto', sans-serif;

}
hr {
	margin-bottom: 60px;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: top;
}
body {
    margin: 0;
    font-family: 'Roboto';
}
body {
    font-size: 14px;
    background: #fff;
    color: #191919;
    line-height: 1.5em;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}
/* ========================================================================
                                START CONTENT
========================================================================= */
.content .content-map iframe,
.content .content-map {
	width: 100%;
	height: 400px;
}
.content .content-map {
	margin-bottom: 70px;
}
.content .content-contact-form {
	margin-bottom: 0.5%;
}
.content .content-contact-form h1 {
	font-weight: 300;
	font-size: 40px;
	line-height: 1em;
	margin: 0 0 25px 0;
	padding: 0;
	color: #474747;
}
.content .content-contact-form p {
	font-weight: 300;
	font-size: 12px;
	line-height: 1.7em;
	color: #a9a9a9;
	margin-bottom: 25px;
	padding: 0;
}
.content .content-contact-form .contact-form-line {
	border: 1px solid #c2c2c2;
	margin-bottom: 3.5%;
	padding: 5px 15px;
	width: 100%;
	font-size: 14px;
	color:#333;
	border-radius: 3px;
	font-style: none;
	outline: none;
}
.content .content-contact-form .contact-form-area {
	border: 1px solid #c2c2c2;
	margin-bottom: 20px;
	padding: 10px 15px;
	width: 100%;
	font-size: 14px;
	color: #aaaaaa;
	height: 169px;
	outline: none;
	resize: none;
	border-radius: 3px;
	font-style: italic;
}
.content .all-socials {
	text-align: right;
}
.content .all-socials li {
	margin: 0 0 0 10px;
}
.content .all-socials li a i {
	color: #fff;
	font-size: 15px;
	line-height: 1em;
	display: block;
	font-weight: 300;
	border-radius: 3px;
	padding: 5px;
}
.content .content-path-1 {
	margin-bottom: 60px;
	padding-top: 60px;
}
.content .content-path-1 h1 {
	font-size: 30px;
	line-height: 1.5em;
	text-align: center;
	font-weight: 300;
	color: #777;
	margin: 0;
	padding: 0;
}
/* ========================================================================
                                END CONTENT
========================================================================= */
.text_style{
	font-weight: normal;
    color: #666;
	margin-top:2%;
}
.contact_form_label{
	color: #666;
    font-size: 13px;
    margin-left: -1.5%;
}
.title{
	//height: 20px !important;
    color: #006E78 !important;
    font-family: Roboto !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 66px !important;
    text-decoration: none !important;
}
.panel{
	color: #006E78;
	border-radius: 5px;
	background-color: #D7E3E7;
	height: 26px;
	padding-left: 5px;
	line-height: 23px;
	font-size: 14px;
	font-weight: 700;
}
.logo-div{text-align: right;}

.container{    
	border-radius: 5px;
	background-color: #FFF;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 14%);
	padding: 5px;
}

.content-contact-form{margin-top: 5px;}
input[type="submit"],
input[type="button"]{
	box-sizing: border-box !important;
	height: 30px !important;
	min-width: 110px !important;
	border-radius: 3px !important;
	background: linear-gradient(0.15deg, #E4F4FC 0%, #FFF 100%) !important;
	border: 1px solid #006E78 !important;
	color: #006E78 !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 15px !important;
	cursor: pointer !important;
}
input[type="text"],
.uploadFileDiv{
	color: #006E78 !important;
	font-size: 12px;
	line-height: 18px;
	border-radius: 0px !important;
	border: none  !important;
	border-bottom: 1px solid rgba(0, 74, 97, .3)  !important;
	padding-left: 3px !important;
	padding-right: 0px;
}
textarea{
	color: #006E78;
	font-size: 12px;
	line-height: 18px;
	border-radius: 3px !important;
	border: 1px solid rgba(0, 74, 97, .3)  !important;
	padding-left: 3px !important;
	resize: none;
}

.dropdown{
    color: #006E78 !important;
    background-color: #FFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none !important;
    border-bottom: 1px solid rgba(0, 74, 97, .3)  !important;
    border-radius: 0px !important;
    background-image: url(../images/chevron-dropdown.svg);
    background-repeat: no-repeat;
    background-position-x: 100%;
    padding-right: 22px !important;
    padding-left: 4px !important;
}
.dropdown:focus{outline: none;}
/*::placeholder {color:#006E78;}*/
#selectedFile{font-size: 14px;color: #006E78;font-weight: 400;}
#selectedFinancialFile{font-size: 14px;color: #006E78;font-weight: 400;}
input[disabled]{background: gainsboro !important;}

#business_description{
	padding-bottom: 9.5%;	
}

.modal{
	//background-color: rgba(0,74,97,0.6) !important;
}

.modal-header{
	background-color: #004A61;
    color: #ffff;
	padding: 1%;	
	font-size: 14px;	
	min-height: 10px;
	margin-top: -1%;
    margin-right: -0.1%;
	margin-left: -0.1%;
}

.modal-title {
    font-size: 16px;
    font-weight: 500;
    margin-left: 1%;
}

.modal-body{
	width: 100%;
    font-size: 16px;
    position: relative;
    float: none;
    line-height: normal;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin: 0;
    font-weight: 400;
    color: rgba(0,0,0,.64);
    max-width: calc(100% - 20px);
    overflow-wrap: break-word;
    box-sizing: border-box;
    padding-left: 11px;
}

.modal-footer {
   margin-top: 0px;
   padding: 0px 20px 10px;
   text-align: right;
   border-top: 0px solid #e5e5e5;
}

@media (min-width: 200px) {
	.container {
		width: 100%;
	}
	
	.heading-row .logo-div{
		text-align:center;
	}
	
	.heading-row .title{
		text-align:center;
	}
	
	.modal-dialog{
		margin-top: 50%;
	}
	.powered-div{margin-bottom: 15px;}
}
@media (min-width: 992px) {
	.container {
		width: 60%;
	}
	
	.lDiv{padding-right: 20px !important;}
	.rDiv{padding-left: 20px !important;}
	
	.heading-row .logo-div{
		text-align:right;
	}
	
	.heading-row .title{
		text-align:left;
	}
	
	.modal-content{
		width: 70%;
		margin-left: 15%;
	}
	
	.modal-dialog{
		margin-top: 18%;
	}
	.powered-div{margin-bottom: 15px;}
}
.powered-div .text-muted{
	font-size: 12px;
	text-decoration: none !important;
	line-height: 30px;
}
.powered-div{
	height: 29px;
    line-height: 18px;
    font-size: 12px;
    padding-top: 18px;
	font-family:'Roboto';
	background: none;
    box-shadow: none;
    padding:8px 0px 0px 2px;
}
.powered-div img{
	vertical-align:top;
}
.powered-div a{
    font-weight: 500;
	color: #006E78;
	text-decoration: none !important;
}

.element-focus-color{
	background: beige;
}