
.guide-content .text-box-header h1{
    padding: 20px;
    font-size: 40px;
    text-align: center;
    font-style: italic;
    text-transform: none;
    font-weight: 400;
}
.guide-content .text-box{
    padding: 50px 100px;
    position: relative;
}
.guide-content .text-box img{
    position: absolute; top:20%; right: 2%;
    max-width: 40%;
    height: auto;
}  
.guide-content .text-box h2{
    font-size: 22px;
    text-transform: uppercase;
    color:#D12E26
}
.guide-content .text-box h3{
    font-size: 14px;
    text-transform: uppercase;
}
.guide-content .text-box h4{
    font-size: 18px;
    font-style: italic;
    text-transform: none;
}
.guide-content .text-box h5{
    font-size: 16px;
    font-weight: 500;
    text-transform: none !important;
    margin-top: 1em;
   
}
.guide-content .text-box.grey {
    background-color: #434343;
    padding: 5%;
}
.guide-content .text-box.grey *{
    color: white !important;
}

.guide-content .text-box.light{
    background:#EFEDD9;
    padding: 5%;
}
.guide-content .text-box ul {
    list-style: none;
}

.guide-content .text-box ul li {
    width: auto;
    margin-right: 0;
    display: block;
    margin-bottom: 4px;
}


.guide-content .text-box ul li::before {
    content: "\■";
    color: #D12E26;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
    margin:10px 0;
    list-style-position: outside;    
}
.guide-content .category-header-title h1 {
    display: none;
}

/*
/------- MOBILE RULES
*/

@media only screen and (max-width: 460px) and (min-width: 0){
    .guide-content .text-box{
       padding: 35px 44px;
    }


 }
