a,b,body,div,h1,h2,h3,h4,h5,h6,hr,html,i,img,li,ol,p,span,table,tbody,td,tfoot,th,thead,tr,u,ul{border: 0;margin: 0;padding: 0;}
html,body{ height:100%;}
body{
    width:100%;
    color:#5c5c5c;
    font-family:"proxima-nova", "Helvetica Neue", "Helvetica", Arial, Sans-Serif;
    font-size:16px;
    background-color: #f1f0ef;
}
.body_nothome{
    background-image:url(/images/sites/ess/bodyBG.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}
@font-face {
    font-family: 'butlerlight';
    src: url('/stylesheets/ess/fonts/butler_light-webfont.woff2') format('woff2'),
         url('/stylesheets/ess/fonts/butler_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/*
curly script:
"al-fresco"

body
"proxima-nova”
light and semibold are the 2 weights.
*/
p, li, figcaption {
    line-height:1.25em;margin-top:0;margin-bottom:1.2em;
}
figure {
  margin: 1em 0;
}
img {
  max-width: 100%;
}
ul{margin-left: 50px;}
h1, h2, h3, h4{
    margin-bottom:0.5em;
    line-height:120%;
    font-weight:400;
}

h1{font-size:45px;font-family: "al-fresco", serif;}
h2{font-size:35px;font-family: "al-fresco", serif;}
h3{font-size:25px;}
h4{font-size:22px;line-height: 28px;}

a{color:#96a552;cursor:pointer;text-decoration:none;transition: color .3s, background .3s, border .3s;  font-family: "butlerlight";}
a:hover{text-decoration:none;}

iframe{max-width: 100%;}

/* BIZANGO PAGE LAYOUT STRUCTURE */

#page_body{position: relative;
}
#body_home #page_body{
}



#hero_frame{
    position:relative;width:100%; 
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
#body_home #hero_frame{

}


.page_frame{
    margin:0px auto;
    max-width: 1100px;
    position:relative;
    width:1100px;
}
.page_full{
    width: 90%;padding: 0 5%;
}


.one-col, .two-col, .three-col, .four-col, .five-col, .six-col, .seven-col, .eight-col, .nine-col, .ten-col, .eleven-col, .twelve-col, .thirteen-col, .fourteen-col, .fifteen-col {
    margin-right: 20px;
    position: relative;
}

.one-col {
    width: 50px;
}
.push-one{
    margin-left: 70px;
}

.two-col {
    width: 120px;
}

.three-col {
    width: 190px;
}
.threeish-col {
    width: 201px;
}
.four-col {
    width: 260px;
}

.five-col {
    width: 330px;
}

.six-col {
    width: 400px;
}

.seven-col {
    width: 470px;
}

.eight-col {
    width: 540px;
}

.nine-col {
    width: 610px;
}

.ten-col {
    width: 680px;
}

.eleven-col {
    width: 750px;
}

.twelve-col {
    width: 820px;
}

.thirteen-col {
    width: 890px;
}

.fourteen-col {
    width: 960px;
}

.fifteen-col {
    width: 1030px;
}

.sixteen-col {
    width: 1100px;
    margin-right: 0;
}

#logo{
    float: left;
    margin-left: 0;
    display: inline-block;
}
#logo img{
    width: 100%;
}

.body_nothome #logo{
    max-width: 300px;
    margin: 20px 0;
}

/* NAV */
#nav_frame{
    position: relative;
    width:100%;
}
.body_nothome #nav_frame{
    text-align: center;
}
#nav{
    position: relative;
    margin-top: 81px;
    margin-left: 3px;
    text-align: center;
    display: inline-block;
}
.body_nothome #nav{
    text-align: right;
}
ul.nav{
    z-index:100;
    margin:0px;padding:0px;
    list-style:none;
    }

ul.nav li{
    float:left;
    line-height:1em;
    margin-top:0px;
    margin-bottom: 15px;
    }
ul.nav > li{
    padding:0;
    }
.nav a{
    display: inline-block;
    float: left; 
    height: 26px;
    line-height: 26px;
    padding: 0px 12px;
    text-decoration: none;
    font-family: "butlerlight";
    font-size: 18px;
    border-right: 1px solid #d0d0d0;
}
.nav li:last-child a{
    border-right:0px solid transparent;
}
.body_nothome .nav li:last-child a{
    padding-right: 0;
}
.nav a:hover, .nav a.current{
    color:#616b33;
}


