<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Santana
Theme URI: http://i3dthemes.com/
Description: Santana for Wordpress is an i3dTHEMES WordPress Theme featuring a professional design and running on top of the Aquila WordPress Theme Framework.
Version: 2.0.0
Author: i3dTHEMES
License: GNU General Public License v2 for all code, i3dTHEMES EULA for all graphics 
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.i3dthemes.com/policies/?policy=eula
Author URI: http://i3dthemes.com/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, fluid-layout, custom-menu, featured-image-header, featured-images, theme-options, translation-ready
*/



#comment {
	width: 98%;
}

/******************************************
* Align right
******************************************/

div.lm-super-summary {
	margin: 0px;
	padding: 0px;
	padding-left: 0px !important;
	text-shadow: 0px 0px 0 #fff;
	margin-top:0px;
}
div.lm-super-summary a {
	text-decoration: none !important;
}
div.lm-super-summary h4 a {
	font-size: 18px !important;
	margin-top: 0px;
}
div.lm-super-summary h4 {
	padding: 3px 0 0 0px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
div.lm-super-summary-item-large h4 {
	padding-top: 10px;
}
div.lm-super-summary a:hover {
	text-decoration: underline !important;
}
div.lm-super-summary a.more-link {
	font-weight: bold;
}
div.lm-super-summary img, img.blog-img {
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}
div.lm-super-summary p {
	padding-left: 10px;
}
div.lm-super-summary div.post-meta {
	/* padding-left: 15px; */
	font-size: 8pt;
	margin-top: 0px;
	padding-top: 0px;
}
div.lm-super-summary__posts div.lm-super-summary-item {
	display: block;
	background-image: url(Site/themed_images/separator.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 5px;
	margin-left: 0px !important;
	margin-bottom: 2px;
	/* min-height: 90px; */
	padding-bottom: 15px;
}
div.lm-super-summary__posts span.date-time {
}
div.lm-super-summary__posts span.author {
}
div.lm-super-summary__posts span.categories {
}
div.lm-super-summary__news div.comments {
	display: none;
}
div.lm-super-summary__posts p {
}

div.entry p, div.entry ul {
	margin-top: 0px;
}

div.lm-super-summary__news div.lm-super-summary-item {
	background-image: url(Site/themed_images/separator.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: inline-block;
	vertical-align: top;
	width: 48%;
	border: 0px solid rgba(240, 240, 240, 0.25);
	padding: 0px;
	margin-left: 0% !important;
	margin-bottom: 20px;
	min-height: 100px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-top: 10px;
}

div.lm-super-summary__news div.lm-super-summary-item:nth-child(odd) {
  margin-right: 20px; 
}
div.lm-super-summary__news div.lm-super-summary-item:nth-child(even) {
  margin-right: 0px; 
}
div.lm-super-summary__news div.lm-super-summary-item-large {
	background-image: url(Site/themed_images/separator.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: inline-block;
	border: 0px solid rgba(240, 240, 240, 0.25);
	padding: 5px;
	margin-left: 5px !important;
	margin-right: 4px;
	margin-bottom: 15px;
	min-height: 90px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-bottom: 20px;
}
div.lm-super-summary__news span.date-time {
}
div.lm-super-summary__news span.author {
	display: none;
}
div.lm-super-summary__news span.categories {
	display: none;
}
div.lm-super-summary__news div.comments {
	float: right;
}
div.lm-super-summary__news p {
}


/******************************************
* Align right
******************************************/

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	float:right;
}

.alignright {
    float:right;
    margin: 5px 0 10px 10px ;
    border: 0px; 
}

a img.alignright {
    float: right;
    margin: 5px 0 10px 10px ;
}

.wp-caption.alignright {
    margin: 5px 0 10px 10px;
}

/******************************************
* Align left
******************************************/

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	float: left;
}

.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
    border: 0px; 
}

a img.alignleft {
    float: left;
    margin: 5px 10px 10px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 10px 0;
}

/******************************************
* Align center
******************************************/

img.centered, .aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    border: 0px;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

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

.wp-caption.aligncenter {
    margin: 5px auto 10px auto;
}

/******************************************
* Align none
******************************************/

a img.alignnone {
    margin: 5px 10px 10px 0;
}



.wp-caption.alignnone {
    margin: 5px 20px 10px 0;
}

/******************************************
* Image with Caption
******************************************/

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

strong {
	font-weight:bold !important;
}


/* Post author highlighting */
.commentlist &gt; li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist &gt; li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist &gt; li.bypostauthor .comment-meta a:focus,
.commentlist &gt; li.bypostauthor .comment-meta a:active,
.commentlist &gt; li.bypostauthor .comment-meta a:hover {
}
.commentlist &gt; li.bypostauthor:before {
}

/* Post Author threaded comments */
.commentlist .children &gt; li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* Header Elements */
#website-name-tagline-wrapper {
  /*  border-right: 3px solid #ffffff;
    height: 80px;
    left: 0;
    padding: 10px 10px 0 0;
    position: absolute;
    top: 0;
	*/
	
}

