<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img { border:0; }

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button
{ -webkit-appearance: none; margin: 0; }

@font-face
    {
    font-family: centurygothic;
    src: url('/fonts/CenturyGothic.ttf');
    }

body
    {
    background-color: #fff;
    color: #333;
    font-family: centurygothic, 'Poppins', 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size:16pt;
    padding: 0;
    margin:0;
    }

.content
    {
    line-height: 1.7em;
    margin: 0 auto;
    padding: 0 5px;
    position: relative;
    max-width: 1080px;
    }

h1
    {
    font-weight: normal;
    font-size: 30pt;
    line-height:1.4em;
    margin: 0;
    }

h2, h3, h4, h5
    {
    margin-bottom:0;
    }

.price
    {
    color: green;
    font-weight: bold;
    }

.button
    {
    background-color: #E9BD1F;
    background-color: #00aeef;
    border: 0;
    color: #fcfcfc;
    cursor: pointer;
    font-size: 1em;
    margin: 0;
    outline: none;
    padding: .75em 1.3em;
    text-decoration: none;
    border: 2px solid #fcfcfc;
    -moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
    -webkit-transition: background-color .1s;
    -moz-transition: background-color 1s;
    -o-transition: background-color 1s;
    transition: background-color 1s;
    }

.button:hover
    {
    background-color: #2a85e0;
    background-color: orange;
    
    -webkit-transition: background-color .1s;
    -moz-transition: background-color 1s;
    -o-transition: background-color 1s;
    transition: background-color 1s;
    }

.button:active
    {
    background: #316ba5;
    box-shadow: none;
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    }

.secondary:not(.button)
    {
    font-size:smaller;
    color: #999;
    }

.button.secondary
    {
    background: #333;
    /*border: 2px solid #333;*/
    color: #fff;
    }

.button.disabled,
.button.disabled:hover,
.button.disabled:active,
.button[disabled]
    {
    background: #7f7f7f;
    cursor: not-allowed;
    opacity: .65;
    box-shadow: none;
    pointer-events: none;
    position: static;
    }

/*.secondary:hover
    {
    color: #fff;
    }*/

a:link, a:visited
    {
    color: #00aeef;
    text-decoration:none;
    }

a:hover, a:active
    {
    color: #e8bc1e;
    /*text-decoration: none;*/
    }

a[href^=tel]
    {
    white-space: nowrap;
    }

.text, select
    {
    border: 1px solid #999;
    box-sizing: border-box;
    color: #333;
    font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size:18pt;
    height:2em;
    line-height:2em;
    padding: 0 0.3em;
    width: 100%;
    }

textarea.text
    {
    line-height: 1.3em;
    height: auto;
    }

/*select:disabled
    {
    background-color:lime;
    }*/

label
    {
    display: block;
    font-weight: bold;
    }

p
    {
    margin-top: 0;
    margin-bottom: 1.6em;
    margin-bottom: 0;
    padding-bottom: 1.6em;
    
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    /*display:table;*/
    }

.link a
    {
    display: block;
    font-weight: bold;
    }

.link .note
    {
    font-size: 70%;
    }

.additional
    {
    display: none;
    }

ul li, ol li
    {
    margin-bottom: 1em;
    }

a.highlight:visited, a.highlight:link
    {
    color: #369;
    }

a.highlight:active, a.highlight:hover
    {
    color: #393;
    }

.row
    {
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    font-size: x-small;
    }

.row:nth-child(even)
    {
    background-color: #efefff;
    }

.row:hover
    {
    background-color:lightblue;
    }

.row:first-child
    {
    background-color: #fff;
    cursor: auto;
    font-weight:bold;
    }

.row button
    {
    font-size: xx-small;
    }

.unbreakable
    {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    display:table;
    }

.required
    {
    /*color: red;*/
    /*font-weight: bold;*/
    }

.required:after
    {
    color: red;
    content: '*';
    font-weight:bold;
    margin-left: 0.5em;
    }

.shadow
    {
    -webkit-filter: drop-shadow( 5px 5px 10px #000 );
    filter: drop-shadow( 5px 5px 10px #000 );
    }

.outer_glow
    {
    -webkit-filter: drop-shadow( 0 0 5px #fff );
    filter: drop-shadow( 0 0 5px #fff );
    }

#media_matte
    {
    background-position:center top;
    width: 100%;
    height: 100vw;
    }

#media_info
    {
    padding: 0.4em;
    }

.desktop_only, .two_column_only
    {
    display: none;
    }

#data_dump
    {
    display: none;
    }

#top_nav
    {
    background-color: rgba(255,255,255,0.9);
    position:fixed;
    width:100%;
    z-index: 10;
    
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,1), rgba(255,255,255,0.5));    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(255,255,255,1), rgba(255,255,255,0.5));         /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(255,255,255,1), rgba(255,255,255,0.5));       /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0.5));            /* Standard syntax */
    }