ul.nav > li:hover .submenu {
display: block;
}
.submenu {
  position: absolute;
  z-index: 1;
  display: none;
  margin: 0;
}

#mobile_nav{display: none;}

#footer{
    background: #6f7845;
    padding:19px 0 21px;
    color: #ffffff;
    font-size: 12px;
    border-top: 2px solid white;
}
#footer a{
    color: #ffffff;
    font-family: "proxima-nova";
}
#footer .nav a{
    border-right: 0px solid transparent;
    padding-left: 0;
    padding-right: 24px;
    font-size: 16px;
    font-family: "butlerlight";
}
#footer li{
    margin-bottom: 0;
}
#footer img{vertical-align: middle;}
.copy{    
    display: inline-block;
    margin-top: 6px;
    margin-left: 30px;
}
#subfoot{
    text-align: center;
    background-color: #4e5338;
}
#bizango{
    text-align: left;
    width: 190px;
    height: 9px;
    font-size: 10px;
    margin: 0 auto;
    padding: 14px 0;
    display: inline-block;
    background-image: url(/images/bizango-white-small.png);
    background-repeat: no-repeat;
    background-position: right center;
    opacity: .3;
    color: white;
    font-weight: 400;
    font-family: "proxima-nova";
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

.thistext{
    margin-top: 83px;
}

/* REQUIRED FOR CMS */

.block_container{
    position:relative;
}
.block_container_loggedin{
    min-height:200px;
    position: relative;
}
.blockcontrols{
    position:relative;top:0px;left:0px;
    width:100%;padding:0px;background-color:#eee;color:#666;
    z-index:999;
    max-height:500px;
    /*transition: max-height 1.5s;*/
    box-shadow:inset  0  10px 10px -10px #888,inset  0 -10px 10px -10px #888;
    transition: all 0.7s ease;
    overflow:hidden;
}
.bizango_control{
    z-index: 100;
    position: relative;
}
.blockcontrols_closed{
    max-height:0px;
    box-shadow:none;
    /*transition: max-height .5s;*/
    transition: all 0.7s ease;

}
.blockcontrols p{font-size:13px; color:#666; margin-bottom:0px;margin-top:10px;}


.gear{
    position: absolute;
    height: 52px;
    width: 52px;
    background:  url("/images/admin/gear2.png") no-repeat center center;
    top: 15px;
    left:15px;
    cursor: pointer;
    z-index:999;
    transition: all 0.7s ease;
}
.blockcontrols_gear_closed {
    transition: all 0.7s ease;
    transform: rotate(-30deg)
}
.blog_story .gear {
    background-image: url("/images/bizango/block-icons/gear@2x.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    cursor: pointer;
    height: 31px;
    left: 6px;
    position: absolute;
    top: 4px;
    -webkit-transition: -webkit-transform 0.7s ease;
    transition: transform 0.7s ease;
    width: 31px;
    z-index: 999;
}
.blockcontrols_gear_closed  {
    -webkit-transition: -webkit-transform 0.7s ease;
    transition: transform 0.7s ease;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.blog_story .blockcontrols-wrapper {
    padding-left: 40px;
    padding-right: 40px;
}
.blog_story .select-block-type-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
}
.blog_story .select-block-type-title {
    margin-bottom: 10px;
}
.blog_story .block .bizango_cms_content {
    word-break: break-word;
}
.help{
    padding: 10px;
    background: #ddd;
    border-radius: 8px;
    color: #666;
    font-size: 13px;
    line-height: 13px;
    margin: 0px;
}
.help p a{
    color:#ddd;text-decoration:underline;
}

/*random widths */
.cell.left{
    width: 54.6%;
}
.cell.right{

}
.nav-col{
    float: right;
    width: 487px;
    margin-right: 130px;
    text-align: center;
    margin-top: 80px;
}
.content{
    color: #f8f8f8;
    width: 400px;
    float: left;
    padding: 42px 52px 11px;
    position: relative;
    transition:margin 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.hover{
    transition:margin 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    cursor: default;
}
.hover:hover{
    margin-left: -28px;
}
.hover:hover .content{
    margin-left: 28px;
}

.hover:hover .screen.green{background-color: rgba(47,72,42,.5);}
.hover:hover .screen.brown{background-color: rgba(34,21,14,.5);}

.content h2{
    font-family: "butlerlight";
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 13px;
}
.content .button{
    background: url(/images/sites/ess/whiteRight.png) right center no-repeat;
    color: #f8f8f8;
    background-size: 18px 12px;
}
.extend{

    box-shadow: 5px 9px 38px;
    z-index: 1;
    position: relative;
}
.extend .content {

    padding: 38px 52px 17px;
}
/*.extend .content .button{
    color: #96a552; 
    background: url(/images/sites/ess/greenRight.png) right center no-repeat;
}*/
/* OPTIONAL */

img.illustration{
    display:block;margin:0px;margin-bottom:20px;
}


#newsflash{
    padding:20px;color:#c6c2c2;margin-top:30px;margin-bottom:20px;
}

#newsflash h2, #newsflash h1{color:#eee}


img.content_image{
    clear:left;display:block;float:left;margin:10px 20px 20px 0px;
}



/* collection list items */

.collection_list_item{
    clear:both;margin-bottom:30px;
}
p.collection_list_item_readmore{text-align:right;clear:both;}

#body_home #nav_home,#body_home #nh{display:none;}



/* EXPANDABLE BUY BUTTON WITH TOGGLE-ABLE LINKS */
#buy_button_container{
    position: relative;
    } /* parent element for expandable buy button */

#buy_button{
    background-color:#222;color:#eee; padding:10px 20px;
    text-decoration:none;
    display:block;
}

