<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@import url(http://fonts.googleapis.com/css?family=Roboto:100,400,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(http://fonts.googleapis.com/css?family=Raleway:300,500,600,700,400);
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*
 * -- BASE STYLES -- * 
 */

body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    line-height: 1.7em;
    color: #ffffff;
    font-size: 12px;
    padding: 0;
    background-color:#FFF;
    border-top:solid 10px #3d2b81;
}

p {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    color: #000;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: normal;
}

h1 {
    font-size: 4em;
}

h2 {
    font-size: 3em;
}

span.clear {
    clear: both;
    display: block;
}


/*
 * -- LAYOUT STYLES -- * 
 */

.l-box {
    padding: 1em;
}

.l-box-lrg {
    padding: 2em;
}

.is-center {
    text-align: center;
}

.orange {
    color: #e47b23;
}

.white {
    color: #fff;
}

.darggrey {
    color: #313131;
}

.grey {
    color: #a9a9a9;
}

.black {
    color: #000;
}

.header-wrapper {
    padding: 50px 0 50px 0;
    background-color:#FFF;
   
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header-wrapper.no-border {
    border-top: 0;
}

.header-overlay {
    padding: 0 2%;
}

.header {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 20px 0;
    text-align:center;
}

.header img {
    height: 90px;
   
}

.mobile-menu {
    display: block;
    margin-top: -155px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu ul li {
    padding: 10px 10px 6px 10px;
    background: #e47b23;
    border-bottom: 1px solid #000;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mobile-menu ul a  {
    text-decoration: none;

}

.mobile-menu ul li:hover {
    color: #000;
}

.mobile-menu.show {
    margin-top: 0;
}

#nav-icon {
    float: right;
    width: 40px;
    height: 25px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #e47b23;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
    top: 10px;
}

#nav-icon span:nth-child(4) {
    top: 20px;
}

#nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon.open span {
    background: #fff;
}

.menu {
    float: right;
    display: none;
}

.menu ul {
    list-style: none;
}

.menu ul li {
    display: inline;
}

.menu ul li a {
    color: #fff;
    text-decoration: none;
    margin-left: 10px;
    font-size: 17px;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-weight: 600;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu ul li a:hover {
    color: #e47b23;
}

.banner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0 50px 0;
}

.banner h2 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

.banner h3 {
    color: #a9a9a9;
    margin: 0;
    font-size: 28px;
}

.content-wrapper {
    padding: 0 2%;
}

.content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2% 0;
}

.content h2 {
    font-size: 36px;
    text-transform: uppercase;
}


.pa {
    display: flex;
    align-items: center;
    justify-content: center
}

.remote {
    
    color: #000;
}

.remote h2 {
    margin-bottom: 10px;
}

.remote input {
    margin: 0;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
}

.remote input[type=submit] { margin:10px 0; }

.footer {
    color:black;
    padding: 3% 2%;
}

.footer img {
    height: 100px;
}

.footer p { font-size:12px;}


/*
 * -- TABLET (AND UP) MEDIA QUERIES -- * 
 */

@media (min-width: 48em) {
    body {
        font-size: 17px;
    }
    .header {
        height: 180px;
    }
    .header img {
        height: 110px;
    }
    .menu {
        display: block;
        margin-top: 22px;
    }
    .mobile-menu,
    #nav-icon {
        display: none;
    }
    .l-box-lrg {
        border: none;
    }
    .bx-pager {
        display: none;
    }
    .quote-slider-arrow {
        display: block;
    }
    .quote-slider-arrow {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .quote-slider-arrow-left {
        left: 0
    }
    .quote-slider-arrow-right {
        right: 0
    }
}


/*
 * -- DESKTOP (AND UP) MEDIA QUERIES -- * 
 */

@media (min-width: 78em) {
    .menu {
        margin-top: 43px;
    }
    .menu ul li a {
        font-size: 20px;
    }
    .header img {
        height: 150px;
    }
}
</pre></body></html>