<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*
font-family: 'Roboto Slab', serif; 100,300,400,700,900
font-family: 'Playfair Display', serif; 400,700 | Italic
font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;
*/

/*
Drk_Gray / Text: #444950 / 68,73,80
Lt_Gray: #BEC0C2 / 190,192,194

THS_Blue: #008C99 / 0,140,153

Lt_Beige: #F7F0E6 / 247,240,230
Beige: #E8D6BC / 232,214,188
Ochre: #CB8101 / 203,129,1
*/

 @media screen and (max-width: 64.063em) {

 }
 @media screen and (max-width: 40.063em) {

 }



body {
	background: #153853;
	/*background: url(../img/bg/ths-bg.jpg) center repeat;	
	background-attachment: fixed;*/	
}

.header_top {
	position: absolute;
	top: 0.85rem;
	left: 0.9375rem;
	right: 0.9375rem;
	min-height: 2.35rem;
	z-index: 6;	
}	
.header_inside {
	position: relative;
}	
	  
.menu_outside {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	padding: 0.65rem 0rem;
	background: #FFFFFF;
	min-height: 4.35rem;
	z-index: 6;	
}

@media screen and (max-width: 64.063em) {

.header_top {
	position: relative;
	top: auto;
	left: 0rem;
	right: 0rem;
	min-height: 2.35rem;
	padding-top: 1.15rem;
	z-index: 6;		
}		  
.menu_outside {
	position: relative;
	top: auto;
	left: 0rem;
	right: 0rem;
	padding-left: 0rem;
	padding-right: 0rem;
	background: #FFFFFF;
	min-height: 4.35rem;
	z-index: 6;		
}
.menu_outside {
	padding:  0.35rem 0.9375rem 1.15rem 0.9375rem;
}
	
}
@media screen and (max-width: 40.063em) {

.header_top {
	position: relative;
	top: 0rem;
	left: 0rem;
	right: 0rem;
	min-height: auto;
}	
.menu_outside {
	position: relative;
	top: 0rem;
	left: 0rem;
	right: 0rem;
	padding: 0rem;
	margin: 0rem;
	background: #FFFFFF;
	min-height: auto;
}	
	
}

.header_outside {
	position: relative;
	width: 100%;
	left: 0rem;
	rigth: 0rem;
	top: 0rem;
	padding: 0rem;
	background: url(../img/bg/ths-bg-pattern.jpg) center repeat;	
}

header .button {
	margin-top: 0.65rem;
	padding: 0.35rem 1.35rem;
	line-height: 1.15;
}
header .button span {
	text-transform: none;
	font-family: 'Playfair Display', serif;
	font-style: italic;
}

.logo {
	text-align: center;
}
.logo img {
	max-height: 72px;
	width: auto;
}

@media screen and (max-width: 64.063em) {
	
.header_inside {
	padding: 0rem;	
}
.logo {
	text-align: center;
}
.logo img {
	max-height: 56px;
	width: auto;
}	
	
}
@media screen and (max-width: 40.063em) {
	
.logo {
	margin: 0rem;
	padding: 0rem 1.15rem;
}	
.logo img {
	width: auto;
	height: auto;
}	
	
}

.ths_search {
}
.ths_search input[type="text"] {
	display: inline-block;
	float: left;
	width: 65%;
}
.ths_search input[type="submit"] {
	display: inline-block;
	float: left;
	width: 35%;
}


.news_alert {
	position: relative;
	display: block;
	width: 100%;
	padding: 0rem 1.35rem;
	background: #008C99;
	/*background: #DD2229;*/
	color: #FFFFFF;
	text-align: center;
}
.news_alert p {
	margin: 0;
	padding: 0.35rem 1.35rem;
}
.news_alert p span {
	color: #A0CE84;
	margin: 0rem 0.35rem;
}
.news_alert p a,.news_alert p a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.news_alert p a:hover,.news_alert p a:focused {
	color: #FFFFFF !important;
	text-decoration: none !important;
}

.news_alert p::before {	
	content:"[ THS News Alert ]";
	margin-right: 0.85rem;
	color: #FBFFAA;
}
.news_alert p::after {	
	content:"[ THS News Alert ]";
	margin-left: 0.85rem;
	color: #FBFFAA;
} 
@media screen and (max-width: 40.063em) {
	
.news_alert p::before {	
	display: block;
}
.news_alert p::after {	
	display: block;
} 	
	
}



section {
	margin: 0rem;
}
section.margin {
	margin: 12.65rem 0rem;
}


