


.lines{border:0;height:0;width:100%;margin:0;padding:0;opacity:1}.lines-wrapper{position:relative}.lines-wrapper.vertical{height:100%}



@property --glass-border-one{syntax:"<color>";inherits:true;initial-value:rgba(255,255,255,0)}@property --glass-border-two{syntax:"<color>";inherits:true;initial-value:rgba(255,255,255,0.5)}@property --glass-border-deg{syntax:"<angle>";inherits:true;initial-value:0deg}@property --glass-shimmer-width{syntax:"<length-percentage>";inherits:true;initial-value:10%}@keyframes glass-border-bounce{50%{scale:var(--glass-border-scale,0.995)}100%{scale:1;--glass-border-deg:var(--glass-hover-deg,360deg)}}@keyframes glass-border-rotate{100%{--glass-border-deg:var(--glass-hover-deg,360deg)}}.glass-outer{position:relative;box-shadow:var(--glass-drop-shadow,none);border-radius:var(--glass-radius,0)}.glass-inner{position:relative;overflow:hidden;border-radius:inherit;padding:var(--glass-padding,4rem 2rem);clip-path:inset(0 round var(--glass-radius));background:var(--glass-bg,hsl(0 0% 100% / 0.1));backdrop-filter:blur(var(--glass-blur,3px));box-shadow:var(--glass-inner-shadow,none);isolation:isolate;contain:paint;transition:background 200ms linear}.glass-inner::after{content:"";position:absolute;z-index:-1;inset:0;border-radius:inherit;transition:--glass-border-one 200ms linear,--glass-border-two 200ms linear;border:var(--glass-border-size,2px) solid transparent;background:linear-gradient(var(--glass-border-deg),var(--glass-border-two),var(--glass-border-one)) border-box;mask:linear-gradient(black,black) border-box,linear-gradient(black,black) padding-box;mask-composite:subtract}.glass-inner.glass-border-bounce:hover{animation:glass-border-bounce var(--glass-shine-duration,350ms) linear forwards}.glass-inner.glass-border-rotate:hover{animation:glass-border-rotate var(--glass-shine-duration,350ms) linear infinite forwards}.glass-spotlight{pointer-events:none;position:absolute;inset:0;z-index:0;opacity:0;transition:opacity 250ms linear;border-radius:inherit;background:radial-gradient(circle at var(--glass-spotlight-x,0px) var(--glass-spotlight-y,0px),var(--glass-spotlight-color,rgba(255,255,255,0.2)),transparent var(--glass-spotlight-size,40%));mix-blend-mode:screen}.glass-inner:hover .glass-spotlight{opacity:1}.glass-inner.shimmer::before{content:"";position:absolute;inset:-18%;pointer-events:none;mix-blend-mode:screen;border-radius:inherit;background:linear-gradient(var(--glass-shimmer-angle,60deg),transparent calc(50% - (var(--glass-shimmer-width,10%) / 2)),var(--glass-shimmer-color,rgba(255,255,255,.5)) 50%,transparent calc(50% + (var(--glass-shimmer-width,10%) / 2)));transform:translateX(-130%);will-change:transform;transition:transform var(--glass-shimmer-speed,650ms) var(--glass-shimmer-ease,cubic-bezier(.2,.7,.2,1)) var(--glass-shimmer-delay,0ms)}.glass-inner.shimmer:hover::before{transform:translateX(130%)}@media (prefers-reduced-motion:reduce){.glass-inner.shimmer::before{transition:none;transform:none}.glass-inner.glass-border-bounce:hover,.glass-inner.glass-border-rotate:hover{animation:none}}/*.glass-distortion{position:absolute;z-index:-1;inset:0;backdrop-filter:blur(3px);filter:url(#glass-distortion);overflow:hidden;isolation:isolate}*/
: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, 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(255, 255, 255, 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(0, 110, 156, 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(7, 64, 128, 1.00);--subheader-color:rgba(15, 128, 255, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(7, 64, 128, 1.00);--link-color:rgba(0, 0, 255, 1.00);--link-color-hover:rgba(0, 0, 255, 0.50);--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(14rem/16)}h1,.h1{font-size:calc(24rem/16)}h2,.h2{font-size:calc(20rem/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);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{}
/*!* 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}  
 p,.p,           .small{font-size:calc(8rem/16) ;line-height:1.00 ;}@media only screen and (min-width:40em) { p,.p,           .small{font-size:calc(8rem/16) ;line-height:1.00 }}@media only screen and (min-width:64em) { p,.p,           .small{font-size:calc(8rem/16) ;line-height:1.00 }}
 p,.p,           .font-1{font-size:calc(10rem/16) ;}@media only screen and (min-width:40em) { p,.p,           .font-1{font-size:calc(10rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) { p,.p,           .font-1{font-size:calc(10rem/16) ;line-height:1.50 }}
 p,.p,           .font-2{font-size:calc(16rem/16) ;}@media only screen and (min-width:40em) { p,.p,           .font-2{font-size:calc(18rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) { p,.p,           .font-2{font-size:calc(20rem/16) ;line-height:1.50 }}
.txt-yellow{color:rgba(255, 255, 102, 1.00) ;}
.txt-blue{color:rgba(15, 128, 255, 1.00) ;}
.txt-orange{color:rgba(254, 204, 102, 1.00) ;}
.txt-black{color:rgba(0, 0, 0, 1.00) ;}
html,body,            .ft-iceland{font-family:"Iceland",sans-serif }
.txt-purple{--header-color:rgba(204, 102, 255, 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(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--link-decoration:none;--link-decoration-hover:none}
.txt-yellow{color:rgba(255, 255, 102, 1.00) ;}
.bg-0{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){.bg-0{background-attachment:scroll!important}}
.bg-1{background-color:rgba(230, 230, 230, 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-1{background-attachment:scroll!important}}
.bg-2{background-color:rgba(7, 64, 128, 0.20) ;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-2{background-attachment:scroll!important}}
.bg-3{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){.bg-3{background-attachment:scroll!important}}
.bg-4{background-color:rgba(128, 128, 4, 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-4{background-attachment:scroll!important}}
.border1{border-color:rgba(7, 64, 128, 1.00) ;border-width:1px ;border-style:solid ;}
.border2{border-color:rgba(7, 64, 128, 1.00) ;border-width:3px ;border-style:dotted ;border-radius:10px ;}
.txt-shadow{text-shadow:6px 6px 6px rgba(7, 64, 128, 1.00);}
.div-3{border-color:rgba(7, 64, 128, 1.00) ;border-bottom-width:3px ;border-style:solid ;}
.overlay-cover{position:relative;z-index:0}.overlay-cover: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) ;}
.divider1{border-color:rgba(7, 64, 128, 1.00) ;border-top-width:1px ;border-top-style:solid ;}
.h48{height:4rem ;}  
.bg-darkblue{background-color:rgba(7, 64, 128, 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-darkblue{background-attachment:scroll!important}}
.bg-blue{background-color:rgba(15, 128, 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){.bg-blue{background-attachment:scroll!important}}
.h-glider{height:33.3333% ;min-height:none ;max-height:none ;} @media only screen and (min-width:40em){.h-glider{height:auto }}@media only screen and (min-width:64em){.h-glider{height:auto }} 
.position-flip{position:fixed    ;z-index:1 ;top:unset ;bottom:unset ;left:unset ;right:unset ;transform:translateY(-50%) translateX(-50%) ;}
.pict-frame{border-color:rgba(0, 0, 0, 1.00) ;border-width:1px ;border-style:solid ;}
/*
1.5.0.1
- hotfix: display bug with dropdown items in edit mode
*/
#stacks_in_546_10 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#stacks_in_546_10 > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline-style:none;
  box-shadow:none;
  border-color:transparent;
}

#stacks_in_546_10 .clean-menu-extra {
  display: none;
}
#clean-menu_stacks_in_546_10 .clean-menu-logo .cm-logo-right {
  white-space: nowrap;
}
#clean-menu_stacks_in_546_10 .clean-menu-logo .cm-logo-right * {
  margin: 0;
  display: flex;
  align-self: center;
}
#clean-menu-full_stacks_in_546_10.cm-full-menu li > a:hover,
#clean-menu_stacks_in_546_10 li > a:hover {
  text-decoration: none;
}

