/* Start dooMontage 2 stack page CSS code *//*! * Justified Gallery - v3.6.1 * http://miromannino.github.io/Justified-Gallery/ * Copyright (c) 2015 Miro Mannino * Licensed under the MIT license. */@-webkit-keyframes justified-gallery-show-doocaption-animation{from{opacity:0}to{opacity:.7}}@-moz-keyframes justified-gallery-show-doocaption-animation{from{opacity:0}to{opacity:.7}}@-o-keyframes justified-gallery-show-doocaption-animation{from{opacity:0}to{opacity:.7}}@keyframes justified-gallery-show-doocaption-animation{from{opacity:0}to{opacity:.7}}@-webkit-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@-moz-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@-o-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}.justified-gallery{width:100%;position:relative;overflow:hidden}.justified-gallery>a,.justified-gallery>div{position:absolute;display:inline-block;overflow:hidden;opacity:0;filter:alpha(opacity=0)}.justified-gallery>a>img,.justified-gallery>div>img,.justified-gallery>a>a>img,.justified-gallery>div>a>img{position:absolute;top:50%;left:50%;margin:0;padding:0;border:0}.justified-gallery>a>.doocaption,.justified-gallery>div>.doocaption{display:none;position:absolute;bottom:0;padding:5px;background-color:#000;left:0;right:0;margin:0;color:#fff;font-size:12px;font-weight:600;font-family:sans-serif}.justified-gallery>a>.doocaption.doocaption-visible,.justified-gallery>div>.doocaption.doocaption-visible{display:initial;opacity:.7;filter:"alpha(opacity=70)";-webkit-animation:justified-gallery-show-doocaption-animation 500ms 0 ease;-moz-animation:justified-gallery-show-doocaption-animation 500ms 0 ease;-ms-animation:justified-gallery-show-doocaption-animation 500ms 0 ease}.justified-gallery>.entry-visible{opacity:1;filter:alpha(opacity=100);-webkit-animation:justified-gallery-show-entry-animation 500ms 0 ease;-moz-animation:justified-gallery-show-entry-animation 500ms 0 ease;-ms-animation:justified-gallery-show-entry-animation 500ms 0 ease}.justified-gallery>.jg-filtered{display:none}.justified-gallery>.spinner{position:absolute;bottom:0;margin-left:-24px;padding:10px 0;left:50%;opacity:initial;filter:initial;overflow:initial}.justified-gallery>.spinner>span{display:inline-block;opacity:0;filter:alpha(opacity=0);width:8px;height:8px;margin:0 4px;background-color:#000;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px}/* End dooMontage 2 stack page CSS code */@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 .example-class {
  
  
  
}
/* Start dooMontage 2 stack each CSS code */.stacks_in_132sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#000;opacity:.9;display:none;z-index:100006}.stacks_in_132sl-wrapper{z-index:1000000}.stacks_in_132sl-wrapper button{border:0;background:0 0;font-size:24px;padding:0;cursor:pointer}.stacks_in_132sl-wrapper button:hover{opacity:.7}.stacks_in_132sl-wrapper .stacks_in_132sl-close{display:none;position:fixed;right:30px;top:30px;z-index:100015;color:#fff}.stacks_in_132sl-wrapper .stacks_in_132sl-counter{display:none;position:fixed;top:30px;left:30px;z-index:100015;color:#fff}.stacks_in_132sl-wrapper .stacks_in_132sl-navigation{width:100%;display:none}.stacks_in_132sl-wrapper .stacks_in_132sl-navigation button{position:fixed;top:50%;margin-top:-10px;height:30px;width:30px;line-height:30px;text-algin:center;display:block;z-index:100015}.stacks_in_132sl-wrapper .stacks_in_132sl-navigation button.stacks_in_132sl-next{right:40px;color:#fff}.stacks_in_132sl-wrapper .stacks_in_132sl-navigation button.stacks_in_132sl-prev{left:40px;color:#fff}.stacks_in_132sl-wrapper .stacks_in_132sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:1000000}.stacks_in_132sl-wrapper .stacks_in_132sl-image img{margin:0;padding:0;display:block}.stacks_in_132sl-wrapper .stacks_in_132sl-image .stacks_in_132sl-caption{display:none;padding:10px;color:#fff;background:#000;opacity:0;position:absolute;bottom:0;left:0;right:0;-webkit-transition: opacity 300ms ease-out;-moz-transition: opacity 300ms ease-out;-o-transition: opacity 300ms ease-out;transition: opacity 300ms ease-out;}.stacks_in_132sl-wrapper .stacks_in_132sl-image .stacks_in_132sl-download{display:none;position:absolute;bottom:5px;right:5px;color:#fff;z-index:100005}.stacks_in_132sl-spinner{display:none;border:5px solid #333;border-radius:40px;height:40px;left:50%;margin:-20px 0 0 -20px;opacity:0;position:fixed;top:50%;width:40px;z-index:100007;-webkit-animation:pulsate 1s ease-out infinite;-moz-animation:pulsate 1s ease-out infinite;-ms-animation:pulsate 1s ease-out infinite;-o-animation:pulsate 1s ease-out infinite;animation:pulsate 1s ease-out infinite}@-webkit-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-moz-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-o-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-ms-keyframes pulsate{0%,100%{opacity:0}0%{transform:scale(.1)}50%{opacity:1}100%{transform:scale(1.2)}}.stacks_in_132sl-image:hover > .stacks_in_132sl-caption{	opacity: 0.8;}.stacks_in_132sl-overlay{background:#fff !important;}.stacks_in_132sl-close{color:#000 !important}.stacks_in_132sl-prev{color:#000 !important}.stacks_in_132sl-next{color:#000 !important}.stacks_in_132sl-counter{color:#000 !important}.dooMasterImage, .jg-entry, .followMontageLink{-webkit-transform-style: preserve-3d;-webkit-transform:translate3d(0,0,0);-webkit-backface-visibility: hidden;-webkit-font-smoothing: antialiased}#stacks_in_132Montage{	background: rgba(255, 255, 255, 1.00);	z-index: 100;}#stacks_in_132 .montageImageTitle{	display: none;}.stacks_in_132green{	background: #37332f;	color: #fff;	padding: 0 5px 0 5px;}.stacks_in_132centerbox {	background-color: #ffffff;	-webkit-border-radius: 3px;	padding: 10px;	border: 1px solid #D3D3D3;}#stacks_in_132 .montageImageTitle{	display: none !important;}	#stacks_in_132 .montageImageTitle{		display: block !important;	}/* End Edit Mode UI Style                  *//* ####################################### *//* %[endif]% *//* End dooMontage 2 stack each CSS code */
#stacks_in_132 {
	padding: 25px 0px 20px 0px;
}
/* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code */