@import url('https://fonts.googleapis.com/css?family=Prata|Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i');


body {
    margin: 0px;
font-family: 'Source Sans Pro', sans-serif;
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
    /* background-color: white; */
}

a, a:hover, a:active, a:focus {
    cursor: pointer;
    outline: 1px solid transparent;
}

a:active, a:focus {
    outline: 1px solid #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}

.e3pagetemplate {
    color: #000000;
    font-size: 16px;
}

.e3pagetemplate a {
    color: #A7832F;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Prata', serif;
    color:#87674F;
}

 a.e3-button {
    background: #DDAB28;
    border: 1px solid #DDAB28;
    border-radius: 0;
    padding: 20px 25px;
    color: #fff;
    text-transform: uppercase;
    transition: .5s all;
}

a.e3-button:hover {
    background: #BC9223;
    color: #fff;
    transition: .5s all;
    border: 1px solid #BC9223;
    color: white;
}

img {
    border: none;
}

.MainInformationTable {
    width: 100%;
}

.EditableImageEdit .ImageSelectorHeader, .EditableImageEdit .EditableTextTitle {
    position: relative;
    z-index: 9999;
}

.EditMode header, .DesignMode header {
    position: relative;
}

.fa > span {
    display: none;
}

header {
    background: #fff;
    float: left;
    position: fixed;
    transition: top 0.3s ease 0s;
    width: 100%;
    height: 70px;
    z-index: 200;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}

header .container {
    height: 70px;
}

.header-social span {
    display: none;
}

.header-text {
    display: none;
}
header .container::before, header .container::after {
    display: none;
}

header .header-space {
    float: left;
    width: 100%;
    height: 70px;
}

header .mobile-nav-btn {
    margin: 15px 0 0;
    width: 10%;
}

header #menu-button {
    display: block;
    height: 40px;
    padding-left: 0 !important;
}

header #menu-button::before {
    display: none;
}

header #menu-button i {
    color: #000;
    font-size: 32px;
}

header .logo {
    padding: 10px 0;
    text-align: center;
    width: 80%;
    float: left;
    height: 100%;
}

header .logo .static-img {
    width: 100%;
    height: 100%;
}

header .logo a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

header .logo img {
    max-height: 100%;
    max-width: 80%;
    height: auto;
    width: auto;
}

header .MyProfile_Member {
    background: transparent;
    border: medium none;
    height: 54px;
    margin: 15px 0 0;
    padding: 0;
    width: 10%;
    float: right;
    clear: none;
}

header .MyProfile_Member .click_transparent {
    width: 100%;
}

header .MyProfile_Member .MyProfile_SignedIn, header .MyProfile_Member .MyProfile_SignedOut {
    height: 50px;
}

header .MyProfile_Member .MyProfile_Svg {
    width: 34px;
    height: 40px;
    float: right;
    margin-right: 0;
}

header .MyProfile_Member .MyProfile_Svg svg {
    fill: #000;
    height: 34px;
}

header .MyProfile_Member .MyProfile_Name {
    display: none;
}

header .MyProfile_Member .arrow-down {
    display: none;
}

header .MyProfile_Member .fullView {
    background-color: rgba(0, 0, 0, 0.8);
    left: auto;
    right: -15px;
    top: 75px;
    width: 200px;
    padding: 10px 0;
}

header .MyProfile_Member .MyProfile_FullMain {
    border: none;
    padding: 0;
    width: 100%;
}

header .MyProfile_Member .fullView a {
    border: medium none;
    color: #fafafa;
    font-size: 16px;
    height: auto;
    line-height: normal;
    margin: 0;
    padding: 10px 15px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

header .MyProfile_Member .fullView a:hover {
    color: #CCC;
}

header .MyProfile_Member .fullView a div {
    display: none;
}

header .MyProfile_Member .arrow-down {
    border-top: 5px solid #fafafa;
}

header .header-social {
    display: none;
}

header .mobileloginfo.container {
    float: right;
    margin: 0;
    padding: 0;
    width: 10%;
}

header .mobile-nav-btn {
    float: left;
}

header nav {
    background-color: #87674F;
}

header #main-menu {
    box-shadow: none;
}

header #main-menu li, header #main-menu a {
    border-radius: 0;
    border-top: medium none;
    font-size: 1em;
    letter-spacing: normal;
}

header #main-menu a {
    background: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
    background: transparent;
    color: #fff;
    border-radius: 0;
    text-shadow: none;
}

