/* @group Resets */

/* Resets to stop themes messing with our styling */

#stacks_in_277 *,
#stacks_in_277 *:after,
#stacks_in_277 *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_277 form,
#stacks_in_277 fieldset {
	display: block;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
}

#stacks_in_277 select {
	-webkit-appearance: menulist !important;
	-moz-appearance: menulist !important;
}

#stacks_in_277 select[multiple] {
	height: 100%;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
}

#stacks_in_277 .fpNotAllowed *:hover {
	cursor: not-allowed;
}

#stacks_in_277 .radio .radio, 
#stacks_in_277 .checkbox .checkbox {
	position: static;
}

/* @end */

/* Form layout */

.tsf-content {
	margin: -0px;
	overflow: hidden !important;
}

.inputWrapper .inputWrapper [data-formsplus-input-name],
.inputWrapper .form-group {
	padding: 0px 0;
}



/* Code for CSS offset */
#tsf-wizard-stacks_in_277 {
	padding-top: 0vh;
}






















/* @group Base Form Styling */

/* Styling borrowed from Twitter Bootstrap, scoped for exclusive use of FormSteps */

#stacks_in_277 label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
}

#stacks_in_277 .form-group {
	margin: 0;
	width: 100%;
}

#stacks_in_277 .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: rgba(0, 0, 0, 1.00);
	background-color: rgba(255, 255, 255, 1.00);
	background-image: none;
	border: 1px solid rgba(204, 204, 204, 1.00);
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
}

#stacks_in_277 .form-control input {
	height: 34px;
}

/* Start styling for placeholder colors (added June 2021) */
#stacks_in_277 .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(142, 142, 142, 1.00);
	opacity: 1;
}
#stacks_in_277 .form-control::-moz-placeholder { /* Firefox 19+ */
  color: rgba(142, 142, 142, 1.00);
	opacity: 1;
}
#stacks_in_277 .form-control:-ms-input-placeholder { /* IE 10+ */
  color: rgba(142, 142, 142, 1.00);
	opacity: 1;
}
#stacks_in_277 .form-control:-moz-placeholder { /* Firefox 18- */
  color: rgba(142, 142, 142, 1.00);
	opacity: 1;
}
/* End placeholder styling */

#stacks_in_277 .radio label {
	padding-left: 0;
}

#stacks_in_277 input[type="radio"],
#stacks_in_277 input[type="checkbox"] {
	margin-left: 0.1em;
	position: relative;
}

#stacks_in_277 .form-control:focus {
	border-color: rgba(216, 0, 50, 1.00);
	background-color: rgba(255, 255, 255, 1.00);
	outline: 0;
}

#stacks_in_277 textarea.form-control {
	height: auto;
}

#stacks_in_277 .help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: rgba(0, 0, 0, 1.00);
}

/* Input groups */

#stacks_in_277 .input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	width: 100%;
}

#stacks_in_277 .input-group .form-control,
#stacks_in_277 .input-group-addon {
	display: table-cell;
}

#stacks_in_277 .input-group-addon {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

#stacks_in_277 .input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: rgba(0, 0, 0, 1.00);
	text-align: center;
	background-color: rgba(238, 238, 238, 1.00);
	border: 1px solid rgba(204, 204, 204, 1.00);
	border-radius: 4px;
}

#stacks_in_277 .input-group .form-control:last-child,
#stacks_in_277 .input-group-addon:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#stacks_in_277 .input-group-addon:first-child {
	border-right: none;
}

#stacks_in_277 .input-group-addon:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: none;
}

#stacks_in_277 .input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

/* Buttons */

#stacks_in_277 .btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

/* @end */

/* @group Form Input sizing */

/*  */

/*  */

/* @end */

/* @group Date Picker Styling */

div#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
	z-index: 9999 !important;
}

