@font-face{font-family:icon;src:url(../../../rw_common/plugins/stacks/quick-edit/icons.woff);font-weight:400;font-style:normal}
/* 1.4.1.15
- has new error catch for servers that send text responses instead of 404 errors when reading/checking for content.json file
- fix for above change, if one file finsihed before the other, it would think there was no content to load.
- added table, ol, and ul editable detection
- added fix for affero theme (slogan issue)
- added support for editing iframe attributes
- New experimental option, enabling the ability to edit hidden content (content not visible on page load)
- New experimental option that allows you to disable the ability to edit certain elements by type or class
- error catch for background image mount function, when parentNode is null
- fixed a resizing image bug that was making it difficult to find and use the resize handles
- no longer targets the "btn" class for editing, caused conflicts for hidden button elements of other 3rd-party addons
- editing the html now supports empty elements, which will allow embed codes to work
- update php file will only allow json files to be created/read for increased security
- added compatabilty for Article 2
- fixes issue that could prevent the loading class from being applied, causing content to be invisible
- improvments to video display and resizability 
*/
.qe-login-wrap {
  width: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(243, 243, 243, 1.00);
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 4px;
}
.qe-login-wrap .admin-login {
  display: block;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}
.qea-notification {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: fixed;
  top: 20px;
  right: 20px;
  color: hsl(0, 0%, 20%);
  background: hsl(0, 0%, 100%);
  border-radius: 4px;
  -webkit-box-shadow: 0 8px 8px rgba(0,0,0,.35);
  box-shadow: 0 8px 8px rgba(0,0,0,.35);
  border-left: 0.5rem solid hsl(0, 0%, 100%);
  transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
  transition: all 500ms ease;
  padding: 15px 20px;
  z-index: 99999;
  width: 100%;
  max-width: 500px;
    max-height: 90vh;
    overflow: scroll;
}
.qea-notification > h1 {
    font-size: 20px;
    line-height: 22px;
    margin: 0px 0px 12px 0px;
    color: #333;
    font-family: helvetica;
    font-weight: bold;
    letter-spacing: 0px;
    width: 100%;
}
.qea-notification > p {
    font-size: 14px;
    line-height: 22px;
    margin: 0px 0px 12px 0px;
    color: #555;
    font-family: helvetica;
    font-weight: normal;
    width: 100%;
    padding-right: 15px;
}
.qea-notification .qea-notification-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  color: inherit;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.qea-notification .qea-notification-close svg {
  display: block;
  width: 100%;
  height: 100%;
  color: #777;
}
.qea-notification.qea-message, .qea-notification.qea-success, .qea-notification.qea-error  {
  transform: translateX(0%);
  opacity: 1;
  pointer-events: all;
}
.qea-success {
  border-left-color: #90dee9;
}
.qea-message {
  border-left-color: #E9B654;
}
.qea-error {
  border-left-color: hsl(0, 67%, 74%);
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
.ct-widget .ct-image-dialog__image {
    position: relative;
}
.ct-widget .ct-image-dialog__view:not(.qea-cannot-load-images) .ct-image-dialog__image:first-child:after {
    content: "Remove Image";
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    padding: 13px 0px;
    position: absolute;
    color: #999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 0px 0px 0px 1px #fff;
    border-radius: 2px;
}
.ct-widget .ct-attribute {
  height: 33px;
  border-bottom: 1px solid rgba(0,0,0,0.15);
}
.ct-widget input.ct-attribute__name {
  font-weight: bold;
}
.ct-widget input.ct-section__input,
.ct-widget input.ct-attribute__name,
.ct-widget input.ct-attribute__value {
  height: 32px;
  margin: 0;
  background: transparent;
}
.ct-widget .ct-control--styles:before {
  content: "\e90c";
}
.ct-widget .ct-section {
  height: 32px;
}
.ct-widget .ct-section__switch {
  margin-top: 4px;
}
.ct-widget .ct-section__label {
  line-height: 32px;
}
.qea-notification.qea-message *, .qea-notification.qea-success *, .qea-notification.qea-error * {
  padding: 0;
  text-align: left;
  color: #333;
  font-size: 14px;
  line-height: 18px;
}
.qea-notification.qea-message *:after, .qea-notification.qea-success *:after, .qea-notification.qea-error *:after {
  display: none;
}
.ct-widget.ct-toolbox {
  padding: 0px
}
.ct-widget .ct-toolbox__grip {
  display: grid;
  grid-template-columns: min-content min-content min-content;
  align-items: center;
  justify-content: center;
  padding: 12px 0px;
} 
.ct-widget .ct-tool-group {
  padding: 4px 8px;
  border-top: 1px solid rgba(0,0,0,0.15);
}
.ct-widget .ct-tool--insert:before {
  content: "\ea0a";
}
.ct-widget .ct-tool .qea-insert-icon {
  position: absolute;
  bottom: 2px;
  right: 2px;
  color: #464646;
  text-align: center;
  font-family: icon;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  speak: none;
  text-transform: none;
  line-height: 10px;
  background: #e8e8e8;
  color: #464646;
  box-sizing: content-box;
  padding: 1px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  
}
.ct-widget .ct-tool--disabled .qea-insert-icon  {
  color: rgba(70,70,70,.33);
}
.ct-widget .ct-tool .qea-insert-icon:before {
  content: "\ea0a";
}
.ct-widget .ct-tool.qea-is-insert:before {
  font-size: 14px;
}
.ct-widget .ct-tool--redo + .ct-tool .qea-insert-icon {
  padding: 2px;
}
.ct-widget .ct-tool--redo + .ct-tool .qea-insert-icon:before {
  content: "\ea2d";
  font-size: 11px;
}
.ct-widget .ct-tool--redo + .ct-tool.qea-is-insert:after {
  content: "Change Image"
}
.ce-element--type-image.ce-element--over,
.ce-element--type-image.ce-element--focused {
  filter: none;
  opacity: 1;
}
.ce-element--type-image.ce-element--over > img,
.ce-element--type-image.ce-element--focused > img {
  opacity: 0.7;
}
.ct-widget .ct-image-dialog__file-upload {
  cursor: pointer;
  font-size: 18px;
  line-height: 32px;
  margin: 0;
}
/* Floating Inspector */

.ct-widget .ct-inspector__tags {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.ct-widget .ct-tag {
  margin-left: 0px;
  margin-right: 16px;
}
.ct-widget .ct-tag:last-child,
.ct-widget .ct-tag:last-child:first-child {
  margin-right: 0px;
}
.ct-widget .ct-tag:before {
  content: "\e90c";
  font-family: icon;
  margin-right: 4px;
  vertical-align: bottom;
}
.ct-widget .ct-tag.qea-inline-element:active,
.ct-widget .ct-tag.qea-inline-element {
  background: #444;
  margin-left: 0px;
  margin-right: 2px;
}
.ct-widget .ct-tag.qea-inline-element:hover {
  background: #333;
}
.ct-widget .ct-tag.qea-inline-element,
.ct-widget .ct-tag:last-child {
  border-radius: 2px;
}
.ct-widget .ct-tag.qea-inline-element:after,
.ct-widget .ct-tag:last-child:after {
  display: none;
}
.ct-widget .ct-tag {
  font-size: 15px;
  font-weight: 400;
}
.ct-widget .ct-tag.qea-heading {
  font-weight: bold;
}
.ct-widget .ct-tag:before {
   display: none;
}
.ct-widget .ct-tool--paragraph:before {
  font-family: helveticaNeue, helvetica, arial;
}
.ct-widget .ct-tag.qea-styled:after, 
.ct-widget .ct-tag.qea-underlined:after, 
.ct-widget .ct-tag.qea-bold:after, 
.ct-widget .ct-tag.qea-italic:after, 
.ct-widget .ct-tag.qea-link:after,
.ct-widget .ct-tag.qea-img:after{
  all: initial;
  pointer-events: none;
  color: #fff;
  content: "\ea62";
  font-family: icon;
  vertical-align: bottom;
  line-height: 24px;
  font-size: 14px;
}
.ct-widget .ct-tag.qea-italic:after {
  content: "\ea64";
}
.ct-widget .ct-tag.qea-link:after {
  content: "\e9cb";
}
.ct-widget .ct-tag.qea-img:after {
  content: "\e90d";
  font-size: 16px;
}
.ct-widget .ct-tag.qea-underlined:after,
.ct-widget .ct-tool--underline:before {
  content: "\ea63";
}
.ct-widget .ct-tag.qea-styled:after,
.ct-widget .ct-tool--styled:before {
  content: "\e90c";
}
.ce-element--type-video {
  height: auto !important;
  aspect-ratio: 16/9;
  background-size: 128px 96px;
  background-color: #000;
}
img.text-left,
.ce-element--type-image.text-left,
.ce-element--type-video.text-left,
iframe.text-left {
  margin-left: 0;
  margin-right: auto;
}
img.text-center,
.ce-element--type-image.text-center,
.ce-element--type-video.text-center,
iframe.text-center {
  margin-left: auto;
  margin-right: auto;
}
img.text-right,
.ce-element--type-image.text-right,
.ce-element--type-video.text-right,
iframe.text-right {
  margin-right: 0;
  margin-left: auto;
}
.ce-element--type-image:after {
  position: absolute;
  display: none;
}
.ce-element--type-image.ce-element--focused:after {
  display: block;
  border: 1px solid #333;
  padding: 0;
}
.ce-element--type-image.ce-element--focused > div {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 9px;
  height: 9px;
  background: #fff;
  border: 1px solid #333;
  z-index: 3;
  
}
.ce-element--type-image.ce-element--focused > div:nth-child(2),
.ce-element--type-image.ce-element--focused > div:nth-child(3){
  left: auto;
  right: -6px;
}
.ce-element--type-image.ce-element--focused > div:nth-child(3) {
  top: auto;
  bottom: -6px;
}
.ce-element--type-image.ce-element--focused > div:nth-child(4) {
  top: auto;
  bottom: -6px;
}
.ct-widget .ct-tool.ct-tool--disabled {
  cursor: default;
}
i {
  font-style: normal;
}

.qe-login-wrap .hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.qe-login-wrap .icons {
  display: none;
}
.qe-login-wrap .icon {
  display: inline-block;
  fill: #aaa;
  font-size: 20px;
  height: 24px;
  vertical-align: middle;
  width: 24px;
}
.qe-login-wrap * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}
.qe-login-wrap input {
  background-image: none;
  border: 0;
  color: inherit;
  font: inherit;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.qe-login-wrap input[type='submit'] {
  cursor: pointer;
}
.qe-login-wrap .admin-login input[type='password'],
.qe-login-wrap .admin-login input[type='text'],
.qe-login-wrap .admin-login input[type='submit'] {
  width: 100%;
}
.qe-login-wrap .form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 14px;
}
.qe-login-wrap .form__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.qe-login-wrap .form__input::-webkit-input-placeholder {
  color: #aaa;
}
.qe-login-wrap .form__input:-ms-input-placeholder {
  color: #aaa;
}
.qe-login-wrap .form__input::placeholder {
  color: #aaa;
}
.qe-login-wrap .admin-login label,
.qe-login-wrap .admin-login input[type='text'],
.qe-login-wrap .admin-login input[type='password'],
.qe-login-wrap .admin-login input[type='submit'] {
  border-radius: 4px;
  padding: 15px;
}
.qe-login-wrap .admin-login label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e9e9e9;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}
.qe-login-wrap .admin-login input[type='password'],
.qe-login-wrap .admin-login input[type='text'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  background-color: #f3f3f3;
  color: #333;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.qe-login-wrap .admin-login input[type='password']:focus,
.qe-login-wrap .admin-login input[type='password']:hover,
.qe-login-wrap .admin-login input[type='text']:focus,
.qe-login-wrap .admin-login input[type='text']:hover {
  background-color: #fff;
}
.qe-login-wrap .admin-login input[type='submit'] {
  background-color:  rgba(50, 111, 192, 1.00);
  color: #fff;
  font-weight: 700;
}
.qe-login-wrap .admin-login input[type='submit']:focus,
.qe-login-wrap .admin-login input[type='submit']:hover {
  background-color:  rgba(50, 111, 192, 1.00);
  opacity: .9;
}
.qea-editing.qe-admin a,
.qea-editing .qe-admin a {
  pointer-events: none;
}

html body div .fine-print {
  
  
  font-size: 12px; line-height: 16px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_161 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_161 {
		display: none !important;
	}
}

#stacks_in_187 {
	margin: 0px 0px 40px 0px;
}