/******************** MAIN CONTENT AREA ********************/

.content_outside {
	position: relative;
	width: 100%;
	left: 0rem;
	rigth: 0rem;
	background: #FFFFFF;
}
.content_outside:after {
    content:'';
    position: absolute;
	z-index: 2;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: 28px;
	background: url(../img/deco/shadow/shadow-down.png) top center no-repeat;
}
.secondary .content_outside {
	padding: 2.65rem 0rem;
}

 @media screen and (max-width: 64.063em) {

.secondary_content {
	padding: 0rem 1.65rem;	
}

 }
 @media screen and (max-width: 40.063em) {

.secondary_content {
	padding: 0rem 0.65rem;	
}

 }

/******************** HOME ********************/

.home_content {
	text-align: center;	
}

/******************** BRANDS ********************/

/*.brands {
	/*display: flex;
	justify-content: left;
	align-items: center;
	text-align: center;
}
.brands img {
	display: inline-block;
	margin: 0rem 1.65rem;
}
.brands h2 {
	display: inline-block;
	color: #008C99;
	margin: 0;
	padding: 1.65rem;
}*/

.brands .cell {
    margin: 0 auto;
}

/********* BRAND BLOCK **********/

.row.brand_content {
	border-bottom: 1px solid #E8D6BC;
	margin: 0rem 0rem 0.65rem 0rem;	
	padding: 0.85rem 0rem;	
}
.row.brand_content h4 {
	margin: 0rem;	
	text-align: left;
}


/********* HOMEPAGE VIDEO **********/

.homepage_video {
	width: 100%;
	padding: 12.65rem 0rem;
	position: relative;
	overflow: hidden;
	
	background-attachment: fixed;
	background-repeat: no-repeat;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	

	background-image: url(../img/video/story.jpg);	
}
.homepage_video h1, .homepage_video h2, .homepage_video h3, .homepage_video h4, .homepage_video h5, .homepage_video h6, .homepage_video p {
	color: #FFFFFF !important;
}
.homepage_video p {
	font-size: 1.35rem;
}
/*homepage_video::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -101;	
}*/

.homepage_video img.play_video {	
	cursor: pointer;	
	outline: 0;
	
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;	
}
.homepage_video img.play_video:hover, .homepage_video img.play_video:focus {
	opacity: 0.65;	
}



/********* / HOMEPAGE VIDEO **********/

.heading {
	background: #008C99;
	padding: 2.65rem;
}
.heading p, .heading h1, .heading h2, .heading h3, .heading h4, .heading h5, .heading h6 {
	color: #FFFFFF;
	margin: 0;
}
.heading h1, .heading h2, .heading h3, .heading h4, .heading h5, .heading h6 {
	line-height: 1;
}

/********* OUR PRODUCTS **********/

.our_products {
	margin: 0rem 0rem 6.65rem 0rem;
}
.our_products .duracord, .our_products .durawood {
	padding: 4.65rem 2.65rem;

	background-attachment: fixed;
	background-repeat: no-repeat;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}
.our_products .duracord {
	text-align: right;
	background-image: url('../img/our_products/duracord.jpg');
	background-position: center left;
}
.our_products .durawood {
	text-align: left;
	background-image: url('../img/our_products/durawood.jpg');	
	background-position: center right;
}

.our_products .product_content {
	padding: 2.65rem;
	background: #FFFFFF;
	background: rgba(255,255,255,0.65);
}

/*.our_products p, .our_products h1, .our_products h2, .our_products h3, .our_products h4, .our_products h5, .our_products h6 {
	color: #FFFFFF !important;
}*/

 @media screen and (max-width: 64.063em) {

.our_products img {
	width: 100%;
	height: auto;
}	 
.our_products .duracord, .our_products .durawood {
	text-align: center;
	background-image: none;
	padding: 1.65rem 1.65rem 4.65rem 1.65rem;	
}
.our_products .product_content {
	padding: 1.65rem;
	background: #FFFFFF;
}

 }

 @media screen and (max-width: 40.063em) {

.our_products .duracord, .our_products .durawood {
	padding: 1.65rem;	
}	 
	 
 }

/********* / OUR PRODUCTS **********/

.content_inside {
	padding: 0rem 2.65rem;
}


