/* Global */
body {
    background-image: url(../../images/bg-site1.gif);
    background-repeat: repeat;
    font-family: "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
    font-size: 14px;
    color: #454545;
}

body {
    display: block;
    margin: 8px;
}

    /*Home page HTML background */
    body#home {
        background: #352906 url(../../images/bg-site1.gif) repeat 0 0;
    }

.payment-loading {
    position: absolute;
    top: 10px;
    left: 50%;
    text-align: center;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    margin-left: -80px;
    color: #000;
    z-index: 100000;
}

.late-fee-alert {
    padding: 4px;
    background-color: #f9fad5;
    color: #cc0808;
    border-radius: 3px;
    border: solid 1px #ebee8d;
    font-size: 10pt;
    border-bottom-color: #dddb76;
}

.mdl-tb-cover {
    border-bottom: solid 1px #ccc;
    margin-bottom: 6px;
}

h1, h2, h3, h4, h5, h6 {
    /*color: #758C08;*/
    color: #4eb014;
}

p {
    line-height: 2em;
    margin-bottom: .875em;
}

a {
    text-decoration: none;
    /*color: #D67738*/
    color: #8B7447;
}

    a:hover {
        text-decoration: none;
    }

.nav-link {
    color: #5cc61c;
    font-weight: bold;
    font-family: Arial Narrow;
    font-size: 1.57em;
}

    .nav-link:hover {
        text-shadow: 0px 1px 5px #555;
        color: #90de60;
    }

img {
    border: none;
    margin: 0;
    padding: 0;
}

.lato-lite {
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 28px;
}

.home-content-icon {
    text-align: center;
    width: 100%;
    padding: 5px;
}

.home-content-header {
    text-align: center;
    color: #5cc61c;
    font-weight: bold;
    font-family: Arial Narrow;
    font-size: 1.5em;
    padding: 5px;
}

.home-content-text {
    text-align: center;
    color: #fff;
    padding: 15px;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 300;
}

.lsActionItems {
    padding: 8px;
    margin-top: 7px;
    margin-bottom: 7px;
    background-color: #fff;
    border: solid 1px #fff;
    border-radius: 2px;
    /*-webkit-box-shadow: 0 0px 4px rgba(150, 150, 150, 0.2);
            box-shadow: 0 0px 4px rgba(150, 150, 150, 0.2);*/
}

.lsPaymentItems {
    width: 100%;
    padding: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #fff;
    border: solid 1px #fff;
    border-radius: 2px;
    /*-webkit-box-shadow: 0 0px 4px rgba(150, 150, 150, 0.2);
            box-shadow: 0 0px 4px rgba(150, 150, 150, 0.2);*/
}

.lsItemsPay {
    width: 100%;
    padding: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #4ba514;
    border: solid 1px #bbdda6;
    border-radius: 2px;
    color: #fff;
}

    .lsItemsPay:hover {
        border: solid 1px #5cc61c;
        -webkit-box-shadow: 0 3px 4px rgba(150, 150, 150, 0.3);
        box-shadow: 0 3px 4px rgba(150, 150, 150, 0.3);
    }

.lsPaymentItems:hover {
    border: solid 1px #bbdda6;
    -webkit-box-shadow: 0 3px 4px rgba(150, 150, 150, 0.3);
    box-shadow: 0 3px 4px rgba(150, 150, 150, 0.3);
}

.lsActionItems:hover {
    /*background-color:#e2ffd1;*/
    border: solid 1px #bbdda6;
    -webkit-box-shadow: 0 3px 4px rgba(150, 150, 150, 0.3);
    box-shadow: 0 3px 4px rgba(150, 150, 150, 0.3);
}
/* Wrapper */
#wrapper {
    position: relative;
    /*max-width: 1024px;*/
    margin: 0 auto;
    background: #f4f4f4;
}


/* Header */
#header {
    position: relative;
    background-color: #000;
}

    #header h1 {
        position: absolute;
        top: 0;
        left: -9999px;
    }

#brand {
    /*width: 90%;
	margin: 0 auto;
	height: 110px*/
    background-image: url('../../Images/PotlatchDeltic_logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

    #brand img {
        margin: 10px 0;
    }

#search {
    /*position: absolute;
	top:0;
	right: 0;
	width: 240px;
	height: 100px;
	background-color: #b7c586;
	text-align: center;
    padding:8px 10px 10px 5px;
	background-image: url('../../images/wood-rings-1.jpg');
	background-repeat: no-repeat;*/
}