#stacks_in_164 {
	margin: 0px 0px 20px 0px;
}


:root {
  --multi_columns_stacks_in_734:1fr 1fr;
}
#multi_columns_stacks_in_734 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_734);
  grid-gap: 48px;
  
  align-items: center;
  
  
  
  
}
#multi_columns_stacks_in_734 > div {
  min-width: 0;
}
#multi_columns_stacks_in_734 + .deluxe-columns {
  margin-top: 48px;
}
#multi_columns_stacks_in_734 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_734 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 771px) {
  #multi_columns_stacks_in_734 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_734 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_734 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_734 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 770px) and (min-width: 501px) {
  #multi_columns_stacks_in_734 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_734 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_734 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_734 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_734 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_734 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_734 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_734 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 770px) {
  #multi_columns_stacks_in_734 {
    grid-template-columns: repeat(1, 1fr);
    
    grid-gap: 24px;
    
  }
  #multi_columns_stacks_in_734 + .deluxe-columns {
    
    margin-top: 24px;
    
  }
  #multi_columns_stacks_in_734 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_734 > div > * {position: relative;}
  #multi_columns_stacks_in_734 > div > * > * {transform: translate(0,0);}
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_734 {
    grid-template-columns: repeat(1, 1fr);
  }
  #multi_columns_stacks_in_734 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_734 > div > * {position: relative;}
  #multi_columns_stacks_in_734 > div > * > * {transform: translate(0,0);}
  
}


.element_stacks_in_746[data-deluxe-el][data-deluxe-text] {
  
  text-align: center;
  
  
}


#stacks_in_751_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_751 a:link, #stacks_in_751 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_751 a:hover, #stacks_in_751 a:active {
	color:#FFFFFF;
}










#stacks_in_751 a:link, #stacks_in_751 a:visited {
	background-color:#00A639;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A639), to(#006322));
	border:1px solid #006322;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_751 a:hover {
	background-color:#00B33E;
	background: -webkit-gradient(linear, left top, left bottom, from(#00B33E), to(#00561D));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_751 a:active {
	background-color:#00A639;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
.stacks_in_740 img,.stacks_in_740 svg{max-width:100%; height:auto;border-radius:0px;}.stacks_in_740 img:hover{ }
#stacks_in_742 {
	padding:  10px;
}
:root {
  --multi_columns_stacks_in_735:1fr 1fr;
}
#multi_columns_stacks_in_735 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_735);
  grid-gap: 48px;
  
  align-items: center;
  
  
  
  
}
#multi_columns_stacks_in_735 > div {
  min-width: 0;
}
#multi_columns_stacks_in_735 + .deluxe-columns {
  margin-top: 48px;
}
#multi_columns_stacks_in_735 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_735 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 771px) {
  #multi_columns_stacks_in_735 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_735 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_735 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_735 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 770px) and (min-width: 501px) {
  #multi_columns_stacks_in_735 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_735 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_735 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_735 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_735 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_735 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_735 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_735 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 770px) {
  #multi_columns_stacks_in_735 {
    grid-template-columns: repeat(1, 1fr);
    
    grid-gap: 24px;
    
  }
  #multi_columns_stacks_in_735 + .deluxe-columns {
    
    margin-top: 24px;
    
  }
  #multi_columns_stacks_in_735 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_735 > div > * {position: relative;}
  #multi_columns_stacks_in_735 > div > * > * {transform: translate(0,0);}
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_735 {
    grid-template-columns: repeat(1, 1fr);
  }
  #multi_columns_stacks_in_735 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_735 > div > * {position: relative;}
  #multi_columns_stacks_in_735 > div > * > * {transform: translate(0,0);}
  
}


.element_stacks_in_757[data-deluxe-el][data-deluxe-text] {
  
  text-align: center;
  
  
}


#stacks_in_762_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_762 a:link, #stacks_in_762 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_762 a:hover, #stacks_in_762 a:active {
	color:#FFFFFF;
}










#stacks_in_762 a:link, #stacks_in_762 a:visited {
	background-color:#00A639;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A639), to(#006322));
	border:1px solid #006322;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_762 a:hover {
	background-color:#00B33E;
	background: -webkit-gradient(linear, left top, left bottom, from(#00B33E), to(#00561D));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_762 a:active {
	background-color:#00A639;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
.stacks_in_753 img,.stacks_in_753 svg{max-width:100%; height:auto;border-radius:0px;}.stacks_in_753 img:hover{ }:root {
  --multi_columns_stacks_in_736:1fr 1fr;
}
#multi_columns_stacks_in_736 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_736);
  grid-gap: 48px;
  
  align-items: center;
  
  
  
  
}
#multi_columns_stacks_in_736 > div {
  min-width: 0;
}
#multi_columns_stacks_in_736 + .deluxe-columns {
  margin-top: 48px;
}
#multi_columns_stacks_in_736 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_736 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 771px) {
  #multi_columns_stacks_in_736 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_736 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_736 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_736 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 770px) and (min-width: 501px) {
  #multi_columns_stacks_in_736 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_736 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_736 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_736 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_736 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_736 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_736 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_736 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 770px) {
  #multi_columns_stacks_in_736 {
    grid-template-columns: repeat(1, 1fr);
    
    grid-gap: 24px;
    
  }
  #multi_columns_stacks_in_736 + .deluxe-columns {
    
    margin-top: 24px;
    
  }
  #multi_columns_stacks_in_736 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_736 > div > * {position: relative;}
  #multi_columns_stacks_in_736 > div > * > * {transform: translate(0,0);}
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_736 {
    grid-template-columns: repeat(1, 1fr);
  }
  #multi_columns_stacks_in_736 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_736 > div > * {position: relative;}
  #multi_columns_stacks_in_736 > div > * > * {transform: translate(0,0);}
  
}


.element_stacks_in_768[data-deluxe-el][data-deluxe-text] {
  
  text-align: center;
  
  
}


#stacks_in_773_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_773 a:link, #stacks_in_773 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_773 a:hover, #stacks_in_773 a:active {
	color:#FFFFFF;
}










