
#stacks_in_189 a{display:block}#stacks_in_189 img{width:100%;}#stacks_in_189 img{max-width:300px}@media only screen and (min-width:641px){#stacks_in_189 img{max-width:600px}}@media only screen and (min-width:1024px){#stacks_in_189 img{max-width:400px}}
/* @group Resets */

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

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

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

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

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

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

/* @end */

/* @group Base Form Styling */

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

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

#stacks_in_162 .form-group {
    padding: 15px 0px;
    margin: 0;
}

#stacks_in_162 .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_162 .form-control input {
    height: 34px;
}

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

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

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

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

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

/* Input groups */

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

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

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

#stacks_in_162 .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_162 .input-group .form-control:last-child,
#stacks_in_162 .input-group-addon:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

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

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

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

/* Buttons */

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

/* @group Step Button Styling */

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

/*  */

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

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

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

/* Completed steps */
#stacks_in_162 .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_162 .gsi-step-indicator.triangle li::after,
	#stacks_in_162 .gsi-step-indicator.triangle li>*::after {
		display: none !important;
	}

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

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

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

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

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* Submit text colors */



/* Button styling */

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

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

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

#stacks_in_162 a.smartyBoxButton:hover,
#stacks_in_162 a.smartyBoxButton:active,
#stacks_in_162 button[type="reset"]:hover,
#stacks_in_162 button[type="reset"]:active,
#stacks_in_162 .tsf-controls .tsf-wizard-btn:hover,
#stacks_in_162 .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_162 ul#step-indicator-stacks_in_162 .number {
    font-size: 28px;
}

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

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

/* Fixes circle number alignment in some themes */

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

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

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: inline;
	border-top-right-radius: 4px;
}

/* @end */

/* @group Edit Mode */

/*  */

/* @end */

/*  */

/*  */
.form-group {
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
}

@media screen and (min-width: 480px) {
	#inputWrapperstacks_in_167 {
		-webkit-column-count: 0;
		-moz-column-count: 0;
		column-count: 0;
		-webkit-column-gap: 2em;
		-moz-column-gap: 2em;
		column-gap: 2em;
	}	
}

@media screen and (min-width: 768px) {
	#inputWrapperstacks_in_167 {
		-webkit-column-count: 0;
		-moz-column-count: 0;
		column-count: 0;
	}	
}

@media screen and (min-width: 992px) {
	#inputWrapperstacks_in_167 {
		-webkit-column-count: 0;
		-moz-column-count: 0;
		column-count: 0;
	}	
}

@media screen and (min-width: 1200px) {
	#inputWrapperstacks_in_167 {
		-webkit-column-count: 0;
		-moz-column-count: 0;
		column-count: 0;
	}	
}

#formsplusHeaderContentstacks_in_167 {
	margin-bottom: 20px;
}

#formsplusFooterContentstacks_in_167 {
	margin-top: 20px;
}

/*  *//*  *//*  *//*  *//*  */.form-group {
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
}

@media screen and (min-width: 480px) {
	#inputWrapperstacks_in_177 {
		-webkit-column-count: 0;
		-moz-column-count: 0;
		column-count: 0;
		-webkit-column-gap: 2em;
		-moz-column-gap: 2em;
		column-gap: 2em;
	}	
}

@media screen and (min-width: 768px) {
	#inputWrapperstacks_in_177 {
		-webkit-column-count: 0;
		-moz-column-count: 0;
		column-count: 0;
	}	
}

@media screen and (min-width: 992px) {
	#inputWrapperstacks_in_177 {
		-webkit-column-count: 0;
		-moz-column-count: 0;
		column-count: 0;
	}	
}

@media screen and (min-width: 1200px) {
	#inputWrapperstacks_in_177 {
		-webkit-column-count: 0;
		-moz-column-count: 0;
		column-count: 0;
	}	
}

#formsplusHeaderContentstacks_in_177 {
	margin-bottom: 20px;
}

#formsplusFooterContentstacks_in_177 {
	margin-top: 20px;
}

/*  *//*  *//*----------------------------
    The file upload form
-----------------------------*/


#upload-stacks_in_180 *,
#upload-stacks_in_180 *:before,
#upload-stacks_in_180 *:af {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#upload-stacks_in_180 {
    max-width: 350px;
    padding: 20px;
    margin: 0px auto;
    border: 2px dashed rgba(76, 76, 76, 1.00);
    background: rgba(248, 251, 253, 1.00);
}

