/*= CORE CSS */

.eventCalendar-hidden {
	display: none;
}

.eventCalendar-wrap {
	position: relative;
	overflow: hidden;
}

.eventCalendar-arrow {
	position: absolute;
	z-index: 5;
	top: 3px;
}

.eventCalendar-prev {
	left: 3px;
}

.eventCalendar-next {
	right: 3px;
}

.eventCalendar-monthTitle {
	display: block;
	text-align: center;
}

.eventCalendar-monthWrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.eventCalendar-currentMonth {
	z-index: 1;
}

.eventCalendar-daysList {
	display: table;
	width: 100%;
}

.eventCalendar-showAsWeek {
	display: block;
}

.eventCalendar-daysList li {
	display: table-cell;
}

.eventCalendar-dayWithEvents {
	background: rgba(0, 0, 0, 0.15);
}

.eventCalendar-current {
	background: rgba(0, 0, 0, 0.35);
}

.eventCalendar-showAsWeek li {
	display: block;
	float: left;
	width: 14.28%;
	height: 20px;
}

.eventCalendar-daysList a {
	padding: 0;
	display: block;
	text-align: center;
	font-size: 8px;
	min-width: 7px;
}

.eventCalendar-loading {
	display: block;
	min-width: 100px;
	height: 40px;
	line-height: 40px;
}

.eventCalendar-list {
	position: relative;
	z-index: 1;
}

.eventCalendar-oldEventList {
	z-index: 2;
}