#stacks_in_773 a:link, #stacks_in_773 a:visited {
	background-color:#00A639;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A639), to(#006322));
	border:1px solid #006322;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_773 a:hover {
	background-color:#00B33E;
	background: -webkit-gradient(linear, left top, left bottom, from(#00B33E), to(#00561D));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_773 a:active {
	background-color:#00A639;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
.stacks_in_764 img,.stacks_in_764 svg{max-width:100%; height:auto;border-radius:0px;}.stacks_in_764 img:hover{ }
:root {
  --multi_columns_stacks_in_738:1fr 1fr;
}
#multi_columns_stacks_in_738 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_738);
  grid-gap: 48px;
  
  align-items: center;
  
  
  
  
}
#multi_columns_stacks_in_738 > div {
  min-width: 0;
}
#multi_columns_stacks_in_738 + .deluxe-columns {
  margin-top: 48px;
}
#multi_columns_stacks_in_738 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_738 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 771px) {
  #multi_columns_stacks_in_738 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_738 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_738 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_738 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 770px) and (min-width: 501px) {
  #multi_columns_stacks_in_738 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_738 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_738 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_738 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_738 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_738 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_738 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_738 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 770px) {
  #multi_columns_stacks_in_738 {
    grid-template-columns: repeat(1, 1fr);
    
    grid-gap: 24px;
    
  }
  #multi_columns_stacks_in_738 + .deluxe-columns {
    
    margin-top: 24px;
    
  }
  #multi_columns_stacks_in_738 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_738 > div > * {position: relative;}
  #multi_columns_stacks_in_738 > div > * > * {transform: translate(0,0);}
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_738 {
    grid-template-columns: repeat(1, 1fr);
  }
  #multi_columns_stacks_in_738 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_738 > div > * {position: relative;}
  #multi_columns_stacks_in_738 > div > * > * {transform: translate(0,0);}
  
}


.element_stacks_in_781[data-deluxe-el][data-deluxe-text] {
  
  text-align: center;
  
  
}


#stacks_in_786_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_786 a:link, #stacks_in_786 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_786 a:hover, #stacks_in_786 a:active {
	color:#FFFFFF;
}










#stacks_in_786 a:link, #stacks_in_786 a:visited {
	background-color:#00A639;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A639), to(#006322));
	border:1px solid #006322;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_786 a:hover {
	background-color:#00B33E;
	background: -webkit-gradient(linear, left top, left bottom, from(#00B33E), to(#00561D));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_786 a:active {
	background-color:#00A639;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
.stacks_in_775 img,.stacks_in_775 svg{max-width:100%; height:auto;border-radius:0px;}.stacks_in_775 img:hover{ }

.element_stacks_in_640[data-deluxe-el] {
  display: flex; flex-direction: row;
  justify-content: center;
}
.element_stacks_in_640[data-deluxe-el] > div {

  max-width: 1100px;
  margin: 0;
  width: 100%;
  
  width: calc(100% - 60px);
  
}

:root {
  --multi_columns_stacks_in_641:1fr 1fr;
}
#multi_columns_stacks_in_641 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_641);
  grid-gap: 48px;
  
  align-items: center;
  
  
  
  
}
#multi_columns_stacks_in_641 > div {
  min-width: 0;
}
#multi_columns_stacks_in_641 + .deluxe-columns {
  margin-top: 48px;
}
#multi_columns_stacks_in_641 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_641 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 771px) {
  #multi_columns_stacks_in_641 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_641 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_641 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_641 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 770px) and (min-width: 501px) {
  #multi_columns_stacks_in_641 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_641 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_641 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_641 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_641 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_641 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_641 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_641 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 770px) {
  #multi_columns_stacks_in_641 {
    grid-template-columns: repeat(1, 1fr);
    
    grid-gap: 24px;
    
  }
  #multi_columns_stacks_in_641 + .deluxe-columns {
    
    margin-top: 24px;
    
  }
  #multi_columns_stacks_in_641 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_641 > div > * {position: relative;}
  #multi_columns_stacks_in_641 > div > * > * {transform: translate(0,0);}
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_641 {
    grid-template-columns: repeat(1, 1fr);
  }
  #multi_columns_stacks_in_641 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_641 > div > * {position: relative;}
  #multi_columns_stacks_in_641 > div > * > * {transform: translate(0,0);}
  
}


.element_stacks_in_649[data-deluxe-el][data-deluxe-text] {
  
  text-align: center;
  
  
}


.stacks_in_643 img,.stacks_in_643 svg{max-width:100%; height:auto;border-radius:0px;}.stacks_in_643 img:hover{ }
:root {
  --multi_columns_stacks_in_655:1fr 1fr;
}
#multi_columns_stacks_in_655 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_655);
  grid-gap: 48px;
  
  align-items: center;
  
  
  
  
}
#multi_columns_stacks_in_655 > div {
  min-width: 0;
}
#multi_columns_stacks_in_655 + .deluxe-columns {
  margin-top: 48px;
}
#multi_columns_stacks_in_655 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_655 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 771px) {
  #multi_columns_stacks_in_655 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_655 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_655 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_655 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 770px) and (min-width: 501px) {
  #multi_columns_stacks_in_655 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_655 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_655 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_655 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_655 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_655 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_655 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_655 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 770px) {
  #multi_columns_stacks_in_655 {
    grid-template-columns: repeat(1, 1fr);
    
    grid-gap: 24px;
    
  }
  #multi_columns_stacks_in_655 + .deluxe-columns {
    
    margin-top: 24px;
    
  }
  #multi_columns_stacks_in_655 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_655 > div > * {position: relative;}
  #multi_columns_stacks_in_655 > div > * > * {transform: translate(0,0);}
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_655 {
    grid-template-columns: repeat(1, 1fr);
  }
  #multi_columns_stacks_in_655 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_655 > div > * {position: relative;}
  #multi_columns_stacks_in_655 > div > * > * {transform: translate(0,0);}
  
}


.element_stacks_in_678[data-deluxe-el][data-deluxe-text] {
  
  text-align: center;
  
  
}


#stacks_in_656 .slick-slide {
    cursor: grab;
}
#stacks_in_656 .slick-slide:active {
    cursor: grabbing;
}
#stacks_in_656 .vpp-item {
	position: relative;
  padding-bottom: 56.25%; /* 16:9 Video Aspect Ratio */
  height: 0;
	background-position: center;
	background-repeat: no-repeat;
  background-color: #000;
	
	background-size: contain;
	
}
#stacks_in_656 .vpp-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#stacks_in_656 .vpp-item .vpp-play-icon {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-content: center;
	justify-content: center;
}
#stacks_in_656 .vpp-item .vpp-play-icon svg {
	width: 25%;
}
#stacks_in_656 .vpp-item .vpp-play-icon svg path {
	fill: rgba(255, 255, 255, 1.00);/* checks for a plist customItem with an ID = iconColor and replaces the short code the setting's current value. */
}


.deluxe-slider-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(0,-50%);
    left: 16px;
    cursor: pointer;
}
.deluxe-slider-right-arrow {
    left: auto;
    right: 16px;
}
.deluxe-slider-arrow > .slice.empty:before {
    content: "〉";
    background: #fff;
    color: #333;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    display: block;
    text-align: center;
    line-height: 48px;
    font-size: 28px;
    font-weight: bold;
}
.deluxe-slider-left-arrow > .slice.empty:before {
    content: "〈";
}
.deluxe-gallery-wrap {
    position: fixed;
    z-index: 9999;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,0.5);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    justify-items: center;
    text-align: left;
}
.deluxe-gallery-wrap > * {
    align-self: center;
    overflow: visible;
}
.deluxe-gallery-wrap .slick-slide > div,
.deluxe-gallery-wrap .slick-slide > div > div {
  overflow: visible;
}
.deluxe-gallery-wrap .slick-slide > div {
  /* box-shadow: 0px 0px 24px rgba(0,0,0,0.6); */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.deluxe-gallery-wrap .slick-slide .image_stack > div > img {
  width: 85vw;
  height: 85vh;
  object-fit: contain;
}
.deluxe-gallery-wrap .slick-slider {
  max-width: 100vw;
}
.deluxe-gallery-wrap .slick-slider .slick-list {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.is12:not(.slick-slider) {
  columns: 3;
  column-gap: 8px;
  padding: 8px;
}
.is12:not(.slick-slider) > * {
  margin-bottom: 8px;
  cursor: pointer;
  transform: translateZ(0);
}
.is12:not(.slick-slider) .gallery-caption {
  display: none;
}
.deluxe-lightbox-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #fff;
    color: #333;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    display: block;
    line-height: 48px;
    z-index: 99;
    cursor: pointer;
}
.deluxe-gallery-wrap .slick-track {
  display: flex;
}
.deluxe-gallery-wrap .slick-track .slick-slide {
  display: flex;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  align-items: center;
  justify-content: center;
}
.deluxe-lightbox-close svg {
    height: 48px;
    width: 48px;
    padding: 8px;
}
#stacks_in_656 .slick-slide {
  margin: 0px 0px 0px 0px;
}
@media all and (max-width: 600px) {
  .deluxe-slider-arrow {
      top: auto;
      bottom: 16px;
      transform: translate(0,0);
  }
  .deluxe-lightbox-close {
    left: 50%;
    right: auto;
    bottom: 16px;
    top: auto;
    transform: translate(-50%,0);
  }
  .deluxe-gallery-wrap .slick-slide .image_stack > div > img {
    width: 100%;
    height: auto;
  }
  #stacks_in_656 .slick-slide {
    margin: 0px 0px 0px 0px;
    
    margin: 0px 0px 72px 0px;
    

  }
  .is12:not(.slick-slider) {
    columns: 2;
    column-gap: 4.000000px;
    padding: 4.000000px;
  }
  .is12:not(.slick-slider) > * {
    margin-bottom: 4.000000px;
  }
}



