


.topyenoh{opacity:0;position:absolute;top:0;left:0;height:0;width:0;padding:0;margin:0;z-index:-1}



.drift-animate{will-change:transform;display:inline-block}
.clippath-svg{height:0}.clippath-svg svg{display:block}


.sitelok-hide{display:none !important}

.processing-circle{margin:0 auto;width:40px;height:40px;border:4px solid var(--white-color);border-top:4px solid var(--primary);border-radius:50%;filter:drop-shadow(0 0 20px rgba(0,0,0,0.6))}.processing-circle.dark{border-color:var(--black-color);border-top-color:var(--primary)}.processing-circle.primary{border-top-color:var(--primary)}.processing-circle.secondary{border-top-color:var(--secondary)}.processing-circle.warning{border-top-color:var(--warning)}.processing-circle.success{border-top-color:var(--success)}.processing-circle.alert{border-top-color:var(--alert)}
.form-submit-success,.form-submit-error{opacity:0;transition:none;overflow:hidden}form:not(.success) .form-submit-success,form:not(.error) .form-submit-error{max-height:0;padding:0;margin:0;border-width:0px}form.success .form-submit-success,form.error .form-submit-error{opacity:1;transition:opacity 500ms ease}.form-submit-processing{opacity:0;pointer-events:none;transition:opacity 500ms ease}form:not(.processing) .form-submit-processing{max-height:0}form.processing *{pointer-events:none}form.processing .form-submit-processing{opacity:1;pointer-events:auto}.processing-modal.absolute,.processing-modal.fixed{background-color:var(--overlay-color);border-radius:inherit;position:absolute;top:0;left:0;right:0;bottom:0}.processing-modal.absolute .processing-circle,.processing-modal.fixed .processing-circle{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.processing-modal.fixed{position:fixed}






:root{--light-gray:rgba(230, 230, 230, 1.00);--medium-gray:rgba(202, 202, 202, 1.00);--dark-gray:rgba(138, 138, 138, 1.00);--black:rgba(10, 10, 10, 1.00);--black-color:var(--black);--white:rgba(254, 254, 254, 1.00);--white-color:var(--white);--primary:rgba(253, 126, 8, 1.00);--secondary:rgba(231, 231, 231, 1.00);--success:rgba(67, 172, 106, 1.00);--warning:rgba(240, 138, 36, 1.00);--alert:rgba(240, 65, 36, 1.00);--primary-contrast:rgba(67, 172, 106, 1.00);--secondary-contrast:rgba(51, 51, 51, 1.00);--success-contrast:rgba(254, 254, 254, 1.00);--warning-contrast:rgba(254, 254, 254, 1.00);--alert-contrast:rgba(254, 254, 254, 1.00);--primary-dark:rgba(223, 96, 0, 1.00);--secondary-dark:rgba(201, 201, 201, 1.00);--success-dark:rgba(37, 142, 76, 1.00);--warning-dark:rgba(210, 108, 6, 1.00);--alert-dark:rgba(210, 35, 6, 1.00);--header-color:rgba(34, 34, 34, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(34, 34, 34, 1.00);--link-color:rgba(173, 50, 14, 1.00);--link-color-hover:rgba(0, 0, 0, 1.00);--selection-background:var(--primary);--selection-text:var(--primary-contrast);--link-decoration:none;--link-decoration-hover:none;--overlay-color:rgba(0, 0, 0, 0.50);--radius:3px;--small-gutter:1.25rem;--medium-gutter:2rem;--large-gutter:2rem;--site-width:calc(1200rem/16);}::selection{background:var(--selection-background);color:var(--selection-text)}.alt{--header-color:rgba(255, 255, 255, 1.00);--subheader-color:rgba(230, 230, 230, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(255, 255, 255, 1.00);--link-color:rgba(255, 255, 255, 1.00);--link-color-hover:rgba(0, 0, 0, 1.00);--link-decoration:none;--link-decoration-hover:none}.grid-container{max-width:var(--site-width)}.radius{border-radius:var(--radius)}body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(24rem/16)}h2,.h2{font-size:calc(24rem/16)}h3,.h3{font-size:calc(19rem/16)}h4,.h4{font-size:calc(18rem/16)}h5,.h5{font-size:calc(17rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:40%}.button{font-size:calc(16rem/16)}.button.tiny{font-size:calc(10rem/16)}.button.small{font-size:calc(12rem/16)}.button.large{font-size:calc(20rem/16)}@media only screen and (min-width:40em){body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(48rem/16)}h2,.h2{font-size:calc(40rem/16)}h3,.h3{font-size:calc(31rem/16)}h4,.h4{font-size:calc(25rem/16)}h5,.h5{font-size:calc(20rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:30%}}@media only screen and (min-width:64em){body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(48rem/16)}h2,.h2{font-size:calc(40rem/16)}h3,.h3{font-size:calc(31rem/16)}h4,.h4{font-size:calc(25rem/16)}h5,.h5{font-size:calc(20rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:30%}}a{color:var(--link-color);-webkit-text-decoration:var(--link-decoration);text-decoration:var(--link-decoration)}a:hover,a:focus{color:var(--link-color-hover);-webkit-text-decoration:var(--link-decoration-hover);text-decoration:var(--link-decoration-hover)}.menu a{color:var(--menu-link-color);background:var(--menu-bg-color)}.menu a:hover{color:var(--menu-link-color-hover)}h1,h2,h3,h4,h5,h6{color:var(--header-color)}small{color:var(--small-color)}.subheader{color:var(--subheader-color)}.text ul,.text ol{list-style-position:outside}.text>ul,.text>ol,.text .mez>div>ul,.text .mez>div>ol{margin-left:1.25rem}.text ul{list-style-type:none}.text ul ul,.text ol ul{list-style-type:none}.text ol{list-style-type:decimal}.text ol ol,.text ul ol{list-style-type:lower-alpha}.radius,.radius:before,.radius:after{border-radius:calc(3rem/16)}body{}
/*!* Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com* License - https://fontawesome.com/license (Commercial License)*/@font-face{font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:400;font-display:block;src:url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.eot");src:url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.woff2") format("woff2"),url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.woff") format("woff"),url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.ttf") format("truetype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.svg#fontawesome") format("svg")}.fab{font-family:'Font Awesome 5 Brands';font-weight:400}@font-face{font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:300;font-display:block;src:url("../rw_common/plugins/stacks/fa5-fonts/fa-light-300.eot");src:url("../rw_common/plugins/stacks/fa5-fonts/fa-light-300.eot?#iefix") format("embedded-opentype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-light-300.woff2") format("woff2"),url("../rw_common/plugins/stacks/fa5-fonts/fa-light-300.woff") format("woff"),url("../rw_common/plugins/stacks/fa5-fonts/fa-light-300.ttf") format("truetype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-light-300.svg#fontawesome") format("svg")}.fal{font-family:'Font Awesome 5 Pro';font-weight:300}@font-face{font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:400;font-display:block;src:url("../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.eot");src:url("../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.woff2") format("woff2"),url("../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.woff") format("woff"),url("../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.ttf") format("truetype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.svg#fontawesome") format("svg")}.far{font-family:'Font Awesome 5 Pro';font-weight:400}@font-face{font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:900;font-display:block;src:url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.eot");src:url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.woff2") format("woff2"),url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.woff") format("woff"),url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.ttf") format("truetype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.svg#fontawesome") format("svg")}.fa,.fas{font-family:'Font Awesome 5 Pro';font-weight:900}  
.white-text{--header-color:rgba(255, 255, 255, 1.00);--subheader-color:rgba(255, 255, 255, 1.00);--small-color:rgba(255, 255, 255, 1.00);--text-color:rgba(255, 255, 255, 1.00);--link-color:rgba(254, 212, 10, 1.00);--link-color-hover:rgba(35, 255, 6, 0.72);--link-decoration:none;--link-decoration-hover:none}
.gold-text{--header-color:rgba(250, 131, 20, 1.00);--subheader-color:rgba(250, 131, 20, 1.00);--small-color:rgba(250, 131, 20, 1.00);--text-color:rgba(107, 36, 2, 1.00);--link-color:rgba(173, 50, 14, 1.00);--link-color-hover:rgba(173, 50, 14, 1.00);--link-decoration:none;--link-decoration-hover:none}
.main-menu{--header-color:rgba(131, 5, 8, 1.00);--subheader-color:rgba(131, 5, 8, 1.00);--small-color:rgba(131, 5, 8, 1.00);--text-color:rgba(173, 50, 14, 1.00);--link-color:rgba(131, 5, 8, 1.00);--link-color-hover:rgba(0, 0, 0, 1.00);--link-decoration:none;--link-decoration-hover:none}
.menu{--header-color:rgba(131, 5, 8, 1.00);--subheader-color:rgba(131, 5, 8, 1.00);--small-color:rgba(131, 5, 8, 1.00);--text-color:rgba(173, 50, 14, 1.00);--link-color:rgba(131, 5, 8, 1.00);--link-color-hover:rgba(173, 50, 14, 1.00);--link-decoration:none;--link-decoration-hover:none}
.brown-text{--header-color:rgba(131, 5, 8, 1.00);--subheader-color:rgba(131, 5, 8, 1.00);--small-color:rgba(131, 5, 8, 1.00);--text-color:rgba(173, 50, 14, 1.00);--link-color:rgba(173, 50, 14, 1.00);--link-color-hover:rgba(173, 50, 14, 1.00);--link-decoration:none;--link-decoration-hover:none}
.orange-text{--header-color:rgba(250, 109, 24, 1.00);--subheader-color:rgba(250, 109, 24, 1.00);--small-color:rgba(250, 109, 24, 1.00);--text-color:rgba(250, 109, 24, 1.00);--link-color:rgba(173, 50, 14, 1.00);--link-color-hover:rgba(173, 50, 14, 1.00);--link-decoration:none;--link-decoration-hover:none}
.close-button{--header-color:rgba(131, 5, 8, 1.00);--subheader-color:rgba(131, 5, 8, 1.00);--small-color:rgba(131, 5, 8, 1.00);--text-color:rgba(173, 50, 14, 1.00);--link-color:rgba(173, 50, 14, 1.00);--link-color-hover:rgba(173, 50, 14, 1.00);--link-decoration:none;--link-decoration-hover:none}
html,body, p,.p, h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6, blockquote, .menu li, li, form, .button,.Lato{font-family:"Lato",sans-serif }
            .reveal{font-size:calc(25rem/16) ;}@media only screen and (min-width:40em) {            .reveal{font-size:calc(16rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .reveal{font-size:calc(35rem/16) ;line-height:1.50 }}
html,body,         .menu li,   .main-menu{font-size:calc(16rem/16) ;font-weight:400 ;}@media only screen and (min-width:40em) {html,body,         .menu li,   .main-menu{font-size:calc(16rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {html,body,         .menu li,   .main-menu{font-size:calc(18rem/16) ;line-height:1.50 }}
.overview-width{width:85.00% ;}@media only screen and (min-width:40em){.overview-width{width:60.00% }}@media only screen and (min-width:64em){.overview-width{width:50.00% }}
.overview-width{position:fixed    ;z-index:1 ;top:50% ;bottom:unset ;left:50% ;right:unset ;transform:translateY(-50%) translateX(-50%) ;}
.shad1{text-shadow:1px 1px 1px rgba(0, 0, 0, 0.60);}
.shad-photo{box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.25);}
 html{--scrollbar-track-color:rgba(248, 230, 198, 1.00);--scrollbar-track-shadow:rgba(0, 0, 0, 0.30);--scrollbar-thumb-color:rgba(173, 50, 14, 1.00);--scrollbar-thumb-shadow:rgba(199, 44, 22, 1.00);--scrollbar-size:12px;--scrollbar-width:auto;--scrollbar-radius:6px;scrollbar-width:var(--scrollbar-width);scrollbar-color:var(--scrollbar-thumb-color) var(--scrollbar-track-color)}html::-webkit-scrollbar{width:var(--scrollbar-size);height:var(--scrollbar-size)}html::-webkit-scrollbar-track{box-shadow:inset 0 0 calc(var(--scrollbar-size)/2) var(--scrollbar-track-shadow);background-color:var(--scrollbar-track-color);border-radius:var(--scrollbar-radius);}html::-webkit-scrollbar-thumb{box-shadow:inset 0 0 calc(var(--scrollbar-size)/2) var(--scrollbar-thumb-shadow);background:var(--scrollbar-thumb-color);border-radius:var(--scrollbar-radius)} 
.orange-bck{background-color:rgba(250, 107, 8, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.orange-bck{background-attachment:scroll!important}}
.pinkish-bck{background-color:rgba(255, 238, 255, 0.50) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.pinkish-bck{background-attachment:scroll!important}}
.bright-orange-bck:hover{background-color:rgba(250, 107, 8, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bright-orange-bck{background-attachment:scroll!important}}
.darker-orange-bck:hover{background-color:rgba(209, 67, 6, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.darker-orange-bck{background-attachment:scroll!important}}
.ground-spice-bck{background-image:url('../files/bgimage-35-1B3.jpg') ;background-repeat:no-repeat    ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ; background-size:  cover ; }@media (hover:none) and (pointer:coarse){.ground-spice-bck{background-attachment:scroll!important}}
.light-brown-bck{background-color:rgba(255, 255, 212, 0.51) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.light-brown-bck{background-attachment:scroll!important}}
.w-404{width:280.00px ;}@media only screen and (min-width:40em){.w-404{width:500.00px }}@media only screen and (min-width:64em){.w-404{width:600.00px }}
.container{transition:all 1000ms ease 0ms }
.w-300{width:300.00px ;}@media only screen and (min-width:40em){.w-300{width:50.00px }}@media only screen and (min-width:64em){.w-300{width:50.00px }}
.dropdown-pane{box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.15);}
.h-128{height:3rem !important;}  
.lightbox-contact-bkg {background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;  background: rgb(255,254,243);
background: radial-gradient(circle, rgba(255,254,243,1) 22%, rgba(255,252,222,1) 67%, rgba(255,233,233,1) 95%);  }@media (hover:none) and (pointer:coarse){.lightbox-contact-bkg {background-attachment:scroll!important}}
.black-text-over:hover{color:rgba(0, 0, 0, 1.00) !important;}
 .my-menu>.menu a, .menu.my-menu a{--menu-link-color:rgba(34, 34, 34, 1.00);--menu-link-color-hover:rgba(68, 68, 68, 1.00);--menu-bg-color:rgba(255, 255, 255, 0.00);--menu-caret-color:rgba(251, 160, 60, 1.00);--menu-border-accent:2px solid var(--menu-link-color)} .my-menu>.menu .menu-text, .menu.my-menu .menu-text{--menu-text-color:rgba(68, 68, 68, 1.00)} .my-menu>.menu>li>a, .menu.my-menu>li>a{padding-top:1rem;padding-bottom:1rem} .my-menu>.menu .submenu>li>a, .menu.my-menu .submenu>li>a{padding-top:0.75rem;padding-bottom:0.75rem} .my-menu>.menu li.active>a, .my-menu>.menu li.is-active>a, .my-menu>.menu a.is-active, .menu.my-menu li.active>a, .menu.my-menu li.is-active>a, .menu.my-menu a.is-active{--menu-bg-color:rgba(87, 128, 24, 1.00);--menu-link-color:rgba(254, 254, 254, 1.00);--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-link-color-hover:rgba(254, 254, 254, 1.00)} .my-menu>.menu .submenu li.active>a, .my-menu>.menu .submenu li.is-active>a, .my-menu>.menu .submenu a.is-active, .menu.my-menu .submenu li.active>a, .menu.my-menu .submenu li.is-active>a, .menu.my-menu .submenu a.is-active{--menu-caret-color:rgba(255, 255, 255, 1.00)} .my-menu>.menu .submenu a, .menu.my-menu .submenu a{--menu-caret-color:rgba(251, 160, 60, 1.00)} .my-menu>.menu .submenu, .menu.my-menu .submenu{--submenu-bg-color:rgba(254, 254, 254, 1.00);--submenu-border:1px solid rgba(202, 202, 202, 1.00)} .my-menu>.menu .submenu a, .menu.my-menu .submenu a{--menu-bg-color:transparent;--menu-link-color:rgba(34, 34, 34, 1.00);--menu-link-color-hover:rgba(68, 68, 68, 1.00)} .my-menu>.menu .submenu .menu-text, .menu.my-menu .submenu .menu-text{--menu-text-color:rgba(68, 68, 68, 1.00)} .my-menu>.menu .submenu li.active>a, .my-menu>.menu .submenu li.is-active>a, .my-menu>.menu .submenu a.is-active, .menu.my-menu .submenu li.active>a, .menu.my-menu .submenu li.is-active>a, .menu.my-menu .submenu a.is-active{--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-bg-color:rgba(133, 188, 33, 1.00);--menu-link-color:rgba(254, 254, 254, 1.00);--menu-link-color-hover:rgba(254, 254, 254, 1.00)}
.w-0point7{width:70.00% ;min-width:none ;max-width:none ;}@media only screen and (min-width:40em){.w-0point7{width:70.00% }}@media only screen and (min-width:64em){.w-0point7{width:70.00% }}


.stacks_in_1663 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 0px)}

.stacks_in_1667{line-height:0}.stacks_in_1667 svg{display:inline-block;max-width:80px;height:auto;}.stacks_in_1667.full-width svg{width:100%;height:auto}



.stacks_in_1646 img{width:100%;max-width:512px}
.stacks_in_1567{line-height:0}.stacks_in_1567 svg{display:inline-block;}.stacks_in_1567.full-width svg{width:100%;height:auto}.stacks_in_1567 svg *{fill:rgba(254, 212, 10, 1.00)}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1792 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1792 .theDivider1,
#simpleDivider_stacks_in_1792 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1792 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1792.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1792.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1792 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1792.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1792.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1792.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1792.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1793 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1793 .theDivider1,
#simpleDivider_stacks_in_1793 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1793 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1793.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1793.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1793 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1793.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1793.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1793.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1793.bgImageOn .theDivider1 img {
	display: block;
}


.stacks_in_1831{line-height:0}.stacks_in_1831 svg{display:inline-block;}.stacks_in_1831.full-width svg{width:100%;height:auto}

#stacks_in_1839 {
	font-size: 99%;
}
.stacks_in_1847 img{width:100%;max-width:200px}
.stacks_in_1859{line-height:0}.stacks_in_1859 svg{display:inline-block;max-width:40px;height:auto;}.stacks_in_1859.full-width svg{width:100%;height:auto}
.stacks_in_1866{line-height:0}.stacks_in_1866 svg{display:inline-block;max-width:40px;height:auto;}.stacks_in_1866.full-width svg{width:100%;height:auto}
.stacks_in_1873{line-height:0}.stacks_in_1873 svg{display:inline-block;max-width:40px;height:auto;}.stacks_in_1873.full-width svg{width:100%;height:auto}
.stacks_in_1771{line-height:0}.stacks_in_1771 svg{display:inline-block;}.stacks_in_1771.full-width svg{width:100%;height:auto}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1789 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1789 .theDivider1,
#simpleDivider_stacks_in_1789 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1789 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1789.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1789.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1789 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1789.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1789.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1789.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1789.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1790 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1790 .theDivider1,
#simpleDivider_stacks_in_1790 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1790 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1790.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1790.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1790 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1790.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1790.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1790.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1790.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1791 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1791 .theDivider1,
#simpleDivider_stacks_in_1791 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1791 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1791.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1791.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1791 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1791.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1791.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1791.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1791.bgImageOn .theDivider1 img {
	display: block;
}

.stacks_in_1439{line-height:0}.stacks_in_1439 svg{display:inline-block;max-width:100px;height:auto;}.stacks_in_1439.full-width svg{width:100%;height:auto}.stacks_in_1439 svg *{fill:rgba(255, 255, 255, 1.00)}


.stacks_in_92 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 0px)}