header #main-menu ul {
    background-color: #715845;
    box-shadow: none;
    border-top: 1px solid rgba(250, 250, 250, 0.3);
    border-radius:  0;
}
header #main-menu ul a{
color:#fff;
}

header #main-menu ul ul {
    background-color: #715845;
}

header #main-menu ul ul ul {
    background-color: #715845;
}

header #main-menu .sub-arrow {
    background-color: #715845;
    border-radius: 0;
    color: #fff;
    width: 42px;
    border:none;
}

.banner {
    clear: both;
    float: left;
    position: relative;
    width: 100%;
    margin: 70px 0 0;
}
.banner-text .camera_caption{
    padding: 20px 25px 35px;
    text-align: center;
    display:none !important
}
.banner .camera_caption {
    color: #689169;
    background: #E9E9E9;
    display:none !important;
}
.banner-text h1 {
    font-size: 33px;
    font-weight: 500;
}
.camera_prev, .camera_next, .camera_commands {
    display: none;
}
.scroll-down {
    display: none;
}

.page-content {
    float: left;
    width: 100%;
    position: relative;
    padding: 0;
}

.page-content > .container {
    padding: 0;
    width: 100%;
}

.row1 h2 {
    color: #3F690A;
    font-size: 23px;
    line-height: 1.5;
}
.row1 {
    text-align: center;
    padding: 35px 0;
    /* line-height: 2; */
}
.left-col {
    display: none;
}

.row1 p {
    font-size: 19px;
}

.row2 {
    /* background: #606060; */
    padding: 15px 15px 5px;
    /* display:  flex; */
    align-content: center;
    flex-flow: column wrap;
    width:  100%;
    align-items: center;
}
.row2 > .container {
    padding: 0;
}
.sp-btn-group {
    display:  flex;
    flex-flow:  column;
    align-items: center;
    margin: 60px 0 0;
}
.row2 h2 {
    color: #fff;
    font-size: 28px;
    line-height: 37px;
    font-weight: 500;
    margin: 30px 0;
    text-align:  center;
    text-transform:  uppercase;
}
.sp-btn-group a {
    /* background:  #fff; */
    display:  block;
    margin: 0 0 10px;
    padding: 0 0 20px;
    text-align: center;
    max-width:360px;
}
.sp-btn-group a img{
    width:100%;
    min-height: 140px;
}

.sp-btn-group a span {
    display:  inline-block;
    width:  100%;
    padding: 0 20px;
    margin:  0;
    text-decoration: none;
}

.sp-btn-group a span:nth-of-type(1) {
    font-size: 20px;
    color:  #2a2a2a;
    /* font-weight: 500; */
    padding: 10px 20px 0;
    font-size: 19px;
}



.row3 {
    text-align:  center;
    padding: 30px 0;
    line-height: 2;
}

.row3 p {
    /* font-weight: 100; */
}

.row3 h2 {
    font-size: 28px;
    line-height: 1;
    font-weight: 500;
    color: #689168;
}
footer {
    float: left;
    width: 100%;
    background: #3E3833;
    position: relative;
    text-align: left;
}

.footer-top {
    clear: both;
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
    color: #fff;
    line-height: 2;
    font-size: 16px;
    text-align: center;
}

.fwrap2 .fa, .fwrap3 .fa {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    letter-spacing: 1px;
}

.footer-info {
    float: left;
    width: 100%;
    color: #fff;
}

.ft-logo, .ft-addy, .ft-contact, .ft-social {
    padding: 18px 15px;
}

.ft-logo img {
    max-width: 100%;
}

.ft-phone, .ft-fax, .ft-email {
    padding: 0;
}

.ft-social .fa {
    padding: 0 9px;
    font-size: 21px;
}

.footer-bot {
    float: left;
    width: 100%;
    padding: 25px 0;
    line-height: 2;
    color: #fff;
    text-align: center;
}

.footer-bot a {
    text-decoration: none;
    color: #fff;
}

.ft-copyright {
    float: left;
    width: 100%;
}

.ft-logo, .ft-social {
    text-align: center;
}

.fwrap4 .f-address-wrap {
    display: inline-flex;
    margin: 0 15px;
    justify-content: flex-end;
}

.fwrap4 {
    /* display: flex; */
    /* width: 100%; */
    justify-content: center;
    display:  inline-block;
    margin: 0 0 0 20px;
}

.footer-top .container {
    width: 250px;
}

.fwrap1, .fwrap3 {
    margin: 0;
}