.ui-datepicker {
	background-color: #fff;
	border: 1px solid #66AFE9;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(102,175,233,.6);
	display: none;
	margin-top: 4px;
	padding: 10px;
	width: 240px;
  color: #212529;
}
.ui-datepicker a,
.ui-datepicker a:hover {
	text-decoration: none;
}
.ui-datepicker a:hover,
.ui-datepicker td:hover a {
	color: #2A6496;
	-webkit-transition: color 0.1s ease-in-out;
	   -moz-transition: color 0.1s ease-in-out;
		 -o-transition: color 0.1s ease-in-out;
			transition: color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-header {
	margin-bottom: 4px;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title {
	font-weight: 700;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	cursor: default;
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	height: 20px;
	font-size: 20px;
	line-height: 1;
	margin-top: 2px;
	width: 30px;
}
.ui-datepicker .ui-datepicker-prev {
	float: left;
	text-align: left;
}
.ui-datepicker .ui-datepicker-next {
	float: right;
	text-align: right;
}
.ui-datepicker .ui-datepicker-prev:before {
	content: "\f0a8";
}
.ui-datepicker .ui-datepicker-next:before {
	content: "\f0a9";
}
.ui-datepicker .ui-icon {
	display: none;
}
.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
	width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
	text-align: center;
	padding: 4px 0;
}
.ui-datepicker .ui-datepicker-calendar td {
	border-radius: 4px;
	-webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	   -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
		 -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
			transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
	background-color: #eee;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar td a {
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-today,
.ui-datepicker .ui-datepicker-current-day {
	background-color: #4289cc;
}
.ui-datepicker .ui-datepicker-today a,
.ui-datepicker .ui-datepicker-current-day a {
	color: #fff
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
	background-color: #fff;
	cursor: default;
}

.ui-datepicker-unselectable.ui-state-disabled {
	opacity: 0.50;
}

/* Some extra CSS added by Will Woodgate on 28th Feb 2018 to help with styling the time picker */
.ui-datepicker table.ui-datepicker-calendar {
	margin-bottom: 10px;
}

.ui-datepicker .ui-timepicker-div dl {
	padding-top:15px;
	padding-bottom: 0px;
	border: 1px solid #dddddd;
	margin-top: 0px;
	margin-bottom: 10px;
	display: block;
	background: #f9f9f9;
}

.ui-datepicker .ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
	border-bottom: none;
	border: 1px solid #dddddd;
	background: #ffffff;
	margin: 0px;
  padding: 6px 0 6px 6px;
}

.ui-datepicker .ui-timepicker-div dl dd {
	margin: 0 10px 10px 40%;
	min-height: 30px;
}

.ui-datepicker .ui-slider {
	border: 1px solid #c5c5c5;
	border-radius: 3px;
	height: .8em;
	position: relative;
	margin-top: 15px;
}

.ui-datepicker .ui-slider-handle {
	border: 1px solid #4289cc;
	border-radius: 3px;
	background: #4289cc;
	font-weight: normal;
	color: #454545;
	top: -.3em;
	margin-left: -.6em;
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-datepicker div.ui-datepicker-buttonpane {
	display: block;
}

.ui-datepicker div.ui-datepicker-buttonpane button {
  float: left;
	background: #FFFFFF;
	border-radius: 4px;
	color: #333333;
	border: 1px solid #cccccc;
	outline: none;
	padding: 10px 15px;
	font-size: 15px;
	margin: 0px;
}

.ui-datepicker div.ui-datepicker-buttonpane button:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.ui-datepicker div.ui-datepicker-buttonpane button.ui-datepicker-close {
	float: right;
	background: #4289cc;
	border: 1px solid #2e6da4;
	color: #ffffff;
}

.ui-datepicker div.ui-datepicker-buttonpane button.ui-datepicker-close:hover {
	background-color: #286090;
	border-color: #204d74;
	color: #ffffff;
}

/* @end */

/* Next, previous and finish button styling */

#stacks_in_277 span.formsplus-next-btn-wrapper,
#stacks_in_277 span.formsplus-prev-btn-wrapper,
#stacks_in_277 span.formsplus-finish-btn-wrapper {
	font-size: 14px;
}

/* @group Step Button Styling */

#stacks_in_277 ul#step-indicator-stacks_in_277 *,
#stacks_in_277 ul#step-indicator-stacks_in_277 *:after,
#stacks_in_277 ul#step-indicator-stacks_in_277 *:before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	vertical-align: baseline;
	font-size: 14px;
	line-height: 1.42857143;
}

#stacks_in_277 ul#step-indicator-stacks_in_277 a,
#stacks_in_277 ul#step-indicator-stacks_in_277 a:visited,
#stacks_in_277 ul#step-indicator-stacks_in_277 a:hover,
#stacks_in_277 ul#step-indicator-stacks_in_277 a:active {
	text-decoration: none;
	outline: none;
}

/*  */