.eventCalendar-subtitle {
	padding-left: 5px;
	font-weight: bold;
	font-size: 120%;
}
/* end of core CSS */.eventCalendar-wrap {
  border: solid 1px #d3d3d3;
  margin-bottom: 20px;
  background-color: #fff;
  color: #807E7E; }

.eventCalendar-wrap .eventCalendar-arrow {
  text-decoration: none;
  color: #fff;
  padding: 0 5px;
  line-height: 28px;
  top: -1px;
  padding: 8px 10px; }

.eventCalendar-wrap .eventCalendar-arrow:hover {
  opacity: 0.7; }

.eventCalendar-wrap .eventCalendar-arrow span {
  height: 0;
  width: 0;
  font-size: 0;
  line-height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  float: left;
  text-indent: -5000px; }

.eventCalendar-wrap .eventCalendar-arrow.eventCalendar-prev span {
  border-left-width: 0;
  border-right: 6px solid #fff; }

.eventCalendar-slider {
  height: 80px; }

.eventCalendar-monthWrap {
  border-radius: 5px;
  top: 0px;
  left: 0px; }

.eventCalendar-currentTitle {
  line-height: 25px;
  background-color: #138DA5;
  outline: 1px solid #138DA5;
  border: 1px solid #E3E3E3;
  border-width: 1px 0; }

.eventCalendar-currentTitle .eventCalendar-monthTitle {
  font-size: 110%;
  text-decoration: none;
  font-weight: bold;
  color: #fff; }

.eventCalendar-daysList {
  zoom: 1;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  display: flex; }

.eventCalendar-daysList li {
  margin: 0 !important; }

.eventCalendar-daysList li {
  display: block;
  flex-grow: 1; }

.eventCalendar-daysList.eventCalendar-showAsWeek {
  margin: 10px 5px;
  width: auto;
  display: block;
  border: solid 1px #BCBCBC;
  border-bottom-width: 0;
  border-radius: 0;
  background-color: #CCCCCC; }

.eventCalendar-daysList.showDayNames.eventCalendar-showAsWeek {
  border-radius: 5px 5px 0 0; }

.eventCalendar-daysList:before, .eventCalendar-daysList:after {
  content: "";
  display: table; }

.eventCalendar-daysList:after {
  clear: both; }

.eventCalendar-day-header {
  text-transform: uppercase;
  text-align: center;
  font-size: 10px;
  border-bottom: solid 1px #BCBCBC; }

.eventCalendar-daysList.eventCalendar-showAsWeek li {
  height: auto;
  margin: 0; }

.eventCalendar-daysList.eventCalendar-showAsWeek li.eventCalendar-empty {
  background-color: #ccc;
  min-height: 27px;
  border-top: solid 1px #ccc; }

.eventCalendar-day a {
  text-decoration: none;
  font-size: 10px;
  color: #424242; }

.eventCalendar-day {
  border-left: solid 1px #BCBCBC; }

.eventCalendar-day a {
  border: solid 1px #BCBCBC;
  border-width: 0 1px 1px 0; }

.eventCalendar-showAsWeek .eventCalendar-day {
  border-left-width: 0; }

.eventCalendar-showAsWeek .eventCalendar-day a {
  border: solid 1px red;
  border-color: #fff #BCBCBC #BCBCBC #eee;
  line-height: 27px;
  font-size: 11px; }

.eventCalendar-day a:hover {
  background-color: #E4E4E4;
  /*	box-shadow:inset 5px 5px 10px #C1C1C1;
					text-shadow: 2px 2px 2px #C1C1C1;*/ }

.eventCalendar-daysList li.today a {
  color: #fff;
  background: #aaa;
  /*	box-shadow:inset 5px 5px 10px #777;
				text-shadow: 2px 2px 2px #777;*/ }

li.eventCalendar-day.today a:hover {
  background-color: #ccc;
  /*box-shadow:inset 5px 5px 10px #999;*/ }

.eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #89B814;
  /*box-shadow:inset 5px 5px 10px #698B10;
				text-shadow: 2px 2px 2px #698B10;*/
  color: #fff; }

li.eventCalendar-day.eventCalendar-dayWithEvents a:hover {
  background-color: #C2D374;
  /*box-shadow:inset 5px 5px 10px #89B814;
					text-shadow: 2px 2px 2px #89B814;*/ }

.eventCalendar-daysList li.current a {
  color: #fff;
  background: #449FB2;
  box-shadow: inset 5px 5px 10px #216B7A;
  text-shadow: 2px 2px 2px #216B7A; }

li.eventCalendar-day.current a:hover {
  background-color: #79BDCC;
  box-shadow: inset 5px 5px 10px #449FB2;
  text-shadow: 2px 2px 2px #449FB2; }

.eventCalendar-loading {
  border-radius: 0;
  margin: 0 10px;
  padding: 0 10px;
  background-color: #ccc;
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 4; }

.eventCalendar-loading.error {
  background-color: red; }

.eventCalendar-subtitle {
  padding: 0px 15px 10px;
  margin-bottom: 0; }

.eventCalendar-list-wrap {
  min-height: 100px;
  position: relative;
  margin-top: 20px;
  padding: 0px; }

.eventCalendar-list-content.scrollable {
  height: 100px;
  overflow-y: auto;
  margin: 0 5px 5px 0; }

.eventCalendar-list {
  margin: 0 !important;
  padding: 0 0 !important;
  list-style-type: none; }

.eventCalendar-list li {
  padding: 15px;
  margin: 0;
  clear: both; }

.eventCalendar-list li time em {
  float: left;
  font-style: normal; }

.eventCalendar-list li time small {
  float: left;
  background-color: #807E7E;
  color: #fff;
  padding: 0 5px 0 4px;
  margin: 0em 0 0 6px; }

.eventCalendar-list li .eventCalendar-eventTitle {
  display: block;
  clear: both;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none; }

.eventCalendar-list li a.eventCalendar-eventTitle {
  color: #0E8EAB; }

.eventCalendar-list li a.eventCalendar-eventTitle:hover {
  text-decoration: underline; }

.eventCalendar-list li .eventDesc {
  clear: both;
  margin: 0 0 5px 0;
  font-size: 80%;
  line-height: 1.2em; }

.eventCalendar-list .eventCalendar-noEvents {
  font-size: 120%;
  border-radius: 4px;
  margin: 5px;
  padding: 10px;
  background-color: #ccc;
  color: #fff;
  text-align: center;
  font-weight: bold;
  box-shadow: 0;
  text-shadow: 0 0 3px #aaa; }

.eventCalendar-list .eventCalendar-noEvents p {
  margin-bottom: 0; }

.bt {
  font-size: 12px;
  display: block;
  clear: both;
  text-align: center;
  margin-top: 10px;
  padding: 9px 34px 11px;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  background-color: #698B10;
  border-radius: 4px;
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all; }

.bt:hover {
  text-decoration: none; }

/* end of theme css */
/* 
 * Simple Headers
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-headers/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.2.3
 */

#simpleHeaders_stacks_in_12.headerInheritStylesOff,
#simpleHeaders_stacks_in_12.headerInheritStylesOff h1,
#simpleHeaders_stacks_in_12.headerInheritStylesOff h2,
#simpleHeaders_stacks_in_12.headerInheritStylesOff h3,
#simpleHeaders_stacks_in_12.headerInheritStylesOff h4,
#simpleHeaders_stacks_in_12.headerInheritStylesOff h5,
#simpleHeaders_stacks_in_12.headerInheritStylesOff h6 {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	letter-spacing: 0px;
}
#simpleHeaders_stacks_in_12.headerInheritStylesOff.lineHeightOn,
#simpleHeaders_stacks_in_12.headerInheritStylesOff.lineHeightOn h1,
#simpleHeaders_stacks_in_12.headerInheritStylesOff.lineHeightOn h2,
#simpleHeaders_stacks_in_12.headerInheritStylesOff.lineHeightOn h3,
#simpleHeaders_stacks_in_12.headerInheritStylesOff.lineHeightOn h4,
#simpleHeaders_stacks_in_12.headerInheritStylesOff.lineHeightOn h5,
#simpleHeaders_stacks_in_12.headerInheritStylesOff.lineHeightOn h6 {
	line-height: 18px;
}
#simpleHeaders_stacks_in_12.headerInheritColorsOff,
#simpleHeaders_stacks_in_12.headerInheritColorsOff a,
#simpleHeaders_stacks_in_12.headerInheritColorsOff a h1,
#simpleHeaders_stacks_in_12.headerInheritColorsOff a h2,
#simpleHeaders_stacks_in_12.headerInheritColorsOff a h3,
#simpleHeaders_stacks_in_12.headerInheritColorsOff a h4,
#simpleHeaders_stacks_in_12.headerInheritColorsOff a h5,
#simpleHeaders_stacks_in_12.headerInheritColorsOff a h6,
#simpleHeaders_stacks_in_12.headerInheritColorsOff h1,
#simpleHeaders_stacks_in_12.headerInheritColorsOff h2,
#simpleHeaders_stacks_in_12.headerInheritColorsOff h3,
#simpleHeaders_stacks_in_12.headerInheritColorsOff h4,
#simpleHeaders_stacks_in_12.headerInheritColorsOff h5,
#simpleHeaders_stacks_in_12.headerInheritColorsOff h6 {
	color: #169EE6;
}
#simpleHeaders_stacks_in_12.headerInheritColorsOff:hover,
#simpleHeaders_stacks_in_12.headerInheritColorsOff a:hover,
#simpleHeaders_stacks_in_12.headerInheritColorsOff a:hover h1,
#simpleHeaders_stacks_in_12.headerInheritColorsOff a:hover h2,
#simpleHeaders_stacks_in_12.headerInheritColorsOff a:hover h3,
#simpleHeaders_stacks_in_12.headerInheritColorsOff a:hover h4,
#simpleHeaders_stacks_in_12.headerInheritColorsOff a:hover h5,
#simpleHeaders_stacks_in_12.headerInheritColorsOff a:hover h6,
#simpleHeaders_stacks_in_12.headerInheritColorsOff h1:hover,
#simpleHeaders_stacks_in_12.headerInheritColorsOff h2:hover,
#simpleHeaders_stacks_in_12.headerInheritColorsOff h3:hover,
#simpleHeaders_stacks_in_12.headerInheritColorsOff h4:hover,
#simpleHeaders_stacks_in_12.headerInheritColorsOff h5:hover,
#simpleHeaders_stacks_in_12.headerInheritColorsOff h6:hover {
	color: #FF6600;
}

#stacks_in_12 {
	padding: 0px 0px 20px 0px;
}

#stacks_in_24 {
	padding: 0px 0px 20px 0px;
}
#calendar_stacks_in_14.eventCalendar-wrap {
  font-family: 1;
  border: solid 1px lightgray;
  background-color: white;
  color: #807E7E; }
  #calendar_stacks_in_14.eventCalendar-wrap .eventCalendar-eventDesc {
    font-size: 100%;
    color: #807E7E;
    clear: both;
    margin-top: 1em;
    /*margin-bottom: 15px;*/ }
  #calendar_stacks_in_14.eventCalendar-wrap .eventCalendar-currentTitle {
    background-color: #156f02;
    outline: 1px solid #156f02;
    border: 1px solid white;
    color: #FFFFFF !important; }
    #calendar_stacks_in_14.eventCalendar-wrap .eventCalendar-currentTitle .eventCalendar-monthTitle {
      color: #FFFFFF !important; }
  #calendar_stacks_in_14.eventCalendar-wrap div.eventCalendar-slider {
    display: block; }
  #calendar_stacks_in_14.eventCalendar-wrap .eventCalendar-list-wrap {
    display: block; }
    #calendar_stacks_in_14.eventCalendar-wrap .eventCalendar-list-wrap .eventCalendar-subtitle {
      display: block; }
  #calendar_stacks_in_14.eventCalendar-wrap .eventCalendar-arrow {
    color: #FFFFFF; }
    #calendar_stacks_in_14.eventCalendar-wrap .eventCalendar-arrow span {
      border-left-color: #FFFFFF !important;
      border-right-color: #FFFFFF !important; }
  #calendar_stacks_in_14.eventCalendar-wrap .eventCalendar-list-content.scrollable {
    height: auto;
    max-height: 400px; }
  #calendar_stacks_in_14.eventCalendar-wrap .eventCalendar-daysList {
    border-width: 0;
    background-color: #f0f0f0;
    display: block; }
    #calendar_stacks_in_14.eventCalendar-wrap .eventCalendar-daysList .eventCalendar-day-header {
      background-color: #999999;
      color: #FFFFFF;
      border-color: lightgray;
      font-size: 66.659996%; }
    #calendar_stacks_in_14.eventCalendar-wrap .eventCalendar-daysList li.eventCalendar-empty {
      border-width: 0;
      background-color: transparent; }
  #calendar_stacks_in_14.eventCalendar-wrap .eventCalendar-day a {
    border: 1px solid white;
    color: #000000 !important;
    background-color: #cccccc;
    font-size: 70%; }
    #calendar_stacks_in_14.eventCalendar-wrap .eventCalendar-day a:hover {
      color: #111111 !important;
      background-color: #f0f0f0; }
  #calendar_stacks_in_14.eventCalendar-wrap .eventCalendar-daysList a {
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    border: 1px solid #f0f0f0;
    background-color: #cccccc;
    transition: all 300ms; }
  #calendar_stacks_in_14.eventCalendar-wrap .eventCalendar-daysList li, #calendar_stacks_in_14.eventCalendar-wrap .eventCalendar-list li {
    display: block;
    margin: 0 !important;
    padding-top: 0 !important; }
  #calendar_stacks_in_14.eventCalendar-wrap .eventCalendar-list > li > .eventCalendar-eventTitle + time {
    /*border: 1px solid red;*/ }
  #calendar_stacks_in_14.eventCalendar-wrap .eventCalendar-list li:nth-child(even) {
    background-color: white; }
  #calendar_stacks_in_14.eventCalendar-wrap .eventCalendar-list li:nth-child(odd) {
    background-color: white; }
  #calendar_stacks_in_14.eventCalendar-wrap .eventCalendar-list p {
    line-height: 1.5;
    color: #807E7E; }
  #calendar_stacks_in_14.eventCalendar-wrap .eventCalendar-daysList li.today a {
    background-color: #fce822;
    color: #000000 !important; }
    #calendar_stacks_in_14.eventCalendar-wrap .eventCalendar-daysList li.today a:hover {
      background-color: #666666;
      color: #FFFFFF !important; }
  #calendar_stacks_in_14.eventCalendar-wrap .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
    background-color: #156f02;
    color: #FFFFFF !important; }
    #calendar_stacks_in_14.eventCalendar-wrap .eventCalendar-daysList li.eventCalendar-dayWithEvents a:hover {
      background-color: #c2d374;
      color: #FFFFFF !important; }
  #calendar_stacks_in_14.eventCalendar-wrap .eventCalendar-list .eventLocation {
    display: block;
    clear: both;
    font-size: 0.7em;
    line-height: 1.2;
    font-style: italic; }
    #calendar_stacks_in_14.eventCalendar-wrap .eventCalendar-list .eventLocation + .eventCalendar-eventTitle {
      margin-top: 0.2em; }
    #calendar_stacks_in_14.eventCalendar-wrap .eventCalendar-list .eventLocation a {
      color: #156F02; }
    #calendar_stacks_in_14.eventCalendar-wrap .eventCalendar-list .eventLocation a:hover {
      color: #89B814; }
  #calendar_stacks_in_14.eventCalendar-wrap .eventCalendar-list time {
    font-size: 100%;
    color: #999999; }
  #calendar_stacks_in_14.eventCalendar-wrap li time small {
    background-color: #999999;
    color: white; }
  #calendar_stacks_in_14.eventCalendar-wrap .bt {
    background-color: #89b814;
    color: #FFFFFF; }
    #calendar_stacks_in_14.eventCalendar-wrap .bt a {
      text-decoration: none; }
    #calendar_stacks_in_14.eventCalendar-wrap .bt:hover, #calendar_stacks_in_14.eventCalendar-wrap .bt:hover a, #calendar_stacks_in_14.eventCalendar-wrap .bt:hover a:hover {
      background-color: #c2d374;
      color: #FFFFFF;
      text-decoration: none; }
  #calendar_stacks_in_14.eventCalendar-wrap li .eventCalendar-eventTitle {
    font-size: 100%;
    color: #807E7E;
    transition: all 0.3s;
    line-height: 1.4; }
  #calendar_stacks_in_14.eventCalendar-wrap li .eventCalendar-eventTitle {
    margin-top: 1em; }
  #calendar_stacks_in_14.eventCalendar-wrap .eventCalendar-list li:first-child > .eventCalendar-eventTitle {
    margin-top: 0; }
  #calendar_stacks_in_14.eventCalendar-wrap li a.eventCalendar-eventTitle {
    color: #156F02;
    text-decoration: none; }
  #calendar_stacks_in_14.eventCalendar-wrap li a.eventCalendar-eventTitle:hover {
    color: #89B814;
    text-decoration: none; }
  #calendar_stacks_in_14.eventCalendar-wrap li.eventCalendar-noEvents {
    background-color: #807E7E !important;
    color: white;
    text-shadow: none;
    border-radius: 0;
    margin: 10px !important;
    padding: 10px !important;
    margin-bottom: 20px !important; }
    #calendar_stacks_in_14.eventCalendar-wrap li.eventCalendar-noEvents p {
      color: white; }

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_32_31 {
	height: 40.00px;
}




























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