#stacks_in_546_10 nav {
  border: 0px solid transparent;
}
#clean-menu_stacks_in_546_10 {
  max-width: 1320px;
  box-sizing: border-box;
  padding: 0px 20px;
  
  margin: 0 auto;
  
}
/* compatability fixes */
#clean-menu_stacks_in_546_10 ul {
  margin: 0;
}
#clean-menu-full_stacks_in_546_10.cm-full-menu ul,
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > ul {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
#clean-menu_stacks_in_546_10 ul li > a:after,
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > ul li > a:after {
  align-self: center;
}
/* --- */
#clean-menu-full_stacks_in_546_10.cm-full-menu,
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > ul {
  position: absolute;
  top: 0;
  left: 0;
}
#clean-menu-full_stacks_in_546_10.cm-full-menu ul,
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > ul {
  text-decoration: none;
  list-style: none;
  margin: 0;
  display: block;
  padding: 0px 0px;
  background: transparent;
}
#clean-menu-full_stacks_in_546_10.cm-full-menu ul {
  padding: 6px 0px;
}
#clean-menu-full_stacks_in_546_10.cm-full-menu ul li,
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > ul li {
  display: block;
  margin: 0;
  padding: 0;
  float: none;
  background: transparent;
}
#clean-menu-full_stacks_in_546_10.cm-full-menu ul li > a,
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > ul li > a {
  padding: 5px 20px;
  margin: 0;
  line-height: 1;
  background: transparent;
  display: inline-block;
}
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li.clean-menu-dropdown > ul {
  padding: 6px 0px;
}
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > ul li > a {
  padding: 6px 20px;
}
#clean-menu-full_stacks_in_546_10.cm-full-menu ul > li > a {
  font-weight: bold;
}
#clean-menu-full_stacks_in_546_10.cm-full-menu ul > li > .cm-custom-content {
  padding: 4px 20px 4px 20px;
}
#clean-menu-full_stacks_in_546_10.cm-full-menu ul ul > li > .cm-custom-content {
  padding: 4px 20px 4px 30px;
}
#clean-menu-full_stacks_in_546_10.cm-full-menu ul > li.cm-grouped-item > .cm-custom-content  {
  padding: 4px 20px 4px 0px;
}
#clean-menu-full_stacks_in_546_10.cm-full-menu ul ul > li > a,
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > ul ul {
  padding: 6px 20px;
  font-weight: normal;
  line-height: 1;
  height: auto;
}
#clean-menu-full_stacks_in_546_10.cm-full-menu ul > div,
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > ul > div {
  padding: 20px;
}
#clean-menu-full_stacks_in_546_10.cm-full-menu ul > div a,
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > ul > div a {
  display: block;
  padding: 0;
}
#clean-menu-full_stacks_in_546_10.cm-full-menu ul ul,
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > ul ul {
  display: block;
  padding: 0px 0px 10px 10px;
  margin: 0;
}
#clean-menu-full_stacks_in_546_10.cm-full-menu,
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > ul {
  position: absolute;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: -webkit-transform 300ms ease, opacity 300ms ease;
  transition: -webkit-transform 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease, opacity 300ms ease;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  min-width: 250px;
  border-radius: 4px;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.4);
}
#clean-menu-full_stacks_in_546_10.cm-full-menu.clean-menu-active {
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
  pointer-events: all;
  opacity: 1;
}
#clean-menu-full_stacks_in_546_10.cm-full-menu {
  height: 0;
  overflow: hidden;
}
#clean-menu-full_stacks_in_546_10.cm-full-menu.clean-menu-active {
  height: auto;
}