.element_stacks_in_660[data-deluxe-el] {
  min-height: 300px;
  
  align-items: center;
  display: inline-flex;
  width: 100%;
  
}
.element_stacks_in_660[data-deluxe-el] > div {

}

.stacks_in_662 img,.stacks_in_662 svg{max-width:100%; height:auto;border-radius:0px;}.stacks_in_662 img:hover{ }
.element_stacks_in_666[data-deluxe-el] {
  min-height: 300px;
  
  align-items: center;
  display: inline-flex;
  width: 100%;
  
}
.element_stacks_in_666[data-deluxe-el] > div {

}

.stacks_in_667 img,.stacks_in_667 svg{max-width:100%; height:auto;border-radius:0px;}.stacks_in_667 img:hover{ }
.element_stacks_in_671[data-deluxe-el] {
  min-height: 300px;
  
  align-items: center;
  display: inline-flex;
  width: 100%;
  
}
.element_stacks_in_671[data-deluxe-el] > div {

}

.stacks_in_672 img,.stacks_in_672 svg{max-width:100%; height:auto;border-radius:0px;}.stacks_in_672 img:hover{ }/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_840 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_840 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_840 svg  */

#stacks_in_840 svg,
#stacks_in_840 i {
  color: rgba(0, 0, 0, 0.90);
  fill: rgba(0, 0, 0, 0.90);
  stroke: rgba(0, 0, 0, 0.90);
}

#stacks_in_840 i,
#stacks_in_840 svg {
  position: relative;
  font-size: 28px;
  line-height: 28px;
  height: 28px;
  width: 28px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_840 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_840 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(204, 204, 204, 1.00);
  stroke: rgba(204, 204, 204, 1.00);
  color: rgba(204, 204, 204, 1.00);
}
#stacks_in_840 .material-icons-two-tone {
  color: rgba(0, 0, 0, 0.90);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(0, 0, 0, 0.90),
              0px -.1px 0px rgba(0, 0, 0, 0.90),
              .1px 0px 0px rgba(0, 0, 0, 0.90),
              -.1px 0px 0px rgba(0, 0, 0, 0.90);
}
#stacks_in_840 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(204, 204, 204, 1.00);
  font-family: 'Material Icons';
}

#stacks_in_840 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius: 50px 50px 50px 50px;
	-webkit-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;
	padding: 10px 0px 10px 0px;
}

#stacks_out_840 {
	width: 48px;
	margin-left:0;
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_841 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_841 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_841 svg  */

#stacks_in_841 svg,
#stacks_in_841 i {
  color: rgba(0, 0, 0, 0.90);
  fill: rgba(0, 0, 0, 0.90);
  stroke: rgba(0, 0, 0, 0.90);
}

#stacks_in_841 i,
#stacks_in_841 svg {
  position: relative;
  font-size: 28px;
  line-height: 28px;
  height: 28px;
  width: 28px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_841 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_841 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(204, 204, 204, 1.00);
  stroke: rgba(204, 204, 204, 1.00);
  color: rgba(204, 204, 204, 1.00);
}
#stacks_in_841 .material-icons-two-tone {
  color: rgba(0, 0, 0, 0.90);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(0, 0, 0, 0.90),
              0px -.1px 0px rgba(0, 0, 0, 0.90),
              .1px 0px 0px rgba(0, 0, 0, 0.90),
              -.1px 0px 0px rgba(0, 0, 0, 0.90);
}
#stacks_in_841 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(204, 204, 204, 1.00);
  font-family: 'Material Icons';
}

#stacks_in_841 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius: 50px 50px 50px 50px;
	-webkit-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;
	padding: 10px 0px 10px 0px;
}

#stacks_out_841 {
	width: 48px;
	margin-right:0;
}
:root {
  --multi_columns_stacks_in_683:1fr 1fr 1fr;
}
#multi_columns_stacks_in_683 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_683);
  grid-gap: 16px;
  
  align-items: center;
  
  
  
  
}
#multi_columns_stacks_in_683 > div {
  min-width: 0;
}
#multi_columns_stacks_in_683 + .deluxe-columns {
  margin-top: 16px;
}
#multi_columns_stacks_in_683 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_683 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 901px) {
  #multi_columns_stacks_in_683 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_683 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_683 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_683 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 900px) and (min-width: 501px) {
  #multi_columns_stacks_in_683 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_683 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_683 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_683 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_683 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_683 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_683 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_683 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 900px) {
  #multi_columns_stacks_in_683 {
    grid-template-columns: repeat(1, 1fr);
    
  }
  #multi_columns_stacks_in_683 + .deluxe-columns {
    
  }
  #multi_columns_stacks_in_683 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_683 > div > * {position: relative;}
  #multi_columns_stacks_in_683 > div > * > * {transform: translate(0,0);}
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_683 {
    grid-template-columns: repeat(1, 1fr);
  }
  #multi_columns_stacks_in_683 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_683 > div > * {position: relative;}
  #multi_columns_stacks_in_683 > div > * > * {transform: translate(0,0);}
  
}

.stacks_in_688 img,.stacks_in_688 svg{max-width:100%; height:auto;border-radius:0px;}.stacks_in_688 img:hover{ }.stacks_in_686 img,.stacks_in_686 svg{max-width:100%; height:auto;border-radius:0px;}.stacks_in_686 img:hover{ }.stacks_in_684 img,.stacks_in_684 svg{max-width:100%; height:auto;border-radius:0px;}.stacks_in_684 img:hover{ }
#sectional_stacks_in_624 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#sectional_stacks_in_624 .sectional_module {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}

@media screen and (min-width: 768px) {
  #sectional_stacks_in_624 {
    flex-direction: row;
  }

  #sectional_stacks_in_624 .sectional_module {
    align-items: center;
    min-height: none;
  }
}

/* Left section module */

#sectional_module_left_stacks_in_624 {
  flex: 1;
}

#sectional_wrap_left_stacks_in_624 {
  width: 100%;
}

#sectional_content_left_stacks_in_624 {
  
  text-align: center;
  
  color: rgba(0, 0, 0, 0.90);
  max-width: none;
  padding: 10rem;
  
  
  margin-left: auto;
  margin-right: auto;
  
  
}

#sectional_content_left_stacks_in_624 h1,
#sectional_content_left_stacks_in_624 h2,
#sectional_content_left_stacks_in_624 h3,
#sectional_content_left_stacks_in_624 h4,
#sectional_content_left_stacks_in_624 h5,
#sectional_content_left_stacks_in_624 h6,
#sectional_content_left_stacks_in_624 a {
  color: rgba(0, 0, 0, 0.90);
}


















/* Local image image applied as a CSS background */
#sectional_module_left_stacks_in_624 {
	background: url(../files/left_container_local_image-624.jpg);
	background-size: cover;
	background-repeat: no-repeat;
  background-position: center center;
}








/* Right section module */

#sectional_module_right_stacks_in_624 {
  flex: 1;
}

#sectional_wrap_right_stacks_in_624 {
  width: 100%;
}

#sectional_content_right_stacks_in_624 {
  
  text-align: center;
  
  color: rgba(0, 0, 0, 1.00);
  max-width: none;
  padding: 3rem;
  
  
  margin-left: auto;
  margin-right: auto;
  
  
}

  #sectional_content_right_stacks_in_624 h1,
  #sectional_content_right_stacks_in_624 h2,
  #sectional_content_right_stacks_in_624 h3,
  #sectional_content_right_stacks_in_624 h4,
  #sectional_content_right_stacks_in_624 h5,
  #sectional_content_right_stacks_in_624 h6,
  #sectional_content_right_stacks_in_624 a {
    color: rgba(0, 0, 0, 1.00);
  }

  
  /* No background */
  #sectional_module_right_stacks_in_624 {
    background: none;
  }
  

  

  

  

  

  

  

  

  

  

  

  


#sectional_stacks_in_624 .sectional_module:nth-child(even) {
  margin-right: 0;
}

@media print {
  #sectional_content_left_stacks_in_624,
  #sectional_content_right_stacks_in_624 {
    color: #000000;
    text-align: left;
  }
}









#stacks_in_626 {
	margin: 0px 0px 10px 0px;
}
#stacks_in_629_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_629 a:link, #stacks_in_629 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_629 a:hover, #stacks_in_629 a:active {
	color:#FFFFFF;
}







#stacks_in_629 a:link, #stacks_in_629 a:visited {
	background-color:#00A639;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A639), to(#006322));
	border:1px solid #006322;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_629 a:hover {
	background-color:#00B33E;
	background: -webkit-gradient(linear, left top, left bottom, from(#00B33E), to(#00561D));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_629 a:active {
	background-color:#00A639;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_639 {
	margin: 20px 0px 20px 0px;
}
#sectional_stacks_in_577 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#sectional_stacks_in_577 .sectional_module {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}

@media screen and (min-width: 768px) {
  #sectional_stacks_in_577 {
    flex-direction: row;
  }

  #sectional_stacks_in_577 .sectional_module {
    align-items: center;
    min-height: none;
  }
}

/* Left section module */

#sectional_module_left_stacks_in_577 {
  flex: 1;
}

#sectional_wrap_left_stacks_in_577 {
  width: 100%;
}