.sisea-search-form {
    position: absolute;
    float: left;
    width: 100%;
    margin: 0 auto;
    bottom: 0;
}

    .sisea-search-form fieldset {
        border: none;
        width: 100%;
        margin: 0 0 1em 0;
        padding: 0;
        position: relative;
        float: left;
    }

#header #search .sisea-search-form input[type='text'] {
    background: #F2f2f2;
    width: 60%;
    height: 20px;
    border: none;
    position: relative;
    float: left;
    margin: 1em 0 1em 1em;
}

#header #search .sisea-search-form input[type='submit'] {
    width: 25%;
    position: relative;
    float: left;
    margin: 1.1em 0 1em 0.25em;
    border: none;
}

.info-modal {
    background-color: red;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background-repeat: repeat;
    border-radius: 15px;
    -webkit-box-shadow: 0 2px 2px 0 #C2C2C2;
    box-shadow: 0 0 5px 3px #C2C2C2;
    font-size: 1em;
    color: whitesmoke;
    top: 1px;
    width: 100px;
    height: 50px;
    padding: 5px 10px 10px 10px;
    text-align: center;
    position: absolute;
    vertical-align: middle;
}

/* Navigation */
#navigation {
    margin-top: 16px;
}

#primary-nav,
#footer-nav {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
}

    #primary-nav ul,
    #footer-nav ul {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        #primary-nav ul li,
        #footer-nav ul li {
            display: inline;
            margin: 0;
            padding: 0;
        }

            #primary-nav ul li a {
                display: inline-block;
                text-align: center;
                padding: 0 0.5em;
            }

            #footer-nav ul li a {
                display: inline-block;
                text-align: center;
                padding: 0 0.5em;
                font-family: Arial;
                font-size: 0.95em;
                text-transform: uppercase;
            }

                #primary-nav ul li a:hover,
                #footer-nav ul li a:hover {
                    color: #92B84B;
                }

#primary-nav {
    display: block;
}

    #primary-nav button#close {
        display: none;
    }

    #primary-nav ul li.search-nav {
        display: none;
    }

.sidr ul li.sidr-class-newslist-header {
    /*width: 33%;*/
    width: 100%;
    font-weight: 700;
    text-align: center;
    line-height: 2.5em;
    text-shadow: 0px 3px 4px rgba(0, 0, 0, 1);
    /*background-image: url("~/images/works4.jpg");*/
}

.sidr button#sidr-id-close {
    float: right;
    margin: 1em 0.25em;
    z-index: 20;
    width: 2em;
    height: 2em;
    border-radius: 12px;
    border: 1px solid #fff;
    color: #333;
    background-color: #aaa;
    font-weight: bold;
}

/* Home page news box (content area)*/
.newsbox {
    background-color: #BECA87;
    text-align: center;
    /*width: 90%;*/
    width: 100%;
    margin: 0 auto 2em auto;
    font-size: 0.85em;
    line-height: 1.1em;
    /*clear: both;*/
    display: table;
}

    .newsbox .newslist-header {
        width: 100%;
        font-size: 1.6em;
        font-weight: 700;
        text-align: center;
        line-height: 1.8em;
        /*line-height:1.2em;*/
        text-shadow: 0px 3px 4px rgba(0, 0, 0, 1);
        /*background-image: url("~/images/works4.jpg");*/
        /*width: 60%;*/
        margin: 0 auto;
    }

    .promo-slider .column,
    .newsbox .column {
        width: 26%;
        margin: 0;
        padding: 0;
        display: table-cell;
        vertical-align: top;
        border-collapse: separate;
        text-align: center;
    }

        .newsbox .column p {
            margin: 1em 2em;
        }

    .newsbox .eblast {
        font-style: italic;
    }

.newslist {
    line-height: 1.4em;
}

.newsbox .newslist a {
    color: #397588;
}

.newsbox .newslist-header a {
    color: #FFF;
}

/* ...back to side nav styles */
.sidr ul li.sidr-class-newslist {
    font-size: 0.8em;
    line-height: 1.5em;
    padding: 0.5em 0;
}

.sidr ul li.sidr-class-eblast {
    font-style: italic;
}

.sidr ul li.sidr-class-newslist-header:hover > a {
    line-height: 2.5em;
    pointer-events: none;
    cursor: default;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.sidr ul li.sidr-class-newslist:hover > a,
.sidr ul li.sidr-class-eblast:hover > a {
    line-height: 1.5em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#mobile-header {
    display: none;
}

    #mobile-header #responsive-menu-button {
        /*margin: 0;*/
        color: #FFF;
        background: #5cc61c none repeat scroll 0% 0%;
        padding: 6px 8px;
        font-weight: 700;
        font-size: 0.8em;
        position: absolute;
        top: 8px;
        right: 5px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        /*background-color:#b7c586;*/
        -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    }