/* Incomplete steps */
#stacks_in_277 .gsi-step-no-available li.current ~ li>*,
#stacks_in_277 .gsi-step-no-available li.current ~ li>*:hover {
	background-color: rgba(229, 229, 229, 1.00) !important;
	border-color: rgba(229, 229, 229, 1.00) !important;
	color: rgba(0, 0, 0, 1.00) !important;
}

/* The active (current) steps */
#stacks_in_277 .gsi-step-indicator.triangle li.current>* {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(216, 0, 50, 1.00);
	border-color: rgba(216, 0, 50, 1.00);
}

/* Hovered steps */
#stacks_in_277 .gsi-step-indicator.triangle li>*:hover {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(0, 0, 0, 1.00);
	border-color: rgba(0, 0, 0, 1.00);
}

/* Completed steps */
#stacks_in_277 .gsi-step-indicator.triangle li>* {
	color: rgba(0, 0, 0, 1.00);
	background-color: rgba(205, 205, 205, 1.00);
	border-color: rgba(205, 205, 205, 1.00);
}

@media screen and (max-width: 768px) {
	#stacks_in_277 .gsi-step-indicator.triangle li::after,
	#stacks_in_277 .gsi-step-indicator.triangle li>*::after {
		display: none !important;
	}

	#stacks_in_277 .gsi-step-indicator li {
		display: block;
		float: none;
	margin: 4px;
	}

  #stacks_in_277 .gsi-style-1 li .desc,
  #stacks_in_277 .gsi-style-1 li .desc label {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
  }

  #stacks_in_277 .gsi-step-indicator.triangle li:first-of-type>* {
	border-radius: 0.25em;
  }

  #stacks_in_277 .gsi-step-indicator.triangle li a {
	border-radius: 0.25em;
  }
}

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* Submit text colors */



/* Button styling */

#stacks_in_277 .center {
	text-align: center;
}

#stacks_in_277 .btnPosition {
	position: relative;
	z-index: 20;
}

#stacks_in_277 a.smartyBoxButton,
#stacks_in_277 button[type="reset"],
#stacks_in_277 .tsf-controls .tsf-wizard-btn {
	text-decoration: none;
	background-color: rgba(216, 0, 50, 1.00);
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
}

#stacks_in_277 a.smartyBoxButton:hover,
#stacks_in_277 a.smartyBoxButton:active,
#stacks_in_277 button[type="reset"]:hover,
#stacks_in_277 button[type="reset"]:active,
#stacks_in_277 .tsf-controls .tsf-wizard-btn:hover,
#stacks_in_277 .tsf-controls .tsf-wizard-btn:active {
	text-decoration: none;
	background-color: rgba(44, 63, 76, 1.00);
	color: rgba(255, 255, 255, 1.00);
}

/* Fixes the font sizing */

#stacks_in_277 ul#step-indicator-stacks_in_277 .number {
	font-size: 28px;
}

#stacks_in_277 ul#step-indicator-stacks_in_277 .desc label {
	font-size: 14px;
}

#stacks_in_277 ul#step-indicator-stacks_in_277 .desc span {
	font-size: 13px;
}

/* Fixes circle number alignment in some themes */

#stacks_in_277 ul#step-indicator-stacks_in_277.gsi-style-3 .number,
#stacks_in_277 ul#step-indicator-stacks_in_277.gsi-number-circle .number {
	line-height: 1.2em;
}

/* Fixes colour override issues in themes like Foundation */
#stacks_in_277 .gsi-step-indicator.triangle a label,
#stacks_in_277 .gsi-step-indicator.triangle a:hover label {
	color: inherit;
}

/* @end */

/* @group Validation */

.form-group {
	position: relative;
}

.form-group.has-error {
	border: 2px solid #f44545;
	padding: 30px 10px 10px;
	border-radius: 4px;
}

ul.parsley-errors-list {
	position: absolute;
	top: -2px;
	right: -2px;
	text-align: left;
	padding: 0;
	margin: 0;
	list-style: none;
	clear: both;
	line-height: 1.3;
}

ul.parsley-errors-list li {
	padding: 5px;
	margin: 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.10em;
	text-transform: uppercase;
	z-index: 3;
	background: #f44545;
	color: #ffffff;
	display: none;
	border-top-right-radius: 4px;
}

ul.parsley-errors-list li:last-child {
	display: inline-block;
}

/* @end */

