body {
    font-family: "myriad-pro",sans-serif;
    color: #000;
    font-size: 18px;
}
table {
    border-collapse: collapse;
    text-align: left;
    border: none;
}
th, td {
    padding: 10px;
    border-color: #FFF;
    border-style: solid;
    border-width: 2px;
}
table th {
    background: #ce2027;
    color: #FFF !important;
    font-weight: bold;
}
table td {
    background-color: #d1d1d1;
}
.cke_wysiwyg_frame a:link {
    text-decoration: none;
    color: #1ba3a0;
}
.cke_wysiwyg_frame h1,.cke_contents h2,
.cke_wysiwyg_frame h3,.cke_contents h4 {
    color: #ce2027;
}
img {
    max-width: 100%;
    height: auto !important;
}

/*** text spans ***/
.thin {
    font-weight: normal;
}
.small-text {
    font-size: 18px;
    font-weight: normal;
    line-height: 16px;
    margin:0;
}
.uppercase {
    text-transform: uppercase;
}
.highlight {
    color:#ce2027;
}
/** link only **/
.download {
    display: inline-block;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left;
}
.download {
    background-image:url('https://keo-cms.appspot.com.storage.googleapis.com/sites/eco-enterac/app_files/img/download-red.svg');
}

/*** images ***/
img.display-left {
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}

img.display-right {
    float:right;
    margin-left:10px;
    margin-bottom:10px;
}

/*** blocks ***/
.tick-list {
    display: block;
    font-size: 16px;
    padding-left: 60px;
    min-height: 40px;
    background-image: url('https://keo-cms.appspot.com.storage.googleapis.com/sites/eco-enterac/app_files/img/tick.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: left top;
    margin: 20px 0;
}
.tick-list h1,.tick-list h2,
.tick-list h3,.tick-list h4,
.tick-list h5,.tick-list h6 {
    text-transform: uppercase;
    color: #000 !important;
    margin:0;
}
.red-block {
    display: inline-block;
    padding: 30px;
    color: #FFF !important;
    width: 300px;
    background: #ce2027;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 4%;
    float: right;
}
.red-block h1, .red-block h2,
.red-block h3, .red-block h4,
.red-block h5, .red-block h6 {
    color: #FFF !important;
}

.page-content .red-block a:link,
.page-content .red-block a:visited {
    color: #FFF;
    font-weight: bold;
}
.page-content .red-block a:link.download,
.page-content .red-block a:visited.download {
    background-image:url('https://keo-cms.appspot.com.storage.googleapis.com/sites/eco-enterac/app_files/img/download-white.svg');
    font-weight: normal;
}
.feature-block {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding-right: 1%;
    width: 23%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.feature-block img {
    display: block;
}
.feature-block h1,.feature-block h2,
.feature-block h3,.feature-block h4,
.feature-block h5,.feature-block h6 {
    text-transform: uppercase;
}
.clear-float {
    clear:both;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (max-width: 960px){
    .feature-block {
        width: 49.5%;
        padding-bottom: 5px;
    }
}
@media screen and (max-width: 700px){
    .red-block {
        width: 100%;
        margin-left:0;
        margin-bottom: 20px;
        float: none;
    }
}
@media only screen and (max-width:600px){
    .feature-block {
        width: 100%;
        padding-right:0;
        padding-bottom: 5px;
    }
}