body {

    width: 100%;
}

body.site {
    overflow-x: hidden;
}


body.site > main {
    bottom: initial;
    float: left;
    left: initial;
    margin: 0;
    position: relative;
    right: initial;
    top: initial;
    width: 100%;
}

body.site p,
body.site p a,
body.site ul,
body.site ul li {
    font-size: 14.5px;
    line-height: 1.5em;
}


body.site p,
body.site ul,
body.site ul li {
    color: #363636;
    float: left;
}

body.site p a, body.site ul li a {
    color: #2d5591;
    font-weight: 600;
    text-decoration: none;
    padding: initial;
    font-size: 13.5px;
    float: none;
    clear: none;
    display: inline;
}

body.site ul {
    clear: both;
    margin: 10px 4%;
    width: 92%;
    list-style: disc;
    padding: 5px;
}

body.site ul li {

    padding-bottom: 3px;
    float: none;
    clear: both;
    width: 100%;
}

body.site > section.ee-debugger {
    clear: both;
    padding-top: 75px;
}

/* Footer Navigation */

body.site footer {
    padding: 30px 0;
}

body.site footer h5 {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 900;
    font-size: 15px;
    color: #000000;
    padding-bottom: 15px;
}

body.site footer h6 {
    font-family: 'Open Sans', sans-serif;
    color: #5a5a5a;
    text-transform: uppercase;
    font-size: 13px;
}


body.site footer .copyright {
}

body.site footer .copyright ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

body.site footer .copyright ul li {
    float: left;
    width: initial;
    clear: none;
    margin: 10px 10px 10px 0;
    padding: 0;
}

body.site footer .copyright ul li a {

    padding: 0;
    margin: 0;

}

body.site footer .copyright ul li p {
    font-weight: 900;
    font-size: 13px;
    padding: 2px 0;
}


body.site footer ul {
    color: #5a5a5a !important;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.site footer li {
}

body.site footer li a {
    font-size: 13px !important;
    font-family: 'Open Sans', sans-serif;
    color: #5a5a5a !important;
}

/* Wrappers */

body.site .viewport-wrapper {
    margin: auto 4% !important;
    width: 92% !important;
}

@media screen and (min-width: 1451px) {
}

@media screen and (min-width: 1025px) and (max-width: 1450px) {

}

@media screen and (max-width: 1024px) and (min-width: 787px) {

}

@media screen and (max-width: 786px) and (min-width: 481px) {

}

@media screen and (max-width: 480px) {

}