/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img{
    max-width: 100%;
    vertical-align: top;
}
.whitespace-container,
.container,
.inner-banner-content {
    max-width: 1230px !important;
    width:100% !important;
    padding: 0 15px !important;
    margin: 0 auto !important;
    position: relative !important;
    transform: none !important;
}
body .interior-banner-wrapper {
    min-height: 0 !important;
}

.wavemaker-banner .bg-video-banner {
    display: none;
}
.wavemaker-banner {
    padding: 70px 0 120px;  
    text-align: center; 
    background-position: center center !important;
}
.wavemaker-banner .header-logo img {
    width: auto !important;
}
.wavemaker-banner .header-logo {
    margin: 0 0 140px;
    text-align: left;
}
.wavemaker-banner h1 {
    color: #fff;
    font-size: 46px;
    font-weight: 700 !important;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
.wavemaker-banner p {
    color: #fff;
    font-family: Gotham, sans-serif !important;
    font-size: 19px;
    font-weight: 400;
    margin:25px 0 0;
}
.wavemaker-banner a {
    border: 2px solid #fff;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    padding: 15px 40px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 30px;
}
.wavemaker-banner a:hover {
    color: #005c8a;
    background: #fff;
    border: solid 2px #fff;
}
.wavemaker-banner:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0,0,0,0.5);
}

.wavemaker-form {
    padding: 90px 0 100px;
}
.wavemaker-form form fieldset {
    width: 100%;
    max-width: 100%;
}
.wavemaker-form form fieldset > div > label {
    display: none;
}
.wavemaker-form form fieldset.form-columns-2 {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}
.wavemaker-form form fieldset.form-columns-2 .hs-form-field {
    width: calc(50% - 20px);
    margin-bottom: 30px;
}
.wavemaker-form form fieldset .hs-form-field input, .wavemaker-form form fieldset .hs-form-field select {
    display: block;
    border: solid 1px #A7A8AA;
    height: 51px;
    color: rgba(0, 0, 0, 0.65);
    font-size: 16px;
    font-family: Gotham, sans-serif !important;
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 30px;
    padding: 7px 30px;
    width: 100% !important;
}


.wavemaker-form form .hs-dependent-field > div >label span {
    font-weight: inherit;
}
.wavemaker-form form .hs-richtext h2 {
    font-size: 32px !important;
    color: #005C8A;
    line-height: 36px;
    max-width: 910px;
    margin: 0 0 25px;
}
.wavemaker-form form .hs-dependent-field > div >label {
    color: #000;
    font-weight: 400;
    font-family: Gotham, sans-serif !important;
    font-size: 18px;
    margin: 0 0 10px;
    display: block;
}
.wavemaker-form form .hs-dependent-field {
    margin: 0 0 30px;
}
.wavemaker-form form .hs-dependent-field > div .input {
    margin: 0 !important;
}
.wavemaker-form form .hs-dependent-field > div .input ul.inputs-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.wavemaker-form form .hs-dependent-field > div .input ul.inputs-list li.hs-form-radio {
    margin-bottom: 6px;
}
.wavemaker-form form .hs-dependent-field > div .input ul.inputs-list li.hs-form-radio input {
    margin-right: 9px;
}
.wavemaker-form form .hs-dependent-field > div .input ul.inputs-list li.hs-form-radio span {
    font-weight: normal;
}
.wavemaker-form form fieldset .legal-consent-container p, .wavemaker-form form fieldset .legal-consent-container p a {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: normal;
    text-decoration: none;
}
.wavemaker-form form fieldset .legal-consent-container p em {
    font-style: normal;
}
.wavemaker-form form fieldset .legal-consent-container {
    margin: 0;
    max-width: 800px;
    padding: 34px 0 50px;
}
.wavemaker-form form .hs_submit.hs-submit input.hs-button {
    border: 1px solid #005c8a;
    border-radius: 30px;
    color: #005c8a;
    outline: none;
    background: none;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .05rem;
    padding: 8px 19px 7px;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
}
.wavemaker-form form .hs_submit.hs-submit input.hs-button:hover {
    border: 1px solid #005c8a;
    color: #fff;
    background: #005c8a;
}
.wavemaker-form form ul.no-list.hs-error-msgs {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #f00;
}
.wavemaker-form form fieldset ~ .hs_error_rollup {
    margin: -30px 0 30px;
}
.wavemaker-form form fieldset .hs-richtext.hs-main-font-element {
    margin: 0 0 30px;
}
.wavemaker-form form fieldset .input {
    margin: 0 !important;
}
.wavemaker-form form fieldset .hs_email {
    margin: 0 0 30px;
}
.footer-container-wrapper .copyright-text {
    font-family: Gotham, sans-serif !important;
    padding: 17px 15px;
    color: #fff;
}
.footer-container-wrapper .span12.widget-span.widget-type-cell.footer-wrapper {
    padding: 0;
    background: none;
}
.footer-container-wrapper {
    background: #005C8A;
}
.footer-container-wrapper .copyright-text a {
    color: #fff !important;
}
.wavemaker-form form fieldset .hs-richtext.hs-main-font-element p a {
    color: inherit;
}



/*Responsive*/
@media (max-width: 1199px){

}
@media (max-width: 991px){
	.wavemaker-banner .header-logo img {
    max-width: 300px !important;
}
.wavemaker-banner {
    padding: 40px 0 80px;
}
.wavemaker-banner h1{
	font-size: 35px;
}
.wavemaker-banner p {
    font-size: 16px;
    margin: 20px 0 0;
}
.wavemaker-banner a {
    font-size: 17px;
    padding: 13px 30px;
}
.wavemaker-form {
    padding: 50px 0 60px;
}

}
@media (max-width: 767px){
	.wavemaker-banner h1{
		font-size: 28px;
	}
	.wavemaker-banner .header-logo img {
    max-width: 260px !important;
}
.wavemaker-banner .header-logo {
    margin: 0 0 80px;
}
.wavemaker-form form fieldset .hs-form-field input, .wavemaker-form form fieldset .hs-form-field select {
    font-size: 15px;
    height: 44px;
    padding: 7px 20px;
}
}
@media (max-width: 480px){