html
{
    height: 100%;
}

body
{
    /*background: url(../images/body-tail.gif) top center repeat;*/
	background-color: #D7C4A1;/*#E5C2A8;*/
    font: 12px/18px "Open Sans", Arial, Tahoma, sans-serif;
    color: #978e83;
    position: relative;
    min-width: 320px;
    padding: 63px 0 35px;
}

.main
{
    width: 1003px;
    margin: 0 auto;
    background: #fff;
}
/*********************************header*************************************/
header
{
    width: 100%;
    /*border-bottom: 1px solid #f5f4f1;*/
    padding: 35px 0 12px;
}

#page1 header
{
    padding: 35px 0 15px;
}

header .indent-bottom
{
    /*padding-bottom: 12px;
    margin-bottom: 15px;*/
    padding-bottom: 5px;
    padding-top: 10px;
    margin-bottom: 15px;
    margin-top: 10px;
    border-top: 1px solid #f5f4f1;
}

h1
{
    padding-left: 12px;
    padding-bottom: 3px;
    border-bottom: 1px solid #f5f4f1;
    margin-bottom: 13px;
}

    h1 a
    {
        display: inline-block;
        font: normal 120px/144px "Open Sans", Arial, Tahoma, sans-serif;
        color: #c4c3b2;
        margin-right: 11px;
    }

        h1 a span
        {
            color: #dad2ae;
        }

        h1 a:hover
        {
            text-decoration: none;
        }

    h1 > span
    {
        display: inline-block;
        font: normal 20px/24px "Open Sans", Arial, Tahoma, sans-serif;
        color: #c4c1b2;
        /*text-transform: uppercase;*/
        padding-top: 93px;
    }

/********************************* Content **********************************/
#content
{
    width: 100%;
    padding: 33px 0 31px;
    border-bottom: 1px solid #f5f4f1;
}
/*----- Global Structure -----*/
.img-indent
{
    float: left;
    margin-right: 20px;
}

