<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Theme 1 CSS*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Oswald:300,400);
body,textarea,input {
    font-family: 'Open Sans';
    font-size: 14px;
}

#above_nav {
    background-color: #ececec;
    box-shadow: inset 0px -3px 5px rgba(0,0,0,0.4);
    padding-top: 5px;
}

#above_nav, #above_nav a {
    color: #515151;
    text-decoration: none;
}

.header {
    background-image: url(images/bottom-gradient.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    padding-bottom: 28px;
}

.article, .margin {
  vertical-align: top;
}

h1 {
   color: #808080;
   font-size: 30px;
   border-bottom: 3px solid #6dd0f7;
   padding-bottom: 10px;
}

h1,h2,h3,h1 a,h2 a,h3 a
{
	font-family:'Oswald', sans-serif;
	font-weight:normal;
	text-decoration: none;
}

h3 {
    font-size: 18px;
}

.sidebar h3,.sidebar h3 a {
    color: #0072bb;
}

.sidebar a {
    text-decoration: none;
    color: #000;
}

.sidebar h4,.sidebar h4 a {
    color: #000;
    font-family: Oswald;
    font-weight: normal;
    font-size: 14px;
}

.cm_featuredimage {
    text-align: center;
}

.nav {
    display: inline-block;
}

.content p {
    font-size: 14px;
    line-height: 24px;
}

.sidebar,.sidebar .content p {
    font-size: 12px;
}

.article a {
    color: #000;
}

#menu a {
    font-family: 'Open Sans';
    font-size: 12px;
}

#menu ul {
    list-style-type: none;
}

#menu &gt; li a {
    text-decoration: none;
    color: #000;
    padding: 0 20px;
}


#menu &gt; li ul a {
    display: block;
}

#menu &gt; li,#menu &gt; li &gt; a {
    font-family: Oswald;
    position: relative;
}

.nav li:last-child a {
    padding-right: 0;
}


#menu &gt; li ul {
    display: none;
    padding: 0;
    width: 100%;
}

#menu &gt; li:after {
    content: '●';
    color: red;
}

#menu &gt; li:last-child:after {
    content: none;
    margin: 0;
}

.nav .icon {
    opacity: 0.3;
}

#menu li:hover {
    background-color: whitesmoke;
}

.bluebox {
    background-color: #0072bb;
    margin-top: 20px;
}

.orangebox {
    background-color: #f8931d;
}

.padding10 {
    padding: 10px;
}

.vpadding10 {
    padding: 10px 0;
}

.wrapper {
    max-width: 1100px;
}

 #phone {
    color: red;
    font-size: 24px;
    font-family: 'Oswald';
    font-weight: 400;
   }

#phone .icon {
    font-size: 75%;
}

.footer {
    background-color: #000;
    color: #a2a2a2;
    font-size: 11px;
    line-height: 36px;
   
}

.copyrightline {
    display: inline-block;
}

.poweredby {
    float: right;
}

.footer a {
    color: #a2a2a2;
    text-decoration: none;
}

/* Extra Small devices (mobiles, 768px and smaller) */
@media (max-width: 767px) {

#menu &gt; li &gt; ul {
    width: 100%;
}

    #logo,#phone {
    text-align: center;
    }

    .nav {
        display: block;
    }
    .nav #menu {
        display: none;
    }
    .nav #menu {
        list-style-type: none;
        padding: 0;
        margin: 0;
        border-top: 1px solid #ccc;
        margin-top: 10px;
    }

    .nav #menu li {
        border-bottom: 1px solid #ccc;    
    }
        .nav #menu &gt; li &gt; a {
            padding: 10px;
            display: block;
        }
    
        .nav #menu li:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

        .nav #menu li::after {
            content: none;
        }

    #menuopener {
        display: block;
        border-top: 1px solid #ccc;
        padding-top: 10px;
        padding-left: 10px;
        cursor: pointer;
    }

    #menuopener span {
        margin-right: 10px;
    }

    table.content.wrapper &gt; tr &gt; td,table.content.wrapper &gt; tbody &gt; tr &gt; td {
        display: block;
    }

    .article{
        padding: 0 20px;
        width: auto;
    }
}

/* Small devices (desktops, 768px and up) */
@media (min-width: 768px) {

#menu &gt; li &gt; ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

/* Sub menu showing on the side*/
#menu li.hassub li.hassub &gt; ul {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 99;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

    #phone {
    position: absolute;
    right: 0px;
    top: 15px;
    }

    #logo,#tagline {
    display: inline-block;
    }

    #menuopener {
    display: none;
    }
    table.content.wrapper &gt; tr &gt; td,table.content.wrapper &gt; tbody &gt; tr &gt; td {
        display: block;
    }

    .article{
        padding: 0 20px;
        width: 75%;
    }

    .header {
        min-height: 100px;        
    }

    .header .wrapper {
        position: relative;
    }

    .nav {
        display: block;
        text-align: center;
    }  

    .nav ul {
        margin: 0;
        padding: 0;
    }  

    #menu &gt; li {
        display: inline-block;
        
    }
    #menu li.hassub {
        position: relative;
    }

    #menu li:hover &gt; ul,#menu li.hassub:hover &gt; ul {
        display: block;
    }
   
    
    .nav li a {
        padding: 0 5px;
        font-size: 14px;
        display: inline-block;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    table.content.wrapper &gt; tr &gt; td,table.content.wrapper &gt; tbody &gt; tr &gt; td {
        display: table-cell;
    }

    #menu &gt; li &gt; a {
        padding: 0 10px;
        font-size: 18px;        
    }

    #menu &gt; li {
        font-size: 18px;        
    }

    .article {
        padding: 0 10px;
        width:650px;
    }
    .wrapper {
        width: 100%;
    }
   
    .nav {
        text-align: left;
        position: absolute;
        right: 0;
        bottom: 0;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .wrapper {
        width: 1100px;
        margin: 0 auto;
    }

    .article{ padding-right:10px; width:850px;}

    .sidebar {
        background-image: url(images/sidebarback.jpg);
        background-repeat: repeat-y;
        background-position: left top;
        padding-left: 30px;
        position: relative;
        display: inline-block;
        padding-top: 10px;
    }
    .sidebar .top
{
    background-image: url(images/sidebartop.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 15px;
    height: 52px;
}
.sidebar .bottom
{
    background-image: url(images/sidebarbottom.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 15px;
    height: 52px;
}
}</pre></body></html>