.stacks_in_96{line-height:0}.stacks_in_96 svg{display:inline-block;max-width:80px;height:auto;}.stacks_in_96.full-width svg{width:100%;height:auto}


#stacks_in_870 {
	font-weight: bold;
}

#stacks_in_595 {
	font-weight: bold;
}

#stacks_in_600 {
	font-weight: bold;
}

#stacks_in_113 {
	font-weight: bold;
}


.stacks_in_133 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 2rem)}





.w-0point8{min-width:80.00% ;max-width:80.00% ;}

.blenddius{will-change:transform}
.card-divider{background-color:var(--black-color) ;}
.card{--header-color:rgba(253, 175, 9, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(173, 50, 14, 1.00);--link-color:rgba(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--link-decoration:none;--link-decoration-hover:none}
.card:hover{box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.77);}
.no-border{border-width:0px !important;border-style:none !important;}
.radius-20{border-radius:20% ;}
.card{box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.60);}



.stacks_in_946{line-height:0}.stacks_in_946 svg{display:inline-block;max-width:40px;height:auto;}.stacks_in_946.full-width svg{width:100%;height:auto}

.stacks_in_1801{line-height:0}.stacks_in_1801 svg{display:inline-block;}.stacks_in_1801.full-width svg{width:100%;height:auto}
.stacks_in_1315 img{width:100%;max-width:200px}
.stacks_in_1331 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 0px)}

