/* Hover links */
a:hover {
    text-decoration: underline;
    color: #9c4725;
}

/* Font face and size */
.font-size-is-default {
    font-size: 19px;
}
body.font-family-lexicon {
    font-family: Arial, Verdana, Helvetica, FreeSans, sans-serif;
}

/**
* Sidebar
*/
#rt-main {
    background-color: #e69950;
}
#rt-sidebar-a a:not(.readon), #rt-sidebar-b a:not(.readon), #rt-sidebar-c a:not(.readon) {
    color: #000000;
}
#rt-sidebar-a a:not(.readon):hover, #rt-sidebar-b a:not(.readon):hover, #rt-sidebar-c a:not(.readon):hover {
    color: #9c4725;
}
#rt-sidebar-b h2.title {
    color: #fcf0c8;
}

@media only screen and (max-width: 1199px) and (min-width: 960px) {
    #rt-main .rt-grid-2 {
        width: 200px;
    }
    #rt-main .rt-grid-10 {
        width: 760px;
    }
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
    #rt-main .rt-grid-2 {
        width: 200px;
    }
    #rt-main .rt-grid-10 {
        width: 568px;
    }
}

/**
* Responsive menu fixes
*/
@media only screen and (min-width: 960px) and (max-width: 1199px) {
    body.layout-mode-responsive .gf-menu.l1 > li > .item {
        padding: 0 10px;
    }
    .menu-item-bg {
        padding: 5px 10px;
    }
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
    body.layout-mode-responsive .gf-menu.l1 > li > .item {
        padding: 0 10px;
    }
    .menu-item-bg {
        padding: 5px 5px;
    }
}

/**
* Paragraphs
*/
p {
    margin: 0 0 10px 0;
}
/**
* Images
*/

.illustration {
    margin: 10px;
}

.illustration.left {
    float: left;
    margin-left: 0;
    margin-right: 20px;
}

.illustration.right {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}

.illustration.vertical {
    max-height: 420px;
}

.illustration.horizontal {
    max-width: 420px;
}

/**
* Article elements
*/

article ul {
    list-style-position: inside;
}

article table {
    border-spacing: 3px;
    border-collapse: separate;
    width: 100%;
    text-align: left;
}

article table td, article table th {
    vertical-align: top;
}

/**
* Map
*/

.map-holder {
    position: relative;
    top:0px;
    left:0px;
    margin:0px;
    padding:0px;
}
.highlighted-region, .highlighted-region-snnpr {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.map-holder img, img.highlighted-region, img.highlighted-region-snnpr {
    margin:0px;
    padding:0px;
}

/**
* Logo
*/

#rt-logo, #rt-logo:hover, #rt-logo:active {
    text-align: center;
    color: #fcf0c8;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 28px;
    text-shadow: rgba(255, 255, 255, 0.2) 3px 2px 3px;
}

.rt-logo-block {
    padding: 47px 0;
}

/**
* Home page image
*/

#home-page-image-container {
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    #home-page-image-container {
        margin-left: 5%;
        margin-right: 5%;
    }
}

/**
* Contact form fixes
*/

.fc_form input.fc_button[type="submit"] {
    margin-left: 0;
    margin-bottom: 24px;
}

.fc_outer + div {
    font-size: 14px;
}

/**
* etc
*/
.image-block
{
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.image-block.map-holder
{
    text-align: left;
}
.image-block-left
{
    float: left;
    margin-right: 1em;
}
.image-block-right
{
    float: right;
    margin-left: 1em;
}
.image-block-cell
{
    margin-right:0.5em;
    margin-left: 0.5em;
}
.image-block p
{
    font-size: 0.8em;
    font-style: italic;
    margin: 0.5em 0 0 0;
}

.illustration-region{
    max-width: 500px;
}

.acknowledgements{
    font-size: 90%;
    font-style: italic;
}

.gf-menu.l1 > li > .item {
    font-size: 12px;
    height: 45px;
    font-weight: bold;
}

.gf-menu.l1 > li.active > .item {
    font-weight: normal;
}

#rt-copyright .rt-block {
    padding-left: 0;
}

.pagenavcounter {
    display: none;
}

.counter {
    float: right;
    font-size: 12px;
    font-weight: normal;
}

article ol li {
    margin: 0 0 10px 0;
}

article h2, article h3 {
    margin-bottom: 58px;
}

article h3 {
    font-size: 19px;
    line-height: 24px;
}