.sitelok-hide{display:none !important}


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

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_376 {
	height: 40.00px;
}




























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

/* @group Resets */

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

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

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

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

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

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

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

/* @end */

/* Form layout */

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

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



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






















/* @group Base Form Styling */

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

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

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

#stacks_in_387 .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: rgba(85, 85, 85, 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_387 .form-control input {
	height: 34px;
}

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

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

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

#stacks_in_387 .form-control:focus {
	border-color: rgba(102, 175, 233, 1.00);
	background-color: rgba(255, 255, 255, 1.00);
	outline: 0;
}

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

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

/* Input groups */

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

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

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

#stacks_in_387 .input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: rgba(85, 85, 85, 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_387 .input-group .form-control:last-child,
#stacks_in_387 .input-group-addon:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

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

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

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

/* Buttons */

#stacks_in_387 .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_387 span.formsplus-next-btn-wrapper,
#stacks_in_387 span.formsplus-prev-btn-wrapper,
#stacks_in_387 span.formsplus-finish-btn-wrapper {
	font-size: 14px;
}

/* @group Step Button Styling */

#stacks_in_387 ul#step-indicator-stacks_in_387 *,
#stacks_in_387 ul#step-indicator-stacks_in_387 *:after,
#stacks_in_387 ul#step-indicator-stacks_in_387 *: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_387 ul#step-indicator-stacks_in_387 a,
#stacks_in_387 ul#step-indicator-stacks_in_387 a:visited,
#stacks_in_387 ul#step-indicator-stacks_in_387 a:hover,
#stacks_in_387 ul#step-indicator-stacks_in_387 a:active {
	text-decoration: none;
	outline: none;
}

/*  */

/* Incomplete steps */
#stacks_in_387 .gsi-step-no-available li.current ~ li>*,
#stacks_in_387 .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(66, 66, 66, 1.00) !important;
}

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

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

/* Completed steps */
#stacks_in_387 .gsi-step-indicator.triangle li>* {
	color: rgba(51, 51, 51, 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_387 .gsi-step-indicator.triangle li::after,
	#stacks_in_387 .gsi-step-indicator.triangle li>*::after {
		display: none !important;
	}

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

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

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

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

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* Submit text colors */



/* Button styling */

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

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

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

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

/* Fixes the font sizing */

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

#stacks_in_387 ul#step-indicator-stacks_in_387 .desc label {
	font-size: 16px;
}

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

/* Fixes circle number alignment in some themes */

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

/* Fixes colour override issues in themes like Foundation */
#stacks_in_387 .gsi-step-indicator.triangle a label,
#stacks_in_387 .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 */

/*  */







/* 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_387 .switch {
  position: relative;
  display: block;
	min-height: 34px;
	margin-bottom: 20px;
	line-height: 1.1;
}

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

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

#stacks_in_387 .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_387 .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_387 input:checked + .slider {
  background-color: rgba(33, 150, 243, 1.00);
}

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

#stacks_in_387 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_387 .on {
  display: none;
}

#stacks_in_387 .on, 
#stacks_in_387 .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_387 input:checked + .slider .on {
	display: block;
	right: auto;
	left: 10px;
}

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


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

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




#formsplusHeaderContentstacks_in_390 {
	margin-bottom: 20px;
}

#formsplusFooterContentstacks_in_390 {
	margin-top: 20px;
}
#formsplusHeaderContentstacks_in_403 {
	margin-bottom: 20px;
}

#formsplusFooterContentstacks_in_403 {
	margin-top: 20px;
}
#formsplusHeaderContentstacks_in_420 {
	margin-bottom: 20px;
}

#formsplusFooterContentstacks_in_420 {
	margin-top: 20px;
}
#formsplusHeaderContentstacks_in_431 {
	margin-bottom: 20px;
}

#formsplusFooterContentstacks_in_431 {
	margin-top: 20px;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_359 {
	height: 20.00px;
}




























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

.spacerStack {
	height: 60.00px;
}

#spacerStackstacks_in_375 {
	height: 60.00px;
}




























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

/* @group Resets */

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

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

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

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

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

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

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

/* @end */

/* Form layout */

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

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



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






















/* @group Base Form Styling */

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

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

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

#stacks_in_502 .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: rgba(85, 85, 85, 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_502 .form-control input {
	height: 34px;
}

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

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

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

#stacks_in_502 .form-control:focus {
	border-color: rgba(102, 175, 233, 1.00);
	background-color: rgba(255, 255, 255, 1.00);
	outline: 0;
}

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

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

/* Input groups */

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

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

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

#stacks_in_502 .input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: rgba(85, 85, 85, 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_502 .input-group .form-control:last-child,
#stacks_in_502 .input-group-addon:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

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

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

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

/* Buttons */

#stacks_in_502 .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_502 span.formsplus-next-btn-wrapper,
#stacks_in_502 span.formsplus-prev-btn-wrapper,
#stacks_in_502 span.formsplus-finish-btn-wrapper {
	font-size: 14px;
}

/* @group Step Button Styling */

#stacks_in_502 ul#step-indicator-stacks_in_502 *,
#stacks_in_502 ul#step-indicator-stacks_in_502 *:after,
#stacks_in_502 ul#step-indicator-stacks_in_502 *: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_502 ul#step-indicator-stacks_in_502 a,
#stacks_in_502 ul#step-indicator-stacks_in_502 a:visited,
#stacks_in_502 ul#step-indicator-stacks_in_502 a:hover,
#stacks_in_502 ul#step-indicator-stacks_in_502 a:active {
	text-decoration: none;
	outline: none;
}

/*  */