#stacks_in_32_13 {
	background-color: rgba(252, 232, 34, 1.00);
	border: solid rgba(21, 111, 2, 1.00);
	border-width:  7px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 8px 8px 8px 8px;
}
#stacks_in_32_3>.s3_row {
	margin: 0 -10px;
}

#stacks_in_32_3>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_32_3>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_32_3>.s3_row>.s3_column_right {
	width: 33.33%;
}

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








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



}



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


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


}




#stacks_in_32_66 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
/* 
 * Simple Headers
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-headers/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.2.3
 */

#simpleHeaders_stacks_in_32_15.headerInheritStylesOff,
#simpleHeaders_stacks_in_32_15.headerInheritStylesOff h1,
#simpleHeaders_stacks_in_32_15.headerInheritStylesOff h2,
#simpleHeaders_stacks_in_32_15.headerInheritStylesOff h3,
#simpleHeaders_stacks_in_32_15.headerInheritStylesOff h4,
#simpleHeaders_stacks_in_32_15.headerInheritStylesOff h5,
#simpleHeaders_stacks_in_32_15.headerInheritStylesOff h6 {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	letter-spacing: 0px;
}
#simpleHeaders_stacks_in_32_15.headerInheritStylesOff.lineHeightOn,
#simpleHeaders_stacks_in_32_15.headerInheritStylesOff.lineHeightOn h1,
#simpleHeaders_stacks_in_32_15.headerInheritStylesOff.lineHeightOn h2,
#simpleHeaders_stacks_in_32_15.headerInheritStylesOff.lineHeightOn h3,
#simpleHeaders_stacks_in_32_15.headerInheritStylesOff.lineHeightOn h4,
#simpleHeaders_stacks_in_32_15.headerInheritStylesOff.lineHeightOn h5,
#simpleHeaders_stacks_in_32_15.headerInheritStylesOff.lineHeightOn h6 {
	line-height: 18px;
}
#simpleHeaders_stacks_in_32_15.headerInheritColorsOff,
#simpleHeaders_stacks_in_32_15.headerInheritColorsOff a,
#simpleHeaders_stacks_in_32_15.headerInheritColorsOff a h1,
#simpleHeaders_stacks_in_32_15.headerInheritColorsOff a h2,
#simpleHeaders_stacks_in_32_15.headerInheritColorsOff a h3,
#simpleHeaders_stacks_in_32_15.headerInheritColorsOff a h4,
#simpleHeaders_stacks_in_32_15.headerInheritColorsOff a h5,
#simpleHeaders_stacks_in_32_15.headerInheritColorsOff a h6,
#simpleHeaders_stacks_in_32_15.headerInheritColorsOff h1,
#simpleHeaders_stacks_in_32_15.headerInheritColorsOff h2,
#simpleHeaders_stacks_in_32_15.headerInheritColorsOff h3,
#simpleHeaders_stacks_in_32_15.headerInheritColorsOff h4,
#simpleHeaders_stacks_in_32_15.headerInheritColorsOff h5,
#simpleHeaders_stacks_in_32_15.headerInheritColorsOff h6 {
	color: #169EE6;
}
#simpleHeaders_stacks_in_32_15.headerInheritColorsOff:hover,
#simpleHeaders_stacks_in_32_15.headerInheritColorsOff a:hover,
#simpleHeaders_stacks_in_32_15.headerInheritColorsOff a:hover h1,
#simpleHeaders_stacks_in_32_15.headerInheritColorsOff a:hover h2,
#simpleHeaders_stacks_in_32_15.headerInheritColorsOff a:hover h3,
#simpleHeaders_stacks_in_32_15.headerInheritColorsOff a:hover h4,
#simpleHeaders_stacks_in_32_15.headerInheritColorsOff a:hover h5,
#simpleHeaders_stacks_in_32_15.headerInheritColorsOff a:hover h6,
#simpleHeaders_stacks_in_32_15.headerInheritColorsOff h1:hover,
#simpleHeaders_stacks_in_32_15.headerInheritColorsOff h2:hover,
#simpleHeaders_stacks_in_32_15.headerInheritColorsOff h3:hover,
#simpleHeaders_stacks_in_32_15.headerInheritColorsOff h4:hover,
#simpleHeaders_stacks_in_32_15.headerInheritColorsOff h5:hover,
#simpleHeaders_stacks_in_32_15.headerInheritColorsOff h6:hover {
	color: #FF6600;
}

