@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;
}
.boxCanvasstacks_in_156 {
  height: 30vh;
  width: 100%;
  margin: auto;
}








/* Horizontal gradient fill */
.boxCanvasstacks_in_156 {
	background-color: rgba(183, 140, 60, 1.00);
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(rgba(183, 140, 60, 1.00)), to(rgba(0, 0, 0, 1.00)));
	background-image: -moz-linear-gradient(left, rgba(183, 140, 60, 1.00), rgba(0, 0, 0, 1.00));
	background-image: -ms-linear-gradient(left, rgba(183, 140, 60, 1.00), rgba(0, 0, 0, 1.00));
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(183, 140, 60, 1.00)), color-stop(100%, rgba(0, 0, 0, 1.00)));
	background-image: -webkit-linear-gradient(left, rgba(183, 140, 60, 1.00), rgba(0, 0, 0, 1.00));
	background-image: -o-linear-gradient(left, rgba(183, 140, 60, 1.00), rgba(0, 0, 0, 1.00));
	background-image: linear-gradient(left, rgba(183, 140, 60, 1.00), rgba(0, 0, 0, 1.00));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(183, 140, 60, 1.00)', endColorstr='rgba(0, 0, 0, 1.00)', GradientType=1);
}


















.boxCanvasstacks_in_156 .boxCanvasOuter {
  display: table;
  width: 100%;
  height: 100%;
  
  
  
  
}

.boxCanvasstacks_in_156 .boxCanvasInner {
  display: table-cell;
  
  text-align: center;
  
  
  vertical-align: middle;
  
}

.boxCanvasstacks_in_156 .boxCanvasContentstacks_in_156 {
	max-width: 1140px;
	padding: 2rem;
	margin: 0 auto;
	color: #FFFFFF;
}

.boxCanvasstacks_in_156 .boxCanvasContentstacks_in_156 h1,
.boxCanvasstacks_in_156 .boxCanvasContentstacks_in_156 h2,
.boxCanvasstacks_in_156 .boxCanvasContentstacks_in_156 h3,
.boxCanvasstacks_in_156 .boxCanvasContentstacks_in_156 h4,
.boxCanvasstacks_in_156 .boxCanvasContentstacks_in_156 h5,
.boxCanvasstacks_in_156 .boxCanvasContentstacks_in_156 h6 {
	color: #FFFFFF;
}


#sectional_stacks_in_59 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;

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

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

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

  #sectional_stacks_in_59 .sectional_module {
    align-items: center;
    min-height: 40vh;
  }
}

/* Left section module */

#sectional_module_left_stacks_in_59 {
  flex: 1;
}

#sectional_wrap_left_stacks_in_59 {
  width: 100%;
}

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

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




/* Solid colour fill */
#sectional_module_left_stacks_in_59 {
	background: rgba(28, 27, 64, 1.00);
}






















/* Right section module */

#sectional_module_right_stacks_in_59 {
  flex: 1;
}

#sectional_wrap_right_stacks_in_59 {
  width: 100%;
}

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

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

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

  

  

  

  

  

  

  

  

  

  

  


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

@media print {
  #sectional_content_left_stacks_in_59,
  #sectional_content_right_stacks_in_59 {
    color: #000000;
    text-align: left;
  }
}








#sectional_stacks_in_173 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;

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

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

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

  #sectional_stacks_in_173 .sectional_module {
    align-items: center;
    min-height: 40vh;
  }
}

/* Left section module */

#sectional_module_left_stacks_in_173 {
  flex: 1;
}

#sectional_wrap_left_stacks_in_173 {
  width: 100%;
}

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

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




/* Solid colour fill */
#sectional_module_left_stacks_in_173 {
	background: rgba(28, 27, 64, 1.00);
}






















/* Right section module */

#sectional_module_right_stacks_in_173 {
  flex: 1;
}

#sectional_wrap_right_stacks_in_173 {
  width: 100%;
}

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

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

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

  

  

  

  

  

  

  

  

  

  

  


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

@media print {
  #sectional_content_left_stacks_in_173,
  #sectional_content_right_stacks_in_173 {
    color: #000000;
    text-align: left;
  }
}








.boxCanvasstacks_in_160 {
  height: auto;
  width: 100%;
  margin: auto;
}








/* Horizontal gradient fill */
.boxCanvasstacks_in_160 {
	background-color: rgba(227, 5, 19, 1.00);
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(rgba(227, 5, 19, 1.00)), to(rgba(0, 150, 64, 1.00)));
	background-image: -moz-linear-gradient(left, rgba(227, 5, 19, 1.00), rgba(0, 150, 64, 1.00));
	background-image: -ms-linear-gradient(left, rgba(227, 5, 19, 1.00), rgba(0, 150, 64, 1.00));
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(227, 5, 19, 1.00)), color-stop(100%, rgba(0, 150, 64, 1.00)));
	background-image: -webkit-linear-gradient(left, rgba(227, 5, 19, 1.00), rgba(0, 150, 64, 1.00));
	background-image: -o-linear-gradient(left, rgba(227, 5, 19, 1.00), rgba(0, 150, 64, 1.00));
	background-image: linear-gradient(left, rgba(227, 5, 19, 1.00), rgba(0, 150, 64, 1.00));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(227, 5, 19, 1.00)', endColorstr='rgba(0, 150, 64, 1.00)', GradientType=1);
}


















.boxCanvasstacks_in_160 .boxCanvasOuter {
  display: table;
  width: 100%;
  height: 100%;
  
  
  
  
}

.boxCanvasstacks_in_160 .boxCanvasInner {
  display: table-cell;
  text-align: left;
  
  
  
  vertical-align: middle;
  
}

.boxCanvasstacks_in_160 .boxCanvasContentstacks_in_160 {
	max-width: 1140px;
	padding: 2rem 15px;
	margin: 0 auto;
	color: #FFFFFF;
}

.boxCanvasstacks_in_160 .boxCanvasContentstacks_in_160 h1,
.boxCanvasstacks_in_160 .boxCanvasContentstacks_in_160 h2,
.boxCanvasstacks_in_160 .boxCanvasContentstacks_in_160 h3,
.boxCanvasstacks_in_160 .boxCanvasContentstacks_in_160 h4,
.boxCanvasstacks_in_160 .boxCanvasContentstacks_in_160 h5,
.boxCanvasstacks_in_160 .boxCanvasContentstacks_in_160 h6 {
	color: #FFFFFF;
}



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



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

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

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



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

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