#top_nav
    {
    box-shadow: 0 5px 20px #666;
    text-align:center;
    line-height: 1.2em;
    
    font-size: smaller;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    
    line-height:40px;
    }

#top_nav img
    {
    height: 64px;
    vertical-align: middle;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    }

#top_nav a
    {
    display: inline-block;
    font-size: smaller;
    font-weight:bold;
    text-align:center;
    width:20%;
    }

a#logo
    {
    margin:0;
    width:auto;
    }

#logo img
    {
    max-height: 80%;
    padding-bottom: 10px;
    }

#top_nav a:link, #top_nav a:visited
    {
    text-decoration:none;
    }

#top_nav a.here
    {
    text-decoration: underline;
    }

#top_nav a:hover, #top_nav a:active
    {
    color: #368bd6;
    text-decoration:underline;
    }

.shrunken
    {
    background-color: rgba(255,255,255,0.8) !important;
    /*line-height: 1.2em !important;*/
    line-height:40px !important;
    
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    }

#top_nav.shrunken img
    {
    height: 32px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    }

#nav a:link, #nav a:visited
    {
    text-decoration: none;
    color:#fff;
    }

#nav a:hover, #nav a:active
    {
    background-color: #00aeef;
    }

#nav_links
    {
    line-height:inherit;
    }

#nav_phone
    {
    clear:both;
    /*font-size:smaller;*/
    line-height:75%;
    }

#nav_phone a
    {
    width: auto;
    }

.light-burst
    {
    background-color:transparent;
    border-radius: 100%;
    height:100%;
    width:100%;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    }

@keyframes light-burst
    {
    50%
        {
        box-shadow: 0 0 10px 10px rgba(255,255,255,0.5);
        }
    100%
        {
        box-shadow: 0 0 10px 10px rgba(255,255,255,0);
        height: 200%;
        width: 200%;
        }
    }

.light-burst:hover
    {
    -webkit-animation: light-burst;
    -moz-animation: light-burst;
    -o-animation: light-burst;
    animation: light-burst 1s 1;
    }

#footer_matte
    {
    margin:0;
    padding:0;
    margin-top: 2em;
    background-color:#095ca9;
    color: #fff;
    overflow:hidden;
    line-height:32px;
    font-size:x-small;
    }

#footer_container
    {
    line-height:32px;
    text-align:center;
    }

#footer_links
    {
    }

#footer_links a
    {
    color:#fff;
    margin:0 1em;
    text-decoration: none;
    }

.cloudy_insert {
	background-color: #D2E9F9;
	/*box-shadow: inset 1px 10px 10px -5px #666;*/
	box-shadow: inset 1px 10px 10px -5px #fff;
	-moz-box-shadow: 0px 3px 3px #000;
	-webkit-box-shadow: 0px 3px 3px #000;
	box-shadow-bottom: 5px #000;
	margin-top:2em;
	padding:2em 0 3em 0;
}

.feature_title
    {
    margin-bottom:0;
    text-transform: capitalize;
    }

.subtitle
    {
    color:#999;
    margin-top:0;
    text-transform:capitalize;
    }

#hero_text
    {
    position:relative;
    top:50%;
    transform: translateY(-40%);
    }

#hero_button_matte
    {
    text-align: right;
    }

.hero_text_big {
	font-size:60px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	text-shadow:1px 1px #333, -1px 1px #333, -1px -1px #333, 1px -1px #333;
	padding:5px;
}

.hero_text_bubble {
	font-size:x-large;
	text-align:center;
	background-color:rgba(255,255,255,0.8);
	padding:0.5em;-moz-border-radius: 8px; -webkit-border-radius: 8px;
}

.circle_graphic
    {
    display: none;
    }

#feature_title
    {
    display:none;
    padding-top: 70px;
    }

.split
    {
    text-align:left;
    }

.hidden
    {
    display: none;
    }

.non_mobile
    {
    display: none;
    }

.hero
    {
    background-position: center center;
    background-size:cover;
    height:640px;
    position:relative;
    }


#feature_hero
    {
    height:250px;
    }

#feature_hero #hero_text
    {
    bottom: 0;
    transform: translateY(40%);
    }

#feature_hero #hero_text .hero_text_big
    {
    font-size:30px;
    }

.tablet_only
    {
    display:none;
    }

#mobile_nav a
    {
    color: #fff;
    text-decoration: none;
    font-weight:bold;
    }

#bot_nav_matte
    {
    text-align: center;
    }

.name_cell
    {
    text-align: center;
    }

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