#clean-menu-full_stacks_in_546_10.cm-full-menu.clean-menu-active ul {
  pointer-events: all;
  opacity: 1;
}
#clean-menu-full_stacks_in_546_10 ul {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
}
#clean-menu-full_stacks_in_546_10.clean-menu-active ul {
  opacity: 1;
  pointer-events: all;
}
.cm-toggle {
  width: 30px;
  height: 28px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.cm-toggle span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #333;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.cm-toggle span:nth-child(1) {
  top: 0px;
}
.cm-toggle span:nth-child(2),.cm-toggle span:nth-child(3) {
  top: 10px;
}
.cm-toggle span:nth-child(4) {
  top: 20px;
}
.cm-toggle.open span:nth-child(1) {
  opacity: 0;
}
.cm-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cm-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cm-toggle.open span:nth-child(4) {
  opacity: 0;
}


#clean-menu_stacks_in_546_10 .cm-toggle span {
  width: 19px;
  border-radius: 4px;
}
#clean-menu_stacks_in_546_10 .cm-toggle span:nth-child(1),
#clean-menu_stacks_in_546_10 .cm-toggle span:nth-child(4) {
  display: none;
}
#clean-menu_stacks_in_546_10 .cm-toggle span:nth-child(2) {
  top: 10px;
  left: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#clean-menu_stacks_in_546_10 .cm-toggle span:nth-child(3) {
  top: 10px;
  left: 11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#clean-menu_stacks_in_546_10 .cm-toggle.open span:nth-child(2) {
  width: 100%;
  left: 0;
  top: 10px;
}
#clean-menu_stacks_in_546_10 .cm-toggle.open span:nth-child(3) {
  width: 100%;
  left: 0;
  top: 10px;
}


#clean-menu_stacks_in_546_10 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#clean-menu_stacks_in_546_10 > div {
  align-self: center;
}
#clean-menu_stacks_in_546_10 .clean-menu-full .cm-menu-toggle {
  width: 30px;
  height: 25px;
  box-sizing: border-box;
  padding: 0;
/*  border: 1px solid #000;*/
  border-radius: 3px;
  cursor: pointer;
}
#clean-menu_stacks_in_546_10 > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 10px 0;
  flex-grow: 1;
  transition: margin 300ms ease;
}
#clean-menu_stacks_in_546_10 .clean-menu-logo {
  max-width: 150px;
  min-width: 150px;
  margin: 0;
}
#clean-menu_stacks_in_546_10 .clean-menu-logo .cm-logo-wrap {
  max-width: 150px;
  min-width: 150px;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
}
#clean-menu_stacks_in_546_10 .clean-menu-logo a {
  text-decoration: none;
  display: block;
}
/*
div[tag="slice"] > .mez > #stacks_in_546_10.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-logo {
  width: 300px; max-width: 300px;
}
*/
#clean-menu_stacks_in_546_10 .clean-menu-logo > div > div {
  align-self: center;
}
#clean-menu_stacks_in_546_10 .clean-menu-logo .cm-logo-left {
  max-width: 73px;
  
  
  max-width: 9999px;
  
  margin: 10px 0;
}
div[tag="slice"] > .mez > #stacks_in_546_10.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-logo .cm-logo-left  {
  max-width: 128px;
  
  max-width: 9999px;
  
}
#clean-menu_stacks_in_546_10 .clean-menu-logo .cm-logo-right {
  
  display: none;
  
  margin: 10px 0;
}
#clean-menu_stacks_in_546_10 .clean-menu-top-level ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  
  
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  
  -ms-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  text-decoration: none;
}
#clean-menu_stacks_in_546_10 .clean-menu-top-level ul > div {
  display: none;
}
#clean-menu_stacks_in_546_10 .clean-menu-top-level ul ul {
  display: none;
}
#clean-menu_stacks_in_546_10 .clean-menu-top-level ul li {
  margin: 0 15px;
  align-self: center;
  line-height: 1;
}
#clean-menu_stacks_in_546_10 .clean-menu-top-level ul li:first-child {
  margin-left: 0;
}
#clean-menu_stacks_in_546_10 .clean-menu-top-level ul li:last-child {
  margin-right: 0;
}
#clean-menu_stacks_in_546_10 .clean-menu-top-level ul li:last-child.cm-group-True {
  margin: 0;
}


#clean-menu_stacks_in_546_10 > div:nth-child(1),
#clean-menu_stacks_in_546_10 > div:nth-child(2) {
  -webkit-box-flex: initial;
  -ms-flex: none;
  flex: none;
  width: auto;
}
#clean-menu_stacks_in_546_10 > div:nth-child(1) {
  margin-right: 10px;
}
#clean-menu_stacks_in_546_10 > div:nth-child(3) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: auto;
  max-width: 100%;
}
#clean-menu_stacks_in_546_10 > div.clean-menu-top-level:nth-child(2) ul li:first-child,
#clean-menu_stacks_in_546_10 > div.clean-menu-top-level:nth-child(1) ul li:last-child {
  margin: 0 15px;
}
#clean-menu_stacks_in_546_10 > div.clean-menu-top-level:nth-child(2) > ul > li > ul li:first-child,
#clean-menu_stacks_in_546_10 > div.clean-menu-top-level:nth-child(1) > ul > li > ul li:last-child {
  margin: 0;
}

div[tag="slice"] > .mez > #stacks_in_546_10.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 0 0 15px;
}
#clean-menu_stacks_in_546_10 .clean-menu-top-level ul li > a,
#clean-menu_stacks_in_546_10 .clean-menu-top-level ul li > a:visited {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(255, 255, 10, 1.00);
  font-size: 22px;
  
  line-height: 25px;
  align-items: center;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
