﻿body, #pageBody {
    font-family: Rasa;
    background: none;
    background-color: #d1d1d1;
}

#pageBody {
    opacity: 0;
    transition: 1.5s opacity ease-in-out;
}

    #pageBody[data-style="visible"] {
        opacity: 1;
    }

#preload {
    position: fixed;
    top: 256px;
    right: 186px;
    min-width: 600px;
    max-width: 600px;
    overflow: hidden;
    color: #fff;
    font-size: 3em;
    line-height: 120%;
    text-shadow: 1px 1px #000;
    z-index: -1;
    font-weight: 100;
    opacity: 0;
    transition: 1.25s all ease-in-out;
}

    #preload[data-style="visible"] {
        opacity: 0.5;
    }

.content {
    min-width: 95%;
    max-width: 95%;
    margin: 0 auto;
    display: block;
    position: relative;
    overflow: hidden;
}

.content-outer {
    min-width: 100%;
    max-width: 100%;
}

.header-outer {
    background-size: cover;
    min-width: 100%;
    max-width: 100%;
    min-height: 550px;
    max-height: 550px;
}



#HeaderBanner {
    position: absolute;
    bottom: 60px;
    right: 90px;
    min-width: 600px;
    max-width: 600px;
    overflow: hidden;
    font-size: 3em;
    line-height: 120%;
    text-shadow: 1px 1px #000;
}

nav {
    position: absolute;
    left: 0;
    bottom: 50px;
    overflow: hidden;
    display: block;
}

    nav a {
        display: block;
        position: relative;
        color: #fff;
        font-size: 1.35em;
        text-decoration: none;
        transition: 0.75s all ease-in-out;
        padding: 5px 40px;
    }

        nav a:hover {
            background-color: rgba(255,255,255,0.25);
        }

#header-inner a {
    display: block;
    position: absolute;
    padding: 10px;
    background-color: #fff;
    padding-bottom: 20px;
    right: 300px;
    padding-top: 40px;
}

.post-outer-firstpage {
    min-width: 29%;
    max-width: 29%;
    margin-right: 2%;
    margin-bottom: 2%;
    display: block;
    position: relative;
    min-height: 450px;
    max-height: 450px;
    overflow: hidden;
    float: left;
    font-family: Rasa;
    background-color: #fff;
    padding: 1%;
}

    .post-outer-firstpage a {
        text-decoration: none;
        font-family: Rasa;
    }

        .post-outer-firstpage a:visited, .post-outer-firstpage a:link, .post-outer-firstpage a:active {
            color: #333;
        }

    .post-outer-firstpage .post.hentry {
        min-height: 300px;
        max-height: 300px;
        overflow: hidden;
        min-width: 100%;
        max-width: 100%;
        position: relative;
        font-family: Rasa;
    }

    .post-outer-firstpage h3 {
        position: relative;
        min-width: 75%;
        max-width: 75%;
        overflow: hidden;
        text-decoration: none;
        font-size: 1.3em;
        line-height: 120%;
        font-family: Rasa;
        color: #333;
        font-size: 1.5em;
        font-weight: 300;
        margin: 0;
        margin-top: 15px;
    }

.postImage {
    background-position: center;
    background-size: cover;
    position: relative;
    min-width: 100%;
    max-width: 100%;
    min-height: 300px;
    max-height: 300px;
}

.main-inner .columns {
    padding: 0;
}

.main-inner .fauxcolumn-right-outer {
    min-width: 25%;
    max-width: 25%;
    width: initial;
}

.main-inner .fauxcolumn-center-outer {
    left: 0px;
    right: 25%;
}

.main-inner .column-center-inner {
    padding: 0 2%;
    min-width: 96%;
    max-width: 96%;
    overflow: hidden;
    float: left;
}

    .main-inner .column-center-inner .section, .section {
        margin: 0;
    }

.main-inner .column-right-outer {
    min-width: 25%;
    max-width: 25%;
    width: initial;
    float: left;
}