#stacks_in_32_68 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
/* 
 * Simple Headers
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-headers/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.2.3
 */

#simpleHeaders_stacks_in_32_17.headerInheritStylesOff,
#simpleHeaders_stacks_in_32_17.headerInheritStylesOff h1,
#simpleHeaders_stacks_in_32_17.headerInheritStylesOff h2,
#simpleHeaders_stacks_in_32_17.headerInheritStylesOff h3,
#simpleHeaders_stacks_in_32_17.headerInheritStylesOff h4,
#simpleHeaders_stacks_in_32_17.headerInheritStylesOff h5,
#simpleHeaders_stacks_in_32_17.headerInheritStylesOff h6 {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	letter-spacing: 0px;
}
#simpleHeaders_stacks_in_32_17.headerInheritStylesOff.lineHeightOn,
#simpleHeaders_stacks_in_32_17.headerInheritStylesOff.lineHeightOn h1,
#simpleHeaders_stacks_in_32_17.headerInheritStylesOff.lineHeightOn h2,
#simpleHeaders_stacks_in_32_17.headerInheritStylesOff.lineHeightOn h3,
#simpleHeaders_stacks_in_32_17.headerInheritStylesOff.lineHeightOn h4,
#simpleHeaders_stacks_in_32_17.headerInheritStylesOff.lineHeightOn h5,
#simpleHeaders_stacks_in_32_17.headerInheritStylesOff.lineHeightOn h6 {
	line-height: 18px;
}
#simpleHeaders_stacks_in_32_17.headerInheritColorsOff,
#simpleHeaders_stacks_in_32_17.headerInheritColorsOff a,
#simpleHeaders_stacks_in_32_17.headerInheritColorsOff a h1,
#simpleHeaders_stacks_in_32_17.headerInheritColorsOff a h2,
#simpleHeaders_stacks_in_32_17.headerInheritColorsOff a h3,
#simpleHeaders_stacks_in_32_17.headerInheritColorsOff a h4,
#simpleHeaders_stacks_in_32_17.headerInheritColorsOff a h5,
#simpleHeaders_stacks_in_32_17.headerInheritColorsOff a h6,
#simpleHeaders_stacks_in_32_17.headerInheritColorsOff h1,
#simpleHeaders_stacks_in_32_17.headerInheritColorsOff h2,
#simpleHeaders_stacks_in_32_17.headerInheritColorsOff h3,
#simpleHeaders_stacks_in_32_17.headerInheritColorsOff h4,
#simpleHeaders_stacks_in_32_17.headerInheritColorsOff h5,
#simpleHeaders_stacks_in_32_17.headerInheritColorsOff h6 {
	color: #169EE6;
}
#simpleHeaders_stacks_in_32_17.headerInheritColorsOff:hover,
#simpleHeaders_stacks_in_32_17.headerInheritColorsOff a:hover,
#simpleHeaders_stacks_in_32_17.headerInheritColorsOff a:hover h1,
#simpleHeaders_stacks_in_32_17.headerInheritColorsOff a:hover h2,
#simpleHeaders_stacks_in_32_17.headerInheritColorsOff a:hover h3,
#simpleHeaders_stacks_in_32_17.headerInheritColorsOff a:hover h4,
#simpleHeaders_stacks_in_32_17.headerInheritColorsOff a:hover h5,
#simpleHeaders_stacks_in_32_17.headerInheritColorsOff a:hover h6,
#simpleHeaders_stacks_in_32_17.headerInheritColorsOff h1:hover,
#simpleHeaders_stacks_in_32_17.headerInheritColorsOff h2:hover,
#simpleHeaders_stacks_in_32_17.headerInheritColorsOff h3:hover,
#simpleHeaders_stacks_in_32_17.headerInheritColorsOff h4:hover,
#simpleHeaders_stacks_in_32_17.headerInheritColorsOff h5:hover,
#simpleHeaders_stacks_in_32_17.headerInheritColorsOff h6:hover {
	color: #FF6600;
}