#clean-menu-full_stacks_in_546_10.cm-full-menu ul li > a {
  font-size: 22px;
}
#clean-menu_stacks_in_546_10 .clean-menu-top-level ul li > a,
#clean-menu-full_stacks_in_546_10.cm-full-menu ul li > a {
  font-family: inherit;
}
#clean-menu-full_stacks_in_546_10.cm-full-menu > ul > li > a {
  
}
#clean-menu_stacks_in_546_10 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_546_10.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > ul li > a svg {
  fill: rgba(255, 255, 10, 1.00);
  align-self: center;
  vertical-align: middle;
}
#clean-menu-full_stacks_in_546_10.cm-full-menu ul li > a,
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > ul li > a{
  transition: color 150ms ease;
}
#clean-menu_stacks_in_546_10 .clean-menu-top-level ul li.cm-grouped-item,
#clean-menu-full_stacks_in_546_10.cm-full-menu ul li.cm-grouped-item,
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > ul li.cm-grouped-item {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
#clean-menu-full_stacks_in_546_10.cm-full-menu ul li.cm-grouped-item,
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > ul li.cm-grouped-item {
  padding: 5px 20px;
}
#clean-menu_stacks_in_546_10 .clean-menu-top-level ul li.cm-grouped-item > a,
#clean-menu-full_stacks_in_546_10.cm-full-menu ul li.cm-grouped-item > a {
  display: inline-block;
  margin-left: 8px;
}
#clean-menu_stacks_in_546_10 .clean-menu-top-level ul li.cm-grouped-item > a {
  padding: 0;
}
#clean-menu_stacks_in_546_10 .clean-menu-top-level ul li.cm-grouped-item > a:first-child,
#clean-menu-full_stacks_in_546_10.cm-full-menu ul li.cm-grouped-item > a:first-child {
  margin-left: 0px;
}
#clean-menu-full_stacks_in_546_10.cm-full-menu ul li.cm-grouped-item > a {
  padding: 4px 30px 4px 0;
}
#clean-menu_stacks_in_546_10 .clean-menu-top-level ul li > a ion-icon, #clean-menu_stacks_in_546_10 .clean-menu-top-level ul li > a i,
#clean-menu-full_stacks_in_546_10.cm-full-menu ul li > a ion-icon, #clean-menu-full_stacks_in_546_10.cm-full-menu ul li > a i {
  font-size: 25px;
  line-height: 25px;
  
  font-size: 22px;
  line-height: 22px;
  

}
#stacks_in_546_10 li > a svg,
#clean-menu_stacks_in_546_10 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_546_10.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > ul li > a svg {
  
  width: 22px;
  height: 22px;
  
}

#clean-menu_stacks_in_546_10 .clean-menu-top-level ul li > a:hover {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(255, 255, 255, 1.00);
}
#clean-menu_stacks_in_546_10 .clean-menu-top-level ul li > a:hover svg,
#clean-menu-full_stacks_in_546_10.cm-full-menu ul li > a:hover svg {
  fill: rgba(255, 255, 255, 1.00);
}
#clean-menu_stacks_in_546_10 .clean-menu-top-level ul li > a.cm-heading {
  pointer-events: none;
}
#clean-menu_stacks_in_546_10 .clean-menu-top-level ul li.cm-current > a {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(254, 204, 102, 1.00);
}
#clean-menu_stacks_in_546_10 .clean-menu-top-level ul li.cm-current > a svg,
#clean-menu-full_stacks_in_546_10.cm-full-menu ul li.cm-current > a svg {
  fill: rgba(254, 204, 102, 1.00);
}
#clean-menu_stacks_in_546_10 .cm-toggle span {
  background: #FFFF0A;
}
#clean-menu_stacks_in_546_10 h1, #clean-menu_stacks_in_546_10 h2, #clean-menu_stacks_in_546_10 h3, #clean-menu_stacks_in_546_10 h4, #clean-menu_stacks_in_546_10 h5, #clean-menu_stacks_in_546_10 h6, #clean-menu_stacks_in_546_10 .layouts-text, #clean-menu_stacks_in_546_10 p {
  color: rgba(0, 0, 0, 0.60);
  font-size: inherit;
  margin: 0;
}
#clean-menu-full_stacks_in_546_10.cm-full-menu,
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > ul {
  background: rgba(255, 255, 255, 1.00);
}
#clean-menu-full_stacks_in_546_10.cm-full-menu > ul > li,
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > ul > li {
  border-bottom: 1px solid rgba(255,255,255,0.15)
}
#clean-menu-full_stacks_in_546_10.cm-full-menu > ul > li:last-child,
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > ul > li:last-child {
  border-bottom: 0px solid transparent;
}
#clean-menu-full_stacks_in_546_10.cm-full-menu ul li > a,
#clean-menu-full_stacks_in_546_10.cm-full-menu ul li > a:visited,
#clean-menu-full_stacks_in_546_10.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > ul li > a,
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > ul li > a:visited,
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > ul li > a svg,
#clean-menu-full_stacks_in_546_10.cm-full-menu ul ul li:before {
  color: rgba(128, 128, 128, 0.40);
  fill: rgba(128, 128, 128, 0.40);
}
#clean-menu-full_stacks_in_546_10.cm-full-menu ul li > a:hover,
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > ul li > a:hover,
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > ul li > a:hover svg {
  color: rgba(0, 0, 0, 0.20);
  fill:  rgba(0, 0, 0, 0.20);
}
/* #clean-menu-full_stacks_in_546_10.cm-full-menu ul li > a.cm-heading:hover,
#clean-menu-full_stacks_in_546_10.cm-full-menu ul li > a.cm-heading:hover svg,
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > ul li > a.cm-heading:hover {
  color: rgba(128, 128, 128, 0.40);
  cursor: default;
} */
#clean-menu-full_stacks_in_546_10.cm-full-menu ul li.cm-current > a,
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > ul li.cm-current > a,
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > ul li.cm-current > a svg {
  color: rgba(128, 128, 128, 0.50);
  fill:  rgba(128, 128, 128, 0.50);
}
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > a.parent:after {
  border-color: rgba(255, 255, 10, 1.00);
}
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > a.parent:hover:after {
  border-color: rgba(255, 255, 255, 1.00);
}
/* #clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > a.cm-heading.parent:hover:after {
  border-color: rgba(255, 255, 10, 1.00);
} */
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > a.parent.cm-current:after {
  border-color: rgba(254, 204, 102, 1.00);
}
.disable-parents #clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > ul li > a.parent:hover:after,
.disable-parents #clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > ul li > a.parent:hover,
#clean-menu-full_stacks_in_546_10.cm-full-menu.disable-parents  ul li > a.parent:hover {
  color: rgba(128, 128, 128, 0.40);
  border-color: rgba(128, 128, 128, 0.40);
}
.disable-parents #clean-menu_stacks_in_546_10 .clean-menu-top-level ul li > a.parent:hover,
.disable-parents #clean-menu_stacks_in_546_10 .clean-menu-top-level ul li > a.parent:hover:after {
  color: rgba(255, 255, 10, 1.00);
  border-color: rgba(255, 255, 10, 1.00);
}



