<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#content {width: 90%; background-color:#ffffff; padding: 5%; margin: 0 auto; max-width:1024px;}

body {
  /*padding: 20px 15%;*/ font: 1em Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; color: #333; margin:0; padding:0;background:#f5f7f9
}


.half-width {
	width: 49%;
	clear: none;
}

.col-1 {
	float: left;
}

.col-2 {
	float: right;
}

.small {color: #7f8c8d;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 15px 0;
    padding: 0;}
.smaller {color: #999;
    font-size: 12px;
    
    margin: 0 0 15px 0;
    padding: 0;
	font-weight:normal}
img.figure {
	float: left;
	 max-width: 262px;
    height: auto;
box-shadow: 0 0 25px rgba(0,0,0,.2), 0 0 15px rgba(0,0,0,.2);
	margin: 0 25px 25px 0;
}
li {
    margin-bottom: 7px;
    padding-left: 20px;
    color: #5c5c5c;
    font-size: 15px;
    line-height: 21px;
}
li, ul {
    list-style: none;
    padding: 0;
}
ul {
    list-style-image: url('http://www.facilitiesnet.com/lp/WhitePaper_Showcase/2017/Img/check.png');
}
form header {
  margin: 0 0 20px 0; 
}
form header div {
  
  color: #888888;
}
form header h1 {
	margin-bottom:0
}
form header h2 {
  margin: 0 0 5px 0;
}
form &gt; div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
form &gt; div &gt; fieldset &gt; div &gt; div {
  margin: 0 0 5px 0;
}
form &gt; div &gt; label,
legend {
	width: 40%;
  float: left;
  padding-right: 10px;
}
form &gt; div &gt; div,
form &gt; div &gt; fieldset &gt; div {
  width: 100%;
  float: right;
}
form &gt; div &gt; fieldset label {
	font-size: 90%;
}
fieldset {
	border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
textarea {
	    font-weight: 400;
    width: calc(100% - 30px);
    padding: 0 15px;
    display: inline-block;
  -webkit-box-shadow: inset 0 1px 0 #ededed;
    -moz-box-shadow: inset 0 1px 0 #ededed;
    box-shadow: inset 0 1px 0 #ededed;
    border: 1px solid #cccccc;
  padding: 0 15px;
  -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border-radius: 4px;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
	height: 45px;
    z-index: 200;
}
input[type=text],
input[type=email],
input[type=url],
input[type=tel] {
  width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: 0;
  border-color: #4697e4;
}
input[type=submit]{-webkit-appearance: none;}

.btn {background: #55bc75;
    border: none;
    width: 100%;
    color: #fff;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 18px;
    padding: 15px 50px;
    margin: 1em 0 15px 0;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;}
.btn:hover{background:#42a862;}
#footer {margin: 1em auto; text-align:center;}

img.header{width: 90%;
    margin: 2% auto 0;
    max-width: 1024px;
    display: block;}
@media (max-width: 800px) {
  form &gt; div {
    margin: 0 0 15px 0; 
  }
  form &gt; div &gt; label,
  legend {
	  width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  form &gt; div &gt; div,
  form &gt; div &gt; fieldset &gt; div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=tel],
  textarea,
  select {
    width: 100%; 
  }
  #content{width:100%; margin:0 auto;}
  img.header{width:100%; margin:0; max-width:100%;}
}
@media (min-width: 1200px) {
  form &gt; div &gt; label,
	legend {
  	text-align: left;
	margin-bottom:0.3em;
	margin-top:0.5em;
  }
}

@media (max-width: 768px) {
	.half-width {
		width: 100%;
	}
	.col-1 {
		margin-bottom: 15px;
	}
}</pre></body></html>