/* Slider */
.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;
}
.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;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.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;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(../33792e4dcb0660e5a7a7.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(../33792e4dcb0660e5a7a7.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(../33792e4dcb0660e5a7a7.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(../33792e4dcb0660e5a7a7.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(../33792e4dcb0660e5a7a7.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(../3942183d88ee109a84f8.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}
h1,h2,h3,h4,h5,h6{color:#9e823c;text-transform:uppercase}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-style:normal}h1{font-size:2.8rem;letter-spacing:.05rem;line-height:1.14}@media only screen and (min-width: 768px){h1{font-size:3.6rem;line-height:1.22}}h2{font-size:2.4rem;line-height:1.17}@media only screen and (min-width: 768px){h2{font-size:3.2rem;line-height:1.19}}h3{font-size:2.2rem;line-height:1.27}@media only screen and (min-width: 768px){h3{font-size:2.8rem;line-height:1.29}}h4{font-size:2rem;line-height:1.3}@media only screen and (min-width: 768px){h4{font-size:2.4rem;line-height:1.25}}h5{font-size:1.8rem;line-height:1.44}h6{font-size:1.6rem;line-height:1.38}body,p{color:#000;font-size:1.9rem;letter-spacing:.01rem;line-height:1.53}@media only screen and (min-width: 768px){body,p{line-height:1.71}}p{margin-bottom:30px}a{color:#9e823c;font-style:italic;letter-spacing:.02rem;text-decoration:underline;transition:color 200ms ease-in-out}a:focus,a:hover{color:#757575}.fl-post-content ul,.fl-post-content ol{margin-bottom:30px}.fl-post-content ul li,.fl-post-content ol li{margin-bottom:10px}.fl-post-content ul li:last-child,.fl-post-content ol li:last-child{margin-bottom:0}#wpadminbar,#wpadminbar p,#wpadminbar a{font-style:normal}body{overflow-x:hidden}.fl-module-content{margin:20px 12px}@media only screen and (min-width: 500px){.fl-module-content{margin:20px}}.ad-300x50,.ad-320x50{height:auto;position:relative;width:100%}.ad-300x50 .adsanity-inner,.ad-320x50 .adsanity-inner{height:0;width:100%}.ad-300x50 .adsanity-inner iframe,.ad-320x50 .adsanity-inner iframe{height:100%;left:0;position:absolute;top:0;width:100%}.ad-300x50 .adsanity-inner img,.ad-320x50 .adsanity-inner img{height:auto;width:100%}.ad-300x50{max-width:300px;max-height:50px}.ad-300x50 .adsanity-inner{padding-bottom:16.667%}.ad-320x50{max-width:320px;max-height:50px}.ad-320x50 .adsanity-inner{padding-bottom:15.625%}blockquote{border-left:none;box-shadow:2px 3px 24px 1px rgba(0,0,0,.12);font-family:"Josefin Sans",sans-serif;font-size:2.1rem;font-weight:600;line-height:1.65;padding:70px 20px 30px;position:relative;text-align:center;text-transform:uppercase}blockquote p{font-size:2.1rem}@media only screen and (min-width: 992px){blockquote{float:right;margin:5px 0 20px 20px;width:42%}}blockquote:before{background-color:#9e823c;content:"";height:1px;left:calc(50% - 30px);position:absolute;top:40px;width:60px}button,.fl-button-wrap a.fl-button,.menu-item.join a,a.button,.fl-module-pp-gallery .pp-gallery-pagination a.pp-gallery-load-more,#tribe-bar-form .tribe-bar-submit input.tribe-events-button,.fl-builder-pagination a,.fl-builder-pagination .current,#fl-comment-form-submit,#tribe-events a.tribe-events-button,input[type=submit]{background-color:#9e823c;border:none;border-radius:0;box-sizing:border-box;color:#fff;font-family:"Josefin Sans",sans-serif;font-size:1.4rem;font-style:normal;letter-spacing:.05rem;line-height:1;padding:18px 24px 17px;text-transform:uppercase;transition:all 200ms ease-in-out}button.mp-hide-pw,.fl-button-wrap a.fl-button.mp-hide-pw,.menu-item.join a.mp-hide-pw,a.button.mp-hide-pw,.fl-module-pp-gallery .pp-gallery-pagination a.pp-gallery-load-more.mp-hide-pw,#tribe-bar-form .tribe-bar-submit input.tribe-events-button.mp-hide-pw,.fl-builder-pagination a.mp-hide-pw,.fl-builder-pagination .current.mp-hide-pw,#fl-comment-form-submit.mp-hide-pw,#tribe-events a.tribe-events-button.mp-hide-pw,input[type=submit].mp-hide-pw{display:none}button span.fl-button-text,.fl-button-wrap a.fl-button span.fl-button-text,.menu-item.join a span.fl-button-text,a.button span.fl-button-text,.fl-module-pp-gallery .pp-gallery-pagination a.pp-gallery-load-more span.fl-button-text,#tribe-bar-form .tribe-bar-submit input.tribe-events-button span.fl-button-text,.fl-builder-pagination a span.fl-button-text,.fl-builder-pagination .current span.fl-button-text,#fl-comment-form-submit span.fl-button-text,#tribe-events a.tribe-events-button span.fl-button-text,input[type=submit] span.fl-button-text{color:inherit}button:visited,.fl-button-wrap a.fl-button:visited,.menu-item.join a:visited,a.button:visited,.fl-module-pp-gallery .pp-gallery-pagination a.pp-gallery-load-more:visited,#tribe-bar-form .tribe-bar-submit input.tribe-events-button:visited,.fl-builder-pagination a:visited,.fl-builder-pagination .current:visited,#fl-comment-form-submit:visited,#tribe-events a.tribe-events-button:visited,input[type=submit]:visited{background-color:#9e823c}button:focus,button:hover,.fl-button-wrap a.fl-button:focus,.fl-button-wrap a.fl-button:hover,.menu-item.join a:focus,.menu-item.join a:hover,a.button:focus,a.button:hover,.fl-module-pp-gallery .pp-gallery-pagination a.pp-gallery-load-more:focus,.fl-module-pp-gallery .pp-gallery-pagination a.pp-gallery-load-more:hover,#tribe-bar-form .tribe-bar-submit input.tribe-events-button:focus,#tribe-bar-form .tribe-bar-submit input.tribe-events-button:hover,.fl-builder-pagination a:focus,.fl-builder-pagination a:hover,.fl-builder-pagination .current:focus,.fl-builder-pagination .current:hover,#fl-comment-form-submit:focus,#fl-comment-form-submit:hover,#tribe-events a.tribe-events-button:focus,#tribe-events a.tribe-events-button:hover,input[type=submit]:focus,input[type=submit]:hover{background-color:#b19b63;border:none}button:active,.fl-button-wrap a.fl-button:active,.menu-item.join a:active,a.button:active,.fl-module-pp-gallery .pp-gallery-pagination a.pp-gallery-load-more:active,#tribe-bar-form .tribe-bar-submit input.tribe-events-button:active,.fl-builder-pagination a:active,.fl-builder-pagination .current:active,#fl-comment-form-submit:active,#tribe-events a.tribe-events-button:active,input[type=submit]:active{background-color:#7e6830}button.small,.small .fl-button-wrap a.fl-button,a.button.small,.fl-module-pp-gallery .pp-gallery-pagination a.pp-gallery-load-more,#fl-comment-form-submit,#tribe-events a.tribe-events-button{padding:14px 14px 13px}button.white,.white .fl-button-wrap a.fl-button{background-color:#fff;color:#9e823c}button.white:visited,.white .fl-button-wrap a.fl-button:visited{background-color:#fff}button.white:focus,button.white:hover,.white .fl-button-wrap a.fl-button:focus,.white .fl-button-wrap a.fl-button:hover{opacity:.85}button.white:active,.white .fl-button-wrap a.fl-button:active{opacity:.7}button.ghost,.ghost .fl-button-wrap a.fl-button{background-color:rgba(0,0,0,0);border:1px solid #9e823c;color:#9e823c}button.ghost:visited,.ghost .fl-button-wrap a.fl-button:visited{background-color:rgba(0,0,0,0)}button.ghost:focus,button.ghost:hover,.ghost .fl-button-wrap a.fl-button:focus,.ghost .fl-button-wrap a.fl-button:hover{background-color:#9e823c;color:#fff}button.ghost:active,.ghost .fl-button-wrap a.fl-button:active{background-color:#7e6830;border-color:#7e6830;color:#fff}button.ghost.white,.ghost.white .fl-button-wrap a.fl-button{border-color:#fff;color:#fff}button.ghost.white:focus,button.ghost.white:hover,.ghost.white .fl-button-wrap a.fl-button:focus,.ghost.white .fl-button-wrap a.fl-button:hover{background-color:#fff;color:#9e823c;opacity:1}button.ghost.white:active,.ghost.white .fl-button-wrap a.fl-button:active{opacity:.85}form input[type=text],form input[type=password],form input[type=email],form input[type=tel],form input[type=date],form input[type=month],form input[type=week],form input[type=time],form input[type=number],form input[type=search],form input[type=url]{height:48px;line-height:48px}form input[type=text],form input[type=password],form input[type=email],form input[type=tel],form input[type=date],form input[type=month],form input[type=week],form input[type=time],form input[type=number],form input[type=search],form input[type=url],form textarea,form textarea.form-control{background-color:#fff;border:2px solid #d5d5d5;border-radius:0;transition:border-color 400ms ease-in-out}form input[type=text]:focus,form input[type=text]:hover,form input[type=password]:focus,form input[type=password]:hover,form input[type=email]:focus,form input[type=email]:hover,form input[type=tel]:focus,form input[type=tel]:hover,form input[type=date]:focus,form input[type=date]:hover,form input[type=month]:focus,form input[type=month]:hover,form input[type=week]:focus,form input[type=week]:hover,form input[type=time]:focus,form input[type=time]:hover,form input[type=number]:focus,form input[type=number]:hover,form input[type=search]:focus,form input[type=search]:hover,form input[type=url]:focus,form input[type=url]:hover,form textarea:focus,form textarea:hover,form textarea.form-control:focus,form textarea.form-control:hover{border-color:rgba(0,0,0,0);box-shadow:2px 3px 24px 1px rgba(0,0,0,.07)}form input[type=submit],form input#fl-comment-form-submit{width:auto}form label{font-size:1.5rem;font-weight:400}form label .required{color:#757575;font-size:1.26rem;font-style:italic}.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon{left:33%;top:-36px}.ginput_card_expiration_container select,.ginput_card_expiration_container .chosen-container{max-width:120px;min-width:120px}.ginput_card_expiration_container .chosen-container{margin-bottom:6px}.gform_wrapper .ginput_complex span.ginput_cardextras{min-height:110px;overflow:visible}.ginput_cardinfo_right label:last-child{transform:translateY(-24px)}@media only screen and (min-width: 992px){header.fl-page-header .fl-page-header-row>div:first-child{width:25%}}@media only screen and (min-width: 992px){header.fl-page-header .fl-page-header-row>div:last-child{width:75%}}header.fl-page-header .fl-page-header-wrap .fl-page-header-container{max-width:none;padding-left:8px;padding-right:8px;padding-top:12px;width:auto}@media only screen and (min-width: 992px){header.fl-page-header .fl-page-header-wrap .fl-page-header-container{padding-bottom:0;padding-left:20px;padding-right:20px;padding:10px 20px 24px}}header.fl-page-header .nav{padding-bottom:36px;position:relative}@media only screen and (min-width: 992px){header.fl-page-header .nav{margin-top:30px;padding-bottom:0;padding-top:0}}header.fl-page-header .nav .nav-link{font-family:"Josefin Sans",sans-serif;font-style:normal;font-weight:600;text-decoration:none;text-transform:uppercase}header.fl-page-header .nav .menu-item{margin-right:12px}header.fl-page-header .nav .menu-item a{font-size:1.8rem}@media only screen and (min-width: 992px){header.fl-page-header .nav .menu-item a{font-size:1.2rem}}@media only screen and (min-width: 1100px){header.fl-page-header .nav .menu-item a{font-size:1.4rem}}@media only screen and (min-width: 992px){header.fl-page-header .nav .menu-item>a{padding-left:10px;padding-right:10px}}@media only screen and (min-width: 992px){header.fl-page-header .nav .menu-item ul.sub-menu{border-top:none;box-shadow:2px 3px 24px 1px rgba(0,0,0,.07)}}@media only screen and (min-width: 992px){header.fl-page-header .nav .menu-item ul.sub-menu li a{text-align:left}}header.fl-page-header .nav .menu-item.menu-item-has-children>a:after{content:"";font-family:"Font Awesome 5 Free";font-weight:700;position:absolute;right:-10px;top:14px}@media only screen and (min-width: 992px){header.fl-page-header .nav .menu-item.menu-item-has-children>a:after{right:3px}}@media only screen and (min-width: 992px){header.fl-page-header .nav .menu-item.menu-item-has-children>a{padding-right:16px}}@media only screen and (min-width: 992px){header.fl-page-header .nav .menu-item.login{position:absolute;right:26px;top:-45px}}header.fl-page-header .nav .menu-item.login a{color:#757575;float:left;font-family:"Crimson Text",serif;font-weight:400;text-transform:none}header.fl-page-header .nav .menu-item.join{margin-top:85px}@media only screen and (min-width: 992px){header.fl-page-header .nav .menu-item.join{margin-right:0;margin-top:0}}header.fl-page-header .nav .menu-item.join a{color:#fff !important;float:right;padding:15px 22px}@media only screen and (min-width: 992px){header.fl-page-header .nav .menu-item.join a{float:none}}header.fl-page-header .nav .menu-item.join a:focus,header.fl-page-header .nav .menu-item.join a:hover{background-color:#b19b63;color:#fff}header.fl-page-header .nav .menu-item.join a:active{background-color:#7e6830;color:#fff}@media only screen and (min-width: 992px){header.fl-page-header .fl-page-nav-collapse div.fl-page-nav-search{position:absolute;right:20px;top:-2px}}header.fl-page-header .fl-page-nav-collapse div.fl-page-nav-search:before{background-color:#757575;content:"";height:22px;position:absolute;right:32px;top:10px;width:1px}header.fl-page-header .fl-page-nav-collapse div.fl-page-nav-search a{color:#757575;font-size:1.6rem;text-decoration:none}header.fl-page-header .fl-page-nav-collapse div.fl-page-nav-search form{top:40px}header.fl-page-header div.fl-page-nav-search.mobile{display:block;position:absolute;right:50px;top:12px}@media only screen and (min-width: 992px){header.fl-page-header div.fl-page-nav-search.mobile{display:none}}header.fl-page-header div.fl-page-nav-search.mobile a{color:#757575;font-size:1.6rem;text-decoration:none}header.fl-page-header div.fl-page-nav-search.mobile form{width:260px}@media only screen and (min-width: 500px){header.fl-page-header div.fl-page-nav-search.mobile form{width:400px}}.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile.fl-page-nav-right .fl-page-header-row .fl-page-header-logo{padding-bottom:12px}@media only screen and (min-width: 992px){.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile.fl-page-nav-right .fl-page-header-row .fl-page-header-logo{padding-top:20px}}.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile.fl-page-nav-right .fl-page-header-row .fl-page-header-logo img.fl-logo-img{width:206px}.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle{right:12px;top:17px}.wp-caption{background-color:rgba(0,0,0,0);border:none;padding:0}.wp-caption p.wp-caption-text{border-left:1px solid #9e823c;color:#757575;font-size:1.3rem;font-style:italic;line-height:1.2;margin-top:10px;padding:3px 8px;text-align:left}.wp-caption.alignnone p.wp-caption-text{margin-left:15px}img.alignnone,.wp-caption.alignnone{margin-left:-12px;margin-right:-12px;max-width:calc(100% + 24px)}@media only screen and (min-width: 500px){img.alignnone,.wp-caption.alignnone{margin-left:-20px;margin-right:-20px;max-width:calc(100% + 40px)}}.fl-photo .fl-photo-content{width:100%}.fl-photo .fl-photo-content img{height:auto;width:100%}.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav>li{border:none}.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav>li a{text-align:right;width:auto}.modal .modal-dialog{margin:100px auto}@media(min-width: 768px){.modal-dialog{width:90%;max-width:1200px;margin:20px auto}}.fl-module-accordion .fl-accordion-item{border-color:#d5d5d5;border-width:2px;box-sizing:border-box;transition:all 200ms ease-in-out}.fl-module-accordion .fl-accordion-item:focus,.fl-module-accordion .fl-accordion-item:hover{background-color:#eee}.fl-module-accordion .fl-accordion-item.fl-accordion-item-active{border:none;box-shadow:2px 3px 24px 1px rgba(0,0,0,.07)}.fl-module-accordion .fl-accordion-item.fl-accordion-item-active i.fl-accordion-button-icon{transform:rotate(-180deg)}.fl-module-accordion .fl-accordion-item.fl-accordion-item-active:focus,.fl-module-accordion .fl-accordion-item.fl-accordion-item-active:hover{border-color:#eee}.fl-module-accordion .fl-accordion-item.fl-accordion-item-active .fl-accordion-button-label:after{background-color:#9e823c}.fl-module-accordion .fl-accordion-button-label{font-size:1.9rem;position:relative}.fl-module-accordion .fl-accordion-button-label:after{background-color:rgba(0,0,0,0);bottom:-16px;content:"";height:1px;left:0;position:absolute;transition:background-color 200ms ease-in-out;width:60px}.fl-module-accordion .fl-accordion-content{padding-top:20px}.fl-module-accordion i.fl-accordion-button-icon{background-image:url(../b94eea045b8de094048a.svg);background-position:center center;background-repeat:no-repeat;background-size:100% auto;height:12px;opacity:1;transition:transform 500ms linear;vertical-align:initial;width:22px}.fl-module-accordion i.fl-accordion-button-icon:before{display:none}.fl-module-accordion p{font-size:1.5rem}.fl-callout h3{word-wrap:initial}.fl-callout .fl-callout-title a{color:inherit}@media only screen and (min-width: 768px){.fl-icon-group .fl-icon:first-child{margin-left:0}}.fl-icon-group .fl-icon a{color:#000}.fl-icon-group .fl-icon a:focus,.fl-icon-group .fl-icon a:hover{color:#9e823c}.fl-post-grid .fl-post-grid-post{border:none;overflow:visible}.fl-post-grid .fl-post-grid-post img{box-shadow:0 0 18px -1px rgba(0,0,0,.1);height:58%;max-width:none;object-fit:cover;object-position:top center;font-family:"object-fit: cover; object-position: top center";width:100%}.fl-post-grid .fl-post-grid-post .fl-post-text{padding:30px 0 0}.fl-post-grid .fl-post-grid-post .fl-post-text h4 a{color:#9e823c}.fl-post-grid .fl-post-grid-post .fl-post-text hr{border-top:1px solid #9e823c;margin-left:0;text-align:left;width:60px}.fl-post-grid .fl-post-grid-post .fl-post-text hr,.fl-post-grid .fl-post-grid-post .fl-post-text .fl-post-excerpt{display:none}@media only screen and (min-width: 768px){.fl-post-grid .fl-post-grid-post .fl-post-text hr,.fl-post-grid .fl-post-grid-post .fl-post-text .fl-post-excerpt{display:block}}.fl-builder-pagination li a.page-numbers:focus,.fl-builder-pagination li a.page-numbers:hover{background-color:#b19b63}.fl-builder-pagination li a.page-numbers:active{background-color:#7e6830}.fl-builder-pagination li span.current{background-color:#e5e5e5;color:#000}.fl-builder-pagination li span.current:active,.fl-builder-pagination li span.current:focus,.fl-builder-pagination li span.current:hover{background-color:#e5e5e5}.fl-builder-pagination li a.page-numbers,.fl-builder-pagination li span.current{border:none;padding:14px 14px 13px}@media only screen and (min-width: 768px){.fl-module-pp-gravity-form .gform_fields{display:flex;justify-content:space-between}}@media only screen and (min-width: 768px){.fl-module-pp-gravity-form .gform_fields>div{width:calc(33.33% - 13.33px)}}.fl-module-pp-gravity-form input[type=submit]{margin-top:40px}.fl-module-pp-gallery .pp-gallery-pagination{text-align:center}.pp-pricing-table .pp-pricing-table-inner-wrap ul.pp-pricing-table-features li{display:list-item;font-size:1.4rem;line-height:1.4}.pp-pricing-table .pp-pricing-table-inner-wrap ul.pp-pricing-table-features li span.pp-pricing-table-item-label{display:none}.fl-module-separator .fl-module-content .fl-separator{margin:0;width:60px}.fl-module-separator.center .fl-module-content .fl-separator{margin:0 auto}.fl-module-separator.full .fl-module-content .fl-separator{width:100%}.uabb-social-share-wrap:before{content:"Share"}.scl-upcoming .scl-upcoming-listings{margin-bottom:40px}.scl-upcoming .scl-upcoming-listings .scl-upcoming-event{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto 25px;max-width:400px;padding-bottom:30px;position:relative}@media only screen and (min-width: 992px){.scl-upcoming .scl-upcoming-listings .scl-upcoming-event{flex-wrap:nowrap;margin-bottom:8px;max-width:none;padding-bottom:0}}.scl-upcoming .scl-upcoming-listings .scl-upcoming-event .date-container{order:0}.scl-upcoming .scl-upcoming-listings .scl-upcoming-event .title{order:1}.scl-upcoming .scl-upcoming-listings .scl-upcoming-event .type,.scl-upcoming .scl-upcoming-listings .scl-upcoming-event .location{order:2}.scl-upcoming .scl-upcoming-listings .scl-upcoming-event .button-container{order:3}@media only screen and (min-width: 992px){.scl-upcoming .scl-upcoming-listings .scl-upcoming-event .date-container,.scl-upcoming .scl-upcoming-listings .scl-upcoming-event .title,.scl-upcoming .scl-upcoming-listings .scl-upcoming-event .type,.scl-upcoming .scl-upcoming-listings .scl-upcoming-event .location,.scl-upcoming .scl-upcoming-listings .scl-upcoming-event .button-container{order:initial}}.scl-upcoming .scl-upcoming-listings .scl-upcoming-event .date-container{width:100%}@media only screen and (min-width: 992px){.scl-upcoming .scl-upcoming-listings .scl-upcoming-event .date-container{width:auto}}.scl-upcoming .scl-upcoming-listings .scl-upcoming-event .button-container{text-align:center;width:100%}@media only screen and (min-width: 992px){.scl-upcoming .scl-upcoming-listings .scl-upcoming-event .button-container{width:auto}}.scl-upcoming .scl-upcoming-listings .scl-upcoming-event p.type,.scl-upcoming .scl-upcoming-listings .scl-upcoming-event p.location{text-align:center;width:50%}@media only screen and (min-width: 992px){.scl-upcoming .scl-upcoming-listings .scl-upcoming-event p.type,.scl-upcoming .scl-upcoming-listings .scl-upcoming-event p.location{margin:0 20px 6px 0;text-align:left;max-width:12%;min-width:12%;width:12%}}.scl-upcoming .scl-upcoming-listings .scl-upcoming-event p.type{border-right:1px solid #ccc;padding-right:8px}@media only screen and (min-width: 992px){.scl-upcoming .scl-upcoming-listings .scl-upcoming-event p.type{border-right:none;padding-right:0}}.scl-upcoming .scl-upcoming-listings .scl-upcoming-event p.location{box-shadow:-1px 0 #ccc;padding-left:8px}@media only screen and (min-width: 992px){.scl-upcoming .scl-upcoming-listings .scl-upcoming-event p.location{box-shadow:none;padding-left:0}}.scl-upcoming .scl-upcoming-listings .scl-upcoming-event p.title{text-align:center;text-transform:uppercase}@media only screen and (min-width: 992px){.scl-upcoming .scl-upcoming-listings .scl-upcoming-event p.title{text-align:left}}.scl-upcoming .scl-upcoming-listings .scl-upcoming-event:after{border-bottom:1px solid #ccc;bottom:0;content:"";left:calc(50% - 90px);position:absolute;width:180px}@media only screen and (min-width: 992px){.scl-upcoming .scl-upcoming-listings .scl-upcoming-event:after{display:none}}.scl-upcoming .scl-upcoming-listings .scl-upcoming-event p,.scl-upcoming .scl-upcoming-listings .scl-upcoming-event a{margin:0 0 12px}.scl-upcoming .scl-upcoming-listings .scl-upcoming-event p.date{background-color:#fff;display:flex;font-family:"Josefin Sans",sans-serif;margin:0 auto 12px;max-width:96px;min-width:96px}@media only screen and (min-width: 992px){.scl-upcoming .scl-upcoming-listings .scl-upcoming-event p.date{margin:0 20px 6px 0}}.scl-upcoming .scl-upcoming-listings .scl-upcoming-event p.date span{display:inline-block;padding-top:1px;text-align:center}.scl-upcoming .scl-upcoming-listings .scl-upcoming-event p.date .month{background-color:#9e823c;color:#fff;text-transform:uppercase;width:60px}.scl-upcoming .scl-upcoming-listings .scl-upcoming-event p.date .day{width:36px}.scl-upcoming .scl-upcoming-listings .scl-upcoming-event p.title{flex-grow:1;width:100%}@media only screen and (min-width: 992px){.scl-upcoming .scl-upcoming-listings .scl-upcoming-event p.title{margin:0 20px 6px 0;width:auto}}.scl-upcoming button,.scl-upcoming a{background-color:#9e823c;border:none;border-radius:0;color:#fff;font-family:"Josefin Sans",sans-serif;font-size:1.4rem;font-style:normal;padding:10px 24px 8px;text-align:center;text-transform:uppercase;transition:all ease-in-out 200ms}@media only screen and (min-width: 768px){.scl-upcoming button,.scl-upcoming a{font-size:1.6rem}}.scl-upcoming button:focus,.scl-upcoming button:hover,.scl-upcoming a:focus,.scl-upcoming a:hover{background-color:#b19b63}.scl-upcoming .scl-upcoming-buttons{text-align:center}.scl-upcoming .scl-upcoming-buttons a{margin:20px 12px 0;padding:10px 12px 8px}@media only screen and (min-width: 768px){.scl-upcoming .scl-upcoming-buttons a{padding:10px 24px 8px}}.tribe-common .tribe-common-form-control-radio__label,.tribe-common .tribe-common-form-control-checkbox__label,.tribe-common .tribe-common-form-control-slider__label,.tribe-common .tribe-common-form-control-text__input,.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input,#top.tribe-theme-enfold .tribe-common .tribe-common-form-control-text__input,#top .main_color .tribe-common .tribe-common-form-control-text__input,#top.tribe-theme-enfold .tribe-common.tribe-common--breakpoint-medium .tribe-common-form-control-text__input,#top .main_color .tribe-common.tribe-common--breakpoint-medium .tribe-common-form-control-text__input,.tribe-common .tribe-common-form-control-toggle__label,.tribe-common .tribe-common-b1,.tribe-common .tribe-common-b2,.tribe-common .tribe-common-b3,.tribe-common .tribe-common-cta,.tribe-common .tribe-common-h1,.tribe-common .tribe-common-h2,.tribe-common .tribe-common-h3,.tribe-common .tribe-common-h4,.tribe-common .tribe-common-h5,.tribe-common .tribe-common-h6,.tribe-common .tribe-common-h7,.tribe-common .tribe-common-h8,.tribe-theme-avada #main .tribe-common .tribe-common-h1,.tribe-theme-avada #main .tribe-common .tribe-common-h2,.tribe-theme-avada #main .tribe-common .tribe-common-h3,.tribe-theme-avada #main .tribe-common .tribe-common-h4,.tribe-theme-avada #main .tribe-common .tribe-common-h5,.tribe-theme-avada #main .tribe-common .tribe-common-h6,.tribe-theme-avada #main .tribe-common .tribe-common-h7,.tribe-theme-avada #main .tribe-common .tribe-common-h8,.tribe-common a.tribe-common-c-btn-border,.tribe-common .tribe-common-c-btn-border,.tribe-common a.tribe-common-c-btn,.tribe-common .tribe-common-c-btn,.tribe-common .tribe-common-form-control-radio__label,.tribe-common .tribe-common-form-control-checkbox__label,.tribe-common .tribe-common-form-control-slider__label,.tribe-common .tribe-common-form-control-text__input,#top.tribe-theme-enfold .tribe-common .tribe-common-form-control-text__input,.tribe-common .tribe-common-form-control-toggle__label,.tribe-common .tribe-common-b1,.tribe-common .tribe-common-b2,.tribe-common .tribe-common-b3,.tribe-common .tribe-common-cta,.tribe-common .tribe-common-h1,.tribe-common .tribe-common-h2,.tribe-common .tribe-common-h3,.tribe-common .tribe-common-h4,.tribe-common .tribe-common-h5,.tribe-common .tribe-common-h6,.tribe-common .tribe-common-h7,.tribe-common .tribe-common-h8,.tribe-theme-avada #main .tribe-common .tribe-common-h1,.tribe-theme-avada #main .tribe-common .tribe-common-h2,.tribe-theme-avada #main .tribe-common .tribe-common-h3,.tribe-theme-avada #main .tribe-common .tribe-common-h4,.tribe-theme-avada #main .tribe-common .tribe-common-h5,.tribe-theme-avada #main .tribe-common .tribe-common-h6,.tribe-theme-avada #main .tribe-common .tribe-common-h7,.tribe-theme-avada #main .tribe-common .tribe-common-h8,.tribe-common a.tribe-common-c-btn-border,.tribe-common .tribe-common-c-btn-border,.tribe-common a.tribe-common-c-btn,.tribe-common .tribe-common-c-btn,.tribe-common .tribe-common-form-control-text__input,#top.tribe-theme-enfold .tribe-common .tribe-common-form-control-text__input,.tribe-events .tribe-events-calendar-list,.tribe-events .tribe-events-calendar-list__event--description,.tribe-events .tribe-events-c-breadcrumbs__list,.tribe-events .datepicker .datepicker-switch,.tribe-events .datepicker .dow,.tribe-events .datepicker .day,.tribe-events .datepicker .year,.tribe-events .datepicker .month,.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button-text,.tribe-events .tribe-events-c-view-selector__list-item-text,.tribe-events .tribe-events-calendar-list__event-date-tag-weekday,.tribe-events .tribe-events-calendar-month__calendar-event-datetime,.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime,.tribe-events .datepicker .datepicker-switch,.tribe-events .datepicker .dow,.tribe-events .datepicker .day,.tribe-events .datepicker .year,.tribe-events .datepicker .month,.tribe-events .tribe-events-c-small-cta__price,.tribe-events .tribe-events-c-view-selector__list-item-text,.tribe-events .tribe-events-calendar-list__event-date-tag-weekday,.tribe-events .tribe-events-calendar-month__calendar-event-datetime,.tribe-events .tribe-events-c-view-selector__button-text{font-family:inherit}.tribe-events-pro .tribe-events-pro-photo__event-date-tag-month,.tribe-events-pro .tribe-events-pro-week-grid__events-time-tag,.tribe-events-pro .tribe-events-pro-week-grid__event-datetime,.tribe-events-pro .tribe-events-pro-week-grid__event-tooltip-datetime,.tribe-events-pro .tribe-events-pro-map__event-date-tag-month,.tribe-events-pro .tribe-events-pro-photo__event-date-tag-weekday,.tribe-events-pro .tribe-events-pro-week-grid__multiday-events-tag,.tribe-events-pro .tribe-events-pro-week-grid__events-time-tag,.tribe-events-pro .tribe-events-pro-week-grid__event-datetime,.tribe-events-pro .tribe-events-pro-map__event-date-tag-weekday{font-family:inherit}.single-tribe_events .tribe-block__events-link .tribe-block__btn--link a{color:#000}.single-tribe_events .fl-content-full{max-width:940px}.single-tribe_events #tribe-events .tribe-events-schedule{background-color:rgba(0,0,0,0);border:none;padding:12px 0}.single-tribe_events #tribe-events h1.tribe-events-single-event-title{font-size:2.8rem}@media only screen and (min-width: 768px){.single-tribe_events #tribe-events h1.tribe-events-single-event-title{font-size:3.6rem}}.single-tribe_events #tribe-events .tribe-events-schedule{color:#666;font-style:italic}.single-tribe_events #tribe-events .tribe-events-schedule span{font-style:normal}.single-tribe_events #tribe-events .tribe-events-single-event-description.tribe-events-content{margin-top:60px}.single-tribe_events #tribe-events .tribe-events-single-event-description.tribe-events-content p,.single-tribe_events #tribe-events .tribe-events-single-event-description.tribe-events-content h1,.single-tribe_events #tribe-events .tribe-events-single-event-description.tribe-events-content h2,.single-tribe_events #tribe-events .tribe-events-single-event-description.tribe-events-content h3,.single-tribe_events #tribe-events .tribe-events-single-event-description.tribe-events-content h4,.single-tribe_events #tribe-events .tribe-events-single-event-description.tribe-events-content h5,.single-tribe_events #tribe-events .tribe-events-single-event-description.tribe-events-content h6{margin-bottom:30px}.single-tribe_events #tribe-events .tribe-events-single-section.tribe-events-event-meta{background-color:#eee;font-size:1.5rem;padding-top:30px}.single-tribe_events #tribe-events .tribe-events-venue-map{background-color:#fff;border:none;border-radius:0}.single-tribe_events #tribe-events-footer{border:none;padding-top:0}@media only screen and (min-width: 768px){.single-tribe_events .ad-300x50.adsanity-300x50{display:none}}.single-tribe_events .ad-728x90.adsanity-728x90{display:none}@media only screen and (min-width: 768px){.single-tribe_events .ad-728x90.adsanity-728x90{display:block}}#tribe-events-events-bar-keyword{margin:0 15px;width:calc(100% - 30px)}.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control-icon-svg{left:30px}.tribe-events .tribe-events-c-top-bar__nav-list{margin-bottom:0}.tribe-events li.tribe-events-c-view-selector__list-item.tribe-events-c-view-selector__list-item--list{margin:0}.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar,.tribe-events .tribe-events-c-events-bar__search-container,.tribe-events .tribe-events-c-view-selector__content{background-color:#eee}.tribe-events .tribe-events-c-view-selector__content{padding-right:0}.tribe-common--breakpoint-medium.tribe-events--filter-bar-horizontal.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar__filter-button{margin:3px 0 0}.tribe-events ul.tribe-events-c-messages__message-list{margin-bottom:0}.tribe-common .tribe-common-c-btn,.tribe-common a.tribe-common-c-btn,.tribe-common button.tribe-common-c-btn{border-radius:0;font-weight:600}.tribe-events .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell--desktop h3.tribe-events-calendar-month__day-date,.tribe-events .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell--desktop h3.tribe-events-calendar-month__day-date a{background-color:#666;color:#fff}.tribe-events .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell--desktop.tribe-events-calendar-month__day--current h3.tribe-events-calendar-month__day-date,.tribe-events .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell--desktop.tribe-events-calendar-month__day--current h3.tribe-events-calendar-month__day-date a{background-color:#9e823c;color:#fff}.tribe-events .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell--desktop.tribe-events-calendar-month__day--past h3.tribe-events-calendar-month__day-date,.tribe-events .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell--desktop.tribe-events-calendar-month__day--past h3.tribe-events-calendar-month__day-date a{background-color:#eee;color:#000}.tribe-events .tribe-events-calendar-month__calendar-event:first-child{margin-top:16px}.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title h3,.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title p,.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-description h3,.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-description p{font-size:1.4rem}.tribe-common .tribe-common-c-btn,.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button,.tribe-common button.tribe-common-c-btn,.tribe-common button.tribe-common-c-btn:hover,.tribe-common button.tribe-common-c-btn:active,.tribe-common button.tribe-common-c-btn:focus{border-radius:0;font-family:"Josefin Sans",sans-serif;font-style:normal;font-weight:700;padding-bottom:10px}.tribe-common--breakpoint-medium.tribe-events form.tribe-events-c-search{padding-right:26px}.tribe-filter-bar .tribe-filter-bar-c-pill--button.tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__pill{border-radius:17px;padding:9px 32px 6px 12px}.tribe-common .tribe-common-anchor-thin-alt{border-color:#9e823c;color:#000}.tribe-common .tribe-common-anchor-thin-alt:active,.tribe-common .tribe-common-anchor-thin-alt:focus,.tribe-common .tribe-common-anchor-thin-alt:hover{border-color:#9e823c;color:#9e823c}.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button{background-color:#9e823c}.tribe-events-c-events-bar__filter-button.tribe-events-c-events-bar__filter-button--active{display:none !important}.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.tribe-common-a11y-hidden{display:none !important}.tribe-common li.tribe-events-c-top-bar__nav-list-item{margin-bottom:0}.tribe-common .tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--prev svg path,.tribe-common .tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--next svg path{fill:#757575}.tribe-events-c-ical{display:none !important}.viewed-video{background-color:green;color:#fff;font-family:"Josefin Sans",sans-serif;font-size:16px;font-style:normal;line-height:2;padding-top:3px;position:absolute;right:0;text-align:center;top:0;width:110px}.fl-post-grid-post.type-award_entry .fl-post-excerpt p{margin-bottom:5px}.fl-module-content-slider.leaders .fl-slide-content-wrap{background-color:rgba(0,0,0,0)}@media only screen and (min-width: 768px){.fl-module-content-slider.leaders .fl-slide-content-wrap{background-color:rgba(0,0,0,.8);margin:20px;min-height:586px}}@media only screen and (min-width: 1200px){.fl-module-content-slider.leaders .fl-slide-content-wrap{width:30%}}.fl-module-content-slider.leaders .fl-slide-content{margin-top:50%;transform:translateY(-50%)}@media screen and (max-width: 767px){.fl-module-content-slider.leaders .fl-slide-content{background-color:rgba(0,0,0,0);margin-top:calc(50% + 20px)}}@media only screen and (min-width: 768px){.fl-module-content-slider.leaders .fl-slide-content{margin-left:40px;margin-right:40px}}@media screen and (max-width: 767px){.fl-module-content-slider.leaders .fl-slide-foreground{margin-left:-20px;width:calc(100% + 40px)}}.fl-module-content-slider.leaders .fl-slide-bg-photo{z-index:-1}@media screen and (max-width: 767px){.fl-module-content-slider.leaders .fl-slide-bg-photo{position:absolute;top:0;z-index:1}}.fl-module-content-slider.leaders .fl-slide-bg-photo:after{background-color:rgba(0,0,0,.6);content:"";height:100%;left:0;position:absolute;top:0;width:100%}@media only screen and (min-width: 768px){.fl-module-content-slider.leaders .fl-slide-bg-photo:after{display:none}}.fl-module-content-slider.leaders h2{position:relative}.fl-module-content-slider.leaders h2:after{background-color:#9e823c;bottom:0;content:"";height:1px;left:calc(50% - 30px);position:absolute;width:60px}@media only screen and (min-width: 768px){.fl-module-content-slider.leaders h2:after{left:0}}.fl-module-content-slider.leaders .bx-pager-item .bx-pager-link{background-color:rgba(0,0,0,0);border:2px solid #9e823c}.fl-module-content-slider.leaders .bx-pager-item .bx-pager-link.active{background-color:#9e823c}.fl-module-content-slider.leaders .fl-content-slider-navigation{display:none}@media only screen and (min-width: 1200px){.fl-module-content-slider.leaders .fl-content-slider-navigation{display:block}}.fl-module-content-slider.leaders .fl-content-slider-navigation a{background-position:center center;background-repeat:no-repeat;background-size:100% auto;height:46px;width:18px}.fl-module-content-slider.leaders .fl-content-slider-navigation a svg{display:none}.fl-module-content-slider.leaders .fl-content-slider-navigation a.slider-prev{background-image:url(../05351b1e3b7719d0ba44.svg);left:-40px}.fl-module-content-slider.leaders .fl-content-slider-navigation a.slider-next{background-image:url(../d4f784947ff54df30649.svg);right:-40px}@media only screen and (min-width: 768px){.archive-sidebar .fl-module-post-grid .fl-module-content{margin-right:60px}}.archive-sidebar .widget_recent_entries h2{display:none}.fl-row.hero p,.fl-row.hero h1.fl-heading,.fl-row.hero .fl-col-content{text-align:center}.fl-row.hero p,.fl-row.hero h1{color:#fff}.fl-row.hero .fl-module-button{display:inline-block}@media only screen and (min-width: 768px){.fl-row.hero p{font-size:1.8rem}}.fl-row.hero .fl-module-content .fl-separator{margin:0 auto}@media only screen and (min-width: 768px){.home .fl-row.hero p,.home .fl-row.hero h1.fl-heading,.home .fl-row.hero .fl-col-content{text-align:left}}@media only screen and (min-width: 768px){.home .fl-row.hero .fl-module-content .fl-separator{margin:0}}.home-page-recent .fl-module-post-grid h6 a{color:#e5e5e5}.home-page-recent .fl-module-post-grid p{color:#b5b5b5}.home-page-recent .fl-module-post-grid .fl-post-text{padding:0}.home-page-recent .fl-module-post-grid .fl-post-feed-post{border-color:#252525}.home-page-recent .scl-recent-event h4{color:#e5e5e5}.home-page-recent h4,.home-page-recent h5{text-align:center}@media only screen and (min-width: 768px){.home-page-recent h4,.home-page-recent h5{text-align:left}}.home-page-recent .fl-module-content .fl-separator{margin:0 auto}@media only screen and (min-width: 768px){.home-page-recent .fl-module-content .fl-separator{margin:0}}.scl-post-tags{border-top:1px solid #ccc;padding-top:6px}.scl-post-tags p{font-size:1.4rem}.scl-post-tags p a{text-decoration:underline}.scl-recent-events .scl-recent-event{border-bottom:1px solid #252525;margin-bottom:40px;padding-bottom:40px}@media only screen and (min-width: 768px){.scl-recent-events .scl-recent-event{display:flex}}.scl-recent-events .image-wrapper{text-align:center}@media only screen and (min-width: 768px){.scl-recent-events .image-wrapper{margin-right:40px;width:30%}}@media only screen and (min-width: 768px){.scl-recent-events .text{width:70%}}.scl-recent-events h4 a{color:#e5e5e5}.scl-recent-events .excerpt{display:none}@media only screen and (min-width: 768px){.scl-recent-events .excerpt{color:#b5b5b5;display:block}}.scl-recent-events .button{display:none}@media only screen and (min-width: 768px){.scl-recent-events .button{display:inline-block;margin-top:30px}}@media only screen and (min-width: 768px){.scl-upcoming-events{display:flex}}.scl-upcoming-events .scl-upcoming-event{background-color:#fff;box-shadow:2px 3px 24px 1px rgba(0,0,0,.07);padding:40px 30px 130px;position:relative;text-align:center}@media only screen and (min-width: 768px){.scl-upcoming-events .scl-upcoming-event{margin-right:40px;padding:60px 60px 130px;width:33.33%}}.scl-upcoming-events .scl-upcoming-event:last-child{margin-right:0}.scl-upcoming-events .scl-upcoming-event p{font-size:1.5rem}.scl-upcoming-events .scl-upcoming-event .date{color:#666;font-family:"Josefin Sans",sans-serif;font-size:1.4rem}.scl-upcoming-events .scl-upcoming-event h5{color:#000;padding-bottom:12px;position:relative}.scl-upcoming-events .scl-upcoming-event h5:after{background-color:#9e823c;bottom:0;content:"";height:1px;left:calc(50% - 30px);position:absolute;width:60px}.scl-upcoming-events .scl-upcoming-event .venue{margin:20px 0 0}.scl-upcoming-events .scl-upcoming-event .details{font-size:1.3rem;font-style:italic;margin-bottom:20px}.scl-upcoming-events .scl-upcoming-event .details span{font-style:normal}.scl-upcoming-events .scl-upcoming-event .button{bottom:60px;left:50%;position:absolute;transform:translateX(-50%)}@media only screen and (min-width: 768px){.scl-upcoming-events .scl-upcoming-event .button{font-size:1.2rem;padding:14px}}@media only screen and (min-width: 1024px){.scl-upcoming-events .scl-upcoming-event .button{font-size:1.4rem;padding:18px 25px 17px}}.scl-upcoming-events .slick-dots{list-style:none;margin-top:12px;padding:0;text-align:center}.scl-upcoming-events .slick-dots li{display:inline-block}.scl-upcoming-events .slick-dots li button{background-color:rgba(0,0,0,0);color:rgba(0,0,0,0);padding:0;position:relative;width:20px}.scl-upcoming-events .slick-dots li button:after{border:2px solid #9e823c;border-radius:50%;content:"";height:10px;position:absolute;width:10px}.scl-upcoming-events .slick-dots li.slick-active button:after{background-color:#9e823c}@media only screen and (min-width: 768px){.scl-upcoming-events.sidebar{display:block}}.scl-upcoming-events.sidebar .scl-upcoming-event{margin:0 20px 10px;width:calc(100% - 40px)}@media only screen and (min-width: 768px){.scl-upcoming-events.sidebar .scl-upcoming-event{margin-left:0;margin-right:0;padding:24px 30px 30px;width:100%}}@media only screen and (min-width: 1024px){.scl-upcoming-events.sidebar .scl-upcoming-event{margin-left:20px;width:calc(100% - 40px)}}.scl-upcoming-events.sidebar .scl-upcoming-event p.date{margin-bottom:0}.scl-upcoming-events.sidebar .scl-upcoming-event h5{font-weight:600}.scl-upcoming-events.sidebar .scl-upcoming-event p.venue{margin-top:10px}.scl-upcoming-events.sidebar .scl-upcoming-event p.excerpt{display:none}.scl-upcoming-events.sidebar .scl-upcoming-event .button{display:inline-block;position:static;transform:none}.single-post .fl-widget{position:relative}.single-post .fl-module-fl-post-info{margin:-20px 0}.single-post .fl-module-fl-post-info span{display:block;margin:-2px 0}.single-post .fl-module-fl-post-info span.fl-post-info-terms{font-size:1.5rem}.single-post .fl-module-fl-post-info span.fl-post-info-terms a{color:#777}.single-post .fl-module-fl-post-info span.fl-post-info-terms a:focus,.single-post .fl-module-fl-post-info span.fl-post-info-terms a:hover{color:#9e823c}.single-post .fl-module-fl-post-content{margin-bottom:-20px}.single-post .fl-comments{margin-top:50px}@media only screen and (min-width: 992px){.single-post .fl-comments input{width:50%}}.single-post .fl-comments .comment-body{border:2px solid #d5d5d5}.single-post .fl-comments .comment-meta{padding:0 15px}.single-post .fl-comments .comment-content{border:none;padding-bottom:0}.single-post .fl-comments a.comment-reply-link{color:#777;text-decoration:underline}.single-post .fl-comments a.comment-reply-link:focus,.single-post .fl-comments a.comment-reply-link:hover{color:#9e823c}.scl-site-footer p{font-size:1.6rem}.scl-site-footer .address p{text-align:center}@media only screen and (min-width: 768px){.scl-site-footer .address p{text-align:left}}@media only screen and (min-width: 768px){.scl-site-footer .fl-icon-group{text-align:left}}.scl-site-footer .copyright p{color:#757575;font-size:1.1rem}.widget_a2a_share_save_widget{margin-left:20px}@media only screen and (min-width: 992px){.widget_a2a_share_save_widget{left:-4%;margin-left:0;position:absolute;top:-110px}}@media only screen and (min-width: 1200px){.widget_a2a_share_save_widget{left:-62px}}.widget_a2a_share_save_widget h2.widgettitle{color:#000;font-size:1.2rem;margin-left:-10px;text-align:center;width:60px}.widget_a2a_share_save_widget .addtoany_list a{height:40px;margin-right:12px;padding:0;width:40px}@media only screen and (min-width: 992px){.widget_a2a_share_save_widget .addtoany_list a{display:block;margin-bottom:10px;margin-right:0}}.widget_a2a_share_save_widget .addtoany_list a span.a2a_svg{border-radius:0 !important;padding:6px}.widget_recent_entries ul li{border-bottom:1px solid #ccc;margin:0 10px;padding:6px 0}.widget_recent_entries ul li a{color:#000;display:inline-block;font-style:normal;line-height:1.5}.widget_recent_entries ul li a:focus,.widget_recent_entries ul li a:hover{color:#9e823c}input.fl-search-input{background-color:rgba(0,0,0,0);border-color:#ccc;border-radius:0;color:#777;font-size:1.4rem;height:42px;line-height:42px;opacity:1;padding:0 14px}input.fl-search-input:active,input.fl-search-input:focus{background-color:rgba(0,0,0,0)}