.info-modal {
    background-color: red;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background-repeat: repeat;
    border-radius: 15px;
    -webkit-box-shadow: 0 2px 2px 0 #C2C2C2;
    box-shadow: 0 0 5px 3px #C2C2C2;
    font-size: 1.2em;
    color: whitesmoke;
    top: 5px;
    right: 260px;
    width: 140px;
    height: 75px;
    padding: 15px 8px 8px 8px;
    text-align: center;
    position: absolute;
    vertical-align: middle;
}

.hamburger {
    position: relative;
    display: inline-block;
    width: 1.25em;
    height: 0.5em;
    margin-right: 0.3em;
    border-top: 0.2em solid #fff;
    border-bottom: 0.2em solid #fff;
}

    .hamburger:before {
        content: "";
        position: absolute;
        top: 0.15em;
        left: 0px;
        width: 100%;
        border-top: 0.2em solid #fff;
    }

#footer-nav {
    /*margin:1em 0;*/
    border-top: 1px solid #9c9c9c;
    font-size: 0.8em;
}

    #footer-nav ul li a {
        padding: 0.5em 2em;
    }

/* Content */
#content {
    /*width: 90%;*/
    width: 95%;
    margin: 1em auto;
    border-top: 0px solid #a4a4a4;
}

body#home #content-main {
    background-color: #000;
}

body#home .page-intro {
    display: none;
}

#feature {
    width: 100%;
    /*height: 300px;*/
    min-height: 580px;
    margin-bottom: 2em;
    float: left;
    /*	background-image: url('../images/winding-road.jpg');*/
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 0% 75%;
    overflow: hidden;
}

    #feature img {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        /*border-top: 1px solid #a4a4a4;*/
        border-bottom: 1px solid #a4a4a4;
    }

body#home #feature {
    width: 100%;
    height: auto;
    min-height: 200px;
    margin-bottom: 0;
    background-image: none;
    background-color: #000;
}

    body#home #feature img {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

#listings #feature {
    /*background-color: rgba(234, 234, 234, 0.5);*/
    /*background-color: #c5d4ab;*/
    background-color: rgba(197, 212, 171, 1.0);
}

    #listings #feature #sidebar {
        width: 80%;
        margin: 0 auto;
        font-family: inherit;
    }

        #listings #feature #sidebar tbody {
            float: left;
        }

            #listings #feature #sidebar tbody img {
                border: none;
            }

            #listings #feature #sidebar tbody a {
                text-decoration: none;
            }

        #listings #feature #sidebar input,
        #listings #feature #sidebar select {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

#content-main {
    width: 100%;
}

    #content-main p:first-child {
        margin-top: 0;
    }

ul#breadcrumb {
    list-style-position: inside;
    margin-left: 0px;
    padding-left: 0px;
}

#breadcrumb li {
    display: inline-block;
    font-size: 0.8em;
    /*    margin: 0 0.5em 0 0;*/
    /*    padding-left: 1em;*/
    list-style: none;
}

    #breadcrumb li + li:before {
        content: '>';
        margin: 0 0.5em;
    }

/* Footer */
#footer {
    clear: both;
    width: 100%;
    background: #ededed;
}

    #footer p {
        font-size: 0.75em;
        line-height: 1.25em;
        margin: 0.5em 0;
        text-align: center;
    }

#disclaimer {
    padding: 2em 2em 1em 2em;
}

#arrow-base {
    /* background: red; */
    display: inline-block;
    height: 80px;
    margin: 1em;
    position: relative;
    width: 120px;
    border: 1px solid rgba(74,110,18,0.5);
}

    #arrow-base:before {
        border-left: 35px solid rgba(74,110,18,0.5);
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
        content: "";
        height: 0;
        right: -20;
        position: absolute;
        top: 0px;
        left: 140;
        width: 0;
    }

.arrow-text {
    z-index: 20;
    position: absolute;
    top: 10px;
    /* right: 0; */
    left: 10px;
    color: #488488;
    font: 14px/20px bold 'Arial', 'Helvetica', sans-serif;
    font-weight: 700;
}