.SearchBox {
    padding: 3%;
    min-width: 88%;
    display: block;
    margin: 3%;
    font-family: Rasa;
    color: #333;
    max-width: 88%;
    font-size: 1.25em;
}

    .SearchBox:focus {
        outline: none;
    }

.content-inner {
    background-color: rgba(255,255,255,0.75);
}

.main-outer {
    margin-top: 10px;
}

.label-size a {
    position: relative;
    padding: 5px;
    transition: 0.75s ease-in-out all;
    text-decoration: none;
    color: #666;
}

    .label-size a:hover {
        background-color: #fff;
    }

#bottomsearch {
    display: none;
}

.post-body {
    font-size: 1.15em;
    font-family: Rasa;
}

    .post-body a {
        padding: 0 5px;
        text-decoration: none;
        color: #333;
        border-bottom: 2px dotted #aaa;
        transition: 0.75s ease-in-out all;
    }

        .post-body a:hover {
            border-bottom: 2px dotted #d1d1d1;
            background-color: #ccc;
        }

#social {
    position: fixed;
    display: block;
    top: 100px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #ccc;
    z-index: 10;
    right: 0;
}

/* data-template = 1 */

[data-template="1"] h3 {
    position: relative;
    display: block;
    color: #333;
    font-size: 3em;
    font-family: Rasa;
    margin-top: 50px;
    font-weight: 500;
}

[data-template="1"] h4 {
    position: relative;
    display: block;
    color: #333;
    font-size: 1.75em;
    font-family: Rasa;
    font-weight: 500;
}

    [data-template="1"] h4::after {
        display: block;
        content: '';
        margin-top: 5px;
        min-height: 1px;
        max-height: 1px;
        background-color: #ccc;
        min-width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

[data-template="1"] #imageAndMap {
    position: relative;
    display: block;
    min-width: 100%;
    max-width: 100%;
    min-height: 500px;
    max-height: 500px;
    overflow: hidden;
    margin: 20px 0;
}

    [data-template="1"] #imageAndMap #mainImage, [data-template="1"] #imageAndMap #mainMap {
        position: relative;
        display: block;
        float: left;
        min-width: 60%;
        max-width: 60%;
        min-height: 500px;
        max-height: 500px;
        background-position: center;
        background-size: cover;
    }

    [data-template="1"] #imageAndMap #mainImage {
        box-shadow: 0 0 20px 0 #000;
        z-index: 2;
    }

        [data-template="1"] #imageAndMap #mainImage .imageAlt, [data-template="1"] #imageAndMap #mainMap .mapText {
            position: absolute;
            bottom: 10px;
            right: 20px;
            color: #fff;
            font-size: 1.25em;
            text-shadow: 1px 1px #000;
        }

    [data-template="1"] #imageAndMap #mainMap .mapText {
        left: 20px;
        right: initial;
    }

    [data-template="1"] #imageAndMap #mainMap {
        min-width: 40%;
        max-width: 40%;
        background-color: #333;
    }

        [data-template="1"] #imageAndMap #mainMap iframe {
            opacity: 0.5;
            transition: 0.75s ease-in-out all;
        }

            [data-template="1"] #imageAndMap #mainMap iframe:hover {
                opacity: 1;
            }

[data-template="1"] .shortContent {
    min-width: 60%;
    max-width: 60%;
    position: relative;
    display: block;
    font-size: 1.25em;
}

[data-template="1"] .infoDiv {
    min-width: 100%;
    max-width: 100%;
    position: relative;
    display: block;
    clear: both;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    margin-top: 40px;
}

[data-template="1"] .infoItem {
    min-width: 30%;
    max-width: 30%;
    position: relative;
    display: block;
    float: left;
    margin-right: 1%;
    background-color: #ccc;
    padding: 1%;
}

    [data-template="1"] .infoItem h4 {
        min-width: 96%;
        max-width: 96%;
        padding: 2%;
        display: block;
        background-color: #666;
        color: #fff;
        font-size: 1em;
        margin: 0;
        margin-bottom: 20px;
    }

