html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    text-decoration: none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    max-width: 100%;
}
body {
    min-width: 320px;
}
.grid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.grid:before,.grid::after{
    width: 100%;
}
.clear,.clr {
    clear:both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clr {
    content: '';
    display: block;
    clear: both;
}
#page{
    overflow: hidden;
    position: relative;
    font-family: "UTM Avo", Roboto, sans-serif;
}

.container{
    width: 100%;
    max-width: 1164px;
    margin: 0 auto;
}

a:hover,a:focus,a:visited{
    text-decoration: none;
}

.alert-danger{
    background-color: #ffd907;
    border: none;
    color: #720a0a;
    width: 255px;
    bottom: 168px !important;
    z-index: 999909 !important;
}

.alert-danger strong{
    font-weight: bold;
}


#banner-landing{
    text-align: center;
    width: 100%;
    position: fixed;
    bottom: -1px;
    z-index: 99999;
}

.banner-mobile{
    display: none;
}

@media only screen and (max-width : 2023px) {
    /*#lhc_container{*/
        /*bottom: 94px !important;*/
    /*}*/
    /*#lhc_status_container{*/
        /*bottom: 94px !important;*/
        /*z-index: 999999 !important;*/
    /*}*/


}

@media only screen and (max-width : 1350px) {
    #page{
        /*padding-bottom: 7%;*/
    }
}

@media only screen and (max-width : 1024px) {

}



@media only screen and (max-width : 812px) {

}

@media only screen and (max-width : 767px) {
    .cta {
        -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    }
    .alert-danger{
        border: none;
        color: #720a0a;
        width: 200px;
    }
}

@media only screen and (max-width : 441px) {
    .banner-mobile{
        display: block;
        margin: 0 auto;
    }
    .banner-web{
        display: none;
    }
    #page{
        padding-bottom: 0;
    }
    #banner-landing{
        bottom: auto;
        top: 0;
    }
    .alert-danger{
        bottom: 20px !important;
    }
}