/* @group Edit Mode */

/*  */

/* @end */

/*  */


/* FormsPlus progress indicators, displayed on submit */


#stacks_in_277 .formsplus-submit-indicator-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.75);
  display: none;
}

#stacks_in_277 .formsplus-submit-indicator-content {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999999;
}

#stacks_in_277 .formsplus-submit-label {
  font-size: 36px;
  font-weight: bold;
  padding: 10px;
  color: rgba(204, 0, 38, 1.00);
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}

#stacks_in_277 .formsplus-submit-indicator {
  width: 80px;
  margin: auto;
}




  

  

  

  

  

  

  
  /* Default design */
  #stacks_in_277 .lds-default {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
  }
  #stacks_in_277 .lds-default div {
	position: absolute;
	width: 6px;
	height: 6px;
	background: rgba(204, 0, 38, 1.00);
	border-radius: 50%;
	animation: lds-default 1.2s linear infinite;
  }
  #stacks_in_277 .lds-default div:nth-child(1) {
	animation-delay: 0s;
	top: 37px;
	left: 66px;
  }
  #stacks_in_277 .lds-default div:nth-child(2) {
	animation-delay: -0.1s;
	top: 22px;
	left: 62px;
  }
  #stacks_in_277 .lds-default div:nth-child(3) {
	animation-delay: -0.2s;
	top: 11px;
	left: 52px;
  }
  #stacks_in_277 .lds-default div:nth-child(4) {
	animation-delay: -0.3s;
	top: 7px;
	left: 37px;
  }
  #stacks_in_277 .lds-default div:nth-child(5) {
	animation-delay: -0.4s;
	top: 11px;
	left: 22px;
  }
  #stacks_in_277 .lds-default div:nth-child(6) {
	animation-delay: -0.5s;
	top: 22px;
	left: 11px;
  }
  #stacks_in_277 .lds-default div:nth-child(7) {
	animation-delay: -0.6s;
	top: 37px;
	left: 7px;
  }
  #stacks_in_277 .lds-default div:nth-child(8) {
	animation-delay: -0.7s;
	top: 52px;
	left: 11px;
  }
  #stacks_in_277 .lds-default div:nth-child(9) {
	animation-delay: -0.8s;
	top: 62px;
	left: 22px;
  }
  #stacks_in_277 .lds-default div:nth-child(10) {
	animation-delay: -0.9s;
	top: 66px;
	left: 37px;
  }
  #stacks_in_277 .lds-default div:nth-child(11) {
	animation-delay: -1s;
	top: 62px;
	left: 52px;
  }
  #stacks_in_277 .lds-default div:nth-child(12) {
	animation-delay: -1.1s;
	top: 52px;
	left: 62px;
  }
  @keyframes lds-default {
	0%, 20%, 80%, 100% {
	  transform: scale(1);
	}
	50% {
	  transform: scale(1.5);
	}
  }
  

  

  

  

  

  







/* Message boxes, displaying errors and important messages */
.formsplus-warning {
	padding: 15px 20px 15px 15px;
	margin-bottom: 20px;
	margin-top: 20px;
	border: 1px solid #ebccd1;
	border-radius: 4px;
	color: #a94442;
	background-color: #f2dede;
	position: relative;
}

.formsplus-warning .smartyBoxMessageHide {
	position: absolute;
	top: 3px;
	right: 5px;
	color: inherit;
	float: right;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
	cursor: pointer;
}

/* Switches, added December 2021 */
 #stacks_in_277 .switch {
  position: relative;
  display: block;
	min-height: 34px;
	margin-bottom: 20px;
	line-height: 1.1;
}

#stacks_in_277 .switch-label {
	padding: 0 0 0 calc(70px + 10px);
	display: block;
	margin-top: -6px;
}

#stacks_in_277 .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

#stacks_in_277 .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  background-color: rgba(204, 204, 204, 1.00);
  -webkit-transition: .4s;
  transition: .4s;
	width: 70px;
  height: 34px;
}

#stacks_in_277 .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: rgba(255, 255, 255, 1.00);
  -webkit-transition: .4s;
  transition: .4s;
}

#stacks_in_277 input:checked + .slider {
  background-color: rgba(33, 150, 243, 1.00);
}

#stacks_in_277 input:focus + .slider {
  box-shadow: 0 0 1px rgba(33, 150, 243, 1.00);
}