.fwrap4 span {
    display: none;
}

.poweredby {
    float: left;
    clear: both;
    width: 100%;
}

footer u {
    color: #fff;
    text-decoration: none;
}

.f-address-wrap {
    /* display: flex; */
}

.fwrap3 {
    text-align: center;
    display: inline-block;
}

footer .fa {
}

footer a {
    color: #95989A;
    text-decoration: none;
}

@media (min-width: 768px) {
   

    .banner {
        margin: 70px 0 0;
    }

    .banner h4 {
        display: block;
        font-size: 28px;
    }

    .page-content {}

    .page-content > .container {}
.row2 {
    /* display: block; */
    /* padding: 0; */
    /* flex-flow: wrap; */
    padding: 30px 0;
    background: url(images-2018/row2bg.html) no-repeat fixed center top / cover;
    /* align-items: stretch; */
}

.row2 .inner {
    background: rgba(255,255,255,.8);
    padding: 40px 35px;
    display:  flex;
    flex-wrap:  wrap;
    align-content:  flex-start;
}
.row2 > div {
    /* width: 50%; */
    /* float: left; */
    /* max-width:  none; */
    /* background:  none; */
    /* margin:0; */
}
.sp-btn-group {
    float: right;
    width:  100%;
    display:  flex;
    flex-flow: row nowrap;
    clear: right;
    justify-self: flex-end;
    justify-content: space-between;
    align-items: stretch;
}

.sp-btn-group a {
    margin: 0;
    width: 32%;
}

.row3 .container {
    max-width:  700px;
    width:  100%;
}

.row3 h2 {
    font-size: 42px;
}

a.e3-button {
    padding: 10px 25px;
}

.row2 a span:nth-of-type(1) {
    font-size: 24px;
}

.row2 p {
    display: inline-block;
}


    footer {}

    .footer-top {
        padding: 25px 0;
    }

    .footer-info {
        width: 100%;
        transition: 0.5s ease all;
    }

    .ft-logo {
        text-align: left;
    }

    .ft-addy .fa, .ft-contact .fa {
        float: left;
        padding: 0 20px 0 0;
        font-size: 21px;
    }

    .ft-addy span, .ft-contact span {
        float: left;
    }

    .ft-social {
        text-align: right;
    }

    .ft-social .fa {
        padding: 0 14px;
    }

    .ft-copyright {
        width: 50%;
        text-align: left;
    }

    .poweredby {
        float: right;
        clear: none;
        /* width: auto; */
    }
}

