@media only screen and (max-width: 480px) {
    header {
        background-attachment: scroll;
        width: 100%;
    }
    header img {
        max-width: 100%;
    }
    section {
        padding: 25px 0;
    }
    .no-display-480 {
        display: none;
    }
    .hero-text-box {
        width: 100%;
    }
    .hero-text-box {
        top: 95%;
        -webkit-transform: translate(-50%, -95%);
        -ms-transform: translate(-50%, -95%);
        transform: translate(-50%, -95%);
    }
    .hero-text-box h1 {
        font-size: 2.4rem;
        line-height: 3rem;
        padding-bottom: -3em;
        margin-top: 5em;
    }
    .hero-text-box h2 {
        font-size: 1.3rem;
        word-spacing: 0.1em;
        margin-top: -1em;
        line-height: 1.4em;
    }
    .site-start {
        margin-top: 0em;
    }
    p {
        font-size: 1.2rem;
        line-height: 2rem;
        text-align: left;
    }
    h1 {
        font-size: 1.8rem;
        padding-top: 0em;
        padding-bottom: 1em;
        margin-left: 5%;
    }
    h2 {
        font-size: 1.6rem;
        margin-top: 2rem;
        margin-left: 5%;        
    }
    .index-h1 {
        font-size: 1.6rem;
        margin-top: 3.5em;
    }
    .index-h2 {
        font-size: 2.3rem;
        margin-top: -1em;
        margin-bottom: 0.6em;
    }
    .page-in-columns h1 {
        font-size: 1.7em;
        line-height: 1.4em;
        margin-bottom: 0px;
        margin-top: 10px;
    }
    .page-in-columns h2 {
        font-size: 1.2em;
        line-height: 1.6em;
    }   
    .page-full-width h1 {
        font-size: 1.7em;
        line-height: 1.4em;
        margin-bottom: 0px;
        margin-top: 10px;        
    }
    .page-full-width h2 {
        font-size: 1.2em;
        line-height: 1.6em;
    }
    .article-main-box {
        margin-left: 0%; 
        margin-top: 20px;
    }
    .breadcrumb {
        margin-top: 2em;
        margin-bottom: 2em;
    }
    .breadcrumb-item {
        line-height: 1.7rem;
    }
    .page-in-columns ul.bullet-point-regular {
        margin-left:10%;    
        font-size: 1.2rem;
        line-height: 2.1rem;
        margin-left: 10%;
        text-align: left;   
        margin-top: 0px;
        width: 85%;
    }
    ul.bullet-point-regular li {
        font-size: 1.2rem;
        line-height: 2.1rem;
        margin-left: -5%;
        text-align: left;
    }
    ul.bullet-point-paragraph li {
        font-size: 1.2rem;
        margin-left: -5%;
        text-align: left;
        line-height: 1.9rem;
        width: 95%;
    }
    .line-icon-text {
        width: 85%; 
        margin-left: 8%;
        font-size: 1.2rem;
        line-height: 2rem;
    }  
    .all-categories h2 {
        font-size: 1.2em;
    }
    .all-categories-bottom {
        margin-left: 0%;
        width: 100%;
    }    
    .categories-index {
        margin-left: 5%;
        width: 95%;
    }
    .categories-index h3 {
        font-size: 1.2rem;
        line-height: 2rem;
        text-align: left;
        padding: 10px; 
        margin-bottom: -20px;
    }
    
    .categories-index p {
        font-size: 1.2rem;
        line-height: 2rem;
        text-align: left;
        padding: 10px;
    }
    .categories-index .single-category-index img  {
        width: 35%;
        height: auto;
        margin-right: -8px;
        margin-top: 10px;
    }
    .goto-category {
        font-size: 1em;
        margin-top: 0em;
        margin-bottom: 1em;
        padding-left: 10px;
    }
    .rhs-column {
        margin-top: 0em;
    }
    .rhs-column img {
        width: 65%;
        height: auto;
        margin-left: 17.5%;
        margin-bottom: 20px;
    }
    .page-in-columns .image-2-of-3-cols-square {
        width: 50%;
        height: auto;
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .page-full-width .image-2-of-3-cols-square {
        width: 100%;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .page-in-columns h1 {
        font-size: 1.6em;
    }
    .page-full-width h1 {
        font-size: 1.6em;
    }
    .contact-form {
        margin-top: 1em;
    }
    .contact-page {
        margin-left: 0%;
    }
    textarea #tswcomments {
        width: 95%;
        margin-left: 1%;
    }
    #tswsubmit {
        margin-bottom: 50px;
    }
    footer li .break-rel br {
        display: none;
    }  
    footer ul {
        text-align: center;
        list-style: none;
        padding-bottom: 0px;
        width: 80%;
        margin-left: 10%;
    }
    footer li {
        background-color: #111;
        color: #fff;
        text-align: center;
        font-size: 1.1em;
        width: 120%;
        margin-left: -10%;
    }
}