#stacks_in_277 input:checked + .slider:before {
	-webkit-transform: translateX(calc(70px - 150% + 5px));
  -ms-transform: translateX(calc(70px - 150% + 5px));
  transform: translateX(calc(70px - 150% + 5px));
}

/* On / off labels */
#stacks_in_277 .on {
  display: none;
}

#stacks_in_277 .on, 
#stacks_in_277 .off {
  color: rgba(255, 255, 255, 1.00);
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: 10px;
  font-size: 12px;
  font-family: Verdana, sans-serif;
}

#stacks_in_277 input:checked + .slider .on {
	display: block;
	right: auto;
	left: 10px;
}

#stacks_in_277 input:checked + .slider .off {
	display: none;
}


#stacks_in_277 .slider.round {
  border-radius: 34px;
}

#stacks_in_277 .slider.round:before {
  border-radius: 50%;
}




#formsplusHeaderContentstacks_in_278 {
	margin-bottom: 20px;
}

#formsplusFooterContentstacks_in_278 {
	margin-top: 20px;
}


legend#formsplusLegendstacks_in_279 {
	text-align: ;
	display: block;
}

/*  */
.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_535 {
	height: 20.00px;
}




















@media print {
	#spacerStackstacks_in_535 {
		display: none !important;
	}
}
#usefulStackWrapperstacks_in_349 {
	margin: 0 auto 0 0;
	min-width: 0px;
	max-width: 20000px;
	min-height: 0px;
	max-height: 20000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_349 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_349 {
		display: none;
	}
}












/* -- Start Split Each css Template -- */



.stacks_in_569split {
  display: flex;
}

.stacks_in_569rightcol {
  width: 50px;
  min-width: 50px;
  margin-left: 10px;
  margin-top: 0px;
  margin-top: 0px;
}

.stacks_in_569leftcol {
  flex-grow: 1;
  margin-right: 10px;
}


@media all and (max-width: 50px) {
	.stacks_in_569rightcol {
	  width: 50px;
	  min-width: 50px;
	}	
}


@media all and (max-width: 50px) {
	.stacks_in_569rightcol {
	  width: 50px;
	  min-width: 50px;
	}		
}


@media all and (max-width: 50px) {
	.stacks_in_569rightcol {
	  width: 50px;
	  min-width: 50px;
	}	
}






	@media all and (max-width: 50px) {
	


		
			.stacks_in_569split {
				flex-wrap: wrap;
			}
			.stacks_in_569rightcol {
				order: 1;
				width: 100%;
				min-width: 100%;
				margin-left: 0px;
			}
			.stacks_in_569leftcol {
				order: 2;
				min-width: 100%;
				margin-right: 0px;
			}  
			
				.stacks_in_569rightcol {
					margin-bottom: 0px;
					margin-top: 0px;
				}
			  
		
		
		
		
		
		#stacks_in_569 *{
			text-align: center !important;
		}
		
	}





/* -- End Split Each css Template -- */#units-stacks_in_399 {
	width: 40px !important;
}



/*  */
#stacks_in_644 {
	margin: 25px 0px 0px 0px;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_622 {
	height: 20.00px;
}




















@media print {
	#spacerStackstacks_in_622 {
		display: none !important;
	}
}
/* -- Start Split Each css Template -- */



.stacks_in_576split {
  display: flex;
}

.stacks_in_576rightcol {
  width: 50px;
  min-width: 50px;
  margin-left: 10px;
  margin-top: 0px;
  margin-top: 0px;
}

.stacks_in_576leftcol {
  flex-grow: 1;
  margin-right: 10px;
}


@media all and (max-width: 50px) {
	.stacks_in_576rightcol {
	  width: 50px;
	  min-width: 50px;
	}	
}


@media all and (max-width: 50px) {
	.stacks_in_576rightcol {
	  width: 50px;
	  min-width: 50px;
	}		
}


@media all and (max-width: 50px) {
	.stacks_in_576rightcol {
	  width: 50px;
	  min-width: 50px;
	}	
}






	@media all and (max-width: 50px) {
	


		
			.stacks_in_576split {
				flex-wrap: wrap;
			}
			.stacks_in_576rightcol {
				order: 1;
				width: 100%;
				min-width: 100%;
				margin-left: 0px;
			}
			.stacks_in_576leftcol {
				order: 2;
				min-width: 100%;
				margin-right: 0px;
			}  
			
				.stacks_in_576rightcol {
					margin-bottom: 0px;
					margin-top: 0px;
				}
			  
		
		
		
		
		
		#stacks_in_576 *{
			text-align: center !important;
		}
		
	}





