@charset "utf-8";
@import url("font-faces.css");
body {
    font-family: "Roboto Light";
    font-weight: normal;
}
/* CSS Document */
.banner-heading {
    background: url(../images/bg-black-transparent.png);
    height: 90px;
    line-height: 90px;
    font-size: 40px;
    text-align: center;
    color: #fff;
}
.btn-red {
    min-width: 300px;
    background: #a81f38;
    color: #fff;
    font-size: 25px;
}

.lineheight30{
    line-height:30px;
}
@media(min-width:320px) and (max-width:767px){
    .span2 h3::after {
        right: 10px !important;
        top:45px !important;
    }
    .span2 h3::after {
        position: absolute;
        right: 30px;
        top:33px;
        content: "";
        width: 7px;
        height: 7px;
        border-left: 7px solid transparent; 
        border-right: 7px solid transparent; 
        border-top: 7px solid #fff;
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(0deg);
        -webkit-transition: transform .5s;
        transition: transform .5s;
    }

    .span2.active h3::after {
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .margintop20-mb{
        margin-top:20px;
    }
    .btn-red {
        min-width:100%;
        width:100%;
        background: #a81f38;
        color: #fff;
        font-size: 25px;
    }
    .banner-heading {
        padding: 95px 55px;
        text-align: center;
        line-height: 60px;
    }
}

.error-message{
    border: 1px solid #D4A7BB;
    background: #E2D3DA;
    border-radius: 6px;
    color: #A70C4E;
    margin: 8px -15px;
    font-size: 14px;
    padding:5px 10px;
}

.success-message{
    border: 1px solid #d6e9c6;
    background: #dff0d8;
    border-radius: 6px;
    color: #3c763d;
    margin: 8px -15px;
    font-size: 14px;
    padding:5px 10px;
}
.mobile-only{display: none;}
@media screen and (max-width: 767px) {
    body{padding-bottom:0 !important;}
    .margintop30.remove-margin-top, .margintop20-xs.remove-margin-top{margin-top:10px;}
    .mobile-only{display: block; position: absolute; top:20px; right: 10px;}
    .footer{position: relative !important;}
}