@media (min-width: 1025px) {
    h3 {
    font-size:  1.777em;
    font-size: 2.2vw;
}
    body{
        font-size:18px;
    }
   header {
        height: 100px;
        border-bottom: 4px solid #ddab29;
        transition: all .2s;
    }

    header .container{
        padding-left: 25px;
        padding-right: 25px;
        height: 100px;
        width: 100%;
    }

    header .header-space {
        height: 120px;
        transition: all .2s;
    }

    header .logo {
        width: auto;
        max-width: 400px;
        /* position: absolute; */
        /* left: 50%; */
        /* transform: translate(-50%); */
        padding: 5px 0;
        height: 100%;
        text-align: center;
        transition: all .2s;
    }

    header .logo a {
        align-items: flex-start;
    }

    header .logo img {
        max-width: 100%;
        transition: all .2s;
    }

    header div#divMainMenu {
        height: 48px;
        float: right;
        /* width: 100%; */
        clear: right;
    }

    header nav {
        background-color: transparent;
        float: none;
        margin: 0 auto;
        padding: 0;
        width: auto;
    }

    header .mobile-nav-btn {
        display: none;
    }

    header #main-menu {
        background: none;
        box-shadow: none;
        clear: none;
        display: table !important;
        margin: 0 auto;
        width: auto;
    }

    header #main-menu li, header #main-menu a {
        border: medium none;
        border-radius: 0;
        font-size: 1em;
        font-weight: normal;
        text-shadow: none;
        text-align: left;
 
    }

    header #main-menu > li {
        display: inline-block;
        float: none;
    }

    header #main-menu > li > a {
        color: #000;
        padding: 0 10px;
        line-height: 50px;
        transition: all .2s;
    }

    header #main-menu > li:last-child a {
    }

    header #main-menu > li > a:hover, header #main-menu > li > a.current {
        color: #000;
        box-shadow: 0 -4px 0 0 #87674F inset;
    }

    header #main-menu ul {
        border: medium none;
        border-radius: 0;
        left: auto !important;
        padding: 0 0px;
        background:#87674F;
        text-transform: none;
    }
    header #main-menu ul ul{
        background:#87674F;
    }
        header #main-menu ul ul ul{
        background:#87674F;
    }
    header #main-menu ul a, header #main-menu ul ul a, header #main-menu ul ul ul a {
        color: #fff;
        padding: 10px 20px;
        text-transform: none;
    }

    header #main-menu ul a:hover, header #main-menu a.highlighted {
        background: none;
    }

    header #main-menu li .sub-arrow {
        background-color: transparent;
        border-color: rgba(211, 129, 231, 0.5);
        border-image: none;
        border-style: none solid solid none;
        border-width: medium 2px 2px medium;
        height: 10px;
        width: 10px;
        left: 50%;
        top: auto;
        bottom: 6px;
        margin: 0;
        position: absolute;
        transform: translateX(-50%) rotate(45deg);
        display: none;
    }

    header #main-menu li ul .sub-arrow {
        transform: rotate(-45deg);
        height: 8px;
        width: 8px;
        right: 10px;
        top: 40%;
        left: auto;
        display: none;
    }

    header .MyProfile_Member {
        width: auto;
        height: 50px;
        margin: 0;
        transition: all .2s;
    }

    header .MyProfile_Member .MyProfile_SignedIn, header .MyProfile_Member .MyProfile_SignedOut {
        margin: 0;
        background: none;
        box-sizing: border-box;
        padding: 10px 0px 10px 15px;
        width: auto;
        top: 50%;
        transform: translateY(-50%);
        position: relative;
        transition: all .2s;
    }

    header .MyProfile_Member .MyProfile_Name {
        color: #000;
        display: block;
        font-size: 1em;
        width: auto;
        font-weight: normal;
        height: 28px;
        text-transform: none;
        margin: 0;
        float: left;
        line-height: 26px;
    }

    header .MyProfile_Member .fullView {
        background-color: rgba(0, 0, 0, 0.8);
        left: auto;
        right: 0;
        top: 60px;
    }

    header .MyProfile_Member .fullView a {
        color: #fafafa;
    }

    header .MyProfile_Member .fullView a:hover {
        color: #dddddd;
    }

    header .MyProfile_Member .MyProfile_Svg {
        display: none;
    }

    header .MyProfile_Member .MyProfile_Svg svg {
        height: 20px;
        float: right;
        display: none;
    }

    header .header-social {
        display: block;
        float: right;
        transition: all .2s;
        letter-spacing: 3px;
        line-height: 72px;
    }

    header .header-social a {
        text-decoration: none;
        color: #000;
    }

    header.scrolled-head {
        height: 80px;
        box-shadow: 0 47px 0 0 #fff inset, 0 48px 0px 0 rgba(0, 0, 0, 0.2) inset, 0 0 5px 0 rgba(0, 0, 0, 0.4);
    }

    header.scrolled-head .container{
        height: 80px;
    }

    header.scrolled-head .logo {
        height: 48px;
        padding: 5px 0;
        transition: all .2s;
    }

    header.scrolled-head .logo img {
        max-width: 300px;
    }

    header.scrolled-head .header-social {
        line-height: 48px;
    }

    header.scrolled-head .MyProfile_Member {
        height: 48px;
    }

    header.scrolled-head .MyProfile_Member .fullView {
        top: 48px;
    }

    header.scrolled-head div#divMainMenu {
        height: 32px;
    }

    header.scrolled-head #main-menu li, header.scrolled-head #main-menu a {
        font-size: .938em;
    }

    header.scrolled-head #main-menu > li > a {
        line-height: 32px;
    }

    header.scrolled-head #main-menu li .sub-arrow {
        bottom: 5px;
        height: 7px;
        width: 7px;
    }
header.scrolled-head .header-text {
    transition: all .2s;
        line-height: 48px;
}
    .header-space.header-scrolled {
        height: 80px;
    }
    header .logo img {
        transform: scale(1);
        transition: 0.3s ease;
    }

    header.fixed .logo {
        height: 80px;
        margin: 0px auto 0;
        width: 88px;
        min-height: auto;
    }
.header-text {
    display: block;
    float: left;
    transition: all .2s;
    line-height: 72px;
}
.banner {
    margin: 100px 0 0;
}
.banner .camera_caption {
    position:  absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    /* width: 100%; */
    color:  #fff;
    z-index: 8;
    left: 50%;
    background: none;
    /* z-index: 1; */
    text-align:center;
}

