<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin-bottom: 20px;
	padding: 0px;
	/* customize_site_background_color */ background-color:#123c63; /* customize_site_background_color */
	/* customize_site_font */ font:normal normal 12px Arial; /* customize_site_font */
	/* customize_default_text_color */ color:#000000; /* customize_default_text_color */
	/* background-image: url("/themes/quicktheme/../../files/7314/2833/5731/boats.jpg"); */
	background-position: center top;
	background-size: cover;
        background-image: url("/themes/quicktheme//images/purple.jpg");
        background-position: center top;
        background-size: cover;
        background-repeat: no-repeat;
}
#main_table {
	margin: 10px auto 0 auto;
	max-width:1170px;
}

#nav {
	/* customize_nav_background */ background-color:#FFFFFF; /* customize_nav_background */
	 height: 36px; 
	/* customize_nav_font */ font:normal normal 16px Arial; /* customize_nav_font */
	text-align: center;
	padding-top: 10px;
}
#nav a {
	/* customize_nav_color */ color:#621b70; /* customize_nav_color */
	text-decoration: none;
	margin-right: 5px; 
    margin-left: 5px;
}
#main {
	/* customize_main_area_background */ background-color:#f5eded; /* customize_main_area_background */
	vertical-align: top;
	padding: 10px 20px;
	/* customize_main_area_text_color */ color:#000000; /* customize_main_area_text_color */
}
#sidebar {
	/* customize_sidebar_background */ background-color:#FFFFFF; /* customize_sidebar_background */
	vertical-align: top;

	padding: 15px;
	/* customize_sidebar_text_color */ color:#000000; /* customize_sidebar_text_color */
}
#mainrow {
    margin-right: 0; 
    margin-left: 0;
	width:100%;
}
#footer {
	/* customize_footer_background */ background-color:#dbd9d0; /* customize_footer_background */
	padding: 10px;
}

#sidebar.nosidebar {
	display: none;
	width: 0;
}
#sidebar.right {
}
#main.nosidebar {
 	width:100%;
}
.clear {
	clear: both;
}
#masthead img {
	max-width: 100%;
	max-height: 100%;
}

textarea#additional-comments-or-specific-questions-41 {
	width: 90%;
	height: 150px;
}

.form-horizontal .control-label {
	color:#000000;
	font-size: 12px;
	font-weight: bold;
} 


/* Same Height */
.container-xs-height {
    display:table;
    padding-left:0px;
    padding-right:0px;
}
.row-xs-height {
    display:table-row;
}
.col-xs-height {
    display:table-cell;
    float:none;
}
.col-md-12 {
    display:table-cell;
}
/* Mobile Menu */
.slicknav_menu {
	display: none;
}
#mobile-menu {
	display: none;
}
@media only screen and (max-width: 900px) {
	#nav {
		display: none;
	}
	.slicknav_menu {
		display: block;
	}
	#main_table {
		margin:50px auto 0 auto;
	}
}

/* Media Querys */
@media (min-width: 768px) {
    .container-sm-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-sm-height {
        display:table-row;
    }
    .col-sm-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 992px) {
    .container-md-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-md-height {
        display:table-row;
    }
    .col-md-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 1200px) {
    .container-lg-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-lg-height {
        display:table-row;
    }
    .col-lg-height {
        display:table-cell;
        float:none;
    }
    #nav {
    	
    }
    #footer {
    	
    }
}


/* customize_miscellaneous */  /* customize_miscellaneous */

.col-md-8 {
	width: 1000px!important;
}
</pre></body></html>