[data-template="1"] .infoDiv h4::after {
    display: none;
}

[data-template="1"] .infoItem div {
    padding: 2%;
}

.column-center-outer {
    min-width: 75% !important;
    max-width: 75% !important;
    width: initial;
}

footer {
    border-top: 2px dotted #ccc;
}

.BannerButton {
    display: block;
    position: relative;
    padding: 20px;
    background-color: #3a517a;
    color: #fff;
    text-decoration: none;
    margin: 10px;
    margin-top: 0;
    margin-bottom: 1px;
    font-size: 1.25em;
    opacity: 0.5;
    transition: 0.75s ease-in-out opacity;
}

    .BannerButton:hover {
        opacity: 1;
    }

.widget-content a {
    text-decoration: none;
}

.eychlogo {
    background-image: url(https://lh3.googleusercontent.com/A4vEzSxexZ_qbQ4Ead_5OKef2o8FzWxpKJRdsaQJz…DHrW5yqVQTIczK5KU19NNL80WeR2fUbgmNn-y-2KKwm1lfLYydUpX7LjX8-rA=w462-h351-no);
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 190px;
    max-height: 190px;
    min-width: 200px;
    max-width: 200px;
}

.header-outer .BannerButton {
    background-color: #65ac5e;
    position: absolute;
    right: 30px;
    bottom: 10px;
    min-width: 200px;
    max-width: 200px;
    overflow: hidden;
    opacity: 1;
    font-weight: 900;
    font-size: 1.5em;
    text-align: center;
    box-shadow: 0 0 20px 0 #fff;
    transition: 0.75s ease-in-out box-shadow;
}

    .header-outer .BannerButton:hover {
        box-shadow: 0 0 40px 0 #fff;
    }

#sidebar-right-1 {
    overflow: hidden;
}

/* data template 2 */
[data-template="2"] h3 {
    position: relative;
    display: block;
    color: #333;
    font-size: 3em;
    font-family: Rasa;
    margin-top: 50px;
    font-weight: 500;
}

[data-template="2"] h4 {
    position: relative;
    display: block;
    color: #333;
    font-size: 1.75em;
    font-family: Rasa;
    font-weight: 500;
}

    [data-template="2"] h4::after {
        display: block;
        content: '';
        margin-top: 5px;
        min-height: 1px;
        max-height: 1px;
        background-color: #ccc;
        min-width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

[data-template="2"] #mainImage {
    position: relative;
    display: block;
    min-width: 100%;
    max-width: 100%;
    min-height: 500px;
    max-height: 500px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    margin: 20px 0;
}


    [data-template="2"] #mainImage .imageAlt {
        position: absolute;
        bottom: 10px;
        right: 20px;
        color: #fff;
        font-size: 1.25em;
        text-shadow: 1px 1px #000;
    }



[data-template="2"] .shortContent {
    min-width: 60%;
    max-width: 60%;
    position: relative;
    display: block;
    font-size: 1.25em;
}

[data-template="2"] .infoDiv {
    min-width: 100%;
    max-width: 100%;
    position: relative;
    display: block;
    clear: both;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    margin-top: 40px;
}

[data-template="2"] .infoItem {
    min-width: 32%;
    max-width: 32%;
    position: relative;
    display: block;
    float: left;
    margin-right: 1%;
    background-color: #ccc;
}

    [data-template="2"] .infoItem h4 {
        min-width: 96%;
        max-width: 96%;
        padding: 2%;
        display: block;
        background-color: #666;
        color: #fff;
        font-size: 1em;
        margin: 0;
    }

[data-template="2"] .infoDiv h4::after {
    display: none;
}

/* data template 3 */

