body{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    background: none;
    color: #262626;
}
html, body {
    height: 100%;
}
a{
    color: #BD711C;
}
.text-blue {
	color: #001333;
}
.wrapper {
    min-height: 100%;
    margin-bottom: -70px;
    padding-bottom: 70px;
}

/*** Header style ***/
.main-header{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FAC40B;
    height: 40px;
}
.logo{
    display: block;
    text-align: center;
    margin-top: -7px;
}
.logo img{
    width: 100%;
    max-width: 119px;
}

/***** Utilities ****/
.primary--text-color{
    color: #BD711C;
}
h4{
    font-family: 'Barlow', sans-serif;
    font-size: 21px;
}
.font-weight-semibold{
    font-weight: 500;
}
.no-bg-img{
    background-image: none !important;
}
/***** Main body content ******/
main{
    margin-top: 50px;
}
.inner-content{
    width: 100%;
    max-width: 700px;
    margin: auto;
}
.inner-content .lead{
    font-size: 19px;
}
.inner-box{
    width: 100%;
    border: solid 1px #BD711C;
    padding: 15px;
    background-color: white;
}
.inner-box-shadowed,
.signup-form-box{
    width: 100%;
    border-radius: 10px;
    box-shadow: -3px 3px 9px -2px #d2d2d2;
    padding: 20px 25px;
    background-color: #f9f5ed;
    background-image: url(../images/form-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}
.variation-2 .inner-box-shadowed, 
.variation-2 .signup-form-box{
    padding: 20px 15px;
}
.reversed-shadow{
    box-shadow: 3px 3px 9px -2px #d2d2d2;
    background-image: none;
}
.signup-form-box{
    box-shadow: 3px 3px 9px -2px #d2d2d2;    
    background-color: #f5e9d3;

}

.page-title {
    margin: 20px 0 15px;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.regular-list{
    margin: 20px auto 10px;
    width: 100%;
    max-width: 540px;
    padding-left: 30px;
}
.regular-list li{
    padding-bottom: 10px;
}
.regular-list-2{
    padding-left: 15px;
}
.regular-list-2 li{
    padding-left: 3px;
}
.icons{
    text-align: center;
    margin-bottom: 10px;
}
.icons a{
    display: inline-block;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    background-color: #ecba0c;
    font-size: 24px;
    line-height: 40px;
    margin: 0 8px;
}

/****** Subscription Form ******/
.subscription-form{
    margin: 20px 0 0;
}
.submit-btn,
.submit-btn:focus{
    font-family: 'Barlow', sans-serif;
    background-color: #001333;
    color: #fff;
    padding: 8px 30px;
    border-radius: 46px;
    display: inline-block;
    outline: none;
    border: none;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
}
.subscription-form label{
    color: #001333;
    margin-bottom: 3px;
}
.subscription-form input,
.subscription-form input:focus,
.subscription-form input:active{
    background-color: #FDE8BF;
    color: #988B73;
    outline: 0 !important;
    -webkit-appearance:none;
    box-shadow: none;
}
.subscription-form input::placeholder{
    color: rgba(152, 139, 115, 0.5);
}
.subscription-form label sup{
    color: #AC231B;
}

.subscription-form input::placeholder{
    color: rgba(152, 139, 115, 0.5);
}
.signup-form-box .subscription-form input::placeholder{
    color: rgba(167, 167, 167, 0.5);
}
.signup-form-box .subscription-form input,
.signup-form-box .subscription-form input:focus,
.signup-form-box .subscription-form input:active{
    background-color: #fff;
    color: #717171;
}

/**** Footer *****/
footer{
    margin: 30px 0 0;
    /*border-top: solid 1px #001333;*/
    font-size: 12px;
    height: 70px;
    padding-top: 8px;
}
footer small{
    font-size: 12px;
    display: inline-block;
    color: #001333;
}
.footer-links a{
    display: inline-block;
    padding: 0 5px 8px;
    color: #001333;
}

@media (min-width: 768px) {
    body{
        font-size: 16px;
    }
    .wrapper {
        min-height: 100%;
        margin-bottom: -35px;
        padding-bottom: 35px;
    }
    h4{
        font-size: 24px;
    }
    main{
        margin-top: 70px;
    }
    .main-header{
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #FAC40B;
        /*height: 55px;*/
    }
    .logo{
        display: block;
    }
    .logo img{
        margin: -12px 0 0 20px;
        width: 100%;
        max-width: 150px;
    }        
    .submit-btn,
    .submit-btn:focus{
        max-width: 260px;
    }
    .regular-list {
        padding-left: 40px;
		padding-right: 40px;
        margin: 20px auto;
    }
    .page-title{
        font-size: 30px;
        line-height: 1.2;
        margin: 10px 0 20px 0;
    }
    footer{
        height: 35px;
    }
}
@media (min-width: 992px) {
    
    body{
        font-size: 16px;
        /* background-image: url(../images/body-bg.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center 33px; */
    }
    .content-area{
        background-image: url(../images/body-bg.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: -70px center;

    }
    .page-title{
        font-size: 40px;
    }
    .variation-2 .page-title{
        padding: 0 25px;
    }
    main{
        margin-top: 0;
    }
    .logo{
        display: inline;
    }
    .variation-2.content-area{
        background-size: 120%;
        background-position: -87px -50px;
        padding-bottom: 120px;
    }
    .variation-2 .inner-content{
        max-width: 810px;
    }
    .variation-2 .inner-box-shadowed{
        width: 60%;
    }
    .variation-2 .signup-form-box{
        width: 40%;
    }
	footer{
		border-top: solid 1px #001333;
	}

    /* footer{
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 60px;
        line-height: 60px;
        left: 0;
        right: 0;
    } */
}

@media (min-width: 1200px) {
    .variation-2 .inner-content {
        max-width: 900px;
    }
}