<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------------------------------------------------------------
Copyright (c) Demosphere International Inc.
No permission is granted for any purpose without prior
written consent from Demosphere International Inc.
-------------------------------------------------------------------*/

/* GENERAL */
* { box-sizing: border-box; }
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #067441;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Page Wrapper */
#design-wrapper { margin: 0; padding: 0; width: 100%; border-top: 5px solid #067441; overflow: hidden; }

/* Header */
#design-header-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 132px;
  background: #5f5f5f url('../images/header-bg.jpg') repeat-x;
  border-bottom: 2px solid #000;
  box-sizing: border-box;
}
#design-header-inner { position: relative; margin: 0 auto; max-width: 1170px; height: 130px; background: url('../images/header.png') no-repeat center right; }

#design-logo { float: left; z-index: 201; }
#design-logo img { height: 130px; }

/* Nav */
#design-nav { width: 100%; height: 51px; background: linear-gradient(to bottom, #044d2c 0%,#067441 100%); border-top: 1px solid #067441; text-align: center; box-sizing: border-box; }
#design-container-main-nav { margin: 0 auto; width: 100%; max-width: 1170px; height: 50px; }

/* Main */
#design-main {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #f3f0f0 url('../images/main-bg.jpg') repeat-x;
  border-top: 1px solid #fff;
  border-bottom: 3px solid #000;
  box-sizing: border-box;
}
#design-main .container {
  padding: 30px;
  background: #fff;
}
#design-container-main { margin: 0 0 30px 0; padding: 0; }
#design-clubs { padding: 15px; background: url('../images/shadow.jpg') no-repeat center top; }

#design-container-1 { margin: 0 0 30px 0; }
#design-container-2 { margin: 0 0 30px 0; padding: 0 0 15px 0; background: #eaeaea; }
#design-container-4 { text-align: center; }
#design-container-4 .dii-content.dii-content-image { display: inline-block; margin: 10px; padding: 0; border: none; }
#design-container-4 .dii-content.dii-content-image img { max-width: 180px; max-height: 120px; }

.dii-content .dii-content-title-photo { margin: 0; padding: 0; border: none; }
#design-container-main .dii-content .dii-content-title-photo { margin-bottom: 10px !important; }

/* Footer */
#design-footer { padding: 20px 0; background: linear-gradient(to bottom, #044d2c 0%,#067441 100%); border-top: 1px solid #067441; }
#design-footer #design-footer-left { float: left; }
#design-footer #design-footer-right { float: right; }

#design-footer #design-footer-left .design-copyright,
#design-footer #design-footer-left .design-copyright a { font-family: 'futura-pt', sans-serif; font-size: 13px; font-weight: 400; line-height: 1.5; color: #fff; text-transform: none; text-decoration: none; }
#design-footer #design-footer-left .design-copyright:first-child { margin: 8px 0 0 0; font-weight: 700; }
#design-footer #design-footer-left .design-copyright:last-child { margin: 0; }

#design-footer .dii-logo { height: 45px; }

/* CONTENT */