.about_content .content {	
	padding: 12.65rem 2.65rem;
	background: #FFFFFF;
}
.about_content {
	background-image: url('../img/pages/memories-dark.jpg');	

	background-attachment: fixed;
	background-repeat: no-repeat;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;		
}
.about_content .pic {	
	padding: 8.65rem 2.65rem;
}
.about_content .pic h1, .about_content .pic h2, .about_content .pic h3, .about_content .pic h4, .about_content .pic h5, .about_content .pic h6, .about_content .pic p, .about_content .pic blockquote {	
	color: #FFFFFF;
}
.about_content .pic img {	
	width: 100%;
	height: auto;
}

 @media screen and (max-width: 64.063em) {

.about_content .content {	
	padding: 6.65rem 2.65rem;
}

 }
 @media screen and (max-width: 40.063em) {

.about_content .content {	
	padding: 3.65rem 1.65rem;
}	 
	 
 }





.visnav_main {
	margin: 2.85rem auto 3.85rem auto;	
}
.visnav {
	position: relative;	
	background: #FFFFFF;
	padding: 1rem 1.15rem;
}

 @media screen and (max-width: 64.063em) {

.visnav {
	margin-bottom: 1.65rem;
}

 }
 @media screen and (max-width: 40.063em) {

 }

.visnav h4 {
	color: #008C99;	
}
.visnav p {
	font-size: 0.85rem;	
}
.visnav .visnav_content {
	padding: 0.65rem 0rem;
}
.visnav .visnav_bottom a {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 1.35rem;
	color: #CB8101;
	text-transform: lowercase;	
	display: block;
	padding-top: 0.65rem;
	border-top: 1px solid #E8D6BC;
	clear: both;

	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;		
}
.visnav .visnav_bottom a:after {
	content: 'â†’';
	padding-left: 0.35rem;	

	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;		
}
.visnav .visnav_bottom a:hover {
	color: #E5A342;
}
.visnav .visnav_bottom a:hover:after {
	padding-left: 0.65rem;	
}

.visnav.careers {
	background: #008C99;
}
.visnav.careers h4 {
	color: #FFFFFF;	
}
.visnav.careers p {
	color: #FFFFFF;	
}
.visnav.careers .visnav_bottom a {
	color: #FFFFFF;			
	border-top: 1px solid #FFFFFF;
	border-top: 1px solid rgba(255,255,255,0.35);
}
.visnav.careers .visnav_bottom a:after {		
}
.visnav.careers .visnav_bottom a:hover {
	color: #FFFFFF;	
	color: rgba(255,255,255,0.65);	
}
.visnav.careers .visnav_bottom a:hover:after {
}






/******************** BOXES ********************/
 
.box {
	position: relative; 
	overflow: hidden;
	padding: 0 !important;
}

.box_inside {
	position: absolute;
	bottom: -12.65rem;
	left: 0rem;
	right: 0rem;
	padding: 1.65rem;
	margin: 0;
	display: block;
	z-index: 3;	
	opacity: 0;	
	
	background: rgb(0,0,0);
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);	
	
	-webkit-transition: bottom 1.35s, opacity 0.35s;
	-moz-transition: bottom 1.35s, opacity 0.35s;
	-ms-transition: bottom 1.35s, opacity 0.35s;
	-o-transition: bottom 1.35s, opacity 0.35s;
	transition: bottom 1.35s, opacity 0.35s;
	
	-webkit-transition-delay: bottom 0.35s;	
	-moz-transition-delay: bottom 0.35s;	
	-ms-transition-delay: bottom 0.35s;	
	-o-transition-delay: bottom 0.35s;	
	transition-delay: bottom 0.35s;	
}
.box:hover .box_inside, .box:focus .box_inside {
	bottom: 0rem;
	opacity: 1;
}

.box_inside h3 {
	font-size: 2.65rem;
	line-height: 1;
	margin: 0.85rem 0.85rem 0.85rem 0rem;
	color: #FFFFFF !important;
}
.box_inside p {
	line-height: 1;
	color: #BEC0C2;
}
.box_inside p a, .box_inside p a:visited {
	font-family: 'Roboto Slab', serif;
	font-size: 1.65rem;
	color: #E8D6BC;
}
.box_inside p a:hover, .box_inside p a:focus {
	color: #008C99;
}


.box_logo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
	z-index: 2;
	background: #FFFFFF;
	
	display: flex;
	justify-content: center;
	align-items: center;	
	
	-webkit-transition: all 0.65s;
	-moz-transition: all 0.65s;
	-ms-transition: all 0.65s;
	-o-transition: all 0.65s;
	transition: all 0.65s;	
}
.box:hover .box_logo, .box:focus .box_logo {
	opacity: 0;	
}

