
#stacks_in_1 {
	background-color: rgba(201, 223, 145, 0.20);
}
@font-face{font-family:icon;src:url(../rw_common/plugins/stacks/quick-edit/icons.woff);font-weight:400;font-style:normal}
/* 1.4.1
*/
.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 .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;
}

.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;
}

.fine-print {
  font-size: 12px; line-height: 16px;
}#stacks_in_9>.s3_row {
	margin: 0 -10px;
}

#stacks_in_9>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_9>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_9>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_9>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_9>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_9 {
	margin:  20px;
}

#stacks_in_8 {
	letter-spacing: 1px;
}

#stacks_in_13 {
	letter-spacing: 1px;
}

#stacks_in_18 {
	margin:  20px;
	padding: 13px 0px 0px 0px;
}

#stacks_in_26 {
	font-weight: lighter;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_20 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_20 .theDivider1,
#simpleDivider_stacks_in_20 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_20 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_20.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_20.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_20 .theDivider2 {
	height: 1px;
}
#simpleDivider_stacks_in_20.transparentOff .theDivider2 {
	background-color: #CF270C;
}
#simpleDivider_stacks_in_20.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_20.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_20.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_20 {
	background-color: rgba(255, 255, 255, 1.00);
}

#stacks_in_27 {
	background-color: rgba(246, 247, 255, 1.00);
	margin: 21px 0px 0px 0px;
	padding: 13px 0px 0px 0px;
}

#stacks_in_28 {
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 120%;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_31 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_31 .theDivider1,
#simpleDivider_stacks_in_31 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_31 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_31.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_31.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_31 .theDivider2 {
	height: 1px;
}
#simpleDivider_stacks_in_31.transparentOff .theDivider2 {
	background-color: #CF270C;
}
#simpleDivider_stacks_in_31.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_31.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_31.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_31 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 0px 0px 30px 0px;
}
#stacks_in_29_button {
	display:block;
	position: relative;
	text-align: center;
}


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



#stacks_in_29 a:link, #stacks_in_29 a:visited {
	background-color:transparent;
	border:0;
	padding:2px 10px;
	border-radius:30px;
	margin:2px;
}
#stacks_in_29 a:hover {
	background-color:#FFFFFF;
}
#stacks_in_29 a:active {
	background-color:#D8D8D8;
}







