<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

body, input, select, textarea
{
font-size: 10pt;
line-height: 1.75em;
}

h2
{
font-size: 2em;
line-height: 1.25em;
margin: 0 0 1em 0;
letter-spacing: -1px;
}

h3
{
line-height: 1.25em;
margin: 0 0 1em 0;
font-size: 1.75em;
letter-spacing: -0.5px !important;
}

.subtitle
{
font-size: 1.75em;
letter-spacing: -0.5px !important;
}

.bordered
{
padding: 2em 0em 0em 0em;
border-top: 1px solid #e4e4e4;
}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

#header-wrapper
{
}

#banner-wrapper
{
padding: 4em 0 4em 0;
}

#featured-wrapper
{
padding: 8em 0 4em 0;
}

#main-wrapper
{
padding: 2em 0 4em 0;
}

#footer-wrapper
{
padding: 2em 0 4em 0;
}

#login-wrapper {
padding: 2em 0 2em 0;
}


/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#header
{
position: relative;
padding: 6em 0 6em 0;
}

#header h1
{
font-family: 'Bad Script', cursive;
letter-spacing: -1px;
text-align: center;
font-size: 3.50em;
font-weight: bold;
}

#header h1 a
{
text-decoration: none;
color: #FFFFFF;
outline: 0;
}

#header span
{
font-weight: 200;
color: #727272;
}


/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

#nav
{
position: relative;
height: 4em;
padding-top: 2em;
margin: 0px auto;
cursor: default;
}

#nav ul
{
margin: 0;
padding: 0;
text-align: center;
}

#nav &gt; ul &gt; li &gt; ul
{
display: none;
}

#nav li
{
display: inline-block;
margin: 0em 0.50em;
}

#nav a
{
display: inline-block;
line-height: 2.5em;
padding: 0 1.25em 0 1.25em;
text-decoration: none;
font-size: 1.05em;
color: #fff;
font-weight: bold;
outline: 0;
}

#nav li:hover a
{
background: #0087cd;
color: #fff;
}

#nav li:active a,
#nav li.active a
{
background: #0087cd !important;
color: #FFFFFF !important;
}

#nav .current_page_item a
{
background: #0087cd !important;
color: #FFFFFF !important;
}

#nav .first
{
border-left: none;
}

.dropotron
{
background: #282828;
background: rgba(42,42,42,0.94);
min-width: 15em;
padding: 0.75em;
box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.15);
}

.dropotron li
{
}

.dropotron li &gt; a,
.dropotron li &gt; span
{
display: block;
color: #fff;
font-weight:bold;
text-decoration: none;
line-height: 2.75em;
padding: 0 1em 0 1em;
outline: 0;
}

.dropotron li:hover &gt; a,
.dropotron li:hover &gt; span
{
background: #202020;
color: #bbb;
}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

#banner
{
}

#banner .image-full
{
}


/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

#footer
{
}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

#main
{
}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

#content
{
overflow: hidden;
padding-bottom: 6em;
}

#content p
{
text-align: justify;
}

.homepage #content,
.no-sidebar #content
{
}

.homepage #content
{
padding-bottom: 1em;
}

.left-sidebar #content
{
padding-left: 3em;
}

.right-sidebar #content
{
padding-right: 3em;
}

#content h2
{
margin: 0 0 0.25em 0;
font-size: 3em;
}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

#featured
{
}


#featured h2
{
font-size: 2.50em;
margin: 0 0 0.25em 0;
}

#featured h3
{
font-size: 1.70em;
}

#featured .subtitle
{
font-size: 1.50em;
}

#featured .image
{
margin-bottom: 3em;
}

/*********************************************************************************/
/* Slider                                                                        */
/*********************************************************************************/

#slider
{
overflow: hidden;
margin: 0 auto;
position: relative;
height: 450px;
cursor: default;
}

#slider .viewer
{
margin: 0 auto;
}

#slider .viewer .reel
{
display: none;
}

#slider .viewer .reel .slide
{
position: relative;
width: 1200px !important;
}

#slider .viewer .reel .slide img
{
width: 1200px;
line-height: 0;
position: absolute;
top: 0;
left: 0;
}

#slider .info-black
{
position: absolute;
z-index: 1;
width: 100%;
top: 10em;
right: 4em;
padding: 0px 0px 20px 30px;
text-align: right;
}

#slider .info-black h2
{
opacity: 0.75;
line-height: 1.25em;
font-size: 3em;
font-weight: bold;
color: #000;
margin: 0 0 0.25em 0;
}

#slider .info-black span
{
display: block;
text-decoration: none;
opacity: 0.75;
font-weight: bold;
color: #000;
font-size: 2.00em;
}

#slider .info-white
{
position: absolute;
z-index: 1;
width: 100%;
top: 10em;
right: 4em;
padding: 0px 0px 20px 30px;
text-align: right;
}

#slider .info-white h2
{
opacity: 0.75;
line-height: 1.25em;
font-size: 3em;
font-weight: bold;
color: #fff;
margin: 0 0 0.25em 0;
}

#slider .info-white span
{
display: block;
text-decoration: none;
opacity: 0.75;
font-weight: bold;
color: #fff;
font-size: 2.00em;
}


#slider .indicator
{
position: absolute;
bottom: 2em;
right: 4em;
height: 50px;
}

#slider .indicator ul
{
list-style: none;
padding: 0;
margin: 0;
text-align: center;
}

#slider .indicator ul li
{
display: inline-block;
width: 1em;
height: 1em;
text-indent: -9999px;
background: #555;
background: rgba(255,255,255,.20);
margin: 0 0.25em 0 0.25em;
border-radius: 50%;
}

#slider .indicator ul li.active
{
background: #fff;
background: rgba(255,255,255,.60);
}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

#copyright 
{
margin-top: 1em;
padding: 1em 0em 8em 0em;
}

.button-join {
margin-bottom: 0em;
margin-top: 215px;

}

</pre></body></html>