/* ----------------------------------------------------------------
    Copyright (c) Demosphere International Inc.
    No permission is granted for any purpose without prior
    written consent from Demosphere International Inc.
-------------------------------------------------------------------*/

/*-------- General --------*/
body .dii-content { margin: 0; overflow: visible; position: relative; padding: 0; background: none; }
body .dii-content * { font-family: 'Open Sans', sans-serif; color: #000; sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

body div.dii-content,
body div.dii-content-menu {  }

body .dii-content-title,
body .dii-content-title a { padding-bottom: 4px; font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: 700; color: #007b16; line-height: 1.2; }

body .dii-content.dii-content-calendar h2.dii-content-title,
body .dii-content.dii-content-rawcode h2.dii-content-title { margin-bottom: 8px; padding-bottom: 4px; font-family: 'Open Sans', sans-serif; font-size: 16px; color: #007b16; font-weight: 700; border-bottom: 1px solid #b8b8b8; line-height: 1.2; }

body #design-container-6 .dii-content,
body #design-container-7 .dii-content { padding: 0; }

/*-------- Section Headers --------*/
body .dii-content.dii-content-header {
  margin: 0 0 10px 0;
	padding: 0 10px;
  height: 36px;
  background: #000 url('../images/sectionHeader.png') no-repeat right top;
}

body .dii-content.dii-content-header h2 { 
  font-family: 'bebas-neue', sans-serif;
  font-size: 19px;
  font-weight: 400;
  color: #fff;
  line-height: 36px;
  letter-spacing: 0;
	text-transform: uppercase;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
}

body .dii-content:not(.dii-content-header) h2 { margin: 0; }

body #design-container-main .dii-content.dii-content-header { margin: 0; }

body #design-container-5 .dii-content.dii-content-header {
  margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
  height: 26px;
  background: none;
  text-align: center;
}
body #design-container-5 .dii-content.dii-content-header h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #016012;
  line-height: 26px;
  letter-spacing: 1px;
	text-transform: uppercase;
}

/*-------- Links (regardless of content type) --------*/
body .dii-content-linkview > a { padding: 0; font-size: 12px; font-weight: 400; color: #000; line-height: 1.2; }
body .dii-content-linkview > a:hover { color: #007b16; text-decoration: none; }

body .dii-content-linkview { margin: 0 10px; padding: 6px 6px 6px 16px; border-bottom: 1px dotted #c0c0c0; }
body .dii-content-linkview:hover { background: none; }
body .dii-content-linkview a.dii-content-linkview-link { position: relative; display: block; margin: 0; padding: 0; }
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; }

/*-------- Links Before & After --------*/
body .dii-content-linkview:before { content: "\f054"; position: absolute; top: 9px; left: 5px; font-family: 'FontAwesome'; font-size: 7px; font-weight: 400; color: #007b16; }
body .dii-content-linkview:after {  }

/*-------- Articles --------*/
body .dii-content.dii-content-article .dii-content-subtitle,
body .dii-content.dii-content-event .dii-content-subtitle { padding: 0 8px 4px 0; font-weight: 400; color: #666; }
body .dii-content.dii-content-article .dii-content-story,
body .dii-content.dii-content-event .dii-content-story { margin-top: 6px; padding: 6px 0 0 0; border-top: 1px solid #b8b8b8; color: #000; }
body .dii-content.dii-content-event .dii-content-story a,
body .dii-content.dii-content-event .dii-content-story a:hover { color: #007b16; text-decoration: none; }
body .dii-content-continue { margin: 0; margin-bottom: 4px; text-align: left; color: #007b16; }
body .dii-content-continue a { color: #007b16; }
body .dii-content-continue a.dii-content-continue-link { color: #007b16; text-decoration: none; }
body .dii-content-continue a.dii-content-continue-link:hover { color: #007b16; text-decoration: underline; background: none; }

body .dii-content-continue a::before { content: "Read more "; }
body .dii-content-continue a::after { content: ">"; }

body #design-container-2 .dii-content.dii-content-article .dii-content-story,
body #design-container-3 .dii-content.dii-content-article .dii-content-story,
body #design-container-4 .dii-content.dii-content-article .dii-content-story { margin: 0; padding: 0; border: 0 none; }

body #design-container-2 .dii-content.dii-content-article .dii-content-story,
body #design-container-3 .dii-content.dii-content-article .dii-content-story,
body #design-container-4 .dii-content.dii-content-article .dii-content-story p { font-family: 'Open Sans', Helvetica, Arial, sans-serif; }

body #design-container-2 .dii-content-title,
body #design-container-2 .dii-content-title a,
body #design-container-3 .dii-content-title,
body #design-container-3 .dii-content-title a,
body #design-container-4 .dii-content-title,
body #design-container-4 .dii-content-title a { font-size: 14px; }

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

/*-------- Calendars --------*/
body #dii-full-calendar { margin: 6px 28px; }
body .dii-content.dii-content-calendar .dii-calendar-wall table td { padding: 0; }
body .dii-content.dii-content-calendar .dii-calendar-wall .fc-button { margin-bottom: 2px; }
body .dii-content.dii-content-calendar .dii-calendar-wall .fc-header-title { padding: 2px 4px; font-size: 14px; color: #007b16; font-weight: 700; }
body .dii-content.dii-content-calendar ul.dii-calendar-upcoming-events li { margin: 0 0 6px 0; padding: 0 0 6px 0; border-bottom: 1px dotted #c0c0c0; font-weight: 400; }
body .dii-content.dii-content-calendar ul.dii-calendar-upcoming-events li h4 { padding: 2px 0 0 0; font-size: 12px; font-weight: 700; color: #007b16; line-height: 1.2; }
body .dii-content.dii-content-calendar ul.dii-calendar-upcoming-events li h3 a { padding: 2px 0 0 0; font-size: 12px; font-weight: 400; color: #000; line-height: 1.2; }
body .dii-content.dii-content-calendar ul.dii-calendar-upcoming-events li h3 a:hover { background: none; font-size: 12px; font-weight: 400; color: #007b16; }

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

/*-------- Elements --------*/

/*-------- Responsive Rotator --------*/

body .dii-content.dii-content-rotator { margin-bottom: 0; padding: 0; background-color: none; box-sizing: border-box; }
body .dii-content.dii-content-rotator article { margin-bottom: 0; background-color: none; box-sizing: border-box; }

body #design-container-main .dii-content.dii-content-rotator { margin-bottom: 20px; box-sizing: border-box; }
body #design-container-main .dii-content.dii-content-rotator article { background-color: #666; } 

body .dii-content-rotator .list-none { min-height: 100px; }
body .dii-content-rotator article .article-wrapper { background: rgba(0, 0, 0, 0.7); }
body .dii-content-rotator article .article-inner { padding: 15px; }
body .dii-content-rotator article h2.no-url,
body .dii-content-rotator article h2 a { font-family: 'bebas-neue', sans-serif; font-size: 20px; font-weight: 400; color: #fff; text-transform: uppercase; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body .dii-content-rotator article h2 a:hover { color: #feb210; text-decoration: none; }
body .dii-content-rotator article h3 {
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}
body .dii-content-rotator article .article-story { padding: 0 8px; font-family: 'Open Sans', sans-serif; font-size: 11px; font-weight: 400; color: #fff; }
body .dii-content-rotator article .article-more { padding: 4px 0; font-family: 'Open Sans', sans-serif; font-size: 13px; font-weight: 700; color: #feb210; letter-spacing: 0; }
body .dii-content-rotator article .article-more::before { content: "read more"; }
body .dii-content-rotator article .article-more::after { content: "..."; }
body .dii-content-rotator .group-nav:hover,
body .dii-content-rotator article h2 a:hover,
body .dii-content-rotator .article-more:hover { background: none; text-decoration: none; }
body .dii-content-rotator .dii-rotator-nav { background: none; }
body .dii-content-rotator .dii-rotator-nav i { color: rgba(255, 255, 255, 0.4); }
body .dii-content-rotator .dii-rotator-nav i.rotator-active { color: rgba(255, 255, 255, 1.0); }
body .dii-content-rotator .dii-rotator-nav i:hover:not(.fa-circle) { color: #feb210; }
body .dii-content-rotator .rotator-group .group-item { font-family: 'bebas-neue', sans-serif; font-size: 16px; font-weight: 400; 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:hover { color: #007b16; }

body #design-container-main .dii-content-rotator article .article-story { display: none; }
body #design-container-main .dii-content-rotator .group-item span { opacity: 1.0; }

body #design-container-main .dii-content-rotator .showcase-content-summary { display: none; }

/*-------- Thumbnail Rotator --------*/

body .dii-content.dii-content-rotator { min-height: 16px; overflow: hidden; }
body .showcase.ui-widget-content { background: #fff; box-sizing: border-box; }

/* Navigation arrows */
body .showcase-arrow-previous,
body .showcase-arrow-next { z-index: 96; position: absolute; background: url('/common/cms/js/jquery/plugins/showcase.v.1.1.3/images/arrows-light-2.png'); width: 33px; height: 33px; top: 40%; cursor: pointer; }
body .showcase-arrow-previous { z-index: 96; left: 5px; }
body .showcase-arrow-previous:hover { z-index: 96; background-position: 0px -34px; }
body .showcase-arrow-next { z-index: 96; right: 5px; background-position: -34px 0; }
body .showcase-arrow-next:hover { z-index: 96; background-position: -34px -34px; }

/* Content: Articles */
body div.showcase-content-image { text-align: center; }
body div.showcase-content-display { position: absolute; bottom: 0; left: 0; padding: 0; background: none; text-align: left; color: #fff; overflow: hidden; box-sizing: border-box; }
body div.showcase-content-display h2.showcase-content-title { margin: 0; padding: 20px; background: rgba(0, 0, 0, 0.7); box-sizing: border-box; }
body div.showcase-content-display h2.showcase-content-title,
body div.showcase-content-display h2.showcase-content-title a { font-family: 'Open Sans', sans-serif; font-size: 20px; font-weight: 700; color: #fff; line-height: 1.1; text-transform: none; box-sizing: border-box; }
body div.showcase-content-display h3.showcase-content-subtitle { margin: 4px 4px 8px 0; font-family: 'Open Sans', sans-serif; font-size: 12px; font-style: 500; font-weight: normal; color: #fff; }
body div.showcase-content-display div.showcase-content-continue { padding-right: 22px; text-align: right; }
body div.showcase-content-display div.showcase-content-continue a { color: #fff; }
body div.showcase-content-display div.showcase-content-continue a:hover { color: #fff; }

/* Content: Rawcode */
body div.showcase-content div.showcase-content-rawcode { background: #000; }

/* Styling the tooltips */
body .showcase-plus-anchor { background: url('/common/cms/js/jquery/plugins/showcase.v.1.1.3/images/plus.png') no-repeat; }
body .showcase-plus-anchor:hover { background-position: -32px 0; }
body div.showcase-tooltip { background: rgba(255, 255, 255, 0.8); padding: 5px 8px; text-align: left; color: #000; }

/* Styling the caption */
body .showcase-caption { display: none; position: absolute; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.7); padding: 12px; text-align: left; color: #fff; }
body .showcase-onepage .showcase-content { margin-bottom: 10px; }

/* Button Wrapper */
body .showcase-button-wrapper { clear: both; margin-top: 10px; text-align: center; }
body .showcase-button-wrapper span { margin-right: 3px; padding: 2px 5px 0px 5px; font-size: 12px; color: #444; cursor: pointer; }
body .showcase-button-wrapper span.active { color: #fff; }

/* Thumbnails */
/* Used for backgrounds, no other styling!!! */
body .showcase-thumbnail-wrapper { overflow: hidden; }
body .showcase-thumbnail { position: relative; width: 120px; height: 90px; text-align: center; cursor: pointer; border: 1px #fff solid; }
body .showcase-thumbnail img { height: 95px; }
body .showcase-thumbnail-caption { position: absolute; bottom: 0; width: 110px; background: rgba(0, 0, 0, 0.7); padding: 3px 5px 5px; text-align: left; color: #fff; }
body .showcase-thumbnail-content { padding: 25px 10px 10px; text-align: center; }
body .showcase-thumbnail-cover { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.4); }
body .showcase-thumbnail:hover {  }
body .showcase-thumbnail:hover .showcase-thumbnail-cover { display: none; }
body .showcase-thumbnail.active .showcase-thumbnail-cover { display: none; }
body .showcase-thumbnail-wrapper-horizontal { padding: 10px; }
body .showcase-thumbnail-wrapper-horizontal .showcase-thumbnail { margin-right: 10px; width: 116px; }
body .showcase-thumbnail-wrapper-vertical { padding: 10px; }
body .showcase-thumbnail-wrapper-vertical .showcase-thumbnail { margin-bottom: 10px; }
body .showcase-thumbnail-button-backward,
body .showcase-thumbnail-button-forward { padding: 7px; cursor: pointer; }
body .showcase-thumbnail-button-backward { padding-bottom: 0; padding-right: 0; }
body .showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
body .showcase-thumbnail-button-forward .showcase-thumbnail-vertical,
body .showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,
body .showcase-thumbnail-button-backward .showcase-thumbnail-horizontal { display: block; width: 17px; height: 17px; background: url('/common/cms/js/jquery/plugins/showcase.v.1.1.3/images/arrows-small.png') no-repeat; }

body .showcase-thumbnail-button-backward .showcase-thumbnail-vertical { margin-left: 55px; background-position: 0 -51px; }
body .showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical { background-position: -17px -51px; }
body .showcase-thumbnail-button-forward .showcase-thumbnail-vertical { margin-left: 55px; background-position: 0 -34px; }
body .showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical { background-position: -17px -34px; }
body .showcase-thumbnail-button-backward .showcase-thumbnail-horizontal { margin-top: 40px; margin-bottom: 40px; background-position: 0 -17px; }
body .showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal { background-position: -17px -17px; }
body .showcase-thumbnail-button-forward .showcase-thumbnail-horizontal { margin-top: 40px; margin-bottom: 40px; background-position: 0 0; }
body .showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal { background-position: -17px 0; }

/* Hide button text */
body .showcase-thumbnail-button-forward span span,
body .showcase-thumbnail-button-backward span span { display: none; }

/*-------- End Rotator --------*/