#sectional_content_left_stacks_in_577 {
  
  text-align: center;
  
  color: rgba(0, 0, 0, 0.90);
  max-width: none;
  padding: 10rem;
  
  
  margin-left: auto;
  margin-right: auto;
  
  
}

#sectional_content_left_stacks_in_577 h1,
#sectional_content_left_stacks_in_577 h2,
#sectional_content_left_stacks_in_577 h3,
#sectional_content_left_stacks_in_577 h4,
#sectional_content_left_stacks_in_577 h5,
#sectional_content_left_stacks_in_577 h6,
#sectional_content_left_stacks_in_577 a {
  color: rgba(0, 0, 0, 0.90);
}


















/* Local image image applied as a CSS background */
#sectional_module_left_stacks_in_577 {
	background: url(../files/left_container_local_image-577.jpg);
	background-size: cover;
	background-repeat: no-repeat;
  background-position: center center;
}








/* Right section module */

#sectional_module_right_stacks_in_577 {
  flex: 1;
}

#sectional_wrap_right_stacks_in_577 {
  width: 100%;
}

#sectional_content_right_stacks_in_577 {
  
  text-align: center;
  
  color: rgba(0, 0, 0, 1.00);
  max-width: none;
  padding: 3rem;
  
  
  margin-left: auto;
  margin-right: auto;
  
  
}

  #sectional_content_right_stacks_in_577 h1,
  #sectional_content_right_stacks_in_577 h2,
  #sectional_content_right_stacks_in_577 h3,
  #sectional_content_right_stacks_in_577 h4,
  #sectional_content_right_stacks_in_577 h5,
  #sectional_content_right_stacks_in_577 h6,
  #sectional_content_right_stacks_in_577 a {
    color: rgba(0, 0, 0, 1.00);
  }

  
  /* No background */
  #sectional_module_right_stacks_in_577 {
    background: none;
  }
  

  

  

  

  

  

  

  

  

  

  

  


#sectional_stacks_in_577 .sectional_module:nth-child(even) {
  margin-right: 0;
}

@media print {
  #sectional_content_left_stacks_in_577,
  #sectional_content_right_stacks_in_577 {
    color: #000000;
    text-align: left;
  }
}









#stacks_in_587 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_615 {
	margin: 20px 0px 20px 0px;
}
#sectional_stacks_in_579 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#sectional_stacks_in_579 .sectional_module {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}

@media screen and (min-width: 768px) {
  #sectional_stacks_in_579 {
    flex-direction: row;
  }

  #sectional_stacks_in_579 .sectional_module {
    align-items: center;
    min-height: none;
  }
}

/* Left section module */

#sectional_module_left_stacks_in_579 {
  flex: 1;
}

#sectional_wrap_left_stacks_in_579 {
  width: 100%;
}

#sectional_content_left_stacks_in_579 {
  
  text-align: center;
  
  color: rgba(0, 0, 0, 0.90);
  max-width: none;
  padding: 10rem;
  
  
  margin-left: auto;
  margin-right: auto;
  
  
}

#sectional_content_left_stacks_in_579 h1,
#sectional_content_left_stacks_in_579 h2,
#sectional_content_left_stacks_in_579 h3,
#sectional_content_left_stacks_in_579 h4,
#sectional_content_left_stacks_in_579 h5,
#sectional_content_left_stacks_in_579 h6,
#sectional_content_left_stacks_in_579 a {
  color: rgba(0, 0, 0, 0.90);
}


















/* Local image image applied as a CSS background */
#sectional_module_left_stacks_in_579 {
	background: url(../files/left_container_local_image-579.jpg);
	background-size: cover;
	background-repeat: no-repeat;
  background-position: center center;
}








/* Right section module */

#sectional_module_right_stacks_in_579 {
  flex: 1;
}

#sectional_wrap_right_stacks_in_579 {
  width: 100%;
}

#sectional_content_right_stacks_in_579 {
  
  text-align: center;
  
  color: rgba(0, 0, 0, 1.00);
  max-width: none;
  padding: 3rem;
  
  
  margin-left: auto;
  margin-right: auto;
  
  
}

  #sectional_content_right_stacks_in_579 h1,
  #sectional_content_right_stacks_in_579 h2,
  #sectional_content_right_stacks_in_579 h3,
  #sectional_content_right_stacks_in_579 h4,
  #sectional_content_right_stacks_in_579 h5,
  #sectional_content_right_stacks_in_579 h6,
  #sectional_content_right_stacks_in_579 a {
    color: rgba(0, 0, 0, 1.00);
  }

  
  /* No background */
  #sectional_module_right_stacks_in_579 {
    background: none;
  }
  

  

  

  

  

  

  

  

  

  

  

  


#sectional_stacks_in_579 .sectional_module:nth-child(even) {
  margin-right: 0;
}

@media print {
  #sectional_content_left_stacks_in_579,
  #sectional_content_right_stacks_in_579 {
    color: #000000;
    text-align: left;
  }
}









#stacks_in_591 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_616 {
	margin: 20px 0px 20px 0px;
}
#sectional_stacks_in_581 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#sectional_stacks_in_581 .sectional_module {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}

@media screen and (min-width: 768px) {
  #sectional_stacks_in_581 {
    flex-direction: row;
  }

  #sectional_stacks_in_581 .sectional_module {
    align-items: center;
    min-height: none;
  }
}

/* Left section module */

#sectional_module_left_stacks_in_581 {
  flex: 1;
}

#sectional_wrap_left_stacks_in_581 {
  width: 100%;
}

#sectional_content_left_stacks_in_581 {
  
  text-align: center;
  
  color: rgba(0, 0, 0, 0.90);
  max-width: none;
  padding: 0rem;
  
  
  margin-left: auto;
  margin-right: auto;
  
  
}

#sectional_content_left_stacks_in_581 h1,
#sectional_content_left_stacks_in_581 h2,
#sectional_content_left_stacks_in_581 h3,
#sectional_content_left_stacks_in_581 h4,
#sectional_content_left_stacks_in_581 h5,
#sectional_content_left_stacks_in_581 h6,
#sectional_content_left_stacks_in_581 a {
  color: rgba(0, 0, 0, 0.90);
}


/* No background */
#sectional_module_left_stacks_in_581 {
  background: none;
}
























/* Right section module */

#sectional_module_right_stacks_in_581 {
  flex: 1;
}

#sectional_wrap_right_stacks_in_581 {
  width: 100%;
}

#sectional_content_right_stacks_in_581 {
  
  text-align: center;
  
  color: rgba(0, 0, 0, 1.00);
  max-width: none;
  padding: 3rem;
  
  
  margin-left: auto;
  margin-right: auto;
  
  
}

  #sectional_content_right_stacks_in_581 h1,
  #sectional_content_right_stacks_in_581 h2,
  #sectional_content_right_stacks_in_581 h3,
  #sectional_content_right_stacks_in_581 h4,
  #sectional_content_right_stacks_in_581 h5,
  #sectional_content_right_stacks_in_581 h6,
  #sectional_content_right_stacks_in_581 a {
    color: rgba(0, 0, 0, 1.00);
  }

  
  /* No background */
  #sectional_module_right_stacks_in_581 {
    background: none;
  }
  

  

  

  

  

  

  

  

  

  

  

  


#sectional_stacks_in_581 .sectional_module:nth-child(even) {
  margin-right: 0;
}

@media print {
  #sectional_content_left_stacks_in_581,
  #sectional_content_right_stacks_in_581 {
    color: #000000;
    text-align: left;
  }
}









#stacks_in_594 {
	margin: 0px 0px 20px 0px;
}

#stacks_in_599 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_619 {
	margin: 20px 0px 20px 0px;
}
#sectional_stacks_in_583 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#sectional_stacks_in_583 .sectional_module {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}

@media screen and (min-width: 768px) {
  #sectional_stacks_in_583 {
    flex-direction: row;
  }

  #sectional_stacks_in_583 .sectional_module {
    align-items: center;
    min-height: none;
  }
}

/* Left section module */

#sectional_module_left_stacks_in_583 {
  flex: 1;
}

#sectional_wrap_left_stacks_in_583 {
  width: 100%;
}

#sectional_content_left_stacks_in_583 {
  
  text-align: center;
  
  color: rgba(0, 0, 0, 0.90);
  max-width: none;
  padding: 10rem;
  
  
  margin-left: auto;
  margin-right: auto;
  
  
}

#sectional_content_left_stacks_in_583 h1,
#sectional_content_left_stacks_in_583 h2,
#sectional_content_left_stacks_in_583 h3,
#sectional_content_left_stacks_in_583 h4,
#sectional_content_left_stacks_in_583 h5,
#sectional_content_left_stacks_in_583 h6,
#sectional_content_left_stacks_in_583 a {
  color: rgba(0, 0, 0, 0.90);
}


















/* Local image image applied as a CSS background */
#sectional_module_left_stacks_in_583 {
	background: url(../files/left_container_local_image-583.jpg);
	background-size: cover;
	background-repeat: no-repeat;
  background-position: center center;
}








/* Right section module */

#sectional_module_right_stacks_in_583 {
  flex: 1;
}

#sectional_wrap_right_stacks_in_583 {
  width: 100%;
}

