

/*******************Modal pop up css***********************************/
#ex1{
border-radius:0;
z-index:9;
max-width:400px;
margin-top:5%;
}
.modal a.close-modal {
    position: absolute;
    top: 1.5px;
    right: 1.5px;
	/*background-image: url(../images/crossmark.png);*/
	background-color:#000;
	width:15px;
	height:15px;
	}
	
.modal p{
    text-align:left;
     letter-spacing: normal!important;
     font-size: 12px!important;
    font-family: proximaNovaBold;
	padding-top:7%;
	}
	
.modal h4{
       margin-bottom: 20px !important;
    font-size: 32px !important;
    color: #020302;
    font-family: "minionProReg";
    letter-spacing: -.58px;
    line-height: 30px;
    margin-left: 0;
	    margin-top: 10px;
}	
.modal .hbspt-form label {
    color: #000;
    font-family: proximaNovaBold;
    font-size: 13px;
    letter-spacing: .46px;
    text-transform: uppercase;
    display: block;
    padding-left: 0;
    text-align: left;
	margin-bottom: 4px;
	line-height:1;
}
.modal .hbspt-form input {
    height: 36px !important;
    width: 278px !important;
    border: 1px solid #aaa!important;
    background-color: #fff!important;
    padding-left: 11%;
    margin-bottom: 20px!important;
	padding:0!important;
}
.modal .hbspt-form input[type=submit] {
    color: #000;
    font-family: proximaNovaBold;
    font-size: 12px !important;
    letter-spacing: 1.8px;
    line-height: 14px !important;
    padding: 0 !important;
    border-bottom: solid 2px #000!important;
    float: left;
    border-top: 0!important;
    border-left: 0!important;
    border-right: 0!important;
    margin-top: -7px;
    width: auto !important;
    margin-left: 26px !important;
}

.modal .hbspt-form input[type=submit]:hover {
    color: #000;
}
.modal .hbspt-form .hs-richtext {
    color: #000;
    font-family: proximaNovaRegular;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .25px;
    line-height: 29px;
    float: right;
	margin-right:0;
}
.modal .hs_recaptcha{display:none!important;}
.modal .hbspt-form .hs-richtext img {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 11%;
    margin-top: 1px;
}


@media only screen and (max-width: 760px) {
    .modal .hbspt-form input {
        height: 35px !important;
        width: 250px !important;
        margin-bottom: 10px;
        font-size: 11px;
    }
	
	.modal .hbspt-form input[type=submit] {
	font-size: 10px !important;
        margin-left: 18px !important;
        margin-top: -5px;
		}
	.modal .hbspt-form .hs-richtext {
        font-size: 8px;
        margin-right: -20px;
    }
}

@media only screen and (max-width: 400px) {
      .modal .hbspt-form input {
        height: 35px !important;
        width: 200px !important;
		}
}