.box_image {
	position: relative;
	display: block;
	z-index: 1;
}
.box .box_image img {
	width: 100%;
	height: auto;
	
	-webkit-transition: all 1.65s;
	-moz-transition: all 1.65s;
	-ms-transition: all 1.65s;
	-o-transition: all 1.65s;
	transition: all 1.65s;		
}
.box:hover .box_image img, .box:focus .box_image img {
	-ms-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}

 @media screen and (max-width: 64.063em) {

.box_inside h3 {
	font-size: 1.65rem;
}

 }
@media screen and (max-width: 40.063em) {

.box_inside h3 {
	font-size: 1.35rem;
}	
		
.box:hover .box_image img, .box:focus .box_image img {
	-ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}	
.box a {
	margin-top: 0.65rem;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;	
	opacity: 1;
}	

}



/******************** SECONDARY CONTENT ********************/

.header_inside {
	position: relative;
	margin: 0;
	
	background-attachment: scroll;
	background-repeat: no-repeat;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}
.header_inside.contact_ths {
	background-image: url(../img/headings/contact-ths.jpg);	
}
.header_inside.partners_catalogs {
	background-image: url(../img/headings/partners_catalogs.jpg);	
}
.header_inside::after {
	content: '';
	position: absolute;
	height: 50%;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	
	background: rgb(0,0,0);
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);	
}
.header_inside h1 {
	position: relative;
	padding: 12.35rem 1.65rem 1.65rem 1.65rem;
	margin: 0;
	text-align: center;	
	color: #FFFFFF;
	z-index: 1;	
}



	



.page_quote {
	margin: 1.85rem 0rem;
	padding: 0rem 0rem 1.85rem 0rem;
	border-bottom: 1px solid #E8D6BC;	
}
.page_quote h2 {
	text-align: center;	
	font-family: 'Roboto Slab', serif;
	color: #008C99;
	font-style: normal;
	font-weight: normal;
	font-size: 1.35rem;
	line-height: 1.85;	
	text-rendering: optimizeLegibility;	
}
.page_quote p, .secondary_content h4 {
	text-align: center;	
	font-family: 'Roboto Slab', serif;
	color: #008C99;
	font-style: normal;
	font-weight: normal;
	font-size: 1.35rem;
	line-height: 1.85;
	margin: 1.85rem 0rem;
	padding: 0rem;
	text-rendering: optimizeLegibility;	
}
 @media screen and (max-width: 40.063em) {

.page_quote p, .secondary_content h4 {
	font-size: 1rem;
	line-height: 1.65rem;
}

 }
 
.page_img_right, p.page_img_right, img.page_img_right, .img_right, img.img_right {
	float: right;
	margin: 0rem 0rem 1.35rem 1.85rem;
	position: relative;
}
.page_img_left, p.page_img_left, img.page_img_left, .img_left, img.img_left  {
	float: left;
	margin: 0rem 1.85rem 1.35rem 0rem;
	position: relative;
}
.page_img_right span, .page_img_left span, p.page_img_right span, p.page_img_left span {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: #008C99;
	background: rgba(0,140,153,0.85);
	
	text-align: center;	
	font-family: 'Roboto Slab', serif;
	color: #FFFFFF;
	font-style: normal;
	font-weight: 300;
	font-size: 0.72rem;
	line-height: 1rem;
	padding: 0.85rem 0.35rem;
	margin: 0rem;
	text-rendering: optimizeLegibility;	
}

.sidebar {
	padding: 0rem;
	position: relative;
}
 @media screen and (max-width: 40.063em) {
	 
.sidebar {
	margin-top: 4.65rem;
}

 }

.sidebar .visnav {
	margin: 0rem;
}
.sidebox {
	margin: 0rem 0rem 3.35rem 0rem;

	-webkit-box-shadow: 0 18px 9px -9px #E8D6BC;
	-moz-box-shadow: 0 18px 9px -9px #E8D6BC;
	box-shadow: 0 18px 9px -9px #E8D6BC;	
}

.sidebox h4 {
	color: #FFFFFF;
	background: #008C99;
	float: left;
	font-size: 0.85rem;
	line-height: 1.65rem;
	padding: 0.25rem 1.35rem 0.25rem 1.35rem;
	margin: -2.15rem 0rem 0rem 0rem;
	
	-webkit-box-shadow: inset 0px -15px 8px -12px rgba(0,0,0,0.35);
	-moz-box-shadow: inset 0px -15px 8px -12px rgba(0,0,0,0.35);
	box-shadow: inset 0px -15px 8px -12px rgba(0,0,0,0.35);
}
 @media screen and (max-width: 64.063em) {
.sidebox h4 {
	font-size: 1rem;
	line-height: 1.65rem;
	padding: 0.25rem 1.15rem 0.35rem 1.15rem;
	margin: -2.25rem 0rem 0rem 0.65rem;
}
 }

