div {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'Open Sans', Verdana, Arial, sans-serif;
    font-size: 16px;
}

.OuterWrapper {
    background-color: #ffffff;
    color: #292f33;
}

.fullWidth {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: block;
    overflow: auto;
    background-color: #ffffff;
}

.headerBar img {
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.divLogoMobile {
    display: none;
}

.section {
    padding: 20px;
}

.section p {
    margin-top: 0px;
}

.section50 {
    width: 50%;
    float: left;
    overflow: auto;
    max-width: 100%;
}

h2 {
    background-color: #ec8925;
    color: #ffffff;
    padding: 5px 20px;
    margin: 0px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}

.section50 p {
    padding: 0px 20px;
}

.section50 img {
    overflow: hidden;
    max-width: 100%;
}

.sectionDesc {
    padding: 0px;
}

.divCat {
    text-align: center;
}








/* Desktop */
@media screen and (min-width: 550px) {
    .hideDesktop {
        display: none !important;
    }

    .divLogo {
        display: inline !important;
    }

    .divLogoMobile {
        display: none !important;
    }
}

/* Phone */
@media screen and (max-width:549px) {
    .hidePhone {
        display: none !important;
    }

    .divLogo {
        display: none !important;
    }

    .divLogoMobile {
        display: inline !important;
    }

    .divWrapImg {
        width: 100%;
    }

    .divWrapMain {
        width: 100%;
    }

    .divLogo {
        width: 100%;
    }

    .section50 {
        width: 100%;
        float: none;
    }
}