#clean-menu_stacks_in_546_10 .clean-menu-logo {
  margin: 0;
  width: auto;
  max-width: 150px;
}
#clean-menu_stacks_in_546_10 .clean-menu-logo .cm-logo-wrap {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  max-width: 150px;
  width: 100%;
  float: right;
}
#clean-menu_stacks_in_546_10 .clean-menu-full {
  width: 150px;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
}
/*
div[tag="slice"] > .mez > #stacks_in_546_10.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-full {
width: auto; max-width: 300px;
}
*/
#clean-menu_stacks_in_546_10 .clean-menu-full .cm-menu-toggle {
  display: block;
}
#clean-menu_stacks_in_546_10 .clean-menu-top-level ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
div[tag="slice"] > .mez > #stacks_in_546_10.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 7px;
}




#clean-menu_stacks_in_546_10 .clean-menu-full {
  margin: 0;
}
#clean-menu_stacks_in_546_10 .clean-menu-full .cm-menu-toggle {
  display: none;
}
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > ul {
  display: block;
  position: fixed;
  pointer-events: none;
  opacity: 0;
  top: 100%;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
#clean-menu_stacks_in_546_10 .clean-menu-top-level ul li {
  position: relative;
}
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li.clean-menu-dropdown > ul {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  pointer-events: all;
  opacity: 1;
}
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > a.parent:after {
  content: "";
  border-style: solid;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: -3px 0 0 8px;
}
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > a.parent a.parent:after {
  border-color: rgba(128, 128, 128, 0.40);
}
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > a.parent a.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.20);
}
/* #clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > a.parent a.cm-heading.parent:hover:after {
  border-color: rgba(128, 128, 128, 0.40);
} */
#clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > a.parent a.parent.cm-current:after {
  border-color: rgba(128, 128, 128, 0.50);
}





.cm-sticky-wrap_stacks_in_546_10 {
  transition: background 300ms ease;
  background: transparent;
}
.cm-sticky-wrap_stacks_in_546_10.cm-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(10, 46, 109, 1.00);
}
.cm-sticky-wrap_stacks_in_546_10.cm-sticky > #clean-menu-full_stacks_in_546_10.cm-full-menu {
  z-index: 9999;
}
.cm-sticky-wrap_stacks_in_546_10.cm-sticky #clean-menu_stacks_in_546_10.clean-menu {
  max-width: 1320px;
  box-sizing: border-box;
  padding: 0px 20px;
  
  margin: 0 auto;
  
}



@media all and (min-width: 601px) {
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_546_10.cm-full-menu ul li {
    border-width: 0;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_546_10 {
    padding: 10px 0px;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_546_10.cm-full-menu ul li.cm-hide-dropdown-menu,
  body:not(.cm-mobile-example) #clean-menu_stacks_in_546_10 ul li.cm-hide-menu {
    display: none;
  }
  
  #clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > ul.cm-wide {
    display: grid;
  }
  #clean-menu_stacks_in_546_10 .clean-menu-top-level > ul > li > ul.cm-wide > li {
    text-align: left;
    align-self: flex-start;
  }
}

@media all and (max-width: 600px) {
  
  #clean-menu_stacks_in_546_10.clean-menu {
    flex-wrap: wrap-reverse;
  }
  #clean-menu_stacks_in_546_10 > div  {
    
    
  }
  
  #clean-menu_stacks_in_546_10.clean-menu {
    gap: 0 16px;
  }
  #clean-menu-full_stacks_in_546_10 {
    min-width: 300px;
  }
  #clean-menu_stacks_in_546_10 .clean-menu-full {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 10px 0;
  }
  #clean-menu_stacks_in_546_10 > div:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #clean-menu_stacks_in_546_10 .clean-menu-full .cm-menu-toggle {
    display: block;
  }
  #clean-menu_stacks_in_546_10 .clean-menu-top-level {
    display: none;
  }
  
  
  #clean-menu-full_stacks_in_546_10.cm-full-menu ul li {
    display: block;
  }
  #clean-menu-full_stacks_in_546_10.cm-full-menu ul {
    padding: 12px 0px;
  }
  #clean-menu-full_stacks_in_546_10.cm-full-menu ul > li > .cm-custom-content {
    padding: 4px 24px 4px 24px;
  }
  #clean-menu-full_stacks_in_546_10.cm-full-menu ul ul > li > .cm-custom-content {
    padding: 4px 24px 4px 34px;
  }
  #clean-menu-full_stacks_in_546_10.cm-full-menu ul > li.cm-grouped-item > .cm-custom-content  {
    padding: 4px 24px 4px 0px;
  }
  #clean-menu-full_stacks_in_546_10.cm-full-menu ul li.cm-grouped-item{
    padding: 4px 24px;
  }
  #clean-menu-full_stacks_in_546_10.cm-full-menu ul li > a {
    font-size: calc(22px + 2 );
    line-height: calc(22px + 2 );
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  #clean-menu-full_stacks_in_546_10.cm-full-menu ul ul > li > a {
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  #clean-menu-full_stacks_in_546_10.cm-full-menu ul li.cm-grouped-item > a {
    width: auto;
  }
  #clean-menu-full_stacks_in_546_10.cm-full-menu {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  #clean-menu-full_stacks_in_546_10.cm-full-menu.clean-menu-active {
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }
  #clean-menu-full_stacks_in_546_10.cm-full-menu ul li.cm-grouped-item > a {
    padding: 8px 30px 8px 0;
  }
}






