/* Table of Content
==================================================

	1.Resets
	2.Typography
	3.Images
	4.Feature Components
	5.Default Form Styles
	6.PlugIns
	7.Responsive Classes 

Note: Some rules within this file are not being used in this template, they have been kept for potential future use.

================================================== */


/* 1. Resets
================================================== */


/* Primary Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

/*Reset Table*/

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Reset phone */

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

/* Reset Box Sizing */

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* 2. Typography
================================================== */


/* Global Font Style  */

html {
    overflow-y: scroll;
    font-size: 100%;
    line-height: 1.650em;
}
body {
    background: rgb(252, 252, 252);
    font-family: "open_sansregular", Arial, sans-serif;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    min-height: 100%;
}

/* Typography */

ul, ol, dl, p, table, form, pre, hr {
    margin: 0 0 28px 0;
}
h1, h2, h3, h4, h5 {
    line-height: 1.3em;
    margin-bottom: 28px;
    font-family: 'robotobold', Arial, sans-serif;
    letter-spacing: 0.04em;
}
h1 {
    font-size: 220%;
}
h2 {
    font-size: 160%;
}
h3 {
    font-size: 130%;
}
h4 {
    font-size: 120%;
}
h5 {
    font-size: 110%;
}
em, i {
    font-style: italic;
    line-height: inherit;
}
strong, b {
    font-weight: bold;
    line-height: inherit;
}
hr {
    border: 0 rgb(223, 223, 223) solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
    margin: 14px 0 28px;
    box-shadow: 0 0 1px rgb(255, 255, 255);
}
blockquote {
    background: rgb(249, 249, 249);
    border-left: 10px solid rgb(204, 204, 204);
    margin: 1.8em 10px;
    padding: 28px;
    quotes: "\201C""\201D";
}
blockquote:before {
    color: rgb(204, 204, 204);
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote p {
    display: inline;
}

/* Default Links */

a, a:visited {
    text-decoration: underline;
    outline: 0;
}

a:hover {
    text-decoration: none;
    outline: 0;
}


/* Default Lists */

ul, ol {
    list-style: disc inside;
    margin-left: 30px;
}
ol {
    list-style: decimal;
}
ul ul, ul ol, ol ol, ol ul {
    margin: 8px 0 8px 30px;
}

/* Text Alignment */

.align_right {
    text-align: right;
}
.align_centre {
    text-align: center;
}

/*PDF Links - adds a small PDF icon to all PDF links*/

a[href$=".pdf"] {
    background: url(../g/page_pdf.png) no-repeat right top;
    padding-right: 18px;
    padding-bottom: 5px;
}

/*DOC Links - adds a small word doc icon to all word document links*/

a[href$=".doc"] {
    background: url(../g/page_word.png) no-repeat right top;
    padding-right: 18px;
    padding-bottom: 5px;
}
#content a[href^="http:"] {
    background: url(../g/extlink.png) no-repeat right top;
    padding-right: 12px;
}

/* 3. Images
================================================== */

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


/* Fig caption */

figure {
    padding: 0;
    display: table;
}
figure img {
    display: block;
    width: 100%;
}
figcaption {
    display: table-caption;
    caption-side: bottom;
    background: rgb(235, 240, 243);
    padding: 10px 0 10px 20px;
    margin-bottom: 20px;
    font-size: .750em;
}

/* 4. Feature Components
================================================== */


/* SlickNav Overrides */

.slicknav_menu {
    font-size: 115%;
}
.slicknav_menu .slicknav_menutxt {
    font-size: 90%;
}
.slicknav_nav .slicknav_row {
    margin: 0;
    padding: 8px 0px ;
}
.slicknav_nav .slicknav_item a {
    padding: 6px 15px;
}
.slicknav_nav .slicknav_arrow {
    float: right;
    font-size: 1.2em;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 3px 10px ;
    margin-top: -3px;
    margin-right: 10px;
    border-radius: 3px;
}
.slicknav_nav a {
    padding: 8px 15px;
}

/*Breadcrumb*/

.breadcrumbs ul {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
}
.breadcrumbs li {
    color: rgb(122, 122, 122);
    display: inline;
    font-size: 70%;
    padding: 1px;
}
.breadcrumbs li + li::after {
    content: " | ";
    padding-left: 2px;
}
.breadcrumbs li:last-child::after {
    content: "";
}

/* Media */

iframe {
    width: 100%;
}

/*Default Google Map*/

#map {
    width: auto;
    height: 500px;
}

/* CD (caret direction) scroll to top */

