/*!
 * DO NOT EDIT
 * THis file is part of an active redesign and
 * it is linked to scss files in the wd_master_theme repository
 * If you need to add styles to the redesign use an additional temporary css file and add that to the layout as well
 * Or edit the scss files and rebuild them
 *
 */
/*! -------------------------------- -------------------------------- */
/*! ---------------------------- Headings --------------------------- */
/*! -------------------------------- -------------------------------- */
.h5,h5{font-weight:400;font-style:italic;font-family:Merriweather,sans-serif}
h2 a{color:inherit}
.hollow-text{-webkit-text-stroke:1px currentColor;-webkit-text-fill-color:transparent}
.editorContent a:not([class]){font-weight:700}
.logo.demo{display:inline-block}
/*! -------------------------------- -------------------------------- */
/*! ---------------------------- Sections --------------------------- */
/*! -------------------------------- -------------------------------- */
#contentControl h1.pageTitle{display:none}
.content{background-color:#fff}
section{display:block;position:relative;padding-bottom:1rem;-webkit-box-sizing:border-box;box-sizing:border-box}
.grid-container.wide{max-width:85em}
.grid-container.extra-wide{max-width:120em}
.grid-x.reversed{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}
.forceWhite{color:#fff}
.themeDark{background:#222;color:#fff}
.themeDark a:not(.button),.themeDark address,.themeDark h1,.themeDark h2,.themeDark h3,.themeDark h4,.themeDark p{color:#fff}
.themePrimary{background:#154c9b;color:#fff}
.themePrimary a:not(.button),.themePrimary address,.themePrimary h1,.themePrimary h2,.themePrimary h3,.themePrimary h4,.themePrimary p{color:#fff}
.darkBackground{background:#222}
.themeMedium{background:#f5f5f5}
.themeLight{background-color:#fff}
.pad-y-none{padding-top:0;padding-bottom:0}
.pad-top-none{padding-top:0}
.pad-bottom-none{padding-bottom:0}
.pad-y-none{padding-top:0;padding-bottom:0}
.pad-top-none{padding-top:0}
.pad-bottom-none{padding-bottom:0}
.pad-y-none{padding-top:0;padding-bottom:0}
.pad-top-none{padding-top:0}
.pad-bottom-none{padding-bottom:0}
.pad-y-small{padding-top:1rem;padding-bottom:1rem}
.pad-top-small{padding-top:1rem}
.pad-bottom-small{padding-bottom:1rem}
.pad-y-small{padding-top:1rem;padding-bottom:1rem}
.pad-top-small{padding-top:1rem}
.pad-bottom-small{padding-bottom:1rem}
.pad-y-small{padding-top:1rem;padding-bottom:1rem}
.pad-top-small{padding-top:1rem}
.pad-bottom-small{padding-bottom:1rem}
.pad-y-medium{padding-top:3rem;padding-bottom:3rem}
.pad-top-medium{padding-top:3rem}
.pad-bottom-medium{padding-bottom:3rem}
.pad-y-medium{padding-top:3rem;padding-bottom:3rem}
.pad-top-medium{padding-top:3rem}
.pad-bottom-medium{padding-bottom:3rem}
.pad-y-medium{padding-top:3rem;padding-bottom:3rem}
.pad-top-medium{padding-top:3rem}
.pad-bottom-medium{padding-bottom:3rem}
.pad-y-large{padding-top:5rem;padding-bottom:5rem}
.pad-top-large{padding-top:5rem}
.pad-bottom-large{padding-bottom:5rem}
.pad-y-large{padding-top:5rem;padding-bottom:5rem}
.pad-top-large{padding-top:5rem}
.pad-bottom-large{padding-bottom:5rem}
.pad-y-large{padding-top:5rem;padding-bottom:5rem}
.pad-top-large{padding-top:5rem}
.pad-bottom-large{padding-bottom:5rem}
.push-to-bottom{margin-top:auto;justify-self:flex-end}
.moduleHeader{margin-bottom:1.5rem}
/*! -------------------------------- -------------------------------- */
/*! ------------------- Misc. General Site Styling ------------------ */
/*! -------------------------------- -------------------------------- */
.imageLeft{float:left;margin-right:2rem;margin-bottom:2rem}
.imageRight{float:right;margin-left:2rem;margin-bottom:2rem}
@media print,screen and (min-width:40em){
.imageHalf{width:50%}
}
.eyebrow{font-size:1.125rem;font-style:italic;color:#4d962a;font-family:Merriweather,sans-serif}
.arrowLink,.moreLink{color:inherit;font-weight:700}
.arrowLink::after,.button.arrow-hover::after,.button.arrow::after,.moreLink::after{right:5px;left:auto;margin-left:5px;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease;display:inline-block;border:none;border-top:2px solid currentColor;border-right:2px solid currentColor;color:inherit;content:'';height:10px;width:10px;-webkit-transform:translateX(0) rotate(45deg);transform:translateX(0) rotate(45deg)}
.a:hover .arrowLink::after,.a:hover .button.arrow-hover::after,.a:hover .button.arrow::after,.a:hover .moreLink::after,.arrowLink:hover::after,.button.arrow-hover:hover::after,.button.arrow:hover::after,.moreLink:hover::after{-webkit-transform:translateX(.5rem) rotate(45deg);transform:translateX(.5rem) rotate(45deg)}
.arrow-hover{padding-left:1.5rem}
.arrow-hover:after{opacity:0;-webkit-transform:translateX(-.5rem) rotate(45deg);transform:translateX(-.5rem) rotate(45deg)}
.arrow-hover:hover:after{opacity:1}
/*! -------------------------------------------------------------------- */
/*! Foundation Overrides                                                 */
.svgDivider{height:5vw;width:100%;position:relative}
.hasSvg--top .grid-container{padding-top:calc(2rem + 5vw)}
.hasSvg--top .svgDivider{margin-bottom:-5vw;z-index:1}
.hasSvg--bottom{padding-bottom:0}
.hasSvg--bottom .grid-container{padding-bottom:calc(2rem + 5vw)}
.hasSvg--bottom .svgDivider{margin-top:-5vw;z-index:1}
/*! TinyMCE reset  - change body back to 16px from 14px ugh*/
.mce-content-body{font-size:16px}
.mce-content-body div,.mce-content-body h1,.mce-content-body h2,.mce-content-body h3,.mce-content-body h4,.mce-content-body h5,.mce-content-body h6,.mce-content-body p{line-height:1.6}
/*! -------------------------------------------------------------------- */
/*! Framework -  Header, Footer, Content and Sidebar                     */
/*! -------------------------------------------------------------------- */
.header{display:block;position:relative;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:5;background:#154c9b;border-bottom:1px solid rgba(21,76,155,.8)}
.header.is-stuck{-webkit-box-shadow:0 3px 10px rgba(0,0,0,.3);box-shadow:0 3px 10px rgba(0,0,0,.3)}
body.header-is-overlay .header{background:0 0;position:absolute;width:100%;border-bottom:0}
a.logo.demo{background:gray;height:75px;width:100%}
.header-top{padding:1rem 0}
@media print,screen and (max-width:39.99875em){
.header-social{display:none}
}
.header-buttons{margin-left:1rem;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}
.header-buttons a{white-space:nowrap}
.header-util{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;height:67px;justify-self:flex-end;margin-left:auto}
.header-util .button,.header-util .input-group{margin-bottom:0}
.header-search{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:1rem}
.header-search .input-group{width:175px}
.header-search .input-group .input-group-field{border:0;-webkit-box-shadow:none;box-shadow:none}
.header-search-popup{position:absolute;width:calc(100% - 50px);right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#154c9b;margin-top:auto;max-width:400px;padding:2rem 2rem 1rem;-webkit-box-shadow:0 3px 3px rgba(0,0,0,.3);box-shadow:0 3px 3px rgba(0,0,0,.3);border:0}
.header-search.is-active,.header-search[aria-expanded=true]{background:#f5f5f5}
.header-links a{border-bottom:1px solid transparent;color:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.header-links a .icon{color:#fff;font-size:2rem;margin-right:8px}
.header-main-container{background:#154c9b}
.header-main{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-height:70px;-webkit-transition:height .4s ease;transition:height .4s ease;width:100%}
.header-logo__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.header-logo{-ms-flex-negative:0;flex-shrink:0;margin-right:20px;-webkit-transition:color .4s ease,width .4s ease;transition:color .4s ease,width .4s ease;width:80px}
.header-logo__title{margin:0;color:#fff;font-weight:500;-webkit-transition:color .4s ease,font-size .4s ease;transition:color .4s ease,font-size .4s ease;font-size:2rem}
.is-stuck .header-logo__title{font-size:2rem}
.is-stuck .header-logo{width:80px}
.header-logo svg{width:100%}
span.text{color:#fff}
.header-nav{white-space:nowrap;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:67px;max-height:105px;max-width:940px;position:relative;width:100%}
.header-nav a{color:#454545;font-size:1rem;font-weight:600}
.header-nav li.is-overflown{visibility:hidden;pointer-events:none}
.header-nav>li>a{border-bottom:3px solid transparent;color:#fff}
.header-nav ul li:hover>a{background:#f5f5f5}
.header-nav>li.menuItemHighlight>a,.header-nav>li:hover>a{border-bottom:3px solid #154c9b}
@media print,screen and (max-width:63.99875em){
.header-nav{display:none}
}
.header .header-mobile-only-trigger{display:none;background-color:#154c9b}
/*! Incrementally hide the top bar items*/
@media screen and (max-width:640px){
.header .header-links{display:none}
.header .header-main-container{display:none}
.header .header-mobile-only-trigger{display:block}
}
@media screen and (max-width:925px){
.header .header-social{display:none}
}
@media screen and (max-width:880px){
.header .header-search{display:none}
}
.footer{display:block;position:relative;padding:0}
.footer{background:#222;color:#fff}
.footer a,.footer address,.footer h1,.footer h2,.footer h3,.footer h4,.footer p{color:#fff}
.footer .footer-brand{font-size:1.2em}
.footer-main{padding-top:4rem;padding-bottom:2rem}
.footer-main a{color:#154c9b;font-weight:700}
.footer-main a:hover{text-decoration:underline}
.footer-logo{display:block;width:330px;padding:0;margin-bottom:2rem}
.footer-copyright{padding:1rem 0;font-size:.875rem}
.footer-copyright a{color:#154c9b}
.footer-copyright a:hover{text-decoration:underline}
.footer-copyright .accrisoft{color:#154c9b}
.socialMenu{margin-bottom:1rem}
.socialMenu li{margin-right:.5rem}
.socialMenu li:last-child{margin-right:0}
.socialMenu a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:1.6em;height:1.6em;border-radius:50%;color:#154c9b;text-decoration:none;text-align:center;font-size:1.5rem}
.socialMenu a:hover{text-decoration:none}
.mobileNav-trigger{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:center;align-self:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;height:100%;position:relative;z-index:2;color:#222;background:0 0;width:50px;margin:0 0 0 1rem}
.header .mobileNav-trigger{height:56px;color:#fff;margin-left:auto}
@media print,screen and (min-width:40em){
.header .mobileNav-trigger{margin-top:auto}
}
.mobileNav-trigger{margin-bottom:6px}
.mobileNav-trigger .mobileNav-hamburger{margin:0 auto;position:relative}
.mobileNav-trigger .mobileNav-hamburger:after,.mobileNav-trigger .mobileNav-hamburger:before{position:absolute;content:''}
.mobileNav-trigger .mobileNav-hamburger,.mobileNav-trigger .mobileNav-hamburger:after,.mobileNav-trigger .mobileNav-hamburger:before{width:30px;height:4px;background-color:currentColor;display:block;border-radius:2px;-webkit-transition-duration:0s;transition-duration:0s;-webkit-transition-delay:.2s;transition-delay:.2s}
.mobileNav-trigger .mobileNav-hamburger:before{margin-top:-12px}
.mobileNav-trigger .mobileNav-hamburger:after{margin-top:12px}
.mobileNav-trigger.is-active .mobileNav-hamburger,.mobileNav-trigger[aria-expanded=true] .mobileNav-hamburger{background-color:rgba(0,0,0,0)}
.mobileNav-trigger .mobileNav-hamburger:after,.mobileNav-trigger .mobileNav-hamburger:before{-webkit-transition-property:margin,-webkit-transform;transition-property:margin,-webkit-transform;transition-property:margin,transform;transition-property:margin,transform,-webkit-transform;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-delay:.2s,0s;transition-delay:.2s,0s}
.mobileNav-trigger.is-active .mobileNav-hamburger:after,.mobileNav-trigger.is-active .mobileNav-hamburger:before,.mobileNav-trigger[aria-expanded=true] .mobileNav-hamburger:after,.mobileNav-trigger[aria-expanded=true] .mobileNav-hamburger:before{margin-top:0;-webkit-transition-delay:0s,.2s;transition-delay:0s,.2s}
.mobileNav-trigger.is-active .mobileNav-hamburger:before,.mobileNav-trigger[aria-expanded=true] .mobileNav-hamburger:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}
.mobileNav-trigger.is-active .mobileNav-hamburger:after,.mobileNav-trigger[aria-expanded=true] .mobileNav-hamburger:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
@media screen and (min-width:40em){
.mobileNav-inner .mobileNav-trigger{display:-webkit-box;display:-ms-flexbox;display:flex}
}
@media screen and (min-width:64em){
.mobileNav-trigger{display:none}
}
.header.has-mobile-trigger .mobileNav-trigger{display:-webkit-box;display:-ms-flexbox;display:flex}
.mobileNav{height:calc(100%);left:0;pointer-events:none;position:fixed;width:100%;z-index:9}
.mobileNav-inner{background:#fff;display:block;height:100%;max-width:100%;overflow-y:scroll;padding:0 0;position:absolute;right:0;-webkit-transform:translate(100%,0);transform:translate(100%,0);-webkit-transition:visibility .5s ease,-webkit-transform .5s ease .3s;transition:visibility .5s ease,-webkit-transform .5s ease .3s;transition:transform .5s ease .3s,visibility .5s ease;transition:transform .5s ease .3s,visibility .5s ease,-webkit-transform .5s ease .3s;visibility:hidden;width:calc(100% - 76px)}
.mobileNav-inner .mobileNav-trigger{position:absolute;right:1rem}
.mobileNav-menu>li{border-top:1px solid #f2f2f2;position:relative}
.mobileNav-menu a{color:#222;font-weight:700;font-size:1rem}
.mobileNav-menu>li>a{position:relative;padding:1rem;font-weight:700}
.mobileNav-menu>li>ul>li{position:relative;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
.mobileNav-menu ul ul a{color:#818181}
.mobileNav-menu ul ul>li{padding:0}
.mobileNav-menu>li>ul{display:none}
.mobileNav-actions{min-height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:100%;padding:1rem}
.mobileNav-login .button{margin:0}
.mobileNav-overlay{height:100%;left:0;position:absolute;top:0;-webkit-transition:background .5s ease;transition:background .5s ease;width:100%}
.mobileNav-secondary{background:#222;padding:1rem 1.5rem;margin-top:auto}
.mobileNav-secondary .socialMenu{margin-bottom:0}
.mobileNav-secondary .socialMenu .menu{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.mobileNav-secondary .socialMenu a{font-size:1.5rem}
@media screen and (min-width:40em){
.mobileNav{height:100%;z-index:11}
.mobileNav-inner{width:335px}
.mobileNav-inner .mobileNav-trigger{display:-webkit-box;display:-ms-flexbox;display:flex}
}
.header.has-mobile-trigger .mobileNav-trigger{display:-webkit-box;display:-ms-flexbox;display:flex}
@media screen and (min-width:900px){
.mobileNav-inner{padding-top:0}
.is-header-stuck .mobileNav-inner{padding-top:0}
}
.is-mobilenav-open{overflow-y:hidden}
.is-mobilenav-open .mobileNav{pointer-events:all}
.is-mobilenav-open .mobileNav-inner{-webkit-transform:translate(0,0);transform:translate(0,0);visibility:visible}
.is-mobilenav-open .mobileNav-overlay{background:rgba(0,0,0,.15)}
.modulePage{padding-bottom:3rem;padding-top:4rem}
#interiorHeaderOverride,#interiorHeaderSource{display:none}
.content-body{-webkit-box-flex:1;-ms-flex:1 1 20px;flex:1 1 20px;width:auto}
.content-sidebar{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:100%;padding-top:1rem}
@media screen and (min-width:1024px){
.content-sidebar{width:290px;margin-right:36px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;display:none}
.content-sidebar.is-visible{display:block}
}
.sidebarItem{margin-bottom:2rem}
.sidebarItem--boxed{padding:2rem;background:#f5f5f5}
/*! -------------------------------------------------------------------- */
/*! Reusable Styles                                                      */
/*! -------------------------------------------------------------------- */
/*! Expandies / Collapsible Content */
.collapsibleHeader{text-transform:none;font-size:1.125rem;position:relative;padding:.4rem .4rem .4rem 2.75rem;cursor:pointer;border-bottom:1px solid #e2e4ea;background:#f5f5f5;font-family:inherit;color:inherit}
.collapsibleHeader::before{position:absolute;color:#154c9b;line-height:1em;text-align:center;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease;left:.5rem;content:'\002B';border-radius:50%;padding-left:1px;width:1em;height:1.5em;top:3px;font-size:1.5em}
.collapsibleHeader.active{border-bottom-color:transparent}
.collapsibleHeader.active::before{content:'\2212';padding-left:3px;padding-bottom:2px}
.collapsibleContent{border-bottom:1px solid #e2e4ea;overflow:hidden;display:none}
.no-js .collapsibleContent{display:block}
/*! -------------------------------------------------------------------- */
/*! Components                                                           */
/*! -------------------------------------------------------------------- */
/*! ----- One offs and module components  ------ */
/*! ----- Slideshow ------ */
/*! ----- Interior Header Banner ----- */
.pageHeader{--header-overlay-color:var(--theme-background, #fff);--header-overlay-direction:to right;--header-overlay-opacity:0.6;height:auto;padding:0;display:block;position:relative;background:#fff;color:#4d962a}
.pageHeader .eyebrow{color:inherit}
@media print,screen and (min-width:40em){
.pageHeader{height:50px}
}
.pageHeader--hasImage{color:#fff}
@media print,screen and (min-width:40em){
.pageHeader--hasImage{height:320px}
}
.pageHeader--alt{background:#f5f5f5;color:#222}
.pageHeader .pageHeader-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;height:100%;position:relative;padding-top:2rem;padding-bottom:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
.pageHeader .pageHeader-inner.align-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}
.pageHeader .pageHeader-inner.align-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}
.pageHeader .pageHeader-inner.align-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}
.pageHeader .pageHeader-inner.align-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.pageHeader .pageHeader-inner.align-middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.pageHeader .pageHeader-inner.align-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}
.pageHeader .pageHeader-inner .pageHeader-cta{margin-left:auto}
.pageHeader .pageHeader-inner.align-center .pageHeader-cta,.pageHeader .pageHeader-inner.align-right .pageHeader-cta{margin-left:0;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}
.pageHeader .pageHeader-background{display:block;width:100%;height:100%;position:absolute;background-repeat:no-repeat;background-size:cover;background-position:center center;background-color:inherit}
.pageHeader .pageHeader-background img{height:100%;-o-object-fit:cover;object-fit:cover;font-family:"object-fit: cover";position:absolute;top:0;width:100%;z-index:0}
.pageHeader .pageHeader-background::after{display:block;width:100%;height:100%;position:absolute;top:0;right:0;left:0;content:unset}
.pageHeader .pageHeader-background.showOverlay::after{content:""}
.pageHeader .pageHeader-background.gradientOverlay::after{background-image:-webkit-gradient(linear,left top,left bottom,from(var(--header-overlay-direction,to right)),color-stop(var(--header-overlay-color)),to(var(--header-overlay-to-color,transparent)));background-image:linear-gradient(var(--header-overlay-direction,to right),var(--header-overlay-color),var(--header-overlay-to-color,transparent))}
.pageHeader .pageHeader-background.fullOverlay::after{background-color:inherit;opacity:var(--header-overlay-opacity,.6)}
.pageHeader .pageHeader-background.noImage{display:none}
.pageHeader .pageHeader-content{-webkit-transition:opacity .8s ease-in;transition:opacity .8s ease-in;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.pageHeader .pageHeader-content.loading{opacity:0}
.pageHeader h1{color:inherit;line-height:1}
@media screen and (max-width:1024px){
.pageHeader--splitImage{height:auto}
.pageHeader--splitImage .pageHeader-content{padding-bottom:200px}
.pageHeader--splitImage .pageHeader-background{height:200px;bottom:0}
}
@media screen and (min-width:1024px){
.pageHeader--splitImage .pageHeader-content{width:50%}
.pageHeader--splitImage .pageHeader-background{width:50%;height:100%;left:unset;right:0}
}
/*! ----- Slideshow ------ */
/*! ----- Home Partners ----- */
/*! ----- Quicklinks Component ----- */
/*! ----- Cards ----- */
/*! ----- Testimonial Component ----- */
/*! ----- Photo Boxes - slide out photo quicklinks ------ */
/*! ----- Quick Stats ------ */
/*! ----- CTA Component ------ */
/*! ----- Multi Column  ------ */
/*! ----- Split Media / Text  ------ */
/*! ----- Pop up Alert Module  ------ */
.corner-box{position:fixed;bottom:30px;right:30px;z-index:100;opacity:0;display:none}
.corner-box.box-left{right:auto;left:15px}
.corner-box-header{padding:10px 15px;-webkit-transition:all .3s ease;transition:all .3s ease;font-weight:700;font-size:1.25rem;cursor:pointer}
.corner-box-header p{margin:0;color:inherit;display:inline-block}
.corner-box-header img{width:20px;margin:-2px 3px 0 0}
.corner-box-header img.no-title{margin:-2px 0 0}
.corner-box-main{border:2px solid #fff;border-radius:15px;-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.3);box-shadow:0 3px 6px rgba(0,0,0,.3)}
.corner-box-content{display:none;width:340px;max-height:445px;overflow-y:auto;color:#777}
.corner-box-content-inner{width:auto;font-size:14px;background:#fff;margin:0 10px 10px;padding:1rem;border-radius:4px}
.corner-box.open .corner-box-header{border-radius:15px 15px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.corner-box.open .corner-box-header:after{display:inline;width:0;height:0;border:inset 10px;content:'';border-bottom-width:0;border-top-style:solid;border-color:currentColor transparent transparent;right:16px;left:auto}
.corner-box.open .corner-box-content{border-radius:0 0 15px 15px}
@media only screen and (max-width:370px){
.corner-box .corner-box-content{width:100%}
.corner-box.open{right:15px;left:15px}
}
@media only screen and (max-height:660px){
.corner-box .corner-box-content{max-height:320px}
}
@media only screen and (max-height:530px){
.corner-box .corner-box-content{max-height:220px}
}
@media only screen and (max-height:430px){
.corner-box .corner-box-content{max-height:180px}
}
@media only screen and (max-height:360px){
.corner-box .corner-box-content{max-height:120px}
}
.popup{padding:0}
.popup-image{background-size:cover;background-position:center center;min-height:50vh}
@media print,screen and (min-width:40em){
.popup-image{min-height:200px}
}
.popup-text{padding:1rem}
.theme-primary{--theme-background:#154c9b;background-color:#154c9b!important;color:#fff!important}
.theme-primary.a:focus,.theme-primary.a:hover{background-color:#113d7c}
.theme-secondary{--theme-background:#4d962a;background-color:#4d962a!important;color:#fff!important}
.theme-secondary.a:focus,.theme-secondary.a:hover{background-color:#3e7822}
.theme-light-primary{--theme-background:#FDCF66;background-color:#fdcf66!important;color:#222!important}
.theme-light-primary.a:focus,.theme-light-primary.a:hover{background-color:#fdd985}
.theme-light-secondary{--theme-background:#818181;background-color:#818181!important;color:#fff!important}
.theme-light-secondary.a:focus,.theme-light-secondary.a:hover{background-color:#9a9a9a}
.theme-dark{--theme-background:#222222;background-color:#222!important;color:#fff!important}
.theme-dark.a:focus,.theme-dark.a:hover{background-color:#1b1b1b}
.theme-medium{--theme-background:#F5F5F5;background-color:#f5f5f5!important;color:#222!important}
.theme-medium.a:focus,.theme-medium.a:hover{background-color:#f7f7f7}
.theme-light{--theme-background:#ffffff;background-color:#fff!important;color:#222!important}
.theme-light.a:focus,.theme-light.a:hover{background-color:#fff}
.theme-light-gray{--theme-background:#F5F5F5;background-color:#f5f5f5!important;color:#222!important}
.theme-light-gray.a:focus,.theme-light-gray.a:hover{background-color:#f7f7f7}
.theme-medium-gray{--theme-background:#cacaca;background-color:#cacaca!important;color:#222!important}
.theme-medium-gray.a:focus,.theme-medium-gray.a:hover{background-color:#d5d5d5}
.theme-dark-gray{--theme-background:#818181;background-color:#818181!important;color:#fff!important}
.theme-dark-gray.a:focus,.theme-dark-gray.a:hover{background-color:#9a9a9a}
.theme-darker-gray{--theme-background:#3e3e3e;background-color:#3e3e3e!important;color:#fff!important}
.theme-darker-gray.a:focus,.theme-darker-gray.a:hover{background-color:#323232}
.theme-black{--theme-background:#000;background-color:#000!important;color:#fff!important}
.theme-black.a:focus,.theme-black.a:hover{background-color:#000}
/*! ----- Traditional Freedom Module Styles ------ */
/*! ---------------General Module Styles--------------- */
#editAnywhere{display:none}
.lister-striped .lister-item{padding:1rem}
.lister-striped .lister-item:nth-child(odd){background-color:#f5f5f5}
.lister-border-bottom .lister-item{border-bottom:2px solid rgba(0,0,0,.1)}
.lister-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;position:relative;clear:both;margin:1em 0 .5em;padding-bottom:1em;padding-top:1rem}
.lister-title a{color:inherit}
.lister-image{max-width:400px;width:300px;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;margin-right:2rem;text-align:center}
.lister-date{color:#818181}
.lister-content{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;position:relative}
.lister-dateIcon{position:relative;margin:1rem 1rem 2rem 1rem;-ms-flex-item-align:start;align-self:flex-start;background:#222;width:60px;height:60px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;line-height:1;padding:1rem;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff}
.lister-dateIcon .day{font-size:1.5rem;font-weight:700}
.lister-item--boxed{padding:1rem;background:#f5f5f5}
.lister-badge{position:absolute;top:0;padding:10px 20px;line-height:1;border-radius:4px;text-transform:none;font-size:1rem;background:#4d962a;font-weight:600;color:#fff}
.lister-item--boxed .lister-badge{right:-1rem;border-radius:4px 0 0 4px}
.lister-cornerBadge{padding-top:unset}
.lister-cornerBadge::before{position:absolute;left:0;top:0;z-index:0;width:0;height:0;border:40px solid #154c9b;border-right-color:transparent;border-bottom-color:transparent;overflow:visible;content:""}
.lister-action{-ms-flex-item-align:center;align-self:center;padding-left:1rem}
.lister-action .arrowLink{color:#818181}
.cardGridLister .lister-title{font-size:1.125rem;font-weight:700}
.cardGridLister .gridItem{margin-bottom:1rem}
.cardGridLister .cell .card{height:100%}
.mini-lister .lister-item{border:0}
.lister-search{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}
.lister-searchLabel{margin-bottom:1rem}
.lister-searchItem{margin-right:1rem}
.lister-subHeader{margin:2rem 0}
/*! common elements across modules */
.label{font-weight:700;margin-right:10px}
.date{font-weight:700}
.imageLink{float:left}
.category{color:#4d962a;text-transform:uppercase;font-weight:700}
.tags a{background:#f5f5f5;border-radius:4px;font-size:.8rem;color:#484848;display:inline-block;padding:3px 6px;margin-right:2px}
.tags a:hover{color:#222}
.tagCloud{margin-bottom:2rem}
.tagCloudBox{border:2px solid #ddd;border-radius:4px;padding:12px}
.tagCloud a{margin:2px}
.tagCloud a:hover{color:#222}
.utilityLinks{margin-top:25px}
.comments{margin-top:12px}
.comment{padding:10px;background:#f5f5f5;margin-bottom:15px;border:1px solid #ccc}
.comment .info{color:#333;font-weight:600;margin-bottom:10px}
.errorMessage{font-weight:700;color:red}
.archive{margin-bottom:2rem}
.archive .year>a{background-color:#4d962a;font-size:1.125rem;color:#fff}
.inline-form input,.inline-form select{width:auto;display:inline-block}
.inline-form .button{margin-bottom:0}
.loginBox{margin:0 auto;max-width:450px;min-height:522px;width:100%;overflow:hidden;z-index:1;background:#f5f5f5;position:relative;-webkit-transition:top 450ms;transition:top 450ms;top:0}
.loginBox__container{-webkit-box-shadow:0 3px 10px rgba(0,0,0,.3);box-shadow:0 3px 10px rgba(0,0,0,.3);overflow:hidden;border-radius:4px}
.loginBox__grid{background:#154c9b;background-size:cover;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-bottom:11rem}
.loginBox__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:5px;background:#154c9b;padding:25px 20px}
.loginBox__header-title{color:#fff;font-weight:500}
.loginBox__header-img{width:90px}
#releaseNotes .version{font-weight:700}
#releaseNotes .notes{margin-bottom:10px}
.releaseNotesTable{width:100%}
.releaseNotesTable a{color:#000}
.releaseNotesTable td{padding:10px 10px;vertical-align:top;border-bottom:1px solid #333}
.releaseNotesTable td.version{white-space:nowrap}
.releaseNotesTable td.notes{width:100%}
.releaseNotesTable td p{padding:5px 0;margin:0}
#form_release_notes_search1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.releaseNotesTable td h2{color:#4d962a;font-weight:600}
#dashhome2015 h1,#dashhome2015 h2{text-align:center;margin-bottom:50px}
.release-notes__search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:50%}
.release-notes__search .button{margin:0}
.directorySearchInput{margin:0}
.menu li:hover{border-bottom:1px solid #fff}
a{color:#222}
.linkSection li a:hover{text-decoration:underline}
.modulePage li a:hover{text-decoration:underline}
.myAccountBox h1,.myAccountBox h2,.myAccountBox h3{margin-bottom:50px}
a:hover{color:inherit}
.page-title{border-bottom:1px solid #eee}
.center-text{text-align:center;margin:30px 0 50px}
/*! Pagination */
.pagination{clear:both;display:block}
.pagination a,.pagination a:visited{text-decoration:none;color:#222;font-weight:400}
.pagination .prevnextCurrent,.pagination .prevnextLink,.pagination .prevnextWindow,.pagination .prevnextWindowArrow{background-color:#f5f5f5;border:1px solid #f5f5f5;margin:0;padding:.4em .7em;font-size:.875rem;margin-right:2px;display:inline-block;border-radius:4px}
.pagination .pageLinkPrev a{background-color:#f5f5f5;color:#222}
.pagination .pageLinkNext a{background-color:#f5f5f5;color:#222}
.pagination .prevnextLink:hover,.pagination .prevnextWindow:hover,.pagination .prevnextWindowArrow:hover{border:1px solid #154c9b;color:#222;background-color:#f5f5f5}
.pagination .prevnextCurrent{background:#154c9b;color:#fff;border:1px solid #154c9b;font-weight:700}
/*! ModuleBegin::forms */
.formContent{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:36px}
.formSubGroup{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.formSubGroup .formGroup--medium{width:calc(50% - .75rem)}
.formFieldset,.formStaticText{width:100%}
.formGroup{display:block;margin-bottom:.5em;position:relative;z-index:0;width:100%;-ms-flex-item-align:center;align-self:center}
@media print,screen and (min-width:64em){
.formGroup{margin-bottom:1em}
}
fieldset.formInput-group{border:2px solid #f5f5f5;border-radius:4px;padding:.75rem}
fieldset.formInput-group legend{padding:0 8px 0 5px}
.formInput-columns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}
.formInput-columns label{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:100%;margin-bottom:1rem}
.formInput-columns label input{margin-bottom:0}
@media screen and (min-width:40em){
.formInput-columns.columns-auto label{-webkit-box-flex:1;-ms-flex:1 1 10%;flex:1 1 10%;width:auto}
.formInput-columns.columns-2 label{width:50%}
.formInput-columns.columns-3 label{width:33%}
.formInput-columns.columns-4 label{width:25%}
.formInput-columns.columns-5 label{width:20%}
}
.formGroup--aligned{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.formGroup--aligned .formLabel{white-space:nowrap;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-right:.75rem;margin-bottom:1rem}
.formGroup--checkbox.formGroup--aligned input{margin-bottom:0}
@media (min-width:64em){
.formGroup--quarter{width:calc(25% - .75rem)}
.formGroup--small{width:calc(33.333% - .75rem)}
.formGroup--medium{width:calc(50% - .75rem)}
.formGroup--large{width:calc(66.666% - .75rem)}
.formGroup--full{width:100%}
}
.formNavigation{margin-bottom:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;width:100%}
.button+.formNavigation-next{margin-left:auto}
.formInput[type=file]{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:2.4375rem;margin:0 0 1rem;padding:.5rem;border:2px solid #cacaca;border-radius:4px;background-color:#fff;-webkit-box-shadow:inset 0 1px 2px rgba(34,34,34,.1);box-shadow:inset 0 1px 2px rgba(34,34,34,.1);font-family:inherit;font-size:1rem;font-weight:400;line-height:1.5;color:#222;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;height:auto;padding:.25rem}
.formInput[type=file]:focus{outline:0;border:2px solid #818181;background-color:#fff;-webkit-box-shadow:0 0 5px #cacaca;box-shadow:0 0 5px #cacaca;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s}
input[type=checkbox],input[type=radio]{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;width:1.5rem;height:1.5rem;border:2px solid #cacaca;outline:0}
input[type=radio]{border-radius:50%;vertical-align:top}
input[type=radio]::after{position:absolute;top:2px;left:2px;right:2px;bottom:2px;border:2px solid #fff;border-radius:50%}
input[type=radio]:checked{background:#4d962a;border-color:#4d962a}
input[type=radio]:checked::after{content:' '}
input[type=checkbox]{vertical-align:top}
input[type=checkbox]::after{position:absolute;top:50%;left:5px;width:.6rem;height:1rem;font-size:1.5rem;line-height:1.5rem;margin-top:-.75rem;color:#4d962a;vertical-align:middle;text-align:center;background-color:transparent;border-bottom:3px solid;border-right:3px solid;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-sizing:border-box;box-sizing:border-box}
input[type=checkbox]:checked{border-color:#4d962a}
input[type=checkbox]:checked::after{content:' '}
.formGroup .formLabel{font-weight:500;font-size:.9rem}
.formLabel.formLabel--required::after{content:"*";color:red}
/*! basic calendar popup css */
#ui-datepicker-div{background:#fff;border:2px solid #333}
.ui-datepicker{width:20em;display:none}
.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0;background:#333;color:#fff}
.ui-datepicker .ui-datepicker-header a{color:#fff}
.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:0;width:70px;height:1.8em}
.ui-datepicker .ui-datepicker-prev{left:2px;text-align:left}
.ui-datepicker .ui-datepicker-next{right:2px;text-align:right}
.ui-datepicker .ui-datepicker-prev span{cursor:pointer;display:block;position:absolute;left:10px;top:50%;margin-top:-8px}
.ui-datepicker .ui-datepicker-next span{cursor:pointer;display:block;position:absolute;right:10px;top:50%;margin-top:-8px}
.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}
.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}
.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}
.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}
.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}
.ui-datepicker td{border:0;padding:1px}
.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:center;text-decoration:none}
.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}
.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}
/*! ModuleEnd::forms */
/*! ModuleBegin::membership */
.primaryLogin.loginBox{max-width:932px}
.loginCta,.loginForm{padding:calc(1rem + 2vw);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}
.loginForm{background:#fff}
.loginCta{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:250px}
.membershipModule .companyInfo{margin:1em 0}
.membershipModule .address{margin:1em 0}
.membershipModule .contactInfo{margin-bottom:1em}
.membershipModule .thumbnail{float:left;margin-right:20px}
.membershipModule .detail-image{margin-right:3rem}
/*! ----- Membership Lister ----- */
.membershipModule .lister-image{width:190px}
.moduleSearchBox{background:#f5f5f5;border-top:2px solid #cacaca;padding:2rem;margin-bottom:2rem}
.moduleSearchBox .formContent,.moduleSearchBox .formGroup{margin-bottom:0}
/*! ---- Membership Detail ----- */
/*! ----- My Account ---- */
.membershipModule.myAccount::after{content:'';display:block;height:0;clear:both;visibility:hidden}
.myAccountLinks{margin-top:35px;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}
.myAccountLinks .myAccountBox{border:0;border-bottom:6px solid #4d962a;padding:12px 16px;height:100%}
.myAccountLinks h3{padding:0 0 12px;margin:0 0 12px;border-bottom:1px solid #eee;font-size:20px}
.myAccountLinks .linkSection a{display:block;padding:5px 0;color:inherit}
.myAccountLinks .button{text-align:center;padding-top:25px}
.myAccountLinks .button a{margin:0 0 10px}
/*! ----- My Account - Dispatch ( System Forms ) ---- */
.freedomAdminTableHeader,.freedomAdminTableHeader table{margin:0}
.freedomAdminTableHeader tbody,.freedomAdminTableHeader tr{border:0}
#freedomAdminTableHeaderWrapper table,#freedomAdminTableHeaderWrapper tbody,#freedomAdminTableHeaderWrapper tr{margin:0;padding:0;border:0}
.freedomAdminForm tbody,.freedomAdminForm tr,.myaccountForm tbody,.myaccountForm tr{border:0}
.freedomAdminForm #bank_aba_code,.freedomAdminForm #bank_acct_name,.freedomAdminForm input[name$=city],.freedomAdminForm input[name$=state],.freedomAdminForm input[name$=time],.freedomAdminForm input[name$=zip],.freedomAdminForm select[name$=month],.freedomAdminForm select[name$=time_ampm],.freedomAdminForm select[name$=year],.myaccountForm #bank_aba_code,.myaccountForm #bank_acct_name,.myaccountForm input[name$=city],.myaccountForm input[name$=state],.myaccountForm input[name$=time],.myaccountForm input[name$=zip],.myaccountForm select[name$=month],.myaccountForm select[name$=time_ampm],.myaccountForm select[name$=year]{width:auto;display:inline-block}
.freedomAdminForm select[name$=month],.freedomAdminForm select[name$=year],.myaccountForm select[name$=month],.myaccountForm select[name$=year]{width:40%}
.freedomAdminForm input[name$=city],.myaccountForm input[name$=city]{width:98%}
@media screen and (min-width:40em){
.freedomAdminForm input[name$=city],.myaccountForm input[name$=city]{width:50%}
}
#myaccount_form>div{text-align:left;width:100%}
.freedomAdminForm>table,.myaccountForm>table{width:100%}
.freedomAdminForm>table td,.myaccountForm>table td{vertical-align:top}
.freedomAdminForm>table td:first-child,.myaccountForm>table td:first-child{padding-top:14px;padding-right:12px}
.myaccountForm>table table,table.freedomTable{width:100%;border:1px solid #ccc;background:#f8f8f8;margin:0;border-spacing:0;border-collapse:collapse}
.myaccountForm>table table td,table.freedomTable td,table.freedomTable th{vertical-align:middle;padding:8px 12px}
.myaccountForm>table table thead td,table.freedomTable thead th{background:#ccc;color:#000}
.myaccountForm>table table thead td *,table.freedomTable thead th *{color:#000}
.myaccountForm>table table thead td:first-child,table.freedomTable thead th:first-child{text-align:left}
.editorLabel{display:inline-block;padding-bottom:15px}
.myaccountDetail table{color:#444}
.myaccountDetail .formtext,.myaccountDetail .formtextRequired{padding:5px 0}
.myaccountDetail .formtextRequired label{font-weight:700}
.formButtons{padding-top:15px}
select.filterCombo{width:200px}
.imageBoxContainer{width:100%;background:#eee;padding:3px;line-height:38px}
.imageBoxContainer *{vertical-align:middle!important;text-align:center}
.imageBoxContainer .imageBox{border:4px solid #fff;background:#f8f8f8;display:inline-block;width:auto;margin:8px;padding:12px}
.myaccountMessage{display:block;padding:18px;border:2px dashed #777;background:#ddd;color:#000;font-size:1.6rem;line-height:22px;text-align:center;margin-bottom:18px}
.myaccountMessage.defaultSuccess{background:#fff;border-color:#3adb76}
.myaccountCta{padding:2rem}
.myaccount-infoContainer{background-color:#222;padding:16px 0 1px 0;color:#fff;margin-bottom:1rem}
.myaccount-infoBar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
/*! ModuleEnd::membership */
/*! ModuleBegin::events */
/*! ----- Events Glance View ----- */
#eventForm table tbody{border:0}
#eventCategoryFilter{max-width:300px}
.cal{position:relative;text-align:center}
.calTop{margin-bottom:0}
.calTop a{-webkit-transition:all .3s cubic-bezier(.36,.53,.33,1.01);transition:all .3s cubic-bezier(.36,.53,.33,1.01);opacity:.8;color:#fff;font-size:1.25rem}
.calTop a:hover{opacity:1}
.calTop td{background-color:#222;vertical-align:middle;text-align:center;color:#fff}
.calMonth{text-align:center;font-family:"Open Sans",sans-serif;font-size:1.25rem}
.calGrid{clear:both;margin-right:auto;margin-left:auto;background:0 0;width:100%;border-collapse:collapse;text-align:center}
.calGrid tbody,.calGrid tfoot,.calGrid thead{border:0;background:0 0}
.calGrid td,.calGrid tr{border:none;background:0 0}
.calGrid td{position:relative;padding:0;width:14.2857%;height:48px;vertical-align:middle;text-align:center}
.calGrid tr.calWeek{border:none;background-color:#f5f5f5;color:#4d962a;text-align:center}
.calGrid tr.calWeek td{border-top:0;border-left:0;height:33px;font-size:1rem;font-weight:700}
.calGrid td.today{background:#f5f5f5}
.calGrid .dayDate{display:block;margin-bottom:10px;width:100%;font-weight:900}
.show-for-largeCalendar,.show-for-smallCalendar{display:none}
.largeCalendar .show-for-largeCalendar{display:table-row}
.smallCalendar .show-for-smallCalendar{display:table-row}
.cal.smallCalendar{max-width:450px}
.cal.smallCalendar .calGrid tr.calWeek td{border-top:0;border-left:0}
.cal.smallCalendar .calGrid td:first-child{border-left:0}
.cal.smallCalendar .calGrid tr:first-child+tr td{border-top:0}
.cal.smallCalendar .calGrid td .glanceInner{display:none;position:absolute;bottom:20px;left:50%;-webkit-transition:all .3s;transition:all .3s;opacity:0;margin-left:-78px;background:#222;padding:8px 8px;width:156px;text-transform:uppercase;line-height:17px;color:#fff;font-size:1.1rem}
.cal.smallCalendar .calGrid td .glanceInner a{display:inline-block;color:#fff;font-size:.8rem}
.cal.smallCalendar .calGrid td .glanceInner a:hover{text-decoration:underline}
.cal.smallCalendar .calGrid td .glanceInner::after{position:absolute;bottom:-8px;left:50%;-webkit-transform:translateX(-8px);transform:translateX(-8px);border-top:8px solid #222;border-right:8px solid transparent;border-left:8px solid transparent;content:''}
.cal.smallCalendar .calGrid td.hovered .glanceInner,.cal.smallCalendar .calGrid td:hover .glanceInner{display:block;bottom:38px;opacity:1;z-index:25}
.cal.smallCalendar .calGrid td.eventOn,.cal.smallCalendar .calGrid td.eventOn a{cursor:pointer;font-weight:700}
.cal.smallCalendar .calGrid td span.corner-indicator{display:block;position:absolute;right:0;bottom:0;width:0;height:0}
.cal.smallCalendar .calGrid td .indicator{display:none}
.cal.largeCalendar .calTop td{padding:1rem}
.cal.largeCalendar .calGrid td{border-right:1px solid #f5f5f5;border-bottom:1px solid #f5f5f5;padding:.5rem .625rem 1rem;height:150px;vertical-align:top;text-align:left}
.cal.largeCalendar .calGrid td:first-child{border-left:1px solid #f5f5f5}
.cal.largeCalendar .calGrid a{color:#222}
.cal.largeCalendar .calGrid tr.calWeek td{border-right:0;border-bottom:0;height:auto;text-align:center}
.cal.largeCalendar .calGrid td .glanceInner{display:block;padding-top:7px;line-height:1.2;font-size:1rem}
.cal.largeCalendar .calGrid .indicator{display:none;position:absolute;right:0;bottom:0;left:0;padding:5px;text-align:center;color:#818181;font-weight:700;width:100%}
.cal.largeCalendar .glanceInner.moreEvents+.indicator{display:block}
.glancePopup{display:none;position:absolute;top:50%;left:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:1;border:1px solid #d8d8d8;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.2);box-shadow:0 3px 6px rgba(0,0,0,.2);background-color:#f6f6f6;padding:1.5rem 1rem 1rem;width:300px}
.glancePopup.active{display:block}
.glancePopup::after{position:absolute;top:50%;left:0;-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg);-webkit-box-shadow:-3px 3px 3px rgba(0,0,0,.1);box-shadow:-3px 3px 3px rgba(0,0,0,.1);background-color:inherit;width:15px;height:15px;content:''}
.glancePopup.left{right:100%;left:auto}
.glancePopup.left::after{right:0;left:auto;-webkit-transform:translate(50%,-50%) rotate(45deg);transform:translate(50%,-50%) rotate(45deg);-webkit-box-shadow:3px -1px 3px rgba(0,0,0,.1);box-shadow:3px -1px 3px rgba(0,0,0,.1)}
.glancePopup .close-button{top:0;right:.5rem}
.glancePopup .title{font-weight:700}
.glanceInner a,.glancePopup a{display:block;margin-bottom:10px}
.glanceInner .time{display:none}
.glanceInner.moreEvents a:nth-child(n+3){display:none}
/*! ---- Events Registration ----- */
.ticketTypeSummary thead{background:#4d962a;color:#fff}
.ticketTypeSummary .ticketPriceTotal{text-align:right;font-size:1.5rem;font-weight:700}
.ticketTypeSummary .ticketPriceTotal td{border-top:1px solid #ccc}
.ticketQuantity{text-align:center}
.ticketPriceTotal td,td.ticketTotal{text-align:right}
.eventTicketTypeTitle{margin:20px auto;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px 0;width:100%;text-align:center;white-space:nowrap}
.eventTicketTypeTitle{counter-reset:attendee}
.attendeeLabel::after{content:" " counter(attendee);counter-increment:attendee}
#registrationSummary td{padding:1px 10px}
.ticketTypeTable thead{background:#4d962a;color:#fff}
.ticketTypeTable{max-width:650px}
.ticketTypeSubmit{display:inline-block;-webkit-transition:background-color .25s ease-out,color .25s ease-out;transition:background-color .25s ease-out,color .25s ease-out;margin:0 0 1rem 0;border:1px solid transparent;border-radius:2px;background:#154c9b;color:#fff;cursor:pointer;padding:.85em 1em;vertical-align:middle;text-align:center;line-height:1;font-size:.9rem;font-weight:600;-webkit-appearance:none}
/*! Detail*/
.negativeMarginTop{position:relative;z-index:1;margin-top:-240px}
.eventIntro{position:relative;margin-bottom:3rem;-webkit-box-shadow:0 3px 20px rgba(0,0,0,.3);box-shadow:0 3px 20px rgba(0,0,0,.3);background:#fff}
.eventInfo{position:relative;padding:2rem}
@media print,screen and (min-width:64em){
.eventInfo{padding:3rem}
}
.eventInfo-badge{position:absolute;top:1rem;right:0;border-radius:4px 0 0 4px;background:#4d962a;padding:5px;color:#fff;font-size:1.125rem;font-weight:700}
.detailRow{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:1rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}
.detailRow .label{width:120px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}
.eventImage{background-size:cover}
/*! ModuleEnd::events */
/*! ModuleBegin::photo */
/*! Photo Lister */
.albumBox{border:1px solid #ddd;border-radius:4px;padding:12px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;height:100%}
.albumBox .albumImage{display:block;width:100%;height:0;padding-bottom:86%;background-color:#ccc;background-position:center;background-repeat:no-repeat;background-size:cover}
.albumBox .albumDesc{margin-bottom:8px}
/*! Thumbnails */
.thumbnailItem{display:block;height:0;padding-bottom:86%;background-color:#ccc;background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:4px;border:4px solid #fff;-webkit-box-shadow:0 0 5px -2px rgba(0,0,0,.54);box-shadow:0 0 5px -2px rgba(0,0,0,.54)}
.thumbnailItem:hover{border-color:#154c9b;-webkit-transition:border-color .1s ease;transition:border-color .1s ease}
/*! Slideshow */
.photoModuleSlideshow img{display:block;width:auto;height:auto;max-width:100%}
/*! ModuleEnd::photo */
.cartAddWidget{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;font-weight:700}
.cartAddWidget>div{margin-right:1rem}
.cartAddWidget .choice{display:block}
.cartAddSubmit input[type=submit]{padding:10px 1.5rem}
.cartAddSubmit input[type=submit][disabled]{background:#999}
.cartAddQty input[type=text]{background-color:#fff}
.cartAddSelect select{background-color:#fff}
input.shoppingFormQuantity{width:auto;background:#fff}
/*! Carts */
.shoppingCart{margin-bottom:1rem}
.shoppingCart .name{font-size:18px;font-weight:700}
.shoppingCart .shoppingFormQuantity{display:inline-block;margin-bottom:0}
.shoppingCart .cartRow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}
.cartSubDetails{font-size:.8em}
.cartDelete{color:#333}
.cartDelete:hover{color:#b52525}
.shoppingAlert{color:red}
.shoppingOutOfStock{color:#7e030e}
.shoppingLowStock{color:#e79700}
.shoppingCartTableHeader,.shoppingCartTableHeader td{background:#333;color:#fff;font-size:1.125rem}
.shoppingCartTable{border:1px solid #dcdcdc}
.shoppingCartTableFooter{font-size:18px;font-weight:700}
.shoppingCartTable .product.even,.shoppingCartTable .product.even+.discount{background-color:#f2f2f2}
.shoppingCartTable .quantity{text-align:center}
.shoppingCartTable .total{text-align:right}
.shoppingCartTable .description{text-align:left;font-size:1.125rem}
.shoppingCartButtons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.shoppingCartMini .total{font-weight:700}
.shoppingCartMini .shoppingCartMini-summary{padding:1rem 0;border-top:1px solid #cacaca}
/*! Checkout page*/
#cart_charges_summary td{border-bottom:1px solid #ddd;padding:.5em}
.cartTotalPrice{font-size:18px}
/*! Checkout Form */
.checkout-form{counter-reset:section}
.checkout-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-sizing:content-box;box-sizing:content-box;min-height:2rem;padding:.5rem;background-color:#4d962a;color:#fff;text-transform:uppercase;text-align:center;font-size:1rem;font-weight:700;-webkit-transition:background .2s;transition:background .2s}
.checkout-form .step-bar::before{counter-increment:section;content:counter(section);margin-right:1rem;background:#fff;color:#000;border-radius:50%;height:30px;width:30px;line-height:30px}
.checkout-panel{margin-bottom:2em;border:1px solid #ddd;padding:1em;border-top-right-radius:0;border-top-left-radius:0}
#IDFormField_coupon_code_0,#IDFormField_giftcard_code_0{width:calc(100% - 150px);display:inline-block}
#applyCouponBtn,#applyGiftCardBtn{vertical-align:bottom}
#refreshShippingBtn{display:none}
.checkout-form,.checkout-summary{width:100%;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;margin-right:.5rem;margin-left:.5rem}
#commerce_checkoutTable{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}
@media screen and (min-width:50em){
#commerce_checkoutTable{margin-left:-.5rem;margin-right:-.5rem}
.checkout-form,.checkout-summary{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}
.checkout-form{width:calc(60% - 1rem)}
.checkout-summary{width:calc(40% - 1rem)}
}
/*! ModuleBegin::directory-staff */
.staff-item .lister-image{width:150px}
.staff-item .lister-image .thumbnail{width:150px;height:200px;overflow:hidden;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;margin-bottom:0}
.staff-item .lister-image .thumbnail.circle{border-radius:50%;height:150px}
.staff-item .lister-image .thumbnail.square{height:150px}
.staff-item.lister-item{margin-bottom:.5rem;padding:1rem}
.staff-lister--boxed{-webkit-box-shadow:0 3px 6px rgba(0,0,0,.3);box-shadow:0 3px 6px rgba(0,0,0,.3)}
.staff-lister--boxed .lister-image .thumbnail{width:140px;height:140px;overflow:hidden;margin-bottom:0}
.staff-lister--boxed .lister-item{margin:0}
.staff-lister--alternating .lister-item:nth-child(4n+2),.staff-lister--alternating .lister-item:nth-child(4n+3){background:#f5f5f5}
.photoBox--staff .photoBox-drawer.vertical{padding-top:0;-webkit-transform:translateY(calc(100% - 100px));transform:translateY(calc(100% - 100px))}
/*! ModuleEnd::directory-staff*/
/*! ----- RETS - Properties , Agents Etc  ------ */
.retsModule .price{font-weight:700;font-size:1.5rem;color:#222}
.retsModule .label{display:inline-block}
.retsModule .metaInfo{margin-left:auto;-ms-flex-item-align:end;align-self:flex-end;text-align:right}
.retsModule .metaInfo>span{display:block}
.retsModule .status::after{content:'';display:inline-block;margin-left:.5em;width:12px;height:12px;border-radius:50%;background-color:#3adb76}
.retsModule .status.pending::after{background-color:#ffae00}
.retsModule .status.sold::after{background-color:#ce6647}
.retsModule #utilityBar .reset{display:none;margin:0 0 0 1em}
.retsModule .additionalInfo{-ms-flex-pack:distribute;justify-content:space-around;margin:2em 0;padding:1rem 0;font-size:14px;border-bottom:2px solid #f5f5f5;border-top:2px solid #f5f5f5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}
.retsModule .retsSearchForm{margin-top:1rem;margin-bottom:1rem}
.retsModule #utilityBar,.retsModule #utilitySearch{padding-bottom:1rem;padding-top:1rem}
.retsModule #utilityBar a.current{border-bottom:3px solid #4d962a}
.retsModule .numListings{font-weight:700;padding-right:1rem}
.retsModule .listOptions{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1em;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.retsModule .listOptions .button,.retsModule .listOptions label,.retsModule .listOptions select{width:auto;display:inline-block;margin-bottom:0}
.retsModule .listOptions .sort{margin-top:1rem}
@media print,screen and (min-width:64em){
.retsModule .listOptions .sort{margin-top:0;margin-left:auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
}
.retsModule .listOptions .sort label{color:#154c9b;font-weight:700}
.retsModule .listOptions .listType{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
.retsModule .listOptions .listType .type{display:inline-block;margin:1rem}
.retsModule .property .value{padding-left:5px;font-weight:700;color:#222}
.retsList{position:relative}
.retsList .cell>.media-object{height:calc(100% - 30px)}
.retsList .media-object{margin-top:1rem;margin-bottom:1rem;-webkit-box-shadow:0 3px 15px rgba(0,0,0,.3);box-shadow:0 3px 15px rgba(0,0,0,.3);color:inherit}
.retsList .media-object .main-section{padding:2rem}
.retsModule .media-object .image{-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-repeat:no-repeat;background-position:center;background-size:cover;color:#ccc}
.retsModule .media-object .image img{max-width:100%}
.retsModule .media-object .image.no-image::before{content:'\f030';font-family:'Font Awesome 5 Free';font-weight:900;font-size:300%}
/*! -------------------------------------------------------------------- */
/*! RETS - DETAILS                                                       */
/*! -------------------------------------------------------------------- */
.retsDetail #photos{margin-bottom:2em;border:1px solid #f5f5f5;padding:10px;background-color:#222}
.retsDetail .property{padding-top:3rem}
.retsDetail #photos .carousel-image{margin:10px;width:auto;height:240px}
@media print,screen and (min-width:40em){
.retsDetail #photos .carousel-image{margin:10px;height:480px}
}
#photos.is-fullscreen .carousel-image{height:100%}
.retsDetail .mainInfo{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.retsDetail .contactInfo .image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:3rem;margin-right:1rem}
.retsDetail .additionalInfo{-ms-flex-pack:distribute;justify-content:space-around;margin:2em 0}
.retsDetail .additionalInfo>.cell{padding:1em}
.retsDetail .description{margin:2em 0}
.retsDetail .mapAndDetails{border-bottom:5px solid #4d962a;background-color:#fff;padding:1rem;margin-bottom:0}
.retsDetail .details{-webkit-box-flex:1;-ms-flex:1 1 47%;flex:1 1 47%;height:400px;overflow-y:scroll}
.retsDetail .details td{padding:.5em;vertical-align:top;overflow-wrap:break-word;word-wrap:break-word;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}
.retsDetail .details td.label{width:36%}
.retsDetail .mapFrame{-ms-flex-preferred-size:47%;flex-basis:47%;margin-left:2%}
.retsDetail .titleBar{background:transparent -webkit-gradient(linear,right top,left top,from(#f0f2fa),to(#fff)) 0 0 no-repeat padding-box;background:transparent linear-gradient(270deg,#f0f2fa 0,#fff 100%) 0 0 no-repeat padding-box;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.3);box-shadow:0 3px 6px rgba(0,0,0,.3);padding:1.5rem 0}
.retsDetail .titleBar .title{text-align:center}
.retsDetail .titleBar .return{margin:0 auto;text-align:center}
@media screen and (min-width:40em){
.retsDetail .titleBar .return{position:absolute}
}
.retsDetail .titleBar .grid-container{position:relative}
/*! -------------------------------------------------------------------- */
/*! RETS - Maps                                                          */
/*! -------------------------------------------------------------------- */
#propertyList{position:relative;min-height:200px}
#propertyList::before{position:absolute;top:50%;left:50%;width:64px;height:64px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.retsList .property{-webkit-box-flex:0;-ms-flex:0 0 98%;flex:0 0 98%;display:-webkit-box;display:-ms-flexbox;display:flex}
.retsList .property .image{-ms-flex-preferred-size:25%;flex-basis:25%;min-height:240px;border-right:5px solid #4d962a}
.retsList .property .info{-webkit-box-flex:1;-ms-flex:1 1 62%;flex:1 1 62%;padding:1em 6%}
.retsList .property h3{margin:0}
.retsList .property .propertyType{font-size:15px;text-transform:uppercase;color:#af8628}
.retsList .property .metaInfo{text-align:right}
.retsList .property .price{margin-bottom:5px}
.retsMap{margin-bottom:-50px}
.retsMap #utilityBar{margin-bottom:0}
#propertyMapArea{position:relative;padding-bottom:45%;background-color:#fff}
#propertyMap{position:absolute;top:0;left:0;right:420px;bottom:0}
#propertyMap .refresh{display:none;position:absolute;top:10px;right:60px;background-color:#fff;border:0 none;height:40px;line-height:40px;padding:0 10px;font-size:larger;-webkit-box-shadow:rgba(0,0,0,.3) 0 1px 4px -1px;box-shadow:rgba(0,0,0,.3) 0 1px 4px -1px}
.retsMap #propertyList{position:absolute;top:0;right:0;bottom:0;width:600px;padding:0 20px 20px 0}
.retsMap #propertyList>div{position:relative;height:100%;overflow:auto;overflow-x:hidden;background-color:#fff}
.retsMap #propertyList .media-object{display:-webkit-box;display:-ms-flexbox;display:flex;border-top:1px solid #d1d1d1;padding:20px}
.retsMap #propertyList .media-object:first-child{border-top:0 none}
.retsMap #propertyList .media-object.current{background-color:#f5f5f5}
.retsMap #propertyList .image{-ms-flex-preferred-size:135px;flex-basis:135px}
.retsMap #propertyList .info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-left:20px}
.retsMap #propertyList a:link{color:inherit}
.retsMap #propertyList .price{color:inherit;font-size:inherit;font-weight:inherit}
.retsMap #propertyList h4{font-size:1rem}
.retsMap #propertyList .additionalInfo{margin:0}
.retsMap #propertyList .additionalInfo>div{margin-right:1em}
#propertyList .pageLinkNextChunk,.retsMap #propertyList .pageLinkPrevChunk{display:none}
.retsMap .infoWindowContent img{max-width:100%;border-bottom:5px solid #ffbf14;margin-bottom:1em}
.retsMap .infoWindowContent .info{font-size:larger;font-weight:700}
.retsDetail.retsProperties .contactInfo{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-pack:distribute;justify-content:space-around}
.retsDetail.retsProperties .contactInfo .image{width:50px;margin-right:1.5em}
.retsDetail.retsProperties .address{margin:0}
.retsDetail.retsProperties .address a{color:#109aff}
.retsDetail.retsProperties .metaInfo{text-align:right}
.agent .contactInfo{margin-top:1em}
.retsList .agent .main-section{padding:1rem 0 1rem 2rem}
.retsList .agent .image{min-height:200px;-ms-flex-preferred-size:25%;flex-basis:25%;background-repeat:no-repeat;background-position:center;background-size:contain;border-right:5px solid #4d962a}
.retsList .agent .action{-ms-flex-item-align:center;align-self:center;padding:2rem}
.retsDetail.retsAgents .agent{border:1px solid #bebebe;padding:20px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex}
.retsDetail.retsAgents .agent #mainImage{height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#ccc}
.retsDetail.retsAgents .agent #mainImage:empty::before{font-family:'Font Awesome 5 Free';content:'\f030';font-weight:900;font-size:300%}
.retsDetail.retsAgents .agent .info{padding:0 1.5em}
.retsDetail.retsAgents .desig::after{content:" /"}
.retsDetail.retsAgents .desig:last-child::after{content:""}
.office .contactInfo{margin-top:1em}
.retsList .office{-webkit-box-flex:0;-ms-flex:0 0 19%;flex:0 0 19%;padding:2%;overflow:auto}
.retsList .office h3{margin-top:0}
.retsDetail .office{border:1px solid #bebebe;padding:1.5rem;background-color:#fff}
#agentsOfOffice{margin-top:1em}
.retsSearchForm{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:1em;border:1px solid #bebebe}
.retsSearchForm p{margin:0}
.retsSearchForm .fieldContainer{padding:1em;min-width:200px}
.retsSearchForm label{display:block;margin-bottom:.5em;font-weight:700}
.retsSearchForm input+label{display:inline}
.retsSearchForm .instructions{font-size:smaller;color:#666;font-weight:400}
.retsSearchForm input[type=text],.retsSearchForm select{width:100%}
.retsSearchForm select[multiple]{height:140px}
.ui-slider{position:relative;height:4px;background-color:#154c9b;margin-top:10px;margin-bottom:2rem}
.ui-slider::after,.ui-slider::before{content:'';position:absolute;top:-2px;width:8px;height:8px;border-radius:50%;background-color:#154c9b}
.ui-slider::before{left:-2px}
.ui-slider::after{right:-2px}
.ui-slider-range.ui-widget-header{position:absolute;top:0;z-index:1;height:100%;background-color:#154c9b;-webkit-transition:all .3s;transition:all .3s}
.ui-slider .ui-slider-handle{position:absolute;top:-6px;z-index:2;margin-left:-6px;border:3px solid #4d962a;border-radius:50%;width:1rem;height:1rem;background-color:#4d962a;font:16px Monserrat,sans-serif;color:inherit;outline:0;-webkit-transition:all .3s;transition:all .3s}
.ui-slider .ui-slider-handle::after{content:attr(value);position:absolute;top:200%;left:50%;z-index:3;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#fff}
/*! End RETS */
.flickity-enabled.is-fullscreen{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.9);padding-bottom:35px;z-index:1}
.flickity-enabled.is-fullscreen .flickity-page-dots{bottom:10px}
.flickity-enabled.is-fullscreen .flickity-page-dots .dot{background:#fff}
html.is-flickity-fullscreen{overflow:hidden}
.flickity-fullscreen-button{display:block;right:10px;top:10px;width:24px;height:24px;border-radius:4px}
.flickity-rtl .flickity-fullscreen-button{right:auto;left:10px}
.flickity-fullscreen-button-exit{display:none}
.flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit{display:block}
.flickity-enabled.is-fullscreen .flickity-fullscreen-button-view{display:none}
.flickity-fullscreen-button .flickity-button-icon{position:absolute;width:16px;height:16px;left:4px;top:4px}
#lastNameSearch span{font-size:18px;margin:0 .5rem;font-weight:700}
/*! ----- Group Exercise  ------ */
/*! ModuleBegin::directory-schedule */
#scheduleRawItems{display:none}
.pip{font-size:7px;line-height:14px;vertical-align:middle}
.pip.low{color:#bfc82e}
.pip.medium{color:#dd2b71}
.pip.high{color:#50bce1}
#scheduleToggle{display:none}
#scheduleWrapper{border:2px solid #cacaca;border-radius:4px;padding:6px 10px}
.scheduleLabels{margin:4px 0 0 87px;line-height:30px;display:-webkit-box;display:-ms-flexbox;display:flex}
.scheduleLabels>div{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;margin:0 .5%;text-align:center;font-weight:700;width:13%}
.scheduleLabels .scheduleDate{font-weight:400}
.rowTitle{position:relative;margin:16px 0;height:2px;background:#c3c3c3;page-break-after:avoid;-webkit-column-break-after:avoid;-moz-column-break-after:avoid;break-after:avoid}
.rowTitle span{position:absolute;left:0;padding:0 10px;line-height:36px;font-size:17px;top:-18px;background:#fff}
@media print{
.rowTitle{border-top:1px solid #c3c3c3}
.rowTitle span{top:unset}
}
.rowDays{margin:4px 0 0 87px;min-height:20px;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;page-break-inside:avoid;-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}
.rowDays>div{width:13%;margin:0 .5% 4px}
.rowDays .clear{display:none}
.scheduleItem .itemPopup{display:none}
.scheduleItem{background:rgba(0,0,0,.04);border-radius:5px;text-align:left;padding:3px;margin:3px 0;cursor:pointer;font-size:13px}
.scheduleItem .itemName{font-weight:700}
.scheduleItem .itemTime{color:#4d962a;font-weight:700}
.itemPopup .popupTitle{color:#4d962a;font-size:26px;text-align:center;margin:0 0 10px;border-bottom:1px solid #c3c3c3}
.itemPopup .popupAlert{background:#ddd;padding:1em;text-align:left;border-radius:4px}
.itemPopup b{display:inline-block;width:105px}
.itemPopup .popupLink{text-align:center;margin-top:15px}
.scheduleFilter select{display:inline-block;width:300px}
.scheduleFilter span{width:150px;display:inline-block}
@media screen and (max-width:63em){
#scheduleToggle{display:block}
.rowDays>div,.scheduleLabels>div{width:100%;display:none}
.rowDays>div.currentSchedule,.scheduleLabels>div.currentSchedule{display:block}
}
/*! ModuleEnd::directory-schedule */