.sidebox h6 {
	padding: 0rem 0rem 0.65rem 0rem;
}

.sidebox p {
	font-size: 0.85rem;	
}
.sidebox p a {
	color: #CB8101;
	text-decoration: underline;

	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;	
}
.sidebox p a:hover {
	color: #E5A342;
	text-decoration: none;

	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.sidebox a.view_more {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	color: #CB8101;
	text-transform: lowercase;
	white-space: nowrap;
	text-decoration: none;

	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;	
}
.sidebox a.view_more:after {
	content: 'â†’';
	padding-left: 0.18rem;	

	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;		
}
.sidebox a.view_more:hover {
	color: #E5A342;
}
.sidebox a.view_more:hover:after {
	padding-left: 0.65rem;	
}

.sidebox .sidebox_bottom a {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 1.15rem;
	color: #CB8101;
	text-transform: lowercase;	
	display: block;
	margin-top: 0.35rem;
	padding-top: 0.35rem;
	border-top: 1px solid #E8D6BC;
	clear: both;

	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;		
}
.sidebox .sidebox_bottom a:after {
	content: 'â†’';
	padding-left: 0.35rem;	

	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;		
}
.sidebox .sidebox_bottom a:hover {
	color: #E5A342;
}
.sidebox .sidebox_bottom a:hover:after {
	padding-left: 0.65rem;	
}
.sidebox_content {
	background: #FFFFFF;
	padding: 1.15rem;
}
.sidebox_content h6 {
	margin-bottom: 0rem;
}
.sidebox.top_marg {
	margin: 2.35rem 0rem 1.35rem 0rem;	
}



.secondary_menu {
}
.secondary_menu h4 {
	color: #FFFFFF;
	background: #008C99;
	float: left;
	font-size: 1.15rem;
	line-height: 1.85rem;
	padding: 0.25rem 1.65rem 0.25rem 1.65rem;
	margin: -2.35rem 0rem 0rem 0rem;
	
	-webkit-box-shadow: inset 0px -15px 8px -12px rgba(0,0,0,0.35);
	-moz-box-shadow: inset 0px -15px 8px -12px rgba(0,0,0,0.35);
	box-shadow: inset 0px -15px 8px -12px rgba(0,0,0,0.35);
}
 @media screen and (max-width: 64.063em) {
.secondary_menu h4 {
	font-size: 1rem;
	line-height: 1.65rem;
	padding: 0.25rem 1.15rem 0.35rem 1.15rem;
	margin: -2.25rem 0rem 0rem 0.65rem;
}
 }

 
.secondary_menu ul {
	list-style-type: none;
	background: #FFFFFF;
	padding: 1.15rem 0rem;
	margin: 0rem 0rem 3.35rem 0rem;

	-webkit-box-shadow: 0 18px 9px -9px #E8D6BC;
	-moz-box-shadow: 0 18px 9px -9px #E8D6BC;
	box-shadow: 0 18px 9px -9px #E8D6BC;		
}

.secondary_menu ul li  {
	padding: 0rem 1.15rem;
}
.secondary_menu li a {
	font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;	
	letter-spacing: 1px;
	display: block;
	width: 100%;
	color: #444950;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.35rem;
	padding: 0.35rem 0.85rem;
	background: #FFFFFF;
	background: rgba(255,255,255,0.72);	
	
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.secondary_menu li a:hover {
	color: #BEC0C2;
	background: #FFFFFF;
	background: rgba(255,255,255,0.35);		
	
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.secondary_menu a.nav-selected.nav-path-selected {
	color: #008C99;
	text-shadow: none;
}


/******************** FOOTER ********************/

.footer {
  	position: relative; 
	width: 100%;
	left: 0rem;
	right: 0rem;      
	background: #153853;
	padding: 1.85rem 0rem 4.85rem 0rem;	
}
.footer::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: 28px;
    background: url(../img/deco/shadow/shadow-down.png) top center no-repeat;
}
.footer p {
	font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;
	font-weight: 300;
	font-size: 0.85rem;
	line-height: 0.85rem;
	color: #707070;
	padding: 0.35rem 0rem;	
	margin: 0rem;
}


 @media screen and (max-width: 64.063em) {


 }
 @media screen and (max-width: 40.063em) {
	 

 }


/**** FOOTER MENU ****/

.footer_menu {
	text-align: center;
	border-bottom: 1px solid #444950;
	display: block;
	padding: 1.85rem 0rem 1.35rem 0rem;
	margin-bottom: 1.65rem;
}
.footer_menu ul {
	margin: 0 auto;
}
.footer_menu ul li {
	display: inline-block;
	text-align: center;
}
.footer_menu ul li a {
	font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;
	font-weight: 300;
	line-height: 1.35rem;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 3px;
	display: inline-block;
	border-right: 1px solid #444950;
	padding: 0rem 1.65rem;
}
.footer_menu ul li a:hover {
	color: #B5B5B5;
}
.footer_menu ul li:last-child a {
	border-right: none;
}

 @media screen and (max-width: 64.063em) {

.footer_menu ul li a {
	font-size: 0.85rem;
	padding: 0rem 0.85rem;
}

 }
 @media screen and (max-width: 40.063em) {

.footer_menu {
	padding: 0rem 0rem 1.35rem 0rem;
}	 
.footer_menu ul li {
	display: block;
}
.footer_menu ul li a {
	line-height: 2.35rem;
	display: block;
	border-right: none;
}

 }

.footer_logo img {
	max-width: 185px;
	margin: 0 auto;
}

/**** SECONDARY FOOTER MENU ****/

.footer_menu_secondary {
	display: block;
	padding: 0rem;
	margin: 0rem;
}
.footer_menu_secondary ul {
	margin: 0 auto;
	padding: 0rem;
}
.footer_menu_secondary ul li {
	display: inline-block;
	text-align: center;
}
.footer_menu_secondary ul li a {
	font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;
	font-weight: 300;
	font-size: 0.85rem;
	line-height: 0.85rem;
	color: #707070;
	display: inline-block;
	border-right: 1px solid #444950;
	padding: 0rem 0.65rem;
	margin: 0rem;
}
.footer_menu_secondary ul li a:hover {
	text-decoration: underline;
}
.footer_menu_secondary ul li:last-child a {
	border-right: none;
}

 @media screen and (max-width: 40.063em) {

.footer_menu_secondary {
	text-align: center;
}	 
.footer_menu_secondary ul li {
	text-align: center;
}

 }

/**** GENERAL STYLES ****/

a.read_more {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 1.15rem;
	color: #CB8101;
	text-transform: lowercase;	
	display: inline-block;

	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;	
}
/*a.read_more:after {
	content: 'â†’';
	padding-left: 0.18rem;

	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;		
}*/
a.read_more:hover {
	color: #E5A342;
}
/*a.read_more:hover:after {
	padding-left: 0.35rem;	
}*/


/******************** OVERWRITES ********************/

/**** FOUNDATION ****/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', serif;
}

button, .button {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 3px;
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: 1rem 2rem 1.0625rem 2rem;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #008C99;
	border-color: #103852;
	color: #FFFFFF;
	transition: background-color 300ms ease-out;
}

hr {
	border: solid #E8D6BC;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin: 1.25rem 0 1.1875rem;
}

/**** CONCRETE ****/

.sidebox_content .local, .sidebox_content .time, .sidebox_content .description, .sidebox_content .eventfoot {
	display: none;	
}
.sidebox_content .title .category_colors {
	display: none;	
}
.sidebox_content .smallcal {
	border-bottom: none;
	padding: 0.35rem 0rem;
}
.sidebox_content .smallcal .title {
	float: left;
	margin-top: -10px;
	font-weight: 400;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 0.85rem;
	line-height: 1.15rem;
	padding: 0rem;
}
.sidebox_content .smallcal .title a {
	color: #008C99;
}
.sidebox_content .smallcal .title a:hover {
	color: #008C99;
}

.visnav .local, .visnav .time, .visnav .description, .visnav .eventfoot {
	display: none;	
}
.visnav .title .category_colors {
	display: none;	
}
.visnav .smallcal {
	border-bottom: none;
	padding: 0.35rem 0rem;
}
.visnav .smallcal .title {
	float: left;
	margin-top: -10px;
	font-weight: 400;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 0.85rem;
	line-height: 1.15rem;
	padding: 0rem;
}
.visnav .smallcal .title a {
	color: #008C99;
}
.visnav .smallcal .title a:hover {
	color: #008C99;
}</pre></body></html>