/* General Content */
body .dii-content { overflow: visible; position: relative; margin: 0; padding: 0; background: none; color: #000; font-family: 'futura-pt', sans-serif; font-weight: 400; font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body .dii-content a { color: #067441; }
body .dii-content a:hover { color: #04512e; }

/* Content Titles */
body .dii-content-title { margin: 0 0 4px 0; padding: 0; }
body .dii-content-title a { padding: 0; font-family: 'futura-pt-condensed', sans-serif; font-size: 24px; font-weight: 700; color: #067441; line-height: 1.2; text-decoration: none; }
body .dii-content-title a:hover { color: #067441; }

body .dii-content-calendar h2,
body .dii-content-rawcode h2 { margin: 0 0 20px 0 padding: 0; font-family: 'futura-pt-condensed', sans-serif; font-size: 24px; font-weight: 700; color: #067441; line-height: 1.2; }

/* Section Headers */
body .dii-content.dii-content-header {
  position: relative;
  margin: 0 0 5px 0;
	padding: 0;
  height: 71px;
  background: #067441;
  border-top: 30px solid #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
body .dii-content.dii-content-header:first-of-type { height: 41px; border-top: none; }
body .dii-content.dii-content-header h2 {
  padding: 0 12px;
  height: 40px;
  font-family: 'futura-pt-condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

body #design-container-4 .dii-content.dii-content-header { height: 40px; background: none; border: none; }
body #design-container-4 .dii-content.dii-content-header h2 { color: #676767; text-shadow: none; text-align: center; }

/* Links */
body .dii-content-linkview &gt; a { padding: 5px; font-size: 14px; font-weight: 400; color: #000; }
body .dii-content-linkview &gt; a:hover { color: #067441; text-decoration: none; }

body .dii-content-linkview { margin: 0 8px; padding: 0; }
body .dii-content-linkview:hover { background: none; }
body .dii-content-linkview a.dii-content-linkview-link { display: block; }
body .dii-content-linkview a.dii-content-linkview-link:hover { cursor: pointer; }
body .dii-content-linkview a.dii-content-linkview-link:last-of-type { border-bottom: none; }
body .dii-content-linkview a.dii-content-linkview-link span { background-image: none; }
body .dii-content-linkview a.dii-content-linkview-link i { display: none; }

body #design-container-1 .dii-content-linkview &gt; a,
body #design-container-main .dii-content-linkview &gt; a {
  padding: 10px;
  background: #067441;
  font-family: 'futura-pt-condensed', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
  transition: all ease-in-out .3s;
  z-index: 1;
}
body #design-container-main .dii-content-linkview &gt; a {
  max-width: 130px;
  padding: 10px 15px;
  font-family: 'futura-pt', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
}
body #design-container-1 .dii-content-linkview &gt; a:hover,
body #design-container-main .dii-content-linkview &gt; a:hover { background: #055c33; color: #fff; text-decoration: none; }
body #design-container-1 .dii-content-linkview &gt; a:after,
body #design-container-main .dii-content-linkview &gt; a:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '\f105';
  background: #055c33;
  width: 35px;
  height: 100%;
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #5c7e6e;
  line-height: 2.0;
  text-align: center;
  text-shadow: none;
}
body #design-container-1 .dii-content-linkview,
body #design-container-main .dii-content-linkview { margin: 2px 0 0 0; }

/* Articles */
body .dii-content .dii-content-story { margin-top: 0; padding: 0; border: none; color: #000; }
body .dii-content .dii-content-story a { font-weight: 700; color: #067441; text-decoration: none; }
body .dii-content .dii-content-story a:hover { color: #04512e; }
body .dii-content-continue { margin: 0; margin-bottom: 4px; text-align: left; }
body .dii-content-continue a { padding: 10px; background: #04512e; font-size: 13px; font-weight: 700; color: #fff; }
body .dii-content-continue a:hover { background: #04512e; color: #fff; text-decoration: none; }
body .dii-content-continue a::before { content: "Learn More"; text-align: center; }
body .dii-content-continue a::after {
  content: '\f105';
  background: #04512e;
  width: 35px;
  height: 100%;
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #5c7e6e;
  line-height: 2.0;
  text-align: center;
  text-shadow: none;
}

body .dii-content.dii-content-event { margin-top: 4px; padding: 8px; }

/* Calendars -*/
body #dii-full-calendar { margin: 6px 28px; }
body .dii-calendar-wall table td { padding: 0; }
body .dii-calendar-wall .fc-button { margin-bottom: 2px; }
body .dii-calendar-wall .fc-header-title { padding: 2px 4px; font-family: 'futura-pt-condensed', sans-serif; font-size: 17px; font-weight: 700; color: #067441; }
body .dii-calendar-upcoming-events { font-size: 143px; color: #000; }
body .dii-calendar-upcoming-events .dii-bold { font-weight: 400; }
body .dii-calendar-upcoming-events .dii-center {  }
body .dii-calendar-upcoming-events li { margin: 0 8px; padding: 5px 8px; border-bottom: none; cursor: pointer; }
body .dii-calendar-upcoming-events li:hover { }
body .dii-calendar-upcoming-events li h4 { padding: 2px 0 0 0; font-size: 14px; font-weight: 700; color: #067441; line-height: 1.2; }
body .dii-calendar-upcoming-events li h3 a { padding: 2px 0 0 0; font-size: 14px; font-weight: 400; color: #000; line-height: 1.2; text-decoration: none; }
body .dii-calendar-upcoming-events li h3 a:hover { background: none; color: #067441; }

/* Rawcode */
body .dii-content.dii-content-rawcode &gt; iframe { padding: 0; }

/* Responsive Rotator */
body .dii-content.dii-content-rotator { margin: 0; box-sizing: border-box; }
body .dii-content.dii-content-rotator article { margin-bottom: 30px; background-color: #000; }

body .dii-content-rotator .list-none { min-height: 100px; }
body .dii-content-rotator article .article-wrapper {  }
body .dii-content-rotator article .article-inner {  }
body .dii-content-rotator article h2.no-url,
body .dii-content-rotator article h2 a { padding: 0; font-family: 'futura-pt-condensed', sans-serif; font-size: 32px; font-weight: 400; color: #fff; text-transform: none; text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body .dii-content-rotator article h2 a:hover { background: none; color: #0abd6a; text-decoration: none; }
body .dii-content-rotator article h3 {
  margin-bottom: 10px;
  padding: 6px 0 0 6px;
  font-family: 'futura-pt', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
body .dii-content-rotator article .article-story { padding: 0 8px; font-family: 'futura-pt', sans-serif; font-size: 15px; font-weight: 400; color: #fff; }
body .dii-content-rotator article .article-more { background: none; border: none; font-family: 'futura-pt-condensed', sans-serif; color: #067441; font-size: 16px; font-weight: 400; }
body .dii-content-rotator article .article-more:hover { background: none; border: none; color: #0abd6a; }
body .dii-content-rotator article .article-more:before { content: "read more"; }
body .dii-content-rotator article .article-more:after { content: ""; }

body .dii-content-rotator .dii-rotator-nav { }
body .dii-content-rotator .dii-rotator-nav i { color: rgba(255, 255, 255, 1); }
body .dii-content-rotator .dii-rotator-nav i.rotator-active { color: rgba(255, 255, 255, 1); }
body .dii-content-rotator .dii-rotator-nav i:hover:not(.fa-circle) { color: #067441; }
body .dii-content-rotator .rotator-group .group-nav:hover { background: none; text-decoration: none; }
body .dii-content-rotator .rotator-group .group-item span { opacity: 1.0; background: rgba(255, 255, 255, 0.7); font-family: 'futura-pt-condensed', sans-serif; font-size: 17px; font-weight: 700; color: #000; line-height: 1.0; text-transform: uppercase; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body .dii-content-rotator .rotator-group .group-item span:hover { background: rgba(255, 255, 255, 1.0); color: #067441; }


/* MENUS */
#design-container-main-nav .dii-content-nav-menu &gt; ul &gt; li &gt; a.dii-sub-menu-link {
  display: block;
  height: 50px;
  margin: 0;
  padding: 0 25px;
  background: none;
  border: 0 none;
	font-family: 'futura-pt-condensed', sans-serif;
	font-size: 23px;
	font-weight: 700;
	color: #fff;
	line-height: 50px;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#design-container-main-nav .dii-content-nav-menu &gt; ul &gt; li:hover &gt; a.dii-sub-menu-link { background: #04512e; cursor: pointer; }
#design-container-main-nav .dii-content-nav-menu.theme-none ul li:hover { background: none; }
#design-container-main-nav .dii-content-nav-menu &gt; ul ul { padding: 5px; background-color: #04512e; }
#design-container-main-nav .dii-content-nav-menu ul ul li a { padding: 10px; }
#design-container-main-nav .dii-content-nav-menu &gt; ul &gt; li:hover &gt; ul { top: 50px; }
#design-container-main-nav .dii-content-nav-menu &gt; ul ul li &gt; a { font-family: 'futura-pt', sans-serif; font-size: 15px; font-weight: 400; color: #fff; line-height: 1.2; text-align: left; }
#design-container-main-nav .dii-content-nav-menu &gt; ul ul li:hover &gt; a.dii-sub-menu-link { background: #067441; color: #fff; }
#design-container-main-nav .dii-content-nav-menu li.dii-menu-item-sub-menu &gt; a.dii-sub-menu-icon::before { content: "\f054"; color: rgba(255, 255, 255, 0.4); }


/* MOBILE */

/* Min-Width */
@media screen and (min-width: 768px) and (max-width: 1024px) {

  #design-body .container { width: 100%; }

}

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

  .design-contact:last-child { text-align: right; }

}

/* Max-Width */
@media screen and (max-width: 1024px) {

  #design-nav,
  #design-container-main-nav { height: 45px; }
  #design-container-main-nav .dii-content-nav-menu &gt; ul &gt; li &gt; a.dii-sub-menu-link { padding: 0 20px; height: 45px; font-size: 21px; line-height: 45px; }
  #design-container-main-nav .dii-content-nav-menu &gt; ul &gt; li:hover &gt; ul { top: 45px; }

}

@media screen and (max-width: 900px) {

  #design-nav #design-container-main-nav #ww-btn-main-nav { padding: 0 10px; width: 100%; height: 44px; background: none; border: 0 none; font-family: 'futura-pt-condensed', sans-serif; font-size: 20px; font-weight: 700; color: #fff; line-height: 44px; text-transform: uppercase; box-sizing: border-box; }
  #design-nav #design-container-main-nav #ww-btn-main-nav i { margin: 0 5px; height: 44px; font-size: 16px; line-height: 44px; }

  #design-container-main-nav .dii-content-nav-menu &gt; ul { padding: 15px 5px 5px 5px; width: 100%; background: #067441; z-index: 100; }
  #design-container-main-nav .dii-content-nav-menu &gt; ul &gt; li &gt; a.dii-sub-menu-link { padding: 0 10px; height: auto; background-image: none; font-size: 18px; color: #fff; line-height: 30px; text-align: left; text-shadow: none; }
  #design-container-main-nav .dii-content-nav-menu &gt; ul &gt; li:hover &gt; a.dii-sub-menu-link { background: #04512e; color: #fff; }

  #design-container-main-nav .dii-content-nav-menu &gt; ul &gt; li &gt; a:after,
  #design-container-main-nav .dii-content-nav-menu &gt; ul &gt; li.dii-menu-item-sub-menu &gt; a::after { content: ""; }
  #design-container-main-nav .dii-content-nav-menu &gt; ul &gt; li:hover &gt; ul { top: 30px; }

  #design-container-main-nav .dii-content-nav-menu &gt; ul li.dii-menu-item-sub-menu &gt; ul { background: #067441; color: #fff; text-shadow: none; }
  #design-container-main-nav .dii-content-nav-menu &gt; ul li.dii-menu-item-sub-menu:hover &gt; a { background: #04512e; color: #fff; text-shadow: none; }
  #design-container-main-nav .dii-content-nav-menu.horizontal li.dii-menu-item-sub-menu &gt; a.dii-sub-menu-icon::before { line-height: 30px !important; }

}

@media screen and (max-width: 667px) {

  #design-header-wrapper { height: 122px; }
  #design-header-inner { background: none; }
  #design-header-inner,
  #design-logo img { height: 120px; }


  #design-footer .container { padding: 15px 0; }
	#design-footer #design-footer-left { display: block; width: 100%; text-align: center; }
	#design-footer #design-footer-right { display: block; margin: 5px 0 0 0; width: 100%; text-align: center; }
  #design-footer #design-footer-left .design-copyright { margin: 0; }

}

@media screen and (max-width: 480px) {

  #design-header-wrapper { height: 112px; }
  #design-header-inner { text-align: center; }
  #design-header-inner,
  #design-logo img { height: 110px; }
  #design-logo { float: none; }

}

@media screen and (max-width: 375px) {

  #design-header-wrapper { height: 102px; }
  #design-header-inner,
  #design-logo img { height: 100px; }

}
</pre></body></html>