#stacks_in_32_70 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
/* 
 * Simple Headers
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-headers/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.2.3
 */

#simpleHeaders_stacks_in_32_44.headerInheritStylesOff,
#simpleHeaders_stacks_in_32_44.headerInheritStylesOff h1,
#simpleHeaders_stacks_in_32_44.headerInheritStylesOff h2,
#simpleHeaders_stacks_in_32_44.headerInheritStylesOff h3,
#simpleHeaders_stacks_in_32_44.headerInheritStylesOff h4,
#simpleHeaders_stacks_in_32_44.headerInheritStylesOff h5,
#simpleHeaders_stacks_in_32_44.headerInheritStylesOff h6 {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	letter-spacing: 0px;
}
#simpleHeaders_stacks_in_32_44.headerInheritStylesOff.lineHeightOn,
#simpleHeaders_stacks_in_32_44.headerInheritStylesOff.lineHeightOn h1,
#simpleHeaders_stacks_in_32_44.headerInheritStylesOff.lineHeightOn h2,
#simpleHeaders_stacks_in_32_44.headerInheritStylesOff.lineHeightOn h3,
#simpleHeaders_stacks_in_32_44.headerInheritStylesOff.lineHeightOn h4,
#simpleHeaders_stacks_in_32_44.headerInheritStylesOff.lineHeightOn h5,
#simpleHeaders_stacks_in_32_44.headerInheritStylesOff.lineHeightOn h6 {
	line-height: 18px;
}
#simpleHeaders_stacks_in_32_44.headerInheritColorsOff,
#simpleHeaders_stacks_in_32_44.headerInheritColorsOff a,
#simpleHeaders_stacks_in_32_44.headerInheritColorsOff a h1,
#simpleHeaders_stacks_in_32_44.headerInheritColorsOff a h2,
#simpleHeaders_stacks_in_32_44.headerInheritColorsOff a h3,
#simpleHeaders_stacks_in_32_44.headerInheritColorsOff a h4,
#simpleHeaders_stacks_in_32_44.headerInheritColorsOff a h5,
#simpleHeaders_stacks_in_32_44.headerInheritColorsOff a h6,
#simpleHeaders_stacks_in_32_44.headerInheritColorsOff h1,
#simpleHeaders_stacks_in_32_44.headerInheritColorsOff h2,
#simpleHeaders_stacks_in_32_44.headerInheritColorsOff h3,
#simpleHeaders_stacks_in_32_44.headerInheritColorsOff h4,
#simpleHeaders_stacks_in_32_44.headerInheritColorsOff h5,
#simpleHeaders_stacks_in_32_44.headerInheritColorsOff h6 {
	color: #169EE6;
}
#simpleHeaders_stacks_in_32_44.headerInheritColorsOff:hover,
#simpleHeaders_stacks_in_32_44.headerInheritColorsOff a:hover,
#simpleHeaders_stacks_in_32_44.headerInheritColorsOff a:hover h1,
#simpleHeaders_stacks_in_32_44.headerInheritColorsOff a:hover h2,
#simpleHeaders_stacks_in_32_44.headerInheritColorsOff a:hover h3,
#simpleHeaders_stacks_in_32_44.headerInheritColorsOff a:hover h4,
#simpleHeaders_stacks_in_32_44.headerInheritColorsOff a:hover h5,
#simpleHeaders_stacks_in_32_44.headerInheritColorsOff a:hover h6,
#simpleHeaders_stacks_in_32_44.headerInheritColorsOff h1:hover,
#simpleHeaders_stacks_in_32_44.headerInheritColorsOff h2:hover,
#simpleHeaders_stacks_in_32_44.headerInheritColorsOff h3:hover,
#simpleHeaders_stacks_in_32_44.headerInheritColorsOff h4:hover,
#simpleHeaders_stacks_in_32_44.headerInheritColorsOff h5:hover,
#simpleHeaders_stacks_in_32_44.headerInheritColorsOff h6:hover {
	color: #FF6600;
}
#toTop{--elevator-image:url(../../../rw_common/plugins/stacks/elevator-images/top.png);--elevator-size:50px;display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:var(--elevator-size);height:var(--elevator-size);border:none;text-indent:-9999px;background-image:var(--elevator-image);background-repeat:no-repeat;background-position:left top;z-index:9988}#toTop:active,#toTop:focus{outline:none}#toTop:hover{background-position:left calc(var(--elevator-size) * -1)}

