/* CSS Document */

/* CSS Document */

/*******BASE STYLES**********************************************************/

body, .body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	
}

p {
    display: flex;
    flex-direction: column;
	color: #65737c;
}
.submit{
	display: block;
}
label{
	color: #fff !important;
}
.white label{
	color: #fff !important;
}
input, select, .project-info textarea{
	height: 35px;
	border:1px solid #21a7ef;
	line-height: 35px;
	font-size: 16px;
	text-indent: 16px;
	border-radius: 5px;
	color: #fff;
	background: #2872f0;
}

.project-info textarea{
	height: 60px;
	line-height: 1.2;
	width: 97%;
}

.comments{display: none !important;}
.project-info{
	display: block!important;
	clear: both;
	float: none;
}
.white input, .white select, .white textarea{
	
    border: 2px solid #0061d5;
    color: #fff;
    /*background: #0144bf;*/
	background: rgba(1, 68, 191, .4);
}


.opt-in label{
	display: none;
}
.opt-in {
    flex-direction: row;
}

.submit input{
	display: inline-block;
    margin: 0 !important;
    height: 53px;
    padding: 0 34px;
    color: #555;
    text-align: center;
    font-size: 14px;
    font-weight: 900;
    line-height: 53px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 100px;
    border: 1px solid #0061d5;
    color: #fff;
    background-color: #0061d5;
    cursor: pointer;
    box-sizing: border-box;
	color: #323c4a;
    background-color: #ffcb05;
    border-color: #ffcb05;
	height: 42px;
    line-height: 42px;
	width: auto;
	text-indent: 0;
}

.pd-captcha{
	margin: 0;
}

/*checkmark */

.Email_Marketing_Opt_In.checked .checkmark:after {
    display: block;
	content: ' ';
}

.Email_Marketing_Opt_In .checkmark:after {
    left: 12px;
    top: -10px;
    width: 9px;
    height: 26px;
    border: solid #0061d5;
    border-radius: 1px;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    /* box-shadow: 0 2px 10px 0; */
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.Email_Marketing_Opt_In.checked .checkmark {
    background-color: #fff;
}
.checkmark {
    position: absolute;
    top: 5px;
    left: 0px;
    height: 24px;
    width: 24px;
    background-color: #fff;
	border: 2px solid #0061d5;
}
.Email_Marketing_Opt_In {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-bottom: 0 !important;
	line-height: 17px;
	font-size: 16px;
	display: inline-block;
    padding-left: 42px;
}



.Email_Marketing_Opt_In input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.multilingual-email{
	width: 49%;
	float: left;
}
.service-type{
	width: 49%;
	float: right;
	display: none;
}
.seo-email{
	width: 49%;
	float: right;
}
.submit{
	clear: both;
	    display: flex;
    align-items: end;
}
/*dropdown*/
.service-type{
	position: relative;
}
.service-type select{
	height: 38px;
}
.service-type::after {
    content: '';
    right: 27px;
    top: 39px;
    padding: 0 0 2px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 13px solid #fff;
    position: absolute;
    pointer-events: none;
    display: block;
}
.white .service-type::after{
	 border-top: 13px solid #0061d5;
}
select{
	padding-right: 18px;
}
select {
    /* padding: 3px; */
   /* margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color: #888;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;*/
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}