#content-wrap .block-form-newsletter{
    margin-bottom: 70px;
}

#content-wrap .block-form-newsletter h3{
    font-family: Poppins;
    font-weight: 700;
    color: #494949;
}

#content-wrap .block-form-newsletter p{
    font-family: Poppins;
    font-weight: 500;
    color: #494949;
}

#content-wrap .block-form-newsletter label{
    font-family: Poppins;
    font-weight: 700;
    color: #494949;
}

#content-wrap .block-form-newsletter input{
    background: #DBDBDB;
    border: 0;
    border-radius: 0;
    font-family: Poppins;
    font-weight: 500;
    color: #494949;
    height: 60px;
}

#content-wrap .block-form-newsletter input:disabled{
    color: #929292;
}

#content-wrap .block-form-newsletter select{
    font-family: Poppins;
    font-weight: 700;
    color: #494949;
    height: 60px;
    background: #DBDBDB;
    border: 0;
    border-radius: 0;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    position: relative;
    background-image: url(/media/dropdown-arrow.png);
    background-position: 95% center;
    background-repeat: no-repeat;
}

#content-wrap .block-form-newsletter select:disabled{
    color: #929292;
}

#content-wrap .block-form-newsletter input[type="checkbox"]{
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -o-appearance: none !important;
    border: 1px solid #494949 !important;
    padding: 0 10px;
    display: inline-block;
    position: relative;
    border-radius: 0;
    text-indent: 0;
    height: 30px;
}

#content-wrap .block-form-newsletter input[type="checkbox"]:active,
#content-wrap .block-form-newsletter input[type="checkbox"]:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

#content-wrap .block-form-newsletter input[type="checkbox"]:checked {
	border: 1px solid #494949;
    color: #494949;
}

#content-wrap .block-form-newsletter input[type="checkbox"]:checked:after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    font-size: 20px;
    line-height: 21px;
    padding: 0;
    margin: 0;
    float: none;
}

#content-wrap .block-form-newsletter input[type="submit"]{
    background: #AA182C;
    color: #fff;
    padding-left: 50px !important;
    padding-right: 50px !important;
    margin-top: 30px;
}

#content-wrap .block-form-newsletter #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error{
    font-family: Poppins;
    font-weight: 500;
}


#content-wrap .block-form-newsletter #mc_embed_signup form{
    padding: 0 !important;
}

#content-wrap .block-form-newsletter .mc-field-group{
    clear: none;
    width: 100%;
}

#content-wrap .block-form-newsletter #mc_embed_signup_scroll > .mc-field-group > ul{
    padding-top: 0px;
    padding-bottom: 0px;
}

#content-wrap .block-form-newsletter .mc-field-group.col-xs-12{
    width: 100%;
}

#content-wrap .block-form-newsletter .mc-field-group.col-md-6,
#content-wrap .block-form-newsletter .mc-field-group.col-sm-6{
    width: 50%;
}

#content-wrap .block-form-newsletter .mc-field-group.col-md-12,
#content-wrap .block-form-newsletter .mc-field-group.col-sm-12{
    width: 100%;
}

#content-wrap .block-form-newsletter #mc_embed_signup .indicates-required{
    margin: 0;
}

#newslettermodal p,
#newslettermodal .indicates-required{
    font-family: Poppins;
    font-weight: 500;
    color: #494949;
}

#newslettermodal strong{
    font-family: Poppins;
    font-weight: 700;
    color: #494949;
}

#newslettermodal label{
    font-family: Poppins;
    font-weight: 700;
    color: #494949;
}

#newslettermodal h4{
    font-family: Poppins;
    font-weight: 700;
    color: #494949;
    line-height: 30px;
}

#newslettermodal input{
    background: #DBDBDB;
    border: 0;
    border-radius: 0 !important;
    font-family: Poppins;
    font-weight: 500;
    color: #494949;
    height: 43px !important;
}

#newslettermodal input[type="submit"]{
    background: #004A5F;
    color: #fff;
    padding-left: 50px !important;
    padding-right: 50px !important;
    margin-top: 30px;
}

#newslettermodal input[type="checkbox"]{
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -o-appearance: none !important;
    border: 1px solid #494949 !important;
    padding: 0 10px !important;
    display: inline-block;
    position: relative;
    border-radius: 0;
    text-indent: 0 !important;
    height: 30px;
}

#newslettermodal input[type="checkbox"]:active,
#newslettermodal input[type="checkbox"]:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

#newslettermodal input[type="checkbox"]:checked {
	border: 1px solid #494949;
	color: #494949;
}

#newslettermodal input[type="checkbox"]:checked:after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    font-size: 20px;
    line-height: 21px;
    padding: 0;
    margin: 0;
    float: none;
}

#newslettermodal .mce_inline_error{
    font-family: Poppins;
    font-weight: 500;
}

.advanced-search .form-group{
    text-align: left;
}

#content-wrap .advanced-search .advanced-submit-btn button{
    background: #AA182C;
    color: #fff;
    padding-left: 50px !important;
    padding-right: 50px !important;
    margin-top: 30px;
}

#content-wrap .block-form-newsletter .form-builder button[type="submit"]{
    background: #AA182C;
    color: #fff;
    padding-left: 50px !important;
    padding-right: 50px !important;
    margin-top: 30px;
}

#content-wrap .block-form-newsletter h2{
    font-family: Poppins;
    font-weight: 700;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #newslettermodal input[type="checkbox"]{
        background: none !important;
        height: 30px !important;
        width: 30px !important;
    }

    #content-wrap .block-form-newsletter input[type="checkbox"]{
        background: none !important;
        height: 30px !important;
        width: 30px !important;
    }

    body #content-wrap .block-form-newsletter select{
        background-image: none;
        padding-right: 0px !important;
    }
}

@supports (-ms-ime-align:auto) {
    #newslettermodal input[type="checkbox"]{
        -webkit-appearance: checkbox !important;
        -moz-appearance: checkbox !important;
        -o-appearance: checkbox !important;
        background: none !important;
        height: 30px !important;
        width: 30px !important;
    }

    #content-wrap .block-form-newsletter input[type="checkbox"]{
        -webkit-appearance: checkbox !important;
        -moz-appearance: checkbox !important;
        -o-appearance: checkbox !important;
        background: none !important;
        height: 30px !important;
        width: 30px !important;
    }
}