#buy_button.buy_button_open{}/* open state for clickable part of the button */

#buy_button_container .buy_button_hidden{
    background-color:#222;color:#eee;
    padding:10px 20px;
    display:none;
}

#buy_button_container .buy_button_hidden p a{
    color:#eee;
    display:block;text-decoration:none;
    padding:10px 10px;
}
.button{
    border: 0px solid transparent;
    padding: 0 30px 0 0;
    background: url(/images/sites/ess/greenRight.png) right center no-repeat;
    font-size: 18px;
    letter-spacing: .8px;
}


/*form*/
#bizango_superform .superform_field {
    font-size: 18px;
    line-height: 18px;
    width: 97%;
    height: 18px;
    margin: 0 auto 10px;
    border: 0px solid #111;
    color: #454545;
    padding: 11px 0 11px 3%;
    background-color: #f6f6f6;
}
#bizango_superform #superform_submit {
    float: right;
    background: #abbb65;
    padding: 9px 46px;
    text-align: center;
    color: white;
    cursor: pointer;
    margin: 20px 0;
    font-size: 19px;
    letter-spacing: 1.7px;
    border: 0;
    -webkit-appearance: none;
}
select {
    width: 100%;
    padding: 2.5% 3%;
    border-radius: 8px;
    border: 0px solid transparent;
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 17px;
    color: #3b3b3b;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/images/sites/biz/grayDownNew.png) 95% 50% no-repeat #a8dce0;
    font-family: "chaparral-pro";
}
.bizango_cms select {
    display: inline-block;
    padding: 10px 30px 10px 20px;
    border: 0px solid transparent;
    margin-bottom: 10px;
    color: #3b3b3b;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/images/sites/biz/grayDownNew.png) 95% 50% no-repeat #2262aa;
    border-radius: 4px;
    border: 1px solid #2a7ad4;
    color: #fff !important;
    font-family: "Helvetica Neue", "Helvetica","Arial" !important;
    font-weight: 200 !important;
    font-size: 15px !important;
    line-height: 22px !important;
    text-decoration: none !important;
    text-shadow: 1px 1px 0px #205C9F;
}
input::-moz-focus-inner { 
    border: 0; 
    padding: 0; 
    margin:0; 
}
#page_body .blog_story .help {
    margin-top: 200px;
}
#page_body .blog_story .help .page_frame {
    max-width: 680px;
    width: 100%;
}
#page_body .blog_story .help .page_frame .bizango_content_controls {
    width: 100%;
}
#page_body .blog_story .page_frame {
    width: 100%;
}
#page_body .blog_story .block-options-wrapper {
    max-height: 480px !important;
}
#page_body .blog_story .block__admin-view .page_frame {
    padding-left: 45px;
    box-sizing: border-box;
}
.archive-basic .blog_teaser_image_square, .archive-basic .blog_teaser_image_portrait {
    float: left;
    width: 20%;
    padding-right: 3.5%;
}
.archive-basic .blog_teaser_image img.illustration,.archive-basic .blog_teaser_image img.illustration {
    max-width: 100%;    
}
.post-basic .blog_post_content img.illustration {
    max-width: 28%;    width: inherit;
}
.blog_story_in_list,.blog_story{
    max-width: 680px;
    margin: 30px auto 0;
}