#drop-stacks_in_180 {
    border-radius: 0px;
    text-align: center;
    font-size: 16px;
    color: rgba(76, 76, 76, 1.00);
}

#drop-stacks_in_180 p {
	padding: 0;
	margin: 0;
}

.uploadIcon {
	font-size: 50px;
}

.orLabel {
	line-height: 3.00em;
}

#drop-stacks_in_180 input {
    display:none;
}

#upload-stacks_in_180 ul {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
}

#upload-stacks_in_180 ul li {
    padding: 7px 15px;
    position: relative;
}



#upload-stacks_in_180 ul li.error {

}

#upload-stacks_in_180 li:nth-child(odd) {
	background-color: rgba(245, 245, 245, 1.00);
}

#upload-stacks_in_180 li:nth-child(even) {
	background-color: rgba(234, 234, 234, 1.00);
}

#upload-stacks_in_180 ul li input {
    display: none;
}

#upload-stacks_in_180 ul li p {
    width: 144px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 100px;
}

#upload-stacks_in_180 ul li i {
    font-weight: normal;
    font-style:normal;
    display:block;
}

#upload-stacks_in_180 ul li canvas,
#upload-stacks_in_180 ul li img {
    top: 7px;
    left: 10px;
    position: absolute;
}

#upload-stacks_in_180 ul li span {
    width: 15px;
    height: 12px;
    position: absolute;
    top: 22px;
    right: 22px;
    cursor:pointer;
}

#upload-stacks_in_180 ul li.working span {
    height: 16px;
    background-position: 0 -12px;
}

#upload-stacks_in_180 ul li.error p {
    color:red;
}

#buttonContainerstacks_in_180 #uploadButtonstacks_in_180 {
	background: rgba(150, 192, 61, 1.00);
	color: rgba(255, 255, 255, 1.00);
}

#buttonContainerstacks_in_180 #uploadButtonstacks_in_180:hover,
#buttonContainerstacks_in_180 #uploadButtonstacks_in_180:active {
	background: rgba(44, 63, 76, 1.00);
	color: rgba(255, 255, 255, 1.00);
}

.cancel-icon-color-stacks_in_180 {
	color: rgba(255, 0, 0, 1.00)
}

/**
 *	Truncate text
 *	@link https://css-tricks.com/snippets/css/truncate-string-with-ellipsis/
 */
.truncate-stacks_in_180 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#stacks_in_180 {
	padding: 20px;
}

/**
 *	HTML & CSS Only Knob
 *	@link https://codepen.io/geedmo/pen/InFfd
 *	Changes:
 	.progress-radial {
 		width: 48px;
 		height: 48px;
 		border: none;
 	}
 	.progress-radial .overlay {
 		width: 34px;
 		height: 34px;
  		margin-left: 7px;
  		margin-top: 7px;
 	}
 */

/* -------------------------------------
 * Bar container
 * ------------------------------------- */
.progress-radial {
  float: left;
  margin-right: 10px;
  margin-top: -5px;
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  background-color: tomato;
}

/* -------------------------------------
 * Optional centered circle w/text
 * ------------------------------------- */
.progress-radial .overlay {
  position: absolute;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  margin-left: 7px;
  margin-top: 7px;
  text-align: center;
  line-height: 10px;
  font-size: 10px;
}

.overlay-odd {
	background-color: rgba(245, 245, 245, 1.00) !important;
}

.overlay-even {
	background-color: rgba(234, 234, 234, 1.00) !important;
}

/* -------------------------------------
 * Mixin for progress-% class
 * ------------------------------------- */
.progress-0 {
  background-image: linear-gradient(90deg, #EEEEEE 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(90deg, #87CEEB 50%, #EEEEEE 50%, #EEEEEE);
}

.progress-50 {
  background-image: linear-gradient(-90deg, #87CEEB 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #87CEEB 50%, #EEEEEE 50%, #EEEEEE);
}

.progress-100 {
  background-image: linear-gradient(90deg, #96C03D 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #96C03D 50%, #EEEEEE 50%, #EEEEEE);
}

.progress-100-error {
  background-image: linear-gradient(90deg, #FF0000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #FF0000 50%, #EEEEEE 50%, #EEEEEE);
}

.qq-upload-file-selector {
	margin-left: 55px;
	margin-right: 40px;
	font-weight: bold;
}

.qq-upload-size-selector {
	margin-left: 55px;
	margin-right: 40px;
	font-weight: normal;
	font-style: italic;
}
/*  */