.cm-mobile-example #clean-menu-full_stacks_in_546_10 {
  min-width: 300px;
}
.cm-mobile-example #clean-menu_stacks_in_546_10 .clean-menu-full {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cm-mobile-example #clean-menu_stacks_in_546_10 > div:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cm-mobile-example #clean-menu_stacks_in_546_10 .clean-menu-full .cm-menu-toggle {
  display: block;
}
.cm-mobile-example #clean-menu_stacks_in_546_10 .clean-menu-top-level {
  display: none;
}
.cm-mobile-example #clean-menu-full_stacks_in_546_10.cm-full-menu ul li {
  display: block;
}
.cm-mobile-example #clean-menu-full_stacks_in_546_10.cm-full-menu ul li > a {
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}
.cm-mobile-example #clean-menu-full_stacks_in_546_10.cm-full-menu ul ul > li > a {
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}
.cm-mobile-example #clean-menu-full_stacks_in_546_10.cm-full-menu ul li.cm-grouped-item > a {
  width: auto;
}
.cm-mobile-example #clean-menu-full_stacks_in_546_10.cm-full-menu {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.cm-mobile-example #clean-menu-full_stacks_in_546_10.cm-full-menu.clean-menu-active {
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}
.cm-mobile-example #clean-menu-full_stacks_in_546_10.cm-full-menu ul li.cm-grouped-item > a {
  padding: 8px 30px 8px 0;
}


.cm-mobile-example #clean-menu_stacks_in_546_10 .clean-menu-logo {

}








#clean-menu_stacks_in_546_10 .clean-menu-top-level ul li.cm-current > a {
  text-decoration: underline;
}

#stacks_in_546_10 {
	background-color: rgba(10, 46, 109, 1.00);
}
.stacks_in_546_22 img{width:100%;max-width:128px}




	#stacks_in_411 h3,#stacks_in_411 h3 a,#stacks_in_411 p,#stacks_in_411 p a{
		font-size:20px;
		line-height:1.00em;
		margin:0;
	}
	


#stacks_in_411 h3,#stacks_in_411 h3 a,#stacks_in_411 p,#stacks_in_411 p a{
	color:rgba(0, 0, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:left;
	font-weight: lighter ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_411 p a:hover, #stacks_in_411 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_411 {
	padding:  4px;
}



	#stacks_in_28 h3,#stacks_in_28 h3 a,#stacks_in_28 p,#stacks_in_28 p a{
		font-size:40px;
		line-height:1.00em;
		margin:0;
	}
	


#stacks_in_28 h3,#stacks_in_28 h3 a,#stacks_in_28 p,#stacks_in_28 p a{
	color:rgba(7, 64, 128, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:right;
	font-weight: normal ;
	
	font-family:"iceland";
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_28 p a:hover, #stacks_in_28 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}








.lines.stacks_in_327{width:120%;margin:calc(16rem/16) auto calc(16rem/16) auto;border-bottom:1px solid rgba(34, 34, 34, 1.00);background:rgba(0, 0, 0, 0.00);transform:rotate(0deg)}.lines.stacks_in_327.vertical{border-left:1px solid rgba(34, 34, 34, 1.00);border-bottom:none;width:0;height:120%;margin:0 auto;margin-top:calc((120% - 100%)/-2)}





#stacks_in_1112 h6,#stacks_in_1112 h6 a,#stacks_in_1112 p,#stacks_in_1112 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:left;
	font-weight: normal ;
	
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_1112 p a:hover, #stacks_in_1112 h6 a:hover{
	color:rgba(204, 204, 204, 1.00);
}












#stacks_in_1114 h6,#stacks_in_1114 h6 a,#stacks_in_1114 p,#stacks_in_1114 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:italic;
	text-decoration:none;
	text-align:left;
	font-weight: bolder ;
	
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_1114 p a:hover, #stacks_in_1114 h6 a:hover{
	color:rgba(204, 204, 204, 1.00);
}








.shadow{box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.60);}
.hrow1{height:8rem ;}  
.hrow2{height:12rem ;}  
.hrow3{height:12rem ;}  



	#stacks_in_1515 .button_icon,#stacks_in_1515 .button_icon i {
		margin:0;
		padding:0;
		display:inline-block;
		font-weight:normal;
		height:32px;
		line-height:32px;
		font-size:19px;
	}
	


#stacks_in_1515 .button_label {
	font: 500 16px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}


	#stacks_in_1515 .button_icon {
		border-right: 1px solid rgba(0,0,0,0.2);
		float:left;
		padding-right:14px;
	}
	#stacks_in_1515 .button_label {
		border-left: 1px solid rgba(255,255,255, 0.2);
		float:left;
		padding: 0px 7px 0px 14px;
	}




#stacks_in_1515 .sweet_button_wrapper {
	text-align:left;

	
		height:32px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_1515 .sweet_button_wrapper {
		
			height:28px;
		
	}

	
		#stacks_in_1515 .button_icon,#stacks_in_1515 .button_icon i {
			height:28px;
			line-height:2em;
			font-size:17px;
		}
		
	

	#stacks_in_1515 .button_label {
		font: 500 14px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_1515 .sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 14px;
	text-decoration:none;
	text-align:right;
	color:rgba(255, 255, 255, 1.00);
	border-style:solid;
	border-width:0px;
	border-color:rgba(0, 0, 0, 1.00);
	border-radius:5px;
	background:rgba(7, 64, 128, 1.00);
}
#stacks_in_1515 .sweet_button:visited {
	color:rgba(255, 255, 255, 1.00);
}

#stacks_in_1515 .sweet_button:hover {
	border-color:rgba(153, 153, 153, 1.00);
}








#stacks_in_1515 .sweet_button:hover {
	color:rgba(255, 255, 255, 1.00);
	background: rgba(27, 84, 148, 1.00);
}
#stacks_in_1515 .sweet_button:active{
	background: rgba(0, 44, 108, 1.00);
}
#stacks_in_1515 .sweet_button.clicked {
	background: rgba(38, 113, 45, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_1515 .sweet_button.clicked:hover {
	background: rgba(58, 133, 65, 1.00);
	border-color:rgba(153, 153, 153, 1.00);
}
#stacks_in_1515 .sweet_button.clicked:active{
	background: rgba(18, 93, 25, 1.00);
}










	#stacks_in_1682 .button_icon,#stacks_in_1682 .button_icon i {
		margin:0;
		padding:0;
		display:inline-block;
		font-weight:normal;
		height:32px;
		line-height:32px;
		font-size:19px;
	}
	


