<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("../webfonts/SourceSansPro_Regular/stylesheet.css");




/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
    box-sizing: border-box;
    height: 100%;
}
*, *::before, *::after {
    box-sizing: inherit;
}
body {
	padding: .1em;
	color: #000;
	font-family: "SourceSansPro Regular";
}
.grid [class*="grid-"] {
    margin: 0;
}
.grid::after {
    clear: both;
    content: "";
    display: table;
}
[class*="col-"] {
    float: left;
}


.eqBoxes {/* found in eqBoxes.js*/
	
}


.padding1 {
	padding: 1em;
	
}
.padding2 {
    padding: 2em;
}

.padding2left {
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 2em;
}

.padding10top {
	padding-top: 10em;
	padding-right: 1em;
	padding-bottom: 10em;
	padding-left: 1em;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
.centerv 
{
    padding: 50% 0;
    text-align: center;
}
.centered {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.textcentered { text-align: center; }

.roundedborder {
	border: 1px solid #000;
	border-radius: 10px;
}

p, li {
	font-family: "SourceSansPro Regular";
	font-size: 1.2em;
	color: #000;
	line-height: 1.50em;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}
	


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* hr Gradient transparent - color - transparent */
		
.hrstyle-two {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}




h1, h2, h3, h4, h5 {
	font-weight: normal;
	text-transform: none;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
}


h1 {
	font-size: 210%;
	line-height: 90%;
	color: #00a0af;
	text-transform: uppercase;
}

h2 {
	font-size: 190%;
	color: #00a0af;
}

h3 {
	font-size: 170%;
	color: #00a0af;
}

h4 {
	font-size: 160%;
	color: #00a0af;
}

h5 { font-size: 150%; }



/*Font Size*/
.text-150 {font-size: 150%;}
.text-140 {font-size: 140%;}
.text-130 {font-size: 130%;}
.text-120 {font-size: 120%;}
.text-110 {font-size: 110%;}
.text-100 {font-size: 100%;}
.text-90 {font-size: 90%;}
.text-80 {font-size: 80%;}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    
}

a {
	color: #00a0af;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
	/* [disabled]font-weight: bold; */
}

.margin-top: {0px;}

p a {
	color: #00a0af;
	text-decoration: none;
}

 p a:hover {
	color: #FF9900;
	text-decoration: none;
}
	
header {
	color: #000;
	background-color: #FFFFFF;
	text-decoration: none;
	font-family: "playfairdisplay bold";
	font-size: 1em;
}

header a:link { color: #00a0af; }

header a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;

 }


nav {
	background-color: #ccc;
}

section {
	clear: none;
	float: left;
	width: 100%;
	
 }





.col {
	text-align: left;
	float:left;
	clear:none;
	margin-right: .5em;
	
}
.col:before,
.col:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
.col:after {
	clear: both;
}


.button {
	background: rgba(188,108,41,1);
	color: #FFFFFF !important;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	width: 200px;
	font-size: 1em;
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
   }
   
 .button a {
	color: #FFFFFF !important;
	
   }
   
   .button:hover a {
	color: rgba(0,0,0,1) !important;
	
   }
 
.button:hover {
	
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	
	background-color: rgba(239,184,14,1);
   }

.button:active {
	position:relative;
	top:1px;
}





/*white*/
.trans { background-color: rgba(255, 255, 255, .50); }
.bgcolor1 { background-color: rgba(255, 255, 255, 1); }
.bgcolor1-9 { background-color: rgba(255, 255, 255, .9); }

/*rust*/
.bgcolor2 { background-color: rgba(188,108,41,1); }
.bgcolor2-50 { background-color: rgba(188,108,41,.5); }
.bgcolor2-25 { background-color: rgba(188,108,41,.25); }
.bgcolor2-10 { background-color: rgba(188,108,41,.1); }

/*gold*/
.bgcolor3 { background-color: rgba(239,184,14,1); }
.bgcolor3-50 { background-color: rgba(239,184,14,.50); }
.bgcolor3-25 { background-color: rgba(239,184,14,.25); }
.bgcolor3-10 { background-color: rgba(239,184,14,.10); }

/*blue*/
.bgcolor4 { background-color: rgba(0.97.175,1); }
.bgcolor4-50 { background-color: rgba(0.97.175,.50); }
.bgcolor4-25 { background-color: rgba(0.97.175,.25); }
.bgcolor4-10 { background-color: rgba(0.97.175,.10); }

/*green*/
.bgcolor5 { background-color: rgba(0,106,56,1); }
.bgcolor5-50 { background-color: rgba(0,106,56,.50); }
.bgcolor5-25 { background-color: rgba(0,106,56,.25); }
.bgcolor5-10 { background-color: rgba(0,106,56,.10); }


.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;  /* 16:9 */
	padding-top: 30px;
	height: 0px;
	overflow: hidden;
}