.banner .camera_caption > div{
    max-width: 800px;

}

.banner h1 {
    font-size: 51px;
    line-height: 1.2;
    text-align: center;
}


.banner  .camera_caption{
    display: flex !important;
    width:auto;
    background:none;
    align-items: center;
    bottom:0 !important;
    text-shadow:0 0 0 rgba(0,0,0,.8);
}
.banner .camera_caption>div{
        background:none;
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.8);
}
.banner .camera_overlayer {
            background:  rgba(0,0,0,.3);
            background: -moz-linear-gradient(top, rgba(0,0,0,0) 90%, rgba(0,0,0,0.6) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 90%,rgba(0,0,0,0.6) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 90%,rgba(0,0,0,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );

}
.scroll-down {
    display: block;
    position:  absolute;
    bottom:  10px;
    left:  50%;
    transform:  translateX(-50%);
    color:  #fff;
    cursor:  pointer;
    /* font-size: 13px; */
    text-transform: capitalize;
    display:  flex;
    text-align:  center;
    align-items:  center;
}
.scroll-down .fa{
    font-size: 30px;
    margin: 0 0 0 10px;
}

.banner-text {
    position:  absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    /* width: 100%; */
    color:  #fff;
    z-index: 8;
    left: 50%;
    background: none;
}

.banner-text .container {
    max-width: 800px;
}

.banner-text h1 {
    font-size: 51px;
    line-height: 1.2;
}
.row1 h2 {
    font-size: 32px;
}

.row1 {
    font-size: 18px;
    z-index:  1;
    position: relative;
}

.row1 .container {width:  100%;padding: 0;display:  flex;position: relative;flex-flow: wrap;}
.row2 a {
    /* margin: 0; */
}
.row2 h3 {
    font-size: 24px;
}

.row2 h2 {
    font-size: 32px;
    margin: 0 0 40px;
}
.left-col {
    float: left;
    width: 50%;
    /* background: url(/SiteDesign/images/elephant.aspx) no-repeat left top / cover; */
    display: block;
}

.right-col {
    float: left;
    padding: 6% 0 0 40px;
    width: 50%;
    text-align: left;
    max-width: 610px;
}

.left-col img {
    max-width: 875px;
    width: 100%;
    float: left;
    /* opacity: 0; */
}

.sp-btn-group {
    width: 900px;
    margin: 41px 0 0;
}

.row2 {
    margin: -130px 0 0;
    z-index: 2;
    position: relative;
}


    header.fixed .logo img {
        /* transform: scale(0.8); */
    }
    .ft-logo, .ft-social {
        padding: 0;
    }

    .ft-addy, .ft-contact {
        padding: 0 15px;
        text-align: left;
    }

    .footer-top .container {
        /* display: flex; */
        /* align-items: flex-start; */
        width: 100%;
        /* justify-content: space-between; */
        max-width: 1170px;
    }

    .fwrap2 {
        /* flex-grow: 2; */
        /* float: left; */
        margin: 0px 0 0 40px;
        flex-grow: 1;
    }

    .fwrap1 {
        /* float: left; */
        justify-content: flex-start;
        flex-grow: 1;
        align-items: center;
    }

    .fwrap2 {
        /* float: left; */
    }
.footer-top {
    padding-bottom:0;
}

.footer-top .container > div {
    display: inline-block;
}


    .fwrap4 {
        /* float: right; */
        margin: 0 0 0 40px;
        /* flex-grow: 2; */
        text-align: right;
        /* flex-flow: column; */
        width: auto;
        /* display: flex; */
    }

    .fwrap3 {
        /* float: left; */
        margin: 0 0 0 40px;
        flex-grow: 1;
    }

    .f-address-wrap {
        display: flex;
    }

    .addr {
        width: 190px;
        text-align: left;
        margin: 0 20px;
    }

    .fwrap4 .f-address-wrap div {
        /* display: block; */
        width: 33px;
        padding: 0;
    }
}

@media (min-width: 1200px) {

        h3 {
    font-size:  1.777em;
}
}

.EditMode .banner {
    margin: 97px 0 0 0;
    overflow: visible;
}

.banner > img {
    width: 200%;
    transform: translateX(-25%);
}

@media (min-width: 768px) {
    .banner > img {
        width: 150%;
        transform: translateX(-15%);
    }
}

@media (min-width: 1025px) {
    .banner > img {
        width: 100%;
        transform: translateX(0%);
    }
}