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

/*****************************************************************************************************

	Default HTML elements.

*****************************************************************************************************/

body
{
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 16px;
	padding-top: 76px;
}

h2, h3, h4, h5, h6
{
	margin-top: 4px;
}


footer
{
	color: #c0c0c0;
}

footer a { color: #d0d0d0; text-decoration: none; }
footer a:active { color: red;  }
footer a:hover { color: #ffffff; }

.justify { text-align: justify; }
.table-default { border-width: 0; } 
.table-default td {	vertical-align: top; }

.clear { clear: both; }

/*****************************************************************************************************

	Custom Bootstrap elements.

*****************************************************************************************************/
/*
a.btn { white-space: normal; }

.breadcrumb-page
{
	font-size: 14px;
	margin-top: 10px;
}

.panel-default &gt; .panel-heading-default-custom
{
	background-image: none;
	background-color: #203030;
	color: white;
}
*/

.breadcrumb
{
	background-color: #f0f0f0;
/*	padding-top: 10px;*/
	padding: 10px;
	margin-top: 10px;
	border-radius: 4px;
}


/*****************************************************************************************************

	Custom site elements.

*****************************************************************************************************/

@media (min-width: 992px){
#header-nav-logo-small { display: none; }
#header-nav-logo-large { display: block; }
}

@media (max-width: 992px){
#header-nav-logo-small { display: block; }
#header-nav-logo-large { display: none; }
}

/* Used to offset the bookmark anchor cause the offset of the top menu menu. */
.bookmark
{
	display: block; 
	position: relative;
	top: -50px; 
	visibility: hidden;
}

.top-menu-nav
{
	font-size: 14px;
}

.footer-newsletter-sign-up
{
	background-color: #303030;
	color: white;
	color: #e0e0e0;
	padding: 20px 0 20px 0;
}

.footer-socialmedia
{
	background-color: #404040;
	color: white;
	color: #e0e0e0;
	padding: 20px 0 20px 0;
}

.footer-menu
{
	background-color: #202020;
}

.footer-menu-nav
{
	font-size: 14px;
}

.footer-menu-nav ul
{
	list-style-type: none;
	padding-left: 0px;
	padding-bottom: 12px;
}

.footer-menu-nav li
{
	padding-bottom: 4px;
}
.footer-menu-nav li:before
{
/*    content: "-";*/
	padding-right: 8px;
	color: #505050;
}


/*
.modal-content {
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	border: 0;
	text-align: left;
}

.modal-header {
	padding: 25px 25px 15px 25px;
	background: #fff;
	border: 0;
	border-bottom: 1px solid #ddd;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
}
*/
.modal-header {
	background-color: #0D3E7A;
	color: white;
	border-radius: 4px 4px 0 0;
}

.modal-header .close {
	font-size: 45px;
/*	color: #888;
	font-weight: 300;
	text-shadow: none;
	opacity: 1;*/
}

.modal-footer {
	background-color: #0D3E7A;
	border-radius: 0 0 4px 4px;
}
/*
.modal-title {
	margin-bottom: 10px;
	line-height: 30px;
}

.modal-body {
	padding: 25px 25px 30px 25px;
	background: #eee;
	text-align: left;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
}

.modal-body img {
	margin-bottom: 15px;
}

.modal-body form textarea {
	height: 100px;
}

.modal-body form .input-error {
	border-color: #399599;
}
*/

/* Page headers. */

.section-header
{
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
}

.section-page
{
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
}

.page-header-gaia-pc-jigsaw-puzzle-outside .page-header-text
{
	background-color: rgba(0,0,0,0.70);
	color: #ffffff;
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	font-style: italic;	
	padding: 10px 25px 10px 25px;
}
@media (max-width: 400px) {
.page-header-gaia-pc-jigsaw-puzzle-outside .page-header-text { font-size: 20px; }
}
</pre></body></html>