.block_titlebar{
    padding: 30px 0 10px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #ecebea;
}
.block_titlebar h2{
    font-size: 75px;
    margin-bottom: 0;
}
.block_anchor-title{
    padding: 41px 0 44px;
    background-color: #616b33;   
    color: #f6f6f6;
}
.block_anchor-title h2{
    font-size: 45px;
    margin-bottom: 0;
    font-family: "butlerlight";
    text-transform: uppercase;
}
.block_two-column{
    padding: 40px 0 30px;
}

.block_cta{
    padding: 8% 0 5%;
    color: #6b7638;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
.block_cta h1{
    font-family: "butlerlight";
    line-height: 50px;
    margin-bottom: 44px;
}
.block_cta h3{
    font-family: "butlerlight";
    letter-spacing: .2px;
    color: #4d4d4d;
}
.block_cta h3 strong{
    font-size: 35px;
}
.block_cta h4{
    font-size: 20px;
    margin-bottom: 8px;
}

.block_slideshow{
    padding: 26px 0 10px;
}

.block_slideshow .headlines h2{
    font-size: 80px;
    color: #616b33;
    float: left;
    margin-right: 51px;
    margin-bottom: 27px;
}
.block_slideshow .headlines .button{
    line-height: 87px;
    padding-right: 33px;
    letter-spacing: 1px;
}
.slidetextcontainer{
     width: 360px;
     position: absolute;
     min-height: 545px;
     z-index: 111;
     margin-right: -30px;
     margin-top: 25px;
}
.slide_frame{
    float: right;
    width: 91%;
    margin-right: -20%;
}
.slidetitle{
    background-color: #f6f6f6;
    padding: 14px 20px;
    margin-bottom: 28px;
    box-shadow: 0 -4px 15px rgba(0,0,0,.3);
}
.slidetitle h2{
    font-family: "butlerlight";
    margin-bottom: 0;
    text-transform: uppercase;  
    line-height: 42px;
}
.slidedesc{
    max-width: 280px;
}

.slide_frame .slick-slide{
    /* margin-right: 70px; */
    max-width: 722px;
    width: 100%;
}
.slideimgs .slick-slide {
    /* opacity: .2; */
    opacity: 0;
    pointer-events: none;
    position: relative;
    transition: opacity 0.7s ease;
}
.slick-slide.slick-center + .slick-slide,
.slick-slide + .slick-center {
    opacity: 0;
}
.slick-slide.slick-center.slick-active,
.slick-slide.slick-cloned.slick-center {
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.7s ease;
}

.slick-slide.slideimg{
    background-size: contain;
    width: 80%;
    height: 600px;
    background-position: center top;
    background-repeat: no-repeat;
}

/* slick */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100%;
}
.slick-list {
    /* padding-left: 0 !important;
    padding-right: 50px !important; */
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 24px;
    height: 44px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    z-index: 201;
    /* right: 228px; */
    right: 90px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;

}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled
{
    background: transparent;
}



.slick-prev
{
    top:49%;
    background-image: url(/images/sites/ess/gallery-green-arrow-sml.png);
    width: 20px;
    height: 44px;
    background-size: contain;
}


.slick-next
{
    top:42%;
    background-image: url(/images/sites/ess/gallery-green-arrow-2x.png);
    width: 32px;
    height: 72px;
    background-size: contain;
}


/* helpers-> clearfix */
.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.fl{float: left;}
.fr{float: right;}
.tAc{text-align: center;}
.tAr{text-align: right;}
.center{margin-right: auto;margin-left: auto;}
.table{display: table;width: 100%;}
.cell{display: table-cell;vertical-align: top;}
.clear{clear:both;}
.screen{position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 0;transition: background-color 0.3s ease;}
.screen.green{background-color: rgba(47,72,42,.3);}
.screen.brown{background-color: rgba(34,21,14,.3);}
.screen.brown.alt{background-color: rgba(34,21,14,.6);}
.blocklinks{position: absolute;top: 0;right: 0;bottom: 0;left: 0;}
.userBG{background-size: cover;background-position: center;background-repeat: no-repeat;position: relative;}
.noMar{margin-right: 0;}
@media all and (max-width: 1566px){
    .slide_frame{
        width: 81%;
        margin-right: -9%;
    }
    .slick-prev, .slick-next{
        /* right: 14%; */
        right: 4%;
    }
}
@media all and (max-width: 1366px){
    .slide_frame{
        width: 74%;
        margin-right: -2%;
    }
    .slick-prev, .slick-next {
        /* right: 5.3%; */
        right: 0;
    }
}
@media all and (max-width: 1166px){
    .slide_frame{
        width: 70%;
        margin-right: -2%;
    }
    .slick-prev, .slick-next {
        right: 3.3%;
    }
}