#sectional_content_right_stacks_in_583 {
  
  text-align: center;
  
  color: rgba(0, 0, 0, 1.00);
  max-width: none;
  padding: 3rem;
  
  
  margin-left: auto;
  margin-right: auto;
  
  
}

  #sectional_content_right_stacks_in_583 h1,
  #sectional_content_right_stacks_in_583 h2,
  #sectional_content_right_stacks_in_583 h3,
  #sectional_content_right_stacks_in_583 h4,
  #sectional_content_right_stacks_in_583 h5,
  #sectional_content_right_stacks_in_583 h6,
  #sectional_content_right_stacks_in_583 a {
    color: rgba(0, 0, 0, 1.00);
  }

  
  /* No background */
  #sectional_module_right_stacks_in_583 {
    background: none;
  }
  

  

  

  

  

  

  

  

  

  

  

  


#sectional_stacks_in_583 .sectional_module:nth-child(even) {
  margin-right: 0;
}

@media print {
  #sectional_content_left_stacks_in_583,
  #sectional_content_right_stacks_in_583 {
    color: #000000;
    text-align: left;
  }
}









#stacks_in_603 {
	margin: 0px 0px 10px 0px;
}
#stacks_in_606_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_606 a:link, #stacks_in_606 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_606 a:hover, #stacks_in_606 a:active {
	color:#FFFFFF;
}







#stacks_in_606 a:link, #stacks_in_606 a:visited {
	background-color:#00A639;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A639), to(#006322));
	border:1px solid #006322;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_606 a:hover {
	background-color:#00B33E;
	background: -webkit-gradient(linear, left top, left bottom, from(#00B33E), to(#00561D));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_606 a:active {
	background-color:#00A639;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_621 {
	margin: 20px 0px 20px 0px;
}
#sectional_stacks_in_585 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#sectional_stacks_in_585 .sectional_module {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}

@media screen and (min-width: 768px) {
  #sectional_stacks_in_585 {
    flex-direction: row;
  }

  #sectional_stacks_in_585 .sectional_module {
    align-items: center;
    min-height: none;
  }
}

/* Left section module */

#sectional_module_left_stacks_in_585 {
  flex: 1;
}

#sectional_wrap_left_stacks_in_585 {
  width: 100%;
}

#sectional_content_left_stacks_in_585 {
  
  text-align: center;
  
  color: rgba(0, 0, 0, 0.90);
  max-width: none;
  padding: 10rem;
  
  
  margin-left: auto;
  margin-right: auto;
  
  
}

#sectional_content_left_stacks_in_585 h1,
#sectional_content_left_stacks_in_585 h2,
#sectional_content_left_stacks_in_585 h3,
#sectional_content_left_stacks_in_585 h4,
#sectional_content_left_stacks_in_585 h5,
#sectional_content_left_stacks_in_585 h6,
#sectional_content_left_stacks_in_585 a {
  color: rgba(0, 0, 0, 0.90);
}


















/* Local image image applied as a CSS background */
#sectional_module_left_stacks_in_585 {
	background: url(../files/left_container_local_image-585.png);
	background-size: cover;
	background-repeat: no-repeat;
  background-position: center center;
}








/* Right section module */

#sectional_module_right_stacks_in_585 {
  flex: 1;
}

#sectional_wrap_right_stacks_in_585 {
  width: 100%;
}

#sectional_content_right_stacks_in_585 {
  
  text-align: center;
  
  color: rgba(0, 0, 0, 1.00);
  max-width: none;
  padding: 3rem;
  
  
  margin-left: auto;
  margin-right: auto;
  
  
}

  #sectional_content_right_stacks_in_585 h1,
  #sectional_content_right_stacks_in_585 h2,
  #sectional_content_right_stacks_in_585 h3,
  #sectional_content_right_stacks_in_585 h4,
  #sectional_content_right_stacks_in_585 h5,
  #sectional_content_right_stacks_in_585 h6,
  #sectional_content_right_stacks_in_585 a {
    color: rgba(0, 0, 0, 1.00);
  }

  
  /* No background */
  #sectional_module_right_stacks_in_585 {
    background: none;
  }
  

  

  

  

  

  

  

  

  

  

  

  


#sectional_stacks_in_585 .sectional_module:nth-child(even) {
  margin-right: 0;
}

@media print {
  #sectional_content_left_stacks_in_585,
  #sectional_content_right_stacks_in_585 {
    color: #000000;
    text-align: left;
  }
}









#stacks_in_609 {
	margin: 0px 0px 10px 0px;
}
#stacks_in_612_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_612 a:link, #stacks_in_612 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_612 a:hover, #stacks_in_612 a:active {
	color:#FFFFFF;
}







#stacks_in_612 a:link, #stacks_in_612 a:visited {
	background-color:#00A639;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A639), to(#006322));
	border:1px solid #006322;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_612 a:hover {
	background-color:#00B33E;
	background: -webkit-gradient(linear, left top, left bottom, from(#00B33E), to(#00561D));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_612 a:active {
	background-color:#00A639;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_623 {
	margin: 20px 0px 20px 0px;
}
#sectional_stacks_in_567 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#sectional_stacks_in_567 .sectional_module {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}

@media screen and (min-width: 768px) {
  #sectional_stacks_in_567 {
    flex-direction: row;
  }

  #sectional_stacks_in_567 .sectional_module {
    align-items: center;
    min-height: none;
  }
}

/* Left section module */

#sectional_module_left_stacks_in_567 {
  flex: 1;
}

#sectional_wrap_left_stacks_in_567 {
  width: 100%;
}

#sectional_content_left_stacks_in_567 {
  
  text-align: center;
  
  color: rgba(0, 0, 0, 0.90);
  max-width: none;
  padding: 10rem;
  
  
  margin-left: auto;
  margin-right: auto;
  
  
}

#sectional_content_left_stacks_in_567 h1,
#sectional_content_left_stacks_in_567 h2,
#sectional_content_left_stacks_in_567 h3,
#sectional_content_left_stacks_in_567 h4,
#sectional_content_left_stacks_in_567 h5,
#sectional_content_left_stacks_in_567 h6,
#sectional_content_left_stacks_in_567 a {
  color: rgba(0, 0, 0, 0.90);
}




















/* Warehoused image applied as a CSS background */
#sectional_module_left_stacks_in_567 {
	background: url(https://www.club-steiermark.at/resources/Cl-Stmk-Jahresabschluss-Go%CC%88sser-2022-960-960-web.jpg);
  background-size: cover;
	background-repeat: no-repeat;
  background-position: center center;
}






/* Right section module */

#sectional_module_right_stacks_in_567 {
  flex: 1;
}

#sectional_wrap_right_stacks_in_567 {
  width: 100%;
}

#sectional_content_right_stacks_in_567 {
  
  text-align: center;
  
  color: rgba(0, 0, 0, 1.00);
  max-width: none;
  padding: 3rem;
  
  
  margin-left: auto;
  margin-right: auto;
  
  
}

  #sectional_content_right_stacks_in_567 h1,
  #sectional_content_right_stacks_in_567 h2,
  #sectional_content_right_stacks_in_567 h3,
  #sectional_content_right_stacks_in_567 h4,
  #sectional_content_right_stacks_in_567 h5,
  #sectional_content_right_stacks_in_567 h6,
  #sectional_content_right_stacks_in_567 a {
    color: rgba(0, 0, 0, 1.00);
  }

  
  /* No background */
  #sectional_module_right_stacks_in_567 {
    background: none;
  }
  

  

  

  

  

  

  

  

  

  

  

  


#sectional_stacks_in_567 .sectional_module:nth-child(even) {
  margin-right: 0;
}

@media print {
  #sectional_content_left_stacks_in_567,
  #sectional_content_right_stacks_in_567 {
    color: #000000;
    text-align: left;
  }
}








#stacks_in_572_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_572 a:link, #stacks_in_572 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_572 a:hover, #stacks_in_572 a:active {
	color:#FFFFFF;
}







#stacks_in_572 a:link, #stacks_in_572 a:visited {
	background-color:#00A639;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A639), to(#006322));
	border:1px solid #006322;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_572 a:hover {
	background-color:#00B33E;
	background: -webkit-gradient(linear, left top, left bottom, from(#00B33E), to(#00561D));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_572 a:active {
	background-color:#00A639;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_575 {
	margin: 20px 0px 20px 0px;
}
:root {
  --multi_columns_stacks_in_507:1fr 1fr;
}
#multi_columns_stacks_in_507 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_507);
  grid-gap: 48px;
  
  align-items: center;
  
  
  
  
}
#multi_columns_stacks_in_507 > div {
  min-width: 0;
}
#multi_columns_stacks_in_507 + .deluxe-columns {
  margin-top: 48px;
}
#multi_columns_stacks_in_507 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_507 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 771px) {
  #multi_columns_stacks_in_507 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_507 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_507 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_507 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 770px) and (min-width: 501px) {
  #multi_columns_stacks_in_507 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_507 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_507 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_507 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_507 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_507 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_507 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_507 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 770px) {
  #multi_columns_stacks_in_507 {
    grid-template-columns: repeat(1, 1fr);
    
    grid-gap: 24px;
    
  }
  #multi_columns_stacks_in_507 + .deluxe-columns {
    
    margin-top: 24px;
    
  }
  #multi_columns_stacks_in_507 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_507 > div > * {position: relative;}
  #multi_columns_stacks_in_507 > div > * > * {transform: translate(0,0);}
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_507 {
    grid-template-columns: repeat(1, 1fr);
  }
  #multi_columns_stacks_in_507 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_507 > div > * {position: relative;}
  #multi_columns_stacks_in_507 > div > * > * {transform: translate(0,0);}
  
}