.stacks_in_1334{line-height:0}.stacks_in_1334 svg{display:inline-block;max-width:50px;height:auto;}.stacks_in_1334.full-width svg{width:100%;height:auto}

.stacks_in_1341{line-height:0}.stacks_in_1341 svg{display:inline-block;max-width:35px;height:auto;}.stacks_in_1341.full-width svg{width:100%;height:auto}

.stacks_in_1344{line-height:0}.stacks_in_1344 svg{display:inline-block;max-width:50px;height:auto;}.stacks_in_1344.full-width svg{width:100%;height:auto}
.stacks_in_1349 img{width:100%;max-width:200px}

.stacks_in_1351{line-height:0}.stacks_in_1351 svg{display:inline-block;max-width:35px;height:auto;}.stacks_in_1351.full-width svg{width:100%;height:auto}

.stacks_in_1354{line-height:0}.stacks_in_1354 svg{display:inline-block;max-width:50px;height:auto;}.stacks_in_1354.full-width svg{width:100%;height:auto}

.stacks_in_1368{line-height:0}.stacks_in_1368 svg{display:inline-block;}.stacks_in_1368.full-width svg{width:100%;height:auto}
.stacks_in_1371 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 2rem)}


#stacks_in_1376 {
	font-size: 99%;
}

.w-0point4{width:40.00% ;min-width:none ;max-width:none ;}@media only screen and (min-width:40em){.w-0point4{width:40.00% }}@media only screen and (min-width:64em){.w-0point4{width:40.00% }}
.stacks_in_1378 img{width:100%;max-width:300px}
.stacks_in_1381 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 2rem)}