/* Incomplete steps */
#stacks_in_502 .gsi-step-no-available li.current ~ li>*,
#stacks_in_502 .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(66, 66, 66, 1.00) !important;
}

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

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

/* Completed steps */
#stacks_in_502 .gsi-step-indicator.triangle li>* {
	color: rgba(51, 51, 51, 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_502 .gsi-step-indicator.triangle li::after,
	#stacks_in_502 .gsi-step-indicator.triangle li>*::after {
		display: none !important;
	}

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

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

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

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

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* Submit text colors */



/* Button styling */

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

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

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

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

/* Fixes the font sizing */

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

#stacks_in_502 ul#step-indicator-stacks_in_502 .desc label {
	font-size: 16px;
}

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

/* Fixes circle number alignment in some themes */

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

/* Fixes colour override issues in themes like Foundation */
#stacks_in_502 .gsi-step-indicator.triangle a label,
#stacks_in_502 .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 */

/*  */







/* 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_502 .switch {
  position: relative;
  display: block;
	min-height: 34px;
	margin-bottom: 20px;
	line-height: 1.1;
}

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

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

#stacks_in_502 .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_502 .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_502 input:checked + .slider {
  background-color: rgba(33, 150, 243, 1.00);
}

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

#stacks_in_502 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_502 .on {
  display: none;
}

#stacks_in_502 .on, 
#stacks_in_502 .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_502 input:checked + .slider .on {
	display: block;
	right: auto;
	left: 10px;
}

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


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

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




#formsplusHeaderContentstacks_in_505 {
	margin-bottom: 20px;
}

#formsplusFooterContentstacks_in_505 {
	margin-top: 20px;
}
#formsplusHeaderContentstacks_in_514 {
	margin-bottom: 20px;
}

#formsplusFooterContentstacks_in_514 {
	margin-top: 20px;
}
#formsplusHeaderContentstacks_in_523 {
	margin-bottom: 20px;
}

#formsplusFooterContentstacks_in_523 {
	margin-top: 20px;
}
#formsplusHeaderContentstacks_in_532 {
	margin-bottom: 20px;
}

#formsplusFooterContentstacks_in_532 {
	margin-top: 20px;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_559 {
	height: 20.00px;
}




























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

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_377 {
	height: 40.00px;
}




























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

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_564 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_564 {
		display: none !important;
	}
}
#stacks_in_370_float {
	float:left;
	width:33%;
}
#stacks_in_373 {
	margin: 20px 10px 20px 10px;
}
#stacks_in_386 .flat_button_2_alignment {
  font-size: 23px;
  
  font-family: Roboto Slab;
  
  text-align: center;
}


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

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

  
  -webkit-box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.80);
  -moz-box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.80);
  box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.80);
  margin-bottom: 8px;
  

}


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


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

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_386 a,
  #stacks_in_386 a:visited {
    background-color: rgba(255, 59, 63, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_386 a:hover,
  #stacks_in_386 a:active {
    background-color: rgba(229, 31, 45, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_386 a i,
  #stacks_in_386 a:visited i {
    background-color: rgba(255, 59, 63, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_386 a:hover i,
  #stacks_in_386 a:active i {
    background-color: rgba(229, 31, 45, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }












  /* Responsive Width Mode */
  @media (max-width: 47.9em) {
    #stacks_in_386 a,
    #stacks_in_386 a:visited {
      width: 100%;
    }
  }

  





#stacks_in_386 {
	padding: 40px 0px 0px 0px;
}
/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_565_2 #myExtraContent5,
#ExtraContentPlusstacks_in_565_2 #fs {
	display: none;
}

/* Start Stats stack CSS code */.stacks_in_565_9stats, .stacks_in_565_9pagetitle{	display: none;}.stacks_in_565_9instructwrapper{	position: relative;	background: url("../files/newstatsbg.png") repeat-x;	height: 100px;	-webkit-border-radius: 4px;	-moz-border-radius: 4px;	border-radius: 4px;}.stacks_in_565_9instruct{	position: absolute;	text-align: center;	bottom: 0px;	left: 0px;	right: 0px;	color: #fff;	font-weight: bold;	font-family: Arial, Helvetica, sans-serif;	background: rgba(0, 0, 0, 0.6);	padding: 4px 10px 5px 10px;} /* End if record mode */ /* End if admin mode *//* End Stats stack CSS code *//* Start Obscure Email stack CSS code */.stacks_in_565_11topbar {	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_565_11mainarea {	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_565_11small{font-weight: normal;font-size: 12px;}.stacks_in_565_11centerbox {	background-color: #ffffff;	border: 1px solid #CDDACF;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border-radius: 4px;	padding: 10px;	color: #333;}.stacks_in_565_11centerbox b {	color: #DA0140;}/* End Obscure Email stack CSS code */
#stacks_in_565_5 {
	font-size: 70%;
}
@media all {
	
	
	
	
	
	
	
	
	
	
	#uniqueElement, .classElement,
	#fontStackstacks_in_565_12 {
		font-family: 'Roboto Slab', sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 100%;
		line-height: 100%;
		letter-spacing: 0px;
		direction: ltr;
	}

	#fontStackstacks_in_565_12 {
		color: rgba(255, 0, 0, 1.00);
	}
}
@media all {
	
	
	
	
	
	
	
	
	
	
	#uniqueElement, .classElement,
	#fontStackstacks_in_565_14 {
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 100%;
		line-height: 100%;
		letter-spacing: 0px;
		direction: ltr;
	}

	#fontStackstacks_in_565_14 {
		color: rgba(255, 0, 0, 1.00);
	}
}
