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

/* Bootstrap Columns Reset */
.gutter-20.row { margin-right: -10px; margin-left: -10px; }
.gutter-20 > [class^="col-"],
.gutter-20 > [class^=" col-"] { padding-right: 10px; padding-left: 10px; }

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

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

#design-social { position: relative; float: right; margin: 15px 15px 0 0; }
#design-social a { margin-left: 3px; width: 32px; height: 32px; background: #98a39f; font-weight: 400; font-size: 17px; color: #1c2f29; line-height: 32px; text-align: center; text-decoration: none; text-transform: uppercase; transition: all 0.3s ease-in-out; }
#design-social a:hover { background: #b8c4c0; }

/* Header */
#design-header-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 124px;
  background: #1c2f29 url('../images/header-bg.jpg') repeat-x;
  border-top: 1px solid #616161;
  border-bottom: 1px solid #464b49;
  box-sizing: border-box;
}

#design-logo { position: absolute; top: 0; left: 10px; z-index: 10; }
#design-logo img { height: 210px; }
#design-title { position: absolute; top: 35px; left: 185px; }
#design-title img { height: 80px; }

#design-nav { position: relative; height: 50px; background: #000; -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3); box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3); }
#design-nav-inner { margin: 0 auto; max-width: 1170px; height: 50px; transition: width .4s; -webkit-transition: width .4s; }
#design-container-main-nav { padding-left: 180px; height: 50px; }

/* Main */
#design-main {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  background: #cbcbcb url('../images/bg.jpg') no-repeat center top;
  border-top: 1px solid #fff;
  border-bottom: 4px solid #000;
  box-sizing: border-box;
}
#design-main .container {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

#design-container-main { margin: 0; padding: 0; width: 100%; }
#design-container-1,
#design-container-2,
#design-container-3,
#design-container-4 { margin: 0 0 20px 0; padding-bottom: 10px; min-height: 350px; background: #f7f7f7; }

#design-main .dii-content .dii-content-title-photo { margin: 0; padding: 0; border: none; }

#design-container-5 { padding: 30px 15px 0 15px; background: url('../images/shadow.png') no-repeat center top; text-align: center; }
#design-container-5 .dii-content.dii-content-image { display: inline-block; margin: 10px; }
#design-container-5 .dii-content.dii-content-image img { max-height: 90px; }

/* Footer */
#design-footer {
  margin: 0;
  padding: 10px 0;
  width: 100%;
  height: 100px;
  background: #1c2f29 url('../images/footer-bg.jpg') repeat-x;
  border-top: 1px solid #000;
}
#design-footer #design-footer-left { float: left; padding-top: 10px; }
#design-footer #design-footer-left div,
#design-footer #design-footer-left div a { font-family: 'Open Sans', sans-serif; font-size: 12px; font-weight: 400; line-height: 1.5; color: #fff; text-transform: none; text-decoration: none; }
#design-footer #design-footer-right { float: right; padding-top: 15px; }

#design-footer #design-footer-left #design-copyright { margin: 10px 0 0 10px; font-weight: 700; }
#design-footer #design-footer-left #design-copyrightDII { margin: 0 0 0 10px; }
#design-footer #design-footer-left #design-copyrightDII a { font-family: 'Open Sans', sans-serif; font-size: 12px; color: #fff; line-height: 1.5; text-transform: none; }


/* CONTENT */