#stacks_in_1682 .button_label {
	font: 500 16px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}


	#stacks_in_1682 .button_icon {
		border-right: 1px solid rgba(0,0,0,0.2);
		float:left;
		padding-right:14px;
	}
	#stacks_in_1682 .button_label {
		border-left: 1px solid rgba(255,255,255, 0.2);
		float:left;
		padding: 0px 7px 0px 14px;
	}




#stacks_in_1682 .sweet_button_wrapper {
	text-align:right;

	
		height:32px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_1682 .sweet_button_wrapper {
		
			height:28px;
		
	}

	
		#stacks_in_1682 .button_icon,#stacks_in_1682 .button_icon i {
			height:28px;
			line-height:2em;
			font-size:17px;
		}
		
	

	#stacks_in_1682 .button_label {
		font: 500 14px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_1682 .sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 14px;
	text-decoration:none;
	text-align:right;
	color:rgba(0, 0, 0, 1.00);
	border-style:solid;
	border-width:0px;
	border-color:rgba(0, 0, 0, 1.00);
	border-radius:5px;
	background:rgba(254, 204, 102, 1.00);
}
#stacks_in_1682 .sweet_button:visited {
	color:rgba(0, 0, 0, 1.00);
}

#stacks_in_1682 .sweet_button:hover {
	border-color:rgba(153, 153, 153, 1.00);
}








#stacks_in_1682 .sweet_button:hover {
	color:rgba(0, 0, 0, 1.00);
	background: rgba(255, 224, 122, 1.00);
}
#stacks_in_1682 .sweet_button:active{
	background: rgba(234, 184, 82, 1.00);
}
#stacks_in_1682 .sweet_button.clicked {
	background: rgba(38, 113, 45, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_1682 .sweet_button.clicked:hover {
	background: rgba(58, 133, 65, 1.00);
	border-color:rgba(153, 153, 153, 1.00);
}
#stacks_in_1682 .sweet_button.clicked:active{
	background: rgba(18, 93, 25, 1.00);
}










	#stacks_in_1214 h3,#stacks_in_1214 h3 a,#stacks_in_1214 p,#stacks_in_1214 p a{
		font-size:30px;
		line-height:1.00em;
		margin:0;
	}
	


#stacks_in_1214 h3,#stacks_in_1214 h3 a,#stacks_in_1214 p,#stacks_in_1214 p a{
	color:rgba(7, 64, 128, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:left;
	font-weight: normal ;
	
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_1214 p a:hover, #stacks_in_1214 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}












#stacks_in_1404 h3,#stacks_in_1404 h3 a,#stacks_in_1404 p,#stacks_in_1404 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: normal ;
	
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_1404 p a:hover, #stacks_in_1404 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_1404 {
	background-color: rgba(16, 128, 128, 1.00);
}




#stacks_in_1408 h6,#stacks_in_1408 h6 a,#stacks_in_1408 p,#stacks_in_1408 p a{
	color:rgba(0, 0, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: lighter ;
	
	font-family:"Iceland";
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_1408 p a:hover, #stacks_in_1408 h6 a:hover{
	color:rgba(204, 204, 204, 1.00);
}








.stacks_in_1412 img{width:100%;max-width:210px}

#stacks_in_1419 {
	font-size: 69%;
}
.stacks_in_1683{--glass-bg:hsl(from #FFFFFF h s l / 0.25);--glass-blur:3px;--glass-border-size:2px;--glass-radius:5px;--glass-border-one:rgba(7, 64, 128, 1.00);--glass-border-two:rgba(255, 255, 255, 0.00);--glass-border-deg:0deg;--glass-hover-deg:360deg;--glass-shine-duration:350ms;--glass-shine-scale:0.995;--glass-iteration:none;--glass-spotlight-color:rgba(255, 255, 255, 0.20);--glass-spotlight-size:50%;--glass-shimmer-angle:60deg;--glass-shimmer-color:rgba(255, 255, 255, 0.50);--glass-shimmer-width:16%;--glass-shimmer-speed:650ms;--glass-shimmer-delay:200ms;--glass-padding:1rem 1rem}.stacks_in_1683:hover{--glass-bg:hsl(from #FFFFFF h s l / 0.25);}
.stacks_in_1676,.stacks_in_1676 a,a .stacks_in_1676{text-decoration:none;color:rgba(0, 0, 255, 1.00);transition:all 300ms ease}.stacks_in_1676:hover,.stacks_in_1676 a:hover,a .stacks_in_1676:hover{color:rgba(15, 128, 255, 1.00)}.stacks_in_1676 .stack-icon,.stacks_in_1676 a .stack-icon,a .stacks_in_1676 .stack-icon{color:rgba(255, 255, 255, 1.00)}.stacks_in_1676 .stack-icon:hover,.stacks_in_1676 a .stack-icon:hover,a .stacks_in_1676 .stack-icon:hover{color:rgba(255, 255, 255, 1.00)}




#stacks_in_1421 h3,#stacks_in_1421 h3 a,#stacks_in_1421 p,#stacks_in_1421 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: normal ;
	
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_1421 p a:hover, #stacks_in_1421 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_1421 {
	background-color: rgba(7, 64, 128, 1.00);
}




#stacks_in_1425 h6,#stacks_in_1425 h6 a,#stacks_in_1425 p,#stacks_in_1425 p a{
	color:rgba(0, 0, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: lighter ;
	
	font-family:"Iceland";
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_1425 p a:hover, #stacks_in_1425 h6 a:hover{
	color:rgba(204, 204, 204, 1.00);
}








.stacks_in_1429 img{width:100%;max-width:128px}

#stacks_in_1465 {
	font-size: 69%;
}



	#stacks_in_1660 h3,#stacks_in_1660 h3 a,#stacks_in_1660 p,#stacks_in_1660 p a{
		font-size:30px;
		line-height:1.00em;
		margin:0;
	}
	