.scroll-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.72) url(../g/top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 500;
}
.scroll-top.cd-is-visible, .scroll-top.cd-fade-out, .no-touch .scroll-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.scroll-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}
.scroll-top.cd-fade-out {
    opacity: .5;
}
.no-touch .scroll-top:hover {
    background-color: rgb(34, 34, 34);
    opacity: 1;
}


/* Buttons */

a.button {
    border-radius: 3px;
    font-size: 85%;
    font-weight: 600;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    margin-right: 4px;
    margin-left: 1px;
}


/* Pagination  */

.pagination ul {
    font-size: .85em;
    margin: 10px 0;
    padding: 0;
    list-style: none;
}
.pagination li {
    display: inline-block;
    background: rgb(230, 231, 226);
    margin: 0 1px;
    line-height: 1;
}
.pagination li a {
    display: block;
    padding: 12px;
    text-decoration: none;
    border: 1px solid rgb(227, 228, 222);
    color: rgb(107, 107, 107);
}
.pagination a:hover, .pagination .active a {
    background: #DEB887;
    color: #fff;
    border: 1px solid rgba(222, 184, 135, 0.91);
}
.pagination span {
    background: rgb(215, 81, 62);
    color: rgb(255, 255, 255);
    display: block;
    padding: 12px;
    border: 1px solid rgb(196, 61, 42);
}
.pagination li.next {
    padding: 0;
    background: none;
    font-size: 1.5em;
}

/* Responsive Table */

.responsive-table {
    overflow-x: auto;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid rgb(230, 230, 230);
    font-size: 80%;
}
thead tr th {
    color: #fff;
    padding: 10px;
    font-size: 110%;
}
th, td {
    border: none;
    text-align: left;
    padding: 15px;
}
tr:nth-of-type(2n+1) {
    background: rgb(216, 216, 216) none repeat scroll 0 0;
    color: #414141;
}
tr:nth-of-type(2n) {
    background: rgb(247, 247, 247) none repeat scroll 0 0;
    color: #414141;
}
tr:hover {
    background: rgb(102, 102, 102) url(none) repeat scroll 0 0;
    color: rgb(255, 255, 255);
}

/* Fade-in Animations */

.fadein {
    -webkit-animation: fadein 5s;
    -moz-animation: fadein 5s;
    -ms-animation: fadein 5s;
    -o-animation: fadein 5s;
    animation: fadein 5s;
}

/* A bit faster */

.fadein-fast {
    -webkit-animation: fadein 1s;
    -moz-animation: fadein 1s;
    -ms-animation: fadein 1s;
    -o-animation: fadein 1s;
    animation: fadein 1s;
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Webkit */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */

@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* 5. Default Form Styles
================================================== */


/*Form Buttons*/

input[type=button], input[type=submit], input[type=reset], button[type=button], button[type=submit], button[type=reset] {
    border-radius: 3px;
    color: rgb(255, 255, 255);
    font-size: 85%;
    font-weight: 600;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    border: none;
    cursor: pointer;
}

/*Form Text Input Types (single element or field)*/

input, select {
    margin: 0;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid rgba(204, 204, 204, 1);
}
input:focus, select:focus {
    border: rgba(154, 154, 154, 1) solid 1px;
    outline-style: none;
}

/*Progress Bar - Firefox ignores*/

progress[value] {
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
}
progress[value]::-webkit-progress-bar {
    background-color: rgb(252, 252, 252);
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) inset;
    color: rgb(224, 117, 109);
}
progress[value]::-webkit-progress-value {
    background-color: rgb(58, 113, 168);
    box-shadow: 0 8px 6px rgba(255, 255, 255, 0.25) inset;
}

/*Individual Overrides*/

input[type=color] {
    padding: 2px;
}
input[type=range] {
    padding: 2px;
    margin-bottom: 0;
    border: none;
}

/* 6. PlugIns
================================================== */

/*None*/

/* 7. Responsive Classes
================================================== */

.show-on-phones, .show-on-tablets, .hide-on-desktops, #menu li ul {
    display: none !important;
}
.show-on-desktops {
    display: inherit !important;
}
@media (min-width: 890px) and (max-width: 979px) {
    .hide-on-desktops, .show-on-tablets {
        display: inherit !important;
    }
    .show-on-desktops, .hide-on-tablets {
        display: none !important;
    }
}
@media (max-width: 890px) {
    .hide-on-desktops, .show-on-phones {
        display: inherit !important;
    }
    .show-on-desktops, .hide-on-phones {
        display: none !important;
    }
}
@media (max-width: 890px) {
    .hide-on-tablets-portrait {
        display: none !important;
    }
}