






.target-wrapper{position:relative}.target-show-on-hover{opacity:0;transition:opacity 750ms ease}.target-show-on-hover:hover{opacity:1}.target{position:absolute;width:100%;height:auto}.target.width-auto{width:auto}.target.height-fill,.target.height-fixed,.target.height-flexible{display:flex;align-items:center}.target.height-fill{height:100%}.target[class*="float-"],.target[class*="shift-"]{position:relative}.target[class*="pin-"],.target.relative-browser{position:fixed}.target.float-right{float:right}.target.float-left{float:left}.target.vcenter[class*="relative-"]{top:50%;transform:translateY(-50%)}.target.hcenter[class*="relative-"]{left:50%;transform:translateX(-50%)}.target.hcenter.vcenter[class*="relative-"]{transform:translateX(-50%) translateY(-50%)}.target.shift-up,.target.shift-down{margin-left:auto;margin-right:auto}.target.target-center{top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.target.pin-top{top:0}.target.pin-bottom{bottom:0}.target.pin-left{left:0}.target.pin-right{right:0}.target.target-disable{position:relative !important;float:none !important;height:auto !important;left:auto !important;top:auto !important;bottom:auto !important;right:auto !important;transform:none !important;width:100% !important}@media only screen and (min-width:40em){.target.target-mobile-only{position:relative !important;float:none !important;height:auto !important;left:auto !important;top:auto !important;bottom:auto !important;right:auto !important;transform:none !important;width:100% !important}}@media only screen and (max-width:39.9375em){.target.target-disable-mobile{position:relative !important;float:none !important;height:auto !important;left:auto !important;top:auto !important;bottom:auto !important;right:auto !important;transform:none !important;width:100% !important}}@media only screen and (max-width:62.5em){.target.target-desktop-only{position:relative !important;float:none !important;height:auto !important;left:auto !important;top:auto !important;bottom:auto !important;right:auto !important;transform:none !important;width:100% !important}}






: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(0, 140, 186, 1.00);--secondary:rgba(231, 231, 231, 0.00);--success:rgba(255, 255, 255, 1.00);--warning:rgba(0, 0, 0, 1.00);--alert:rgba(227, 24, 54, 1.00);--primary-contrast:rgba(255, 255, 255, 1.00);--secondary-contrast:rgba(255, 255, 255, 1.00);--success-contrast:rgba(51, 51, 51, 1.00);--warning-contrast:rgba(254, 254, 254, 1.00);--alert-contrast:rgba(254, 254, 254, 1.00);--primary-dark:rgba(0, 110, 156, 1.00);--secondary-dark:rgba(201, 201, 201, 0.00);--success-dark:rgba(225, 225, 225, 1.00);--warning-dark:rgba(0, 0, 0, 1.00);--alert-dark:rgba(197, 0, 24, 1.00);--header-color:rgba(51, 51, 51, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(51, 51, 51, 1.00);--link-color:rgba(51, 51, 51, 1.00);--link-color-hover:rgba(227, 24, 54, 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(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 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(42rem/16)}h2,.h2{font-size:calc(42rem/16)}h3,.h3{font-size:calc(32rem/16)}h4,.h4{font-size:calc(24rem/16)}h5,.h5{font-size:calc(17rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:40%}.button{font-size:calc(18rem/16)}.button.tiny{font-size:calc(10rem/16)}.button.small{font-size:calc(12rem/16)}.button.large{font-size:calc(24rem/16)}@media only screen and (min-width:40em){body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(54rem/16)}h2,.h2{font-size:calc(42rem/16)}h3,.h3{font-size:calc(32rem/16)}h4,.h4{font-size:calc(24rem/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(86rem/16)}h2,.h2{font-size:calc(42rem/16)}h3,.h3{font-size:calc(32rem/16)}h4,.h4{font-size:calc(24rem/16)}h5,.h5{font-size:calc(20rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:30%}}a{color:var(--link-color);text-decoration:var(--link-decoration)}a:hover,a:focus{color:var(--link-color-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:disc}.text ul ul,.text ol ul{list-style-type:circle}.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{}

html,body, p,.p, h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6, blockquote, .menu li, li, form, .button,.sans{font-family:"Source Sans Pro",sans-serif }
.header_underscore{position:relative;white-space:normal}.header_underscore:before{content:"";position:absolute;bottom:-5px;left:0;width:calc(100% - 0rem / 8);margin:0 calc(0rem / 16);height:4px;background:currentcolor;transform:scaleX(0.50);transform-origin: center ;transition:transform 250ms ease-in;background-color:var(--alert) ;}.header_underscore:hover:before{transform:scaleX(0.50);transform-origin: center }
.banner_bg{background-image:url('https://res.cloudinary.com/detroit-symphony-orchestra/image/upload/c_fill,f_auto,g_face,h_700,q_auto:eco,w_800/v1/Uploads/features/CL18-thibaudet-homepage.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){.banner_bg{background-attachment:scroll!important}}
.sidenav{background-color:rgba(255, 255, 255, 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){.sidenav{background-attachment:scroll!important}}
.bg_swatch1{background-color:rgba(34, 34, 34, 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){.bg_swatch1{background-attachment:scroll!important}}
.menu_icon{background-color:var(--alert) ;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){.menu_icon{background-attachment:scroll!important}}
.button{border-radius:8px ;}
.white_button{border-color:rgba(255, 255, 255, 1.00) ;border-width:2px ;border-style:solid ;}
.header_border{border-color:var(--alert) ;border-bottom-width:2px ;border-bottom-style:solid ;}
.donate_border{border-color:rgba(234, 234, 234, 1.00) ;border-top-width:1px ;border-top-style:solid ;}
.menu_icon{border-radius:50% !important;}
.side_border{border-color:rgba(234, 234, 234, 1.00) ;border-left-width:1px ;border-left-style:solid ;}
            .text_lg{font-size:calc(18rem/16) ;}@media only screen and (min-width:40em) {            .text_lg{font-size:calc(24rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .text_lg{font-size:calc(28rem/16) ;line-height:1.50 }}
            .text_sm{font-size:calc(14rem/16) ;}@media only screen and (min-width:40em) {            .text_sm{font-size:calc(14rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .text_sm{font-size:calc(14rem/16) ;line-height:1.50 }}
.sidenav{height:100vh !important;}  
.sidenav{width:6rem ;}  
.container_height{height:100% ;}  
.menu_icon{height:2.5rem ;}  
.menu_icon{width:2.5rem ;}  
.padding_standard{padding-top:4rem ;padding-bottom:4rem ;}  


.target.stacks_in_2002_5{    margin:0px;}.target.stacks_in_2002_5{z-index:1;}.target.stacks_in_2002_5.width-fill{width:calc(100% - 0px)}.target.stacks_in_2002_5.width-flexible{width:100%}.target.stacks_in_2002_5.width-fixed{width:250px}.target.stacks_in_2002_5.height-fill{height:calc(100% - 0px)}.target.stacks_in_2002_5.height-flexible{height:100%}.target.stacks_in_2002_5.height-fixed{height:250px}.target.stacks_in_2002_5[class*="relative-"].top-pt{top:0%}.target.stacks_in_2002_5[class*="relative-"].top-px{top:0px}.target.stacks_in_2002_5[class*="relative-"].bottom-pt{bottom:0%}.target.stacks_in_2002_5[class*="relative-"].bottom-px{bottom:0px}.target.stacks_in_2002_5[class*="relative-"].right-pt{right:0%}.target.stacks_in_2002_5[class*="relative-"].right-px{right:0px}.target.stacks_in_2002_5[class*="relative-"].left-pt{left:0%}.target.stacks_in_2002_5[class*="relative-"].left-px{left:0px}.target.stacks_in_2002_5.shift-up{margin-top:-0px}.target.stacks_in_2002_5.shift-down{margin-bottom:-0px}.target.stacks_in_2002_5.shift-left{right:0px}.target.stacks_in_2002_5.shift-right{left:0px}.target.stacks_in_2002_5.pin-top,.target.stacks_in_2002_5.pin-bottom{left:0px}.target.stacks_in_2002_5.pin-left,.target.stacks_in_2002_5.pin-right{top:0px}


#stacks_in_2002_19 {
	font-size: 70%;
}

#stacks_in_2002_25 {
	font-size: 70%;
}




/* Start Responsive Shim stack CSS code */.stacks_in_2002_116shim{	padding-top: 10%;}/* End Responsive Shim stack CSS code */
.stacks_in_1094 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 2rem)}
.grid-x > .cell.stacks_in_1096{width:0px;min-width:0px;max-width:1000px}@media only screen and (min-width:40em){.grid-x > .cell.stacks_in_1096{width:100px}}@media only screen and (min-width:64em){.grid-x > .cell.stacks_in_1096{width:100px}}



.banner_bg{background-image:url('../files/bgimage-2182.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){.banner_bg{background-attachment:scroll!important}}
.banner_bg{position:relative;z-index:0}.banner_bg:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;opacity:0.50 ;background-color:rgba(0, 0, 0, 1.00) ;}
.banner_height{height:175.00vw ;}@media only screen and (min-width:40em){.banner_height{height:85.00vw }}@media only screen and (min-width:64em){.banner_height{height:60.00vw }}
.stacks_in_2204 img{width:100%;max-width:200px}

#stacks_in_2208 {
	display:inline-block; width:100%; line-height: 0.990000em;
}


.calendar_box{height:4rem ;}  
.calendar_box{width:4rem ;}  
.calendar_box{background-color:var(--white) ;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){.calendar_box{background-attachment:scroll!important}}
.day_border{border-color:rgba(234, 234, 234, 1.00) ;border-bottom-width:1px ;border-bottom-style:solid ;}
.calendar_box:hover .day, .calendar_box:hover .date{--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(227, 24, 54, 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}
.calendar_box{border-color:rgba(221, 221, 221, 1.00) ;border-width:1px ;border-style:solid ;}

#stacks_in_1171 {
	text-transform: uppercase;
}
#stacks_in_1123 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(0, 0, 0, 1.00) inset;box-shadow:0px 0px 0px rgba(0, 0, 0, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_1123{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 0ms;transition:max-height 700ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 0ms}#stacks_in_1123.open{max-height:500px}@media screen and (max-width:400px){#stacks_in_1123.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_1123.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_1123.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_1123.responsive.open{max-height:500px}}#stacks_in_1123_container{height:500px}@media screen and (max-width:400px){#stacks_in_1123_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_1123_container.responsive{height:500px}}

#stacks_in_1123 {
	margin: 20px 0px 0px 0px;
}
#stacks_in_1124 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(0, 0, 0, 1.00) inset;box-shadow:0px 0px 0px rgba(0, 0, 0, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_1124{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 0ms;transition:max-height 700ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 0ms}#stacks_in_1124.open{max-height:500px}@media screen and (max-width:400px){#stacks_in_1124.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_1124.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_1124.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_1124.responsive.open{max-height:500px}}#stacks_in_1124_container{height:500px}@media screen and (max-width:400px){#stacks_in_1124_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_1124_container.responsive{height:500px}}

.jonathan_bg{background-image:url('https://stocktonsoul.com/assets/img/jonathan-bg.jpg') ;background-repeat:no-repeat    ;background-position:left 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){.jonathan_bg{background-attachment:scroll!important}}
.jonathan_box{background-color:rgba(0, 0, 0, 0.75) ;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){.jonathan_box{background-attachment:scroll!important}}
.jonathan_box{height:300.00px ;}@media only screen and (min-width:40em){.jonathan_box{height:400.00px }}@media only screen and (min-width:64em){.jonathan_box{height:500.00px }}
.jonathan_box{padding:1.25rem ;}  

.mission_bg{background-image:url('https://stocktonsoul.com/assets/img/mission-bg.jpg') ;background-repeat:no-repeat    ;background-position:left 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){.mission_bg{background-attachment:scroll!important}}
.mission_box{background-color:rgba(0, 0, 0, 0.75) ;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){.mission_box{background-attachment:scroll!important}}
.mission_box{height:300.00px ;}@media only screen and (min-width:40em){.mission_box{height:400.00px }}@media only screen and (min-width:64em){.mission_box{height:500.00px }}
.mission_box{padding:1.25rem ;}  

.elevate_bg{background-image:url('https://stocktonsoul.com/assets/img/elevate-bg.jpg') ;background-repeat:no-repeat    ;background-position:left 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){.elevate_bg{background-attachment:scroll!important}}
.elevate_box{background-color:rgba(0, 0, 0, 0.75) ;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){.elevate_box{background-attachment:scroll!important}}
.elevate_box{height:300.00px ;}@media only screen and (min-width:40em){.elevate_box{height:400.00px }}@media only screen and (min-width:64em){.elevate_box{height:500.00px }}
.elevate_box{padding:1.25rem ;}  
@media screen and (min-width: 40em){.elevate_text{width:50.00px ;}}@media only screen and (min-width:40em){.elevate_text{width:550.00px }}@media only screen and (min-width:64em){.elevate_text{width:420.00px }}

.entertain_bg{background-image:url('https://stocktonsoul.com/assets/img/entertain-bg.jpg') ;background-repeat:no-repeat    ;background-position:left 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){.entertain_bg{background-attachment:scroll!important}}
.entertain_box{background-color:rgba(0, 0, 0, 0.75) ;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){.entertain_box{background-attachment:scroll!important}}
.entertain_box{height:300.00px ;}@media only screen and (min-width:40em){.entertain_box{height:400.00px }}@media only screen and (min-width:64em){.entertain_box{height:500.00px }}
.entertain_box{padding:1.25rem ;}  
@media screen and (min-width: 40em){.entertain_text{width:50.00px ;}}@media only screen and (min-width:40em){.entertain_text{width:550.00px }}@media only screen and (min-width:64em){.entertain_text{width:385.00px }}

.educate_bg{background-image:url('https://stocktonsoul.com/assets/img/educate-bg.jpg') ;background-repeat:no-repeat    ;background-position:left 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){.educate_bg{background-attachment:scroll!important}}
.educate_box{background-color:rgba(0, 0, 0, 0.75) ;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){.educate_box{background-attachment:scroll!important}}
.educate_box{height:300.00px ;}@media only screen and (min-width:40em){.educate_box{height:400.00px }}@media only screen and (min-width:64em){.educate_box{height:500.00px }}
.educate_box{padding:1.25rem ;}  
@media screen and (min-width: 40em){.educate_text{width:50.00px ;}}@media only screen and (min-width:40em){.educate_text{width:550.00px }}@media only screen and (min-width:64em){.educate_text{width:385.00px }}

.inspire_bg{background-image:url('https://stocktonsoul.com/assets/img/inspire-bg.jpg') ;background-repeat:no-repeat    ;background-position:left 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){.inspire_bg{background-attachment:scroll!important}}
.inspire_box{background-color:rgba(0, 0, 0, 0.75) ;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){.inspire_box{background-attachment:scroll!important}}
.inspire_box{height:300.00px ;}@media only screen and (min-width:40em){.inspire_box{height:400.00px }}@media only screen and (min-width:64em){.inspire_box{height:500.00px }}
.inspire_box{padding:1.25rem ;}  
@media screen and (min-width: 40em){.inspire_text{width:50.00px ;}}@media only screen and (min-width:40em){.inspire_text{width:525.00px }}@media only screen and (min-width:64em){.inspire_text{width:392.00px }}

.story_bg1{background-image:url('') ;background-repeat:no-repeat    ;background-image:url('https://stocktonsoul.com/files/bgimage-1344.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){.story_bg1{background-attachment:scroll!important}}
.story_bg2{background-image:url('') ;background-repeat:no-repeat    ;background-image:url('https://stocktonsoul.com/files/bgimage-1346.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){.story_bg2{background-attachment:scroll!important}}
.story_bg1{position:relative;z-index:0}.story_bg1:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;opacity:1.00 ;background-color:rgba(0, 0, 0, 0.55) ;}
.story_bg2{position:relative;z-index:0}.story_bg2:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;opacity:1.00 ;background-color:rgba(0, 0, 0, 0.55) ;}
.story_box{height:175.00px ;}@media only screen and (min-width:40em){.story_box{height:175.00px }}@media only screen and (min-width:64em){.story_box{height:480.00px }}






.story_bg1:hover

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







.story_bg2:hover

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







.story_bg1

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







.story_bg2

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

.story_bg1, .story_bg2{transition:all 1000ms ease 0ms }

#stacks_in_1386 {
	display:inline-block; width:100%; line-height: 0.990000em;
	text-transform: uppercase;
}

#stacks_in_2021 {
	display:inline-block; width:100%; line-height: 0.990000em;
	text-transform: uppercase;
}


.social_box{height:4rem ;}  
.social_box{width:4rem ;}  
.social_box{border-radius:50% !important;}
.social_box:hover{background-color:rgba(0, 0, 0, 0.25) ;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){.social_box{background-attachment:scroll!important}}


 .footer>.menu a, .menu.footer a{--menu-link-color:rgba(255, 255, 255, 1.00);--menu-link-color-hover:rgba(255, 255, 255, 1.00);--menu-bg-color:rgba(255, 255, 255, 0.00);--menu-caret-color:rgba(97, 103, 173, 1.00);--menu-border-accent:2px solid var(--menu-link-color)} .footer>.menu .menu-text, .menu.footer .menu-text{--menu-text-color:rgba(68, 68, 68, 1.00)} .footer>.menu>li>a, .menu.footer>li>a{padding-top:0;padding-bottom:0} .footer>.menu .submenu>li>a, .menu.footer .submenu>li>a{padding-top:0.75rem;padding-bottom:0.75rem} .footer>.menu li.active>a, .footer>.menu li.is-active>a, .footer>.menu a.is-active, .menu.footer li.active>a, .menu.footer li.is-active>a, .menu.footer a.is-active{--menu-bg-color:rgba(97, 103, 173, 0.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)} .footer>.menu .submenu li.active>a, .footer>.menu .submenu li.is-active>a, .footer>.menu .submenu a.is-active, .menu.footer .submenu li.active>a, .menu.footer .submenu li.is-active>a, .menu.footer .submenu a.is-active{--menu-caret-color:rgba(255, 255, 255, 1.00)} .footer>.menu .submenu a, .menu.footer .submenu a{--menu-caret-color:rgba(97, 103, 173, 1.00)} .footer>.menu .submenu, .menu.footer .submenu{--submenu-bg-color:rgba(254, 254, 254, 1.00);--submenu-border:1px solid rgba(202, 202, 202, 1.00)} .footer>.menu .submenu a, .menu.footer .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)} .footer>.menu .submenu .menu-text, .menu.footer .submenu .menu-text{--menu-text-color:rgba(68, 68, 68, 1.00)} .footer>.menu .submenu li.active>a, .footer>.menu .submenu li.is-active>a, .footer>.menu .submenu a.is-active, .menu.footer .submenu li.active>a, .menu.footer .submenu li.is-active>a, .menu.footer .submenu a.is-active{--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-bg-color:rgba(97, 103, 173, 1.00);--menu-link-color:rgba(254, 254, 254, 1.00);--menu-link-color-hover:rgba(254, 254, 254, 1.00)} .footer>.menu a::after, .menu.footer a::after{display:none!important}
.menu_divider{border-color:rgba(34, 34, 34, 1.00) ;border-right-width:1px ;border-right-style:solid ;}

#stacks_in_1464_49 {
	font-size: 75%;
}

#stacks_in_1464_54 {
	font-size: 75%;
}

#stacks_in_1464_59 {
	font-size: 75%;
}

#stacks_in_1464_64 {
	font-size: 75%;
}

#stacks_in_1464_69 {
	font-size: 75%;
}