.stacks_in_1384 img{width:100%;max-width:300px}

.stacks_in_1394{line-height:0}.stacks_in_1394 svg{display:inline-block;max-width:40px;height:auto;}.stacks_in_1394.full-width svg{width:100%;height:auto}
.stacks_in_1401{line-height:0}.stacks_in_1401 svg{display:inline-block;max-width:40px;height:auto;}.stacks_in_1401.full-width svg{width:100%;height:auto}
.stacks_in_1408{line-height:0}.stacks_in_1408 svg{display:inline-block;max-width:40px;height:auto;}.stacks_in_1408.full-width svg{width:100%;height:auto}
.stacks_in_85{--offcanvas-size-small:300px;--offcanvas-size-medium:300px;--offcanvas-size-large:0px}

.blenddius{will-change:transform}
.card-divider{background-color:var(--black-color) ;}
.card{--header-color:rgba(253, 175, 9, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(173, 50, 14, 1.00);--link-color:rgba(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--link-decoration:none;--link-decoration-hover:none}
.card:hover{box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.77);}
.no-border{border-width:0px !important;border-style:none !important;}
.radius-20{border-radius:20% ;}
.card{box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.60);}




@media screen and (min-width: 40em) {





.accordion-footer

{
    transform-origin: 50% 0% ;
    transform-style: flat ;
    transform :
        
        
        translateZ(0)
        
        
        scale3d(1.00, 0.00, 1.00)
        
        
        
        ;
}

}