/* General */
body .dii-content { overflow: visible; position: relative; margin: 0; padding: 6px; background: none; color: #000; }
body .dii-content a { color: #2b4840; }
body .dii-content a:hover { color: #1f3831; }
body .dii-content:not(.fa) { font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 14px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

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

/* Titles */
body .dii-content-title { padding: 4px; border-bottom: 2px solid #ccc; }
body .dii-content-title a { padding: 0; font-family: 'Saira', sans-serif; font-size: 20px; font-weight: 700; color: #2b4840; line-height: 1.1; text-transform: none; text-decoration: none; }

body .dii-content-calendar h2,
body .dii-content-rawcode h2 { margin-bottom: 6px; padding: 4px; font-family: 'Saira', sans-serif; font-size: 20px; font-weight: 700; color: #2b4840; line-height: 1.1; border-bottom: 2px solid #ccc; text-transform: none; }

/* Section Headers */
body .dii-content-header {
  position: relative;
  margin: 0 0 10px 0;
	padding: 0;
  height: 42px;
  background: url('../images/section-header.jpg') repeat-x;
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
}
body .dii-content-header h2 {
  padding: 0 10px;
  height: 40px;
  font-family: 'Saira', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  letter-spacing: 0;
  text-align: left;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

body #design-container-5 .dii-content-header { height: 30px; background: none; border: none; }
body #design-container-5 .dii-content-header h2 { margin: 0 auto; padding: 0; color: #2b4840; line-height: 30px; text-align: center; text-shadow: none; }

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

/* Links */
body .dii-content-linkview > a { padding: 0; color: #000; font-size: 14px; font-weight: 400; line-height: 1.2; }
body .dii-content-linkview > a:hover { color: #2b4840; text-decoration: none; }
body .dii-content-linkview { margin: 0 6px; padding: 6px 6px 6px 16px; border-bottom: 1px dotted #b8b8b8; }
body .dii-content-linkview:hover { }
body .dii-content-linkview:before { content: '\f111'; position: absolute; top: 11px; left: 5px; font-family: 'FontAwesome'; font-size: 5px; color: #2b4840; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body .dii-content-linkview a.dii-content-linkview-link { display: block; margin: 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; }

/* Articles */
body .dii-content.dii-content-article h3,
body .dii-content.dii-content-event h3 { padding: 3px 4px; font-size: 14px; font-weight: 400; color: #666; }
body .dii-content .dii-content-story { margin-top: 0; padding: 6px 4px; border: none; color: #000; font-size: 14px; line-height: 1.5; }
body .dii-content .dii-content-story a { color: #2b4840; text-decoration: none; }
body .dii-content .dii-content-story a:hover { color: #1f3831; text-decoration: none; }
body .dii-content-continue { margin: 0; padding: 0 4px; margin-bottom: 4px; text-align: left; }
body .dii-content-continue a { font-weight: 700; font-size: inherit; color: #2b4840; }
body .dii-content-continue a:hover { color: #1f3831; text-decoration: none; background: none; }

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

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 h2 { padding: 6px 4px !important; font-size: 16px; font-weight: 700; color: #2b4840; border: none; }
body .dii-calendar-upcoming-events {  }
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; padding: 5px 6px; font-weight: 400; border-bottom: 1px dotted #b8b8b8; }
body .dii-calendar-upcoming-events li:hover {  }
body .dii-calendar-upcoming-events li h4 { padding: 2px 0 0 0; font-weight: 700; color: #2b4840; line-height: 1.2; }
body .dii-calendar-upcoming-events li h3 a { padding: 2px 0 0 0; font-weight: 400; color: #000; line-height: 1.2; }
body .dii-calendar-upcoming-events li h3 a:hover { background: none; font-weight: 700; color: #2b4840; }

/* Rotator */
body .dii-content.dii-content-rotator { margin: 0; box-sizing: border-box; }
body .dii-content.dii-content-rotator article { background-color: #2b4840; }

body .dii-content-rotator .list-none { min-height: 100px; }
body .dii-content-rotator article .article-wrapper { }
body .dii-content-rotator article .article-inner { padding: 15px; text-align: center; }
body .dii-content-rotator article h2.no-url,
body .dii-content-rotator article h2 a { font-family: 'Saira', sans-serif; font-size: 32px; font-weight: 700; color: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body .dii-content-rotator article h2.no-url { padding-bottom: 20px; }
body .dii-content-rotator article h2 a:hover { background: none; color: #ee1f25; text-decoration: none; }
body .dii-content-rotator article h3 { margin-bottom: 10px; padding: 6px 0 0 6px; font-family: 'Saira', sans-serif; font-size: 16px; font-weight: 700; color: #fff; }
body .dii-content-rotator article .article-story { padding: 0 8px; font-family: 'Open Sans', serif; font-size: 14px; font-weight: 700; color: #fff; }
body .dii-content-rotator article .article-more { background: none; border: none; border-radius: 0; color: #a5b0ac; font-family: 'Saira', sans-serif; font-size: 13px; font-weight: 700; line-height: 1.0; text-transform: uppercase; text-decoration: none; }
body .dii-content-rotator article .article-more:hover { background: none; border: none; color: #96a29e; }
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 { font-size: 14px; 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: #fff; }
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: 'Saira', sans-serif; font-size: 15px; 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: #2b4840; }


/* MENUS */
#design-container-main-nav .dii-content-nav-menu > ul > li > a { padding: 0 15px; height: 50px; border: none; font-family: 'Saira', sans-serif; font-size: 17px; font-weight: 700; color: #fff; line-height: 50px; text-transform: none; text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5); transition: all 0.2s ease-in-out; box-sizing: border-box; }
#design-container-main-nav .dii-content-nav-menu > ul > li:hover > a { background-color: #2b4840; 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 > ul ul { padding: 5px; background-color: #2b4840; }
#design-container-main-nav .dii-content-nav-menu ul ul li a { color: #fff; padding: 8px; }
#design-container-main-nav .dii-content-nav-menu > ul > li:hover > ul { top: 50px; }
#design-container-main-nav .dii-content-nav-menu > ul ul li > a { font-family: 'Saira', sans-serif; font-size: 14px; font-weight: 400; color: #fff; line-height: 1.2; letter-spacing: 0; text-align: left; }
#design-container-main-nav .dii-content-nav-menu > ul ul li:before { position: absolute; width: 0; height: 100%; left: 0; top: 0; content: ''; background: #000; color: #fff; transition: all 0.3s ease-in-out; }
#design-container-main-nav .dii-content-nav-menu > ul ul li:hover:before { width: 100%; }
#design-container-main-nav .dii-content-nav-menu.horizontal li.dii-menu-item-sub-menu > a.dii-sub-menu-icon::before { color: rgba(255, 255, 255, 0.4); }
