<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* Roboto google font import 
------------------------------------------------------------------- */
/* @form wrappers 
---------------------------------- */
.flora-wrap{ padding:20px; }
.floraforms, 
.floraforms *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.floraforms {
	line-height: 1.231;
	font-weight: 400;
	font-size: 14px;
}
.flora-container{
	margin:0 auto;
	background:#fff;	
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45);
	-o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45);
}
/* @form helper classes 
--------------------------------------------------------------- */
/*.floraforms .section{ margin-bottom:22px; }*/
.floraforms .elem-group{ margin-bottom:22px; }

/* @form label + field :: field class is useful for validation 
---------------------------------------------------------------------- */
.floraforms .flo-note{ display:block; padding:5px; font-size:11px; color:#999; }
.floraforms .field{ display:block; position:relative; }
.floraforms .field-icon i { color:#B54C1F; position:relative; top:0; }
.floraforms .field-label { display: block; margin-bottom: 7px; }
.floraforms .field-label.colm{ padding-top:12px; }
.floraforms .field-label em{ 
	color:#B54C1F;
	font-size:14px;
	font-style:normal;
	display:inline-block;
	margin-left:4px;
	position:relative; 
	top:3px;  
}
/* @element general styling :: fonts :: adjust accordingly
------------------------------------------------------------- */
.floraforms :not(output):-moz-ui-invalid,
.floraforms input:invalid { box-shadow: none; }
.floraforms label, 
.floraforms input,
.floraforms button,
.floraforms select,  
.floraforms textarea {
	margin: 0;  
	font-size: 14px;
	font-weight:400;
	outline:none;
}
/* @remove browser specific styling
----------------------------------------------- */
.floraforms .flo-input,
.floraforms .flo-textarea,
.floraforms .flo-select &gt; select,
.floraforms input[type="button"],
.floraforms input[type="submit"],
.floraforms input[type="search"],
.floraforms .flo-selectmulti select {
	-webkit-tap-highlight-color:transparent;
	-webkit-tap-highlight-color: rgba(0,0,0,0);		
	-webkit-border-radius:0px;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/* @labels font-size styling :: adjust to fit your needs 
--------------------------------------------------------- */
.floraforms .flo-switch, 
.floraforms .flo-option,
.floraforms .field-label{ font-size:14px; }

/* @prevent user selection for usability purposes
----------------------------------------------------- */
.floraforms .flo-radio,
.floraforms .flo-button,  
.floraforms .flo-checkbox,
.floraforms .flo-switch &gt; label{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
/* @universal rules for all elements 
---------------------------------------------------- */
.floraforms .flo-radio,
.floraforms .flo-button,
.floraforms .flo-tooltip,
.floraforms .flo-checkbox,  
.floraforms .flo-input,
.floraforms .flo-notification,
.floraforms .flo-textarea,
.floraforms .flo-select &gt; select,
.floraforms .flo-selectmulti select,
.floraforms input[type="search"]{ 
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	outline:none;
}
.floraforms .flo-select &gt; select{
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
}
/* @control border-size :: color etc for these elements 
----------------------------------------------------------- */
.floraforms .flo-input,
.floraforms .flo-select,
.floraforms .flo-textarea,
.floraforms .flo-select &gt; select,
.floraforms .flo-selectmulti select{
	background: #fff;
	position: relative;
	vertical-align: top;
	border: 2px solid #abb9d6;
	display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
	color: #000;
	outline:none;
	height: 42px;
	width: 90%;
	*zoom: 1;
}

/* @styling inputs and textareas 
------------------------------------------- */
.floraforms .flo-input, 
.floraforms .flo-textarea { padding:10px; }
.floraforms .flo-textarea {    
    resize: none;
	line-height: 19px;
	overflow: auto;
	max-width:100%;
    height: 96px;
}

/* @hint below textareas 
---------------------------------------- */
.floraforms .flo-hint {
    padding: 10px;
	display: block;
	margin-top: -4px;
	line-height: 16px;
	position: relative;    
	background: #F2F4FA;
    border: 2px solid #FE4F56;
	border-top:1px solid #FE4F56;
	font-family:Arial, Helvetica, sans-serif;
    -webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
    font-size: 11px;
    color: #000;
}

/* @form selects :: dropdowns 
-------------------------------------------------- */
.floraforms .flo-select { border:0; z-index:10; }
.floraforms .flo-select &gt; select {
	display: block;
    padding:9px 10px; 
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	outline:none;
	text-indent: 0.01px;
    text-overflow: ''; 
	z-index:10;
	margin: 0;	
}

.floraforms .flo-select &gt; select::-ms-expand { display: none; }
.floraforms .flo-select:before, 
.floraforms .flo-select:after {
    content: '';
    position: absolute;
    pointer-events: none;
	z-index:15;
}

.floraforms .flo-select:before { 
	top: 2px;
	right: 2px;
	width: 34px;
	bottom: 2px;
	background: #F2F4FA;
	border-left:1px solid #abb9d6;
	-webkit-border-radius: 0 1px 1px 0;
	-moz-border-radius: 0 1px 1px 0;
	-o-border-radius: 0 1px 1px 0;
	border-radius: 0 1px 1px 0;
}
.floraforms .flo-select .arrow {
	position: absolute;
	top: 9px;
	right: 5px;
	width: 24px;
	height: 24px;
	background:#F2F4FA;
	color:#666;
	pointer-events:none;
	z-index:16;
}

.floraforms .flo-select .arrow:after,
.floraforms .flo-select .arrow:before {
	content: '';
	position: absolute;
	font:12px "Consolas", monospace;
	font-style:normal;
	pointer-events:none;
	left:6px;
}

.floraforms .flo-select .arrow:before { content:'\25BC'; bottom:4px; }
.floraforms .flo-select .double:after { content:'\25B2'; top:-1px;  }
.floraforms .flo-select .double:before { content:'\25BC'; bottom:-1px; }
.floraforms .flo-selectmulti select { 
	width:100%; 
	height: 123px;
	padding: 10px;
}
/* @file inputs :: file uploaders 
-------------------------------------------------------- */
.floraforms .flo-file{ display:block; width:100%; }
.floraforms .flo-file .file-input{
	width:100%;
	height:100%;
	cursor:pointer;
	padding:8px 10px;
	position:absolute;
	-moz-opacity:0;
	opacity: 0;
	z-index:11;
	bottom:0;	
	right:0;
}
.floraforms .flo-file .flo-button {
	position: absolute;
	top: 4px;
	right: 4px;
	float: none;
	height: 34px;
	line-height: 34px;
	padding: 0 16px;
	z-index:10;
}
/* @radio + checkbox option elements 
----------------------------------------------------- */
.floraforms .flo-option {
    position: relative;	
	padding-right:15px;    
	display: inline-block;
    vertical-align: middle;
}
.floraforms .flo-option &gt; input {
    position: absolute;
    height: inherit;
    width: inherit;
	clip: rect(1px 1px 1px 1px); 
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;	
    opacity: 0;
	left: 0;
}
.floraforms .flo-checkbox, 
.floraforms .flo-radio { 
	position:relative;
	margin-right:2px;
	background: white;
	display: inline-block;
    border: 3px solid #abb9d6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px; 
	-o-border-radius: 2px; 
	border-radius: 2px;		
	height: 21px;
	width: 21px;
	top:5px;	
}

.floraforms .flo-checkbox:before, 
.floraforms .flo-radio:before {
    content: '';
    display: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0;	
	margin: 0; 		
}
.floraforms input:checked + .flo-checkbox:before, 
.floraforms input:checked + .flo-radio:before {
    display: block;
}
.floraforms .flo-checkbox:before {
    position: absolute;
    top: 4px;
    left: 3px;
    width: 6px;
    height: 3px;
    border: solid #fff;
    border-width: 0 0 3px 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.floraforms input:checked + .flo-checkbox, 
.floraforms input:checked + .flo-radio{ 
	border: 3px solid #FE4F56; 
	background:#FE4F56; 
}
.floraforms .flo-radio { 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px; 
	-o-border-radius: 20px; 
	border-radius: 20px;
 
}
.floraforms .flo-radio:before {
    margin: 3px;
    width: 9px;
    height: 9px;
    background: #fff;
  	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	-o-border-radius: 10px; 
	border-radius: 10px;
}
/* @radio + checkbox :hover + :focus state 
--------------------------------------------------- */
.floraforms input:hover + .flo-radio,
.floraforms input:hover + .flo-checkbox,
.floraforms input:focus + .flo-checkbox, 
.floraforms input:focus + .flo-radio{
    border-color: #FE4F56;
}
.floraforms input:focus + .flo-radio:before{ background: #fff; }
.floraforms input:focus + .flo-checkbox:before{ border-color: #fff; }

/* @toggle switch elements 
-------------------------------------------------- */
.floraforms .flo-switch {
	cursor:pointer; 
	position: relative; 
	padding-right:10px;
    display: inline-block;
	margin-bottom:5px;
	height: 26px;
}
.floraforms .flo-switch &gt; .switch-label {
	cursor:pointer;
    display: inline-block;
    position: relative;
    height: 25px;
	width: 58px;
	color: #fff;
    font-size: 10px;
    font-weight: bold;
	line-height: 20px;
    text-align: center;
    background: #d98954;
    border: 2px solid #d98954;
	text-transform: uppercase;
	font-family:Helvetica, Arial, sans-serif;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;	
}
.floraforms .flo-switch .switch-title{ 
	display:inline-block; 
	padding-left:5px; 
	position:relative; 
	top:-7px; 
}
.floraforms .flo-switch &gt; .switch-label:before {
    content: attr(data-off);
    position: absolute;
    top: 1px;
    right: 3px;
    width: 33px;
}
.floraforms .flo-switch &gt; .switch-label:after {
	content:"";	
    margin: 1px;
    width: 19px;
    height: 19px;
	display: block;
    background: #fff;
    -webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
}
.floraforms .flo-switch &gt; input {
	-webkit-appearance: none;
	position: absolute;
    width: inherit;
    height: inherit;
	clip: rect(1px 1px 1px 1px); 
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;	
    opacity: 0;
	left: 0;
	top: 0;
   
}
/* @toggle switch focus state 
-------------------------------------------------------------- */
.floraforms .flo-switch &gt; input:focus { outline: none; }
.floraforms .flo-switch &gt; input:focus + .switch-label { 
	color: #fff; 
	border-color: #a1a6a9; 
	background:#a1a6a9; 
}
.floraforms .flo-switch &gt; input:focus + .switch-label:after { background: #fff; }

/* @toggle switch normal state 
--------------------------------------------------------------- */
.floraforms .flo-switch &gt; input:checked + .switch-label {
    border-color: #ee050d;
	background: #ee050d; 
	padding-left: 33px;
	color: white;
}
.floraforms .flo-switch &gt; input:checked + .switch-label:before {
    content: attr(data-on);
    left: 1px;
	top:1px;
}
.floraforms .flo-switch &gt; input:checked + .switch-label:after {
    margin: 1px;
    width: 19px;
    height: 19px;
    background: white;
}
/* @toggle switch normal state focus 
--------------------------------------------------------------------------------- */
.floraforms .flo-switch &gt; input:checked:focus + .switch-label { 
	background: #ee050d; 
	border-color: #ee050d; 
}
/* @buttons 
----------------------------------------------------- */
.floraforms .flo-button {
    border: 0;
	height: 42px;
	color: #2B3D63;
	line-height: 1;
	font-size:15px; 
    cursor: pointer;
	padding: 0 18px;
	text-align: center;
	vertical-align: top;
    background: rgba(217, 224, 237, 0.35);
	display: inline-block;
	-webkit-user-drag: none;
	text-shadow: 0 1px rgba(255, 255, 255, 0.2);
}

/* @buttons :hover, :active states 
---------------------------------------------------------------- */
.floraforms .flo-button:hover { background: #2B3D63; color:#fff; }
.floraforms .flo-button:active{ background: #2B3D63; color:#fff;  }
.floraforms a.flo-button, 
.floraforms span.flo-button, 
.floraforms label.flo-button { line-height: 42px; text-decoration: none; }
.floraforms .flo-button i{ font-size:14px; }
.floraforms .flo-button-list .flo-button{ margin-bottom:5px; }

/* @primary button theme
-------------------------------------------- */
.floraforms .btn-themed {  background-color: #2B3D63;  }
.floraforms .btn-themed:hover,
.floraforms .btn-themed:focus { background-color: #000; }
.floraforms .btn-themed:active{ background-color: #000; }
.floraforms .btn-themed, 
.floraforms .btn-themed:hover,
.floraforms .btn-themed:focus, 
.floraforms .btn-themed:active{
	text-shadow: 0 1px rgba(0, 0, 0, 0.08);
	color: #fff; 
}
/* @icon append (right) :: prepend (left)
------------------------------------------------- */
.floraforms .append-icon, 
.floraforms .prepend-icon{
    display: inline-block;
    vertical-align: top;
    position: relative;
	width:100%;
}
.floraforms .append-icon .field-icon, 
.floraforms .prepend-icon .field-icon{
	top:0;
	z-index:1;
	width:42px;
	height:42px;
	color: inherit;
	line-height:42px;
	position:absolute;
	text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    pointer-events: none;
}
.floraforms .append-icon .field-icon i, 
.floraforms .prepend-icon .field-icon i{ 
	position:relative;
	font-size:14px;
}
.floraforms .prepend-icon .field-icon{ left:0;  }
.floraforms .append-icon .field-icon{ right:0; }
.floraforms .prepend-icon &gt; input,
.floraforms .prepend-icon &gt; select, 
.floraforms .prepend-icon &gt; textarea{ padding-left:36px; }
.floraforms .append-icon &gt; input, 
.floraforms .append-icon &gt; textarea{ padding-right:36px; padding-left:10px;  }
.floraforms .append-icon &gt; textarea{ padding-right:36px; }
.floraforms .flo-select .field-icon{ line-height:42px; z-index:99!important; }
.floraforms .prepend-icon &gt; select{ padding-left:30px;  }

/* @tooltips on inputs + textareas 
------------------------------------------------- */ 
.floraforms .flo-tooltip {
	position: absolute;
	z-index: -1;
	opacity: 0;
	color: #fff;	
	width: 184px;
	left: -9999px;
	top:auto;
	font-size: 11px;
	font-weight:normal;
	background: #34495E;
	-webkit-transition: margin 0.6s, opacity 0.6s;
	-moz-transition: margin 0.6s, opacity 0.6s;
	-ms-transition: margin 0.6s, opacity 0.6s;
	-o-transition: margin 0.6s, opacity 0.6s;
	transition: margin 0.6s, opacity 0.6s;
}
.floraforms .flo-tooltip &gt; em{ padding:12px; font-style:normal; display:block; position:static; }
.floraforms .flo-tooltip:after { content: ''; position: absolute; }
.floraforms .flo-input:focus + .flo-tooltip, 
.floraforms .flo-textarea:focus + .flo-tooltip,
.floraforms .flo-select &gt; select:focus ~ .flo-tooltip { opacity: 1; z-index: 9999; }

/* @tooltip right-top
------------------------------------------------- */
.floraforms .tip-right { bottom: 100%; margin-bottom: -20px; }
.floraforms .tip-right:after {
	top: 100%;
	right: 12px;
	border-top: 8px solid #B54C1F;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
.floraforms .flo-input:focus + .tip-right,
.floraforms .flo-textarea:focus + .tip-right,
.floraforms .flo-select &gt; select:focus ~ .tip-right {
	right: 0;
	left: auto;
	margin-bottom: 10px;
}
/* @tooltip left-top
------------------------------------------------- */
.floraforms .tip-left { bottom: 100%; margin-bottom: -20px; }
.floraforms .tip-left:after {
	top: 100%;
	left: 12px;
	border-top: 8px solid #B54C1F;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
.floraforms .flo-input:focus + .tip-left,
.floraforms .flo-textarea:focus + .tip-left,
.floraforms .flo-select &gt; select:focus ~ .tip-left {
	left: 0;
	right: auto;
	margin-bottom: 10px;
}
/* @.flo-notification messages | info | error | warning | success
-------------------------------------------------------------- */
.floraforms .form-msg{ display:none; }
.floraforms .flo-notification { color: #444; padding:15px; position:relative; margin-bottom:10px; }
.floraforms .flo-notification p{ margin:0; padding:0 15px; padding-left:5px; line-height:normal;  }
.floraforms .flo-notification .close-btn{
	margin-top: -7px;
	padding: inherit;
	position: absolute;
	text-decoration:none; 
    font: bold 20px/20px Arial, sans-serif;
	opacity: 0.65; 	
	color: inherit;
    display: block;    
    right:1px;
	top:14%;
}
.floraforms .flo-notification .close-btn:hover{ opacity: 1; }
.floraforms .alert-info { color:#163161; background-color: #cfe6fc; }
.floraforms .alert-success { color:#fff; background-color: #C4A287; }
.floraforms .alert-warning { color: #8A5D46; background-color: #9CB0CB; }
.floraforms .alert-error { color:#ed1c24; background-color: #fff; }


/* @form element :hover state 
-------------------------------------------- */
.floraforms .flo-input:hover,
.floraforms .flo-textarea:hover,
.floraforms .flo-select &gt; select:hover,
.floraforms .flo-selectmulti select:hover, 
.floraforms .flo-input:hover ~ .flo-hint,
.floraforms .flo-file .file-input:hover + .flo-input,
.floraforms .flo-textarea:hover ~ .flo-hint{
	border-color: #B54C1F;
}
/* @form element :focus state 
-------------------------------------------------------- */
.floraforms .flo-input:focus,
.floraforms .flo-textarea:focus,
.floraforms .flo-select &gt; select:focus,
.floraforms .flo-selectmulti select:focus{ border-color: #B54C1F; color: #000; }
.floraforms .flo-textarea:focus{  height: 120px; }
.floraforms .flo-select &gt; select:focus { z-index:10; z-index:2009; }
.floraforms .flo-input:focus ~ .field-icon i,
.floraforms .flo-textarea:focus ~ .field-icon i{ color:#000; }
.floraforms .flo-selectmulti select:focus, 
.floraforms .flo-input:focus ~ .flo-hint,
.floraforms .flo-textarea:focus ~ .flo-hint, 
.floraforms .flo-file .file-input:focus + .flo-input{ border-color: #B54C1F; }
.floraforms .flo-select &gt; select:focus + .arrow{ color:#B54C1F; }


/* @validaion - error state
------------------------------------- */
.floraforms .state-error .flo-input,
.floraforms .state-error .flo-textarea,
.floraforms .state-error.flo-select &gt; select,
.floraforms .state-error.flo-selectmulti &gt; select,
.floraforms .state-error input:hover + .flo-checkbox, 
.floraforms .state-error input:hover + .flo-radio,
.floraforms .state-error input:focus + .flo-checkbox, 
.floraforms .state-error input:focus + .flo-radio,
.floraforms .state-error .flo-checkbox, 
.floraforms .state-error .flo-radio{
	background: rgba(217, 224, 237, 0.35);
	border-color:#B54C1F;
}
.floraforms .state-error .flo-input ~ .field-icon i,
.floraforms .state-error .flo-textarea ~ .field-icon i{  color: #e74c3c; }
.floraforms .state-error.flo-select .arrow { color: #e74c3c; }
.floraforms .state-error.flo-select:before {  border-left:1px solid #B54C1F; }
.floraforms .state-error .flo-input ~ .flo-hint,
.floraforms .state-error.flo-file .file-input:hover + .flo-input, 
.floraforms .state-error .flo-textarea ~ .flo-hint { border-color:#3E5D4B;; }
.floraforms .state-error + em{ 
	display: block!important;
	margin-top: 6px;
	padding: 0 3px;
	font-weight: bold;
	line-height: normal;
	color:#B54C1F;
}
/* @validaion - success state 
-------------------------------------------------- */
.floraforms .state-success .flo-input,
.floraforms .state-success .flo-textarea,
.floraforms .state-success.flo-select &gt; select,
.floraforms .state-success.flo-selectmulti &gt; select{
	background: rgba(217, 224, 237, 0.35);
	border-color:#2B3D63;
}
.floraforms .state-success .flo-input ~ .field-icon i,
.floraforms .state-success .flo-textarea ~ .field-icon i{  color: #3E5D4B; }
.floraforms .state-success.flo-select .arrow { color: #3E5D4B; }
.floraforms .state-success.flo-select:before {  border-left:1px solid #3E5D4B; }
.floraforms .state-success .flo-input ~ .flo-hint,
.floraforms .state-success.flo-file .file-input:hover + .flo-input, 
.floraforms .state-success .flo-textarea ~ .flo-hint { border-color:#3E5D4B; }
/* @disabled state 
----------------------------------------------- */
.floraforms .flo-button[disabled],
.floraforms .state-disabled .flo-button,
.floraforms input[disabled] + .flo-radio,
.floraforms input[disabled] + .flo-checkbox,
.floraforms .flo-switch &gt; input[disabled] + label{
	cursor: default;
	opacity:0.5;}

.floraforms .flo-input[disabled],
.floraforms .flo-textarea[disabled], 
.floraforms .flo-select &gt; select[disabled], 
.floraforms .flo-selectmulti select[disabled],
.floraforms .flo-input[disabled] ~ .flo-hint,
.floraforms .flo-file .file-input[disabled] + .flo-input,
.floraforms .flo-file .file-input[disabled]:hover + .flo-input, 
.floraforms .flo-textarea[disabled] ~ .flo-hint {    
  background-color: #f4f6f6;
  border-color: #d5dbdb!important;
  cursor: default;
  color: #d5dbdb;
  opacity:0.7;
}
.floraforms input[disabled] ~ .field-icon i,
.floraforms textarea[disabled] ~ .field-icon i,
.floraforms .flo-select &gt; select[disabled] + .arrow{ 
	opacity:0.4; 
}
/* @progress bars 
------------------------------------------------------*/
.floraforms .flo-progress{ display:none; }
.floraforms .flo-ui .flo-progressbar { margin-bottom:5px; }
.floraforms .flo-progressbar {
    position: relative;
    background: #EDF0F8;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.floraforms .flo-progressbar .percent { 
	position:absolute; 
	display:inline-block; 
	top:-3px; 
	right:-24px; 
	font-size:9px; 
	color:#93A2AA; 
}
.floraforms .flo-progressbar &gt; .bar {   
	width:60%; 
	height:7px;
	display: block;
	background-size: 16px 16px;	
	background-color: #bdc3c7; 
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
/* @progress bar strips + animation IE10+ 
----------------------------------------------------------- */
.floraforms .elemprogress &gt; button[type="submit"]:hover,
.floraforms .elemprogress &gt; button[type="submit"],
.floraforms .flo-progressbar &gt; .bar {
    background-size: 16px 16px;
    background-image: -webkit-linear-gradient(top left,  
					  transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%, 
					  transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));
					  
    background-image: -moz-linear-gradient(top left,  
					  transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%, 
					  transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));
					  
    background-image: -o-linear-gradient(top left,  
					  transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%, 
					  transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));
					  
    background-image: linear-gradient(to bottom right,  
					  transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%, 
					  transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));
}

.floraforms .elemprogress &gt; button[type="submit"], 
.floraforms .elemprogress &gt; button[type="submit"]:hover,  
.floraforms .progress-animated &gt; .bar{
	-webkit-animation: floprogress .6s linear infinite;
	-moz-animation: floprogress .6s linear infinite;
	-o-animation: floprogress .6s linear infinite;
    animation: floprogress .6s linear infinite;
}

.floraforms .elemprogress &gt; button[type="submit"]:hover{ cursor:wait; }

@-webkit-keyframes floprogress {
    from { background-position: 0 0; }
	to { background-position: -16px 0; }
}

@-moz-keyframes floprogress {
	from { background-position: 0 0; }
	to { background-position: -16px 0; }
}
@-o-keyframes floprogress {
	from { background-position: 0 0; }
	to { background-position: -16px 0; }
}
@keyframes floprogress {
    from { background-position: 0 0; }
	to { background-position: -16px 0; }
}
/* @form block elements
----------------------------------- */ 
.floraforms .block{ display:block; }

/* @form grid rows 
--------------------------------- */
.floraforms .frm-row{ margin:0 -10px;  }
.floraforms .frm-row:before,
.floraforms .frm-row:after { display: table; content: ""; line-height: 0; } 
.floraforms .frm-row:after{ clear: both; }

/* @form columns 
----------------------------------- */
.floraforms .frm-row .colm{ 
	min-height:1px; 
	padding-left:10px; 
	padding-right:10px; 
	position:relative; 
	float:left; 
}
.floraforms .frm-row .colm1{width:8.33%;}
.floraforms .frm-row .colm2{width:16.66%;}
.floraforms .frm-row .colm3{width:25%;}
.floraforms .frm-row .colm4{width:33.33%;}
.floraforms .frm-row .colm5{width:41.66%;}
.floraforms .frm-row .colm6{width:50%;}
.floraforms .frm-row .colm7{width:58.33%;}
.floraforms .frm-row .colm8{width:66.66%;}
.floraforms .frm-row .colm9{width:75%;}
.floraforms .frm-row .colm10{width:83.33%;}
.floraforms .frm-row .colm11{width:91.66%;}
.floraforms .frm-row .colm12{width:100%; }
.floraforms .frm-row .colm1-5{width:20%;}
.floraforms .frm-row .colm1-8{width:12.5%;}

/* @element alignment
-------------------------------------------------- */
.floraforms .align-right{ text-align:right; }
.floraforms .align-center{ text-align:center; }

/* @captcha + reload button
-------------------------------------------------- */
.floraforms .flo-captcha{ position:relative; padding-right:130px; }
.floraforms .flo-captcha .flo-input{
    -webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.floraforms .captcode{
	height: 42px;
	cursor:pointer;
	position: absolute;
	background: rgba(217, 224, 237, 0.35);
	display:inline-block;
	line-height: 42px;	
	padding:5px 30px 0 30px;
	border-left:0;
	width:130px;
	top:0;
}
.floraforms .captcode img{ position:relative; }
.floraforms .refresh-captcha{  position:absolute; right:10px; top:0; padding-top: 5px;}
.floraforms .refresh-captcha i{ font-size:17px; color: #B54C1F; }

/* @Fix old of versions android + ios
------------------------------------------------------------- */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
        .floraforms .flo-option,
        .floraforms .flo-switch, 
		.floraforms .captcode { -webkit-animation: bugfix infinite 1s; }
        @-webkit-keyframes bugfix { 
            from { padding: 0;  } 
            to { padding: 0; } 
        }
		.floraforms .flo-switch { margin-right:10px;  margin-bottom:5px; }
		.floraforms .flo-option { margin-right:15px; }					
}


/* @responsiveness for tablets + smart mobile 
-------------------------------------------------- */
@media (max-width: 600px) {
	.floraforms .frm-row{ margin:0;  }
	.floraforms .frm-row .colm{  width: 100%; float:none; padding:0; }
	.floraforms .align-right{ text-align: left; }
}</pre></body></html>