*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
html{
    overflow-x: hidden;
}
body{
    margin:0;
    padding:0;
    background: #fff;
    min-width: 320px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3,h4,h5, strong, q{
    font-family: 'Merriweather-Bold';
}
a, p, small, i, h6{
    font-family: 'OpenSans-Regular';
}
button, .btn{
    font-family: 'OpenSans-Bold';
}
h1{
    font-size: 27px;
    line-height: 35px;
}
h2{
    font-size: 54px;
    line-height: 56px;
}
h3{
    font-size: 21px;
    line-height: 34px;
}
h4 {
    font-size: 16px;
    line-height: 24px;
}
h5{
    font-size: 52px;
    line-height: 69px;
}
h6{
    font-size: 21px;
    line-height: 28px;
}
p{
    font-size: 16px;
    line-height: 24px;
}
small{
    font-size: 14px;
    line-height: 20px;
}
q {
    color: #A0A0AE;
    quotes: "\2018" "\2018";
    font-size: 64.85px;
    line-height: 86px;
    float: left;
    letter-spacing: -5px;
}
a{
    text-decoration: none;
    color:#113845;
}
img{
    max-width: 100%;
}
input, textarea {
    font-size: 17px;
    line-height: 26px;
    padding: 22px;
    background: #FFFFFF;
    border: 1px solid #3D4973;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    display: block;
    margin: 10px 0 20px 0;
    width: 100%;
}
textarea {
    resize: vertical;
}
button, .btn{
    font-size: 16px;
    line-height: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #FFFFFF;
    background: #113845;
    padding: 13px 24px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    text-decoration: none;
    border: none;
}
/* Captcha */
.grecaptcha-badge {
    visibility: hidden; 
}