.last-item
{
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

/* ---------- Tags ---------*/
h2
{
    font: normal 60px/72px "Open Sans", Arial, Tahoma, sans-serif;
    color: #ada898;
}

h3
{
    font: normal 34px/41px "Open Sans", Arial, Tahoma, sans-serif;
    color: #b8b3a5;
    /*text-transform: lowercase;*/
    padding-bottom: 23px;
    border-bottom: 1px solid #f5f4f1;
}

h6
{
    font: normal 22px/27px "Open Sans", Arial, Tahoma, sans-serif;
    color: #b8b3a5;
}

    h6 a
    {
        color: #b8b3a5;
    }

        h6 a:hover
        {
            text-decoration: none;
            color: #dad2ae;
        }

blockquote
{
    width: 100%;
}

.quote-caption
{
    text-align: right;
}

time.date1
{
    display: block;
    width: 59px;
    height: 47px;
    overflow: hidden;
    padding-top: 10px;
    float: left;
    margin-right: 13px;
    background: #c9c8b5;
    font: 16px/20px "Open Sans", Arial, Tahoma, sans-serif;
    color: #fff;
    text-align: center;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}

    time.date1 span
    {
        display: block;
        margin-top: -5px;
    }
/*----------- Boxes ----------*/
.box
{
    background: url(../images/box-tail.gif) center top repeat;
}

    .box.cta1
    {
        background: url(../userfiles/image/Home/one-step.jpg) center top repeat;
        background-size: cover;
        min-height: 400px;
    }

    .box.cta2
    {
        background: url(../userfiles/image/Home/river.jpg) center top repeat;
        background-size: cover;
        min-height: 400px;
    }

    .box .indents
    {
        padding: 21px 0 43px;
    }

    .box h3
    {
        color: #d9524e;
        border-bottom-color: #efefe7;
        padding-bottom: 18px;
    }

    .box.cta1 h3, .box.cta2 h3
    {
        color: #CEC8B8;
        text-align: center;
        padding-top: 100px;
        border-bottom: none;
        font-size: 30px;
        line-height: 40px;
    }

.box1
{
    font: italic 13px/20px "Open Sans", Arial, Tahoma, sans-serif;
    color: #999288;
}

    .box1 h6
    {
        font: 400 italic 18px/24px "Open Sans", Arial, Tahoma, sans-serif;
        color: #999288;
    }
/*---------- Links ----------*/
a
{
    color: #978e83;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

    a:hover
    {
        text-decoration: underline;
    }

    a[href^="tel:"]
    {
        color: #978e83;
        text-decoration: none;
    }

.social-icons
{
    float: right;
    overflow: hidden;
    padding-right: 11px;
}

    .social-icons.bottom
    {
        float: none;
        text-align: center;
    }

    .social-icons li
    {
        float: left;
        margin-right: 9px;
    }

    .social-icons.bottom li
    {
        float: none;
        display: inline;
        margin-left: 5px;
        margin-right: 5px;
    }

    .social-icons a
    {
        font-size: 20px;
        line-height: 30px;
    }

        .social-icons a:hover
        {
        }

        .social-icons a.social-facebook:hover
        {
            color: #3b5999;
        }

        .social-icons a.social-linkedin:hover
        {
            color: #0e76a8;
        }

        .social-icons a.social-twitter:hover
        {
            color: #1da1f3;
        }

        .social-icons a.social-instagram:hover
        {
            color: #d62976;
        }

        .social-icons a.social-skype:hover
        {
            color: #01b0f1;
        }

.button
{
    display: inline-block;
    cursor: pointer;
    font: normal 16px/20px "Open Sans", Arial, Tahoma, sans-serif;
    color: #fff;
    background: #c9c8b5;
    padding: 10px 17px;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}

    .button:hover
    {
        text-decoration: none;
        background-color: #dad2ae;
    }
/*---------- Lists -----------*/
.list-1 li
{
    overflow: hidden;
    font: 13px/18px "Open Sans", Arial, Tahoma, sans-serif;
    color: #b8b2ac;
    padding-bottom: 28px;
    border-bottom: 1px solid #f6f5f4;
    margin-bottom: 22px;
}

    .list-1 li.last-item
    {
        border-bottom: none;
        padding-bottom: 0;
    }

.list-1 .marker
{
    float: left;
    margin-right: 18px;
    width: 46px;
    height: 49px;
    padding-left: 3px;
    overflow: hidden;
    font: normal 18px/49px "Open Sans", Arial, Tahoma, sans-serif;
    color: #fff;
    text-align: center;
    background: #dcd2a5;
    border-radius: 23px;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
}

    .list-1 .marker.bg-color1
    {
        background-color: #dcd2a5;
    }

    .list-1 .marker.bg-color2
    {
        background-color: #c9c8b5;
    }

    .list-1 .marker.bg-color3
    {
        background-color: #e66864;
    }

.list-1 h6
{
    font: normal 19px/23px "Open Sans", Arial, Tahoma, sans-serif;
    /*text-transform: uppercase;*/
    color: #8d8b6b;
    margin-bottom: 10px;
}

    .list-1 h6 a
    {
        color: #8d8b6b;
    }

        .list-1 h6 a:hover
        {
            text-decoration: none;
            color: #dad2ae;
        }

.list-2 li
{
    font: 14px/17px "Open Sans", Arial, Tahoma, sans-serif;
    color: #988e83;
    background: url(../images/marker-2.gif) 0 6px no-repeat;
    padding-left: 13px;
    margin-bottom: 5px;
}

.list-2 a
{
    color: #988e83;
}

    .list-2 a:hover
    {
        text-decoration: none;
        color: #dd412b;
    }

.list-3 dt
{
    font-weight: bold;
}

    .list-3 dt a
    {
        color: #978e83;
    }

        .list-3 dt a:hover
        {
            text-decoration: none;
            color: #c4c3b2;
        }

.list-3 dd
{
    margin-bottom: 18px;
}
/*---------- Borders ---------*/
.border-bottom
{
    border-bottom: 1px solid #f5f4f1;
}
/*---------- Indents ---------*/
p, .p3-1
{
    margin-bottom: 18px;
}

.p0
{
    margin-bottom: 0;
}

.p0-1
{
    margin-bottom: 3px;
}

.p1
{
    margin-bottom: 5px;
}

.p1-1
{
    margin-bottom: 8px;
}

.p2
{
    margin-bottom: 10px;
}

.p2-1
{
    margin-bottom: 12px;
}

.p3
{
    margin-bottom: 15px;
}

.p4
{
    margin-bottom: 20px;
}

.p4-1
{
    margin-bottom: 22px;
}

.p5
{
    margin-bottom: 25px;
}

.p5-1
{
    margin-bottom: 28px;
}

.p6
{
    margin-bottom: 30px;
}

.p6-1
{
    margin-bottom: 32px;
}

.p7
{
    margin-bottom: 35px;
}

.p7-1
{
    margin-bottom: 37px;
}

.p8
{
    margin-bottom: 40px;
}

.p8-1
{
    margin-bottom: 42px;
}

.indent-top1
{
    padding-top: 5px;
}

.indent-top1-1
{
    padding-top: 8px;
}

.indent-right2
{
    padding-right: 10px;
}

.indent-left4, .indent-left4x
{
    padding-left: 20px;
}

.indent-left5x
{
    padding-left: 25px;
}

.indent-bottom6
{
    padding-bottom: 30px;
}

.indent-bottom8
{
    padding-bottom: 40px;
}

.indent-bottom8-1
{
    padding-bottom: 43px;
}

.indent-bottom11-1
{
    padding-bottom: 58px;
}

.indent-bottom12
{
    padding-bottom: 60px;
}
/*----------- Map ------------*/
#map iframe
{
    width: 100%;
    height: 242px;
}

#map dl
{
    width: 100%;
    position: relative;
    overflow: hidden;
}

#map dt
{
    font: 18px/25px "Open Sans", Arial, Tahoma, sans-serif;
    color: #b8b3a5;
    margin-bottom: 11px;
}

#map dl span
{
    float: left;
    width: 82px;
}
/************************************** Footer *************************************/
footer
{
    width: 100%;
    padding: 29px 0 33px;
    font: 17px/23px "Open Sans", Arial, Tahoma, sans-serif;
    color: #ada898;
    /*text-transform: uppercase;*/
    text-align: center;
}

.footer-text a
{
    color: #bab297;
}

/*----------- Back to top --------------*/
#toTop
{
    display: none;
    width: 49px;
    height: 49px;
    overflow: hidden;
    background: url(../images/backtotop.png) center top no-repeat;
    position: fixed;
    margin-right: -606px !important;
    right: 50%;
    bottom: 118px;
    z-index: 999;
}

    #toTop:hover
    {
        background-position: center -62px;
    }

    #toTop:active, #toTop:focus
    {
        outline: none;
    }

/*=================================================================================*/
@media only screen and (max-width: 995px)
{
    p, .p3, .p3-1
    {
        margin-bottom: 15px;
    }

    .p4-1, .p5, .p5-1, .p6, .p6-1, .p7, .p7-1, .p8, .p8-1
    {
        margin-bottom: 20px;
    }

    h3
    {
        margin-bottom: 20px !important;
        padding-bottom: 10px !important;
    }

    .indent-top1-1
    {
        padding-top: 0;
    }

    .indent-left5x
    {
        padding-left: 20px;
    }

    .indent-bottom8, .indent-bottom8-1, .indent-bottom11-1, .indent-bottom12
    {
        padding-bottom: 30px;
    }
    /*-----------------------------------------*/
    .main
    {
        width: 768px;
    }

    h1
    {
        padding-left: 10px;
    }

        h1 a
        {
            font-size: 80px;
            line-height: 96px;
        }

        h1 > span
        {
            font-size: 18px;
            line-height: 22px;
            padding-top: 56px;
        }

    .social-icons
    {
        padding-right: 10px;
    }

    #toTop
    {
        display: none !important;
    }
}

@media only screen and (max-width: 767px)
{
    .indent-top1
    {
        padding-top: 0;
    }

    .indent-right2
    {
        padding-right: 0;
    }

    .indent-left4
    {
        padding-left: 0;
    }
    /*-----------------------------------------*/
    .main
    {
        width: 480px;
    }

    h1
    {
        padding-left: 0;
        padding-bottom: 15px;
    }

        h1 a
        {
            font-size: 27px;
            line-height: 33px;
        }

        h1 > span
        {
            display: block;
            font-size: 12px;
            line-height: 15px;
            padding-top: 0;
            margin-top: -4px;
        }

    .social-icons
    {
        padding-right: 0;
        margin-top: -55px;
    }

    .box h3
    {
        padding-left: 20px !important;
        padding-right: 20px;
    }

    .box .suffix_1
    {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media only screen and (max-width: 479px)
{
    .main
    {
        width: 320px;
    }

    footer
    {
        font-size: 14px;
        line-height: 17px;
        text-align: left;
    }

    .footer-text span
    {
        display: block;
    }
}

.ptop-30
{
    padding-top: 30px;
}

.mt-5
{
    margin-top: 5px;
}

.mt-10
{
    margin-top: 10px;
}

.mt-8
{
    margin-top: 8px;
}

.mb-5
{
    margin-bottom: 5px;
}

.mb-10
{
    margin-bottom: 10px;
}

.mb-8
{
    margin-bottom: 8px;
}

.new-section
{
    border-bottom: 1px solid #f5f4f1;
    margin-bottom: 10px;
    padding-bottom: 30px;
}

.question,
div.answer
{
    position: relative;
    padding-left: 25px;
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 5px;
}

div.answer
{
    margin-bottom: 20px;
    padding-bottom: 20px;
    cursor: zoom-in;
}

    div.answer.less
    {
        cursor: zoom-out;
    }

    div.answer.more:after
    {
        content: "";
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        pointer-events: none;
        background-image: linear-gradient(to bottom, rgba(255,255,255, 0), rgba(255,255,255, 1) 90%);
        width: 100%;
        height: 4em;
    }

    .question:before,
    div.answer:before
    {
        position: absolute;
        left: 0;
        color: #d9524e;
    }

    div.answer:before
    {
        font-size: 1.28em;
        font-weight: 700;
        content: 'A.';
    }

.question:before
{
    font-size: 1.28em;
    font-weight: 700;
    content: 'Q.';
}
