<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #ffa928;
	font-family: 'Open Sans',serif;
	font-size: 12px;
	margin:auto;
	margin-top:20px;
	width: 960px;
}

a {
	color: black;
	text-decoration: none;
}

.border-transparent {
	border:1px solid transparent;
}

.btn {
    background-color: #D6D6D6;
    background-image: linear-gradient(to bottom, #CCCCCC, #E6E6E6);
    background-repeat: repeat-x;
    border-color: #999999 #999999 #808080;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0px 3px 5px #333;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
	background-color: #FAA732;
    background-image: linear-gradient(to bottom, #FBB450, #F89406);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    cursor: pointer;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn:hover {
	background-color: #F89406;
    color: #000;
    background-position: 0 -15px;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}

.btn:focus {
    outline: thin dotted #333333;
    outline-offset: -2px;
}

.btn-large{padding:8px 19px;font-size:16px;border-radius:6px}
.btn-large [class^="icon-"],.btn-large [class*=" icon-"]{margin-top:4px}
.center {
	text-align: center;
}

.contact-header {
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	padding:6px;
	padding-left: 300px;
	text-align: center;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
}

.col-lg-12 {
	width: 960px;
}

.col-lg-6 {
	width: 480px;
}

.mt20 {
	margin-top: 20px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

#content {
	padding:10px;
}

#footer {
	margin-top: 20px;
	text-align:center;
}

#gray-header {
	background-color: #444645;
	border-top-right-radius: 8px;
	margin-top: 85px
}

#header {
	background-color: #f1f1f1;
	text-align: center;
}

#header ul {
	list-style-type: none;
	font-family: 'Montserrat',sans-serif;
	font-size: 16px;
	font-weight: bold;

}

#header li {
	display: inline;
	padding: 17px;
}

#header li:hover {
	background-color: #ffa928;
	cursor: pointer;
}

#logo {
	position: absolute;
	margin-top: -66px;
}

#wrapper {
	background-color:#fff;
	margin-bottom: 20px;
}</pre></body></html>