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

/*-------- General --------*/
body div.dii-content,
body div.dii-content-menu {  }

body .dii-content { margin: 0; overflow: visible; position: relative; padding: 6px; background: none; font-family: Verdana, Arial, sans-serif; color: #000; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

body .dii-content p,
body .dii-content blockquote,
body .dii-content pre,
body .dii-content a, 
body .dii-content ul,
body .dii-content li,
body .dii-content form, 
body .dii-content table, 
body .dii-content tbody, 
body .dii-content tfoot, 
body .dii-content thead, 
body .dii-content tr, 
body .dii-content th, 
body .dii-content td { font-family: Verdana, Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

body .dii-content-title,
body .dii-content-title a { font-family: 'factoria', serif; font-size: 25px; font-weight: 900; color: #000; line-height: 1.1; text-transform: uppercase; }

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: 6px; font-family: 'factoria', serif; font-size: 25px; font-weight: 900; color: #000; line-height: 1.1; text-transform: uppercase; }

body #design-container-1 .dii-content-title,
body #design-container-1 .dii-content-title a,
body #design-container-1 .dii-content.dii-content-calendar h2.dii-content-title,
body #design-container-1 .dii-content.dii-content-rawcode h2.dii-content-title { color: #fff; }

/*-------- Section Headers --------*/
body div.dii-content.dii-content-header {
	margin: 0 0 5px 0;
	padding: 0;
	height: 44px;
	background: #003822; /* Old browsers */
	background: -moz-linear-gradient(top,  #010101 0%, #94c0af 2%, #499477 50%, #006940 51%, #003822 98%, #010101 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#010101), color-stop(2%,#94c0af), color-stop(50%,#499477), color-stop(51%,#006940), color-stop(98%,#003822), color-stop(100%,#010101)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #010101 0%,#94c0af 2%,#499477 50%,#006940 51%,#003822 98%,#010101 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #010101 0%,#94c0af 2%,#499477 50%,#006940 51%,#003822 98%,#010101 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #010101 0%,#94c0af 2%,#499477 50%,#006940 51%,#003822 98%,#010101 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #010101 0%,#94c0af 2%,#499477 50%,#006940 51%,#003822 98%,#010101 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010101', endColorstr='#010101',GradientType=0 ); /* IE6-9 */
	border-top: 2px solid #fcb131;
	border-bottom: 2px solid #fcb131;
}
body div.dii-content.dii-content-header h2 {
  padding: 0 9px;
	font-family: 'factoria', serif;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0;
  line-height: 44px;
  text-transform: uppercase;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

@media screen and (max-width: 800px) {
  
  body div.dii-content.dii-content-header { font-size: 14px; line-height: 14px; }
  
}
  
/*-------- Links (regardless of content type) --------*/
body div.dii-content-linkview > a { border-bottom: 1px dotted #12583b; font-size: 12px; font-weight: bold; color: #fff; }
body div.dii-content-linkview > a:hover { background: #000; border-bottom: 1px dotted #2d4279; font-size: 12px; font-weight: bold; color: #fff; }

body .dii-content.dii-content-linkview { padding: 0; font-size: 12px; font-weight: bold; color: #fff; }
body .dii-content.dii-content-linkview a.dii-content-linkview-link { position: relative; display: block; margin: 4px; padding: 5px 5px 5px 8px; border-bottom: 1px dotted #12583b; font-size: 12px; font-weight: bold; color: #fff; cursor: pointer;}
body .dii-content.dii-content-linkview a.dii-content-linkview-link:before {  }
body .dii-content.dii-content-linkview a.dii-content-linkview-link:after {  }
body .dii-content.dii-content-linkview a.dii-content-linkview-link:hover { margin: 4px; padding: 5px 5px 5px 8px; background: #000; border-bottom: 1px dotted #12583b; font-size: 12px; font-weight: bold; color: #fff; cursor: pointer; }
body .dii-content.dii-content-linkview a.dii-content-linkview-link:last-of-type { border-bottom: none; }
body .dii-content.dii-content-linkview a.dii-content-linkview-link span { background-image: none; }

body #design-main-content .dii-content.dii-content-linkview { color: #002717; }
body #design-main-content .dii-content.dii-content-linkview a.dii-content-linkview-link { color: #002717; }
body #design-main-content .dii-content.dii-content-linkview a.dii-content-linkview-link:hover { background: none; color: #002717; }

/*-------- Articles --------*/
body .dii-content.dii-content-article .dii-content-subtitle,
body .dii-content.dii-content-event .dii-content-subtitle { padding: 4px 0; font-size: 12px; font-weight: normal; color: #333; }
body .dii-content.dii-content-article .dii-content-story,
body .dii-content.dii-content-event .dii-content-story { margin-top: 4px; padding-top: 4px; border-top: 2px solid #182c5f; }
body .dii-content.dii-content-article .dii-content-story a { color: #003822; }
body .dii-content.dii-content-article .dii-content-story a:hover { color: #003822; }
body .dii-content-continue { margin-bottom: 4px; text-align: right; color: #003822; }
body .dii-content-continue a { color: #003822; }
body .dii-content-continue a.dii-content-continue-link { font-size: 11px; color: #003822; }
body .dii-content-continue a.dii-content-continue-link:hover { font-size: 11px; color: #003822; }

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 table.fc-header td.fc-header-left span.fc-button { margin-bottom: 2px; }
body .dii-content.dii-content-calendar .dii-calendar-wall table.fc-header td.fc-header-right span.fc-header-title { padding: 2px 4px; font-size: 14px; font-weight: bold; color: #fff; }

body .dii-content.dii-content-calendar ul.dii-calendar-upcoming-events li { margin-bottom: 4px; border: 0 none; padding-bottom: 4px; border-bottom: 1px dotted #12583b; }
body .dii-content.dii-content-calendar ul.dii-calendar-upcoming-events li h4 { padding-bottom: 2px; font-size: 12px; font-weight: bold; color: #fff; }
body .dii-content.dii-content-calendar ul.dii-calendar-upcoming-events li h3 a { display: block; padding: 6px; font-size: 12px; font-weight: bold; color: #fff; }
body .dii-content.dii-content-calendar ul.dii-calendar-upcoming-events li h3 a:hover { background: none; font-size: 12px; font-weight: bold; color: #fff; }


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

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

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

body div.showcase.ui-widget-content { padding: 5px 0; background: #182c5f; border-top: 2px solid #385396; border-bottom: 2px solid #385396; 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: 80px; 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; right: 0; bottom: 0; left: 0; padding: 14px; background: rgba(0, 0, 0, 0.7); text-align: left; color: #fff; 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: Verdana, Arial, serif; font-size: 20px; font-weight: bold; color: #fff; text-transform: none; }
body div.showcase-content-display h3.showcase-content-subtitle { margin: 4px 4px 8px 12px; font-family: Verdana, Arial, sans-serif; font-size: 13px; font-style: normal; font-weight: normal; }
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: #22900c; }
body div.showcase-content-display div.showcase-content-continue a:hover { color: #22900c; }

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

/* 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: url('/common/cms/js/jquery/plugins/showcase.v.1.1.3/images/white-opacity-80.png'); 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: url('/common/cms/js/jquery/plugins/showcase.v.1.1.3/images/black-opacity-75.png'); 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: 2px #fff solid; }
body .showcase-thumbnail img { height: 95px; }
body .showcase-thumbnail-caption { position: absolute; bottom: 0; width: 110px; background: url('/common/cms/js/jquery/plugins/showcase.v.1.1.3/images/black-opacity-75.png'); 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: url('/common/cms/js/jquery/plugins/showcase.v.1.1.3/images/black-opacity-40.png'); }
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 --------*/