.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}
.stacks_in_542 img,.stacks_in_542 svg{max-width:100%; height:auto;border-radius:0px;}.stacks_in_542 img:hover{ }


.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}

#stacks_in_533 {
	margin: 20px 0px 0px 0px;
}
:root {
  --multi_columns_stacks_in_534:1fr 1fr 1fr;
}
#multi_columns_stacks_in_534 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_534);
  grid-gap: 16px;
  
  align-items: center;
  
  
  justify-content: center;
  
}
#multi_columns_stacks_in_534 > div {
  min-width: 0;
}
#multi_columns_stacks_in_534 + .deluxe-columns {
  margin-top: 16px;
}
#multi_columns_stacks_in_534 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_534 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 771px) {
  #multi_columns_stacks_in_534 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_534 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_534 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_534 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 770px) and (min-width: 501px) {
  #multi_columns_stacks_in_534 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_534 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_534 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_534 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_534 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_534 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_534 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_534 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 770px) {
  #multi_columns_stacks_in_534 {
    grid-template-columns: repeat(3, 1fr);
    
  }
  #multi_columns_stacks_in_534 + .deluxe-columns {
    
  }
  #multi_columns_stacks_in_534 > div:last-child {
    grid-column: span 1;
  }
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_534 {
    grid-template-columns: repeat(2, 1fr);
  }
  #multi_columns_stacks_in_534 > div:last-child {
    grid-column: span 1;
  }
  
}

.stacks_in_543 img,.stacks_in_543 svg{max-width:100%; height:auto;border-radius:0px;}.stacks_in_543 img:hover{ }.stacks_in_544 img,.stacks_in_544 svg{max-width:100%; height:auto;border-radius:0px;}.stacks_in_544 img:hover{ }.stacks_in_545 img,.stacks_in_545 svg{max-width:100%; height:auto;border-radius:0px;}.stacks_in_545 img:hover{ }
#stacks_in_521 {
	margin: 20px 0px 20px 0px;
}
:root {
  --multi_columns_stacks_in_456:1fr 1fr;
}
#multi_columns_stacks_in_456 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_456);
  grid-gap: 48px;
  
  align-items: center;
  
  
  
  
}
#multi_columns_stacks_in_456 > div {
  min-width: 0;
}
#multi_columns_stacks_in_456 + .deluxe-columns {
  margin-top: 48px;
}
#multi_columns_stacks_in_456 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_456 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 771px) {
  #multi_columns_stacks_in_456 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_456 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_456 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_456 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 770px) and (min-width: 501px) {
  #multi_columns_stacks_in_456 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_456 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_456 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_456 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_456 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_456 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_456 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_456 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 770px) {
  #multi_columns_stacks_in_456 {
    grid-template-columns: repeat(1, 1fr);
    
    grid-gap: 24px;
    
  }
  #multi_columns_stacks_in_456 + .deluxe-columns {
    
    margin-top: 24px;
    
  }
  #multi_columns_stacks_in_456 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_456 > div > * {position: relative;}
  #multi_columns_stacks_in_456 > div > * > * {transform: translate(0,0);}
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_456 {
    grid-template-columns: repeat(1, 1fr);
  }
  #multi_columns_stacks_in_456 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_456 > div > * {position: relative;}
  #multi_columns_stacks_in_456 > div > * > * {transform: translate(0,0);}
  
}

.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}







.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_473 {
	height: 20.00px;
}




























@media print {
	#spacerStackstacks_in_473 {
		display: none !important;
	}
}

#stacks_in_483 {
	margin: 0px 0px 20px 0px;
}
.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}
:root {
  --multi_columns_stacks_in_475:1fr 1fr 1fr;
}
#multi_columns_stacks_in_475 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_475);
  grid-gap: 16px;
  
  align-items: center;
  
  
  justify-content: center;
  
}
#multi_columns_stacks_in_475 > div {
  min-width: 0;
}
#multi_columns_stacks_in_475 + .deluxe-columns {
  margin-top: 16px;
}
#multi_columns_stacks_in_475 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_475 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 771px) {
  #multi_columns_stacks_in_475 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_475 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_475 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_475 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 770px) and (min-width: 501px) {
  #multi_columns_stacks_in_475 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_475 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_475 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_475 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_475 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_475 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_475 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_475 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 770px) {
  #multi_columns_stacks_in_475 {
    grid-template-columns: repeat(3, 1fr);
    
  }
  #multi_columns_stacks_in_475 + .deluxe-columns {
    
  }
  #multi_columns_stacks_in_475 > div:last-child {
    grid-column: span 1;
  }
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_475 {
    grid-template-columns: repeat(2, 1fr);
  }
  #multi_columns_stacks_in_475 > div:last-child {
    grid-column: span 1;
  }
  
}








#stacks_in_523 {
	margin: 20px 0px 20px 0px;
}

:root {
  --multi_columns_stacks_in_223:1fr 1fr;
}
#multi_columns_stacks_in_223 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_223);
  grid-gap: 48px;
  
  align-items: center;
  
  
  
  
}
#multi_columns_stacks_in_223 > div {
  min-width: 0;
}
#multi_columns_stacks_in_223 + .deluxe-columns {
  margin-top: 48px;
}
#multi_columns_stacks_in_223 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_223 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 771px) {
  #multi_columns_stacks_in_223 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_223 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_223 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_223 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 770px) and (min-width: 501px) {
  #multi_columns_stacks_in_223 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_223 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_223 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_223 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_223 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_223 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_223 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_223 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 770px) {
  #multi_columns_stacks_in_223 {
    grid-template-columns: repeat(1, 1fr);
    
    grid-gap: 24px;
    
  }
  #multi_columns_stacks_in_223 + .deluxe-columns {
    
    margin-top: 24px;
    
  }
  #multi_columns_stacks_in_223 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_223 > div > * {position: relative;}
  #multi_columns_stacks_in_223 > div > * > * {transform: translate(0,0);}
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_223 {
    grid-template-columns: repeat(1, 1fr);
  }
  #multi_columns_stacks_in_223 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_223 > div > * {position: relative;}
  #multi_columns_stacks_in_223 > div > * > * {transform: translate(0,0);}
  
}

.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}





.element_stacks_in_244[data-deluxe-el][data-deluxe-text] {
  color: rgba(208, 59, 85, 1.00);
  font-weight: 700;
  letter-spacing: 0.00px;
  line-height: 140%;
  word-spacing: 5.00px;
  
}


.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_262 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_262 {
		display: none !important;
	}
}
.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}
:root {
  --multi_columns_stacks_in_247:1fr 1fr 1fr;
}
#multi_columns_stacks_in_247 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_247);
  grid-gap: 16px;
  
  align-items: center;
  
  
  justify-content: center;
  
}
#multi_columns_stacks_in_247 > div {
  min-width: 0;
}
#multi_columns_stacks_in_247 + .deluxe-columns {
  margin-top: 16px;
}
#multi_columns_stacks_in_247 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_247 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 771px) {
  #multi_columns_stacks_in_247 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_247 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_247 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_247 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 770px) and (min-width: 501px) {
  #multi_columns_stacks_in_247 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_247 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_247 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_247 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_247 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_247 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_247 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_247 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 770px) {
  #multi_columns_stacks_in_247 {
    grid-template-columns: repeat(3, 1fr);
    
  }
  #multi_columns_stacks_in_247 + .deluxe-columns {
    
  }
  #multi_columns_stacks_in_247 > div:last-child {
    grid-column: span 1;
  }
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_247 {
    grid-template-columns: repeat(2, 1fr);
  }
  #multi_columns_stacks_in_247 > div:last-child {
    grid-column: span 1;
  }
  
}








#stacks_in_525 {
	margin: 20px 0px 20px 0px;
}
:root {
  --multi_columns_stacks_in_327:1fr 1fr;
}
#multi_columns_stacks_in_327 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_327);
  grid-gap: 48px;
  
  align-items: center;
  
  
  
  
}
#multi_columns_stacks_in_327 > div {
  min-width: 0;
}
#multi_columns_stacks_in_327 + .deluxe-columns {
  margin-top: 48px;
}
#multi_columns_stacks_in_327 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_327 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 771px) {
  #multi_columns_stacks_in_327 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_327 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_327 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_327 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 770px) and (min-width: 501px) {
  #multi_columns_stacks_in_327 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_327 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_327 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_327 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_327 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_327 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_327 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_327 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 770px) {
  #multi_columns_stacks_in_327 {
    grid-template-columns: repeat(1, 1fr);
    
    grid-gap: 24px;
    
  }
  #multi_columns_stacks_in_327 + .deluxe-columns {
    
    margin-top: 24px;
    
  }
  #multi_columns_stacks_in_327 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_327 > div > * {position: relative;}
  #multi_columns_stacks_in_327 > div > * > * {transform: translate(0,0);}
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_327 {
    grid-template-columns: repeat(1, 1fr);
  }
  #multi_columns_stacks_in_327 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_327 > div > * {position: relative;}
  #multi_columns_stacks_in_327 > div > * > * {transform: translate(0,0);}
  
}

.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}