#stacks_in_1660 h3,#stacks_in_1660 h3 a,#stacks_in_1660 p,#stacks_in_1660 p a{
	color:rgba(7, 64, 128, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:left;
	font-weight: normal ;
	
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_1660 p a:hover, #stacks_in_1660 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}












#stacks_in_1634 h3,#stacks_in_1634 h3 a,#stacks_in_1634 p,#stacks_in_1634 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: normal ;
	
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_1634 p a:hover, #stacks_in_1634 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_1634 {
	background-color: rgba(7, 64, 128, 1.00);
}




#stacks_in_1638 h6,#stacks_in_1638 h6 a,#stacks_in_1638 p,#stacks_in_1638 p a{
	color:rgba(0, 0, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: lighter ;
	
	font-family:"Iceland";
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_1638 p a:hover, #stacks_in_1638 h6 a:hover{
	color:rgba(204, 204, 204, 1.00);
}








.stacks_in_1642 img{width:100%;max-width:256px}

#stacks_in_1649 {
	font-size: 69%;
}




#stacks_in_1610 h3,#stacks_in_1610 h3 a,#stacks_in_1610 p,#stacks_in_1610 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: normal ;
	
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_1610 p a:hover, #stacks_in_1610 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_1610 {
	background-color: rgba(7, 64, 128, 1.00);
}




#stacks_in_1614 h6,#stacks_in_1614 h6 a,#stacks_in_1614 p,#stacks_in_1614 p a{
	color:rgba(0, 0, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: lighter ;
	
	font-family:"Iceland";
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_1614 p a:hover, #stacks_in_1614 h6 a:hover{
	color:rgba(204, 204, 204, 1.00);
}








.stacks_in_1618 img{width:100%;max-width:256px}

#stacks_in_1625 {
	font-size: 69%;
}




#stacks_in_1585 h3,#stacks_in_1585 h3 a,#stacks_in_1585 p,#stacks_in_1585 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: normal ;
	
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_1585 p a:hover, #stacks_in_1585 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_1585 {
	background-color: rgba(7, 64, 128, 1.00);
}




#stacks_in_1589 h6,#stacks_in_1589 h6 a,#stacks_in_1589 p,#stacks_in_1589 p a{
	color:rgba(0, 0, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: lighter ;
	
	font-family:"Iceland";
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_1589 p a:hover, #stacks_in_1589 h6 a:hover{
	color:rgba(204, 204, 204, 1.00);
}








.stacks_in_1593 img{width:100%;max-width:256px}

#stacks_in_1600 {
	font-size: 69%;
}



	#stacks_in_945 h3,#stacks_in_945 h3 a,#stacks_in_945 p,#stacks_in_945 p a{
		font-size:30px;
		line-height:1.00em;
		margin:0;
	}
	


#stacks_in_945 h3,#stacks_in_945 h3 a,#stacks_in_945 p,#stacks_in_945 p a{
	color:rgba(7, 64, 128, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:left;
	font-weight: normal ;
	
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_945 p a:hover, #stacks_in_945 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}












#stacks_in_951 h3,#stacks_in_951 h3 a,#stacks_in_951 p,#stacks_in_951 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: normal ;
	
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_951 p a:hover, #stacks_in_951 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_951 {
	background-color: rgba(253, 128, 8, 1.00);
}
.stacks_in_1486 img{width:100%;max-width:100px}

#stacks_in_1058 {
	font-size: 101%;
}




#stacks_in_1494 h3,#stacks_in_1494 h3 a,#stacks_in_1494 p,#stacks_in_1494 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: normal ;
	
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_1494 p a:hover, #stacks_in_1494 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_1494 {
	background-color: rgba(251, 2, 7, 1.00);
}
.stacks_in_1499 img{width:100%;max-width:120px}




#stacks_in_991 h3,#stacks_in_991 h3 a,#stacks_in_991 p,#stacks_in_991 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: normal ;
	
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_991 p a:hover, #stacks_in_991 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_991 {
	background-color: rgba(15, 128, 255, 1.00);
}
.stacks_in_1102 img{width:100%;max-width:120px}
.lines.stacks_in_561_4{width:90%;margin:calc(0rem/16) auto calc(0rem/16) auto;border-bottom:5px solid rgba(34, 34, 34, 1.00);background:rgba(0, 0, 0, 0.00);transform:rotate(0deg)}.lines.stacks_in_561_4.vertical{border-left:5px solid rgba(34, 34, 34, 1.00);border-bottom:none;width:0;height:90%;margin:0 auto;margin-top:calc((90% - 100%)/-2)}.lines.stacks_in_561_4.gradient{border-bottom:none;height:5px;background-image:linear-gradient(to right,rgba(255, 255, 255, 1.00),rgba(7, 64, 128, 1.00),rgba(7, 64, 128, 1.00),rgba(255, 255, 255, 1.00))}
.stacks_in_561_11 img{width:100%;max-width:128px}
.lines.stacks_in_9_140{width:90%;margin:calc(0rem/16) auto calc(0rem/16) auto;border-bottom:5px solid rgba(34, 34, 34, 1.00);background:rgba(0, 0, 0, 0.00);transform:rotate(0deg)}.lines.stacks_in_9_140.vertical{border-left:5px solid rgba(34, 34, 34, 1.00);border-bottom:none;width:0;height:90%;margin:0 auto;margin-top:calc((90% - 100%)/-2)}.lines.stacks_in_9_140.gradient{border-bottom:none;height:5px;background-image:linear-gradient(to right,rgba(255, 255, 255, 1.00),rgba(7, 64, 128, 1.00),rgba(7, 64, 128, 1.00),rgba(255, 255, 255, 1.00))}
.stacks_in_9_4 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 2rem)}

.stacks_in_9_129 img{width:100%;max-width:256px}





#stacks_in_9_138 h6,#stacks_in_9_138 h6 a,#stacks_in_9_138 p,#stacks_in_9_138 p a{
	color:rgba(7, 64, 128, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: lighter ;
	
	font-family:"iceland";
	
	

	

	
		text-shadow: 0px 1px 1px rgba(204, 204, 204, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_9_138 p a:hover, #stacks_in_9_138 h6 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_9_126 {
	font-size: 75%;
}