/* -- End Split Each css Template -- */#units-stacks_in_515 {
	width: 40px !important;
}



/*  */
#stacks_in_642 {
	margin: 25px 0px 0px 0px;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_628 {
	height: 20.00px;
}




















@media print {
	#spacerStackstacks_in_628 {
		display: none !important;
	}
}
/* -- Start Split Each css Template -- */



.stacks_in_582split {
  display: flex;
}

.stacks_in_582rightcol {
  width: 50px;
  min-width: 50px;
  margin-left: 10px;
  margin-top: 0px;
  margin-top: 0px;
}

.stacks_in_582leftcol {
  flex-grow: 1;
  margin-right: 10px;
}


@media all and (max-width: 50px) {
	.stacks_in_582rightcol {
	  width: 50px;
	  min-width: 50px;
	}	
}


@media all and (max-width: 50px) {
	.stacks_in_582rightcol {
	  width: 50px;
	  min-width: 50px;
	}		
}


@media all and (max-width: 50px) {
	.stacks_in_582rightcol {
	  width: 50px;
	  min-width: 50px;
	}	
}






	@media all and (max-width: 50px) {
	


		
			.stacks_in_582split {
				flex-wrap: wrap;
			}
			.stacks_in_582rightcol {
				order: 1;
				width: 100%;
				min-width: 100%;
				margin-left: 0px;
			}
			.stacks_in_582leftcol {
				order: 2;
				min-width: 100%;
				margin-right: 0px;
			}  
			
				.stacks_in_582rightcol {
					margin-bottom: 0px;
					margin-top: 0px;
				}
			  
		
		
		
		
		
		#stacks_in_582 *{
			text-align: center !important;
		}
		
	}





/* -- End Split Each css Template -- */#units-stacks_in_521 {
	width: 40px !important;
}



/*  */
#stacks_in_640 {
	margin: 25px 0px 0px 0px;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_629 {
	height: 20.00px;
}




















@media print {
	#spacerStackstacks_in_629 {
		display: none !important;
	}
}
/* -- Start Split Each css Template -- */



.stacks_in_589split {
  display: flex;
}

.stacks_in_589rightcol {
  width: 50px;
  min-width: 50px;
  margin-left: 10px;
  margin-top: 0px;
  margin-top: 0px;
}

.stacks_in_589leftcol {
  flex-grow: 1;
  margin-right: 10px;
}


@media all and (max-width: 50px) {
	.stacks_in_589rightcol {
	  width: 50px;
	  min-width: 50px;
	}	
}


@media all and (max-width: 50px) {
	.stacks_in_589rightcol {
	  width: 50px;
	  min-width: 50px;
	}		
}


@media all and (max-width: 50px) {
	.stacks_in_589rightcol {
	  width: 50px;
	  min-width: 50px;
	}	
}






	@media all and (max-width: 50px) {
	


		
			.stacks_in_589split {
				flex-wrap: wrap;
			}
			.stacks_in_589rightcol {
				order: 1;
				width: 100%;
				min-width: 100%;
				margin-left: 0px;
			}
			.stacks_in_589leftcol {
				order: 2;
				min-width: 100%;
				margin-right: 0px;
			}  
			
				.stacks_in_589rightcol {
					margin-bottom: 0px;
					margin-top: 0px;
				}
			  
		
		
		
		
		
		#stacks_in_589 *{
			text-align: center !important;
		}
		
	}





/* -- End Split Each css Template -- */#units-stacks_in_527 {
	width: 40px !important;
}



/*  */
#stacks_in_638 {
	margin: 25px 0px 0px 0px;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_630 {
	height: 20.00px;
}




















@media print {
	#spacerStackstacks_in_630 {
		display: none !important;
	}
}
/* -- Start Split Each css Template -- */



.stacks_in_594split {
  display: flex;
}

.stacks_in_594rightcol {
  width: 50px;
  min-width: 50px;
  margin-left: 10px;
  margin-top: 0px;
  margin-top: 0px;
}

.stacks_in_594leftcol {
  flex-grow: 1;
  margin-right: 10px;
}