.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_378 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_378 {
		display: none !important;
	}
}
.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}
:root {
  --multi_columns_stacks_in_344:1fr 1fr 1fr;
}
#multi_columns_stacks_in_344 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_344);
  grid-gap: 16px;
  
  align-items: center;
  
  
  justify-content: center;
  
}
#multi_columns_stacks_in_344 > div {
  min-width: 0;
}
#multi_columns_stacks_in_344 + .deluxe-columns {
  margin-top: 16px;
}
#multi_columns_stacks_in_344 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_344 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 771px) {
  #multi_columns_stacks_in_344 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_344 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_344 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_344 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 770px) and (min-width: 501px) {
  #multi_columns_stacks_in_344 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_344 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_344 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_344 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_344 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_344 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_344 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_344 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 770px) {
  #multi_columns_stacks_in_344 {
    grid-template-columns: repeat(3, 1fr);
    
  }
  #multi_columns_stacks_in_344 + .deluxe-columns {
    
  }
  #multi_columns_stacks_in_344 > div:last-child {
    grid-column: span 1;
  }
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_344 {
    grid-template-columns: repeat(2, 1fr);
  }
  #multi_columns_stacks_in_344 > div:last-child {
    grid-column: span 1;
  }
  
}








#stacks_in_527 {
	margin: 20px 0px 20px 0px;
}
:root {
  --multi_columns_stacks_in_382:1fr 1fr;
}
#multi_columns_stacks_in_382 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_382);
  grid-gap: 48px;
  
  align-items: center;
  
  
  
  
}
#multi_columns_stacks_in_382 > div {
  min-width: 0;
}
#multi_columns_stacks_in_382 + .deluxe-columns {
  margin-top: 48px;
}
#multi_columns_stacks_in_382 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_382 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 771px) {
  #multi_columns_stacks_in_382 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_382 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_382 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_382 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 770px) and (min-width: 501px) {
  #multi_columns_stacks_in_382 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_382 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_382 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_382 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_382 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_382 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_382 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_382 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 770px) {
  #multi_columns_stacks_in_382 {
    grid-template-columns: repeat(1, 1fr);
    
    grid-gap: 24px;
    
  }
  #multi_columns_stacks_in_382 + .deluxe-columns {
    
    margin-top: 24px;
    
  }
  #multi_columns_stacks_in_382 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_382 > div > * {position: relative;}
  #multi_columns_stacks_in_382 > div > * > * {transform: translate(0,0);}
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_382 {
    grid-template-columns: repeat(1, 1fr);
  }
  #multi_columns_stacks_in_382 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_382 > div > * {position: relative;}
  #multi_columns_stacks_in_382 > div > * > * {transform: translate(0,0);}
  
}

.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}






.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_394 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_394 {
		display: none !important;
	}
}
.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}
:root {
  --multi_columns_stacks_in_396:1fr 1fr 1fr;
}
#multi_columns_stacks_in_396 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_396);
  grid-gap: 16px;
  
  align-items: center;
  
  
  justify-content: center;
  
}
#multi_columns_stacks_in_396 > div {
  min-width: 0;
}
#multi_columns_stacks_in_396 + .deluxe-columns {
  margin-top: 16px;
}
#multi_columns_stacks_in_396 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_396 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 771px) {
  #multi_columns_stacks_in_396 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_396 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_396 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_396 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 770px) and (min-width: 501px) {
  #multi_columns_stacks_in_396 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_396 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_396 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_396 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_396 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_396 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_396 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_396 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 770px) {
  #multi_columns_stacks_in_396 {
    grid-template-columns: repeat(3, 1fr);
    
  }
  #multi_columns_stacks_in_396 + .deluxe-columns {
    
  }
  #multi_columns_stacks_in_396 > div:last-child {
    grid-column: span 1;
  }
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_396 {
    grid-template-columns: repeat(2, 1fr);
  }
  #multi_columns_stacks_in_396 > div:last-child {
    grid-column: span 1;
  }
  
}








#stacks_in_529 {
	margin: 20px 0px 20px 0px;
}
:root {
  --multi_columns_stacks_in_428:1fr 1fr;
}
#multi_columns_stacks_in_428 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_428);
  grid-gap: 48px;
  
  align-items: center;
  
  
  
  
}
#multi_columns_stacks_in_428 > div {
  min-width: 0;
}
#multi_columns_stacks_in_428 + .deluxe-columns {
  margin-top: 48px;
}
#multi_columns_stacks_in_428 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_428 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 771px) {
  #multi_columns_stacks_in_428 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_428 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_428 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_428 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 770px) and (min-width: 501px) {
  #multi_columns_stacks_in_428 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_428 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_428 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_428 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_428 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_428 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_428 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_428 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 770px) {
  #multi_columns_stacks_in_428 {
    grid-template-columns: repeat(1, 1fr);
    
    grid-gap: 24px;
    
  }
  #multi_columns_stacks_in_428 + .deluxe-columns {
    
    margin-top: 24px;
    
  }
  #multi_columns_stacks_in_428 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_428 > div > * {position: relative;}
  #multi_columns_stacks_in_428 > div > * > * {transform: translate(0,0);}
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_428 {
    grid-template-columns: repeat(1, 1fr);
  }
  #multi_columns_stacks_in_428 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_428 > div > * {position: relative;}
  #multi_columns_stacks_in_428 > div > * > * {transform: translate(0,0);}
  
}

.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}






#stacks_in_531 {
	margin: 20px 0px 20px 0px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_429 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_429 {
		display: none !important;
	}
}
:root {
  --multi_columns_stacks_in_293:1fr 1fr;
}
#multi_columns_stacks_in_293 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_293);
  grid-gap: 48px;
  
  align-items: center;
  
  
  
  
}
#multi_columns_stacks_in_293 > div {
  min-width: 0;
}
#multi_columns_stacks_in_293 + .deluxe-columns {
  margin-top: 48px;
}
#multi_columns_stacks_in_293 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_293 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 771px) {
  #multi_columns_stacks_in_293 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_293 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_293 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_293 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 770px) and (min-width: 501px) {
  #multi_columns_stacks_in_293 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_293 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_293 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_293 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_293 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_293 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_293 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_293 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 770px) {
  #multi_columns_stacks_in_293 {
    grid-template-columns: repeat(1, 1fr);
    
    grid-gap: 24px;
    
  }
  #multi_columns_stacks_in_293 + .deluxe-columns {
    
    margin-top: 24px;
    
  }
  #multi_columns_stacks_in_293 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_293 > div > * {position: relative;}
  #multi_columns_stacks_in_293 > div > * > * {transform: translate(0,0);}
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_293 {
    grid-template-columns: repeat(1, 1fr);
  }
  #multi_columns_stacks_in_293 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_293 > div > * {position: relative;}
  #multi_columns_stacks_in_293 > div > * > * {transform: translate(0,0);}
  
}






.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_185 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_185 {
		display: none !important;
	}
}
#sectional_stacks_in_215 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#sectional_stacks_in_215 .sectional_module {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}

@media screen and (min-width: 768px) {
  #sectional_stacks_in_215 {
    flex-direction: row;
  }

  #sectional_stacks_in_215 .sectional_module {
    align-items: center;
    min-height: none;
  }
}

/* Left section module */

#sectional_module_left_stacks_in_215 {
  flex: 1;
}

#sectional_wrap_left_stacks_in_215 {
  width: 100%;
}

#sectional_content_left_stacks_in_215 {
  
  text-align: center;
  
  color: rgba(0, 0, 0, 0.90);
  max-width: none;
  padding: 10rem;
  
  
  margin-left: auto;
  margin-right: auto;
  
  
}

#sectional_content_left_stacks_in_215 h1,
#sectional_content_left_stacks_in_215 h2,
#sectional_content_left_stacks_in_215 h3,
#sectional_content_left_stacks_in_215 h4,
#sectional_content_left_stacks_in_215 h5,
#sectional_content_left_stacks_in_215 h6,
#sectional_content_left_stacks_in_215 a {
  color: rgba(0, 0, 0, 0.90);
}




















/* Warehoused image applied as a CSS background */
#sectional_module_left_stacks_in_215 {
	background: url(https://www.club-steiermark.at/resources/Benefiztennis-Alex-Rehak-290122-6.jpg);
  background-size: cover;
	background-repeat: no-repeat;
  background-position: center center;
}






/* Right section module */

#sectional_module_right_stacks_in_215 {
  flex: 1;
}

#sectional_wrap_right_stacks_in_215 {
  width: 100%;
}

#sectional_content_right_stacks_in_215 {
  
  text-align: center;
  
  color: rgba(255, 255, 255, 0.90);
  max-width: none;
  padding: 3rem;
  
  
  margin-left: auto;
  margin-right: auto;
  
  
}

  #sectional_content_right_stacks_in_215 h1,
  #sectional_content_right_stacks_in_215 h2,
  #sectional_content_right_stacks_in_215 h3,
  #sectional_content_right_stacks_in_215 h4,
  #sectional_content_right_stacks_in_215 h5,
  #sectional_content_right_stacks_in_215 h6,
  #sectional_content_right_stacks_in_215 a {
    color: rgba(255, 255, 255, 0.90);
  }

  

  
  /* Solid colour fill */
  #sectional_module_right_stacks_in_215 {
    background: rgba(0, 133, 46, 1.00);
  }
  

  

  

  

  

  

  

  

  

  

  


#sectional_stacks_in_215 .sectional_module:nth-child(even) {
  margin-right: 0;
}

@media print {
  #sectional_content_left_stacks_in_215,
  #sectional_content_right_stacks_in_215 {
    color: #000000;
    text-align: left;
  }
}








