/*column */

.sc.column-group { width: 100%; overflow: hidden; }

.sc.column { float: left; width: 100%; }


@media (min-width: 800px) {

    .sc.column { float: left; margin-right: 5% !important; margin-bottom: 0; width: 100%; }

    .sc.columns-2 .sc.column { width: 47.5%; }

    .sc.columns-3 .sc.column { width: 30%; }
    .sc.columns-3 .sc.column-span-2 { width: 65%; }

    .sc.columns-4 .sc.column { width: 21.25%; }
    .sc.columns-4 .sc.column-span-2 { width: 47.5%; }
    .sc.columns-4 .sc.column-span-3 { width: 73.75%; }

    .sc.columns-5 .sc.column { width: 16%; }
    .sc.columns-5 .sc.column-span-2 { width: 30%; }
    .sc.columns-5 .sc.column-span-3 { width: 47.5%; }
    .sc.columns-5 .sc.column-span-4 { width: 79%; }

    .sc.columns-6 .sc.column { width: 12.5%; }
    .sc.columns-6 .sc.column-span-2 { width: 30%; }
    .sc.columns-6 .sc.column-span-3 { width: 47.5%; }
    .sc.columns-6 .sc.column-span-4 { width: 65%; }
    .sc.columns-6 .sc.column-span-5 { width: 82.5%; }

    .column.last { margin-right: 0 !important; }

}

/* dopcap */
.sc.dropcap {
    float: left;
    font-size: 50px;
    line-height: 45px;
    padding-top: 4px;
    padding-right: 15px;
    padding-left: 0px;
    font-family: Montserrat, Arial, sans-serif;
}


.sc.intro {
    color: #888;
    margin: 0 0 25px;
    text-transform: uppercase;
    clear: both;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #eee;
}


/* highlights */
.sc.highlight {
    padding: 2px 5px;
    color: #fff;
    background: #E34834;
}


/* buttons */

.sc.button {
    text-transform: uppercase;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 12px;
    display: inline-block;
    background: #aaa;
    line-height: 30px;
    padding: 0 8px;
    color: #fff;
    border-radius: 2px;
    text-decoration: none;
}
.sc.button:hover {
    background: #E34834;
    color: #fff;

}

.sc.button.medium {
    line-height: 35px;
    padding: 0 10px;
}

.sc.button.large {
    line-height: 40px;
    padding: 0 15px;
}