@media all and (max-width: 50px) {
	.stacks_in_594rightcol {
	  width: 50px;
	  min-width: 50px;
	}	
}


@media all and (max-width: 50px) {
	.stacks_in_594rightcol {
	  width: 50px;
	  min-width: 50px;
	}		
}


@media all and (max-width: 50px) {
	.stacks_in_594rightcol {
	  width: 50px;
	  min-width: 50px;
	}	
}






	@media all and (max-width: 50px) {
	


		
			.stacks_in_594split {
				flex-wrap: wrap;
			}
			.stacks_in_594rightcol {
				order: 1;
				width: 100%;
				min-width: 100%;
				margin-left: 0px;
			}
			.stacks_in_594leftcol {
				order: 2;
				min-width: 100%;
				margin-right: 0px;
			}  
			
				.stacks_in_594rightcol {
					margin-bottom: 0px;
					margin-top: 0px;
				}
			  
		
		
		
		
		
		#stacks_in_594 *{
			text-align: center !important;
		}
		
	}





/* -- End Split Each css Template -- */#units-stacks_in_533 {
	width: 40px !important;
}



/*  */
#stacks_in_636 {
	margin: 25px 0px 0px 0px;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_631 {
	height: 20.00px;
}




















@media print {
	#spacerStackstacks_in_631 {
		display: none !important;
	}
}
/* -- Start Split Each css Template -- */



.stacks_in_601split {
  display: flex;
}

.stacks_in_601rightcol {
  width: 50px;
  min-width: 50px;
  margin-left: 10px;
  margin-top: 0px;
  margin-top: 0px;
}

.stacks_in_601leftcol {
  flex-grow: 1;
  margin-right: 10px;
}


@media all and (max-width: 50px) {
	.stacks_in_601rightcol {
	  width: 50px;
	  min-width: 50px;
	}	
}


@media all and (max-width: 50px) {
	.stacks_in_601rightcol {
	  width: 50px;
	  min-width: 50px;
	}		
}


@media all and (max-width: 50px) {
	.stacks_in_601rightcol {
	  width: 50px;
	  min-width: 50px;
	}	
}






	@media all and (max-width: 50px) {
	


		
			.stacks_in_601split {
				flex-wrap: wrap;
			}
			.stacks_in_601rightcol {
				order: 1;
				width: 100%;
				min-width: 100%;
				margin-left: 0px;
			}
			.stacks_in_601leftcol {
				order: 2;
				min-width: 100%;
				margin-right: 0px;
			}  
			
				.stacks_in_601rightcol {
					margin-bottom: 0px;
					margin-top: 0px;
				}
			  
		
		
		
		
		
		#stacks_in_601 *{
			text-align: center !important;
		}
		
	}





/* -- End Split Each css Template -- */#units-stacks_in_503 {
	width: 40px !important;
}



/*  */
#stacks_in_634 {
	margin: 25px 0px 0px 0px;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_632 {
	height: 20.00px;
}




















@media print {
	#spacerStackstacks_in_632 {
		display: none !important;
	}
}
/* -- Start Split Each css Template -- */



.stacks_in_607split {
  display: flex;
}

.stacks_in_607rightcol {
  width: 50px;
  min-width: 50px;
  margin-left: 10px;
  margin-top: 0px;
  margin-top: 0px;
}

.stacks_in_607leftcol {
  flex-grow: 1;
  margin-right: 10px;
}


@media all and (max-width: 50px) {
	.stacks_in_607rightcol {
	  width: 50px;
	  min-width: 50px;
	}	
}


@media all and (max-width: 50px) {
	.stacks_in_607rightcol {
	  width: 50px;
	  min-width: 50px;
	}		
}


@media all and (max-width: 50px) {
	.stacks_in_607rightcol {
	  width: 50px;
	  min-width: 50px;
	}	
}






	@media all and (max-width: 50px) {
	


		
			.stacks_in_607split {
				flex-wrap: wrap;
			}
			.stacks_in_607rightcol {
				order: 1;
				width: 100%;
				min-width: 100%;
				margin-left: 0px;
			}
			.stacks_in_607leftcol {
				order: 2;
				min-width: 100%;
				margin-right: 0px;
			}  
			
				.stacks_in_607rightcol {
					margin-bottom: 0px;
					margin-top: 0px;
				}
			  
		
		
		
		
		
		#stacks_in_607 *{
			text-align: center !important;
		}
		
	}