#stacks_in_32_1 {
	background-color: rgba(204, 204, 204, 1.00);
}
/* Start Obscure Email stack CSS code */.stacks_in_32_32topbar {	background-color: #3D82EA;	-moz-border-radius-topleft: 5px;	-webkit-border-top-left-radius: 5px;	border-top-left-radius: 5px;	-moz-border-radius-topright: 5px;	-webkit-border-top-right-radius: 5px;	border-top-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-bottom: none;	padding: 6px 3px 2px 10px;	min-height: 40px;	font-weight: bold;	font-size: 16px;	color: #ffffff;	}.stacks_in_32_32mainarea {	background-color: #ffffff;	-moz-border-radius-bottomleft: 5px;	-webkit-border-bottom-left-radius: 5px;	border-bottom-left-radius: 5px;	-moz-border-radius-bottomright: 5px;	-webkit-border-bottom-right-radius: 5px;	border-bottom-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-top: none;	padding: 10px;}.stacks_in_32_32small{font-weight: normal;font-size: 12px;}.stacks_in_32_32centerbox {	background-color: #ffffff;	border: 1px solid #CDDACF;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border-radius: 4px;	padding: 10px;	color: #333;}.stacks_in_32_32centerbox b {	color: #DA0140;}/* End Obscure Email stack CSS code */
.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_32_28 {
	height: 10.00px;
}




























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