body, td {
    font-family    : 'Open Sans', Arial, Helvetica, sans-serif;
    font-size   : 14px;
    color       : #666666;
    line-height : 18px;
}

h1, h2, h3, #mainNav li a {
    letter-spacing : 0;
    font-style     : normal;
    font-family    : 'Montserrat', Arial, Helvetica, sans-serif;
}

h1 {
    font-size   : 30px;
    line-height : 34px;
    color       : #0077c0;
    font-weight : 100;
    margin      : 0 0 30px 0;
    font-family : 'Montserrat', sans-serif;
}

h2 {
    font-size   : 24px;
    line-height : 27px;
    color       : #0077c0;
    font-weight : 100;
    margin      : 0 0 20px 0;
    font-family : 'Montserrat', sans-serif;
}

h3 {
    font-size   : 18px;
    line-height : 16px;
    color       : #0077c0;
    font-weight : 100;
    margin      : 0 0 10px 0;
    font-family : 'Montserrat', sans-serif;
}

h4 {
    font-size   : 14px;
    line-height : 17px;
    color       : #666666;
    font-weight : 100;
    font-family : 'Montserrat', sans-serif;
}


@media only screen and (max-width: 767px) {
    h1, h2, h3 {
        line-height: 1.2;
    }

    h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    h3 {
        font-size: 16px;
    }
}


a, a:visited, a:active {
    color           : #0077c0;
    text-decoration : none;
    outline         : none;
}

a:hover {
    color           : #0094ee;
    text-decoration : none;
}

hr {
    margin     : 17px 0;
    height     : 1px;
    border     : none;
    border-top : 1px solid #e1e2e3;
    color      : #e1e2e3;
}

/*
	Custom Styles for dropdown
	Notice [10/02/2012]: TinyMCE applies css classnames in lowercase when used within a Webkit browser. So 'textHighlight' becomes 'texthighlight'.
	Workaround: Either declare all editor styles in lowercase, or create duplicate lowercase styles for webkit browsers.
*/

.button {}

.scale_with_grid {}

.text_highlight {
    font-weight : bold;
    color       : #666666;
}

.text_highlight2 {
    font-weight : bold;
    color       : #006600;
}

.pageimageright{
    float  : right;
    margin : 0px 3px 10px 25px;
    border: solid 5px #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    0px 0px 7px rgba(0, 0, 0, 0.4);
    box-shadow:         0px 0px 7px rgba(0, 0, 0, 0.4);
}

.pageimageleft{
    float  : left;
    margin : 0px 25px 10px 3px;
    border: solid 5px #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    0px 0px 7px rgba(0, 0, 0, 0.4);
    box-shadow:         0px 0px 7px rgba(0, 0, 0, 0.4);
}

p {
    line-height: 24px;
}


#copy p img {
    max-width: 100%;
    height: auto;
    max-height :100%
}

/* ******************* */
/* Lists */
/* ******************* */

#content ul, #content ol {
    list-style : none;
    padding    : 0px;
    margin     : 0px 10px 15px;
}

#content ul li {
    text-indent : -10px;
    margin-left : 10px;
    padding     : 3px 0px;
}

#copy ul li:before {
    content     : "\2022 \00a0";
    color       : #0077c0;
    font-size   : 17px;
    line-height : 10px;
}

#copy ol {
	list-style  : decimal outside;
}

#copy ol li {
    margin-left : 20px;
    padding     : 3px 0px;
}

/* ******************* */
/* Tables */
/* ******************* */
.nice_table {}
.spaced_table {}

table.nice_table {
    width  : 100% !important;
    margin : 20px 0px;
}

table.spaced_table {
    width  : calc(100% + 28px) !important;
    margin : -12px -14px 8px -14px !important;
}

table.nice_table tbody tr:nth-child(odd) {
    background-color : #fafcfc;
}
table.nice_table tbody tr:nth-child(even) {
    background-color : #edf0f0;
}

table.nice_table thead tr {
    /*background-color : transparent !important;*/
}
table.nice_table thead tr td {
    border-right: 0px !important;
    background: none !important;
}
table.nice_table thead tr td {
    font-size: 18px !important;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    padding: 15px 14px 17px 14px !important;
}
table.nice_table tr td, table.spaced_table tr td {
    border-bottom  : 1px solid #D8D8D8;
    padding: 12px 14px;
    text-align     : left;
    vertical-align : middle !important;
    border-right: solid 1px #D8D8D8;
    color: #424846;
}

table.spaced_table tr td {
    border: 0;
    vertical-align: top !important;
}

table.nice_table tr td:first-child {
    border-left: solid 1px #D8D8D8;
}

table.nice_table tr td:last-child {
    border-right: solid 1px #D8D8D8;
}

table.nice_table tr:hover td {
}

table.nice_table thead tr th, table.nice_table thead tr td,
table.nice_table thead tr:hover th, table.nice_table thead tr:hover td {
    padding          : 10px 14px 10px 15px;
    font-size        : 13px;
    line-height      : 1.2em;
    text-align       : left;
    color: #fff;
    background: url("images/backgrounds/table-row-divider-bg.png") no-repeat bottom right;
    border-right: solid 1px rgba(0,0,0,0.05);
}

table.nice_table thead tr {
    background: #0077c0;

}

table.nice_table thead tr th:first-of-type, table.nice_table thead tr td:first-of-type {
    border-left: 0;
}

table.nice_table thead tr th:last-of-type, table.nice_table thead tr td:last-of-type {
    border-right: 0;
}

table.nice_table tr td p {
    padding : 0px;
    margin  : 0px !important;
}

table.nice_table tr.rowDivider td {
    border-top : 3px solid #333;
}

table.invisibleTable tr, table.invisibleTable tr:hover,
table.invisibleTable td, table.invisibleTable td:hover,
table.invisibleTable tr:hover td,
table.gsc-search-box tr, table.gsc-search-box tr:hover,
table.gsc-search-box td, table.gsc-search-box td:hover,
table.gsc-search-box tr:hover td {
    border         : 0;
    background     : transparent !important;
    vertical-align : top !important;
}

table.invisibleTable tr, table.invisibleTable td {
    padding : 5px;
}