.accordion-footer{height:auto ;}  

@media screen and (min-width: 40em){.accordion-footer .upper{-webkit-clip-path:polygon(0% 0%,100% 0%,95% 100%, 5% 100%) ;clip-path:polygon(0% 0%,100% 0%,95% 100%, 5% 100%) ;}}

@media screen and (min-width: 40em){.accordion-footer .lower{-webkit-clip-path:polygon(5% 0%,95% 0%,100% 100%, 0% 100%) ;clip-path:polygon(5% 0%,95% 0%,100% 100%, 0% 100%) ;}}

.band1{background-color:rgba(108, 12, 2, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.band1{background-attachment:scroll!important}}
.band2{background-color:rgba(173, 50, 14, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.band2{background-attachment:scroll!important}}
.band3{background-color:rgba(205, 107, 70, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.band3{background-attachment:scroll!important}}
.band4{background-color:rgba(246, 84, 12, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.band4{background-attachment:scroll!important}}
.band5{background-color:rgba(27, 82, 134, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.band5{background-attachment:scroll!important}}

.accordion-footer{will-change:transform}
.accordion-footer .upper{will-change:transform}
.accordion-footer .lower{will-change:transform}
.accordion-footer .band-content{will-change:transform}


.stacks_in_1166 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 2rem)}





.stacks_in_1061{line-height:0}.stacks_in_1061 svg{display:inline-block;max-width:100px;height:auto;}.stacks_in_1061.full-width svg{width:100%;height:auto}.stacks_in_1061 svg *{fill:rgba(255, 255, 255, 1.00)}
