@font-face{font-family:icon;src:url(../rw_common/plugins/stacks/quick-edit/icons.woff);font-weight:400;font-style:normal}
.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;
}
.qea-notification h1 {
  width: 100%;
  color: #444;
  font-size: 20px;
  font-weight: 700;
  margin: 0px 0px 2px 0px;
}
.qea-notification p {
  box-sizing: content-box;
  color: #777;
  width: 100%;
  padding-right: 15px;
  margin: 0;
}
.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;
}


.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(9, 64, 107, 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(9, 64, 107, 1.00);
  opacity: .9;
}
.fine-print {
  font-size: 12px; line-height: 16px;
}#stacks_in_24_page3>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





/*  */

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_51_page3 {
	height: 20.00px;
}

/*  */

/*  */

/*  */

/*  */

/*  */@media print {
	#spacerStackstacks_in_51_page3 {
		display: none !important;
	}
}/*
 * 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_29_page3 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_29_page3 .theDivider1,
#simpleDivider_stacks_in_29_page3 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_29_page3 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_29_page3.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_29_page3.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_29_page3 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_29_page3.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_29_page3.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_29_page3.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_29_page3.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_2_page3>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





/*  */

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_62_page3 {
	height: 10.00px;
}

/*  */

/*  */

/*  */

/*  */

/*  */@media print {
	#spacerStackstacks_in_62_page3 {
		display: none !important;
	}
}/*
 * 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_61_page3 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_61_page3 .theDivider1,
#simpleDivider_stacks_in_61_page3 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_61_page3 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_61_page3.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_61_page3.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_61_page3 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_61_page3.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_61_page3.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_61_page3.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_61_page3.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * 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_30_page3 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_30_page3 .theDivider1,
#simpleDivider_stacks_in_30_page3 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_30_page3 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_30_page3.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_30_page3.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_30_page3 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_30_page3.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_30_page3.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_30_page3.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_30_page3.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * 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_page3 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_31_page3 .theDivider1,
#simpleDivider_stacks_in_31_page3 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_31_page3 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_31_page3.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_31_page3.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_31_page3 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_31_page3.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_31_page3.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_31_page3.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_31_page3.bgImageOn .theDivider1 img {
	display: block;
}

#toTop{display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:51px;height:51px;border:0;text-indent:-9999px;background:url(../contact_files/image_65.jpg) no-repeat left top;z-index:9988} #toTop:active,#toTop:focus{outline:0}
