/* 
  -----------------------------------
  Quick Columns
  by Project Seven Development
  www.projectseven.com
  -----------------------------------
*/

/*The container for each column structure. Before and After pseudoclasses used to clear the floats.*/

.p7QC {
    zoom: 1;
    max-width: 100%;
}

    .p7QC:before,
    .p7QC:after {
        content: ".";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .p7QC:after {
        clear: both;
    }
/*All Columns are floated left.*/
.p7QC-Col {
    float: left;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

/*The Base Widths for each column in the available structures.*/
.p7QC .percent15 {
    width: 15%;
}

.p7QC .percent166 {
    width: 16.666%;
}

.p7QC .percent20 {
    width: 20%;
}

.p7QC .percent25 {
    width: 25%;
}

.p7QC .percent333 {
    width: 37%;
}

.p7QC .percent40 {
    width: 31.333%;
}

.p7QC .percent50 {
    width: 50%;
}

.p7QC .percent60 {
    width: 68.3%;
}

.p7QC .percent75 {
    width: 75%;
}

/*Default padding for the content inside all columns*/
.p7QC-content {
    padding: 0px 0px 0px 6px;
}

.p7QC-contentpad {
    padding: 20px 0px 0px 6px;
}

.p7QC-contentpadtop {
    padding: 45px 0px 0px 6px;
}

.p7QC-contentpadtophome {
    padding: 57px 0px 0px 6px;
}

.p7QC-contentpadtop2 {
    padding: 20px 0px 0px 6px;
}

/*Default padding for the content inside all columns (copied below with changes for @media*/
.p7QC-content-mini {
    padding: 0px 40px 0px 6px;
}

/*Width recalculations for columns when they are boxed. 
Since boxed columns have a space between them assigned via right margin, 
we need to reduce the width of each column accordingly*/
.p7QC .percent166.boxed {
    width: 15%;
}

.p7QC .percent20.boxed {
    width: 18.4%;
}

.p7QC .percent25.boxed {
    width: 23.5%;
}

.p7QC .percent333.boxed {
    width: 32%;
}

.p7QC .percent40.boxed {
    width: 38%;
}

.p7QC .percent50.boxed {
    width: 49%;
}

.p7QC .percent75.boxed {
    width: 74%;
}

/*Using margin to separate the columns when the boxed option is chosen*/
.p7QC-Col.boxed.spacer {
    margin-left: 2%;
}

/*Assigning logical borders to render dividers between columns*/
.p7QC-content.border-left {
    border-left: 1px solid #000;
}

/*Boxed columns get borders all the way around*/
.p7QC .p7QC-content.boxed {
    border: 1px solid #000;
}

/*Utility Rules*/
/*Make images scalable*/
img.scalable {
    height: auto !important;
    width: auto !important;
    max-width: 100%;
    text-align: center;
}

.txt_sidebar_red {
    font-family: "Times New Roman", Times, serif;
    font-size: 14pt;
    font-style: italic;
    line-height: 22px;
    color: #A80000;
    text-decoration: none;
    text-align: left;
}
/*Sample Rule to set background color, radius, and shadow*/
.prettify-sample-orange {
    background-color: #FF5328;
    border-radius: 5px;
    color: #FFF;
    box-shadow: 0px 0px 30px #000;
}

.prettify-sample-blue {
    background-color: #567DA9;
    border-radius: 5px;
    color: #FFF;
    box-shadow: 0px 0px 30px #000;
}

.prettify-sample-white {
    background-color: #FFF;
    border-radius: 5px;
    color: #000;
}

.prettify-sample-keylined {
    border: 1px solid #000;
}

.prettify-sample-wrapper {
    background-color: #333;
    padding: 20px;
    border-radius: 5px;
    color: #FFF;
    box-shadow: 0px 0px 30px #000;
}

.prettify-white-inside-pages-284-top-right {
    background-color: #f4f2f2;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    color: #333;
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 28px;
    padding-bottom: 5px;
    font-family: Calibri, Arial, sans-serif;
    font-size: 12pt;
    line-height: 14px;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    margin-top: 20px;
    margin-left: 25px;
    margin-bottom: 16px;
    box-shadow: 1px 2px 8px 1px #d6d5d5;
    min-width: 150px;
    max-width: 284px;
    float: right;
}

.prettify-sample-white-top-right {
    background-color: #f4f2f2;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    color: #333;
    padding: 20px;
    font-family: Calibri, Arial, sans-serif;
    font-size: 11pt;
    line-height: 18px;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    margin-left: 15px;
    box-shadow: 1px 2px 8px 1px #d6d5d5;
}

.prettify-sample-white-inside-pages {
    background-color: #f4f2f2;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    color: #333;
    padding-top: 6px;
    padding-right: 28px;
    padding-left: 32px;
    padding-bottom: 5px;
    font-family: Calibri, Arial, sans-serif;
    font-size: 12pt;
    line-height: 14px;
    font-weight: normal;
    text-decoration: none;
    margin-left: 35px;
    margin-top: 20px;
    margin-bottom: 10px;
    box-shadow: 1px 2px 8px 1px #d6d5d5;
    min-width: 150px;
    max-width: 280px;
    float: right;
}

.prettify-sample-white-inside-pages-restoration {
    background-color: #f4f2f2;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    color: #333;
    padding-top: 5px;
    padding-right: 25px;
    padding-left: 28px;
    padding-bottom: 8px;
    font-family: Calibri, Arial, sans-serif;
    font-size: 12pt;
    line-height: 14px;
    font-weight: normal;
    text-decoration: none;
    margin-left: 35px;
    margin-bottom: 10px;
    box-shadow: 1px 2px 8px 1px #d6d5d5;
    min-width: 150px;
    max-width: 280px;
    float: right;
}

.prettify-sample-white-gw {
    background-color: #f4f2f2;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    color: #333;
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 22px;
    padding-bottom: 5px;
    font-family: Calibri, Arial, sans-serif;
    font-size: 12pt;
    line-height: 14px;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    margin-left: 0px;
    margin-right: 45px;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 1px 2px 8px 1px #d6d5d5;
    min-width: 165px;
    max-width: 465px;
    float: left;
}

.prettify-white-inside-pages-284 {
    background-color: #f4f2f2;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    color: #333;
    padding-top: 5px;
    padding-right: 25px;
    padding-left: 28px;
    padding-bottom: 5px;
    font-family: Calibri, Arial, sans-serif;
    font-size: 12pt;
    line-height: 14px;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    margin-left: 25px;
    margin-bottom: 16px;
    box-shadow: 1px 2px 8px 1px #d6d5d5;
    min-width: 150px;
    max-width: 284px;
    float: right;
}

.prettify-white-inside-pages-340 {
    background-color: #f4f2f2;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    color: #333;
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 28px;
    padding-bottom: 25px;
    font-family: Calibri, Arial, sans-serif;
    font-size: 12pt;
    line-height: 14px;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    margin-left: 0px;
    margin-bottom: 25px;
    box-shadow: 1px 2px 8px 1px #d6d5d5;
    min-width: 311px;
    max-width: 360px;
    float: right;
}

.prettify-sample-white-homepage {
    background-color: #fff;
    /*border: 1px solid #ebebeb;*/
    height: auto;
    border-radius: 5px;
    color: #464646;
    padding: 0px 0px 0px 0px;
    font-family: Calibri, Arial, sans-serif;
    font-size: 11pt;
    line-height: 14px;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
}

.prettify-grey-pic-frame {
    background-color: #fff;
    border-radius: 5px;
    /*border: 1px solid #d5d5d5;*/
    color: #333;
    padding-top: 6px;
    /*padding-right: 25px;*/
    padding-left: 27px;
    padding-bottom: 15px;
    font-family: Calibri, Arial, sans-serif;
    font-size: 12pt;
    line-height: 14px;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    margin-left: 0px;
    /*margin-right: -6px;*/
    margin-bottom: 20px;
    /*box-shadow: 1px 2px 8px 1px #d6d5d5;*/
    min-width: 175px;
    max-width: 260px;
    float: right;
    width: 26%;
}

.prettify-newsbox_right {
    background-color: #f4f2f2;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    color: #333;
    padding-top: 5px;
    padding-right: 25px;
    padding-left: 28px;
    padding-bottom: 15px;
    font-family: Calibri, Arial, sans-serif;
    font-size: 12pt;
    line-height: 14px;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    margin-left: 30px;
    margin-right: 0px;
    margin-bottom: 20px;
    box-shadow: 1px 2px 8px 1px #d6d5d5;
    min-width: 175px;
    max-width: 270px;
    float: right;
    width: 22%;
}

.prettify-newsbox_left {
    background-color: #f4f2f2;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    color: #333;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 25px;
    padding-bottom: 5px;
    font-family: Calibri, Arial, sans-serif;
    font-size: 12pt;
    line-height: 14px;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 1px 2px 8px 1px #d6d5d5;
    min-width: 150px;
    max-width: 200px;
    float: left;
    width: 22%;
}

.prettify-sample-white-top-right-narrower_square_white {
    background-color: #fff;
    border-radius: 0px;
    border: 0px solid #d5d5d5;
    color: #333;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    font-family: Calibri, Arial, sans-serif;
    font-size: 11pt;
    line-height: 18px;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    margin-left: 31px;
    box-shadow: none;
    min-width: 30px;
    max-width: 400px;
    float: right;
}

.prettify-mid {
    background-color: #f4f2f2;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    color: #333;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 25px;
    padding-bottom: 25px;
    font-family: Calibri, Arial, sans-serif;
    font-size: 11pt;
    line-height: 18px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    margin-left: 0px;
    margin-right: 250px;
    box-shadow: 1px 2px 8px 1px #d6d5d5;
    max-width: 800px;
    min-width: 210px;
}

.prettify-mid-medium {
    background-color: #f4f2f2;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    color: #333;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 25px;
    padding-bottom: 15px;
    font-family: Calibri, Arial, sans-serif;
    font-size: 11pt;
    line-height: 18px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    margin-left: 0px;
    margin-bottom: 25px;
    margin-right: 250px;
    box-shadow: 1px 2px 8px 1px #d6d5d5;
    max-width: 600px;
    min-width: 240px;
}

.prettify-mid-medium-align-left {
    float: left;
    background-color: #f4f2f2;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    color: #333;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 25px;
    padding-bottom: 15px;
    font-family: Calibri, Arial, sans-serif;
    font-size: 11pt;
    line-height: 18px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    margin-left: 0px;
    margin-bottom: 25px;
    margin-right: 0px;
    box-shadow: 1px 2px 8px 1px #d6d5d5;
    max-width: 725px;
    min-width: 230px;
}

.prettify-sample-white-tables {
    background-color: #F7F7F7;
    border-radius: 0px;
    border: 1px solid #d5d5d5;
    color: #333;
    padding: 5px;
    font-family: Calibri, Arial, sans-serif;
    font-size: 12pt;
    line-height: 14px;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    margin-left: 0px;
    box-shadow: 1px 2px 8px 1px #d6d5d5;
}

.prettify-table-border {
    border: 1px solid #bfbfbf;
}

.txt_table {
    font-family: Calibri, Arial, sans-serif;
    font-weight: normal;
    color: #fff;
    font-size: 12pt;
    line-height: 14px;    
    text-decoration: none;
    text-align: left;
    margin-left: 10px;
}

.txt_table_blk {
    font-family: Calibri, Arial, sans-serif;
    font-weight: normal;
    color: #000;
    font-size: 12pt;
    /*line-height: 14px;*/    
    text-decoration: none;
    text-align: left;
    margin-left: 10px;
    padding: 2px;
    display: block;
}

.prettify-sample-white-tables-centered {
    background-color: #F7F7F7;
    border-radius: 0px;
    border: 1px solid #d5d5d5;
    color: #333;
    padding: 5px;
    font-family: Calibri, Arial, sans-serif;
    font-size: 12pt;
    line-height: 14px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    margin-left: 0px;
    box-shadow: 1px 2px 8px 1px #d6d5d5;
}

.prettify-white-table-acronym {
    background-color: #F7F7F7;
    border-radius: 0px;
    border: 1px solid #d5d5d5;
    color: #333;
    padding: 10px 20px 10px 25px;
    font-family: Calibri, Arial, sans-serif;
    font-size: 12pt;
    line-height: 14px;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    margin-left: 0px;
    box-shadow: 1px 2px 8px 1px #d6d5d5;
}

.hdr_home_red {
    font-family: "Times New Roman", Times, serif;
    font-size: 18pt;
    font-weight: normal;
    color: #A80000;
    text-align: left;
    text-decoration: none;
    font-style: italic;
    line-height: 30px;
}

.txt_home {
    font-family: Calibri, Arial, sans-serif;
    font-size: 11pt;
    line-height: 20px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
    text-align: left;
}

a.nav2:link {
    color: #0000CC;
    text-decoration: underline;
    font-family: "Times New Roman", Times, serif;
    font-size: 13pt;
    font-weight: normal;
    text-align: left;    
}

a.nav2:visited {
    color: #0000CC;
    text-decoration: underline;
    font-family: "Times New Roman", Times, serif;
    font-size: 13pt;
    font-weight: normal;
    text-align: left;
}

a.nav2:hover {
    color: #808285;
    text-decoration: underline;
    font-family: "Times New Roman", Times, serif;
    font-size: 13pt;
    font-weight: normal;
    text-align: left;
}

a.nav2:active {
    color: #0000CC;
    text-decoration: underline;
    font-family: "Times New Roman", Times, serif;
    font-size: 13pt;
    font-weight: normal;
    text-align: left;
}

.copyright {
    font-size: 0.95em;
    text-transform: none;
    clear: both;
    padding: 5px 15px 20px 20px;
    color: #FFF;
}

/*MEDIA QUERIES*/
/*
For media queries to work correctly in 
mobile devices, you must add this viewport meta tag to your page:
<meta name="viewport" content="width=device-width">
(place the query in the head region)
*/


/*SMARTPHONE AND NARROW WINDOWS (LESS THAN 700PX WIDE)*/
@media only screen and (min-width: 0px) and (max-width: 700px) {

    .prettify-mid-medium-align-left {
        background-color: #f4f2f2;
        border-radius: 5px;
        border: 1px solid #d5d5d5;
        color: #333;
        padding-top: 5px;
        padding-right: 10px;
        padding-left: 15px;
        padding-bottom: 0px;
        font-family: Calibri, Arial, sans-serif;
        font-size: 11pt;
        line-height: 18px;
        font-weight: normal;
        text-decoration: none;
        text-align: center;
        margin-left: 0px;
        margin-bottom: 15px;
        margin-right: 0px;
        box-shadow: 1px 2px 8px 1px #d6d5d5;
        max-width: 350px;
        min-width: 240px;
    }

    .hdr_home_red {
        font-family: "Times New Roman", Times, serif;
        font-size: 16pt;
        font-weight: normal;
        color: #A80000;
        text-align: left;
        text-decoration: none;
        font-style: italic;
        line-height: 18px;
        margin-top: 10px;
    }

    .p7QC .percent40 {
        width: 31.333%;
        overflow: visible;
    }

    .p7QC .percent60 {
        width: 68.3%;
        overflow: hidden;
        margin-bottom: -155px;
    }


    .splashimg {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .p7QC-contentpad {
        padding: 20px 35px 02px 6px;
    }

    .table {
        border: 0;
    }

        .table thead {
            display: none;
        }

        .table tr {
            margin-bottom: 10px;
            display: block;
            border-bottom: 2px solid #ddd;
        }

        .table td {
            display: block;
            text-align: left;
            font-size: 13px;
            border-bottom: 1px dotted #ccc;
        }

    table td:last-child {
        border-bottom: 0;
    }

    table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }


    .prettify-sample-white-tables {
        display: block;
        float: left;
        width: 100%;
    }

    .prettify-sample-white-tables {
        display: table-cell;
        width: 100%;
    }

    .txt_table_blk {
        display: table-cell;
        width: 100%;
        padding-left: 8px;
        padding-right: 8px;
    }

    .prettify-white-inside-pages-284-top-right {
        background-color: #f4f2f2;
        border-radius: 5px;
        border: 1px solid #d5d5d5;
        color: #333;
        padding-top: 5px;
        padding-right: 20px;
        padding-left: 28px;
        padding-bottom: 5px;
        font-family: Calibri, Arial, sans-serif;
        font-size: 12pt;
        line-height: 14px;
        font-weight: normal;
        text-decoration: none;
        text-align: left;
        margin-top: 20px;
        margin-left: 0px;
        margin-bottom: 16px;
        box-shadow: 1px 2px 8px 1px #d6d5d5;
        min-width: 1575px;
        max-width: 284px;
        float: right;
    }

    .prettify-sample-white-tables {
        background-color: #F7F7F7;
        border-radius: 2px;
        border: 1px solid #d5d5d5;
        color: #333;
        margin-bottom: 18px;
        font-family: Calibri, Arial, sans-serif;
        font-size: 12pt;
        line-height: 14px;
        font-weight: normal;
        text-decoration: none;
        text-align: left;
        margin-left: 0px;
        box-shadow: 1px 2px 8px 1px #d6d5d5;
    }

    .txt_home {
        font-family: Calibri, Arial, sans-serif;
        font-size: 11pt;
        line-height: 20px;
        font-weight: normal;
        color: #000;
        text-decoration: none;
        text-align: left;
    }

    .p7QC-content-mini {
        padding: 0px 0px 0px 0px;
    }

    .prettify-white-inside-pages-284 {
        background-color: #f4f2f2;
        border-radius: 5px;
        border: 1px solid #d5d5d5;
        color: #333;
        padding-top: 5px;
        padding-right: 25px;
        padding-left: 28px;
        padding-bottom: 5px;
        font-family: Calibri, Arial, sans-serif;
        font-size: 12pt;
        line-height: 14px;
        font-weight: normal;
        text-decoration: none;
        text-align: left;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        box-shadow: 1px 2px 8px 1px #d6d5d5;
        min-width: 150px;
        max-width: 284px;
        float: right;
    }

    .prettify-white-inside-pages-340 {
        background-color: #f4f2f2;
        border-radius: 5px;
        border: 1px solid #d5d5d5;
        color: #333;
        padding-top: 5px;
        padding-right: 25px;
        padding-left: 28px;
        padding-bottom: 5px;
        font-family: Calibri, Arial, sans-serif;
        font-size: 12pt;
        line-height: 14px;
        font-weight: normal;
        text-decoration: none;
        text-align: left;
        margin-left: 0px;
        margin-bottom: 10px;
        box-shadow: 1px 2px 8px 1px #d6d5d5;
        min-width: 150px;
        max-width: 340px;
        float: right;
    }

    .prettify-sample-white-gw {
        background-color: #f4f2f2;
        border-radius: 5px;
        border: 1px solid #d5d5d5;
        color: #333;
        padding-top: 5px;
        padding-right: 20px;
        padding-left: 22px;
        padding-bottom: 5px;
        font-family: Calibri, Arial, sans-serif;
        font-size: 12pt;
        line-height: 14px;
        font-weight: normal;
        text-decoration: none;
        text-align: left;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 10px;
        margin-bottom: 20px;
        box-shadow: 1px 2px 8px 1px #d6d5d5;
        min-width: 185px;
        max-width: 260px;
        float: left;
    }

    .prettify-sample-white-inside-pages {
        background-color: #f4f2f2;
        border-radius: 5px;
        border: 1px solid #d5d5d5;
        color: #333;
        padding-top: 5px;
        padding-right: 25px;
        padding-left: 28px;
        padding-bottom: 5px;
        font-family: Calibri, Arial, sans-serif;
        font-size: 12pt;
        line-height: 14px;
        font-weight: normal;
        text-decoration: none;
        margin-left: 35px;
        margin-bottom: 20px;
        box-shadow: 1px 2px 8px 1px #d6d5d5;
        min-width: 150px;
        max-width: 280px;
        float: right;
    }

    .p7QC-Col {
        float: none;
        width: auto !important;
    }

    .p7QC-content {
        padding: .5em 1.5em;
        border: none !important;
        height: auto !important;
        max-height: 888678px;
        padding-top: 80px;
    }

    .prettify-sample-white-inside-pages {
        margin-left: 0px !important;        
    }

    .prettify-sample-white-inside-pages-wider {
        margin-left: 0px !important;
        
    }

    .prettify-grey-pic-frame {
        background-color: #fff;
        border-radius: 5px;
        /*border: 1px solid #d5d5d5;*/
        color: #333;
        padding-top: 6px;
        /*padding-right: 25px;*/
        padding-left: 7px;
        padding-bottom: 15px;
        /*font-family: Calibri, Arial, sans-serif;
	font-size: 12pt;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;*/
        text-align: left;
        margin-left: 0px;
        /*margin-right: -6px;*/
        margin-bottom: 20px;
        /*box-shadow: 1px 2px 8px 1px #d6d5d5;*/
        min-width: 200px;
        max-width: 190px;
        float: right;
        width: 26%;
    }

    .prettify-newsbox_right {
        background-color: #f4f2f2;
        border-radius: 5px;
        border: 1px solid #d5d5d5;
        color: #333;
        padding-top: 5px;
        padding-right: 25px;
        padding-left: 28px;
        padding-bottom: 15px;
        font-family: Calibri, Arial, sans-serif;
        font-size: 12pt;
        line-height: 14px;
        font-weight: normal;
        text-decoration: none;
        text-align: left;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
        box-shadow: 1px 2px 8px 1px #d6d5d5;
        min-width: 200px;
        max-width: 270px;
        float: left;
        width: 28%
    }
}

/*Smartphones ONLY*/
@media only screen and (max-device-width: 480px) {

    .prettify-mid-medium-align-left {
        background-color: #f4f2f2;
        border-radius: 5px;
        border: 1px solid #d5d5d5;
        color: #333;
        padding-top: 5px;
        padding-right: 10px;
        padding-left: 15px;
        padding-bottom: 15px;
        font-family: Calibri, Arial, sans-serif;
        font-size: 11pt;
        line-height: 18px;
        font-weight: normal;
        text-decoration: none;
        text-align: center;
        margin-left: 0px;
        margin-bottom: 15px;
        margin-right: 0px;
        box-shadow: 1px 2px 8px 1px #d6d5d5;
        max-width: 35px;
        min-width: 240px;
    }


    .p7QC .percent40 {
        width: 31.333%;
        overflow: hidden;
    }

    .p7QC .percent60 {
        width: 68.3%;
        overflow: hidden;
    }


    .prettify-white-inside-pages-284 {
        background-color: #f4f2f2;
        border-radius: 5px;
        border: 1px solid #d5d5d5;
        color: #333;
        padding-top: 5px;
        padding-right: 25px;
        padding-left: 28px;
        padding-bottom: 5px;
        font-family: Calibri, Arial, sans-serif;
        font-size: 12pt;
        line-height: 14px;
        font-weight: normal;
        text-decoration: none;
        text-align: left;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        box-shadow: 1px 2px 8px 1px #d6d5d5;
        min-width: 150px;
        max-width: 284px;
        float: right;
    }

    .prettify-newsbox_right {
        background-color: #f4f2f2;
        border-radius: 5px;
        border: 1px solid #d5d5d5;
        color: #333;
        padding-top: 5px;
        padding-right: 25px;
        padding-left: 28px;
        padding-bottom: 15px;
        font-family: Calibri, Arial, sans-serif;
        font-size: 12pt;
        line-height: 14px;
        font-weight: normal;
        text-decoration: none;
        text-align: left;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
        box-shadow: 1px 2px 8px 1px #d6d5d5;
        min-width: 200px;
        max-width: 270px;
        float: left;
        width: 28%
    }

    .prettify-sample-white-homepage {
        background-color: #fff;
        border: 1px solid #ebebeb;
        border-radius: 5px;
        color: #464646;
        padding: 0px 20px 44px 20px;
        font-family: Calibri, Arial, sans-serif;
        font-size: 11pt;
        line-height: 14px;
        font-weight: normal;
        text-decoration: none;
        text-align: left;
        height: auto;
    }

    a.nav2:link {
        color: #0a3187;
        text-decoration: none;
        font-family: "Times New Roman", Times, serif;
        font-size: 13pt;
        font-weight: normal;
        text-align: left;
    }

    a.nav2:visited {
        color: #0a3187;
        text-decoration: none;
        font-family: "Times New Roman", Times, serif;
        font-size: 13pt;
        font-weight: normal;
        text-align: left;
    }

    a.nav2:hover {
        color: #808285;
        text-decoration: none;
        font-family: "Times New Roman", Times, serif;
        font-size: 13pt;
        font-weight: normal;
        text-align: left;
    }

    a.nav2:active {
        color: #0a3187;
        text-decoration: none;
        font-family: "Times New Roman", Times, serif;
        font-size: 13pt;
        font-weight: normal;
        text-align: left;
    }


    /*Portrait Tablet ONLY. Use this query to add rules for tablets in Portrait orientation.
Landscape tablets should get a normal and unaltered display.*/
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    }

    a.nav2:link {
        color: #0a3187;
        text-decoration: none;
        font-family: "Times New Roman", Times, serif;
        font-size: 13pt;
        font-weight: normal;
        text-align: left;
    }

    a.nav2:visited {
        color: #0a3187;
        text-decoration: none;
        font-family: "Times New Roman", Times, serif;
        font-size: 13pt;
        font-weight: normal;
        text-align: left;
    }

    a.nav2:hover {
        color: #808285;
        text-decoration: none;
        font-family: "Times New Roman", Times, serif;
        font-size: 13pt;
        font-weight: normal;
        text-align: left;
    }

    a.nav2:active {
        color: #0a3187;
        text-decoration: none;
        font-family: "Times New Roman", Times, serif;
        font-size: 13pt;
        font-weight: normal;
        text-align: left;
    }

    .prettify-white-inside-pages-284 {
        background-color: #f4f2f2;
        border-radius: 5px;
        border: 1px solid #d5d5d5;
        color: #333;
        padding-top: 5px;
        padding-right: 25px;
        padding-left: 28px;
        padding-bottom: 5px;
        font-family: Calibri, Arial, sans-serif;
        font-size: 12pt;
        line-height: 14px;
        font-weight: normal;
        text-decoration: none;
        text-align: left;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        box-shadow: 1px 2px 8px 1px #d6d5d5;
        min-width: 150px;
        max-width: 284px;
        float: right;
    }
}
