<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800,900');
/*
    font-family: 'Raleway', sans-serif;
	font-family: 'Open Sans', sans-serif;
*/

*{
	box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
body {
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height:24px;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* Heading Typo */
body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #333740;
    font-weight: bold;
    line-height: 1.2;
    font-style: normal;
    margin: 22px 5px 3px 2px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size:40px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 20px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #0094e1;
	font-family: 'Raleway', sans-serif;
}

p a {
    color: #fff;
}
/* Peragraph Typo */
a {
	color: #333740;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
}

a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
    color: #1982c9;
}
/* HTML-5 Element Typo */
header,
detail,
article,
aside,
hgroup,
nav,
section,
figure,
figcaption,
footer{
	display:block;	
}
audio,
video,
canvas{
	float:left;
	width:100%;	
}
ul {
   margin:0px;
   padding:0px;
}
li {
    
    list-style: none;
}
ul ul {
    margin:0px;
	padding:0px;
}
ol {
    float: none;
    padding-left: 15px;
    list-style: decimal;
}
ol ol {
    margin-left: 20px;
}
ol li {
	width: 100%;
    list-style: decimal;
}
.pd-0{
    padding: 0 !important;
}
.text{
    float: left;
    width: 100%;
}
.flex-text {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.flex-text.js{
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.thumb,
figure {
	float:left;
	width:100%;
	overflow:hidden;
    position: relative;
}
.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
}
.thumb img,
figure img{
	float:left;
	width:100%;
}
img {
    max-width: 100%;
}
strong {
    color: #3d3d3d;
}
iframe {
    float: left;
    width: 100%;
    border: none;
}
/* Form Input Typo */
select {
    width: 100%;
    height: 40px;
    color: #3d3d3d;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    padding: 8px 12px;
    display: inline-block;
    border: 1px solid #d2d2d2;
}
label {
    color: #3d3d3d;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}
button {
    border: none;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    outline: none;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    border: 1px solid #d7d8d8;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
form p {
    float: left;
    width: 100%;
    position: relative;
}
form p span i {
    top: 13px;
    left: 16px;    
    color: #474747;
    position: absolute;
}
table {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
}
th {
    text-align: left;
}
table &gt; thead &gt; tr &gt; th, table &gt; tbody &gt; tr &gt; th, table &gt; tfoot &gt; tr &gt; th, table &gt; thead &gt; tr &gt; td, table &gt; tbody &gt; tr &gt; td, table &gt; tfoot &gt; tr &gt; td {
    line-height: 2.5;
    padding-left: 7px;
    vertical-align: top;
    border: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}
table thead tr th {
    border-top: 1px solid #d2d2d2;
}
.table &gt; caption + thead &gt; tr:first-child &gt; th, .table &gt; colgroup + thead &gt; tr:first-child &gt; th, .table &gt; thead:first-child &gt; tr:first-child &gt; th, .table &gt; caption + thead &gt; tr:first-child &gt; td, .table &gt; colgroup + thead &gt; tr:first-child &gt; td, .table &gt; thead:first-child &gt; tr:first-child &gt; td {
	border-top: 1px solid #d2d2d2;
}
table &gt; thead &gt; tr &gt; th {
    vertical-align: bottom;
    border-bottom: 2px solid #d2d2d2;
}
table &gt; caption + thead &gt; tr:first-child &gt; th, table &gt; colgroup + thead &gt; tr:first-child &gt; th, table &gt; thead:first-child &gt; tr:first-child &gt; th, table &gt; caption + thead &gt; tr:first-child &gt; td, table &gt; colgroup + thead &gt; tr:first-child &gt; td, table &gt; thead:first-child &gt; tr:first-child &gt; td 
{
	border-bottom: 0;
}
table &gt; tbody + tbody {
    border-top: 2px solid #d2d2d2;
}
.table &gt; thead &gt; tr &gt; th, .table &gt; tbody &gt; tr &gt; th, .table &gt; tfoot &gt; tr &gt; th, .table &gt; thead &gt; tr &gt; td, .table &gt; tbody &gt; tr &gt; td, .table &gt; tfoot &gt; tr &gt; td {
    padding: 12px 16px;
}
p ins {
    color: #999;
}
dl dd {
    margin-left: 20px;
}
address {
    font-style: italic;
}
:-moz-placeholder { color: #666666; opacity: 1; }
::-moz-placeholder { color: #666666; opacity: 1; }
:-ms-input-placeholder {color: #666666; opacity: 1;}
::-webkit-input-placeholder {color: #666666; opacity: 1;}
</pre></body></html>