@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i|Playfair+Display:400,400i,700,700i');


/******* 
Reset 
**********/
body {
    margin: 0px;
    font-family: 'Lato', sans-serif;
    color: #5A5A5A;
    font-size: 16px;
    line-height: 1.5;
    background-color: #F8F7EE;
}

a, a:hover, a:active, a:focus {
    cursor: pointer;
    outline: 1px solid transparent;
}

a:active, a:focus {
    outline: 1px solid #475A3A;
    box-shadow: 0 0 10px #475A3A;
}

.e3pagetemplate {
    color: #2a2a2a;
    font-size: 16px;
}

.e3pagetemplate a {
    color: #2a2a2a;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair';
    margin: 0;
    color: #475A3A;
}

a.e3-button {
    border-radius: 0;
    text-transform: uppercase;
    transition: .5s all;
}

a.e3-button:hover {
    transition: .5s all;
}

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;
}

/*****************************************************************

MOBILE

*****************************************************************/

/******* 
Mobile Header 
*******/

header {
    background: #F8F7EE;
    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 .container::before, header .container::after {
    display: none;
}

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;
}
/******* 
Mobile MyProfile 
*******/

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%;
}

/******* 
Mobile Nav 
*******/

header .mobile-nav-btn {
    float: left;
}

header nav {
    background-color: #fff;
    font-weight: bold;
}

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;
    text-transform: uppercase;
}

header #main-menu a {
    background: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
    background: transparent;
    color: #5A5A5A;
    border-radius: 0;
    text-shadow: none;
    letter-spacing: .025em;
}

header #main-menu ul {
    background-color: #F8F7EE;
    box-shadow: none;
    border-top: 1px solid rgba(250, 250, 250, 0.3);
    border-radius: 0;
}

header #main-menu ul a {
    color: #2a2a2a;
}

header #main-menu ul ul {
    background-color: #ccc;
}

header #main-menu ul ul ul {
    background-color: #ccc;
}

header #main-menu .sub-arrow {
    background-color: #3A5A46;
    border-radius: 0;
    color: #fff;
    width: 42px;
    border: none;
}
/******* 
Mobile Banner 
*******/

.banner {
    clear: both;
    float: left;
    position: relative;
    width: 100%;
    margin: 70px 0 0;
    overflow: hidden;
}


.camera_commands, .camera_next, .camera_prev{
    visibility: hidden;
}

/******* 
Mobile Page Content 
*******/

.page-content {
    float: left;
    width: 100%;
    padding: 40px 35px;
}

.page-content > .container {
    padding: 0;
}

.page-content .welcome-header{
	text-align: center;
	padding-bottom: 20px;
	letter-spacing: .05em;
    font-size: 28px;
}

.page-content .welcome-content{
	text-align: center;
	font-size: 18px;
	letter-spacing: .025em;
}

/******* 
Mobile Footer 
*******/

footer {
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
    background-color: #3A5A46;
    color: #ffffff;
}

.footer-top {
	padding: 40px 15%;
	display: inline-block;
	width: 100%;
}

.ft-addr-symbol, .ft-phone-symbol, .ft-fax-symbol{
	width: 20%;
	float: left;
	padding-top: 5px;
	text-align: right;
    padding-right: 20px;
}

.ft-addr, .ft-phone, .ft-fax{
	width: 80%;
	float: left;
	text-align: left;
}

.footer-top .container {}

.footer-bot {
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

footer a{
	color:#ffffff;

}

.footer-bot .container {}

.poweredby {}

.poweredby a{
	text-decoration: none;
}

/*****************************************************************

TABLET

*****************************************************************/

@media (min-width: 768px) {
	.footer-top {
		padding: 40px 25%;
	}

}


/*****************************************************************

DESKTOP

*****************************************************************/

@media (min-width: 1025px) {

    body {
        font-size: 18px;
    }

    .e3pagetemplate{
        font-size: 18px;
    }

/******* 
Desktop Header 
*******/

    header {
        height: 120px;
        transition: all .2s;
        position: absolute;
    }

    header .container {
        padding-left: 0;
        padding-right: 0;
        height: 120px;
        width: 100%;
        display: table;
    }

    header .logo {
        width: auto;
        padding: 14.5px 0;

        /* height: 72px; */
        height: auto;
        float: left;
        text-align: center;
        transition: all .2s;
        padding-left: 10%;
    }

    header .logo a {
        display: block;
    }

    header .logo img {
        max-width: 100%;
        transition: all .2s;
    }

    header .header-title{
        /*width: 50%;*/
        float: left;
        font-family: "Playfair Display";
        font-size: 28px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        padding: 39px 15px;
    }
/******* 
Desktop Nav 
*******/

    header div#divMainMenu {
        float: left;
        clear: right;
        width: 100%;
        background-color: #ffffff;
        border-color: #B1C57A;
        box-shadow: 0 0 2px 0;
    }

    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;
        white-space: nowrap;
    }

    header #main-menu li, header #main-menu a {
        border: medium none;
        border-radius: 0;
        font-size: 1em;
        font-weight: normal;
        text-shadow: none;
        letter-spacing: .05em;
        text-align: left;
    }

    header #main-menu > li {
        display: inline-block;
        float: none;
    }

    header #main-menu > li > a {
        padding: 10px 10px;
        line-height: 40px;
        transition: all .2s;
        font-size: 16px;
    }

    header #main-menu > li:last-child a {}

    header #main-menu > li > a:hover, header #main-menu > li > a.highlighted {
        color: #3A5A46;
        box-shadow: 0 -4px 0 0 #2a2a2a inset;
    }

    header #main-menu ul {
        border: medium none;
        border-radius: 0;
        left: auto !important;
        padding: 0 0px;
        text-transform: none;
    }

    header #main-menu ul a, header #main-menu ul ul a, header #main-menu ul ul ul a {
        color: #000;
        padding: 10px 20px;
        text-transform: none;
        text-transform: uppercase;
    }

    header #main-menu ul a:hover, header #main-menu a.highlighted {
        background: none;
        color: #3A5A46;
    }

    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;
    }
