html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;background-color:#E8E8E2;}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}
audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{background-color:transparent}a:active,a:hover{outline-width:0}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}dfn{font-style:italic}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}img{border-style:none}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea,optgroup{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
html,body{font-family:Verdana,sans-serif;font-size:15px;line-height:1.5}html{overflow-x:hidden}
h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}.flush-serif{font-family:serif}
h1,h2,h3,h4,h5,h6{font-family:"Segoe UI",Arial,sans-serif;font-weight:400;margin:10px 0}.flush-wide{letter-spacing:4px}
hr{border:0;border-top:1px solid #eee;margin:20px 0}
.flush-bold{font-weight:bold}
.flush-feature-sm {width:38px;height:auto;border-radius: 50%;border:1px solid #d3d3d3;}
.flush-feature-img {width:50%;height:auto;border-radius: 50%;border:4px solid #d3d3d3;}
#flush-partner{
width:100%;
}
.flush-sm-button{border:1px solid #000000;border-radius:8px; width:72px;}
#speed-dating{
background-image:url('/images/hourglass3.jpg');background-repeat:no-repeat;background-position: center;min-height:250px;color:#007193;
}

.flush-it-container2 {
  margin: 1em 0;
  text-align: center;
}

.flush-it-container {
  margin: 1em 0;
  text-align: center;
}

.flush-mini-container{
  width: 30vw;
  height: 30vw;
  display: inline-block;
  position:relative;
}
.flush-it-container img {
  width: 30vw;
  height: 30vw;
}

.flush-it-cover img {
  object-fit: cover;
}

.flush-it-service-container2 {
  margin: 1em 0;
  text-align: center;
}

.flush-service-container{
  width: 100%;
  height: 40vw;
  display: inline-block;
  position:relative;
}

.flush-service-container img {
  width: 100%;
  height: 40vw;
}

.flush-service-arrows-off {
display:none;
}

.flush-service-arrows-on {
display:block;
}

.flush-service-cover img {
  object-fit: cover;
}

.flush-service-cover video {
  object-fit: cover;
}

.example-contain img {
  object-fit: contain;
}
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 13px sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

.ribbon-sm {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
}
.ribbon-sm::before,
.ribbon-sm::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon-sm span {
  position: absolute;
  display: block;
  width: 150px;
  padding: 4px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 10px sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-sm-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-sm-top-left::before,
.ribbon-sm-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-sm-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-sm-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-sm-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-sm-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-sm-top-right::before,
.ribbon-sm-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-sm-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-sm-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-sm-top-right span {
  left: -20px;
  top: 30px;
  transform: rotate(45deg);
}

.ribbon3 {
  width: 92%;
  height: 15px;
  line-height: 15px;
  padding-left: 6px;
  position: absolute;
  text-align:left;
  left: -8px;
  bottom: 2px;
  color:#ffffff;
  font-size:11px;
  background: #3498db;
}
.ribbon3:before, .ribbon3:after {
  content: "";
  position: absolute;
}
.ribbon3:before {
  height: 0;
  width: 0;
  top: -8.5px;
  left: 0.02px;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}

.ribbon3:after {
  height: 0;
  width: 0;
  right: -10.5px;
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
  border-left: 11px solid #3498db;
}

.flush-high-opt { line-height:70px; }
.flush-med-opt { line-height:58px; }
.flush-low-opt { line-height:42px; }
.flush-theme-l5 {color:#000 !important; background-color:#f0f0f0 !important}
.flush-theme-l4 {color:#000 !important; background-color:#cccccc !important}
.flush-theme-l3 {color:#fff !important; background-color:#999999 !important}
.flush-theme-l2 {color:#fff !important; background-color:#666666 !important}
.flush-theme-l1 {color:#616161 !important; background-color:#ffffff !important}
.flush-theme-d1 {color:#fff !important; background-color:#000000 !important}
.flush-theme-d2 {color:#fff !important; background-color:#000000 !important}
.flush-theme-d3 {color:#fff !important; background-color:#000000 !important}
.flush-theme-d4 {color:#fff !important; background-color:#000000 !important}
.flush-theme-d5 {color:#fff !important; background-color:#000000 !important}
.flush-theme-light {color:#000 !important; background-color:#f0f0f0 !important}
.flush-theme-dark {color:#fff !important; background-color:#000000 !important}
.flush-theme-action {color:#fff !important; background-color:#000000 !important}
.flush-theme {color:#000 !important; background-color:#ffffff !important}
.flush-text-theme {color:#000000 !important}
.flush-border-theme {border-color:#000000 !important}
.flush-hover-theme:hover {color:#fff !important; background-color:#000000 !important}
.flush-hover-text-theme:hover {color:#000000 !important}
.flush-hover-border-theme:hover {border-color:#000000 !important}
#mainimg {
  opacity: 0.2;
  filter: alpha(opacity=20); /* For IE8 and earlier */
}
.flush-side-padding{
margin:0px 64px;
}
.flush-side-padding2{
margin-left:20%;
margin-right:20%;
}
.flush-submit{
width:100%;
height:40px;
color:#ffffff;
text-align:center;
font-size:1em;
border:0px;
}
.flush-small{font-size:12px!important}
.flush-cursor-link{
cursor:pointer;
text-decoration:none;
}
.flush-cursor-link2{
cursor:pointer;
text-decoration:underline;
}
.flush-rounded{
border-radius:8px;
}
.flush-center-float{
margin:0 auto;
}
.handshake-div{
padding:2px 0px;
}
#registration{margin:auto;width:50%;text-align:center;}
.flush-form-register-submit{color:#ffffff;width:100%;text-align:center;border-radius:6px;border:1px solid #000000;padding:8px;outline:none;}
.flush-form-register1{color:#000000;width:100%;text-align:center;border-radius:6px;border:1px solid #000000;padding:8px;outline:none;}
.flush-form-register2{color:#000000;width:48%;text-align:center;border-radius:6px;border:1px solid #000000;padding:8px;outline:none;}
.flush-form-register3{color:#000000;width:33%;text-align:center;border-radius:6px;border:1px solid #000000;padding:8px;outline:none;}
.flush-form-register4{color:#000000;width:24%;text-align:center;border-radius:6px;border:1px solid #000000;padding:8px;outline:none;}
.handshake-option{
width:86%;
height:24px;
color:#616161;
text-align:center;
  background: #F0F0F0;
  background: linear-gradient(#F0F0F0 0%, #D3D3D3 100%);
font-size:0.7em;
border:0px;
}
.flip{
cursor:pointer;
text-align:center;
  position: absolute;
  right: auto; bottom: 0;
  z-index: 1;
  overflow: hidden;

}
.handshake-title{
width:96%;
border: 1px solid #616161;
font-size:0.65em;
color:#616161;
text-align:center;
  background: #DCC7AA;
  background: linear-gradient(#DCC7AA 0%, #e8d7c1 100%);
}
.flush-ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.flush-ribbon span {
  font-size: 9.5px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #F7C331;
  background: linear-gradient(#F7C331 0%, #F7882F 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.flush-ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #F7882F;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #F7882F;
}
.flush-ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #F7882F;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #F7882F;
}

.flush-image{max-width:100%;height:auto}img{vertical-align:middle}a{color:inherit}
.flush-table,.flush-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.flush-table-all{border:1px solid #ccc}
.flush-bordered tr,.flush-table-all tr{border-bottom:1px solid #ddd}.flush-striped tbody tr:nth-child(even){background-color:#f1f1f1}
.flush-table-all tr:nth-child(odd){background-color:#fff}.flush-table-all tr:nth-child(even){background-color:#f1f1f1}
.flush-hoverable tbody tr:hover,.flush-ul.flush-hoverable li:hover{background-color:#ccc}.flush-centered tr th,.flush-centered tr td{text-align:center}
.flush-table td,.flush-table th,.flush-table-all td,.flush-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top}
.flush-table th:first-child,.flush-table td:first-child,.flush-table-all th:first-child,.flush-table-all td:first-child{padding-left:16px}
.flush-btn,.flush-button{border:none;display:inline-block;padding:8px 10px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.flush-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.flush-btn,.flush-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   
.flush-disabled,.flush-btn:disabled,.flush-button:disabled{cursor:not-allowed;opacity:0.3}.flush-disabled *,:disabled *{pointer-events:none}
.flush-btn.flush-disabled:hover,.flush-btn:disabled:hover{box-shadow:none}
.flush-badge,.flush-tag{background-color:#F7C331;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}.flush-badge{border-radius:50%}
.flush-ul{list-style-type:none;padding:0;margin:0}.flush-ul li{padding:8px 16px;border-bottom:1px solid #ddd}.flush-ul li:last-child{border-bottom:none}
.flush-tooltip,.flush-display-container{position:relative}.flush-tooltip .flush-text{display:none}.flush-tooltip:hover .flush-text{display:inline-block}
.flush-ripple:active{opacity:0.5}.flush-ripple{transition:opacity 0s}
.flush-input2{border-radius:6px;border:1px solid #000000;padding:8px;outline:none;width:100%;}
.flush-input{padding:8px;display:block;border-radius:6px;border:1px solid #000000;width:100%;}
.flush-input-small{padding:8px;display:inline-block;border-radius:8px;border:1px solid #ccc;width:25%;}
.flush-input-orange{padding:8px;background-color:#F7C331;display:block;border:none;border-bottom:1px solid #ccc;width:90%}
.flush-select{padding:9px 0;width:100%;border:none;border-bottom:1px solid #ccc}
.flush-dropdown-click,.flush-dropdown-hover,.flush-dropdown-hover2{position:relative;display:inline-block;cursor:pointer}
.flush-dropdown-hover2:hover > .flush-button:first-child,.flush-dropdown-click:hover > .flush-button:first-child{background-color:#ccc;color:#000}
.flush-dropdown-hover:hover .flush-dropdown-content{display:block}
.flush-dropdown-hover:first-child,.flush-dropdown-click:hover{background-color:#ccc;color:#000}
.flush-dropdown-hover:hover > .flush-button:first-child,.flush-dropdown-click:hover > .flush-button:first-child{background-color:#ccc;color:#000}
.flush-dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0;z-index:1}
.flush-check,.flush-radio{width:24px;height:24px;position:relative;top:6px}
.flush-sidebar{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto}
.flush-bar-block .flush-dropdown-hover2,.flush-bar-block .flush-dropdown-hover,.flush-bar-block .flush-dropdown-click{width:100%}
.flush-bar-block .flush-dropdown-hover .flush-dropdown-content,.flush-bar-block .flush-dropdown-hover2 .flush-dropdown-content,.flush-bar-block .flush-dropdown-click .flush-dropdown-content{min-width:100%}
.flush-bar-block .flush-dropdown-hover2 .flush-button,.flush-bar-block .flush-dropdown-hover .flush-button,.flush-bar-block .flush-dropdown-click .flush-button{width:100%;text-align:left;padding:8px 10px}
.flush-form-text{color:#616161;width:50%;text-align:center;border-radius:6px;border:2px solid #616161;padding:8px;outline:none;}.flush-form-text2{color:#000000;width:50%;text-align:center;border-radius:6px;border:2px solid #000000;padding:8px;outline:none;}.flush-form-text3{color:#000000;width:47%;text-align:center;border-radius:6px;border:2px solid #000000;padding:8px;outline:none;}.flush-form-textarea{color:#000000;width:50%;text-align:center;border-radius:6px;border:2px solid #000000;padding:8px;outline:none;height:100px;}
.flush-form-submit{color:#616161;background-color:#d3d3d3;width:50%;text-align:center;border-radius:6px;padding:18px 8px;outline:none;}
.flush-form-submit2{color:#616161;background-color:#000000;width:50%;text-align:center;border-radius:6px;padding:18px 8px;outline:none;}
.flush-main,#main{transition:margin-left .4s;}
.flush-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.flush-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}
.flush-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.flush-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}
.flush-bar{width:100%;border-bottom:10px solid #E8E8E2;overflow:hidden}.flush-center .flush-bar{display:inline-block;width:auto}
.flush-bar .flush-bar-item{padding:8px 10px;float:left;width:auto;border:none;display:block;outline:0}
.flush-bar .flush-dropdown-hover2,.flush-bar .flush-dropdown-hover,.flush-bar .flush-dropdown-click{position:static;float:left}
.flush-bar .flush-button{white-space:normal}
.flush-bar-block .flush-bar-item{width:100%;display:block;padding:8px 10px;text-align:left;border:none;white-space:normal;float:none;outline:0}
.flush-bar-block.flush-center .flush-bar-item{text-align:center}.flush-block{display:block;width:100%}
.flush-responsive{display:block;overflow-x:auto}
.flush-container:after,.flush-container:before,.flush-panel:after,.flush-panel:before,.flush-row:after,.flush-row:before,.flush-row-padding:after,.flush-row-padding:before,
.flush-cell-row:before,.flush-cell-row:after,.flush-clear:after,.flush-clear:before,.flush-bar:before,.flush-bar:after{content:"";display:table;clear:both}.flush-third2{width:33.33333%}
.flush-col,.flush-half,.flush-third,.flush-twothird,.flush-threequarter,.flush-quarter{float:left;width:100%} 
.flush-image-feature{width:100%;height:auto;}
.flush-half2{margin:auto;text-align:center;width:100%;}
.flush-featured-logo{height:100px;}
.flush-viral-hangout-content{margin:auto;text-align:center;width:100%;}
.flush-viral-social-bar{margin:auto;text-align:center;width:100%;}
.flush-col.s1{width:8.33333%}.flush-col.s2{width:16.66666%}.flush-col.s2b{width:19.99999%}.flush-col.s3{width:24.99999%}.flush-col.s4{width:33.33333%}
.flush-col.s5{width:41.66666%}.flush-col.s6{width:49.99999%}.flush-col.s7{width:58.33333%}.flush-col.s8{width:66.66666%}
.flush-col.s9{width:74.99999%}.flush-col.s10{width:83.33333%}.flush-col.s11{width:91.66666%}.flush-col.s12{width:99.99999%}
@media (min-width:601px){.flush-viral-social-bar{width:83.33333%}.flush-col.m1{width:8.33333%}.flush-col.m2{width:16.66666%}.flush-col.m2b{width:19.99999%}.flush-col.m3,.flush-quarter{width:24.99999%}.flush-col.m4,.flush-third{width:33.33333%}
.flush-col.m5{width:41.66666%}.flush-col.m6,.flush-viral-hangout-content,.flush-half2,.flush-half{width:49.99999%}.flush-col.m7{width:58.33333%}.flush-col.m8,.flush-twothird{width:66.66666%}
.flush-featured-logo{height:65px;}
.flush-service-container{
  width: 20vw;
  height: 10vw;
}

.flush-service-container img {
  width: 20vw;
  height: 10vw;
}

.flush-image-feature{width:65%;height:auto;}
#flush-partner{
width:50%;
text-align:center;
margin:auto;
}
.flush-col.m9,.flush-threequarter{width:74.99999%}.flush-col.m10{width:83.33333%}.flush-col.m11{width:91.66666%}.flush-col.m12{width:99.99999%}}
@media (min-width:993px){.flush-col.l1{width:8.33333%}.flush-col.l2{width:16.66666%}.flush-col.l2b{width:19.99999%}.flush-col.l3{width:24.99999%}.flush-col.l4{width:33.33333%}
.flush-col.l5{width:41.66666%}.flush-col.l6{width:49.99999%}.flush-col.l7{width:58.33333%}.flush-col.l8{width:66.66666%}
.flush-col.l9{width:74.99999%}.flush-col.l10{width:83.33333%}.flush-col.l11{width:91.66666%}.flush-col.l12{width:99.99999%}}
.flush-rest{overflow:hidden}.flush-stretch{margin-left:-16px;margin-right:-16px}
.flush-content,.flush-auto{margin-left:auto;margin-right:auto}.flush-content{max-width:980px}.flush-auto{max-width:1140px}
.flush-cell-row{display:table;width:100%}.flush-cell{display:table-cell}
.flush-cell-top{vertical-align:top}.flush-cell-middle{vertical-align:middle}.flush-cell-bottom{vertical-align:bottom}
.flush-hide{display:none!important}.flush-show-block,.flush-show{display:block!important}.flush-show-inline-block{display:inline-block!important}
@media (max-width:1205px){.flush-auto{max-width:95%}}
@media (max-width:600px){
.flush-modal-content{margin:0 10px;width:auto!important}.flush-modal{padding-top:30px}
.flush-small{font-size:10px!important}
.flush-viral-hangout-content{width:99.9999999999%;}
#booth-logo{
max-height:100%;
width:auto;
}
#speed-dating{
background-image:url('/images/hourglass-sm.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.handshake-div{
padding:6px 0px;
}.handshake-option{
height:34px;
font-size:0.8em;
}
.flush-form-text{width:96%;padding:8px 8px;}.flush-form-textarea{width:96%;padding:8px 8px;}.flush-form-text2{width:96%;padding:8px 8px;}.flush-form-text3{width:90%;padding:8px 8px;}.flush-form-submit{width:96%;padding:8px 8px;}.flush-form-submit2{width:96%;padding:18px 8px;}
.flush-modal-content{margin:0 10px;width:auto!important}.flush-modal{padding-top:30px}
.flush-dropdown-hover2.flush-mobile .flush-dropdown-content,.flush-dropdown-hover.flush-mobile .flush-dropdown-content,.flush-dropdown-click.flush-mobile .flush-dropdown-content{position:relative}	
.flush-hide-small{display:none!important}.flush-mobile{display:block;width:100%!important}.flush-bar-item.flush-mobile,.flush-dropdown-hover.flush-mobile,.flush-dropdown-hover2.flush-mobile,.flush-dropdown-click.flush-mobile{text-align:center}
.flush-dropdown-hover2.flush-mobile,.flush-dropdown-hover2.flush-mobile .flush-btn,.flush-dropdown-hover2.flush-mobile .flush-button,.flush-dropdown-hover.flush-mobile,.flush-dropdown-hover.flush-mobile .flush-btn,.flush-dropdown-hover.flush-mobile .flush-button,.flush-dropdown-click.flush-mobile,.flush-dropdown-click.flush-mobile .flush-btn,.flush-dropdown-click.flush-mobile .flush-button{width:100%}}
@media (max-width:768px){
.flush-modal-content{width:500px}.flush-modal{padding-top:50px}
.flush-small{font-size:10px!important}
.handshake-div{
padding:6px 0px;
}.handshake-option{
height:34px;
font-size:0.8em;
}.flush-modal-content{width:500px}.flush-modal{padding-top:50px}}
@media (min-width:993px){.flush-modal-content{width:900px}.flush-hide-large{display:none!important}.flush-sidebar.flush-collapse{display:block!important}}
@media (max-width:992px) and (min-width:601px){.flush-hide-medium{display:none!important}}
@media (max-width:992px){.flush-sidebar.flush-collapse{display:none}.flush-main{margin-left:0!important;margin-right:0!important}.flush-auto{max-width:100%}}
.flush-top,.flush-topright,.flush-bottom{position:fixed;width:100%;z-index:1}.flush-top{top:0}.flush-topright{top:0;right:0;}.flush-bottom{bottom:0}
.flush-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.flush-display-topleft{position:absolute;left:0;top:0}.flush-display-topright{position:absolute;right:0;top:0}
.flush-display-bottomleft{position:absolute;left:0;bottom:0}.flush-display-bottomright{position:absolute;right:0;bottom:0}
.flush-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.flush-display-leftarrow{position:absolute;top:20%;left:0%;transform:translate(0%,-20%);-ms-transform:translate(-0%,-20%)}
.flush-display-rightarrow{position:absolute;top:20%;right:0%;transform:translate(0%,-20%);-ms-transform:translate(-0%,-20%)}
.flush-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.flush-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.flush-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.flush-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.flush-display-container:hover .flush-display-hover{display:block}.flush-display-container:hover span.flush-display-hover{display:inline-block}.flush-display-hover{display:none}
.flush-form-text{width:86%;padding:8px 8px;}.flush-form-textarea{width:86%;padding:8px 8px;}.flush-form-text2{width:86%;padding:8px 8px;}.flush-form-text3{width:80%;padding:8px 8px;}.flush-form-submit{width:86%;padding:8px 8px;}.flush-form-submit2{width:86%;padding:18px 8px;}
.flush-display-position{position:absolute}
.flush-circle{border-radius:50%}
.flush-round-small{border-radius:2px}.flush-round,.flush-round-medium{border-radius:4px}.flush-round-large{border-radius:8px}.flush-round-xlarge{border-radius:16px}.flush-round-xxlarge{border-radius:32px}
.flush-row-padding,.flush-row-padding>.flush-half,.flush-row-padding>flush-half2,.flush-row-padding>.flush-third,.flush-row-padding>.flush-twothird,.flush-row-padding>.flush-threequarter,.flush-row-padding>.flush-quarter,.flush-row-padding>.flush-col{padding:0 8px}
.flush-container,.flush-panel{padding:0.01em 16px}.flush-panel{margin-top:16px;margin-bottom:16px}
.flush-code,.flush-codespan{font-family:Consolas,"courier new";font-size:16px}
.flush-code{width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #4CAF50;word-wrap:break-word}
.flush-codespan{color:crimson;background-color:#f1f1f1;padding-left:4px;padding-right:4px;font-size:110%}
.flush-card,.flush-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.flush-card-4,.flush-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}
.flush-spin{animation:flush-spin 2s infinite linear}@keyframes flush-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.flush-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.flush-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.flush-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.flush-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.flush-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.flush-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.flush-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.flush-animate-input{transition:width 0.4s ease-in-out}.flush-animate-input:focus{width:100%!important}
.flush-opacity,.flush-hover-opacity:hover{opacity:0.60}.flush-opacity-off,.flush-hover-opacity-off:hover{opacity:1}
.flush-opacity-max{opacity:0.25}.flush-opacity-min{opacity:0.75}
.flush-greyscale-max,.flush-grayscale-max,.flush-hover-greyscale:hover,.flush-hover-grayscale:hover{filter:grayscale(100%)}
.flush-greyscale,.flush-grayscale{filter:grayscale(75%)}.flush-greyscale-min,.flush-grayscale-min{filter:grayscale(50%)}
.flush-sepia{filter:sepia(75%)}.flush-sepia-max,.flush-hover-sepia:hover{filter:sepia(100%)}.flush-sepia-min{filter:sepia(50%)}
.flush-tiny{font-size:10px!important}.flush-medium-height{height:45px;vertical-align:middle;}.flush-small{font-size:12px!important}.flush-medium{font-size:15px!important}.flush-large{font-size:18px!important}
.flush-xlarge{font-size:24px!important}.flush-xxlarge{font-size:36px!important}.flush-xxxlarge{font-size:48px!important}.flush-jumbo{font-size:64px!important}
.flush-left-align{text-align:left!important}.flush-right-align{text-align:right!important}.flush-justify{text-align:justify!important}.flush-center{text-align:center!important}
.flush-border-0{border:0!important}.flush-border{border:1px solid #ccc!important}
.flush-border-top{border-top:1px solid #ccc!important}.flush-border-bottom{border-bottom:1px solid #ccc!important}
.flush-border-left{border-left:1px solid #ccc!important}.flush-border-right{border-right:1px solid #ccc!important}
.flush-topbar{border-top:6px solid #ccc!important}.flush-bottombar{border-bottom:6px solid #ccc!important}
.flush-leftbar{border-left:6px solid #ccc!important}.flush-rightbar{border-right:6px solid #ccc!important}
.flush-section,.flush-code{margin-top:16px!important;margin-bottom:16px!important}
.flush-margin{margin:16px!important}.flush-margin-top{margin-top:16px!important}.flush-margin-bottom{margin-bottom:16px!important}
.flush-margin-left{margin-left:16px!important}.flush-margin-right{margin-right:16px!important}
.flush-padding-small2{padding:8px 0px!important}
.flush-padding-sm{padding:2px 0px 0px 0px;margin:0;}
.flush-padding-top{padding:8px 0px 0px 0px}
.flush-padding-smallhr{padding:2px 8px!important}
.flush-padding-small{padding:4px 8px!important}.flush-padding{padding:8px 16px!important}.flush-padding-large{padding:12px 24px!important}
.flush-padding-16{padding-top:16px!important;padding-bottom:16px!important}.flush-padding-24{padding-top:24px!important;padding-bottom:24px!important}
.flush-padding-32{padding-top:32px!important;padding-bottom:32px!important}.flush-padding-48{padding-top:48px!important;padding-bottom:48px!important}
.flush-padding-64{padding-top:64px!important;padding-bottom:64px!important}
.flush-left{float:left!important}.flush-right{float:right!important}
.flush-button:hover{color:#000!important;background-color:#ccc!important}
.flush-transparent,.flush-hover-none:hover{background-color:transparent!important}
.flush-hover-none:hover{box-shadow:none!important}
/* Colors */
.flush-amber,.flush-hover-amber:hover{color:#000!important;background-color:#ffc107!important}
.flush-aqua,.flush-hover-aqua:hover{color:#000!important;background-color:#00ffff!important}
.flush-blue,.flush-hover-blue:hover{color:#fff!important;background-color:#2196F3!important}
.flush-light-blue,.flush-hover-light-blue:hover{color:#000!important;background-color:#87CEEB!important}
.flush-brown,.flush-hover-brown:hover{color:#fff!important;background-color:#795548!important}
.flush-cyan,.flush-hover-cyan:hover{color:#000!important;background-color:#00bcd4!important}
.flush-blue-grey,.flush-hover-blue-grey:hover,.flush-blue-gray,.flush-hover-blue-gray:hover{color:#fff!important;background-color:#607d8b!important}
.flush-star{color:#1dbf73;}
.flush-star-bkg{background-color:#1dbf73;}
.flush-green,.flush-hover-green:hover{color:#fff!important;background-color:#4CAF50!important}
.flush-light-green,.flush-hover-light-green:hover{color:#000!important;background-color:#8bc34a!important}
.flush-indigo,.flush-hover-indigo:hover{color:#fff!important;background-color:#3f51b5!important}
.flush-khaki,.flush-hover-khaki:hover{color:#000!important;background-color:#f0e68c!important}
.flush-lime,.flush-hover-lime:hover{color:#000!important;background-color:#cddc39!important}
.flush-orange,.flush-hover-orange:hover{color:#000!important;background-color:#ff9800!important}
.flush-orange-soft{color:#000!important;background-color:#ff9800;opacity:0.60;}
.flush-deep-orange,.flush-hover-deep-orange:hover{color:#fff!important;background-color:#ff5722!important}
.flush-pink,.flush-hover-pink:hover{color:#fff!important;background-color:#e91e63!important}
.flush-purple,.flush-hover-purple:hover{color:#fff!important;background-color:#9c27b0!important}
.flush-deep-purple,.flush-hover-deep-purple:hover{color:#fff!important;background-color:#673ab7!important}
.flush-apricot,.flush-hover-apricot:hover{color:#fff!important;background-color:#f7882f!important}
.flush-apple,.flush-hover-apple:hover{color:#fff!important;background-color:#DCC7AA!important}
.flush-apple-soft,.flush-hover-apple-soft:hover{color:#fff!important;background-color:rgba(220,199,170,0.51);}
.flush-blueberry,.flush-hover-blueberry:hover{color:#fff!important;background-color:#6B7A8F!important}
.flush-blueberry-soft,.flush-hover-blueberry-soft:hover{color:#fff!important;background-color:rgba(107, 122, 143,0.51);}.flush-blueberry-soft2,.flush-hover-blueberry-soft2:hover{color:#fff!important;background-color:rgba(107, 122, 143,0.21);}
.flush-citrus,.flush-hover-citrus:hover{color:#fff!important;background-color:#F7C331!important}
.flush-red,.flush-hover-red:hover{color:#fff!important;background-color:#f44336!important}
.flush-sand,.flush-hover-sand:hover{color:#000!important;background-color:#fdf5e6!important}
.flush-teal,.flush-hover-teal:hover{color:#fff!important;background-color:#009688!important}
.flush-yellow,.flush-hover-yellow:hover{color:#000!important;background-color:#ffeb3b!important}
.flush-white,.flush-hover-white:hover{color:#000!important;background-color:#fff!important}
.flush-black,.flush-hover-black:hover{color:#fff!important;background-color:#000!important}
.flush-grey,.flush-hover-grey:hover,.flush-gray,.flush-hover-gray:hover{color:#000!important;background-color:#9e9e9e!important}
.flush-greyish{color:#000!important;background-color:#ccc!important}
.flush-light-grey,.flush-hover-light-grey:hover,.flush-light-gray,.flush-hover-light-gray:hover{color:#000!important;background-color:#f1f1f1!important}
.flush-dark-grey,.flush-hover-dark-grey:hover,.flush-dark-gray,.flush-hover-dark-gray:hover{color:#fff!important;background-color:#616161!important}
.flush-pale-red,.flush-hover-pale-red:hover{color:#000!important;background-color:#ffdddd!important}
.flush-pale-green,.flush-hover-pale-green:hover{color:#000!important;background-color:#ddffdd!important}
.flush-text-blueberry,.flush-hover-text-blueberry:hover{color:#6B7A8F!important}
.flush-pale-yellow,.flush-hover-pale-yellow:hover{color:#000!important;background-color:#ffffcc!important}
.flush-pale-blue,.flush-hover-pale-blue:hover{color:#000!important;background-color:#ddffff!important}
.flush-text-apricot,.flush-hover-text-apricot:hover{color:#f7882f!important}
.flush-text-citrus,.flush-hover-text-citrus:hover{color:#F7C331!important}
.flush-text-amber,.flush-hover-text-amber:hover{color:#ffc107!important}
.flush-text-aqua,.flush-hover-text-aqua:hover{color:#00ffff!important}
.flush-text-blue,.flush-hover-text-blue:hover{color:#2196F3!important}
.flush-text-light-blue,.flush-hover-text-light-blue:hover{color:#87CEEB!important}
.flush-error{color:#ff0000;!important}
.flush-error-outline{border:2px solid #ff0000;}
.flush-text-brown,.flush-hover-text-brown:hover{color:#795548!important}
.flush-text-cyan,.flush-hover-text-cyan:hover{color:#00bcd4!important}
.flush-text-blue-grey,.flush-hover-text-blue-grey:hover,.flush-text-blue-gray,.flush-hover-text-blue-gray:hover{color:#607d8b!important}
.flush-text-green,.flush-hover-text-green:hover{color:#4CAF50!important}
.flush-text-light-green,.flush-hover-text-light-green:hover{color:#8bc34a!important}
.flush-text-indigo,.flush-hover-text-indigo:hover{color:#3f51b5!important}
.flush-text-khaki,.flush-hover-text-khaki:hover{color:#b4aa50!important}
.flush-text-lime,.flush-hover-text-lime:hover{color:#cddc39!important}
.flush-text-orange,.flush-hover-text-orange:hover{color:#ff9800!important}
.flush-text-deep-orange,.flush-hover-text-deep-orange:hover{color:#ff5722!important}
.flush-text-pink,.flush-hover-text-pink:hover{color:#e91e63!important}
.flush-text-purple,.flush-hover-text-purple:hover{color:#9c27b0!important}
.flush-text-deep-purple,.flush-hover-text-deep-purple:hover{color:#673ab7!important}
.flush-text-red,.flush-hover-text-red:hover{color:#f44336!important}
.flush-text-sand,.flush-hover-text-sand:hover{color:#fdf5e6!important}
.flush-text-teal,.flush-hover-text-teal:hover{color:#009688!important}
.flush-text-yellow,.flush-hover-text-yellow:hover{color:#d2be0e!important}
.flush-text-white,.flush-hover-text-white:hover{color:#fff!important}
.flush-text-black,.flush-hover-text-black:hover{color:#000!important}
.flush-text-grey,.flush-hover-text-grey:hover,.flush-text-gray,.flush-hover-text-gray:hover{color:#757575!important}
.flush-text-light-grey,.flush-hover-text-light-grey:hover,.flush-text-light-gray,.flush-hover-text-light-gray:hover{color:#f1f1f1!important}
.flush-text-dark-grey,.flush-hover-text-dark-grey:hover,.flush-text-dark-gray,.flush-hover-text-dark-gray:hover{color:#3a3a3a!important}
.flush-border-amber,.flush-hover-border-amber:hover{border-color:#ffc107!important}
.flush-border-aqua,.flush-hover-border-aqua:hover{border-color:#00ffff!important}
.flush-border-blue,.flush-hover-border-blue:hover{border-color:#2196F3!important}
.flush-border-light-blue,.flush-hover-border-light-blue:hover{border-color:#87CEEB!important}
.flush-border-brown,.flush-hover-border-brown:hover{border-color:#795548!important}
.flush-border-cyan,.flush-hover-border-cyan:hover{border-color:#00bcd4!important}
.flush-border-blue-grey,.flush-hover-border-blue-grey:hover,.flush-border-blue-gray,.flush-hover-border-blue-gray:hover{border-color:#607d8b!important}
.flush-border-green,.flush-hover-border-green:hover{border-color:#4CAF50!important}
.flush-border-light-green,.flush-hover-border-light-green:hover{border-color:#8bc34a!important}
.flush-border-indigo,.flush-hover-border-indigo:hover{border-color:#3f51b5!important}
.flush-border-khaki,.flush-hover-border-khaki:hover{border-color:#f0e68c!important}
.flush-border-lime,.flush-hover-border-lime:hover{border-color:#cddc39!important}
.flush-border-orange,.flush-hover-border-orange:hover{border-color:#ff9800!important}
.flush-border-deep-orange,.flush-hover-border-deep-orange:hover{border-color:#ff5722!important}
.flush-border-pink,.flush-hover-border-pink:hover{border-color:#e91e63!important}
.flush-border-purple,.flush-hover-border-purple:hover{border-color:#9c27b0!important}
.flush-border-deep-purple,.flush-hover-border-deep-purple:hover{border-color:#673ab7!important}
.flush-border-red,.flush-hover-border-red:hover{border-color:#f44336!important}
.flush-border-sand,.flush-hover-border-sand:hover{border-color:#fdf5e6!important}
.flush-border-teal,.flush-hover-border-teal:hover{border-color:#009688!important}
.flush-border-yellow,.flush-hover-border-yellow:hover{border-color:#ffeb3b!important}
.flush-border-white,.flush-hover-border-white:hover{border-color:#fff!important}
.flush-border-black,.flush-hover-border-black:hover{border-color:#000!important}
.flush-border-grey,.flush-hover-border-grey:hover{border-color:#9e9e9e!important}
.flush-border-gray,.flush-hover-border-gray:hover{border-color:#d3d3d3!important}
.flush-border-light-grey,.flush-hover-border-light-grey:hover,.flush-border-light-gray,.flush-hover-border-light-gray:hover{border-color:#f1f1f1!important}
.flush-border-dark-grey,.flush-hover-border-dark-grey:hover,.flush-border-dark-gray,.flush-hover-border-dark-gray:hover{border-color:#616161!important}
.flush-border-pale-red,.flush-hover-border-pale-red:hover{border-color:#ffe7e7!important}.flush-border-pale-green,.flush-hover-border-pale-green:hover{border-color:#e7ffe7!important}
.flush-border-pale-yellow,.flush-hover-border-pale-yellow:hover{border-color:#ffffcc!important}.flush-border-pale-blue,.flush-hover-border-pale-blue:hover{border-color:#e7ffff!important}

.loader {
    z-index: 3; /* Sit on top */
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #000000;
  border-bottom: 16px solid #000000;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    z-index: 2; /* Sit on top */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
    margin: auto;
}

.overlay2 {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content2 {
    position: relative;
    top: 5%; /* 25% from the top */
    width: 100%; /* 100% width */
    z-index: 2; /* Sit on top */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
    margin: auto;
}
.slidecontainer {
  width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 25px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  radius: 50%;
  background: #616161;
  cursor: pointer; /* Cursor on hover */
}

.slider::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #4CAF50; /* Green background */
  cursor: pointer; /* Cursor on hover */
}