
html, body{
  height:100%;
}

body{
    background-color: #FFF;
    
    font-family: 'Century Gothic';
    font-size: 16px;
    color: #4B565A;
    line-height: 24px;
}
body.pink {
    background-image: url(img/bg-pink.jpg);
    background-position: 0 0;
    background-repeat: repeat-x;
}
body.green {
    background-image: url(img/bg-green.jpg);
    background-position: 0 0;
    background-repeat: repeat-x;
}
body.blue {
    background-image: url(img/bg-blue.jpg);
    background-position: 0 0;
    background-repeat: repeat-x;
}
body.purple {
    background-image: url(img/bg-purple.jpg);
    background-position: 0 0;
    background-repeat: repeat-x;
}





h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 0;

    color: #1D2535;
    font-weight: 700;
    text-transform: uppercase;
}
h1 {
    font-size: 55px;
}
h2 {
    font-size: 55px;
    line-height: 55px;
    font-weight: normal;
    letter-spacing: 3px;
    
    margin-top: 0;
    margin-bottom: 65px;
}
h3 {
    font-size: 24px;
}


strong{
    font-weight: 700;
}

/*
Tables
---------------------------------------------------------------------------------------------------- */

table {
    max-width: 100%;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #eaeaea;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}



img.alignleft {
    float: left;
    margin-right: 15px;
}

img.alignright {
    float: right;
    margin-left: 15px;
    margin-top: 15px;
}

/* --------------------------------------------------
    COLS
-------------------------------------------------- */

.single-container-wrap .cols {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;

    clear: both;
    
}
.single-container-wrap .cols:after {
    content: '';
    display: block;
    clear: both;
}
.w3col .col {
    width: 33.33333%;
    float: left;
}
.w2col .col {
    width: 50%;
    float: left;
}
.col .col-wrap {
    margin-left: 15px;
    margin-right: 15px;
}
.col .col-wrap img {
    display: block;
    width: 100%;
    height: auto;
}
.col .col-wrap img.no-resize {
    width: auto;
    max-width: 100%;
}

img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.single-container h2, .single-container h3 {
    text-align: left;
    margin-top: 50px;
    margin-bottom: 40px;
}

/* --------------------------------------------------
    COLS
-------------------------------------------------- */
@media only screen and (max-width:685px) {
    .w2col .col {
        width: 100%;
        margin-bottom: 30px;
    }
    .w3col .col {
        width: 100%;
        margin-bottom: 30px;
    }
}

.single-container a {
    color: #848788;
}










