body, td {
    font-family : Arial, Helvetica, sans-serif;
    font-size   : 16px;
    color       : #333;
    line-height : 1.6;
}
/* Applying Font Family: Montserrat to elements here */
h1, h2, h3, #mainNav li a, #homeBanner a.button, .featured_boxes .box .default_text h3, .newsletter_signup .signup_form input.submit_button, input[type="submit"], button, .button,
#sidebar #subNav li.subNavHeading a {
    font-family    : 'Montserrat', Arial, Helvetica, sans-serif;
    letter-spacing : 0;
    font-style     : normal;
}


h1 {
    font-size   : 36px;
    line-height: 40px;
    color       : #0079C2;
    font-weight : normal;
    margin      : 0 0 20px 0;
}

h2 {
    font-size   : 28px;
    line-height: 32px;
    color       : #0079C2;
    font-weight : bold;
    margin      : 0 0 15px 0;
}

h3 {
    font-size   : 18px;
    line-height: 22px;
    color       : #0079C2;
    font-weight : bold;
    margin      : 0 0 10px 0;
}

h4 {
    font-size   : 14px;
    line-height: 17px;
    color       : #666666;
    font-weight : bold;
}

h1.light,
h2.light,
h3.light,
h4.light {
    font-weight: 200;
}

h1.normal,
h2.normal,
h3.normal,
h4.normal {
    font-weight: 400;
}

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

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

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

blockquote {
    margin-left: 30px;
    border-left: 1px solid #838383;
    padding: 10px 20px 10px 30px;
}
blockquote, blockquote p {
    font-size: 15px;
    line-height: 21px;
    color: #777;
    font-weight: bold;
}

/*
	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.
*/
.centre_align {
    text-align: center!important;
}
.right_align {
    text-align: center!important;
}
.button {}

.scale_with_grid {}

.texthighlight {
    font-weight : bold;
    color       : #0054AE;
}

.texthighlight2 {
    font-weight : bold;
    color       : #EB008A;
}

.pageimageright, .resource_image_right{
    float  : right;
    margin : 0px 3px 10px 25px;
    border: solid 2px #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 2px #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);
}

.custom_dot_points {}

#copy .custom_dot_points li{
    background: url("/images/icons/arrow-carret-right.png") no-repeat left center;
    padding-left: 25px;
}

#copy .custom_dot_points li:before{
    content: '';
}
/* ******************* */
/* Lists */
/* ******************* */

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

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

#copy ul li:before {
    content     : "\203A \00a0";
    color       : #2484C6;
    font-size   : 17px;
    line-height : 10px;
}

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

#copy ol li {
    margin-left : 20px;
    padding     : 3px 0px;
}
iframe {
    max-width: 100%;
    border: 0;
}

iframe[src*="qkenhanced"] {
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.05);
}

/* ******************* */
/* Tables */
/* ******************* */

#content table, table {
    width  : 100% !important;
/*    margin : 20px 0px;*/
}
#content #copy #calendar table.fc-header {
    margin-bottom: 0!important;
}

table tr:nth-child(odd) {
    /*background-color : #f5f5f5;*/
}

table thead tr {
    /*background-color : transparent !important;*/
}
table tbody {
    border-top: 1px solid #D8D8D8;
}

table tr td {
    border-bottom  : 1px solid #D8D8D8;
    text-align     : center;
    padding        : 14px 14px;
    text-align     : left !important;
    vertical-align : middle !important;
    border-right: solid 1px #D8D8D8;
}

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

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

table tr:hover td {
    background : #fcfcfc;
}

table thead tr th, table thead tr td {
    font-weight      : bold;
    padding          : 10px 14px 10px 15px;
    font-size        : 13px;
    text-align       : left !important;
    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 thead tr{
    background: #0079C2;

}
table thead tr th:first-of-type, table thead tr td:first-of-type {
    border-top-left-radius : 4px;
    border-left: 0;
}

table thead tr th:last-of-type, table thead tr td:last-of-type {
    border-top-right-radius : 4px;
    border-right: 0;
}

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

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;
}