/******* 
Desktop MyProfile 
*******/

    header .MyProfile_Member {
        width: auto;
        margin: 0;
        background-color: #3A5A46;
        color: #ffffff;
        float: right;
        margin:33px 0;
        margin-right: 10%;
        font-weight: bold;
    }

    header .MyProfile_Member .MyProfile_SignedIn, header .MyProfile_Member .MyProfile_SignedOut {
        margin: 0;
        background: none;
        box-sizing: border-box;
        padding: 10px 15px 10px 15px;
        width: auto;
        top: 50%;
        transform: translateY(-50%);
        position: relative;
        transition: all .2s;
    }

    header .MyProfile_Member .MyProfile_Name {
        color: #ffffff;
        display: block;
        font-size: 1em;
        width: auto;
        font-weight: normal;
        text-transform: none;
        margin: 0;
        float: left;
    }

    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 .logo img {}


/******* 
Desktop Banner 
*******/

    .banner {
        margin: 180px 0 0;
    }

    .camera_next, .camera_prev{
        visibility: visible;
        background: transparent !important;
    }

    .camera_next span, .camera_prev span{
        background: #000000 !important;
        /*position: relative;*/

        display: flex !important;
        justify-content: center;
        /*align-items: center;*/
    }

    .camera_next span:before {
        content: "\f105";
        font-family: "FontAwesome";
        color: #ffffff;
        font-size: 24px;
    }

    .camera_prev span:before {
        content: "\f104";
        font-family: "FontAwesome";
        color: #ffffff;
        font-size: 24px;
    }

    .page-content .welcome-header{
        font-size: 36px;
    }

    .page-content .welcome-header span{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .page-content .welcome-header span::before, .page-content .welcome-header span::after{
        content: "";
        display: inline-block;
        height: 1px;
        width: 70px;
        background-color: #B1C57A;
        margin: 0 20px;
    }
/*
FOOTER
*/

    footer{
        height: 110px;
        font-size: 16px;
    }

    footer .container{
        max-width: 900px;
    }

    footer .footer-top{
        padding: 0;
        width: 60%;
        float: left;
        height: 100%;
    }

    footer .footer-top .container{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 100%;
        width: 70%;
        margin-right: 0;
    }

    footer .footer-top .container div{
        /*width: 50%;*/
        display: flex;
        align-items: center;
        justify-content: center;
    }

    footer .ft-addr, footer .ft-phone, footer .ft-fax{
        width: 90%;
        height: 50%;
    }

    footer .ft-addr-symbol, footer .ft-phone-symbol, footer .ft-fax-symbol{
       /* padding-top: 5px;
        padding-right: 10px;*/
        padding: 0;
        width: 10%;
        height: 50%;
        padding-right: 10px;
    }

    footer .ft-addr-symbol{
        height: 100%;
    }

    footer .ft-addr{
        /*height: 50%; REMOVE*/
    }

    footer .footer-top .container .ft-phone-symbol, footer .footer-top .container .ft-phone{
        align-items: flex-end;
    }

    footer .footer-top .container .ft-fax, footer .footer-top .container .ft-fax-symbol{
        align-items: flex-start;
    }

    footer .footer-top .container .ft-fax{
        padding-left: 5px;
    }

    footer .footer-top .container .ft-address-full{
        height: 100%;
        float: left;
        align-items: baseline;
        padding-bottom: 25px;
        padding-right: 10%;
    }

    .ft-address-full, .ft-phone-full, .ft-fax-full{
        width: 50%;
    }

    footer .footer-top .container .ft-phone-full{
        height: 50%;
        align-items: flex-end;
        padding-left: 10%;
    }

    footer .footer-top .container .ft-fax-full{
        height: 50%;
        align-items: flex-start;
        padding-left: 10%;
    }

    footer .footer-bot{
        padding: 0;
        width: 33%;
        float: right;
        height: 100%;
    }

    footer .footer-bot .container{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding-left: 0;
    }

    footer .footer-bot .container div{
        padding: 0;
        width: auto;
    }

    footer i{
        padding: 3px 0;
    }
}


/*****************************************************************

WIDE DESKTOP

*****************************************************************/

@media (min-width: 1200px) {

}

/******* 
Banner Breakpoints 
*******/

.EditMode .banner {
    margin: 97px 0 0 0;
    z-index: 1;
    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%);
    }
}