/*- Mobile Styles Large */
@media all and (max-width: 1170px){
    #nav{display:none;}
    .page_frame{width:100%}

    #mobile_nav{
        display: block;
        text-align: right;
        padding-right:5%;
        height: 50px;
        line-height: 50px;
        cursor: pointer;
        width: 95%;
        position: relative;
        margin-top: 75px;
    }
    #mobile_nav .icon{
        position: relative;
        font-size: 1.4em;
        float: right;
        padding-left: 5px;
    }
    #mobile_nav .nav{
        position: absolute; 
        width: 100%;
        top:50px;
        background-color: #616b33;
        padding: 10px 0;
    z-index: 11111;
    }
    #mobile_nav .nav li{
        float: none;
        padding: 0 5%;
        height: inherit;
        margin-bottom: 0;
    }
    #mobile_nav .nav li a{
        display: block;
        padding: 10px 0;
        float: none;
        border-right: 0px solid transparent;

    }
    .bookshelfrow {background-image:none;}
    .book_on_shelf {float: none; width: 90%; padding: 5%; height: auto;margin: 0;}
    .book_on_shelf_img_holder{width:100%;}
    .book_on_shelf img{
        max-width: 100%;display:block;margin:0px auto;box-shadow:1px 5px 7px rgba(0,0,0,.5);
    }
    .book_text{margin: 0 auto;}
    .page_tricol_right img.illustration{width: 50%; margin: 10px auto;}
    .collection_list_item{margin-bottom: 10px;}
    .page_tricol_left_double,.page_frame{
        float:none;width: 100%;margin: 0;
    }
    .push-one,.one-col, .two-col, .three-col, .four-col, .five-col, .six-col, .seven-col, .eight-col, .nine-col, .ten-col, .eleven-col, .twelve-col, .thirteen-col, .fourteen-col, .fifteen-col , .sixteen-col ,.page_half_noguttter,.page_half,.page_tricol_right,.page_tricol_left,.page_tricol_content,.page_content,.page_sidebar,.blog_main_column,.blog_header{
        width: 90%;margin:0;padding: 0 5%;
    }
    .page_tricol_left{
        text-align: left;
    }
    .page_tricol_left img{
        display: block;
        margin: 0 auto;
    }
    .cell,.table{display: block;}
    .cell.left{width: 100%;}
    .nav-col {float: none;width: 100%;margin-right: 0;margin-top: 33px;}
    #body_home #logo{float: none;}
    #logo img{max-width: 70%;}
    .thistext{width: 90%;margin-left: 5%;margin-bottom: 30px;}
    .extend .content,.content{width: 90%;padding-left: 5%;padding-right: 5%;}
    .extend,.extend .content{margin-left: 0;}
    .slide_frame{float: none;width: 90%;margin-right: 5%;margin-left: 5%;}
    .slidetextcontainer {
        width: 90%;
        position: relative;
        height: inherit;
        z-index: 111;
        margin-right: 5%;
        margin-left: 5%;
        margin-top: 0;
    }
    .slidedesc{max-width: 100%;}
    .slick-slide.slideimg{width: 100%;margin: 0; background-position: left center;}

    .slick-prev, .slick-next {right: 5%;}
    .slick-slide.slideimg{height: 500px;}
}
@media only screen and (max-width: 850px) {
    .slick-slide.slideimg{
        background-position: center;
    }
    .slick-prev {
        display: none !important;
    }
    .slick-next {
        bottom: -85px;
        height: 50px;
        right: 2%;
        top: auto;
    }
    .slidetitle h2 {
        padding-right: 35px;
    }
}
/*- Mobile Styles phone*/
@media only screen and (max-width: 659px){
    input{-webkit-appearance: none;-webkit-border-radius:0; }
    .slick-slide.slideimg{height: 300px;}
    .block_slideshow .headlines h2{float:none;margin-bottom: -28px;}
    #footer{text-align: center;}
    #footer li{float: none;margin-bottom: 10px;}
    #footer a{float: none!important;padding: 0;}
    .copy{display: block;margin: 5px 0 15px;}
    #logo {float: none;max-width: 90%!important;display: block;margin: 20px auto!important;}
    #mobile_nav{margin-top: 0;}
}