/* -- End Split Each css Template -- */#units-stacks_in_509 {
	width: 40px !important;
}



/*  */
#stacks_in_610 {
	margin: 25px 0px 0px 0px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_536 {
	height: 40.00px;
}




















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


legend#formsplusLegendstacks_in_290 {
	text-align: ;
	display: block;
}

/*  */
.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_395 {
	height: 10.00px;
}




















@media print {
	#spacerStackstacks_in_395 {
		display: none !important;
	}
}
/*  */


#formsplus-radio-buttons-stacks_in_303 > .radio-inline {
	display: inline-block;
	margin: 0 10px 0 0;
}


.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_633 {
	height: 10.00px;
}




















@media print {
	#spacerStackstacks_in_633 {
		display: none !important;
	}
}
/*  */


legend#formsplusLegendstacks_in_383 {
	text-align: ;
	display: block;
}

/*  */
.spacerStack {
	height: 30.00px;
}

#spacerStackstacks_in_385 {
	height: 30.00px;
}




















@media print {
	#spacerStackstacks_in_385 {
		display: none !important;
	}
}
#units-stacks_in_298 {
	width: 40px !important;
}



/*  */
.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_550 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_550 {
		display: none !important;
	}
}
/*  */


/*  */

legend#formsplusLegendstacks_in_322 {
	text-align: ;
	display: block;
}

/*  *//* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_323 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade1 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade1.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade1.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade1.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


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


/* Top left to bottom right diagonal gradient fill */
#shade1.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade1.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade1.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade1.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade1.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_323:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer1 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_323 {
	background: #000000;
	padding: 0px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 5px;
}

#fancyviewer1, 
#fancyviewer1::before, 
#fancyviewer1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#fancyviewerContentstacks_in_323 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_323 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_323 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_323 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_323 .fancyviewerVideo object,
#fancyviewerContentstacks_in_323 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

#fancyviewerClose1,
#fancyviewerClose1 *
#fancyviewerClose1 *::after,
#fancyviewerClose1 *::before {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancyviewerClose1 .fancyviewerCloseInner
#fancyviewerClose1 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer1 {
	padding: 20px;
}

#fancyviewerClose1 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose1 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive1 #fancyviewerClose1 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer1 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_323 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_323 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */


#stacks_in_324 .flat_button_2_alignment {
  font-size: 18px;
  
  font-family: Arial, Helvetica, sans-serif;
  
  text-align: left;
}


#stacks_in_324 a,
#stacks_in_324 a:visited {
  /* Button text alignment fix v2.0.1 */
  text-align: center;

  display: inline-block;
  
  border-radius: 4px;
  
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
    
    border-width: 0px;
    
  border-style: solid;
  border-color: rgba(0, 84, 123, 1.00);

  

}


#stacks_in_324 a .flat_button_2_text {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center !important;
  
}


#stacks_in_324 a i,
#stacks_in_324 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_324 a,
  #stacks_in_324 a:visited {
    background-color: rgba(216, 0, 50, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_324 a:hover,
  #stacks_in_324 a:active {
    background-color: rgba(148, 42, 51, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_324 a i,
  #stacks_in_324 a:visited i {
    background-color: rgba(216, 0, 50, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_324 a:hover i,
  #stacks_in_324 a:active i {
    background-color: rgba(148, 42, 51, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }
















#stacks_in_324 {
	margin: 20px 0px 0px 0px;
}
#usefulStackWrapperstacks_in_326 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 10000px;
	min-height: 0px;
	max-height: 20000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_326 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_326 {
		display: none;
	}
}













#stacks_in_326 {
	border: solid rgba(204, 0, 38, 1.00);
	border-width:  3px;
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	padding:  20px;
}
#formsplusHeaderContentstacks_in_337 {
	margin-bottom: 20px;
}

#formsplusFooterContentstacks_in_337 {
	margin-top: 20px;
}
/*  *//*  *//*  *//*  *//* Start Obscure Email stack CSS code */.stacks_in_23topbar {	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_23mainarea {	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_23small{font-weight: normal;font-size: 12px;}.stacks_in_23centerbox {	background-color: #ffffff;	border: 1px solid #CDDACF;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border-radius: 4px;	padding: 10px;	color: #333;}.stacks_in_23centerbox b {	color: #DA0140;}/* End Obscure Email stack CSS code */