.i-section-title {
    background: transparent;
    height: 20px;
    text-align: center;
    margin: 0 auto 30px auto;
    border-bottom: 1px solid #F0F0F0;
    width: 50%;
}

    .i-section-title i, .i-section-title i.fa {
        background: #fff;
        width: 40px;
        font-size: 32px;
        padding-top: 10px;
        border-radius: 50%;
        height: 40px;
        color: #D8D8D8;
        padding: 0 20px;
        line-height: 40px;
        display: inline;
    }

.banner-links {
    padding: 8px;
    border-radius: 4px;
    background-color: #777;
    color: #f2f2f2;
    /*border-bot;
    /*border-bottom:solid 1px #ccc;*/
    text-decoration: none;
    font-weight: bold;
    font-size: 10pt;
}

    .banner-links:hover {
        color: #eee !important;
    }

/* Listings Specific */
#site_photo, #site_overview, #sales_contact, #site_description, #site_attributes, #site_additional_info; {
    width: 50%;
    float: left;
}

#site_attributes, #site_additional_info, .myDiv {
    clear: both;
    display: none;
}


/* General Classes */
.white {
    color: #FFF;
}

#map {
    height: 450px;
}

.text-center {
    text-align: center;
}

.right {
    float: right;
}

.inactive,
.sidr ul li a.sidr-class-inactive {
    pointer-events: none;
    cursor: default;
}

.credits {
    font-size: 0.8em;
    font-style: italic;
}

img.thumbnail {
    position: relative;
    width: 30%;
    margin: 0px 0.25em;
    padding: 0;
}

/* Colors */
.brown {
    color: #6C5434;
}

.blue {
    color: #397588;
}


/*****************/
/* Media Queries */
@media (max-width: 360px) {
    #brand img {
        width: 80%;
    }

    body#home #feature {
        min-height: 200px;
    }

        body#home #feature img {
            height: 200px;
            width: auto;
            overflow: hidden;
        }

    img.thumbnail {
        margin: 0px;
    }
}

@media (max-width: 600px) {
    #brand {
        text-align: center;
    }

        #brand img {
            display: inline;
            margin: 10px auto;
        }

    #search {
        display: none;
    }

    #primary-nav ul li.search-nav {
        display: inline;
    }

    #feature {
        min-height: 300px;
    }

    body#home .newsbox {
        font-size: 0.8em;
    }

    .newsbox .column {
        display: inline-block;
        width: 100%;
    }

        .newsbox .column p {
            line-height: 1.5em;
        }

    #header #search .sisea-search-form input[type='text'] {
        position: relative;
        float: left;
        margin: 1em 0;
    }

    .info-modal {
        background-color: red;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        background-repeat: repeat;
        border-radius: 15px;
        -webkit-box-shadow: 0 2px 2px 0 #C2C2C2;
        box-shadow: 0 0 5px 3px #C2C2C2;
        font-size: 1em;
        color: whitesmoke;
        top: 1px;
        width: 100px;
        height: 50px;
        right: 5px;
        padding: 5px 10px 10px 10px;
        text-align: center;
        position: absolute;
        vertical-align: middle;
    }

    #header #search .sisea-search-form input[type='submit'] {
        width: 25%;
        position: relative;
        float: right;
        margin: 0;
        border: 1px solid #c4a631;
    }

    .col4 {
        display: none !important;
    }

    .singlecol {
        display: block;
    }
}

@media (min-width: 601px) {
    #primary-nav ul li.newslist {
        display: none;
    }

    #feature {
        /*width: 30%;*/
        width: 33%;
        min-height: 580px;
        float: left;
        /*margin: 1.8em 0 0 0;
		margin: 1em 0 0 0;*/
    }

    #content-main {
        position: relative;
        float: right;
        width: 65%;
    }

    body#home #content-main {
        width: 100%;
    }

    body#home .newsbox .column p {
        font-size: 1.2em;
        line-height: 2em;
        margin: 0 auto;
        width: 60%;
    }

        body#home .newsbox .column p a {
            font-size: inherit;
        }

    .page-intro {
        float: right;
        width: 65%;
        margin-top: 1em;
    }

    #disclaimer {
        padding: 0em 3em 1em 3em;
    }

    .col4 {
        display: block;
    }

    .singlecol {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    #mobile-header {
        display: block;
    }

    #primary-nav {
        display: none;
    }

        #primary-nav button#close {
            display: inline;
        }
}

@media (max-width: 980px) {
    #primary-nav {
        font-size: 0.9em;
    }
}

@media screen and (min-width: 768px) {
    #map {
        height: 500px;
    }
}

@media screen and (min-width: 1000px) {
    #map {
        height: 640px;
    }
}