#website-name-tagline-wrapper.has-graphic-logo { padding-top: 0px; }

.graphic-logo {
	/*
	vertical-align: middle;
	position: relative;
	left: auto;
	display: inline-block;
	height: 80px;
	*/
}
.graphic-logo img { max-height: 100%; }
.tagline h4.padleft-tagline { margin-left: 5em; }
.tagline h4 { font-size: 20px; }
/*.website-name { position: relative;  }
.website-name h3 { margin-top: 30px; font-size: 60px; white-space: normal; } */
/* div.tagline { position: relative;  top: auto; margin-top: -15px; } */
.website-name h3 { font-size: inherit; margin-top: 0px; }
.website-name h2 { font-size: inherit; margin-top: 0px; }
.website-name h1 { font-size: inherit;  margin-top: 0px;}

.has-graphic-logo .tagline { margin-top: -30px; text-align: center;}

.has-tagline { 

}
.no-tagline:not(.has-graphic-logo) { margin-top: 12px; }
.i3d-wp-search-form form  { margin-bottom: 0px; }
.i3d-wp-search-form input { margin-bottom: 0px; }
.i3d-widget-backtotop span {
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	display: inline-block;
    cursor: pointer;	
}


.i3d-widget-backtotop-light span {
	border: 1px solid #cccccc;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	display: inline-block;
	background-color: #ffffff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
    cursor: pointer;	
	color: #333;
}

.i3d-widget-backtotop-dark span {
	border: 1px solid #cccccc;
	margin: 10px;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	display: inline-block;
	background-color: #333;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
    cursor: pointer;	
}

.i3d-fontsizer-small {
		font-size: 12pt !important;
  display: inline-block;
  vertical-align: bottom;
  padding: 0px 5px;
  color: #999;
  line-height: 17px;
}

.i3d-fontsizer-medium {
	font-size: 16pt !important;
	display: inline-block;
  vertical-align: bottom;
  padding: 0px 5px;
  color: #999;
  line-height: 22px;
}

.i3d-fontsizer-large {
	font-size: 20pt !important;
	display: inline-block;
  vertical-align: bottom;
  padding: 0px 5px;
  color: #999;
  line-height: 25px;
}
.i3d-widget-fontsizer span {
	cursor: pointer;
	font-weight: bold;
  border-bottom: 2px solid #F60;
	
}


.i3d-fontsizer-selected {
  color: #000;
}

.form-menu-wrapper h3.title { display: none; }
.form-menu-wrapper div.description { display: none; }
.form-menu-wrapper label:not(.control-label) { display: none; }
.form-menu-wrapper { min-width: 160px; }
.form-menu-wrapper .input-block-level { width: 206px;  display: inline-block;  }

div.i3d_contact_form div.description {
	margin-bottom: 20px; }
div.i3d_contact_form div.row { margin-bottom: 10px; }
	
ul.i3d-faq-categories, ul.i3d-team-member-departments { list-style-type: none;}
ul.i3d-faq-categories &gt; li, ul.i3d-team-member-departments &gt; li
{ font-weight: bold; font-size: 18pt;  margin-bottom: 50px; }

ul.i3d-faq-categories li p,
ul.i3d-team-member-departments li p
{ margin-top: 5px; margin-bottom: 0px; margin-left: 20px; font-weight: normal; font-size: 10pt; }

ul.i3d-faq-categories ul.i3d-faq,
ul.i3d-team-member-departments ul.i3d-team-member
{ margin-top: 5px; list-style-type: none; margin-left: 20px; margin-bottom: 10px;  }
ul.i3d-faq-categories ul.i3d-faq &gt; li,
ul.i3d-team-member-departments ul.i3d-team-member &gt; li
{ font-size: 11pt !important;  font-weight: normal !important;}

div.entry {
	margin-bottom: 20px; 
	margin-top: 20px; 
	
	}
	