.video-wrapper iframe, .video-wrapper object, .video-wrapper embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}


/*Make images scalable*/



img {
	max-width: 100%;
    height: auto;
    width: auto;
}

.rotateleft {-ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
}

.rotatert {-ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-7deg);
}

.scalable-rounded {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 8px;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }



footer {
	padding: 1.25em;
	background-color: #00a0af;
	
	clear: none;
	float: left;
	width: 100%;
}

footer p {
	color: #fff;
	font-size: 80%;
	text-decoration: none;
}

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

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


footer a:hover {
	color: rgba(0,0,0,1);
	text-decoration: none;
}

.footertitle { color: #FFF; }

.centered { text-align: center; }










/* ==========================================================================
   Media Queries
   ========================================================================== */

/* ===== == = === 10em (160px) === = == ===== */

@media only screen and (min-width : 10em) {
/*Column Widths*/
.col-1-1 {
	width: 100%;
	
}

.col-1-2 {
	width: 100%;
	
}
.col-1-3 {
    width: 100%;
}
.col-1-4 {
    width: 100%;
}

.col-1-5 {
    width: 100%;
}
	
.col-1-6 {
    width: 100%;

}
.col-1-8 {
    width: 100%;
}
.col-2-3 {
    width: 100%;
}


.slidermessage {
	display:none;
}


#row-1 { /* [disabled]background-color: rgba(0, 127, 54, .25); */	 }

#row-2 { /* [disabled]background-color: rgba(100, 56, 133, .35); */ }

#row-3 {  }

#row-4 {  	}

#row-5 { 	}

#row-6 {   }

#row-7 {  }

#row-8 {  }


.margintop10 { margin-top: 1em; 	
}

.marginbottom10 {
	
	margin-bottom: 1em;
}

.marginbottom5 {
	margin-bottom: 1em;
}

}


/* ===== == = === 30em (480px) === = == ===== */

@media only screen and (min-width : 30em) {



}



/* ===== == = === 37.5em (600px) === = == ===== */

@media only screen and (min-width: 37.5em) {







}



/* ===== == = === 48em (768px) smallest desk=== = == ===== */

@media only screen and (min-width : 48em) {



.col-1-2 {
	width: 50%;
	
}
.col-1-3 {
    width: 33.333%;
}
.col-1-4 {
    width: 25%;
}

.col-1-5 {
    width: 20%;
}

.col-1-6 {
    width: 16.66%;
}
.col-1-8 {
    width: 12.5%;
}
.col-2-3 {
    width: 66.667%;
}


#row-1 {
	/* [disabled]background-attachment: fixed; */
	/* [disabled]background-image: url(../2017images/flowers2500.jpg); */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]background-position: 50%; */
	/* [disabled]background-color: rgba(255, 255, 255, .8); */
}

#row-2 {  
}

#row-3 {  



}

#row-4 {  	}

#row-5 { 	}

#row-6 {   }

#row-7 {  }

#row-8 {  }

.margintop10 { margin-top: 10em; 	
}

.marginbottom10 {
	margin-bottom: 10em;
}
.marginbottom5 {
	margin-bottom: 5em;
}



}



/* ===== == = === 56.25em (900px) === = == ===== */

@media only screen and (min-width : 56.25em) {





}


/* ===== == = === 60em (960px) === = == ===== */

@media only screen and (min-width : 60em) {




}


/* ===== == = === 68.75em (1100px) === = == ===== */

@media only screen and (min-width : 68.75em) {





}



/* ===== == = === 81.25em (1300px) === = == ===== */

@media only screen and (min-width : 81.25em) {





}
















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */



@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
</pre></body></html>