[data-template="3"] div[data-style="floatRight"] {
    display: block;
    position: relative;
    float: right;
    margin-left: 5%;
}

    [data-template="3"] div[data-style="floatRight"] a {
        display: block;
        position: relative;
        padding: 10px;
        background-color: #ccc;
        margin-bottom: 1px;
        transition: 0.75s ease-in-out background-color;
        border: none;
    }

        [data-template="3"] div[data-style="floatRight"] a:hover {
            background-color: #ddd;
        }

    [data-template="3"] div[data-style="floatRight"] b {
        display: block;
        position: relative;
        margin-top: 30px;
    }

    [data-template="3"] div[data-style="floatRight"] ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        line-height: initial;
    }

        [data-template="3"] div[data-style="floatRight"] ul li {
            position: relative;
            margin-bottom: 1px;
        }

[data-template="3"] h3 {
    position: relative;
    display: block;
    color: #333;
    font-size: 3em;
    font-family: Rasa;
    margin-top: 50px;
    font-weight: 500;
}


[data-template="3"] h2 {
    position: relative;
    display: block;
    color: #333;
    font-size: 1.75em;
    font-family: Rasa;
    font-weight: 500;
}

    [data-template="3"] h2::after {
        display: block;
        content: '';
        margin-top: 5px;
        min-height: 1px;
        max-height: 1px;
        background-color: #ccc;
        min-width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

/* data template 4 */

[data-template="4"] h3 {
    position: relative;
    display: block;
    color: #333;
    font-size: 3em;
    font-family: Rasa;
    margin-top: 50px;
    font-weight: 500;
}

[data-template="4"] .column {
    float: left;
    min-width: 31%;
    max-width: 31%;
    margin-bottom: 30px;
    padding: 0 1%;
    /*overflow: hidden;*/
    min-height: 400px;
    max-height: 400px;
    box-shadow: none;
}

    [data-template="4"] .column .card {
    }

        [data-template="4"] .column .card .image {
            background-position: center;
            background-size: cover;
        }

    [data-template="4"] .column .card .image img {
        box-shadow: none;
    }

/* data template default */
[data-template="0"] h3 {
    position: relative;
    display: block;
    color: #333;
    font-size: 3em;
    font-family: Rasa;
    margin-top: 50px;
    font-weight: 500;
}

[data-template="0"] h4 {
    position: relative;
    display: block;
    color: #333;
    font-size: 1.75em;
    font-family: Rasa;
    font-weight: 500;
}

    [data-template="0"] h4::after {
        display: block;
        content: '';
        margin-top: 5px;
        min-height: 1px;
        max-height: 1px;
        background-color: #ccc;
        min-width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

[data-template="0"] #mainImage {
    position: relative;
    display: block;
    min-width: 100%;
    max-width: 100%;
    min-height: 500px;
    max-height: 500px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    margin: 20px 0;
}


    [data-template="0"] #mainImage .imageAlt {
        position: absolute;
        bottom: 10px;
        right: 20px;
        color: #fff;
        font-size: 1.25em;
        text-shadow: 1px 1px #000;
    }



[data-template="0"] .shortContent {
    min-width: 60%;
    max-width: 60%;
    position: relative;
    display: block;
    font-size: 1.25em;
}

[data-template="0"] .infoDiv {
    min-width: 100%;
    max-width: 100%;
    position: relative;
    display: block;
    clear: both;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    margin-top: 40px;
}

[data-template="0"] .infoItem {
    min-width: 32%;
    max-width: 32%;
    position: relative;
    display: block;
    float: left;
    margin-right: 1%;
    background-color: #ccc;
}

    [data-template="0"] .infoItem h4 {
        min-width: 96%;
        max-width: 96%;
        padding: 2%;
        display: block;
        background-color: #666;
        color: #fff;
        font-size: 1em;
        margin: 0;
    }

[data-template="0"] .infoDiv h4::after {
    display: none;
}

.expandedview .description {
    display: block !important;
}