ul.i3d-team-member img { max-width: 100%; display: block; margin: auto; border: 0px; }
ul.i3d-team-member li { width: 230px; display: inline-block; margin-left: 10px; margin-right: 10px; text-align: center; margin-bottom: 30px;  }
ul.i3d-team-member li a { font-weight: bold;  text-decoration: none; }
ul.i3d-team-member li a:hover { color: #000000; }
	
#googlemap {
}
.googmap-container { border-top: 1px solid #666666;}
#googlemap img { max-width: none; }

div.primary-vertical ul { list-style-type: none; margin-left: 0px;
}
div.primary-vertical ul a { color: #555555; border-bottom: 1px dotted #666666; line-height: 30px; padding-left: 10px;}
/* div.primary-vertical ul a:before { content: '&gt; '; } */

div.primary-vertical ul a:hover { color: #000000; 
background: none !important; 
} 

div.i3d-widget-htmlbox {  }

div.tagcloud a {
  font-size: 9pt !important;
  background-color: #ffffff;
  padding: 5px;
  margin-bottom: 1px;
  
  line-height: 30px !important;
  border-radius: 3px;
  -moz-border-raidus: 3px;
  -webkit-border-radius: 3px;
}

li.cat-item { list-style-type: none;
}
li.cat-item a {
  font-size: 9pt !important;
  background-color: #ffffff;
  padding: 5px;
  margin-bottom: 1px;
  
  line-height: 30px !important;
  border-radius: 3px;
  -moz-border-raidus: 3px;
  -webkit-border-radius: 3px;	
}

#sitemap-content ul li, #fourohfour-content ul li { list-style-type: none; }
.i3d-contact-box ul li { list-style-type: none; }
.i3d-contact-box ul { padding-left: 10px; }
.i3d-contact-box { margin-bottom: 40px; }
.i3d-widget-menu .primary-vertical { margin-bottom: 40px; }
.box-article .i3d-widget-menu .primary-vertical { margin-bottom: 0px; }

div.author-data-container {
  text-align: left;
  min-width: 200px;
}

img.gravatar-img {
	margin-right: 5px;
	padding: 3px;
    float: left;
	margin-bottom: 0px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}
div.post-meta-data-top {
  padding: 5px 0px;
  /*padding-left: 10px; */
  
  margin-top: 5px;
  margin-bottom: 15px;

}

div.post-meta-data-top hr,   
div.post-meta-data-bottom hr { margin: 0px; padding: 0px; height: 2px; margin-top: 2px; margin-bottom: 2px; }

hr.i3d-hr-double {
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}
hr.i3d-hr-single {
	border-bottom: 0px;  
	border-top: 1px solid #dddddd;
	height: 1px;
}



div.entry &gt; h2:nth-child(1) { margin-top: 0px; }

div.boxit h3 {
	margin-left: 15px; margin-right: 15px; margin-bottom: 0px;
}
div.rowit { 
  clear: both;
}

body.blog div.entry {
  margin-bottom: 10px;
  padding: 15px;
  margin-top: 0px;
}

div.rowit div.entry { padding-top: 0px !important; }

div.post-meta-data-bottom {
	clear: both;
  padding-left: 10px;
  margin-top: 20px;
}
span.author a { text-decoration: none; }
span.postmetadata {
  display: block;	
}
#masonryContainer:first-child { margin-left: 0px; !important; }
.boxit.span4 { margin-left: 0px; }

.masonry-container .boxit.span4 { width: 32%; }
.masonry-container .boxit.span3 { width: 24%; }

.post-medium-image {
	margin: 20px !important;
	width: 40%;
}

.post-small-image {
	margin: 20px !important;
	width: 20%;
    float: left;
}

.testimonial-slider-avatar {
	height: 60px;
	width: auto;
}

.post-team-member {
	margin: 20px;
	width: 20%;
    float: left;
	margin-top: 0px;
}

.basic-widget-wrapper {
	margin-bottom: 50px;
	
}

.basic-widget-wrapper ul {
	padding-left: 10px;
	list-style-type: none;
}
.read-more-link {
	float: right;
	margin-bottom: 10px;
	text-decoration: none;
}
.read-more-link:hover {
	font-weight: bold;
	text-decoration: none;
}
.post h3 a:hover {text-decoration: none; }

#comments form { margin-left: 20px; }
#comments { clear: both; }


.main-content-container .i3d-widget-socialmediaicons { margin-bottom: 40px; }

ul.breadcrumb span.divider { background-image: none; }

/** champion specific **/
.margin-top-20 {
	margin-top: 20px; 
}


.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 12px;
	margin-top: 3px;
}
.cse .gsc-control-cse, .gsc-control-cse {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
	padding: 1em;
}
.gsc-input-box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D9D9D9;
    height: 25px;
	
}
/*
.gsc-search-box { margin-top: 5px; }
*/
.gsc-search-box .gsc-input &gt; input:hover, .gsc-input-box-hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #A0A0A0 #B9B9B9 #B9B9B9;
    border-image: none;
    border-right: 1px solid #B9B9B9;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    outline: medium none;
}
.gsc-search-box .gsc-input &gt; input:focus, .gsc-input-box-focus {
    border: 1px solid #4D90FE;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    outline: medium none;
}
.cse input.gsc-search-button, input.gsc-search-button, button.gsc-search-button {
    background-color: #4D90FE;
    background-image: -moz-linear-gradient(center top , #4D90FE, #4787ED);
    border: 1px solid #3079ED;
    border-radius: 2px;
    color: #FFFFFF;
    font-family: inherit;
    font-size: 11px;
    font-weight: bold;
    height: 29px;
    min-width: 54px;
    padding: 0 8px;
}
.cse input.gsc-search-button:hover, input.gsc-search-button:hover, button.gsc-search-button:hover {
    background-color: #357AE8;
    background-image: -moz-linear-gradient(center top , #4D90FE, #357AE8);
    border-color: #2F5BB7;
}
.cse input.gsc-search-button:focus, input.gsc-search-button:focus, button.gsc-search-button:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2, button.gsc-search-button-v2 {
    margin-top: 0px !important;;
}

table.gsc-search-box {
    border-spacing: 0;
    border-style: none;
    border-width: 0;
    margin-bottom: 2px;
    width: 100%;
}
td.gsc-search-button {
    width: 1%;
}
.gsib_a {
    padding: 4px 6px 0;
    width: 100%;
}
td.gsc-clear-button { display: none; }
div.googlemap-container, div#googlemap { 
	/*
	border-radius: 0% -10% 0% 0%;
	-webkit-border-radius: 0% 100% 0% 0%;
	-moz-border-radius: 0% 100% 0% 0%;
	
	border-top: 0px solid #ffffff;
	*/
}

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

.header-components {
	position: relative;
	z-index: 99;
	color: #ffffff;
}

.copyright .i3d-widget-menu a:not(:last-child):after {
	content: "\0000a0 \0000a0 \0000BB\0000a0";
	color: inherit;
}

.copyright a:hover:not(:last-child):after {

	color: #cccccc;
}
.copyright { text-align: left; }
.copyright h6 { margin-top: -3px; }
.copyright h6 a { font-size: inherit; }
.copyright h6 + h6 { margin-top: -10px; }
.breadcrumb { background-color: transparent; }

.main-top { margin-top: 15px; }
.main-top &gt; div.row &gt; div img { border-radius: 5px; }

#sitemap-content ul,
#fourohfour-content ul { margin-left: 0px; padding-left: 0px; }

ul.i3d-team-member, ul.i3d-team-member-departments { margin-left: 0px; padding-left: 0px; }

/** Myriad **/


.social-icon-fontawesome {
  float: none;	
}
	
.main-content-container h3 { margin-top: 10px; }
.main-content-container .entry { margin-top: 0px;  padding-top: 0px;}


.cbp-qtrotator { margin-top: 0px !important; }

.box-article .i3d-widget-menu { margin-bottom: 20px; }

.menuside &gt; li &gt; ul li a:before { content: "" !important; }
.menuside ul li a i { text-indent: 0px !important; }

body.page-template-template-under-construction-php div.footer-bg,
body.error404 div.footer-bg { min-height: 20px !important; }




@media screen and (min-width: 741px) and (max-width: 990px) {
/* .menu-top { right: 0px; }
.menu-top ul#menu { float: right; } */
}

@media screen and (min-width: 0px) and (max-width: 767px) {
#website-name-tagline-wrapper { position: relative; text-align: center; display: block;}

div.tagline {  margin-top: 0px;}

}

@media screen and (min-width: 0px) and (max-width: 767px) {
#website-name-tagline-wrapper { position: relative; text-align: center; display: block;}

div.tagline {  margin-top: 0px;}

}

.fullscreen-carousel .slide { padding: 0px !important; }
.fullscreen-carousel .carousel-control { font-size: 100px !important; width: 15% !important; height: auto !important; }

.jumbotron-bg .carousel-control { font-size: 120px !important; width: 15% !important; height: 80px !important; }

.fs-wrapper .sl-slider  blockquote:nth-of-type(2) {
    height: 40px !important;
    background-image: none;
}


.sticky {
}
.gallery-caption {
}

.flickr_gallery_wrapper ul { list-style-type: none; margin: 0px; padding: 0px; }
.flickr_gallery_wrapper li {float: none !important; display: inline-block;  margin-bottom: 10px; text-align: center;}

.special-mask-container { 

    opacity: 0;
	-moz-transition: all 3s ease-in-out;
	-webkit-transition: all 3s ease-in-out;
	-o-transition: all 3s ease-in-out;
	-ms-transition: all 3s ease-in-out;
	transition: all 3s ease-in-out;

}

.special-mask-container.done {
	opacity: 1.0;
}

.i3d-widget-image-outer-wrapper-thumbnail {
  background: url("Site/graphics/box-article-border.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
    line-height: normal;
    padding: 10px;
    transition: all 0.2s ease-in-out 0s;
}
.timeline-date-block  {
	max-width: 100px;
	background-color: #fafafa;
	text-align: center;
	margin: auto;
	padding: 5px 12px;
	margin-bottom: 10px;
	margin-top: 5px;
	border: 1px solid #dddddd;
	border-bottom: 3px solid #dddddd;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.blog-type-timeline {
	position: relative;
  background-position: center;
  margin-top: 45px;
  background-image: url("Site/graphics/blog-timeline.png");
  background-repeat: repeat-y;
  padding-top: 10px;

}

.blog-type-grid {
	position: relative; 
}
.blog-type-grid .gutter-sizer { width: 2%; } 
.blog-type-grid .gutter-sizer-3 { width: 1.53%; }
.blog-type-grid .gutter-sizer-4 { width: 1.53%; }


.blog-type-timeline .fa-4x { position: absolute; top: -45px; color: #dddddd; margin-left: -25px;  }
.post-content-container { position: relative; width: 100%; }

.blog-type-timeline .timeline-marker-circle { 
	border-radius: 50%;
	height: 15px;
	right: -6.5%;
	position: absolute;
	width: 15px;
	margin-top: 8px;
	background-color: #fafafa;
	border: 2px solid #dddddd;
	box-sizing: border-box;
}


.blog-type-timeline .gutter-sizer { width: 5%; }


.blog-type-timeline .timeline-right .timeline-marker-circle { 
	left: -6.4%;
}

.col-sm-10 .blog-type-timeline .timeline-marker-circle {
  right: -15.4%;	
}

.col-sm-10 .blog-type-timeline  .timeline-right  .timeline-marker-circle {
  left: -15.3%;	
}

.col-sm-9 .blog-type-timeline .timeline-marker-circle {
  right: -15.6%	
}

.col-sm-9 .blog-type-timeline  .timeline-right  .timeline-marker-circle {
  left: -15.8%	
}

.col-sm-8 .blog-type-timeline .timeline-marker-circle {
  right: -16%	
}

.col-sm-8 .blog-type-timeline  .timeline-right  .timeline-marker-circle {
  left: -16.06%	
}

.col-sm-7 .blog-type-timeline .timeline-marker-circle {
  right: -16.2%	
}

.col-sm-7 .blog-type-timeline  .timeline-right  .timeline-marker-circle {
  left: -16%	
}

.col-sm-6 .blog-type-timeline .timeline-marker-circle {
  right: -16.6%	
}

.col-sm-6 .blog-type-timeline  .timeline-right  .timeline-marker-circle {
  left: -16.4%;  
}
.blog-type-timeline .timeline-marker-arrow { 
	font-family: 'FontAwesome';
	font-size: 28px;
	color: #dddddd;

}

.blog-type-timeline .timeline-left .timeline-marker-arrow:after { 
	position: absolute;
  left: 100%;
      margin-top: -7px;

  content: "\f0da";
}

.blog-type-timeline .timeline-right .timeline-marker-arrow:before { 
	position: absolute;
  content: "\f0d9";
      margin-top: -7px;

  right: 100%;
}

.blog-type-timeline .boxit.span6 { width: 44%; }
.masonry-container .boxit.span6 { width: 48%; }

.i3d-edit-post-link { color: #aaa; margin-right: 8px; float: right; transition: 1s; margin-top: 6px;}
.i3d-edit-post-link:hover { color: #333; }

.i3d-comment-link:hover { text-decoration: none; }

.fa-stack-post-format .fa-stack-lg { color: #ccc; } 
.fa-stack-post-format .fa-stack-2x { color: #ccc; } 
.fa-stack-post-format .fa-stack-3x { color: #ccc; } 
.fa-stack-post-format { margin-left: -5px; margin-right: 5px;}

div.entry blockquote cite:before { content: "-"; }
div.entry blockquote cite:after { clear: both; } 
.format-chat .entry ul { margin-left: 0px; padding-left: 0px; list-style-type: none; }
.blog-type-timeline .left-placeholder.boxit { border-bottom-width: 0px !important; border-top-width: 0px !important; }

.chat-line { list-style-type: none; margin-left: 0px; padding-left: 0px;}
.chat-line { padding-bottom: 2px; }
.chat-line span.label { }

.post .nivoSlider { margin-top: 0px; margin-bottom: 0px; max-width: 100%; }

.post .nivo-prevNav,
.post .nivo-nextNav {
	color: #cccccc;
	font-size: 56px;
    font-family: 'FontAwesome';
	text-decoration:none;
	margin-top: -20px;
	text-shadow: 0px 0px 1px #ffffff;
	opacity: 0.5;
}

.post .nivo-prevNav:hover,
.post .nivo-nextNav:hover {
	text-decoration: none;
	opacity: 1.0;
}
.post .nivo-prevNav:after {
	content: "\f104";
	margin-left: 5px;
}

.post .nivo-nextNav:before {
	content: "\f105";
	margin-right: 5px;
}


.amazing-slider .slide-image { width: 100%;
height: 200px; }

.isotope-container { 

 position: relative; 
 z-index: 9999;
}

.quotator-avatar-placeholder { border: 0px !important;
box-shadow: none !important;}

.foreground { position: relative; z-index: 99999; }
.padding-5 { padding-top: 5px; padding-bottom: 5px; }
.padding-10 { padding-top: 10px; padding-bottom: 10px; }


.gsc-control {
    width: 300px;
}
.gsc-control div {
    position: static;
}
.gsc-control-cse, .gsc-control-cse .gsc-table-result {
    font-family: Arial,sans-serif;
    font-size: 13px;
    width: 100%;
}
.gsc-control-cse div {
    position: static;
}
form.gsc-search-box {
    font-size: 13px;
    margin: 0 0 4px;
    width: 100%;
}
table.gsc-search-box {
    border-spacing: 0;
    border-style: none;
    border-width: 0;
    margin-bottom: 2px;
    width: 100%;
}
table.gsc-search-box td {
    vertical-align: middle;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    height: 13px;
    margin-top: 2px;
    min-width: 13px;
    padding: 6px 27px;
    width: 13px;
}

.menu-top a {  }
.menu-top { /* position: relative; top: auto; */ }

#website-name-tagline-wrapper { /* position: absolute; */ }
.text-center #website-name-tagline-wrapper { position: relative; }
#website-name-tagline-wrapper {/*  position: absolute;   left: 0px; right: auto; */ }
.text-right #website-name-tagline-wrapper { /* position: absolute; */ right: 0px; left: auto; }
.text-center .navbar-nav { float: none; display: inline-table; }

.ps-title1 { font-size: 65px; }
.padding-top-40 { padding-top: 40px; }
.padding-bottom-40 { padding-bottom: 40px; }

.section-bordered {
  border-bottom: 2px solid #ffffff;
 /* padding-bottom: 5px; */

  border-top: 2px solid #ffffff;
/*  padding-top: 5px;*/

}

.no-image { background-image: none; }

#tubular-container iframe { position: relative; }



@media screen and (min-width: 768px)  {

.desktop-min-height-50  { min-height: 50px; }
.desktop-min-height-100 { min-height: 100px; }
.desktop-min-height-150 { min-height: 150px; }
.desktop-min-height-200 { min-height: 200px; }
.desktop-min-height-250 { min-height: 250px; }
.desktop-min-height-300 { min-height: 300px; }
.desktop-min-height-350 { min-height: 350px; }
.desktop-min-height-400 { min-height: 400px; }
.desktop-min-height-450 { min-height: 450px; }
.desktop-min-height-500 { min-height: 500px; }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
.mobile-min-height-50  { min-height: 50px; }
.mobile-min-height-100 { min-height: 100px; }
.mobile-min-height-150 { min-height: 150px; }
.mobile-min-height-200 { min-height: 200px; }
.mobile-min-height-250 { min-height: 250px; }
.mobile-min-height-300 { min-height: 300px; }
.mobile-min-height-350 { min-height: 350px; }
.mobile-min-height-400 { min-height: 400px; }
.mobile-min-height-450 { min-height: 450px; }
.mobile-min-height-500 { min-height: 500px; }
}


.example-styles p { position: relative; top: 0px; }
.example-styles, .included-features { margin-bottom: 160px; }
.example-styles:after { clear: both; }
.included-features h4 { color: #444444; font-family: Tahoma; font-size: 24px; }
.included-features h5 { color: #444444; font-family: Tahoma; font-size: 12px; margin-top: -10px; }
.included-features p { color: #444444; font-family: Tahoma; }
.included-features img { margin-top: -20px; margin-bottom: -20px; float: left; } 





.entry.no-content { margin: 0px; }

.page-template-template-photo-slideshow-php .widget-i3d-menu {  }
.page-template-template-photo-slideshow-php header { opacity: .75;	
-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out; }
.page-template-template-photo-slideshow-php header:hover { opacity: 1 };

.contact-map-container { margin-bottom: 50px; clear: both; }
.img-circle.pull-left { margin-right: 15px; }
.entry .img-circle { border: 5px solid #ffffff; clear: left;  box-shadow: 0px 0px 2px #333333;}
.img-bordered { border: 5px solid #ffffff; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; box-shadow: 0px 0px 2px #333333; margin-bottom: 5px;  }
.img-bordered.pull-left { margin-right: 15px; }

.col-xs-3 h3.heading6, .col-sm-3 h3.heading6 { padding-left: 20px; padding-right: 20px; }

/* GENERAL STRUCTURE */
.would-have-been-row {
  position: relative;	
}

/* BLOG DISPLAY */
.search-results .date-time, .post .date-time { padding-left: 15px; }
.search-results .entry p, .post .entry p { padding-left: 15px; padding-right: 15px; }
.search-results .entry a.read-more-link.pull-left, .post a.read-more-link.pull-left { padding-left: 15px; }
.search-results .entry a.read-more-link.pull-right, .post a.read-more-link.pull-right { padding-right: 15px; }

.boxit {
	background-color: rgba(255, 255, 255, .50);
	border: 1px solid #dddddd;
	border-radius: 5px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
	margin-left: 0px !important;
	border-bottom: 3px solid #dddddd;
}
.boxit img.wp-post-image {
border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
}

.rowit img.wp-post-image {
border-radius: 5px 0px 0px 0px;
-moz-border-radius: 5px 0px 0px 0px;
-webkit-border-radius: 5px 0px 0px 0px;
	
}
/** WORDPRESS CALENDAR WIDGET **/
table#wp-calendar { width: 100%; }
#wp-calendar caption { background-color: rgba(255, 255, 255, 0.5);  border-bottom: 2px solid #ffffff;}
#wp-calendar thead th { text-align: center; padding-right: 1px; border-bottom: 2px solid #ffffff; }
#wp-calendar tbody td { text-align: center; padding-right: 1px; }
#wp-calendar tbody td a { background-color: rgba(255,255,255, 0.75); border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; display: block; border: 1px solid #ffffff; }
#wp-calendar tbody #today { background-color: #ffffff; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }


/** BREADCRUMB WIDGET **/
.content-left ul.breadcrumb,
.content-right ul.breadcrumb,
.content-center ul.breadcrumb { margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; }

.clear-both { clear: both; }

/** CAROUSEL SLIDER **/
.carousel-slider-tagline { 
	display: block; 
	visibility: visible;
	position: relative;
}
.carousel-slider-logo {
	display: block;
	visibility: visible;
	top: 5%;
}
.carousel-slider-logo h1 span { padding-left: 10px; }

.carousel-slider-tagline-standalone { 
	position: absolute;
	top: 10%;
	z-index: 100;
}

.cs_slider_sidebar .carousel-slider-logo { display: none; top: 8%; }
.cs_slider_sidebar .carousel-slider-logo h1 { font-size: .6em; }
.cs_slider_sidebar .ca_social { padding-right: 20px; }
.cs_slider_sidebar .social-icon-fontawesome { margin: auto;  display: table;}
#carousel-slider { overflow-x: hidden; }


/* google search */

.widget-i3d-google-search { position: static; }

.section3.parallax4.border-mb.light .wrapper.tint1 .would-have-been-row { padding-top: 100px; padding-bottom: 100px; }

.btn-rounded-5 { border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }

.fsp-icons { margin: auto; margin-top: 10px;  width: auto; text-align: center; display: table;}

.fsp-thumb-icon { padding: 0px !important;  width: 30px; height: 30px; font-size: 17px !important; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.fsp-thumb-icon1 { }
.fsp-size1 {}
.fsp-icons div { display: inline-block; width: auto !important; margin: 3px !important;  }

.fsp-container-contained p { font-size: .7em; margin-bottom: .2em; }
.fsp-container-contained .fsp-info a.fsp-readmore { padding: 10px 6px; font-size: .7em; }
.fsp-container-contained p.fsp-description { min-height: 30px; }

@media (min-width: 0px) and (max-width: 768px) {
	
	#website-name-tagline-wrapper {
    border-right: 0 solid #ffffff;
    clear: both;
    height: auto;
    left: 0;
    min-height: 40px;
    padding: 10px 10px 0 0;
    position: relative;
    top: 0;
}
	
}
 #menu { margin-right: 0px; }





ul.team-member-data { list-style-type: none; }
ul.team-member-contact-points { list-style-type: none; float: right; }
ul.team-member-contact-points li { display: inline; }

body.admin-bar header.original { top: 0px !important; }

/*
.section1 { min-height: 350px; }
*/



.sec-heading3:nth-of-type(2) h1, .sec-heading3:nth-of-type(2) h2 {
    color: #0c1f28;
    font-weight: 800;
}

.sec-heading3:nth-of-type(2) {
    margin-top: -10px;
}
.sec-heading3 .i3d-widget-htmlbox div { margin-top: 10px; font-size: 14px; }

#textlinks a:not(:last-child):after { content: " |"; color: #0c1f28; }
#bs-quotes span.fa-stack  { height: 90px; }

#map { position: absolute: }
/*
.admin-bar .menupush-nav-trigger { margin-top: 35px; }
.admin-bar .menupush-navigation-wrapper { padding-top: 35px; }
*/

.admin-bar.navigation-is-open .menupush-nav-trigger { margin-top: 35px; }

.menupush-nav-trigger span { display: none; }
.admin-bar.navigation-is-open main { height: 80vh; } 



.owl-carousel-slider-6 .thm-desc { display: none; }

.owl-carousel-slider-5 .thm-desc { display: none; }


.owl-carousel-contained div.owl-dots {
	position: absolute;
	bottom: 5%;
	width: 100%;
}

.owl-carousel-contained .owl-next {
	position: absolute !important;
	right: 20px;
	top: 43%;
}

.owl-carousel-contained .owl-prev {
	position: absolute!important;
	left: 20px;
	top: 43%;
}

.counter1-info {
	float: none;
	width: auto;
}
.section4 .row {
    padding: 0px 0 0px 0;
}
.section4 .wrapper .container  &gt; .row {
	 padding: 60px 0 60px 0;
}

.con-heading1-dark .section-list p { padding-top: 7px; padding-bottom: 0px; }

.index-box-carousel-outer { margin-top: 20px; } /* needed as the style to allow for margin is specific in an non-wordpress compatible manner.  the margin allows for the hover glow effect (Santana) */

.footer-bg div.row {
    padding-top: 0px; /* overridden as the wordpress .footer-bg .row exists multiple times, and causes undesirable padding (Santana) */
    padding-bottom: 0px;/* overridden as the wordpress .footer-bg .row exists multiple times, and causes undesirable padding (Santana) */
}

.footer-bg div.container {
    padding-top: 30px; /* added as the wordpress .footer-bg .row padding was overidden above (Santana) */
    padding-bottom: 30px; /* added as the wordpress .footer-bg .row padding was overidden above (Santana) */
}

@media (min-width: 992px) {
.d-bottom &gt; .wrapper:after {
	content: ' ';
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 240px;
	width: 100%;
	background: url('Site/graphics/dividier-bottom.png') center top no-repeat;

}
.section-slider-bottom.d-bottom &gt; .wrapper:after {
 /*	bottom: 180px; */
}

.d-top &gt; .wrapper:before {
	content: ' ';
	position: absolute;
	top: 0px;
	right: 0;
	height: 240px;
	width: 100%;
	background: url('Site/graphics/divider-top.png') center top no-repeat;

}

.d-bottom &gt; .wrapper {
	padding-bottom: 50px; 

}
.d-top &gt; .wrapper {
	padding-top: 100px;

}
.section2 { margin-top: -100px; }
.divider-mod { position: relative; }


.footer-inner .social-icons {
	position: relative;
	bottom: auto;
	left: auto;
}

}

.i3d_contact_form { padding-bottom: 50px; }
.footer-bg { margin-top: 0px; }

.fsp-cover {
    border-top: 10px solid #ED181A;
}
.fsp-info p {
	color:  #ED181A;
}

.row-unrelative { position: static; }
.row-unrelative .col-sm-12 { position: static; }

.section-covered-half-dots .con-heading1-dark *:not(i),
.section-covered-dots .con-heading1-dark *:not(i) { color: #fff; }
/*
.map-banner-with-cover .i3d-background-google-map, .map-banner-with-cover .wrapper { 
-webkit-clip-path: polygon(0 0%, 100% 10%, 100% 90%, 0 100%);
clip-path: polygon(0 0%, 100% 10%, 100% 90%, 0 100%);
clip-path: url(Site/graphics/polygon.svg);


}
*/
header.original { min-height: 100px; }
header.original .logo-wrapper { top: 10px; }
body.i3d-layout-photo-slideshow { height: 100vh; }
body.i3d-layout-photo-slideshow.admin-bar { margin-bottom: -32px; }
#prevslide { top: 50%; }</pre></body></html>